+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Tue Aug 11 13:43:10 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 nodename: neutron-server-5689b6cfd5-4zpn4 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, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x7ffa35f2b668 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)... 2026-08-11 13:43:14.180 7 INFO neutron.common.config [-] Logging enabled! 2026-08-11 13:43:14.180 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-08-11 13:43:14.191 8 INFO neutron.common.config [-] Logging enabled! 2026-08-11 13:43:14.192 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-08-11 13:43:15.220 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-11 13:43:15.366 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-11 13:43:16.782 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-11 13:43:16.785 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-11 13:43:16.789 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-11 13:43:16.790 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-11 13:43:16.790 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-11 13:43:16.790 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-11 13:43:16.790 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-11 13:43:16.798 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-11 13:43:16.798 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-11 13:43:16.798 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-11 13:43:16.820 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-11 13:43:16.821 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-11 13:43:16.822 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-11 13:43:16.849 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-11 13:43:16.850 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-11 13:43:16.850 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-11 13:43:16.850 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-11 13:43:16.870 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-11 13:43:16.872 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-11 13:43:16.876 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-11 13:43:16.877 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-11 13:43:16.877 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-11 13:43:16.877 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-11 13:43:16.877 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-11 13:43:16.885 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-11 13:43:16.885 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-11 13:43:16.885 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-11 13:43:16.906 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-11 13:43:16.907 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-11 13:43:16.907 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-11 13:43:16.933 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-11 13:43:16.933 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-11 13:43:16.934 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-11 13:43:16.934 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-11 13:43:17.138 8 INFO neutron.plugins.ml2.managers [None req-02c39d67-562e-4393-bbf2-7d931eac6cee - - - - - -] Initializing driver for type 'vlan' 2026-08-11 13:43:17.218 7 INFO neutron.plugins.ml2.managers [None req-4a3d5228-bf7b-4705-bd69-1badbe296d24 - - - - - -] Initializing driver for type 'vlan' 2026-08-11 13:43:17.411 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-02c39d67-562e-4393-bbf2-7d931eac6cee - - - - - -] VlanTypeDriver initialization complete 2026-08-11 13:43:17.412 8 INFO neutron.plugins.ml2.managers [None req-02c39d67-562e-4393-bbf2-7d931eac6cee - - - - - -] Initializing driver for type 'vxlan' 2026-08-11 13:43:17.412 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-02c39d67-562e-4393-bbf2-7d931eac6cee - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-11 13:43:17.425 8 INFO neutron.plugins.ml2.managers [None req-02c39d67-562e-4393-bbf2-7d931eac6cee - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-11 13:43:17.425 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-02c39d67-562e-4393-bbf2-7d931eac6cee - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-11 13:43:17.425 8 INFO neutron.plugins.ml2.managers [None req-02c39d67-562e-4393-bbf2-7d931eac6cee - - - - - -] Initializing extension driver 'port_security' 2026-08-11 13:43:17.425 8 INFO neutron.plugins.ml2.extensions.port_security [None req-02c39d67-562e-4393-bbf2-7d931eac6cee - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-11 13:43:17.425 8 INFO neutron.plugins.ml2.managers [None req-02c39d67-562e-4393-bbf2-7d931eac6cee - - - - - -] Initializing extension driver 'qos' 2026-08-11 13:43:17.425 8 INFO neutron.plugins.ml2.managers [None req-02c39d67-562e-4393-bbf2-7d931eac6cee - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-11 13:43:17.426 8 INFO neutron.plugins.ml2.managers [None req-02c39d67-562e-4393-bbf2-7d931eac6cee - - - - - -] Initializing mechanism driver 'l2population' 2026-08-11 13:43:17.439 8 INFO neutron.quota [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded quota_driver: . 2026-08-11 13:43:17.440 8 INFO neutron.plugins.ml2.plugin [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Modular L2 Plugin initialization complete 2026-08-11 13:43:17.440 8 INFO neutron.plugins.ml2.managers [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-11 13:43:17.440 8 INFO neutron.plugins.ml2.managers [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-11 13:43:17.440 8 INFO neutron.plugins.ml2.managers [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Got port-security extension from driver 'port_security' 2026-08-11 13:43:17.440 8 INFO neutron.manager [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loading Plugin: qos 2026-08-11 13:43:17.452 8 INFO neutron.manager [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loading Plugin: router 2026-08-11 13:43:17.492 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-4a3d5228-bf7b-4705-bd69-1badbe296d24 - - - - - -] VlanTypeDriver initialization complete 2026-08-11 13:43:17.493 7 INFO neutron.plugins.ml2.managers [None req-4a3d5228-bf7b-4705-bd69-1badbe296d24 - - - - - -] Initializing driver for type 'vxlan' 2026-08-11 13:43:17.493 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-4a3d5228-bf7b-4705-bd69-1badbe296d24 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-11 13:43:17.496 8 INFO neutron.services.service_base [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-11 13:43:17.497 8 INFO neutron.manager [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loading Plugin: segments 2026-08-11 13:43:17.506 7 INFO neutron.plugins.ml2.managers [None req-4a3d5228-bf7b-4705-bd69-1badbe296d24 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-11 13:43:17.507 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-4a3d5228-bf7b-4705-bd69-1badbe296d24 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-11 13:43:17.507 7 INFO neutron.plugins.ml2.managers [None req-4a3d5228-bf7b-4705-bd69-1badbe296d24 - - - - - -] Initializing extension driver 'port_security' 2026-08-11 13:43:17.507 7 INFO neutron.plugins.ml2.extensions.port_security [None req-4a3d5228-bf7b-4705-bd69-1badbe296d24 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-11 13:43:17.507 7 INFO neutron.plugins.ml2.managers [None req-4a3d5228-bf7b-4705-bd69-1badbe296d24 - - - - - -] Initializing extension driver 'qos' 2026-08-11 13:43:17.507 7 INFO neutron.plugins.ml2.managers [None req-4a3d5228-bf7b-4705-bd69-1badbe296d24 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-11 13:43:17.507 7 INFO neutron.plugins.ml2.managers [None req-4a3d5228-bf7b-4705-bd69-1badbe296d24 - - - - - -] Initializing mechanism driver 'l2population' 2026-08-11 13:43:17.522 7 INFO neutron.quota [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded quota_driver: . 2026-08-11 13:43:17.522 7 INFO neutron.plugins.ml2.plugin [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Modular L2 Plugin initialization complete 2026-08-11 13:43:17.522 7 INFO neutron.plugins.ml2.managers [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-11 13:43:17.522 7 INFO neutron.plugins.ml2.managers [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-11 13:43:17.522 7 INFO neutron.plugins.ml2.managers [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Got port-security extension from driver 'port_security' 2026-08-11 13:43:17.523 7 INFO neutron.manager [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loading Plugin: qos 2026-08-11 13:43:17.535 7 INFO neutron.manager [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loading Plugin: router 2026-08-11 13:43:17.580 7 INFO neutron.services.service_base [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-11 13:43:17.580 7 INFO neutron.manager [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loading Plugin: segments 2026-08-11 13:43:17.591 8 INFO neutron.manager [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loading Plugin: trunk 2026-08-11 13:43:17.605 8 INFO neutron.manager [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loading Plugin: vpnaas 2026-08-11 13:43:17.642 8 WARNING stevedore.named [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-11 13:43:17.674 7 INFO neutron.manager [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loading Plugin: trunk 2026-08-11 13:43:17.688 7 INFO neutron.manager [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loading Plugin: vpnaas 2026-08-11 13:43:17.712 8 INFO neutron_vpnaas.services.vpn.plugin [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-11 13:43:17.712 8 INFO neutron.common.utils [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-11 13:43:17.712 8 INFO neutron.manager [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loading Plugin: taas 2026-08-11 13:43:17.726 7 WARNING stevedore.named [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-11 13:43:17.739 8 WARNING stevedore.named [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-11 13:43:17.739 8 WARNING stevedore.named [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-11 13:43:17.762 8 INFO neutron_taas.services.taas.taas_plugin [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-11 13:43:17.763 8 INFO neutron.manager [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loading Plugin: tapmirror 2026-08-11 13:43:17.775 8 WARNING stevedore.named [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-11 13:43:17.775 8 WARNING stevedore.named [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-11 13:43:17.790 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-11 13:43:17.791 8 INFO neutron.manager [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loading Plugin: auto_allocate 2026-08-11 13:43:17.802 8 INFO neutron.manager [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loading Plugin: tag 2026-08-11 13:43:17.803 7 INFO neutron_vpnaas.services.vpn.plugin [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-11 13:43:17.804 7 INFO neutron.common.utils [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-11 13:43:17.805 7 INFO neutron.manager [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loading Plugin: taas 2026-08-11 13:43:17.810 8 INFO neutron.manager [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loading Plugin: timestamp 2026-08-11 13:43:17.813 8 INFO neutron.manager [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loading Plugin: network_ip_availability 2026-08-11 13:43:17.817 8 INFO neutron.manager [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loading Plugin: flavors 2026-08-11 13:43:17.821 8 INFO neutron.manager [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loading Plugin: revisions 2026-08-11 13:43:17.824 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Initializing extension manager. 2026-08-11 13:43:17.825 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: address-group 2026-08-11 13:43:17.826 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: address-scope 2026-08-11 13:43:17.827 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-11 13:43:17.827 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: agent 2026-08-11 13:43:17.828 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: agent-resources-synced 2026-08-11 13:43:17.829 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: allowed-address-pairs 2026-08-11 13:43:17.830 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: auto-allocated-topology 2026-08-11 13:43:17.830 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: availability_zone 2026-08-11 13:43:17.831 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: availability_zone_filter 2026-08-11 13:43:17.831 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-11 13:43:17.832 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: default-subnetpools 2026-08-11 13:43:17.834 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-11 13:43:17.834 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: dns-integration 2026-08-11 13:43:17.835 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: dns-domain-ports 2026-08-11 13:43:17.835 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-11 13:43:17.836 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: dvr 2026-08-11 13:43:17.836 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-11 13:43:17.836 7 WARNING stevedore.named [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-11 13:43:17.837 7 WARNING stevedore.named [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-11 13:43:17.837 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: empty-string-filtering 2026-08-11 13:43:17.838 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-11 13:43:17.838 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-11 13:43:17.839 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: external-net 2026-08-11 13:43:17.839 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-11 13:43:17.839 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: extraroute 2026-08-11 13:43:17.840 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: extraroute-atomic 2026-08-11 13:43:17.841 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-11 13:43:17.841 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-11 13:43:17.842 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-11 13:43:17.842 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-11 13:43:17.843 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: fip-port-details 2026-08-11 13:43:17.843 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: flavors 2026-08-11 13:43:17.845 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-11 13:43:17.846 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: floatingip-pools 2026-08-11 13:43:17.846 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: ip_allocation 2026-08-11 13:43:17.846 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: ip-substring-filtering 2026-08-11 13:43:17.847 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: l2_adjacency 2026-08-11 13:43:17.848 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: router 2026-08-11 13:43:17.850 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-11 13:43:17.851 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-11 13:43:17.852 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-11 13:43:17.852 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: ext-gw-mode 2026-08-11 13:43:17.853 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: l3-ha 2026-08-11 13:43:17.853 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-11 13:43:17.853 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-11 13:43:17.854 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: l3-flavors 2026-08-11 13:43:17.855 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-11 13:43:17.855 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-11 13:43:17.856 7 INFO neutron_taas.services.taas.taas_plugin [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-11 13:43:17.856 7 INFO neutron.manager [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loading Plugin: tapmirror 2026-08-11 13:43:17.858 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-11 13:43:17.859 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-11 13:43:17.860 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-11 13:43:17.861 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-11 13:43:17.862 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-11 13:43:17.862 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: multi-provider 2026-08-11 13:43:17.863 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: net-mtu 2026-08-11 13:43:17.863 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: net-mtu-writable 2026-08-11 13:43:17.864 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: network_availability_zone 2026-08-11 13:43:17.864 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: network_ha 2026-08-11 13:43:17.866 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: network-ip-availability 2026-08-11 13:43:17.867 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-11 13:43:17.867 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: pagination 2026-08-11 13:43:17.868 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: port-device-profile 2026-08-11 13:43:17.868 7 WARNING stevedore.named [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-11 13:43:17.868 7 WARNING stevedore.named [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-11 13:43:17.868 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-11 13:43:17.869 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-11 13:43:17.869 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-11 13:43:17.870 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: port-mac-override 2026-08-11 13:43:17.870 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-11 13:43:17.871 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-11 13:43:17.871 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-11 13:43:17.872 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: port-resource-request 2026-08-11 13:43:17.872 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: port-resource-request-groups 2026-08-11 13:43:17.873 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-11 13:43:17.873 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: binding 2026-08-11 13:43:17.874 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: binding-extended 2026-08-11 13:43:17.875 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: port-security 2026-08-11 13:43:17.875 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: project-id 2026-08-11 13:43:17.876 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: provider 2026-08-11 13:43:17.876 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-11 13:43:17.879 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: qos 2026-08-11 13:43:17.880 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-11 13:43:17.880 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-11 13:43:17.881 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: qos-default 2026-08-11 13:43:17.881 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: qos-fip 2026-08-11 13:43:17.882 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-11 13:43:17.883 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: qos-gateway-ip 2026-08-11 13:43:17.883 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: qos-port-network-policy 2026-08-11 13:43:17.884 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: qos-pps-minimum 2026-08-11 13:43:17.884 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-11 13:43:17.885 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-11 13:43:17.885 7 INFO neutron.manager [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loading Plugin: auto_allocate 2026-08-11 13:43:17.885 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: qos-pps 2026-08-11 13:43:17.886 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: qos-rule-type-details 2026-08-11 13:43:17.886 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-11 13:43:17.887 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: qos-rules-alias 2026-08-11 13:43:17.887 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: quota-check-limit 2026-08-11 13:43:17.888 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: quota-check-limit-default 2026-08-11 13:43:17.890 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: quotas 2026-08-11 13:43:17.891 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: quota_details 2026-08-11 13:43:17.892 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: rbac-policies 2026-08-11 13:43:17.893 7 INFO neutron.manager [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loading Plugin: tag 2026-08-11 13:43:17.893 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: rbac-address-group 2026-08-11 13:43:17.893 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: rbac-address-scope 2026-08-11 13:43:17.894 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: rbac-security-groups 2026-08-11 13:43:17.894 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: rbac-subnetpool 2026-08-11 13:43:17.895 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: revision-if-match 2026-08-11 13:43:17.896 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: standard-attr-revisions 2026-08-11 13:43:17.896 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: router_availability_zone 2026-08-11 13:43:17.897 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-11 13:43:17.898 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: security-groups-default-rules 2026-08-11 13:43:17.899 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-11 13:43:17.899 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-11 13:43:17.900 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-11 13:43:17.900 7 INFO neutron.manager [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loading Plugin: timestamp 2026-08-11 13:43:17.900 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-11 13:43:17.901 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-11 13:43:17.903 7 INFO neutron.manager [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loading Plugin: network_ip_availability 2026-08-11 13:43:17.905 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: security-group 2026-08-11 13:43:17.906 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: segment 2026-08-11 13:43:17.907 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-11 13:43:17.907 7 INFO neutron.manager [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loading Plugin: flavors 2026-08-11 13:43:17.907 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: service-type 2026-08-11 13:43:17.908 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: sorting 2026-08-11 13:43:17.908 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: standard-attr-segment 2026-08-11 13:43:17.909 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: standard-attr-description 2026-08-11 13:43:17.910 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: stateful-security-group 2026-08-11 13:43:17.910 8 WARNING neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-11 13:43:17.910 7 INFO neutron.manager [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loading Plugin: revisions 2026-08-11 13:43:17.911 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-11 13:43:17.911 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: subnet-external-network 2026-08-11 13:43:17.912 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: subnet_onboard 2026-08-11 13:43:17.912 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-11 13:43:17.913 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: subnet-service-types 2026-08-11 13:43:17.913 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: subnet_allocation 2026-08-11 13:43:17.914 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Initializing extension manager. 2026-08-11 13:43:17.914 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-11 13:43:17.914 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: tag-creation 2026-08-11 13:43:17.915 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: address-group 2026-08-11 13:43:17.916 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: address-scope 2026-08-11 13:43:17.916 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-11 13:43:17.918 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-11 13:43:17.918 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: agent 2026-08-11 13:43:17.919 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: agent-resources-synced 2026-08-11 13:43:17.920 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: allowed-address-pairs 2026-08-11 13:43:17.921 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: standard-attr-tag 2026-08-11 13:43:17.921 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: auto-allocated-topology 2026-08-11 13:43:17.921 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-11 13:43:17.922 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: availability_zone 2026-08-11 13:43:17.922 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: trunk 2026-08-11 13:43:17.922 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: availability_zone_filter 2026-08-11 13:43:17.922 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: trunk-details 2026-08-11 13:43:17.923 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-11 13:43:17.923 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-11 13:43:17.923 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: default-subnetpools 2026-08-11 13:43:17.923 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-11 13:43:17.924 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-11 13:43:17.924 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-11 13:43:17.925 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-11 13:43:17.925 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: dns-integration 2026-08-11 13:43:17.925 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: dns-domain-ports 2026-08-11 13:43:17.926 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-11 13:43:17.926 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-11 13:43:17.927 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: dvr 2026-08-11 13:43:17.927 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-11 13:43:17.927 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-11 13:43:17.927 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: empty-string-filtering 2026-08-11 13:43:17.928 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: vpn-flavors 2026-08-11 13:43:17.928 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-11 13:43:17.928 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-11 13:43:17.929 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: external-net 2026-08-11 13:43:17.929 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: vpnaas 2026-08-11 13:43:17.929 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-11 13:43:17.930 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: extraroute 2026-08-11 13:43:17.930 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: extraroute-atomic 2026-08-11 13:43:17.931 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-11 13:43:17.931 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-11 13:43:17.932 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: taas 2026-08-11 13:43:17.932 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-11 13:43:17.932 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-11 13:43:17.933 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: tap-mirror 2026-08-11 13:43:17.933 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: fip-port-details 2026-08-11 13:43:17.933 8 INFO neutron.api.extensions [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Loaded extension: taas-vlan-filter 2026-08-11 13:43:17.934 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: flavors 2026-08-11 13:43:17.935 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-11 13:43:17.936 8 INFO neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-11 13:43:17.936 8 INFO neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-11 13:43:17.936 8 INFO neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 13:43:17.936 8 INFO neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-11 13:43:17.937 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: floatingip-pools 2026-08-11 13:43:17.938 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: ip_allocation 2026-08-11 13:43:17.938 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: ip-substring-filtering 2026-08-11 13:43:17.939 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: l2_adjacency 2026-08-11 13:43:17.939 8 INFO neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-11 13:43:17.940 8 INFO neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-11 13:43:17.941 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: router 2026-08-11 13:43:17.943 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-11 13:43:17.944 8 INFO neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-11 13:43:17.944 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-11 13:43:17.945 8 INFO neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-11 13:43:17.945 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-11 13:43:17.946 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: ext-gw-mode 2026-08-11 13:43:17.946 8 INFO neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-11 13:43:17.946 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: l3-ha 2026-08-11 13:43:17.947 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-11 13:43:17.947 8 INFO neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 13:43:17.947 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-11 13:43:17.947 8 WARNING neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] subnetpool is already registered 2026-08-11 13:43:17.947 8 INFO neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 13:43:17.947 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: l3-flavors 2026-08-11 13:43:17.948 8 WARNING neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] subnetpool is already registered 2026-08-11 13:43:17.948 8 INFO neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-11 13:43:17.948 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-11 13:43:17.948 8 INFO neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 13:43:17.949 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-11 13:43:17.949 8 INFO neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 13:43:17.949 8 INFO neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-11 13:43:17.950 8 INFO neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-11 13:43:17.950 8 INFO neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-11 13:43:17.951 8 INFO neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 13:43:17.951 8 WARNING neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] ipsecpolicy is already registered 2026-08-11 13:43:17.951 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-11 13:43:17.951 8 INFO neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 13:43:17.951 8 WARNING neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] ikepolicy is already registered 2026-08-11 13:43:17.952 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-11 13:43:17.953 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-11 13:43:17.954 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-11 13:43:17.955 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-11 13:43:17.955 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: multi-provider 2026-08-11 13:43:17.956 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: net-mtu 2026-08-11 13:43:17.956 8 INFO neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-11 13:43:17.956 8 WARNING neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] router is already registered 2026-08-11 13:43:17.956 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: net-mtu-writable 2026-08-11 13:43:17.957 8 INFO neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-11 13:43:17.957 8 WARNING neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] floatingip is already registered 2026-08-11 13:43:17.957 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: network_availability_zone 2026-08-11 13:43:17.957 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: network_ha 2026-08-11 13:43:17.958 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: network-ip-availability 2026-08-11 13:43:17.959 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-11 13:43:17.959 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: pagination 2026-08-11 13:43:17.960 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: port-device-profile 2026-08-11 13:43:17.960 8 INFO neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-11 13:43:17.960 8 WARNING neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] rbac_policy is already registered 2026-08-11 13:43:17.960 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-11 13:43:17.961 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-11 13:43:17.961 8 INFO neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-11 13:43:17.961 8 WARNING neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] security_group is already registered 2026-08-11 13:43:17.961 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-11 13:43:17.961 8 INFO neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-11 13:43:17.962 8 WARNING neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] security_group_rule is already registered 2026-08-11 13:43:17.962 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: port-mac-override 2026-08-11 13:43:17.962 8 INFO neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 13:43:17.962 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-11 13:43:17.962 8 WARNING neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] subnetpool is already registered 2026-08-11 13:43:17.963 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-11 13:43:17.963 8 INFO neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 13:43:17.963 8 WARNING neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] subnetpool is already registered 2026-08-11 13:43:17.963 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-11 13:43:17.963 8 INFO neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-11 13:43:17.964 8 WARNING neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] trunk is already registered 2026-08-11 13:43:17.964 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: port-resource-request 2026-08-11 13:43:17.964 8 INFO neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 13:43:17.964 8 WARNING neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] ikepolicy is already registered 2026-08-11 13:43:17.964 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: port-resource-request-groups 2026-08-11 13:43:17.964 8 INFO neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 13:43:17.965 8 WARNING neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] ipsecpolicy is already registered 2026-08-11 13:43:17.965 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-11 13:43:17.965 8 INFO neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-11 13:43:17.965 8 WARNING neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] endpoint_group is already registered 2026-08-11 13:43:17.965 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: binding 2026-08-11 13:43:17.965 8 INFO neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-11 13:43:17.965 8 WARNING neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] vpnservice is already registered 2026-08-11 13:43:17.966 8 INFO neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-11 13:43:17.966 8 WARNING neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] ipsec_site_connection is already registered 2026-08-11 13:43:17.966 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: binding-extended 2026-08-11 13:43:17.966 8 INFO neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 13:43:17.966 8 WARNING neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] ipsecpolicy is already registered 2026-08-11 13:43:17.967 8 INFO neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 13:43:17.967 8 WARNING neutron.quota.resource_registry [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] ikepolicy is already registered 2026-08-11 13:43:17.967 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: port-security 2026-08-11 13:43:17.967 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: project-id 2026-08-11 13:43:17.968 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: provider 2026-08-11 13:43:17.968 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-11 13:43:17.970 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: qos 2026-08-11 13:43:17.971 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-11 13:43:17.972 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-11 13:43:17.972 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: qos-default 2026-08-11 13:43:17.973 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: qos-fip 2026-08-11 13:43:17.973 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-11 13:43:17.974 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: qos-gateway-ip 2026-08-11 13:43:17.974 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: qos-port-network-policy 2026-08-11 13:43:17.975 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: qos-pps-minimum 2026-08-11 13:43:17.975 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-11 13:43:17.976 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: qos-pps 2026-08-11 13:43:17.976 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: qos-rule-type-details 2026-08-11 13:43:17.977 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-11 13:43:17.978 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: qos-rules-alias 2026-08-11 13:43:17.978 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: quota-check-limit 2026-08-11 13:43:17.979 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: quota-check-limit-default 2026-08-11 13:43:17.981 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: quotas 2026-08-11 13:43:17.982 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: quota_details 2026-08-11 13:43:17.984 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: rbac-policies 2026-08-11 13:43:17.984 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: rbac-address-group 2026-08-11 13:43:17.985 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: rbac-address-scope 2026-08-11 13:43:17.985 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: rbac-security-groups 2026-08-11 13:43:17.986 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: rbac-subnetpool 2026-08-11 13:43:17.986 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: revision-if-match 2026-08-11 13:43:17.987 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: standard-attr-revisions 2026-08-11 13:43:17.987 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: router_availability_zone 2026-08-11 13:43:17.988 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-11 13:43:17.990 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: security-groups-default-rules 2026-08-11 13:43:17.990 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-11 13:43:17.990 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-11 13:43:17.991 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-11 13:43:17.991 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-11 13:43:17.992 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-11 13:43:17.997 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: security-group 2026-08-11 13:43:17.998 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: segment 2026-08-11 13:43:17.999 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-11 13:43:18.000 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: service-type 2026-08-11 13:43:18.000 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: sorting 2026-08-11 13:43:18.001 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: standard-attr-segment 2026-08-11 13:43:18.002 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: standard-attr-description 2026-08-11 13:43:18.002 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: stateful-security-group 2026-08-11 13:43:18.003 7 WARNING neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-11 13:43:18.003 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-11 13:43:18.003 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: subnet-external-network 2026-08-11 13:43:18.004 8 WARNING keystonemiddleware._common.config [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-11 13:43:18.004 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: subnet_onboard 2026-08-11 13:43:18.005 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-11 13:43:18.005 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: subnet-service-types 2026-08-11 13:43:18.006 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: subnet_allocation 2026-08-11 13:43:18.006 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-11 13:43:18.007 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: tag-creation 2026-08-11 13:43:18.007 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-11 13:43:18.010 8 WARNING oslo_config.cfg [None req-16f2fcde-7436-4bad-a48a-404c2cbb4cd2 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-08-11 13:43:18.011 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: standard-attr-tag 2026-08-11 13:43:18.012 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-11 13:43:18.012 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: trunk WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7ffa35f2b668 pid: 8 (default app) 2026-08-11 13:43:18.013 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: trunk-details 2026-08-11 13:43:18.013 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-11 13:43:18.014 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-11 13:43:18.014 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-11 13:43:18.015 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-11 13:43:18.017 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-11 13:43:18.018 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-11 13:43:18.018 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: vpn-flavors 2026-08-11 13:43:18.020 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: vpnaas 2026-08-11 13:43:18.021 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: taas 2026-08-11 13:43:18.022 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: tap-mirror 2026-08-11 13:43:18.023 7 INFO neutron.api.extensions [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Loaded extension: taas-vlan-filter 2026-08-11 13:43:18.025 7 INFO neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-11 13:43:18.025 7 INFO neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-11 13:43:18.025 7 INFO neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 13:43:18.025 7 INFO neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-11 13:43:18.029 7 INFO neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-11 13:43:18.029 7 INFO neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-11 13:43:18.033 7 INFO neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-11 13:43:18.034 7 INFO neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-11 13:43:18.035 7 INFO neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-11 13:43:18.035 7 INFO neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 13:43:18.035 7 WARNING neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] subnetpool is already registered 2026-08-11 13:43:18.036 7 INFO neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 13:43:18.036 7 WARNING neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] subnetpool is already registered 2026-08-11 13:43:18.036 7 INFO neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-11 13:43:18.037 7 INFO neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 13:43:18.037 7 INFO neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 13:43:18.038 7 INFO neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-11 13:43:18.038 7 INFO neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-11 13:43:18.038 7 INFO neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-11 13:43:18.039 7 INFO neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 13:43:18.039 7 WARNING neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] ipsecpolicy is already registered 2026-08-11 13:43:18.039 7 INFO neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 13:43:18.040 7 WARNING neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] ikepolicy is already registered 2026-08-11 13:43:18.045 7 INFO neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-11 13:43:18.045 7 WARNING neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] router is already registered 2026-08-11 13:43:18.045 7 INFO neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-11 13:43:18.045 7 WARNING neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] floatingip is already registered 2026-08-11 13:43:18.049 7 INFO neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-11 13:43:18.049 7 WARNING neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] rbac_policy is already registered 2026-08-11 13:43:18.050 7 INFO neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-11 13:43:18.050 7 WARNING neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] security_group is already registered 2026-08-11 13:43:18.050 7 INFO neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-11 13:43:18.050 7 WARNING neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] security_group_rule is already registered 2026-08-11 13:43:18.051 7 INFO neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 13:43:18.052 7 WARNING neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] subnetpool is already registered 2026-08-11 13:43:18.052 7 INFO neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 13:43:18.052 7 WARNING neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] subnetpool is already registered 2026-08-11 13:43:18.053 7 INFO neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-11 13:43:18.053 7 WARNING neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] trunk is already registered 2026-08-11 13:43:18.053 7 INFO neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 13:43:18.053 7 WARNING neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] ikepolicy is already registered 2026-08-11 13:43:18.054 7 INFO neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 13:43:18.054 7 WARNING neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] ipsecpolicy is already registered 2026-08-11 13:43:18.054 7 INFO neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-11 13:43:18.054 7 WARNING neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] endpoint_group is already registered 2026-08-11 13:43:18.055 7 INFO neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-11 13:43:18.055 7 WARNING neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] vpnservice is already registered 2026-08-11 13:43:18.055 7 INFO neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-11 13:43:18.055 7 WARNING neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] ipsec_site_connection is already registered 2026-08-11 13:43:18.056 7 INFO neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 13:43:18.056 7 WARNING neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] ipsecpolicy is already registered 2026-08-11 13:43:18.056 7 INFO neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 13:43:18.056 7 WARNING neutron.quota.resource_registry [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] ikepolicy is already registered 2026-08-11 13:43:18.093 7 WARNING keystonemiddleware._common.config [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-11 13:43:18.100 7 WARNING oslo_config.cfg [None req-39c34d27-1a69-4554-a11e-c19aae553423 - - - - - -] 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 0x7ffa35f2b668 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-08-11 13:43:23.007 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7dc17186-48ea-4cb0-b849-eb2d7c5a8c91 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.204.45.223 () {44 vars in 927 bytes} [Tue Aug 11 13:43:22 2026] GET /v2.0/networks/public => generated 108 bytes in 753 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.223 () {44 vars in 949 bytes} [Tue Aug 11 13:43:23 2026] GET /v2.0/networks?name=public => generated 15 bytes in 383 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 13:43:23.769 8 WARNING neutron.services.revisions.revision_plugin [None req-633dbef0-e20e-4b75-a521-8bda69de2533 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Could not find related network for resource to bump revision. 2026-08-11 13:43:23.785 8 INFO neutron.db.segments_db [None req-633dbef0-e20e-4b75-a521-8bda69de2533 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Added segment 1770e4fa-0ebc-4fea-b6e4-04d51254af11 of type flat for network 7974ac35-036c-4c1e-8d14-90a16b07a5ee 2026-08-11 13:43:23.824 8 INFO neutron.pecan_wsgi.hooks.translation [None req-633dbef0-e20e-4b75-a521-8bda69de2533 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/5] 199.204.45.223 () {48 vars in 967 bytes} [Tue Aug 11 13:43:23 2026] POST /v2.0/networks => generated 124 bytes in 439 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 13:43:29.774 8 INFO neutron.pecan_wsgi.hooks.translation [None req-28316104-b97d-4fa0-8e67-abdb3cc75b43 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.204.45.223 () {44 vars in 927 bytes} [Tue Aug 11 13:43:29 2026] GET /v2.0/networks/public => generated 108 bytes in 57 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.223 () {44 vars in 949 bytes} [Tue Aug 11 13:43:29 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-08-11 13:43:29.846 8 WARNING neutron.services.revisions.revision_plugin [None req-708caacf-b4c2-4c06-b790-02ccf8f2528b deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Could not find related network for resource to bump revision. 2026-08-11 13:43:29.873 8 INFO neutron.db.segments_db [None req-708caacf-b4c2-4c06-b790-02ccf8f2528b deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Added segment 53403aca-f142-486e-880e-81217a1a60f9 of type flat for network e2173712-9c61-41ff-ad99-a6096d89b8e4 2026-08-11 13:43:29.902 8 INFO neutron.pecan_wsgi.hooks.translation [None req-708caacf-b4c2-4c06-b790-02ccf8f2528b deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.204.45.223 () {48 vars in 967 bytes} [Tue Aug 11 13:43:29 2026] POST /v2.0/networks => generated 124 bytes in 115 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 13:43:36.143 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a7fef108-08ea-443e-83c7-0e7992232700 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/10] 199.204.45.223 () {44 vars in 927 bytes} [Tue Aug 11 13:43:35 2026] GET /v2.0/networks/public => generated 108 bytes in 390 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.223 () {44 vars in 949 bytes} [Tue Aug 11 13:43:36 2026] GET /v2.0/networks?name=public => generated 15 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 13:43:36.441 7 WARNING neutron.services.revisions.revision_plugin [None req-9f763c18-aa71-4e9e-9c76-b002d7ee0617 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Could not find related network for resource to bump revision. 2026-08-11 13:43:36.461 7 INFO neutron.db.segments_db [None req-9f763c18-aa71-4e9e-9c76-b002d7ee0617 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Added segment 3b233312-e47f-4a2d-afec-77aebdf0362d of type flat for network 519ef878-1ec9-49c9-8fd3-ebc7d0e772ef 2026-08-11 13:43:36.508 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9f763c18-aa71-4e9e-9c76-b002d7ee0617 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/12] 199.204.45.223 () {48 vars in 967 bytes} [Tue Aug 11 13:43:36 2026] POST /v2.0/networks => generated 124 bytes in 338 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 13:43:42.435 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d6c938a8-afbf-4ead-83a8-89fb22f98b5b deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 199.204.45.223 () {44 vars in 927 bytes} [Tue Aug 11 13:43:42 2026] GET /v2.0/networks/public => generated 108 bytes in 75 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/15] 199.204.45.223 () {44 vars in 949 bytes} [Tue Aug 11 13:43:42 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-08-11 13:43:42.523 7 WARNING neutron.services.revisions.revision_plugin [None req-9ea6511f-7635-4235-990a-16822578aa90 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Could not find related network for resource to bump revision. 2026-08-11 13:43:42.547 7 INFO neutron.db.segments_db [None req-9ea6511f-7635-4235-990a-16822578aa90 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Added segment 8bf13ca2-909c-4455-a8c4-9f4dff3be4d1 of type flat for network 33fad1db-43e3-44af-aabd-73f06058fea6 2026-08-11 13:43:42.573 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9ea6511f-7635-4235-990a-16822578aa90 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 199.204.45.223 () {48 vars in 967 bytes} [Tue Aug 11 13:43:42 2026] POST /v2.0/networks => generated 124 bytes in 126 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 13:43:48.483 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6946bc97-c695-4d98-a6bf-36dcecc9769f deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.204.45.223 () {44 vars in 927 bytes} [Tue Aug 11 13:43:48 2026] GET /v2.0/networks/public => generated 108 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.204.45.223 () {44 vars in 949 bytes} [Tue Aug 11 13:43:48 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 13:43:48.554 8 WARNING neutron.services.revisions.revision_plugin [None req-8dd6417a-365f-42b0-87e3-0e06d058af3e deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Could not find related network for resource to bump revision. 2026-08-11 13:43:48.574 8 INFO neutron.db.segments_db [None req-8dd6417a-365f-42b0-87e3-0e06d058af3e deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Added segment b79f2918-195e-4bdc-a1d8-f0764225899e of type flat for network 295cfb64-f3de-4e04-b390-c76e2c1a4cd0 [pid: 8|app: 0|req: 11/19] 199.204.45.223 () {48 vars in 967 bytes} [Tue Aug 11 13:43:48 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-08-11 13:43:50.058 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c591e2ea-d853-45f2-8581-725fb3cd7359 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/20] 199.204.45.223 () {44 vars in 927 bytes} [Tue Aug 11 13:43:50 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/21] 199.204.45.223 () {44 vars in 949 bytes} [Tue Aug 11 13:43:50 2026] GET /v2.0/networks?name=public => generated 709 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 13:43:50.144 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d6fb88aa-89ab-442e-b967-42c3b0190a59 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/22] 199.204.45.223 () {44 vars in 1034 bytes} [Tue Aug 11 13:43:50 2026] GET /v2.0/subnets/public-subnet?network_id=295cfb64-f3de-4e04-b390-c76e2c1a4cd0 => generated 113 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/23] 199.204.45.223 () {44 vars in 1057 bytes} [Tue Aug 11 13:43:50 2026] GET /v2.0/subnets?name=public-subnet&network_id=295cfb64-f3de-4e04-b390-c76e2c1a4cd0 => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 11/24] 199.204.45.223 () {48 vars in 965 bytes} [Tue Aug 11 13:43:50 2026] POST /v2.0/subnets => generated 664 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 13:48:43.809 7 INFO neutron.pecan_wsgi.hooks.translation [None req-554e5a16-93ee-4a32-87f8-0cb0d6f3c5bf deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 31/64] 199.204.45.223 () {44 vars in 937 bytes} [Tue Aug 11 13:48:43 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 110 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/65] 199.204.45.223 () {44 vars in 959 bytes} [Tue Aug 11 13:48:43 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 13:48:43.898 7 INFO neutron.db.segments_db [None req-4094c0f2-7044-4297-bd06-5fd87cb8137c deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Added segment b53f4acd-86a9-41bb-ba3d-b15ecd8a73d7 of type vxlan for network 002a43bd-fe12-43a6-9588-bcc7de2e8658 [pid: 7|app: 0|req: 32/66] 199.204.45.223 () {48 vars in 966 bytes} [Tue Aug 11 13:48:43 2026] POST /v2.0/networks => generated 688 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 13:48:44.952 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f34e4ba9-a93d-48b5-8e99-1349bb01f702 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/67] 199.204.45.223 () {44 vars in 937 bytes} [Tue Aug 11 13:48:44 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/68] 199.204.45.223 () {44 vars in 959 bytes} [Tue Aug 11 13:48:44 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 13:48:45.017 8 INFO neutron.pecan_wsgi.hooks.translation [None req-33971251-6a6c-42aa-8c35-1f72488a1a75 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/69] 199.204.45.223 () {44 vars in 1036 bytes} [Tue Aug 11 13:48:44 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=002a43bd-fe12-43a6-9588-bcc7de2e8658 => generated 114 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/70] 199.204.45.223 () {44 vars in 1059 bytes} [Tue Aug 11 13:48:45 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=002a43bd-fe12-43a6-9588-bcc7de2e8658 => generated 14 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/71] 199.204.45.223 () {48 vars in 965 bytes} [Tue Aug 11 13:48:45 2026] POST /v2.0/subnets => generated 651 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 13:48:46.269 7 INFO neutron.api.v2.resource [None req-f03e9597-8053-4fd4-a383-1cd6f54b0e49 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/72] 199.204.45.223 () {44 vars in 971 bytes} [Tue Aug 11 13:48:46 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/73] 199.204.45.223 () {44 vars in 993 bytes} [Tue Aug 11 13:48:46 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/74] 199.204.45.223 () {48 vars in 980 bytes} [Tue Aug 11 13:48:46 2026] POST /v2.0/security-groups => generated 1616 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/75] 199.204.45.223 () {44 vars in 1001 bytes} [Tue Aug 11 13:48:47 2026] GET /v2.0/security-groups/22893190-5497-402d-8143-c44bc6247c0d => generated 1616 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/76] 199.204.45.223 () {44 vars in 1001 bytes} [Tue Aug 11 13:48:47 2026] GET /v2.0/security-groups/22893190-5497-402d-8143-c44bc6247c0d => generated 1616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/77] 199.204.45.223 () {44 vars in 1001 bytes} [Tue Aug 11 13:48:47 2026] GET /v2.0/security-groups/22893190-5497-402d-8143-c44bc6247c0d => 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: 38/78] 199.204.45.223 () {48 vars in 991 bytes} [Tue Aug 11 13:48:47 2026] POST /v2.0/security-group-rules => generated 601 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/79] 199.204.45.223 () {44 vars in 1001 bytes} [Tue Aug 11 13:48:48 2026] GET /v2.0/security-groups/22893190-5497-402d-8143-c44bc6247c0d => generated 2230 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/80] 199.204.45.223 () {44 vars in 1001 bytes} [Tue Aug 11 13:48:48 2026] GET /v2.0/security-groups/22893190-5497-402d-8143-c44bc6247c0d => generated 2230 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/81] 199.204.45.223 () {44 vars in 1001 bytes} [Tue Aug 11 13:48:48 2026] GET /v2.0/security-groups/22893190-5497-402d-8143-c44bc6247c0d => generated 2230 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/82] 199.204.45.223 () {48 vars in 991 bytes} [Tue Aug 11 13:48:48 2026] POST /v2.0/security-group-rules => generated 603 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/83] 199.204.45.223 () {44 vars in 1001 bytes} [Tue Aug 11 13:48:49 2026] GET /v2.0/security-groups/22893190-5497-402d-8143-c44bc6247c0d => generated 2846 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/84] 199.204.45.223 () {44 vars in 1001 bytes} [Tue Aug 11 13:48:49 2026] GET /v2.0/security-groups/22893190-5497-402d-8143-c44bc6247c0d => generated 2846 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/85] 199.204.45.223 () {44 vars in 1001 bytes} [Tue Aug 11 13:48:49 2026] GET /v2.0/security-groups/22893190-5497-402d-8143-c44bc6247c0d => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/86] 199.204.45.223 () {48 vars in 991 bytes} [Tue Aug 11 13:48:49 2026] POST /v2.0/security-group-rules => generated 603 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/87] 199.204.45.223 () {44 vars in 1001 bytes} [Tue Aug 11 13:48:50 2026] GET /v2.0/security-groups/22893190-5497-402d-8143-c44bc6247c0d => generated 3462 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/88] 199.204.45.223 () {44 vars in 1001 bytes} [Tue Aug 11 13:48:50 2026] GET /v2.0/security-groups/22893190-5497-402d-8143-c44bc6247c0d => generated 3462 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/89] 199.204.45.223 () {44 vars in 1001 bytes} [Tue Aug 11 13:48:50 2026] GET /v2.0/security-groups/22893190-5497-402d-8143-c44bc6247c0d => generated 3462 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/90] 199.204.45.223 () {48 vars in 991 bytes} [Tue Aug 11 13:48:50 2026] POST /v2.0/security-group-rules => generated 603 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/91] 199.204.45.223 () {44 vars in 1001 bytes} [Tue Aug 11 13:48:51 2026] GET /v2.0/security-groups/22893190-5497-402d-8143-c44bc6247c0d => generated 4078 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/92] 199.204.45.223 () {44 vars in 1001 bytes} [Tue Aug 11 13:48:51 2026] GET /v2.0/security-groups/22893190-5497-402d-8143-c44bc6247c0d => generated 4078 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/93] 199.204.45.223 () {44 vars in 1001 bytes} [Tue Aug 11 13:48:51 2026] GET /v2.0/security-groups/22893190-5497-402d-8143-c44bc6247c0d => 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: 46/94] 199.204.45.223 () {48 vars in 991 bytes} [Tue Aug 11 13:48:51 2026] POST /v2.0/security-group-rules => generated 603 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/95] 199.204.45.223 () {44 vars in 987 bytes} [Tue Aug 11 13:48:53 2026] GET /v2.0/networks/002a43bd-fe12-43a6-9588-bcc7de2e8658 => generated 732 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 13:48:53.197 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ff5c0bf4-ba82-4c70-a448-930474ad3245 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 47/96] 199.204.45.223 () {44 vars in 1076 bytes} [Tue Aug 11 13:48:53 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=002a43bd-fe12-43a6-9588-bcc7de2e8658 => generated 132 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/97] 199.204.45.223 () {44 vars in 1099 bytes} [Tue Aug 11 13:48:53 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=002a43bd-fe12-43a6-9588-bcc7de2e8658 => generated 12 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/98] 199.204.45.223 () {44 vars in 1001 bytes} [Tue Aug 11 13:48:53 2026] GET /v2.0/security-groups/22893190-5497-402d-8143-c44bc6247c0d => generated 4694 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/99] 199.204.45.223 () {48 vars in 961 bytes} [Tue Aug 11 13:48:53 2026] POST /v2.0/ports => generated 1096 bytes in 336 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-08-11 13:49:00.747 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4f2ee02a-395a-4a3b-ac4d-07d304d9fa1e deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/102] 199.204.45.223 () {44 vars in 979 bytes} [Tue Aug 11 13:49:00 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 242 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.223 () {44 vars in 1001 bytes} [Tue Aug 11 13:49:00 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/104] 199.204.45.223 () {48 vars in 1031 bytes} [Tue Aug 11 13:49:00 2026] PUT /v2.0/ports/e15441ed-a8f4-46c7-a7cd-6247ef57d803 => generated 1245 bytes in 377 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.223 () {44 vars in 920 bytes} [Tue Aug 11 13:49:02 2026] GET /v2.0/ports => generated 3726 bytes in 87 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-08-11 13:49:03.890 8 INFO neutron.api.v2.resource [None req-7596550c-e7e7-44a5-9e7b-f04b6f953773 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 55/106] 199.204.45.223 () {44 vars in 959 bytes} [Tue Aug 11 13:49:03 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/107] 199.204.45.223 () {44 vars in 981 bytes} [Tue Aug 11 13:49:03 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/108] 199.204.45.223 () {48 vars in 980 bytes} [Tue Aug 11 13:49:03 2026] POST /v2.0/security-groups => generated 1610 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/109] 199.204.45.223 () {44 vars in 1001 bytes} [Tue Aug 11 13:49:04 2026] GET /v2.0/security-groups/ae186d54-c664-47e1-8423-f02f245a7ce8 => generated 1610 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/110] 199.204.45.223 () {44 vars in 1001 bytes} [Tue Aug 11 13:49:05 2026] GET /v2.0/security-groups/ae186d54-c664-47e1-8423-f02f245a7ce8 => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/111] 199.204.45.223 () {44 vars in 1001 bytes} [Tue Aug 11 13:49:05 2026] GET /v2.0/security-groups/ae186d54-c664-47e1-8423-f02f245a7ce8 => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/112] 199.204.45.223 () {48 vars in 991 bytes} [Tue Aug 11 13:49:05 2026] POST /v2.0/security-group-rules => generated 621 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/113] 199.204.45.223 () {44 vars in 1001 bytes} [Tue Aug 11 13:49:05 2026] GET /v2.0/security-groups/ae186d54-c664-47e1-8423-f02f245a7ce8 => generated 2244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/114] 199.204.45.223 () {44 vars in 1001 bytes} [Tue Aug 11 13:49:06 2026] GET /v2.0/security-groups/ae186d54-c664-47e1-8423-f02f245a7ce8 => generated 2244 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/115] 199.204.45.223 () {44 vars in 1001 bytes} [Tue Aug 11 13:49:06 2026] GET /v2.0/security-groups/ae186d54-c664-47e1-8423-f02f245a7ce8 => generated 2244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/116] 199.204.45.223 () {48 vars in 991 bytes} [Tue Aug 11 13:49:06 2026] POST /v2.0/security-group-rules => generated 625 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/125] 199.204.45.223 () {44 vars in 975 bytes} [Tue Aug 11 13:50:06 2026] GET /v2.0/quotas/2250c2b14c0c43d2980583cc926449b7 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 65/126] 199.204.45.223 () {48 vars in 1027 bytes} [Tue Aug 11 13:50:06 2026] PUT /v2.0/quotas/2250c2b14c0c43d2980583cc926449b7 => generated 291 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 13:52:26.721 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9a39fbfb-e522-4bd6-9334-da3e266195ff deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 76/147] 199.204.45.223 () {30 vars in 741 bytes} [Tue Aug 11 13:52:26 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 200 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: 72/148] 199.204.45.223 () {30 vars in 763 bytes} [Tue Aug 11 13:52:26 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 13:52:28.555 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d5f0b6da-18ca-40f8-8755-e238b4e0cb31 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 77/149] 199.204.45.223 () {30 vars in 741 bytes} [Tue Aug 11 13:52:28 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 73/150] 199.204.45.223 () {30 vars in 763 bytes} [Tue Aug 11 13:52:28 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 13:58:26.215 7 INFO neutron.api.v2.resource [None req-7a618fc6-ac2d-4d4f-992c-6866d9621dab deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 97/197] 199.204.45.223 () {44 vars in 1074 bytes} [Tue Aug 11 13:58:26 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=062714c9880c457e834133b904bbb2c7 => generated 139 bytes in 152 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 101/200] 199.204.45.223 () {44 vars in 1097 bytes} [Tue Aug 11 13:58:26 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=062714c9880c457e834133b904bbb2c7 => generated 23 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 100/201] 199.204.45.223 () {48 vars in 981 bytes} [Tue Aug 11 13:58:26 2026] POST /v2.0/security-groups => generated 1624 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/202] 199.204.45.223 () {44 vars in 1088 bytes} [Tue Aug 11 13:58:27 2026] GET /v2.0/security-groups/75679fa3-3fcb-4492-ac39-659b1d77db75?project_id=062714c9880c457e834133b904bbb2c7 => generated 1624 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/203] 199.204.45.223 () {44 vars in 1001 bytes} [Tue Aug 11 13:58:27 2026] GET /v2.0/security-groups/75679fa3-3fcb-4492-ac39-659b1d77db75 => generated 1624 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/204] 199.204.45.223 () {44 vars in 1088 bytes} [Tue Aug 11 13:58:27 2026] GET /v2.0/security-groups/75679fa3-3fcb-4492-ac39-659b1d77db75?project_id=062714c9880c457e834133b904bbb2c7 => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/205] 199.204.45.223 () {48 vars in 991 bytes} [Tue Aug 11 13:58:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/206] 199.204.45.223 () {44 vars in 1088 bytes} [Tue Aug 11 13:58:28 2026] GET /v2.0/security-groups/75679fa3-3fcb-4492-ac39-659b1d77db75?project_id=062714c9880c457e834133b904bbb2c7 => generated 2234 bytes in 49 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.223 () {44 vars in 1001 bytes} [Tue Aug 11 13:58:28 2026] GET /v2.0/security-groups/75679fa3-3fcb-4492-ac39-659b1d77db75 => generated 2234 bytes in 25 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.223 () {44 vars in 1088 bytes} [Tue Aug 11 13:58:29 2026] GET /v2.0/security-groups/75679fa3-3fcb-4492-ac39-659b1d77db75?project_id=062714c9880c457e834133b904bbb2c7 => generated 2234 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/209] 199.204.45.223 () {48 vars in 991 bytes} [Tue Aug 11 13:58:29 2026] POST /v2.0/security-group-rules => generated 599 bytes in 99 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.223 () {44 vars in 1088 bytes} [Tue Aug 11 13:58:30 2026] GET /v2.0/security-groups/75679fa3-3fcb-4492-ac39-659b1d77db75?project_id=062714c9880c457e834133b904bbb2c7 => generated 2846 bytes in 66 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.223 () {44 vars in 1001 bytes} [Tue Aug 11 13:58:30 2026] GET /v2.0/security-groups/75679fa3-3fcb-4492-ac39-659b1d77db75 => generated 2846 bytes in 29 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.223 () {44 vars in 1088 bytes} [Tue Aug 11 13:58:30 2026] GET /v2.0/security-groups/75679fa3-3fcb-4492-ac39-659b1d77db75?project_id=062714c9880c457e834133b904bbb2c7 => generated 2846 bytes in 36 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.223 () {48 vars in 991 bytes} [Tue Aug 11 13:58:30 2026] POST /v2.0/security-group-rules => generated 601 bytes in 123 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.223 () {44 vars in 1088 bytes} [Tue Aug 11 13:58:31 2026] GET /v2.0/security-groups/75679fa3-3fcb-4492-ac39-659b1d77db75?project_id=062714c9880c457e834133b904bbb2c7 => generated 3460 bytes in 50 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.223 () {44 vars in 1001 bytes} [Tue Aug 11 13:58:31 2026] GET /v2.0/security-groups/75679fa3-3fcb-4492-ac39-659b1d77db75 => generated 3460 bytes in 25 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.223 () {44 vars in 1088 bytes} [Tue Aug 11 13:58:31 2026] GET /v2.0/security-groups/75679fa3-3fcb-4492-ac39-659b1d77db75?project_id=062714c9880c457e834133b904bbb2c7 => generated 3460 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/217] 199.204.45.223 () {48 vars in 991 bytes} [Tue Aug 11 13:58:31 2026] POST /v2.0/security-group-rules => generated 602 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/238] 199.204.45.223 () {30 vars in 740 bytes} [Tue Aug 11 14:01:02 2026] GET /v2.0/networks?tenant_id=062714c9880c457e834133b904bbb2c7&shared=False => generated 15 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:01:02.861 7 INFO neutron.db.segments_db [None req-01d32ff1-444d-4972-bf29-cc547a4c3ac1 b75c54890884444b8e08b8dccaa7a276 062714c9880c457e834133b904bbb2c7 - - 7512886badab4db48f12156ea64010cb 7512886badab4db48f12156ea64010cb] Added segment 41df34dc-c37d-4b9e-aec1-22823bc12661 of type vxlan for network c7c03613-efa8-40aa-b5b8-06cc5050899d [pid: 7|app: 0|req: 119/239] 199.204.45.223 () {34 vars in 682 bytes} [Tue Aug 11 14:01:02 2026] POST /v2.0/networks => generated 699 bytes in 152 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.223 () {30 vars in 722 bytes} [Tue Aug 11 14:01:02 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/241] 199.204.45.223 () {30 vars in 633 bytes} [Tue Aug 11 14:01:03 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/242] 199.204.45.223 () {34 vars in 677 bytes} [Tue Aug 11 14:01:03 2026] POST /v2.0/ports => generated 999 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/243] 199.204.45.223 () {30 vars in 703 bytes} [Tue Aug 11 14:01:03 2026] GET /v2.0/networks/c7c03613-efa8-40aa-b5b8-06cc5050899d => generated 705 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/244] 199.204.45.223 () {30 vars in 722 bytes} [Tue Aug 11 14:01:05 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/245] 199.204.45.223 () {30 vars in 703 bytes} [Tue Aug 11 14:01:05 2026] GET /v2.0/networks/c7c03613-efa8-40aa-b5b8-06cc5050899d => generated 705 bytes in 31 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.223 () {44 vars in 975 bytes} [Tue Aug 11 14:01:31 2026] GET /v2.0/quotas/062714c9880c457e834133b904bbb2c7 => 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.223 () {48 vars in 1027 bytes} [Tue Aug 11 14:01:31 2026] PUT /v2.0/quotas/062714c9880c457e834133b904bbb2c7 => generated 291 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:13:44.314 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b8472390-a334-4f2b-ab67-6e94dcea5f0c deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 176/350] 199.204.45.223 () {44 vars in 927 bytes} [Tue Aug 11 14:13:44 2026] GET /v2.0/networks/public => generated 108 bytes in 172 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/351] 199.204.45.223 () {44 vars in 949 bytes} [Tue Aug 11 14:13:44 2026] GET /v2.0/networks?name=public => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:13:45.592 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cbbc47cf-9fda-4f8e-8039-25d044b8b974 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 177/352] 199.204.45.223 () {44 vars in 927 bytes} [Tue Aug 11 14:13:45 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: 7|app: 0|req: 176/353] 199.204.45.223 () {44 vars in 949 bytes} [Tue Aug 11 14:13:45 2026] GET /v2.0/networks?name=public => generated 753 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:13:45.659 8 INFO neutron.pecan_wsgi.hooks.translation [None req-42d9f241-0235-4d11-80a4-1f38f02c805b deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 178/354] 199.204.45.223 () {44 vars in 1034 bytes} [Tue Aug 11 14:13:45 2026] GET /v2.0/subnets/public-subnet?network_id=295cfb64-f3de-4e04-b390-c76e2c1a4cd0 => generated 113 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/355] 199.204.45.223 () {44 vars in 1057 bytes} [Tue Aug 11 14:13:45 2026] GET /v2.0/subnets?name=public-subnet&network_id=295cfb64-f3de-4e04-b390-c76e2c1a4cd0 => generated 667 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:14:12.733 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2fc3a167-edbc-46ad-87cb-f00755726df5 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 181/360] 199.204.45.223 () {44 vars in 937 bytes} [Tue Aug 11 14:14:12 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 65 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/361] 199.204.45.223 () {44 vars in 959 bytes} [Tue Aug 11 14:14:12 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:14:13.758 8 INFO neutron.pecan_wsgi.hooks.translation [None req-846bf411-4cc8-4215-8828-bd6dc7d456ee deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 182/362] 199.204.45.223 () {44 vars in 937 bytes} [Tue Aug 11 14:14:13 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/363] 199.204.45.223 () {44 vars in 959 bytes} [Tue Aug 11 14:14:13 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-08-11 14:14:13.822 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3adac3df-bcbd-4610-819e-80313dabb1d0 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 183/364] 199.204.45.223 () {44 vars in 1036 bytes} [Tue Aug 11 14:14:13 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=002a43bd-fe12-43a6-9588-bcc7de2e8658 => generated 114 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/365] 199.204.45.223 () {44 vars in 1059 bytes} [Tue Aug 11 14:14:13 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=002a43bd-fe12-43a6-9588-bcc7de2e8658 => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:14:14.871 8 INFO neutron.api.v2.resource [None req-cebaff03-fb99-4fc9-a4ba-51b8e0989be8 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 184/366] 199.204.45.223 () {44 vars in 971 bytes} [Tue Aug 11 14:14:14 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/367] 199.204.45.223 () {44 vars in 993 bytes} [Tue Aug 11 14:14:14 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/368] 199.204.45.223 () {44 vars in 1001 bytes} [Tue Aug 11 14:14:15 2026] GET /v2.0/security-groups/22893190-5497-402d-8143-c44bc6247c0d => generated 4694 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/369] 199.204.45.223 () {44 vars in 1001 bytes} [Tue Aug 11 14:14:15 2026] GET /v2.0/security-groups/22893190-5497-402d-8143-c44bc6247c0d => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/370] 199.204.45.223 () {44 vars in 1011 bytes} [Tue Aug 11 14:14:16 2026] GET /v2.0/security-group-rules/dfa923b4-bb3d-4902-b979-998b78234724 => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/371] 199.204.45.223 () {44 vars in 1001 bytes} [Tue Aug 11 14:14:16 2026] GET /v2.0/security-groups/22893190-5497-402d-8143-c44bc6247c0d => 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: 187/372] 199.204.45.223 () {44 vars in 1001 bytes} [Tue Aug 11 14:14:16 2026] GET /v2.0/security-groups/22893190-5497-402d-8143-c44bc6247c0d => 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/373] 199.204.45.223 () {44 vars in 1011 bytes} [Tue Aug 11 14:14:16 2026] GET /v2.0/security-group-rules/c652d0b3-4f68-4d38-a6bb-39a124a7a6a2 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/374] 199.204.45.223 () {44 vars in 1001 bytes} [Tue Aug 11 14:14:17 2026] GET /v2.0/security-groups/22893190-5497-402d-8143-c44bc6247c0d => generated 4694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/375] 199.204.45.223 () {44 vars in 1001 bytes} [Tue Aug 11 14:14:17 2026] GET /v2.0/security-groups/22893190-5497-402d-8143-c44bc6247c0d => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/376] 199.204.45.223 () {44 vars in 1011 bytes} [Tue Aug 11 14:14:17 2026] GET /v2.0/security-group-rules/c1001067-0487-4967-aaeb-8d872187bd2c => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/377] 199.204.45.223 () {44 vars in 1001 bytes} [Tue Aug 11 14:14:18 2026] GET /v2.0/security-groups/22893190-5497-402d-8143-c44bc6247c0d => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/378] 199.204.45.223 () {44 vars in 1001 bytes} [Tue Aug 11 14:14:18 2026] GET /v2.0/security-groups/22893190-5497-402d-8143-c44bc6247c0d => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/379] 199.204.45.223 () {44 vars in 1011 bytes} [Tue Aug 11 14:14:18 2026] GET /v2.0/security-group-rules/8cfdf3ce-d031-4479-a40c-9dd56be55f17 => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/380] 199.204.45.223 () {44 vars in 1001 bytes} [Tue Aug 11 14:14:19 2026] GET /v2.0/security-groups/22893190-5497-402d-8143-c44bc6247c0d => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/381] 199.204.45.223 () {44 vars in 1001 bytes} [Tue Aug 11 14:14:19 2026] GET /v2.0/security-groups/22893190-5497-402d-8143-c44bc6247c0d => 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: 192/382] 199.204.45.223 () {44 vars in 1011 bytes} [Tue Aug 11 14:14:19 2026] GET /v2.0/security-group-rules/9c627b8c-16da-4d31-b5f3-8f04aeae14fa => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/383] 199.204.45.223 () {44 vars in 987 bytes} [Tue Aug 11 14:14:21 2026] GET /v2.0/networks/002a43bd-fe12-43a6-9588-bcc7de2e8658 => generated 732 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:14:21.319 8 INFO neutron.pecan_wsgi.hooks.translation [None req-38dd87ee-83c6-4602-91cc-10b74baac3a3 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 193/384] 199.204.45.223 () {44 vars in 1076 bytes} [Tue Aug 11 14:14:21 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=002a43bd-fe12-43a6-9588-bcc7de2e8658 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/385] 199.204.45.223 () {44 vars in 1099 bytes} [Tue Aug 11 14:14:21 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=002a43bd-fe12-43a6-9588-bcc7de2e8658 => generated 1250 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/386] 199.204.45.223 () {44 vars in 1001 bytes} [Tue Aug 11 14:14:21 2026] GET /v2.0/security-groups/22893190-5497-402d-8143-c44bc6247c0d => generated 4694 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:14:29.321 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d2b4b6c4-3edd-4c4f-aa1e-b125966b45ca deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 194/389] 199.204.45.223 () {44 vars in 979 bytes} [Tue Aug 11 14:14:29 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/390] 199.204.45.223 () {44 vars in 1001 bytes} [Tue Aug 11 14:14:29 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 58 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.223 () {44 vars in 920 bytes} [Tue Aug 11 14:14:30 2026] GET /v2.0/ports => generated 4721 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:14:32.025 8 INFO neutron.api.v2.resource [None req-4830e130-7689-4450-85d1-9780e05940b2 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 197/392] 199.204.45.223 () {44 vars in 959 bytes} [Tue Aug 11 14:14:31 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: 7|app: 0|req: 196/393] 199.204.45.223 () {44 vars in 981 bytes} [Tue Aug 11 14:14:32 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 32 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.223 () {44 vars in 1001 bytes} [Tue Aug 11 14:14:33 2026] GET /v2.0/security-groups/ae186d54-c664-47e1-8423-f02f245a7ce8 => generated 2882 bytes in 61 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.223 () {44 vars in 1001 bytes} [Tue Aug 11 14:14:33 2026] GET /v2.0/security-groups/ae186d54-c664-47e1-8423-f02f245a7ce8 => generated 2882 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/396] 199.204.45.223 () {44 vars in 1011 bytes} [Tue Aug 11 14:14:33 2026] GET /v2.0/security-group-rules/bd61d57b-69db-4ba7-94e8-52338a265d70 => generated 621 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/397] 199.204.45.223 () {44 vars in 1001 bytes} [Tue Aug 11 14:14:33 2026] GET /v2.0/security-groups/ae186d54-c664-47e1-8423-f02f245a7ce8 => generated 2882 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/398] 199.204.45.223 () {44 vars in 1001 bytes} [Tue Aug 11 14:14:34 2026] GET /v2.0/security-groups/ae186d54-c664-47e1-8423-f02f245a7ce8 => generated 2882 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/399] 199.204.45.223 () {44 vars in 1011 bytes} [Tue Aug 11 14:14:34 2026] GET /v2.0/security-group-rules/7b80ef2d-2a8b-461b-b0ca-25d98b64941d => generated 625 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/402] 199.204.45.223 () {44 vars in 975 bytes} [Tue Aug 11 14:14:46 2026] GET /v2.0/quotas/2250c2b14c0c43d2980583cc926449b7 => generated 291 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:15:41.768 7 INFO neutron.api.v2.resource [None req-b41e1149-a134-47c3-bbda-37ba8aaa6dfb deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 206/411] 199.204.45.223 () {44 vars in 1074 bytes} [Tue Aug 11 14:15:41 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=062714c9880c457e834133b904bbb2c7 => generated 139 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/412] 199.204.45.223 () {44 vars in 1097 bytes} [Tue Aug 11 14:15:41 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=062714c9880c457e834133b904bbb2c7 => generated 4072 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/413] 199.204.45.223 () {44 vars in 1088 bytes} [Tue Aug 11 14:15:42 2026] GET /v2.0/security-groups/75679fa3-3fcb-4492-ac39-659b1d77db75?project_id=062714c9880c457e834133b904bbb2c7 => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/414] 199.204.45.223 () {44 vars in 1001 bytes} [Tue Aug 11 14:15:42 2026] GET /v2.0/security-groups/75679fa3-3fcb-4492-ac39-659b1d77db75 => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/415] 199.204.45.223 () {44 vars in 1011 bytes} [Tue Aug 11 14:15:42 2026] GET /v2.0/security-group-rules/9bda5302-0118-4ab9-9553-88f39fee037c => generated 597 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/416] 199.204.45.223 () {44 vars in 1088 bytes} [Tue Aug 11 14:15:43 2026] GET /v2.0/security-groups/75679fa3-3fcb-4492-ac39-659b1d77db75?project_id=062714c9880c457e834133b904bbb2c7 => generated 4075 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/417] 199.204.45.223 () {44 vars in 1001 bytes} [Tue Aug 11 14:15:43 2026] GET /v2.0/security-groups/75679fa3-3fcb-4492-ac39-659b1d77db75 => generated 4075 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/418] 199.204.45.223 () {44 vars in 1011 bytes} [Tue Aug 11 14:15:44 2026] GET /v2.0/security-group-rules/6d93f076-647b-4458-a71f-61f981c47d9c => generated 599 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/419] 199.204.45.223 () {44 vars in 1088 bytes} [Tue Aug 11 14:15:44 2026] GET /v2.0/security-groups/75679fa3-3fcb-4492-ac39-659b1d77db75?project_id=062714c9880c457e834133b904bbb2c7 => generated 4075 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/420] 199.204.45.223 () {44 vars in 1001 bytes} [Tue Aug 11 14:15:45 2026] GET /v2.0/security-groups/75679fa3-3fcb-4492-ac39-659b1d77db75 => generated 4075 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/421] 199.204.45.223 () {44 vars in 1011 bytes} [Tue Aug 11 14:15:45 2026] GET /v2.0/security-group-rules/5bc09827-0e15-4fc8-9cff-cb32b63aceca => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/422] 199.204.45.223 () {44 vars in 1088 bytes} [Tue Aug 11 14:15:46 2026] GET /v2.0/security-groups/75679fa3-3fcb-4492-ac39-659b1d77db75?project_id=062714c9880c457e834133b904bbb2c7 => generated 4075 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/423] 199.204.45.223 () {44 vars in 1001 bytes} [Tue Aug 11 14:15:46 2026] GET /v2.0/security-groups/75679fa3-3fcb-4492-ac39-659b1d77db75 => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/424] 199.204.45.223 () {44 vars in 1011 bytes} [Tue Aug 11 14:15:46 2026] GET /v2.0/security-group-rules/cfa86c4e-06ba-4695-a48a-9401b74d7537 => generated 602 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/425] 199.204.45.223 () {44 vars in 975 bytes} [Tue Aug 11 14:15:53 2026] GET /v2.0/quotas/062714c9880c457e834133b904bbb2c7 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/434] 199.204.45.223 () {44 vars in 949 bytes} [Tue Aug 11 14:16:43 2026] GET /v2.0/networks?name=public => generated 753 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/439] 10.0.0.249 () {32 vars in 649 bytes} [Tue Aug 11 14:17:21 2026] GET /v2.0/networks => generated 2168 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/440] 10.0.0.249 () {32 vars in 655 bytes} [Tue Aug 11 14:17:22 2026] GET /v2.0/floatingips => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/441] 10.0.0.249 () {32 vars in 647 bytes} [Tue Aug 11 14:17:22 2026] GET /v2.0/routers => generated 15 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/442] 10.0.0.249 () {32 vars in 643 bytes} [Tue Aug 11 14:17:22 2026] GET /v2.0/ports => generated 4721 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/443] 10.0.0.249 () {32 vars in 647 bytes} [Tue Aug 11 14:17:22 2026] GET /v2.0/subnets => generated 1308 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/444] 10.0.0.249 () {32 vars in 649 bytes} [Tue Aug 11 14:17:22 2026] GET /v2.0/networks => generated 2168 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/445] 10.0.0.249 () {32 vars in 663 bytes} [Tue Aug 11 14:17:22 2026] GET /v2.0/security-groups => generated 17397 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/446] 10.0.0.249 () {32 vars in 655 bytes} [Tue Aug 11 14:17:22 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) 2026-08-11 14:17:33.851 7 INFO neutron.db.segments_db [None req-4a89d2d3-70b6-44a4-923e-2de684dbccde deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Added segment 4a1416dc-d36c-4ea6-882d-6444d6e43409 of type vxlan for network 017a4810-4e41-49b4-b367-8f205fa027bb 2026-08-11 14:17:33.878 8 INFO neutron.db.segments_db [None req-14d80a7d-268b-4848-a2d0-146db40dbaea deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Added segment ae42e2e3-d35b-43c7-878d-3136f3ef9440 of type vxlan for network a23d7b33-fa61-495c-906c-b31e2a87d47b [pid: 7|app: 0|req: 226/449] 10.0.0.249 () {34 vars in 671 bytes} [Tue Aug 11 14:17:33 2026] POST /v2.0/networks => generated 729 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/450] 10.0.0.249 () {34 vars in 671 bytes} [Tue Aug 11 14:17:33 2026] POST /v2.0/networks => generated 728 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/451] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:17:33 2026] POST /v2.0/subnets => generated 695 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:17:34.283 7 INFO neutron.db.segments_db [None req-3ae082e0-beb1-4526-9392-39b7b7650c28 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Added segment 71f9614b-bb87-4da1-9d00-34dbdae092f4 of type vxlan for network 4257a92b-66a4-4c81-8dbc-0853e0f9bf06 [pid: 8|app: 0|req: 226/452] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:17:34 2026] POST /v2.0/subnets => generated 694 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/453] 10.0.0.249 () {34 vars in 671 bytes} [Tue Aug 11 14:17:33 2026] POST /v2.0/networks => generated 726 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:17:34.459 7 INFO neutron.db.segments_db [None req-4952275f-c186-455d-8045-208edb2d7db5 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Added segment 80165db9-d22a-4e0e-9cf1-8f3900c7bef5 of type vxlan for network 00aee70d-7344-497e-8dca-048a86ef133d [pid: 8|app: 0|req: 227/454] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:17:34 2026] GET /v2.0/security-groups?tenant_id=5222bffe1bed41ab96a2d9616d788acc&name=default => generated 2921 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:17:34.588 8 INFO neutron.db.segments_db [None req-3fe56295-8441-474f-9ca0-bcc3ee1523fc deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Added segment 8a067599-424f-4c9a-9e57-9d874151c5d3 of type vxlan for network b854d445-7106-4fb6-8f03-79b6c2021175 2026-08-11 14:17:34.714 7 INFO neutron.db.l3_hamode_db [None req-4952275f-c186-455d-8045-208edb2d7db5 deb15de0910240b3845a1c6ddc77c8b3 fa611439e4324d2a904678f4e6d07ea1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 14:17:34.835 8 INFO neutron.db.l3_hamode_db [None req-3fe56295-8441-474f-9ca0-bcc3ee1523fc deb15de0910240b3845a1c6ddc77c8b3 2f39acfc659b4be69e2de5716ab49966 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 14:17:35.629 7 INFO neutron.db.l3_hamode_db [None req-4952275f-c186-455d-8045-208edb2d7db5 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 14:17:35.995 8 INFO neutron.db.l3_hamode_db [None req-3fe56295-8441-474f-9ca0-bcc3ee1523fc deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 228/455] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:17:34 2026] POST /v2.0/routers => generated 735 bytes in 2545 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/456] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:17:34 2026] POST /v2.0/routers => generated 734 bytes in 2404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/457] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:17:36 2026] DELETE /v2.0/security-groups/9917fe72-15fb-4c72-8e29-ec9f6bb40a39 => 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: 229/458] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:17:36 2026] POST /v2.0/subnets => generated 692 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/459] 10.0.0.249 () {34 vars in 783 bytes} [Tue Aug 11 14:17:37 2026] PUT /v2.0/routers/eace5ef0-5ee7-4c2e-b093-abe95cfcc554/add_router_interface => generated 309 bytes in 1154 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:17:38.257 8 INFO neutron.db.segments_db [None req-29f3b4f6-9a73-475d-ae53-ef1b17b17cb6 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Added segment 101af929-897f-4995-aaf0-38635870c916 of type vxlan for network dff32812-da0b-4f3e-83d8-bda6095c8fe3 [pid: 7|app: 0|req: 230/460] 10.0.0.249 () {34 vars in 783 bytes} [Tue Aug 11 14:17:37 2026] PUT /v2.0/routers/c28a442d-39c5-4cf5-b7b9-2795e128e96a/add_router_interface => generated 309 bytes in 1305 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:17:38.477 8 INFO neutron.db.l3_hamode_db [None req-29f3b4f6-9a73-475d-ae53-ef1b17b17cb6 deb15de0910240b3845a1c6ddc77c8b3 55bb0eb6ef7748d1bdf4bf23b8fa64b6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 231/461] 10.0.0.249 () {34 vars in 685 bytes} [Tue Aug 11 14:17:38 2026] POST /v2.0/security-groups => generated 1660 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-11 14:17:39.167 7 INFO neutron.db.segments_db [None req-c8491a07-e187-4021-830c-733c066771df deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Added segment 9a69a33e-fc73-477b-9692-d1261e847b3b of type vxlan for network b7bb5d2c-2368-4465-9d8e-7d30e2b0c1f9 2026-08-11 14:17:39.198 8 INFO neutron.db.l3_hamode_db [None req-29f3b4f6-9a73-475d-ae53-ef1b17b17cb6 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 232/462] 10.0.0.249 () {34 vars in 671 bytes} [Tue Aug 11 14:17:38 2026] POST /v2.0/networks => generated 718 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/463] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:17:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/464] 10.0.0.141 () {38 vars in 971 bytes} [Tue Aug 11 14:17:39 2026] POST /v2.0/security-groups => generated 1685 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/465] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:17:39 2026] POST /v2.0/subnets => generated 684 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/466] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:17:39 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) 2026-08-11 14:17:39.900 7 INFO neutron.db.segments_db [None req-c6269ad4-7328-4bf3-88df-2d9cf9613793 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Added segment 965ed40d-0313-4349-bd1d-131d60473f2d of type vxlan for network 2ff0ae94-1d29-45e8-b63c-dd8ea7d58a5a [pid: 8|app: 0|req: 231/467] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:17:38 2026] POST /v2.0/routers => generated 732 bytes in 1978 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:17:40.246 7 INFO neutron.db.l3_hamode_db [None req-c6269ad4-7328-4bf3-88df-2d9cf9613793 deb15de0910240b3845a1c6ddc77c8b3 a3301b1617614bd8bdda04b40486d0b2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 232/468] 10.0.0.249 () {34 vars in 676 bytes} [Tue Aug 11 14:17:40 2026] POST /v2.0/floatingips => generated 552 bytes in 611 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/469] 10.0.0.141 () {34 vars in 991 bytes} [Tue Aug 11 14:17:40 2026] GET /v2.0/security-groups/ea582324-7c3f-4c4d-8f07-b22303c1972a => generated 1685 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:17:41.010 7 INFO neutron.db.l3_hamode_db [None req-c6269ad4-7328-4bf3-88df-2d9cf9613793 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 237/470] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:17:39 2026] POST /v2.0/routers => generated 724 bytes in 2010 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/471] 10.0.0.141 () {38 vars in 981 bytes} [Tue Aug 11 14:17:41 2026] POST /v2.0/security-group-rules => generated 614 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/474] 10.0.0.249 () {34 vars in 783 bytes} [Tue Aug 11 14:17:40 2026] PUT /v2.0/routers/5fadac2b-31e2-4b1a-b1b7-989b63e0935e/add_router_interface => generated 309 bytes in 1334 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/475] 10.0.0.141 () {38 vars in 971 bytes} [Tue Aug 11 14:17:42 2026] POST /v2.0/security-groups => generated 1685 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/476] 10.0.0.141 () {34 vars in 991 bytes} [Tue Aug 11 14:17:42 2026] GET /v2.0/security-groups/a986c79e-bfaa-4d5b-8ffa-640ea148877c => generated 1685 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/477] 10.0.0.141 () {38 vars in 981 bytes} [Tue Aug 11 14:17:42 2026] POST /v2.0/security-group-rules => generated 614 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/478] 10.0.0.141 () {34 vars in 991 bytes} [Tue Aug 11 14:17:42 2026] GET /v2.0/security-groups/a986c79e-bfaa-4d5b-8ffa-640ea148877c => generated 2310 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/479] 10.0.0.141 () {38 vars in 981 bytes} [Tue Aug 11 14:17:42 2026] POST /v2.0/security-group-rules => generated 619 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/480] 10.0.0.141 () {38 vars in 971 bytes} [Tue Aug 11 14:17:42 2026] POST /v2.0/security-groups => generated 1680 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/481] 10.0.0.141 () {34 vars in 991 bytes} [Tue Aug 11 14:17:42 2026] GET /v2.0/security-groups/a986c79e-bfaa-4d5b-8ffa-640ea148877c => generated 2940 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/482] 10.0.0.141 () {38 vars in 971 bytes} [Tue Aug 11 14:17:42 2026] POST /v2.0/security-groups => generated 1680 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/483] 10.0.0.141 () {34 vars in 1001 bytes} [Tue Aug 11 14:17:43 2026] GET /v2.0/security-group-rules/498cbfa8-2f75-4a27-81b1-3df60061bfcd => generated 616 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/484] 10.0.0.141 () {34 vars in 991 bytes} [Tue Aug 11 14:17:43 2026] GET /v2.0/security-groups/a986c79e-bfaa-4d5b-8ffa-640ea148877c => generated 2940 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/485] 10.0.0.249 () {34 vars in 783 bytes} [Tue Aug 11 14:17:41 2026] PUT /v2.0/routers/bc6cfbfa-1643-4f31-98dc-c64d6a251d7b/add_router_interface => generated 309 bytes in 1173 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/486] 10.0.0.141 () {38 vars in 971 bytes} [Tue Aug 11 14:17:43 2026] POST /v2.0/security-groups => generated 1682 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/487] 10.0.0.141 () {36 vars in 1023 bytes} [Tue Aug 11 14:17:43 2026] DELETE /v2.0/security-group-rules/498cbfa8-2f75-4a27-81b1-3df60061bfcd => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/488] 10.0.0.141 () {34 vars in 1002 bytes} [Tue Aug 11 14:17:43 2026] GET /v2.0/security-groups?tenant_id=55bb0eb6ef7748d1bdf4bf23b8fa64b6 => generated 7903 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/489] 10.0.0.141 () {34 vars in 991 bytes} [Tue Aug 11 14:17:43 2026] GET /v2.0/security-groups/a986c79e-bfaa-4d5b-8ffa-640ea148877c => generated 2310 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/490] 10.0.0.141 () {34 vars in 991 bytes} [Tue Aug 11 14:17:43 2026] GET /v2.0/security-groups/a6c00f02-6134-486d-ae35-f57f165fc7bf => generated 2918 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/491] 10.0.0.141 () {34 vars in 991 bytes} [Tue Aug 11 14:17:43 2026] GET /v2.0/security-groups/a6c00f02-6134-486d-ae35-f57f165fc7bf => generated 2918 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/492] 10.0.0.141 () {36 vars in 1013 bytes} [Tue Aug 11 14:17:43 2026] DELETE /v2.0/security-groups/a986c79e-bfaa-4d5b-8ffa-640ea148877c => 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: 245/493] 10.0.0.141 () {34 vars in 991 bytes} [Tue Aug 11 14:17:43 2026] GET /v2.0/security-groups/0b6579c6-ca39-4109-8419-4e6eb2fd766a => generated 1680 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/494] 10.0.0.141 () {34 vars in 991 bytes} [Tue Aug 11 14:17:43 2026] GET /v2.0/security-groups/ea582324-7c3f-4c4d-8f07-b22303c1972a => generated 2310 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/495] 10.0.0.141 () {36 vars in 1013 bytes} [Tue Aug 11 14:17:43 2026] DELETE /v2.0/security-groups/0b6579c6-ca39-4109-8419-4e6eb2fd766a => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/496] 10.0.0.141 () {36 vars in 1013 bytes} [Tue Aug 11 14:17:43 2026] DELETE /v2.0/security-groups/ea582324-7c3f-4c4d-8f07-b22303c1972a => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:17:43.645 8 INFO neutron.api.v2.resource [req-7012bc51-04be-4d3f-926d-6fce5aecf942 req-97482403-88fd-4cc8-a14b-cfc9b89c7391 b873193e0cda4ead8386e38951651ab4 55bb0eb6ef7748d1bdf4bf23b8fa64b6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 251/497] 10.0.0.141 () {34 vars in 991 bytes} [Tue Aug 11 14:17:43 2026] GET /v2.0/security-groups/0b6579c6-ca39-4109-8419-4e6eb2fd766a => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/498] 10.0.0.141 () {34 vars in 991 bytes} [Tue Aug 11 14:17:43 2026] GET /v2.0/security-groups/420e0769-2afe-422a-8750-7feeada12274 => generated 1680 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/499] 10.0.0.141 () {36 vars in 1013 bytes} [Tue Aug 11 14:17:43 2026] DELETE /v2.0/security-groups/420e0769-2afe-422a-8750-7feeada12274 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/500] 10.0.0.249 () {34 vars in 685 bytes} [Tue Aug 11 14:17:43 2026] POST /v2.0/security-groups => generated 1660 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-11 14:17:43.851 8 INFO neutron.api.v2.resource [req-6d1fa6e9-8185-43d0-a682-c7659adaeddc req-1093068b-b17d-45a3-9caf-0703160b3734 b873193e0cda4ead8386e38951651ab4 55bb0eb6ef7748d1bdf4bf23b8fa64b6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 255/501] 10.0.0.141 () {34 vars in 991 bytes} [Tue Aug 11 14:17:43 2026] GET /v2.0/security-groups/420e0769-2afe-422a-8750-7feeada12274 => generated 146 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/502] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:17:43 2026] POST /v2.0/security-group-rules => generated 597 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/503] 10.0.0.141 () {34 vars in 991 bytes} [Tue Aug 11 14:17:43 2026] GET /v2.0/security-groups/b6496503-54eb-4cae-98a0-cd2f33792113 => generated 1682 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/504] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:17:43 2026] POST /v2.0/security-group-rules => generated 602 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/505] 10.0.0.141 () {36 vars in 1013 bytes} [Tue Aug 11 14:17:44 2026] DELETE /v2.0/security-groups/b6496503-54eb-4cae-98a0-cd2f33792113 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:17:44.390 7 INFO neutron_taas.services.taas.taas_plugin [None req-f25b4a23-87d7-4ea1-9181-2acd96fdd4c2 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: d6ed5d22-a74f-4e3c-888c-3a6ee4e7797c 2026-08-11 14:17:44.400 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f25b4a23-87d7-4ea1-9181-2acd96fdd4c2 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: d6ed5d22-a74f-4e3c-888c-3a6ee4e7797c [pid: 8|app: 0|req: 260/506] 10.0.0.249 () {34 vars in 676 bytes} [Tue Aug 11 14:17:44 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) 2026-08-11 14:17:44.722 8 INFO neutron.api.v2.resource [req-8d3c54b3-e01b-4b20-8cee-d9d7e8bdd2e8 req-b78d3fb1-857d-4874-8ce5-4be2e993efc4 b873193e0cda4ead8386e38951651ab4 55bb0eb6ef7748d1bdf4bf23b8fa64b6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 261/507] 10.0.0.141 () {34 vars in 991 bytes} [Tue Aug 11 14:17:44 2026] GET /v2.0/security-groups/b6496503-54eb-4cae-98a0-cd2f33792113 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/508] 10.0.0.141 () {34 vars in 1002 bytes} [Tue Aug 11 14:17:44 2026] GET /v2.0/security-groups?tenant_id=55bb0eb6ef7748d1bdf4bf23b8fa64b6 => generated 2921 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/509] 10.0.0.141 () {34 vars in 991 bytes} [Tue Aug 11 14:17:44 2026] GET /v2.0/security-groups/a6c00f02-6134-486d-ae35-f57f165fc7bf => generated 2918 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/510] 10.0.0.141 () {34 vars in 991 bytes} [Tue Aug 11 14:17:44 2026] GET /v2.0/security-groups/a6c00f02-6134-486d-ae35-f57f165fc7bf => generated 2918 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:17:44.927 8 INFO neutron.api.v2.resource [req-61fd4dee-6919-453e-879f-79a5818fe5c1 req-c9381d79-a3e1-4aa3-98e5-8b26c30dcd9b b873193e0cda4ead8386e38951651ab4 55bb0eb6ef7748d1bdf4bf23b8fa64b6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 265/511] 10.0.0.141 () {34 vars in 991 bytes} [Tue Aug 11 14:17:44 2026] GET /v2.0/security-groups/b6496503-54eb-4cae-98a0-cd2f33792113 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 14:17:44.962 8 INFO neutron.api.v2.resource [req-aa40052f-8525-4504-b81b-c1fa3166b6e4 req-bcbc232c-8dc8-4b71-95c2-3297acaf65c4 b873193e0cda4ead8386e38951651ab4 55bb0eb6ef7748d1bdf4bf23b8fa64b6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 266/512] 10.0.0.141 () {34 vars in 991 bytes} [Tue Aug 11 14:17:44 2026] GET /v2.0/security-groups/420e0769-2afe-422a-8750-7feeada12274 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 14:17:45.000 8 INFO neutron.api.v2.resource [req-6b56b8a8-4da8-467c-a434-4ab63efee024 req-76da017e-5acb-4593-bb7c-028365be7bd2 b873193e0cda4ead8386e38951651ab4 55bb0eb6ef7748d1bdf4bf23b8fa64b6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 267/513] 10.0.0.141 () {34 vars in 991 bytes} [Tue Aug 11 14:17:44 2026] GET /v2.0/security-groups/0b6579c6-ca39-4109-8419-4e6eb2fd766a => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/514] 10.0.0.249 () {34 vars in 789 bytes} [Tue Aug 11 14:17:43 2026] PUT /v2.0/routers/c28a442d-39c5-4cf5-b7b9-2795e128e96a/remove_router_interface => generated 309 bytes in 1395 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:17:45.240 7 INFO neutron_taas.services.taas.taas_plugin [None req-9f12d469-ae35-4c1d-b6bf-4c3abde73b75 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: 734cf1b0-6dd5-4e90-bfb0-53d7ebe32c1a 2026-08-11 14:17:45.243 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f12d469-ae35-4c1d-b6bf-4c3abde73b75 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: 734cf1b0-6dd5-4e90-bfb0-53d7ebe32c1a 2026-08-11 14:17:45.494 7 INFO neutron_taas.services.taas.taas_plugin [None req-9f12d469-ae35-4c1d-b6bf-4c3abde73b75 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: ac23d565-a1f2-4ef1-b077-324cfce9a663 2026-08-11 14:17:45.496 8 INFO neutron_taas.services.taas.taas_plugin [None req-db027fe7-5d8a-44b7-9b0b-128d7cb5711f deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: 518fa143-3978-400b-b69f-0d1d9dee4938 2026-08-11 14:17:45.496 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f12d469-ae35-4c1d-b6bf-4c3abde73b75 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: ac23d565-a1f2-4ef1-b077-324cfce9a663 2026-08-11 14:17:45.502 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db027fe7-5d8a-44b7-9b0b-128d7cb5711f deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: 518fa143-3978-400b-b69f-0d1d9dee4938 2026-08-11 14:17:45.593 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-9f12d469-ae35-4c1d-b6bf-4c3abde73b75 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - 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 152, 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 152, 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 69, 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 45, 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 341, 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 2245, 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 646, 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 717, 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-08-11 14:17:46.014 7 INFO neutron.db.l3_hamode_db [None req-9f12d469-ae35-4c1d-b6bf-4c3abde73b75 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] HA network b854d445-7106-4fb6-8f03-79b6c2021175 was deleted as no HA routers are present in tenant 2f39acfc659b4be69e2de5716ab49966. [pid: 7|app: 0|req: 248/515] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:17:45 2026] DELETE /v2.0/routers/c28a442d-39c5-4cf5-b7b9-2795e128e96a => generated 0 bytes in 986 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/516] 10.0.0.249 () {34 vars in 789 bytes} [Tue Aug 11 14:17:45 2026] PUT /v2.0/routers/5fadac2b-31e2-4b1a-b1b7-989b63e0935e/remove_router_interface => generated 309 bytes in 1060 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/517] 10.0.0.141 () {34 vars in 1100 bytes} [Tue Aug 11 14:17:46 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1274439262&fields=id&tenant_id=a3301b1617614bd8bdda04b40486d0b2 => generated 69 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/518] 10.0.0.141 () {34 vars in 1098 bytes} [Tue Aug 11 14:17:46 2026] GET /v2.0/security-groups?name=tempest-securitygroup--517650691&fields=id&tenant_id=fa611439e4324d2a904678f4e6d07ea1 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/519] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:17:46 2026] DELETE /v2.0/subnets/f3a1ea0f-6791-4922-aeba-c9211e37e19e => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:17:46.354 8 INFO neutron_taas.services.taas.taas_plugin [None req-d4ed8ac2-32f0-41ae-916c-f501d743e6f6 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: dddb7976-7212-4491-9d03-548169c6bb39 2026-08-11 14:17:46.357 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4ed8ac2-32f0-41ae-916c-f501d743e6f6 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: dddb7976-7212-4491-9d03-548169c6bb39 [pid: 7|app: 0|req: 251/520] 10.0.0.141 () {34 vars in 982 bytes} [Tue Aug 11 14:17:46 2026] GET /v2.0/networks?id=b7bb5d2c-2368-4465-9d8e-7d30e2b0c1f9 => generated 669 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/521] 10.0.0.141 () {34 vars in 982 bytes} [Tue Aug 11 14:17:46 2026] GET /v2.0/networks?id=017a4810-4e41-49b4-b367-8f205fa027bb => generated 680 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:17:46.463 7 INFO neutron.services.segments.plugin [-] Segment 8a067599-424f-4c9a-9e57-9d874151c5d3 resource provider aggregate not found 2026-08-11 14:17:46.481 7 INFO neutron.services.segments.plugin [-] Segment 8a067599-424f-4c9a-9e57-9d874151c5d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a067599-424f-4c9a-9e57-9d874151c5d3 found for delete ", "request_id": "req-6bdf84c5-6712-4072-bde0-8e6d0f304969"}]} 2026-08-11 14:17:46.503 7 INFO neutron.services.segments.plugin [-] Segment 8a067599-424f-4c9a-9e57-9d874151c5d3 resource provider aggregate not found 2026-08-11 14:17:46.521 7 INFO neutron.services.segments.plugin [-] Segment 8a067599-424f-4c9a-9e57-9d874151c5d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a067599-424f-4c9a-9e57-9d874151c5d3 found for delete ", "request_id": "req-9d9a2e48-421d-48ce-bee1-77349b2558f3"}]} 2026-08-11 14:17:46.530 7 INFO neutron_taas.services.taas.taas_plugin [None req-8fa2e4e7-b962-4df3-ba89-4f4a02726c18 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: 61ba5f88-dd93-4439-bb52-412fb48caf50 2026-08-11 14:17:46.533 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8fa2e4e7-b962-4df3-ba89-4f4a02726c18 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: 61ba5f88-dd93-4439-bb52-412fb48caf50 2026-08-11 14:17:46.636 8 INFO neutron_taas.services.taas.taas_plugin [None req-d4ed8ac2-32f0-41ae-916c-f501d743e6f6 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: 4be34b7f-f52c-4bb3-bab5-6c1816342532 2026-08-11 14:17:46.639 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4ed8ac2-32f0-41ae-916c-f501d743e6f6 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: 4be34b7f-f52c-4bb3-bab5-6c1816342532 [pid: 7|app: 0|req: 253/522] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:17:46 2026] DELETE /v2.0/networks/a23d7b33-fa61-495c-906c-b31e2a87d47b => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:17:46.724 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-d4ed8ac2-32f0-41ae-916c-f501d743e6f6 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - 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 152, 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 152, 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 69, 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 45, 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 341, 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 2245, 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 646, 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 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 254/523] 10.0.0.141 () {34 vars in 965 bytes} [Tue Aug 11 14:17:46 2026] GET /v2.0/quotas/a3301b1617614bd8bdda04b40486d0b2 => 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: 255/524] 10.0.0.141 () {34 vars in 965 bytes} [Tue Aug 11 14:17:46 2026] GET /v2.0/quotas/fa611439e4324d2a904678f4e6d07ea1 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/525] 10.0.0.141 () {34 vars in 1002 bytes} [Tue Aug 11 14:17:46 2026] GET /v2.0/ports?tenant_id=a3301b1617614bd8bdda04b40486d0b2&fields=id => generated 57 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/526] 10.0.0.141 () {34 vars in 1002 bytes} [Tue Aug 11 14:17:46 2026] GET /v2.0/ports?tenant_id=fa611439e4324d2a904678f4e6d07ea1&fields=id => generated 103 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/527] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:17:46 2026] GET /v2.0/security-groups?tenant_id=2f39acfc659b4be69e2de5716ab49966&name=default => generated 2921 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/528] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:17:46 2026] DELETE /v2.0/security-groups/045acdf1-c0a9-4385-bee6-c38d565be2bd => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:17:47.116 8 INFO neutron.db.l3_hamode_db [None req-d4ed8ac2-32f0-41ae-916c-f501d743e6f6 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] HA network dff32812-da0b-4f3e-83d8-bda6095c8fe3 was deleted as no HA routers are present in tenant 55bb0eb6ef7748d1bdf4bf23b8fa64b6. [pid: 8|app: 0|req: 270/529] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:17:46 2026] DELETE /v2.0/routers/5fadac2b-31e2-4b1a-b1b7-989b63e0935e => generated 0 bytes in 1016 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/530] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:17:47 2026] DELETE /v2.0/subnets/8df5a631-ec1f-4a3c-88af-c8b0d26e8a6c => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/531] 10.0.0.141 () {34 vars in 907 bytes} [Tue Aug 11 14:17:47 2026] GET /v2.0/extensions => generated 21537 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/532] 10.0.0.141 () {34 vars in 907 bytes} [Tue Aug 11 14:17:47 2026] GET /v2.0/extensions => generated 21537 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/533] 10.0.0.141 () {34 vars in 1008 bytes} [Tue Aug 11 14:17:47 2026] GET /v2.0/networks/b7bb5d2c-2368-4465-9d8e-7d30e2b0c1f9?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/534] 10.0.0.141 () {34 vars in 1008 bytes} [Tue Aug 11 14:17:47 2026] GET /v2.0/networks/017a4810-4e41-49b4-b367-8f205fa027bb?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/535] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:17:47 2026] DELETE /v2.0/networks/4257a92b-66a4-4c81-8dbc-0853e0f9bf06 => 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: 265/536] 10.0.0.141 () {34 vars in 1108 bytes} [Tue Aug 11 14:17:47 2026] GET /v2.0/networks/b7bb5d2c-2368-4465-9d8e-7d30e2b0c1f9?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) [pid: 8|app: 0|req: 272/537] 10.0.0.141 () {34 vars in 1108 bytes} [Tue Aug 11 14:17:47 2026] GET /v2.0/networks/017a4810-4e41-49b4-b367-8f205fa027bb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/538] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:17:47 2026] GET /v2.0/ports?device_id=8eb78043-83d2-4544-8dcf-4c446a1c0472 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/539] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:17:47 2026] GET /v2.0/security-groups?tenant_id=55bb0eb6ef7748d1bdf4bf23b8fa64b6&name=default => generated 2921 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:17:47.764 8 INFO neutron.services.segments.plugin [-] Segment 101af929-897f-4995-aaf0-38635870c916 resource provider aggregate not found [pid: 7|app: 0|req: 267/540] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:17:47 2026] DELETE /v2.0/security-groups/a6c00f02-6134-486d-ae35-f57f165fc7bf => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/541] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:17:47 2026] GET /v2.0/ports?device_id=63cc4a69-a9f9-4d1a-bec5-b1a346067a7f => generated 12 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:17:47.864 8 INFO neutron.services.segments.plugin [-] Segment 101af929-897f-4995-aaf0-38635870c916 resource provider aggregate not found 2026-08-11 14:17:47.878 8 INFO neutron.services.segments.plugin [-] Segment 101af929-897f-4995-aaf0-38635870c916 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 101af929-897f-4995-aaf0-38635870c916 found for delete ", "request_id": "req-f23227c9-2da9-4425-a2f8-71e3747d096d"}]} 2026-08-11 14:17:47.925 8 INFO neutron.services.segments.plugin [-] Segment 101af929-897f-4995-aaf0-38635870c916 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 101af929-897f-4995-aaf0-38635870c916 found for delete ", "request_id": "req-a8474a78-66f7-46a6-acfb-ccc234c14ddc"}]} 2026-08-11 14:17:48.500 7 INFO neutron.services.segments.plugin [-] Segment ae42e2e3-d35b-43c7-878d-3136f3ef9440 resource provider aggregate not found 2026-08-11 14:17:48.518 7 INFO neutron.services.segments.plugin [-] Segment ae42e2e3-d35b-43c7-878d-3136f3ef9440 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae42e2e3-d35b-43c7-878d-3136f3ef9440 found for delete ", "request_id": "req-2bd25d4e-675d-4f40-b6cd-d190ae95c74a"}]} 2026-08-11 14:17:48.538 7 INFO neutron.services.segments.plugin [-] Segment ae42e2e3-d35b-43c7-878d-3136f3ef9440 resource provider aggregate not found 2026-08-11 14:17:48.548 7 INFO neutron.services.segments.plugin [-] Segment ae42e2e3-d35b-43c7-878d-3136f3ef9440 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae42e2e3-d35b-43c7-878d-3136f3ef9440 found for delete ", "request_id": "req-51d6215e-f649-4ab4-9efa-e24b061d9a2d"}]} [pid: 7|app: 0|req: 268/542] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:17:48 2026] GET /v2.0/ports?device_id=8eb78043-83d2-4544-8dcf-4c446a1c0472 => 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: 275/543] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:17:48 2026] GET /v2.0/ports?device_id=63cc4a69-a9f9-4d1a-bec5-b1a346067a7f => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:17:49.505 7 INFO neutron.db.segments_db [None req-ac97e61b-513c-4ece-805c-f5bd290db529 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Added segment 4ae35101-c68a-48cf-8813-4abea126cd2a of type vxlan for network 5b8f9baa-e253-4f24-9ef3-58441e67ffba [pid: 7|app: 0|req: 269/544] 10.0.0.249 () {34 vars in 671 bytes} [Tue Aug 11 14:17:49 2026] POST /v2.0/networks => generated 732 bytes in 459 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/545] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:17:49 2026] POST /v2.0/subnets => generated 698 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/546] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:17:49 2026] GET /v2.0/ports?device_id=8eb78043-83d2-4544-8dcf-4c446a1c0472 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:17:49.895 8 INFO neutron.services.segments.plugin [-] Segment 71f9614b-bb87-4da1-9d00-34dbdae092f4 resource provider aggregate not found 2026-08-11 14:17:49.899 8 INFO neutron.db.segments_db [None req-d20ee18e-437d-40f0-8777-00af8633b5af deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Added segment ef234137-6bbc-4f44-87c0-9e00a8b4a85d of type vxlan for network b84551d7-25e3-4cf8-a9ac-9ae6472e35c2 2026-08-11 14:17:49.923 8 INFO neutron.services.segments.plugin [-] Segment 71f9614b-bb87-4da1-9d00-34dbdae092f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71f9614b-bb87-4da1-9d00-34dbdae092f4 found for delete ", "request_id": "req-e4818247-d0c6-4158-8c88-403c1380d039"}]} 2026-08-11 14:17:49.955 8 INFO neutron.services.segments.plugin [-] Segment 71f9614b-bb87-4da1-9d00-34dbdae092f4 resource provider aggregate not found 2026-08-11 14:17:49.980 8 INFO neutron.services.segments.plugin [-] Segment 71f9614b-bb87-4da1-9d00-34dbdae092f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71f9614b-bb87-4da1-9d00-34dbdae092f4 found for delete ", "request_id": "req-2f377bd8-49d8-447d-b63b-b77b8d778de4"}]} 2026-08-11 14:17:50.065 7 INFO neutron.db.segments_db [None req-a47931a3-06ef-48ea-9885-844bd0824eec deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Added segment f87ec95c-01a6-4456-90e2-0f7ca03411a8 of type vxlan for network 13512782-4dc7-4123-aa30-be1f71dde58c [pid: 7|app: 0|req: 270/547] 10.0.0.249 () {34 vars in 671 bytes} [Tue Aug 11 14:17:49 2026] POST /v2.0/networks => generated 725 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/548] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:17:50 2026] GET /v2.0/ports?device_id=63cc4a69-a9f9-4d1a-bec5-b1a346067a7f => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:17:50.279 8 INFO neutron.db.l3_hamode_db [None req-d20ee18e-437d-40f0-8777-00af8633b5af deb15de0910240b3845a1c6ddc77c8b3 afad81fc09004ea9a912e5ae00362cf9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 272/549] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:17:50 2026] POST /v2.0/subnets => generated 691 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:17:50.493 7 INFO neutron.db.segments_db [None req-b78b6a19-dee3-4dd2-98d0-f95ab0b0a7de deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Added segment 0395feb8-a13b-45ad-b45b-72bed5bb70ef of type vxlan for network e8643fd5-2b5c-44e3-8715-18b709e1b627 2026-08-11 14:17:50.748 7 INFO neutron.db.l3_hamode_db [None req-b78b6a19-dee3-4dd2-98d0-f95ab0b0a7de deb15de0910240b3845a1c6ddc77c8b3 fc32941341b848d0b4844be3527e7ebe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 14:17:51.141 8 INFO neutron.db.l3_hamode_db [None req-d20ee18e-437d-40f0-8777-00af8633b5af deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 14:17:51.738 7 INFO neutron.db.l3_hamode_db [None req-b78b6a19-dee3-4dd2-98d0-f95ab0b0a7de deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 278/550] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:17:49 2026] POST /v2.0/routers => generated 738 bytes in 2078 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/551] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:17:51 2026] GET /v2.0/ports?device_id=8eb78043-83d2-4544-8dcf-4c446a1c0472 => 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: 280/552] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:17:51 2026] GET /v2.0/ports?device_id=63cc4a69-a9f9-4d1a-bec5-b1a346067a7f => 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: 273/553] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:17:50 2026] POST /v2.0/routers => generated 731 bytes in 2137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/554] 10.0.0.249 () {34 vars in 783 bytes} [Tue Aug 11 14:17:51 2026] PUT /v2.0/routers/e483f76c-782e-41ea-836f-de7304c5b920/add_router_interface => generated 309 bytes in 1319 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/555] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:17:53 2026] GET /v2.0/networks?id=017a4810-4e41-49b4-b367-8f205fa027bb => generated 680 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/556] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:17:53 2026] GET /v2.0/ports?device_id=8eb78043-83d2-4544-8dcf-4c446a1c0472 => 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: 284/557] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:17:53 2026] GET /v2.0/ports?device_id=63cc4a69-a9f9-4d1a-bec5-b1a346067a7f => 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: 285/558] 199.204.45.223 () {34 vars in 911 bytes} [Tue Aug 11 14:17:53 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/559] 199.204.45.223 () {34 vars in 1050 bytes} [Tue Aug 11 14:17:53 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fa611439e4324d2a904678f4e6d07ea1 => generated 180 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/560] 10.0.0.249 () {34 vars in 783 bytes} [Tue Aug 11 14:17:52 2026] PUT /v2.0/routers/b9560fd6-797c-4ee5-921f-a1688be4da84/add_router_interface => generated 309 bytes in 1131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/561] 199.204.45.223 () {38 vars in 955 bytes} [Tue Aug 11 14:17:53 2026] POST /v2.0/ports => generated 954 bytes in 465 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/562] 10.0.0.249 () {34 vars in 685 bytes} [Tue Aug 11 14:17:53 2026] POST /v2.0/security-groups => generated 1661 bytes in 127 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: 288/563] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:17:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/564] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:17:54 2026] POST /v2.0/security-group-rules => generated 602 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/565] 10.0.0.249 () {34 vars in 685 bytes} [Tue Aug 11 14:17:54 2026] POST /v2.0/security-groups => generated 1658 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/566] 10.0.0.249 () {34 vars in 676 bytes} [Tue Aug 11 14:17:54 2026] POST /v2.0/floatingips => generated 552 bytes in 468 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/567] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:17:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/568] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:17:54 2026] GET /v2.0/networks?id=b7bb5d2c-2368-4465-9d8e-7d30e2b0c1f9 => generated 669 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/569] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:17:54 2026] GET /v2.0/ports?device_id=8eb78043-83d2-4544-8dcf-4c446a1c0472 => 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: 293/570] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:17:54 2026] GET /v2.0/ports?device_id=63cc4a69-a9f9-4d1a-bec5-b1a346067a7f => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/571] 199.204.45.223 () {38 vars in 1028 bytes} [Tue Aug 11 14:17:54 2026] PUT /v2.0/ports/95632f2e-0c15-448d-ab53-f2f6616cb5e9 => generated 1235 bytes in 524 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: 279/572] 199.204.45.223 () {34 vars in 1050 bytes} [Tue Aug 11 14:17:54 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a3301b1617614bd8bdda04b40486d0b2 => generated 181 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/573] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:17:54 2026] POST /v2.0/security-group-rules => generated 602 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/574] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:17:54 2026] GET /v2.0/security-groups?id=d519f59c-6e1e-4e03-a2e0-329ff069622d&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:17:55.367 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e150357a-7bcd-43b5-bcf5-39f077fa25ad'] response: {'name': 'network-changed', 'server_uuid': '63cc4a69-a9f9-4d1a-bec5-b1a346067a7f', 'tag': '95632f2e-0c15-448d-ab53-f2f6616cb5e9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 295/575] 199.204.45.223 () {38 vars in 955 bytes} [Tue Aug 11 14:17:54 2026] POST /v2.0/ports => generated 958 bytes in 490 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: 296/576] 10.0.0.141 () {34 vars in 1100 bytes} [Tue Aug 11 14:17:55 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1700663069&fields=id&tenant_id=afad81fc09004ea9a912e5ae00362cf9 => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/577] 10.0.0.249 () {34 vars in 676 bytes} [Tue Aug 11 14:17:54 2026] POST /v2.0/floatingips => generated 552 bytes in 918 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/578] 199.204.45.223 () {38 vars in 1028 bytes} [Tue Aug 11 14:17:55 2026] PUT /v2.0/ports/1b030a1c-be0d-431e-9734-7e94e463974d => generated 1239 bytes in 462 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: 282/579] 10.0.0.141 () {34 vars in 982 bytes} [Tue Aug 11 14:17:55 2026] GET /v2.0/networks?id=5b8f9baa-e253-4f24-9ef3-58441e67ffba => generated 683 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/580] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:17:55 2026] GET /v2.0/ports?tenant_id=fa611439e4324d2a904678f4e6d07ea1&device_id=63cc4a69-a9f9-4d1a-bec5-b1a346067a7f => generated 1238 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/581] 10.0.0.141 () {34 vars in 965 bytes} [Tue Aug 11 14:17:56 2026] GET /v2.0/quotas/afad81fc09004ea9a912e5ae00362cf9 => 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: 283/582] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:17:56 2026] GET /v2.0/ports?device_id=8eb78043-83d2-4544-8dcf-4c446a1c0472 => generated 973 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/583] 199.204.45.223 () {34 vars in 1018 bytes} [Tue Aug 11 14:17:56 2026] GET /v2.0/networks?tenant_id=fa611439e4324d2a904678f4e6d07ea1&shared=False => generated 776 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/584] 10.0.0.141 () {34 vars in 1002 bytes} [Tue Aug 11 14:17:56 2026] GET /v2.0/ports?tenant_id=afad81fc09004ea9a912e5ae00362cf9&fields=id => generated 57 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/585] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:17:56 2026] GET /v2.0/security-groups?id=4ef2d8b8-d0fe-4299-993a-ff9cac187720&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: 285/586] 199.204.45.223 () {34 vars in 930 bytes} [Tue Aug 11 14:17:56 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/587] 10.0.0.141 () {34 vars in 1008 bytes} [Tue Aug 11 14:17:56 2026] GET /v2.0/networks/5b8f9baa-e253-4f24-9ef3-58441e67ffba?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/588] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:17:56 2026] GET /v2.0/ports?device_id=63cc4a69-a9f9-4d1a-bec5-b1a346067a7f => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/589] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:17:56 2026] GET /v2.0/security-groups?id=d519f59c-6e1e-4e03-a2e0-329ff069622d&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/592] 10.0.0.141 () {34 vars in 1096 bytes} [Tue Aug 11 14:17:56 2026] GET /v2.0/security-groups?name=tempest-securitygroup--62541613&fields=id&tenant_id=fc32941341b848d0b4844be3527e7ebe => generated 69 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/593] 10.0.0.141 () {34 vars in 982 bytes} [Tue Aug 11 14:17:56 2026] GET /v2.0/networks?id=13512782-4dc7-4123-aa30-be1f71dde58c => generated 676 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/594] 10.0.0.141 () {34 vars in 965 bytes} [Tue Aug 11 14:17:56 2026] GET /v2.0/quotas/fc32941341b848d0b4844be3527e7ebe => generated 292 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/595] 10.0.0.141 () {34 vars in 1108 bytes} [Tue Aug 11 14:17:56 2026] GET /v2.0/networks/5b8f9baa-e253-4f24-9ef3-58441e67ffba?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 373 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/596] 10.0.0.141 () {34 vars in 1002 bytes} [Tue Aug 11 14:17:56 2026] GET /v2.0/ports?tenant_id=fc32941341b848d0b4844be3527e7ebe&fields=id => generated 57 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/597] 10.0.0.141 () {34 vars in 1008 bytes} [Tue Aug 11 14:17:56 2026] GET /v2.0/networks/13512782-4dc7-4123-aa30-be1f71dde58c?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: 294/598] 10.0.0.141 () {34 vars in 1108 bytes} [Tue Aug 11 14:17:56 2026] GET /v2.0/networks/13512782-4dc7-4123-aa30-be1f71dde58c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:17:56.888 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-183b499a-92fa-4319-8ad9-78d619ffa17d'] response: {'name': 'network-changed', 'server_uuid': '8eb78043-83d2-4544-8dcf-4c446a1c0472', 'tag': '1b030a1c-be0d-431e-9734-7e94e463974d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 305/599] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:17:56 2026] GET /v2.0/ports?device_id=ca2b3f79-a24d-43b7-a217-c7072dad680b => 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: 295/600] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:17:56 2026] GET /v2.0/ports?device_id=7f00e127-e48e-409e-b775-d6ad39209116 => 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: 306/601] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:17:56 2026] GET /v2.0/ports?tenant_id=a3301b1617614bd8bdda04b40486d0b2&device_id=8eb78043-83d2-4544-8dcf-4c446a1c0472 => generated 1242 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/602] 199.204.45.223 () {34 vars in 1060 bytes} [Tue Aug 11 14:17:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=1b030a1c-be0d-431e-9734-7e94e463974d => generated 19 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/603] 199.204.45.223 () {34 vars in 984 bytes} [Tue Aug 11 14:17:57 2026] GET /v2.0/subnets?id=1cf26d8d-4dbd-41a4-afc0-8eaf6298a771 => generated 687 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/604] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:17:57 2026] GET /v2.0/ports?network_id=b7bb5d2c-2368-4465-9d8e-7d30e2b0c1f9&device_owner=network%3Adhcp => generated 1244 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/605] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:17:57 2026] GET /v2.0/ports?tenant_id=fa611439e4324d2a904678f4e6d07ea1&device_id=63cc4a69-a9f9-4d1a-bec5-b1a346067a7f => generated 1238 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/606] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:17:57 2026] GET /v2.0/ports?device_id=8eb78043-83d2-4544-8dcf-4c446a1c0472 => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/607] 199.204.45.223 () {34 vars in 1058 bytes} [Tue Aug 11 14:17:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=95632f2e-0c15-448d-ab53-f2f6616cb5e9 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/608] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:17:57 2026] GET /v2.0/networks/b7bb5d2c-2368-4465-9d8e-7d30e2b0c1f9?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: 300/609] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:17:57 2026] GET /v2.0/security-groups?id=4ef2d8b8-d0fe-4299-993a-ff9cac187720&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/610] 199.204.45.223 () {34 vars in 984 bytes} [Tue Aug 11 14:17:57 2026] GET /v2.0/subnets?id=d7b71edd-a358-4860-9555-c33970056573 => generated 698 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/611] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:17:57 2026] GET /v2.0/networks/b7bb5d2c-2368-4465-9d8e-7d30e2b0c1f9?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: 311/612] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:17:57 2026] GET /v2.0/ports?network_id=017a4810-4e41-49b4-b367-8f205fa027bb&device_owner=network%3Adhcp => generated 1244 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/613] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:17:57 2026] GET /v2.0/ports?device_id=63cc4a69-a9f9-4d1a-bec5-b1a346067a7f => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/614] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:17:57 2026] GET /v2.0/networks/017a4810-4e41-49b4-b367-8f205fa027bb?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/615] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:17:57 2026] GET /v2.0/security-groups?id=d519f59c-6e1e-4e03-a2e0-329ff069622d&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: 313/616] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:17:57 2026] GET /v2.0/networks/017a4810-4e41-49b4-b367-8f205fa027bb?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: 304/617] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:17:58 2026] GET /v2.0/ports?device_id=ca2b3f79-a24d-43b7-a217-c7072dad680b => 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: 314/618] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:17:58 2026] GET /v2.0/ports?device_id=7f00e127-e48e-409e-b775-d6ad39209116 => 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: 315/619] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:17:58 2026] GET /v2.0/ports?device_id=8eb78043-83d2-4544-8dcf-4c446a1c0472 => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/620] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:17:58 2026] GET /v2.0/ports?tenant_id=a3301b1617614bd8bdda04b40486d0b2&device_id=8eb78043-83d2-4544-8dcf-4c446a1c0472 => generated 1242 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/621] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:17:58 2026] GET /v2.0/security-groups?id=4ef2d8b8-d0fe-4299-993a-ff9cac187720&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/622] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:17:58 2026] GET /v2.0/networks?id=b7bb5d2c-2368-4465-9d8e-7d30e2b0c1f9 => generated 765 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/623] 199.204.45.223 () {34 vars in 1060 bytes} [Tue Aug 11 14:17:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=1b030a1c-be0d-431e-9734-7e94e463974d => 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: 317/624] 199.204.45.223 () {34 vars in 984 bytes} [Tue Aug 11 14:17:58 2026] GET /v2.0/subnets?id=1cf26d8d-4dbd-41a4-afc0-8eaf6298a771 => generated 687 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/625] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:17:58 2026] GET /v2.0/ports?device_id=63cc4a69-a9f9-4d1a-bec5-b1a346067a7f => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/626] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:17:58 2026] GET /v2.0/ports?network_id=b7bb5d2c-2368-4465-9d8e-7d30e2b0c1f9&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: 309/627] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:17:58 2026] GET /v2.0/security-groups?id=d519f59c-6e1e-4e03-a2e0-329ff069622d&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/628] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:17:58 2026] GET /v2.0/networks/b7bb5d2c-2368-4465-9d8e-7d30e2b0c1f9?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: 310/629] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:17:58 2026] GET /v2.0/networks/b7bb5d2c-2368-4465-9d8e-7d30e2b0c1f9?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: 320/630] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:17:59 2026] GET /v2.0/ports?device_id=ca2b3f79-a24d-43b7-a217-c7072dad680b => 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: 311/631] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:17:59 2026] GET /v2.0/ports?device_id=7f00e127-e48e-409e-b775-d6ad39209116 => 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: 321/632] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:17:59 2026] GET /v2.0/ports?device_id=8eb78043-83d2-4544-8dcf-4c446a1c0472 => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/633] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:17:59 2026] GET /v2.0/security-groups?id=4ef2d8b8-d0fe-4299-993a-ff9cac187720&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/634] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:17:59 2026] GET /v2.0/ports?device_id=63cc4a69-a9f9-4d1a-bec5-b1a346067a7f => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/635] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:17:59 2026] GET /v2.0/security-groups?id=d519f59c-6e1e-4e03-a2e0-329ff069622d&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/636] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:00 2026] GET /v2.0/ports?device_id=ca2b3f79-a24d-43b7-a217-c7072dad680b => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/637] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:00 2026] GET /v2.0/ports?device_id=7f00e127-e48e-409e-b775-d6ad39209116 => 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: 324/638] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:00 2026] GET /v2.0/ports?device_id=8eb78043-83d2-4544-8dcf-4c446a1c0472 => 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: 315/639] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:00 2026] GET /v2.0/security-groups?id=4ef2d8b8-d0fe-4299-993a-ff9cac187720&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: 325/640] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:00 2026] GET /v2.0/ports?device_id=63cc4a69-a9f9-4d1a-bec5-b1a346067a7f => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/641] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:00 2026] GET /v2.0/security-groups?id=d519f59c-6e1e-4e03-a2e0-329ff069622d&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: 326/642] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:18:01 2026] GET /v2.0/networks?id=5b8f9baa-e253-4f24-9ef3-58441e67ffba => generated 683 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/643] 199.204.45.223 () {34 vars in 1050 bytes} [Tue Aug 11 14:18:01 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=afad81fc09004ea9a912e5ae00362cf9 => generated 181 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/644] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:01 2026] GET /v2.0/ports?device_id=ca2b3f79-a24d-43b7-a217-c7072dad680b => 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: 319/645] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:01 2026] GET /v2.0/ports?device_id=7f00e127-e48e-409e-b775-d6ad39209116 => 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: 327/646] 199.204.45.223 () {38 vars in 955 bytes} [Tue Aug 11 14:18:01 2026] POST /v2.0/ports => generated 954 bytes in 527 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: 328/647] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:01 2026] GET /v2.0/ports?device_id=8eb78043-83d2-4544-8dcf-4c446a1c0472 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/648] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:02 2026] GET /v2.0/security-groups?id=4ef2d8b8-d0fe-4299-993a-ff9cac187720&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: 330/649] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:02 2026] GET /v2.0/ports?device_id=63cc4a69-a9f9-4d1a-bec5-b1a346067a7f => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/650] 199.204.45.223 () {38 vars in 1028 bytes} [Tue Aug 11 14:18:01 2026] PUT /v2.0/ports/e878baf8-79b8-4031-8dc9-6e8b0255d931 => generated 1235 bytes in 376 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/651] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:02 2026] GET /v2.0/security-groups?id=d519f59c-6e1e-4e03-a2e0-329ff069622d&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:18:02.263 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b94e1bf9-945d-4eca-bdc9-feb478f1873e'] response: {'name': 'network-changed', 'server_uuid': 'ca2b3f79-a24d-43b7-a217-c7072dad680b', 'tag': 'e878baf8-79b8-4031-8dc9-6e8b0255d931', '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: 332/652] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:02 2026] GET /v2.0/ports?device_id=7f00e127-e48e-409e-b775-d6ad39209116 => 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: 321/653] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:02 2026] GET /v2.0/ports?device_id=ca2b3f79-a24d-43b7-a217-c7072dad680b => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/654] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:02 2026] GET /v2.0/security-groups?id=2a57d876-b512-4a37-85b6-6f716616380c&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: 322/655] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:18:02 2026] GET /v2.0/ports?tenant_id=afad81fc09004ea9a912e5ae00362cf9&device_id=ca2b3f79-a24d-43b7-a217-c7072dad680b => 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: 334/656] 199.204.45.223 () {34 vars in 1018 bytes} [Tue Aug 11 14:18:03 2026] GET /v2.0/networks?tenant_id=afad81fc09004ea9a912e5ae00362cf9&shared=False => generated 779 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/657] 199.204.45.223 () {34 vars in 930 bytes} [Tue Aug 11 14:18:03 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: 335/658] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:03 2026] GET /v2.0/ports?device_id=8eb78043-83d2-4544-8dcf-4c446a1c0472 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/659] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:03 2026] GET /v2.0/security-groups?id=4ef2d8b8-d0fe-4299-993a-ff9cac187720&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/660] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:03 2026] GET /v2.0/ports?device_id=63cc4a69-a9f9-4d1a-bec5-b1a346067a7f => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/661] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:03 2026] GET /v2.0/security-groups?id=d519f59c-6e1e-4e03-a2e0-329ff069622d&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/662] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:18:03 2026] GET /v2.0/networks?id=13512782-4dc7-4123-aa30-be1f71dde58c => generated 676 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/663] 199.204.45.223 () {34 vars in 1050 bytes} [Tue Aug 11 14:18:03 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fc32941341b848d0b4844be3527e7ebe => generated 179 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/664] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:03 2026] GET /v2.0/ports?device_id=7f00e127-e48e-409e-b775-d6ad39209116 => 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: 328/665] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:03 2026] GET /v2.0/ports?device_id=ca2b3f79-a24d-43b7-a217-c7072dad680b => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/666] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:03 2026] GET /v2.0/security-groups?id=2a57d876-b512-4a37-85b6-6f716616380c&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: 338/667] 199.204.45.223 () {38 vars in 955 bytes} [Tue Aug 11 14:18:03 2026] POST /v2.0/ports => generated 958 bytes in 366 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: 339/668] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:18:04 2026] GET /v2.0/ports?tenant_id=afad81fc09004ea9a912e5ae00362cf9&device_id=ca2b3f79-a24d-43b7-a217-c7072dad680b => generated 1238 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/669] 199.204.45.223 () {34 vars in 1058 bytes} [Tue Aug 11 14:18:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=e878baf8-79b8-4031-8dc9-6e8b0255d931 => 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: 341/670] 199.204.45.223 () {34 vars in 984 bytes} [Tue Aug 11 14:18:04 2026] GET /v2.0/subnets?id=ffd8b12f-20c6-4890-8dcb-a904b098baae => 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: 342/671] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:18:04 2026] GET /v2.0/ports?network_id=5b8f9baa-e253-4f24-9ef3-58441e67ffba&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/672] 199.204.45.223 () {38 vars in 1028 bytes} [Tue Aug 11 14:18:03 2026] PUT /v2.0/ports/bd6a0b9b-b145-47dc-ae9d-9d14e4a8705f => generated 1239 bytes in 447 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/673] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:04 2026] GET /v2.0/ports?device_id=8eb78043-83d2-4544-8dcf-4c446a1c0472 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 331/674] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:18:04 2026] GET /v2.0/networks/5b8f9baa-e253-4f24-9ef3-58441e67ffba?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/675] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:04 2026] GET /v2.0/security-groups?id=4ef2d8b8-d0fe-4299-993a-ff9cac187720&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-08-11 14:18:04.434 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a926b1cc-faaa-4014-9dc4-ef7b225ace94'] response: {'name': 'network-changed', 'server_uuid': '7f00e127-e48e-409e-b775-d6ad39209116', 'tag': 'bd6a0b9b-b145-47dc-ae9d-9d14e4a8705f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 332/676] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:18:04 2026] GET /v2.0/networks/5b8f9baa-e253-4f24-9ef3-58441e67ffba?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/677] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:04 2026] GET /v2.0/ports?device_id=63cc4a69-a9f9-4d1a-bec5-b1a346067a7f => 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: 333/678] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:04 2026] GET /v2.0/security-groups?id=d519f59c-6e1e-4e03-a2e0-329ff069622d&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/679] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:04 2026] GET /v2.0/ports?device_id=7f00e127-e48e-409e-b775-d6ad39209116 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/680] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:04 2026] GET /v2.0/security-groups?id=aeb6e507-b321-46c4-ba5b-f16c8e53919c&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/681] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:04 2026] GET /v2.0/ports?device_id=ca2b3f79-a24d-43b7-a217-c7072dad680b => 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: 335/682] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:04 2026] GET /v2.0/security-groups?id=2a57d876-b512-4a37-85b6-6f716616380c&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: 348/683] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:18:04 2026] GET /v2.0/ports?tenant_id=fc32941341b848d0b4844be3527e7ebe&device_id=7f00e127-e48e-409e-b775-d6ad39209116 => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/684] 199.204.45.223 () {34 vars in 1018 bytes} [Tue Aug 11 14:18:05 2026] GET /v2.0/networks?tenant_id=fc32941341b848d0b4844be3527e7ebe&shared=False => generated 772 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/685] 199.204.45.223 () {34 vars in 930 bytes} [Tue Aug 11 14:18:05 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/686] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:05 2026] GET /v2.0/ports?device_id=8eb78043-83d2-4544-8dcf-4c446a1c0472 => generated 975 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/687] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:05 2026] GET /v2.0/security-groups?id=4ef2d8b8-d0fe-4299-993a-ff9cac187720&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/688] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:05 2026] GET /v2.0/ports?device_id=63cc4a69-a9f9-4d1a-bec5-b1a346067a7f => 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: 351/689] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:05 2026] GET /v2.0/security-groups?id=d519f59c-6e1e-4e03-a2e0-329ff069622d&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: 339/690] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:05 2026] GET /v2.0/ports?device_id=7f00e127-e48e-409e-b775-d6ad39209116 => generated 973 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/691] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:05 2026] GET /v2.0/ports?device_id=ca2b3f79-a24d-43b7-a217-c7072dad680b => 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: 340/692] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:05 2026] GET /v2.0/security-groups?id=aeb6e507-b321-46c4-ba5b-f16c8e53919c&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: 8|app: 0|req: 353/693] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:05 2026] GET /v2.0/security-groups?id=2a57d876-b512-4a37-85b6-6f716616380c&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: 341/694] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:18:06 2026] GET /v2.0/ports?tenant_id=fc32941341b848d0b4844be3527e7ebe&device_id=7f00e127-e48e-409e-b775-d6ad39209116 => generated 1242 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/695] 199.204.45.223 () {34 vars in 1060 bytes} [Tue Aug 11 14:18:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=bd6a0b9b-b145-47dc-ae9d-9d14e4a8705f => 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: 342/696] 199.204.45.223 () {34 vars in 984 bytes} [Tue Aug 11 14:18:06 2026] GET /v2.0/subnets?id=e1eb1867-afdd-4fcc-beb3-64ba2784f1a1 => generated 694 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/697] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:18:06 2026] GET /v2.0/ports?network_id=13512782-4dc7-4123-aa30-be1f71dde58c&device_owner=network%3Adhcp => generated 1242 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/698] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:18:06 2026] GET /v2.0/networks/13512782-4dc7-4123-aa30-be1f71dde58c?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/699] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:18:06 2026] GET /v2.0/networks/13512782-4dc7-4123-aa30-be1f71dde58c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/700] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:06 2026] GET /v2.0/ports?device_id=8eb78043-83d2-4544-8dcf-4c446a1c0472 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/701] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:06 2026] GET /v2.0/security-groups?id=4ef2d8b8-d0fe-4299-993a-ff9cac187720&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/702] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:06 2026] GET /v2.0/ports?device_id=63cc4a69-a9f9-4d1a-bec5-b1a346067a7f => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/703] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:06 2026] GET /v2.0/security-groups?id=d519f59c-6e1e-4e03-a2e0-329ff069622d&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/704] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:06 2026] GET /v2.0/ports?device_id=8eb78043-83d2-4544-8dcf-4c446a1c0472 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/705] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:07 2026] GET /v2.0/ports?device_id=7f00e127-e48e-409e-b775-d6ad39209116 => 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: 348/706] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:07 2026] GET /v2.0/ports?device_id=ca2b3f79-a24d-43b7-a217-c7072dad680b => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/707] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:07 2026] GET /v2.0/security-groups?id=aeb6e507-b321-46c4-ba5b-f16c8e53919c&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: 350/708] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:07 2026] GET /v2.0/security-groups?id=2a57d876-b512-4a37-85b6-6f716616380c&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:18:07.535 8 INFO neutron.db.l3_db [None req-05a80806-594a-421a-8d84-65fd19d1c8f0 b5957cb0d8bf4cd6a298e80552dff9eb a3301b1617614bd8bdda04b40486d0b2 - - default default] Floating IP 20a16ef6-1d1f-42ce-91d5-acff6ee0fa47 associated. External IP: 10.96.250.220, port: 1b030a1c-be0d-431e-9734-7e94e463974d. [pid: 8|app: 0|req: 359/709] 10.0.0.249 () {34 vars in 749 bytes} [Tue Aug 11 14:18:07 2026] PUT /v2.0/floatingips/20a16ef6-1d1f-42ce-91d5-acff6ee0fa47 => generated 856 bytes in 870 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:18:07.922 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d59cd716-0619-4a39-bf4b-5ca98e7bdefa'] response: {'name': 'network-changed', 'server_uuid': '8eb78043-83d2-4544-8dcf-4c446a1c0472', 'tag': '1b030a1c-be0d-431e-9734-7e94e463974d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 351/710] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:07 2026] GET /v2.0/ports?device_id=8eb78043-83d2-4544-8dcf-4c446a1c0472 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/711] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:07 2026] GET /v2.0/security-groups?id=4ef2d8b8-d0fe-4299-993a-ff9cac187720&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: 352/712] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:08 2026] GET /v2.0/ports?device_id=63cc4a69-a9f9-4d1a-bec5-b1a346067a7f => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/713] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:08 2026] GET /v2.0/security-groups?id=d519f59c-6e1e-4e03-a2e0-329ff069622d&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: 353/714] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:08 2026] GET /v2.0/ports?device_id=63cc4a69-a9f9-4d1a-bec5-b1a346067a7f => 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: 354/715] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:08 2026] GET /v2.0/ports?device_id=7f00e127-e48e-409e-b775-d6ad39209116 => generated 973 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/716] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:08 2026] GET /v2.0/security-groups?id=aeb6e507-b321-46c4-ba5b-f16c8e53919c&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/717] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:08 2026] GET /v2.0/ports?device_id=ca2b3f79-a24d-43b7-a217-c7072dad680b => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/718] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:18:08 2026] GET /v2.0/ports?tenant_id=a3301b1617614bd8bdda04b40486d0b2&device_id=8eb78043-83d2-4544-8dcf-4c446a1c0472 => 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: 358/719] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:08 2026] GET /v2.0/ports?device_id=8eb78043-83d2-4544-8dcf-4c446a1c0472 => 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: 359/720] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:08 2026] GET /v2.0/security-groups?id=2a57d876-b512-4a37-85b6-6f716616380c&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:18:08.601 8 INFO neutron.db.l3_db [None req-1494f8ca-91c4-4fe7-996b-163b3d69f269 44b6cbebb42a4f859cf1a3f63d2b63a0 fa611439e4324d2a904678f4e6d07ea1 - - default default] Floating IP f47ac3d1-f935-411e-bbb1-81d0cc4d4757 associated. External IP: 10.96.250.209, port: 95632f2e-0c15-448d-ab53-f2f6616cb5e9. [pid: 7|app: 0|req: 360/721] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:18:08 2026] GET /v2.0/networks?id=b7bb5d2c-2368-4465-9d8e-7d30e2b0c1f9 => generated 765 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/722] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:08 2026] GET /v2.0/security-groups?id=4ef2d8b8-d0fe-4299-993a-ff9cac187720&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: 362/723] 199.204.45.223 () {34 vars in 1060 bytes} [Tue Aug 11 14:18:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=1b030a1c-be0d-431e-9734-7e94e463974d => generated 859 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/724] 199.204.45.223 () {34 vars in 984 bytes} [Tue Aug 11 14:18:08 2026] GET /v2.0/subnets?id=1cf26d8d-4dbd-41a4-afc0-8eaf6298a771 => generated 687 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/725] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:18:08 2026] GET /v2.0/ports?network_id=b7bb5d2c-2368-4465-9d8e-7d30e2b0c1f9&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/726] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:18:08 2026] GET /v2.0/networks/b7bb5d2c-2368-4465-9d8e-7d30e2b0c1f9?fields=segments => generated 14 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/727] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:18:08 2026] GET /v2.0/networks/b7bb5d2c-2368-4465-9d8e-7d30e2b0c1f9?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: 362/728] 10.0.0.249 () {34 vars in 749 bytes} [Tue Aug 11 14:18:08 2026] PUT /v2.0/floatingips/f47ac3d1-f935-411e-bbb1-81d0cc4d4757 => generated 855 bytes in 692 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/729] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:08 2026] GET /v2.0/ports?device_id=63cc4a69-a9f9-4d1a-bec5-b1a346067a7f => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/730] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:09 2026] GET /v2.0/security-groups?id=d519f59c-6e1e-4e03-a2e0-329ff069622d&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/731] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:09 2026] GET /v2.0/ports?device_id=7f00e127-e48e-409e-b775-d6ad39209116 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/732] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:09 2026] GET /v2.0/security-groups?id=aeb6e507-b321-46c4-ba5b-f16c8e53919c&fields=id&fields=name => generated 112 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/733] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:09 2026] GET /v2.0/ports?device_id=63cc4a69-a9f9-4d1a-bec5-b1a346067a7f => generated 971 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/734] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:09 2026] GET /v2.0/security-groups?id=d519f59c-6e1e-4e03-a2e0-329ff069622d&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/735] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:09 2026] GET /v2.0/ports?device_id=ca2b3f79-a24d-43b7-a217-c7072dad680b => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/736] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:09 2026] GET /v2.0/security-groups?id=2a57d876-b512-4a37-85b6-6f716616380c&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/737] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:09 2026] GET /v2.0/ports?device_id=8eb78043-83d2-4544-8dcf-4c446a1c0472 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/738] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:09 2026] GET /v2.0/security-groups?id=4ef2d8b8-d0fe-4299-993a-ff9cac187720&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:18:09.969 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c310048a-e918-4266-9df4-19e63ce7cf06'] response: {'name': 'network-changed', 'server_uuid': '63cc4a69-a9f9-4d1a-bec5-b1a346067a7f', 'tag': '95632f2e-0c15-448d-ab53-f2f6616cb5e9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 372/739] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:18:10 2026] GET /v2.0/ports?tenant_id=fa611439e4324d2a904678f4e6d07ea1&device_id=63cc4a69-a9f9-4d1a-bec5-b1a346067a7f => generated 1240 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/740] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:18:10 2026] GET /v2.0/networks?id=017a4810-4e41-49b4-b367-8f205fa027bb => generated 776 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/741] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:10 2026] GET /v2.0/ports?device_id=7f00e127-e48e-409e-b775-d6ad39209116 => 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: 369/742] 199.204.45.223 () {34 vars in 1058 bytes} [Tue Aug 11 14:18:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=95632f2e-0c15-448d-ab53-f2f6616cb5e9 => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/743] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:10 2026] GET /v2.0/security-groups?id=aeb6e507-b321-46c4-ba5b-f16c8e53919c&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/744] 199.204.45.223 () {34 vars in 984 bytes} [Tue Aug 11 14:18:10 2026] GET /v2.0/subnets?id=d7b71edd-a358-4860-9555-c33970056573 => generated 698 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/745] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:18:10 2026] GET /v2.0/ports?network_id=017a4810-4e41-49b4-b367-8f205fa027bb&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/746] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:10 2026] GET /v2.0/ports?device_id=63cc4a69-a9f9-4d1a-bec5-b1a346067a7f => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/747] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:10 2026] GET /v2.0/security-groups?id=d519f59c-6e1e-4e03-a2e0-329ff069622d&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: 372/748] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:18:10 2026] GET /v2.0/networks/017a4810-4e41-49b4-b367-8f205fa027bb?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: 373/749] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:18:10 2026] GET /v2.0/networks/017a4810-4e41-49b4-b367-8f205fa027bb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/750] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:10 2026] GET /v2.0/ports?device_id=ca2b3f79-a24d-43b7-a217-c7072dad680b => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/751] 199.204.45.223 () {34 vars in 994 bytes} [Tue Aug 11 14:18:10 2026] GET /v2.0/ports?device_id=8eb78043-83d2-4544-8dcf-4c446a1c0472 => generated 975 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/752] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:10 2026] GET /v2.0/security-groups?id=2a57d876-b512-4a37-85b6-6f716616380c&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: 375/753] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:10 2026] GET /v2.0/ports?device_id=8eb78043-83d2-4544-8dcf-4c446a1c0472 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/754] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:11 2026] GET /v2.0/security-groups?id=4ef2d8b8-d0fe-4299-993a-ff9cac187720&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: 377/755] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:11 2026] GET /v2.0/ports?device_id=ca2b3f79-a24d-43b7-a217-c7072dad680b => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:18:11.145 7 INFO neutron_taas.services.taas.taas_plugin [req-4bf6e8bb-0ae5-4bb4-9946-d4e309639a8c req-f1a76a8c-36f1-40c1-87e5-eb73cc168522 b5957cb0d8bf4cd6a298e80552dff9eb a3301b1617614bd8bdda04b40486d0b2 - - default default] TaaS: Handle Delete Port: 1b030a1c-be0d-431e-9734-7e94e463974d 2026-08-11 14:18:11.151 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4bf6e8bb-0ae5-4bb4-9946-d4e309639a8c req-f1a76a8c-36f1-40c1-87e5-eb73cc168522 b5957cb0d8bf4cd6a298e80552dff9eb a3301b1617614bd8bdda04b40486d0b2 - - default default] Tap Mirror: Handle Delete Port: 1b030a1c-be0d-431e-9734-7e94e463974d 2026-08-11 14:18:11.404 7 INFO neutron.db.l3_db [req-4bf6e8bb-0ae5-4bb4-9946-d4e309639a8c req-f1a76a8c-36f1-40c1-87e5-eb73cc168522 b5957cb0d8bf4cd6a298e80552dff9eb a3301b1617614bd8bdda04b40486d0b2 - - default default] Floating IP 20a16ef6-1d1f-42ce-91d5-acff6ee0fa47 disassociated. External IP: 10.96.250.220, port: 1b030a1c-be0d-431e-9734-7e94e463974d. 2026-08-11 14:18:11.551 8 INFO neutron.db.l3_db [None req-0adfa347-a18f-4314-ada7-2a1ea3d34f0d f0c898b3bdcc4721aa3bddcfd0b51bba afad81fc09004ea9a912e5ae00362cf9 - - default default] Floating IP 0927f9b1-2a5b-4bc5-b4ab-aca5e0c16826 associated. External IP: 10.96.250.210, port: e878baf8-79b8-4031-8dc9-6e8b0255d931. [pid: 7|app: 0|req: 379/756] 199.204.45.223 () {36 vars in 997 bytes} [Tue Aug 11 14:18:10 2026] DELETE /v2.0/ports/1b030a1c-be0d-431e-9734-7e94e463974d => generated 0 bytes in 829 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:18:11.839 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-de4422d0-dfe5-41a3-aa61-22a689d428d7'] response: {'server_uuid': '8eb78043-83d2-4544-8dcf-4c446a1c0472', 'name': 'network-vif-deleted', 'tag': '1b030a1c-be0d-431e-9734-7e94e463974d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 382/759] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:11 2026] GET /v2.0/ports?device_id=7f00e127-e48e-409e-b775-d6ad39209116 => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/760] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:11 2026] GET /v2.0/security-groups?id=aeb6e507-b321-46c4-ba5b-f16c8e53919c&fields=id&fields=name => generated 112 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/761] 10.0.0.249 () {34 vars in 749 bytes} [Tue Aug 11 14:18:11 2026] PUT /v2.0/floatingips/0927f9b1-2a5b-4bc5-b4ab-aca5e0c16826 => generated 855 bytes in 785 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/762] 199.204.45.223 () {34 vars in 994 bytes} [Tue Aug 11 14:18:11 2026] GET /v2.0/ports?device_id=63cc4a69-a9f9-4d1a-bec5-b1a346067a7f => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/763] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:11 2026] GET /v2.0/ports?device_id=63cc4a69-a9f9-4d1a-bec5-b1a346067a7f => 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: 385/764] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:11 2026] GET /v2.0/ports?device_id=ca2b3f79-a24d-43b7-a217-c7072dad680b => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/765] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:11 2026] GET /v2.0/security-groups?id=d519f59c-6e1e-4e03-a2e0-329ff069622d&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: 387/766] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:12 2026] GET /v2.0/security-groups?id=2a57d876-b512-4a37-85b6-6f716616380c&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:18:12.046 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-82857949-dd08-48f7-a69a-db10aaf624d7'] response: {'name': 'network-changed', 'server_uuid': 'ca2b3f79-a24d-43b7-a217-c7072dad680b', 'tag': 'e878baf8-79b8-4031-8dc9-6e8b0255d931', 'status': 'completed', 'code': 200} 2026-08-11 14:18:12.105 8 INFO neutron_taas.services.taas.taas_plugin [req-c8b7a25c-89f1-467c-ae5c-57a772122247 req-8de42ba7-65a4-4042-8565-94e1ac7a0b61 44b6cbebb42a4f859cf1a3f63d2b63a0 fa611439e4324d2a904678f4e6d07ea1 - - default default] TaaS: Handle Delete Port: 95632f2e-0c15-448d-ab53-f2f6616cb5e9 2026-08-11 14:18:12.114 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c8b7a25c-89f1-467c-ae5c-57a772122247 req-8de42ba7-65a4-4042-8565-94e1ac7a0b61 44b6cbebb42a4f859cf1a3f63d2b63a0 fa611439e4324d2a904678f4e6d07ea1 - - default default] Tap Mirror: Handle Delete Port: 95632f2e-0c15-448d-ab53-f2f6616cb5e9 [pid: 7|app: 0|req: 388/767] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:12 2026] GET /v2.0/ports?device_id=8eb78043-83d2-4544-8dcf-4c446a1c0472 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:18:12.301 8 INFO neutron.db.l3_db [req-c8b7a25c-89f1-467c-ae5c-57a772122247 req-8de42ba7-65a4-4042-8565-94e1ac7a0b61 44b6cbebb42a4f859cf1a3f63d2b63a0 fa611439e4324d2a904678f4e6d07ea1 - - default default] Floating IP f47ac3d1-f935-411e-bbb1-81d0cc4d4757 disassociated. External IP: 10.96.250.209, port: 95632f2e-0c15-448d-ab53-f2f6616cb5e9. [pid: 7|app: 0|req: 389/768] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:18:12 2026] GET /v2.0/ports?tenant_id=afad81fc09004ea9a912e5ae00362cf9&device_id=ca2b3f79-a24d-43b7-a217-c7072dad680b => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/769] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:18:12 2026] GET /v2.0/networks?id=5b8f9baa-e253-4f24-9ef3-58441e67ffba => generated 779 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/770] 199.204.45.223 () {36 vars in 997 bytes} [Tue Aug 11 14:18:11 2026] DELETE /v2.0/ports/95632f2e-0c15-448d-ab53-f2f6616cb5e9 => generated 0 bytes in 723 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/771] 199.204.45.223 () {34 vars in 1058 bytes} [Tue Aug 11 14:18:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=e878baf8-79b8-4031-8dc9-6e8b0255d931 => generated 858 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/772] 199.204.45.223 () {34 vars in 984 bytes} [Tue Aug 11 14:18:12 2026] GET /v2.0/subnets?id=ffd8b12f-20c6-4890-8dcb-a904b098baae => generated 701 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/773] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:18:12 2026] GET /v2.0/ports?network_id=5b8f9baa-e253-4f24-9ef3-58441e67ffba&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: 382/774] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:18:12 2026] GET /v2.0/networks/5b8f9baa-e253-4f24-9ef3-58441e67ffba?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/775] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:18:12 2026] GET /v2.0/networks/5b8f9baa-e253-4f24-9ef3-58441e67ffba?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: 383/776] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:12 2026] GET /v2.0/ports?device_id=7f00e127-e48e-409e-b775-d6ad39209116 => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/777] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:13 2026] GET /v2.0/security-groups?id=aeb6e507-b321-46c4-ba5b-f16c8e53919c&fields=id&fields=name => generated 112 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/778] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:13 2026] GET /v2.0/ports?device_id=63cc4a69-a9f9-4d1a-bec5-b1a346067a7f => 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: 395/779] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:13 2026] GET /v2.0/ports?device_id=7f00e127-e48e-409e-b775-d6ad39209116 => 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: 396/780] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:13 2026] GET /v2.0/ports?device_id=8eb78043-83d2-4544-8dcf-4c446a1c0472 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:18:13.489 8 INFO neutron.db.l3_db [None req-5ac70eef-55c1-4f6d-a781-4e0606ae5844 f05297d32dd1460bb1f9dbd17aade3f9 fc32941341b848d0b4844be3527e7ebe - - default default] Floating IP 70d61e6b-d5e1-4cad-b1a6-c7911d0d2d17 associated. External IP: 10.96.250.205, port: bd6a0b9b-b145-47dc-ae9d-9d14e4a8705f. [pid: 8|app: 0|req: 385/781] 10.0.0.249 () {34 vars in 749 bytes} [Tue Aug 11 14:18:13 2026] PUT /v2.0/floatingips/70d61e6b-d5e1-4cad-b1a6-c7911d0d2d17 => generated 856 bytes in 582 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/782] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:13 2026] GET /v2.0/ports?device_id=7f00e127-e48e-409e-b775-d6ad39209116 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/783] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:13 2026] GET /v2.0/security-groups?id=aeb6e507-b321-46c4-ba5b-f16c8e53919c&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:18:14.136 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d6fdc0b2-d812-4960-be05-c5f53c0ee301'] response: {'server_uuid': '63cc4a69-a9f9-4d1a-bec5-b1a346067a7f', 'name': 'network-vif-deleted', 'tag': '95632f2e-0c15-448d-ab53-f2f6616cb5e9', 'status': 'completed', 'code': 200} 2026-08-11 14:18:14.136 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d6fdc0b2-d812-4960-be05-c5f53c0ee301'] response: {'name': 'network-changed', 'server_uuid': '7f00e127-e48e-409e-b775-d6ad39209116', 'tag': 'bd6a0b9b-b145-47dc-ae9d-9d14e4a8705f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 398/784] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:14 2026] GET /v2.0/ports?device_id=63cc4a69-a9f9-4d1a-bec5-b1a346067a7f => 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: 387/785] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:14 2026] GET /v2.0/ports?device_id=7f00e127-e48e-409e-b775-d6ad39209116 => generated 975 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/786] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:14 2026] GET /v2.0/ports?device_id=8eb78043-83d2-4544-8dcf-4c446a1c0472 => 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: 399/787] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:14 2026] GET /v2.0/security-groups?id=aeb6e507-b321-46c4-ba5b-f16c8e53919c&fields=id&fields=name => generated 112 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/788] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:18:14 2026] GET /v2.0/ports?tenant_id=fc32941341b848d0b4844be3527e7ebe&device_id=7f00e127-e48e-409e-b775-d6ad39209116 => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/789] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:18:14 2026] GET /v2.0/networks?id=13512782-4dc7-4123-aa30-be1f71dde58c => generated 772 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/790] 199.204.45.223 () {34 vars in 1060 bytes} [Tue Aug 11 14:18:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=bd6a0b9b-b145-47dc-ae9d-9d14e4a8705f => generated 859 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/791] 199.204.45.223 () {34 vars in 984 bytes} [Tue Aug 11 14:18:14 2026] GET /v2.0/subnets?id=e1eb1867-afdd-4fcc-beb3-64ba2784f1a1 => generated 694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/792] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:18:14 2026] GET /v2.0/ports?network_id=13512782-4dc7-4123-aa30-be1f71dde58c&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: 402/793] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:18:14 2026] GET /v2.0/networks/13512782-4dc7-4123-aa30-be1f71dde58c?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/794] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:18:14 2026] GET /v2.0/networks/13512782-4dc7-4123-aa30-be1f71dde58c?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: 403/795] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:15 2026] GET /v2.0/ports?device_id=63cc4a69-a9f9-4d1a-bec5-b1a346067a7f => 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: 393/796] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:15 2026] GET /v2.0/ports?device_id=7f00e127-e48e-409e-b775-d6ad39209116 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/797] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:15 2026] GET /v2.0/security-groups?id=aeb6e507-b321-46c4-ba5b-f16c8e53919c&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/798] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:18:15 2026] DELETE /v2.0/security-groups/4ef2d8b8-d0fe-4299-993a-ff9cac187720 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:18:15.608 8 INFO neutron.api.v2.resource [None req-9898ef74-fb22-4a85-9682-f4dca9bea8ed b5957cb0d8bf4cd6a298e80552dff9eb a3301b1617614bd8bdda04b40486d0b2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 395/799] 10.0.0.249 () {32 vars in 737 bytes} [Tue Aug 11 14:18:15 2026] GET /v2.0/security-groups/4ef2d8b8-d0fe-4299-993a-ff9cac187720 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 14:18:15.752 7 INFO neutron_taas.services.taas.taas_plugin [None req-4281fec1-e14a-4907-a8da-d435b481caa0 b5957cb0d8bf4cd6a298e80552dff9eb a3301b1617614bd8bdda04b40486d0b2 - - default default] TaaS: Handle Delete Port: 9ad95d8a-4646-4eb0-a6ad-6500e2c05b43 2026-08-11 14:18:15.763 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4281fec1-e14a-4907-a8da-d435b481caa0 b5957cb0d8bf4cd6a298e80552dff9eb a3301b1617614bd8bdda04b40486d0b2 - - default default] Tap Mirror: Handle Delete Port: 9ad95d8a-4646-4eb0-a6ad-6500e2c05b43 [pid: 7|app: 0|req: 405/800] 10.0.0.249 () {32 vars in 732 bytes} [Tue Aug 11 14:18:15 2026] DELETE /v2.0/floatingips/20a16ef6-1d1f-42ce-91d5-acff6ee0fa47 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:18:16.458 8 INFO neutron_taas.services.taas.taas_plugin [None req-39f77ab3-c27e-4b9d-8a35-fece766d078c deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: d0adfa67-d64f-400c-8749-2d7648cdf163 2026-08-11 14:18:16.461 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39f77ab3-c27e-4b9d-8a35-fece766d078c deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: d0adfa67-d64f-400c-8749-2d7648cdf163 [pid: 7|app: 0|req: 406/801] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:16 2026] GET /v2.0/ports?device_id=63cc4a69-a9f9-4d1a-bec5-b1a346067a7f => 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: 407/802] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:16 2026] GET /v2.0/ports?device_id=7f00e127-e48e-409e-b775-d6ad39209116 => 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: 408/803] 199.204.45.223 () {34 vars in 994 bytes} [Tue Aug 11 14:18:16 2026] GET /v2.0/ports?device_id=7f00e127-e48e-409e-b775-d6ad39209116 => 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: 409/804] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:16 2026] GET /v2.0/security-groups?id=aeb6e507-b321-46c4-ba5b-f16c8e53919c&fields=id&fields=name => generated 112 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:18:16.808 7 INFO neutron_taas.services.taas.taas_plugin [req-8323a7d5-407c-47f6-954e-c1f49a27c3cb req-ba2bddca-bba1-47cc-977f-ddc06cc382b8 f05297d32dd1460bb1f9dbd17aade3f9 fc32941341b848d0b4844be3527e7ebe - - default default] TaaS: Handle Delete Port: bd6a0b9b-b145-47dc-ae9d-9d14e4a8705f 2026-08-11 14:18:16.811 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8323a7d5-407c-47f6-954e-c1f49a27c3cb req-ba2bddca-bba1-47cc-977f-ddc06cc382b8 f05297d32dd1460bb1f9dbd17aade3f9 fc32941341b848d0b4844be3527e7ebe - - default default] Tap Mirror: Handle Delete Port: bd6a0b9b-b145-47dc-ae9d-9d14e4a8705f 2026-08-11 14:18:16.915 7 INFO neutron.db.l3_db [req-8323a7d5-407c-47f6-954e-c1f49a27c3cb req-ba2bddca-bba1-47cc-977f-ddc06cc382b8 f05297d32dd1460bb1f9dbd17aade3f9 fc32941341b848d0b4844be3527e7ebe - - default default] Floating IP 70d61e6b-d5e1-4cad-b1a6-c7911d0d2d17 disassociated. External IP: 10.96.250.205, port: bd6a0b9b-b145-47dc-ae9d-9d14e4a8705f. [pid: 8|app: 0|req: 396/805] 10.0.0.249 () {34 vars in 789 bytes} [Tue Aug 11 14:18:15 2026] PUT /v2.0/routers/bc6cfbfa-1643-4f31-98dc-c64d6a251d7b/remove_router_interface => generated 309 bytes in 1131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:18:17.318 8 INFO neutron_taas.services.taas.taas_plugin [None req-b8d1b73a-5ca2-46de-b922-a297cd24388e deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: 489686d6-5bfb-4c7e-979c-b14a8b1b3135 2026-08-11 14:18:17.323 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8d1b73a-5ca2-46de-b922-a297cd24388e deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: 489686d6-5bfb-4c7e-979c-b14a8b1b3135 [pid: 7|app: 0|req: 410/806] 199.204.45.223 () {36 vars in 997 bytes} [Tue Aug 11 14:18:16 2026] DELETE /v2.0/ports/bd6a0b9b-b145-47dc-ae9d-9d14e4a8705f => generated 0 bytes in 631 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:18:17.388 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f76c6c02-3412-4a01-8c8d-2e69b2cee033'] response: {'server_uuid': '7f00e127-e48e-409e-b775-d6ad39209116', 'name': 'network-vif-deleted', 'tag': 'bd6a0b9b-b145-47dc-ae9d-9d14e4a8705f', 'status': 'completed', 'code': 200} 2026-08-11 14:18:17.582 8 INFO neutron_taas.services.taas.taas_plugin [None req-b8d1b73a-5ca2-46de-b922-a297cd24388e deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: 3fff79a1-9587-488f-951f-79734aed944b 2026-08-11 14:18:17.584 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8d1b73a-5ca2-46de-b922-a297cd24388e deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: 3fff79a1-9587-488f-951f-79734aed944b [pid: 7|app: 0|req: 411/807] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:18:17 2026] DELETE /v2.0/security-groups/d519f59c-6e1e-4e03-a2e0-329ff069622d => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:18:17.664 7 INFO neutron.api.v2.resource [None req-6676574e-8d58-476c-a3d4-076d4fcf8ab4 44b6cbebb42a4f859cf1a3f63d2b63a0 fa611439e4324d2a904678f4e6d07ea1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 412/808] 10.0.0.249 () {32 vars in 737 bytes} [Tue Aug 11 14:18:17 2026] GET /v2.0/security-groups/d519f59c-6e1e-4e03-a2e0-329ff069622d => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 14:18:17.785 7 INFO neutron_taas.services.taas.taas_plugin [None req-863570b4-9a55-490f-a1dc-45a019dbc0ef 44b6cbebb42a4f859cf1a3f63d2b63a0 fa611439e4324d2a904678f4e6d07ea1 - - default default] TaaS: Handle Delete Port: 46eafcd5-ea12-4cb0-9b56-0b128a3469e1 2026-08-11 14:18:17.788 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-863570b4-9a55-490f-a1dc-45a019dbc0ef 44b6cbebb42a4f859cf1a3f63d2b63a0 fa611439e4324d2a904678f4e6d07ea1 - - default default] Tap Mirror: Handle Delete Port: 46eafcd5-ea12-4cb0-9b56-0b128a3469e1 [pid: 7|app: 0|req: 413/809] 10.0.0.249 () {32 vars in 732 bytes} [Tue Aug 11 14:18:17 2026] DELETE /v2.0/floatingips/f47ac3d1-f935-411e-bbb1-81d0cc4d4757 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/810] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:17 2026] GET /v2.0/ports?device_id=7f00e127-e48e-409e-b775-d6ad39209116 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:18:18.320 8 INFO neutron.services.segments.plugin [-] Segment 965ed40d-0313-4349-bd1d-131d60473f2d resource provider aggregate not found 2026-08-11 14:18:18.327 8 INFO neutron.services.segments.plugin [-] Segment 965ed40d-0313-4349-bd1d-131d60473f2d resource provider aggregate not found 2026-08-11 14:18:18.338 8 INFO neutron.services.segments.plugin [-] Segment 965ed40d-0313-4349-bd1d-131d60473f2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 965ed40d-0313-4349-bd1d-131d60473f2d found for delete ", "request_id": "req-f20e8a44-2da8-46bc-9247-529369759b8d"}]} 2026-08-11 14:18:18.344 8 INFO neutron.services.segments.plugin [-] Segment 965ed40d-0313-4349-bd1d-131d60473f2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 965ed40d-0313-4349-bd1d-131d60473f2d found for delete ", "request_id": "req-7de94648-b335-4ba0-8518-d3fb26e2c25b"}]} 2026-08-11 14:18:18.354 8 INFO neutron.db.l3_hamode_db [None req-b8d1b73a-5ca2-46de-b922-a297cd24388e deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] HA network 2ff0ae94-1d29-45e8-b63c-dd8ea7d58a5a was deleted as no HA routers are present in tenant a3301b1617614bd8bdda04b40486d0b2. [pid: 8|app: 0|req: 397/811] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:18:17 2026] DELETE /v2.0/routers/bc6cfbfa-1643-4f31-98dc-c64d6a251d7b => generated 0 bytes in 1282 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:18:18.406 7 INFO neutron_taas.services.taas.taas_plugin [None req-938f030f-b71d-4bd5-a4a6-b0be45b8675e deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: 62bf938d-d084-4c50-9409-f194fd2ef794 2026-08-11 14:18:18.409 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-938f030f-b71d-4bd5-a4a6-b0be45b8675e deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: 62bf938d-d084-4c50-9409-f194fd2ef794 [pid: 8|app: 0|req: 398/812] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:18:18 2026] DELETE /v2.0/subnets/1cf26d8d-4dbd-41a4-afc0-8eaf6298a771 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:18:18.650 8 INFO neutron_taas.services.taas.taas_plugin [None req-cbfd5fd9-a833-4930-afe0-6de77b156704 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: de1a9dd2-fadf-4212-b30d-7d3acad6e066 2026-08-11 14:18:18.652 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cbfd5fd9-a833-4930-afe0-6de77b156704 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: de1a9dd2-fadf-4212-b30d-7d3acad6e066 [pid: 8|app: 0|req: 399/813] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:18:18 2026] DELETE /v2.0/networks/b7bb5d2c-2368-4465-9d8e-7d30e2b0c1f9 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/814] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:18:18 2026] GET /v2.0/security-groups?tenant_id=a3301b1617614bd8bdda04b40486d0b2&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/815] 10.0.0.249 () {34 vars in 789 bytes} [Tue Aug 11 14:18:17 2026] PUT /v2.0/routers/eace5ef0-5ee7-4c2e-b093-abe95cfcc554/remove_router_interface => generated 309 bytes in 995 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/816] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:18:18 2026] DELETE /v2.0/security-groups/12cfc07f-bec2-4674-bec5-44e4645a6ff6 => 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: 402/817] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:19 2026] GET /v2.0/ports?device_id=7f00e127-e48e-409e-b775-d6ad39209116 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:18:19.253 7 INFO neutron_taas.services.taas.taas_plugin [None req-2024f567-5b83-4d40-9f3f-c33146d3832f deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: 7b44fbc3-83e0-41a9-bfa4-bbf6e9219a12 2026-08-11 14:18:19.255 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2024f567-5b83-4d40-9f3f-c33146d3832f deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: 7b44fbc3-83e0-41a9-bfa4-bbf6e9219a12 2026-08-11 14:18:19.521 7 INFO neutron_taas.services.taas.taas_plugin [None req-2024f567-5b83-4d40-9f3f-c33146d3832f deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: bd297aeb-d191-43c8-bad3-2cd66b10774a 2026-08-11 14:18:19.523 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2024f567-5b83-4d40-9f3f-c33146d3832f deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: bd297aeb-d191-43c8-bad3-2cd66b10774a 2026-08-11 14:18:19.890 7 INFO neutron.services.segments.plugin [-] Segment 80165db9-d22a-4e0e-9cf1-8f3900c7bef5 resource provider aggregate not found 2026-08-11 14:18:19.896 7 INFO neutron.services.segments.plugin [-] Segment 80165db9-d22a-4e0e-9cf1-8f3900c7bef5 resource provider aggregate not found 2026-08-11 14:18:19.916 7 INFO neutron.services.segments.plugin [-] Segment 80165db9-d22a-4e0e-9cf1-8f3900c7bef5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80165db9-d22a-4e0e-9cf1-8f3900c7bef5 found for delete ", "request_id": "req-3527fab4-bb70-4bca-b8d5-da21aeb56485"}]} 2026-08-11 14:18:19.917 7 INFO neutron.services.segments.plugin [-] Segment 80165db9-d22a-4e0e-9cf1-8f3900c7bef5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80165db9-d22a-4e0e-9cf1-8f3900c7bef5 found for delete ", "request_id": "req-3cb179b3-ad89-44a5-8fa6-c7bd790f0cfa"}]} 2026-08-11 14:18:19.927 7 INFO neutron.db.l3_hamode_db [None req-2024f567-5b83-4d40-9f3f-c33146d3832f deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] HA network 00aee70d-7344-497e-8dca-048a86ef133d was deleted as no HA routers are present in tenant fa611439e4324d2a904678f4e6d07ea1. [pid: 7|app: 0|req: 416/818] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:18:18 2026] DELETE /v2.0/routers/eace5ef0-5ee7-4c2e-b093-abe95cfcc554 => generated 0 bytes in 942 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/819] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:18:19 2026] DELETE /v2.0/subnets/d7b71edd-a358-4860-9555-c33970056573 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/820] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:20 2026] GET /v2.0/ports?device_id=7f00e127-e48e-409e-b775-d6ad39209116 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:18:20.245 7 INFO neutron_taas.services.taas.taas_plugin [None req-60e09a0a-3845-4313-822b-ad0321f3eb5c deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: 6b0e4cb9-e328-4aeb-a1c7-750ca32a8a25 2026-08-11 14:18:20.248 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60e09a0a-3845-4313-822b-ad0321f3eb5c deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: 6b0e4cb9-e328-4aeb-a1c7-750ca32a8a25 2026-08-11 14:18:20.353 8 INFO neutron.services.segments.plugin [-] Segment 9a69a33e-fc73-477b-9692-d1261e847b3b resource provider aggregate not found 2026-08-11 14:18:20.363 8 INFO neutron.services.segments.plugin [-] Segment 9a69a33e-fc73-477b-9692-d1261e847b3b resource provider aggregate not found 2026-08-11 14:18:20.369 8 INFO neutron.services.segments.plugin [-] Segment 9a69a33e-fc73-477b-9692-d1261e847b3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a69a33e-fc73-477b-9692-d1261e847b3b found for delete ", "request_id": "req-3c173d46-4d30-4f65-8a6c-31550a711c06"}]} 2026-08-11 14:18:20.378 8 INFO neutron.services.segments.plugin [-] Segment 9a69a33e-fc73-477b-9692-d1261e847b3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a69a33e-fc73-477b-9692-d1261e847b3b found for delete ", "request_id": "req-9d117e0a-0f5b-4a45-822a-1bcc2b660b02"}]} [pid: 7|app: 0|req: 417/821] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:18:20 2026] DELETE /v2.0/networks/017a4810-4e41-49b4-b367-8f205fa027bb => generated 0 bytes in 337 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/822] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:18:20 2026] GET /v2.0/security-groups?tenant_id=fa611439e4324d2a904678f4e6d07ea1&name=default => generated 2921 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/823] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:18:20 2026] DELETE /v2.0/security-groups/3dd2f269-3d74-4419-bdcc-77e247e5674e => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:18:21.043 8 INFO neutron.db.segments_db [None req-1086b934-397e-4556-af1a-210d45c126b8 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Added segment 678e0128-f11b-4c6f-bcfb-166f355af9f4 of type vxlan for network c3c62c35-d260-4aba-be17-cd4b7f0888e5 [pid: 8|app: 0|req: 406/824] 10.0.0.249 () {34 vars in 671 bytes} [Tue Aug 11 14:18:20 2026] POST /v2.0/networks => generated 726 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/825] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:18:21 2026] POST /v2.0/subnets => generated 692 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/826] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:18:21 2026] DELETE /v2.0/security-groups/aeb6e507-b321-46c4-ba5b-f16c8e53919c => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:18:21.418 8 INFO neutron.api.v2.resource [None req-64ef5882-836c-4ce5-93a8-6b2214450f92 f05297d32dd1460bb1f9dbd17aade3f9 fc32941341b848d0b4844be3527e7ebe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 408/827] 10.0.0.249 () {32 vars in 737 bytes} [Tue Aug 11 14:18:21 2026] GET /v2.0/security-groups/aeb6e507-b321-46c4-ba5b-f16c8e53919c => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 14:18:21.433 7 INFO neutron.db.segments_db [None req-8dab3bf5-fc46-4dfc-99cf-11779b5a1c22 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Added segment 0bdc9646-e707-44ae-babf-aba5d907f7fa of type vxlan for network 5a128e7e-305c-40a9-95be-b069cf142484 2026-08-11 14:18:21.534 8 INFO neutron_taas.services.taas.taas_plugin [None req-483345ab-7191-4439-b0cc-7b6dcdb2e800 f05297d32dd1460bb1f9dbd17aade3f9 fc32941341b848d0b4844be3527e7ebe - - default default] TaaS: Handle Delete Port: e36728ce-cd7d-4f2f-a3b2-994d80625d4d 2026-08-11 14:18:21.538 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-483345ab-7191-4439-b0cc-7b6dcdb2e800 f05297d32dd1460bb1f9dbd17aade3f9 fc32941341b848d0b4844be3527e7ebe - - default default] Tap Mirror: Handle Delete Port: e36728ce-cd7d-4f2f-a3b2-994d80625d4d 2026-08-11 14:18:21.727 7 INFO neutron.db.l3_hamode_db [None req-8dab3bf5-fc46-4dfc-99cf-11779b5a1c22 deb15de0910240b3845a1c6ddc77c8b3 c10fa671b00f4072a0a6057636799256 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 409/828] 10.0.0.249 () {32 vars in 732 bytes} [Tue Aug 11 14:18:21 2026] DELETE /v2.0/floatingips/70d61e6b-d5e1-4cad-b1a6-c7911d0d2d17 => generated 0 bytes in 385 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:18:21.941 7 INFO neutron.services.segments.plugin [-] Segment 4a1416dc-d36c-4ea6-882d-6444d6e43409 resource provider aggregate not found 2026-08-11 14:18:21.948 7 INFO neutron.services.segments.plugin [-] Segment 4a1416dc-d36c-4ea6-882d-6444d6e43409 resource provider aggregate not found 2026-08-11 14:18:21.968 7 INFO neutron.services.segments.plugin [-] Segment 4a1416dc-d36c-4ea6-882d-6444d6e43409 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a1416dc-d36c-4ea6-882d-6444d6e43409 found for delete ", "request_id": "req-0507d0e4-7d6e-4625-8472-b0e3d4977aa1"}]} 2026-08-11 14:18:21.970 7 INFO neutron.services.segments.plugin [-] Segment 4a1416dc-d36c-4ea6-882d-6444d6e43409 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a1416dc-d36c-4ea6-882d-6444d6e43409 found for delete ", "request_id": "req-234cbe7b-667c-4a27-bb44-90bc00dab4d2"}]} 2026-08-11 14:18:22.240 8 INFO neutron_taas.services.taas.taas_plugin [None req-df59a1c1-fb61-4f88-8527-fcba8cd6c35c deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: d8ddbc69-74ba-42f9-8651-079d6b66ce29 2026-08-11 14:18:22.243 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df59a1c1-fb61-4f88-8527-fcba8cd6c35c deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: d8ddbc69-74ba-42f9-8651-079d6b66ce29 2026-08-11 14:18:22.610 7 INFO neutron.db.l3_hamode_db [None req-8dab3bf5-fc46-4dfc-99cf-11779b5a1c22 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 410/829] 10.0.0.249 () {34 vars in 789 bytes} [Tue Aug 11 14:18:21 2026] PUT /v2.0/routers/b9560fd6-797c-4ee5-921f-a1688be4da84/remove_router_interface => generated 309 bytes in 951 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/830] 10.0.0.105 () {34 vars in 990 bytes} [Tue Aug 11 14:18:22 2026] GET /v2.0/ports?device_id=ca2b3f79-a24d-43b7-a217-c7072dad680b => generated 1240 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:18:23.259 8 INFO neutron_taas.services.taas.taas_plugin [None req-676bd579-d3e0-45ca-8f6b-0c9f4b8df59c deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: 580e17a9-d2e0-496b-9cae-71bce2a831d3 2026-08-11 14:18:23.261 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-676bd579-d3e0-45ca-8f6b-0c9f4b8df59c deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: 580e17a9-d2e0-496b-9cae-71bce2a831d3 2026-08-11 14:18:23.501 8 INFO neutron_taas.services.taas.taas_plugin [None req-676bd579-d3e0-45ca-8f6b-0c9f4b8df59c deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: 0b0dd93c-4a7e-4424-b9a8-3afb99982e18 2026-08-11 14:18:23.504 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-676bd579-d3e0-45ca-8f6b-0c9f4b8df59c deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: 0b0dd93c-4a7e-4424-b9a8-3afb99982e18 [pid: 7|app: 0|req: 420/831] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:18:21 2026] POST /v2.0/routers => generated 732 bytes in 2158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/832] 10.0.0.105 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:23 2026] GET /v2.0/security-groups?id=2a57d876-b512-4a37-85b6-6f716616380c&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:18:23.839 8 INFO neutron.services.segments.plugin [-] Segment 0395feb8-a13b-45ad-b45b-72bed5bb70ef resource provider aggregate not found 2026-08-11 14:18:23.843 8 INFO neutron.services.segments.plugin [-] Segment 0395feb8-a13b-45ad-b45b-72bed5bb70ef resource provider aggregate not found 2026-08-11 14:18:23.864 8 INFO neutron.services.segments.plugin [-] Segment 0395feb8-a13b-45ad-b45b-72bed5bb70ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0395feb8-a13b-45ad-b45b-72bed5bb70ef found for delete ", "request_id": "req-6e9efefa-123e-48b2-8d0d-d85151c4a44b"}]} 2026-08-11 14:18:23.866 8 INFO neutron.services.segments.plugin [-] Segment 0395feb8-a13b-45ad-b45b-72bed5bb70ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0395feb8-a13b-45ad-b45b-72bed5bb70ef found for delete ", "request_id": "req-6f064a53-85d6-45c6-9cbd-d31f24d0bd05"}]} 2026-08-11 14:18:23.897 8 INFO neutron.db.l3_hamode_db [None req-676bd579-d3e0-45ca-8f6b-0c9f4b8df59c deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] HA network e8643fd5-2b5c-44e3-8715-18b709e1b627 was deleted as no HA routers are present in tenant fc32941341b848d0b4844be3527e7ebe. [pid: 8|app: 0|req: 412/833] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:18:23 2026] DELETE /v2.0/routers/b9560fd6-797c-4ee5-921f-a1688be4da84 => generated 0 bytes in 854 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/834] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:18:23 2026] DELETE /v2.0/subnets/e1eb1867-afdd-4fcc-beb3-64ba2784f1a1 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:18:24.157 8 INFO neutron_taas.services.taas.taas_plugin [None req-95876d74-adc7-43d0-b405-3df914a0f4b5 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: cb295a38-fbc1-4edc-9c27-16395453128d 2026-08-11 14:18:24.159 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95876d74-adc7-43d0-b405-3df914a0f4b5 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: cb295a38-fbc1-4edc-9c27-16395453128d [pid: 8|app: 0|req: 414/835] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:18:24 2026] DELETE /v2.0/networks/13512782-4dc7-4123-aa30-be1f71dde58c => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/836] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:18:24 2026] GET /v2.0/security-groups?tenant_id=fc32941341b848d0b4844be3527e7ebe&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/837] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:18:24 2026] DELETE /v2.0/security-groups/389f26fa-62ca-48fe-bfa6-c581ec1e043b => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/838] 10.0.0.249 () {34 vars in 783 bytes} [Tue Aug 11 14:18:23 2026] PUT /v2.0/routers/ad34a295-91b2-4a3d-a074-0b1bece28248/add_router_interface => generated 309 bytes in 1404 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/839] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:18:24 2026] GET /v2.0/security-groups?tenant_id=7b6b47d6abea4d38b12784d5ea3caab7&name=default => generated 2925 bytes in 363 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/840] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:18:25 2026] DELETE /v2.0/security-groups/81601060-149e-4397-a96a-405bc639ca7c => 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: 418/841] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:18:25 2026] GET /v2.0/security-groups?tenant_id=710b3e2e76ee4faeb42c2f4576274c63&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/842] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:18:25 2026] DELETE /v2.0/security-groups/e3411640-84b2-416f-b7de-336c42a68e8e => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:18:25.885 8 INFO neutron.services.segments.plugin [-] Segment f87ec95c-01a6-4456-90e2-0f7ca03411a8 resource provider aggregate not found 2026-08-11 14:18:25.890 8 INFO neutron.services.segments.plugin [-] Segment f87ec95c-01a6-4456-90e2-0f7ca03411a8 resource provider aggregate not found 2026-08-11 14:18:25.905 8 INFO neutron.services.segments.plugin [-] Segment f87ec95c-01a6-4456-90e2-0f7ca03411a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f87ec95c-01a6-4456-90e2-0f7ca03411a8 found for delete ", "request_id": "req-2c42e0ad-0c94-4ecd-8010-85f238f402f2"}]} 2026-08-11 14:18:25.911 8 INFO neutron.services.segments.plugin [-] Segment f87ec95c-01a6-4456-90e2-0f7ca03411a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f87ec95c-01a6-4456-90e2-0f7ca03411a8 found for delete ", "request_id": "req-e8c17374-c269-487c-9eab-72a41cf77b22"}]} [pid: 8|app: 0|req: 419/843] 10.0.0.141 () {34 vars in 982 bytes} [Tue Aug 11 14:18:26 2026] GET /v2.0/networks?id=c3c62c35-d260-4aba-be17-cd4b7f0888e5 => generated 677 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/844] 10.0.0.141 () {34 vars in 965 bytes} [Tue Aug 11 14:18:26 2026] GET /v2.0/quotas/c10fa671b00f4072a0a6057636799256 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/845] 10.0.0.141 () {34 vars in 1002 bytes} [Tue Aug 11 14:18:26 2026] GET /v2.0/ports?tenant_id=c10fa671b00f4072a0a6057636799256&fields=id => generated 103 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/846] 10.0.0.141 () {34 vars in 1008 bytes} [Tue Aug 11 14:18:26 2026] GET /v2.0/networks/c3c62c35-d260-4aba-be17-cd4b7f0888e5?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/849] 10.0.0.141 () {34 vars in 1108 bytes} [Tue Aug 11 14:18:26 2026] GET /v2.0/networks/c3c62c35-d260-4aba-be17-cd4b7f0888e5?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: 422/850] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:26 2026] GET /v2.0/ports?device_id=b7544cdd-f593-434c-9987-39c3bb97bd77 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/851] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:27 2026] GET /v2.0/ports?device_id=b7544cdd-f593-434c-9987-39c3bb97bd77 => 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: 429/852] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:18:27 2026] GET /v2.0/security-groups?tenant_id=fcd742743598472894d3e7f672071eb7&name=default => generated 2925 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/853] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:18:27 2026] DELETE /v2.0/security-groups/9cab50b8-1031-4beb-9562-2b4931ad07f0 => 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: 430/854] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:28 2026] GET /v2.0/ports?device_id=b7544cdd-f593-434c-9987-39c3bb97bd77 => 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: 425/855] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:29 2026] GET /v2.0/ports?device_id=b7544cdd-f593-434c-9987-39c3bb97bd77 => 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: 431/856] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:18:30 2026] GET /v2.0/networks?id=c3c62c35-d260-4aba-be17-cd4b7f0888e5 => generated 677 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/857] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:30 2026] GET /v2.0/ports?device_id=b7544cdd-f593-434c-9987-39c3bb97bd77 => 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: 426/858] 199.204.45.223 () {38 vars in 955 bytes} [Tue Aug 11 14:18:30 2026] POST /v2.0/ports => generated 958 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/859] 199.204.45.223 () {38 vars in 1028 bytes} [Tue Aug 11 14:18:31 2026] PUT /v2.0/ports/7b11ac31-dc53-4c87-93c5-a4229eb381b4 => generated 1239 bytes in 437 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:18:31.679 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1f6831c5-3649-45ce-a348-7de40716c205'] response: {'name': 'network-changed', 'server_uuid': 'b7544cdd-f593-434c-9987-39c3bb97bd77', 'tag': '7b11ac31-dc53-4c87-93c5-a4229eb381b4', '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: 427/860] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:18:31 2026] GET /v2.0/security-groups?tenant_id=4e78ff98b80b4d4091547505fcb10d9c&name=default => generated 2925 bytes in 353 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: 434/861] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:18:31 2026] DELETE /v2.0/security-groups/4027934b-26bd-462a-bcb2-455ee726d3e3 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/862] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:31 2026] GET /v2.0/ports?device_id=b7544cdd-f593-434c-9987-39c3bb97bd77 => generated 973 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/863] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:32 2026] GET /v2.0/security-groups?id=3a3f3f2f-e5d5-4917-a7aa-fb3396f27aab&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: 8|app: 0|req: 429/864] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:18:32 2026] GET /v2.0/ports?tenant_id=c10fa671b00f4072a0a6057636799256&device_id=b7544cdd-f593-434c-9987-39c3bb97bd77 => generated 1242 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/865] 199.204.45.223 () {34 vars in 1018 bytes} [Tue Aug 11 14:18:32 2026] GET /v2.0/networks?tenant_id=c10fa671b00f4072a0a6057636799256&shared=False => generated 773 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/866] 199.204.45.223 () {34 vars in 930 bytes} [Tue Aug 11 14:18:32 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/867] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:18:32 2026] GET /v2.0/security-groups?tenant_id=24a913fdc8644b7babb3cf857d3ddb38&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/868] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:18:32 2026] DELETE /v2.0/security-groups/017ca577-fa77-47f0-b4a4-56b44da820f6 => 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: 437/869] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:33 2026] GET /v2.0/ports?device_id=b7544cdd-f593-434c-9987-39c3bb97bd77 => generated 973 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/870] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:33 2026] GET /v2.0/security-groups?id=3a3f3f2f-e5d5-4917-a7aa-fb3396f27aab&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/871] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:18:33 2026] GET /v2.0/ports?tenant_id=c10fa671b00f4072a0a6057636799256&device_id=b7544cdd-f593-434c-9987-39c3bb97bd77 => generated 1242 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/872] 199.204.45.223 () {34 vars in 1060 bytes} [Tue Aug 11 14:18:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=7b11ac31-dc53-4c87-93c5-a4229eb381b4 => 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: 435/873] 199.204.45.223 () {34 vars in 984 bytes} [Tue Aug 11 14:18:33 2026] GET /v2.0/subnets?id=e6644ed0-62cd-47e3-85d1-c1149ff0aab1 => generated 695 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/874] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:18:33 2026] GET /v2.0/ports?network_id=c3c62c35-d260-4aba-be17-cd4b7f0888e5&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/875] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:18:33 2026] GET /v2.0/networks/c3c62c35-d260-4aba-be17-cd4b7f0888e5?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: 438/876] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:18:33 2026] GET /v2.0/networks/c3c62c35-d260-4aba-be17-cd4b7f0888e5?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: 439/877] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:18:33 2026] GET /v2.0/security-groups?tenant_id=a7ca290373d04b26a15711f03fccf3ae&name=default => generated 2925 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/878] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:18:33 2026] DELETE /v2.0/security-groups/cc6223af-7a8c-4c11-a9c2-0a347a5414f5 => 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: 440/879] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:18:33 2026] GET /v2.0/security-groups?tenant_id=d315e8cd2f1048ad8e6b493f063170b4&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/880] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:18:34 2026] DELETE /v2.0/security-groups/5f06ac11-81a4-4ea8-9069-ee58036c90c9 => 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: 441/881] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:34 2026] GET /v2.0/ports?device_id=b7544cdd-f593-434c-9987-39c3bb97bd77 => 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: 442/882] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:34 2026] GET /v2.0/security-groups?id=3a3f3f2f-e5d5-4917-a7aa-fb3396f27aab&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:18:34.745 7 INFO neutron.db.segments_db [None req-f89be9c0-b29a-4bea-ade7-dda7235234c1 bf7be64a55f944229ef17b97fa462723 4d27358cab954fb18548fdfddda2d6a7 - - default default] Added segment 30338e88-35aa-4754-b000-b58a75daff06 of type vxlan for network 8fbc3b35-d813-42e2-bbf1-f45a08766d15 [pid: 7|app: 0|req: 441/883] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:18:34 2026] POST /v2.0/networks => generated 625 bytes in 449 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/884] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:18:34 2026] POST /v2.0/subnets => generated 641 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:18:35.127 7 INFO neutron.db.segments_db [None req-6a821421-b31d-4ecd-9999-f0a2ab857272 bf7be64a55f944229ef17b97fa462723 4d27358cab954fb18548fdfddda2d6a7 - - default default] Added segment cfb0034a-3025-46e7-8870-75f767a51760 of type vxlan for network 8a74b8bd-0cd2-4237-96be-99609f8e37ad [pid: 7|app: 0|req: 442/885] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:18:35 2026] POST /v2.0/networks => generated 624 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/886] 10.0.0.249 () {34 vars in 743 bytes} [Tue Aug 11 14:18:35 2026] PUT /v2.0/networks/8a74b8bd-0cd2-4237-96be-99609f8e37ad => generated 592 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/887] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:18:35 2026] POST /v2.0/subnets => generated 626 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/888] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:35 2026] GET /v2.0/ports?device_id=b7544cdd-f593-434c-9987-39c3bb97bd77 => 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: 445/889] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:35 2026] GET /v2.0/security-groups?id=3a3f3f2f-e5d5-4917-a7aa-fb3396f27aab&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: 445/890] 10.0.0.249 () {34 vars in 741 bytes} [Tue Aug 11 14:18:35 2026] PUT /v2.0/subnets/195a6c10-ddbf-4671-9d50-a8e9ba31b4eb => generated 636 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:18:35.890 7 INFO neutron.services.segments.plugin [-] Segment cfb0034a-3025-46e7-8870-75f767a51760 resource provider aggregate not found 2026-08-11 14:18:35.894 7 INFO neutron.services.segments.plugin [-] Segment cfb0034a-3025-46e7-8870-75f767a51760 resource provider aggregate not found 2026-08-11 14:18:35.906 7 INFO neutron.services.segments.plugin [-] Segment cfb0034a-3025-46e7-8870-75f767a51760 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfb0034a-3025-46e7-8870-75f767a51760 found for delete ", "request_id": "req-9275832e-ffda-4d2d-b868-42e254776e51"}]} 2026-08-11 14:18:35.912 7 INFO neutron.services.segments.plugin [-] Segment cfb0034a-3025-46e7-8870-75f767a51760 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfb0034a-3025-46e7-8870-75f767a51760 found for delete ", "request_id": "req-fa578538-3b86-4c4f-ace0-a085e85e914b"}]} [pid: 7|app: 0|req: 446/891] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:18:35 2026] DELETE /v2.0/networks/8a74b8bd-0cd2-4237-96be-99609f8e37ad => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:18:35.935 8 INFO neutron.pecan_wsgi.hooks.translation [None req-256664d7-ac72-4605-9043-309cc3a0f747 bf7be64a55f944229ef17b97fa462723 4d27358cab954fb18548fdfddda2d6a7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 446/892] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:18:35 2026] DELETE /v2.0/networks/8a74b8bd-0cd2-4237-96be-99609f8e37ad => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/893] 10.0.0.249 () {32 vars in 694 bytes} [Tue Aug 11 14:18:35 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/894] 10.0.0.249 () {32 vars in 742 bytes} [Tue Aug 11 14:18:36 2026] GET /v2.0/subnets?network_id=295cfb64-f3de-4e04-b390-c76e2c1a4cd0 => generated 649 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/895] 10.0.0.249 () {32 vars in 653 bytes} [Tue Aug 11 14:18:36 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: 448/896] 10.0.0.249 () {32 vars in 649 bytes} [Tue Aug 11 14:18:36 2026] GET /v2.0/networks => generated 1309 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/897] 10.0.0.249 () {32 vars in 647 bytes} [Tue Aug 11 14:18:36 2026] GET /v2.0/subnets => generated 1280 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/898] 10.0.0.249 () {32 vars in 723 bytes} [Tue Aug 11 14:18:36 2026] GET /v2.0/networks/8fbc3b35-d813-42e2-bbf1-f45a08766d15 => generated 669 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/899] 10.0.0.249 () {32 vars in 721 bytes} [Tue Aug 11 14:18:36 2026] GET /v2.0/subnets/4c719fe5-c09c-47ad-8bc3-7516c705552c => generated 641 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:18:36.267 8 INFO neutron.pecan_wsgi.hooks.translation [None req-93d0e60e-45b9-487d-8521-510ca407a2af bf7be64a55f944229ef17b97fa462723 4d27358cab954fb18548fdfddda2d6a7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 450/900] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:18:36 2026] DELETE /v2.0/subnets/195a6c10-ddbf-4671-9d50-a8e9ba31b4eb => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 14:18:36.285 7 INFO neutron.pecan_wsgi.hooks.translation [None req-58953a86-f102-41b7-ab0f-6fc0c87748ff bf7be64a55f944229ef17b97fa462723 4d27358cab954fb18548fdfddda2d6a7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 451/901] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:18:36 2026] DELETE /v2.0/networks/8a74b8bd-0cd2-4237-96be-99609f8e37ad => 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: 451/902] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:18:36 2026] DELETE /v2.0/subnets/4c719fe5-c09c-47ad-8bc3-7516c705552c => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:18:36.639 7 INFO neutron_taas.services.taas.taas_plugin [None req-386a9e4b-fee6-4c47-b162-1ce89139daa8 bf7be64a55f944229ef17b97fa462723 4d27358cab954fb18548fdfddda2d6a7 - - default default] TaaS: Handle Delete Port: 8e2ee3d2-316d-45ac-ae0b-4614f490816f 2026-08-11 14:18:36.642 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-386a9e4b-fee6-4c47-b162-1ce89139daa8 bf7be64a55f944229ef17b97fa462723 4d27358cab954fb18548fdfddda2d6a7 - - default default] Tap Mirror: Handle Delete Port: 8e2ee3d2-316d-45ac-ae0b-4614f490816f [pid: 8|app: 0|req: 452/903] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:36 2026] GET /v2.0/ports?device_id=b7544cdd-f593-434c-9987-39c3bb97bd77 => 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: 453/904] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:36 2026] GET /v2.0/security-groups?id=3a3f3f2f-e5d5-4917-a7aa-fb3396f27aab&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: 7|app: 0|req: 452/905] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:18:36 2026] DELETE /v2.0/networks/8fbc3b35-d813-42e2-bbf1-f45a08766d15 => generated 0 bytes in 329 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/906] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:18:37 2026] GET /v2.0/security-groups?tenant_id=4d27358cab954fb18548fdfddda2d6a7&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/907] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:18:37 2026] DELETE /v2.0/security-groups/22c505cf-a0ff-4005-8f93-4a4a4d7dd5b9 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:18:37.922 7 INFO neutron.services.segments.plugin [-] Segment 30338e88-35aa-4754-b000-b58a75daff06 resource provider aggregate not found 2026-08-11 14:18:37.933 7 INFO neutron.services.segments.plugin [-] Segment 30338e88-35aa-4754-b000-b58a75daff06 resource provider aggregate not found 2026-08-11 14:18:37.942 7 INFO neutron.services.segments.plugin [-] Segment 30338e88-35aa-4754-b000-b58a75daff06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30338e88-35aa-4754-b000-b58a75daff06 found for delete ", "request_id": "req-ce5cb506-4bb7-4625-9a55-040399dd7a84"}]} 2026-08-11 14:18:37.956 7 INFO neutron.services.segments.plugin [-] Segment 30338e88-35aa-4754-b000-b58a75daff06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30338e88-35aa-4754-b000-b58a75daff06 found for delete ", "request_id": "req-63994cf2-7c7b-4aca-9635-3eda31af6888"}]} [pid: 8|app: 0|req: 455/908] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:37 2026] GET /v2.0/ports?device_id=b7544cdd-f593-434c-9987-39c3bb97bd77 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/909] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:37 2026] GET /v2.0/security-groups?id=3a3f3f2f-e5d5-4917-a7aa-fb3396f27aab&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/910] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:18:38 2026] GET /v2.0/security-groups?tenant_id=eb550d2a9a5240058856b90bbf1568ca&name=default => generated 2925 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/911] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:39 2026] GET /v2.0/ports?device_id=b7544cdd-f593-434c-9987-39c3bb97bd77 => generated 975 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/912] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:39 2026] GET /v2.0/security-groups?id=3a3f3f2f-e5d5-4917-a7aa-fb3396f27aab&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/913] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:18:39 2026] DELETE /v2.0/security-groups/b7c875c9-6922-4b3d-8bf6-8b0eef4725e2 => 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: 457/914] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:18:39 2026] GET /v2.0/security-groups?tenant_id=9dd20d28fe9a48d187a4823f21cf199d&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/915] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:39 2026] GET /v2.0/ports?device_id=b7544cdd-f593-434c-9987-39c3bb97bd77 => generated 975 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/916] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:18:39 2026] DELETE /v2.0/security-groups/3693fc48-3f4e-4080-a15b-6b4778448dc9 => 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: 460/917] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:39 2026] GET /v2.0/security-groups?id=3a3f3f2f-e5d5-4917-a7aa-fb3396f27aab&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:18:39.760 8 INFO neutron.db.segments_db [None req-537d47db-4acb-4423-96f7-4fdb5ccb3773 a313039fe02c460ca7e6ce6b5728299e 6114d8e878614e27b2fef0cfdce653ea - - default default] Added segment 0a768d1d-8367-4897-8744-c31596ba086a of type vxlan for network 06d35940-85e6-47a0-96f4-42e264a19a57 [pid: 8|app: 0|req: 458/918] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:18:39 2026] POST /v2.0/networks => generated 630 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/919] 10.0.0.249 () {34 vars in 665 bytes} [Tue Aug 11 14:18:39 2026] POST /v2.0/ports => generated 778 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:18:40.262 8 INFO neutron.db.segments_db [None req-a557430a-2cbc-465f-ba6c-377d01a21ccc a313039fe02c460ca7e6ce6b5728299e 6114d8e878614e27b2fef0cfdce653ea - - default default] Added segment 03e88a69-6884-4a5a-9d9b-ef187e3cb2fa of type vxlan for network 4061fcbe-b4ae-4d6f-8247-28fc2df66fa3 [pid: 8|app: 0|req: 459/920] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:18:40 2026] POST /v2.0/networks => generated 616 bytes in 122 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: 460/921] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:40 2026] GET /v2.0/ports?device_id=ca2b3f79-a24d-43b7-a217-c7072dad680b => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/922] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:18:40 2026] POST /v2.0/subnets => generated 646 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/923] 10.0.0.141 () {34 vars in 971 bytes} [Tue Aug 11 14:18:40 2026] GET /v2.0/ports/e878baf8-79b8-4031-8dc9-6e8b0255d931 => generated 968 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/924] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:40 2026] GET /v2.0/ports?device_id=b7544cdd-f593-434c-9987-39c3bb97bd77 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/925] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:40 2026] GET /v2.0/security-groups?id=3a3f3f2f-e5d5-4917-a7aa-fb3396f27aab&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/926] 10.0.0.249 () {34 vars in 665 bytes} [Tue Aug 11 14:18:40 2026] POST /v2.0/ports => generated 962 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:18:41.056 7 INFO neutron_taas.services.taas.taas_plugin [None req-53558e6e-983d-40f1-ba05-5209ef67c039 a313039fe02c460ca7e6ce6b5728299e 6114d8e878614e27b2fef0cfdce653ea - - default default] TaaS: Handle Delete Port: ad3293d9-98c6-487f-8706-edfa3ff21a32 2026-08-11 14:18:41.059 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53558e6e-983d-40f1-ba05-5209ef67c039 a313039fe02c460ca7e6ce6b5728299e 6114d8e878614e27b2fef0cfdce653ea - - default default] Tap Mirror: Handle Delete Port: ad3293d9-98c6-487f-8706-edfa3ff21a32 [pid: 7|app: 0|req: 466/927] 10.0.0.249 () {32 vars in 720 bytes} [Tue Aug 11 14:18:40 2026] DELETE /v2.0/ports/ad3293d9-98c6-487f-8706-edfa3ff21a32 => generated 0 bytes in 232 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-08-11 14:18:41.206 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1a0f2edc-9196-4f95-958f-afee8c98eabd a313039fe02c460ca7e6ce6b5728299e 6114d8e878614e27b2fef0cfdce653ea - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 462/928] 10.0.0.249 () {32 vars in 720 bytes} [Tue Aug 11 14:18:41 2026] DELETE /v2.0/ports/ad3293d9-98c6-487f-8706-edfa3ff21a32 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 14:18:41.238 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1cb81549-b853-4fd9-a432-4493a1cda8e8 a313039fe02c460ca7e6ce6b5728299e 6114d8e878614e27b2fef0cfdce653ea - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 467/929] 10.0.0.249 () {32 vars in 717 bytes} [Tue Aug 11 14:18:41 2026] GET /v2.0/ports/ad3293d9-98c6-487f-8706-edfa3ff21a32 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/930] 199.204.45.223 () {34 vars in 1000 bytes} [Tue Aug 11 14:18:41 2026] GET /v2.0/subnets?network_id=5b8f9baa-e253-4f24-9ef3-58441e67ffba => generated 683 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/931] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:18:41 2026] DELETE /v2.0/subnets/18c6ae1f-477a-466b-8f71-769af17a839d => 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: 469/934] 199.204.45.223 () {34 vars in 1146 bytes} [Tue Aug 11 14:18:41 2026] GET /v2.0/ports?device_id=ca2b3f79-a24d-43b7-a217-c7072dad680b&device_owner=compute%3Anova&network_id=5b8f9baa-e253-4f24-9ef3-58441e67ffba => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:18:41.539 8 INFO neutron.services.segments.plugin [-] Segment 03e88a69-6884-4a5a-9d9b-ef187e3cb2fa resource provider aggregate not found 2026-08-11 14:18:41.546 8 INFO neutron.services.segments.plugin [-] Segment 03e88a69-6884-4a5a-9d9b-ef187e3cb2fa resource provider aggregate not found 2026-08-11 14:18:41.567 8 INFO neutron.services.segments.plugin [-] Segment 03e88a69-6884-4a5a-9d9b-ef187e3cb2fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03e88a69-6884-4a5a-9d9b-ef187e3cb2fa found for delete ", "request_id": "req-edbc55c2-6441-487e-ad01-41bf37b3e70c"}]} 2026-08-11 14:18:41.573 8 INFO neutron.services.segments.plugin [-] Segment 03e88a69-6884-4a5a-9d9b-ef187e3cb2fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03e88a69-6884-4a5a-9d9b-ef187e3cb2fa found for delete ", "request_id": "req-38fdd45f-089a-4561-b418-4b69d83c5c2f"}]} [pid: 8|app: 0|req: 466/935] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:18:41 2026] DELETE /v2.0/networks/4061fcbe-b4ae-4d6f-8247-28fc2df66fa3 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:18:41.644 8 INFO neutron.db.segments_db [None req-f736001e-cd87-4a22-a808-6b0a1b35bc39 a313039fe02c460ca7e6ce6b5728299e 6114d8e878614e27b2fef0cfdce653ea - - default default] Added segment a3c56ce2-0368-4f2d-8e4c-67fe0f971ce8 of type vxlan for network 5aed1fa4-fe49-4cc7-b4e8-bb6d55678a64 [pid: 8|app: 0|req: 467/936] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:18:41 2026] POST /v2.0/networks => generated 616 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/937] 199.204.45.223 () {38 vars in 1028 bytes} [Tue Aug 11 14:18:41 2026] PUT /v2.0/ports/e878baf8-79b8-4031-8dc9-6e8b0255d931 => generated 1145 bytes in 506 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-08-11 14:18:41.966 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fc6e5fe7-5fc2-4859-9bbb-05f41d4cdf58'] response: {'name': 'network-changed', 'server_uuid': 'ca2b3f79-a24d-43b7-a217-c7072dad680b', 'tag': 'e878baf8-79b8-4031-8dc9-6e8b0255d931', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 471/938] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:41 2026] GET /v2.0/ports?device_id=b7544cdd-f593-434c-9987-39c3bb97bd77 => 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: 468/939] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:18:41 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) [pid: 7|app: 0|req: 472/940] 199.204.45.223 () {34 vars in 994 bytes} [Tue Aug 11 14:18:41 2026] GET /v2.0/ports?device_id=b7544cdd-f593-434c-9987-39c3bb97bd77 => generated 975 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/941] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:42 2026] GET /v2.0/security-groups?id=3a3f3f2f-e5d5-4917-a7aa-fb3396f27aab&fields=id&fields=name => generated 88 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:18:42.129 7 INFO neutron_taas.services.taas.taas_plugin [req-dbfeb034-3401-4f8e-a75f-9600d24d1acd req-3afa315c-d430-486c-89be-50da092707b1 d71180ec869a4e9cb11fd29c351d9f33 c10fa671b00f4072a0a6057636799256 - - default default] TaaS: Handle Delete Port: 7b11ac31-dc53-4c87-93c5-a4229eb381b4 2026-08-11 14:18:42.138 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-dbfeb034-3401-4f8e-a75f-9600d24d1acd req-3afa315c-d430-486c-89be-50da092707b1 d71180ec869a4e9cb11fd29c351d9f33 c10fa671b00f4072a0a6057636799256 - - default default] Tap Mirror: Handle Delete Port: 7b11ac31-dc53-4c87-93c5-a4229eb381b4 [pid: 8|app: 0|req: 469/942] 10.0.0.249 () {34 vars in 665 bytes} [Tue Aug 11 14:18:41 2026] POST /v2.0/ports => generated 927 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/943] 199.204.45.223 () {36 vars in 997 bytes} [Tue Aug 11 14:18:42 2026] DELETE /v2.0/ports/7b11ac31-dc53-4c87-93c5-a4229eb381b4 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:18:42.398 8 INFO neutron_taas.services.taas.taas_plugin [None req-14d103c5-dfca-4728-9cde-dc8c68f92ac4 a313039fe02c460ca7e6ce6b5728299e 6114d8e878614e27b2fef0cfdce653ea - - default default] TaaS: Handle Delete Port: 1a177074-03ee-40e4-813d-215dcb00ec2b 2026-08-11 14:18:42.401 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14d103c5-dfca-4728-9cde-dc8c68f92ac4 a313039fe02c460ca7e6ce6b5728299e 6114d8e878614e27b2fef0cfdce653ea - - default default] Tap Mirror: Handle Delete Port: 1a177074-03ee-40e4-813d-215dcb00ec2b [pid: 7|app: 0|req: 475/944] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:18:42 2026] GET /v2.0/ports?tenant_id=afad81fc09004ea9a912e5ae00362cf9&device_id=ca2b3f79-a24d-43b7-a217-c7072dad680b => generated 1417 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/945] 10.0.0.249 () {32 vars in 720 bytes} [Tue Aug 11 14:18:42 2026] DELETE /v2.0/ports/1a177074-03ee-40e4-813d-215dcb00ec2b => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:18:42.507 8 INFO neutron.pecan_wsgi.hooks.translation [None req-82558d68-09a3-424b-9f1a-3ca6f6859f4b a313039fe02c460ca7e6ce6b5728299e 6114d8e878614e27b2fef0cfdce653ea - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 471/946] 10.0.0.249 () {32 vars in 717 bytes} [Tue Aug 11 14:18:42 2026] GET /v2.0/ports/1a177074-03ee-40e4-813d-215dcb00ec2b => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/947] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:18:42 2026] GET /v2.0/networks?id=5b8f9baa-e253-4f24-9ef3-58441e67ffba => generated 779 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/948] 199.204.45.223 () {34 vars in 1058 bytes} [Tue Aug 11 14:18:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=e878baf8-79b8-4031-8dc9-6e8b0255d931 => 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: 478/949] 199.204.45.223 () {34 vars in 1058 bytes} [Tue Aug 11 14:18:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=e878baf8-79b8-4031-8dc9-6e8b0255d931 => generated 860 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/950] 199.204.45.223 () {34 vars in 984 bytes} [Tue Aug 11 14:18:42 2026] GET /v2.0/subnets?id=ffd8b12f-20c6-4890-8dcb-a904b098baae => 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: 472/951] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:18:42 2026] DELETE /v2.0/subnets/3d9c66d8-eeb2-4292-be9b-204afe2ac3c7 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/952] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:18:42 2026] GET /v2.0/ports?network_id=5b8f9baa-e253-4f24-9ef3-58441e67ffba&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: 474/953] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:18:42 2026] GET /v2.0/networks/5b8f9baa-e253-4f24-9ef3-58441e67ffba?fields=segments => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/954] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:18:42 2026] GET /v2.0/networks/5b8f9baa-e253-4f24-9ef3-58441e67ffba?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) 2026-08-11 14:18:42.742 7 INFO neutron.services.segments.plugin [-] Segment a3c56ce2-0368-4f2d-8e4c-67fe0f971ce8 resource provider aggregate not found 2026-08-11 14:18:42.746 7 INFO neutron.services.segments.plugin [-] Segment a3c56ce2-0368-4f2d-8e4c-67fe0f971ce8 resource provider aggregate not found 2026-08-11 14:18:42.762 7 INFO neutron.services.segments.plugin [-] Segment a3c56ce2-0368-4f2d-8e4c-67fe0f971ce8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3c56ce2-0368-4f2d-8e4c-67fe0f971ce8 found for delete ", "request_id": "req-ad40c57d-c9b3-4e89-b9e5-9045e5b5032d"}]} 2026-08-11 14:18:42.763 7 INFO neutron.services.segments.plugin [-] Segment a3c56ce2-0368-4f2d-8e4c-67fe0f971ce8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3c56ce2-0368-4f2d-8e4c-67fe0f971ce8 found for delete ", "request_id": "req-84f0e8bf-d013-408e-8fbc-1680d6dc32d9"}]} [pid: 7|app: 0|req: 480/955] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:18:42 2026] DELETE /v2.0/networks/5aed1fa4-fe49-4cc7-b4e8-bb6d55678a64 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/956] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:42 2026] GET /v2.0/ports?device_id=ca2b3f79-a24d-43b7-a217-c7072dad680b => generated 1148 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/957] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:42 2026] GET /v2.0/security-groups?id=2a57d876-b512-4a37-85b6-6f716616380c&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: 476/958] 10.0.0.249 () {34 vars in 665 bytes} [Tue Aug 11 14:18:42 2026] POST /v2.0/ports => generated 778 bytes in 266 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: 477/959] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:43 2026] GET /v2.0/ports?device_id=b7544cdd-f593-434c-9987-39c3bb97bd77 => 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: 483/960] 10.0.0.249 () {34 vars in 737 bytes} [Tue Aug 11 14:18:43 2026] PUT /v2.0/ports/72204a6f-0fe2-4f86-a5cb-2bf1ddb21aa5 => generated 752 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:18:43.346 8 INFO neutron_taas.services.taas.taas_plugin [None req-5e86be4e-56aa-465d-b0be-73ff362c741f a313039fe02c460ca7e6ce6b5728299e 6114d8e878614e27b2fef0cfdce653ea - - default default] TaaS: Handle Delete Port: 72204a6f-0fe2-4f86-a5cb-2bf1ddb21aa5 2026-08-11 14:18:43.352 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e86be4e-56aa-465d-b0be-73ff362c741f a313039fe02c460ca7e6ce6b5728299e 6114d8e878614e27b2fef0cfdce653ea - - default default] Tap Mirror: Handle Delete Port: 72204a6f-0fe2-4f86-a5cb-2bf1ddb21aa5 [pid: 8|app: 0|req: 478/961] 10.0.0.249 () {32 vars in 720 bytes} [Tue Aug 11 14:18:43 2026] DELETE /v2.0/ports/72204a6f-0fe2-4f86-a5cb-2bf1ddb21aa5 => 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: 479/962] 10.0.0.249 () {32 vars in 643 bytes} [Tue Aug 11 14:18:43 2026] GET /v2.0/ports => generated 781 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:18:43.531 8 INFO neutron.pecan_wsgi.hooks.translation [None req-53e7d1f2-0cef-4110-b11c-50744966a5b3 a313039fe02c460ca7e6ce6b5728299e 6114d8e878614e27b2fef0cfdce653ea - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 480/963] 10.0.0.249 () {32 vars in 717 bytes} [Tue Aug 11 14:18:43 2026] GET /v2.0/ports/72204a6f-0fe2-4f86-a5cb-2bf1ddb21aa5 => generated 132 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/964] 10.0.0.249 () {32 vars in 643 bytes} [Tue Aug 11 14:18:43 2026] GET /v2.0/ports => generated 781 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 482/965] 10.0.0.249 () {32 vars in 717 bytes} [Tue Aug 11 14:18:43 2026] GET /v2.0/ports/f435a9c2-f735-4640-b8ea-fca51cc8eb97 => generated 778 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:18:43.636 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e233b1b0-17d7-4561-9ebf-2de36f58c897 a313039fe02c460ca7e6ce6b5728299e 6114d8e878614e27b2fef0cfdce653ea - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 483/966] 10.0.0.249 () {32 vars in 720 bytes} [Tue Aug 11 14:18:43 2026] DELETE /v2.0/ports/1a177074-03ee-40e4-813d-215dcb00ec2b => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 14:18:43.657 8 INFO neutron.pecan_wsgi.hooks.translation [None req-aa05900f-3b0a-430e-b944-03cf86b726ab a313039fe02c460ca7e6ce6b5728299e 6114d8e878614e27b2fef0cfdce653ea - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 484/967] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:18:43 2026] DELETE /v2.0/subnets/3d9c66d8-eeb2-4292-be9b-204afe2ac3c7 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 14:18:43.677 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2f2c961c-c0b0-47d7-b2e0-4324ff645130 a313039fe02c460ca7e6ce6b5728299e 6114d8e878614e27b2fef0cfdce653ea - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 485/968] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:18:43 2026] DELETE /v2.0/subnets/18c6ae1f-477a-466b-8f71-769af17a839d => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/969] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:18:43 2026] GET /v2.0/security-groups?tenant_id=139c582914874a84bdf8c3246404b9bd&name=default => generated 2925 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:18:43.779 8 INFO neutron_taas.services.taas.taas_plugin [None req-5f3b64ce-cc10-4ff3-8230-2439419dae30 a313039fe02c460ca7e6ce6b5728299e 6114d8e878614e27b2fef0cfdce653ea - - default default] TaaS: Handle Delete Port: f435a9c2-f735-4640-b8ea-fca51cc8eb97 2026-08-11 14:18:43.782 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f3b64ce-cc10-4ff3-8230-2439419dae30 a313039fe02c460ca7e6ce6b5728299e 6114d8e878614e27b2fef0cfdce653ea - - default default] Tap Mirror: Handle Delete Port: f435a9c2-f735-4640-b8ea-fca51cc8eb97 [pid: 7|app: 0|req: 485/970] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:18:43 2026] DELETE /v2.0/security-groups/8c00bc2c-1917-4b68-91b6-2cf93d69c7de => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/971] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:18:43 2026] GET /v2.0/ports?tenant_id=afad81fc09004ea9a912e5ae00362cf9&device_id=ca2b3f79-a24d-43b7-a217-c7072dad680b => generated 1417 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/972] 10.0.0.249 () {32 vars in 720 bytes} [Tue Aug 11 14:18:43 2026] DELETE /v2.0/ports/f435a9c2-f735-4640-b8ea-fca51cc8eb97 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/973] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:18:43 2026] GET /v2.0/networks?id=5b8f9baa-e253-4f24-9ef3-58441e67ffba => generated 779 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/974] 199.204.45.223 () {34 vars in 1058 bytes} [Tue Aug 11 14:18:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=e878baf8-79b8-4031-8dc9-6e8b0255d931 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:18:43.998 8 INFO neutron.services.segments.plugin [-] Segment 0a768d1d-8367-4897-8744-c31596ba086a resource provider aggregate not found 2026-08-11 14:18:44.001 8 INFO neutron.services.segments.plugin [-] Segment 0a768d1d-8367-4897-8744-c31596ba086a resource provider aggregate not found 2026-08-11 14:18:44.004 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4aedbac6-ff54-4578-89c8-0fcafbb3a5f7'] response: {'server_uuid': 'b7544cdd-f593-434c-9987-39c3bb97bd77', 'name': 'network-vif-deleted', 'tag': '7b11ac31-dc53-4c87-93c5-a4229eb381b4', 'status': 'completed', 'code': 200} 2026-08-11 14:18:44.016 8 INFO neutron.services.segments.plugin [-] Segment 0a768d1d-8367-4897-8744-c31596ba086a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a768d1d-8367-4897-8744-c31596ba086a found for delete ", "request_id": "req-5894f588-56fd-4532-b7f4-e3baa6c6d21b"}]} 2026-08-11 14:18:44.017 8 INFO neutron.services.segments.plugin [-] Segment 0a768d1d-8367-4897-8744-c31596ba086a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a768d1d-8367-4897-8744-c31596ba086a found for delete ", "request_id": "req-ff263d1a-b042-437a-9e02-189d4826be2f"}]} [pid: 8|app: 0|req: 487/975] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:18:43 2026] DELETE /v2.0/networks/06d35940-85e6-47a0-96f4-42e264a19a57 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/976] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:18:43 2026] GET /v2.0/security-groups?tenant_id=58d8995ccc814864a39eccae1917b537&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/977] 199.204.45.223 () {34 vars in 1058 bytes} [Tue Aug 11 14:18:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=e878baf8-79b8-4031-8dc9-6e8b0255d931 => generated 860 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/978] 199.204.45.223 () {34 vars in 984 bytes} [Tue Aug 11 14:18:44 2026] GET /v2.0/subnets?id=ffd8b12f-20c6-4890-8dcb-a904b098baae => generated 701 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/979] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:18:44 2026] GET /v2.0/ports?network_id=5b8f9baa-e253-4f24-9ef3-58441e67ffba&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: 490/980] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:18:44 2026] DELETE /v2.0/security-groups/164ed724-0d2f-42f8-90a6-41ed888d39ca => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/981] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:18:44 2026] GET /v2.0/networks/5b8f9baa-e253-4f24-9ef3-58441e67ffba?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: 491/982] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:18:44 2026] GET /v2.0/networks/5b8f9baa-e253-4f24-9ef3-58441e67ffba?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/983] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:44 2026] GET /v2.0/ports?device_id=b7544cdd-f593-434c-9987-39c3bb97bd77 => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/984] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:18:44 2026] GET /v2.0/security-groups?tenant_id=6114d8e878614e27b2fef0cfdce653ea&name=default => generated 2925 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/985] 199.204.45.223 () {34 vars in 1118 bytes} [Tue Aug 11 14:18:44 2026] GET /v2.0/ports?device_id=ca2b3f79-a24d-43b7-a217-c7072dad680b&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.3 => generated 1148 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/986] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:18:44 2026] DELETE /v2.0/security-groups/80eda043-e16a-46a4-ba8f-6fe38f753eba => 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: 494/987] 199.204.45.223 () {38 vars in 1028 bytes} [Tue Aug 11 14:18:44 2026] PUT /v2.0/ports/e878baf8-79b8-4031-8dc9-6e8b0255d931 => generated 968 bytes in 508 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/988] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:45 2026] GET /v2.0/ports?device_id=b7544cdd-f593-434c-9987-39c3bb97bd77 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:18:45.375 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5ec0592d-d276-4cd0-8198-42cfc77224cf'] response: {'name': 'network-changed', 'server_uuid': 'ca2b3f79-a24d-43b7-a217-c7072dad680b', 'tag': 'e878baf8-79b8-4031-8dc9-6e8b0255d931', '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: 495/989] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:18:45 2026] GET /v2.0/ports?tenant_id=afad81fc09004ea9a912e5ae00362cf9&device_id=ca2b3f79-a24d-43b7-a217-c7072dad680b => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/990] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:18:45 2026] GET /v2.0/networks?id=5b8f9baa-e253-4f24-9ef3-58441e67ffba => generated 779 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/991] 199.204.45.223 () {34 vars in 1058 bytes} [Tue Aug 11 14:18:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=e878baf8-79b8-4031-8dc9-6e8b0255d931 => generated 860 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/992] 199.204.45.223 () {34 vars in 984 bytes} [Tue Aug 11 14:18:45 2026] GET /v2.0/subnets?id=ffd8b12f-20c6-4890-8dcb-a904b098baae => 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: 497/993] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:18:46 2026] GET /v2.0/ports?network_id=5b8f9baa-e253-4f24-9ef3-58441e67ffba&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/994] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:18:46 2026] GET /v2.0/networks/5b8f9baa-e253-4f24-9ef3-58441e67ffba?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: 498/995] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:18:46 2026] GET /v2.0/networks/5b8f9baa-e253-4f24-9ef3-58441e67ffba?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: 499/996] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:46 2026] GET /v2.0/ports?device_id=ca2b3f79-a24d-43b7-a217-c7072dad680b => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/997] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:46 2026] GET /v2.0/security-groups?id=2a57d876-b512-4a37-85b6-6f716616380c&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:18:46.793 7 INFO neutron_taas.services.taas.taas_plugin [None req-2f18c3eb-b1bd-4943-8013-593956493192 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: 1d29ffde-9fd9-40d7-88a4-405c4a2cd2b3 2026-08-11 14:18:46.796 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f18c3eb-b1bd-4943-8013-593956493192 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: 1d29ffde-9fd9-40d7-88a4-405c4a2cd2b3 [pid: 8|app: 0|req: 501/998] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:18:46 2026] GET /v2.0/security-groups?tenant_id=d64d9bf6fb624504bffbaebb977ad987&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:18:47.012 8 INFO neutron.db.segments_db [None req-9da63138-32c2-4063-8afa-3332319e6a8a a466af4aa8284444b8bd56264395fb7c 6d6539c0d42f45719a7d7d0ecd99179f - - default default] Added segment bf92da3b-7d59-4f79-97b2-5bb97c2ebd73 of type vxlan for network ac9ff366-2b8b-4531-8b1d-63f772d61eaf [pid: 8|app: 0|req: 502/999] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:18:46 2026] POST /v2.0/networks => generated 625 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1000] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:18:47 2026] DELETE /v2.0/security-groups/6f77b73f-6211-4e07-a0ac-d9bb9056032e => 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: 498/1001] 10.0.0.249 () {34 vars in 789 bytes} [Tue Aug 11 14:18:46 2026] PUT /v2.0/routers/ad34a295-91b2-4a3d-a074-0b1bece28248/remove_router_interface => generated 309 bytes in 925 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1002] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:18:47 2026] GET /v2.0/ports?tenant_id=afad81fc09004ea9a912e5ae00362cf9&device_id=ca2b3f79-a24d-43b7-a217-c7072dad680b => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1003] 10.0.0.249 () {34 vars in 665 bytes} [Tue Aug 11 14:18:47 2026] POST /v2.0/ports => generated 773 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 505/1004] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:18:47 2026] GET /v2.0/networks?id=5b8f9baa-e253-4f24-9ef3-58441e67ffba => generated 779 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:18:47.566 8 INFO neutron.db.segments_db [None req-5404a977-07b7-4723-857b-18eb8ab2ea5b a466af4aa8284444b8bd56264395fb7c 6d6539c0d42f45719a7d7d0ecd99179f - - default default] Added segment 60be4339-eaf1-4f6e-a5ed-e70a438d3399 of type vxlan for network 3b11ba41-9d6e-440d-9bb5-0db9d7544bc0 2026-08-11 14:18:47.576 7 INFO neutron_taas.services.taas.taas_plugin [None req-a9a62a22-2c3c-446b-a79c-87ec51082718 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: 574cda63-23ca-4001-b0f8-dfb20dcfb38e 2026-08-11 14:18:47.579 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9a62a22-2c3c-446b-a79c-87ec51082718 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: 574cda63-23ca-4001-b0f8-dfb20dcfb38e [pid: 8|app: 0|req: 506/1005] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:18:47 2026] POST /v2.0/networks => generated 612 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1006] 199.204.45.223 () {34 vars in 1058 bytes} [Tue Aug 11 14:18:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=e878baf8-79b8-4031-8dc9-6e8b0255d931 => generated 860 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1007] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:47 2026] GET /v2.0/ports?device_id=ca2b3f79-a24d-43b7-a217-c7072dad680b => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:18:47.830 7 INFO neutron_taas.services.taas.taas_plugin [None req-a9a62a22-2c3c-446b-a79c-87ec51082718 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: befd90a2-71b2-4364-bacf-895c677e992e 2026-08-11 14:18:47.833 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9a62a22-2c3c-446b-a79c-87ec51082718 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: befd90a2-71b2-4364-bacf-895c677e992e [pid: 8|app: 0|req: 509/1008] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:18:47 2026] POST /v2.0/subnets => generated 626 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1009] 199.204.45.223 () {34 vars in 984 bytes} [Tue Aug 11 14:18:47 2026] GET /v2.0/subnets?id=ffd8b12f-20c6-4890-8dcb-a904b098baae => generated 701 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1010] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:47 2026] GET /v2.0/security-groups?id=2a57d876-b512-4a37-85b6-6f716616380c&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-08-11 14:18:48.168 7 INFO neutron.services.segments.plugin [-] Segment 0bdc9646-e707-44ae-babf-aba5d907f7fa resource provider aggregate not found 2026-08-11 14:18:48.171 7 INFO neutron.services.segments.plugin [-] Segment 0bdc9646-e707-44ae-babf-aba5d907f7fa resource provider aggregate not found 2026-08-11 14:18:48.191 7 INFO neutron.db.l3_hamode_db [None req-a9a62a22-2c3c-446b-a79c-87ec51082718 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] HA network 5a128e7e-305c-40a9-95be-b069cf142484 was deleted as no HA routers are present in tenant c10fa671b00f4072a0a6057636799256. 2026-08-11 14:18:48.198 7 INFO neutron.services.segments.plugin [-] Segment 0bdc9646-e707-44ae-babf-aba5d907f7fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bdc9646-e707-44ae-babf-aba5d907f7fa found for delete ", "request_id": "req-6e972815-222a-4cad-82fe-a95cb8cca16b"}]} 2026-08-11 14:18:48.201 7 INFO neutron.services.segments.plugin [-] Segment 0bdc9646-e707-44ae-babf-aba5d907f7fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bdc9646-e707-44ae-babf-aba5d907f7fa found for delete ", "request_id": "req-d0f52859-c345-4899-b9e0-58374af32ec9"}]} [pid: 7|app: 0|req: 500/1011] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:18:47 2026] DELETE /v2.0/routers/ad34a295-91b2-4a3d-a074-0b1bece28248 => generated 0 bytes in 843 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1012] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:18:48 2026] GET /v2.0/ports?network_id=5b8f9baa-e253-4f24-9ef3-58441e67ffba&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: 512/1013] 10.0.0.249 () {34 vars in 665 bytes} [Tue Aug 11 14:18:48 2026] POST /v2.0/ports => generated 949 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 502/1014] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:18:48 2026] DELETE /v2.0/subnets/e6644ed0-62cd-47e3-85d1-c1149ff0aab1 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1015] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:18:48 2026] GET /v2.0/networks/5b8f9baa-e253-4f24-9ef3-58441e67ffba?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:18:48.514 8 INFO neutron_taas.services.taas.taas_plugin [None req-5cdf1900-3296-436e-9430-34ab0fa47723 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: da31c637-dc3d-43fd-9b49-95f50922bd95 2026-08-11 14:18:48.517 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5cdf1900-3296-436e-9430-34ab0fa47723 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: da31c637-dc3d-43fd-9b49-95f50922bd95 2026-08-11 14:18:48.519 7 INFO neutron_taas.services.taas.taas_plugin [None req-f45c134e-ec39-4f8d-950e-0e9b63057923 a466af4aa8284444b8bd56264395fb7c 6d6539c0d42f45719a7d7d0ecd99179f - - default default] TaaS: Handle Delete Port: 9d13cc00-9d13-486f-a78a-f0ebd3fcbb94 2026-08-11 14:18:48.522 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f45c134e-ec39-4f8d-950e-0e9b63057923 a466af4aa8284444b8bd56264395fb7c 6d6539c0d42f45719a7d7d0ecd99179f - - default default] Tap Mirror: Handle Delete Port: 9d13cc00-9d13-486f-a78a-f0ebd3fcbb94 [pid: 7|app: 0|req: 503/1016] 10.0.0.249 () {32 vars in 720 bytes} [Tue Aug 11 14:18:48 2026] DELETE /v2.0/ports/9d13cc00-9d13-486f-a78a-f0ebd3fcbb94 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1017] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:18:48 2026] GET /v2.0/networks/5b8f9baa-e253-4f24-9ef3-58441e67ffba?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:18:48.687 8 INFO neutron.services.segments.plugin [-] Segment 678e0128-f11b-4c6f-bcfb-166f355af9f4 resource provider aggregate not found 2026-08-11 14:18:48.697 8 INFO neutron.services.segments.plugin [-] Segment 678e0128-f11b-4c6f-bcfb-166f355af9f4 resource provider aggregate not found 2026-08-11 14:18:48.702 7 INFO neutron.pecan_wsgi.hooks.translation [None req-86b8e29e-f416-4ccb-90d1-b4e9cee8cc0b a466af4aa8284444b8bd56264395fb7c 6d6539c0d42f45719a7d7d0ecd99179f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 505/1018] 10.0.0.249 () {32 vars in 720 bytes} [Tue Aug 11 14:18:48 2026] DELETE /v2.0/ports/9d13cc00-9d13-486f-a78a-f0ebd3fcbb94 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 14:18:48.708 8 INFO neutron.services.segments.plugin [-] Segment 678e0128-f11b-4c6f-bcfb-166f355af9f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 678e0128-f11b-4c6f-bcfb-166f355af9f4 found for delete ", "request_id": "req-bce9f18c-c466-4389-ab54-7dfaac1265c1"}]} 2026-08-11 14:18:48.722 8 INFO neutron.services.segments.plugin [-] Segment 678e0128-f11b-4c6f-bcfb-166f355af9f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 678e0128-f11b-4c6f-bcfb-166f355af9f4 found for delete ", "request_id": "req-19f535d3-6963-4a1d-b189-bf044d326f3e"}]} 2026-08-11 14:18:48.723 7 INFO neutron.pecan_wsgi.hooks.translation [None req-653171ef-37b2-4423-8f5a-1fd66c564cb4 a466af4aa8284444b8bd56264395fb7c 6d6539c0d42f45719a7d7d0ecd99179f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 506/1019] 10.0.0.249 () {32 vars in 717 bytes} [Tue Aug 11 14:18:48 2026] GET /v2.0/ports/9d13cc00-9d13-486f-a78a-f0ebd3fcbb94 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1020] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:18:48 2026] DELETE /v2.0/networks/c3c62c35-d260-4aba-be17-cd4b7f0888e5 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1021] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:18:48 2026] DELETE /v2.0/subnets/12377a3e-3412-4a30-85d6-174c547a501e => 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: 508/1022] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:18:48 2026] GET /v2.0/security-groups?tenant_id=c10fa671b00f4072a0a6057636799256&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: 509/1023] 199.204.45.223 () {34 vars in 994 bytes} [Tue Aug 11 14:18:48 2026] GET /v2.0/ports?device_id=ca2b3f79-a24d-43b7-a217-c7072dad680b => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1024] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:18:48 2026] DELETE /v2.0/networks/3b11ba41-9d6e-440d-9bb5-0db9d7544bc0 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1025] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:18:48 2026] DELETE /v2.0/security-groups/3a3f3f2f-e5d5-4917-a7aa-fb3396f27aab => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:18:49.085 8 INFO neutron_taas.services.taas.taas_plugin [req-c966888f-c9c6-47b2-b39f-8326408ac853 req-10f28494-9812-49d3-a1ce-07a7868ba1c7 f0c898b3bdcc4721aa3bddcfd0b51bba afad81fc09004ea9a912e5ae00362cf9 - - default default] TaaS: Handle Delete Port: e878baf8-79b8-4031-8dc9-6e8b0255d931 2026-08-11 14:18:49.087 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c966888f-c9c6-47b2-b39f-8326408ac853 req-10f28494-9812-49d3-a1ce-07a7868ba1c7 f0c898b3bdcc4721aa3bddcfd0b51bba afad81fc09004ea9a912e5ae00362cf9 - - default default] Tap Mirror: Handle Delete Port: e878baf8-79b8-4031-8dc9-6e8b0255d931 2026-08-11 14:18:49.123 7 INFO neutron.db.segments_db [None req-24a3bda8-9620-4cde-8a59-8fcdf0158d13 a466af4aa8284444b8bd56264395fb7c 6d6539c0d42f45719a7d7d0ecd99179f - - default default] Added segment 29cb6f83-b624-4059-8192-5a80cad608ae of type vxlan for network d01a53cf-e29b-41d0-b840-c0f0dae95f23 2026-08-11 14:18:49.174 8 INFO neutron.db.l3_db [req-c966888f-c9c6-47b2-b39f-8326408ac853 req-10f28494-9812-49d3-a1ce-07a7868ba1c7 f0c898b3bdcc4721aa3bddcfd0b51bba afad81fc09004ea9a912e5ae00362cf9 - - default default] Floating IP 0927f9b1-2a5b-4bc5-b4ab-aca5e0c16826 disassociated. External IP: 10.96.250.210, port: e878baf8-79b8-4031-8dc9-6e8b0255d931. [pid: 7|app: 0|req: 511/1026] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:18:49 2026] POST /v2.0/networks => generated 612 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1027] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:49 2026] GET /v2.0/ports?device_id=ca2b3f79-a24d-43b7-a217-c7072dad680b => generated 971 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1028] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:18:49 2026] POST /v2.0/subnets => generated 626 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1029] 199.204.45.223 () {36 vars in 997 bytes} [Tue Aug 11 14:18:48 2026] DELETE /v2.0/ports/e878baf8-79b8-4031-8dc9-6e8b0255d931 => generated 0 bytes in 568 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1030] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:18:49 2026] GET /v2.0/security-groups?id=2a57d876-b512-4a37-85b6-6f716616380c&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-08-11 14:18:49.594 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b1a9db95-6a63-4bb9-bbe3-e955a399248c'] response: {'server_uuid': 'ca2b3f79-a24d-43b7-a217-c7072dad680b', 'name': 'network-vif-deleted', 'tag': 'e878baf8-79b8-4031-8dc9-6e8b0255d931', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 517/1031] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:18:49 2026] GET /v2.0/security-groups?tenant_id=8dbf84e7216049f388843e19f11b7f51&name=default => generated 2925 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1032] 10.0.0.249 () {34 vars in 665 bytes} [Tue Aug 11 14:18:49 2026] POST /v2.0/ports => generated 915 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1033] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:18:49 2026] DELETE /v2.0/security-groups/4438e33e-a34e-4319-ab7d-036305d2fead => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:18:49.947 7 INFO neutron_taas.services.taas.taas_plugin [None req-d9d45f1f-8172-4145-bd25-726f139a5428 a466af4aa8284444b8bd56264395fb7c 6d6539c0d42f45719a7d7d0ecd99179f - - default default] TaaS: Handle Delete Port: faa83b86-31a7-4d36-918a-b9c9e84765b6 2026-08-11 14:18:49.950 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9d45f1f-8172-4145-bd25-726f139a5428 a466af4aa8284444b8bd56264395fb7c 6d6539c0d42f45719a7d7d0ecd99179f - - default default] Tap Mirror: Handle Delete Port: faa83b86-31a7-4d36-918a-b9c9e84765b6 [pid: 7|app: 0|req: 516/1034] 10.0.0.249 () {32 vars in 720 bytes} [Tue Aug 11 14:18:49 2026] DELETE /v2.0/ports/faa83b86-31a7-4d36-918a-b9c9e84765b6 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:18:50.102 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bf1fac3d-1b7a-4205-943c-dcc8f1f0717b a466af4aa8284444b8bd56264395fb7c 6d6539c0d42f45719a7d7d0ecd99179f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 519/1035] 10.0.0.249 () {32 vars in 717 bytes} [Tue Aug 11 14:18:50 2026] GET /v2.0/ports/faa83b86-31a7-4d36-918a-b9c9e84765b6 => 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: 517/1036] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:18:50 2026] DELETE /v2.0/subnets/9a789af7-98ba-476f-a4d7-0071377a5e77 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1037] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:18:50 2026] DELETE /v2.0/networks/d01a53cf-e29b-41d0-b840-c0f0dae95f23 => 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: 521/1038] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:50 2026] GET /v2.0/ports?device_id=ca2b3f79-a24d-43b7-a217-c7072dad680b => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:18:50.732 8 INFO neutron.services.segments.plugin [-] Segment 60be4339-eaf1-4f6e-a5ed-e70a438d3399 resource provider aggregate not found 2026-08-11 14:18:50.743 8 INFO neutron.services.segments.plugin [-] Segment 60be4339-eaf1-4f6e-a5ed-e70a438d3399 resource provider aggregate not found 2026-08-11 14:18:50.748 8 INFO neutron.services.segments.plugin [-] Segment 60be4339-eaf1-4f6e-a5ed-e70a438d3399 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60be4339-eaf1-4f6e-a5ed-e70a438d3399 found for delete ", "request_id": "req-9b74b5ff-01a5-40ac-8e63-4385315e74d2"}]} 2026-08-11 14:18:50.763 8 INFO neutron.services.segments.plugin [-] Segment 60be4339-eaf1-4f6e-a5ed-e70a438d3399 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60be4339-eaf1-4f6e-a5ed-e70a438d3399 found for delete ", "request_id": "req-dc3c3544-5524-4f1f-831b-382c5b9fce6f"}]} 2026-08-11 14:18:50.767 8 INFO neutron.services.segments.plugin [-] Segment 29cb6f83-b624-4059-8192-5a80cad608ae resource provider aggregate not found 2026-08-11 14:18:50.787 8 INFO neutron.services.segments.plugin [-] Segment 29cb6f83-b624-4059-8192-5a80cad608ae resource provider aggregate not found 2026-08-11 14:18:50.790 8 INFO neutron.services.segments.plugin [-] Segment 29cb6f83-b624-4059-8192-5a80cad608ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29cb6f83-b624-4059-8192-5a80cad608ae found for delete ", "request_id": "req-e38ed6cf-67f2-4207-9012-ca33f6da64f3"}]} 2026-08-11 14:18:50.801 8 INFO neutron.services.segments.plugin [-] Segment 29cb6f83-b624-4059-8192-5a80cad608ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29cb6f83-b624-4059-8192-5a80cad608ae found for delete ", "request_id": "req-1e545eaa-d611-47be-ad23-7e93c42570d0"}]} [pid: 7|app: 0|req: 518/1039] 10.0.0.249 () {34 vars in 665 bytes} [Tue Aug 11 14:18:50 2026] POST /v2.0/ports => generated 775 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1040] 10.0.0.249 () {34 vars in 737 bytes} [Tue Aug 11 14:18:50 2026] PUT /v2.0/ports/d93a1ec4-982f-4154-80af-289d57ee58a6 => generated 752 bytes in 177 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-08-11 14:18:51.101 7 INFO neutron_taas.services.taas.taas_plugin [None req-64731b3d-2cbb-4db0-b022-24f046828a71 a466af4aa8284444b8bd56264395fb7c 6d6539c0d42f45719a7d7d0ecd99179f - - default default] TaaS: Handle Delete Port: d93a1ec4-982f-4154-80af-289d57ee58a6 2026-08-11 14:18:51.105 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64731b3d-2cbb-4db0-b022-24f046828a71 a466af4aa8284444b8bd56264395fb7c 6d6539c0d42f45719a7d7d0ecd99179f - - default default] Tap Mirror: Handle Delete Port: d93a1ec4-982f-4154-80af-289d57ee58a6 [pid: 7|app: 0|req: 519/1041] 10.0.0.249 () {32 vars in 720 bytes} [Tue Aug 11 14:18:51 2026] DELETE /v2.0/ports/d93a1ec4-982f-4154-80af-289d57ee58a6 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 523/1042] 10.0.0.249 () {32 vars in 643 bytes} [Tue Aug 11 14:18:51 2026] GET /v2.0/ports => generated 776 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:18:51.278 7 INFO neutron.pecan_wsgi.hooks.translation [None req-93263197-9ce2-4392-9a0d-9363cbfd82ed a466af4aa8284444b8bd56264395fb7c 6d6539c0d42f45719a7d7d0ecd99179f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 520/1043] 10.0.0.249 () {32 vars in 717 bytes} [Tue Aug 11 14:18:51 2026] GET /v2.0/ports/d93a1ec4-982f-4154-80af-289d57ee58a6 => generated 132 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1044] 10.0.0.249 () {32 vars in 643 bytes} [Tue Aug 11 14:18:51 2026] GET /v2.0/ports => generated 776 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1045] 10.0.0.249 () {32 vars in 717 bytes} [Tue Aug 11 14:18:51 2026] GET /v2.0/ports/aa1e18fb-f8ef-460e-baac-95477dd15d58 => generated 773 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:18:51.397 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a027d665-5452-4192-a60c-713dddba4936 a466af4aa8284444b8bd56264395fb7c 6d6539c0d42f45719a7d7d0ecd99179f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 525/1046] 10.0.0.249 () {32 vars in 720 bytes} [Tue Aug 11 14:18:51 2026] DELETE /v2.0/ports/faa83b86-31a7-4d36-918a-b9c9e84765b6 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 14:18:51.423 7 INFO neutron.pecan_wsgi.hooks.translation [None req-03373969-5f04-4649-a72a-6869e32d46de a466af4aa8284444b8bd56264395fb7c 6d6539c0d42f45719a7d7d0ecd99179f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 522/1047] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:18:51 2026] DELETE /v2.0/subnets/9a789af7-98ba-476f-a4d7-0071377a5e77 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 14:18:51.443 8 INFO neutron.pecan_wsgi.hooks.translation [None req-08729ea8-22cf-4636-8a0d-db6fbee6492f a466af4aa8284444b8bd56264395fb7c 6d6539c0d42f45719a7d7d0ecd99179f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 526/1048] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:18:51 2026] DELETE /v2.0/subnets/12377a3e-3412-4a30-85d6-174c547a501e => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 14:18:51.580 7 INFO neutron_taas.services.taas.taas_plugin [None req-87ff8d80-4d0f-4522-92ce-8743d6d4a622 a466af4aa8284444b8bd56264395fb7c 6d6539c0d42f45719a7d7d0ecd99179f - - default default] TaaS: Handle Delete Port: aa1e18fb-f8ef-460e-baac-95477dd15d58 2026-08-11 14:18:51.583 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87ff8d80-4d0f-4522-92ce-8743d6d4a622 a466af4aa8284444b8bd56264395fb7c 6d6539c0d42f45719a7d7d0ecd99179f - - default default] Tap Mirror: Handle Delete Port: aa1e18fb-f8ef-460e-baac-95477dd15d58 [pid: 7|app: 0|req: 523/1049] 10.0.0.249 () {32 vars in 720 bytes} [Tue Aug 11 14:18:51 2026] DELETE /v2.0/ports/aa1e18fb-f8ef-460e-baac-95477dd15d58 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1050] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:18:51 2026] DELETE /v2.0/networks/ac9ff366-2b8b-4531-8b1d-63f772d61eaf => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1051] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:18:51 2026] GET /v2.0/ports?device_id=ca2b3f79-a24d-43b7-a217-c7072dad680b => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:18:52.062 7 INFO neutron.db.segments_db [None req-ee5b4bfa-640e-422c-b5c5-6144ec755dd3 b106fe9e8cbd4d6a941408dffec6b0f2 972ca704d41d4157895edc77598992d6 - - default default] Added segment b743f38e-c1b3-41a9-ace5-e5c03ab5d0ed of type vxlan for network 8659d365-c5e0-4fbb-add6-7ebea64ec7ac [pid: 7|app: 0|req: 524/1052] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:18:51 2026] POST /v2.0/networks => generated 631 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1053] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:18:52 2026] POST /v2.0/subnets => generated 627 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1054] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:18:52 2026] GET /v2.0/security-groups?tenant_id=6d6539c0d42f45719a7d7d0ecd99179f&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:18:52.508 8 INFO neutron.db.segments_db [None req-e6961ea4-616e-4d04-8f43-5567df3ab2f9 b106fe9e8cbd4d6a941408dffec6b0f2 972ca704d41d4157895edc77598992d6 - - default default] Added segment 81949999-6d65-427f-9897-1b12db3cfdde of type vxlan for network ee8c637e-07eb-44cb-ad08-f359916cc8ab [pid: 7|app: 0|req: 526/1055] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:18:52 2026] DELETE /v2.0/security-groups/a4e75383-65b1-4ba8-a078-2b3e86063bca => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:18:52.747 8 INFO neutron.db.l3_hamode_db [None req-e6961ea4-616e-4d04-8f43-5567df3ab2f9 b106fe9e8cbd4d6a941408dffec6b0f2 972ca704d41d4157895edc77598992d6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 14:18:52.827 8 INFO neutron.services.segments.plugin [-] Segment bf92da3b-7d59-4f79-97b2-5bb97c2ebd73 resource provider aggregate not found 2026-08-11 14:18:52.833 8 INFO neutron.services.segments.plugin [-] Segment bf92da3b-7d59-4f79-97b2-5bb97c2ebd73 resource provider aggregate not found 2026-08-11 14:18:52.853 8 INFO neutron.services.segments.plugin [-] Segment bf92da3b-7d59-4f79-97b2-5bb97c2ebd73 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf92da3b-7d59-4f79-97b2-5bb97c2ebd73 found for delete ", "request_id": "req-069f66e7-ce83-438e-939b-4a641ebb1c5d"}]} 2026-08-11 14:18:52.857 8 INFO neutron.services.segments.plugin [-] Segment bf92da3b-7d59-4f79-97b2-5bb97c2ebd73 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf92da3b-7d59-4f79-97b2-5bb97c2ebd73 found for delete ", "request_id": "req-7beda786-acc0-4fea-a427-acb1ca969470"}]} [pid: 7|app: 0|req: 527/1056] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:18:52 2026] DELETE /v2.0/security-groups/2a57d876-b512-4a37-85b6-6f716616380c => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:18:53.020 7 INFO neutron.api.v2.resource [None req-df0e23e4-8da1-4984-b4e9-08aef9ebfd65 f0c898b3bdcc4721aa3bddcfd0b51bba afad81fc09004ea9a912e5ae00362cf9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 528/1057] 10.0.0.249 () {32 vars in 737 bytes} [Tue Aug 11 14:18:53 2026] GET /v2.0/security-groups/2a57d876-b512-4a37-85b6-6f716616380c => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 14:18:53.116 7 INFO neutron_taas.services.taas.taas_plugin [None req-15a09b56-337c-4148-a046-a36398ca19da f0c898b3bdcc4721aa3bddcfd0b51bba afad81fc09004ea9a912e5ae00362cf9 - - default default] TaaS: Handle Delete Port: c993b965-3255-4c28-9649-3d2d45bd583b 2026-08-11 14:18:53.118 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15a09b56-337c-4148-a046-a36398ca19da f0c898b3bdcc4721aa3bddcfd0b51bba afad81fc09004ea9a912e5ae00362cf9 - - default default] Tap Mirror: Handle Delete Port: c993b965-3255-4c28-9649-3d2d45bd583b [pid: 7|app: 0|req: 529/1058] 10.0.0.249 () {32 vars in 732 bytes} [Tue Aug 11 14:18:53 2026] DELETE /v2.0/floatingips/0927f9b1-2a5b-4bc5-b4ab-aca5e0c16826 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:18:53.610 8 INFO neutron.db.l3_hamode_db [None req-e6961ea4-616e-4d04-8f43-5567df3ab2f9 b106fe9e8cbd4d6a941408dffec6b0f2 972ca704d41d4157895edc77598992d6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 14:18:53.806 7 INFO neutron_taas.services.taas.taas_plugin [None req-bf17f2ac-3a98-46cc-a801-19eeee1364e3 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: 4627c253-31cf-4018-b6dc-4321d5b5804f 2026-08-11 14:18:53.808 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf17f2ac-3a98-46cc-a801-19eeee1364e3 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: 4627c253-31cf-4018-b6dc-4321d5b5804f [pid: 7|app: 0|req: 530/1059] 10.0.0.249 () {34 vars in 789 bytes} [Tue Aug 11 14:18:53 2026] PUT /v2.0/routers/e483f76c-782e-41ea-836f-de7304c5b920/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: 530/1060] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:18:52 2026] POST /v2.0/routers => generated 695 bytes in 2032 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:18:54.596 7 INFO neutron_taas.services.taas.taas_plugin [None req-d698d01f-93f5-4942-8dcc-f9e9371a5398 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: b0b43c13-1e46-4874-9541-3154a3a3e2fb 2026-08-11 14:18:54.599 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d698d01f-93f5-4942-8dcc-f9e9371a5398 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: b0b43c13-1e46-4874-9541-3154a3a3e2fb 2026-08-11 14:18:54.840 8 INFO neutron.db.segments_db [None req-cc8c2ad8-c2d4-4f2e-a796-f0bf99f84a10 b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] Added segment 1162c0cd-0bea-4052-807e-0e89bd25256d of type vxlan for network b551fe07-5ab2-4889-8ce1-fa39195143a1 2026-08-11 14:18:54.862 7 INFO neutron_taas.services.taas.taas_plugin [None req-d698d01f-93f5-4942-8dcc-f9e9371a5398 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: 99966f55-6cc3-4a64-8f47-5b42f5c6d7d8 2026-08-11 14:18:54.865 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d698d01f-93f5-4942-8dcc-f9e9371a5398 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: 99966f55-6cc3-4a64-8f47-5b42f5c6d7d8 [pid: 8|app: 0|req: 531/1061] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:18:54 2026] POST /v2.0/networks => generated 615 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:18:55.182 7 INFO neutron.services.segments.plugin [-] Segment ef234137-6bbc-4f44-87c0-9e00a8b4a85d resource provider aggregate not found 2026-08-11 14:18:55.189 7 INFO neutron.services.segments.plugin [-] Segment ef234137-6bbc-4f44-87c0-9e00a8b4a85d resource provider aggregate not found 2026-08-11 14:18:55.204 7 INFO neutron.services.segments.plugin [-] Segment ef234137-6bbc-4f44-87c0-9e00a8b4a85d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef234137-6bbc-4f44-87c0-9e00a8b4a85d found for delete ", "request_id": "req-dbcb3fe9-ba08-4716-9299-61a9b27a3980"}]} 2026-08-11 14:18:55.210 7 INFO neutron.services.segments.plugin [-] Segment ef234137-6bbc-4f44-87c0-9e00a8b4a85d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef234137-6bbc-4f44-87c0-9e00a8b4a85d found for delete ", "request_id": "req-f46c3d21-6903-4a74-8ded-706a5561ae92"}]} 2026-08-11 14:18:55.211 7 INFO neutron.db.l3_hamode_db [None req-d698d01f-93f5-4942-8dcc-f9e9371a5398 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] HA network b84551d7-25e3-4cf8-a9ac-9ae6472e35c2 was deleted as no HA routers are present in tenant afad81fc09004ea9a912e5ae00362cf9. [pid: 7|app: 0|req: 531/1062] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:18:54 2026] DELETE /v2.0/routers/e483f76c-782e-41ea-836f-de7304c5b920 => generated 0 bytes in 821 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:18:55.293 7 INFO neutron.db.segments_db [None req-140dcf45-2bc7-4dfa-9b93-a8578c94a3d6 b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] Added segment 7c2d7204-21bd-4247-9094-3755b622ba28 of type vxlan for network 2c6d93b1-8c6f-4e36-860f-7f1fec0d0219 [pid: 7|app: 0|req: 532/1063] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:18:55 2026] POST /v2.0/networks => generated 615 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1064] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:18:55 2026] DELETE /v2.0/subnets/ffd8b12f-20c6-4890-8dcb-a904b098baae => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1065] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:18:55 2026] POST /v2.0/subnets => generated 646 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:18:55.785 7 INFO neutron_taas.services.taas.taas_plugin [None req-5608d17b-d5c8-45e4-9962-ad1f9be9d938 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: 09416f7b-f39d-42d8-b8f6-80659beb9df8 2026-08-11 14:18:55.788 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5608d17b-d5c8-45e4-9962-ad1f9be9d938 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: 09416f7b-f39d-42d8-b8f6-80659beb9df8 [pid: 7|app: 0|req: 535/1066] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:18:55 2026] DELETE /v2.0/networks/5b8f9baa-e253-4f24-9ef3-58441e67ffba => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1067] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:18:55 2026] POST /v2.0/subnets => generated 655 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1068] 10.0.0.249 () {34 vars in 783 bytes} [Tue Aug 11 14:18:54 2026] PUT /v2.0/routers/92b7e1b5-1a69-4fc3-ab99-6195b179f4e1/add_router_interface => generated 309 bytes in 1268 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1069] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:18:56 2026] GET /v2.0/security-groups?tenant_id=afad81fc09004ea9a912e5ae00362cf9&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:18:56.298 8 INFO neutron.db.segments_db [None req-2fbf69c6-5daf-42b1-aaed-833fc9c2f247 b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] Added segment 73ad06c2-56dd-4c32-9f76-3672dba86f70 of type vxlan for network 982124fa-9ce7-45bc-8fc2-27fb0acb14fd 2026-08-11 14:18:56.578 8 INFO neutron.db.l3_hamode_db [None req-2fbf69c6-5daf-42b1-aaed-833fc9c2f247 b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 537/1070] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:18:56 2026] GET /v2.0/security-groups?tenant_id=35fc37138b944bb5b96dbc3f14b4f748&name=default => generated 2925 bytes in 405 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:18:56.670 8 INFO neutron.db.l3_hamode_db [None req-2fbf69c6-5daf-42b1-aaed-833fc9c2f247 b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 538/1071] 10.0.0.249 () {34 vars in 665 bytes} [Tue Aug 11 14:18:56 2026] POST /v2.0/ports => generated 959 bytes in 386 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: 539/1072] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:18:56 2026] DELETE /v2.0/security-groups/6e93d457-fce6-4e98-930b-dc92c77e3ac5 => 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: 542/1075] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:18:57 2026] DELETE /v2.0/security-groups/a1f66114-4695-4d73-aa07-f18a638caa4d => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:18:57.223 7 INFO neutron.services.segments.plugin [-] Segment 4ae35101-c68a-48cf-8813-4abea126cd2a resource provider aggregate not found 2026-08-11 14:18:57.249 7 INFO neutron.services.segments.plugin [-] Segment 4ae35101-c68a-48cf-8813-4abea126cd2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ae35101-c68a-48cf-8813-4abea126cd2a found for delete ", "request_id": "req-3cdb74af-366a-4ab8-a99e-9697090f43e6"}]} 2026-08-11 14:18:57.250 7 INFO neutron.services.segments.plugin [-] Segment 4ae35101-c68a-48cf-8813-4abea126cd2a resource provider aggregate not found 2026-08-11 14:18:57.272 7 INFO neutron.services.segments.plugin [-] Segment 4ae35101-c68a-48cf-8813-4abea126cd2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ae35101-c68a-48cf-8813-4abea126cd2a found for delete ", "request_id": "req-a0afa87b-fe00-4973-907e-def15d585a74"}]} [pid: 8|app: 0|req: 534/1076] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:18:56 2026] POST /v2.0/routers => generated 511 bytes in 1343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1077] 10.0.0.249 () {34 vars in 665 bytes} [Tue Aug 11 14:18:57 2026] POST /v2.0/ports => generated 959 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 535/1078] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:18:57 2026] GET /v2.0/security-groups?tenant_id=e64e20caa0f64e2b90a115fd910b65c2&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:18:58.397 8 INFO neutron.db.l3_db [None req-2b1f19f1-2833-4daa-8e2b-ea0d9d0ab03b b106fe9e8cbd4d6a941408dffec6b0f2 972ca704d41d4157895edc77598992d6 - - default default] Floating IP 89fad6ad-890e-4ccb-a88b-55c7f27b5cab associated. External IP: 10.96.250.202, port: 1595cb62-db9b-4f9a-99fb-fc520e38dde6. [pid: 7|app: 0|req: 544/1079] 10.0.0.249 () {34 vars in 783 bytes} [Tue Aug 11 14:18:57 2026] PUT /v2.0/routers/fe7ffdab-7fbc-4027-bc9d-db800c83cae7/add_router_interface => generated 309 bytes in 1047 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1080] 10.0.0.249 () {34 vars in 677 bytes} [Tue Aug 11 14:18:57 2026] POST /v2.0/floatingips => generated 843 bytes in 1029 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1081] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:18:58 2026] DELETE /v2.0/security-groups/a0557957-3fef-4d58-a9d3-4967f74d2df0 => 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: 537/1082] 10.0.0.249 () {32 vars in 717 bytes} [Tue Aug 11 14:18:58 2026] GET /v2.0/ports/8ef92c7f-2392-47b4-bb5f-94138b1a47b1 => generated 959 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:18:58.850 7 INFO neutron.db.l3_db [None req-062c2a52-e717-4236-b41b-d820e8f3209d b106fe9e8cbd4d6a941408dffec6b0f2 972ca704d41d4157895edc77598992d6 - - default default] Floating IP 89fad6ad-890e-4ccb-a88b-55c7f27b5cab disassociated. External IP: 10.96.250.202, port: 1595cb62-db9b-4f9a-99fb-fc520e38dde6. 2026-08-11 14:18:59.140 8 INFO neutron.db.segments_db [None req-d43b8d06-c659-4723-8523-ac8c5bd37ed8 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Added segment ea8f0bf2-7359-462b-92c4-08dda05aff87 of type vxlan for network 12d8a994-931a-481c-84ef-8fb7d7395022 [pid: 7|app: 0|req: 546/1083] 10.0.0.249 () {34 vars in 749 bytes} [Tue Aug 11 14:18:58 2026] PUT /v2.0/floatingips/89fad6ad-890e-4ccb-a88b-55c7f27b5cab => generated 552 bytes in 411 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1084] 10.0.0.249 () {34 vars in 671 bytes} [Tue Aug 11 14:18:58 2026] POST /v2.0/networks => generated 724 bytes in 463 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:18:59.382 8 INFO neutron_taas.services.taas.taas_plugin [None req-61846b0e-0c82-4b12-95fe-1b1a197da4ba b106fe9e8cbd4d6a941408dffec6b0f2 972ca704d41d4157895edc77598992d6 - - default default] TaaS: Handle Delete Port: 08acd20d-4386-4df2-bb7c-3de8c60c606b 2026-08-11 14:18:59.386 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61846b0e-0c82-4b12-95fe-1b1a197da4ba b106fe9e8cbd4d6a941408dffec6b0f2 972ca704d41d4157895edc77598992d6 - - default default] Tap Mirror: Handle Delete Port: 08acd20d-4386-4df2-bb7c-3de8c60c606b [pid: 8|app: 0|req: 539/1085] 10.0.0.249 () {32 vars in 732 bytes} [Tue Aug 11 14:18:59 2026] DELETE /v2.0/floatingips/89fad6ad-890e-4ccb-a88b-55c7f27b5cab => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1086] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:18:59 2026] POST /v2.0/subnets => generated 690 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1087] 10.0.0.249 () {34 vars in 783 bytes} [Tue Aug 11 14:18:59 2026] PUT /v2.0/routers/fe7ffdab-7fbc-4027-bc9d-db800c83cae7/add_router_interface => generated 309 bytes in 977 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:19:00.169 7 INFO neutron.db.segments_db [None req-0f35466f-4947-4638-819b-c29117684bd2 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Added segment a89c1d93-d68d-4eee-a955-795e37ab6326 of type vxlan for network 0c3eb3ce-9641-4d25-9cae-db66320cc5b0 2026-08-11 14:19:00.390 7 INFO neutron.db.l3_hamode_db [None req-0f35466f-4947-4638-819b-c29117684bd2 deb15de0910240b3845a1c6ddc77c8b3 c0b4a2d2b37d4e51a7c30f21556131ad - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 14:19:00.396 8 INFO neutron.db.l3_db [None req-9fa57421-5e2c-4d6c-9084-71565c80531d b106fe9e8cbd4d6a941408dffec6b0f2 972ca704d41d4157895edc77598992d6 - - default default] Floating IP 35f3fb45-7d22-4ac9-af78-d6167cf3b4b6 associated. External IP: 10.96.250.202, port: 2cce6284-2ad5-4108-9478-2aaefef800e1. [pid: 8|app: 0|req: 541/1088] 10.0.0.249 () {34 vars in 677 bytes} [Tue Aug 11 14:18:59 2026] POST /v2.0/floatingips => generated 843 bytes in 1048 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1089] 10.0.0.249 () {32 vars in 717 bytes} [Tue Aug 11 14:19:00 2026] GET /v2.0/ports/847b0f49-1f67-4ff1-a9c9-7fe4d807e26b => generated 967 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1090] 10.0.0.249 () {32 vars in 729 bytes} [Tue Aug 11 14:19:00 2026] GET /v2.0/floatingips/35f3fb45-7d22-4ac9-af78-d6167cf3b4b6 => generated 843 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:19:01.203 8 INFO neutron_taas.services.taas.taas_plugin [None req-1bdfd450-c3c0-4eba-b49c-045ae13de55d b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] TaaS: Handle Delete Port: 847b0f49-1f67-4ff1-a9c9-7fe4d807e26b 2026-08-11 14:19:01.209 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1bdfd450-c3c0-4eba-b49c-045ae13de55d b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] Tap Mirror: Handle Delete Port: 847b0f49-1f67-4ff1-a9c9-7fe4d807e26b 2026-08-11 14:19:01.494 7 INFO neutron.db.l3_hamode_db [None req-0f35466f-4947-4638-819b-c29117684bd2 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 544/1091] 10.0.0.249 () {34 vars in 789 bytes} [Tue Aug 11 14:19:00 2026] PUT /v2.0/routers/fe7ffdab-7fbc-4027-bc9d-db800c83cae7/remove_router_interface => generated 309 bytes in 762 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1092] 10.0.0.249 () {32 vars in 655 bytes} [Tue Aug 11 14:19:01 2026] GET /v2.0/floatingips => generated 846 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1093] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:19:01 2026] GET /v2.0/security-groups?tenant_id=18a98d58751547a1897e7683b7ef5afc&name=default => generated 2925 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:19:02.288 8 INFO neutron_taas.services.taas.taas_plugin [None req-a8ddee6a-e9a9-44de-96f9-10a65915cff3 b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] TaaS: Handle Delete Port: 8ef92c7f-2392-47b4-bb5f-94138b1a47b1 2026-08-11 14:19:02.291 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8ddee6a-e9a9-44de-96f9-10a65915cff3 b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] Tap Mirror: Handle Delete Port: 8ef92c7f-2392-47b4-bb5f-94138b1a47b1 [pid: 7|app: 0|req: 548/1094] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:19:00 2026] POST /v2.0/routers => generated 730 bytes in 2220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:19:02.735 7 INFO neutron.db.l3_db [None req-bc02bc76-f23e-452b-b2f0-8a60ed18691c b106fe9e8cbd4d6a941408dffec6b0f2 972ca704d41d4157895edc77598992d6 - - default default] Floating IP 35f3fb45-7d22-4ac9-af78-d6167cf3b4b6 associated. External IP: 10.96.250.202, port: 2cce6284-2ad5-4108-9478-2aaefef800e1. [pid: 8|app: 0|req: 547/1095] 10.0.0.249 () {34 vars in 789 bytes} [Tue Aug 11 14:19:01 2026] PUT /v2.0/routers/fe7ffdab-7fbc-4027-bc9d-db800c83cae7/remove_router_interface => generated 309 bytes in 794 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1096] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:19:02 2026] DELETE /v2.0/security-groups/38ebac73-aa15-4032-a46e-16f7b5b0305a => 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: 549/1097] 10.0.0.249 () {34 vars in 749 bytes} [Tue Aug 11 14:19:02 2026] PUT /v2.0/floatingips/35f3fb45-7d22-4ac9-af78-d6167cf3b4b6 => generated 843 bytes in 1054 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1098] 10.0.0.249 () {32 vars in 736 bytes} [Tue Aug 11 14:19:03 2026] GET /v2.0/ports?device_id=fe7ffdab-7fbc-4027-bc9d-db800c83cae7 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:19:03.534 7 INFO neutron.db.l3_db [None req-a063ebbf-ba03-41bb-b084-ebb926d26494 b106fe9e8cbd4d6a941408dffec6b0f2 972ca704d41d4157895edc77598992d6 - - default default] Floating IP 35f3fb45-7d22-4ac9-af78-d6167cf3b4b6 disassociated. External IP: 10.96.250.202, port: 1595cb62-db9b-4f9a-99fb-fc520e38dde6. [pid: 7|app: 0|req: 551/1099] 10.0.0.249 () {34 vars in 749 bytes} [Tue Aug 11 14:19:03 2026] PUT /v2.0/floatingips/35f3fb45-7d22-4ac9-af78-d6167cf3b4b6 => 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: 549/1100] 10.0.0.249 () {34 vars in 783 bytes} [Tue Aug 11 14:19:02 2026] PUT /v2.0/routers/067c3915-bd3c-483b-b646-6b648b0308da/add_router_interface => generated 309 bytes in 1070 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:19:04.030 7 INFO neutron_taas.services.taas.taas_plugin [None req-0f263d9f-ab74-4189-9f44-14206671f94d b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] TaaS: Handle Delete Port: 72438dd7-552a-4e37-8ae3-2b0764ae5dbd 2026-08-11 14:19:04.033 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f263d9f-ab74-4189-9f44-14206671f94d b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] Tap Mirror: Handle Delete Port: 72438dd7-552a-4e37-8ae3-2b0764ae5dbd 2026-08-11 14:19:04.035 8 INFO neutron_taas.services.taas.taas_plugin [None req-18623f2d-5e05-4827-9b99-f36fedeee4c1 b106fe9e8cbd4d6a941408dffec6b0f2 972ca704d41d4157895edc77598992d6 - - default default] TaaS: Handle Delete Port: fc711995-5048-4efb-9917-dbb0d1f1a160 2026-08-11 14:19:04.042 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18623f2d-5e05-4827-9b99-f36fedeee4c1 b106fe9e8cbd4d6a941408dffec6b0f2 972ca704d41d4157895edc77598992d6 - - default default] Tap Mirror: Handle Delete Port: fc711995-5048-4efb-9917-dbb0d1f1a160 [pid: 8|app: 0|req: 550/1101] 10.0.0.249 () {32 vars in 732 bytes} [Tue Aug 11 14:19:03 2026] DELETE /v2.0/floatingips/35f3fb45-7d22-4ac9-af78-d6167cf3b4b6 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:19:04.258 8 INFO neutron.api.v2.resource [None req-bc5af016-a815-4ebd-b15d-94a988e8a382 b106fe9e8cbd4d6a941408dffec6b0f2 972ca704d41d4157895edc77598992d6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 551/1102] 10.0.0.249 () {32 vars in 732 bytes} [Tue Aug 11 14:19:04 2026] DELETE /v2.0/floatingips/35f3fb45-7d22-4ac9-af78-d6167cf3b4b6 => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 14:19:04.432 8 INFO neutron_taas.services.taas.taas_plugin [None req-010cfd84-f7bd-4540-9f8d-173c7d1da115 b106fe9e8cbd4d6a941408dffec6b0f2 972ca704d41d4157895edc77598992d6 - - default default] TaaS: Handle Delete Port: 1595cb62-db9b-4f9a-99fb-fc520e38dde6 2026-08-11 14:19:04.436 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-010cfd84-f7bd-4540-9f8d-173c7d1da115 b106fe9e8cbd4d6a941408dffec6b0f2 972ca704d41d4157895edc77598992d6 - - default default] Tap Mirror: Handle Delete Port: 1595cb62-db9b-4f9a-99fb-fc520e38dde6 2026-08-11 14:19:04.447 7 INFO neutron.services.segments.plugin [-] Segment 73ad06c2-56dd-4c32-9f76-3672dba86f70 resource provider aggregate not found 2026-08-11 14:19:04.452 7 INFO neutron.services.segments.plugin [-] Segment 73ad06c2-56dd-4c32-9f76-3672dba86f70 resource provider aggregate not found 2026-08-11 14:19:04.465 7 INFO neutron.services.segments.plugin [-] Segment 73ad06c2-56dd-4c32-9f76-3672dba86f70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73ad06c2-56dd-4c32-9f76-3672dba86f70 found for delete ", "request_id": "req-03d5f8b2-c9bc-4c00-84ed-ef1fd0fa8afd"}]} 2026-08-11 14:19:04.475 7 INFO neutron.services.segments.plugin [-] Segment 73ad06c2-56dd-4c32-9f76-3672dba86f70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73ad06c2-56dd-4c32-9f76-3672dba86f70 found for delete ", "request_id": "req-81c4d298-d6eb-4b82-8605-1236df7c48b6"}]} 2026-08-11 14:19:04.479 7 INFO neutron.db.l3_hamode_db [None req-0f263d9f-ab74-4189-9f44-14206671f94d b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] HA network 982124fa-9ce7-45bc-8fc2-27fb0acb14fd was deleted as no HA routers are present in tenant 9f1e84470d374b46b8ed396c2a1dfcc7. [pid: 7|app: 0|req: 552/1103] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:03 2026] DELETE /v2.0/routers/fe7ffdab-7fbc-4027-bc9d-db800c83cae7 => generated 0 bytes in 655 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1104] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:04 2026] DELETE /v2.0/subnets/211a6615-b9f1-44b2-bb13-13aed89d4a99 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1105] 10.0.0.249 () {32 vars in 720 bytes} [Tue Aug 11 14:19:04 2026] DELETE /v2.0/ports/1595cb62-db9b-4f9a-99fb-fc520e38dde6 => generated 0 bytes in 354 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:19:04.727 8 INFO neutron_taas.services.taas.taas_plugin [None req-9386b9ca-2e8f-4afc-b549-2674cc61b45e b106fe9e8cbd4d6a941408dffec6b0f2 972ca704d41d4157895edc77598992d6 - - default default] TaaS: Handle Delete Port: 2cce6284-2ad5-4108-9478-2aaefef800e1 [pid: 7|app: 0|req: 554/1106] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:04 2026] DELETE /v2.0/subnets/53f6d393-5285-449c-9da5-f318e000c313 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:19:04.729 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9386b9ca-2e8f-4afc-b549-2674cc61b45e b106fe9e8cbd4d6a941408dffec6b0f2 972ca704d41d4157895edc77598992d6 - - default default] Tap Mirror: Handle Delete Port: 2cce6284-2ad5-4108-9478-2aaefef800e1 [pid: 7|app: 0|req: 555/1107] 10.0.0.249 () {34 vars in 685 bytes} [Tue Aug 11 14:19:04 2026] POST /v2.0/security-groups => generated 1658 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1108] 10.0.0.249 () {32 vars in 720 bytes} [Tue Aug 11 14:19:04 2026] DELETE /v2.0/ports/2cce6284-2ad5-4108-9478-2aaefef800e1 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1109] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:19:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1110] 10.0.0.249 () {32 vars in 736 bytes} [Tue Aug 11 14:19:04 2026] GET /v2.0/ports?device_id=92b7e1b5-1a69-4fc3-ab99-6195b179f4e1 => generated 958 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1111] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:19:04 2026] DELETE /v2.0/networks/2c6d93b1-8c6f-4e36-860f-7f1fec0d0219 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1112] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:19:05 2026] POST /v2.0/security-group-rules => generated 602 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:19:05.204 8 INFO neutron_taas.services.taas.taas_plugin [None req-7efb26d1-6517-48b1-b0f2-c8c575187306 b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] TaaS: Handle Delete Port: 9a269e10-ab2b-42ca-8ced-b45984b394f4 2026-08-11 14:19:05.208 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7efb26d1-6517-48b1-b0f2-c8c575187306 b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] Tap Mirror: Handle Delete Port: 9a269e10-ab2b-42ca-8ced-b45984b394f4 2026-08-11 14:19:05.397 8 INFO neutron.services.segments.plugin [-] Segment 1162c0cd-0bea-4052-807e-0e89bd25256d resource provider aggregate not found 2026-08-11 14:19:05.400 8 INFO neutron.services.segments.plugin [-] Segment 1162c0cd-0bea-4052-807e-0e89bd25256d resource provider aggregate not found 2026-08-11 14:19:05.411 8 INFO neutron.services.segments.plugin [-] Segment 1162c0cd-0bea-4052-807e-0e89bd25256d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1162c0cd-0bea-4052-807e-0e89bd25256d found for delete ", "request_id": "req-7e0aa24a-4747-4fc7-9acc-9db13368cf1a"}]} 2026-08-11 14:19:05.420 8 INFO neutron.services.segments.plugin [-] Segment 1162c0cd-0bea-4052-807e-0e89bd25256d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1162c0cd-0bea-4052-807e-0e89bd25256d found for delete ", "request_id": "req-8e272de6-66fb-4b65-a17b-ad8b31a2f227"}]} [pid: 8|app: 0|req: 557/1113] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:19:05 2026] DELETE /v2.0/networks/b551fe07-5ab2-4889-8ce1-fa39195143a1 => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:19:05.465 7 INFO neutron_taas.services.taas.taas_plugin [None req-5ffbe54a-5fe1-49f3-87dc-460d7cfefe0f b106fe9e8cbd4d6a941408dffec6b0f2 972ca704d41d4157895edc77598992d6 - - default default] TaaS: Handle Delete Port: 446f9796-e945-4bc3-9f94-16aa3ec10ada 2026-08-11 14:19:05.477 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ffbe54a-5fe1-49f3-87dc-460d7cfefe0f b106fe9e8cbd4d6a941408dffec6b0f2 972ca704d41d4157895edc77598992d6 - - default default] Tap Mirror: Handle Delete Port: 446f9796-e945-4bc3-9f94-16aa3ec10ada [pid: 8|app: 0|req: 558/1114] 10.0.0.249 () {34 vars in 676 bytes} [Tue Aug 11 14:19:05 2026] POST /v2.0/floatingips => generated 552 bytes in 494 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:19:05.975 8 INFO neutron.db.segments_db [None req-105bdd69-2d1a-4499-9064-47f0e17d2f86 b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] Added segment e90b66a6-563e-4e6d-afe6-59c97a5e76ed of type vxlan for network d12425d5-ecde-4028-b5d9-5c988e4e445f [pid: 8|app: 0|req: 559/1115] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:19:05 2026] POST /v2.0/networks => generated 613 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1116] 10.0.0.249 () {34 vars in 789 bytes} [Tue Aug 11 14:19:05 2026] PUT /v2.0/routers/92b7e1b5-1a69-4fc3-ab99-6195b179f4e1/remove_router_interface => generated 309 bytes in 1044 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:19:06.282 7 INFO neutron_taas.services.taas.taas_plugin [None req-14b47840-f14f-427b-9448-cd290d520614 b106fe9e8cbd4d6a941408dffec6b0f2 972ca704d41d4157895edc77598992d6 - - default default] TaaS: Handle Delete Port: c8551506-aa85-4acd-b872-96f86fbca9a1 2026-08-11 14:19:06.284 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14b47840-f14f-427b-9448-cd290d520614 b106fe9e8cbd4d6a941408dffec6b0f2 972ca704d41d4157895edc77598992d6 - - default default] Tap Mirror: Handle Delete Port: c8551506-aa85-4acd-b872-96f86fbca9a1 [pid: 8|app: 0|req: 560/1117] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:19:06 2026] POST /v2.0/subnets => generated 646 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:19:06.386 8 INFO neutron.db.segments_db [None req-9e8bb280-6ef1-4e8b-bc08-987bfd4a00d4 b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] Added segment 6966a6bf-9fd4-47c4-8d1e-fbe0d45fa36a of type vxlan for network d3daa935-2d40-4f0c-9dbc-2bccece4ffbe 2026-08-11 14:19:06.487 7 INFO neutron.services.segments.plugin [-] Segment 7c2d7204-21bd-4247-9094-3755b622ba28 resource provider aggregate not found 2026-08-11 14:19:06.500 7 INFO neutron.services.segments.plugin [-] Segment 7c2d7204-21bd-4247-9094-3755b622ba28 resource provider aggregate not found 2026-08-11 14:19:06.518 7 INFO neutron.services.segments.plugin [-] Segment 7c2d7204-21bd-4247-9094-3755b622ba28 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c2d7204-21bd-4247-9094-3755b622ba28 found for delete ", "request_id": "req-bb4b86be-d90d-49ba-bb28-869bb48a5d83"}]} 2026-08-11 14:19:06.529 7 INFO neutron.services.segments.plugin [-] Segment 7c2d7204-21bd-4247-9094-3755b622ba28 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c2d7204-21bd-4247-9094-3755b622ba28 found for delete ", "request_id": "req-46ffdef3-fb98-4f4f-9aa0-8fef62abe387"}]} 2026-08-11 14:19:06.566 7 INFO neutron_taas.services.taas.taas_plugin [None req-14b47840-f14f-427b-9448-cd290d520614 b106fe9e8cbd4d6a941408dffec6b0f2 972ca704d41d4157895edc77598992d6 - - default default] TaaS: Handle Delete Port: a6d90c56-b5de-4303-ad42-1ca91be8ac25 2026-08-11 14:19:06.569 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14b47840-f14f-427b-9448-cd290d520614 b106fe9e8cbd4d6a941408dffec6b0f2 972ca704d41d4157895edc77598992d6 - - default default] Tap Mirror: Handle Delete Port: a6d90c56-b5de-4303-ad42-1ca91be8ac25 2026-08-11 14:19:06.622 8 INFO neutron.db.l3_hamode_db [None req-9e8bb280-6ef1-4e8b-bc08-987bfd4a00d4 b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 14:19:06.745 8 INFO neutron.db.l3_hamode_db [None req-9e8bb280-6ef1-4e8b-bc08-987bfd4a00d4 b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 14:19:06.923 7 INFO neutron.db.l3_hamode_db [None req-14b47840-f14f-427b-9448-cd290d520614 b106fe9e8cbd4d6a941408dffec6b0f2 972ca704d41d4157895edc77598992d6 - - default default] HA network ee8c637e-07eb-44cb-ad08-f359916cc8ab was deleted as no HA routers are present in tenant 972ca704d41d4157895edc77598992d6. [pid: 7|app: 0|req: 558/1118] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:06 2026] DELETE /v2.0/routers/92b7e1b5-1a69-4fc3-ab99-6195b179f4e1 => generated 0 bytes in 854 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1119] 10.0.0.141 () {34 vars in 1096 bytes} [Tue Aug 11 14:19:06 2026] GET /v2.0/security-groups?name=tempest-securitygroup--78878299&fields=id&tenant_id=c0b4a2d2b37d4e51a7c30f21556131ad => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1120] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:06 2026] DELETE /v2.0/subnets/55e7b5df-45e4-4457-a679-037140011e4b => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1121] 10.0.0.141 () {34 vars in 982 bytes} [Tue Aug 11 14:19:07 2026] GET /v2.0/networks?id=12d8a994-931a-481c-84ef-8fb7d7395022 => generated 675 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1122] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:19:06 2026] POST /v2.0/routers => generated 510 bytes in 953 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1123] 10.0.0.141 () {34 vars in 965 bytes} [Tue Aug 11 14:19:07 2026] GET /v2.0/quotas/c0b4a2d2b37d4e51a7c30f21556131ad => 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: 562/1124] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:19:07 2026] DELETE /v2.0/networks/8659d365-c5e0-4fbb-add6-7ebea64ec7ac => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1125] 10.0.0.249 () {34 vars in 665 bytes} [Tue Aug 11 14:19:07 2026] POST /v2.0/ports => generated 964 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 563/1126] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:19:07 2026] GET /v2.0/security-groups?tenant_id=fb650f258f5f488a894d05a9660718eb&name=default => generated 2925 bytes in 405 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1127] 10.0.0.141 () {34 vars in 1002 bytes} [Tue Aug 11 14:19:07 2026] GET /v2.0/ports?tenant_id=c0b4a2d2b37d4e51a7c30f21556131ad&fields=id => generated 103 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1128] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:19:07 2026] DELETE /v2.0/security-groups/4a86e0ef-f46c-4577-aa67-c223be5c34d9 => 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: 566/1129] 10.0.0.141 () {34 vars in 1008 bytes} [Tue Aug 11 14:19:07 2026] GET /v2.0/networks/12d8a994-931a-481c-84ef-8fb7d7395022?fields=segments => generated 14 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1130] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:19:07 2026] GET /v2.0/security-groups?tenant_id=972ca704d41d4157895edc77598992d6&name=default => generated 2925 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1131] 10.0.0.141 () {34 vars in 1108 bytes} [Tue Aug 11 14:19:08 2026] GET /v2.0/networks/12d8a994-931a-481c-84ef-8fb7d7395022?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: 569/1132] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:19:08 2026] DELETE /v2.0/security-groups/e3c198d5-d63e-4c62-a16a-13d74441d6b4 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1133] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:19:08 2026] GET /v2.0/ports?device_id=1c6c6da9-9314-4934-b813-2f187bc8ab99 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:19:08.538 7 INFO neutron.services.segments.plugin [-] Segment 81949999-6d65-427f-9897-1b12db3cfdde resource provider aggregate not found 2026-08-11 14:19:08.548 7 INFO neutron.services.segments.plugin [-] Segment 81949999-6d65-427f-9897-1b12db3cfdde resource provider aggregate not found 2026-08-11 14:19:08.558 7 INFO neutron.services.segments.plugin [-] Segment 81949999-6d65-427f-9897-1b12db3cfdde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81949999-6d65-427f-9897-1b12db3cfdde found for delete ", "request_id": "req-ff26ed5b-99e9-4b89-a2c9-81ea378c94d3"}]} 2026-08-11 14:19:08.567 7 INFO neutron.services.segments.plugin [-] Segment 81949999-6d65-427f-9897-1b12db3cfdde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81949999-6d65-427f-9897-1b12db3cfdde found for delete ", "request_id": "req-489ee9a6-ca88-4d1b-92e4-36d782c4e5e4"}]} 2026-08-11 14:19:08.582 7 INFO neutron.services.segments.plugin [-] Segment b743f38e-c1b3-41a9-ace5-e5c03ab5d0ed resource provider aggregate not found 2026-08-11 14:19:08.586 7 INFO neutron.services.segments.plugin [-] Segment b743f38e-c1b3-41a9-ace5-e5c03ab5d0ed resource provider aggregate not found 2026-08-11 14:19:08.604 7 INFO neutron.services.segments.plugin [-] Segment b743f38e-c1b3-41a9-ace5-e5c03ab5d0ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b743f38e-c1b3-41a9-ace5-e5c03ab5d0ed found for delete ", "request_id": "req-507b2d6d-17b0-4a71-b830-d8ed07dac0ec"}]} 2026-08-11 14:19:08.612 7 INFO neutron.services.segments.plugin [-] Segment b743f38e-c1b3-41a9-ace5-e5c03ab5d0ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b743f38e-c1b3-41a9-ace5-e5c03ab5d0ed found for delete ", "request_id": "req-b3e1c71f-1299-4672-8c07-4f46eedcf9c9"}]} [pid: 8|app: 0|req: 564/1134] 10.0.0.249 () {34 vars in 783 bytes} [Tue Aug 11 14:19:07 2026] PUT /v2.0/routers/5324e150-f48f-4407-93e5-04be2daaf00d/add_router_interface => generated 309 bytes in 1037 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1135] 10.0.0.249 () {32 vars in 717 bytes} [Tue Aug 11 14:19:08 2026] GET /v2.0/ports/5c3409e7-ba9e-47cb-b828-121f89de61d2 => generated 1038 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-08-11 14:19:09.177 8 INFO neutron_taas.services.taas.taas_plugin [None req-d5463623-cdf1-48e7-a8ab-e605dbc44f02 b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] TaaS: Handle Delete Port: 5c3409e7-ba9e-47cb-b828-121f89de61d2 2026-08-11 14:19:09.180 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5463623-cdf1-48e7-a8ab-e605dbc44f02 b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] Tap Mirror: Handle Delete Port: 5c3409e7-ba9e-47cb-b828-121f89de61d2 [pid: 7|app: 0|req: 572/1136] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:19:09 2026] GET /v2.0/ports?device_id=1c6c6da9-9314-4934-b813-2f187bc8ab99 => 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: 565/1137] 10.0.0.249 () {34 vars in 789 bytes} [Tue Aug 11 14:19:08 2026] PUT /v2.0/routers/5324e150-f48f-4407-93e5-04be2daaf00d/remove_router_interface => generated 309 bytes in 750 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:19:09.676 7 INFO neutron.api.v2.resource [None req-9ac90f64-e0a9-4d0d-9849-18c1d37eaa93 b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 573/1138] 10.0.0.249 () {34 vars in 789 bytes} [Tue Aug 11 14:19:09 2026] PUT /v2.0/routers/5324e150-f48f-4407-93e5-04be2daaf00d/remove_router_interface => generated 197 bytes in 128 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1139] 10.0.0.249 () {32 vars in 736 bytes} [Tue Aug 11 14:19:09 2026] GET /v2.0/ports?device_id=5324e150-f48f-4407-93e5-04be2daaf00d => generated 12 bytes in 18 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-08-11 14:19:09.846 7 INFO neutron_taas.services.taas.taas_plugin [None req-d03d87a4-d072-4d48-b50f-10bb31d6d22a b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] TaaS: Handle Delete Port: 9976e213-f75a-4f33-a057-146ff9215566 2026-08-11 14:19:09.848 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d03d87a4-d072-4d48-b50f-10bb31d6d22a b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] Tap Mirror: Handle Delete Port: 9976e213-f75a-4f33-a057-146ff9215566 2026-08-11 14:19:10.010 8 INFO neutron.db.segments_db [None req-7a6b0c6e-dec1-42eb-9043-be51cecf1045 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] Added segment 2f26f0d1-3470-4bda-aea2-3b318487775f of type vxlan for network 2eb16636-2250-4f38-92e5-740f5fa92c47 [pid: 8|app: 0|req: 566/1140] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:19:09 2026] POST /v2.0/networks => generated 610 bytes in 472 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:19:10.131 7 INFO neutron.db.l3_hamode_db [None req-d03d87a4-d072-4d48-b50f-10bb31d6d22a b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] HA network d3daa935-2d40-4f0c-9dbc-2bccece4ffbe was deleted as no HA routers are present in tenant 9f1e84470d374b46b8ed396c2a1dfcc7. [pid: 7|app: 0|req: 575/1141] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:09 2026] DELETE /v2.0/routers/5324e150-f48f-4407-93e5-04be2daaf00d => generated 0 bytes in 433 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:19:10.176 8 INFO neutron.db.segments_db [None req-2ec8e9f4-7867-4e0b-8d67-93f2089e4899 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] Added segment 0ce8e1e5-f913-45d5-891b-a04e313582d8 of type vxlan for network 275f7abf-d2a1-4779-bf63-0219fdc4a1cc [pid: 8|app: 0|req: 567/1142] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:19:10 2026] POST /v2.0/networks => generated 611 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1143] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:10 2026] DELETE /v2.0/subnets/9c2a6fbf-0b6c-4278-b1ec-8bf98fab2940 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:19:10.489 8 INFO neutron.db.segments_db [None req-5871bb6e-06c0-42ea-8787-b958d5380c04 ac2e315cbd384b4bb9a02471bee5f9e3 e60736c1809a4675bfc6627bb7302ae7 - - default default] Added segment 41eb4c49-5f41-4da1-a3fb-36894289c195 of type vxlan for network c3f05d03-97a7-47a2-a892-3bb456e9d0f2 [pid: 7|app: 0|req: 577/1144] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:19: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-08-11 14:19:10.556 8 INFO neutron.db.segments_db [None req-5871bb6e-06c0-42ea-8787-b958d5380c04 ac2e315cbd384b4bb9a02471bee5f9e3 e60736c1809a4675bfc6627bb7302ae7 - - default default] Added segment a6aaeba7-c0b0-4e89-a3de-8bb778423834 of type vxlan for network 72f9ebe7-cabd-4255-a216-e03a4b359a06 [pid: 7|app: 0|req: 578/1145] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:19:10 2026] DELETE /v2.0/networks/d12425d5-ecde-4028-b5d9-5c988e4e445f => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:19:10.622 7 INFO neutron.services.segments.plugin [-] Segment 6966a6bf-9fd4-47c4-8d1e-fbe0d45fa36a resource provider aggregate not found 2026-08-11 14:19:10.632 7 INFO neutron.services.segments.plugin [-] Segment 6966a6bf-9fd4-47c4-8d1e-fbe0d45fa36a resource provider aggregate not found 2026-08-11 14:19:10.640 7 INFO neutron.services.segments.plugin [-] Segment 6966a6bf-9fd4-47c4-8d1e-fbe0d45fa36a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6966a6bf-9fd4-47c4-8d1e-fbe0d45fa36a found for delete ", "request_id": "req-f96cf879-21e8-4719-aaa4-b7e61cbc8583"}]} 2026-08-11 14:19:10.664 7 INFO neutron.services.segments.plugin [-] Segment 6966a6bf-9fd4-47c4-8d1e-fbe0d45fa36a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6966a6bf-9fd4-47c4-8d1e-fbe0d45fa36a found for delete ", "request_id": "req-ab3dc77b-9607-4191-9933-2489a872892d"}]} 2026-08-11 14:19:10.666 7 INFO neutron.services.segments.plugin [-] Segment e90b66a6-563e-4e6d-afe6-59c97a5e76ed resource provider aggregate not found [pid: 8|app: 0|req: 568/1146] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:19:10 2026] POST /v2.0/networks => generated 1208 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-11 14:19:10.684 7 INFO neutron.services.segments.plugin [-] Segment e90b66a6-563e-4e6d-afe6-59c97a5e76ed resource provider aggregate not found 2026-08-11 14:19:10.693 7 INFO neutron.services.segments.plugin [-] Segment e90b66a6-563e-4e6d-afe6-59c97a5e76ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e90b66a6-563e-4e6d-afe6-59c97a5e76ed found for delete ", "request_id": "req-bc20565a-5b0e-4eab-9de2-0df6e082c1fe"}]} 2026-08-11 14:19:10.697 7 INFO neutron.services.segments.plugin [-] Segment e90b66a6-563e-4e6d-afe6-59c97a5e76ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e90b66a6-563e-4e6d-afe6-59c97a5e76ed found for delete ", "request_id": "req-fe288ad6-895a-492f-bd28-60d6b1aa5370"}]} [pid: 8|app: 0|req: 569/1147] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:19:10 2026] GET /v2.0/ports?device_id=1c6c6da9-9314-4934-b813-2f187bc8ab99 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:19:10.759 8 INFO neutron.db.segments_db [None req-dffaa30e-be7f-4e33-b582-07b0c2518462 b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] Added segment 6fd6feed-a094-4af0-bf10-eca1cc0d19c5 of type vxlan for network 3a04d3fc-a2b7-49c7-a092-c289c8257c8d [pid: 8|app: 0|req: 570/1148] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:19:10 2026] POST /v2.0/networks => generated 615 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1149] 10.0.0.249 () {32 vars in 649 bytes} [Tue Aug 11 14:19:10 2026] GET /v2.0/networks => generated 1845 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1150] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:19:10 2026] POST /v2.0/subnets => generated 626 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1151] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:19:10 2026] DELETE /v2.0/networks/c3f05d03-97a7-47a2-a892-3bb456e9d0f2 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:19:11.078 7 INFO neutron.db.segments_db [None req-9d6307b0-842a-4aee-907a-b630608c0ca1 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] Added segment 0a86824a-a8f5-495d-98ff-ac9c6330d8e6 of type vxlan for network 17082718-1ff1-4e7a-a9ed-2222eee21e22 [pid: 8|app: 0|req: 572/1152] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:19:10 2026] POST /v2.0/subnets => generated 646 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:19:11.233 8 INFO neutron.services.segments.plugin [-] Segment a6aaeba7-c0b0-4e89-a3de-8bb778423834 resource provider aggregate not found 2026-08-11 14:19:11.244 8 INFO neutron.services.segments.plugin [-] Segment a6aaeba7-c0b0-4e89-a3de-8bb778423834 resource provider aggregate not found 2026-08-11 14:19:11.257 8 INFO neutron.services.segments.plugin [-] Segment a6aaeba7-c0b0-4e89-a3de-8bb778423834 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6aaeba7-c0b0-4e89-a3de-8bb778423834 found for delete ", "request_id": "req-619e1f7f-7dec-408b-ad35-a78450446ff2"}]} 2026-08-11 14:19:11.271 8 INFO neutron.services.segments.plugin [-] Segment a6aaeba7-c0b0-4e89-a3de-8bb778423834 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6aaeba7-c0b0-4e89-a3de-8bb778423834 found for delete ", "request_id": "req-815ad457-3dc8-4652-af54-8f21ff8d30fa"}]} [pid: 8|app: 0|req: 573/1153] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:19:11 2026] DELETE /v2.0/networks/72f9ebe7-cabd-4255-a216-e03a4b359a06 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:19:11.322 8 INFO neutron.db.segments_db [None req-b30431c3-e983-46cb-a5fa-6d988fca2d88 b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] Added segment e14c413e-1b12-40c6-8253-6ea89be0e57b of type vxlan for network bad656a0-e9e4-48af-abb9-86b27c3fa788 2026-08-11 14:19:11.341 7 INFO neutron.db.l3_hamode_db [None req-9d6307b0-842a-4aee-907a-b630608c0ca1 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 14:19:11.451 7 INFO neutron.db.l3_hamode_db [None req-9d6307b0-842a-4aee-907a-b630608c0ca1 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 14:19:11.541 8 INFO neutron.db.l3_hamode_db [None req-b30431c3-e983-46cb-a5fa-6d988fca2d88 b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 14:19:11.662 8 INFO neutron.db.l3_hamode_db [None req-b30431c3-e983-46cb-a5fa-6d988fca2d88 b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 581/1154] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:19:11 2026] POST /v2.0/routers => generated 507 bytes in 937 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1155] 10.0.0.249 () {32 vars in 649 bytes} [Tue Aug 11 14:19:11 2026] GET /v2.0/networks => generated 651 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1158] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:19:12 2026] GET /v2.0/ports?device_id=1c6c6da9-9314-4934-b813-2f187bc8ab99 => 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: 574/1159] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:19:11 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) 2026-08-11 14:19:12.346 8 INFO neutron.db.segments_db [None req-1cd654b2-29cd-4f5e-9652-a99b8f5e8885 ac2e315cbd384b4bb9a02471bee5f9e3 e60736c1809a4675bfc6627bb7302ae7 - - default default] Added segment be04672e-c39d-4d18-9031-a56af1234097 of type vxlan for network 046cee68-b616-4419-b5fc-8fafe2701bb6 [pid: 8|app: 0|req: 575/1160] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:19:12 2026] POST /v2.0/networks => generated 634 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:19:12.713 7 INFO neutron.services.segments.plugin [-] Segment 41eb4c49-5f41-4da1-a3fb-36894289c195 resource provider aggregate not found 2026-08-11 14:19:12.722 7 INFO neutron.services.segments.plugin [-] Segment 41eb4c49-5f41-4da1-a3fb-36894289c195 resource provider aggregate not found 2026-08-11 14:19:12.737 7 INFO neutron.services.segments.plugin [-] Segment 41eb4c49-5f41-4da1-a3fb-36894289c195 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41eb4c49-5f41-4da1-a3fb-36894289c195 found for delete ", "request_id": "req-d365ac0f-ad46-4771-a8e3-647e74bc1d55"}]} 2026-08-11 14:19:12.750 7 INFO neutron.services.segments.plugin [-] Segment 41eb4c49-5f41-4da1-a3fb-36894289c195 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41eb4c49-5f41-4da1-a3fb-36894289c195 found for delete ", "request_id": "req-085f53ed-af6d-4172-bac0-43773c85e76e"}]} [pid: 7|app: 0|req: 586/1161] 10.0.0.249 () {34 vars in 783 bytes} [Tue Aug 11 14:19:12 2026] PUT /v2.0/routers/8a3f1b64-db36-4cf4-b49c-31f69ce6018a/add_router_interface => generated 309 bytes in 1178 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:19:13.294 7 INFO neutron.db.segments_db [None req-efd47fa8-af4c-4442-b95c-76449fb5a20e ac2e315cbd384b4bb9a02471bee5f9e3 e60736c1809a4675bfc6627bb7302ae7 - - default default] Added segment d0010f1c-f0e3-4ae8-af8a-fabfde60cf0d of type vxlan for network 8c9f461e-1a3d-4d00-aa31-261ae72a1307 [pid: 7|app: 0|req: 587/1162] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:19:13 2026] POST /v2.0/networks => generated 634 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1163] 10.0.0.249 () {34 vars in 783 bytes} [Tue Aug 11 14:19:12 2026] PUT /v2.0/routers/3d930982-276f-4a98-9e8f-e191658cbfc8/add_router_interface => generated 309 bytes in 1018 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1164] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:19:13 2026] GET /v2.0/networks?id=12d8a994-931a-481c-84ef-8fb7d7395022 => generated 675 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1165] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:19:13 2026] GET /v2.0/ports?device_id=1c6c6da9-9314-4934-b813-2f187bc8ab99 => 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: 589/1166] 10.0.0.249 () {32 vars in 717 bytes} [Tue Aug 11 14:19:13 2026] GET /v2.0/ports/e0772114-61b2-47fb-ad43-f92d548ee327 => generated 955 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1167] 10.0.0.249 () {32 vars in 717 bytes} [Tue Aug 11 14:19:13 2026] GET /v2.0/ports/7d921155-0231-4e26-8d16-c358dbd63527 => generated 959 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1168] 199.204.45.223 () {34 vars in 1050 bytes} [Tue Aug 11 14:19:13 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c0b4a2d2b37d4e51a7c30f21556131ad => generated 179 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1169] 10.0.0.249 () {34 vars in 665 bytes} [Tue Aug 11 14:19:13 2026] POST /v2.0/ports => generated 1506 bytes in 602 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 14:19:14.358 8 INFO neutron_taas.services.taas.taas_plugin [None req-27263b7f-dc06-4239-8e9f-5ef6b5b52afb b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] TaaS: Handle Delete Port: 7d921155-0231-4e26-8d16-c358dbd63527 2026-08-11 14:19:14.361 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27263b7f-dc06-4239-8e9f-5ef6b5b52afb b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] Tap Mirror: Handle Delete Port: 7d921155-0231-4e26-8d16-c358dbd63527 [pid: 7|app: 0|req: 592/1170] 10.0.0.249 () {34 vars in 783 bytes} [Tue Aug 11 14:19:13 2026] PUT /v2.0/routers/8a3f1b64-db36-4cf4-b49c-31f69ce6018a/add_router_interface => generated 309 bytes in 1139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1171] 10.0.0.249 () {34 vars in 789 bytes} [Tue Aug 11 14:19:14 2026] PUT /v2.0/routers/3d930982-276f-4a98-9e8f-e191658cbfc8/remove_router_interface => generated 309 bytes in 667 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1172] 10.0.0.249 () {32 vars in 643 bytes} [Tue Aug 11 14:19:14 2026] GET /v2.0/ports => generated 1506 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1173] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:19:14 2026] GET /v2.0/ports?device_id=1c6c6da9-9314-4934-b813-2f187bc8ab99 => 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: 582/1174] 10.0.0.249 () {32 vars in 717 bytes} [Tue Aug 11 14:19:14 2026] GET /v2.0/ports/2d9a362a-0a01-4836-801c-b6424d199dcb => generated 955 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1175] 10.0.0.249 () {32 vars in 736 bytes} [Tue Aug 11 14:19:14 2026] GET /v2.0/ports?device_id=3d930982-276f-4a98-9e8f-e191658cbfc8 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:19:14.935 8 INFO neutron_taas.services.taas.taas_plugin [None req-11af33f3-9606-49fa-b52e-0c9b6554e028 ac2e315cbd384b4bb9a02471bee5f9e3 e60736c1809a4675bfc6627bb7302ae7 - - default default] TaaS: Handle Delete Port: 2038283b-5895-4ea8-9e94-26cb511fec70 2026-08-11 14:19:14.939 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11af33f3-9606-49fa-b52e-0c9b6554e028 ac2e315cbd384b4bb9a02471bee5f9e3 e60736c1809a4675bfc6627bb7302ae7 - - default default] Tap Mirror: Handle Delete Port: 2038283b-5895-4ea8-9e94-26cb511fec70 [pid: 8|app: 0|req: 584/1176] 10.0.0.249 () {32 vars in 720 bytes} [Tue Aug 11 14:19:14 2026] DELETE /v2.0/ports/2038283b-5895-4ea8-9e94-26cb511fec70 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1177] 199.204.45.223 () {38 vars in 955 bytes} [Tue Aug 11 14:19:14 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-08-11 14:19:15.271 7 INFO neutron_taas.services.taas.taas_plugin [None req-125d6b03-28c4-4fd2-b786-00dbab58246f b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] TaaS: Handle Delete Port: e7e529e1-7d78-4062-8eb5-5b505929a822 2026-08-11 14:19:15.274 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-125d6b03-28c4-4fd2-b786-00dbab58246f b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] Tap Mirror: Handle Delete Port: e7e529e1-7d78-4062-8eb5-5b505929a822 2026-08-11 14:19:15.389 8 INFO neutron_taas.services.taas.taas_plugin [None req-8c0fd16a-12e0-4d4c-836c-3405d62a30e6 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] TaaS: Handle Delete Port: 2d9a362a-0a01-4836-801c-b6424d199dcb 2026-08-11 14:19:15.392 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c0fd16a-12e0-4d4c-836c-3405d62a30e6 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] Tap Mirror: Handle Delete Port: 2d9a362a-0a01-4836-801c-b6424d199dcb 2026-08-11 14:19:15.952 7 INFO neutron.services.segments.plugin [-] Segment e14c413e-1b12-40c6-8253-6ea89be0e57b resource provider aggregate not found 2026-08-11 14:19:15.958 7 INFO neutron.services.segments.plugin [-] Segment e14c413e-1b12-40c6-8253-6ea89be0e57b resource provider aggregate not found 2026-08-11 14:19:15.974 7 INFO neutron.services.segments.plugin [-] Segment e14c413e-1b12-40c6-8253-6ea89be0e57b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e14c413e-1b12-40c6-8253-6ea89be0e57b found for delete ", "request_id": "req-c82e34d2-4b9b-4bba-81cb-eedaada412df"}]} 2026-08-11 14:19:15.979 7 INFO neutron.services.segments.plugin [-] Segment e14c413e-1b12-40c6-8253-6ea89be0e57b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e14c413e-1b12-40c6-8253-6ea89be0e57b found for delete ", "request_id": "req-037c7afe-cf63-4864-8cf2-85e5860346a4"}]} 2026-08-11 14:19:15.983 7 INFO neutron.db.l3_hamode_db [None req-125d6b03-28c4-4fd2-b786-00dbab58246f b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] HA network bad656a0-e9e4-48af-abb9-86b27c3fa788 was deleted as no HA routers are present in tenant 9f1e84470d374b46b8ed396c2a1dfcc7. [pid: 7|app: 0|req: 594/1178] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:15 2026] DELETE /v2.0/routers/3d930982-276f-4a98-9e8f-e191658cbfc8 => generated 0 bytes in 917 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:19:16.116 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc13ecab-1de9-4b8f-9f16-b6a0b18ec2c5 ac2e315cbd384b4bb9a02471bee5f9e3 e60736c1809a4675bfc6627bb7302ae7 - - default default] TaaS: Handle Delete Port: cfc249b4-33c1-46da-948c-f78a519ea4da 2026-08-11 14:19:16.119 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc13ecab-1de9-4b8f-9f16-b6a0b18ec2c5 ac2e315cbd384b4bb9a02471bee5f9e3 e60736c1809a4675bfc6627bb7302ae7 - - default default] Tap Mirror: Handle Delete Port: cfc249b4-33c1-46da-948c-f78a519ea4da [pid: 8|app: 0|req: 585/1179] 10.0.0.249 () {34 vars in 789 bytes} [Tue Aug 11 14:19:15 2026] PUT /v2.0/routers/8a3f1b64-db36-4cf4-b49c-31f69ce6018a/remove_router_interface => generated 309 bytes in 1197 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1180] 10.0.0.249 () {32 vars in 720 bytes} [Tue Aug 11 14:19:15 2026] DELETE /v2.0/ports/cfc249b4-33c1-46da-948c-f78a519ea4da => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1181] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:19:16 2026] GET /v2.0/ports?device_id=1c6c6da9-9314-4934-b813-2f187bc8ab99 => generated 957 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1182] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:16 2026] DELETE /v2.0/subnets/f3b7d60f-8291-42dc-9927-6b00184e8335 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1183] 199.204.45.223 () {38 vars in 1028 bytes} [Tue Aug 11 14:19:16 2026] PUT /v2.0/ports/f0241f79-ad6e-4010-9381-9d88101aae02 => generated 1235 bytes in 419 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: 587/1184] 10.0.0.249 () {32 vars in 643 bytes} [Tue Aug 11 14:19:16 2026] GET /v2.0/ports => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:19:16.685 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b41a7de2-68e4-47ea-86d7-55e346c3cea1'] response: {'name': 'network-changed', 'server_uuid': '1c6c6da9-9314-4934-b813-2f187bc8ab99', 'tag': 'f0241f79-ad6e-4010-9381-9d88101aae02', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 588/1185] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:19:16 2026] GET /v2.0/security-groups?id=2b571fa1-4090-4079-8e51-b55f1f584773&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:19:16.801 7 INFO neutron_taas.services.taas.taas_plugin [None req-6dd24532-231b-420e-8bbd-5f3a57a85591 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] TaaS: Handle Delete Port: e0772114-61b2-47fb-ad43-f92d548ee327 2026-08-11 14:19:16.830 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6dd24532-231b-420e-8bbd-5f3a57a85591 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] Tap Mirror: Handle Delete Port: e0772114-61b2-47fb-ad43-f92d548ee327 2026-08-11 14:19:16.879 8 INFO neutron.services.segments.plugin [-] Segment 6fd6feed-a094-4af0-bf10-eca1cc0d19c5 resource provider aggregate not found 2026-08-11 14:19:16.882 8 INFO neutron.services.segments.plugin [-] Segment 6fd6feed-a094-4af0-bf10-eca1cc0d19c5 resource provider aggregate not found 2026-08-11 14:19:16.894 8 INFO neutron.services.segments.plugin [-] Segment 6fd6feed-a094-4af0-bf10-eca1cc0d19c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6fd6feed-a094-4af0-bf10-eca1cc0d19c5 found for delete ", "request_id": "req-5870d595-e30d-47c1-970d-a69cd0b35a89"}]} 2026-08-11 14:19:16.895 8 INFO neutron.services.segments.plugin [-] Segment 6fd6feed-a094-4af0-bf10-eca1cc0d19c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6fd6feed-a094-4af0-bf10-eca1cc0d19c5 found for delete ", "request_id": "req-8748ba2b-6b6c-4995-b3dc-c3effed3ae95"}]} [pid: 8|app: 0|req: 589/1186] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:19:16 2026] DELETE /v2.0/networks/3a04d3fc-a2b7-49c7-a092-c289c8257c8d => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:19:16.952 8 INFO neutron.db.segments_db [None req-bd678c82-a048-449e-a521-1f2bf244a912 ac2e315cbd384b4bb9a02471bee5f9e3 e60736c1809a4675bfc6627bb7302ae7 - - default default] Added segment ed6a154e-9308-4ca0-8e6b-f950fdc2c481 of type vxlan for network 00f214df-74a6-434d-bfa0-3057c4be44c8 [pid: 8|app: 0|req: 590/1187] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:19:16 2026] POST /v2.0/networks => generated 635 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:19:17.097 8 INFO neutron.db.segments_db [None req-b5b05681-0e5a-4af0-b682-5493acabbc91 b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] Added segment d5fee9a2-1bf8-47b8-aa92-c62ad7f4e57b of type vxlan for network 036a3904-638d-47c7-bdf0-c572abe82c93 [pid: 7|app: 0|req: 598/1188] 10.0.0.249 () {34 vars in 789 bytes} [Tue Aug 11 14:19:16 2026] PUT /v2.0/routers/8a3f1b64-db36-4cf4-b49c-31f69ce6018a/remove_router_interface => generated 309 bytes in 790 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:19:17.311 7 INFO neutron.db.segments_db [None req-8dd5fe52-7d7c-4312-be9f-c0b8703d53d1 ac2e315cbd384b4bb9a02471bee5f9e3 e60736c1809a4675bfc6627bb7302ae7 - - default default] Added segment a903e31a-e184-4e27-9a68-b47c956190c8 of type vxlan for network 98d85494-8410-4245-9e5c-143b739da23c 2026-08-11 14:19:17.365 8 INFO neutron.db.l3_hamode_db [None req-b5b05681-0e5a-4af0-b682-5493acabbc91 b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 599/1189] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:19:17 2026] POST /v2.0/networks => generated 634 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1190] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:19:17 2026] GET /v2.0/ports?tenant_id=c0b4a2d2b37d4e51a7c30f21556131ad&device_id=1c6c6da9-9314-4934-b813-2f187bc8ab99 => generated 1238 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1191] 10.0.0.249 () {32 vars in 736 bytes} [Tue Aug 11 14:19:17 2026] GET /v2.0/ports?device_id=8a3f1b64-db36-4cf4-b49c-31f69ce6018a => 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: 602/1192] 199.204.45.223 () {34 vars in 1018 bytes} [Tue Aug 11 14:19:17 2026] GET /v2.0/networks?tenant_id=c0b4a2d2b37d4e51a7c30f21556131ad&shared=False => generated 771 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:19:17.610 7 INFO neutron_taas.services.taas.taas_plugin [None req-cd154e12-37f7-41d8-b012-83546cf18feb 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] TaaS: Handle Delete Port: 78a414c8-b5da-46ef-a979-34073ca8a391 2026-08-11 14:19:17.612 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd154e12-37f7-41d8-b012-83546cf18feb 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] Tap Mirror: Handle Delete Port: 78a414c8-b5da-46ef-a979-34073ca8a391 2026-08-11 14:19:17.932 7 INFO neutron.db.l3_hamode_db [None req-cd154e12-37f7-41d8-b012-83546cf18feb 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] HA network 17082718-1ff1-4e7a-a9ed-2222eee21e22 was deleted as no HA routers are present in tenant f687759853424d2daf4af4e9d9950070. [pid: 7|app: 0|req: 603/1193] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:17 2026] DELETE /v2.0/routers/8a3f1b64-db36-4cf4-b49c-31f69ce6018a => generated 0 bytes in 474 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1194] 199.204.45.223 () {34 vars in 930 bytes} [Tue Aug 11 14:19:17 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:19:18.000 7 INFO neutron.services.segments.plugin [-] Segment 0a86824a-a8f5-495d-98ff-ac9c6330d8e6 resource provider aggregate not found 2026-08-11 14:19:18.006 7 INFO neutron.services.segments.plugin [-] Segment 0a86824a-a8f5-495d-98ff-ac9c6330d8e6 resource provider aggregate not found 2026-08-11 14:19:18.022 7 INFO neutron.services.segments.plugin [-] Segment 0a86824a-a8f5-495d-98ff-ac9c6330d8e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a86824a-a8f5-495d-98ff-ac9c6330d8e6 found for delete ", "request_id": "req-2b59334a-5567-497f-9e55-384c6fc32b28"}]} 2026-08-11 14:19:18.031 7 INFO neutron.services.segments.plugin [-] Segment 0a86824a-a8f5-495d-98ff-ac9c6330d8e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a86824a-a8f5-495d-98ff-ac9c6330d8e6 found for delete ", "request_id": "req-6cf8524d-b3ea-45de-842f-eb1e673a9787"}]} [pid: 7|app: 0|req: 605/1195] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:19:17 2026] GET /v2.0/ports?device_id=1c6c6da9-9314-4934-b813-2f187bc8ab99 => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:19:18.219 8 INFO neutron.db.l3_hamode_db [None req-b5b05681-0e5a-4af0-b682-5493acabbc91 b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 606/1196] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:19:18 2026] POST /v2.0/subnets => generated 1324 bytes in 464 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1197] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:18 2026] DELETE /v2.0/subnets/51cd487b-ab4e-4e20-8f5a-2de5488d61af => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1198] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:19:18 2026] GET /v2.0/security-groups?id=2b571fa1-4090-4079-8e51-b55f1f584773&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1199] 10.0.0.249 () {32 vars in 647 bytes} [Tue Aug 11 14:19:18 2026] GET /v2.0/subnets => generated 1960 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1200] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:18 2026] DELETE /v2.0/subnets/7f83a38d-80b2-416e-a9f8-d9731d27c0b7 => 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: 611/1201] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:18 2026] DELETE /v2.0/subnets/133d73df-6275-4370-a2e1-6271b28dc6ad => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:19:19.077 7 INFO neutron_taas.services.taas.taas_plugin [None req-772d51ae-09cd-4421-9b02-cc79d68aaa01 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] TaaS: Handle Delete Port: 761d2328-a17c-46e3-9157-bcb3c2f6c6f6 2026-08-11 14:19:19.080 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-772d51ae-09cd-4421-9b02-cc79d68aaa01 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] Tap Mirror: Handle Delete Port: 761d2328-a17c-46e3-9157-bcb3c2f6c6f6 [pid: 8|app: 0|req: 591/1202] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:19:17 2026] POST /v2.0/routers => generated 691 bytes in 2057 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1203] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:19 2026] DELETE /v2.0/subnets/b46a2b70-6f59-4d62-8175-c1a5ce93172a => 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: 612/1204] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:19:18 2026] DELETE /v2.0/networks/275f7abf-d2a1-4779-bf63-0219fdc4a1cc => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1205] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:19:19 2026] GET /v2.0/ports?tenant_id=c0b4a2d2b37d4e51a7c30f21556131ad&device_id=1c6c6da9-9314-4934-b813-2f187bc8ab99 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1206] 10.0.0.249 () {32 vars in 647 bytes} [Tue Aug 11 14:19:19 2026] GET /v2.0/subnets => generated 649 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1207] 10.0.0.249 () {32 vars in 721 bytes} [Tue Aug 11 14:19:19 2026] GET /v2.0/routers/c792abf3-5c4d-42fe-98eb-6b1c6caf8aa1 => generated 697 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1208] 199.204.45.223 () {34 vars in 1058 bytes} [Tue Aug 11 14:19:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=f0241f79-ad6e-4010-9381-9d88101aae02 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:19:19.417 8 INFO neutron_taas.services.taas.taas_plugin [None req-67b93013-21c3-43b8-8255-f01692142359 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] TaaS: Handle Delete Port: 23b2b9dc-6440-4ea4-a83f-bc82907faa92 2026-08-11 14:19:19.418 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67b93013-21c3-43b8-8255-f01692142359 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] Tap Mirror: Handle Delete Port: 23b2b9dc-6440-4ea4-a83f-bc82907faa92 [pid: 7|app: 0|req: 615/1209] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:19:19 2026] DELETE /v2.0/networks/98d85494-8410-4245-9e5c-143b739da23c => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:19:19.596 8 INFO neutron.services.segments.plugin [-] Segment 2f26f0d1-3470-4bda-aea2-3b318487775f resource provider aggregate not found 2026-08-11 14:19:19.604 8 INFO neutron.services.segments.plugin [-] Segment 2f26f0d1-3470-4bda-aea2-3b318487775f resource provider aggregate not found 2026-08-11 14:19:19.622 8 INFO neutron.services.segments.plugin [-] Segment 2f26f0d1-3470-4bda-aea2-3b318487775f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f26f0d1-3470-4bda-aea2-3b318487775f found for delete ", "request_id": "req-947d7a43-ed9d-445d-b877-08f6b28cc873"}]} 2026-08-11 14:19:19.627 8 INFO neutron.services.segments.plugin [-] Segment 2f26f0d1-3470-4bda-aea2-3b318487775f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f26f0d1-3470-4bda-aea2-3b318487775f found for delete ", "request_id": "req-e157f5a7-a81f-49c9-8226-7fb2979d1f69"}]} [pid: 7|app: 0|req: 616/1210] 10.0.0.249 () {32 vars in 647 bytes} [Tue Aug 11 14:19:19 2026] GET /v2.0/routers => generated 700 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1211] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:19:19 2026] DELETE /v2.0/networks/2eb16636-2250-4f38-92e5-740f5fa92c47 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1212] 199.204.45.223 () {34 vars in 984 bytes} [Tue Aug 11 14:19:19 2026] GET /v2.0/subnets?id=2f367249-6342-475c-8c61-283497a40b92 => generated 693 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1213] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:19:19 2026] DELETE /v2.0/networks/00f214df-74a6-434d-bfa0-3057c4be44c8 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:19:19.857 8 INFO neutron.db.segments_db [None req-b8febfcc-5852-4605-9dff-992882fc4ed2 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] Added segment 1782bc6a-58dd-4099-bf84-a33c94665e03 of type vxlan for network 632514f8-ffb9-4fd5-9f5c-45207e500829 [pid: 8|app: 0|req: 597/1214] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:19:19 2026] POST /v2.0/networks => generated 609 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1215] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:19:19 2026] GET /v2.0/ports?network_id=12d8a994-931a-481c-84ef-8fb7d7395022&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:19:20.041 7 INFO neutron.services.segments.plugin [-] Segment 0ce8e1e5-f913-45d5-891b-a04e313582d8 resource provider aggregate not found 2026-08-11 14:19:20.051 7 INFO neutron.services.segments.plugin [-] Segment 0ce8e1e5-f913-45d5-891b-a04e313582d8 resource provider aggregate not found 2026-08-11 14:19:20.065 7 INFO neutron.services.segments.plugin [-] Segment 0ce8e1e5-f913-45d5-891b-a04e313582d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ce8e1e5-f913-45d5-891b-a04e313582d8 found for delete ", "request_id": "req-fe1b34d4-7f03-45a8-9993-71d09bc1572b"}]} 2026-08-11 14:19:20.087 7 INFO neutron.services.segments.plugin [-] Segment 0ce8e1e5-f913-45d5-891b-a04e313582d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ce8e1e5-f913-45d5-891b-a04e313582d8 found for delete ", "request_id": "req-22fcef00-e0af-4638-a40d-f1170732afc0"}]} [pid: 8|app: 0|req: 599/1216] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:19:19 2026] GET /v2.0/ports?device_id=1c6c6da9-9314-4934-b813-2f187bc8ab99 => generated 969 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:19:20.117 7 INFO neutron.services.segments.plugin [-] Segment a903e31a-e184-4e27-9a68-b47c956190c8 resource provider aggregate not found 2026-08-11 14:19:20.123 7 INFO neutron.services.segments.plugin [-] Segment a903e31a-e184-4e27-9a68-b47c956190c8 resource provider aggregate not found 2026-08-11 14:19:20.143 7 INFO neutron.services.segments.plugin [-] Segment a903e31a-e184-4e27-9a68-b47c956190c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a903e31a-e184-4e27-9a68-b47c956190c8 found for delete ", "request_id": "req-6ed43400-ddda-4017-8b55-52a270c02e2a"}]} 2026-08-11 14:19:20.160 7 INFO neutron.services.segments.plugin [-] Segment a903e31a-e184-4e27-9a68-b47c956190c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a903e31a-e184-4e27-9a68-b47c956190c8 found for delete ", "request_id": "req-9aa5251e-a59d-4ee4-be9f-420bc60936c6"}]} [pid: 7|app: 0|req: 618/1217] 10.0.0.249 () {34 vars in 741 bytes} [Tue Aug 11 14:19:19 2026] PUT /v2.0/routers/c792abf3-5c4d-42fe-98eb-6b1c6caf8aa1 => generated 704 bytes in 513 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1218] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:19:20 2026] DELETE /v2.0/networks/8c9f461e-1a3d-4d00-aa31-261ae72a1307 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1219] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:19:20 2026] GET /v2.0/networks/12d8a994-931a-481c-84ef-8fb7d7395022?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1220] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:19:20 2026] GET /v2.0/security-groups?id=2b571fa1-4090-4079-8e51-b55f1f584773&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1221] 10.0.0.249 () {32 vars in 721 bytes} [Tue Aug 11 14:19:20 2026] GET /v2.0/routers/c792abf3-5c4d-42fe-98eb-6b1c6caf8aa1 => generated 704 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1222] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:19:20 2026] POST /v2.0/subnets => generated 626 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1223] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:19:20 2026] DELETE /v2.0/networks/046cee68-b616-4419-b5fc-8fafe2701bb6 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1224] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:19:20 2026] GET /v2.0/networks/12d8a994-931a-481c-84ef-8fb7d7395022?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: 605/1225] 10.0.0.249 () {32 vars in 736 bytes} [Tue Aug 11 14:19:20 2026] GET /v2.0/ports?device_id=c792abf3-5c4d-42fe-98eb-6b1c6caf8aa1 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:19:20.596 7 INFO neutron.db.segments_db [None req-5b30f383-f7d4-4376-920e-b97d335f3193 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] Added segment 3b6edb3e-bc55-47e2-949b-531682dd94e6 of type vxlan for network d4735239-974a-4487-bf21-b924829e88d9 2026-08-11 14:19:20.792 8 INFO neutron_taas.services.taas.taas_plugin [None req-fed56f8a-665f-405e-9c41-d61fa920cb11 b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] TaaS: Handle Delete Port: daf08594-f973-4632-b8a4-ffce61703cf2 2026-08-11 14:19:20.797 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fed56f8a-665f-405e-9c41-d61fa920cb11 b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] Tap Mirror: Handle Delete Port: daf08594-f973-4632-b8a4-ffce61703cf2 2026-08-11 14:19:20.864 7 INFO neutron.db.l3_hamode_db [None req-5b30f383-f7d4-4376-920e-b97d335f3193 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 14:19:20.985 7 INFO neutron.db.l3_hamode_db [None req-5b30f383-f7d4-4376-920e-b97d335f3193 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 14:19:21.052 8 INFO neutron_taas.services.taas.taas_plugin [None req-fed56f8a-665f-405e-9c41-d61fa920cb11 b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] TaaS: Handle Delete Port: 91e14784-e020-4317-a9c8-1f1f9a9185da 2026-08-11 14:19:21.055 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fed56f8a-665f-405e-9c41-d61fa920cb11 b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] Tap Mirror: Handle Delete Port: 91e14784-e020-4317-a9c8-1f1f9a9185da 2026-08-11 14:19:21.377 8 INFO neutron.db.l3_hamode_db [None req-fed56f8a-665f-405e-9c41-d61fa920cb11 b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] HA network 036a3904-638d-47c7-bdf0-c572abe82c93 was deleted as no HA routers are present in tenant 9f1e84470d374b46b8ed396c2a1dfcc7. [pid: 8|app: 0|req: 606/1226] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:20 2026] DELETE /v2.0/routers/c792abf3-5c4d-42fe-98eb-6b1c6caf8aa1 => generated 0 bytes in 835 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1227] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:19:21 2026] GET /v2.0/security-groups?tenant_id=e60736c1809a4675bfc6627bb7302ae7&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1228] 10.0.0.249 () {32 vars in 736 bytes} [Tue Aug 11 14:19:21 2026] GET /v2.0/ports?device_id=c792abf3-5c4d-42fe-98eb-6b1c6caf8aa1 => 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: 621/1229] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:19:20 2026] POST /v2.0/routers => generated 506 bytes in 1037 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1230] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:19:21 2026] GET /v2.0/ports?device_id=1c6c6da9-9314-4934-b813-2f187bc8ab99 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:19:21.605 8 INFO neutron.api.v2.resource [None req-92e889d1-2fd6-4031-98c8-26e10baadc00 b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 610/1231] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:21 2026] DELETE /v2.0/routers/c792abf3-5c4d-42fe-98eb-6b1c6caf8aa1 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 14:19:21.651 8 INFO neutron.services.segments.plugin [-] Segment ed6a154e-9308-4ca0-8e6b-f950fdc2c481 resource provider aggregate not found 2026-08-11 14:19:21.659 8 INFO neutron.services.segments.plugin [-] Segment ed6a154e-9308-4ca0-8e6b-f950fdc2c481 resource provider aggregate not found 2026-08-11 14:19:21.672 8 INFO neutron.services.segments.plugin [-] Segment ed6a154e-9308-4ca0-8e6b-f950fdc2c481 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed6a154e-9308-4ca0-8e6b-f950fdc2c481 found for delete ", "request_id": "req-0f0af0f6-b29c-4780-aecd-91b017604c19"}]} 2026-08-11 14:19:21.690 8 INFO neutron.services.segments.plugin [-] Segment ed6a154e-9308-4ca0-8e6b-f950fdc2c481 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed6a154e-9308-4ca0-8e6b-f950fdc2c481 found for delete ", "request_id": "req-854caba2-4d2e-4042-9488-b84a1790f85d"}]} [pid: 7|app: 0|req: 622/1232] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:19:21 2026] DELETE /v2.0/security-groups/68781e3f-b640-4a64-88b9-337b14652d47 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:19:21.696 8 INFO neutron.services.segments.plugin [-] Segment d0010f1c-f0e3-4ae8-af8a-fabfde60cf0d resource provider aggregate not found 2026-08-11 14:19:21.711 8 INFO neutron.services.segments.plugin [-] Segment d0010f1c-f0e3-4ae8-af8a-fabfde60cf0d resource provider aggregate not found 2026-08-11 14:19:21.717 8 INFO neutron.services.segments.plugin [-] Segment d0010f1c-f0e3-4ae8-af8a-fabfde60cf0d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0010f1c-f0e3-4ae8-af8a-fabfde60cf0d found for delete ", "request_id": "req-a09b976e-e0fa-4ac3-ab54-00358d82f9f3"}]} 2026-08-11 14:19:21.732 8 INFO neutron.services.segments.plugin [-] Segment d0010f1c-f0e3-4ae8-af8a-fabfde60cf0d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0010f1c-f0e3-4ae8-af8a-fabfde60cf0d found for delete ", "request_id": "req-b3506262-5b8b-48cc-8374-cebd383e103d"}]} [pid: 7|app: 0|req: 623/1233] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:19:21 2026] GET /v2.0/security-groups?id=2b571fa1-4090-4079-8e51-b55f1f584773&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:19:21.743 8 INFO neutron.services.segments.plugin [-] Segment be04672e-c39d-4d18-9031-a56af1234097 resource provider aggregate not found [pid: 7|app: 0|req: 624/1234] 10.0.0.249 () {32 vars in 736 bytes} [Tue Aug 11 14:19:21 2026] GET /v2.0/ports?device_id=3d930982-276f-4a98-9e8f-e191658cbfc8 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:19:21.757 8 INFO neutron.services.segments.plugin [-] Segment be04672e-c39d-4d18-9031-a56af1234097 resource provider aggregate not found 2026-08-11 14:19:21.768 8 INFO neutron.services.segments.plugin [-] Segment be04672e-c39d-4d18-9031-a56af1234097 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be04672e-c39d-4d18-9031-a56af1234097 found for delete ", "request_id": "req-91942225-7930-4f25-bfd0-9078a4516590"}]} 2026-08-11 14:19:21.776 7 INFO neutron.api.v2.resource [None req-380129f2-74fa-45e3-a034-3d9dea5c89f3 b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 625/1235] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:21 2026] DELETE /v2.0/routers/3d930982-276f-4a98-9e8f-e191658cbfc8 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 14:19:21.781 8 INFO neutron.services.segments.plugin [-] Segment be04672e-c39d-4d18-9031-a56af1234097 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be04672e-c39d-4d18-9031-a56af1234097 found for delete ", "request_id": "req-8ca465ac-282c-48eb-ab47-793a2cf8adb5"}]} 2026-08-11 14:19:21.790 8 INFO neutron.services.segments.plugin [-] Segment d5fee9a2-1bf8-47b8-aa92-c62ad7f4e57b resource provider aggregate not found 2026-08-11 14:19:21.794 7 INFO neutron.pecan_wsgi.hooks.translation [None req-79af2c8a-8583-43e5-8fd3-79d914f94800 b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 626/1236] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:21 2026] DELETE /v2.0/subnets/f3b7d60f-8291-42dc-9927-6b00184e8335 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 14:19:21.805 8 INFO neutron.services.segments.plugin [-] Segment d5fee9a2-1bf8-47b8-aa92-c62ad7f4e57b resource provider aggregate not found 2026-08-11 14:19:21.815 8 INFO neutron.services.segments.plugin [-] Segment d5fee9a2-1bf8-47b8-aa92-c62ad7f4e57b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5fee9a2-1bf8-47b8-aa92-c62ad7f4e57b found for delete ", "request_id": "req-434c2692-a27e-4182-b0ef-07d1a1b63c1e"}]} [pid: 7|app: 0|req: 627/1237] 10.0.0.249 () {32 vars in 736 bytes} [Tue Aug 11 14:19:21 2026] GET /v2.0/ports?device_id=5324e150-f48f-4407-93e5-04be2daaf00d => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:19:21.826 8 INFO neutron.services.segments.plugin [-] Segment d5fee9a2-1bf8-47b8-aa92-c62ad7f4e57b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5fee9a2-1bf8-47b8-aa92-c62ad7f4e57b found for delete ", "request_id": "req-aef04313-80c6-41b2-8c0d-0c85d1b78704"}]} 2026-08-11 14:19:21.837 7 INFO neutron.api.v2.resource [None req-16ba3a8f-f1ab-498a-a4b1-562a4f311aac b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 628/1238] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:21 2026] DELETE /v2.0/routers/5324e150-f48f-4407-93e5-04be2daaf00d => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 14:19:21.855 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d8b03ec2-311f-487a-ba96-9b6c845bc4b5 b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 629/1239] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:21 2026] DELETE /v2.0/subnets/9c2a6fbf-0b6c-4278-b1ec-8bf98fab2940 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1240] 10.0.0.249 () {32 vars in 736 bytes} [Tue Aug 11 14:19:21 2026] GET /v2.0/ports?device_id=fe7ffdab-7fbc-4027-bc9d-db800c83cae7 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:19:21.897 7 INFO neutron.api.v2.resource [None req-cbc3e30f-c4a9-4563-861c-37d86550c736 b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 631/1241] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:21 2026] DELETE /v2.0/routers/fe7ffdab-7fbc-4027-bc9d-db800c83cae7 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 14:19:21.913 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cdfeabe3-e637-4e00-a5a1-91a87d981277 b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 632/1242] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:21 2026] DELETE /v2.0/subnets/211a6615-b9f1-44b2-bb13-13aed89d4a99 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 14:19:21.932 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c3f64a13-f4f7-496c-aa6e-917dae538a82 b7efca29eb2d4b80b7760d7333a155da 9f1e84470d374b46b8ed396c2a1dfcc7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 633/1243] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:21 2026] DELETE /v2.0/subnets/53f6d393-5285-449c-9da5-f318e000c313 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1244] 10.0.0.249 () {34 vars in 665 bytes} [Tue Aug 11 14:19:21 2026] POST /v2.0/ports => generated 948 bytes in 510 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: 612/1245] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:19:22 2026] GET /v2.0/security-groups?tenant_id=9f1e84470d374b46b8ed396c2a1dfcc7&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1246] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:19:22 2026] DELETE /v2.0/security-groups/4010a031-f319-4255-8b48-36aae5420f33 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1247] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:19:22 2026] GET /v2.0/ports?device_id=1c6c6da9-9314-4934-b813-2f187bc8ab99 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1248] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:19:22 2026] GET /v2.0/security-groups?id=2b571fa1-4090-4079-8e51-b55f1f584773&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: 634/1249] 10.0.0.249 () {34 vars in 783 bytes} [Tue Aug 11 14:19:22 2026] PUT /v2.0/routers/5a503205-9b6d-411d-8f7e-0c05a4c5d99f/add_router_interface => generated 309 bytes in 1254 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1250] 10.0.0.249 () {32 vars in 717 bytes} [Tue Aug 11 14:19:23 2026] GET /v2.0/ports/32edd6bd-a09d-46d7-84d8-b3561d1d8671 => generated 1022 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, ' 2026-08-11 14:19:23.775 7 INFO neutron_taas.services.taas.taas_plugin [None req-bd6ad3fd-9cdf-40a7-869e-7b4cf840ea5d 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] TaaS: Handle Delete Port: 32edd6bd-a09d-46d7-84d8-b3561d1d8671 2026-08-11 14:19:23.777 8 INFO neutron.db.segments_db [None req-57250e4d-5333-4e72-a4e5-ccbd2a0ef90a 69fc2432229f42e18fbd72dbfccf6b45 fc491b1d892b4cadaf94078865ca4e46 - - default default] Added segment 636b81cb-366f-4a8f-8ddb-c9279fec9d13 of type vxlan for network 95de407b-780e-4838-af41-4e7dc8f4bb47 2026-08-11 14:19:23.780 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd6ad3fd-9cdf-40a7-869e-7b4cf840ea5d 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] Tap Mirror: Handle Delete Port: 32edd6bd-a09d-46d7-84d8-b3561d1d8671 [pid: 8|app: 0|req: 617/1251] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:19:23 2026] POST /v2.0/networks => generated 629 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1252] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:19:23 2026] GET /v2.0/ports?device_id=1c6c6da9-9314-4934-b813-2f187bc8ab99 => 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: 619/1253] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:19:24 2026] GET /v2.0/security-groups?id=2b571fa1-4090-4079-8e51-b55f1f584773&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1254] 10.0.0.249 () {34 vars in 789 bytes} [Tue Aug 11 14:19:23 2026] PUT /v2.0/routers/5a503205-9b6d-411d-8f7e-0c05a4c5d99f/remove_router_interface => generated 309 bytes in 896 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-08-11 14:19:24.412 8 INFO neutron.api.v2.resource [None req-0ce76b22-de37-4616-b89b-c582fd14a16a 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 620/1255] 10.0.0.249 () {34 vars in 789 bytes} [Tue Aug 11 14:19:24 2026] PUT /v2.0/routers/5a503205-9b6d-411d-8f7e-0c05a4c5d99f/remove_router_interface => generated 197 bytes in 88 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1256] 10.0.0.249 () {32 vars in 736 bytes} [Tue Aug 11 14:19:24 2026] GET /v2.0/ports?device_id=5a503205-9b6d-411d-8f7e-0c05a4c5d99f => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:19:24.586 8 INFO neutron_taas.services.taas.taas_plugin [None req-135cf32e-63cf-4d71-8f52-31ceb91fd326 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] TaaS: Handle Delete Port: 2203aa7e-7848-4205-b27d-1f92c16a04d7 2026-08-11 14:19:24.589 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-135cf32e-63cf-4d71-8f52-31ceb91fd326 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] Tap Mirror: Handle Delete Port: 2203aa7e-7848-4205-b27d-1f92c16a04d7 [pid: 7|app: 0|req: 636/1257] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:19:24 2026] POST /v2.0/subnets => generated 673 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:19:24.686 7 INFO neutron.db.segments_db [None req-e55c3058-fb02-4469-84ab-e79089efd05c 69fc2432229f42e18fbd72dbfccf6b45 fc491b1d892b4cadaf94078865ca4e46 - - default default] Added segment c6c42316-a2d2-4eae-a8e8-753c482aa55c of type vxlan for network 16843a60-36c4-4bb0-8bca-779c8b829f51 [pid: 7|app: 0|req: 637/1258] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:19:24 2026] POST /v2.0/networks => generated 627 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1259] 10.0.0.249 () {34 vars in 743 bytes} [Tue Aug 11 14:19:24 2026] PUT /v2.0/networks/16843a60-36c4-4bb0-8bca-779c8b829f51 => generated 592 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:19:24.941 8 INFO neutron.services.segments.plugin [-] Segment 3b6edb3e-bc55-47e2-949b-531682dd94e6 resource provider aggregate not found 2026-08-11 14:19:24.945 8 INFO neutron.services.segments.plugin [-] Segment 3b6edb3e-bc55-47e2-949b-531682dd94e6 resource provider aggregate not found 2026-08-11 14:19:24.964 8 INFO neutron.services.segments.plugin [-] Segment 3b6edb3e-bc55-47e2-949b-531682dd94e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b6edb3e-bc55-47e2-949b-531682dd94e6 found for delete ", "request_id": "req-775acffe-b3e9-485f-ba7c-84c135ebba3d"}]} 2026-08-11 14:19:24.965 8 INFO neutron.services.segments.plugin [-] Segment 3b6edb3e-bc55-47e2-949b-531682dd94e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b6edb3e-bc55-47e2-949b-531682dd94e6 found for delete ", "request_id": "req-afc06815-ccbc-4346-ab87-c6d73d52f718"}]} 2026-08-11 14:19:24.968 8 INFO neutron.db.l3_hamode_db [None req-135cf32e-63cf-4d71-8f52-31ceb91fd326 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] HA network d4735239-974a-4487-bf21-b924829e88d9 was deleted as no HA routers are present in tenant f687759853424d2daf4af4e9d9950070. [pid: 8|app: 0|req: 622/1260] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:24 2026] DELETE /v2.0/routers/5a503205-9b6d-411d-8f7e-0c05a4c5d99f => generated 0 bytes in 536 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1261] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:19:24 2026] POST /v2.0/subnets => generated 646 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1262] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:24 2026] DELETE /v2.0/subnets/3b496815-7518-4042-a7ad-6aca43f801f8 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1263] 10.0.0.249 () {34 vars in 741 bytes} [Tue Aug 11 14:19:25 2026] PUT /v2.0/subnets/4a08ed09-a894-43b5-bfac-5db718969cdc => generated 656 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1264] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:19:25 2026] DELETE /v2.0/networks/632514f8-ffb9-4fd5-9f5c-45207e500829 => 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: 641/1265] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:19:25 2026] GET /v2.0/ports?device_id=1c6c6da9-9314-4934-b813-2f187bc8ab99 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:19:25.449 7 INFO neutron.db.segments_db [None req-77411100-56a4-4c00-b3f8-faa57382aede 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] Added segment 0e4012fa-10be-4b8d-9085-7a36cd9ca241 of type vxlan for network 07f4d320-055c-46ea-ac33-edc41d46515e [pid: 8|app: 0|req: 625/1266] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:19:25 2026] DELETE /v2.0/networks/16843a60-36c4-4bb0-8bca-779c8b829f51 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1267] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:19:25 2026] POST /v2.0/networks => generated 610 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1268] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:19:25 2026] GET /v2.0/security-groups?id=2b571fa1-4090-4079-8e51-b55f1f584773&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:19:25.568 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a4c773b4-f35f-458c-aae0-501e73024405 69fc2432229f42e18fbd72dbfccf6b45 fc491b1d892b4cadaf94078865ca4e46 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 643/1269] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:19:25 2026] DELETE /v2.0/networks/16843a60-36c4-4bb0-8bca-779c8b829f51 => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1270] 10.0.0.249 () {32 vars in 694 bytes} [Tue Aug 11 14:19:25 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1271] 10.0.0.249 () {32 vars in 742 bytes} [Tue Aug 11 14:19:25 2026] GET /v2.0/subnets?network_id=295cfb64-f3de-4e04-b390-c76e2c1a4cd0 => generated 649 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1272] 10.0.0.249 () {32 vars in 653 bytes} [Tue Aug 11 14:19:25 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: 647/1273] 10.0.0.249 () {32 vars in 649 bytes} [Tue Aug 11 14:19:25 2026] GET /v2.0/networks => generated 1313 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1274] 10.0.0.249 () {32 vars in 647 bytes} [Tue Aug 11 14:19:25 2026] GET /v2.0/subnets => generated 1312 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1275] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:19:25 2026] POST /v2.0/subnets => generated 626 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1276] 10.0.0.249 () {32 vars in 723 bytes} [Tue Aug 11 14:19:25 2026] GET /v2.0/networks/95de407b-780e-4838-af41-4e7dc8f4bb47 => generated 673 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:19:25.907 8 INFO neutron.db.segments_db [None req-de7eace3-6b05-4684-aa55-8281afec3325 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] Added segment 092ce48b-ed33-4f5d-a91a-3d2b9a563955 of type vxlan for network fcf9af51-ea92-4d98-b14c-b5a400045f76 [pid: 7|app: 0|req: 650/1277] 10.0.0.249 () {32 vars in 721 bytes} [Tue Aug 11 14:19:25 2026] GET /v2.0/subnets/b4b02dde-c3ea-42d4-bd7b-24201bca3328 => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:19:25.941 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f3eea153-b8aa-43b0-a505-e04aac30b284 69fc2432229f42e18fbd72dbfccf6b45 fc491b1d892b4cadaf94078865ca4e46 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 651/1278] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:25 2026] DELETE /v2.0/subnets/4a08ed09-a894-43b5-bfac-5db718969cdc => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 14:19:25.958 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2f7faa9a-2a2a-45fc-a44f-569b8660237c 69fc2432229f42e18fbd72dbfccf6b45 fc491b1d892b4cadaf94078865ca4e46 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 652/1279] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:19:25 2026] DELETE /v2.0/networks/16843a60-36c4-4bb0-8bca-779c8b829f51 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1280] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:25 2026] DELETE /v2.0/subnets/b4b02dde-c3ea-42d4-bd7b-24201bca3328 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:19:26.126 8 INFO neutron.db.l3_hamode_db [None req-de7eace3-6b05-4684-aa55-8281afec3325 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 14:19:26.214 7 INFO neutron.services.segments.plugin [-] Segment 636b81cb-366f-4a8f-8ddb-c9279fec9d13 resource provider aggregate not found 2026-08-11 14:19:26.218 7 INFO neutron.services.segments.plugin [-] Segment 636b81cb-366f-4a8f-8ddb-c9279fec9d13 resource provider aggregate not found [pid: 7|app: 0|req: 654/1281] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:19:26 2026] DELETE /v2.0/networks/95de407b-780e-4838-af41-4e7dc8f4bb47 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:19:26.241 7 INFO neutron.services.segments.plugin [-] Segment 636b81cb-366f-4a8f-8ddb-c9279fec9d13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 636b81cb-366f-4a8f-8ddb-c9279fec9d13 found for delete ", "request_id": "req-9ad63c7f-22ad-4ed7-84ca-695d1f55a1b4"}]} 2026-08-11 14:19:26.242 7 INFO neutron.services.segments.plugin [-] Segment 636b81cb-366f-4a8f-8ddb-c9279fec9d13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 636b81cb-366f-4a8f-8ddb-c9279fec9d13 found for delete ", "request_id": "req-5b3a266d-cfa3-4e64-86b0-663c66c92a86"}]} 2026-08-11 14:19:26.252 8 INFO neutron.db.l3_hamode_db [None req-de7eace3-6b05-4684-aa55-8281afec3325 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 657/1284] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:19:26 2026] GET /v2.0/ports?device_id=1c6c6da9-9314-4934-b813-2f187bc8ab99 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1285] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:19:26 2026] GET /v2.0/security-groups?id=2b571fa1-4090-4079-8e51-b55f1f584773&fields=id&fields=name => generated 112 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1286] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:19:26 2026] GET /v2.0/ports?device_id=1c6c6da9-9314-4934-b813-2f187bc8ab99 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1287] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:19:25 2026] POST /v2.0/routers => generated 507 bytes in 1087 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:19:26.987 8 INFO neutron.services.segments.plugin [-] Segment 1782bc6a-58dd-4099-bf84-a33c94665e03 resource provider aggregate not found 2026-08-11 14:19:26.993 8 INFO neutron.services.segments.plugin [-] Segment 1782bc6a-58dd-4099-bf84-a33c94665e03 resource provider aggregate not found 2026-08-11 14:19:27.007 8 INFO neutron.services.segments.plugin [-] Segment 1782bc6a-58dd-4099-bf84-a33c94665e03 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1782bc6a-58dd-4099-bf84-a33c94665e03 found for delete ", "request_id": "req-cbc62358-4660-4b97-8830-30bedf73dacf"}]} 2026-08-11 14:19:27.012 8 INFO neutron.services.segments.plugin [-] Segment 1782bc6a-58dd-4099-bf84-a33c94665e03 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1782bc6a-58dd-4099-bf84-a33c94665e03 found for delete ", "request_id": "req-5444e056-25bd-460d-a2ab-3a0534996345"}]} [pid: 7|app: 0|req: 660/1288] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:19:26 2026] GET /v2.0/security-groups?tenant_id=fc491b1d892b4cadaf94078865ca4e46&name=default => generated 2925 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:19:27.028 8 INFO neutron.services.segments.plugin [-] Segment c6c42316-a2d2-4eae-a8e8-753c482aa55c resource provider aggregate not found 2026-08-11 14:19:27.031 8 INFO neutron.services.segments.plugin [-] Segment c6c42316-a2d2-4eae-a8e8-753c482aa55c resource provider aggregate not found 2026-08-11 14:19:27.049 8 INFO neutron.services.segments.plugin [-] Segment c6c42316-a2d2-4eae-a8e8-753c482aa55c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6c42316-a2d2-4eae-a8e8-753c482aa55c found for delete ", "request_id": "req-d195ce71-1c68-4e09-9f1c-7f9f31f6282b"}]} 2026-08-11 14:19:27.050 8 INFO neutron.services.segments.plugin [-] Segment c6c42316-a2d2-4eae-a8e8-753c482aa55c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6c42316-a2d2-4eae-a8e8-753c482aa55c found for delete ", "request_id": "req-5e72fbd2-571b-477d-8fe8-2c7be56c5f3d"}]} [pid: 8|app: 0|req: 629/1289] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:19:26 2026] GET /v2.0/security-groups?tenant_id=ea56c66bb5554bbdb48c667945be8a50&name=default => generated 2925 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:19:27.349 7 INFO neutron.db.l3_db [None req-266c117f-411d-45c1-8db0-c1467e853861 eab6246d208048188256249815ebbe9e c0b4a2d2b37d4e51a7c30f21556131ad - - default default] Floating IP a1603483-e412-41b5-a9be-0cfb95901d66 associated. External IP: 10.96.250.203, port: f0241f79-ad6e-4010-9381-9d88101aae02. [pid: 7|app: 0|req: 661/1290] 10.0.0.249 () {34 vars in 749 bytes} [Tue Aug 11 14:19:27 2026] PUT /v2.0/floatingips/a1603483-e412-41b5-a9be-0cfb95901d66 => generated 855 bytes in 711 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:19:27.770 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-06b59fe9-d4a5-4fc8-8a04-f926c69c387c'] response: {'name': 'network-changed', 'server_uuid': '1c6c6da9-9314-4934-b813-2f187bc8ab99', 'tag': 'f0241f79-ad6e-4010-9381-9d88101aae02', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 662/1291] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:19:27 2026] DELETE /v2.0/security-groups/68b42495-cc86-4b80-999a-1de00774877d => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1292] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:19:27 2026] DELETE /v2.0/security-groups/5ae3943f-a32d-4a4a-91b1-b24223e8d9b3 => 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: 664/1293] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:19:28 2026] GET /v2.0/ports?tenant_id=c0b4a2d2b37d4e51a7c30f21556131ad&device_id=1c6c6da9-9314-4934-b813-2f187bc8ab99 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1294] 10.0.0.249 () {34 vars in 783 bytes} [Tue Aug 11 14:19:27 2026] PUT /v2.0/routers/e8dee2ed-ed09-41dc-aaeb-ac8a057b9862/add_router_interface => generated 309 bytes in 1204 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1295] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:19:28 2026] GET /v2.0/networks?id=12d8a994-931a-481c-84ef-8fb7d7395022 => generated 771 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1296] 10.0.0.249 () {32 vars in 717 bytes} [Tue Aug 11 14:19:28 2026] GET /v2.0/ports/a90c2845-59bf-4ac5-bb5f-4393870888ad => generated 955 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1297] 199.204.45.223 () {34 vars in 1058 bytes} [Tue Aug 11 14:19:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=f0241f79-ad6e-4010-9381-9d88101aae02 => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1298] 199.204.45.223 () {34 vars in 984 bytes} [Tue Aug 11 14:19:28 2026] GET /v2.0/subnets?id=2f367249-6342-475c-8c61-283497a40b92 => generated 693 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1299] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:19:28 2026] GET /v2.0/ports?network_id=12d8a994-931a-481c-84ef-8fb7d7395022&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: 669/1300] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:19:28 2026] GET /v2.0/networks/12d8a994-931a-481c-84ef-8fb7d7395022?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1301] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:19:28 2026] GET /v2.0/networks/12d8a994-931a-481c-84ef-8fb7d7395022?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-08-11 14:19:28.712 8 INFO neutron_taas.services.taas.taas_plugin [None req-d723d194-8204-4242-90f5-3b23d0489da8 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] TaaS: Handle Delete Port: a90c2845-59bf-4ac5-bb5f-4393870888ad 2026-08-11 14:19:28.715 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d723d194-8204-4242-90f5-3b23d0489da8 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] Tap Mirror: Handle Delete Port: a90c2845-59bf-4ac5-bb5f-4393870888ad [pid: 8|app: 0|req: 632/1302] 10.0.0.249 () {34 vars in 789 bytes} [Tue Aug 11 14:19:28 2026] PUT /v2.0/routers/e8dee2ed-ed09-41dc-aaeb-ac8a057b9862/remove_router_interface => generated 309 bytes in 755 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1303] 10.0.0.249 () {32 vars in 736 bytes} [Tue Aug 11 14:19:29 2026] GET /v2.0/ports?device_id=e8dee2ed-ed09-41dc-aaeb-ac8a057b9862 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:19:29.386 8 INFO neutron_taas.services.taas.taas_plugin [None req-c8d78338-9359-4af3-8a04-b5a6f7712aac 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] TaaS: Handle Delete Port: 812348f6-e097-4b36-9f0b-99b5ad6aa49f 2026-08-11 14:19:29.390 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8d78338-9359-4af3-8a04-b5a6f7712aac 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] Tap Mirror: Handle Delete Port: 812348f6-e097-4b36-9f0b-99b5ad6aa49f 2026-08-11 14:19:29.730 8 INFO neutron.services.segments.plugin [-] Segment 092ce48b-ed33-4f5d-a91a-3d2b9a563955 resource provider aggregate not found 2026-08-11 14:19:29.746 8 INFO neutron.services.segments.plugin [-] Segment 092ce48b-ed33-4f5d-a91a-3d2b9a563955 resource provider aggregate not found 2026-08-11 14:19:29.751 8 INFO neutron.services.segments.plugin [-] Segment 092ce48b-ed33-4f5d-a91a-3d2b9a563955 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 092ce48b-ed33-4f5d-a91a-3d2b9a563955 found for delete ", "request_id": "req-98b10297-40eb-4de8-bd61-9bf80c9008cc"}]} 2026-08-11 14:19:29.762 8 INFO neutron.db.l3_hamode_db [None req-c8d78338-9359-4af3-8a04-b5a6f7712aac 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] HA network fcf9af51-ea92-4d98-b14c-b5a400045f76 was deleted as no HA routers are present in tenant f687759853424d2daf4af4e9d9950070. 2026-08-11 14:19:29.769 8 INFO neutron.services.segments.plugin [-] Segment 092ce48b-ed33-4f5d-a91a-3d2b9a563955 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 092ce48b-ed33-4f5d-a91a-3d2b9a563955 found for delete ", "request_id": "req-dd6810ec-6793-42bc-ac6a-1944555b64a7"}]} [pid: 8|app: 0|req: 633/1304] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:29 2026] DELETE /v2.0/routers/e8dee2ed-ed09-41dc-aaeb-ac8a057b9862 => generated 0 bytes in 576 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1305] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:29 2026] DELETE /v2.0/subnets/be69bc28-712b-4417-83af-a32de5dff87d => 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: 672/1306] 10.0.0.249 () {34 vars in 684 bytes} [Tue Aug 11 14:19:29 2026] POST /v2.0/security-groups => generated 1625 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1307] 10.0.0.249 () {32 vars in 663 bytes} [Tue Aug 11 14:19:30 2026] GET /v2.0/security-groups => generated 4530 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1308] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:19:29 2026] DELETE /v2.0/networks/07f4d320-055c-46ea-ac33-edc41d46515e => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:19:30.106 8 INFO neutron.db.segments_db [None req-1dab22fe-0487-4424-81fe-186b62ec2fed 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] Added segment 15cd679e-bcf7-4481-a509-bb9484a99e53 of type vxlan for network 9986703f-73cd-4016-a796-b0580e2706eb [pid: 7|app: 0|req: 674/1309] 10.0.0.249 () {34 vars in 758 bytes} [Tue Aug 11 14:19:30 2026] PUT /v2.0/security-groups/f72523a9-966b-4e50-8874-a4f48d0058ad => generated 1663 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1310] 10.0.0.249 () {32 vars in 737 bytes} [Tue Aug 11 14:19:30 2026] GET /v2.0/security-groups/f72523a9-966b-4e50-8874-a4f48d0058ad => generated 1663 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1311] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:19:30 2026] DELETE /v2.0/security-groups/f72523a9-966b-4e50-8874-a4f48d0058ad => 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: 677/1312] 10.0.0.249 () {32 vars in 663 bytes} [Tue Aug 11 14:19:30 2026] GET /v2.0/security-groups => generated 2925 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:19:30.306 7 INFO neutron.api.v2.resource [None req-c12587ee-78ff-419c-90b4-e3479987af33 a6d19dadc4604eea969e34059355de99 2ef9a0c56cb5416d98f98ba0eea63dce - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 678/1313] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:19:30 2026] DELETE /v2.0/security-groups/f72523a9-966b-4e50-8874-a4f48d0058ad => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 14:19:30.396 8 INFO neutron.db.l3_hamode_db [None req-1dab22fe-0487-4424-81fe-186b62ec2fed 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 679/1314] 10.0.0.249 () {34 vars in 684 bytes} [Tue Aug 11 14:19:30 2026] POST /v2.0/security-groups => generated 1625 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1315] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:19:30 2026] POST /v2.0/security-group-rules => generated 601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1316] 10.0.0.249 () {32 vars in 747 bytes} [Tue Aug 11 14:19:30 2026] GET /v2.0/security-group-rules/f2f46a10-99e2-409a-b254-f6810bbe3dd1 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1317] 10.0.0.249 () {32 vars in 673 bytes} [Tue Aug 11 14:19:30 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1318] 10.0.0.249 () {32 vars in 750 bytes} [Tue Aug 11 14:19:30 2026] DELETE /v2.0/security-group-rules/f2f46a10-99e2-409a-b254-f6810bbe3dd1 => 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: 684/1319] 10.0.0.249 () {32 vars in 673 bytes} [Tue Aug 11 14:19:30 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: 685/1320] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:19:30 2026] POST /v2.0/security-group-rules => generated 601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1321] 10.0.0.249 () {32 vars in 747 bytes} [Tue Aug 11 14:19:30 2026] GET /v2.0/security-group-rules/d11372ca-d441-4940-b2ec-270cd47639ad => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1322] 10.0.0.249 () {32 vars in 673 bytes} [Tue Aug 11 14:19:30 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1323] 10.0.0.249 () {32 vars in 750 bytes} [Tue Aug 11 14:19:31 2026] DELETE /v2.0/security-group-rules/d11372ca-d441-4940-b2ec-270cd47639ad => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:19:31.110 8 INFO neutron.db.l3_hamode_db [None req-1dab22fe-0487-4424-81fe-186b62ec2fed 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 689/1324] 10.0.0.249 () {32 vars in 673 bytes} [Tue Aug 11 14:19:31 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:19:31.207 7 INFO neutron.db.securitygroups_db [None req-2c3fd7e2-fcd4-42e8-a697-2e6452ccbb2e a6d19dadc4604eea969e34059355de99 2ef9a0c56cb5416d98f98ba0eea63dce - - default default] Project 2ef9a0c56cb5416d98f98ba0eea63dce 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: 690/1325] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:19:31 2026] POST /v2.0/security-group-rules => generated 607 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1326] 10.0.0.249 () {32 vars in 747 bytes} [Tue Aug 11 14:19:31 2026] GET /v2.0/security-group-rules/2bb108be-44f9-47b8-92c7-9e196743786d => generated 607 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1327] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:19:31 2026] GET /v2.0/security-groups?tenant_id=8646b171ebc94bc48ec2b78f4f24ac14&name=default => generated 2925 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1328] 10.0.0.249 () {32 vars in 673 bytes} [Tue Aug 11 14:19:31 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1329] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:19:31 2026] DELETE /v2.0/security-groups/f51c9fe2-7e22-4552-a031-e4a041d673a6 => 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: 695/1330] 10.0.0.249 () {32 vars in 750 bytes} [Tue Aug 11 14:19:31 2026] DELETE /v2.0/security-group-rules/2bb108be-44f9-47b8-92c7-9e196743786d => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:19:31.779 8 INFO neutron.services.segments.plugin [-] Segment 0e4012fa-10be-4b8d-9085-7a36cd9ca241 resource provider aggregate not found 2026-08-11 14:19:31.792 8 INFO neutron.services.segments.plugin [-] Segment 0e4012fa-10be-4b8d-9085-7a36cd9ca241 resource provider aggregate not found [pid: 7|app: 0|req: 696/1331] 10.0.0.249 () {32 vars in 673 bytes} [Tue Aug 11 14:19:31 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) 2026-08-11 14:19:31.801 8 INFO neutron.services.segments.plugin [-] Segment 0e4012fa-10be-4b8d-9085-7a36cd9ca241 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e4012fa-10be-4b8d-9085-7a36cd9ca241 found for delete ", "request_id": "req-bb172197-af5c-4dcf-b494-5bc38d73dffc"}]} 2026-08-11 14:19:31.818 8 INFO neutron.services.segments.plugin [-] Segment 0e4012fa-10be-4b8d-9085-7a36cd9ca241 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e4012fa-10be-4b8d-9085-7a36cd9ca241 found for delete ", "request_id": "req-107a237b-abf8-404b-8ade-beca55dabea3"}]} [pid: 7|app: 0|req: 697/1332] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:19:31 2026] DELETE /v2.0/security-groups/872f04e6-1de7-427a-bfb3-2179aa99e6f9 => 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: 698/1333] 10.0.0.249 () {32 vars in 663 bytes} [Tue Aug 11 14:19:31 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) [pid: 7|app: 0|req: 699/1334] 10.0.0.249 () {32 vars in 663 bytes} [Tue Aug 11 14:19:31 2026] GET /v2.0/security-groups => 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: 636/1335] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:19:30 2026] POST /v2.0/routers => generated 688 bytes in 1991 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1336] 10.0.0.249 () {32 vars in 721 bytes} [Tue Aug 11 14:19:32 2026] GET /v2.0/routers/5ad93aa7-197f-4b54-839e-33a0f3f146b6 => generated 694 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1337] 10.0.0.249 () {32 vars in 647 bytes} [Tue Aug 11 14:19:32 2026] GET /v2.0/routers => generated 697 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1338] 10.0.0.249 () {34 vars in 741 bytes} [Tue Aug 11 14:19:32 2026] PUT /v2.0/routers/5ad93aa7-197f-4b54-839e-33a0f3f146b6 => generated 701 bytes in 399 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1339] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:19:32 2026] GET /v2.0/security-groups?tenant_id=2ef9a0c56cb5416d98f98ba0eea63dce&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1340] 10.0.0.249 () {32 vars in 721 bytes} [Tue Aug 11 14:19:32 2026] GET /v2.0/routers/5ad93aa7-197f-4b54-839e-33a0f3f146b6 => generated 701 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1341] 10.0.0.249 () {32 vars in 736 bytes} [Tue Aug 11 14:19:32 2026] GET /v2.0/ports?device_id=5ad93aa7-197f-4b54-839e-33a0f3f146b6 => 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: 639/1342] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:19:32 2026] DELETE /v2.0/security-groups/bb8882ba-2506-47b4-bf76-f549d80aee3b => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:19:32.940 7 INFO neutron_taas.services.taas.taas_plugin [None req-ca5f61ed-db14-458a-84e6-08ad607f1245 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] TaaS: Handle Delete Port: bcc067f3-b80b-4dca-bf62-9a9020717343 2026-08-11 14:19:32.942 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca5f61ed-db14-458a-84e6-08ad607f1245 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] Tap Mirror: Handle Delete Port: bcc067f3-b80b-4dca-bf62-9a9020717343 2026-08-11 14:19:33.181 7 INFO neutron_taas.services.taas.taas_plugin [None req-ca5f61ed-db14-458a-84e6-08ad607f1245 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] TaaS: Handle Delete Port: d681ce5b-e8fb-434e-bf0e-2eadd62912db 2026-08-11 14:19:33.185 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca5f61ed-db14-458a-84e6-08ad607f1245 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] Tap Mirror: Handle Delete Port: d681ce5b-e8fb-434e-bf0e-2eadd62912db 2026-08-11 14:19:33.551 7 INFO neutron.services.segments.plugin [-] Segment 15cd679e-bcf7-4481-a509-bb9484a99e53 resource provider aggregate not found 2026-08-11 14:19:33.552 7 INFO neutron.services.segments.plugin [-] Segment 15cd679e-bcf7-4481-a509-bb9484a99e53 resource provider aggregate not found 2026-08-11 14:19:33.570 7 INFO neutron.db.l3_hamode_db [None req-ca5f61ed-db14-458a-84e6-08ad607f1245 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] HA network 9986703f-73cd-4016-a796-b0580e2706eb was deleted as no HA routers are present in tenant f687759853424d2daf4af4e9d9950070. 2026-08-11 14:19:33.575 7 INFO neutron.services.segments.plugin [-] Segment 15cd679e-bcf7-4481-a509-bb9484a99e53 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15cd679e-bcf7-4481-a509-bb9484a99e53 found for delete ", "request_id": "req-272fab13-76e7-4fed-8ca6-9d039c6e7594"}]} 2026-08-11 14:19:33.578 7 INFO neutron.services.segments.plugin [-] Segment 15cd679e-bcf7-4481-a509-bb9484a99e53 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15cd679e-bcf7-4481-a509-bb9484a99e53 found for delete ", "request_id": "req-d2c79946-ea24-4428-9a44-49f1fe7bd232"}]} [pid: 7|app: 0|req: 704/1343] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:32 2026] DELETE /v2.0/routers/5ad93aa7-197f-4b54-839e-33a0f3f146b6 => generated 0 bytes in 868 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1344] 10.0.0.249 () {32 vars in 736 bytes} [Tue Aug 11 14:19:33 2026] GET /v2.0/ports?device_id=5ad93aa7-197f-4b54-839e-33a0f3f146b6 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:19:33.630 7 INFO neutron.api.v2.resource [None req-dd25de72-4ef9-4141-b086-bcea0ba57f1b 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 705/1345] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:33 2026] DELETE /v2.0/routers/5ad93aa7-197f-4b54-839e-33a0f3f146b6 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1346] 10.0.0.249 () {32 vars in 736 bytes} [Tue Aug 11 14:19:33 2026] GET /v2.0/ports?device_id=e8dee2ed-ed09-41dc-aaeb-ac8a057b9862 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:19:33.669 7 INFO neutron.api.v2.resource [None req-12b2b68c-1b64-4a5c-be52-d2ae772420e0 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 706/1347] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:33 2026] DELETE /v2.0/routers/e8dee2ed-ed09-41dc-aaeb-ac8a057b9862 => generated 135 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 14:19:33.686 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5984d724-9e84-4994-ac40-aff2e5ec98c9 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 642/1348] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:33 2026] DELETE /v2.0/subnets/be69bc28-712b-4417-83af-a32de5dff87d => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1349] 10.0.0.249 () {32 vars in 736 bytes} [Tue Aug 11 14:19:33 2026] GET /v2.0/ports?device_id=5a503205-9b6d-411d-8f7e-0c05a4c5d99f => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:19:33.733 8 INFO neutron.api.v2.resource [None req-b8ed4b09-20f3-41c8-80f1-ba9d8bf51863 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 643/1350] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:33 2026] DELETE /v2.0/routers/5a503205-9b6d-411d-8f7e-0c05a4c5d99f => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 14:19:33.752 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0d27a74b-8846-4b6f-9cb8-767e8f93f993 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 708/1351] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:33 2026] DELETE /v2.0/subnets/3b496815-7518-4042-a7ad-6aca43f801f8 => 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: 644/1352] 10.0.0.249 () {32 vars in 736 bytes} [Tue Aug 11 14:19:33 2026] GET /v2.0/ports?device_id=8a3f1b64-db36-4cf4-b49c-31f69ce6018a => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:19:33.803 7 INFO neutron.api.v2.resource [None req-6384c3b8-06b6-43f5-be9b-a0fa21df7b40 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 709/1353] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:33 2026] DELETE /v2.0/routers/8a3f1b64-db36-4cf4-b49c-31f69ce6018a => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 14:19:33.837 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0ecb4564-8a17-4fb1-8cc0-d65103e2523a 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 645/1354] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:33 2026] DELETE /v2.0/subnets/51cd487b-ab4e-4e20-8f5a-2de5488d61af => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 14:19:33.852 7 INFO neutron.pecan_wsgi.hooks.translation [None req-28786fc5-56aa-454c-983d-ac8883bc48e7 740b7fa5478949c6bd27147f4dc05546 f687759853424d2daf4af4e9d9950070 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 710/1355] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:33 2026] DELETE /v2.0/subnets/7f83a38d-80b2-416e-a9f8-d9731d27c0b7 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1356] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:19:33 2026] GET /v2.0/security-groups?tenant_id=0294abc3eb6844c38babe14c36429e4b&name=default => generated 2925 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1357] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:19:34 2026] DELETE /v2.0/security-groups/e1c17d8a-6052-4808-801e-1dddb5a994ee => generated 0 bytes in 168 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1358] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:19:34 2026] GET /v2.0/security-groups?tenant_id=f687759853424d2daf4af4e9d9950070&name=default => generated 2925 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1359] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:19:34 2026] DELETE /v2.0/security-groups/38b27651-d6ec-4479-a0f7-88d8321d76d7 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1360] 10.0.0.249 () {34 vars in 677 bytes} [Tue Aug 11 14:19:34 2026] POST /v2.0/subnetpools => generated 549 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1361] 10.0.0.249 () {32 vars in 729 bytes} [Tue Aug 11 14:19:35 2026] GET /v2.0/subnetpools/4333db03-feac-4dec-b753-f0f8efc201cb => generated 549 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1362] 10.0.0.249 () {34 vars in 749 bytes} [Tue Aug 11 14:19:35 2026] PUT /v2.0/subnetpools/4333db03-feac-4dec-b753-f0f8efc201cb => generated 500 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1363] 10.0.0.249 () {32 vars in 732 bytes} [Tue Aug 11 14:19:35 2026] DELETE /v2.0/subnetpools/4333db03-feac-4dec-b753-f0f8efc201cb => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:19:35.200 8 INFO neutron.api.v2.resource [None req-24ede9ad-5e5e-4dcf-a67f-a297012834c6 3b10ad110fcf41aeb8943fdc996011bd 107a241acf7241ffb23f5dffbbb1f28b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 650/1364] 10.0.0.249 () {32 vars in 729 bytes} [Tue Aug 11 14:19:35 2026] GET /v2.0/subnetpools/4333db03-feac-4dec-b753-f0f8efc201cb => generated 145 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 14:19:35.217 7 INFO neutron.api.v2.resource [None req-e42e2f03-dd9e-4f9d-a02b-fd4ddcaa42dd 3b10ad110fcf41aeb8943fdc996011bd 107a241acf7241ffb23f5dffbbb1f28b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 715/1365] 10.0.0.249 () {32 vars in 732 bytes} [Tue Aug 11 14:19:35 2026] DELETE /v2.0/subnetpools/4333db03-feac-4dec-b753-f0f8efc201cb => generated 145 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1366] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:19:35 2026] GET /v2.0/security-groups?tenant_id=107a241acf7241ffb23f5dffbbb1f28b&name=default => generated 2925 bytes in 395 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1367] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:19:36 2026] DELETE /v2.0/security-groups/c0ae3377-fc42-4470-ac53-21cff7f16dfd => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1368] 10.0.0.249 () {32 vars in 623 bytes} [Tue Aug 11 14:19:36 2026] GET / => generated 151 bytes in 12 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1369] 10.0.0.249 () {32 vars in 633 bytes} [Tue Aug 11 14:19:36 2026] GET /v2.0/ => generated 632 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1370] 10.0.0.105 () {34 vars in 990 bytes} [Tue Aug 11 14:19:37 2026] GET /v2.0/ports?device_id=1c6c6da9-9314-4934-b813-2f187bc8ab99 => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1371] 10.0.0.105 () {34 vars in 1040 bytes} [Tue Aug 11 14:19:37 2026] GET /v2.0/security-groups?id=2b571fa1-4090-4079-8e51-b55f1f584773&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1372] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:19:37 2026] GET /v2.0/security-groups?tenant_id=b01eb638ae27451f8b8386ab255b3178&name=default => generated 2925 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1373] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:19:37 2026] DELETE /v2.0/security-groups/894643a6-a3f3-4755-b445-63fedf7c8801 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1374] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:19:39 2026] GET /v2.0/security-groups?tenant_id=a011f292b5634334923ce3281823c4be&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: 656/1375] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:19:39 2026] DELETE /v2.0/security-groups/e46ebf27-2631-4b99-a737-d6e3d1c36a75 => 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: 658/1378] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:19:41 2026] GET /v2.0/security-groups?tenant_id=886fcb1474234227b921ccb8a4ad6a9d&name=default => generated 2925 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1379] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:19:41 2026] DELETE /v2.0/security-groups/ca5d4081-7ce9-47ec-9b6b-783ea0c15489 => 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: 659/1380] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:19:42 2026] GET /v2.0/security-groups?tenant_id=3934dbeef2914ed98cdedbf1244e626c&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1381] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:19:42 2026] DELETE /v2.0/security-groups/8b2c8667-534d-4826-9d0b-11b383896814 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:19:44.458 8 INFO neutron.db.segments_db [None req-75bef3e5-defd-4f18-80f4-54b990f8697b 7136b68d0d3245a8bdf33a02056975a1 6e66fbb2d81d4e12b51e4aa8da45b240 - - default default] Added segment d615598e-76f7-4aa2-a266-4cf67c6475e2 of type vxlan for network 62f718f7-cde5-46b4-8b15-b2733073adf1 [pid: 7|app: 0|req: 723/1382] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:19:44 2026] GET /v2.0/security-groups?tenant_id=d33f9af2bcd14cf98377b66d1d7a1d71&name=default => generated 2925 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1383] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:19:44 2026] DELETE /v2.0/security-groups/765384f6-7ed6-4d75-bdc0-903a8f2cae60 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:19:44.702 8 INFO neutron.db.l3_hamode_db [None req-75bef3e5-defd-4f18-80f4-54b990f8697b 7136b68d0d3245a8bdf33a02056975a1 6e66fbb2d81d4e12b51e4aa8da45b240 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 14:19:44.828 8 INFO neutron.db.l3_hamode_db [None req-75bef3e5-defd-4f18-80f4-54b990f8697b 7136b68d0d3245a8bdf33a02056975a1 6e66fbb2d81d4e12b51e4aa8da45b240 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 660/1384] 10.0.0.249 () {34 vars in 668 bytes} [Tue Aug 11 14:19:44 2026] POST /v2.0/routers => generated 474 bytes in 1335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:19:45.601 7 INFO neutron.db.l3_hamode_db [None req-4acb5d11-f82a-49c3-ad88-fce1be4dcf17 7136b68d0d3245a8bdf33a02056975a1 6e66fbb2d81d4e12b51e4aa8da45b240 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 14:19:45.720 7 INFO neutron.db.l3_hamode_db [None req-4acb5d11-f82a-49c3-ad88-fce1be4dcf17 7136b68d0d3245a8bdf33a02056975a1 6e66fbb2d81d4e12b51e4aa8da45b240 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 725/1385] 10.0.0.249 () {34 vars in 668 bytes} [Tue Aug 11 14:19:45 2026] POST /v2.0/routers => generated 474 bytes in 792 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:19:46.394 8 INFO neutron.db.l3_hamode_db [None req-e11f5521-da8e-4484-b931-9baa25ba4418 7136b68d0d3245a8bdf33a02056975a1 6e66fbb2d81d4e12b51e4aa8da45b240 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 14:19:46.522 8 INFO neutron.db.l3_hamode_db [None req-e11f5521-da8e-4484-b931-9baa25ba4418 7136b68d0d3245a8bdf33a02056975a1 6e66fbb2d81d4e12b51e4aa8da45b240 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 14:19:46.742 7 INFO neutron.db.segments_db [None req-00a29b6e-aba4-4999-9db4-a6f4812e94a8 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Added segment 45ad2c31-6431-4f54-b4cc-f47bf9cc3718 of type vxlan for network e8ff4643-e9ee-4494-a664-79af345b01a0 [pid: 7|app: 0|req: 726/1386] 10.0.0.249 () {34 vars in 671 bytes} [Tue Aug 11 14:19:46 2026] POST /v2.0/networks => generated 722 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1387] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:19:46 2026] POST /v2.0/subnets => generated 688 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:19:47.085 7 INFO neutron.db.segments_db [None req-7c2a7b0a-8ee8-4e77-979c-b04d3d4cc923 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Added segment 3896d602-f9ac-4685-bfb8-b9b5a748c821 of type vxlan for network f0fd818b-b69d-4362-9195-a809fc05f2f0 [pid: 8|app: 0|req: 661/1388] 10.0.0.249 () {34 vars in 668 bytes} [Tue Aug 11 14:19:46 2026] POST /v2.0/routers => generated 474 bytes in 752 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:19:47.125 8 INFO neutron.db.l3_hamode_db [None req-7b11b60a-4dcf-448b-850c-fea5c404a32a 7136b68d0d3245a8bdf33a02056975a1 6e66fbb2d81d4e12b51e4aa8da45b240 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 14:19:47.243 8 INFO neutron.db.l3_hamode_db [None req-7b11b60a-4dcf-448b-850c-fea5c404a32a 7136b68d0d3245a8bdf33a02056975a1 6e66fbb2d81d4e12b51e4aa8da45b240 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 14:19:47.344 7 INFO neutron.db.l3_hamode_db [None req-7c2a7b0a-8ee8-4e77-979c-b04d3d4cc923 deb15de0910240b3845a1c6ddc77c8b3 ab340b1c31664e62ba8d808ad406f315 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 662/1389] 10.0.0.249 () {34 vars in 668 bytes} [Tue Aug 11 14:19:47 2026] POST /v2.0/routers => generated 474 bytes in 646 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1390] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:19:47 2026] GET /v2.0/security-groups?tenant_id=96f8709b18a7402b8a0414aa10348716&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:19:47.944 8 INFO neutron.db.l3_hamode_db [None req-afe19b27-3b52-4ec0-9707-1767e15dc277 7136b68d0d3245a8bdf33a02056975a1 6e66fbb2d81d4e12b51e4aa8da45b240 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 14:19:48.081 8 INFO neutron.db.l3_hamode_db [None req-afe19b27-3b52-4ec0-9707-1767e15dc277 7136b68d0d3245a8bdf33a02056975a1 6e66fbb2d81d4e12b51e4aa8da45b240 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 14:19:48.089 7 INFO neutron.db.l3_hamode_db [None req-7c2a7b0a-8ee8-4e77-979c-b04d3d4cc923 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 728/1391] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:19:47 2026] POST /v2.0/routers => generated 728 bytes in 1940 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1392] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:19:48 2026] DELETE /v2.0/security-groups/b2a05abd-5ef6-44da-b44c-5f1d5d5bf668 => 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: 664/1393] 10.0.0.249 () {34 vars in 668 bytes} [Tue Aug 11 14:19:47 2026] POST /v2.0/routers => generated 474 bytes in 1275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1394] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:19:49 2026] GET /v2.0/ports?device_id=1c6c6da9-9314-4934-b813-2f187bc8ab99 => generated 971 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1395] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:19:49 2026] GET /v2.0/security-groups?tenant_id=d40e05b173644bc6a3457d5d7ac28a7b&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1396] 10.0.0.249 () {34 vars in 751 bytes} [Tue Aug 11 14:19:49 2026] PUT /v2.0/routers/0b593a9b-47ce-49c0-ad7e-ff1a5e8ded3c/tags => generated 17 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1397] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:19:49 2026] GET /v2.0/security-groups?id=2b571fa1-4090-4079-8e51-b55f1f584773&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1398] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:19:49 2026] DELETE /v2.0/security-groups/bc5f275e-99a6-481f-b95e-0ae49091692b => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1399] 10.0.0.249 () {34 vars in 751 bytes} [Tue Aug 11 14:19:49 2026] PUT /v2.0/routers/4c5d9edd-836a-4413-a94f-73df709adf78/tags => generated 25 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1400] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:19:49 2026] GET /v2.0/ports?device_id=1c6c6da9-9314-4934-b813-2f187bc8ab99 => 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: 672/1401] 10.0.0.249 () {34 vars in 751 bytes} [Tue Aug 11 14:19:49 2026] PUT /v2.0/routers/91d32f6d-a126-4c13-8840-c9142bf93274/tags => generated 34 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1402] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:19:49 2026] GET /v2.0/security-groups?id=2b571fa1-4090-4079-8e51-b55f1f584773&fields=id&fields=name => generated 112 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1403] 10.0.0.249 () {34 vars in 751 bytes} [Tue Aug 11 14:19:49 2026] PUT /v2.0/routers/0a27f477-5aef-4171-bbf5-1f041aef5427/tags => generated 19 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1404] 10.0.0.249 () {32 vars in 664 bytes} [Tue Aug 11 14:19:50 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1405] 10.0.0.249 () {32 vars in 678 bytes} [Tue Aug 11 14:19:50 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1406] 10.0.0.249 () {32 vars in 674 bytes} [Tue Aug 11 14:19:50 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1407] 10.0.0.249 () {32 vars in 686 bytes} [Tue Aug 11 14:19:50 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1408] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:19:50 2026] GET /v2.0/ports?device_id=1c6c6da9-9314-4934-b813-2f187bc8ab99 => generated 971 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1409] 10.0.0.249 () {32 vars in 672 bytes} [Tue Aug 11 14:19:50 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1410] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:19:50 2026] GET /v2.0/security-groups?id=2b571fa1-4090-4079-8e51-b55f1f584773&fields=id&fields=name => generated 112 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1411] 10.0.0.249 () {32 vars in 686 bytes} [Tue Aug 11 14:19:50 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1412] 10.0.0.249 () {32 vars in 682 bytes} [Tue Aug 11 14:19:50 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1413] 10.0.0.249 () {32 vars in 694 bytes} [Tue Aug 11 14:19:50 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1414] 10.0.0.249 () {34 vars in 783 bytes} [Tue Aug 11 14:19:49 2026] PUT /v2.0/routers/64bd544e-6ab5-4cb4-af5f-38e3ca368171/add_router_interface => generated 309 bytes in 1667 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1415] 10.0.0.249 () {32 vars in 721 bytes} [Tue Aug 11 14:19:50 2026] GET /v2.0/routers/0b593a9b-47ce-49c0-ad7e-ff1a5e8ded3c => generated 485 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1416] 10.0.0.249 () {34 vars in 742 bytes} [Tue Aug 11 14:19:50 2026] PUT /v2.0/routers/0b593a9b-47ce-49c0-ad7e-ff1a5e8ded3c => generated 485 bytes in 635 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1417] 10.0.0.249 () {32 vars in 736 bytes} [Tue Aug 11 14:19:51 2026] GET /v2.0/ports?device_id=0b593a9b-47ce-49c0-ad7e-ff1a5e8ded3c => 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: 687/1418] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:19:51 2026] GET /v2.0/ports?device_id=1c6c6da9-9314-4934-b813-2f187bc8ab99 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1419] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:19:51 2026] GET /v2.0/security-groups?id=2b571fa1-4090-4079-8e51-b55f1f584773&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:19:51.710 7 INFO neutron_taas.services.taas.taas_plugin [None req-bf4f8ca8-6330-4508-ae96-1b1e44401030 7136b68d0d3245a8bdf33a02056975a1 6e66fbb2d81d4e12b51e4aa8da45b240 - - default default] TaaS: Handle Delete Port: c3eb6a5f-675a-4098-9db3-a549d00ae29c 2026-08-11 14:19:51.713 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf4f8ca8-6330-4508-ae96-1b1e44401030 7136b68d0d3245a8bdf33a02056975a1 6e66fbb2d81d4e12b51e4aa8da45b240 - - default default] Tap Mirror: Handle Delete Port: c3eb6a5f-675a-4098-9db3-a549d00ae29c [pid: 7|app: 0|req: 732/1420] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:51 2026] DELETE /v2.0/routers/0b593a9b-47ce-49c0-ad7e-ff1a5e8ded3c => generated 0 bytes in 454 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1421] 10.0.0.249 () {32 vars in 721 bytes} [Tue Aug 11 14:19:51 2026] GET /v2.0/routers/4c5d9edd-836a-4413-a94f-73df709adf78 => generated 493 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:19:52.021 8 INFO neutron.db.segments_db [None req-7b8e09b2-64cd-4db7-bca5-c1f8dd5fd68b deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Added segment 4c41ecf9-3259-405f-aa2c-6668c6800a2a of type vxlan for network ecabbf70-eff2-4664-b1eb-257cfe52b16b [pid: 8|app: 0|req: 689/1422] 10.0.0.249 () {34 vars in 671 bytes} [Tue Aug 11 14:19:51 2026] POST /v2.0/networks => generated 720 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1423] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:19:52 2026] GET /v2.0/ports?tenant_id=c0b4a2d2b37d4e51a7c30f21556131ad&device_id=1c6c6da9-9314-4934-b813-2f187bc8ab99 => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1424] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:19:52 2026] POST /v2.0/subnets => generated 686 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1425] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:19:52 2026] GET /v2.0/networks?id=12d8a994-931a-481c-84ef-8fb7d7395022 => generated 771 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:19:52.468 8 INFO neutron.db.segments_db [None req-c5cdea05-e3fc-49cf-840a-f5f49415f711 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Added segment f35d79fa-2b5d-41a1-91f8-35c1ee7d6017 of type vxlan for network 770399be-6ef8-4e3f-a90e-7fa9cf212171 [pid: 7|app: 0|req: 734/1426] 10.0.0.249 () {34 vars in 742 bytes} [Tue Aug 11 14:19:52 2026] PUT /v2.0/routers/4c5d9edd-836a-4413-a94f-73df709adf78 => generated 493 bytes in 589 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1427] 199.204.45.223 () {34 vars in 1058 bytes} [Tue Aug 11 14:19:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=f0241f79-ad6e-4010-9381-9d88101aae02 => generated 860 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1428] 10.0.0.249 () {32 vars in 736 bytes} [Tue Aug 11 14:19:52 2026] GET /v2.0/ports?device_id=4c5d9edd-836a-4413-a94f-73df709adf78 => 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: 737/1429] 199.204.45.223 () {34 vars in 984 bytes} [Tue Aug 11 14:19:52 2026] GET /v2.0/subnets?id=2f367249-6342-475c-8c61-283497a40b92 => generated 693 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:19:52.752 8 INFO neutron.db.l3_hamode_db [None req-c5cdea05-e3fc-49cf-840a-f5f49415f711 deb15de0910240b3845a1c6ddc77c8b3 73eb78fa168b4bfc9589911ca0735294 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 14:19:52.848 7 INFO neutron_taas.services.taas.taas_plugin [None req-d26e7cf5-d290-461b-9cb4-f06907ec95d1 7136b68d0d3245a8bdf33a02056975a1 6e66fbb2d81d4e12b51e4aa8da45b240 - - default default] TaaS: Handle Delete Port: 369fae2e-2f9b-4837-bdc7-cdc4d9f2eb84 2026-08-11 14:19:52.853 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d26e7cf5-d290-461b-9cb4-f06907ec95d1 7136b68d0d3245a8bdf33a02056975a1 6e66fbb2d81d4e12b51e4aa8da45b240 - - default default] Tap Mirror: Handle Delete Port: 369fae2e-2f9b-4837-bdc7-cdc4d9f2eb84 [pid: 7|app: 0|req: 738/1430] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:52 2026] DELETE /v2.0/routers/4c5d9edd-836a-4413-a94f-73df709adf78 => generated 0 bytes in 364 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1431] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:19:53 2026] GET /v2.0/ports?network_id=12d8a994-931a-481c-84ef-8fb7d7395022&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: 740/1432] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:19:53 2026] GET /v2.0/ports?device_id=1c6c6da9-9314-4934-b813-2f187bc8ab99 => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1433] 10.0.0.249 () {32 vars in 721 bytes} [Tue Aug 11 14:19:53 2026] GET /v2.0/routers/91d32f6d-a126-4c13-8840-c9142bf93274 => generated 502 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1434] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:19:53 2026] GET /v2.0/networks/12d8a994-931a-481c-84ef-8fb7d7395022?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: 743/1435] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:19:53 2026] GET /v2.0/security-groups?id=2b571fa1-4090-4079-8e51-b55f1f584773&fields=id&fields=name => generated 112 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:19:53.538 8 INFO neutron.db.l3_hamode_db [None req-c5cdea05-e3fc-49cf-840a-f5f49415f711 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 744/1436] 10.0.0.249 () {34 vars in 742 bytes} [Tue Aug 11 14:19:53 2026] PUT /v2.0/routers/91d32f6d-a126-4c13-8840-c9142bf93274 => generated 502 bytes in 576 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1437] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:19:53 2026] GET /v2.0/networks/12d8a994-931a-481c-84ef-8fb7d7395022?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: 7|app: 0|req: 746/1438] 10.0.0.249 () {32 vars in 736 bytes} [Tue Aug 11 14:19:53 2026] GET /v2.0/ports?device_id=91d32f6d-a126-4c13-8840-c9142bf93274 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:19:54.128 7 INFO neutron_taas.services.taas.taas_plugin [None req-40541448-4635-4ce4-baa4-82ba6c011f69 7136b68d0d3245a8bdf33a02056975a1 6e66fbb2d81d4e12b51e4aa8da45b240 - - default default] TaaS: Handle Delete Port: bf8cdaf3-2c99-4a76-ac6e-9a5591b3ed89 2026-08-11 14:19:54.130 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40541448-4635-4ce4-baa4-82ba6c011f69 7136b68d0d3245a8bdf33a02056975a1 6e66fbb2d81d4e12b51e4aa8da45b240 - - default default] Tap Mirror: Handle Delete Port: bf8cdaf3-2c99-4a76-ac6e-9a5591b3ed89 [pid: 7|app: 0|req: 747/1439] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:53 2026] DELETE /v2.0/routers/91d32f6d-a126-4c13-8840-c9142bf93274 => generated 0 bytes in 391 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1440] 10.0.0.249 () {32 vars in 721 bytes} [Tue Aug 11 14:19:54 2026] GET /v2.0/routers/0a27f477-5aef-4171-bbf5-1f041aef5427 => generated 487 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1441] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:19:54 2026] GET /v2.0/ports?device_id=1c6c6da9-9314-4934-b813-2f187bc8ab99 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1442] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:19:52 2026] POST /v2.0/routers => generated 726 bytes in 2100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1443] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:19:54 2026] GET /v2.0/security-groups?id=2b571fa1-4090-4079-8e51-b55f1f584773&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: 750/1444] 10.0.0.249 () {34 vars in 742 bytes} [Tue Aug 11 14:19:54 2026] PUT /v2.0/routers/0a27f477-5aef-4171-bbf5-1f041aef5427 => generated 487 bytes in 616 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1445] 10.0.0.249 () {32 vars in 736 bytes} [Tue Aug 11 14:19:55 2026] GET /v2.0/ports?device_id=0a27f477-5aef-4171-bbf5-1f041aef5427 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:19:55.293 7 INFO neutron_taas.services.taas.taas_plugin [None req-e3268a41-b7c8-4e89-b146-11e8eac766c5 7136b68d0d3245a8bdf33a02056975a1 6e66fbb2d81d4e12b51e4aa8da45b240 - - default default] TaaS: Handle Delete Port: 38c421dd-f327-4380-ab63-f3488714787c 2026-08-11 14:19:55.297 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3268a41-b7c8-4e89-b146-11e8eac766c5 7136b68d0d3245a8bdf33a02056975a1 6e66fbb2d81d4e12b51e4aa8da45b240 - - default default] Tap Mirror: Handle Delete Port: 38c421dd-f327-4380-ab63-f3488714787c [pid: 7|app: 0|req: 752/1446] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:55 2026] DELETE /v2.0/routers/0a27f477-5aef-4171-bbf5-1f041aef5427 => generated 0 bytes in 417 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1447] 10.0.0.249 () {32 vars in 721 bytes} [Tue Aug 11 14:19:55 2026] GET /v2.0/routers/d3a7dcfc-c374-4ac1-b205-55697e3f2822 => generated 480 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1448] 10.0.0.249 () {34 vars in 783 bytes} [Tue Aug 11 14:19:54 2026] PUT /v2.0/routers/ff100c6e-069e-4d8f-be4e-241a12b54145/add_router_interface => generated 309 bytes in 1222 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1449] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:19:55 2026] GET /v2.0/ports?device_id=1c6c6da9-9314-4934-b813-2f187bc8ab99 => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1450] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:19:55 2026] GET /v2.0/security-groups?id=2b571fa1-4090-4079-8e51-b55f1f584773&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1451] 10.0.0.249 () {34 vars in 742 bytes} [Tue Aug 11 14:19:55 2026] PUT /v2.0/routers/d3a7dcfc-c374-4ac1-b205-55697e3f2822 => generated 480 bytes in 598 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1452] 10.0.0.249 () {32 vars in 736 bytes} [Tue Aug 11 14:19:56 2026] GET /v2.0/ports?device_id=d3a7dcfc-c374-4ac1-b205-55697e3f2822 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:19:56.417 7 INFO neutron_taas.services.taas.taas_plugin [None req-42fbe852-e616-4c88-88a3-ce3854167c7e 7136b68d0d3245a8bdf33a02056975a1 6e66fbb2d81d4e12b51e4aa8da45b240 - - default default] TaaS: Handle Delete Port: cb28b492-dea9-4779-ad66-a37c4c51fa0a 2026-08-11 14:19:56.419 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42fbe852-e616-4c88-88a3-ce3854167c7e 7136b68d0d3245a8bdf33a02056975a1 6e66fbb2d81d4e12b51e4aa8da45b240 - - default default] Tap Mirror: Handle Delete Port: cb28b492-dea9-4779-ad66-a37c4c51fa0a [pid: 8|app: 0|req: 701/1455] 10.0.0.249 () {34 vars in 685 bytes} [Tue Aug 11 14:19:56 2026] POST /v2.0/security-groups => generated 1673 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-11 14:19:56.772 7 INFO neutron.services.segments.plugin [-] Segment d615598e-76f7-4aa2-a266-4cf67c6475e2 resource provider aggregate not found 2026-08-11 14:19:56.784 7 INFO neutron.services.segments.plugin [-] Segment d615598e-76f7-4aa2-a266-4cf67c6475e2 resource provider aggregate not found 2026-08-11 14:19:56.791 7 INFO neutron.services.segments.plugin [-] Segment d615598e-76f7-4aa2-a266-4cf67c6475e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d615598e-76f7-4aa2-a266-4cf67c6475e2 found for delete ", "request_id": "req-5d2956b2-a619-4e53-af85-1ba26c5871f8"}]} 2026-08-11 14:19:56.797 7 INFO neutron.services.segments.plugin [-] Segment d615598e-76f7-4aa2-a266-4cf67c6475e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d615598e-76f7-4aa2-a266-4cf67c6475e2 found for delete ", "request_id": "req-0a8b7b50-1ea1-4412-841f-09d2176fedfa"}]} [pid: 8|app: 0|req: 702/1456] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:19:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:19:56.813 7 INFO neutron.db.l3_hamode_db [None req-42fbe852-e616-4c88-88a3-ce3854167c7e 7136b68d0d3245a8bdf33a02056975a1 6e66fbb2d81d4e12b51e4aa8da45b240 - - default default] HA network 62f718f7-cde5-46b4-8b15-b2733073adf1 was deleted as no HA routers are present in tenant 6e66fbb2d81d4e12b51e4aa8da45b240. [pid: 7|app: 0|req: 755/1457] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:19:56 2026] DELETE /v2.0/routers/d3a7dcfc-c374-4ac1-b205-55697e3f2822 => generated 0 bytes in 583 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1458] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:19:56 2026] POST /v2.0/security-group-rules => generated 596 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1459] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:19:56 2026] GET /v2.0/ports?device_id=1c6c6da9-9314-4934-b813-2f187bc8ab99 => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1460] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:19:57 2026] GET /v2.0/security-groups?id=2b571fa1-4090-4079-8e51-b55f1f584773&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: 756/1461] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:19:56 2026] POST /v2.0/security-group-rules => generated 602 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1462] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:19:57 2026] POST /v2.0/security-group-rules => generated 601 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:19:57.368 7 INFO neutron.db.securitygroups_db [None req-9cc6f0e3-10ff-49f9-9b98-d42665374a28 b8baedeab3704e5f8eb173d30351150e ab340b1c31664e62ba8d808ad406f315 - - default default] Project ab340b1c31664e62ba8d808ad406f315 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: 757/1463] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:19:57 2026] POST /v2.0/security-group-rules => generated 607 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:19:57.541 8 INFO neutron.db.securitygroups_db [None req-3c1cee21-ae57-47bd-bb3d-3406f2cd505c b8baedeab3704e5f8eb173d30351150e ab340b1c31664e62ba8d808ad406f315 - - default default] Project ab340b1c31664e62ba8d808ad406f315 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: 707/1464] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:19:57 2026] POST /v2.0/security-group-rules => generated 606 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1465] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:19:57 2026] GET /v2.0/security-groups?tenant_id=7ac2cb1f360b49a793076be856aeca30&name=default => generated 2925 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1466] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:19:58 2026] DELETE /v2.0/security-groups/01a4287c-7a8b-4fca-9d48-cc13a3c413ae => 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: 708/1467] 10.0.0.249 () {34 vars in 685 bytes} [Tue Aug 11 14:19:58 2026] POST /v2.0/security-groups => generated 1659 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1468] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:19:58 2026] GET /v2.0/ports?device_id=1c6c6da9-9314-4934-b813-2f187bc8ab99 => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1469] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:19:58 2026] GET /v2.0/security-groups?id=2b571fa1-4090-4079-8e51-b55f1f584773&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: 709/1470] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:19:58 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1471] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:19:58 2026] POST /v2.0/security-group-rules => generated 602 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1472] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:19:58 2026] GET /v2.0/security-groups?tenant_id=8d181ee8bf904d13b51a9c8f508a5b39&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1473] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:19:58 2026] DELETE /v2.0/security-groups/6289b60e-fa67-4ae7-a535-513ce006b151 => 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: 764/1474] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:19:58 2026] GET /v2.0/security-groups?tenant_id=6e66fbb2d81d4e12b51e4aa8da45b240&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1475] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:19:58 2026] DELETE /v2.0/security-groups/5d87cbcc-5425-422b-84c6-f617a3a4e9a7 => 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: 711/1476] 10.0.0.249 () {34 vars in 676 bytes} [Tue Aug 11 14:19:58 2026] POST /v2.0/floatingips => generated 552 bytes in 563 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1477] 10.0.0.141 () {34 vars in 1098 bytes} [Tue Aug 11 14:19:59 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-264752827&fields=id&tenant_id=ab340b1c31664e62ba8d808ad406f315 => generated 69 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1478] 10.0.0.141 () {34 vars in 1098 bytes} [Tue Aug 11 14:19:59 2026] GET /v2.0/security-groups?name=tempest-securitygroup--878290391&fields=id&tenant_id=ab340b1c31664e62ba8d808ad406f315 => generated 69 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1479] 10.0.0.141 () {34 vars in 982 bytes} [Tue Aug 11 14:19:59 2026] GET /v2.0/networks?id=e8ff4643-e9ee-4494-a664-79af345b01a0 => generated 673 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1480] 10.0.0.141 () {34 vars in 965 bytes} [Tue Aug 11 14:19:59 2026] GET /v2.0/quotas/ab340b1c31664e62ba8d808ad406f315 => 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: 768/1481] 10.0.0.141 () {34 vars in 1002 bytes} [Tue Aug 11 14:19:59 2026] GET /v2.0/ports?tenant_id=ab340b1c31664e62ba8d808ad406f315&fields=id => generated 103 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1482] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:19:59 2026] GET /v2.0/ports?device_id=1c6c6da9-9314-4934-b813-2f187bc8ab99 => 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: 715/1483] 10.0.0.141 () {34 vars in 1008 bytes} [Tue Aug 11 14:19:59 2026] GET /v2.0/networks/e8ff4643-e9ee-4494-a664-79af345b01a0?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1484] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:19:59 2026] GET /v2.0/security-groups?id=2b571fa1-4090-4079-8e51-b55f1f584773&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1485] 10.0.0.141 () {34 vars in 1108 bytes} [Tue Aug 11 14:19:59 2026] GET /v2.0/networks/e8ff4643-e9ee-4494-a664-79af345b01a0?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: 770/1486] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:19:59 2026] GET /v2.0/ports?device_id=b4bc2b02-5f29-4bd5-a1e9-345598584d09 => 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: 717/1487] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:00 2026] GET /v2.0/ports?device_id=1c6c6da9-9314-4934-b813-2f187bc8ab99 => 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: 771/1488] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:20:00 2026] GET /v2.0/security-groups?id=2b571fa1-4090-4079-8e51-b55f1f584773&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1489] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:00 2026] GET /v2.0/ports?device_id=b4bc2b02-5f29-4bd5-a1e9-345598584d09 => 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: 772/1490] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:01 2026] GET /v2.0/ports?device_id=1c6c6da9-9314-4934-b813-2f187bc8ab99 => 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: 719/1491] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:20:01 2026] GET /v2.0/security-groups?id=2b571fa1-4090-4079-8e51-b55f1f584773&fields=id&fields=name => generated 112 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1492] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:01 2026] GET /v2.0/ports?device_id=b4bc2b02-5f29-4bd5-a1e9-345598584d09 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:20:02.651 8 INFO neutron.db.segments_db [None req-a778ea89-fc38-454c-8ffa-360358ceda55 3fad8eb95fb242a0b7705ccf60f6acbb a41a40fd16384ea3a4f23a7dacf0b289 - - default default] Added segment 4b0aba17-9583-4f7f-95dd-de3c82ad416a of type vxlan for network 69ffc2ec-6e5f-4553-90b9-8b3b1ea86863 [pid: 8|app: 0|req: 720/1493] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:20:02 2026] POST /v2.0/networks => generated 613 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1494] 10.0.0.249 () {34 vars in 753 bytes} [Tue Aug 11 14:20:02 2026] PUT /v2.0/networks/69ffc2ec-6e5f-4553-90b9-8b3b1ea86863/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1495] 10.0.0.249 () {32 vars in 733 bytes} [Tue Aug 11 14:20:02 2026] GET /v2.0/networks/69ffc2ec-6e5f-4553-90b9-8b3b1ea86863/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1496] 10.0.0.249 () {34 vars in 764 bytes} [Tue Aug 11 14:20:02 2026] PUT /v2.0/networks/69ffc2ec-6e5f-4553-90b9-8b3b1ea86863/tags/green => generated 4 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1497] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:02 2026] GET /v2.0/ports?device_id=1c6c6da9-9314-4934-b813-2f187bc8ab99 => 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: 777/1498] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:03 2026] GET /v2.0/ports?device_id=b4bc2b02-5f29-4bd5-a1e9-345598584d09 => 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: 778/1499] 10.0.0.249 () {32 vars in 733 bytes} [Tue Aug 11 14:20:03 2026] GET /v2.0/networks/69ffc2ec-6e5f-4553-90b9-8b3b1ea86863/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1500] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:20:02 2026] GET /v2.0/security-groups?tenant_id=b8cec40750704a4cb4480ca72e58064e&name=default => generated 2925 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1501] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:20:03 2026] GET /v2.0/security-groups?id=2b571fa1-4090-4079-8e51-b55f1f584773&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: 723/1502] 10.0.0.249 () {34 vars in 760 bytes} [Tue Aug 11 14:20:03 2026] PUT /v2.0/networks/69ffc2ec-6e5f-4553-90b9-8b3b1ea86863/tags/red => generated 4 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1503] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:20:03 2026] DELETE /v2.0/security-groups/99d2e1ce-829c-45cc-8e10-06d50a2dc014 => 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: 724/1504] 10.0.0.249 () {32 vars in 733 bytes} [Tue Aug 11 14:20:03 2026] GET /v2.0/networks/69ffc2ec-6e5f-4553-90b9-8b3b1ea86863/tags => generated 34 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1505] 10.0.0.249 () {34 vars in 782 bytes} [Tue Aug 11 14:20:03 2026] PUT /v2.0/networks/69ffc2ec-6e5f-4553-90b9-8b3b1ea86863/tags/black.or.white => generated 4 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1506] 10.0.0.249 () {32 vars in 733 bytes} [Tue Aug 11 14:20:03 2026] GET /v2.0/networks/69ffc2ec-6e5f-4553-90b9-8b3b1ea86863/tags => generated 52 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1507] 10.0.0.249 () {34 vars in 753 bytes} [Tue Aug 11 14:20:03 2026] PUT /v2.0/networks/69ffc2ec-6e5f-4553-90b9-8b3b1ea86863/tags => generated 37 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1508] 10.0.0.249 () {32 vars in 733 bytes} [Tue Aug 11 14:20:03 2026] GET /v2.0/networks/69ffc2ec-6e5f-4553-90b9-8b3b1ea86863/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1509] 10.0.0.249 () {32 vars in 741 bytes} [Tue Aug 11 14:20:03 2026] GET /v2.0/networks/69ffc2ec-6e5f-4553-90b9-8b3b1ea86863/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:20:03.713 8 INFO neutron.api.v2.resource [None req-2d672a1a-17ff-489b-89af-762e2aabf17b 3fad8eb95fb242a0b7705ccf60f6acbb a41a40fd16384ea3a4f23a7dacf0b289 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 727/1510] 10.0.0.249 () {32 vars in 745 bytes} [Tue Aug 11 14:20:03 2026] GET /v2.0/networks/69ffc2ec-6e5f-4553-90b9-8b3b1ea86863/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: 784/1511] 10.0.0.249 () {32 vars in 744 bytes} [Tue Aug 11 14:20:03 2026] DELETE /v2.0/networks/69ffc2ec-6e5f-4553-90b9-8b3b1ea86863/tags/red => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1512] 10.0.0.249 () {32 vars in 733 bytes} [Tue Aug 11 14:20:03 2026] GET /v2.0/networks/69ffc2ec-6e5f-4553-90b9-8b3b1ea86863/tags => generated 30 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:20:03.946 7 INFO neutron.api.v2.resource [None req-5908d5ae-8644-4442-96e2-b137da9e61a1 3fad8eb95fb242a0b7705ccf60f6acbb a41a40fd16384ea3a4f23a7dacf0b289 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 785/1513] 10.0.0.249 () {32 vars in 748 bytes} [Tue Aug 11 14:20:03 2026] DELETE /v2.0/networks/69ffc2ec-6e5f-4553-90b9-8b3b1ea86863/tags/green => generated 99 bytes in 96 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1514] 10.0.0.249 () {32 vars in 736 bytes} [Tue Aug 11 14:20:03 2026] DELETE /v2.0/networks/69ffc2ec-6e5f-4553-90b9-8b3b1ea86863/tags => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1515] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:20:04 2026] GET /v2.0/networks?id=e8ff4643-e9ee-4494-a664-79af345b01a0 => generated 673 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1516] 10.0.0.249 () {32 vars in 733 bytes} [Tue Aug 11 14:20:04 2026] GET /v2.0/networks/69ffc2ec-6e5f-4553-90b9-8b3b1ea86863/tags => generated 12 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1517] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:04 2026] GET /v2.0/ports?device_id=b4bc2b02-5f29-4bd5-a1e9-345598584d09 => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1518] 199.204.45.223 () {34 vars in 1050 bytes} [Tue Aug 11 14:20:04 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ab340b1c31664e62ba8d808ad406f315 => generated 272 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:20:04.301 7 INFO neutron.services.segments.plugin [-] Segment 4b0aba17-9583-4f7f-95dd-de3c82ad416a resource provider aggregate not found 2026-08-11 14:20:04.309 7 INFO neutron.services.segments.plugin [-] Segment 4b0aba17-9583-4f7f-95dd-de3c82ad416a resource provider aggregate not found 2026-08-11 14:20:04.328 7 INFO neutron.services.segments.plugin [-] Segment 4b0aba17-9583-4f7f-95dd-de3c82ad416a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b0aba17-9583-4f7f-95dd-de3c82ad416a found for delete ", "request_id": "req-84a3a610-9300-44da-8e46-8a4dff860bf5"}]} 2026-08-11 14:20:04.330 7 INFO neutron.services.segments.plugin [-] Segment 4b0aba17-9583-4f7f-95dd-de3c82ad416a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b0aba17-9583-4f7f-95dd-de3c82ad416a found for delete ", "request_id": "req-43d92cfa-16ad-45b8-8b48-d3e93d7fccc3"}]} [pid: 7|app: 0|req: 788/1519] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:20:04 2026] DELETE /v2.0/networks/69ffc2ec-6e5f-4553-90b9-8b3b1ea86863 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1520] 199.204.45.223 () {38 vars in 955 bytes} [Tue Aug 11 14:20:04 2026] POST /v2.0/ports => generated 993 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1521] 199.204.45.223 () {38 vars in 1028 bytes} [Tue Aug 11 14:20:04 2026] PUT /v2.0/ports/70fdbb02-57ed-45fa-86c2-b802a2fe83ee => generated 1274 bytes in 446 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:20:05.090 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5ee4f0ac-e1ec-494b-9793-1855ee6bb4ad'] response: {'name': 'network-changed', 'server_uuid': 'b4bc2b02-5f29-4bd5-a1e9-345598584d09', 'tag': '70fdbb02-57ed-45fa-86c2-b802a2fe83ee', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 733/1522] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:20:05 2026] GET /v2.0/security-groups?tenant_id=a41a40fd16384ea3a4f23a7dacf0b289&name=default => generated 2925 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1523] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:05 2026] GET /v2.0/ports?device_id=b4bc2b02-5f29-4bd5-a1e9-345598584d09 => generated 1008 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1524] 10.0.0.141 () {34 vars in 1120 bytes} [Tue Aug 11 14:20:05 2026] GET /v2.0/security-groups?id=7d1ccf78-28fc-4699-b64b-2a97ccce59c9&id=bc6115e0-2fb7-4615-8020-5bb16bb1b72d&fields=id&fields=name => generated 205 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1525] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:20:05 2026] DELETE /v2.0/security-groups/461ff8b9-1166-42e2-b9be-6d57723682be => 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: 792/1526] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:20:05 2026] GET /v2.0/security-groups?tenant_id=27ad6414d1f04ff0a073efee4e16508f&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1527] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:20:05 2026] GET /v2.0/ports?tenant_id=ab340b1c31664e62ba8d808ad406f315&device_id=b4bc2b02-5f29-4bd5-a1e9-345598584d09 => generated 1277 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1528] 199.204.45.223 () {34 vars in 1018 bytes} [Tue Aug 11 14:20:05 2026] GET /v2.0/networks?tenant_id=ab340b1c31664e62ba8d808ad406f315&shared=False => generated 769 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1529] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:20:05 2026] DELETE /v2.0/security-groups/161313a0-bcb7-4beb-a54d-e7009fe4577b => 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: 737/1530] 199.204.45.223 () {34 vars in 930 bytes} [Tue Aug 11 14:20:05 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: 8|app: 0|req: 738/1531] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:06 2026] GET /v2.0/ports?device_id=b4bc2b02-5f29-4bd5-a1e9-345598584d09 => generated 1008 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1532] 10.0.0.141 () {34 vars in 1120 bytes} [Tue Aug 11 14:20:06 2026] GET /v2.0/security-groups?id=7d1ccf78-28fc-4699-b64b-2a97ccce59c9&id=bc6115e0-2fb7-4615-8020-5bb16bb1b72d&fields=id&fields=name => generated 205 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:20:06.671 7 INFO neutron.db.segments_db [None req-7a194b08-58b3-4f22-8eb9-b40c59c4a848 d8b82dfba9fb44c9b919384a074524ea 0e965018b69244d7ad185fd1e62c7f1d - - default default] Added segment bccad5e5-3f8e-4bc0-979d-ecf1c2d67cfd of type vxlan for network 914e14dd-1a71-45a4-8969-e51d1a82d4bc [pid: 7|app: 0|req: 794/1533] 10.0.0.249 () {34 vars in 671 bytes} [Tue Aug 11 14:20:06 2026] POST /v2.0/networks => generated 613 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:20:06.810 8 INFO neutron.db.segments_db [None req-238b5812-da72-467a-8f7f-10c2c67f5575 d8b82dfba9fb44c9b919384a074524ea 0e965018b69244d7ad185fd1e62c7f1d - - default default] Added segment c31dde61-4bbd-46eb-9523-215ebb2ea6f3 of type vxlan for network 00442b86-2bfc-47a6-b75f-b188b49de124 [pid: 7|app: 0|req: 795/1534] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:20:06 2026] GET /v2.0/ports?tenant_id=ab340b1c31664e62ba8d808ad406f315&device_id=b4bc2b02-5f29-4bd5-a1e9-345598584d09 => generated 1277 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1535] 199.204.45.223 () {34 vars in 1058 bytes} [Tue Aug 11 14:20:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=70fdbb02-57ed-45fa-86c2-b802a2fe83ee => 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: 797/1536] 199.204.45.223 () {34 vars in 984 bytes} [Tue Aug 11 14:20:06 2026] GET /v2.0/subnets?id=4f2ef244-9a34-4082-b88b-f55d682048a7 => generated 691 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1537] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:20:06 2026] GET /v2.0/ports?network_id=e8ff4643-e9ee-4494-a664-79af345b01a0&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1538] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:20:06 2026] GET /v2.0/networks/e8ff4643-e9ee-4494-a664-79af345b01a0?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1539] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:20:07 2026] GET /v2.0/networks/e8ff4643-e9ee-4494-a664-79af345b01a0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:20:07.135 8 INFO neutron.db.l3_hamode_db [None req-238b5812-da72-467a-8f7f-10c2c67f5575 d8b82dfba9fb44c9b919384a074524ea 0e965018b69244d7ad185fd1e62c7f1d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 801/1540] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:07 2026] GET /v2.0/ports?device_id=b4bc2b02-5f29-4bd5-a1e9-345598584d09 => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1541] 10.0.0.141 () {34 vars in 1120 bytes} [Tue Aug 11 14:20:07 2026] GET /v2.0/security-groups?id=7d1ccf78-28fc-4699-b64b-2a97ccce59c9&id=bc6115e0-2fb7-4615-8020-5bb16bb1b72d&fields=id&fields=name => generated 205 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:20:08.053 8 INFO neutron.db.l3_hamode_db [None req-238b5812-da72-467a-8f7f-10c2c67f5575 d8b82dfba9fb44c9b919384a074524ea 0e965018b69244d7ad185fd1e62c7f1d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 803/1542] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:08 2026] GET /v2.0/ports?device_id=b4bc2b02-5f29-4bd5-a1e9-345598584d09 => generated 1008 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1543] 10.0.0.141 () {34 vars in 1120 bytes} [Tue Aug 11 14:20:08 2026] GET /v2.0/security-groups?id=7d1ccf78-28fc-4699-b64b-2a97ccce59c9&id=bc6115e0-2fb7-4615-8020-5bb16bb1b72d&fields=id&fields=name => generated 205 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1544] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:20:06 2026] POST /v2.0/routers => generated 694 bytes in 2076 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1545] 10.0.0.249 () {32 vars in 776 bytes} [Tue Aug 11 14:20:08 2026] GET /v2.0/subnets?project_id=0e965018b69244d7ad185fd1e62c7f1d&cidr=10.100.0.0%2F28 => generated 14 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1546] 10.0.0.249 () {34 vars in 678 bytes} [Tue Aug 11 14:20:08 2026] POST /v2.0/qos/policies => generated 359 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1547] 10.0.0.249 () {32 vars in 694 bytes} [Tue Aug 11 14:20:09 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1548] 10.0.0.249 () {34 vars in 753 bytes} [Tue Aug 11 14:20:09 2026] PUT /v2.0/policies/7883925a-41ae-41c8-b45d-12903b9659d2/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1549] 10.0.0.249 () {32 vars in 784 bytes} [Tue Aug 11 14:20:09 2026] GET /v2.0/subnets?network_id=295cfb64-f3de-4e04-b390-c76e2c1a4cd0&cidr=10.100.0.0%2F28 => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1550] 10.0.0.249 () {32 vars in 733 bytes} [Tue Aug 11 14:20:09 2026] GET /v2.0/policies/7883925a-41ae-41c8-b45d-12903b9659d2/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1551] 10.0.0.249 () {34 vars in 764 bytes} [Tue Aug 11 14:20:09 2026] PUT /v2.0/policies/7883925a-41ae-41c8-b45d-12903b9659d2/tags/green => 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: 745/1552] 10.0.0.249 () {32 vars in 733 bytes} [Tue Aug 11 14:20:09 2026] GET /v2.0/policies/7883925a-41ae-41c8-b45d-12903b9659d2/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1553] 10.0.0.249 () {34 vars in 760 bytes} [Tue Aug 11 14:20:09 2026] PUT /v2.0/policies/7883925a-41ae-41c8-b45d-12903b9659d2/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: 747/1554] 10.0.0.249 () {32 vars in 733 bytes} [Tue Aug 11 14:20:09 2026] GET /v2.0/policies/7883925a-41ae-41c8-b45d-12903b9659d2/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1555] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:20:09 2026] POST /v2.0/subnets => generated 657 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1556] 10.0.0.249 () {34 vars in 782 bytes} [Tue Aug 11 14:20:09 2026] PUT /v2.0/policies/7883925a-41ae-41c8-b45d-12903b9659d2/tags/black.or.white => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1557] 10.0.0.249 () {32 vars in 733 bytes} [Tue Aug 11 14:20:09 2026] GET /v2.0/policies/7883925a-41ae-41c8-b45d-12903b9659d2/tags => generated 52 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1558] 10.0.0.249 () {34 vars in 753 bytes} [Tue Aug 11 14:20:09 2026] PUT /v2.0/policies/7883925a-41ae-41c8-b45d-12903b9659d2/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1559] 10.0.0.249 () {32 vars in 733 bytes} [Tue Aug 11 14:20:09 2026] GET /v2.0/policies/7883925a-41ae-41c8-b45d-12903b9659d2/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1560] 10.0.0.249 () {32 vars in 741 bytes} [Tue Aug 11 14:20:09 2026] GET /v2.0/policies/7883925a-41ae-41c8-b45d-12903b9659d2/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:20:09.644 8 INFO neutron.api.v2.resource [None req-b3f4d967-11c3-4c2d-9615-efcd36992172 f58bdeb5a19b4d8292625a60a89e6446 838ce9de256d46db91a09509bbc80cc4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 753/1561] 10.0.0.249 () {32 vars in 745 bytes} [Tue Aug 11 14:20:09 2026] GET /v2.0/policies/7883925a-41ae-41c8-b45d-12903b9659d2/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: 754/1562] 10.0.0.249 () {32 vars in 744 bytes} [Tue Aug 11 14:20:09 2026] DELETE /v2.0/policies/7883925a-41ae-41c8-b45d-12903b9659d2/tags/red => 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: 755/1563] 10.0.0.249 () {32 vars in 733 bytes} [Tue Aug 11 14:20:09 2026] GET /v2.0/policies/7883925a-41ae-41c8-b45d-12903b9659d2/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:20:09.793 8 INFO neutron.api.v2.resource [None req-bfaae624-f601-4564-b2cc-0b627ede8eb2 f58bdeb5a19b4d8292625a60a89e6446 838ce9de256d46db91a09509bbc80cc4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 756/1564] 10.0.0.249 () {32 vars in 748 bytes} [Tue Aug 11 14:20:09 2026] DELETE /v2.0/policies/7883925a-41ae-41c8-b45d-12903b9659d2/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1565] 10.0.0.249 () {32 vars in 736 bytes} [Tue Aug 11 14:20:09 2026] DELETE /v2.0/policies/7883925a-41ae-41c8-b45d-12903b9659d2/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: 758/1566] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:09 2026] GET /v2.0/ports?device_id=b4bc2b02-5f29-4bd5-a1e9-345598584d09 => generated 1008 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1567] 10.0.0.249 () {32 vars in 733 bytes} [Tue Aug 11 14:20:09 2026] GET /v2.0/policies/7883925a-41ae-41c8-b45d-12903b9659d2/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1568] 10.0.0.141 () {34 vars in 1120 bytes} [Tue Aug 11 14:20:09 2026] GET /v2.0/security-groups?id=7d1ccf78-28fc-4699-b64b-2a97ccce59c9&id=bc6115e0-2fb7-4615-8020-5bb16bb1b72d&fields=id&fields=name => generated 205 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1569] 10.0.0.249 () {32 vars in 734 bytes} [Tue Aug 11 14:20:10 2026] DELETE /v2.0/qos/policies/7883925a-41ae-41c8-b45d-12903b9659d2 => 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: 762/1570] 199.204.45.223 () {34 vars in 994 bytes} [Tue Aug 11 14:20:10 2026] GET /v2.0/ports?device_id=b4bc2b02-5f29-4bd5-a1e9-345598584d09 => generated 1277 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1571] 199.204.45.223 () {34 vars in 1124 bytes} [Tue Aug 11 14:20:10 2026] GET /v2.0/security-groups?id=bc6115e0-2fb7-4615-8020-5bb16bb1b72d&id=7d1ccf78-28fc-4699-b64b-2a97ccce59c9&fields=id&fields=name => generated 205 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1572] 10.0.0.249 () {34 vars in 783 bytes} [Tue Aug 11 14:20:09 2026] PUT /v2.0/routers/2f5d1f3b-ade5-4467-983b-1a582603367d/add_router_interface => generated 309 bytes in 1450 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1573] 10.0.0.249 () {32 vars in 649 bytes} [Tue Aug 11 14:20:10 2026] GET /v2.0/networks => generated 7958 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1574] 10.0.0.249 () {32 vars in 647 bytes} [Tue Aug 11 14:20:10 2026] GET /v2.0/subnets => generated 6495 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1575] 10.0.0.249 () {32 vars in 647 bytes} [Tue Aug 11 14:20:11 2026] GET /v2.0/routers => generated 2909 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1576] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:11 2026] GET /v2.0/ports?device_id=b4bc2b02-5f29-4bd5-a1e9-345598584d09 => generated 1008 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1577] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:20:10 2026] GET /v2.0/security-groups?tenant_id=838ce9de256d46db91a09509bbc80cc4&name=default => generated 2925 bytes in 338 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1578] 10.0.0.141 () {34 vars in 1120 bytes} [Tue Aug 11 14:20:11 2026] GET /v2.0/security-groups?id=7d1ccf78-28fc-4699-b64b-2a97ccce59c9&id=bc6115e0-2fb7-4615-8020-5bb16bb1b72d&fields=id&fields=name => generated 205 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1579] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:20:11 2026] DELETE /v2.0/security-groups/4af7ae4b-45ff-4dd2-bba9-49ed5c709130 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1582] 10.0.0.249 () {34 vars in 685 bytes} [Tue Aug 11 14:20:11 2026] POST /v2.0/security-groups => generated 1675 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1583] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:20:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1584] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:20:11 2026] GET /v2.0/security-groups?tenant_id=e17d570416484fefa9ad48e18487e345&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: 815/1585] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:20:11 2026] POST /v2.0/security-group-rules => generated 596 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1586] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:20:11 2026] DELETE /v2.0/security-groups/298d6416-eda7-4d07-b542-717eac28ca3a => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1587] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:20:11 2026] POST /v2.0/security-group-rules => generated 602 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1588] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:20:11 2026] POST /v2.0/security-group-rules => generated 601 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:20:12.154 7 INFO neutron.db.securitygroups_db [None req-5b6270fe-9231-4e47-986a-081a634baf0c d8b82dfba9fb44c9b919384a074524ea 0e965018b69244d7ad185fd1e62c7f1d - - default default] Project 0e965018b69244d7ad185fd1e62c7f1d 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: 772/1589] 10.0.0.105 () {34 vars in 990 bytes} [Tue Aug 11 14:20:11 2026] GET /v2.0/ports?device_id=1c6c6da9-9314-4934-b813-2f187bc8ab99 => generated 1240 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1590] 10.0.0.105 () {34 vars in 1040 bytes} [Tue Aug 11 14:20:12 2026] GET /v2.0/security-groups?id=2b571fa1-4090-4079-8e51-b55f1f584773&fields=id&fields=name => generated 112 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1591] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:20:12 2026] POST /v2.0/security-group-rules => generated 607 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:20:12.363 8 INFO neutron.db.securitygroups_db [None req-d1172a86-f2fe-49a1-940a-9e38e2a2f559 d8b82dfba9fb44c9b919384a074524ea 0e965018b69244d7ad185fd1e62c7f1d - - default default] Project 0e965018b69244d7ad185fd1e62c7f1d 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: 774/1592] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:20:12 2026] POST /v2.0/security-group-rules => generated 606 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1593] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:12 2026] GET /v2.0/ports?device_id=b4bc2b02-5f29-4bd5-a1e9-345598584d09 => generated 1010 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1594] 10.0.0.141 () {34 vars in 1120 bytes} [Tue Aug 11 14:20:12 2026] GET /v2.0/security-groups?id=7d1ccf78-28fc-4699-b64b-2a97ccce59c9&id=bc6115e0-2fb7-4615-8020-5bb16bb1b72d&fields=id&fields=name => generated 205 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1595] 10.0.0.249 () {32 vars in 649 bytes} [Tue Aug 11 14:20:12 2026] GET /v2.0/networks => generated 1297 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1596] 10.0.0.141 () {34 vars in 1100 bytes} [Tue Aug 11 14:20:13 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1610611672&fields=id&tenant_id=0e965018b69244d7ad185fd1e62c7f1d => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1597] 10.0.0.141 () {34 vars in 982 bytes} [Tue Aug 11 14:20:13 2026] GET /v2.0/networks?id=914e14dd-1a71-45a4-8969-e51d1a82d4bc => generated 660 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1598] 10.0.0.141 () {34 vars in 965 bytes} [Tue Aug 11 14:20:13 2026] GET /v2.0/quotas/0e965018b69244d7ad185fd1e62c7f1d => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1599] 10.0.0.141 () {34 vars in 1002 bytes} [Tue Aug 11 14:20:13 2026] GET /v2.0/ports?tenant_id=0e965018b69244d7ad185fd1e62c7f1d&fields=id => generated 103 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1600] 10.0.0.141 () {34 vars in 1008 bytes} [Tue Aug 11 14:20:13 2026] GET /v2.0/networks/914e14dd-1a71-45a4-8969-e51d1a82d4bc?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1601] 10.0.0.141 () {34 vars in 1108 bytes} [Tue Aug 11 14:20:13 2026] GET /v2.0/networks/914e14dd-1a71-45a4-8969-e51d1a82d4bc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1602] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:13 2026] GET /v2.0/ports?device_id=b4bc2b02-5f29-4bd5-a1e9-345598584d09 => generated 1010 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1603] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:13 2026] GET /v2.0/ports?device_id=0bc40157-16ff-47a8-a942-98b3c58c6766 => 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: 780/1604] 10.0.0.141 () {34 vars in 1120 bytes} [Tue Aug 11 14:20:13 2026] GET /v2.0/security-groups?id=7d1ccf78-28fc-4699-b64b-2a97ccce59c9&id=bc6115e0-2fb7-4615-8020-5bb16bb1b72d&fields=id&fields=name => generated 205 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1605] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:13 2026] GET /v2.0/ports?device_id=b4bc2b02-5f29-4bd5-a1e9-345598584d09 => generated 1010 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:20:14.384 8 INFO neutron.db.l3_db [None req-93d713e6-8d68-49eb-bb9b-8be63983b002 b8baedeab3704e5f8eb173d30351150e ab340b1c31664e62ba8d808ad406f315 - - default default] Floating IP 3ba5e795-9929-4a5b-8ec6-05cba5b70a41 associated. External IP: 10.96.250.209, port: 70fdbb02-57ed-45fa-86c2-b802a2fe83ee. [pid: 8|app: 0|req: 781/1606] 10.0.0.249 () {34 vars in 749 bytes} [Tue Aug 11 14:20:13 2026] PUT /v2.0/floatingips/3ba5e795-9929-4a5b-8ec6-05cba5b70a41 => generated 855 bytes in 780 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:20:14.772 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-866c68ab-c695-413d-8965-b8b023370438'] response: {'name': 'network-changed', 'server_uuid': 'b4bc2b02-5f29-4bd5-a1e9-345598584d09', 'tag': '70fdbb02-57ed-45fa-86c2-b802a2fe83ee', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 826/1607] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:14 2026] GET /v2.0/ports?device_id=0bc40157-16ff-47a8-a942-98b3c58c6766 => 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: 782/1608] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:20:15 2026] GET /v2.0/ports?tenant_id=ab340b1c31664e62ba8d808ad406f315&device_id=b4bc2b02-5f29-4bd5-a1e9-345598584d09 => generated 1279 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1609] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:20:15 2026] GET /v2.0/networks?id=e8ff4643-e9ee-4494-a664-79af345b01a0 => generated 769 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1610] 199.204.45.223 () {34 vars in 1058 bytes} [Tue Aug 11 14:20:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=70fdbb02-57ed-45fa-86c2-b802a2fe83ee => generated 858 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1611] 199.204.45.223 () {34 vars in 984 bytes} [Tue Aug 11 14:20:15 2026] GET /v2.0/subnets?id=4f2ef244-9a34-4082-b88b-f55d682048a7 => generated 691 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1612] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:20:15 2026] GET /v2.0/ports?network_id=e8ff4643-e9ee-4494-a664-79af345b01a0&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1613] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:20:15 2026] GET /v2.0/networks/e8ff4643-e9ee-4494-a664-79af345b01a0?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1614] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:20:15 2026] GET /v2.0/networks/e8ff4643-e9ee-4494-a664-79af345b01a0?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: 832/1615] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:15 2026] GET /v2.0/ports?device_id=0bc40157-16ff-47a8-a942-98b3c58c6766 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:20:15.923 8 INFO neutron.db.segments_db [None req-d482d346-978a-4872-9e50-0b4e4c8820ff 60116f390702402b9109d7df7be98498 f0c458a7f61e43bdac3821ba4f4b8500 - - default default] Added segment 6bc579b2-3d48-4ae6-97fc-738438366257 of type vxlan for network 281bd5bd-4c19-4e09-a499-d824b20f8ab5 [pid: 8|app: 0|req: 784/1616] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:20:15 2026] POST /v2.0/networks => generated 613 bytes in 551 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1617] 10.0.0.249 () {34 vars in 664 bytes} [Tue Aug 11 14:20:16 2026] POST /v2.0/ports => generated 743 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1618] 10.0.0.249 () {34 vars in 666 bytes} [Tue Aug 11 14:20:16 2026] POST /v2.0/trunks => generated 407 bytes in 243 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: 834/1619] 10.0.0.249 () {34 vars in 749 bytes} [Tue Aug 11 14:20:16 2026] PUT /v2.0/trunks/db1d4f24-49ac-4a83-a8d8-60555a4eff39/tags => generated 25 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1620] 10.0.0.249 () {32 vars in 729 bytes} [Tue Aug 11 14:20:16 2026] GET /v2.0/trunks/db1d4f24-49ac-4a83-a8d8-60555a4eff39/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: 835/1621] 10.0.0.249 () {34 vars in 760 bytes} [Tue Aug 11 14:20:16 2026] PUT /v2.0/trunks/db1d4f24-49ac-4a83-a8d8-60555a4eff39/tags/green => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1622] 10.0.0.249 () {32 vars in 729 bytes} [Tue Aug 11 14:20:16 2026] GET /v2.0/trunks/db1d4f24-49ac-4a83-a8d8-60555a4eff39/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1623] 10.0.0.249 () {34 vars in 756 bytes} [Tue Aug 11 14:20:16 2026] PUT /v2.0/trunks/db1d4f24-49ac-4a83-a8d8-60555a4eff39/tags/red => generated 4 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1624] 10.0.0.249 () {32 vars in 729 bytes} [Tue Aug 11 14:20:16 2026] GET /v2.0/trunks/db1d4f24-49ac-4a83-a8d8-60555a4eff39/tags => generated 34 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1625] 10.0.0.249 () {34 vars in 778 bytes} [Tue Aug 11 14:20:16 2026] PUT /v2.0/trunks/db1d4f24-49ac-4a83-a8d8-60555a4eff39/tags/black.or.white => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1626] 10.0.0.249 () {32 vars in 729 bytes} [Tue Aug 11 14:20:16 2026] GET /v2.0/trunks/db1d4f24-49ac-4a83-a8d8-60555a4eff39/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: 838/1627] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:16 2026] GET /v2.0/ports?device_id=0bc40157-16ff-47a8-a942-98b3c58c6766 => 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: 790/1628] 10.0.0.249 () {34 vars in 749 bytes} [Tue Aug 11 14:20:16 2026] PUT /v2.0/trunks/db1d4f24-49ac-4a83-a8d8-60555a4eff39/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1629] 10.0.0.249 () {32 vars in 729 bytes} [Tue Aug 11 14:20:17 2026] GET /v2.0/trunks/db1d4f24-49ac-4a83-a8d8-60555a4eff39/tags => generated 37 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1630] 10.0.0.249 () {32 vars in 737 bytes} [Tue Aug 11 14:20:17 2026] GET /v2.0/trunks/db1d4f24-49ac-4a83-a8d8-60555a4eff39/tags/red => generated 0 bytes in 19 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:20:17.102 7 INFO neutron.api.v2.resource [None req-09ba0098-b123-4539-8142-e0eec7dd4832 60116f390702402b9109d7df7be98498 f0c458a7f61e43bdac3821ba4f4b8500 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 840/1631] 10.0.0.249 () {32 vars in 741 bytes} [Tue Aug 11 14:20:17 2026] GET /v2.0/trunks/db1d4f24-49ac-4a83-a8d8-60555a4eff39/tags/green => generated 99 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1632] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:20:17 2026] DELETE /v2.0/trunks/db1d4f24-49ac-4a83-a8d8-60555a4eff39/tags/red => 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: 841/1633] 10.0.0.249 () {32 vars in 729 bytes} [Tue Aug 11 14:20:17 2026] GET /v2.0/trunks/db1d4f24-49ac-4a83-a8d8-60555a4eff39/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:20:17.209 8 INFO neutron.api.v2.resource [None req-840b70cc-ff15-48ef-8405-4933b9f8fa03 60116f390702402b9109d7df7be98498 f0c458a7f61e43bdac3821ba4f4b8500 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 793/1634] 10.0.0.249 () {32 vars in 744 bytes} [Tue Aug 11 14:20:17 2026] DELETE /v2.0/trunks/db1d4f24-49ac-4a83-a8d8-60555a4eff39/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1635] 10.0.0.249 () {32 vars in 732 bytes} [Tue Aug 11 14:20:17 2026] DELETE /v2.0/trunks/db1d4f24-49ac-4a83-a8d8-60555a4eff39/tags => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1636] 10.0.0.249 () {32 vars in 729 bytes} [Tue Aug 11 14:20:17 2026] GET /v2.0/trunks/db1d4f24-49ac-4a83-a8d8-60555a4eff39/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1637] 10.0.0.249 () {32 vars in 719 bytes} [Tue Aug 11 14:20:17 2026] GET /v2.0/trunks/db1d4f24-49ac-4a83-a8d8-60555a4eff39 => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1638] 10.0.0.249 () {32 vars in 717 bytes} [Tue Aug 11 14:20:17 2026] GET /v2.0/ports/925b4388-428f-4fdc-a125-0d62aee4137c => generated 826 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1639] 10.0.0.249 () {32 vars in 722 bytes} [Tue Aug 11 14:20:17 2026] DELETE /v2.0/trunks/db1d4f24-49ac-4a83-a8d8-60555a4eff39 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:20:17.671 8 INFO neutron_taas.services.taas.taas_plugin [None req-c59d0594-9489-4ea6-8ab6-a40e0f995a2f 60116f390702402b9109d7df7be98498 f0c458a7f61e43bdac3821ba4f4b8500 - - default default] TaaS: Handle Delete Port: 925b4388-428f-4fdc-a125-0d62aee4137c 2026-08-11 14:20:17.675 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c59d0594-9489-4ea6-8ab6-a40e0f995a2f 60116f390702402b9109d7df7be98498 f0c458a7f61e43bdac3821ba4f4b8500 - - default default] Tap Mirror: Handle Delete Port: 925b4388-428f-4fdc-a125-0d62aee4137c [pid: 8|app: 0|req: 796/1640] 10.0.0.249 () {32 vars in 720 bytes} [Tue Aug 11 14:20:17 2026] DELETE /v2.0/ports/925b4388-428f-4fdc-a125-0d62aee4137c => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:20:17.908 7 INFO neutron.services.segments.plugin [-] Segment 6bc579b2-3d48-4ae6-97fc-738438366257 resource provider aggregate not found 2026-08-11 14:20:17.916 7 INFO neutron.services.segments.plugin [-] Segment 6bc579b2-3d48-4ae6-97fc-738438366257 resource provider aggregate not found 2026-08-11 14:20:17.926 7 INFO neutron.services.segments.plugin [-] Segment 6bc579b2-3d48-4ae6-97fc-738438366257 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6bc579b2-3d48-4ae6-97fc-738438366257 found for delete ", "request_id": "req-6509d13c-0f3f-4466-a9d9-4de3b920b348"}]} 2026-08-11 14:20:17.930 7 INFO neutron.services.segments.plugin [-] Segment 6bc579b2-3d48-4ae6-97fc-738438366257 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6bc579b2-3d48-4ae6-97fc-738438366257 found for delete ", "request_id": "req-efd27a82-adcd-4476-8450-97cd8b9a1dda"}]} [pid: 7|app: 0|req: 845/1641] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:20:17 2026] DELETE /v2.0/networks/281bd5bd-4c19-4e09-a499-d824b20f8ab5 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1642] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:20:18 2026] GET /v2.0/networks?id=914e14dd-1a71-45a4-8969-e51d1a82d4bc => generated 660 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1643] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:18 2026] GET /v2.0/ports?device_id=0bc40157-16ff-47a8-a942-98b3c58c6766 => 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: 798/1644] 199.204.45.223 () {34 vars in 1050 bytes} [Tue Aug 11 14:20:18 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0e965018b69244d7ad185fd1e62c7f1d => generated 181 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1645] 199.204.45.223 () {38 vars in 955 bytes} [Tue Aug 11 14:20:18 2026] POST /v2.0/ports => generated 954 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 848/1646] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:20:18 2026] GET /v2.0/security-groups?tenant_id=283879225e254f74bb6d50b18b4daec1&name=default => generated 2925 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1647] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:20:18 2026] DELETE /v2.0/security-groups/2781def1-9382-4564-b6ae-f5fb4d57c302 => 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: 799/1648] 199.204.45.223 () {38 vars in 1028 bytes} [Tue Aug 11 14:20:18 2026] PUT /v2.0/ports/07ae5554-2f1d-4250-8017-6d2eb162963b => generated 1235 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:20:19.009 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fe2b0953-bdc5-4914-a8f7-bee1fb92f39e'] response: {'name': 'network-changed', 'server_uuid': '0bc40157-16ff-47a8-a942-98b3c58c6766', 'tag': '07ae5554-2f1d-4250-8017-6d2eb162963b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 850/1649] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:20:19 2026] GET /v2.0/security-groups?tenant_id=f0c458a7f61e43bdac3821ba4f4b8500&name=default => generated 2925 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 851/1650] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:19 2026] GET /v2.0/ports?device_id=0bc40157-16ff-47a8-a942-98b3c58c6766 => 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: 800/1651] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:20:19 2026] DELETE /v2.0/security-groups/0c26f5ad-5eec-40a9-a674-b26c8be81957 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1652] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:20:19 2026] GET /v2.0/security-groups?id=066ad314-78c7-4ac3-89b4-bec9fe3ee063&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: 801/1653] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:20:19 2026] GET /v2.0/ports?tenant_id=0e965018b69244d7ad185fd1e62c7f1d&device_id=0bc40157-16ff-47a8-a942-98b3c58c6766 => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1654] 199.204.45.223 () {34 vars in 1018 bytes} [Tue Aug 11 14:20:19 2026] GET /v2.0/networks?tenant_id=0e965018b69244d7ad185fd1e62c7f1d&shared=False => generated 756 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1655] 199.204.45.223 () {34 vars in 930 bytes} [Tue Aug 11 14:20:19 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1656] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:20 2026] GET /v2.0/ports?device_id=0bc40157-16ff-47a8-a942-98b3c58c6766 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1657] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:20:20 2026] GET /v2.0/security-groups?id=066ad314-78c7-4ac3-89b4-bec9fe3ee063&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: 855/1658] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:20:20 2026] GET /v2.0/ports?tenant_id=0e965018b69244d7ad185fd1e62c7f1d&device_id=0bc40157-16ff-47a8-a942-98b3c58c6766 => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1659] 199.204.45.223 () {34 vars in 1058 bytes} [Tue Aug 11 14:20:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=07ae5554-2f1d-4250-8017-6d2eb162963b => 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: 856/1660] 199.204.45.223 () {34 vars in 984 bytes} [Tue Aug 11 14:20:20 2026] GET /v2.0/subnets?id=f0a4e468-685d-41e0-8bbc-847a81a79a44 => generated 678 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1661] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:20:20 2026] GET /v2.0/ports?network_id=914e14dd-1a71-45a4-8969-e51d1a82d4bc&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: 857/1662] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:20:20 2026] GET /v2.0/networks/914e14dd-1a71-45a4-8969-e51d1a82d4bc?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1663] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:20:20 2026] GET /v2.0/networks/914e14dd-1a71-45a4-8969-e51d1a82d4bc?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: 858/1664] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:21 2026] GET /v2.0/ports?device_id=1c6c6da9-9314-4934-b813-2f187bc8ab99 => generated 971 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1665] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:20:21 2026] GET /v2.0/security-groups?id=2b571fa1-4090-4079-8e51-b55f1f584773&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1666] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:21 2026] GET /v2.0/ports?device_id=1c6c6da9-9314-4934-b813-2f187bc8ab99 => 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: 860/1667] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:20:21 2026] GET /v2.0/security-groups?id=2b571fa1-4090-4079-8e51-b55f1f584773&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1668] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:21 2026] GET /v2.0/ports?device_id=0bc40157-16ff-47a8-a942-98b3c58c6766 => generated 969 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1669] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:20:21 2026] GET /v2.0/security-groups?id=066ad314-78c7-4ac3-89b4-bec9fe3ee063&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: 862/1670] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:22 2026] GET /v2.0/ports?device_id=1c6c6da9-9314-4934-b813-2f187bc8ab99 => 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: 809/1671] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:22 2026] GET /v2.0/ports?device_id=b4bc2b02-5f29-4bd5-a1e9-345598584d09 => generated 1010 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1672] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:20:22 2026] GET /v2.0/security-groups?id=2b571fa1-4090-4079-8e51-b55f1f584773&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: 810/1673] 10.0.0.141 () {34 vars in 1120 bytes} [Tue Aug 11 14:20:22 2026] GET /v2.0/security-groups?id=7d1ccf78-28fc-4699-b64b-2a97ccce59c9&id=bc6115e0-2fb7-4615-8020-5bb16bb1b72d&fields=id&fields=name => generated 205 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1674] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:22 2026] GET /v2.0/ports?device_id=0bc40157-16ff-47a8-a942-98b3c58c6766 => 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: 865/1675] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:20:22 2026] GET /v2.0/security-groups?id=066ad314-78c7-4ac3-89b4-bec9fe3ee063&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: 811/1676] 10.0.0.249 () {32 vars in 736 bytes} [Tue Aug 11 14:20:22 2026] GET /v2.0/ports?device_id=b4bc2b02-5f29-4bd5-a1e9-345598584d09 => generated 1279 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1677] 10.0.0.249 () {32 vars in 858 bytes} [Tue Aug 11 14:20:22 2026] GET /v2.0/floatingips?floating_network_id=295cfb64-f3de-4e04-b390-c76e2c1a4cd0&port_id=70fdbb02-57ed-45fa-86c2-b802a2fe83ee => generated 860 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1678] 10.0.0.105 () {34 vars in 990 bytes} [Tue Aug 11 14:20:23 2026] GET /v2.0/ports?device_id=b4bc2b02-5f29-4bd5-a1e9-345598584d09 => generated 1279 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1679] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:23 2026] GET /v2.0/ports?device_id=1c6c6da9-9314-4934-b813-2f187bc8ab99 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1680] 10.0.0.105 () {34 vars in 1120 bytes} [Tue Aug 11 14:20:23 2026] GET /v2.0/security-groups?id=7d1ccf78-28fc-4699-b64b-2a97ccce59c9&id=bc6115e0-2fb7-4615-8020-5bb16bb1b72d&fields=id&fields=name => generated 205 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1681] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:20:23 2026] GET /v2.0/security-groups?id=2b571fa1-4090-4079-8e51-b55f1f584773&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: 8|app: 0|req: 814/1682] 199.204.45.223 () {34 vars in 994 bytes} [Tue Aug 11 14:20:23 2026] GET /v2.0/ports?device_id=1c6c6da9-9314-4934-b813-2f187bc8ab99 => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1683] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:23 2026] GET /v2.0/ports?device_id=0bc40157-16ff-47a8-a942-98b3c58c6766 => generated 969 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1684] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:20:23 2026] GET /v2.0/security-groups?id=066ad314-78c7-4ac3-89b4-bec9fe3ee063&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:20:24.034 8 INFO neutron_taas.services.taas.taas_plugin [req-effc2bd1-75fb-4796-9284-75edb3f8127d req-aa022120-a917-4fc0-9edd-4e6121370b8c eab6246d208048188256249815ebbe9e c0b4a2d2b37d4e51a7c30f21556131ad - - default default] TaaS: Handle Delete Port: f0241f79-ad6e-4010-9381-9d88101aae02 2026-08-11 14:20:24.038 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-effc2bd1-75fb-4796-9284-75edb3f8127d req-aa022120-a917-4fc0-9edd-4e6121370b8c eab6246d208048188256249815ebbe9e c0b4a2d2b37d4e51a7c30f21556131ad - - default default] Tap Mirror: Handle Delete Port: f0241f79-ad6e-4010-9381-9d88101aae02 2026-08-11 14:20:24.141 8 INFO neutron.db.l3_db [req-effc2bd1-75fb-4796-9284-75edb3f8127d req-aa022120-a917-4fc0-9edd-4e6121370b8c eab6246d208048188256249815ebbe9e c0b4a2d2b37d4e51a7c30f21556131ad - - default default] Floating IP a1603483-e412-41b5-a9be-0cfb95901d66 disassociated. External IP: 10.96.250.203, port: f0241f79-ad6e-4010-9381-9d88101aae02. [pid: 8|app: 0|req: 815/1685] 199.204.45.223 () {36 vars in 997 bytes} [Tue Aug 11 14:20:23 2026] DELETE /v2.0/ports/f0241f79-ad6e-4010-9381-9d88101aae02 => generated 0 bytes in 684 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:20:24.663 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-455467f2-34eb-4da0-9c7d-9a8556646e6c'] response: {'server_uuid': '1c6c6da9-9314-4934-b813-2f187bc8ab99', 'name': 'network-vif-deleted', 'tag': 'f0241f79-ad6e-4010-9381-9d88101aae02', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 871/1686] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:24 2026] GET /v2.0/ports?device_id=1c6c6da9-9314-4934-b813-2f187bc8ab99 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1687] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:25 2026] GET /v2.0/ports?device_id=0bc40157-16ff-47a8-a942-98b3c58c6766 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1688] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:20:25 2026] GET /v2.0/security-groups?id=066ad314-78c7-4ac3-89b4-bec9fe3ee063&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: 817/1689] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:25 2026] GET /v2.0/ports?device_id=1c6c6da9-9314-4934-b813-2f187bc8ab99 => 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: 873/1690] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:26 2026] GET /v2.0/ports?device_id=0bc40157-16ff-47a8-a942-98b3c58c6766 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1693] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:20:26 2026] GET /v2.0/security-groups?id=066ad314-78c7-4ac3-89b4-bec9fe3ee063&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1694] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:26 2026] GET /v2.0/ports?device_id=0bc40157-16ff-47a8-a942-98b3c58c6766 => 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: 876/1695] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:26 2026] GET /v2.0/ports?device_id=b4bc2b02-5f29-4bd5-a1e9-345598584d09 => generated 1010 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1696] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:20:26 2026] GET /v2.0/security-groups?id=066ad314-78c7-4ac3-89b4-bec9fe3ee063&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: 877/1697] 10.0.0.141 () {34 vars in 1120 bytes} [Tue Aug 11 14:20:26 2026] GET /v2.0/security-groups?id=7d1ccf78-28fc-4699-b64b-2a97ccce59c9&id=bc6115e0-2fb7-4615-8020-5bb16bb1b72d&fields=id&fields=name => generated 205 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1698] 10.0.0.249 () {32 vars in 736 bytes} [Tue Aug 11 14:20:26 2026] GET /v2.0/ports?device_id=0bc40157-16ff-47a8-a942-98b3c58c6766 => generated 1240 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1699] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:27 2026] GET /v2.0/ports?device_id=1c6c6da9-9314-4934-b813-2f187bc8ab99 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:20:27.280 7 INFO neutron.db.l3_db [None req-046ebdc2-d2ad-4508-8922-ae270d5919c6 d8b82dfba9fb44c9b919384a074524ea 0e965018b69244d7ad185fd1e62c7f1d - - default default] Floating IP 14a0726e-596d-4987-ab98-a04662006cd5 associated. External IP: 10.96.250.220, port: 07ae5554-2f1d-4250-8017-6d2eb162963b. [pid: 7|app: 0|req: 878/1700] 10.0.0.249 () {34 vars in 677 bytes} [Tue Aug 11 14:20:26 2026] POST /v2.0/floatingips => generated 855 bytes in 1029 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1701] 10.0.0.249 () {32 vars in 729 bytes} [Tue Aug 11 14:20:27 2026] GET /v2.0/floatingips/14a0726e-596d-4987-ab98-a04662006cd5 => generated 855 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:20:27.636 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-35086cf2-2953-4389-957b-30b5498e9106'] response: {'name': 'network-changed', 'server_uuid': '0bc40157-16ff-47a8-a942-98b3c58c6766', 'tag': '07ae5554-2f1d-4250-8017-6d2eb162963b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 879/1702] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:27 2026] GET /v2.0/ports?device_id=b4bc2b02-5f29-4bd5-a1e9-345598584d09 => generated 1010 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1703] 10.0.0.141 () {34 vars in 1120 bytes} [Tue Aug 11 14:20:27 2026] GET /v2.0/security-groups?id=7d1ccf78-28fc-4699-b64b-2a97ccce59c9&id=bc6115e0-2fb7-4615-8020-5bb16bb1b72d&fields=id&fields=name => generated 205 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1704] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:20:28 2026] GET /v2.0/ports?tenant_id=0e965018b69244d7ad185fd1e62c7f1d&device_id=0bc40157-16ff-47a8-a942-98b3c58c6766 => generated 1240 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1705] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:20:28 2026] GET /v2.0/networks?id=914e14dd-1a71-45a4-8969-e51d1a82d4bc => generated 756 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1706] 199.204.45.223 () {34 vars in 1058 bytes} [Tue Aug 11 14:20:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=07ae5554-2f1d-4250-8017-6d2eb162963b => generated 858 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1707] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:20:28 2026] DELETE /v2.0/security-groups/2b571fa1-4090-4079-8e51-b55f1f584773 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:20:28.386 7 INFO neutron.api.v2.resource [None req-d3a6b4e2-de85-47dc-93d4-424856a89819 eab6246d208048188256249815ebbe9e c0b4a2d2b37d4e51a7c30f21556131ad - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 882/1708] 10.0.0.249 () {32 vars in 737 bytes} [Tue Aug 11 14:20:28 2026] GET /v2.0/security-groups/2b571fa1-4090-4079-8e51-b55f1f584773 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1709] 199.204.45.223 () {34 vars in 984 bytes} [Tue Aug 11 14:20:28 2026] GET /v2.0/subnets?id=f0a4e468-685d-41e0-8bbc-847a81a79a44 => generated 678 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1710] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:20:28 2026] GET /v2.0/ports?network_id=914e14dd-1a71-45a4-8969-e51d1a82d4bc&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: 8|app: 0|req: 829/1711] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:20:28 2026] GET /v2.0/networks/914e14dd-1a71-45a4-8969-e51d1a82d4bc?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:20:28.497 7 INFO neutron_taas.services.taas.taas_plugin [None req-ed0a9c08-529d-4e05-8ce4-265d121bbcdd eab6246d208048188256249815ebbe9e c0b4a2d2b37d4e51a7c30f21556131ad - - default default] TaaS: Handle Delete Port: fa695e82-1f6a-4652-809c-8355ae6111c2 2026-08-11 14:20:28.500 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed0a9c08-529d-4e05-8ce4-265d121bbcdd eab6246d208048188256249815ebbe9e c0b4a2d2b37d4e51a7c30f21556131ad - - default default] Tap Mirror: Handle Delete Port: fa695e82-1f6a-4652-809c-8355ae6111c2 [pid: 8|app: 0|req: 830/1712] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:20:28 2026] GET /v2.0/networks/914e14dd-1a71-45a4-8969-e51d1a82d4bc?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: 883/1713] 10.0.0.249 () {32 vars in 732 bytes} [Tue Aug 11 14:20:28 2026] DELETE /v2.0/floatingips/a1603483-e412-41b5-a9be-0cfb95901d66 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1714] 10.0.0.249 () {32 vars in 729 bytes} [Tue Aug 11 14:20:28 2026] GET /v2.0/floatingips/14a0726e-596d-4987-ab98-a04662006cd5 => generated 855 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1715] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:28 2026] GET /v2.0/ports?device_id=b4bc2b02-5f29-4bd5-a1e9-345598584d09 => generated 1010 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1716] 199.204.45.223 () {34 vars in 994 bytes} [Tue Aug 11 14:20:28 2026] GET /v2.0/ports?device_id=b4bc2b02-5f29-4bd5-a1e9-345598584d09 => generated 1010 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1717] 10.0.0.141 () {34 vars in 1120 bytes} [Tue Aug 11 14:20:28 2026] GET /v2.0/security-groups?id=7d1ccf78-28fc-4699-b64b-2a97ccce59c9&id=bc6115e0-2fb7-4615-8020-5bb16bb1b72d&fields=id&fields=name => generated 205 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:20:28.999 7 INFO neutron_taas.services.taas.taas_plugin [None req-11573d21-270d-4647-a823-57f0900eff5c deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: bf46132f-0ce8-4f8e-8ebb-87eef6a91dfc 2026-08-11 14:20:29.003 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11573d21-270d-4647-a823-57f0900eff5c deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: bf46132f-0ce8-4f8e-8ebb-87eef6a91dfc 2026-08-11 14:20:29.058 8 INFO neutron_taas.services.taas.taas_plugin [req-85125e55-6576-49f8-8839-694e7873bf3c req-07424d96-e55d-4eef-a044-f57f25f60e28 b8baedeab3704e5f8eb173d30351150e ab340b1c31664e62ba8d808ad406f315 - - default default] TaaS: Handle Delete Port: 70fdbb02-57ed-45fa-86c2-b802a2fe83ee 2026-08-11 14:20:29.061 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-85125e55-6576-49f8-8839-694e7873bf3c req-07424d96-e55d-4eef-a044-f57f25f60e28 b8baedeab3704e5f8eb173d30351150e ab340b1c31664e62ba8d808ad406f315 - - default default] Tap Mirror: Handle Delete Port: 70fdbb02-57ed-45fa-86c2-b802a2fe83ee 2026-08-11 14:20:29.204 8 INFO neutron.db.l3_db [req-85125e55-6576-49f8-8839-694e7873bf3c req-07424d96-e55d-4eef-a044-f57f25f60e28 b8baedeab3704e5f8eb173d30351150e ab340b1c31664e62ba8d808ad406f315 - - default default] Floating IP 3ba5e795-9929-4a5b-8ec6-05cba5b70a41 disassociated. External IP: 10.96.250.209, port: 70fdbb02-57ed-45fa-86c2-b802a2fe83ee. [pid: 8|app: 0|req: 835/1718] 199.204.45.223 () {36 vars in 997 bytes} [Tue Aug 11 14:20:28 2026] DELETE /v2.0/ports/70fdbb02-57ed-45fa-86c2-b802a2fe83ee => generated 0 bytes in 674 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:20:29.657 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5d3fa9f3-e6c0-430b-86c3-f6be3063d862'] response: {'server_uuid': 'b4bc2b02-5f29-4bd5-a1e9-345598584d09', 'name': 'network-vif-deleted', 'tag': '70fdbb02-57ed-45fa-86c2-b802a2fe83ee', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 884/1719] 10.0.0.249 () {34 vars in 789 bytes} [Tue Aug 11 14:20:28 2026] PUT /v2.0/routers/067c3915-bd3c-483b-b646-6b648b0308da/remove_router_interface => generated 309 bytes in 1009 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1720] 10.0.0.249 () {32 vars in 729 bytes} [Tue Aug 11 14:20:29 2026] GET /v2.0/floatingips/14a0726e-596d-4987-ab98-a04662006cd5 => generated 857 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:20:29.864 8 INFO neutron_taas.services.taas.taas_plugin [None req-28e9a47e-dcd1-4e56-b40f-b221604c78ce deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: e857ea62-62a1-45dc-a2d8-286bada9a324 2026-08-11 14:20:29.866 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28e9a47e-dcd1-4e56-b40f-b221604c78ce deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: e857ea62-62a1-45dc-a2d8-286bada9a324 [pid: 7|app: 0|req: 886/1721] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:30 2026] GET /v2.0/ports?device_id=b4bc2b02-5f29-4bd5-a1e9-345598584d09 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:20:30.139 8 INFO neutron_taas.services.taas.taas_plugin [None req-28e9a47e-dcd1-4e56-b40f-b221604c78ce deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: 4f8955c2-0a81-43fc-bce5-6355960d1cb2 2026-08-11 14:20:30.142 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28e9a47e-dcd1-4e56-b40f-b221604c78ce deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: 4f8955c2-0a81-43fc-bce5-6355960d1cb2 2026-08-11 14:20:30.956 8 INFO neutron.services.segments.plugin [-] Segment a89c1d93-d68d-4eee-a955-795e37ab6326 resource provider aggregate not found 2026-08-11 14:20:30.963 8 INFO neutron.services.segments.plugin [-] Segment a89c1d93-d68d-4eee-a955-795e37ab6326 resource provider aggregate not found 2026-08-11 14:20:30.982 8 INFO neutron.services.segments.plugin [-] Segment a89c1d93-d68d-4eee-a955-795e37ab6326 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a89c1d93-d68d-4eee-a955-795e37ab6326 found for delete ", "request_id": "req-9a80fca7-6f31-4f32-a791-41dfa5f9db17"}]} 2026-08-11 14:20:30.983 8 INFO neutron.services.segments.plugin [-] Segment a89c1d93-d68d-4eee-a955-795e37ab6326 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a89c1d93-d68d-4eee-a955-795e37ab6326 found for delete ", "request_id": "req-5151d251-2cc5-4992-801b-0855822c16be"}]} 2026-08-11 14:20:30.991 8 INFO neutron.db.l3_hamode_db [None req-28e9a47e-dcd1-4e56-b40f-b221604c78ce deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] HA network 0c3eb3ce-9641-4d25-9cae-db66320cc5b0 was deleted as no HA routers are present in tenant c0b4a2d2b37d4e51a7c30f21556131ad. [pid: 8|app: 0|req: 836/1722] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:20:29 2026] DELETE /v2.0/routers/067c3915-bd3c-483b-b646-6b648b0308da => generated 0 bytes in 1325 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1723] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:31 2026] GET /v2.0/ports?device_id=b4bc2b02-5f29-4bd5-a1e9-345598584d09 => 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: 887/1724] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:20:31 2026] DELETE /v2.0/subnets/2f367249-6342-475c-8c61-283497a40b92 => generated 0 bytes in 518 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:20:31.608 8 INFO neutron_taas.services.taas.taas_plugin [None req-c948d0f9-5228-4ea8-bd33-f99d119f7c88 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: 4bde718c-6235-44c0-afed-83e28ffe131b 2026-08-11 14:20:31.611 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c948d0f9-5228-4ea8-bd33-f99d119f7c88 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: 4bde718c-6235-44c0-afed-83e28ffe131b [pid: 8|app: 0|req: 838/1725] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:20:31 2026] DELETE /v2.0/networks/12d8a994-931a-481c-84ef-8fb7d7395022 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1726] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:20:31 2026] GET /v2.0/security-groups?tenant_id=c0b4a2d2b37d4e51a7c30f21556131ad&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1727] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:20:32 2026] DELETE /v2.0/security-groups/4fcc255d-227c-4b07-a49d-dee50630830a => 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: 889/1728] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:32 2026] GET /v2.0/ports?device_id=b4bc2b02-5f29-4bd5-a1e9-345598584d09 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:20:33.000 8 INFO neutron.services.segments.plugin [-] Segment ea8f0bf2-7359-462b-92c4-08dda05aff87 resource provider aggregate not found 2026-08-11 14:20:33.009 8 INFO neutron.services.segments.plugin [-] Segment ea8f0bf2-7359-462b-92c4-08dda05aff87 resource provider aggregate not found 2026-08-11 14:20:33.029 8 INFO neutron.services.segments.plugin [-] Segment ea8f0bf2-7359-462b-92c4-08dda05aff87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea8f0bf2-7359-462b-92c4-08dda05aff87 found for delete ", "request_id": "req-1f6558a7-fdc4-488a-b2d6-432536ff0a70"}]} 2026-08-11 14:20:33.033 8 INFO neutron.services.segments.plugin [-] Segment ea8f0bf2-7359-462b-92c4-08dda05aff87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea8f0bf2-7359-462b-92c4-08dda05aff87 found for delete ", "request_id": "req-b4563cad-7117-48a3-9037-b75fecbc8087"}]} [pid: 8|app: 0|req: 840/1729] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:20:33 2026] DELETE /v2.0/security-groups/bc6115e0-2fb7-4615-8020-5bb16bb1b72d => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:20:33.527 7 INFO neutron.api.v2.resource [None req-d9cf7c16-6c74-46c0-8382-36a78cdc0442 b8baedeab3704e5f8eb173d30351150e ab340b1c31664e62ba8d808ad406f315 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 890/1730] 10.0.0.249 () {32 vars in 737 bytes} [Tue Aug 11 14:20:33 2026] GET /v2.0/security-groups/bc6115e0-2fb7-4615-8020-5bb16bb1b72d => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 14:20:33.631 8 INFO neutron_taas.services.taas.taas_plugin [None req-e3257d3d-6bc5-4c49-a677-98b0927593a4 b8baedeab3704e5f8eb173d30351150e ab340b1c31664e62ba8d808ad406f315 - - default default] TaaS: Handle Delete Port: 392d8ccd-b04d-4bc4-893d-0165b2c60130 2026-08-11 14:20:33.633 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3257d3d-6bc5-4c49-a677-98b0927593a4 b8baedeab3704e5f8eb173d30351150e ab340b1c31664e62ba8d808ad406f315 - - default default] Tap Mirror: Handle Delete Port: 392d8ccd-b04d-4bc4-893d-0165b2c60130 [pid: 8|app: 0|req: 841/1731] 10.0.0.249 () {32 vars in 732 bytes} [Tue Aug 11 14:20:33 2026] DELETE /v2.0/floatingips/3ba5e795-9929-4a5b-8ec6-05cba5b70a41 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1732] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:20:33 2026] DELETE /v2.0/security-groups/7d1ccf78-28fc-4699-b64b-2a97ccce59c9 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:20:34.354 8 INFO neutron_taas.services.taas.taas_plugin [None req-6b590ac8-868c-4131-a1c1-457a87852d25 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: 8f64d337-070d-433c-94aa-14bcc63ac2a2 2026-08-11 14:20:34.357 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b590ac8-868c-4131-a1c1-457a87852d25 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: 8f64d337-070d-433c-94aa-14bcc63ac2a2 [pid: 8|app: 0|req: 842/1733] 10.0.0.249 () {34 vars in 789 bytes} [Tue Aug 11 14:20:33 2026] PUT /v2.0/routers/64bd544e-6ab5-4cb4-af5f-38e3ca368171/remove_router_interface => generated 309 bytes in 964 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:20:35.135 7 INFO neutron_taas.services.taas.taas_plugin [None req-5a506c1b-6e3d-4045-b1e4-5d02016b0629 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: b47e9fbb-9e4a-466d-bc7a-4664eb9e4f0c 2026-08-11 14:20:35.138 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a506c1b-6e3d-4045-b1e4-5d02016b0629 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: b47e9fbb-9e4a-466d-bc7a-4664eb9e4f0c 2026-08-11 14:20:35.441 7 INFO neutron_taas.services.taas.taas_plugin [None req-5a506c1b-6e3d-4045-b1e4-5d02016b0629 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: 19ca0d39-7da2-44ae-8fb0-6cc022ba5151 2026-08-11 14:20:35.444 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a506c1b-6e3d-4045-b1e4-5d02016b0629 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: 19ca0d39-7da2-44ae-8fb0-6cc022ba5151 2026-08-11 14:20:35.827 7 INFO neutron.services.segments.plugin [-] Segment 3896d602-f9ac-4685-bfb8-b9b5a748c821 resource provider aggregate not found 2026-08-11 14:20:35.832 7 INFO neutron.services.segments.plugin [-] Segment 3896d602-f9ac-4685-bfb8-b9b5a748c821 resource provider aggregate not found 2026-08-11 14:20:35.854 7 INFO neutron.services.segments.plugin [-] Segment 3896d602-f9ac-4685-bfb8-b9b5a748c821 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3896d602-f9ac-4685-bfb8-b9b5a748c821 found for delete ", "request_id": "req-948c36cc-a243-485f-8e68-ca07c6a6489d"}]} 2026-08-11 14:20:35.857 7 INFO neutron.services.segments.plugin [-] Segment 3896d602-f9ac-4685-bfb8-b9b5a748c821 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3896d602-f9ac-4685-bfb8-b9b5a748c821 found for delete ", "request_id": "req-c4d8a1c1-447b-40dc-b49f-0843db06f16f"}]} 2026-08-11 14:20:35.863 7 INFO neutron.db.l3_hamode_db [None req-5a506c1b-6e3d-4045-b1e4-5d02016b0629 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] HA network f0fd818b-b69d-4362-9195-a809fc05f2f0 was deleted as no HA routers are present in tenant ab340b1c31664e62ba8d808ad406f315. [pid: 7|app: 0|req: 892/1734] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:20:34 2026] DELETE /v2.0/routers/64bd544e-6ab5-4cb4-af5f-38e3ca368171 => generated 0 bytes in 934 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1735] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:20:35 2026] DELETE /v2.0/subnets/4f2ef244-9a34-4082-b88b-f55d682048a7 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:20:36.182 7 INFO neutron_taas.services.taas.taas_plugin [None req-7fa38222-8144-465b-b7b7-daffcdbc4bc8 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: 4461ecd5-8060-4183-aa76-06e4d4a960d8 2026-08-11 14:20:36.185 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7fa38222-8144-465b-b7b7-daffcdbc4bc8 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: 4461ecd5-8060-4183-aa76-06e4d4a960d8 [pid: 7|app: 0|req: 893/1736] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:20:36 2026] DELETE /v2.0/networks/e8ff4643-e9ee-4494-a664-79af345b01a0 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1737] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:20:36 2026] GET /v2.0/security-groups?tenant_id=706fc74ee6624f4a9fa9ab0deb2da1c4&name=default => generated 2925 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:20:36.773 8 INFO neutron_taas.services.taas.taas_plugin [None req-0f609fd0-bf0a-4bd5-88eb-528b26403b83 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: f35defe2-e946-47e0-9b5e-c5801c2b0fd2 2026-08-11 14:20:36.777 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f609fd0-bf0a-4bd5-88eb-528b26403b83 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: f35defe2-e946-47e0-9b5e-c5801c2b0fd2 [pid: 7|app: 0|req: 895/1738] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:20:36 2026] DELETE /v2.0/security-groups/fed7b6c7-8214-45bd-b90a-f18f551b340d => 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: 896/1739] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:20:36 2026] GET /v2.0/security-groups?tenant_id=e437f20adb9f429d86c40f59c92c3fc4&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1740] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:20:36 2026] DELETE /v2.0/security-groups/a133e014-ed19-42b9-9ff1-0304f8ec7727 => 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: 844/1741] 10.0.0.249 () {34 vars in 789 bytes} [Tue Aug 11 14:20:36 2026] PUT /v2.0/routers/ff100c6e-069e-4d8f-be4e-241a12b54145/remove_router_interface => generated 309 bytes in 952 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1742] 10.0.0.105 () {34 vars in 990 bytes} [Tue Aug 11 14:20:37 2026] GET /v2.0/ports?device_id=0bc40157-16ff-47a8-a942-98b3c58c6766 => generated 1240 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1743] 10.0.0.105 () {34 vars in 1040 bytes} [Tue Aug 11 14:20:37 2026] GET /v2.0/security-groups?id=066ad314-78c7-4ac3-89b4-bec9fe3ee063&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-08-11 14:20:37.574 8 INFO neutron_taas.services.taas.taas_plugin [None req-d0781ea6-2618-444c-9f47-3ac5f196a54d deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: 05d4aad8-1624-4d5d-afa4-3ae857a1743f 2026-08-11 14:20:37.578 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0781ea6-2618-444c-9f47-3ac5f196a54d deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: 05d4aad8-1624-4d5d-afa4-3ae857a1743f 2026-08-11 14:20:37.873 7 INFO neutron.services.segments.plugin [-] Segment 45ad2c31-6431-4f54-b4cc-f47bf9cc3718 resource provider aggregate not found 2026-08-11 14:20:37.875 8 INFO neutron_taas.services.taas.taas_plugin [None req-d0781ea6-2618-444c-9f47-3ac5f196a54d deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: 0bcab2ff-7dfe-4d53-9597-1bbee36f9c48 2026-08-11 14:20:37.877 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0781ea6-2618-444c-9f47-3ac5f196a54d deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: 0bcab2ff-7dfe-4d53-9597-1bbee36f9c48 2026-08-11 14:20:37.880 7 INFO neutron.services.segments.plugin [-] Segment 45ad2c31-6431-4f54-b4cc-f47bf9cc3718 resource provider aggregate not found 2026-08-11 14:20:37.896 7 INFO neutron.services.segments.plugin [-] Segment 45ad2c31-6431-4f54-b4cc-f47bf9cc3718 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45ad2c31-6431-4f54-b4cc-f47bf9cc3718 found for delete ", "request_id": "req-18127fd1-0c59-41ef-ab00-b1697a43b940"}]} 2026-08-11 14:20:37.897 7 INFO neutron.services.segments.plugin [-] Segment 45ad2c31-6431-4f54-b4cc-f47bf9cc3718 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45ad2c31-6431-4f54-b4cc-f47bf9cc3718 found for delete ", "request_id": "req-d938e815-ea75-410f-be5a-434eef35fff1"}]} 2026-08-11 14:20:38.230 8 INFO neutron.services.segments.plugin [-] Segment f35d79fa-2b5d-41a1-91f8-35c1ee7d6017 resource provider aggregate not found 2026-08-11 14:20:38.238 8 INFO neutron.services.segments.plugin [-] Segment f35d79fa-2b5d-41a1-91f8-35c1ee7d6017 resource provider aggregate not found 2026-08-11 14:20:38.260 8 INFO neutron.services.segments.plugin [-] Segment f35d79fa-2b5d-41a1-91f8-35c1ee7d6017 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f35d79fa-2b5d-41a1-91f8-35c1ee7d6017 found for delete ", "request_id": "req-52eff790-e076-4581-9fbb-07b64d70204f"}]} 2026-08-11 14:20:38.263 8 INFO neutron.services.segments.plugin [-] Segment f35d79fa-2b5d-41a1-91f8-35c1ee7d6017 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f35d79fa-2b5d-41a1-91f8-35c1ee7d6017 found for delete ", "request_id": "req-b36e9473-a2d3-4664-84c4-ecad68a0c9b5"}]} 2026-08-11 14:20:38.268 8 INFO neutron.db.l3_hamode_db [None req-d0781ea6-2618-444c-9f47-3ac5f196a54d deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] HA network 770399be-6ef8-4e3f-a90e-7fa9cf212171 was deleted as no HA routers are present in tenant 73eb78fa168b4bfc9589911ca0735294. [pid: 8|app: 0|req: 845/1744] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:20:37 2026] DELETE /v2.0/routers/ff100c6e-069e-4d8f-be4e-241a12b54145 => generated 0 bytes in 931 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1745] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:20:38 2026] DELETE /v2.0/subnets/4e594f0b-1175-4417-a340-197f24f2bb46 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:20:38.530 8 INFO neutron_taas.services.taas.taas_plugin [None req-d41b990a-0122-4ae0-88e6-14899df551a1 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: 571843a6-cd94-42af-aa4a-8d5904ce2ab1 2026-08-11 14:20:38.531 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d41b990a-0122-4ae0-88e6-14899df551a1 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: 571843a6-cd94-42af-aa4a-8d5904ce2ab1 [pid: 8|app: 0|req: 846/1746] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:20:38 2026] DELETE /v2.0/networks/ecabbf70-eff2-4664-b1eb-257cfe52b16b => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1747] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:20:38 2026] GET /v2.0/security-groups?tenant_id=ab340b1c31664e62ba8d808ad406f315&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1748] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:20:38 2026] DELETE /v2.0/security-groups/dd2b8d8c-1824-4598-a0ae-66f8b38e1e29 => 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: 902/1749] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:20:39 2026] GET /v2.0/security-groups?tenant_id=73eb78fa168b4bfc9589911ca0735294&name=default => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1750] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:20:39 2026] DELETE /v2.0/security-groups/d967f06e-57d9-4bfb-b378-4818939c2604 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:20:40.279 8 INFO neutron.services.segments.plugin [-] Segment 4c41ecf9-3259-405f-aa2c-6668c6800a2a resource provider aggregate not found 2026-08-11 14:20:40.283 8 INFO neutron.services.segments.plugin [-] Segment 4c41ecf9-3259-405f-aa2c-6668c6800a2a resource provider aggregate not found 2026-08-11 14:20:40.295 8 INFO neutron.services.segments.plugin [-] Segment 4c41ecf9-3259-405f-aa2c-6668c6800a2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c41ecf9-3259-405f-aa2c-6668c6800a2a found for delete ", "request_id": "req-b74a315e-7054-48fb-a929-8c70d171e252"}]} 2026-08-11 14:20:40.298 8 INFO neutron.services.segments.plugin [-] Segment 4c41ecf9-3259-405f-aa2c-6668c6800a2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c41ecf9-3259-405f-aa2c-6668c6800a2a found for delete ", "request_id": "req-2f8f7b47-4d78-439e-a4cc-507362f7b711"}]} [pid: 7|app: 0|req: 904/1753] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:20:42 2026] GET /v2.0/security-groups?tenant_id=9851d24378214c88ba5697842b4e292f&name=default => generated 2925 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1754] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:20:42 2026] DELETE /v2.0/security-groups/4ca7ff22-393e-4b69-b6a8-99cf158b8158 => 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: 905/1755] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:20:43 2026] GET /v2.0/security-groups?tenant_id=b6185a73c2dc4d0d997cb6deff08674e&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1756] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:20:43 2026] DELETE /v2.0/security-groups/6a28434d-7400-438f-b9f0-380131794cb3 => 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: 906/1757] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:20:47 2026] GET /v2.0/security-groups?tenant_id=fd70495d49d44d07924b4a03121e8c8f&name=default => generated 2925 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1758] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:20:47 2026] DELETE /v2.0/security-groups/ba3e90d8-92f2-4dd3-801e-d35d672810ad => 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: 907/1759] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:20:47 2026] GET /v2.0/security-groups?tenant_id=603eec373d9846369313e052130f97a9&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1760] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:20:47 2026] DELETE /v2.0/security-groups/135d26c9-569c-4027-899d-119b0c0fb117 => 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: 854/1761] 10.0.0.249 () {32 vars in 826 bytes} [Tue Aug 11 14:20:48 2026] GET /v2.0/ports?project_id=0e965018b69244d7ad185fd1e62c7f1d&network_id=914e14dd-1a71-45a4-8969-e51d1a82d4bc => generated 3691 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:20:49.249 7 INFO neutron.db.segments_db [None req-32117d33-a608-49e9-a197-b1f810c8a193 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] Added segment ca66392e-c690-47c5-826f-fb4cff6d67f0 of type vxlan for network 441c5acc-5ebf-4a6d-a13b-12d7394188d2 [pid: 8|app: 0|req: 855/1762] 10.0.0.249 () {32 vars in 742 bytes} [Tue Aug 11 14:20:49 2026] GET /v2.0/subnets?network_id=295cfb64-f3de-4e04-b390-c76e2c1a4cd0 => generated 667 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1763] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:20:48 2026] POST /v2.0/networks => generated 621 bytes in 482 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:20:49.494 7 INFO neutron.db.l3_db [None req-b36aa9bd-82c5-455e-b1fd-dbc32d5abbcb d8b82dfba9fb44c9b919384a074524ea 0e965018b69244d7ad185fd1e62c7f1d - - default default] Floating IP 14a0726e-596d-4987-ab98-a04662006cd5 disassociated. External IP: 10.96.250.220, port: 07ae5554-2f1d-4250-8017-6d2eb162963b. [pid: 8|app: 0|req: 856/1764] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:20:49 2026] POST /v2.0/subnets => generated 657 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1765] 10.0.0.249 () {32 vars in 722 bytes} [Tue Aug 11 14:20:49 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1766] 10.0.0.249 () {34 vars in 749 bytes} [Tue Aug 11 14:20:49 2026] PUT /v2.0/floatingips/14a0726e-596d-4987-ab98-a04662006cd5 => generated 554 bytes in 499 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1767] 10.0.0.249 () {32 vars in 653 bytes} [Tue Aug 11 14:20:49 2026] GET /v2.0/extensions => generated 21537 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1768] 10.0.0.249 () {32 vars in 729 bytes} [Tue Aug 11 14:20:49 2026] GET /v2.0/floatingips/14a0726e-596d-4987-ab98-a04662006cd5 => generated 554 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:20:49.912 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7ebc973b-e35f-46ec-89ac-40c43c019f60'] response: {'name': 'network-changed', 'server_uuid': '0bc40157-16ff-47a8-a942-98b3c58c6766', 'tag': '07ae5554-2f1d-4250-8017-6d2eb162963b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 860/1769] 10.0.0.249 () {32 vars in 681 bytes} [Tue Aug 11 14:20:49 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1770] 10.0.0.249 () {32 vars in 681 bytes} [Tue Aug 11 14:20:49 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1771] 10.0.0.249 () {32 vars in 729 bytes} [Tue Aug 11 14:20:49 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1772] 10.0.0.249 () {32 vars in 665 bytes} [Tue Aug 11 14:20:49 2026] GET /v2.0/extensions/agent => generated 153 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1773] 10.0.0.249 () {32 vars in 699 bytes} [Tue Aug 11 14:20:49 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1774] 10.0.0.249 () {32 vars in 697 bytes} [Tue Aug 11 14:20:49 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: 866/1775] 10.0.0.249 () {32 vars in 701 bytes} [Tue Aug 11 14:20:49 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1776] 10.0.0.249 () {32 vars in 689 bytes} [Tue Aug 11 14:20:49 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1777] 10.0.0.249 () {32 vars in 703 bytes} [Tue Aug 11 14:20:49 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1778] 10.0.0.249 () {32 vars in 693 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1779] 10.0.0.249 () {32 vars in 695 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1780] 10.0.0.249 () {32 vars in 685 bytes} [Tue Aug 11 14:20:50 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: 872/1781] 10.0.0.249 () {32 vars in 687 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1782] 10.0.0.249 () {32 vars in 661 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1783] 10.0.0.249 () {32 vars in 699 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1784] 10.0.0.249 () {32 vars in 679 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1785] 10.0.0.249 () {32 vars in 683 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1786] 10.0.0.249 () {32 vars in 675 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1787] 10.0.0.249 () {32 vars in 689 bytes} [Tue Aug 11 14:20:50 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: 879/1788] 10.0.0.249 () {32 vars in 723 bytes} [Tue Aug 11 14:20:50 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: 910/1789] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:20:49 2026] POST /v2.0/subnets => generated 731 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1790] 10.0.0.249 () {32 vars in 687 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1791] 10.0.0.249 () {32 vars in 669 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1792] 10.0.0.249 () {32 vars in 687 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1793] 10.0.0.249 () {32 vars in 681 bytes} [Tue Aug 11 14:20:50 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: 914/1794] 10.0.0.249 () {32 vars in 699 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1795] 10.0.0.249 () {32 vars in 679 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1796] 10.0.0.249 () {32 vars in 667 bytes} [Tue Aug 11 14:20:50 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: 7|app: 0|req: 917/1797] 10.0.0.249 () {32 vars in 677 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:20:50.221 8 INFO neutron.db.segments_db [None req-02f2898b-9460-4d60-83b4-256a6c2adc04 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] Added segment ed49eb36-a5f5-48ef-86fb-0e235617da99 of type vxlan for network ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db [pid: 7|app: 0|req: 918/1798] 10.0.0.249 () {32 vars in 665 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/l3-ha => 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: 919/1799] 10.0.0.249 () {32 vars in 675 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/l3-flavors => 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: 920/1800] 10.0.0.249 () {32 vars in 713 bytes} [Tue Aug 11 14:20:50 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: 7|app: 0|req: 921/1801] 10.0.0.249 () {32 vars in 691 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1802] 10.0.0.249 () {32 vars in 683 bytes} [Tue Aug 11 14:20:50 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: 7|app: 0|req: 923/1803] 10.0.0.249 () {32 vars in 669 bytes} [Tue Aug 11 14:20:50 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: 924/1804] 10.0.0.249 () {32 vars in 687 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1805] 10.0.0.249 () {32 vars in 705 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1806] 10.0.0.249 () {32 vars in 675 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1807] 10.0.0.249 () {32 vars in 701 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1808] 10.0.0.249 () {32 vars in 675 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1809] 10.0.0.249 () {32 vars in 693 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1810] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:20:50 2026] POST /v2.0/networks => generated 618 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1811] 10.0.0.249 () {32 vars in 689 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1812] 10.0.0.249 () {32 vars in 709 bytes} [Tue Aug 11 14:20:50 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: 932/1813] 10.0.0.249 () {32 vars in 705 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1814] 10.0.0.249 () {32 vars in 719 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1815] 10.0.0.249 () {32 vars in 697 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1816] 10.0.0.249 () {32 vars in 711 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1817] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/ports?tenant_id=0e965018b69244d7ad185fd1e62c7f1d&device_id=0bc40157-16ff-47a8-a942-98b3c58c6766 => generated 1240 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1818] 10.0.0.249 () {32 vars in 669 bytes} [Tue Aug 11 14:20:50 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: 7|app: 0|req: 938/1819] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/networks?id=914e14dd-1a71-45a4-8969-e51d1a82d4bc => generated 756 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1820] 10.0.0.249 () {32 vars in 687 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1821] 199.204.45.223 () {34 vars in 1058 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=07ae5554-2f1d-4250-8017-6d2eb162963b => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1822] 10.0.0.249 () {32 vars in 681 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1823] 199.204.45.223 () {34 vars in 984 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/subnets?id=f0a4e468-685d-41e0-8bbc-847a81a79a44 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1824] 10.0.0.249 () {32 vars in 675 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1825] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:20:50 2026] POST /v2.0/subnets => generated 655 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1826] 10.0.0.249 () {32 vars in 671 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/provider => generated 191 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1827] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/ports?network_id=914e14dd-1a71-45a4-8969-e51d1a82d4bc&device_owner=network%3Adhcp => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1828] 10.0.0.249 () {32 vars in 661 bytes} [Tue Aug 11 14:20:50 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: 946/1829] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/networks/914e14dd-1a71-45a4-8969-e51d1a82d4bc?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: 947/1830] 10.0.0.249 () {32 vars in 699 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1831] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/networks/914e14dd-1a71-45a4-8969-e51d1a82d4bc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1832] 10.0.0.249 () {32 vars in 699 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1833] 10.0.0.249 () {32 vars in 677 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1834] 10.0.0.249 () {32 vars in 669 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/qos-fip => 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: 952/1835] 10.0.0.249 () {32 vars in 683 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1836] 10.0.0.249 () {32 vars in 701 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1837] 10.0.0.249 () {32 vars in 685 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1838] 10.0.0.249 () {32 vars in 707 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1839] 10.0.0.249 () {32 vars in 669 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1840] 10.0.0.249 () {32 vars in 697 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1841] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:20:50 2026] POST /v2.0/subnets => generated 725 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1842] 10.0.0.249 () {32 vars in 695 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1843] 10.0.0.249 () {32 vars in 729 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/floatingips/14a0726e-596d-4987-ab98-a04662006cd5 => generated 554 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1844] 10.0.0.249 () {32 vars in 685 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1845] 10.0.0.249 () {32 vars in 689 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1846] 10.0.0.249 () {32 vars in 705 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:20:50.972 8 INFO neutron.db.segments_db [None req-8ca6f73b-d16f-4bd6-a5c5-d58a8f5bc257 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] Added segment 7d97d776-d41b-4216-b556-20becc0398c3 of type vxlan for network 4887aa94-6f2f-4ecc-8057-95813cd575d9 [pid: 7|app: 0|req: 963/1847] 10.0.0.249 () {32 vars in 667 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1848] 10.0.0.249 () {32 vars in 681 bytes} [Tue Aug 11 14:20:50 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: 965/1849] 10.0.0.249 () {32 vars in 681 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1850] 10.0.0.249 () {32 vars in 691 bytes} [Tue Aug 11 14:20:50 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1851] 10.0.0.249 () {32 vars in 691 bytes} [Tue Aug 11 14:20:51 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1852] 10.0.0.249 () {32 vars in 695 bytes} [Tue Aug 11 14:20:51 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1853] 10.0.0.249 () {32 vars in 685 bytes} [Tue Aug 11 14:20:51 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1854] 10.0.0.249 () {32 vars in 689 bytes} [Tue Aug 11 14:20:51 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1855] 10.0.0.249 () {32 vars in 701 bytes} [Tue Aug 11 14:20:51 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1856] 10.0.0.249 () {32 vars in 703 bytes} [Tue Aug 11 14:20:51 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1857] 10.0.0.249 () {32 vars in 713 bytes} [Tue Aug 11 14:20:51 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1858] 10.0.0.249 () {32 vars in 717 bytes} [Tue Aug 11 14:20:51 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: 885/1859] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:20:50 2026] POST /v2.0/networks => generated 619 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1860] 10.0.0.249 () {32 vars in 715 bytes} [Tue Aug 11 14:20:51 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1861] 10.0.0.249 () {32 vars in 727 bytes} [Tue Aug 11 14:20:51 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: 888/1862] 10.0.0.249 () {32 vars in 741 bytes} [Tue Aug 11 14:20:51 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1863] 10.0.0.249 () {32 vars in 719 bytes} [Tue Aug 11 14:20:51 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1864] 10.0.0.249 () {32 vars in 683 bytes} [Tue Aug 11 14:20:51 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1865] 10.0.0.249 () {32 vars in 669 bytes} [Tue Aug 11 14:20:51 2026] GET /v2.0/extensions/segment => generated 145 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1866] 10.0.0.249 () {32 vars in 719 bytes} [Tue Aug 11 14:20:51 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1867] 10.0.0.249 () {32 vars in 679 bytes} [Tue Aug 11 14:20:51 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1868] 10.0.0.249 () {32 vars in 669 bytes} [Tue Aug 11 14:20:51 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1869] 10.0.0.249 () {32 vars in 697 bytes} [Tue Aug 11 14:20:51 2026] GET /v2.0/extensions/standard-attr-segment => 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: 896/1870] 10.0.0.249 () {32 vars in 705 bytes} [Tue Aug 11 14:20:51 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1871] 10.0.0.249 () {32 vars in 701 bytes} [Tue Aug 11 14:20:51 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1872] 10.0.0.249 () {32 vars in 701 bytes} [Tue Aug 11 14:20:51 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1873] 10.0.0.249 () {32 vars in 683 bytes} [Tue Aug 11 14:20:51 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1874] 10.0.0.249 () {32 vars in 705 bytes} [Tue Aug 11 14:20:51 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1875] 10.0.0.249 () {32 vars in 695 bytes} [Tue Aug 11 14:20:51 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1876] 10.0.0.249 () {32 vars in 689 bytes} [Tue Aug 11 14:20:51 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1877] 10.0.0.249 () {32 vars in 697 bytes} [Tue Aug 11 14:20:51 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1878] 10.0.0.249 () {32 vars in 679 bytes} [Tue Aug 11 14:20:51 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1879] 10.0.0.249 () {32 vars in 689 bytes} [Tue Aug 11 14:20:51 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1880] 10.0.0.249 () {32 vars in 701 bytes} [Tue Aug 11 14:20:51 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: 8|app: 0|req: 907/1881] 10.0.0.249 () {32 vars in 665 bytes} [Tue Aug 11 14:20:51 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: 8|app: 0|req: 908/1882] 10.0.0.249 () {32 vars in 681 bytes} [Tue Aug 11 14:20:51 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: 8|app: 0|req: 909/1883] 10.0.0.249 () {32 vars in 677 bytes} [Tue Aug 11 14:20:51 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: 8|app: 0|req: 910/1884] 10.0.0.249 () {32 vars in 693 bytes} [Tue Aug 11 14:20:51 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1885] 10.0.0.249 () {32 vars in 677 bytes} [Tue Aug 11 14:20:51 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1886] 10.0.0.249 () {32 vars in 667 bytes} [Tue Aug 11 14:20:51 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1887] 10.0.0.249 () {32 vars in 663 bytes} [Tue Aug 11 14:20:51 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1888] 10.0.0.249 () {32 vars in 675 bytes} [Tue Aug 11 14:20:51 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: 975/1889] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:20:51 2026] POST /v2.0/subnets => generated 656 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1890] 10.0.0.249 () {32 vars in 687 bytes} [Tue Aug 11 14:20:51 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1891] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:20:51 2026] POST /v2.0/subnets => generated 730 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:20:51.721 8 INFO neutron.db.segments_db [None req-73f8d9e0-0fcf-4762-85b0-8ae4c2dd8af8 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] Added segment 456963fb-8acf-4045-8b46-011a6feddcd4 of type vxlan for network cf651490-0263-4f27-bef6-8595dfd49600 2026-08-11 14:20:52.010 8 INFO neutron.db.l3_hamode_db [None req-73f8d9e0-0fcf-4762-85b0-8ae4c2dd8af8 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 977/1892] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:20:51 2026] GET /v2.0/security-groups?tenant_id=0e6f433b8a6446f7a82298aa91d0e9c8&name=default => generated 2925 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1893] 10.0.0.249 () {32 vars in 729 bytes} [Tue Aug 11 14:20:52 2026] GET /v2.0/floatingips/14a0726e-596d-4987-ab98-a04662006cd5 => generated 552 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1894] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:20:52 2026] DELETE /v2.0/security-groups/2aa13c59-c344-46ca-bb66-c7ed80df2098 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:20:52.784 8 INFO neutron.db.l3_hamode_db [None req-73f8d9e0-0fcf-4762-85b0-8ae4c2dd8af8 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 980/1895] 10.0.0.249 () {34 vars in 685 bytes} [Tue Aug 11 14:20:53 2026] POST /v2.0/security-groups => generated 1675 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1896] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:20:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1897] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:20:53 2026] POST /v2.0/security-group-rules => generated 596 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1898] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:20:51 2026] POST /v2.0/routers => generated 685 bytes in 1978 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1899] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:20:53 2026] POST /v2.0/security-group-rules => generated 602 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1900] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:20:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:20:53.793 7 INFO neutron.db.securitygroups_db [None req-7c2d4b1a-9957-4485-a1b4-4f083a61f6d7 d8b82dfba9fb44c9b919384a074524ea 0e965018b69244d7ad185fd1e62c7f1d - - default default] Project 0e965018b69244d7ad185fd1e62c7f1d 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: 985/1901] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:20:53 2026] POST /v2.0/security-group-rules => generated 607 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:20:53.924 7 INFO neutron.db.securitygroups_db [None req-3e26c290-2c09-48c6-8764-157ccde3f1be d8b82dfba9fb44c9b919384a074524ea 0e965018b69244d7ad185fd1e62c7f1d - - default default] Project 0e965018b69244d7ad185fd1e62c7f1d 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: 986/1902] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:20:53 2026] POST /v2.0/security-group-rules => generated 606 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:20:54.357 7 INFO neutron.db.segments_db [None req-6ef4b4b0-6e45-42f4-915e-3b0c2296316b ac891fc8ad014714ae9eeedc2b6d900e f251a49726e748dbbeced793fbb2498c - - default default] Added segment 3fb32a50-0fad-4d0a-afa0-a4c2fe9e8163 of type vxlan for network 55cfdc00-de86-463b-8304-737bb1c40805 2026-08-11 14:20:54.415 7 INFO neutron.db.segments_db [None req-6ef4b4b0-6e45-42f4-915e-3b0c2296316b ac891fc8ad014714ae9eeedc2b6d900e f251a49726e748dbbeced793fbb2498c - - default default] Added segment 885b7a25-824c-4ef6-9f67-364f28065fdb of type vxlan for network bfcd0ab7-f29d-4311-812d-1349513f34c1 [pid: 7|app: 0|req: 987/1903] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:20:54 2026] POST /v2.0/networks => generated 1206 bytes in 510 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1904] 10.0.0.249 () {32 vars in 649 bytes} [Tue Aug 11 14:20:54 2026] GET /v2.0/networks => generated 1297 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1905] 10.0.0.249 () {32 vars in 649 bytes} [Tue Aug 11 14:20:54 2026] GET /v2.0/networks => generated 1843 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:20:54.744 7 INFO neutron.services.segments.plugin [-] Segment 3fb32a50-0fad-4d0a-afa0-a4c2fe9e8163 resource provider aggregate not found 2026-08-11 14:20:54.747 7 INFO neutron.services.segments.plugin [-] Segment 3fb32a50-0fad-4d0a-afa0-a4c2fe9e8163 resource provider aggregate not found 2026-08-11 14:20:54.762 7 INFO neutron.services.segments.plugin [-] Segment 3fb32a50-0fad-4d0a-afa0-a4c2fe9e8163 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3fb32a50-0fad-4d0a-afa0-a4c2fe9e8163 found for delete ", "request_id": "req-91c5e0f1-9f85-4cbc-b0f2-757f9cb29534"}]} 2026-08-11 14:20:54.765 7 INFO neutron.services.segments.plugin [-] Segment 3fb32a50-0fad-4d0a-afa0-a4c2fe9e8163 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3fb32a50-0fad-4d0a-afa0-a4c2fe9e8163 found for delete ", "request_id": "req-5f5de31b-64c0-4602-8713-99b6ebed2262"}]} [pid: 7|app: 0|req: 990/1906] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:20:54 2026] DELETE /v2.0/networks/55cfdc00-de86-463b-8304-737bb1c40805 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1907] 10.0.0.141 () {34 vars in 1100 bytes} [Tue Aug 11 14:20:54 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1046206637&fields=id&tenant_id=0e965018b69244d7ad185fd1e62c7f1d => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1908] 10.0.0.249 () {34 vars in 783 bytes} [Tue Aug 11 14:20:53 2026] PUT /v2.0/routers/2368cfd6-f889-4a9c-866c-0cc2f3b536d3/add_router_interface => generated 309 bytes in 1201 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1909] 10.0.0.141 () {34 vars in 982 bytes} [Tue Aug 11 14:20:54 2026] GET /v2.0/networks?id=914e14dd-1a71-45a4-8969-e51d1a82d4bc => generated 660 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1910] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:20:54 2026] DELETE /v2.0/networks/bfcd0ab7-f29d-4311-812d-1349513f34c1 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1911] 10.0.0.141 () {34 vars in 965 bytes} [Tue Aug 11 14:20:54 2026] GET /v2.0/quotas/0e965018b69244d7ad185fd1e62c7f1d => 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: 994/1912] 10.0.0.249 () {32 vars in 649 bytes} [Tue Aug 11 14:20:54 2026] GET /v2.0/networks => generated 651 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1913] 10.0.0.141 () {34 vars in 1002 bytes} [Tue Aug 11 14:20:54 2026] GET /v2.0/ports?tenant_id=0e965018b69244d7ad185fd1e62c7f1d&fields=id => generated 149 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:20:55.118 7 INFO neutron.db.segments_db [None req-ed20b1c9-697a-44d1-a1a8-061f3c3c5757 ac891fc8ad014714ae9eeedc2b6d900e f251a49726e748dbbeced793fbb2498c - - default default] Added segment 423c659d-1db1-4973-86b2-14ad2b7a5dbc of type vxlan for network 0d8906fb-67d3-486c-876c-04fd1946c542 [pid: 7|app: 0|req: 996/1914] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:20:55 2026] POST /v2.0/networks => generated 631 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1915] 10.0.0.141 () {34 vars in 1008 bytes} [Tue Aug 11 14:20:55 2026] GET /v2.0/networks/914e14dd-1a71-45a4-8969-e51d1a82d4bc?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:20:55.349 7 INFO neutron.db.segments_db [None req-fea54724-b619-4b29-8f56-364f7860307f ac891fc8ad014714ae9eeedc2b6d900e f251a49726e748dbbeced793fbb2498c - - default default] Added segment 5ffe751a-f90c-4d89-9f5c-1022208c3c87 of type vxlan for network 03ae56e1-f819-4528-b72c-27f590b3906d [pid: 7|app: 0|req: 998/1916] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:20:55 2026] POST /v2.0/networks => generated 631 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1917] 10.0.0.141 () {34 vars in 1108 bytes} [Tue Aug 11 14:20:55 2026] GET /v2.0/networks/914e14dd-1a71-45a4-8969-e51d1a82d4bc?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: 1000/1918] 10.0.0.249 () {34 vars in 665 bytes} [Tue Aug 11 14:20:55 2026] POST /v2.0/ports => generated 1506 bytes in 580 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: 1001/1919] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:56 2026] GET /v2.0/ports?device_id=59103085-ae74-4b1b-905b-0847da403d4b => 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: 1002/1920] 10.0.0.249 () {32 vars in 643 bytes} [Tue Aug 11 14:20:56 2026] GET /v2.0/ports => generated 1506 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1921] 10.0.0.249 () {34 vars in 783 bytes} [Tue Aug 11 14:20:54 2026] PUT /v2.0/routers/2368cfd6-f889-4a9c-866c-0cc2f3b536d3/add_router_interface => generated 309 bytes in 1426 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:20:56.324 7 INFO neutron_taas.services.taas.taas_plugin [None req-6bd8d298-08ee-49b6-b973-be2381c56e7e ac891fc8ad014714ae9eeedc2b6d900e f251a49726e748dbbeced793fbb2498c - - default default] TaaS: Handle Delete Port: 179194ec-7a7f-4b6f-93fa-a020977b8a04 2026-08-11 14:20:56.329 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6bd8d298-08ee-49b6-b973-be2381c56e7e ac891fc8ad014714ae9eeedc2b6d900e f251a49726e748dbbeced793fbb2498c - - default default] Tap Mirror: Handle Delete Port: 179194ec-7a7f-4b6f-93fa-a020977b8a04 [pid: 7|app: 0|req: 1003/1922] 10.0.0.249 () {32 vars in 720 bytes} [Tue Aug 11 14:20:56 2026] DELETE /v2.0/ports/179194ec-7a7f-4b6f-93fa-a020977b8a04 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:20:56.520 7 INFO neutron_taas.services.taas.taas_plugin [None req-3843a813-b227-4cc9-9182-c4ed8863a558 ac891fc8ad014714ae9eeedc2b6d900e f251a49726e748dbbeced793fbb2498c - - default default] TaaS: Handle Delete Port: 7e7fe39e-575d-43b0-8ec9-0568a7e56383 2026-08-11 14:20:56.523 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3843a813-b227-4cc9-9182-c4ed8863a558 ac891fc8ad014714ae9eeedc2b6d900e f251a49726e748dbbeced793fbb2498c - - default default] Tap Mirror: Handle Delete Port: 7e7fe39e-575d-43b0-8ec9-0568a7e56383 [pid: 7|app: 0|req: 1006/1925] 10.0.0.249 () {32 vars in 720 bytes} [Tue Aug 11 14:20:56 2026] DELETE /v2.0/ports/7e7fe39e-575d-43b0-8ec9-0568a7e56383 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1926] 10.0.0.249 () {32 vars in 643 bytes} [Tue Aug 11 14:20:56 2026] GET /v2.0/ports => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:20:56.700 7 INFO neutron.db.segments_db [None req-c8112d18-588b-4a58-8fdc-b49c98e43492 ac891fc8ad014714ae9eeedc2b6d900e f251a49726e748dbbeced793fbb2498c - - default default] Added segment b7ae5b9b-6561-4ca6-ba10-7161128558e5 of type vxlan for network 4abf300b-fbe5-464d-93de-95dbe142c364 2026-08-11 14:20:56.800 7 INFO neutron.services.segments.plugin [-] Segment 885b7a25-824c-4ef6-9f67-364f28065fdb resource provider aggregate not found 2026-08-11 14:20:56.807 7 INFO neutron.services.segments.plugin [-] Segment 885b7a25-824c-4ef6-9f67-364f28065fdb resource provider aggregate not found 2026-08-11 14:20:56.829 7 INFO neutron.services.segments.plugin [-] Segment 885b7a25-824c-4ef6-9f67-364f28065fdb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 885b7a25-824c-4ef6-9f67-364f28065fdb found for delete ", "request_id": "req-f667c629-e422-4658-a861-10328ce90cd4"}]} [pid: 7|app: 0|req: 1008/1927] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:20:56 2026] POST /v2.0/networks => generated 630 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:20:56.836 7 INFO neutron.services.segments.plugin [-] Segment 885b7a25-824c-4ef6-9f67-364f28065fdb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 885b7a25-824c-4ef6-9f67-364f28065fdb found for delete ", "request_id": "req-0697e482-a1ce-484a-ad3a-c605e3ec9fe1"}]} 2026-08-11 14:20:56.897 7 INFO neutron.db.segments_db [None req-17c209e3-1caf-467d-b7c6-9ae3bd3c4f12 ac891fc8ad014714ae9eeedc2b6d900e f251a49726e748dbbeced793fbb2498c - - default default] Added segment f0e1e7aa-1962-4c2f-8b3a-7e74b6fcc0bd of type vxlan for network 9092fe66-ee1c-4ca8-92b8-586a6a36adf8 [pid: 7|app: 0|req: 1009/1928] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:20:56 2026] POST /v2.0/networks => generated 629 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1929] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:20:57 2026] POST /v2.0/subnets => generated 1274 bytes in 531 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1930] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:57 2026] GET /v2.0/ports?device_id=59103085-ae74-4b1b-905b-0847da403d4b => 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: 1012/1931] 10.0.0.249 () {32 vars in 647 bytes} [Tue Aug 11 14:20:57 2026] GET /v2.0/subnets => generated 1910 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1932] 10.0.0.249 () {34 vars in 783 bytes} [Tue Aug 11 14:20:56 2026] PUT /v2.0/routers/2368cfd6-f889-4a9c-866c-0cc2f3b536d3/add_router_interface => generated 309 bytes in 1361 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1933] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:20:57 2026] DELETE /v2.0/subnets/58e9c7f1-73e1-422d-a11f-211a7f3b16c9 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1934] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:20:57 2026] DELETE /v2.0/subnets/749a7d28-8d50-438a-8ee9-a8ec176ebec8 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1935] 10.0.0.249 () {34 vars in 684 bytes} [Tue Aug 11 14:20:57 2026] POST /v2.0/security-groups => generated 1627 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1936] 10.0.0.249 () {32 vars in 647 bytes} [Tue Aug 11 14:20:57 2026] GET /v2.0/subnets => generated 649 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1937] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:20:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1938] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:20:57 2026] DELETE /v2.0/networks/9092fe66-ee1c-4ca8-92b8-586a6a36adf8 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1939] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:20:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1940] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:20:58 2026] DELETE /v2.0/networks/4abf300b-fbe5-464d-93de-95dbe142c364 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1941] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:20:58 2026] POST /v2.0/security-group-rules => generated 599 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1942] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:20:58 2026] DELETE /v2.0/networks/03ae56e1-f819-4528-b72c-27f590b3906d => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1943] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:20:58 2026] POST /v2.0/security-group-rules => generated 601 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1944] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:20:58 2026] DELETE /v2.0/networks/0d8906fb-67d3-486c-876c-04fd1946c542 => 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: 926/1945] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:20:58 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/1946] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:20:58 2026] POST /v2.0/security-group-rules => generated 597 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1947] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:58 2026] GET /v2.0/ports?device_id=59103085-ae74-4b1b-905b-0847da403d4b => 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: 927/1948] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:20:58 2026] POST /v2.0/security-group-rules => generated 597 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/1949] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:20:58 2026] POST /v2.0/security-group-rules => generated 597 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:20:58.850 7 INFO neutron.services.segments.plugin [-] Segment f0e1e7aa-1962-4c2f-8b3a-7e74b6fcc0bd resource provider aggregate not found 2026-08-11 14:20:58.857 7 INFO neutron.services.segments.plugin [-] Segment f0e1e7aa-1962-4c2f-8b3a-7e74b6fcc0bd resource provider aggregate not found 2026-08-11 14:20:58.869 7 INFO neutron.services.segments.plugin [-] Segment f0e1e7aa-1962-4c2f-8b3a-7e74b6fcc0bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0e1e7aa-1962-4c2f-8b3a-7e74b6fcc0bd found for delete ", "request_id": "req-466e81bc-6813-4cb2-a8c5-48f349572d49"}]} 2026-08-11 14:20:58.872 7 INFO neutron.services.segments.plugin [-] Segment f0e1e7aa-1962-4c2f-8b3a-7e74b6fcc0bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0e1e7aa-1962-4c2f-8b3a-7e74b6fcc0bd found for delete ", "request_id": "req-fdd1526a-93e2-401f-a650-721cc8be4fa3"}]} 2026-08-11 14:20:58.887 7 INFO neutron.services.segments.plugin [-] Segment b7ae5b9b-6561-4ca6-ba10-7161128558e5 resource provider aggregate not found 2026-08-11 14:20:58.896 7 INFO neutron.services.segments.plugin [-] Segment b7ae5b9b-6561-4ca6-ba10-7161128558e5 resource provider aggregate not found 2026-08-11 14:20:58.907 7 INFO neutron.services.segments.plugin [-] Segment b7ae5b9b-6561-4ca6-ba10-7161128558e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7ae5b9b-6561-4ca6-ba10-7161128558e5 found for delete ", "request_id": "req-8c0b1092-56be-4004-a5de-e4162a73d55b"}]} 2026-08-11 14:20:58.912 7 INFO neutron.services.segments.plugin [-] Segment b7ae5b9b-6561-4ca6-ba10-7161128558e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7ae5b9b-6561-4ca6-ba10-7161128558e5 found for delete ", "request_id": "req-c8c5b478-37c4-4b13-8da5-0c47c318aaca"}]} 2026-08-11 14:20:58.927 7 INFO neutron.services.segments.plugin [-] Segment 5ffe751a-f90c-4d89-9f5c-1022208c3c87 resource provider aggregate not found 2026-08-11 14:20:58.931 7 INFO neutron.services.segments.plugin [-] Segment 5ffe751a-f90c-4d89-9f5c-1022208c3c87 resource provider aggregate not found 2026-08-11 14:20:58.947 7 INFO neutron.services.segments.plugin [-] Segment 5ffe751a-f90c-4d89-9f5c-1022208c3c87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ffe751a-f90c-4d89-9f5c-1022208c3c87 found for delete ", "request_id": "req-dfa6a89c-4d68-47c8-b6de-5fe428c0b65e"}]} 2026-08-11 14:20:58.952 7 INFO neutron.services.segments.plugin [-] Segment 5ffe751a-f90c-4d89-9f5c-1022208c3c87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ffe751a-f90c-4d89-9f5c-1022208c3c87 found for delete ", "request_id": "req-76dbdfdd-be6f-47a6-b047-e0d1438e51d4"}]} 2026-08-11 14:20:58.963 7 INFO neutron.services.segments.plugin [-] Segment 423c659d-1db1-4973-86b2-14ad2b7a5dbc resource provider aggregate not found [pid: 8|app: 0|req: 928/1950] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:20:58 2026] POST /v2.0/security-group-rules => generated 599 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:20:58.978 7 INFO neutron.services.segments.plugin [-] Segment 423c659d-1db1-4973-86b2-14ad2b7a5dbc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 423c659d-1db1-4973-86b2-14ad2b7a5dbc found for delete ", "request_id": "req-b0667f61-b96f-4f9f-9f1a-e238d7f8f19f"}]} 2026-08-11 14:20:58.982 7 INFO neutron.services.segments.plugin [-] Segment 423c659d-1db1-4973-86b2-14ad2b7a5dbc resource provider aggregate not found 2026-08-11 14:20:59.008 7 INFO neutron.services.segments.plugin [-] Segment 423c659d-1db1-4973-86b2-14ad2b7a5dbc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 423c659d-1db1-4973-86b2-14ad2b7a5dbc found for delete ", "request_id": "req-a72dcc88-1319-4b33-a3d2-9d1385707877"}]} [pid: 7|app: 0|req: 1023/1951] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:20:58 2026] GET /v2.0/security-groups?tenant_id=f251a49726e748dbbeced793fbb2498c&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1952] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:20:58 2026] POST /v2.0/security-group-rules => generated 601 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/1953] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:20:59 2026] DELETE /v2.0/security-groups/6db7a98c-4814-447a-8f29-39a17fffe4fa => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1954] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:20:59 2026] POST /v2.0/security-group-rules => generated 597 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/1955] 10.0.0.141 () {34 vars in 1094 bytes} [Tue Aug 11 14:20:59 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-989060874&fields=id&tenant_id=8588d1397baf4bac99766420e9837326 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1956] 10.0.0.141 () {34 vars in 982 bytes} [Tue Aug 11 14:20:59 2026] GET /v2.0/networks?id=ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db => generated 704 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/1957] 10.0.0.141 () {34 vars in 965 bytes} [Tue Aug 11 14:20:59 2026] GET /v2.0/quotas/8588d1397baf4bac99766420e9837326 => 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: 1027/1958] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:20:59 2026] GET /v2.0/ports?device_id=59103085-ae74-4b1b-905b-0847da403d4b => 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: 932/1959] 10.0.0.141 () {34 vars in 1002 bytes} [Tue Aug 11 14:20:59 2026] GET /v2.0/ports?tenant_id=8588d1397baf4bac99766420e9837326&fields=id => generated 241 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/1960] 10.0.0.141 () {34 vars in 1008 bytes} [Tue Aug 11 14:20:59 2026] GET /v2.0/networks/ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1961] 10.0.0.141 () {34 vars in 1108 bytes} [Tue Aug 11 14:20:59 2026] GET /v2.0/networks/ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db?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: 1029/1962] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:20:59 2026] GET /v2.0/networks?id=914e14dd-1a71-45a4-8969-e51d1a82d4bc => generated 660 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1963] 199.204.45.223 () {34 vars in 1050 bytes} [Tue Aug 11 14:21:00 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0e965018b69244d7ad185fd1e62c7f1d => generated 274 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/1964] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:00 2026] GET /v2.0/ports?device_id=a29c0a57-19a0-425a-9852-b5e5f8335933 => 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: 935/1965] 199.204.45.223 () {38 vars in 955 bytes} [Tue Aug 11 14:21:00 2026] POST /v2.0/ports => generated 958 bytes in 483 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: 936/1966] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:00 2026] GET /v2.0/ports?device_id=59103085-ae74-4b1b-905b-0847da403d4b => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1967] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:21:00 2026] GET /v2.0/security-groups?id=f931f3d0-83fa-46c4-a55d-1b502169ccfa&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: 1031/1968] 199.204.45.223 () {38 vars in 1028 bytes} [Tue Aug 11 14:21:00 2026] PUT /v2.0/ports/c9d06119-a70d-4954-b042-abef13cb2bdf => generated 1239 bytes in 452 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:21:01.073 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-51338512-cd3f-4110-a644-afb5dafbce5f'] response: {'name': 'network-changed', 'server_uuid': '59103085-ae74-4b1b-905b-0847da403d4b', 'tag': 'c9d06119-a70d-4954-b042-abef13cb2bdf', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 938/1969] 10.0.0.249 () {34 vars in 684 bytes} [Tue Aug 11 14:21:00 2026] POST /v2.0/security-groups => generated 1624 bytes in 390 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: 1032/1970] 10.0.0.249 () {32 vars in 663 bytes} [Tue Aug 11 14:21:01 2026] GET /v2.0/security-groups => generated 4529 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1971] 10.0.0.249 () {34 vars in 758 bytes} [Tue Aug 11 14:21:01 2026] PUT /v2.0/security-groups/9ee931a4-f87b-410a-854b-85f364acc0d2 => generated 1663 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/1972] 10.0.0.249 () {32 vars in 737 bytes} [Tue Aug 11 14:21:01 2026] GET /v2.0/security-groups/9ee931a4-f87b-410a-854b-85f364acc0d2 => generated 1663 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1973] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:21:01 2026] DELETE /v2.0/security-groups/9ee931a4-f87b-410a-854b-85f364acc0d2 => 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: 1034/1974] 10.0.0.249 () {32 vars in 663 bytes} [Tue Aug 11 14:21:01 2026] GET /v2.0/security-groups => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:21:01.603 7 INFO neutron.api.v2.resource [None req-3c987729-2d26-4a05-832a-4c68750f4651 2e522a756a734e4990244bfa242e8c7f 2f86297accad4bc5b8e95ed37fb135f7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1035/1975] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:21:01 2026] DELETE /v2.0/security-groups/9ee931a4-f87b-410a-854b-85f364acc0d2 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1976] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:21:01 2026] GET /v2.0/ports?tenant_id=0e965018b69244d7ad185fd1e62c7f1d&device_id=59103085-ae74-4b1b-905b-0847da403d4b => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1977] 199.204.45.223 () {34 vars in 1018 bytes} [Tue Aug 11 14:21:01 2026] GET /v2.0/networks?tenant_id=0e965018b69244d7ad185fd1e62c7f1d&shared=False => generated 756 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1978] 199.204.45.223 () {34 vars in 930 bytes} [Tue Aug 11 14:21:01 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/1979] 10.0.0.249 () {34 vars in 684 bytes} [Tue Aug 11 14:21:01 2026] POST /v2.0/security-groups => generated 1625 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1980] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:21:01 2026] POST /v2.0/security-group-rules => generated 601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/1981] 10.0.0.249 () {32 vars in 747 bytes} [Tue Aug 11 14:21:01 2026] GET /v2.0/security-group-rules/d3dd44eb-91a7-40c7-be29-d4a5d7bb46cc => generated 601 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1982] 10.0.0.249 () {32 vars in 673 bytes} [Tue Aug 11 14:21:01 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1983] 10.0.0.249 () {32 vars in 750 bytes} [Tue Aug 11 14:21:01 2026] DELETE /v2.0/security-group-rules/d3dd44eb-91a7-40c7-be29-d4a5d7bb46cc => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/1984] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:01 2026] GET /v2.0/ports?device_id=59103085-ae74-4b1b-905b-0847da403d4b => 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: 1039/1985] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:21:02 2026] GET /v2.0/security-groups?id=f931f3d0-83fa-46c4-a55d-1b502169ccfa&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: 947/1986] 10.0.0.249 () {32 vars in 673 bytes} [Tue Aug 11 14:21:02 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/1987] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:21:02 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1988] 10.0.0.249 () {32 vars in 747 bytes} [Tue Aug 11 14:21:02 2026] GET /v2.0/security-group-rules/12e28559-50d4-470f-8a0e-660bcf3d80b3 => generated 601 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/1989] 10.0.0.249 () {32 vars in 673 bytes} [Tue Aug 11 14:21:02 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1990] 10.0.0.249 () {32 vars in 750 bytes} [Tue Aug 11 14:21:02 2026] DELETE /v2.0/security-group-rules/12e28559-50d4-470f-8a0e-660bcf3d80b3 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/1991] 10.0.0.249 () {32 vars in 673 bytes} [Tue Aug 11 14:21:02 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1992] 10.0.0.249 () {34 vars in 695 bytes} [Tue Aug 11 14:21:02 2026] POST /v2.0/security-group-rules => generated 602 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/1993] 10.0.0.249 () {32 vars in 747 bytes} [Tue Aug 11 14:21:02 2026] GET /v2.0/security-group-rules/e3886e04-bdd7-45ba-a081-a70d697cf19e => 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: 951/1994] 10.0.0.249 () {32 vars in 673 bytes} [Tue Aug 11 14:21:02 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/1995] 10.0.0.249 () {32 vars in 750 bytes} [Tue Aug 11 14:21:02 2026] DELETE /v2.0/security-group-rules/e3886e04-bdd7-45ba-a081-a70d697cf19e => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/1996] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:21:02 2026] GET /v2.0/ports?tenant_id=0e965018b69244d7ad185fd1e62c7f1d&device_id=59103085-ae74-4b1b-905b-0847da403d4b => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1997] 10.0.0.249 () {32 vars in 673 bytes} [Tue Aug 11 14:21:02 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/1998] 199.204.45.223 () {34 vars in 1060 bytes} [Tue Aug 11 14:21:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=c9d06119-a70d-4954-b042-abef13cb2bdf => 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: 1047/1999] 199.204.45.223 () {34 vars in 984 bytes} [Tue Aug 11 14:21:02 2026] GET /v2.0/subnets?id=f0a4e468-685d-41e0-8bbc-847a81a79a44 => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/2000] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:21:02 2026] DELETE /v2.0/security-groups/fbcd8cc0-56f2-4b47-a407-b8b95d60d8ee => 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: 1048/2001] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:21:02 2026] GET /v2.0/ports?network_id=914e14dd-1a71-45a4-8969-e51d1a82d4bc&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: 1049/2002] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:21:02 2026] GET /v2.0/networks/914e14dd-1a71-45a4-8969-e51d1a82d4bc?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: 954/2003] 10.0.0.249 () {32 vars in 663 bytes} [Tue Aug 11 14:21:02 2026] GET /v2.0/security-groups => generated 2925 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2004] 10.0.0.249 () {32 vars in 663 bytes} [Tue Aug 11 14:21:02 2026] GET /v2.0/security-groups => 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: 955/2005] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:21:02 2026] GET /v2.0/networks/914e14dd-1a71-45a4-8969-e51d1a82d4bc?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: 1051/2006] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:03 2026] GET /v2.0/ports?device_id=59103085-ae74-4b1b-905b-0847da403d4b => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/2007] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:21:03 2026] GET /v2.0/security-groups?id=f931f3d0-83fa-46c4-a55d-1b502169ccfa&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2008] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:21:03 2026] GET /v2.0/security-groups?tenant_id=2f86297accad4bc5b8e95ed37fb135f7&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: 957/2009] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:21:03 2026] DELETE /v2.0/security-groups/296f3931-14e1-4482-b12c-d12c0752517c => 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: 1053/2010] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:04 2026] GET /v2.0/ports?device_id=59103085-ae74-4b1b-905b-0847da403d4b => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/2011] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:21:04 2026] GET /v2.0/security-groups?id=f931f3d0-83fa-46c4-a55d-1b502169ccfa&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: 1054/2012] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:21:04 2026] GET /v2.0/networks?id=ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db => generated 704 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/2013] 199.204.45.223 () {34 vars in 1050 bytes} [Tue Aug 11 14:21:04 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8588d1397baf4bac99766420e9837326 => generated 178 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2014] 199.204.45.223 () {38 vars in 955 bytes} [Tue Aug 11 14:21:04 2026] POST /v2.0/ports => generated 1183 bytes in 454 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: 1056/2015] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:05 2026] GET /v2.0/ports?device_id=a29c0a57-19a0-425a-9852-b5e5f8335933 => generated 1198 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2016] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:21:05 2026] GET /v2.0/security-groups?id=4dbf9564-9024-470c-a483-0694636601a5&fields=id&fields=name => generated 111 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/2017] 199.204.45.223 () {38 vars in 1028 bytes} [Tue Aug 11 14:21:04 2026] PUT /v2.0/ports/5644d259-94d9-49c9-aacd-415700ab0278 => generated 1464 bytes in 523 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: 961/2018] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:05 2026] GET /v2.0/ports?device_id=59103085-ae74-4b1b-905b-0847da403d4b => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:21:05.489 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2301fdd0-8660-436d-8b9d-2fca99368d81'] response: {'name': 'network-changed', 'server_uuid': 'a29c0a57-19a0-425a-9852-b5e5f8335933', 'tag': '5644d259-94d9-49c9-aacd-415700ab0278', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 962/2019] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:21:05 2026] GET /v2.0/security-groups?id=f931f3d0-83fa-46c4-a55d-1b502169ccfa&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:21:05.660 7 INFO neutron.db.segments_db [None req-e1ddf169-ac64-4fd5-b035-0958d60a8fe9 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Added segment 4299118d-a43d-4944-b9de-276139e5c425 of type vxlan for network b64f2ea3-8660-4853-a0d0-6b609cf3aa8b [pid: 7|app: 0|req: 1058/2020] 10.0.0.249 () {34 vars in 671 bytes} [Tue Aug 11 14:21:05 2026] POST /v2.0/networks => generated 722 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/2021] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:21:05 2026] POST /v2.0/subnets => generated 688 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:21:06.019 7 INFO neutron.db.segments_db [None req-79ba6dfb-cc44-46b9-b0cd-cee81793d427 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Added segment fd7e0fe9-cd8d-4065-90bb-bcb73a6f258c of type vxlan for network 712e5953-110c-4fa9-a77b-22bdf40bbecf [pid: 8|app: 0|req: 964/2022] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:21:05 2026] GET /v2.0/ports?tenant_id=8588d1397baf4bac99766420e9837326&device_id=a29c0a57-19a0-425a-9852-b5e5f8335933 => generated 1467 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/2023] 199.204.45.223 () {34 vars in 1018 bytes} [Tue Aug 11 14:21:06 2026] GET /v2.0/networks?tenant_id=8588d1397baf4bac99766420e9837326&shared=False => generated 2376 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/2024] 199.204.45.223 () {34 vars in 930 bytes} [Tue Aug 11 14:21:06 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) 2026-08-11 14:21:06.360 7 INFO neutron.db.l3_hamode_db [None req-79ba6dfb-cc44-46b9-b0cd-cee81793d427 deb15de0910240b3845a1c6ddc77c8b3 8757bfc6020a4d82b716306ba11c785c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 967/2025] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:06 2026] GET /v2.0/ports?device_id=59103085-ae74-4b1b-905b-0847da403d4b => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/2026] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:21:06 2026] GET /v2.0/security-groups?id=f931f3d0-83fa-46c4-a55d-1b502169ccfa&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:21:07.104 7 INFO neutron.db.l3_hamode_db [None req-79ba6dfb-cc44-46b9-b0cd-cee81793d427 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 969/2027] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:21:07 2026] GET /v2.0/ports?tenant_id=8588d1397baf4bac99766420e9837326&device_id=a29c0a57-19a0-425a-9852-b5e5f8335933 => generated 1467 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/2028] 199.204.45.223 () {34 vars in 1058 bytes} [Tue Aug 11 14:21:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.227&port_id=5644d259-94d9-49c9-aacd-415700ab0278 => 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: 971/2029] 199.204.45.223 () {34 vars in 1104 bytes} [Tue Aug 11 14:21:07 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A19d&port_id=5644d259-94d9-49c9-aacd-415700ab0278 => 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: 972/2030] 199.204.45.223 () {34 vars in 1064 bytes} [Tue Aug 11 14:21:07 2026] GET /v2.0/subnets?id=c96c12ef-0da2-4cb9-bb13-2a1c47b449d2&id=2896efa2-989c-4ea0-b884-a58dcd3d3570 => generated 1409 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/2031] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:21:07 2026] GET /v2.0/ports?network_id=ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db&device_owner=network%3Adhcp => generated 1457 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/2032] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:21:07 2026] GET /v2.0/ports?network_id=ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db&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: 975/2033] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:21:07 2026] GET /v2.0/networks/ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db?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: 976/2034] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:21:07 2026] GET /v2.0/networks/ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db?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: 977/2035] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:07 2026] GET /v2.0/ports?device_id=59103085-ae74-4b1b-905b-0847da403d4b => 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: 978/2036] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:21:07 2026] GET /v2.0/security-groups?id=f931f3d0-83fa-46c4-a55d-1b502169ccfa&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: 979/2037] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:07 2026] GET /v2.0/ports?device_id=59103085-ae74-4b1b-905b-0847da403d4b => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2038] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:21:08 2026] GET /v2.0/security-groups?id=f931f3d0-83fa-46c4-a55d-1b502169ccfa&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: 1059/2039] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:21:05 2026] POST /v2.0/routers => generated 728 bytes in 2113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2040] 10.0.0.249 () {32 vars in 736 bytes} [Tue Aug 11 14:21:08 2026] GET /v2.0/ports?device_id=59103085-ae74-4b1b-905b-0847da403d4b => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:21:08.506 8 INFO neutron.db.l3_db [None req-844e78f7-db71-4a55-83dc-ae0d7b8d909d d8b82dfba9fb44c9b919384a074524ea 0e965018b69244d7ad185fd1e62c7f1d - - default default] Floating IP 14a0726e-596d-4987-ab98-a04662006cd5 associated. External IP: 10.96.250.220, port: c9d06119-a70d-4954-b042-abef13cb2bdf. [pid: 8|app: 0|req: 982/2041] 10.0.0.249 () {34 vars in 749 bytes} [Tue Aug 11 14:21:08 2026] PUT /v2.0/floatingips/14a0726e-596d-4987-ab98-a04662006cd5 => generated 856 bytes in 734 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:21:08.902 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-83c5af12-07b4-4756-bfff-289abb28846f'] response: {'name': 'network-changed', 'server_uuid': '59103085-ae74-4b1b-905b-0847da403d4b', 'tag': 'c9d06119-a70d-4954-b042-abef13cb2bdf', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 983/2042] 10.0.0.249 () {32 vars in 729 bytes} [Tue Aug 11 14:21:08 2026] GET /v2.0/floatingips/14a0726e-596d-4987-ab98-a04662006cd5 => generated 856 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2043] 10.0.0.249 () {34 vars in 783 bytes} [Tue Aug 11 14:21:08 2026] PUT /v2.0/routers/a5bab42b-0050-4bc8-97a9-cf4470dd7ada/add_router_interface => generated 309 bytes in 1258 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2044] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:21:09 2026] GET /v2.0/ports?tenant_id=0e965018b69244d7ad185fd1e62c7f1d&device_id=59103085-ae74-4b1b-905b-0847da403d4b => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2045] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:21:09 2026] GET /v2.0/networks?id=914e14dd-1a71-45a4-8969-e51d1a82d4bc => generated 756 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2046] 199.204.45.223 () {34 vars in 1060 bytes} [Tue Aug 11 14:21:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=c9d06119-a70d-4954-b042-abef13cb2bdf => generated 859 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2047] 199.204.45.223 () {34 vars in 984 bytes} [Tue Aug 11 14:21:09 2026] GET /v2.0/subnets?id=f0a4e468-685d-41e0-8bbc-847a81a79a44 => 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: 986/2048] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:21:09 2026] GET /v2.0/ports?network_id=914e14dd-1a71-45a4-8969-e51d1a82d4bc&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2049] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:21:09 2026] GET /v2.0/networks/914e14dd-1a71-45a4-8969-e51d1a82d4bc?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: 987/2050] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:21:09 2026] GET /v2.0/networks/914e14dd-1a71-45a4-8969-e51d1a82d4bc?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: 1064/2051] 10.0.0.249 () {32 vars in 729 bytes} [Tue Aug 11 14:21:09 2026] GET /v2.0/floatingips/14a0726e-596d-4987-ab98-a04662006cd5 => generated 856 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2052] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:10 2026] GET /v2.0/ports?device_id=a29c0a57-19a0-425a-9852-b5e5f8335933 => generated 1198 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2053] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:21:10 2026] GET /v2.0/security-groups?id=4dbf9564-9024-470c-a483-0694636601a5&fields=id&fields=name => generated 111 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2054] 10.0.0.249 () {32 vars in 729 bytes} [Tue Aug 11 14:21:10 2026] GET /v2.0/floatingips/14a0726e-596d-4987-ab98-a04662006cd5 => generated 858 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2057] 10.0.0.141 () {34 vars in 982 bytes} [Tue Aug 11 14:21:11 2026] GET /v2.0/networks?id=b64f2ea3-8660-4853-a0d0-6b609cf3aa8b => generated 673 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2058] 10.0.0.141 () {34 vars in 965 bytes} [Tue Aug 11 14:21:11 2026] GET /v2.0/quotas/8757bfc6020a4d82b716306ba11c785c => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2059] 10.0.0.141 () {34 vars in 1002 bytes} [Tue Aug 11 14:21:11 2026] GET /v2.0/ports?tenant_id=8757bfc6020a4d82b716306ba11c785c&fields=id => generated 103 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2060] 10.0.0.141 () {34 vars in 1008 bytes} [Tue Aug 11 14:21:11 2026] GET /v2.0/networks/b64f2ea3-8660-4853-a0d0-6b609cf3aa8b?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2061] 10.0.0.141 () {34 vars in 1108 bytes} [Tue Aug 11 14:21:11 2026] GET /v2.0/networks/b64f2ea3-8660-4853-a0d0-6b609cf3aa8b?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: 1069/2062] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:12 2026] GET /v2.0/ports?device_id=39b1f2de-384e-428f-8e57-651e742d249c => 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: 994/2063] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:13 2026] GET /v2.0/ports?device_id=39b1f2de-384e-428f-8e57-651e742d249c => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2064] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:14 2026] GET /v2.0/ports?device_id=39b1f2de-384e-428f-8e57-651e742d249c => 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: 995/2065] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:15 2026] GET /v2.0/ports?device_id=39b1f2de-384e-428f-8e57-651e742d249c => 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: 1071/2066] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:15 2026] GET /v2.0/ports?device_id=a29c0a57-19a0-425a-9852-b5e5f8335933 => generated 1200 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2067] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:21:15 2026] GET /v2.0/security-groups?id=4dbf9564-9024-470c-a483-0694636601a5&fields=id&fields=name => generated 111 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2068] 10.0.0.249 () {32 vars in 818 bytes} [Tue Aug 11 14:21:15 2026] GET /v2.0/ports?network_id=ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db&mac_address=fa%3A16%3A3e%3Aa5%3A02%3Aa2 => generated 1200 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2069] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:21:16 2026] GET /v2.0/networks?id=b64f2ea3-8660-4853-a0d0-6b609cf3aa8b => generated 673 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2070] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:16 2026] GET /v2.0/ports?device_id=39b1f2de-384e-428f-8e57-651e742d249c => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:21:16.633 8 INFO neutron.db.l3_db [None req-3bbcf26f-4fba-4ba5-bf7e-3ac828126309 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] Floating IP e4d24b64-94be-4d36-8b52-a99975d7178b associated. External IP: 10.96.250.217, port: 5644d259-94d9-49c9-aacd-415700ab0278. [pid: 7|app: 0|req: 1075/2071] 199.204.45.223 () {38 vars in 955 bytes} [Tue Aug 11 14:21:16 2026] POST /v2.0/ports => generated 954 bytes in 506 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: 997/2072] 10.0.0.249 () {34 vars in 677 bytes} [Tue Aug 11 14:21:15 2026] POST /v2.0/floatingips => generated 855 bytes in 1199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:21:17.042 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7fc66107-2950-43f6-aa26-e417d3b7b049'] response: {'name': 'network-changed', 'server_uuid': 'a29c0a57-19a0-425a-9852-b5e5f8335933', 'tag': '5644d259-94d9-49c9-aacd-415700ab0278', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 998/2073] 10.0.0.141 () {34 vars in 1094 bytes} [Tue Aug 11 14:21:17 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-989060874&fields=id&tenant_id=8588d1397baf4bac99766420e9837326 => 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: 999/2074] 10.0.0.141 () {34 vars in 982 bytes} [Tue Aug 11 14:21:17 2026] GET /v2.0/networks?id=4887aa94-6f2f-4ecc-8057-95813cd575d9 => generated 705 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2075] 10.0.0.141 () {34 vars in 965 bytes} [Tue Aug 11 14:21:17 2026] GET /v2.0/quotas/8588d1397baf4bac99766420e9837326 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2076] 10.0.0.141 () {34 vars in 1002 bytes} [Tue Aug 11 14:21:17 2026] GET /v2.0/ports?tenant_id=8588d1397baf4bac99766420e9837326&fields=id => generated 333 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2077] 199.204.45.223 () {38 vars in 1028 bytes} [Tue Aug 11 14:21:16 2026] PUT /v2.0/ports/d1e086ef-413f-4888-9c21-1d25cc9cd8dd => generated 1235 bytes in 487 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2078] 10.0.0.141 () {34 vars in 1008 bytes} [Tue Aug 11 14:21:17 2026] GET /v2.0/networks/4887aa94-6f2f-4ecc-8057-95813cd575d9?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 14:21:17.472 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-34829e90-11b7-4c53-b02d-01aab469b7d0'] response: {'name': 'network-changed', 'server_uuid': '39b1f2de-384e-428f-8e57-651e742d249c', 'tag': 'd1e086ef-413f-4888-9c21-1d25cc9cd8dd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1077/2079] 10.0.0.141 () {34 vars in 1108 bytes} [Tue Aug 11 14:21:17 2026] GET /v2.0/networks/4887aa94-6f2f-4ecc-8057-95813cd575d9?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: 1003/2080] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:17 2026] GET /v2.0/ports?device_id=39b1f2de-384e-428f-8e57-651e742d249c => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2081] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:21:17 2026] GET /v2.0/ports?tenant_id=8588d1397baf4bac99766420e9837326&device_id=a29c0a57-19a0-425a-9852-b5e5f8335933 => generated 1469 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2082] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:21:17 2026] GET /v2.0/security-groups?id=7d4e2f3f-322d-4c9e-94aa-fd27be454a83&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2083] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:21:17 2026] GET /v2.0/networks?id=ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db => generated 800 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2084] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:17 2026] GET /v2.0/ports?device_id=cfc18dcc-6005-4bcb-a4ba-e7aa696b2e65 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2085] 199.204.45.223 () {34 vars in 1058 bytes} [Tue Aug 11 14:21:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.227&port_id=5644d259-94d9-49c9-aacd-415700ab0278 => generated 858 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2086] 199.204.45.223 () {34 vars in 1104 bytes} [Tue Aug 11 14:21:17 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A19d&port_id=5644d259-94d9-49c9-aacd-415700ab0278 => 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: 1081/2087] 199.204.45.223 () {34 vars in 1064 bytes} [Tue Aug 11 14:21:17 2026] GET /v2.0/subnets?id=c96c12ef-0da2-4cb9-bb13-2a1c47b449d2&id=2896efa2-989c-4ea0-b884-a58dcd3d3570 => generated 1409 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2088] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:21:17 2026] GET /v2.0/ports?network_id=ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2089] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:21:17 2026] GET /v2.0/ports?network_id=ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2090] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:21:17 2026] GET /v2.0/networks/ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2091] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:21:17 2026] GET /v2.0/networks/ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2092] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:21:17 2026] GET /v2.0/ports?tenant_id=8757bfc6020a4d82b716306ba11c785c&device_id=39b1f2de-384e-428f-8e57-651e742d249c => generated 1238 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2093] 199.204.45.223 () {34 vars in 1018 bytes} [Tue Aug 11 14:21:18 2026] GET /v2.0/networks?tenant_id=8757bfc6020a4d82b716306ba11c785c&shared=False => generated 769 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2094] 199.204.45.223 () {34 vars in 930 bytes} [Tue Aug 11 14:21:18 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: 1085/2095] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:18 2026] GET /v2.0/ports?device_id=39b1f2de-384e-428f-8e57-651e742d249c => 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: 1011/2096] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:21:18 2026] GET /v2.0/security-groups?id=7d4e2f3f-322d-4c9e-94aa-fd27be454a83&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2097] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:21:19 2026] GET /v2.0/ports?tenant_id=8757bfc6020a4d82b716306ba11c785c&device_id=39b1f2de-384e-428f-8e57-651e742d249c => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2098] 199.204.45.223 () {34 vars in 1058 bytes} [Tue Aug 11 14:21:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=d1e086ef-413f-4888-9c21-1d25cc9cd8dd => 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: 1087/2099] 199.204.45.223 () {34 vars in 984 bytes} [Tue Aug 11 14:21:19 2026] GET /v2.0/subnets?id=113d1520-8164-4925-8755-6e97e1d0d8ad => generated 691 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2100] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:21:19 2026] GET /v2.0/ports?network_id=b64f2ea3-8660-4853-a0d0-6b609cf3aa8b&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: 7|app: 0|req: 1088/2101] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:21:19 2026] GET /v2.0/networks/b64f2ea3-8660-4853-a0d0-6b609cf3aa8b?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2102] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:21:19 2026] GET /v2.0/networks/b64f2ea3-8660-4853-a0d0-6b609cf3aa8b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2103] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:19 2026] GET /v2.0/ports?device_id=39b1f2de-384e-428f-8e57-651e742d249c => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2104] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:21:19 2026] GET /v2.0/security-groups?id=7d4e2f3f-322d-4c9e-94aa-fd27be454a83&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2105] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:20 2026] GET /v2.0/ports?device_id=39b1f2de-384e-428f-8e57-651e742d249c => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2106] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:21:21 2026] GET /v2.0/security-groups?id=7d4e2f3f-322d-4c9e-94aa-fd27be454a83&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: 1091/2107] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:21:21 2026] GET /v2.0/networks?id=4887aa94-6f2f-4ecc-8057-95813cd575d9 => generated 705 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2108] 199.204.45.223 () {34 vars in 1050 bytes} [Tue Aug 11 14:21:21 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8588d1397baf4bac99766420e9837326 => generated 178 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2109] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:22 2026] GET /v2.0/ports?device_id=39b1f2de-384e-428f-8e57-651e742d249c => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2110] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:21:22 2026] GET /v2.0/security-groups?id=7d4e2f3f-322d-4c9e-94aa-fd27be454a83&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: 1092/2111] 199.204.45.223 () {38 vars in 955 bytes} [Tue Aug 11 14:21:22 2026] POST /v2.0/ports => generated 1187 bytes in 462 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: 1093/2112] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:22 2026] GET /v2.0/ports?device_id=cfc18dcc-6005-4bcb-a4ba-e7aa696b2e65 => generated 1202 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2113] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:21:22 2026] GET /v2.0/security-groups?id=4dbf9564-9024-470c-a483-0694636601a5&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2114] 199.204.45.223 () {38 vars in 1028 bytes} [Tue Aug 11 14:21:22 2026] PUT /v2.0/ports/15f555cc-bedb-4ff5-9521-848d18154713 => generated 1468 bytes in 476 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:21:23.020 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-496a9c54-a297-49c0-a618-6870a37eef8f'] response: {'name': 'network-changed', 'server_uuid': 'cfc18dcc-6005-4bcb-a4ba-e7aa696b2e65', 'tag': '15f555cc-bedb-4ff5-9521-848d18154713', '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: 1021/2115] 10.0.0.105 () {34 vars in 990 bytes} [Tue Aug 11 14:21:23 2026] GET /v2.0/ports?device_id=59103085-ae74-4b1b-905b-0847da403d4b => 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: 1095/2116] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:23 2026] GET /v2.0/ports?device_id=39b1f2de-384e-428f-8e57-651e742d249c => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2117] 10.0.0.105 () {34 vars in 1040 bytes} [Tue Aug 11 14:21:23 2026] GET /v2.0/security-groups?id=f931f3d0-83fa-46c4-a55d-1b502169ccfa&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: 1096/2118] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:21:23 2026] GET /v2.0/security-groups?id=7d4e2f3f-322d-4c9e-94aa-fd27be454a83&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2119] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:21:23 2026] GET /v2.0/ports?tenant_id=8588d1397baf4bac99766420e9837326&device_id=cfc18dcc-6005-4bcb-a4ba-e7aa696b2e65 => generated 1471 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2120] 199.204.45.223 () {34 vars in 1018 bytes} [Tue Aug 11 14:21:23 2026] GET /v2.0/networks?tenant_id=8588d1397baf4bac99766420e9837326&shared=False => generated 2376 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2121] 199.204.45.223 () {34 vars in 930 bytes} [Tue Aug 11 14:21:23 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2122] 10.0.0.105 () {34 vars in 990 bytes} [Tue Aug 11 14:21:23 2026] GET /v2.0/ports?device_id=a29c0a57-19a0-425a-9852-b5e5f8335933 => generated 1469 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2123] 10.0.0.105 () {34 vars in 1040 bytes} [Tue Aug 11 14:21:23 2026] GET /v2.0/security-groups?id=4dbf9564-9024-470c-a483-0694636601a5&fields=id&fields=name => generated 111 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2124] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:24 2026] GET /v2.0/ports?device_id=39b1f2de-384e-428f-8e57-651e742d249c => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2125] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:21:24 2026] GET /v2.0/security-groups?id=7d4e2f3f-322d-4c9e-94aa-fd27be454a83&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2126] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:21:24 2026] GET /v2.0/ports?tenant_id=8588d1397baf4bac99766420e9837326&device_id=cfc18dcc-6005-4bcb-a4ba-e7aa696b2e65 => generated 1471 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2127] 199.204.45.223 () {34 vars in 1058 bytes} [Tue Aug 11 14:21:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.110&port_id=15f555cc-bedb-4ff5-9521-848d18154713 => 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: 1101/2128] 199.204.45.223 () {34 vars in 1106 bytes} [Tue Aug 11 14:21:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A26a&port_id=15f555cc-bedb-4ff5-9521-848d18154713 => 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: 1028/2129] 199.204.45.223 () {34 vars in 1064 bytes} [Tue Aug 11 14:21:24 2026] GET /v2.0/subnets?id=bbb5c4f4-c021-4dd5-a412-db646864e328&id=9ebd591c-d013-4952-a248-b6cac102958f => generated 1415 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2130] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:21:24 2026] GET /v2.0/ports?network_id=4887aa94-6f2f-4ecc-8057-95813cd575d9&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: 1029/2131] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:21:24 2026] GET /v2.0/ports?network_id=4887aa94-6f2f-4ecc-8057-95813cd575d9&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2132] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:21:25 2026] GET /v2.0/networks/4887aa94-6f2f-4ecc-8057-95813cd575d9?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: 1030/2133] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:21:25 2026] GET /v2.0/networks/4887aa94-6f2f-4ecc-8057-95813cd575d9?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: 1104/2134] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:26 2026] GET /v2.0/ports?device_id=39b1f2de-384e-428f-8e57-651e742d249c => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2135] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:21:26 2026] GET /v2.0/security-groups?id=7d4e2f3f-322d-4c9e-94aa-fd27be454a83&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2138] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:27 2026] GET /v2.0/ports?device_id=39b1f2de-384e-428f-8e57-651e742d249c => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2139] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:21:27 2026] GET /v2.0/security-groups?id=7d4e2f3f-322d-4c9e-94aa-fd27be454a83&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2140] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:27 2026] GET /v2.0/ports?device_id=cfc18dcc-6005-4bcb-a4ba-e7aa696b2e65 => generated 1202 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2141] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:21:27 2026] GET /v2.0/security-groups?id=4dbf9564-9024-470c-a483-0694636601a5&fields=id&fields=name => generated 111 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2142] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:28 2026] GET /v2.0/ports?device_id=39b1f2de-384e-428f-8e57-651e742d249c => 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: 1036/2143] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:21:28 2026] GET /v2.0/security-groups?id=7d4e2f3f-322d-4c9e-94aa-fd27be454a83&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2144] 199.204.45.223 () {34 vars in 994 bytes} [Tue Aug 11 14:21:28 2026] GET /v2.0/ports?device_id=39b1f2de-384e-428f-8e57-651e742d249c => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:21:28.646 8 INFO neutron_taas.services.taas.taas_plugin [req-ca00b720-66c8-423f-b4f8-de5480fa2532 req-acdb4b69-d6e0-4a12-ab86-3bfcdced2077 d13018219d43406db55c11d1328287a6 8757bfc6020a4d82b716306ba11c785c - - default default] TaaS: Handle Delete Port: d1e086ef-413f-4888-9c21-1d25cc9cd8dd 2026-08-11 14:21:28.651 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ca00b720-66c8-423f-b4f8-de5480fa2532 req-acdb4b69-d6e0-4a12-ab86-3bfcdced2077 d13018219d43406db55c11d1328287a6 8757bfc6020a4d82b716306ba11c785c - - default default] Tap Mirror: Handle Delete Port: d1e086ef-413f-4888-9c21-1d25cc9cd8dd [pid: 8|app: 0|req: 1037/2145] 199.204.45.223 () {36 vars in 997 bytes} [Tue Aug 11 14:21:28 2026] DELETE /v2.0/ports/d1e086ef-413f-4888-9c21-1d25cc9cd8dd => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:21:28.843 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0e29bac5-eda3-4916-8b0f-1414f0b64a64'] response: {'server_uuid': '39b1f2de-384e-428f-8e57-651e742d249c', 'name': 'network-vif-deleted', 'tag': 'd1e086ef-413f-4888-9c21-1d25cc9cd8dd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1109/2146] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:29 2026] GET /v2.0/ports?device_id=39b1f2de-384e-428f-8e57-651e742d249c => 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: 1038/2147] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:30 2026] GET /v2.0/ports?device_id=39b1f2de-384e-428f-8e57-651e742d249c => 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: 1110/2148] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:31 2026] GET /v2.0/ports?device_id=39b1f2de-384e-428f-8e57-651e742d249c => 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: 1039/2149] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:33 2026] GET /v2.0/ports?device_id=cfc18dcc-6005-4bcb-a4ba-e7aa696b2e65 => generated 1204 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2150] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:21:33 2026] GET /v2.0/security-groups?id=4dbf9564-9024-470c-a483-0694636601a5&fields=id&fields=name => generated 111 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2151] 10.0.0.249 () {32 vars in 818 bytes} [Tue Aug 11 14:21:33 2026] GET /v2.0/ports?network_id=4887aa94-6f2f-4ecc-8057-95813cd575d9&mac_address=fa%3A16%3A3e%3Ae3%3A3b%3Ad6 => generated 1204 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:21:33.998 7 INFO neutron.db.l3_db [None req-5241779e-dde6-4014-b57e-a337cae2bb4f 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] Floating IP 454c31d4-f758-4a53-b793-15a74b0eb018 associated. External IP: 10.96.250.206, port: 15f555cc-bedb-4ff5-9521-848d18154713. [pid: 7|app: 0|req: 1112/2152] 10.0.0.249 () {34 vars in 677 bytes} [Tue Aug 11 14:21:33 2026] POST /v2.0/floatingips => generated 855 bytes in 1045 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:21:34.393 8 INFO neutron_taas.services.taas.taas_plugin [None req-0176b710-2e4c-42d7-9ef9-ac3545e8ee15 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: 4ba7221a-2623-467d-a5eb-a6e987933a76 2026-08-11 14:21:34.396 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0176b710-2e4c-42d7-9ef9-ac3545e8ee15 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: 4ba7221a-2623-467d-a5eb-a6e987933a76 2026-08-11 14:21:34.408 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a7b8c1cf-7e4d-44fd-bf34-4fcab58fd3d9'] response: {'name': 'network-changed', 'server_uuid': 'cfc18dcc-6005-4bcb-a4ba-e7aa696b2e65', 'tag': '15f555cc-bedb-4ff5-9521-848d18154713', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1113/2153] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:34 2026] GET /v2.0/ports?device_id=59103085-ae74-4b1b-905b-0847da403d4b => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2154] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:21:34 2026] GET /v2.0/security-groups?id=f931f3d0-83fa-46c4-a55d-1b502169ccfa&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: 1041/2155] 10.0.0.249 () {34 vars in 789 bytes} [Tue Aug 11 14:21:33 2026] PUT /v2.0/routers/a5bab42b-0050-4bc8-97a9-cf4470dd7ada/remove_router_interface => generated 309 bytes in 959 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2156] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:21:34 2026] GET /v2.0/ports?tenant_id=8588d1397baf4bac99766420e9837326&device_id=cfc18dcc-6005-4bcb-a4ba-e7aa696b2e65 => generated 1473 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2157] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:21:34 2026] GET /v2.0/networks?id=4887aa94-6f2f-4ecc-8057-95813cd575d9 => generated 801 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2158] 199.204.45.223 () {34 vars in 1058 bytes} [Tue Aug 11 14:21:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.110&port_id=15f555cc-bedb-4ff5-9521-848d18154713 => generated 858 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2159] 199.204.45.223 () {34 vars in 1106 bytes} [Tue Aug 11 14:21:35 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A26a&port_id=15f555cc-bedb-4ff5-9521-848d18154713 => 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: 1119/2160] 199.204.45.223 () {34 vars in 1064 bytes} [Tue Aug 11 14:21:35 2026] GET /v2.0/subnets?id=bbb5c4f4-c021-4dd5-a412-db646864e328&id=9ebd591c-d013-4952-a248-b6cac102958f => generated 1415 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:21:35.152 8 INFO neutron_taas.services.taas.taas_plugin [None req-e5251561-878e-4b4f-8b96-450ec8d2909e deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: eaa82d4c-20ed-4479-8b75-3b433d30ebf6 2026-08-11 14:21:35.155 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5251561-878e-4b4f-8b96-450ec8d2909e deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: eaa82d4c-20ed-4479-8b75-3b433d30ebf6 [pid: 7|app: 0|req: 1120/2161] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:21:35 2026] GET /v2.0/ports?network_id=4887aa94-6f2f-4ecc-8057-95813cd575d9&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2162] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:21:35 2026] GET /v2.0/ports?network_id=4887aa94-6f2f-4ecc-8057-95813cd575d9&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: 1122/2163] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:21:35 2026] GET /v2.0/networks/4887aa94-6f2f-4ecc-8057-95813cd575d9?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2164] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:21:35 2026] GET /v2.0/networks/4887aa94-6f2f-4ecc-8057-95813cd575d9?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: 1124/2165] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:35 2026] GET /v2.0/ports?device_id=59103085-ae74-4b1b-905b-0847da403d4b => generated 975 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2166] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:21:35 2026] GET /v2.0/security-groups?id=f931f3d0-83fa-46c4-a55d-1b502169ccfa&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:21:35.875 8 INFO neutron_taas.services.taas.taas_plugin [None req-e5251561-878e-4b4f-8b96-450ec8d2909e deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: d360f4f1-8ce3-4e73-9ba1-97640968ddcc 2026-08-11 14:21:35.878 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5251561-878e-4b4f-8b96-450ec8d2909e deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: d360f4f1-8ce3-4e73-9ba1-97640968ddcc 2026-08-11 14:21:36.260 8 INFO neutron.services.segments.plugin [-] Segment fd7e0fe9-cd8d-4065-90bb-bcb73a6f258c resource provider aggregate not found 2026-08-11 14:21:36.267 8 INFO neutron.services.segments.plugin [-] Segment fd7e0fe9-cd8d-4065-90bb-bcb73a6f258c resource provider aggregate not found 2026-08-11 14:21:36.283 8 INFO neutron.services.segments.plugin [-] Segment fd7e0fe9-cd8d-4065-90bb-bcb73a6f258c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd7e0fe9-cd8d-4065-90bb-bcb73a6f258c found for delete ", "request_id": "req-05158b53-95c6-4390-b892-ae3935020c02"}]} 2026-08-11 14:21:36.301 8 INFO neutron.services.segments.plugin [-] Segment fd7e0fe9-cd8d-4065-90bb-bcb73a6f258c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd7e0fe9-cd8d-4065-90bb-bcb73a6f258c found for delete ", "request_id": "req-69b7423a-8e1c-48dc-8981-efeb251777a8"}]} 2026-08-11 14:21:36.302 8 INFO neutron.db.l3_hamode_db [None req-e5251561-878e-4b4f-8b96-450ec8d2909e deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] HA network 712e5953-110c-4fa9-a77b-22bdf40bbecf was deleted as no HA routers are present in tenant 8757bfc6020a4d82b716306ba11c785c. [pid: 8|app: 0|req: 1042/2167] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:21:34 2026] DELETE /v2.0/routers/a5bab42b-0050-4bc8-97a9-cf4470dd7ada => generated 0 bytes in 1362 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2168] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:21:36 2026] DELETE /v2.0/subnets/113d1520-8164-4925-8755-6e97e1d0d8ad => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:21:36.585 8 INFO neutron_taas.services.taas.taas_plugin [None req-ce5e9659-63ea-4214-86e8-ae8037b2eb21 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: 65601048-943a-471c-86d0-a3dfd55ce150 2026-08-11 14:21:36.587 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce5e9659-63ea-4214-86e8-ae8037b2eb21 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: 65601048-943a-471c-86d0-a3dfd55ce150 [pid: 8|app: 0|req: 1043/2169] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:21:36 2026] DELETE /v2.0/networks/b64f2ea3-8660-4853-a0d0-6b609cf3aa8b => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2170] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:36 2026] GET /v2.0/ports?device_id=59103085-ae74-4b1b-905b-0847da403d4b => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2171] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:21:36 2026] GET /v2.0/security-groups?id=f931f3d0-83fa-46c4-a55d-1b502169ccfa&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: 1044/2172] 199.204.45.223 () {34 vars in 994 bytes} [Tue Aug 11 14:21:36 2026] GET /v2.0/ports?device_id=59103085-ae74-4b1b-905b-0847da403d4b => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2173] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:21:36 2026] GET /v2.0/security-groups?tenant_id=8757bfc6020a4d82b716306ba11c785c&name=default => generated 2925 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:21:37.067 7 INFO neutron_taas.services.taas.taas_plugin [req-72152bdf-3a2c-4e4e-9dd3-cd5c9ef77c0f req-7c05803d-4ec3-4672-99b0-53f56f0e989c d8b82dfba9fb44c9b919384a074524ea 0e965018b69244d7ad185fd1e62c7f1d - - default default] TaaS: Handle Delete Port: c9d06119-a70d-4954-b042-abef13cb2bdf 2026-08-11 14:21:37.070 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-72152bdf-3a2c-4e4e-9dd3-cd5c9ef77c0f req-7c05803d-4ec3-4672-99b0-53f56f0e989c d8b82dfba9fb44c9b919384a074524ea 0e965018b69244d7ad185fd1e62c7f1d - - default default] Tap Mirror: Handle Delete Port: c9d06119-a70d-4954-b042-abef13cb2bdf [pid: 8|app: 0|req: 1046/2174] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:21:37 2026] DELETE /v2.0/security-groups/7d4e2f3f-322d-4c9e-94aa-fd27be454a83 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:21:37.216 7 INFO neutron.db.l3_db [req-72152bdf-3a2c-4e4e-9dd3-cd5c9ef77c0f req-7c05803d-4ec3-4672-99b0-53f56f0e989c d8b82dfba9fb44c9b919384a074524ea 0e965018b69244d7ad185fd1e62c7f1d - - default default] Floating IP 14a0726e-596d-4987-ab98-a04662006cd5 disassociated. External IP: 10.96.250.220, port: c9d06119-a70d-4954-b042-abef13cb2bdf. [pid: 7|app: 0|req: 1129/2175] 199.204.45.223 () {36 vars in 997 bytes} [Tue Aug 11 14:21:36 2026] DELETE /v2.0/ports/c9d06119-a70d-4954-b042-abef13cb2bdf => generated 0 bytes in 699 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:21:37.624 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8eaaa9ac-692d-42e7-9011-5853395f8b5d'] response: {'server_uuid': '59103085-ae74-4b1b-905b-0847da403d4b', 'name': 'network-vif-deleted', 'tag': 'c9d06119-a70d-4954-b042-abef13cb2bdf', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1047/2176] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:37 2026] GET /v2.0/ports?device_id=59103085-ae74-4b1b-905b-0847da403d4b => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:21:38.305 8 INFO neutron.services.segments.plugin [-] Segment 4299118d-a43d-4944-b9de-276139e5c425 resource provider aggregate not found 2026-08-11 14:21:38.321 8 INFO neutron.services.segments.plugin [-] Segment 4299118d-a43d-4944-b9de-276139e5c425 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4299118d-a43d-4944-b9de-276139e5c425 found for delete ", "request_id": "req-52a2ba44-466d-40c5-bf10-c84f96802900"}]} 2026-08-11 14:21:38.325 8 INFO neutron.services.segments.plugin [-] Segment 4299118d-a43d-4944-b9de-276139e5c425 resource provider aggregate not found 2026-08-11 14:21:38.341 8 INFO neutron.services.segments.plugin [-] Segment 4299118d-a43d-4944-b9de-276139e5c425 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4299118d-a43d-4944-b9de-276139e5c425 found for delete ", "request_id": "req-4bbb66fa-1b92-498f-b4a2-4afe02be73e4"}]} [pid: 7|app: 0|req: 1130/2177] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:39 2026] GET /v2.0/ports?device_id=59103085-ae74-4b1b-905b-0847da403d4b => 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: 1048/2178] 10.0.0.105 () {34 vars in 990 bytes} [Tue Aug 11 14:21:39 2026] GET /v2.0/ports?device_id=cfc18dcc-6005-4bcb-a4ba-e7aa696b2e65 => generated 1473 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2179] 10.0.0.105 () {34 vars in 1040 bytes} [Tue Aug 11 14:21:39 2026] GET /v2.0/security-groups?id=4dbf9564-9024-470c-a483-0694636601a5&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2180] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:40 2026] GET /v2.0/ports?device_id=59103085-ae74-4b1b-905b-0847da403d4b => 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: 1132/2183] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:21:41 2026] DELETE /v2.0/security-groups/f931f3d0-83fa-46c4-a55d-1b502169ccfa => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:21:41.512 8 INFO neutron_taas.services.taas.taas_plugin [None req-bf6c9506-4115-449e-b29b-4c070cc2ff0b d8b82dfba9fb44c9b919384a074524ea 0e965018b69244d7ad185fd1e62c7f1d - - default default] TaaS: Handle Delete Port: 5663469d-d027-4d35-b3a9-4c98ee4099ab 2026-08-11 14:21:41.515 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf6c9506-4115-449e-b29b-4c070cc2ff0b d8b82dfba9fb44c9b919384a074524ea 0e965018b69244d7ad185fd1e62c7f1d - - default default] Tap Mirror: Handle Delete Port: 5663469d-d027-4d35-b3a9-4c98ee4099ab [pid: 8|app: 0|req: 1052/2184] 10.0.0.249 () {32 vars in 732 bytes} [Tue Aug 11 14:21:41 2026] DELETE /v2.0/floatingips/14a0726e-596d-4987-ab98-a04662006cd5 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2185] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:41 2026] GET /v2.0/ports?device_id=0bc40157-16ff-47a8-a942-98b3c58c6766 => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2186] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:21:41 2026] GET /v2.0/security-groups?id=066ad314-78c7-4ac3-89b4-bec9fe3ee063&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: 1134/2187] 10.0.0.91 () {32 vars in 801 bytes} [Tue Aug 11 14:21:42 2026] GET /v2.0/extensions => generated 21537 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2188] 10.0.0.91 () {30 vars in 723 bytes} [Tue Aug 11 14:21:42 2026] GET /v2.0/quotas/09fa2a09a1e74e038fd4f8a459e8e04d/details => generated 847 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2189] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:42 2026] GET /v2.0/ports?device_id=0bc40157-16ff-47a8-a942-98b3c58c6766 => 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: 1055/2190] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:21:43 2026] GET /v2.0/security-groups?id=066ad314-78c7-4ac3-89b4-bec9fe3ee063&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: 1136/2191] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:44 2026] GET /v2.0/ports?device_id=0bc40157-16ff-47a8-a942-98b3c58c6766 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2192] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:21:44 2026] GET /v2.0/security-groups?id=066ad314-78c7-4ac3-89b4-bec9fe3ee063&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: 1137/2193] 199.204.45.223 () {34 vars in 994 bytes} [Tue Aug 11 14:21:44 2026] GET /v2.0/ports?device_id=0bc40157-16ff-47a8-a942-98b3c58c6766 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:21:44.468 8 INFO neutron_taas.services.taas.taas_plugin [req-cca64e3a-63e2-4c44-a0f3-20ed5bbcea49 req-8b6c23d9-6983-44be-bb60-377c0b9e3eb1 d8b82dfba9fb44c9b919384a074524ea 0e965018b69244d7ad185fd1e62c7f1d - - default default] TaaS: Handle Delete Port: 07ae5554-2f1d-4250-8017-6d2eb162963b 2026-08-11 14:21:44.472 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cca64e3a-63e2-4c44-a0f3-20ed5bbcea49 req-8b6c23d9-6983-44be-bb60-377c0b9e3eb1 d8b82dfba9fb44c9b919384a074524ea 0e965018b69244d7ad185fd1e62c7f1d - - default default] Tap Mirror: Handle Delete Port: 07ae5554-2f1d-4250-8017-6d2eb162963b [pid: 8|app: 0|req: 1057/2194] 199.204.45.223 () {36 vars in 997 bytes} [Tue Aug 11 14:21:44 2026] DELETE /v2.0/ports/07ae5554-2f1d-4250-8017-6d2eb162963b => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:21:44.669 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1dc1dd11-8f7d-467e-88fc-ed31c9e1c1d1'] response: {'server_uuid': '0bc40157-16ff-47a8-a942-98b3c58c6766', 'name': 'network-vif-deleted', 'tag': '07ae5554-2f1d-4250-8017-6d2eb162963b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1138/2195] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:45 2026] GET /v2.0/ports?device_id=0bc40157-16ff-47a8-a942-98b3c58c6766 => 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: 1058/2196] 10.0.0.91 () {32 vars in 801 bytes} [Tue Aug 11 14:21:45 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2197] 10.0.0.91 () {30 vars in 723 bytes} [Tue Aug 11 14:21:45 2026] GET /v2.0/quotas/09fa2a09a1e74e038fd4f8a459e8e04d/details => generated 847 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2198] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:46 2026] GET /v2.0/ports?device_id=0bc40157-16ff-47a8-a942-98b3c58c6766 => 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: 1140/2199] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:21:47 2026] GET /v2.0/ports?device_id=0bc40157-16ff-47a8-a942-98b3c58c6766 => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2200] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:21:48 2026] DELETE /v2.0/security-groups/066ad314-78c7-4ac3-89b4-bec9fe3ee063 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2201] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:21:48 2026] GET /v2.0/security-groups?tenant_id=09fa2a09a1e74e038fd4f8a459e8e04d&name=default => generated 2925 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:21:49.143 7 INFO neutron_taas.services.taas.taas_plugin [None req-6d010686-03c4-4e92-b602-d439280f472d d8b82dfba9fb44c9b919384a074524ea 0e965018b69244d7ad185fd1e62c7f1d - - default default] TaaS: Handle Delete Port: a88acf0b-8889-40f9-ad79-4c926537f1c9 2026-08-11 14:21:49.147 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d010686-03c4-4e92-b602-d439280f472d d8b82dfba9fb44c9b919384a074524ea 0e965018b69244d7ad185fd1e62c7f1d - - default default] Tap Mirror: Handle Delete Port: a88acf0b-8889-40f9-ad79-4c926537f1c9 [pid: 8|app: 0|req: 1062/2202] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:21:49 2026] DELETE /v2.0/security-groups/6d67c79c-357a-43b6-81b9-3e609d513078 => 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: 1141/2203] 10.0.0.249 () {34 vars in 789 bytes} [Tue Aug 11 14:21:48 2026] PUT /v2.0/routers/2f5d1f3b-ade5-4467-983b-1a582603367d/remove_router_interface => generated 309 bytes in 1040 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2204] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:21:49 2026] DELETE /v2.0/subnets/f0a4e468-685d-41e0-8bbc-847a81a79a44 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:21:50.284 7 INFO neutron_taas.services.taas.taas_plugin [None req-8fb8e406-365e-4761-8fa2-46bcdf3f356a d8b82dfba9fb44c9b919384a074524ea 0e965018b69244d7ad185fd1e62c7f1d - - default default] TaaS: Handle Delete Port: 75c70d0c-8d85-4697-9ed9-3e48a1fe8c44 2026-08-11 14:21:50.287 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8fb8e406-365e-4761-8fa2-46bcdf3f356a d8b82dfba9fb44c9b919384a074524ea 0e965018b69244d7ad185fd1e62c7f1d - - default default] Tap Mirror: Handle Delete Port: 75c70d0c-8d85-4697-9ed9-3e48a1fe8c44 2026-08-11 14:21:50.486 7 INFO neutron_taas.services.taas.taas_plugin [None req-8fb8e406-365e-4761-8fa2-46bcdf3f356a d8b82dfba9fb44c9b919384a074524ea 0e965018b69244d7ad185fd1e62c7f1d - - default default] TaaS: Handle Delete Port: fbc1b32a-7379-4944-9dfb-67da3fbca51d 2026-08-11 14:21:50.488 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8fb8e406-365e-4761-8fa2-46bcdf3f356a d8b82dfba9fb44c9b919384a074524ea 0e965018b69244d7ad185fd1e62c7f1d - - default default] Tap Mirror: Handle Delete Port: fbc1b32a-7379-4944-9dfb-67da3fbca51d [pid: 8|app: 0|req: 1064/2205] 10.0.0.249 () {32 vars in 721 bytes} [Tue Aug 11 14:21:50 2026] GET /v2.0/subnets/0af98166-811b-429d-ab20-b3905414ea1c => generated 675 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:21:50.776 7 INFO neutron.services.segments.plugin [-] Segment c31dde61-4bbd-46eb-9523-215ebb2ea6f3 resource provider aggregate not found 2026-08-11 14:21:50.779 7 INFO neutron.services.segments.plugin [-] Segment c31dde61-4bbd-46eb-9523-215ebb2ea6f3 resource provider aggregate not found 2026-08-11 14:21:50.805 7 INFO neutron.services.segments.plugin [-] Segment c31dde61-4bbd-46eb-9523-215ebb2ea6f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c31dde61-4bbd-46eb-9523-215ebb2ea6f3 found for delete ", "request_id": "req-f3b4ccc9-5ec5-4e23-88c5-5a6e97a8f5f7"}]} 2026-08-11 14:21:50.808 7 INFO neutron.services.segments.plugin [-] Segment c31dde61-4bbd-46eb-9523-215ebb2ea6f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c31dde61-4bbd-46eb-9523-215ebb2ea6f3 found for delete ", "request_id": "req-3e47b25c-ba3d-443b-be82-cddcc2be6f35"}]} 2026-08-11 14:21:50.810 7 INFO neutron.db.l3_hamode_db [None req-8fb8e406-365e-4761-8fa2-46bcdf3f356a d8b82dfba9fb44c9b919384a074524ea 0e965018b69244d7ad185fd1e62c7f1d - - default default] HA network 00442b86-2bfc-47a6-b75f-b188b49de124 was deleted as no HA routers are present in tenant 0e965018b69244d7ad185fd1e62c7f1d. [pid: 7|app: 0|req: 1142/2206] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:21:50 2026] DELETE /v2.0/routers/2f5d1f3b-ade5-4467-983b-1a582603367d => generated 0 bytes in 813 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:21:50.948 8 INFO neutron.services.segments.plugin [-] Segment bccad5e5-3f8e-4bc0-979d-ecf1c2d67cfd resource provider aggregate not found 2026-08-11 14:21:50.957 8 INFO neutron.services.segments.plugin [-] Segment bccad5e5-3f8e-4bc0-979d-ecf1c2d67cfd resource provider aggregate not found 2026-08-11 14:21:50.972 8 INFO neutron.services.segments.plugin [-] Segment bccad5e5-3f8e-4bc0-979d-ecf1c2d67cfd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bccad5e5-3f8e-4bc0-979d-ecf1c2d67cfd found for delete ", "request_id": "req-3cc80bc2-16d2-43e2-97de-b3b14be0c561"}]} 2026-08-11 14:21:50.975 8 INFO neutron.services.segments.plugin [-] Segment bccad5e5-3f8e-4bc0-979d-ecf1c2d67cfd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bccad5e5-3f8e-4bc0-979d-ecf1c2d67cfd found for delete ", "request_id": "req-ef132658-342c-49c6-9b88-ac2e0b580180"}]} [pid: 8|app: 0|req: 1065/2207] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:21:50 2026] DELETE /v2.0/networks/914e14dd-1a71-45a4-8969-e51d1a82d4bc => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2208] 10.0.0.144 () {30 vars in 690 bytes} [Tue Aug 11 14:21:51 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2209] 10.0.0.144 () {30 vars in 692 bytes} [Tue Aug 11 14:21:51 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2210] 10.0.0.144 () {30 vars in 668 bytes} [Tue Aug 11 14:21:51 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2211] 10.0.0.144 () {30 vars in 704 bytes} [Tue Aug 11 14:21:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2212] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:21:51 2026] GET /v2.0/security-groups?tenant_id=0b88c855ca5d41cdb683e39f47e671ac&name=default => generated 2925 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2213] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:21:52 2026] DELETE /v2.0/security-groups/4ebaf279-ef03-494f-80a0-1e62da87a074 => 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: 1144/2214] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:21:52 2026] GET /v2.0/security-groups?tenant_id=0e965018b69244d7ad185fd1e62c7f1d&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2215] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:21:52 2026] DELETE /v2.0/security-groups/9388bffd-11c2-433f-b16b-9f6192e8798a => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2216] 10.0.0.144 () {28 vars in 439 bytes} [Tue Aug 11 14:21:52 2026] GET / => generated 151 bytes in 5 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2217] 10.0.0.144 () {30 vars in 728 bytes} [Tue Aug 11 14:21:52 2026] GET /v2.0/subnets/0af98166-811b-429d-ab20-b3905414ea1c => generated 657 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2218] 10.0.0.144 () {30 vars in 690 bytes} [Tue Aug 11 14:21:52 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: 1073/2219] 10.0.0.144 () {30 vars in 692 bytes} [Tue Aug 11 14:21:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2220] 10.0.0.144 () {30 vars in 668 bytes} [Tue Aug 11 14:21:52 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: 1074/2221] 10.0.0.144 () {30 vars in 704 bytes} [Tue Aug 11 14:21:52 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2222] 10.0.0.144 () {30 vars in 728 bytes} [Tue Aug 11 14:21:52 2026] GET /v2.0/subnets/0af98166-811b-429d-ab20-b3905414ea1c => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2223] 10.0.0.144 () {30 vars in 690 bytes} [Tue Aug 11 14:21:52 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2224] 10.0.0.144 () {30 vars in 692 bytes} [Tue Aug 11 14:21:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2225] 10.0.0.144 () {30 vars in 668 bytes} [Tue Aug 11 14:21:52 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: 1150/2226] 10.0.0.144 () {30 vars in 704 bytes} [Tue Aug 11 14:21:52 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2227] 10.0.0.144 () {30 vars in 730 bytes} [Tue Aug 11 14:21:52 2026] GET /v2.0/networks/441c5acc-5ebf-4a6d-a13b-12d7394188d2 => 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: 1151/2228] 10.0.0.144 () {30 vars in 682 bytes} [Tue Aug 11 14:21:52 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2229] 10.0.0.144 () {34 vars in 704 bytes} [Tue Aug 11 14:21:52 2026] POST /v2.0/ports => generated 1132 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-11 14:21:53.965 7 INFO neutron.db.segments_db [None req-317cbc02-aac9-46ed-9cc8-c3da18440916 5cdebe04320c459184cdab003188540d d2fcb67a2dae4d23a03e16719e113cfe - - default default] Added segment 1dcc75ce-1fb3-4d4f-afb5-d6df4e7cc48d of type vxlan for network 1cb75336-65d1-4a41-b56c-0da296632bf4 [pid: 7|app: 0|req: 1152/2230] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:21:53 2026] POST /v2.0/networks => generated 707 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1079/2231] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:21:54 2026] POST /v2.0/subnets => generated 644 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:21:54.238 7 WARNING neutron.api.v2.base [None req-9456efdd-a92d-4db4-bfe1-be1254e4a3fb 5cdebe04320c459184cdab003188540d d2fcb67a2dae4d23a03e16719e113cfe - - 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-08-11 14:21:54.239 7 INFO neutron.api.v2.resource [None req-9456efdd-a92d-4db4-bfe1-be1254e4a3fb 5cdebe04320c459184cdab003188540d d2fcb67a2dae4d23a03e16719e113cfe - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1153/2232] 10.0.0.249 () {34 vars in 681 bytes} [Tue Aug 11 14:21:54 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-08-11 14:21:54.411 8 INFO neutron.services.segments.plugin [-] Segment 1dcc75ce-1fb3-4d4f-afb5-d6df4e7cc48d resource provider aggregate not found 2026-08-11 14:21:54.414 8 INFO neutron.services.segments.plugin [-] Segment 1dcc75ce-1fb3-4d4f-afb5-d6df4e7cc48d resource provider aggregate not found 2026-08-11 14:21:54.434 8 INFO neutron.services.segments.plugin [-] Segment 1dcc75ce-1fb3-4d4f-afb5-d6df4e7cc48d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1dcc75ce-1fb3-4d4f-afb5-d6df4e7cc48d found for delete ", "request_id": "req-5458c261-203d-4f0e-bd58-2174ffd2b6c9"}]} 2026-08-11 14:21:54.435 8 INFO neutron.services.segments.plugin [-] Segment 1dcc75ce-1fb3-4d4f-afb5-d6df4e7cc48d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1dcc75ce-1fb3-4d4f-afb5-d6df4e7cc48d found for delete ", "request_id": "req-6bf592c7-0a0f-4a88-b2f8-a8a79cb7690e"}]} [pid: 8|app: 0|req: 1080/2233] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:21:54 2026] DELETE /v2.0/networks/1cb75336-65d1-4a41-b56c-0da296632bf4 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:21:54.490 7 INFO neutron.db.segments_db [None req-d0b0879e-7df1-43f1-953f-eaa04b51170b 5cdebe04320c459184cdab003188540d d2fcb67a2dae4d23a03e16719e113cfe - - default default] Added segment ad53699b-4ae7-4046-b2f6-1d2cf14e0ead of type vxlan for network efe1dce2-c86b-45b2-b374-234eb6ca7bab [pid: 7|app: 0|req: 1154/2234] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:21:54 2026] POST /v2.0/networks => generated 707 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2235] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:21:54 2026] POST /v2.0/subnets => generated 647 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:21:54.741 7 WARNING neutron.api.v2.base [None req-305c9e9d-556b-4877-9aa2-fc1671f71266 5cdebe04320c459184cdab003188540d d2fcb67a2dae4d23a03e16719e113cfe - - 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-08-11 14:21:54.742 7 INFO neutron.api.v2.resource [None req-305c9e9d-556b-4877-9aa2-fc1671f71266 5cdebe04320c459184cdab003188540d d2fcb67a2dae4d23a03e16719e113cfe - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1155/2236] 10.0.0.249 () {34 vars in 681 bytes} [Tue Aug 11 14:21:54 2026] POST /v2.0/rbac-policies => generated 547 bytes in 5 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2237] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:21:54 2026] DELETE /v2.0/networks/efe1dce2-c86b-45b2-b374-234eb6ca7bab => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:21:55.051 7 INFO neutron.db.segments_db [None req-e7d6a65b-fc09-4abd-b347-edfd2fc569a3 5cdebe04320c459184cdab003188540d d2fcb67a2dae4d23a03e16719e113cfe - - default default] Added segment d9d768ee-344c-4b70-8c74-aa9267adb980 of type vxlan for network 6d331d41-a025-44e3-8ac1-d728b0f9d0d4 [pid: 7|app: 0|req: 1156/2238] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:21:54 2026] POST /v2.0/networks => generated 707 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2239] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:21:55 2026] POST /v2.0/subnets => generated 647 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2240] 10.0.0.249 () {34 vars in 681 bytes} [Tue Aug 11 14:21:55 2026] POST /v2.0/rbac-policies => generated 324 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2241] 10.0.0.249 () {32 vars in 723 bytes} [Tue Aug 11 14:21:55 2026] GET /v2.0/networks/6d331d41-a025-44e3-8ac1-d728b0f9d0d4 => generated 654 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:21:56.454 8 INFO neutron.services.segments.plugin [-] Segment ad53699b-4ae7-4046-b2f6-1d2cf14e0ead resource provider aggregate not found 2026-08-11 14:21:56.458 8 INFO neutron.services.segments.plugin [-] Segment ad53699b-4ae7-4046-b2f6-1d2cf14e0ead resource provider aggregate not found 2026-08-11 14:21:56.470 8 INFO neutron.services.segments.plugin [-] Segment ad53699b-4ae7-4046-b2f6-1d2cf14e0ead resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad53699b-4ae7-4046-b2f6-1d2cf14e0ead found for delete ", "request_id": "req-8d705470-8ca2-4ad2-bb17-6ddb8a028c1a"}]} 2026-08-11 14:21:56.486 8 INFO neutron.services.segments.plugin [-] Segment ad53699b-4ae7-4046-b2f6-1d2cf14e0ead resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad53699b-4ae7-4046-b2f6-1d2cf14e0ead found for delete ", "request_id": "req-99c9a605-4bcd-4b19-aaf7-31de093b5e6f"}]} [pid: 8|app: 0|req: 1086/2244] 199.204.45.223 () {30 vars in 703 bytes} [Tue Aug 11 14:21:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2245] 199.204.45.223 () {30 vars in 705 bytes} [Tue Aug 11 14:21:56 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: 1087/2246] 199.204.45.223 () {30 vars in 681 bytes} [Tue Aug 11 14:21:56 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: 1160/2247] 199.204.45.223 () {30 vars in 717 bytes} [Tue Aug 11 14:21:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2248] 199.204.45.223 () {30 vars in 737 bytes} [Tue Aug 11 14:21:56 2026] GET /v2.0/ports/09f5b3c4-ca77-42fa-bd7b-6e5db8841966 => generated 1132 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:21:56.737 7 INFO neutron.pecan_wsgi.hooks.translation [None req-58365d56-072e-4a62-9222-bbad8bdec7b6 0e59bfd565194453b8eff8276933dacf 09dcedaf7b134ab588b26dee87348c70 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1161/2249] 10.0.0.249 () {32 vars in 723 bytes} [Tue Aug 11 14:21:56 2026] GET /v2.0/networks/6d331d41-a025-44e3-8ac1-d728b0f9d0d4 => generated 138 bytes in 88 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2250] 199.204.45.223 () {30 vars in 703 bytes} [Tue Aug 11 14:21:56 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) 2026-08-11 14:21:56.856 8 INFO neutron_taas.services.taas.taas_plugin [None req-cb7dec76-bb98-43a9-abab-58622dd9ff2e 5cdebe04320c459184cdab003188540d d2fcb67a2dae4d23a03e16719e113cfe - - default default] TaaS: Handle Delete Port: da0c505a-ee0f-4299-944a-c6646afcb0b2 2026-08-11 14:21:56.858 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb7dec76-bb98-43a9-abab-58622dd9ff2e 5cdebe04320c459184cdab003188540d d2fcb67a2dae4d23a03e16719e113cfe - - default default] Tap Mirror: Handle Delete Port: da0c505a-ee0f-4299-944a-c6646afcb0b2 [pid: 7|app: 0|req: 1163/2251] 199.204.45.223 () {30 vars in 705 bytes} [Tue Aug 11 14:21:56 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2252] 199.204.45.223 () {30 vars in 681 bytes} [Tue Aug 11 14:21:56 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: 1165/2253] 199.204.45.223 () {30 vars in 717 bytes} [Tue Aug 11 14:21:56 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) 2026-08-11 14:21:56.908 7 INFO neutron.api.v2.resource [None req-b62a7dc0-79d0-4b51-8e9c-8596e79f907d deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1166/2254] 199.204.45.223 () {30 vars in 763 bytes} [Tue Aug 11 14:21:56 2026] GET /v2.0/security-groups/lb-6ff798f1-e15c-46d8-965a-e0e947843629 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2255] 199.204.45.223 () {30 vars in 785 bytes} [Tue Aug 11 14:21:56 2026] GET /v2.0/security-groups?name=lb-6ff798f1-e15c-46d8-965a-e0e947843629 => generated 23 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2256] 199.204.45.223 () {34 vars in 736 bytes} [Tue Aug 11 14:21:56 2026] POST /v2.0/security-groups => generated 1636 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2257] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:21:56 2026] DELETE /v2.0/networks/6d331d41-a025-44e3-8ac1-d728b0f9d0d4 => generated 0 bytes in 414 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2258] 199.204.45.223 () {30 vars in 815 bytes} [Tue Aug 11 14:21:57 2026] GET /v2.0/security-group-rules?security_group_id=d2c39184-e8be-4fad-8f33-ac037822e4cb => generated 1182 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:21:57.223 8 INFO neutron.pecan_wsgi.hooks.translation [None req-822c815a-e1c9-4b0f-9a29-142f4a41b688 5cdebe04320c459184cdab003188540d d2fcb67a2dae4d23a03e16719e113cfe - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1091/2259] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:21:57 2026] DELETE /v2.0/subnets/1df6e967-839c-436f-b1e2-51d3c52ba97b => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 14:21:57.322 7 INFO neutron.db.segments_db [None req-9deec042-4989-4774-bebd-2a09382846cb b2d9f5114db549f2a017ff98910692ee 3e3895acfc51444281c32c445c90d8b9 - - default default] Added segment 9baa61f8-029d-4290-b1c0-2e9a67955907 of type vxlan for network 5f45ceb7-de65-4e01-9b70-a77458eba9a7 [pid: 7|app: 0|req: 1169/2260] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:21:57 2026] POST /v2.0/networks => generated 612 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:21:57.420 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7d1ac17d-cb56-40d3-991d-20aeb60f75ec 5cdebe04320c459184cdab003188540d d2fcb67a2dae4d23a03e16719e113cfe - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1170/2261] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:21:57 2026] DELETE /v2.0/subnets/5a273b78-c765-45d4-b3f7-72d4e8d55289 => 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: 1092/2262] 199.204.45.223 () {34 vars in 789 bytes} [Tue Aug 11 14:21:57 2026] PUT /v2.0/ports/09f5b3c4-ca77-42fa-bd7b-6e5db8841966 => generated 1132 bytes in 242 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-08-11 14:21:57.482 8 INFO neutron.pecan_wsgi.hooks.translation [None req-27a27b68-2d72-4f96-bb5b-ddc0b316487b 5cdebe04320c459184cdab003188540d d2fcb67a2dae4d23a03e16719e113cfe - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1093/2263] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:21:57 2026] DELETE /v2.0/subnets/60fefd15-d7a6-43f0-8b4a-5630d455f725 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2264] 199.204.45.223 () {30 vars in 703 bytes} [Tue Aug 11 14:21:57 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: 1095/2265] 199.204.45.223 () {30 vars in 705 bytes} [Tue Aug 11 14:21:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2266] 199.204.45.223 () {30 vars in 681 bytes} [Tue Aug 11 14:21:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2267] 199.204.45.223 () {30 vars in 717 bytes} [Tue Aug 11 14:21:57 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2268] 199.204.45.223 () {30 vars in 741 bytes} [Tue Aug 11 14:21:57 2026] GET /v2.0/subnets/0af98166-811b-429d-ab20-b3905414ea1c => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2269] 10.0.0.249 () {34 vars in 664 bytes} [Tue Aug 11 14:21:57 2026] POST /v2.0/ports => generated 743 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:21:57.787 8 INFO neutron.db.segments_db [None req-0b00d783-826a-4e17-8c1f-a37b6b1f6ac7 b2d9f5114db549f2a017ff98910692ee 3e3895acfc51444281c32c445c90d8b9 - - default default] Added segment ceae1e42-0ac1-4dc4-8cec-9fe6a7758309 of type vxlan for network 757cb572-dd12-466e-9792-ff7f56c8b288 [pid: 8|app: 0|req: 1099/2270] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:21:57 2026] POST /v2.0/networks => generated 613 bytes in 155 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: 1172/2271] 10.0.0.249 () {34 vars in 664 bytes} [Tue Aug 11 14:21:57 2026] POST /v2.0/ports => generated 743 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:21:58.276 8 INFO neutron.db.segments_db [None req-bcec492d-7c04-40b9-b9ae-a15fe5f14794 b2d9f5114db549f2a017ff98910692ee 3e3895acfc51444281c32c445c90d8b9 - - default default] Added segment d6a9748e-61f6-4204-89ff-bc658ac8f126 of type vxlan for network b84b73e7-2a5d-4410-b80a-dab79cecd118 [pid: 8|app: 0|req: 1100/2272] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:21:58 2026] POST /v2.0/networks => generated 613 bytes in 140 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-08-11 14:21:58.493 8 INFO neutron.services.segments.plugin [-] Segment d9d768ee-344c-4b70-8c74-aa9267adb980 resource provider aggregate not found 2026-08-11 14:21:58.513 8 INFO neutron.services.segments.plugin [-] Segment d9d768ee-344c-4b70-8c74-aa9267adb980 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9d768ee-344c-4b70-8c74-aa9267adb980 found for delete ", "request_id": "req-e231df9a-35e7-442c-a366-06792cda43b4"}]} 2026-08-11 14:21:58.514 8 INFO neutron.services.segments.plugin [-] Segment d9d768ee-344c-4b70-8c74-aa9267adb980 resource provider aggregate not found [pid: 7|app: 0|req: 1173/2273] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:21:58 2026] GET /v2.0/security-groups?tenant_id=09dcedaf7b134ab588b26dee87348c70&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:21:58.529 8 INFO neutron.services.segments.plugin [-] Segment d9d768ee-344c-4b70-8c74-aa9267adb980 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9d768ee-344c-4b70-8c74-aa9267adb980 found for delete ", "request_id": "req-142d616c-1f20-4df6-ae89-e0c3e8e3e1f2"}]} [pid: 7|app: 0|req: 1174/2274] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:21:58 2026] DELETE /v2.0/security-groups/ce704a84-9271-4d27-b6d6-414e570c1c03 => 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: 1101/2275] 10.0.0.249 () {34 vars in 664 bytes} [Tue Aug 11 14:21:58 2026] POST /v2.0/ports => generated 743 bytes in 307 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-08-11 14:21:58.726 7 INFO neutron.db.segments_db [None req-e67087d8-b6e1-4676-9c79-bb791c0451d9 b2d9f5114db549f2a017ff98910692ee 3e3895acfc51444281c32c445c90d8b9 - - default default] Added segment 01abd668-4dd7-4cb9-9843-cdc5da70c1ed of type vxlan for network 72fd173a-f437-4178-bf70-870f484e66ce [pid: 8|app: 0|req: 1102/2276] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:21:58 2026] GET /v2.0/security-groups?tenant_id=d2fcb67a2dae4d23a03e16719e113cfe&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2277] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:21:58 2026] POST /v2.0/networks => generated 613 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2278] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:21:58 2026] DELETE /v2.0/security-groups/b485395e-9f5e-440f-9984-4aae011402d5 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2279] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:21:58 2026] GET /v2.0/security-groups?tenant_id=3ee6bfa46908469299f4f67332cf40e8&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2280] 10.0.0.249 () {34 vars in 664 bytes} [Tue Aug 11 14:21:58 2026] POST /v2.0/ports => generated 743 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 14:21:59.189 7 INFO neutron.db.segments_db [None req-4aa83fce-0c4f-433b-9f57-fb33b08805ef b2d9f5114db549f2a017ff98910692ee 3e3895acfc51444281c32c445c90d8b9 - - default default] Added segment dfad8213-47b3-47c2-ad90-eef1be43852e of type vxlan for network fede028b-a69a-48ed-9ab8-e15503a71c9a [pid: 8|app: 0|req: 1105/2281] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:21:59 2026] DELETE /v2.0/security-groups/e587fbd5-b613-4ce4-aa02-eda51ca6c587 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2282] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:21:59 2026] POST /v2.0/networks => generated 612 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2283] 10.0.0.249 () {34 vars in 664 bytes} [Tue Aug 11 14:21:59 2026] POST /v2.0/ports => 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: 1178/2284] 10.0.0.249 () {34 vars in 747 bytes} [Tue Aug 11 14:21:59 2026] PUT /v2.0/ports/f26358d0-e1c1-4384-b8a0-ce0e9096e8a9/tags => generated 17 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1107/2285] 10.0.0.249 () {34 vars in 747 bytes} [Tue Aug 11 14:21:59 2026] PUT /v2.0/ports/9ea50d94-167f-48ea-8066-7ff26a4dcb03/tags => generated 25 bytes in 65 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: 1179/2286] 10.0.0.249 () {34 vars in 747 bytes} [Tue Aug 11 14:21:59 2026] PUT /v2.0/ports/13627340-9b19-4fea-addd-2625403e8a23/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1108/2287] 10.0.0.249 () {34 vars in 747 bytes} [Tue Aug 11 14:21:59 2026] PUT /v2.0/ports/588e6f4d-2197-49e0-b05c-b266a7e90980/tags => generated 19 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: 1180/2288] 10.0.0.249 () {32 vars in 660 bytes} [Tue Aug 11 14:21:59 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 109 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: 1109/2289] 10.0.0.249 () {32 vars in 674 bytes} [Tue Aug 11 14:22:00 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2290] 10.0.0.249 () {32 vars in 670 bytes} [Tue Aug 11 14:22:00 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2291] 10.0.0.249 () {32 vars in 682 bytes} [Tue Aug 11 14:22:00 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2292] 10.0.0.249 () {32 vars in 668 bytes} [Tue Aug 11 14:22:00 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2293] 10.0.0.249 () {32 vars in 682 bytes} [Tue Aug 11 14:22:00 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2294] 10.0.0.249 () {32 vars in 678 bytes} [Tue Aug 11 14:22:00 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2295] 10.0.0.249 () {32 vars in 690 bytes} [Tue Aug 11 14:22:00 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:22:00.827 7 INFO neutron_taas.services.taas.taas_plugin [None req-c496dde1-8ba5-4013-99c2-dfc31f943c91 b2d9f5114db549f2a017ff98910692ee 3e3895acfc51444281c32c445c90d8b9 - - default default] TaaS: Handle Delete Port: f26358d0-e1c1-4384-b8a0-ce0e9096e8a9 2026-08-11 14:22:00.829 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c496dde1-8ba5-4013-99c2-dfc31f943c91 b2d9f5114db549f2a017ff98910692ee 3e3895acfc51444281c32c445c90d8b9 - - default default] Tap Mirror: Handle Delete Port: f26358d0-e1c1-4384-b8a0-ce0e9096e8a9 [pid: 7|app: 0|req: 1184/2296] 10.0.0.249 () {32 vars in 720 bytes} [Tue Aug 11 14:22:00 2026] DELETE /v2.0/ports/f26358d0-e1c1-4384-b8a0-ce0e9096e8a9 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:22:00.996 8 INFO neutron_taas.services.taas.taas_plugin [None req-22c28a15-a714-4f13-bb37-7865932dc620 b2d9f5114db549f2a017ff98910692ee 3e3895acfc51444281c32c445c90d8b9 - - default default] TaaS: Handle Delete Port: 9ea50d94-167f-48ea-8066-7ff26a4dcb03 2026-08-11 14:22:00.999 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-22c28a15-a714-4f13-bb37-7865932dc620 b2d9f5114db549f2a017ff98910692ee 3e3895acfc51444281c32c445c90d8b9 - - default default] Tap Mirror: Handle Delete Port: 9ea50d94-167f-48ea-8066-7ff26a4dcb03 [pid: 8|app: 0|req: 1113/2297] 10.0.0.249 () {32 vars in 720 bytes} [Tue Aug 11 14:22:00 2026] DELETE /v2.0/ports/9ea50d94-167f-48ea-8066-7ff26a4dcb03 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:22:01.202 7 INFO neutron_taas.services.taas.taas_plugin [None req-9b970dc5-0630-4a4a-ad70-5b75b3d102bb b2d9f5114db549f2a017ff98910692ee 3e3895acfc51444281c32c445c90d8b9 - - default default] TaaS: Handle Delete Port: 13627340-9b19-4fea-addd-2625403e8a23 2026-08-11 14:22:01.205 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b970dc5-0630-4a4a-ad70-5b75b3d102bb b2d9f5114db549f2a017ff98910692ee 3e3895acfc51444281c32c445c90d8b9 - - default default] Tap Mirror: Handle Delete Port: 13627340-9b19-4fea-addd-2625403e8a23 [pid: 7|app: 0|req: 1185/2298] 10.0.0.249 () {32 vars in 720 bytes} [Tue Aug 11 14:22:01 2026] DELETE /v2.0/ports/13627340-9b19-4fea-addd-2625403e8a23 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:22:01.409 8 INFO neutron_taas.services.taas.taas_plugin [None req-9c55aca3-7b80-4d66-991d-0587ddda39da b2d9f5114db549f2a017ff98910692ee 3e3895acfc51444281c32c445c90d8b9 - - default default] TaaS: Handle Delete Port: 588e6f4d-2197-49e0-b05c-b266a7e90980 2026-08-11 14:22:01.412 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c55aca3-7b80-4d66-991d-0587ddda39da b2d9f5114db549f2a017ff98910692ee 3e3895acfc51444281c32c445c90d8b9 - - default default] Tap Mirror: Handle Delete Port: 588e6f4d-2197-49e0-b05c-b266a7e90980 [pid: 8|app: 0|req: 1114/2299] 10.0.0.249 () {32 vars in 720 bytes} [Tue Aug 11 14:22:01 2026] DELETE /v2.0/ports/588e6f4d-2197-49e0-b05c-b266a7e90980 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:22:02.009 7 INFO neutron_taas.services.taas.taas_plugin [None req-5b42d5c9-4b3c-4cf4-a179-4721a30eb63c b2d9f5114db549f2a017ff98910692ee 3e3895acfc51444281c32c445c90d8b9 - - default default] TaaS: Handle Delete Port: ed132652-e549-4bc9-80d9-97ab911e1293 2026-08-11 14:22:02.013 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b42d5c9-4b3c-4cf4-a179-4721a30eb63c b2d9f5114db549f2a017ff98910692ee 3e3895acfc51444281c32c445c90d8b9 - - default default] Tap Mirror: Handle Delete Port: ed132652-e549-4bc9-80d9-97ab911e1293 [pid: 7|app: 0|req: 1186/2300] 10.0.0.249 () {32 vars in 720 bytes} [Tue Aug 11 14:22:01 2026] DELETE /v2.0/ports/ed132652-e549-4bc9-80d9-97ab911e1293 => generated 0 bytes in 614 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:22:02.238 8 INFO neutron.services.segments.plugin [-] Segment 9baa61f8-029d-4290-b1c0-2e9a67955907 resource provider aggregate not found 2026-08-11 14:22:02.242 8 INFO neutron.services.segments.plugin [-] Segment 9baa61f8-029d-4290-b1c0-2e9a67955907 resource provider aggregate not found 2026-08-11 14:22:02.260 8 INFO neutron.services.segments.plugin [-] Segment 9baa61f8-029d-4290-b1c0-2e9a67955907 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9baa61f8-029d-4290-b1c0-2e9a67955907 found for delete ", "request_id": "req-7b25094a-7871-4f18-82c8-4452fd963575"}]} 2026-08-11 14:22:02.263 8 INFO neutron.services.segments.plugin [-] Segment 9baa61f8-029d-4290-b1c0-2e9a67955907 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9baa61f8-029d-4290-b1c0-2e9a67955907 found for delete ", "request_id": "req-4502e2b3-744c-41fe-8499-54aef941b8f8"}]} [pid: 8|app: 0|req: 1115/2301] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:22:02 2026] DELETE /v2.0/networks/5f45ceb7-de65-4e01-9b70-a77458eba9a7 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:22:02.400 7 INFO neutron.services.segments.plugin [-] Segment ceae1e42-0ac1-4dc4-8cec-9fe6a7758309 resource provider aggregate not found 2026-08-11 14:22:02.405 7 INFO neutron.services.segments.plugin [-] Segment ceae1e42-0ac1-4dc4-8cec-9fe6a7758309 resource provider aggregate not found 2026-08-11 14:22:02.422 7 INFO neutron.services.segments.plugin [-] Segment ceae1e42-0ac1-4dc4-8cec-9fe6a7758309 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ceae1e42-0ac1-4dc4-8cec-9fe6a7758309 found for delete ", "request_id": "req-65db0b6b-93b3-452b-9260-79b241e86113"}]} 2026-08-11 14:22:02.423 7 INFO neutron.services.segments.plugin [-] Segment ceae1e42-0ac1-4dc4-8cec-9fe6a7758309 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ceae1e42-0ac1-4dc4-8cec-9fe6a7758309 found for delete ", "request_id": "req-5b16815a-d80b-462d-93ef-065329d83d42"}]} [pid: 7|app: 0|req: 1187/2302] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:22:02 2026] DELETE /v2.0/networks/757cb572-dd12-466e-9792-ff7f56c8b288 => 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: 1116/2303] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:22:02 2026] DELETE /v2.0/networks/b84b73e7-2a5d-4410-b80a-dab79cecd118 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2304] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:22:02 2026] DELETE /v2.0/networks/72fd173a-f437-4178-bf70-870f484e66ce => 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: 1117/2305] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:22:02 2026] DELETE /v2.0/networks/fede028b-a69a-48ed-9ab8-e15503a71c9a => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2306] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:22:03 2026] GET /v2.0/security-groups?tenant_id=3e3895acfc51444281c32c445c90d8b9&name=default => generated 2925 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2307] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:22:03 2026] DELETE /v2.0/security-groups/a3fe0a20-b812-4e11-8e4f-0f01f5585395 => 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: 1189/2308] 10.0.0.249 () {34 vars in 676 bytes} [Tue Aug 11 14:22:03 2026] POST /v2.0/floatingips => generated 552 bytes in 627 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2309] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:22:03 2026] GET /v2.0/security-groups?tenant_id=4fe4d9566d374cdab61f54439d88109b&name=default => generated 2925 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2310] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:22:04 2026] DELETE /v2.0/security-groups/69a04412-2beb-4216-b3e8-eb7e609780c2 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:22:04.276 8 INFO neutron.services.segments.plugin [-] Segment d6a9748e-61f6-4204-89ff-bc658ac8f126 resource provider aggregate not found 2026-08-11 14:22:04.287 8 INFO neutron.services.segments.plugin [-] Segment d6a9748e-61f6-4204-89ff-bc658ac8f126 resource provider aggregate not found 2026-08-11 14:22:04.302 8 INFO neutron.services.segments.plugin [-] Segment d6a9748e-61f6-4204-89ff-bc658ac8f126 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6a9748e-61f6-4204-89ff-bc658ac8f126 found for delete ", "request_id": "req-10044071-699e-4a22-9d57-1660c22c9629"}]} 2026-08-11 14:22:04.307 8 INFO neutron.services.segments.plugin [-] Segment d6a9748e-61f6-4204-89ff-bc658ac8f126 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6a9748e-61f6-4204-89ff-bc658ac8f126 found for delete ", "request_id": "req-79fb0886-87c2-4b92-a8f1-8f96b55e2d71"}]} 2026-08-11 14:22:04.325 8 INFO neutron.services.segments.plugin [-] Segment dfad8213-47b3-47c2-ad90-eef1be43852e resource provider aggregate not found 2026-08-11 14:22:04.328 8 INFO neutron.services.segments.plugin [-] Segment dfad8213-47b3-47c2-ad90-eef1be43852e resource provider aggregate not found 2026-08-11 14:22:04.346 8 INFO neutron.services.segments.plugin [-] Segment dfad8213-47b3-47c2-ad90-eef1be43852e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfad8213-47b3-47c2-ad90-eef1be43852e found for delete ", "request_id": "req-baa1c8b7-22d8-4724-8e21-a2f2e488fb48"}]} 2026-08-11 14:22:04.349 8 INFO neutron.services.segments.plugin [-] Segment dfad8213-47b3-47c2-ad90-eef1be43852e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfad8213-47b3-47c2-ad90-eef1be43852e found for delete ", "request_id": "req-9723ea09-a94e-4698-848d-3adcaa98d6ac"}]} 2026-08-11 14:22:04.444 7 INFO neutron.services.segments.plugin [-] Segment 01abd668-4dd7-4cb9-9843-cdc5da70c1ed resource provider aggregate not found 2026-08-11 14:22:04.450 7 INFO neutron.services.segments.plugin [-] Segment 01abd668-4dd7-4cb9-9843-cdc5da70c1ed resource provider aggregate not found [pid: 8|app: 0|req: 1122/2311] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:22:04 2026] GET /v2.0/security-groups?tenant_id=287d7d956ebd4d2e890151ff9000e4b2&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:22:04.462 7 INFO neutron.services.segments.plugin [-] Segment 01abd668-4dd7-4cb9-9843-cdc5da70c1ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01abd668-4dd7-4cb9-9843-cdc5da70c1ed found for delete ", "request_id": "req-aea3caa4-3206-4df9-972d-9c6f5c709dc0"}]} 2026-08-11 14:22:04.481 7 INFO neutron.services.segments.plugin [-] Segment 01abd668-4dd7-4cb9-9843-cdc5da70c1ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01abd668-4dd7-4cb9-9843-cdc5da70c1ed found for delete ", "request_id": "req-19d4b309-b5fb-4269-b3d7-beacb07f6b96"}]} [pid: 8|app: 0|req: 1123/2312] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:22:04 2026] DELETE /v2.0/security-groups/a8158e48-ed9b-41d9-9ce9-e6424718a307 => 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: 1190/2313] 10.0.0.249 () {34 vars in 676 bytes} [Tue Aug 11 14:22:04 2026] POST /v2.0/floatingips => generated 552 bytes in 569 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2314] 10.0.0.249 () {34 vars in 676 bytes} [Tue Aug 11 14:22:04 2026] POST /v2.0/floatingips => generated 552 bytes in 506 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2315] 10.0.0.249 () {34 vars in 676 bytes} [Tue Aug 11 14:22:05 2026] POST /v2.0/floatingips => generated 552 bytes in 517 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2316] 10.0.0.141 () {34 vars in 1016 bytes} [Tue Aug 11 14:22:05 2026] GET /v2.0/security-groups?id=ae186d54-c664-47e1-8423-f02f245a7ce8&fields=id => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2317] 10.0.0.141 () {34 vars in 982 bytes} [Tue Aug 11 14:22:05 2026] GET /v2.0/networks?id=002a43bd-fe12-43a6-9588-bcc7de2e8658 => generated 735 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2318] 10.0.0.141 () {34 vars in 965 bytes} [Tue Aug 11 14:22:05 2026] GET /v2.0/quotas/2250c2b14c0c43d2980583cc926449b7 => generated 291 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2319] 10.0.0.141 () {34 vars in 1002 bytes} [Tue Aug 11 14:22:05 2026] GET /v2.0/ports?tenant_id=2250c2b14c0c43d2980583cc926449b7&fields=id => generated 149 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2320] 10.0.0.141 () {34 vars in 1008 bytes} [Tue Aug 11 14:22:05 2026] GET /v2.0/networks/002a43bd-fe12-43a6-9588-bcc7de2e8658?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: 1197/2321] 10.0.0.141 () {34 vars in 1108 bytes} [Tue Aug 11 14:22:05 2026] GET /v2.0/networks/002a43bd-fe12-43a6-9588-bcc7de2e8658?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: 1125/2322] 10.0.0.249 () {34 vars in 676 bytes} [Tue Aug 11 14:22:05 2026] POST /v2.0/floatingips => generated 552 bytes in 541 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2323] 10.0.0.249 () {34 vars in 759 bytes} [Tue Aug 11 14:22:06 2026] PUT /v2.0/floatingips/974082b2-6152-45dd-bd99-ad5d7097799b/tags => generated 17 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2324] 10.0.0.249 () {34 vars in 759 bytes} [Tue Aug 11 14:22:06 2026] PUT /v2.0/floatingips/94909e13-ad3c-4921-9319-e73b8a44a66b/tags => generated 25 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2325] 10.0.0.249 () {34 vars in 759 bytes} [Tue Aug 11 14:22:06 2026] PUT /v2.0/floatingips/ed2909e9-7413-4976-b9f3-8649dd09a191/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2326] 10.0.0.249 () {34 vars in 759 bytes} [Tue Aug 11 14:22:06 2026] PUT /v2.0/floatingips/967a36f3-cb64-460d-a9c5-521b518c7dea/tags => generated 19 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2327] 10.0.0.249 () {32 vars in 672 bytes} [Tue Aug 11 14:22:06 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2328] 10.0.0.249 () {32 vars in 686 bytes} [Tue Aug 11 14:22:06 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2329] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:22:06 2026] GET /v2.0/ports?device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => 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: 1129/2330] 10.0.0.249 () {32 vars in 682 bytes} [Tue Aug 11 14:22:06 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2331] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:22:06 2026] GET /v2.0/ports?device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => 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: 1202/2332] 10.0.0.249 () {32 vars in 694 bytes} [Tue Aug 11 14:22:06 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2333] 10.0.0.249 () {32 vars in 680 bytes} [Tue Aug 11 14:22:06 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2334] 10.0.0.249 () {32 vars in 694 bytes} [Tue Aug 11 14:22:06 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2335] 10.0.0.249 () {32 vars in 690 bytes} [Tue Aug 11 14:22:06 2026] GET /v2.0/floatingips?not-tags-any=blue => 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: 1204/2336] 10.0.0.249 () {32 vars in 702 bytes} [Tue Aug 11 14:22:07 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:22:07.186 8 INFO neutron_taas.services.taas.taas_plugin [None req-a0e9b739-d56a-4916-9fba-d81f036d236e a9a9d49cd97443eea2b13fce3a966171 b273489be69b4ecba78e70642f74addf - - default default] TaaS: Handle Delete Port: 8562159e-2dac-4288-b89c-0d8f30bfa888 2026-08-11 14:22:07.191 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0e9b739-d56a-4916-9fba-d81f036d236e a9a9d49cd97443eea2b13fce3a966171 b273489be69b4ecba78e70642f74addf - - default default] Tap Mirror: Handle Delete Port: 8562159e-2dac-4288-b89c-0d8f30bfa888 [pid: 8|app: 0|req: 1133/2337] 10.0.0.249 () {32 vars in 732 bytes} [Tue Aug 11 14:22:07 2026] DELETE /v2.0/floatingips/974082b2-6152-45dd-bd99-ad5d7097799b => generated 0 bytes in 307 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:22:07.503 7 INFO neutron_taas.services.taas.taas_plugin [None req-fc982439-68ef-41ba-88be-0d1b89b72dd2 a9a9d49cd97443eea2b13fce3a966171 b273489be69b4ecba78e70642f74addf - - default default] TaaS: Handle Delete Port: a513c188-65bf-44f7-b06c-05db1784c17d 2026-08-11 14:22:07.506 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc982439-68ef-41ba-88be-0d1b89b72dd2 a9a9d49cd97443eea2b13fce3a966171 b273489be69b4ecba78e70642f74addf - - default default] Tap Mirror: Handle Delete Port: a513c188-65bf-44f7-b06c-05db1784c17d [pid: 7|app: 0|req: 1205/2338] 10.0.0.249 () {32 vars in 732 bytes} [Tue Aug 11 14:22:07 2026] DELETE /v2.0/floatingips/94909e13-ad3c-4921-9319-e73b8a44a66b => generated 0 bytes in 299 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:22:07.794 8 INFO neutron_taas.services.taas.taas_plugin [None req-d8bbcaaf-a7b1-4db7-a66f-a880a2cdfb89 a9a9d49cd97443eea2b13fce3a966171 b273489be69b4ecba78e70642f74addf - - default default] TaaS: Handle Delete Port: dc8de414-c878-4dba-850c-bebbb305df58 2026-08-11 14:22:07.797 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8bbcaaf-a7b1-4db7-a66f-a880a2cdfb89 a9a9d49cd97443eea2b13fce3a966171 b273489be69b4ecba78e70642f74addf - - default default] Tap Mirror: Handle Delete Port: dc8de414-c878-4dba-850c-bebbb305df58 [pid: 8|app: 0|req: 1134/2339] 10.0.0.249 () {32 vars in 732 bytes} [Tue Aug 11 14:22:07 2026] DELETE /v2.0/floatingips/ed2909e9-7413-4976-b9f3-8649dd09a191 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:22:08.096 7 INFO neutron_taas.services.taas.taas_plugin [None req-7a657986-4776-4686-bd37-b82f08a0c73a a9a9d49cd97443eea2b13fce3a966171 b273489be69b4ecba78e70642f74addf - - default default] TaaS: Handle Delete Port: a1041ac1-fdf8-488d-bd3f-551b3830423b 2026-08-11 14:22:08.101 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a657986-4776-4686-bd37-b82f08a0c73a a9a9d49cd97443eea2b13fce3a966171 b273489be69b4ecba78e70642f74addf - - default default] Tap Mirror: Handle Delete Port: a1041ac1-fdf8-488d-bd3f-551b3830423b [pid: 7|app: 0|req: 1206/2340] 10.0.0.249 () {32 vars in 732 bytes} [Tue Aug 11 14:22:07 2026] DELETE /v2.0/floatingips/967a36f3-cb64-460d-a9c5-521b518c7dea => generated 0 bytes in 297 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:22:08.382 8 INFO neutron_taas.services.taas.taas_plugin [None req-66bf2a82-f1a0-44cc-a448-4374a5ca3fd4 a9a9d49cd97443eea2b13fce3a966171 b273489be69b4ecba78e70642f74addf - - default default] TaaS: Handle Delete Port: c6bf1b46-cbda-45f3-8813-292b3b4db96e 2026-08-11 14:22:08.385 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66bf2a82-f1a0-44cc-a448-4374a5ca3fd4 a9a9d49cd97443eea2b13fce3a966171 b273489be69b4ecba78e70642f74addf - - default default] Tap Mirror: Handle Delete Port: c6bf1b46-cbda-45f3-8813-292b3b4db96e [pid: 8|app: 0|req: 1135/2341] 10.0.0.249 () {32 vars in 732 bytes} [Tue Aug 11 14:22:08 2026] DELETE /v2.0/floatingips/a14189e6-cb42-40e1-9d27-05a13037f013 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:22:09.072 7 INFO neutron.db.segments_db [None req-390768cd-6e05-4d31-bc3c-2b34190e056e 33906068f4574941b6c65fa45ed1a47e 28342313a99a4c1990c0b25e529c9955 - - default default] Added segment 12eec207-8815-4eb9-8b05-69b8287f4a3a of type vxlan for network 29ab0cae-6e95-4879-9f48-f9e3accc6fae [pid: 7|app: 0|req: 1207/2342] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:22:08 2026] POST /v2.0/networks => generated 613 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2343] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:22:09 2026] POST /v2.0/subnets => generated 626 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:22:09.491 8 INFO neutron.db.segments_db [None req-4cd91ca9-f3bc-417c-b957-19ce73d2dbb9 33906068f4574941b6c65fa45ed1a47e 28342313a99a4c1990c0b25e529c9955 - - default default] Added segment 0cd39006-4c93-4904-abae-74e85d834ef2 of type vxlan for network 9086574d-fd6b-4d01-9fb0-19fb117a600c [pid: 8|app: 0|req: 1137/2344] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:22:09 2026] POST /v2.0/networks => generated 613 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2345] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:22:09 2026] GET /v2.0/ports?device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => 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: 1208/2346] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:22:09 2026] GET /v2.0/security-groups?tenant_id=172a6f2a44794a98a41c5133234480ba&name=default => generated 2925 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2347] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:22:09 2026] DELETE /v2.0/security-groups/be84fafb-213d-4ea0-8096-92ad4cf238e5 => 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: 1210/2348] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:22:09 2026] GET /v2.0/ports?device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => 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: 1139/2349] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:22:09 2026] POST /v2.0/subnets => generated 629 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:22:09.894 7 INFO neutron.db.segments_db [None req-71b47c9c-b077-4a28-8957-8e9cb4395f7a 33906068f4574941b6c65fa45ed1a47e 28342313a99a4c1990c0b25e529c9955 - - default default] Added segment ebfb4f8e-7e19-4fb9-999b-c8b25ef2e064 of type vxlan for network 135cf7a9-8ebc-440f-a518-60aac8341e8b [pid: 7|app: 0|req: 1211/2350] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:22:09 2026] POST /v2.0/networks => generated 612 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2351] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:22:09 2026] GET /v2.0/security-groups?tenant_id=b273489be69b4ecba78e70642f74addf&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: 1141/2352] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:22:09 2026] DELETE /v2.0/security-groups/05ed28ac-aa1e-400d-9c8b-2e57704e5ddf => 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: 1212/2353] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:22:09 2026] POST /v2.0/subnets => generated 629 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:22:10.289 8 INFO neutron.db.segments_db [None req-f2433646-742d-408a-baf1-6d6eebcd3355 33906068f4574941b6c65fa45ed1a47e 28342313a99a4c1990c0b25e529c9955 - - default default] Added segment 9b48f732-cedf-4ebb-a190-57ac7fc53cca of type vxlan for network e8df3b10-a8a7-446c-832b-f47e2fb6a761 [pid: 7|app: 0|req: 1213/2354] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:22:10 2026] GET /v2.0/security-groups?tenant_id=577b6f9915e043348c3d68988709b723&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2355] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:22:10 2026] POST /v2.0/networks => generated 612 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2356] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:22:10 2026] DELETE /v2.0/security-groups/0701e77c-a5d4-4c40-9db1-abb939c900e7 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2357] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:22:10 2026] POST /v2.0/subnets => generated 629 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2358] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:22:10 2026] GET /v2.0/networks?id=002a43bd-fe12-43a6-9588-bcc7de2e8658 => generated 735 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:22:10.671 7 INFO neutron.db.segments_db [None req-f1e6b72a-77be-4f5b-a1bf-be02b01f640c 33906068f4574941b6c65fa45ed1a47e 28342313a99a4c1990c0b25e529c9955 - - default default] Added segment 4769b0d7-24f7-4530-abfb-f9dd7000fb46 of type vxlan for network 063c090f-d9eb-43ad-8cab-12cb7a45b926 [pid: 8|app: 0|req: 1145/2359] 199.204.45.223 () {34 vars in 1050 bytes} [Tue Aug 11 14:22:10 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2250c2b14c0c43d2980583cc926449b7 => generated 343 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2360] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:22:10 2026] POST /v2.0/networks => generated 612 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2361] 199.204.45.223 () {38 vars in 955 bytes} [Tue Aug 11 14:22:10 2026] POST /v2.0/ports => generated 1078 bytes in 298 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: 1216/2362] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:22:10 2026] POST /v2.0/subnets => generated 629 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2363] 10.0.0.249 () {34 vars in 751 bytes} [Tue Aug 11 14:22:11 2026] PUT /v2.0/subnets/0bb6a5b8-2a06-4b97-be81-beb361157636/tags => generated 17 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2364] 10.0.0.249 () {34 vars in 751 bytes} [Tue Aug 11 14:22:11 2026] PUT /v2.0/subnets/956203ce-e0de-49f7-bd1f-ea7992b25aca/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2365] 10.0.0.249 () {34 vars in 751 bytes} [Tue Aug 11 14:22:11 2026] PUT /v2.0/subnets/d633ba49-620f-4392-9317-d2a9e78f026b/tags => generated 34 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2366] 10.0.0.249 () {34 vars in 751 bytes} [Tue Aug 11 14:22:11 2026] PUT /v2.0/subnets/c9296a21-b2a3-4d47-91fa-692136362bea/tags => generated 19 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2367] 10.0.0.249 () {32 vars in 664 bytes} [Tue Aug 11 14:22:11 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2370] 10.0.0.249 () {32 vars in 678 bytes} [Tue Aug 11 14:22:11 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2371] 199.204.45.223 () {38 vars in 1028 bytes} [Tue Aug 11 14:22:11 2026] PUT /v2.0/ports/e7b74021-5754-45b8-9516-df331a90b50f => generated 1239 bytes in 410 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2372] 10.0.0.249 () {32 vars in 674 bytes} [Tue Aug 11 14:22:11 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 14:22:11.473 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a51e8d08-60a6-4c75-bfb9-18f208be6e9c'] response: {'name': 'network-changed', 'server_uuid': 'b786b8be-3ff2-4208-8b54-66a872652b79', 'tag': 'e7b74021-5754-45b8-9516-df331a90b50f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1148/2373] 10.0.0.249 () {32 vars in 686 bytes} [Tue Aug 11 14:22:11 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2374] 10.0.0.249 () {32 vars in 672 bytes} [Tue Aug 11 14:22:11 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2375] 10.0.0.249 () {32 vars in 686 bytes} [Tue Aug 11 14:22:11 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2376] 10.0.0.249 () {32 vars in 682 bytes} [Tue Aug 11 14:22:11 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2377] 10.0.0.249 () {32 vars in 694 bytes} [Tue Aug 11 14:22:11 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2378] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:22:11 2026] DELETE /v2.0/subnets/0bb6a5b8-2a06-4b97-be81-beb361157636 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2379] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:22:11 2026] DELETE /v2.0/subnets/956203ce-e0de-49f7-bd1f-ea7992b25aca => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2380] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:22:11 2026] GET /v2.0/ports?tenant_id=2250c2b14c0c43d2980583cc926449b7&device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2381] 199.204.45.223 () {34 vars in 1018 bytes} [Tue Aug 11 14:22:12 2026] GET /v2.0/networks?tenant_id=2250c2b14c0c43d2980583cc926449b7&shared=False => generated 735 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2382] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:22:11 2026] DELETE /v2.0/subnets/d633ba49-620f-4392-9317-d2a9e78f026b => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2383] 199.204.45.223 () {34 vars in 930 bytes} [Tue Aug 11 14:22:12 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: 1230/2384] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:22:12 2026] DELETE /v2.0/subnets/c9296a21-b2a3-4d47-91fa-692136362bea => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2385] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:22:12 2026] DELETE /v2.0/subnets/d289582c-6896-499f-b568-632d3a1b15ec => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:22:12.455 7 INFO neutron_taas.services.taas.taas_plugin [None req-969e859d-53d8-490e-8c84-bb818dfd5042 33906068f4574941b6c65fa45ed1a47e 28342313a99a4c1990c0b25e529c9955 - - default default] TaaS: Handle Delete Port: c5626a12-dc32-4726-b6b3-2bf0bb958e6a 2026-08-11 14:22:12.459 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-969e859d-53d8-490e-8c84-bb818dfd5042 33906068f4574941b6c65fa45ed1a47e 28342313a99a4c1990c0b25e529c9955 - - default default] Tap Mirror: Handle Delete Port: c5626a12-dc32-4726-b6b3-2bf0bb958e6a 2026-08-11 14:22:12.636 7 INFO neutron.services.segments.plugin [-] Segment 12eec207-8815-4eb9-8b05-69b8287f4a3a resource provider aggregate not found 2026-08-11 14:22:12.641 7 INFO neutron.services.segments.plugin [-] Segment 12eec207-8815-4eb9-8b05-69b8287f4a3a resource provider aggregate not found 2026-08-11 14:22:12.656 7 INFO neutron.services.segments.plugin [-] Segment 12eec207-8815-4eb9-8b05-69b8287f4a3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12eec207-8815-4eb9-8b05-69b8287f4a3a found for delete ", "request_id": "req-8ef7e265-4111-4b76-9be8-51a73356447d"}]} [pid: 7|app: 0|req: 1231/2386] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:22:12 2026] DELETE /v2.0/networks/29ab0cae-6e95-4879-9f48-f9e3accc6fae => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:22:12.661 7 INFO neutron.services.segments.plugin [-] Segment 12eec207-8815-4eb9-8b05-69b8287f4a3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12eec207-8815-4eb9-8b05-69b8287f4a3a found for delete ", "request_id": "req-9f82f377-02df-4a75-8923-0ece5688dc53"}]} 2026-08-11 14:22:12.756 8 INFO neutron.services.segments.plugin [-] Segment 0cd39006-4c93-4904-abae-74e85d834ef2 resource provider aggregate not found 2026-08-11 14:22:12.763 8 INFO neutron.services.segments.plugin [-] Segment 0cd39006-4c93-4904-abae-74e85d834ef2 resource provider aggregate not found [pid: 7|app: 0|req: 1232/2387] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:22:12 2026] GET /v2.0/ports?device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:22:12.777 8 INFO neutron.services.segments.plugin [-] Segment 0cd39006-4c93-4904-abae-74e85d834ef2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0cd39006-4c93-4904-abae-74e85d834ef2 found for delete ", "request_id": "req-79c17bd5-2a06-42d6-adb6-7c180bca4fa9"}]} 2026-08-11 14:22:12.781 8 INFO neutron.services.segments.plugin [-] Segment 0cd39006-4c93-4904-abae-74e85d834ef2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0cd39006-4c93-4904-abae-74e85d834ef2 found for delete ", "request_id": "req-e594e24d-6ce2-4510-9d4e-28b375a30077"}]} [pid: 8|app: 0|req: 1156/2388] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:22:12 2026] DELETE /v2.0/networks/9086574d-fd6b-4d01-9fb0-19fb117a600c => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2389] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:22:12 2026] GET /v2.0/security-groups?id=ae186d54-c664-47e1-8423-f02f245a7ce8&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2390] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:22:12 2026] GET /v2.0/ports?device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2391] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:22:12 2026] DELETE /v2.0/networks/135cf7a9-8ebc-440f-a518-60aac8341e8b => 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: 1235/2392] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:22:12 2026] DELETE /v2.0/networks/e8df3b10-a8a7-446c-832b-f47e2fb6a761 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2393] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:22:13 2026] GET /v2.0/ports?tenant_id=2250c2b14c0c43d2980583cc926449b7&device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 1242 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2394] 199.204.45.223 () {34 vars in 1060 bytes} [Tue Aug 11 14:22:13 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.97&port_id=e7b74021-5754-45b8-9516-df331a90b50f => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2395] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:22:13 2026] DELETE /v2.0/networks/063c090f-d9eb-43ad-8cab-12cb7a45b926 => 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: 1238/2396] 199.204.45.223 () {34 vars in 984 bytes} [Tue Aug 11 14:22:13 2026] GET /v2.0/subnets?id=55330c9a-5fe3-4968-83b8-802525afdbcd => generated 654 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2397] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:22:13 2026] GET /v2.0/ports?network_id=002a43bd-fe12-43a6-9588-bcc7de2e8658&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: 1239/2398] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:22:13 2026] GET /v2.0/networks/002a43bd-fe12-43a6-9588-bcc7de2e8658?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: 1160/2399] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:22:13 2026] GET /v2.0/networks/002a43bd-fe12-43a6-9588-bcc7de2e8658?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2400] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:22:14 2026] GET /v2.0/security-groups?tenant_id=cdf593971b314687aabf502cf219f97c&name=default => generated 2927 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2401] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:22:14 2026] DELETE /v2.0/security-groups/774abd97-2bbc-4365-afd1-c97fddf83679 => 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: 1241/2402] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:22:14 2026] GET /v2.0/security-groups?tenant_id=28342313a99a4c1990c0b25e529c9955&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:22:14.679 7 INFO neutron.services.segments.plugin [-] Segment 9b48f732-cedf-4ebb-a190-57ac7fc53cca resource provider aggregate not found 2026-08-11 14:22:14.688 7 INFO neutron.services.segments.plugin [-] Segment 9b48f732-cedf-4ebb-a190-57ac7fc53cca resource provider aggregate not found 2026-08-11 14:22:14.695 7 INFO neutron.services.segments.plugin [-] Segment 9b48f732-cedf-4ebb-a190-57ac7fc53cca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b48f732-cedf-4ebb-a190-57ac7fc53cca found for delete ", "request_id": "req-e0ce2e68-97aa-4937-ac72-db02151831ec"}]} 2026-08-11 14:22:14.703 7 INFO neutron.services.segments.plugin [-] Segment 9b48f732-cedf-4ebb-a190-57ac7fc53cca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b48f732-cedf-4ebb-a190-57ac7fc53cca found for delete ", "request_id": "req-fd2b04e2-85da-4ca4-b389-efa3c96ec0eb"}]} [pid: 8|app: 0|req: 1162/2403] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:22:14 2026] DELETE /v2.0/security-groups/156a900f-0d67-4492-b09f-e4f39c0beb62 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:22:14.797 8 INFO neutron.services.segments.plugin [-] Segment ebfb4f8e-7e19-4fb9-999b-c8b25ef2e064 resource provider aggregate not found 2026-08-11 14:22:14.802 8 INFO neutron.services.segments.plugin [-] Segment ebfb4f8e-7e19-4fb9-999b-c8b25ef2e064 resource provider aggregate not found 2026-08-11 14:22:14.818 8 INFO neutron.services.segments.plugin [-] Segment ebfb4f8e-7e19-4fb9-999b-c8b25ef2e064 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebfb4f8e-7e19-4fb9-999b-c8b25ef2e064 found for delete ", "request_id": "req-1283f2dd-291a-4c2f-a057-09924e64c1bd"}]} 2026-08-11 14:22:14.822 8 INFO neutron.services.segments.plugin [-] Segment ebfb4f8e-7e19-4fb9-999b-c8b25ef2e064 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebfb4f8e-7e19-4fb9-999b-c8b25ef2e064 found for delete ", "request_id": "req-fbda1b4e-2b4d-46e2-93be-1cd08c19ec6f"}]} 2026-08-11 14:22:14.833 8 INFO neutron.services.segments.plugin [-] Segment 4769b0d7-24f7-4530-abfb-f9dd7000fb46 resource provider aggregate not found 2026-08-11 14:22:14.839 8 INFO neutron.services.segments.plugin [-] Segment 4769b0d7-24f7-4530-abfb-f9dd7000fb46 resource provider aggregate not found 2026-08-11 14:22:14.848 8 INFO neutron.services.segments.plugin [-] Segment 4769b0d7-24f7-4530-abfb-f9dd7000fb46 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4769b0d7-24f7-4530-abfb-f9dd7000fb46 found for delete ", "request_id": "req-7f3d1467-cb04-4901-badb-af198380e3f2"}]} 2026-08-11 14:22:14.852 8 INFO neutron.services.segments.plugin [-] Segment 4769b0d7-24f7-4530-abfb-f9dd7000fb46 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4769b0d7-24f7-4530-abfb-f9dd7000fb46 found for delete ", "request_id": "req-fefc11ba-43f4-4551-b20c-675be8c01253"}]} 2026-08-11 14:22:14.969 7 INFO neutron.db.segments_db [None req-506df86e-c1cf-4419-9e81-6b78e093ba54 54e2ab312fee4c91b87dbe7f5355af95 f6c014bf27f546559eb46d2d56c0b041 - - default default] Added segment 948914b3-8180-4931-8c51-63f428324c60 of type vxlan for network 5f97eeb4-e639-48fa-960c-10218f7133e2 [pid: 8|app: 0|req: 1163/2404] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:22:14 2026] GET /v2.0/security-groups?tenant_id=36b4bfec3dd94016a7f9aea4496305b2&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2405] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:22:14 2026] POST /v2.0/networks => generated 612 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2406] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:22:14 2026] DELETE /v2.0/security-groups/f39c97ae-8222-4faf-8b94-93ec1043f5da => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:22:15.109 7 INFO neutron.db.segments_db [None req-d001c245-7e26-4ca1-a323-cc3721cca709 54e2ab312fee4c91b87dbe7f5355af95 f6c014bf27f546559eb46d2d56c0b041 - - default default] Added segment 6f6c53a4-95c0-4f7b-b540-87968736671b of type vxlan for network 1f9e32a3-1700-42a3-910d-0269ea244d33 [pid: 7|app: 0|req: 1243/2407] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:22:15 2026] POST /v2.0/networks => generated 612 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:22:15.297 8 INFO neutron.db.segments_db [None req-e6f32cfe-6b29-4ed6-8181-9188dff891f8 54e2ab312fee4c91b87dbe7f5355af95 f6c014bf27f546559eb46d2d56c0b041 - - default default] Added segment 922ef08b-6128-489c-b0bc-d2711094b5cf of type vxlan for network aba473b8-35ce-46b8-9726-629066173a03 [pid: 8|app: 0|req: 1165/2408] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:22:15 2026] POST /v2.0/networks => generated 613 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:22:15.433 7 INFO neutron.db.segments_db [None req-6c551bbb-0dac-4b02-b160-01c156e62e5c 54e2ab312fee4c91b87dbe7f5355af95 f6c014bf27f546559eb46d2d56c0b041 - - default default] Added segment a121bcb0-2fcc-40a6-922c-5753c9a25edd of type vxlan for network 08831b80-0f52-425e-ba5e-2b8fcaad658b [pid: 7|app: 0|req: 1244/2409] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:22:15 2026] POST /v2.0/networks => generated 612 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:22:15.656 8 INFO neutron.db.segments_db [None req-39d0db15-33f4-4dad-b7f6-3eee6733892d 54e2ab312fee4c91b87dbe7f5355af95 f6c014bf27f546559eb46d2d56c0b041 - - default default] Added segment 2a4b539a-87ef-4ca3-b336-881ef0c33d65 of type vxlan for network 1df9dcad-04e6-4b18-8316-2a9fc27ea93f [pid: 8|app: 0|req: 1166/2410] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:22:15 2026] POST /v2.0/networks => generated 613 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2411] 10.0.0.249 () {34 vars in 753 bytes} [Tue Aug 11 14:22:15 2026] PUT /v2.0/networks/5f97eeb4-e639-48fa-960c-10218f7133e2/tags => generated 17 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2412] 10.0.0.249 () {34 vars in 753 bytes} [Tue Aug 11 14:22:15 2026] PUT /v2.0/networks/1f9e32a3-1700-42a3-910d-0269ea244d33/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2413] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:22:15 2026] GET /v2.0/ports?device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 1242 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2414] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:22:15 2026] GET /v2.0/security-groups?id=ae186d54-c664-47e1-8423-f02f245a7ce8&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: 1168/2415] 10.0.0.249 () {34 vars in 753 bytes} [Tue Aug 11 14:22:15 2026] PUT /v2.0/networks/aba473b8-35ce-46b8-9726-629066173a03/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2416] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:22:15 2026] GET /v2.0/ports?device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2417] 10.0.0.249 () {34 vars in 753 bytes} [Tue Aug 11 14:22:15 2026] PUT /v2.0/networks/08831b80-0f52-425e-ba5e-2b8fcaad658b/tags => generated 19 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2418] 10.0.0.249 () {32 vars in 666 bytes} [Tue Aug 11 14:22:16 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2419] 10.0.0.249 () {32 vars in 680 bytes} [Tue Aug 11 14:22:16 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2420] 10.0.0.249 () {32 vars in 676 bytes} [Tue Aug 11 14:22:16 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2421] 10.0.0.249 () {32 vars in 688 bytes} [Tue Aug 11 14:22:16 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2422] 10.0.0.249 () {32 vars in 674 bytes} [Tue Aug 11 14:22:16 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2423] 10.0.0.249 () {32 vars in 688 bytes} [Tue Aug 11 14:22:16 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2424] 10.0.0.249 () {32 vars in 684 bytes} [Tue Aug 11 14:22:16 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2425] 10.0.0.249 () {32 vars in 696 bytes} [Tue Aug 11 14:22:16 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2426] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:22:16 2026] DELETE /v2.0/networks/5f97eeb4-e639-48fa-960c-10218f7133e2 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:22:16.866 8 INFO neutron.services.segments.plugin [-] Segment 948914b3-8180-4931-8c51-63f428324c60 resource provider aggregate not found 2026-08-11 14:22:16.871 8 INFO neutron.services.segments.plugin [-] Segment 948914b3-8180-4931-8c51-63f428324c60 resource provider aggregate not found 2026-08-11 14:22:16.885 8 INFO neutron.services.segments.plugin [-] Segment 948914b3-8180-4931-8c51-63f428324c60 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 948914b3-8180-4931-8c51-63f428324c60 found for delete ", "request_id": "req-2d2422c9-75a2-432f-bfe0-2dd39359aaab"}]} 2026-08-11 14:22:16.888 8 INFO neutron.services.segments.plugin [-] Segment 948914b3-8180-4931-8c51-63f428324c60 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 948914b3-8180-4931-8c51-63f428324c60 found for delete ", "request_id": "req-f9091071-ae52-487c-a8a0-ca59f1b09644"}]} 2026-08-11 14:22:16.908 7 INFO neutron.services.segments.plugin [-] Segment 6f6c53a4-95c0-4f7b-b540-87968736671b resource provider aggregate not found 2026-08-11 14:22:16.911 7 INFO neutron.services.segments.plugin [-] Segment 6f6c53a4-95c0-4f7b-b540-87968736671b resource provider aggregate not found 2026-08-11 14:22:16.927 7 INFO neutron.services.segments.plugin [-] Segment 6f6c53a4-95c0-4f7b-b540-87968736671b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f6c53a4-95c0-4f7b-b540-87968736671b found for delete ", "request_id": "req-099a9da6-1643-433a-943c-69eb379f4b30"}]} 2026-08-11 14:22:16.930 7 INFO neutron.services.segments.plugin [-] Segment 6f6c53a4-95c0-4f7b-b540-87968736671b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f6c53a4-95c0-4f7b-b540-87968736671b found for delete ", "request_id": "req-d4eff63a-886e-452d-ae7d-c888f1c7705d"}]} [pid: 7|app: 0|req: 1253/2427] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:22:16 2026] DELETE /v2.0/networks/1f9e32a3-1700-42a3-910d-0269ea244d33 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2428] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:22:16 2026] DELETE /v2.0/networks/aba473b8-35ce-46b8-9726-629066173a03 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2429] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:22:17 2026] DELETE /v2.0/networks/08831b80-0f52-425e-ba5e-2b8fcaad658b => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2430] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:22:17 2026] DELETE /v2.0/networks/1df9dcad-04e6-4b18-8316-2a9fc27ea93f => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2431] 199.204.45.223 () {34 vars in 994 bytes} [Tue Aug 11 14:22:17 2026] GET /v2.0/ports?device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2432] 199.204.45.223 () {34 vars in 1044 bytes} [Tue Aug 11 14:22:17 2026] GET /v2.0/security-groups?id=ae186d54-c664-47e1-8423-f02f245a7ce8&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2433] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:22:18 2026] GET /v2.0/security-groups?tenant_id=81ca0ca20ddf451ab71bc57b498a663d&name=default => generated 2929 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2434] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:22:18 2026] DELETE /v2.0/security-groups/478b589d-5bef-44eb-9a0e-dd03a8434711 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:22:18.909 8 INFO neutron.services.segments.plugin [-] Segment 922ef08b-6128-489c-b0bc-d2711094b5cf resource provider aggregate not found 2026-08-11 14:22:18.912 8 INFO neutron.services.segments.plugin [-] Segment 922ef08b-6128-489c-b0bc-d2711094b5cf resource provider aggregate not found 2026-08-11 14:22:18.927 8 INFO neutron.services.segments.plugin [-] Segment 922ef08b-6128-489c-b0bc-d2711094b5cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 922ef08b-6128-489c-b0bc-d2711094b5cf found for delete ", "request_id": "req-f37a27a7-2bb1-4c36-88f5-4941bd2401aa"}]} 2026-08-11 14:22:18.933 8 INFO neutron.services.segments.plugin [-] Segment 922ef08b-6128-489c-b0bc-d2711094b5cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 922ef08b-6128-489c-b0bc-d2711094b5cf found for delete ", "request_id": "req-e0ad1d4f-7cdb-4b46-88fd-553aa6fef93b"}]} 2026-08-11 14:22:18.945 7 INFO neutron.services.segments.plugin [-] Segment a121bcb0-2fcc-40a6-922c-5753c9a25edd resource provider aggregate not found 2026-08-11 14:22:18.950 7 INFO neutron.services.segments.plugin [-] Segment a121bcb0-2fcc-40a6-922c-5753c9a25edd resource provider aggregate not found 2026-08-11 14:22:18.953 8 INFO neutron.services.segments.plugin [-] Segment 2a4b539a-87ef-4ca3-b336-881ef0c33d65 resource provider aggregate not found 2026-08-11 14:22:18.959 8 INFO neutron.services.segments.plugin [-] Segment 2a4b539a-87ef-4ca3-b336-881ef0c33d65 resource provider aggregate not found 2026-08-11 14:22:18.963 7 INFO neutron.services.segments.plugin [-] Segment a121bcb0-2fcc-40a6-922c-5753c9a25edd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a121bcb0-2fcc-40a6-922c-5753c9a25edd found for delete ", "request_id": "req-687aaa92-10ae-4ed5-9ba3-e4da57969604"}]} 2026-08-11 14:22:18.963 7 INFO neutron.services.segments.plugin [-] Segment a121bcb0-2fcc-40a6-922c-5753c9a25edd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a121bcb0-2fcc-40a6-922c-5753c9a25edd found for delete ", "request_id": "req-64739264-b3fb-4b64-a6bd-a58e5a866598"}]} 2026-08-11 14:22:18.974 8 INFO neutron.services.segments.plugin [-] Segment 2a4b539a-87ef-4ca3-b336-881ef0c33d65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a4b539a-87ef-4ca3-b336-881ef0c33d65 found for delete ", "request_id": "req-bc493365-f39c-4f0a-9371-dd8ea4cc2e06"}]} 2026-08-11 14:22:18.977 8 INFO neutron.services.segments.plugin [-] Segment 2a4b539a-87ef-4ca3-b336-881ef0c33d65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a4b539a-87ef-4ca3-b336-881ef0c33d65 found for delete ", "request_id": "req-fc5dda48-b8fd-49cf-93d8-8465937b1013"}]} [pid: 7|app: 0|req: 1257/2435] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:22:18 2026] GET /v2.0/security-groups?tenant_id=71b4ea0d3221447d9a66f552c60d5f5d&name=default => generated 2929 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2436] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:22:19 2026] DELETE /v2.0/security-groups/8bb03c1d-9900-44ae-b2b7-ffe976540591 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2437] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:22:19 2026] GET /v2.0/security-groups?tenant_id=f6c014bf27f546559eb46d2d56c0b041&name=default => generated 2929 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2438] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:22:19 2026] DELETE /v2.0/security-groups/2f7cf18b-b6d0-467e-8423-15631003e4c2 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2439] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:22:19 2026] GET /v2.0/ports?device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => 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: 1182/2440] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:22:19 2026] GET /v2.0/security-groups?id=ae186d54-c664-47e1-8423-f02f245a7ce8&fields=id&fields=name => generated 96 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2441] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:22:19 2026] GET /v2.0/ports?device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => 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: 1259/2442] 10.0.0.249 () {34 vars in 676 bytes} [Tue Aug 11 14:22:19 2026] POST /v2.0/subnetpools => generated 516 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2443] 10.0.0.249 () {34 vars in 676 bytes} [Tue Aug 11 14:22:19 2026] POST /v2.0/subnetpools => generated 516 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2444] 10.0.0.249 () {34 vars in 676 bytes} [Tue Aug 11 14:22:20 2026] POST /v2.0/subnetpools => generated 516 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2445] 10.0.0.249 () {34 vars in 676 bytes} [Tue Aug 11 14:22:20 2026] POST /v2.0/subnetpools => generated 516 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2446] 10.0.0.249 () {34 vars in 676 bytes} [Tue Aug 11 14:22:20 2026] POST /v2.0/subnetpools => generated 516 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2447] 10.0.0.249 () {34 vars in 759 bytes} [Tue Aug 11 14:22:20 2026] PUT /v2.0/subnetpools/83bb349d-032e-400d-81a0-b49f8790008f/tags => generated 17 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2448] 10.0.0.249 () {34 vars in 759 bytes} [Tue Aug 11 14:22:20 2026] PUT /v2.0/subnetpools/b69d95c7-988c-414b-b45d-f99b28411dd5/tags => generated 25 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2449] 10.0.0.249 () {34 vars in 759 bytes} [Tue Aug 11 14:22:20 2026] PUT /v2.0/subnetpools/e33e797d-aa7e-49d9-8097-23b6aca40854/tags => generated 34 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2450] 10.0.0.249 () {34 vars in 759 bytes} [Tue Aug 11 14:22:20 2026] PUT /v2.0/subnetpools/2c540d5d-266d-46d5-b072-206a5e0ec605/tags => generated 19 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2451] 10.0.0.249 () {32 vars in 672 bytes} [Tue Aug 11 14:22:20 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2452] 10.0.0.249 () {32 vars in 686 bytes} [Tue Aug 11 14:22:20 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2453] 10.0.0.249 () {32 vars in 682 bytes} [Tue Aug 11 14:22:20 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2454] 10.0.0.249 () {32 vars in 694 bytes} [Tue Aug 11 14:22:20 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2455] 10.0.0.249 () {32 vars in 680 bytes} [Tue Aug 11 14:22:20 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2456] 10.0.0.249 () {32 vars in 694 bytes} [Tue Aug 11 14:22:20 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2457] 10.0.0.249 () {32 vars in 690 bytes} [Tue Aug 11 14:22:20 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2458] 10.0.0.249 () {32 vars in 702 bytes} [Tue Aug 11 14:22:20 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2459] 10.0.0.249 () {32 vars in 732 bytes} [Tue Aug 11 14:22:20 2026] DELETE /v2.0/subnetpools/83bb349d-032e-400d-81a0-b49f8790008f => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2460] 10.0.0.249 () {32 vars in 732 bytes} [Tue Aug 11 14:22:21 2026] DELETE /v2.0/subnetpools/b69d95c7-988c-414b-b45d-f99b28411dd5 => 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: 1193/2461] 10.0.0.249 () {32 vars in 732 bytes} [Tue Aug 11 14:22:21 2026] DELETE /v2.0/subnetpools/e33e797d-aa7e-49d9-8097-23b6aca40854 => 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: 1269/2462] 10.0.0.249 () {32 vars in 732 bytes} [Tue Aug 11 14:22:21 2026] DELETE /v2.0/subnetpools/2c540d5d-266d-46d5-b072-206a5e0ec605 => 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: 1194/2463] 10.0.0.249 () {32 vars in 732 bytes} [Tue Aug 11 14:22:21 2026] DELETE /v2.0/subnetpools/09882d72-8e20-4d83-b517-021d96ddaad7 => 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: 1270/2464] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:22:22 2026] GET /v2.0/security-groups?tenant_id=8273ec26391f450990f8edbe56506e84&name=default => generated 2929 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2465] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:22:22 2026] DELETE /v2.0/security-groups/8bba9e6c-8776-42cb-bf48-c708a89c06d6 => 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: 1271/2466] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:22:23 2026] GET /v2.0/security-groups?tenant_id=34fd6fb598da4d7c9e4e3c3de370d012&name=default => generated 2929 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2467] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:22:23 2026] DELETE /v2.0/security-groups/78707160-16b1-481d-b7fc-f7d4551ea5f7 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2468] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:22:23 2026] GET /v2.0/security-groups?tenant_id=8172d24d1d3142da84485bec41ee8669&name=default => generated 2929 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2469] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:22:23 2026] DELETE /v2.0/security-groups/80fbc423-cc51-4356-ac08-b1b0fe9c1443 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2470] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:22:23 2026] GET /v2.0/ports?device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => 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: 1198/2471] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:22:23 2026] GET /v2.0/security-groups?id=ae186d54-c664-47e1-8423-f02f245a7ce8&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2472] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:22:24 2026] GET /v2.0/ports?device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => 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: 1199/2473] 10.0.0.249 () {34 vars in 678 bytes} [Tue Aug 11 14:22:24 2026] POST /v2.0/qos/policies => generated 359 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2474] 10.0.0.249 () {34 vars in 678 bytes} [Tue Aug 11 14:22:24 2026] POST /v2.0/qos/policies => generated 359 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2475] 10.0.0.249 () {34 vars in 678 bytes} [Tue Aug 11 14:22:24 2026] POST /v2.0/qos/policies => generated 359 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2476] 10.0.0.249 () {34 vars in 678 bytes} [Tue Aug 11 14:22:24 2026] POST /v2.0/qos/policies => generated 359 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2477] 10.0.0.249 () {34 vars in 678 bytes} [Tue Aug 11 14:22:24 2026] POST /v2.0/qos/policies => generated 359 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2478] 10.0.0.249 () {34 vars in 753 bytes} [Tue Aug 11 14:22:25 2026] PUT /v2.0/policies/d184f327-60c1-4f46-944d-3ffe307caf0a/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2479] 10.0.0.249 () {34 vars in 753 bytes} [Tue Aug 11 14:22:25 2026] PUT /v2.0/policies/b7ff5209-4b2c-48f3-bf70-85e0fafbcb21/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2480] 10.0.0.249 () {34 vars in 753 bytes} [Tue Aug 11 14:22:25 2026] PUT /v2.0/policies/e59b1ee7-3603-4336-91c2-8a562c06ec47/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2481] 10.0.0.249 () {34 vars in 753 bytes} [Tue Aug 11 14:22:25 2026] PUT /v2.0/policies/23d4b710-af7f-423f-b32d-d582a400d534/tags => generated 19 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2482] 10.0.0.249 () {32 vars in 674 bytes} [Tue Aug 11 14:22:25 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2483] 10.0.0.249 () {32 vars in 688 bytes} [Tue Aug 11 14:22:25 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2484] 10.0.0.249 () {32 vars in 684 bytes} [Tue Aug 11 14:22:26 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2485] 10.0.0.249 () {32 vars in 696 bytes} [Tue Aug 11 14:22:26 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2486] 10.0.0.249 () {32 vars in 682 bytes} [Tue Aug 11 14:22:26 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2487] 10.0.0.249 () {32 vars in 696 bytes} [Tue Aug 11 14:22:26 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2490] 10.0.0.249 () {32 vars in 692 bytes} [Tue Aug 11 14:22:26 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2491] 10.0.0.249 () {32 vars in 704 bytes} [Tue Aug 11 14:22:26 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2492] 10.0.0.249 () {32 vars in 734 bytes} [Tue Aug 11 14:22:26 2026] DELETE /v2.0/qos/policies/d184f327-60c1-4f46-944d-3ffe307caf0a => 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: 1210/2493] 10.0.0.249 () {32 vars in 734 bytes} [Tue Aug 11 14:22:26 2026] DELETE /v2.0/qos/policies/b7ff5209-4b2c-48f3-bf70-85e0fafbcb21 => 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: 1284/2494] 10.0.0.249 () {32 vars in 734 bytes} [Tue Aug 11 14:22:26 2026] DELETE /v2.0/qos/policies/e59b1ee7-3603-4336-91c2-8a562c06ec47 => 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: 1211/2495] 10.0.0.249 () {32 vars in 734 bytes} [Tue Aug 11 14:22:26 2026] DELETE /v2.0/qos/policies/23d4b710-af7f-423f-b32d-d582a400d534 => 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: 1285/2496] 10.0.0.249 () {32 vars in 734 bytes} [Tue Aug 11 14:22:26 2026] DELETE /v2.0/qos/policies/4b1245e1-0e55-42b7-a100-809f1d8e6e1b => 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: 1286/2497] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:22:27 2026] GET /v2.0/security-groups?tenant_id=b7cacae5c46947d38c03d1e938918d21&name=default => generated 2929 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2498] 10.0.0.249 () {34 vars in 676 bytes} [Tue Aug 11 14:22:27 2026] POST /v2.0/floatingips => generated 552 bytes in 830 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2499] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:22:28 2026] DELETE /v2.0/security-groups/0f4bbefb-8853-4bb8-bb70-e5c963df0310 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2500] 10.0.0.249 () {34 vars in 759 bytes} [Tue Aug 11 14:22:28 2026] PUT /v2.0/floatingips/f895d726-7e9b-447a-9b35-c7cf9c862a06/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2501] 10.0.0.249 () {32 vars in 739 bytes} [Tue Aug 11 14:22:28 2026] GET /v2.0/floatingips/f895d726-7e9b-447a-9b35-c7cf9c862a06/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: 1214/2502] 10.0.0.249 () {34 vars in 770 bytes} [Tue Aug 11 14:22:28 2026] PUT /v2.0/floatingips/f895d726-7e9b-447a-9b35-c7cf9c862a06/tags/green => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2503] 10.0.0.249 () {32 vars in 739 bytes} [Tue Aug 11 14:22:28 2026] GET /v2.0/floatingips/f895d726-7e9b-447a-9b35-c7cf9c862a06/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: 1289/2504] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:22:28 2026] GET /v2.0/security-groups?tenant_id=fd91a80d16a84925a09d37801b678769&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: 1216/2505] 10.0.0.249 () {34 vars in 766 bytes} [Tue Aug 11 14:22:28 2026] PUT /v2.0/floatingips/f895d726-7e9b-447a-9b35-c7cf9c862a06/tags/red => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2506] 10.0.0.249 () {32 vars in 739 bytes} [Tue Aug 11 14:22:28 2026] GET /v2.0/floatingips/f895d726-7e9b-447a-9b35-c7cf9c862a06/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: 1290/2507] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:22:28 2026] DELETE /v2.0/security-groups/6e7f5f68-56d8-4b7a-b44d-d189fed6ae0f => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2508] 10.0.0.249 () {34 vars in 788 bytes} [Tue Aug 11 14:22:28 2026] PUT /v2.0/floatingips/f895d726-7e9b-447a-9b35-c7cf9c862a06/tags/black.or.white => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2509] 10.0.0.249 () {32 vars in 739 bytes} [Tue Aug 11 14:22:28 2026] GET /v2.0/floatingips/f895d726-7e9b-447a-9b35-c7cf9c862a06/tags => generated 52 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2510] 10.0.0.249 () {34 vars in 759 bytes} [Tue Aug 11 14:22:28 2026] PUT /v2.0/floatingips/f895d726-7e9b-447a-9b35-c7cf9c862a06/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2511] 10.0.0.249 () {32 vars in 739 bytes} [Tue Aug 11 14:22:28 2026] GET /v2.0/floatingips/f895d726-7e9b-447a-9b35-c7cf9c862a06/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2512] 10.0.0.249 () {32 vars in 747 bytes} [Tue Aug 11 14:22:28 2026] GET /v2.0/floatingips/f895d726-7e9b-447a-9b35-c7cf9c862a06/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:22:28.928 8 INFO neutron.api.v2.resource [None req-b0d99a2d-6aa8-49d2-9c77-c02acb4a3e85 5249a68de8414aee945150ce6fcb2aba df0efcb053f1445db024a19f4eb7e825 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1221/2513] 10.0.0.249 () {32 vars in 751 bytes} [Tue Aug 11 14:22:28 2026] GET /v2.0/floatingips/f895d726-7e9b-447a-9b35-c7cf9c862a06/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: 1222/2514] 10.0.0.249 () {32 vars in 750 bytes} [Tue Aug 11 14:22:28 2026] DELETE /v2.0/floatingips/f895d726-7e9b-447a-9b35-c7cf9c862a06/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: 1293/2515] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:22:28 2026] GET /v2.0/security-groups?tenant_id=35143288629b4ae2bbd2fd008c0d4f9f&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2516] 10.0.0.249 () {32 vars in 739 bytes} [Tue Aug 11 14:22:28 2026] GET /v2.0/floatingips/f895d726-7e9b-447a-9b35-c7cf9c862a06/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:22:29.047 8 INFO neutron.api.v2.resource [None req-bc8d9ec8-2d36-4fe8-b83e-5446be73afce 5249a68de8414aee945150ce6fcb2aba df0efcb053f1445db024a19f4eb7e825 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1224/2517] 10.0.0.249 () {32 vars in 754 bytes} [Tue Aug 11 14:22:29 2026] DELETE /v2.0/floatingips/f895d726-7e9b-447a-9b35-c7cf9c862a06/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2518] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:22:29 2026] DELETE /v2.0/security-groups/ad072bf5-1be6-4c26-a292-156f45d9f49c => 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: 1225/2519] 10.0.0.249 () {32 vars in 742 bytes} [Tue Aug 11 14:22:29 2026] DELETE /v2.0/floatingips/f895d726-7e9b-447a-9b35-c7cf9c862a06/tags => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2520] 10.0.0.249 () {32 vars in 739 bytes} [Tue Aug 11 14:22:29 2026] GET /v2.0/floatingips/f895d726-7e9b-447a-9b35-c7cf9c862a06/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:22:29.277 8 INFO neutron_taas.services.taas.taas_plugin [None req-6f9fb7bd-9a06-4af3-aa11-433eed0005ec 5249a68de8414aee945150ce6fcb2aba df0efcb053f1445db024a19f4eb7e825 - - default default] TaaS: Handle Delete Port: 2e32dabb-cd86-4d9d-b8f6-7ca6eb806657 2026-08-11 14:22:29.281 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f9fb7bd-9a06-4af3-aa11-433eed0005ec 5249a68de8414aee945150ce6fcb2aba df0efcb053f1445db024a19f4eb7e825 - - default default] Tap Mirror: Handle Delete Port: 2e32dabb-cd86-4d9d-b8f6-7ca6eb806657 [pid: 8|app: 0|req: 1226/2521] 10.0.0.249 () {32 vars in 732 bytes} [Tue Aug 11 14:22:29 2026] DELETE /v2.0/floatingips/f895d726-7e9b-447a-9b35-c7cf9c862a06 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2522] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:22:30 2026] GET /v2.0/security-groups?tenant_id=df0efcb053f1445db024a19f4eb7e825&name=default => generated 2929 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2523] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:22:30 2026] DELETE /v2.0/security-groups/093834be-413b-4205-91e9-ddf0b8bbb24f => 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: 1297/2524] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:22:30 2026] GET /v2.0/security-groups?tenant_id=40c57feafd3449469ad75327dc03ce98&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2525] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:22:30 2026] DELETE /v2.0/security-groups/96043093-dede-4c8d-a8a1-19c73c741c80 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:22:33.879 7 INFO neutron.db.segments_db [None req-9d0449d5-014a-4adc-912f-8a688ff88b0d 88a7614fa864478b903618d366d8461a b446e9a333ea454f8847740e43b4bfda - - default default] Added segment 89d27c51-40fd-48fb-bc5d-72485b93b664 of type vxlan for network 7466707b-0564-421e-8fba-fd8872a5384d [pid: 7|app: 0|req: 1298/2526] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:22:33 2026] POST /v2.0/networks => generated 612 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2527] 10.0.0.249 () {34 vars in 664 bytes} [Tue Aug 11 14:22:33 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-08-11 14:22:34.498 7 INFO neutron.db.segments_db [None req-7751fc18-85e4-4ab6-a08f-36f17ef35741 2732d3397e4f43cbae91d590b8cebe53 bb8a0baeb284470196888b5df43903a0 - - default default] Added segment 3531cca3-f2e8-4fa4-8fb1-37179acc3443 of type vxlan for network d5f99b31-3d15-4f11-8cbe-60854e7c00f6 [pid: 8|app: 0|req: 1230/2528] 10.0.0.249 () {34 vars in 666 bytes} [Tue Aug 11 14:22:34 2026] POST /v2.0/trunks => generated 407 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:22:34.559 8 INFO neutron.db.segments_db [None req-6c65baa2-0817-4d41-bf75-7aeaffe263ca 88a7614fa864478b903618d366d8461a b446e9a333ea454f8847740e43b4bfda - - default default] Added segment 1b34f3c6-288a-48fe-9f54-36f5c2121e43 of type vxlan for network 422afffb-535f-43a2-bd15-b000a99b033c [pid: 7|app: 0|req: 1299/2529] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:22:34 2026] POST /v2.0/networks => generated 612 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2530] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:22:34 2026] POST /v2.0/networks => generated 611 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2531] 10.0.0.249 () {34 vars in 664 bytes} [Tue Aug 11 14:22:34 2026] POST /v2.0/ports => generated 743 bytes in 330 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: 1232/2532] 10.0.0.249 () {34 vars in 664 bytes} [Tue Aug 11 14:22:34 2026] POST /v2.0/ports => generated 743 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1301/2533] 10.0.0.249 () {34 vars in 747 bytes} [Tue Aug 11 14:22:34 2026] PUT /v2.0/ports/127be50c-326b-48cc-b308-258b230f5533/tags => generated 25 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1302/2534] 10.0.0.249 () {32 vars in 727 bytes} [Tue Aug 11 14:22:35 2026] GET /v2.0/ports/127be50c-326b-48cc-b308-258b230f5533/tags => generated 25 bytes in 41 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: 1303/2535] 10.0.0.249 () {34 vars in 758 bytes} [Tue Aug 11 14:22:35 2026] PUT /v2.0/ports/127be50c-326b-48cc-b308-258b230f5533/tags/green => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1233/2536] 10.0.0.249 () {34 vars in 666 bytes} [Tue Aug 11 14:22:34 2026] POST /v2.0/trunks => generated 407 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2537] 10.0.0.249 () {32 vars in 727 bytes} [Tue Aug 11 14:22:35 2026] GET /v2.0/ports/127be50c-326b-48cc-b308-258b230f5533/tags => generated 34 bytes in 37 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-08-11 14:22:35.212 8 INFO neutron.db.segments_db [None req-719d03aa-fdbe-45cd-8761-66168f1254e8 88a7614fa864478b903618d366d8461a b446e9a333ea454f8847740e43b4bfda - - default default] Added segment c69128db-3b90-4a81-817c-4768bff08afc of type vxlan for network 6838b6dd-7da4-4124-96a5-5e51ac95bd6b [pid: 7|app: 0|req: 1305/2538] 10.0.0.249 () {34 vars in 754 bytes} [Tue Aug 11 14:22:35 2026] PUT /v2.0/ports/127be50c-326b-48cc-b308-258b230f5533/tags/red => generated 4 bytes in 62 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: 1306/2539] 10.0.0.249 () {32 vars in 727 bytes} [Tue Aug 11 14:22:35 2026] GET /v2.0/ports/127be50c-326b-48cc-b308-258b230f5533/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1234/2540] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:22:35 2026] POST /v2.0/networks => generated 613 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2541] 10.0.0.249 () {34 vars in 776 bytes} [Tue Aug 11 14:22:35 2026] PUT /v2.0/ports/127be50c-326b-48cc-b308-258b230f5533/tags/black.or.white => generated 4 bytes in 100 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: 1308/2542] 10.0.0.249 () {32 vars in 727 bytes} [Tue Aug 11 14:22:35 2026] GET /v2.0/ports/127be50c-326b-48cc-b308-258b230f5533/tags => generated 52 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1309/2543] 10.0.0.249 () {34 vars in 747 bytes} [Tue Aug 11 14:22:35 2026] PUT /v2.0/ports/127be50c-326b-48cc-b308-258b230f5533/tags => generated 37 bytes in 71 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: 1310/2544] 10.0.0.249 () {32 vars in 727 bytes} [Tue Aug 11 14:22:35 2026] GET /v2.0/ports/127be50c-326b-48cc-b308-258b230f5533/tags => generated 37 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: 8|app: 0|req: 1235/2545] 10.0.0.249 () {34 vars in 664 bytes} [Tue Aug 11 14:22:35 2026] POST /v2.0/ports => generated 743 bytes in 320 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: 1311/2546] 10.0.0.249 () {32 vars in 735 bytes} [Tue Aug 11 14:22:35 2026] GET /v2.0/ports/127be50c-326b-48cc-b308-258b230f5533/tags/red => generated 0 bytes in 53 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-08-11 14:22:35.730 7 INFO neutron.api.v2.resource [None req-36c2e59e-4817-4e53-90fa-c89d5b4d78dc 2732d3397e4f43cbae91d590b8cebe53 bb8a0baeb284470196888b5df43903a0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1312/2547] 10.0.0.249 () {32 vars in 739 bytes} [Tue Aug 11 14:22:35 2026] GET /v2.0/ports/127be50c-326b-48cc-b308-258b230f5533/tags/green => generated 99 bytes in 49 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: 1313/2548] 10.0.0.249 () {32 vars in 738 bytes} [Tue Aug 11 14:22:35 2026] DELETE /v2.0/ports/127be50c-326b-48cc-b308-258b230f5533/tags/red => generated 0 bytes in 69 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: 1236/2549] 10.0.0.249 () {34 vars in 666 bytes} [Tue Aug 11 14:22:35 2026] POST /v2.0/trunks => generated 407 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2550] 10.0.0.249 () {32 vars in 727 bytes} [Tue Aug 11 14:22:35 2026] GET /v2.0/ports/127be50c-326b-48cc-b308-258b230f5533/tags => generated 30 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 14:22:35.882 8 INFO neutron.db.segments_db [None req-a263a199-8622-4c70-bf9a-4393c8d54bab 88a7614fa864478b903618d366d8461a b446e9a333ea454f8847740e43b4bfda - - default default] Added segment 70dc1003-d25e-444f-9761-f1423f3082a9 of type vxlan for network d5b5b961-65f7-4c6d-b0c9-4190d7bde23a 2026-08-11 14:22:35.923 7 INFO neutron.api.v2.resource [None req-6e6a52be-4afc-45b4-a351-0d309587e709 2732d3397e4f43cbae91d590b8cebe53 bb8a0baeb284470196888b5df43903a0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1315/2551] 10.0.0.249 () {32 vars in 742 bytes} [Tue Aug 11 14:22:35 2026] DELETE /v2.0/ports/127be50c-326b-48cc-b308-258b230f5533/tags/green => generated 99 bytes in 61 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: 1237/2552] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:22:35 2026] POST /v2.0/networks => generated 613 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2553] 10.0.0.249 () {32 vars in 730 bytes} [Tue Aug 11 14:22:35 2026] DELETE /v2.0/ports/127be50c-326b-48cc-b308-258b230f5533/tags => generated 0 bytes in 82 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: 1317/2554] 10.0.0.249 () {32 vars in 727 bytes} [Tue Aug 11 14:22:36 2026] GET /v2.0/ports/127be50c-326b-48cc-b308-258b230f5533/tags => generated 12 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 14:22:36.202 7 INFO neutron_taas.services.taas.taas_plugin [None req-4fc3efa1-7a5b-4bc1-a7d7-ee0bc4dfc297 2732d3397e4f43cbae91d590b8cebe53 bb8a0baeb284470196888b5df43903a0 - - default default] TaaS: Handle Delete Port: 127be50c-326b-48cc-b308-258b230f5533 2026-08-11 14:22:36.205 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4fc3efa1-7a5b-4bc1-a7d7-ee0bc4dfc297 2732d3397e4f43cbae91d590b8cebe53 bb8a0baeb284470196888b5df43903a0 - - default default] Tap Mirror: Handle Delete Port: 127be50c-326b-48cc-b308-258b230f5533 [pid: 7|app: 0|req: 1318/2555] 10.0.0.249 () {32 vars in 720 bytes} [Tue Aug 11 14:22:36 2026] DELETE /v2.0/ports/127be50c-326b-48cc-b308-258b230f5533 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:22:36.442 7 INFO neutron.services.segments.plugin [-] Segment 3531cca3-f2e8-4fa4-8fb1-37179acc3443 resource provider aggregate not found [pid: 8|app: 0|req: 1238/2556] 10.0.0.249 () {34 vars in 664 bytes} [Tue Aug 11 14:22:36 2026] POST /v2.0/ports => generated 743 bytes in 434 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:22:36.449 7 INFO neutron.services.segments.plugin [-] Segment 3531cca3-f2e8-4fa4-8fb1-37179acc3443 resource provider aggregate not found /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-08-11 14:22:36.469 7 INFO neutron.services.segments.plugin [-] Segment 3531cca3-f2e8-4fa4-8fb1-37179acc3443 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3531cca3-f2e8-4fa4-8fb1-37179acc3443 found for delete ", "request_id": "req-bf365ab4-fde9-4ad3-9222-f4d180011d1e"}]} 2026-08-11 14:22:36.470 7 INFO neutron.services.segments.plugin [-] Segment 3531cca3-f2e8-4fa4-8fb1-37179acc3443 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3531cca3-f2e8-4fa4-8fb1-37179acc3443 found for delete ", "request_id": "req-8737cc06-7144-47f8-ab4a-18d94602405a"}]} [pid: 7|app: 0|req: 1319/2557] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:22:36 2026] DELETE /v2.0/networks/d5f99b31-3d15-4f11-8cbe-60854e7c00f6 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2558] 10.0.0.249 () {34 vars in 666 bytes} [Tue Aug 11 14:22:36 2026] POST /v2.0/trunks => generated 407 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:22:36.689 7 INFO neutron.db.segments_db [None req-1aa39828-b6d3-4bb8-81f9-b0b3c5915065 88a7614fa864478b903618d366d8461a b446e9a333ea454f8847740e43b4bfda - - default default] Added segment 22958a76-8633-4397-96c6-719d9faa3267 of type vxlan for network 26ae2a26-f28a-43f3-8367-48a10b856097 [pid: 7|app: 0|req: 1320/2559] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:22:36 2026] POST /v2.0/networks => generated 613 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2560] 10.0.0.249 () {34 vars in 664 bytes} [Tue Aug 11 14:22:36 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, ' [pid: 7|app: 0|req: 1321/2561] 10.0.0.249 () {34 vars in 666 bytes} [Tue Aug 11 14:22:37 2026] POST /v2.0/trunks => generated 407 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2562] 10.0.0.249 () {34 vars in 749 bytes} [Tue Aug 11 14:22:37 2026] PUT /v2.0/trunks/e3d59f44-a759-482f-9268-c58121cf7fd8/tags => generated 17 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2563] 10.0.0.249 () {34 vars in 749 bytes} [Tue Aug 11 14:22:37 2026] PUT /v2.0/trunks/58481616-e40d-4bfe-ad77-ed5fc3ac18ff/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2564] 10.0.0.249 () {34 vars in 749 bytes} [Tue Aug 11 14:22:37 2026] PUT /v2.0/trunks/13e8dd04-6e75-44a1-950e-61ea04e81812/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2565] 10.0.0.249 () {34 vars in 749 bytes} [Tue Aug 11 14:22:37 2026] PUT /v2.0/trunks/517c92d5-6f7c-4058-8c43-06fbabdc8b5b/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: 1241/2566] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:22:37 2026] GET /v2.0/security-groups?tenant_id=9a10276aada64de596661ff9dbc08180&name=default => generated 2929 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2567] 10.0.0.249 () {32 vars in 662 bytes} [Tue Aug 11 14:22:37 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2568] 10.0.0.249 () {32 vars in 676 bytes} [Tue Aug 11 14:22:37 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2569] 10.0.0.249 () {32 vars in 672 bytes} [Tue Aug 11 14:22:37 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2570] 10.0.0.249 () {32 vars in 684 bytes} [Tue Aug 11 14:22:37 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2571] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:22:37 2026] DELETE /v2.0/security-groups/576f1a30-ded6-45cd-9310-08a2a0506130 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2572] 10.0.0.249 () {32 vars in 670 bytes} [Tue Aug 11 14:22:37 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: 8|app: 0|req: 1243/2573] 10.0.0.249 () {32 vars in 684 bytes} [Tue Aug 11 14:22:37 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2574] 10.0.0.249 () {32 vars in 680 bytes} [Tue Aug 11 14:22:37 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2575] 10.0.0.249 () {32 vars in 692 bytes} [Tue Aug 11 14:22:37 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2576] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:22:37 2026] GET /v2.0/security-groups?tenant_id=bb8a0baeb284470196888b5df43903a0&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2577] 10.0.0.249 () {32 vars in 719 bytes} [Tue Aug 11 14:22:37 2026] GET /v2.0/trunks/e3d59f44-a759-482f-9268-c58121cf7fd8 => generated 412 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2578] 10.0.0.249 () {32 vars in 717 bytes} [Tue Aug 11 14:22:37 2026] GET /v2.0/ports/5308e924-dcd7-4286-85fe-595a5e935c48 => generated 826 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2579] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:22:37 2026] DELETE /v2.0/security-groups/7fdf3c0e-1e0b-41ca-ae52-5a5cbccb4ecc => 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: 1247/2580] 10.0.0.249 () {32 vars in 722 bytes} [Tue Aug 11 14:22:37 2026] DELETE /v2.0/trunks/e3d59f44-a759-482f-9268-c58121cf7fd8 => 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: 1334/2581] 10.0.0.249 () {32 vars in 719 bytes} [Tue Aug 11 14:22:37 2026] GET /v2.0/trunks/58481616-e40d-4bfe-ad77-ed5fc3ac18ff => generated 420 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2582] 10.0.0.249 () {32 vars in 717 bytes} [Tue Aug 11 14:22:37 2026] GET /v2.0/ports/36297f6b-4947-4a8d-a738-822b12a321a1 => generated 826 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2583] 10.0.0.249 () {32 vars in 722 bytes} [Tue Aug 11 14:22:37 2026] DELETE /v2.0/trunks/58481616-e40d-4bfe-ad77-ed5fc3ac18ff => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2584] 10.0.0.249 () {32 vars in 719 bytes} [Tue Aug 11 14:22:38 2026] GET /v2.0/trunks/13e8dd04-6e75-44a1-950e-61ea04e81812 => generated 429 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2585] 10.0.0.249 () {32 vars in 717 bytes} [Tue Aug 11 14:22:38 2026] GET /v2.0/ports/d5767287-89d5-4cde-b765-a28c4cf3d65a => generated 826 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2586] 10.0.0.249 () {32 vars in 722 bytes} [Tue Aug 11 14:22:38 2026] DELETE /v2.0/trunks/13e8dd04-6e75-44a1-950e-61ea04e81812 => 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: 1337/2587] 10.0.0.249 () {32 vars in 719 bytes} [Tue Aug 11 14:22:38 2026] GET /v2.0/trunks/517c92d5-6f7c-4058-8c43-06fbabdc8b5b => generated 414 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2588] 10.0.0.249 () {32 vars in 717 bytes} [Tue Aug 11 14:22:38 2026] GET /v2.0/ports/61786a75-66b0-46ac-8c0d-8ed8042c6582 => generated 826 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2589] 10.0.0.249 () {32 vars in 722 bytes} [Tue Aug 11 14:22:38 2026] DELETE /v2.0/trunks/517c92d5-6f7c-4058-8c43-06fbabdc8b5b => 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: 1252/2590] 10.0.0.249 () {32 vars in 719 bytes} [Tue Aug 11 14:22:38 2026] GET /v2.0/trunks/2434c8c0-f389-4851-a7f7-2dea0f79407b => generated 407 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2591] 10.0.0.249 () {32 vars in 717 bytes} [Tue Aug 11 14:22:38 2026] GET /v2.0/ports/64706636-e8b4-4360-9058-b16482b75a66 => generated 826 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2592] 10.0.0.249 () {32 vars in 722 bytes} [Tue Aug 11 14:22:38 2026] DELETE /v2.0/trunks/2434c8c0-f389-4851-a7f7-2dea0f79407b => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:22:38.765 7 INFO neutron_taas.services.taas.taas_plugin [None req-0952b338-f369-486d-a00b-3a70c317bd22 88a7614fa864478b903618d366d8461a b446e9a333ea454f8847740e43b4bfda - - default default] TaaS: Handle Delete Port: 5308e924-dcd7-4286-85fe-595a5e935c48 2026-08-11 14:22:38.768 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0952b338-f369-486d-a00b-3a70c317bd22 88a7614fa864478b903618d366d8461a b446e9a333ea454f8847740e43b4bfda - - default default] Tap Mirror: Handle Delete Port: 5308e924-dcd7-4286-85fe-595a5e935c48 [pid: 7|app: 0|req: 1340/2593] 10.0.0.249 () {32 vars in 720 bytes} [Tue Aug 11 14:22:38 2026] DELETE /v2.0/ports/5308e924-dcd7-4286-85fe-595a5e935c48 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:22:38.957 8 INFO neutron_taas.services.taas.taas_plugin [None req-6603f035-4e12-4a93-a7ac-8461c769e1f8 88a7614fa864478b903618d366d8461a b446e9a333ea454f8847740e43b4bfda - - default default] TaaS: Handle Delete Port: 36297f6b-4947-4a8d-a738-822b12a321a1 2026-08-11 14:22:38.960 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6603f035-4e12-4a93-a7ac-8461c769e1f8 88a7614fa864478b903618d366d8461a b446e9a333ea454f8847740e43b4bfda - - default default] Tap Mirror: Handle Delete Port: 36297f6b-4947-4a8d-a738-822b12a321a1 [pid: 8|app: 0|req: 1254/2594] 10.0.0.249 () {32 vars in 720 bytes} [Tue Aug 11 14:22:38 2026] DELETE /v2.0/ports/36297f6b-4947-4a8d-a738-822b12a321a1 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:22:39.131 7 INFO neutron_taas.services.taas.taas_plugin [None req-7cb85657-c2b9-480d-a72a-b17712044c3d 88a7614fa864478b903618d366d8461a b446e9a333ea454f8847740e43b4bfda - - default default] TaaS: Handle Delete Port: d5767287-89d5-4cde-b765-a28c4cf3d65a 2026-08-11 14:22:39.133 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7cb85657-c2b9-480d-a72a-b17712044c3d 88a7614fa864478b903618d366d8461a b446e9a333ea454f8847740e43b4bfda - - default default] Tap Mirror: Handle Delete Port: d5767287-89d5-4cde-b765-a28c4cf3d65a [pid: 7|app: 0|req: 1341/2595] 10.0.0.249 () {32 vars in 720 bytes} [Tue Aug 11 14:22:39 2026] DELETE /v2.0/ports/d5767287-89d5-4cde-b765-a28c4cf3d65a => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:22:39.356 8 INFO neutron_taas.services.taas.taas_plugin [None req-f0388b37-5ec8-49a1-aecf-e7e5ce38a70d 88a7614fa864478b903618d366d8461a b446e9a333ea454f8847740e43b4bfda - - default default] TaaS: Handle Delete Port: 61786a75-66b0-46ac-8c0d-8ed8042c6582 2026-08-11 14:22:39.359 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0388b37-5ec8-49a1-aecf-e7e5ce38a70d 88a7614fa864478b903618d366d8461a b446e9a333ea454f8847740e43b4bfda - - default default] Tap Mirror: Handle Delete Port: 61786a75-66b0-46ac-8c0d-8ed8042c6582 [pid: 8|app: 0|req: 1255/2596] 10.0.0.249 () {32 vars in 720 bytes} [Tue Aug 11 14:22:39 2026] DELETE /v2.0/ports/61786a75-66b0-46ac-8c0d-8ed8042c6582 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:22:39.536 7 INFO neutron_taas.services.taas.taas_plugin [None req-b0041f25-1e90-4a1a-8a55-0c996b5ab22a 88a7614fa864478b903618d366d8461a b446e9a333ea454f8847740e43b4bfda - - default default] TaaS: Handle Delete Port: 64706636-e8b4-4360-9058-b16482b75a66 2026-08-11 14:22:39.539 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0041f25-1e90-4a1a-8a55-0c996b5ab22a 88a7614fa864478b903618d366d8461a b446e9a333ea454f8847740e43b4bfda - - default default] Tap Mirror: Handle Delete Port: 64706636-e8b4-4360-9058-b16482b75a66 [pid: 7|app: 0|req: 1342/2597] 10.0.0.249 () {32 vars in 720 bytes} [Tue Aug 11 14:22:39 2026] DELETE /v2.0/ports/64706636-e8b4-4360-9058-b16482b75a66 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:22:39.748 8 INFO neutron.services.segments.plugin [-] Segment 89d27c51-40fd-48fb-bc5d-72485b93b664 resource provider aggregate not found 2026-08-11 14:22:39.762 8 INFO neutron.services.segments.plugin [-] Segment 89d27c51-40fd-48fb-bc5d-72485b93b664 resource provider aggregate not found 2026-08-11 14:22:39.773 8 INFO neutron.services.segments.plugin [-] Segment 89d27c51-40fd-48fb-bc5d-72485b93b664 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89d27c51-40fd-48fb-bc5d-72485b93b664 found for delete ", "request_id": "req-f54de35e-3b0f-4ac0-b7e6-69fe5378fd31"}]} 2026-08-11 14:22:39.781 8 INFO neutron.services.segments.plugin [-] Segment 89d27c51-40fd-48fb-bc5d-72485b93b664 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89d27c51-40fd-48fb-bc5d-72485b93b664 found for delete ", "request_id": "req-9759d969-b25c-47a6-9a9f-dc565fb73f32"}]} [pid: 8|app: 0|req: 1256/2598] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:22:39 2026] DELETE /v2.0/networks/7466707b-0564-421e-8fba-fd8872a5384d => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:22:39.904 7 INFO neutron.services.segments.plugin [-] Segment 1b34f3c6-288a-48fe-9f54-36f5c2121e43 resource provider aggregate not found 2026-08-11 14:22:39.909 7 INFO neutron.services.segments.plugin [-] Segment 1b34f3c6-288a-48fe-9f54-36f5c2121e43 resource provider aggregate not found 2026-08-11 14:22:39.924 7 INFO neutron.services.segments.plugin [-] Segment 1b34f3c6-288a-48fe-9f54-36f5c2121e43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b34f3c6-288a-48fe-9f54-36f5c2121e43 found for delete ", "request_id": "req-768fb802-1580-480e-8c5d-75776faec180"}]} 2026-08-11 14:22:39.928 7 INFO neutron.services.segments.plugin [-] Segment 1b34f3c6-288a-48fe-9f54-36f5c2121e43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b34f3c6-288a-48fe-9f54-36f5c2121e43 found for delete ", "request_id": "req-e8b6ef5a-e6f3-452c-8525-3d0d9213aaf9"}]} [pid: 7|app: 0|req: 1343/2599] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:22:39 2026] DELETE /v2.0/networks/422afffb-535f-43a2-bd15-b000a99b033c => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2600] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:22:39 2026] DELETE /v2.0/networks/6838b6dd-7da4-4124-96a5-5e51ac95bd6b => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2601] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:22:40 2026] DELETE /v2.0/networks/d5b5b961-65f7-4c6d-b0c9-4190d7bde23a => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2602] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:22:40 2026] DELETE /v2.0/networks/26ae2a26-f28a-43f3-8367-48a10b856097 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:22:41.414 7 INFO neutron.db.segments_db [None req-05f94daf-a6be-4706-8458-d637dc26fcd0 770ddcb231df44178b896e82296dc2cc 567b72252c3a4862b19cbdb71febe551 - - default default] Added segment 94c2319b-f714-41c2-9da2-2665ea23b1a8 of type vxlan for network f40166d7-20f7-425e-a41c-78bbfc252a08 [pid: 8|app: 0|req: 1259/2603] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:22:41 2026] GET /v2.0/security-groups?tenant_id=26a56a52c4d046928b8c02085a3e8ba2&name=default => generated 2929 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2606] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:22:41 2026] DELETE /v2.0/security-groups/566f937d-5698-4a98-a5d9-2d6b28015deb => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:22:41.704 7 INFO neutron.db.l3_hamode_db [None req-05f94daf-a6be-4706-8458-d637dc26fcd0 770ddcb231df44178b896e82296dc2cc 567b72252c3a4862b19cbdb71febe551 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1263/2607] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:22:41 2026] GET /v2.0/security-groups?tenant_id=b446e9a333ea454f8847740e43b4bfda&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:22:41.797 8 INFO neutron.services.segments.plugin [-] Segment c69128db-3b90-4a81-817c-4768bff08afc resource provider aggregate not found 2026-08-11 14:22:41.808 8 INFO neutron.services.segments.plugin [-] Segment c69128db-3b90-4a81-817c-4768bff08afc resource provider aggregate not found 2026-08-11 14:22:41.838 8 INFO neutron.services.segments.plugin [-] Segment c69128db-3b90-4a81-817c-4768bff08afc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c69128db-3b90-4a81-817c-4768bff08afc found for delete ", "request_id": "req-20ca0dbb-49d6-481f-84c8-75c2841c7900"}]} 2026-08-11 14:22:41.844 8 INFO neutron.services.segments.plugin [-] Segment c69128db-3b90-4a81-817c-4768bff08afc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c69128db-3b90-4a81-817c-4768bff08afc found for delete ", "request_id": "req-683969ff-13c3-485d-b8f7-691e7b5345fe"}]} 2026-08-11 14:22:41.859 8 INFO neutron.services.segments.plugin [-] Segment 22958a76-8633-4397-96c6-719d9faa3267 resource provider aggregate not found 2026-08-11 14:22:41.864 8 INFO neutron.services.segments.plugin [-] Segment 22958a76-8633-4397-96c6-719d9faa3267 resource provider aggregate not found 2026-08-11 14:22:41.866 7 INFO neutron.db.l3_hamode_db [None req-05f94daf-a6be-4706-8458-d637dc26fcd0 770ddcb231df44178b896e82296dc2cc 567b72252c3a4862b19cbdb71febe551 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 14:22:41.884 8 INFO neutron.services.segments.plugin [-] Segment 22958a76-8633-4397-96c6-719d9faa3267 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22958a76-8633-4397-96c6-719d9faa3267 found for delete ", "request_id": "req-3d5450b4-b062-4f0e-a3ef-7ca0d215f15c"}]} 2026-08-11 14:22:41.885 8 INFO neutron.services.segments.plugin [-] Segment 22958a76-8633-4397-96c6-719d9faa3267 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22958a76-8633-4397-96c6-719d9faa3267 found for delete ", "request_id": "req-b5b24189-dc96-4640-8fed-0bf45c348340"}]} [pid: 8|app: 0|req: 1264/2608] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:22:41 2026] DELETE /v2.0/security-groups/f4dea812-70bd-4cfa-95fc-d6a04b2d2196 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:22:41.959 7 INFO neutron.services.segments.plugin [-] Segment 70dc1003-d25e-444f-9761-f1423f3082a9 resource provider aggregate not found 2026-08-11 14:22:41.960 7 INFO neutron.services.segments.plugin [-] Segment 70dc1003-d25e-444f-9761-f1423f3082a9 resource provider aggregate not found 2026-08-11 14:22:41.983 7 INFO neutron.services.segments.plugin [-] Segment 70dc1003-d25e-444f-9761-f1423f3082a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70dc1003-d25e-444f-9761-f1423f3082a9 found for delete ", "request_id": "req-cf3eb966-2f3d-41ca-95da-1720ab136bab"}]} 2026-08-11 14:22:41.985 7 INFO neutron.services.segments.plugin [-] Segment 70dc1003-d25e-444f-9761-f1423f3082a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70dc1003-d25e-444f-9761-f1423f3082a9 found for delete ", "request_id": "req-583bf4bd-cd88-4227-ab17-1cf02f2336c7"}]} [pid: 8|app: 0|req: 1265/2609] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:22:42 2026] GET /v2.0/security-groups?tenant_id=f4fad7c8562e4556a6592bb9259a45c0&name=default => generated 2929 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2610] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:22:42 2026] DELETE /v2.0/security-groups/8654f688-4c7b-4dcf-8b2b-264a13ef9e7d => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2611] 10.0.0.249 () {34 vars in 668 bytes} [Tue Aug 11 14:22:41 2026] POST /v2.0/routers => generated 474 bytes in 1586 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2612] 10.0.0.249 () {34 vars in 751 bytes} [Tue Aug 11 14:22:42 2026] PUT /v2.0/routers/13be53f9-bf1c-4be8-9ed4-78be96402d84/tags => generated 25 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2613] 10.0.0.249 () {32 vars in 731 bytes} [Tue Aug 11 14:22:42 2026] GET /v2.0/routers/13be53f9-bf1c-4be8-9ed4-78be96402d84/tags => generated 25 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2614] 10.0.0.249 () {34 vars in 762 bytes} [Tue Aug 11 14:22:42 2026] PUT /v2.0/routers/13be53f9-bf1c-4be8-9ed4-78be96402d84/tags/green => generated 4 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2615] 10.0.0.249 () {32 vars in 731 bytes} [Tue Aug 11 14:22:43 2026] GET /v2.0/routers/13be53f9-bf1c-4be8-9ed4-78be96402d84/tags => generated 34 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2616] 10.0.0.249 () {34 vars in 758 bytes} [Tue Aug 11 14:22:43 2026] PUT /v2.0/routers/13be53f9-bf1c-4be8-9ed4-78be96402d84/tags/red => generated 4 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2617] 10.0.0.249 () {32 vars in 731 bytes} [Tue Aug 11 14:22:43 2026] GET /v2.0/routers/13be53f9-bf1c-4be8-9ed4-78be96402d84/tags => generated 34 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2618] 10.0.0.249 () {34 vars in 780 bytes} [Tue Aug 11 14:22:43 2026] PUT /v2.0/routers/13be53f9-bf1c-4be8-9ed4-78be96402d84/tags/black.or.white => generated 4 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2619] 10.0.0.249 () {32 vars in 731 bytes} [Tue Aug 11 14:22:43 2026] GET /v2.0/routers/13be53f9-bf1c-4be8-9ed4-78be96402d84/tags => generated 52 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2620] 10.0.0.249 () {34 vars in 751 bytes} [Tue Aug 11 14:22:43 2026] PUT /v2.0/routers/13be53f9-bf1c-4be8-9ed4-78be96402d84/tags => generated 37 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2621] 10.0.0.249 () {32 vars in 731 bytes} [Tue Aug 11 14:22:43 2026] GET /v2.0/routers/13be53f9-bf1c-4be8-9ed4-78be96402d84/tags => generated 37 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2622] 10.0.0.249 () {32 vars in 739 bytes} [Tue Aug 11 14:22:43 2026] GET /v2.0/routers/13be53f9-bf1c-4be8-9ed4-78be96402d84/tags/red => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:22:44.149 7 INFO neutron.api.v2.resource [None req-f99c8ff8-0131-4b77-a116-e3f1843b63fc 770ddcb231df44178b896e82296dc2cc 567b72252c3a4862b19cbdb71febe551 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1351/2623] 10.0.0.249 () {32 vars in 743 bytes} [Tue Aug 11 14:22:44 2026] GET /v2.0/routers/13be53f9-bf1c-4be8-9ed4-78be96402d84/tags/green => generated 99 bytes in 91 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2624] 10.0.0.249 () {32 vars in 742 bytes} [Tue Aug 11 14:22:44 2026] DELETE /v2.0/routers/13be53f9-bf1c-4be8-9ed4-78be96402d84/tags/red => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2625] 10.0.0.249 () {32 vars in 731 bytes} [Tue Aug 11 14:22:44 2026] GET /v2.0/routers/13be53f9-bf1c-4be8-9ed4-78be96402d84/tags => generated 30 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:22:44.516 8 INFO neutron.api.v2.resource [None req-5ce410f7-e044-4909-b36a-edd5d23a133a 770ddcb231df44178b896e82296dc2cc 567b72252c3a4862b19cbdb71febe551 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1274/2626] 10.0.0.249 () {32 vars in 746 bytes} [Tue Aug 11 14:22:44 2026] DELETE /v2.0/routers/13be53f9-bf1c-4be8-9ed4-78be96402d84/tags/green => generated 99 bytes in 142 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2627] 10.0.0.249 () {32 vars in 734 bytes} [Tue Aug 11 14:22:44 2026] DELETE /v2.0/routers/13be53f9-bf1c-4be8-9ed4-78be96402d84/tags => 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: 1275/2628] 10.0.0.249 () {32 vars in 731 bytes} [Tue Aug 11 14:22:44 2026] GET /v2.0/routers/13be53f9-bf1c-4be8-9ed4-78be96402d84/tags => generated 12 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2629] 10.0.0.249 () {32 vars in 721 bytes} [Tue Aug 11 14:22:44 2026] GET /v2.0/routers/13be53f9-bf1c-4be8-9ed4-78be96402d84 => generated 480 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2630] 10.0.0.249 () {34 vars in 742 bytes} [Tue Aug 11 14:22:44 2026] PUT /v2.0/routers/13be53f9-bf1c-4be8-9ed4-78be96402d84 => generated 480 bytes in 1135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2631] 10.0.0.249 () {32 vars in 736 bytes} [Tue Aug 11 14:22:45 2026] GET /v2.0/ports?device_id=13be53f9-bf1c-4be8-9ed4-78be96402d84 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:22:46.156 8 INFO neutron_taas.services.taas.taas_plugin [None req-5df76205-dd10-498f-a795-7e737171b471 770ddcb231df44178b896e82296dc2cc 567b72252c3a4862b19cbdb71febe551 - - default default] TaaS: Handle Delete Port: 9d5129c1-e3a1-4970-9e83-65f38f134739 2026-08-11 14:22:46.158 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5df76205-dd10-498f-a795-7e737171b471 770ddcb231df44178b896e82296dc2cc 567b72252c3a4862b19cbdb71febe551 - - default default] Tap Mirror: Handle Delete Port: 9d5129c1-e3a1-4970-9e83-65f38f134739 [pid: 7|app: 0|req: 1355/2632] 10.0.0.249 () {34 vars in 684 bytes} [Tue Aug 11 14:22:45 2026] POST /v2.0/security-groups => generated 1603 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2633] 10.0.0.249 () {34 vars in 767 bytes} [Tue Aug 11 14:22:46 2026] PUT /v2.0/security-groups/32651eb0-3817-441d-a21f-e8396c14f9cd/tags => generated 25 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2634] 10.0.0.249 () {32 vars in 747 bytes} [Tue Aug 11 14:22:46 2026] GET /v2.0/security-groups/32651eb0-3817-441d-a21f-e8396c14f9cd/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: 1358/2635] 10.0.0.249 () {34 vars in 778 bytes} [Tue Aug 11 14:22:46 2026] PUT /v2.0/security-groups/32651eb0-3817-441d-a21f-e8396c14f9cd/tags/green => 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: 1359/2636] 10.0.0.249 () {32 vars in 747 bytes} [Tue Aug 11 14:22:46 2026] GET /v2.0/security-groups/32651eb0-3817-441d-a21f-e8396c14f9cd/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:22:46.521 8 INFO neutron.services.segments.plugin [-] Segment 94c2319b-f714-41c2-9da2-2665ea23b1a8 resource provider aggregate not found 2026-08-11 14:22:46.526 8 INFO neutron.services.segments.plugin [-] Segment 94c2319b-f714-41c2-9da2-2665ea23b1a8 resource provider aggregate not found 2026-08-11 14:22:46.540 8 INFO neutron.services.segments.plugin [-] Segment 94c2319b-f714-41c2-9da2-2665ea23b1a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94c2319b-f714-41c2-9da2-2665ea23b1a8 found for delete ", "request_id": "req-89cf7f41-8c66-4f84-b575-2fced6838db1"}]} 2026-08-11 14:22:46.548 8 INFO neutron.services.segments.plugin [-] Segment 94c2319b-f714-41c2-9da2-2665ea23b1a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94c2319b-f714-41c2-9da2-2665ea23b1a8 found for delete ", "request_id": "req-c9242c0e-5e4f-46bf-9eb1-cb70d29e1aef"}]} [pid: 7|app: 0|req: 1360/2637] 10.0.0.249 () {34 vars in 774 bytes} [Tue Aug 11 14:22:46 2026] PUT /v2.0/security-groups/32651eb0-3817-441d-a21f-e8396c14f9cd/tags/red => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-08-11 14:22:46.559 8 INFO neutron.db.l3_hamode_db [None req-5df76205-dd10-498f-a795-7e737171b471 770ddcb231df44178b896e82296dc2cc 567b72252c3a4862b19cbdb71febe551 - - default default] HA network f40166d7-20f7-425e-a41c-78bbfc252a08 was deleted as no HA routers are present in tenant 567b72252c3a4862b19cbdb71febe551. [pid: 8|app: 0|req: 1278/2638] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:22:45 2026] DELETE /v2.0/routers/13be53f9-bf1c-4be8-9ed4-78be96402d84 => generated 0 bytes in 583 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2639] 10.0.0.249 () {32 vars in 747 bytes} [Tue Aug 11 14:22:46 2026] GET /v2.0/security-groups/32651eb0-3817-441d-a21f-e8396c14f9cd/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2640] 10.0.0.249 () {34 vars in 796 bytes} [Tue Aug 11 14:22:46 2026] PUT /v2.0/security-groups/32651eb0-3817-441d-a21f-e8396c14f9cd/tags/black.or.white => generated 4 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2641] 10.0.0.249 () {32 vars in 747 bytes} [Tue Aug 11 14:22:46 2026] GET /v2.0/security-groups/32651eb0-3817-441d-a21f-e8396c14f9cd/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2642] 10.0.0.249 () {34 vars in 767 bytes} [Tue Aug 11 14:22:46 2026] PUT /v2.0/security-groups/32651eb0-3817-441d-a21f-e8396c14f9cd/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2643] 10.0.0.249 () {32 vars in 747 bytes} [Tue Aug 11 14:22:46 2026] GET /v2.0/security-groups/32651eb0-3817-441d-a21f-e8396c14f9cd/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2644] 10.0.0.249 () {32 vars in 755 bytes} [Tue Aug 11 14:22:46 2026] GET /v2.0/security-groups/32651eb0-3817-441d-a21f-e8396c14f9cd/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:22:46.905 7 INFO neutron.api.v2.resource [None req-54c9093a-599a-46bd-b3cd-a7918c715872 3d07f064008945aba148a50097073c35 a0c319bc59e94e5190dbd244ea192f49 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1364/2645] 10.0.0.249 () {32 vars in 759 bytes} [Tue Aug 11 14:22:46 2026] GET /v2.0/security-groups/32651eb0-3817-441d-a21f-e8396c14f9cd/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: 1282/2646] 10.0.0.249 () {32 vars in 758 bytes} [Tue Aug 11 14:22:46 2026] DELETE /v2.0/security-groups/32651eb0-3817-441d-a21f-e8396c14f9cd/tags/red => 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: 1365/2647] 10.0.0.249 () {32 vars in 747 bytes} [Tue Aug 11 14:22:46 2026] GET /v2.0/security-groups/32651eb0-3817-441d-a21f-e8396c14f9cd/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:22:47.064 8 INFO neutron.api.v2.resource [None req-7897e3d2-ad9e-4296-9ec2-8a36d6e5bbee 3d07f064008945aba148a50097073c35 a0c319bc59e94e5190dbd244ea192f49 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1283/2648] 10.0.0.249 () {32 vars in 762 bytes} [Tue Aug 11 14:22:47 2026] DELETE /v2.0/security-groups/32651eb0-3817-441d-a21f-e8396c14f9cd/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2649] 10.0.0.249 () {32 vars in 750 bytes} [Tue Aug 11 14:22:47 2026] DELETE /v2.0/security-groups/32651eb0-3817-441d-a21f-e8396c14f9cd/tags => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2650] 10.0.0.249 () {32 vars in 747 bytes} [Tue Aug 11 14:22:47 2026] GET /v2.0/security-groups/32651eb0-3817-441d-a21f-e8396c14f9cd/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2651] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:22:47 2026] DELETE /v2.0/security-groups/32651eb0-3817-441d-a21f-e8396c14f9cd => 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: 1285/2652] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:22:47 2026] GET /v2.0/security-groups?tenant_id=45cd6d9144ad49ceb8b60511de13ef38&name=default => generated 2929 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2653] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:22:47 2026] DELETE /v2.0/security-groups/1276f2ec-2470-46d7-901f-6ff4af3403e7 => 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: 1286/2654] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:22:47 2026] GET /v2.0/security-groups?tenant_id=567b72252c3a4862b19cbdb71febe551&name=default => generated 2929 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2655] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:22:47 2026] DELETE /v2.0/security-groups/a912b487-f12a-4a21-90c5-9406ae0fa0d8 => 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: 1287/2656] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:22:47 2026] GET /v2.0/security-groups?tenant_id=e92aa3d3048c4c9fba26ca212b84d9d7&name=default => generated 2929 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2657] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:22:48 2026] DELETE /v2.0/security-groups/5e0470c9-8369-4ba7-bc41-1ecdfb48ff45 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2658] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:22:48 2026] GET /v2.0/security-groups?tenant_id=a0c319bc59e94e5190dbd244ea192f49&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2659] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:22:48 2026] DELETE /v2.0/security-groups/2afd9750-d426-4224-8990-16e9e87186ef => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2662] 199.204.45.223 () {30 vars in 703 bytes} [Tue Aug 11 14:22: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: 8|app: 0|req: 1290/2663] 199.204.45.223 () {30 vars in 705 bytes} [Tue Aug 11 14:22:59 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: 1374/2664] 199.204.45.223 () {30 vars in 681 bytes} [Tue Aug 11 14:22:59 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: 1291/2665] 199.204.45.223 () {30 vars in 717 bytes} [Tue Aug 11 14:22:59 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: 1375/2666] 199.204.45.223 () {30 vars in 741 bytes} [Tue Aug 11 14:22:59 2026] GET /v2.0/subnets/0af98166-811b-429d-ab20-b3905414ea1c => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2667] 199.204.45.223 () {30 vars in 769 bytes} [Tue Aug 11 14:22:59 2026] GET /v2.0/ports?device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => 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: 1376/2668] 199.204.45.223 () {34 vars in 717 bytes} [Tue Aug 11 14:23:00 2026] POST /v2.0/ports => generated 1059 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2669] 10.0.0.141 () {34 vars in 971 bytes} [Tue Aug 11 14:23:00 2026] GET /v2.0/ports/115bd404-2cd6-4e1f-b8e0-e914e4af5faa => generated 1059 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2670] 10.0.0.141 () {34 vars in 907 bytes} [Tue Aug 11 14:23:00 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2671] 199.204.45.223 () {34 vars in 1262 bytes} [Tue Aug 11 14:23:01 2026] GET /v2.0/ports/115bd404-2cd6-4e1f-b8e0-e914e4af5faa?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2672] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:23:01 2026] GET /v2.0/networks/441c5acc-5ebf-4a6d-a13b-12d7394188d2?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2673] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:23:01 2026] GET /v2.0/networks/441c5acc-5ebf-4a6d-a13b-12d7394188d2?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: 1379/2674] 199.204.45.223 () {34 vars in 975 bytes} [Tue Aug 11 14:23:02 2026] GET /v2.0/ports/115bd404-2cd6-4e1f-b8e0-e914e4af5faa => generated 1059 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2675] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:23:02 2026] GET /v2.0/networks?id=441c5acc-5ebf-4a6d-a13b-12d7394188d2 => generated 803 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2676] 199.204.45.223 () {38 vars in 1028 bytes} [Tue Aug 11 14:23:02 2026] PUT /v2.0/ports/115bd404-2cd6-4e1f-b8e0-e914e4af5faa => generated 1249 bytes in 404 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:23:03.083 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-119b1288-ceb9-4498-9c6a-ecc2155637c7'] response: {'name': 'network-changed', 'server_uuid': 'b786b8be-3ff2-4208-8b54-66a872652b79', 'tag': '115bd404-2cd6-4e1f-b8e0-e914e4af5faa', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1297/2677] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:23:03 2026] GET /v2.0/ports?tenant_id=2250c2b14c0c43d2980583cc926449b7&device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 2485 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2678] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:23:03 2026] GET /v2.0/networks?id=441c5acc-5ebf-4a6d-a13b-12d7394188d2 => generated 803 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2679] 199.204.45.223 () {34 vars in 1058 bytes} [Tue Aug 11 14:23:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.249&port_id=115bd404-2cd6-4e1f-b8e0-e914e4af5faa => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2680] 199.204.45.223 () {34 vars in 984 bytes} [Tue Aug 11 14:23:03 2026] GET /v2.0/subnets?id=0af98166-811b-429d-ab20-b3905414ea1c => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2681] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:23:03 2026] GET /v2.0/ports?network_id=441c5acc-5ebf-4a6d-a13b-12d7394188d2&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: 1383/2682] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:23:03 2026] GET /v2.0/networks/441c5acc-5ebf-4a6d-a13b-12d7394188d2?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2683] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:23:03 2026] GET /v2.0/networks/441c5acc-5ebf-4a6d-a13b-12d7394188d2?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: 1384/2684] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:23:04 2026] GET /v2.0/ports?tenant_id=2250c2b14c0c43d2980583cc926449b7&device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 2485 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2685] 199.204.45.223 () {34 vars in 1060 bytes} [Tue Aug 11 14:23:04 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.97&port_id=e7b74021-5754-45b8-9516-df331a90b50f => 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: 1385/2686] 199.204.45.223 () {34 vars in 984 bytes} [Tue Aug 11 14:23:05 2026] GET /v2.0/subnets?id=55330c9a-5fe3-4968-83b8-802525afdbcd => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2687] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:23:05 2026] GET /v2.0/ports?network_id=002a43bd-fe12-43a6-9588-bcc7de2e8658&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2688] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:23:05 2026] GET /v2.0/networks/002a43bd-fe12-43a6-9588-bcc7de2e8658?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2689] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:23:05 2026] GET /v2.0/networks/002a43bd-fe12-43a6-9588-bcc7de2e8658?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: 1387/2690] 199.204.45.223 () {34 vars in 1058 bytes} [Tue Aug 11 14:23:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.249&port_id=115bd404-2cd6-4e1f-b8e0-e914e4af5faa => 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: 1304/2691] 199.204.45.223 () {34 vars in 984 bytes} [Tue Aug 11 14:23:05 2026] GET /v2.0/subnets?id=0af98166-811b-429d-ab20-b3905414ea1c => 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: 1388/2692] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:23:05 2026] GET /v2.0/ports?network_id=441c5acc-5ebf-4a6d-a13b-12d7394188d2&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2693] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:23:05 2026] GET /v2.0/networks/441c5acc-5ebf-4a6d-a13b-12d7394188d2?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2694] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:23:05 2026] GET /v2.0/networks/441c5acc-5ebf-4a6d-a13b-12d7394188d2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2695] 10.0.0.141 () {34 vars in 971 bytes} [Tue Aug 11 14:23:09 2026] GET /v2.0/ports/115bd404-2cd6-4e1f-b8e0-e914e4af5faa => generated 1251 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2696] 199.204.45.223 () {34 vars in 789 bytes} [Tue Aug 11 14:23:09 2026] PUT /v2.0/ports/115bd404-2cd6-4e1f-b8e0-e914e4af5faa => generated 1276 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:23:09.607 8 INFO neutron.api.v2.resource [None req-9bfcc744-293e-48c6-b9f6-2e65ac0099a0 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1307/2697] 199.204.45.223 () {30 vars in 763 bytes} [Tue Aug 11 14:23:09 2026] GET /v2.0/security-groups/lb-6ff798f1-e15c-46d8-965a-e0e947843629 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 14:23:09.613 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bf5f9c48-d4bf-4e7c-859e-1e8aad0d04b9'] response: {'name': 'network-changed', 'server_uuid': 'b786b8be-3ff2-4208-8b54-66a872652b79', 'tag': '115bd404-2cd6-4e1f-b8e0-e914e4af5faa', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1391/2698] 199.204.45.223 () {30 vars in 785 bytes} [Tue Aug 11 14:23:09 2026] GET /v2.0/security-groups?name=lb-6ff798f1-e15c-46d8-965a-e0e947843629 => generated 1637 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2699] 199.204.45.223 () {34 vars in 789 bytes} [Tue Aug 11 14:23:09 2026] PUT /v2.0/ports/115bd404-2cd6-4e1f-b8e0-e914e4af5faa => generated 1314 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:23:10.020 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e4a3df4d-f8eb-473a-9729-c0117b58fe9b'] response: {'name': 'network-changed', 'server_uuid': 'b786b8be-3ff2-4208-8b54-66a872652b79', 'tag': '115bd404-2cd6-4e1f-b8e0-e914e4af5faa', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1392/2700] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:23:10 2026] GET /v2.0/ports?tenant_id=2250c2b14c0c43d2980583cc926449b7&device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 2586 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1393/2701] 199.204.45.223 () {30 vars in 703 bytes} [Tue Aug 11 14:23:10 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: 1394/2702] 199.204.45.223 () {30 vars in 705 bytes} [Tue Aug 11 14:23: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: 1395/2703] 199.204.45.223 () {30 vars in 681 bytes} [Tue Aug 11 14:23:10 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2704] 199.204.45.223 () {30 vars in 717 bytes} [Tue Aug 11 14:23:10 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: 1309/2705] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:23:10 2026] GET /v2.0/networks?id=441c5acc-5ebf-4a6d-a13b-12d7394188d2 => generated 803 bytes in 59 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.223 () {34 vars in 1058 bytes} [Tue Aug 11 14:23:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.249&port_id=115bd404-2cd6-4e1f-b8e0-e914e4af5faa => 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: 1397/2707] 199.204.45.223 () {30 vars in 741 bytes} [Tue Aug 11 14:23:10 2026] GET /v2.0/subnets/0af98166-811b-429d-ab20-b3905414ea1c => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2708] 199.204.45.223 () {34 vars in 984 bytes} [Tue Aug 11 14:23:10 2026] GET /v2.0/subnets?id=0af98166-811b-429d-ab20-b3905414ea1c => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2709] 199.204.45.223 () {30 vars in 737 bytes} [Tue Aug 11 14:23:10 2026] GET /v2.0/ports/09f5b3c4-ca77-42fa-bd7b-6e5db8841966 => generated 1132 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2710] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:23:10 2026] GET /v2.0/ports?network_id=441c5acc-5ebf-4a6d-a13b-12d7394188d2&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: 1399/2711] 199.204.45.223 () {30 vars in 737 bytes} [Tue Aug 11 14:23:10 2026] GET /v2.0/ports/115bd404-2cd6-4e1f-b8e0-e914e4af5faa => generated 1350 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2712] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:23:10 2026] GET /v2.0/networks/441c5acc-5ebf-4a6d-a13b-12d7394188d2?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: 1400/2713] 199.204.45.223 () {30 vars in 741 bytes} [Tue Aug 11 14:23:10 2026] GET /v2.0/subnets/0af98166-811b-429d-ab20-b3905414ea1c => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2714] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:23:10 2026] GET /v2.0/networks/441c5acc-5ebf-4a6d-a13b-12d7394188d2?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: 1401/2715] 199.204.45.223 () {30 vars in 743 bytes} [Tue Aug 11 14:23:10 2026] GET /v2.0/networks/441c5acc-5ebf-4a6d-a13b-12d7394188d2 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2716] 199.204.45.223 () {30 vars in 737 bytes} [Tue Aug 11 14:23:10 2026] GET /v2.0/ports/09f5b3c4-ca77-42fa-bd7b-6e5db8841966 => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2717] 199.204.45.223 () {30 vars in 741 bytes} [Tue Aug 11 14:23:10 2026] GET /v2.0/subnets/0af98166-811b-429d-ab20-b3905414ea1c => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2720] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:23:11 2026] GET /v2.0/ports?tenant_id=2250c2b14c0c43d2980583cc926449b7&device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 2586 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2721] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:23:11 2026] GET /v2.0/networks?id=441c5acc-5ebf-4a6d-a13b-12d7394188d2 => generated 803 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2722] 199.204.45.223 () {34 vars in 1058 bytes} [Tue Aug 11 14:23:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.249&port_id=115bd404-2cd6-4e1f-b8e0-e914e4af5faa => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2723] 199.204.45.223 () {34 vars in 984 bytes} [Tue Aug 11 14:23:11 2026] GET /v2.0/subnets?id=0af98166-811b-429d-ab20-b3905414ea1c => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2724] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:23:11 2026] GET /v2.0/ports?network_id=441c5acc-5ebf-4a6d-a13b-12d7394188d2&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: 1319/2725] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:23:11 2026] GET /v2.0/networks/441c5acc-5ebf-4a6d-a13b-12d7394188d2?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: 1407/2726] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:23:11 2026] GET /v2.0/networks/441c5acc-5ebf-4a6d-a13b-12d7394188d2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:23:14.767 8 INFO neutron.db.l3_db [None req-77f94d5c-ed57-420e-84df-96b590f528f6 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] Floating IP ad880ec7-cc71-4771-bb4c-b7747461f341 associated. External IP: 10.96.250.210, port: 09f5b3c4-ca77-42fa-bd7b-6e5db8841966. [pid: 8|app: 0|req: 1320/2727] 10.0.0.249 () {34 vars in 677 bytes} [Tue Aug 11 14:23:13 2026] POST /v2.0/floatingips => generated 899 bytes in 1099 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2728] 199.204.45.223 () {30 vars in 703 bytes} [Tue Aug 11 14:23:17 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: 1321/2729] 199.204.45.223 () {30 vars in 705 bytes} [Tue Aug 11 14:23:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2730] 199.204.45.223 () {30 vars in 681 bytes} [Tue Aug 11 14:23:17 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: 1322/2731] 199.204.45.223 () {30 vars in 717 bytes} [Tue Aug 11 14:23:17 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-08-11 14:23:17.956 7 INFO neutron.api.v2.resource [None req-243ed2f8-16a2-4a02-82d2-7edfe7f61c29 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1410/2732] 199.204.45.223 () {30 vars in 763 bytes} [Tue Aug 11 14:23:17 2026] GET /v2.0/security-groups/lb-6ff798f1-e15c-46d8-965a-e0e947843629 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2733] 199.204.45.223 () {30 vars in 785 bytes} [Tue Aug 11 14:23:17 2026] GET /v2.0/security-groups?name=lb-6ff798f1-e15c-46d8-965a-e0e947843629 => generated 1637 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2734] 199.204.45.223 () {30 vars in 815 bytes} [Tue Aug 11 14:23:18 2026] GET /v2.0/security-group-rules?security_group_id=d2c39184-e8be-4fad-8f33-ac037822e4cb => generated 1182 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2735] 199.204.45.223 () {34 vars in 747 bytes} [Tue Aug 11 14:23:18 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: 7|app: 0|req: 1412/2736] 199.204.45.223 () {34 vars in 747 bytes} [Tue Aug 11 14:23:18 2026] POST /v2.0/security-group-rules => generated 601 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2739] 10.0.0.144 () {30 vars in 690 bytes} [Tue Aug 11 14:23:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2740] 10.0.0.144 () {30 vars in 692 bytes} [Tue Aug 11 14:23:26 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2741] 10.0.0.144 () {30 vars in 668 bytes} [Tue Aug 11 14:23: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: 7|app: 0|req: 1415/2742] 10.0.0.144 () {30 vars in 704 bytes} [Tue Aug 11 14:23: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: 8|app: 0|req: 1328/2743] 10.0.0.144 () {28 vars in 439 bytes} [Tue Aug 11 14:23:27 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: 1416/2744] 10.0.0.144 () {30 vars in 728 bytes} [Tue Aug 11 14:23:27 2026] GET /v2.0/subnets/c96c12ef-0da2-4cb9-bb13-2a1c47b449d2 => generated 655 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2745] 199.204.45.223 () {30 vars in 703 bytes} [Tue Aug 11 14:23:28 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: 1417/2746] 199.204.45.223 () {30 vars in 705 bytes} [Tue Aug 11 14:23:28 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2747] 199.204.45.223 () {30 vars in 681 bytes} [Tue Aug 11 14:23:28 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2748] 199.204.45.223 () {30 vars in 717 bytes} [Tue Aug 11 14:23:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2749] 199.204.45.223 () {30 vars in 741 bytes} [Tue Aug 11 14:23:28 2026] GET /v2.0/subnets/c96c12ef-0da2-4cb9-bb13-2a1c47b449d2 => generated 673 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2750] 199.204.45.223 () {30 vars in 769 bytes} [Tue Aug 11 14:23:28 2026] GET /v2.0/ports?device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 2586 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2751] 199.204.45.223 () {30 vars in 703 bytes} [Tue Aug 11 14:23:29 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: 1420/2752] 199.204.45.223 () {30 vars in 705 bytes} [Tue Aug 11 14:23: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: 1333/2753] 199.204.45.223 () {30 vars in 681 bytes} [Tue Aug 11 14:23:29 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: 1421/2754] 199.204.45.223 () {30 vars in 717 bytes} [Tue Aug 11 14:23: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: 1334/2755] 199.204.45.223 () {34 vars in 717 bytes} [Tue Aug 11 14:23:29 2026] POST /v2.0/ports => generated 1328 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2756] 10.0.0.141 () {34 vars in 971 bytes} [Tue Aug 11 14:23:29 2026] GET /v2.0/ports/bf29da48-f7a4-44ac-babd-174ee4f973a7 => generated 1328 bytes in 100 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: 1335/2757] 10.0.0.141 () {34 vars in 907 bytes} [Tue Aug 11 14:23:29 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2758] 199.204.45.223 () {34 vars in 1262 bytes} [Tue Aug 11 14:23:30 2026] GET /v2.0/ports/bf29da48-f7a4-44ac-babd-174ee4f973a7?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: 1336/2759] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:23:30 2026] GET /v2.0/networks/ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db?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: 1424/2760] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:23:30 2026] GET /v2.0/networks/ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db?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: 1337/2761] 199.204.45.223 () {34 vars in 975 bytes} [Tue Aug 11 14:23:31 2026] GET /v2.0/ports/bf29da48-f7a4-44ac-babd-174ee4f973a7 => generated 1328 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2762] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:23:31 2026] GET /v2.0/networks?id=ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db => generated 800 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2763] 199.204.45.223 () {38 vars in 1028 bytes} [Tue Aug 11 14:23:31 2026] PUT /v2.0/ports/bf29da48-f7a4-44ac-babd-174ee4f973a7 => generated 1518 bytes in 454 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:23:31.955 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-697a3257-9cab-44f8-a231-1b3a48f2b110'] response: {'name': 'network-changed', 'server_uuid': 'b786b8be-3ff2-4208-8b54-66a872652b79', 'tag': 'bf29da48-f7a4-44ac-babd-174ee4f973a7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1426/2764] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:23:32 2026] GET /v2.0/ports?tenant_id=2250c2b14c0c43d2980583cc926449b7&device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 4096 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1339/2765] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:23:32 2026] GET /v2.0/networks?id=ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2766] 199.204.45.223 () {34 vars in 1058 bytes} [Tue Aug 11 14:23:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.206&port_id=bf29da48-f7a4-44ac-babd-174ee4f973a7 => 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: 1340/2767] 199.204.45.223 () {34 vars in 1104 bytes} [Tue Aug 11 14:23:32 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A29c&port_id=bf29da48-f7a4-44ac-babd-174ee4f973a7 => 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: 1428/2768] 199.204.45.223 () {34 vars in 1064 bytes} [Tue Aug 11 14:23:32 2026] GET /v2.0/subnets?id=c96c12ef-0da2-4cb9-bb13-2a1c47b449d2&id=2896efa2-989c-4ea0-b884-a58dcd3d3570 => generated 1409 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2769] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:23:32 2026] GET /v2.0/ports?network_id=ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2770] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:23:32 2026] GET /v2.0/ports?network_id=ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2771] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:23:32 2026] GET /v2.0/networks/ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db?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: 1430/2772] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:23:32 2026] GET /v2.0/networks/ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db?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: 1343/2773] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:23:33 2026] GET /v2.0/ports?tenant_id=2250c2b14c0c43d2980583cc926449b7&device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 4096 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2774] 199.204.45.223 () {34 vars in 1060 bytes} [Tue Aug 11 14:23:33 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.97&port_id=e7b74021-5754-45b8-9516-df331a90b50f => 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: 1344/2775] 199.204.45.223 () {34 vars in 984 bytes} [Tue Aug 11 14:23:33 2026] GET /v2.0/subnets?id=55330c9a-5fe3-4968-83b8-802525afdbcd => 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: 1432/2776] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:23:34 2026] GET /v2.0/ports?network_id=002a43bd-fe12-43a6-9588-bcc7de2e8658&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: 1345/2777] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:23:34 2026] GET /v2.0/networks/002a43bd-fe12-43a6-9588-bcc7de2e8658?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: 1433/2778] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:23:34 2026] GET /v2.0/networks/002a43bd-fe12-43a6-9588-bcc7de2e8658?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: 1346/2779] 199.204.45.223 () {34 vars in 1058 bytes} [Tue Aug 11 14:23:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.249&port_id=115bd404-2cd6-4e1f-b8e0-e914e4af5faa => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2780] 199.204.45.223 () {34 vars in 984 bytes} [Tue Aug 11 14:23:34 2026] GET /v2.0/subnets?id=0af98166-811b-429d-ab20-b3905414ea1c => generated 678 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2781] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:23:34 2026] GET /v2.0/ports?network_id=441c5acc-5ebf-4a6d-a13b-12d7394188d2&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2782] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:23:34 2026] GET /v2.0/networks/441c5acc-5ebf-4a6d-a13b-12d7394188d2?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2783] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:23:34 2026] GET /v2.0/networks/441c5acc-5ebf-4a6d-a13b-12d7394188d2?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: 1436/2784] 199.204.45.223 () {34 vars in 1058 bytes} [Tue Aug 11 14:23:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.206&port_id=bf29da48-f7a4-44ac-babd-174ee4f973a7 => 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: 1349/2785] 199.204.45.223 () {34 vars in 1104 bytes} [Tue Aug 11 14:23:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A29c&port_id=bf29da48-f7a4-44ac-babd-174ee4f973a7 => 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: 1437/2786] 199.204.45.223 () {34 vars in 1064 bytes} [Tue Aug 11 14:23:34 2026] GET /v2.0/subnets?id=c96c12ef-0da2-4cb9-bb13-2a1c47b449d2&id=2896efa2-989c-4ea0-b884-a58dcd3d3570 => generated 1409 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2787] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:23:34 2026] GET /v2.0/ports?network_id=ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2788] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:23:34 2026] GET /v2.0/ports?network_id=ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2789] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:23:34 2026] GET /v2.0/networks/ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db?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/2790] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:23:34 2026] GET /v2.0/networks/ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2791] 10.0.0.141 () {34 vars in 971 bytes} [Tue Aug 11 14:23:38 2026] GET /v2.0/ports/bf29da48-f7a4-44ac-babd-174ee4f973a7 => generated 1520 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2792] 199.204.45.223 () {30 vars in 743 bytes} [Tue Aug 11 14:23:38 2026] GET /v2.0/networks/ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db => generated 797 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2793] 199.204.45.223 () {30 vars in 741 bytes} [Tue Aug 11 14:23:38 2026] GET /v2.0/subnets/c96c12ef-0da2-4cb9-bb13-2a1c47b449d2 => generated 673 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2794] 199.204.45.223 () {30 vars in 741 bytes} [Tue Aug 11 14:23:38 2026] GET /v2.0/subnets/2896efa2-989c-4ea0-b884-a58dcd3d3570 => generated 743 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2795] 199.204.45.223 () {30 vars in 703 bytes} [Tue Aug 11 14:23:39 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: 1442/2796] 199.204.45.223 () {30 vars in 705 bytes} [Tue Aug 11 14:23:39 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: 1355/2797] 199.204.45.223 () {30 vars in 681 bytes} [Tue Aug 11 14:23:39 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: 1443/2798] 199.204.45.223 () {30 vars in 717 bytes} [Tue Aug 11 14:23:39 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: 1356/2799] 199.204.45.223 () {30 vars in 741 bytes} [Tue Aug 11 14:23:39 2026] GET /v2.0/subnets/0af98166-811b-429d-ab20-b3905414ea1c => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2800] 199.204.45.223 () {30 vars in 737 bytes} [Tue Aug 11 14:23:39 2026] GET /v2.0/ports/09f5b3c4-ca77-42fa-bd7b-6e5db8841966 => generated 1132 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2801] 199.204.45.223 () {30 vars in 737 bytes} [Tue Aug 11 14:23:39 2026] GET /v2.0/ports/115bd404-2cd6-4e1f-b8e0-e914e4af5faa => generated 1350 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2802] 199.204.45.223 () {30 vars in 741 bytes} [Tue Aug 11 14:23:39 2026] GET /v2.0/subnets/0af98166-811b-429d-ab20-b3905414ea1c => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2803] 199.204.45.223 () {30 vars in 743 bytes} [Tue Aug 11 14:23:39 2026] GET /v2.0/networks/441c5acc-5ebf-4a6d-a13b-12d7394188d2 => generated 800 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2804] 199.204.45.223 () {30 vars in 737 bytes} [Tue Aug 11 14:23:39 2026] GET /v2.0/ports/09f5b3c4-ca77-42fa-bd7b-6e5db8841966 => generated 1132 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2805] 199.204.45.223 () {30 vars in 741 bytes} [Tue Aug 11 14:23:39 2026] GET /v2.0/subnets/0af98166-811b-429d-ab20-b3905414ea1c => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2808] 10.0.0.144 () {30 vars in 690 bytes} [Tue Aug 11 14:23:48 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: 1448/2809] 10.0.0.144 () {30 vars in 692 bytes} [Tue Aug 11 14:23:48 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: 1362/2810] 10.0.0.144 () {30 vars in 668 bytes} [Tue Aug 11 14:23:48 2026] GET /v2.0/extensions/qos => generated 166 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2811] 10.0.0.144 () {30 vars in 704 bytes} [Tue Aug 11 14:23:48 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: 1363/2812] 10.0.0.144 () {28 vars in 439 bytes} [Tue Aug 11 14:23:48 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: 1450/2813] 10.0.0.144 () {30 vars in 728 bytes} [Tue Aug 11 14:23:48 2026] GET /v2.0/subnets/bbb5c4f4-c021-4dd5-a412-db646864e328 => generated 656 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2814] 199.204.45.223 () {30 vars in 703 bytes} [Tue Aug 11 14:23:49 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: 1451/2815] 199.204.45.223 () {30 vars in 705 bytes} [Tue Aug 11 14:23:49 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: 1365/2816] 199.204.45.223 () {30 vars in 681 bytes} [Tue Aug 11 14:23:49 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: 1452/2817] 199.204.45.223 () {30 vars in 717 bytes} [Tue Aug 11 14:23:49 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: 1366/2818] 199.204.45.223 () {30 vars in 741 bytes} [Tue Aug 11 14:23:49 2026] GET /v2.0/subnets/c96c12ef-0da2-4cb9-bb13-2a1c47b449d2 => 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: 1453/2819] 199.204.45.223 () {30 vars in 741 bytes} [Tue Aug 11 14:23:49 2026] GET /v2.0/subnets/bbb5c4f4-c021-4dd5-a412-db646864e328 => 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: 1367/2820] 199.204.45.223 () {30 vars in 769 bytes} [Tue Aug 11 14:23:49 2026] GET /v2.0/ports?device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 4098 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2821] 199.204.45.223 () {30 vars in 703 bytes} [Tue Aug 11 14:23:49 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: 1368/2822] 199.204.45.223 () {30 vars in 705 bytes} [Tue Aug 11 14:23:49 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: 1455/2823] 199.204.45.223 () {30 vars in 681 bytes} [Tue Aug 11 14:23:49 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: 1369/2824] 199.204.45.223 () {30 vars in 717 bytes} [Tue Aug 11 14:23:49 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: 1456/2825] 199.204.45.223 () {34 vars in 717 bytes} [Tue Aug 11 14:23:49 2026] POST /v2.0/ports => generated 1324 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2826] 10.0.0.141 () {34 vars in 971 bytes} [Tue Aug 11 14:23:50 2026] GET /v2.0/ports/6f836012-81bf-402e-88c1-a1c9a7c55874 => generated 1324 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1457/2827] 199.204.45.223 () {34 vars in 1262 bytes} [Tue Aug 11 14:23:51 2026] GET /v2.0/ports/6f836012-81bf-402e-88c1-a1c9a7c55874?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2828] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:23:51 2026] GET /v2.0/networks/4887aa94-6f2f-4ecc-8057-95813cd575d9?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: 1458/2829] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:23:51 2026] GET /v2.0/networks/4887aa94-6f2f-4ecc-8057-95813cd575d9?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: 1372/2830] 199.204.45.223 () {34 vars in 975 bytes} [Tue Aug 11 14:23:52 2026] GET /v2.0/ports/6f836012-81bf-402e-88c1-a1c9a7c55874 => generated 1324 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2831] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:23:52 2026] GET /v2.0/networks?id=4887aa94-6f2f-4ecc-8057-95813cd575d9 => generated 801 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2832] 199.204.45.223 () {38 vars in 1028 bytes} [Tue Aug 11 14:23:52 2026] PUT /v2.0/ports/6f836012-81bf-402e-88c1-a1c9a7c55874 => generated 1514 bytes in 443 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:23:52.644 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c9f5e84c-f477-4702-8d5a-9a3b3b17d9b9'] response: {'name': 'network-changed', 'server_uuid': 'b786b8be-3ff2-4208-8b54-66a872652b79', 'tag': '6f836012-81bf-402e-88c1-a1c9a7c55874', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1460/2833] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:23:53 2026] GET /v2.0/ports?tenant_id=2250c2b14c0c43d2980583cc926449b7&device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 5604 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1374/2834] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:23:53 2026] GET /v2.0/networks?id=4887aa94-6f2f-4ecc-8057-95813cd575d9 => generated 801 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2835] 199.204.45.223 () {34 vars in 1056 bytes} [Tue Aug 11 14:23:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.25&port_id=6f836012-81bf-402e-88c1-a1c9a7c55874 => 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: 1375/2836] 199.204.45.223 () {34 vars in 1104 bytes} [Tue Aug 11 14:23:53 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A9f&port_id=6f836012-81bf-402e-88c1-a1c9a7c55874 => 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: 1462/2837] 199.204.45.223 () {34 vars in 1064 bytes} [Tue Aug 11 14:23:53 2026] GET /v2.0/subnets?id=bbb5c4f4-c021-4dd5-a412-db646864e328&id=9ebd591c-d013-4952-a248-b6cac102958f => generated 1415 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2838] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:23:53 2026] GET /v2.0/ports?network_id=4887aa94-6f2f-4ecc-8057-95813cd575d9&device_owner=network%3Adhcp => generated 1461 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2839] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:23:53 2026] GET /v2.0/ports?network_id=4887aa94-6f2f-4ecc-8057-95813cd575d9&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2840] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:23:53 2026] GET /v2.0/networks/4887aa94-6f2f-4ecc-8057-95813cd575d9?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2841] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:23:53 2026] GET /v2.0/networks/4887aa94-6f2f-4ecc-8057-95813cd575d9?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: 1378/2842] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:23:54 2026] GET /v2.0/ports?tenant_id=2250c2b14c0c43d2980583cc926449b7&device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 5604 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2843] 199.204.45.223 () {34 vars in 1060 bytes} [Tue Aug 11 14:23:54 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.97&port_id=e7b74021-5754-45b8-9516-df331a90b50f => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2844] 199.204.45.223 () {34 vars in 984 bytes} [Tue Aug 11 14:23:54 2026] GET /v2.0/subnets?id=55330c9a-5fe3-4968-83b8-802525afdbcd => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2845] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:23:54 2026] GET /v2.0/ports?network_id=002a43bd-fe12-43a6-9588-bcc7de2e8658&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: 1380/2846] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:23:54 2026] GET /v2.0/networks/002a43bd-fe12-43a6-9588-bcc7de2e8658?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2847] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:23:54 2026] GET /v2.0/networks/002a43bd-fe12-43a6-9588-bcc7de2e8658?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 542 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2848] 199.204.45.223 () {34 vars in 1058 bytes} [Tue Aug 11 14:23:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.249&port_id=115bd404-2cd6-4e1f-b8e0-e914e4af5faa => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2849] 199.204.45.223 () {34 vars in 984 bytes} [Tue Aug 11 14:23:55 2026] GET /v2.0/subnets?id=0af98166-811b-429d-ab20-b3905414ea1c => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2850] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:23:55 2026] GET /v2.0/ports?network_id=441c5acc-5ebf-4a6d-a13b-12d7394188d2&device_owner=network%3Adhcp => generated 1461 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2851] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:23:55 2026] GET /v2.0/networks/441c5acc-5ebf-4a6d-a13b-12d7394188d2?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: 1383/2852] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:23:55 2026] GET /v2.0/networks/441c5acc-5ebf-4a6d-a13b-12d7394188d2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2853] 199.204.45.223 () {34 vars in 1058 bytes} [Tue Aug 11 14:23:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.206&port_id=bf29da48-f7a4-44ac-babd-174ee4f973a7 => 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: 1384/2854] 199.204.45.223 () {34 vars in 1104 bytes} [Tue Aug 11 14:23:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A29c&port_id=bf29da48-f7a4-44ac-babd-174ee4f973a7 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2855] 199.204.45.223 () {34 vars in 1064 bytes} [Tue Aug 11 14:23:55 2026] GET /v2.0/subnets?id=c96c12ef-0da2-4cb9-bb13-2a1c47b449d2&id=2896efa2-989c-4ea0-b884-a58dcd3d3570 => generated 1409 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2856] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:23:55 2026] GET /v2.0/ports?network_id=ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2857] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:23:55 2026] GET /v2.0/ports?network_id=ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2858] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:23:55 2026] GET /v2.0/networks/ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db?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: 1473/2859] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:23:55 2026] GET /v2.0/networks/ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2860] 199.204.45.223 () {34 vars in 1056 bytes} [Tue Aug 11 14:23:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.25&port_id=6f836012-81bf-402e-88c1-a1c9a7c55874 => 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: 1474/2861] 199.204.45.223 () {34 vars in 1104 bytes} [Tue Aug 11 14:23:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A9f&port_id=6f836012-81bf-402e-88c1-a1c9a7c55874 => 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: 1388/2862] 199.204.45.223 () {34 vars in 1064 bytes} [Tue Aug 11 14:23:56 2026] GET /v2.0/subnets?id=bbb5c4f4-c021-4dd5-a412-db646864e328&id=9ebd591c-d013-4952-a248-b6cac102958f => generated 1415 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2863] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:23:56 2026] GET /v2.0/ports?network_id=4887aa94-6f2f-4ecc-8057-95813cd575d9&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2864] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:23:56 2026] GET /v2.0/ports?network_id=4887aa94-6f2f-4ecc-8057-95813cd575d9&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: 1476/2865] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:23:56 2026] GET /v2.0/networks/4887aa94-6f2f-4ecc-8057-95813cd575d9?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: 1390/2866] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:23:56 2026] GET /v2.0/networks/4887aa94-6f2f-4ecc-8057-95813cd575d9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2869] 10.0.0.141 () {34 vars in 971 bytes} [Tue Aug 11 14:24:00 2026] GET /v2.0/ports/6f836012-81bf-402e-88c1-a1c9a7c55874 => generated 1516 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2870] 199.204.45.223 () {30 vars in 743 bytes} [Tue Aug 11 14:24:00 2026] GET /v2.0/networks/4887aa94-6f2f-4ecc-8057-95813cd575d9 => generated 798 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2871] 199.204.45.223 () {30 vars in 741 bytes} [Tue Aug 11 14:24:00 2026] GET /v2.0/subnets/bbb5c4f4-c021-4dd5-a412-db646864e328 => generated 674 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2872] 199.204.45.223 () {30 vars in 741 bytes} [Tue Aug 11 14:24:00 2026] GET /v2.0/subnets/9ebd591c-d013-4952-a248-b6cac102958f => generated 748 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2873] 199.204.45.223 () {30 vars in 737 bytes} [Tue Aug 11 14:24:00 2026] GET /v2.0/ports/bf29da48-f7a4-44ac-babd-174ee4f973a7 => generated 1520 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2874] 199.204.45.223 () {34 vars in 790 bytes} [Tue Aug 11 14:24:00 2026] PUT /v2.0/ports/bf29da48-f7a4-44ac-babd-174ee4f973a7 => generated 1255 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:24:01.023 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cc9e7cfd-bea5-49f1-abff-eb0b952baa05'] response: {'name': 'network-changed', 'server_uuid': 'b786b8be-3ff2-4208-8b54-66a872652b79', 'tag': 'bf29da48-f7a4-44ac-babd-174ee4f973a7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1481/2875] 199.204.45.223 () {30 vars in 743 bytes} [Tue Aug 11 14:24:00 2026] GET /v2.0/networks/ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db => generated 797 bytes in 61 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: 1395/2876] 199.204.45.223 () {30 vars in 741 bytes} [Tue Aug 11 14:24:01 2026] GET /v2.0/subnets/c96c12ef-0da2-4cb9-bb13-2a1c47b449d2 => 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: 1482/2877] 199.204.45.223 () {30 vars in 703 bytes} [Tue Aug 11 14:24:01 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: 1396/2878] 199.204.45.223 () {30 vars in 705 bytes} [Tue Aug 11 14:24:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2879] 199.204.45.223 () {30 vars in 681 bytes} [Tue Aug 11 14:24:01 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: 1397/2880] 199.204.45.223 () {30 vars in 717 bytes} [Tue Aug 11 14:24:01 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: 1484/2881] 199.204.45.223 () {30 vars in 741 bytes} [Tue Aug 11 14:24:01 2026] GET /v2.0/subnets/0af98166-811b-429d-ab20-b3905414ea1c => generated 675 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2882] 199.204.45.223 () {30 vars in 737 bytes} [Tue Aug 11 14:24:01 2026] GET /v2.0/ports/09f5b3c4-ca77-42fa-bd7b-6e5db8841966 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2883] 199.204.45.223 () {30 vars in 737 bytes} [Tue Aug 11 14:24:01 2026] GET /v2.0/ports/115bd404-2cd6-4e1f-b8e0-e914e4af5faa => generated 1350 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2884] 199.204.45.223 () {30 vars in 741 bytes} [Tue Aug 11 14:24:01 2026] GET /v2.0/subnets/0af98166-811b-429d-ab20-b3905414ea1c => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2885] 199.204.45.223 () {30 vars in 743 bytes} [Tue Aug 11 14:24:01 2026] GET /v2.0/networks/441c5acc-5ebf-4a6d-a13b-12d7394188d2 => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2886] 199.204.45.223 () {30 vars in 737 bytes} [Tue Aug 11 14:24:01 2026] GET /v2.0/ports/09f5b3c4-ca77-42fa-bd7b-6e5db8841966 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2887] 199.204.45.223 () {30 vars in 741 bytes} [Tue Aug 11 14:24:01 2026] GET /v2.0/subnets/0af98166-811b-429d-ab20-b3905414ea1c => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2888] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:24:01 2026] GET /v2.0/ports?tenant_id=2250c2b14c0c43d2980583cc926449b7&device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 5377 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2889] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:24:01 2026] GET /v2.0/networks?id=ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2890] 199.204.45.223 () {34 vars in 1058 bytes} [Tue Aug 11 14:24:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.206&port_id=bf29da48-f7a4-44ac-babd-174ee4f973a7 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2891] 199.204.45.223 () {34 vars in 984 bytes} [Tue Aug 11 14:24:01 2026] GET /v2.0/subnets?id=c96c12ef-0da2-4cb9-bb13-2a1c47b449d2 => generated 676 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2892] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:24:01 2026] GET /v2.0/ports?network_id=ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2893] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:24:01 2026] GET /v2.0/networks/ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db?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: 1404/2894] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:24:01 2026] GET /v2.0/networks/ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2897] 199.204.45.223 () {30 vars in 703 bytes} [Tue Aug 11 14:24:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2898] 199.204.45.223 () {30 vars in 705 bytes} [Tue Aug 11 14:24:14 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: 1407/2899] 199.204.45.223 () {30 vars in 681 bytes} [Tue Aug 11 14:24:14 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: 1493/2900] 199.204.45.223 () {30 vars in 717 bytes} [Tue Aug 11 14:24:15 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: 1408/2901] 199.204.45.223 () {30 vars in 741 bytes} [Tue Aug 11 14:24:15 2026] GET /v2.0/subnets/c96c12ef-0da2-4cb9-bb13-2a1c47b449d2 => 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: 1494/2902] 199.204.45.223 () {30 vars in 769 bytes} [Tue Aug 11 14:24:15 2026] GET /v2.0/ports?device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 5377 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2903] 199.204.45.223 () {30 vars in 703 bytes} [Tue Aug 11 14:24:15 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: 1495/2904] 199.204.45.223 () {30 vars in 705 bytes} [Tue Aug 11 14:24:15 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2905] 199.204.45.223 () {30 vars in 681 bytes} [Tue Aug 11 14:24:15 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: 1496/2906] 199.204.45.223 () {30 vars in 717 bytes} [Tue Aug 11 14:24:15 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: 1411/2907] 199.204.45.223 () {30 vars in 737 bytes} [Tue Aug 11 14:24:15 2026] GET /v2.0/ports/6f836012-81bf-402e-88c1-a1c9a7c55874 => generated 1516 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2908] 199.204.45.223 () {34 vars in 790 bytes} [Tue Aug 11 14:24:15 2026] PUT /v2.0/ports/6f836012-81bf-402e-88c1-a1c9a7c55874 => generated 1251 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:24:15.859 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fcb6bb65-edfc-41cb-b9d0-b6ec396180db'] response: {'name': 'network-changed', 'server_uuid': 'b786b8be-3ff2-4208-8b54-66a872652b79', 'tag': '6f836012-81bf-402e-88c1-a1c9a7c55874', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1412/2909] 199.204.45.223 () {30 vars in 743 bytes} [Tue Aug 11 14:24:15 2026] GET /v2.0/networks/4887aa94-6f2f-4ecc-8057-95813cd575d9 => generated 798 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1498/2910] 199.204.45.223 () {30 vars in 741 bytes} [Tue Aug 11 14:24:15 2026] GET /v2.0/subnets/bbb5c4f4-c021-4dd5-a412-db646864e328 => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2911] 199.204.45.223 () {30 vars in 737 bytes} [Tue Aug 11 14:24:15 2026] GET /v2.0/ports/6f836012-81bf-402e-88c1-a1c9a7c55874 => generated 1287 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2912] 199.204.45.223 () {34 vars in 789 bytes} [Tue Aug 11 14:24:15 2026] PUT /v2.0/ports/6f836012-81bf-402e-88c1-a1c9a7c55874 => generated 1080 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2913] 199.204.45.223 () {30 vars in 743 bytes} [Tue Aug 11 14:24:16 2026] GET /v2.0/networks/4887aa94-6f2f-4ecc-8057-95813cd575d9 => generated 798 bytes in 63 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: 1500/2914] 199.204.45.223 () {30 vars in 769 bytes} [Tue Aug 11 14:24:16 2026] GET /v2.0/ports?device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 4977 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2915] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:24:16 2026] GET /v2.0/ports?tenant_id=2250c2b14c0c43d2980583cc926449b7&device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 4977 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2916] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:24:16 2026] GET /v2.0/networks?id=4887aa94-6f2f-4ecc-8057-95813cd575d9 => generated 801 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2917] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:24:16 2026] GET /v2.0/networks/4887aa94-6f2f-4ecc-8057-95813cd575d9?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: 1502/2918] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:24:16 2026] GET /v2.0/networks/4887aa94-6f2f-4ecc-8057-95813cd575d9?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: 1417/2919] 199.204.45.223 () {30 vars in 769 bytes} [Tue Aug 11 14:24:16 2026] GET /v2.0/ports?device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 4977 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:24:17.906 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4314d63a-fcb3-408f-bb24-07bacba664e0'] response: {'name': 'network-changed', 'server_uuid': 'b786b8be-3ff2-4208-8b54-66a872652b79', 'tag': '6f836012-81bf-402e-88c1-a1c9a7c55874', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1503/2920] 199.204.45.223 () {30 vars in 769 bytes} [Tue Aug 11 14:24:17 2026] GET /v2.0/ports?device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 4977 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2921] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:24:18 2026] GET /v2.0/ports?tenant_id=2250c2b14c0c43d2980583cc926449b7&device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 4977 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2922] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:24:18 2026] GET /v2.0/networks?id=4887aa94-6f2f-4ecc-8057-95813cd575d9 => generated 801 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2923] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:24:18 2026] GET /v2.0/networks/4887aa94-6f2f-4ecc-8057-95813cd575d9?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2924] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:24:18 2026] GET /v2.0/networks/4887aa94-6f2f-4ecc-8057-95813cd575d9?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: 1420/2925] 199.204.45.223 () {30 vars in 769 bytes} [Tue Aug 11 14:24:18 2026] GET /v2.0/ports?device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 4977 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2926] 199.204.45.223 () {34 vars in 975 bytes} [Tue Aug 11 14:24:19 2026] GET /v2.0/ports/6f836012-81bf-402e-88c1-a1c9a7c55874 => generated 1116 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2927] 199.204.45.223 () {34 vars in 1060 bytes} [Tue Aug 11 14:24:19 2026] GET /v2.0/ports/6f836012-81bf-402e-88c1-a1c9a7c55874?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2928] 199.204.45.223 () {34 vars in 1016 bytes} [Tue Aug 11 14:24:19 2026] GET /v2.0/networks/4887aa94-6f2f-4ecc-8057-95813cd575d9?fields=dns_domain => generated 29 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2929] 199.204.45.223 () {38 vars in 1028 bytes} [Tue Aug 11 14:24:19 2026] PUT /v2.0/ports/6f836012-81bf-402e-88c1-a1c9a7c55874 => generated 917 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2930] 199.204.45.223 () {30 vars in 769 bytes} [Tue Aug 11 14:24:20 2026] GET /v2.0/ports?device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 3869 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, ' 2026-08-11 14:24:20.220 8 INFO neutron_taas.services.taas.taas_plugin [None req-8748b8bc-8913-4c1f-ad01-cd875611a095 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: 6f836012-81bf-402e-88c1-a1c9a7c55874 2026-08-11 14:24:20.223 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8748b8bc-8913-4c1f-ad01-cd875611a095 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: 6f836012-81bf-402e-88c1-a1c9a7c55874 [pid: 8|app: 0|req: 1423/2931] 199.204.45.223 () {32 vars in 759 bytes} [Tue Aug 11 14:24:20 2026] DELETE /v2.0/ports/6f836012-81bf-402e-88c1-a1c9a7c55874 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2932] 199.204.45.223 () {30 vars in 703 bytes} [Tue Aug 11 14:24:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2933] 199.204.45.223 () {30 vars in 705 bytes} [Tue Aug 11 14:24:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2934] 199.204.45.223 () {30 vars in 681 bytes} [Tue Aug 11 14:24: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: 8|app: 0|req: 1425/2935] 199.204.45.223 () {30 vars in 717 bytes} [Tue Aug 11 14:24:20 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: 1511/2936] 199.204.45.223 () {30 vars in 741 bytes} [Tue Aug 11 14:24:20 2026] GET /v2.0/subnets/0af98166-811b-429d-ab20-b3905414ea1c => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2937] 199.204.45.223 () {30 vars in 737 bytes} [Tue Aug 11 14:24:20 2026] GET /v2.0/ports/09f5b3c4-ca77-42fa-bd7b-6e5db8841966 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2938] 199.204.45.223 () {30 vars in 737 bytes} [Tue Aug 11 14:24:20 2026] GET /v2.0/ports/115bd404-2cd6-4e1f-b8e0-e914e4af5faa => generated 1350 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2939] 199.204.45.223 () {30 vars in 741 bytes} [Tue Aug 11 14:24:20 2026] GET /v2.0/subnets/0af98166-811b-429d-ab20-b3905414ea1c => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2940] 199.204.45.223 () {30 vars in 743 bytes} [Tue Aug 11 14:24:20 2026] GET /v2.0/networks/441c5acc-5ebf-4a6d-a13b-12d7394188d2 => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2941] 199.204.45.223 () {30 vars in 737 bytes} [Tue Aug 11 14:24:20 2026] GET /v2.0/ports/09f5b3c4-ca77-42fa-bd7b-6e5db8841966 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2942] 199.204.45.223 () {30 vars in 741 bytes} [Tue Aug 11 14:24:20 2026] GET /v2.0/subnets/0af98166-811b-429d-ab20-b3905414ea1c => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2943] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:24:20 2026] GET /v2.0/ports?tenant_id=2250c2b14c0c43d2980583cc926449b7&device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 3869 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/2944] 199.204.45.223 () {34 vars in 1226 bytes} [Tue Aug 11 14:24:21 2026] GET /v2.0/networks?id=002a43bd-fe12-43a6-9588-bcc7de2e8658&id=441c5acc-5ebf-4a6d-a13b-12d7394188d2&id=ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db&id=4887aa94-6f2f-4ecc-8057-95813cd575d9 => generated 3097 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2945] 199.204.45.223 () {34 vars in 1060 bytes} [Tue Aug 11 14:24:21 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.97&port_id=e7b74021-5754-45b8-9516-df331a90b50f => 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: 1516/2946] 199.204.45.223 () {34 vars in 984 bytes} [Tue Aug 11 14:24:21 2026] GET /v2.0/subnets?id=55330c9a-5fe3-4968-83b8-802525afdbcd => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2947] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:24:21 2026] GET /v2.0/ports?network_id=002a43bd-fe12-43a6-9588-bcc7de2e8658&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: 1517/2948] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:24:21 2026] GET /v2.0/networks/002a43bd-fe12-43a6-9588-bcc7de2e8658?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2949] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:24:21 2026] GET /v2.0/networks/002a43bd-fe12-43a6-9588-bcc7de2e8658?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/2950] 199.204.45.223 () {34 vars in 1058 bytes} [Tue Aug 11 14:24:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.249&port_id=115bd404-2cd6-4e1f-b8e0-e914e4af5faa => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2951] 199.204.45.223 () {34 vars in 984 bytes} [Tue Aug 11 14:24:21 2026] GET /v2.0/subnets?id=0af98166-811b-429d-ab20-b3905414ea1c => generated 678 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2952] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:24:21 2026] GET /v2.0/ports?network_id=441c5acc-5ebf-4a6d-a13b-12d7394188d2&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2953] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:24:21 2026] GET /v2.0/networks/441c5acc-5ebf-4a6d-a13b-12d7394188d2?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: 1520/2954] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:24:21 2026] GET /v2.0/networks/441c5acc-5ebf-4a6d-a13b-12d7394188d2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2955] 199.204.45.223 () {34 vars in 1058 bytes} [Tue Aug 11 14:24:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.206&port_id=bf29da48-f7a4-44ac-babd-174ee4f973a7 => 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: 1521/2956] 199.204.45.223 () {34 vars in 984 bytes} [Tue Aug 11 14:24:21 2026] GET /v2.0/subnets?id=c96c12ef-0da2-4cb9-bb13-2a1c47b449d2 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2957] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:24:21 2026] GET /v2.0/ports?network_id=ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db&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: 1522/2958] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:24:21 2026] GET /v2.0/networks/ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2959] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:24:21 2026] GET /v2.0/networks/ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/2960] 199.204.45.223 () {30 vars in 703 bytes} [Tue Aug 11 14:24:23 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: 1438/2961] 199.204.45.223 () {30 vars in 705 bytes} [Tue Aug 11 14:24:23 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: 1524/2962] 199.204.45.223 () {30 vars in 681 bytes} [Tue Aug 11 14:24:23 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: 1439/2963] 199.204.45.223 () {30 vars in 717 bytes} [Tue Aug 11 14:24:24 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2964] 199.204.45.223 () {30 vars in 769 bytes} [Tue Aug 11 14:24:24 2026] GET /v2.0/ports?device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 3869 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2965] 199.204.45.223 () {30 vars in 703 bytes} [Tue Aug 11 14:24:24 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: 1526/2966] 199.204.45.223 () {30 vars in 705 bytes} [Tue Aug 11 14:24:24 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2967] 199.204.45.223 () {30 vars in 681 bytes} [Tue Aug 11 14:24:24 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: 1527/2968] 199.204.45.223 () {30 vars in 717 bytes} [Tue Aug 11 14:24:24 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: 1442/2969] 199.204.45.223 () {30 vars in 737 bytes} [Tue Aug 11 14:24:24 2026] GET /v2.0/ports/bf29da48-f7a4-44ac-babd-174ee4f973a7 => generated 1291 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/2970] 199.204.45.223 () {34 vars in 789 bytes} [Tue Aug 11 14:24:24 2026] PUT /v2.0/ports/bf29da48-f7a4-44ac-babd-174ee4f973a7 => generated 1080 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:24:24.740 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-774ab85c-9ee2-43c6-84b3-4532216cb818'] response: {'name': 'network-changed', 'server_uuid': 'b786b8be-3ff2-4208-8b54-66a872652b79', 'tag': 'bf29da48-f7a4-44ac-babd-174ee4f973a7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1443/2971] 199.204.45.223 () {30 vars in 743 bytes} [Tue Aug 11 14:24:24 2026] GET /v2.0/networks/ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db => generated 797 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1529/2972] 199.204.45.223 () {30 vars in 769 bytes} [Tue Aug 11 14:24:24 2026] GET /v2.0/ports?device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 3694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2973] 199.204.45.223 () {30 vars in 769 bytes} [Tue Aug 11 14:24:24 2026] GET /v2.0/ports?device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 3694 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/2974] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:24:25 2026] GET /v2.0/ports?tenant_id=2250c2b14c0c43d2980583cc926449b7&device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 3694 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2975] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:24:25 2026] GET /v2.0/networks?id=ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/2976] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:24:25 2026] GET /v2.0/networks/ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2977] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:24:25 2026] GET /v2.0/networks/ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db?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: 1532/2978] 199.204.45.223 () {30 vars in 769 bytes} [Tue Aug 11 14:24:25 2026] GET /v2.0/ports?device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 3694 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2981] 199.204.45.223 () {34 vars in 975 bytes} [Tue Aug 11 14:24:26 2026] GET /v2.0/ports/bf29da48-f7a4-44ac-babd-174ee4f973a7 => generated 1116 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/2982] 199.204.45.223 () {34 vars in 1060 bytes} [Tue Aug 11 14:24:26 2026] GET /v2.0/ports/bf29da48-f7a4-44ac-babd-174ee4f973a7?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2983] 199.204.45.223 () {34 vars in 1016 bytes} [Tue Aug 11 14:24:26 2026] GET /v2.0/networks/ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db?fields=dns_domain => generated 29 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2984] 199.204.45.223 () {30 vars in 769 bytes} [Tue Aug 11 14:24:27 2026] GET /v2.0/ports?device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 3694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/2985] 199.204.45.223 () {38 vars in 1028 bytes} [Tue Aug 11 14:24:26 2026] PUT /v2.0/ports/bf29da48-f7a4-44ac-babd-174ee4f973a7 => generated 917 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2986] 199.204.45.223 () {30 vars in 769 bytes} [Tue Aug 11 14:24:28 2026] GET /v2.0/ports?device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 2586 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, ' 2026-08-11 14:24:28.240 7 INFO neutron_taas.services.taas.taas_plugin [None req-7c977ece-46b9-4823-9393-aec0c982577e deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: bf29da48-f7a4-44ac-babd-174ee4f973a7 2026-08-11 14:24:28.243 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c977ece-46b9-4823-9393-aec0c982577e deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: bf29da48-f7a4-44ac-babd-174ee4f973a7 [pid: 7|app: 0|req: 1536/2987] 199.204.45.223 () {32 vars in 759 bytes} [Tue Aug 11 14:24:28 2026] DELETE /v2.0/ports/bf29da48-f7a4-44ac-babd-174ee4f973a7 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2988] 199.204.45.223 () {30 vars in 703 bytes} [Tue Aug 11 14:24:28 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: 1537/2989] 199.204.45.223 () {30 vars in 705 bytes} [Tue Aug 11 14:24:28 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: 1453/2990] 199.204.45.223 () {30 vars in 681 bytes} [Tue Aug 11 14:24:28 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: 1538/2991] 199.204.45.223 () {30 vars in 717 bytes} [Tue Aug 11 14:24:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2992] 199.204.45.223 () {30 vars in 741 bytes} [Tue Aug 11 14:24:28 2026] GET /v2.0/subnets/0af98166-811b-429d-ab20-b3905414ea1c => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/2993] 199.204.45.223 () {30 vars in 737 bytes} [Tue Aug 11 14:24:28 2026] GET /v2.0/ports/09f5b3c4-ca77-42fa-bd7b-6e5db8841966 => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2994] 199.204.45.223 () {30 vars in 737 bytes} [Tue Aug 11 14:24:28 2026] GET /v2.0/ports/115bd404-2cd6-4e1f-b8e0-e914e4af5faa => generated 1350 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/2995] 199.204.45.223 () {30 vars in 741 bytes} [Tue Aug 11 14:24:28 2026] GET /v2.0/subnets/0af98166-811b-429d-ab20-b3905414ea1c => generated 675 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2996] 199.204.45.223 () {30 vars in 743 bytes} [Tue Aug 11 14:24:28 2026] GET /v2.0/networks/441c5acc-5ebf-4a6d-a13b-12d7394188d2 => generated 800 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/2997] 199.204.45.223 () {30 vars in 737 bytes} [Tue Aug 11 14:24:28 2026] GET /v2.0/ports/09f5b3c4-ca77-42fa-bd7b-6e5db8841966 => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2998] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:24:28 2026] GET /v2.0/ports?tenant_id=2250c2b14c0c43d2980583cc926449b7&device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 2586 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/2999] 199.204.45.223 () {30 vars in 741 bytes} [Tue Aug 11 14:24:28 2026] GET /v2.0/subnets/0af98166-811b-429d-ab20-b3905414ea1c => generated 675 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/3000] 199.204.45.223 () {34 vars in 1146 bytes} [Tue Aug 11 14:24:28 2026] GET /v2.0/networks?id=002a43bd-fe12-43a6-9588-bcc7de2e8658&id=441c5acc-5ebf-4a6d-a13b-12d7394188d2&id=ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db => generated 2310 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3001] 199.204.45.223 () {34 vars in 1060 bytes} [Tue Aug 11 14:24:28 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.97&port_id=e7b74021-5754-45b8-9516-df331a90b50f => 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: 1459/3002] 199.204.45.223 () {34 vars in 984 bytes} [Tue Aug 11 14:24:28 2026] GET /v2.0/subnets?id=55330c9a-5fe3-4968-83b8-802525afdbcd => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3003] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:24:28 2026] GET /v2.0/ports?network_id=002a43bd-fe12-43a6-9588-bcc7de2e8658&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: 1460/3004] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:24:28 2026] GET /v2.0/networks/002a43bd-fe12-43a6-9588-bcc7de2e8658?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3005] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:24:29 2026] GET /v2.0/networks/002a43bd-fe12-43a6-9588-bcc7de2e8658?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: 1461/3006] 199.204.45.223 () {34 vars in 1058 bytes} [Tue Aug 11 14:24:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.249&port_id=115bd404-2cd6-4e1f-b8e0-e914e4af5faa => 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: 1546/3007] 199.204.45.223 () {34 vars in 984 bytes} [Tue Aug 11 14:24:29 2026] GET /v2.0/subnets?id=0af98166-811b-429d-ab20-b3905414ea1c => 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: 1462/3008] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:24:29 2026] GET /v2.0/ports?network_id=441c5acc-5ebf-4a6d-a13b-12d7394188d2&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3009] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:24:29 2026] GET /v2.0/networks/441c5acc-5ebf-4a6d-a13b-12d7394188d2?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: 1463/3010] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:24:29 2026] GET /v2.0/networks/441c5acc-5ebf-4a6d-a13b-12d7394188d2?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: 1548/3011] 199.204.45.223 () {30 vars in 703 bytes} [Tue Aug 11 14:24:39 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: 1464/3012] 199.204.45.223 () {30 vars in 705 bytes} [Tue Aug 11 14:24:39 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3013] 199.204.45.223 () {30 vars in 681 bytes} [Tue Aug 11 14:24:39 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: 1465/3014] 199.204.45.223 () {30 vars in 717 bytes} [Tue Aug 11 14:24:39 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:24:39.914 7 INFO neutron.api.v2.resource [None req-6ccece9b-0c86-478c-9fce-dc7f67697c9e deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1550/3015] 199.204.45.223 () {30 vars in 763 bytes} [Tue Aug 11 14:24:39 2026] GET /v2.0/security-groups/lb-6ff798f1-e15c-46d8-965a-e0e947843629 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/3016] 199.204.45.223 () {30 vars in 785 bytes} [Tue Aug 11 14:24:39 2026] GET /v2.0/security-groups?name=lb-6ff798f1-e15c-46d8-965a-e0e947843629 => generated 2863 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3017] 199.204.45.223 () {30 vars in 815 bytes} [Tue Aug 11 14:24:39 2026] GET /v2.0/security-group-rules?security_group_id=d2c39184-e8be-4fad-8f33-ac037822e4cb => generated 2334 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/3018] 199.204.45.223 () {32 vars in 789 bytes} [Tue Aug 11 14:24:40 2026] DELETE /v2.0/security-group-rules/3533df8e-cf08-4760-8243-5d494c74e292 => 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: 1552/3019] 199.204.45.223 () {32 vars in 789 bytes} [Tue Aug 11 14:24:40 2026] DELETE /v2.0/security-group-rules/ff428a03-dc29-4307-99ec-358544494e4e => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:24:43.988 7 INFO neutron_taas.services.taas.taas_plugin [None req-7590a289-b010-42cb-ad95-393eba2b456b 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] TaaS: Handle Delete Port: 48c47dd1-51bb-4721-a475-29249b07a36c 2026-08-11 14:24:43.990 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7590a289-b010-42cb-ad95-393eba2b456b 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] Tap Mirror: Handle Delete Port: 48c47dd1-51bb-4721-a475-29249b07a36c 2026-08-11 14:24:44.202 7 INFO neutron.db.l3_db [None req-7590a289-b010-42cb-ad95-393eba2b456b 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] Floating IP ad880ec7-cc71-4771-bb4c-b7747461f341 disassociated (deleted). External IP: 10.96.250.210, port: 09f5b3c4-ca77-42fa-bd7b-6e5db8841966. [pid: 7|app: 0|req: 1554/3022] 10.0.0.249 () {32 vars in 732 bytes} [Tue Aug 11 14:24:43 2026] DELETE /v2.0/floatingips/ad880ec7-cc71-4771-bb4c-b7747461f341 => generated 0 bytes in 704 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:24:44.577 8 INFO neutron.api.v2.resource [None req-c3d5443f-dc6d-4a11-a8df-9ab60cb40ea5 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1469/3023] 10.0.0.249 () {32 vars in 729 bytes} [Tue Aug 11 14:24:44 2026] GET /v2.0/floatingips/ad880ec7-cc71-4771-bb4c-b7747461f341 => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3024] 199.204.45.223 () {30 vars in 703 bytes} [Tue Aug 11 14:24:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/3025] 199.204.45.223 () {30 vars in 705 bytes} [Tue Aug 11 14:24:45 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: 1556/3026] 199.204.45.223 () {30 vars in 681 bytes} [Tue Aug 11 14:24:45 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: 1471/3027] 199.204.45.223 () {30 vars in 717 bytes} [Tue Aug 11 14:24:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:24:45.344 7 INFO neutron.api.v2.resource [None req-73981c68-283f-42ce-9322-149a6b705831 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1557/3028] 199.204.45.223 () {30 vars in 763 bytes} [Tue Aug 11 14:24:45 2026] GET /v2.0/security-groups/lb-6ff798f1-e15c-46d8-965a-e0e947843629 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/3029] 199.204.45.223 () {30 vars in 785 bytes} [Tue Aug 11 14:24:45 2026] GET /v2.0/security-groups?name=lb-6ff798f1-e15c-46d8-965a-e0e947843629 => generated 1637 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3030] 199.204.45.223 () {30 vars in 815 bytes} [Tue Aug 11 14:24:45 2026] GET /v2.0/security-group-rules?security_group_id=d2c39184-e8be-4fad-8f33-ac037822e4cb => generated 1182 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/3031] 199.204.45.223 () {30 vars in 703 bytes} [Tue Aug 11 14:24:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3032] 199.204.45.223 () {30 vars in 705 bytes} [Tue Aug 11 14:24:45 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/3033] 199.204.45.223 () {30 vars in 681 bytes} [Tue Aug 11 14:24:45 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3034] 199.204.45.223 () {30 vars in 717 bytes} [Tue Aug 11 14:24:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/3035] 199.204.45.223 () {30 vars in 741 bytes} [Tue Aug 11 14:24:45 2026] GET /v2.0/subnets/0af98166-811b-429d-ab20-b3905414ea1c => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3036] 199.204.45.223 () {30 vars in 769 bytes} [Tue Aug 11 14:24:45 2026] GET /v2.0/ports?device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 2586 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/3037] 199.204.45.223 () {30 vars in 769 bytes} [Tue Aug 11 14:24:45 2026] GET /v2.0/ports?device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 2586 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3038] 199.204.45.223 () {30 vars in 769 bytes} [Tue Aug 11 14:24:45 2026] GET /v2.0/ports?device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 2586 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/3039] 199.204.45.223 () {30 vars in 769 bytes} [Tue Aug 11 14:24:46 2026] GET /v2.0/ports?device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 2586 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3040] 199.204.45.223 () {34 vars in 975 bytes} [Tue Aug 11 14:24:47 2026] GET /v2.0/ports/115bd404-2cd6-4e1f-b8e0-e914e4af5faa => generated 1350 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/3041] 199.204.45.223 () {34 vars in 1060 bytes} [Tue Aug 11 14:24:47 2026] GET /v2.0/ports/115bd404-2cd6-4e1f-b8e0-e914e4af5faa?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3042] 199.204.45.223 () {34 vars in 1016 bytes} [Tue Aug 11 14:24:47 2026] GET /v2.0/networks/441c5acc-5ebf-4a6d-a13b-12d7394188d2?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: 1479/3043] 199.204.45.223 () {30 vars in 769 bytes} [Tue Aug 11 14:24:47 2026] GET /v2.0/ports?device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 2586 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3044] 199.204.45.223 () {38 vars in 1028 bytes} [Tue Aug 11 14:24:47 2026] PUT /v2.0/ports/115bd404-2cd6-4e1f-b8e0-e914e4af5faa => generated 1151 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/3045] 199.204.45.223 () {30 vars in 769 bytes} [Tue Aug 11 14:24:48 2026] GET /v2.0/ports?device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1566/3046] 199.204.45.223 () {34 vars in 789 bytes} [Tue Aug 11 14:24:49 2026] PUT /v2.0/ports/115bd404-2cd6-4e1f-b8e0-e914e4af5faa => generated 1090 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3047] 199.204.45.223 () {30 vars in 737 bytes} [Tue Aug 11 14:24:49 2026] GET /v2.0/ports/115bd404-2cd6-4e1f-b8e0-e914e4af5faa => generated 1090 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 14:24:49.428 7 INFO neutron_taas.services.taas.taas_plugin [None req-3e85fce0-b8f9-4297-a387-6a7c6f304c50 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: 115bd404-2cd6-4e1f-b8e0-e914e4af5faa 2026-08-11 14:24:49.431 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e85fce0-b8f9-4297-a387-6a7c6f304c50 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: 115bd404-2cd6-4e1f-b8e0-e914e4af5faa [pid: 7|app: 0|req: 1567/3048] 199.204.45.223 () {32 vars in 759 bytes} [Tue Aug 11 14:24:49 2026] DELETE /v2.0/ports/115bd404-2cd6-4e1f-b8e0-e914e4af5faa => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/3049] 199.204.45.223 () {30 vars in 703 bytes} [Tue Aug 11 14:24:49 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: 1568/3050] 199.204.45.223 () {30 vars in 705 bytes} [Tue Aug 11 14:24:49 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: 1569/3051] 199.204.45.223 () {30 vars in 681 bytes} [Tue Aug 11 14:24:49 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: 1570/3052] 199.204.45.223 () {30 vars in 717 bytes} [Tue Aug 11 14:24:49 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/3053] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:24:49 2026] GET /v2.0/ports?tenant_id=2250c2b14c0c43d2980583cc926449b7&device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:24:49.734 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5dd92b2a-4d76-425d-993d-19d051c8ff4d deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1571/3054] 199.204.45.223 () {32 vars in 759 bytes} [Tue Aug 11 14:24:49 2026] DELETE /v2.0/ports/115bd404-2cd6-4e1f-b8e0-e914e4af5faa => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3055] 199.204.45.223 () {30 vars in 737 bytes} [Tue Aug 11 14:24:49 2026] GET /v2.0/ports/09f5b3c4-ca77-42fa-bd7b-6e5db8841966 => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3056] 199.204.45.223 () {34 vars in 1066 bytes} [Tue Aug 11 14:24:49 2026] GET /v2.0/networks?id=002a43bd-fe12-43a6-9588-bcc7de2e8658&id=441c5acc-5ebf-4a6d-a13b-12d7394188d2 => generated 1524 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:24:49.799 7 INFO neutron.api.v2.resource [None req-e271efae-1bbf-41c9-a3d0-f985cfd791c9 deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1573/3057] 199.204.45.223 () {30 vars in 763 bytes} [Tue Aug 11 14:24:49 2026] GET /v2.0/security-groups/lb-6ff798f1-e15c-46d8-965a-e0e947843629 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3058] 199.204.45.223 () {34 vars in 1060 bytes} [Tue Aug 11 14:24:49 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.97&port_id=e7b74021-5754-45b8-9516-df331a90b50f => 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: 1574/3059] 199.204.45.223 () {30 vars in 785 bytes} [Tue Aug 11 14:24:49 2026] GET /v2.0/security-groups?name=lb-6ff798f1-e15c-46d8-965a-e0e947843629 => generated 1637 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3060] 199.204.45.223 () {34 vars in 984 bytes} [Tue Aug 11 14:24:49 2026] GET /v2.0/subnets?id=55330c9a-5fe3-4968-83b8-802525afdbcd => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3061] 199.204.45.223 () {30 vars in 737 bytes} [Tue Aug 11 14:24:49 2026] GET /v2.0/ports/09f5b3c4-ca77-42fa-bd7b-6e5db8841966 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/3062] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:24:49 2026] GET /v2.0/ports?network_id=002a43bd-fe12-43a6-9588-bcc7de2e8658&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: 1488/3063] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:24:49 2026] GET /v2.0/networks/002a43bd-fe12-43a6-9588-bcc7de2e8658?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3064] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:24:49 2026] GET /v2.0/networks/002a43bd-fe12-43a6-9588-bcc7de2e8658?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: 1576/3065] 199.204.45.223 () {34 vars in 789 bytes} [Tue Aug 11 14:24:49 2026] PUT /v2.0/ports/09f5b3c4-ca77-42fa-bd7b-6e5db8841966 => generated 1094 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3066] 199.204.45.223 () {32 vars in 779 bytes} [Tue Aug 11 14:24:50 2026] DELETE /v2.0/security-groups/d2c39184-e8be-4fad-8f33-ac037822e4cb => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:24:50.343 7 INFO neutron_taas.services.taas.taas_plugin [None req-2cdbd584-88ed-4512-84ab-4c1843c3f53d deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: 09f5b3c4-ca77-42fa-bd7b-6e5db8841966 2026-08-11 14:24:50.348 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2cdbd584-88ed-4512-84ab-4c1843c3f53d deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: 09f5b3c4-ca77-42fa-bd7b-6e5db8841966 [pid: 7|app: 0|req: 1577/3067] 199.204.45.223 () {32 vars in 759 bytes} [Tue Aug 11 14:24:50 2026] DELETE /v2.0/ports/09f5b3c4-ca77-42fa-bd7b-6e5db8841966 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/3068] 199.204.45.223 () {34 vars in 994 bytes} [Tue Aug 11 14:24:53 2026] GET /v2.0/ports?device_id=b786b8be-3ff2-4208-8b54-66a872652b79 => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:24:53.342 7 INFO neutron_taas.services.taas.taas_plugin [req-7a912f02-7a12-4540-856e-01c24142c809 req-3bc60918-aa8b-4866-95a0-aaa0015dff0e deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] TaaS: Handle Delete Port: e7b74021-5754-45b8-9516-df331a90b50f 2026-08-11 14:24:53.344 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7a912f02-7a12-4540-856e-01c24142c809 req-3bc60918-aa8b-4866-95a0-aaa0015dff0e deb15de0910240b3845a1c6ddc77c8b3 2250c2b14c0c43d2980583cc926449b7 - - default default] Tap Mirror: Handle Delete Port: e7b74021-5754-45b8-9516-df331a90b50f [pid: 7|app: 0|req: 1578/3069] 199.204.45.223 () {36 vars in 997 bytes} [Tue Aug 11 14:24:53 2026] DELETE /v2.0/ports/e7b74021-5754-45b8-9516-df331a90b50f => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:24:53.507 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9ee100cd-7d53-4ff5-8bbc-63fc22021167'] response: {'server_uuid': 'b786b8be-3ff2-4208-8b54-66a872652b79', 'name': 'network-vif-deleted', 'tag': 'e7b74021-5754-45b8-9516-df331a90b50f', 'status': 'completed', 'code': 200} 2026-08-11 14:24:54.934 8 INFO neutron_taas.services.taas.taas_plugin [None req-059ca1bd-73c6-433c-acba-9982b5efa004 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] TaaS: Handle Delete Port: 82feb281-4107-4cc4-8c0f-8b765341bddc 2026-08-11 14:24:54.937 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-059ca1bd-73c6-433c-acba-9982b5efa004 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] Tap Mirror: Handle Delete Port: 82feb281-4107-4cc4-8c0f-8b765341bddc 2026-08-11 14:24:55.134 8 INFO neutron.db.l3_db [None req-059ca1bd-73c6-433c-acba-9982b5efa004 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] Floating IP 454c31d4-f758-4a53-b793-15a74b0eb018 disassociated (deleted). External IP: 10.96.250.206, port: 15f555cc-bedb-4ff5-9521-848d18154713. [pid: 8|app: 0|req: 1492/3070] 10.0.0.249 () {32 vars in 732 bytes} [Tue Aug 11 14:24:54 2026] DELETE /v2.0/floatingips/454c31d4-f758-4a53-b793-15a74b0eb018 => generated 0 bytes in 699 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:24:55.526 7 INFO neutron.api.v2.resource [None req-3a59906b-0849-4fad-93ef-ddc8fb808e6f 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1579/3071] 10.0.0.249 () {32 vars in 729 bytes} [Tue Aug 11 14:24:55 2026] GET /v2.0/floatingips/454c31d4-f758-4a53-b793-15a74b0eb018 => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 14:24:55.545 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e1ce5600-d32d-4ddf-8cf9-fce75cc2759f'] response: {'name': 'network-changed', 'server_uuid': 'cfc18dcc-6005-4bcb-a4ba-e7aa696b2e65', 'tag': '15f555cc-bedb-4ff5-9521-848d18154713', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1493/3072] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:24:55 2026] GET /v2.0/ports?device_id=cfc18dcc-6005-4bcb-a4ba-e7aa696b2e65 => generated 1204 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3073] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:24:55 2026] GET /v2.0/security-groups?id=4dbf9564-9024-470c-a483-0694636601a5&fields=id&fields=name => generated 111 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3074] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:24:56 2026] GET /v2.0/ports?tenant_id=8588d1397baf4bac99766420e9837326&device_id=cfc18dcc-6005-4bcb-a4ba-e7aa696b2e65 => generated 1473 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3075] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:24:56 2026] GET /v2.0/networks?id=4887aa94-6f2f-4ecc-8057-95813cd575d9 => generated 801 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3076] 199.204.45.223 () {34 vars in 1058 bytes} [Tue Aug 11 14:24:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.110&port_id=15f555cc-bedb-4ff5-9521-848d18154713 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3077] 199.204.45.223 () {34 vars in 1106 bytes} [Tue Aug 11 14:24:56 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A26a&port_id=15f555cc-bedb-4ff5-9521-848d18154713 => 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: 1496/3078] 199.204.45.223 () {34 vars in 1064 bytes} [Tue Aug 11 14:24:56 2026] GET /v2.0/subnets?id=bbb5c4f4-c021-4dd5-a412-db646864e328&id=9ebd591c-d013-4952-a248-b6cac102958f => generated 1415 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3081] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:24:56 2026] GET /v2.0/ports?network_id=4887aa94-6f2f-4ecc-8057-95813cd575d9&device_owner=network%3Adhcp => generated 1461 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3082] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:24:56 2026] GET /v2.0/ports?network_id=4887aa94-6f2f-4ecc-8057-95813cd575d9&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3083] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:24:56 2026] GET /v2.0/networks/4887aa94-6f2f-4ecc-8057-95813cd575d9?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: 1500/3084] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:24:56 2026] GET /v2.0/networks/4887aa94-6f2f-4ecc-8057-95813cd575d9?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: 1585/3085] 199.204.45.223 () {34 vars in 994 bytes} [Tue Aug 11 14:24:58 2026] GET /v2.0/ports?device_id=cfc18dcc-6005-4bcb-a4ba-e7aa696b2e65 => generated 1202 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:24:58.333 8 INFO neutron_taas.services.taas.taas_plugin [req-3142d4cb-a567-4b09-b634-27b475987430 req-88ca36ff-1e3f-46da-ad40-e55a4930a36e 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] TaaS: Handle Delete Port: 15f555cc-bedb-4ff5-9521-848d18154713 2026-08-11 14:24:58.336 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3142d4cb-a567-4b09-b634-27b475987430 req-88ca36ff-1e3f-46da-ad40-e55a4930a36e 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] Tap Mirror: Handle Delete Port: 15f555cc-bedb-4ff5-9521-848d18154713 [pid: 8|app: 0|req: 1501/3086] 199.204.45.223 () {36 vars in 997 bytes} [Tue Aug 11 14:24:58 2026] DELETE /v2.0/ports/15f555cc-bedb-4ff5-9521-848d18154713 => generated 0 bytes in 328 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:24:58.564 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0a6714ae-2d1d-4474-8410-2fd50b85e2a1'] response: {'server_uuid': 'cfc18dcc-6005-4bcb-a4ba-e7aa696b2e65', 'name': 'network-vif-deleted', 'tag': '15f555cc-bedb-4ff5-9521-848d18154713', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1586/3087] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:25:00 2026] GET /v2.0/ports?device_id=cfc18dcc-6005-4bcb-a4ba-e7aa696b2e65 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:25:06.118 8 INFO neutron_taas.services.taas.taas_plugin [None req-84e6970d-3678-4886-941b-f9afea43bff2 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] TaaS: Handle Delete Port: 42f4bca7-939d-40d6-a55f-87b7b4445293 2026-08-11 14:25:06.122 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84e6970d-3678-4886-941b-f9afea43bff2 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] Tap Mirror: Handle Delete Port: 42f4bca7-939d-40d6-a55f-87b7b4445293 2026-08-11 14:25:06.320 8 INFO neutron.db.l3_db [None req-84e6970d-3678-4886-941b-f9afea43bff2 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] Floating IP e4d24b64-94be-4d36-8b52-a99975d7178b disassociated (deleted). External IP: 10.96.250.217, port: 5644d259-94d9-49c9-aacd-415700ab0278. [pid: 8|app: 0|req: 1502/3088] 10.0.0.249 () {32 vars in 732 bytes} [Tue Aug 11 14:25:05 2026] DELETE /v2.0/floatingips/e4d24b64-94be-4d36-8b52-a99975d7178b => generated 0 bytes in 649 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:25:06.653 7 INFO neutron.api.v2.resource [None req-84014386-2bf6-425a-b80f-13c57de15545 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1587/3089] 10.0.0.249 () {32 vars in 729 bytes} [Tue Aug 11 14:25:06 2026] GET /v2.0/floatingips/e4d24b64-94be-4d36-8b52-a99975d7178b => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 14:25:06.667 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7ce75e65-78bf-4fef-b8e6-738499b5f1cb'] response: {'name': 'network-changed', 'server_uuid': 'a29c0a57-19a0-425a-9852-b5e5f8335933', 'tag': '5644d259-94d9-49c9-aacd-415700ab0278', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1503/3090] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:25:06 2026] GET /v2.0/ports?device_id=a29c0a57-19a0-425a-9852-b5e5f8335933 => generated 1200 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3091] 10.0.0.141 () {34 vars in 1040 bytes} [Tue Aug 11 14:25:06 2026] GET /v2.0/security-groups?id=4dbf9564-9024-470c-a483-0694636601a5&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3092] 199.204.45.223 () {34 vars in 1080 bytes} [Tue Aug 11 14:25:07 2026] GET /v2.0/ports?tenant_id=8588d1397baf4bac99766420e9837326&device_id=a29c0a57-19a0-425a-9852-b5e5f8335933 => generated 1469 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3093] 199.204.45.223 () {34 vars in 986 bytes} [Tue Aug 11 14:25:07 2026] GET /v2.0/networks?id=ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3094] 199.204.45.223 () {34 vars in 1058 bytes} [Tue Aug 11 14:25:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.227&port_id=5644d259-94d9-49c9-aacd-415700ab0278 => 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: 1590/3095] 199.204.45.223 () {34 vars in 1104 bytes} [Tue Aug 11 14:25:07 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A19d&port_id=5644d259-94d9-49c9-aacd-415700ab0278 => 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: 1506/3096] 199.204.45.223 () {34 vars in 1064 bytes} [Tue Aug 11 14:25:07 2026] GET /v2.0/subnets?id=c96c12ef-0da2-4cb9-bb13-2a1c47b449d2&id=2896efa2-989c-4ea0-b884-a58dcd3d3570 => generated 1409 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3097] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:25:07 2026] GET /v2.0/ports?network_id=ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db&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: 1507/3098] 199.204.45.223 () {34 vars in 1052 bytes} [Tue Aug 11 14:25:07 2026] GET /v2.0/ports?network_id=ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3099] 199.204.45.223 () {34 vars in 1012 bytes} [Tue Aug 11 14:25:07 2026] GET /v2.0/networks/ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db?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: 1508/3100] 199.204.45.223 () {34 vars in 1112 bytes} [Tue Aug 11 14:25:07 2026] GET /v2.0/networks/ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db?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: 1593/3101] 199.204.45.223 () {34 vars in 994 bytes} [Tue Aug 11 14:25:09 2026] GET /v2.0/ports?device_id=a29c0a57-19a0-425a-9852-b5e5f8335933 => generated 1200 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 14:25:09.413 8 INFO neutron_taas.services.taas.taas_plugin [req-86d35e84-ebfa-4f14-8fdb-0e54b00f7d42 req-e4e292b7-0e73-4850-9679-aff87584bbb1 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] TaaS: Handle Delete Port: 5644d259-94d9-49c9-aacd-415700ab0278 2026-08-11 14:25:09.416 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-86d35e84-ebfa-4f14-8fdb-0e54b00f7d42 req-e4e292b7-0e73-4850-9679-aff87584bbb1 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] Tap Mirror: Handle Delete Port: 5644d259-94d9-49c9-aacd-415700ab0278 [pid: 8|app: 0|req: 1509/3102] 199.204.45.223 () {36 vars in 997 bytes} [Tue Aug 11 14:25:09 2026] DELETE /v2.0/ports/5644d259-94d9-49c9-aacd-415700ab0278 => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:25:09.639 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7f35057e-6abf-43f4-962e-253702b2d7f3'] response: {'server_uuid': 'a29c0a57-19a0-425a-9852-b5e5f8335933', 'name': 'network-vif-deleted', 'tag': '5644d259-94d9-49c9-aacd-415700ab0278', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1595/3105] 10.0.0.141 () {34 vars in 990 bytes} [Tue Aug 11 14:25:12 2026] GET /v2.0/ports?device_id=a29c0a57-19a0-425a-9852-b5e5f8335933 => 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: 1511/3106] 10.0.0.249 () {32 vars in 750 bytes} [Tue Aug 11 14:25:17 2026] DELETE /v2.0/security-group-rules/06e9079b-b7a0-45d4-89c4-a4e231315d97 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:25:17.214 7 INFO neutron.api.v2.resource [None req-995014c7-2d15-434c-8ed9-ea8cd545dc60 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1596/3107] 10.0.0.249 () {32 vars in 747 bytes} [Tue Aug 11 14:25:17 2026] GET /v2.0/security-group-rules/06e9079b-b7a0-45d4-89c4-a4e231315d97 => 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: 1512/3108] 10.0.0.249 () {32 vars in 750 bytes} [Tue Aug 11 14:25:17 2026] DELETE /v2.0/security-group-rules/167952db-095e-4f63-9a53-3bf071755130 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:25:17.318 7 INFO neutron.api.v2.resource [None req-f4ba953c-4059-4546-a3d6-3022810d4632 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1597/3109] 10.0.0.249 () {32 vars in 747 bytes} [Tue Aug 11 14:25:17 2026] GET /v2.0/security-group-rules/167952db-095e-4f63-9a53-3bf071755130 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3110] 10.0.0.249 () {32 vars in 750 bytes} [Tue Aug 11 14:25:17 2026] DELETE /v2.0/security-group-rules/c561437a-d2f6-4686-8a7e-3ce188f47413 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:25:17.402 7 INFO neutron.api.v2.resource [None req-85cbf814-d1b2-4db1-b3dc-4b246839929b 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1598/3111] 10.0.0.249 () {32 vars in 747 bytes} [Tue Aug 11 14:25:17 2026] GET /v2.0/security-group-rules/c561437a-d2f6-4686-8a7e-3ce188f47413 => 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: 1514/3112] 10.0.0.249 () {32 vars in 750 bytes} [Tue Aug 11 14:25:17 2026] DELETE /v2.0/security-group-rules/07cf3790-d98e-4839-b782-92f9184a0d45 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:25:17.487 7 INFO neutron.api.v2.resource [None req-303d61fd-5561-41d3-bd7a-90ed0cac7bc6 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1599/3113] 10.0.0.249 () {32 vars in 747 bytes} [Tue Aug 11 14:25:17 2026] GET /v2.0/security-group-rules/07cf3790-d98e-4839-b782-92f9184a0d45 => 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: 1515/3114] 10.0.0.249 () {32 vars in 750 bytes} [Tue Aug 11 14:25:17 2026] DELETE /v2.0/security-group-rules/056e0f13-f25f-45d1-b978-1f597e4b7864 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:25:17.568 7 INFO neutron.api.v2.resource [None req-988056bd-f49c-4919-a2c3-89d622533760 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1600/3115] 10.0.0.249 () {32 vars in 747 bytes} [Tue Aug 11 14:25:17 2026] GET /v2.0/security-group-rules/056e0f13-f25f-45d1-b978-1f597e4b7864 => 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: 1516/3116] 10.0.0.249 () {32 vars in 750 bytes} [Tue Aug 11 14:25:17 2026] DELETE /v2.0/security-group-rules/5e1e782d-da38-46cb-bd1b-4b54d895aa64 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:25:17.659 7 INFO neutron.api.v2.resource [None req-406f4e06-c43b-405a-8735-fd35c36d6eb5 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1601/3117] 10.0.0.249 () {32 vars in 747 bytes} [Tue Aug 11 14:25:17 2026] GET /v2.0/security-group-rules/5e1e782d-da38-46cb-bd1b-4b54d895aa64 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3118] 10.0.0.249 () {32 vars in 750 bytes} [Tue Aug 11 14:25:17 2026] DELETE /v2.0/security-group-rules/d713f6a1-0db1-4837-a73e-95ede50a9095 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:25:17.733 7 INFO neutron.api.v2.resource [None req-4b514199-adf1-4ee3-8ff2-c6f477b54309 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1602/3119] 10.0.0.249 () {32 vars in 747 bytes} [Tue Aug 11 14:25:17 2026] GET /v2.0/security-group-rules/d713f6a1-0db1-4837-a73e-95ede50a9095 => generated 155 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3120] 10.0.0.249 () {32 vars in 750 bytes} [Tue Aug 11 14:25:17 2026] DELETE /v2.0/security-group-rules/794ebb4d-a050-423f-bc98-712407eef763 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:25:17.827 7 INFO neutron.api.v2.resource [None req-13841174-ea9a-47e3-844d-f1310f6f86a0 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1603/3121] 10.0.0.249 () {32 vars in 747 bytes} [Tue Aug 11 14:25:17 2026] GET /v2.0/security-group-rules/794ebb4d-a050-423f-bc98-712407eef763 => generated 155 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3122] 10.0.0.249 () {32 vars in 750 bytes} [Tue Aug 11 14:25:17 2026] DELETE /v2.0/security-group-rules/2210fee0-8b26-40ab-9caa-875d056ecbd2 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:25:17.925 7 INFO neutron.api.v2.resource [None req-a260e6bc-ca57-44f1-ae0c-a81f0790ec33 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1604/3123] 10.0.0.249 () {32 vars in 747 bytes} [Tue Aug 11 14:25:17 2026] GET /v2.0/security-group-rules/2210fee0-8b26-40ab-9caa-875d056ecbd2 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3124] 10.0.0.249 () {32 vars in 750 bytes} [Tue Aug 11 14:25:17 2026] DELETE /v2.0/security-group-rules/5bd313b4-6493-4843-9864-599abc73cc45 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:25:18.012 7 INFO neutron.api.v2.resource [None req-2be7d504-eedf-49e1-8b2f-a8f08a7dbac9 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1605/3125] 10.0.0.249 () {32 vars in 747 bytes} [Tue Aug 11 14:25:18 2026] GET /v2.0/security-group-rules/5bd313b4-6493-4843-9864-599abc73cc45 => 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: 1521/3126] 10.0.0.249 () {32 vars in 750 bytes} [Tue Aug 11 14:25:18 2026] DELETE /v2.0/security-group-rules/a5f17119-b1d4-4d2f-8e52-414666e0298b => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:25:18.082 7 INFO neutron.api.v2.resource [None req-aa4db963-0244-45cf-a5c6-0296b6fb009f 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1606/3127] 10.0.0.249 () {32 vars in 747 bytes} [Tue Aug 11 14:25:18 2026] GET /v2.0/security-group-rules/a5f17119-b1d4-4d2f-8e52-414666e0298b => 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: 1522/3128] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:25:18 2026] DELETE /v2.0/security-groups/4dbf9564-9024-470c-a483-0694636601a5 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:25:18.182 7 INFO neutron.api.v2.resource [None req-f62c93bb-1e0a-45d3-8708-f071981d2c90 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1607/3129] 10.0.0.249 () {32 vars in 737 bytes} [Tue Aug 11 14:25:18 2026] GET /v2.0/security-groups/4dbf9564-9024-470c-a483-0694636601a5 => generated 146 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 14:25:18.605 8 INFO neutron_taas.services.taas.taas_plugin [None req-681c9511-16dd-468f-8bc7-8bafe454e479 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] TaaS: Handle Delete Port: 96383f98-4365-4d9e-a555-c74621808223 2026-08-11 14:25:18.609 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-681c9511-16dd-468f-8bc7-8bafe454e479 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] Tap Mirror: Handle Delete Port: 96383f98-4365-4d9e-a555-c74621808223 [pid: 8|app: 0|req: 1523/3130] 10.0.0.249 () {34 vars in 789 bytes} [Tue Aug 11 14:25:18 2026] PUT /v2.0/routers/2368cfd6-f889-4a9c-866c-0cc2f3b536d3/remove_router_interface => generated 309 bytes in 914 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:25:19.348 7 INFO neutron.api.v2.resource [None req-72847ee6-5197-44c0-8bef-41f0b2b8a9ac 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1608/3131] 10.0.0.249 () {34 vars in 789 bytes} [Tue Aug 11 14:25:19 2026] PUT /v2.0/routers/2368cfd6-f889-4a9c-866c-0cc2f3b536d3/remove_router_interface => generated 198 bytes in 189 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 14:25:19.773 8 INFO neutron_taas.services.taas.taas_plugin [None req-e0725fbf-f117-4ea9-8ff2-33574a168f3a 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] TaaS: Handle Delete Port: 11d6bc53-4a1a-41da-aa24-42c0e40bbe70 2026-08-11 14:25:19.776 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0725fbf-f117-4ea9-8ff2-33574a168f3a 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] Tap Mirror: Handle Delete Port: 11d6bc53-4a1a-41da-aa24-42c0e40bbe70 [pid: 8|app: 0|req: 1524/3132] 10.0.0.249 () {34 vars in 789 bytes} [Tue Aug 11 14:25:19 2026] PUT /v2.0/routers/2368cfd6-f889-4a9c-866c-0cc2f3b536d3/remove_router_interface => generated 309 bytes in 1085 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:25:20.641 7 INFO neutron.api.v2.resource [None req-67030e0b-0a23-459d-bb88-9281d4575891 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1609/3133] 10.0.0.249 () {34 vars in 789 bytes} [Tue Aug 11 14:25:20 2026] PUT /v2.0/routers/2368cfd6-f889-4a9c-866c-0cc2f3b536d3/remove_router_interface => generated 198 bytes in 196 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 14:25:21.093 8 INFO neutron_taas.services.taas.taas_plugin [None req-ad4aebea-602e-420d-afe3-32dc7d40575e 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] TaaS: Handle Delete Port: 77029370-ddb4-4113-97b9-ff6fd07da66d 2026-08-11 14:25:21.096 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad4aebea-602e-420d-afe3-32dc7d40575e 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] Tap Mirror: Handle Delete Port: 77029370-ddb4-4113-97b9-ff6fd07da66d [pid: 8|app: 0|req: 1525/3134] 10.0.0.249 () {34 vars in 789 bytes} [Tue Aug 11 14:25:20 2026] PUT /v2.0/routers/2368cfd6-f889-4a9c-866c-0cc2f3b536d3/remove_router_interface => generated 309 bytes in 1040 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 14:25:21.871 7 INFO neutron.api.v2.resource [None req-05b1895f-e693-494b-91bb-ba3eb9785333 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1610/3135] 10.0.0.249 () {34 vars in 789 bytes} [Tue Aug 11 14:25:21 2026] PUT /v2.0/routers/2368cfd6-f889-4a9c-866c-0cc2f3b536d3/remove_router_interface => generated 198 bytes in 177 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 14:25:22.087 8 INFO neutron_taas.services.taas.taas_plugin [None req-cce9ba15-8e77-49b0-91b3-1b78bde29305 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] TaaS: Handle Delete Port: 33e1140e-a988-45b2-9819-465ba0b05db2 2026-08-11 14:25:22.090 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cce9ba15-8e77-49b0-91b3-1b78bde29305 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] Tap Mirror: Handle Delete Port: 33e1140e-a988-45b2-9819-465ba0b05db2 2026-08-11 14:25:22.358 8 INFO neutron_taas.services.taas.taas_plugin [None req-cce9ba15-8e77-49b0-91b3-1b78bde29305 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] TaaS: Handle Delete Port: 40cb5c39-c44b-4115-b49e-cf9ef7143a1e 2026-08-11 14:25:22.360 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cce9ba15-8e77-49b0-91b3-1b78bde29305 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] Tap Mirror: Handle Delete Port: 40cb5c39-c44b-4115-b49e-cf9ef7143a1e 2026-08-11 14:25:22.712 8 INFO neutron.db.l3_hamode_db [None req-cce9ba15-8e77-49b0-91b3-1b78bde29305 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] HA network cf651490-0263-4f27-bef6-8595dfd49600 was deleted as no HA routers are present in tenant 8588d1397baf4bac99766420e9837326. [pid: 8|app: 0|req: 1526/3136] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:25:21 2026] DELETE /v2.0/routers/2368cfd6-f889-4a9c-866c-0cc2f3b536d3 => generated 0 bytes in 843 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:25:22.740 7 INFO neutron.api.v2.resource [None req-158b7434-838f-4862-a3c3-a55165477bbc 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1611/3137] 10.0.0.249 () {32 vars in 721 bytes} [Tue Aug 11 14:25:22 2026] GET /v2.0/routers/2368cfd6-f889-4a9c-866c-0cc2f3b536d3 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 14:25:22.786 8 INFO neutron.services.segments.plugin [-] Segment 456963fb-8acf-4045-8b46-011a6feddcd4 resource provider aggregate not found 2026-08-11 14:25:22.789 8 INFO neutron.services.segments.plugin [-] Segment 456963fb-8acf-4045-8b46-011a6feddcd4 resource provider aggregate not found 2026-08-11 14:25:22.808 8 INFO neutron.services.segments.plugin [-] Segment 456963fb-8acf-4045-8b46-011a6feddcd4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 456963fb-8acf-4045-8b46-011a6feddcd4 found for delete ", "request_id": "req-263b97b5-6903-469b-94c5-f0c7615f8e74"}]} 2026-08-11 14:25:22.811 8 INFO neutron.services.segments.plugin [-] Segment 456963fb-8acf-4045-8b46-011a6feddcd4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 456963fb-8acf-4045-8b46-011a6feddcd4 found for delete ", "request_id": "req-82f78861-600d-4a6b-82fc-5772ff388092"}]} [pid: 8|app: 0|req: 1527/3138] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:25:22 2026] DELETE /v2.0/subnets/9ebd591c-d013-4952-a248-b6cac102958f => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:25:22.919 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c676401f-88bf-4a9b-ac2f-1ffa2b8f20cd 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1612/3139] 10.0.0.249 () {32 vars in 721 bytes} [Tue Aug 11 14:25:22 2026] GET /v2.0/subnets/9ebd591c-d013-4952-a248-b6cac102958f => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3140] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:25:22 2026] DELETE /v2.0/subnets/bbb5c4f4-c021-4dd5-a412-db646864e328 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:25:23.060 7 INFO neutron.pecan_wsgi.hooks.translation [None req-32d79db1-72ae-40ba-82ce-af6312aa8e94 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1613/3141] 10.0.0.249 () {32 vars in 721 bytes} [Tue Aug 11 14:25:23 2026] GET /v2.0/subnets/bbb5c4f4-c021-4dd5-a412-db646864e328 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 14:25:23.145 8 INFO neutron_taas.services.taas.taas_plugin [None req-347bc276-ece0-4952-b875-835f81529c5d 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] TaaS: Handle Delete Port: 5c413bfb-1cab-4c27-a91a-9e0824b720a3 2026-08-11 14:25:23.147 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-347bc276-ece0-4952-b875-835f81529c5d 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] Tap Mirror: Handle Delete Port: 5c413bfb-1cab-4c27-a91a-9e0824b720a3 [pid: 8|app: 0|req: 1529/3142] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:25:23 2026] DELETE /v2.0/networks/4887aa94-6f2f-4ecc-8057-95813cd575d9 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:25:23.394 7 INFO neutron.pecan_wsgi.hooks.translation [None req-afb3940d-b673-4747-9f9a-cdd04e6b2f52 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1614/3143] 10.0.0.249 () {32 vars in 723 bytes} [Tue Aug 11 14:25:23 2026] GET /v2.0/networks/4887aa94-6f2f-4ecc-8057-95813cd575d9 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3144] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:25:23 2026] DELETE /v2.0/subnets/2896efa2-989c-4ea0-b884-a58dcd3d3570 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:25:23.585 7 INFO neutron.pecan_wsgi.hooks.translation [None req-09ce9b87-f06d-4cfa-8cd5-cf8e918c48a1 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1615/3145] 10.0.0.249 () {32 vars in 721 bytes} [Tue Aug 11 14:25:23 2026] GET /v2.0/subnets/2896efa2-989c-4ea0-b884-a58dcd3d3570 => 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: 1531/3146] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:25:23 2026] DELETE /v2.0/subnets/c96c12ef-0da2-4cb9-bb13-2a1c47b449d2 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:25:23.768 7 INFO neutron.pecan_wsgi.hooks.translation [None req-93af0737-b955-48d9-88bb-89c90d05d6d1 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1616/3147] 10.0.0.249 () {32 vars in 721 bytes} [Tue Aug 11 14:25:23 2026] GET /v2.0/subnets/c96c12ef-0da2-4cb9-bb13-2a1c47b449d2 => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 14:25:23.881 8 INFO neutron_taas.services.taas.taas_plugin [None req-2a4b7821-e733-4c83-ac75-361f88485ba0 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] TaaS: Handle Delete Port: 674ff85c-3ded-43f7-a0c5-1bc51c62bc16 2026-08-11 14:25:23.885 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a4b7821-e733-4c83-ac75-361f88485ba0 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] Tap Mirror: Handle Delete Port: 674ff85c-3ded-43f7-a0c5-1bc51c62bc16 [pid: 8|app: 0|req: 1532/3148] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:25:23 2026] DELETE /v2.0/networks/ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:25:24.104 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8da83b62-b057-4322-acb2-67a5dad64eaa 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1617/3149] 10.0.0.249 () {32 vars in 723 bytes} [Tue Aug 11 14:25:24 2026] GET /v2.0/networks/ca7e7c8c-f965-4d5c-b5e2-d225bb5e17db => 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: 1533/3150] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:25:24 2026] DELETE /v2.0/subnets/cd974eb8-57f9-45a2-8dab-0803e15818c3 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:25:24.294 7 INFO neutron.pecan_wsgi.hooks.translation [None req-39da0c70-9ae9-4e8c-8177-ce2eaf630de8 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1618/3151] 10.0.0.249 () {32 vars in 721 bytes} [Tue Aug 11 14:25:24 2026] GET /v2.0/subnets/cd974eb8-57f9-45a2-8dab-0803e15818c3 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3152] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:25:24 2026] DELETE /v2.0/subnets/0af98166-811b-429d-ab20-b3905414ea1c => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:25:24.463 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ebdd6ecb-8d70-4f50-861f-2ab916c77ce2 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1619/3153] 10.0.0.249 () {32 vars in 721 bytes} [Tue Aug 11 14:25:24 2026] GET /v2.0/subnets/0af98166-811b-429d-ab20-b3905414ea1c => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 14:25:24.564 8 INFO neutron_taas.services.taas.taas_plugin [None req-eb3064b1-2360-440c-b364-ed6b656b337d 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] TaaS: Handle Delete Port: 01538e02-ada0-4a42-9433-873a99ab298d 2026-08-11 14:25:24.569 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb3064b1-2360-440c-b364-ed6b656b337d 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] Tap Mirror: Handle Delete Port: 01538e02-ada0-4a42-9433-873a99ab298d [pid: 8|app: 0|req: 1535/3154] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:25:24 2026] DELETE /v2.0/networks/441c5acc-5ebf-4a6d-a13b-12d7394188d2 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:25:24.773 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c2e1e2e6-42da-4c45-8e8f-101e36556adc 7ca0693fe6bb4babb66a7445d7505a1c 8588d1397baf4bac99766420e9837326 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1620/3155] 10.0.0.249 () {32 vars in 723 bytes} [Tue Aug 11 14:25:24 2026] GET /v2.0/networks/441c5acc-5ebf-4a6d-a13b-12d7394188d2 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 14:25:24.823 8 INFO neutron.services.segments.plugin [-] Segment 7d97d776-d41b-4216-b556-20becc0398c3 resource provider aggregate not found 2026-08-11 14:25:24.830 8 INFO neutron.services.segments.plugin [-] Segment 7d97d776-d41b-4216-b556-20becc0398c3 resource provider aggregate not found 2026-08-11 14:25:24.842 8 INFO neutron.services.segments.plugin [-] Segment 7d97d776-d41b-4216-b556-20becc0398c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d97d776-d41b-4216-b556-20becc0398c3 found for delete ", "request_id": "req-a18292fd-19fc-4ddb-90ff-a991fc6e422c"}]} 2026-08-11 14:25:24.850 8 INFO neutron.services.segments.plugin [-] Segment 7d97d776-d41b-4216-b556-20becc0398c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d97d776-d41b-4216-b556-20becc0398c3 found for delete ", "request_id": "req-c1c57324-d401-4a73-a649-544278aa9394"}]} 2026-08-11 14:25:24.863 8 INFO neutron.services.segments.plugin [-] Segment ed49eb36-a5f5-48ef-86fb-0e235617da99 resource provider aggregate not found 2026-08-11 14:25:24.868 8 INFO neutron.services.segments.plugin [-] Segment ed49eb36-a5f5-48ef-86fb-0e235617da99 resource provider aggregate not found 2026-08-11 14:25:24.881 8 INFO neutron.services.segments.plugin [-] Segment ed49eb36-a5f5-48ef-86fb-0e235617da99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed49eb36-a5f5-48ef-86fb-0e235617da99 found for delete ", "request_id": "req-2b06b4c3-da91-4339-9cea-88e9dc13b215"}]} 2026-08-11 14:25:24.886 8 INFO neutron.services.segments.plugin [-] Segment ed49eb36-a5f5-48ef-86fb-0e235617da99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed49eb36-a5f5-48ef-86fb-0e235617da99 found for delete ", "request_id": "req-c2bbd95b-046d-494b-8fd9-98e645352946"}]} 2026-08-11 14:25:24.902 8 INFO neutron.services.segments.plugin [-] Segment ca66392e-c690-47c5-826f-fb4cff6d67f0 resource provider aggregate not found 2026-08-11 14:25:24.902 8 INFO neutron.services.segments.plugin [-] Segment ca66392e-c690-47c5-826f-fb4cff6d67f0 resource provider aggregate not found 2026-08-11 14:25:24.920 8 INFO neutron.services.segments.plugin [-] Segment ca66392e-c690-47c5-826f-fb4cff6d67f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca66392e-c690-47c5-826f-fb4cff6d67f0 found for delete ", "request_id": "req-b5419169-14e9-4394-b9ad-7440f3bfd6d3"}]} 2026-08-11 14:25:24.922 8 INFO neutron.services.segments.plugin [-] Segment ca66392e-c690-47c5-826f-fb4cff6d67f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca66392e-c690-47c5-826f-fb4cff6d67f0 found for delete ", "request_id": "req-d541ad75-188a-4e00-ae0d-ef259c6c2031"}]} [pid: 8|app: 0|req: 1537/3158] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:25:26 2026] GET /v2.0/security-groups?tenant_id=b2524579f9254e369dd0f2bda1183875&name=default => generated 2929 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3159] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:25:26 2026] DELETE /v2.0/security-groups/3506fa3b-8629-423d-b5e2-91d365b8c3c0 => 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: 1538/3160] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:25:27 2026] GET /v2.0/security-groups?tenant_id=d882d44cf69044e39f2b8eba19988aad&name=default => generated 2929 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3161] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:25:27 2026] DELETE /v2.0/security-groups/d10f9b8f-fb5a-41f4-9636-1b3d53f3898a => 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: 1539/3162] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:25:27 2026] GET /v2.0/security-groups?tenant_id=8588d1397baf4bac99766420e9837326&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: 1624/3163] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:25:27 2026] DELETE /v2.0/security-groups/9f5e1475-d47b-4f1b-b436-c4b8ebc1bb29 => 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: 1540/3164] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:25:27 2026] GET /v2.0/security-groups?tenant_id=1a2babbbe9274e81b2734e84bfa7fdaa&name=default => generated 2929 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3165] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:25:27 2026] DELETE /v2.0/security-groups/6bcc6889-38bb-4317-ad81-aa376e900b56 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3166] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:25:28 2026] GET /v2.0/security-groups?tenant_id=28232475ec2e4249b2a5ec880122f75b&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3167] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:25:28 2026] DELETE /v2.0/security-groups/0f804be5-dfba-4f7d-8743-4038278148a2 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3168] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:25:28 2026] GET /v2.0/security-groups?tenant_id=c83c78d65ebb46e58fd44dd9a76bc24c&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3169] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:25:28 2026] DELETE /v2.0/security-groups/cece55a0-a3b1-433a-b28b-c425ef22b0ca => 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: 1543/3170] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:25:28 2026] GET /v2.0/security-groups?tenant_id=444506190407497891dfc1584945dba4&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3171] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:25:28 2026] DELETE /v2.0/security-groups/4fa29b7f-cdae-4a75-a8b0-f004ffea7233 => 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: 1544/3172] 10.0.0.249 () {34 vars in 684 bytes} [Tue Aug 11 14:25:33 2026] POST /v2.0/security-groups => generated 1603 bytes in 399 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3173] 10.0.0.249 () {34 vars in 684 bytes} [Tue Aug 11 14:25:33 2026] POST /v2.0/security-groups => generated 1603 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3174] 10.0.0.249 () {34 vars in 684 bytes} [Tue Aug 11 14:25:33 2026] POST /v2.0/security-groups => generated 1603 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3175] 10.0.0.249 () {34 vars in 684 bytes} [Tue Aug 11 14:25:33 2026] POST /v2.0/security-groups => generated 1603 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3176] 10.0.0.249 () {34 vars in 684 bytes} [Tue Aug 11 14:25:33 2026] POST /v2.0/security-groups => generated 1603 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3177] 10.0.0.249 () {34 vars in 767 bytes} [Tue Aug 11 14:25:33 2026] PUT /v2.0/security-groups/eb4a5b34-e470-4922-a39a-1a56e346dc8b/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: 1547/3178] 10.0.0.249 () {34 vars in 767 bytes} [Tue Aug 11 14:25:34 2026] PUT /v2.0/security-groups/337000fc-f2d7-467a-9aac-df0dc6cf97b3/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3179] 10.0.0.249 () {34 vars in 767 bytes} [Tue Aug 11 14:25:34 2026] PUT /v2.0/security-groups/39853cfc-f1bc-4f5f-af53-69c5ddb8827c/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3180] 10.0.0.249 () {34 vars in 767 bytes} [Tue Aug 11 14:25:34 2026] PUT /v2.0/security-groups/b352a427-ba3a-4856-bf47-79a6ba644865/tags => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3181] 10.0.0.249 () {32 vars in 680 bytes} [Tue Aug 11 14:25:34 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3182] 10.0.0.249 () {32 vars in 694 bytes} [Tue Aug 11 14:25:34 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3183] 10.0.0.249 () {32 vars in 690 bytes} [Tue Aug 11 14:25:34 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3184] 10.0.0.249 () {32 vars in 702 bytes} [Tue Aug 11 14:25:34 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3185] 10.0.0.249 () {32 vars in 688 bytes} [Tue Aug 11 14:25:34 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3186] 10.0.0.249 () {32 vars in 702 bytes} [Tue Aug 11 14:25:34 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3187] 10.0.0.249 () {32 vars in 698 bytes} [Tue Aug 11 14:25:34 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3188] 10.0.0.249 () {32 vars in 710 bytes} [Tue Aug 11 14:25:34 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3189] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:25:34 2026] DELETE /v2.0/security-groups/eb4a5b34-e470-4922-a39a-1a56e346dc8b => 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: 1553/3190] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:25:34 2026] DELETE /v2.0/security-groups/337000fc-f2d7-467a-9aac-df0dc6cf97b3 => 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: 1638/3191] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:25:34 2026] DELETE /v2.0/security-groups/39853cfc-f1bc-4f5f-af53-69c5ddb8827c => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3192] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:25:34 2026] DELETE /v2.0/security-groups/b352a427-ba3a-4856-bf47-79a6ba644865 => 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: 1639/3193] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:25:34 2026] DELETE /v2.0/security-groups/f9a5601a-3e21-4346-a8f3-c4bbea4afa48 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3194] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:25:35 2026] GET /v2.0/security-groups?tenant_id=fd17613d486f4515b1b37f23c774a4a9&name=default => generated 2929 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3195] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:25:35 2026] DELETE /v2.0/security-groups/f9d89ec8-1370-432f-90ed-c0b22ce7e60e => 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: 1556/3196] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:25:36 2026] GET /v2.0/security-groups?tenant_id=bdd91975a8884878ab0f8f5218714936&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: 1641/3197] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:25:36 2026] DELETE /v2.0/security-groups/a993442d-90a5-427f-bf57-582946910907 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3198] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:25:36 2026] GET /v2.0/security-groups?tenant_id=b85103745ca6480b83b4f1cde3611135&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3199] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:25:36 2026] DELETE /v2.0/security-groups/6f4bfd81-7c2c-4d61-b10f-2f19e44be719 => 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: 1558/3200] 10.0.0.249 () {34 vars in 676 bytes} [Tue Aug 11 14:25:39 2026] POST /v2.0/subnetpools => generated 516 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1643/3201] 10.0.0.249 () {34 vars in 759 bytes} [Tue Aug 11 14:25:40 2026] PUT /v2.0/subnetpools/e5bdd1c4-06fb-4057-a855-0da46d8de7dd/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3202] 10.0.0.249 () {32 vars in 739 bytes} [Tue Aug 11 14:25:40 2026] GET /v2.0/subnetpools/e5bdd1c4-06fb-4057-a855-0da46d8de7dd/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: 1644/3203] 10.0.0.249 () {34 vars in 770 bytes} [Tue Aug 11 14:25:40 2026] PUT /v2.0/subnetpools/e5bdd1c4-06fb-4057-a855-0da46d8de7dd/tags/green => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3204] 10.0.0.249 () {32 vars in 739 bytes} [Tue Aug 11 14:25:40 2026] GET /v2.0/subnetpools/e5bdd1c4-06fb-4057-a855-0da46d8de7dd/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3205] 10.0.0.249 () {34 vars in 766 bytes} [Tue Aug 11 14:25:40 2026] PUT /v2.0/subnetpools/e5bdd1c4-06fb-4057-a855-0da46d8de7dd/tags/red => generated 4 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3206] 10.0.0.249 () {32 vars in 739 bytes} [Tue Aug 11 14:25:40 2026] GET /v2.0/subnetpools/e5bdd1c4-06fb-4057-a855-0da46d8de7dd/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3207] 10.0.0.249 () {34 vars in 788 bytes} [Tue Aug 11 14:25:40 2026] PUT /v2.0/subnetpools/e5bdd1c4-06fb-4057-a855-0da46d8de7dd/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: 1562/3208] 10.0.0.249 () {32 vars in 739 bytes} [Tue Aug 11 14:25:40 2026] GET /v2.0/subnetpools/e5bdd1c4-06fb-4057-a855-0da46d8de7dd/tags => generated 52 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3209] 10.0.0.249 () {34 vars in 759 bytes} [Tue Aug 11 14:25:40 2026] PUT /v2.0/subnetpools/e5bdd1c4-06fb-4057-a855-0da46d8de7dd/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: 1563/3210] 10.0.0.249 () {32 vars in 739 bytes} [Tue Aug 11 14:25:40 2026] GET /v2.0/subnetpools/e5bdd1c4-06fb-4057-a855-0da46d8de7dd/tags => generated 37 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3211] 10.0.0.249 () {32 vars in 747 bytes} [Tue Aug 11 14:25:40 2026] GET /v2.0/subnetpools/e5bdd1c4-06fb-4057-a855-0da46d8de7dd/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:25:40.636 8 INFO neutron.api.v2.resource [None req-11c846a3-e856-4e1e-9032-c3951165ed3d 43cc5e6b4d4141359c217aa757855652 c60c735bad9c41ca8ff8615e3a6573a3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1564/3212] 10.0.0.249 () {32 vars in 751 bytes} [Tue Aug 11 14:25:40 2026] GET /v2.0/subnetpools/e5bdd1c4-06fb-4057-a855-0da46d8de7dd/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3213] 10.0.0.249 () {32 vars in 750 bytes} [Tue Aug 11 14:25:40 2026] DELETE /v2.0/subnetpools/e5bdd1c4-06fb-4057-a855-0da46d8de7dd/tags/red => 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: 1565/3214] 10.0.0.249 () {32 vars in 739 bytes} [Tue Aug 11 14:25:40 2026] GET /v2.0/subnetpools/e5bdd1c4-06fb-4057-a855-0da46d8de7dd/tags => generated 30 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:25:40.750 7 INFO neutron.api.v2.resource [None req-a12224c5-5712-434a-b458-444f233e0504 43cc5e6b4d4141359c217aa757855652 c60c735bad9c41ca8ff8615e3a6573a3 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1650/3215] 10.0.0.249 () {32 vars in 754 bytes} [Tue Aug 11 14:25:40 2026] DELETE /v2.0/subnetpools/e5bdd1c4-06fb-4057-a855-0da46d8de7dd/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: 1566/3216] 10.0.0.249 () {32 vars in 742 bytes} [Tue Aug 11 14:25:40 2026] DELETE /v2.0/subnetpools/e5bdd1c4-06fb-4057-a855-0da46d8de7dd/tags => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3217] 10.0.0.249 () {32 vars in 739 bytes} [Tue Aug 11 14:25:40 2026] GET /v2.0/subnetpools/e5bdd1c4-06fb-4057-a855-0da46d8de7dd/tags => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3218] 10.0.0.249 () {32 vars in 732 bytes} [Tue Aug 11 14:25:40 2026] DELETE /v2.0/subnetpools/e5bdd1c4-06fb-4057-a855-0da46d8de7dd => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3221] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:25:41 2026] GET /v2.0/security-groups?tenant_id=c60c735bad9c41ca8ff8615e3a6573a3&name=default => generated 2929 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3222] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:25:41 2026] DELETE /v2.0/security-groups/df8cdefb-3b13-40f6-b468-e120a89dacb8 => 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: 1654/3223] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:25:41 2026] GET /v2.0/security-groups?tenant_id=c737612f159b49d4a23ca02b1d38acbe&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: 1570/3224] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:25:42 2026] DELETE /v2.0/security-groups/fd19ccf3-31b3-471d-8980-ae3847668d5b => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:25:45.575 7 INFO neutron.db.segments_db [None req-aaa9d888-3832-4574-9d1a-d1510144c922 8771c23f77db40c295d79c040d8fbe08 9124960ef4314ec895b2bb9605062221 - - default default] Added segment 8d2c2f64-bea8-484b-aa2b-286a37e95623 of type vxlan for network fb4eb5f3-f248-4c50-b7bb-df7e336b8800 [pid: 7|app: 0|req: 1655/3225] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:25:45 2026] POST /v2.0/networks => generated 611 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3226] 10.0.0.249 () {34 vars in 669 bytes} [Tue Aug 11 14:25:45 2026] POST /v2.0/subnets => generated 626 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3227] 10.0.0.249 () {34 vars in 751 bytes} [Tue Aug 11 14:25:45 2026] PUT /v2.0/subnets/c110afb1-6aed-4c59-ba89-8391c0622768/tags => generated 25 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3228] 10.0.0.249 () {32 vars in 731 bytes} [Tue Aug 11 14:25:45 2026] GET /v2.0/subnets/c110afb1-6aed-4c59-ba89-8391c0622768/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1657/3229] 10.0.0.249 () {34 vars in 762 bytes} [Tue Aug 11 14:25:46 2026] PUT /v2.0/subnets/c110afb1-6aed-4c59-ba89-8391c0622768/tags/green => generated 4 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3230] 10.0.0.249 () {32 vars in 731 bytes} [Tue Aug 11 14:25:46 2026] GET /v2.0/subnets/c110afb1-6aed-4c59-ba89-8391c0622768/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: 1658/3231] 10.0.0.249 () {34 vars in 758 bytes} [Tue Aug 11 14:25:46 2026] PUT /v2.0/subnets/c110afb1-6aed-4c59-ba89-8391c0622768/tags/red => generated 4 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3232] 10.0.0.249 () {32 vars in 731 bytes} [Tue Aug 11 14:25:46 2026] GET /v2.0/subnets/c110afb1-6aed-4c59-ba89-8391c0622768/tags => generated 34 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3233] 10.0.0.249 () {34 vars in 780 bytes} [Tue Aug 11 14:25:46 2026] PUT /v2.0/subnets/c110afb1-6aed-4c59-ba89-8391c0622768/tags/black.or.white => generated 4 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3234] 10.0.0.249 () {32 vars in 731 bytes} [Tue Aug 11 14:25:46 2026] GET /v2.0/subnets/c110afb1-6aed-4c59-ba89-8391c0622768/tags => generated 52 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3235] 10.0.0.249 () {34 vars in 751 bytes} [Tue Aug 11 14:25:46 2026] PUT /v2.0/subnets/c110afb1-6aed-4c59-ba89-8391c0622768/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3236] 10.0.0.249 () {32 vars in 731 bytes} [Tue Aug 11 14:25:46 2026] GET /v2.0/subnets/c110afb1-6aed-4c59-ba89-8391c0622768/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1661/3237] 10.0.0.249 () {32 vars in 739 bytes} [Tue Aug 11 14:25:46 2026] GET /v2.0/subnets/c110afb1-6aed-4c59-ba89-8391c0622768/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:25:46.682 8 INFO neutron.api.v2.resource [None req-2555d4e1-a0a1-4c74-a575-419ba35838dc 8771c23f77db40c295d79c040d8fbe08 9124960ef4314ec895b2bb9605062221 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1577/3238] 10.0.0.249 () {32 vars in 743 bytes} [Tue Aug 11 14:25:46 2026] GET /v2.0/subnets/c110afb1-6aed-4c59-ba89-8391c0622768/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3239] 10.0.0.249 () {32 vars in 742 bytes} [Tue Aug 11 14:25:46 2026] DELETE /v2.0/subnets/c110afb1-6aed-4c59-ba89-8391c0622768/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: 1578/3240] 10.0.0.249 () {32 vars in 731 bytes} [Tue Aug 11 14:25:46 2026] GET /v2.0/subnets/c110afb1-6aed-4c59-ba89-8391c0622768/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:25:46.824 7 INFO neutron.api.v2.resource [None req-7ceb1239-f8cc-4938-baa1-1e511d9de04f 8771c23f77db40c295d79c040d8fbe08 9124960ef4314ec895b2bb9605062221 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1663/3241] 10.0.0.249 () {32 vars in 746 bytes} [Tue Aug 11 14:25:46 2026] DELETE /v2.0/subnets/c110afb1-6aed-4c59-ba89-8391c0622768/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3242] 10.0.0.249 () {32 vars in 734 bytes} [Tue Aug 11 14:25:46 2026] DELETE /v2.0/subnets/c110afb1-6aed-4c59-ba89-8391c0622768/tags => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1664/3243] 10.0.0.249 () {32 vars in 731 bytes} [Tue Aug 11 14:25:46 2026] GET /v2.0/subnets/c110afb1-6aed-4c59-ba89-8391c0622768/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: 1580/3244] 10.0.0.249 () {32 vars in 724 bytes} [Tue Aug 11 14:25:46 2026] DELETE /v2.0/subnets/c110afb1-6aed-4c59-ba89-8391c0622768 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:25:47.194 7 INFO neutron_taas.services.taas.taas_plugin [None req-f89d6184-9638-4d0e-a641-c815564a0a69 8771c23f77db40c295d79c040d8fbe08 9124960ef4314ec895b2bb9605062221 - - default default] TaaS: Handle Delete Port: 34334d22-06d3-49ea-9a03-ac1a913bf49c 2026-08-11 14:25:47.198 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f89d6184-9638-4d0e-a641-c815564a0a69 8771c23f77db40c295d79c040d8fbe08 9124960ef4314ec895b2bb9605062221 - - default default] Tap Mirror: Handle Delete Port: 34334d22-06d3-49ea-9a03-ac1a913bf49c [pid: 7|app: 0|req: 1665/3245] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:25:47 2026] DELETE /v2.0/networks/fb4eb5f3-f248-4c50-b7bb-df7e336b8800 => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:25:47.489 7 INFO neutron.services.segments.plugin [-] Segment 8d2c2f64-bea8-484b-aa2b-286a37e95623 resource provider aggregate not found 2026-08-11 14:25:47.495 7 INFO neutron.services.segments.plugin [-] Segment 8d2c2f64-bea8-484b-aa2b-286a37e95623 resource provider aggregate not found 2026-08-11 14:25:47.509 7 INFO neutron.services.segments.plugin [-] Segment 8d2c2f64-bea8-484b-aa2b-286a37e95623 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d2c2f64-bea8-484b-aa2b-286a37e95623 found for delete ", "request_id": "req-604616e8-3e57-4609-a034-2f41fa9576da"}]} 2026-08-11 14:25:47.513 7 INFO neutron.services.segments.plugin [-] Segment 8d2c2f64-bea8-484b-aa2b-286a37e95623 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d2c2f64-bea8-484b-aa2b-286a37e95623 found for delete ", "request_id": "req-6a1e8a7f-1cef-4d35-adea-4abc8ff5cc03"}]} [pid: 8|app: 0|req: 1581/3246] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:25:48 2026] GET /v2.0/security-groups?tenant_id=9124960ef4314ec895b2bb9605062221&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1666/3247] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:25:48 2026] DELETE /v2.0/security-groups/20634fbb-f701-4f75-97a5-d2177ed9d4df => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3248] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:25:48 2026] GET /v2.0/security-groups?tenant_id=f57a2c672f4a4a73ac23d6e359e6b8d7&name=default => generated 2929 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1667/3249] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:25:48 2026] DELETE /v2.0/security-groups/8b03a263-71d9-49db-bc1b-4faebf46a863 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 14:25:51.997 8 INFO neutron.db.segments_db [None req-6652b716-f351-40a4-a68b-7e91641adcbd 3c7cc20f0e9749738842751378e2f2df 73eb148053a14c0f9843013f33b1bb4b - - default default] Added segment a1357318-e3cb-4e89-aa91-e443160966f3 of type vxlan for network dd83fe9f-1541-40e3-9343-bd81757b09fe [pid: 8|app: 0|req: 1583/3250] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:25:51 2026] POST /v2.0/networks => generated 612 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 14:25:52.181 7 INFO neutron.db.segments_db [None req-3bf8adef-949a-4d44-8445-36daa4b6cd66 3c7cc20f0e9749738842751378e2f2df 73eb148053a14c0f9843013f33b1bb4b - - default default] Added segment 900540fd-e9da-439e-a0d3-f61d5f1e4ea1 of type vxlan for network 35b17587-7d93-43b4-9be3-bed8404475ef [pid: 7|app: 0|req: 1668/3251] 10.0.0.249 () {34 vars in 670 bytes} [Tue Aug 11 14:25:52 2026] POST /v2.0/networks => generated 613 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3252] 10.0.0.249 () {34 vars in 753 bytes} [Tue Aug 11 14:25:52 2026] PUT /v2.0/networks/dd83fe9f-1541-40e3-9343-bd81757b09fe/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1669/3253] 10.0.0.249 () {32 vars in 733 bytes} [Tue Aug 11 14:25:52 2026] GET /v2.0/networks/dd83fe9f-1541-40e3-9343-bd81757b09fe/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: 1585/3254] 10.0.0.249 () {34 vars in 753 bytes} [Tue Aug 11 14:25:52 2026] PUT /v2.0/networks/35b17587-7d93-43b4-9be3-bed8404475ef/tags => generated 17 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1670/3255] 10.0.0.249 () {32 vars in 733 bytes} [Tue Aug 11 14:25:52 2026] GET /v2.0/networks/35b17587-7d93-43b4-9be3-bed8404475ef/tags => generated 17 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3256] 10.0.0.249 () {34 vars in 753 bytes} [Tue Aug 11 14:25:52 2026] PUT /v2.0/networks/35b17587-7d93-43b4-9be3-bed8404475ef/tags => generated 12 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1671/3257] 10.0.0.249 () {32 vars in 733 bytes} [Tue Aug 11 14:25:52 2026] GET /v2.0/networks/35b17587-7d93-43b4-9be3-bed8404475ef/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3258] 10.0.0.249 () {32 vars in 733 bytes} [Tue Aug 11 14:25:52 2026] GET /v2.0/networks/dd83fe9f-1541-40e3-9343-bd81757b09fe/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 14:25:52.808 7 INFO neutron.services.segments.plugin [-] Segment a1357318-e3cb-4e89-aa91-e443160966f3 resource provider aggregate not found 2026-08-11 14:25:52.817 7 INFO neutron.services.segments.plugin [-] Segment a1357318-e3cb-4e89-aa91-e443160966f3 resource provider aggregate not found 2026-08-11 14:25:52.834 7 INFO neutron.services.segments.plugin [-] Segment a1357318-e3cb-4e89-aa91-e443160966f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1357318-e3cb-4e89-aa91-e443160966f3 found for delete ", "request_id": "req-87087ff6-4177-487f-b1f6-9a4cf095cda2"}]} 2026-08-11 14:25:52.835 7 INFO neutron.services.segments.plugin [-] Segment a1357318-e3cb-4e89-aa91-e443160966f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1357318-e3cb-4e89-aa91-e443160966f3 found for delete ", "request_id": "req-90d4978d-1e24-4968-9682-a5c6f82d94cb"}]} [pid: 7|app: 0|req: 1672/3259] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:25:52 2026] DELETE /v2.0/networks/dd83fe9f-1541-40e3-9343-bd81757b09fe => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 14:25:52.963 8 INFO neutron.services.segments.plugin [-] Segment 900540fd-e9da-439e-a0d3-f61d5f1e4ea1 resource provider aggregate not found 2026-08-11 14:25:52.964 8 INFO neutron.services.segments.plugin [-] Segment 900540fd-e9da-439e-a0d3-f61d5f1e4ea1 resource provider aggregate not found 2026-08-11 14:25:52.985 8 INFO neutron.services.segments.plugin [-] Segment 900540fd-e9da-439e-a0d3-f61d5f1e4ea1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 900540fd-e9da-439e-a0d3-f61d5f1e4ea1 found for delete ", "request_id": "req-eaecd5d6-6ef3-4bbd-9410-57b2d7955027"}]} 2026-08-11 14:25:52.990 8 INFO neutron.services.segments.plugin [-] Segment 900540fd-e9da-439e-a0d3-f61d5f1e4ea1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 900540fd-e9da-439e-a0d3-f61d5f1e4ea1 found for delete ", "request_id": "req-7c16296a-0063-43d5-b7b8-afbcff046ec4"}]} [pid: 8|app: 0|req: 1588/3260] 10.0.0.249 () {32 vars in 726 bytes} [Tue Aug 11 14:25:52 2026] DELETE /v2.0/networks/35b17587-7d93-43b4-9be3-bed8404475ef => 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: 1673/3261] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:25:53 2026] GET /v2.0/security-groups?tenant_id=73eb148053a14c0f9843013f33b1bb4b&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3262] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:25:53 2026] DELETE /v2.0/security-groups/e73dd3db-046c-4a13-b9e4-410f027e7943 => 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: 1674/3263] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:25:53 2026] GET /v2.0/security-groups?tenant_id=3eca00f772c243a887c39d91d8ff3596&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3264] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:25:54 2026] DELETE /v2.0/security-groups/91c6a502-8230-4a5c-8234-2adb8ed0899b => 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: 1592/3267] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:25:57 2026] GET /v2.0/security-groups?tenant_id=0e76fa4d07484d71a83f25657b3857c6&name=default => generated 2929 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1676/3268] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:25:57 2026] DELETE /v2.0/security-groups/08cd79f1-3fef-4003-82ca-e5c6d5fbbb54 => 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: 1593/3269] 10.0.0.249 () {32 vars in 774 bytes} [Tue Aug 11 14:25:58 2026] GET /v2.0/security-groups?tenant_id=bb19553970bb457fa0d18000b151b7a8&name=default => generated 2929 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1677/3270] 10.0.0.249 () {32 vars in 740 bytes} [Tue Aug 11 14:25:58 2026] DELETE /v2.0/security-groups/0b15c42d-755f-4e55-8fe7-131972d3d3a6 => 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: 1594/3271] 10.0.0.249 () {32 vars in 649 bytes} [Tue Aug 11 14:26:01 2026] GET /v2.0/networks => generated 2168 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1678/3272] 10.0.0.249 () {32 vars in 655 bytes} [Tue Aug 11 14:26:02 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: 8|app: 0|req: 1595/3273] 10.0.0.249 () {32 vars in 647 bytes} [Tue Aug 11 14:26:02 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1679/3274] 10.0.0.249 () {32 vars in 643 bytes} [Tue Aug 11 14:26:02 2026] GET /v2.0/ports => generated 4721 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3275] 10.0.0.249 () {32 vars in 647 bytes} [Tue Aug 11 14:26:02 2026] GET /v2.0/subnets => generated 1308 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1680/3276] 10.0.0.249 () {32 vars in 649 bytes} [Tue Aug 11 14:26:02 2026] GET /v2.0/networks => generated 2168 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3277] 10.0.0.249 () {32 vars in 663 bytes} [Tue Aug 11 14:26:02 2026] GET /v2.0/security-groups => generated 17397 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1681/3278] 10.0.0.249 () {32 vars in 655 bytes} [Tue Aug 11 14:26:02 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)