+ 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 [Thu Apr 2 17:29:13 2026] *** compiled with version: 13.3.0 on 27 February 2026 14:41:32 os: Linux-5.15.0-174-generic #184-Ubuntu SMP Fri Mar 13 18:41:50 UTC 2026 nodename: neutron-server-5f5cccbbd4-wwvm6 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, Jan 22 2026, 20:57:42) [GCC 13.3.0] Python main interpreter initialized at 0x7f20951f4668 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-04-02 17:29:17.797 7 INFO neutron.common.config [-] Logging enabled! 2026-04-02 17:29:17.797 7 INFO neutron.common.config [-] uwsgi version 27.0.2.dev36 2026-04-02 17:29:17.865 8 INFO neutron.common.config [-] Logging enabled! 2026-04-02 17:29:17.865 8 INFO neutron.common.config [-] uwsgi version 27.0.2.dev36 2026-04-02 17:29:18.199 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-02 17:29:18.287 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-02 17:29:19.676 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-02 17:29:19.678 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-02 17:29:19.682 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-02 17:29:19.684 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-02 17:29:19.684 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-02 17:29:19.684 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-02 17:29:19.684 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-02 17:29:19.692 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-02 17:29:19.692 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-02 17:29:19.692 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-02 17:29:19.714 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-02 17:29:19.715 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-02 17:29:19.715 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-02 17:29:19.742 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-02 17:29:19.743 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-02 17:29:19.743 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-02 17:29:19.743 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-02 17:29:19.864 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-02 17:29:19.867 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-02 17:29:19.870 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-02 17:29:19.872 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-02 17:29:19.872 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-02 17:29:19.872 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-02 17:29:19.872 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-02 17:29:19.880 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-02 17:29:19.880 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-02 17:29:19.880 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-02 17:29:19.902 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-02 17:29:19.903 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-02 17:29:19.903 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-02 17:29:19.930 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-02 17:29:19.930 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-02 17:29:19.930 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-02 17:29:19.930 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-02 17:29:20.028 7 INFO neutron.plugins.ml2.managers [None req-e90547a5-51a0-4ffa-847f-c33ed2535a8e - - - - - -] Initializing driver for type 'vlan' 2026-04-02 17:29:20.222 8 INFO neutron.plugins.ml2.managers [None req-145e7558-84c0-47d2-a6ff-a79b5992f812 - - - - - -] Initializing driver for type 'vlan' 2026-04-02 17:29:20.317 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-e90547a5-51a0-4ffa-847f-c33ed2535a8e - - - - - -] VlanTypeDriver initialization complete 2026-04-02 17:29:20.317 7 INFO neutron.plugins.ml2.managers [None req-e90547a5-51a0-4ffa-847f-c33ed2535a8e - - - - - -] Initializing driver for type 'vxlan' 2026-04-02 17:29:20.317 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-e90547a5-51a0-4ffa-847f-c33ed2535a8e - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-02 17:29:20.332 7 INFO neutron.plugins.ml2.managers [None req-e90547a5-51a0-4ffa-847f-c33ed2535a8e - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-02 17:29:20.333 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-e90547a5-51a0-4ffa-847f-c33ed2535a8e - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-02 17:29:20.333 7 INFO neutron.plugins.ml2.managers [None req-e90547a5-51a0-4ffa-847f-c33ed2535a8e - - - - - -] Initializing extension driver 'port_security' 2026-04-02 17:29:20.333 7 INFO neutron.plugins.ml2.extensions.port_security [None req-e90547a5-51a0-4ffa-847f-c33ed2535a8e - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-02 17:29:20.333 7 INFO neutron.plugins.ml2.managers [None req-e90547a5-51a0-4ffa-847f-c33ed2535a8e - - - - - -] Initializing extension driver 'qos' 2026-04-02 17:29:20.333 7 INFO neutron.plugins.ml2.managers [None req-e90547a5-51a0-4ffa-847f-c33ed2535a8e - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-02 17:29:20.333 7 INFO neutron.plugins.ml2.managers [None req-e90547a5-51a0-4ffa-847f-c33ed2535a8e - - - - - -] Initializing mechanism driver 'l2population' 2026-04-02 17:29:20.348 7 INFO neutron.quota [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded quota_driver: . 2026-04-02 17:29:20.348 7 INFO neutron.plugins.ml2.plugin [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Modular L2 Plugin initialization complete 2026-04-02 17:29:20.348 7 INFO neutron.plugins.ml2.managers [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-02 17:29:20.349 7 INFO neutron.plugins.ml2.managers [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-02 17:29:20.349 7 INFO neutron.plugins.ml2.managers [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Got port-security extension from driver 'port_security' 2026-04-02 17:29:20.349 7 INFO neutron.manager [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loading Plugin: qos 2026-04-02 17:29:20.362 7 INFO neutron.manager [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loading Plugin: router 2026-04-02 17:29:20.402 7 INFO neutron.services.service_base [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-02 17:29:20.403 7 INFO neutron.manager [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loading Plugin: segments 2026-04-02 17:29:20.497 7 INFO neutron.manager [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loading Plugin: trunk 2026-04-02 17:29:20.512 7 INFO neutron.manager [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loading Plugin: vpnaas 2026-04-02 17:29:20.517 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-145e7558-84c0-47d2-a6ff-a79b5992f812 - - - - - -] VlanTypeDriver initialization complete 2026-04-02 17:29:20.517 8 INFO neutron.plugins.ml2.managers [None req-145e7558-84c0-47d2-a6ff-a79b5992f812 - - - - - -] Initializing driver for type 'vxlan' 2026-04-02 17:29:20.517 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-145e7558-84c0-47d2-a6ff-a79b5992f812 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-02 17:29:20.534 8 INFO neutron.plugins.ml2.managers [None req-145e7558-84c0-47d2-a6ff-a79b5992f812 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-02 17:29:20.534 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-145e7558-84c0-47d2-a6ff-a79b5992f812 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-02 17:29:20.534 8 INFO neutron.plugins.ml2.managers [None req-145e7558-84c0-47d2-a6ff-a79b5992f812 - - - - - -] Initializing extension driver 'port_security' 2026-04-02 17:29:20.535 8 INFO neutron.plugins.ml2.extensions.port_security [None req-145e7558-84c0-47d2-a6ff-a79b5992f812 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-02 17:29:20.535 8 INFO neutron.plugins.ml2.managers [None req-145e7558-84c0-47d2-a6ff-a79b5992f812 - - - - - -] Initializing extension driver 'qos' 2026-04-02 17:29:20.535 8 INFO neutron.plugins.ml2.managers [None req-145e7558-84c0-47d2-a6ff-a79b5992f812 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-02 17:29:20.535 8 INFO neutron.plugins.ml2.managers [None req-145e7558-84c0-47d2-a6ff-a79b5992f812 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-02 17:29:20.550 7 WARNING stevedore.named [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-02 17:29:20.550 8 INFO neutron.quota [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded quota_driver: . 2026-04-02 17:29:20.551 8 INFO neutron.plugins.ml2.plugin [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Modular L2 Plugin initialization complete 2026-04-02 17:29:20.551 8 INFO neutron.plugins.ml2.managers [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-02 17:29:20.551 8 INFO neutron.plugins.ml2.managers [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-02 17:29:20.551 8 INFO neutron.plugins.ml2.managers [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-02 17:29:20.551 8 INFO neutron.manager [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loading Plugin: qos 2026-04-02 17:29:20.564 8 INFO neutron.manager [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loading Plugin: router 2026-04-02 17:29:20.606 8 INFO neutron.services.service_base [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-02 17:29:20.606 8 INFO neutron.manager [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loading Plugin: segments 2026-04-02 17:29:20.617 7 INFO neutron_vpnaas.services.vpn.plugin [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-02 17:29:20.617 7 INFO neutron.common.utils [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-02 17:29:20.617 7 INFO neutron.manager [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loading Plugin: taas 2026-04-02 17:29:20.641 7 WARNING stevedore.named [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-02 17:29:20.641 7 WARNING stevedore.named [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-02 17:29:20.668 7 INFO neutron_taas.services.taas.taas_plugin [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-02 17:29:20.669 7 INFO neutron.manager [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loading Plugin: tapmirror 2026-04-02 17:29:20.681 7 WARNING stevedore.named [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-02 17:29:20.681 7 WARNING stevedore.named [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-02 17:29:20.698 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-02 17:29:20.698 7 INFO neutron.manager [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loading Plugin: auto_allocate 2026-04-02 17:29:20.703 8 INFO neutron.manager [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loading Plugin: trunk 2026-04-02 17:29:20.707 7 INFO neutron.manager [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loading Plugin: tag 2026-04-02 17:29:20.716 7 INFO neutron.manager [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loading Plugin: timestamp 2026-04-02 17:29:20.719 8 INFO neutron.manager [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loading Plugin: vpnaas 2026-04-02 17:29:20.720 7 INFO neutron.manager [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loading Plugin: network_ip_availability 2026-04-02 17:29:20.724 7 INFO neutron.manager [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loading Plugin: flavors 2026-04-02 17:29:20.727 7 INFO neutron.manager [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loading Plugin: revisions 2026-04-02 17:29:20.731 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Initializing extension manager. 2026-04-02 17:29:20.732 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: address-group 2026-04-02 17:29:20.733 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: address-scope 2026-04-02 17:29:20.734 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-02 17:29:20.735 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: agent 2026-04-02 17:29:20.735 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: agent-resources-synced 2026-04-02 17:29:20.736 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: allowed-address-pairs 2026-04-02 17:29:20.737 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: auto-allocated-topology 2026-04-02 17:29:20.738 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: availability_zone 2026-04-02 17:29:20.738 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: availability_zone_filter 2026-04-02 17:29:20.739 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-02 17:29:20.739 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: default-subnetpools 2026-04-02 17:29:20.741 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-02 17:29:20.742 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: dns-integration 2026-04-02 17:29:20.742 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: dns-domain-ports 2026-04-02 17:29:20.743 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-02 17:29:20.743 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: dvr 2026-04-02 17:29:20.744 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-02 17:29:20.745 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: empty-string-filtering 2026-04-02 17:29:20.745 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-02 17:29:20.746 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-02 17:29:20.746 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: external-net 2026-04-02 17:29:20.747 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-02 17:29:20.747 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: extraroute 2026-04-02 17:29:20.749 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: extraroute-atomic 2026-04-02 17:29:20.749 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-02 17:29:20.750 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-02 17:29:20.751 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-02 17:29:20.751 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-02 17:29:20.752 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: fip-port-details 2026-04-02 17:29:20.752 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: flavors 2026-04-02 17:29:20.753 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-02 17:29:20.754 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: floatingip-pools 2026-04-02 17:29:20.755 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: ip_allocation 2026-04-02 17:29:20.755 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: ip-substring-filtering 2026-04-02 17:29:20.756 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: l2_adjacency 2026-04-02 17:29:20.757 8 WARNING stevedore.named [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-02 17:29:20.757 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: router 2026-04-02 17:29:20.759 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-02 17:29:20.759 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-02 17:29:20.760 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-02 17:29:20.760 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: ext-gw-mode 2026-04-02 17:29:20.761 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: l3-ha 2026-04-02 17:29:20.761 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-02 17:29:20.762 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-02 17:29:20.762 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: l3-flavors 2026-04-02 17:29:20.763 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-02 17:29:20.764 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-02 17:29:20.766 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-02 17:29:20.767 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-02 17:29:20.768 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-02 17:29:20.769 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-02 17:29:20.770 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-02 17:29:20.771 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: multi-provider 2026-04-02 17:29:20.771 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: net-mtu 2026-04-02 17:29:20.772 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: net-mtu-writable 2026-04-02 17:29:20.772 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: network_availability_zone 2026-04-02 17:29:20.773 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: network_ha 2026-04-02 17:29:20.773 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: network-ip-availability 2026-04-02 17:29:20.774 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-02 17:29:20.775 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: pagination 2026-04-02 17:29:20.775 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: port-device-profile 2026-04-02 17:29:20.776 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-02 17:29:20.776 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-02 17:29:20.777 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-02 17:29:20.778 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: port-mac-override 2026-04-02 17:29:20.778 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-02 17:29:20.779 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-02 17:29:20.779 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-02 17:29:20.780 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: port-resource-request 2026-04-02 17:29:20.780 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: port-resource-request-groups 2026-04-02 17:29:20.781 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-02 17:29:20.781 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: binding 2026-04-02 17:29:20.782 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: binding-extended 2026-04-02 17:29:20.783 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: port-security 2026-04-02 17:29:20.783 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: project-id 2026-04-02 17:29:20.784 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: provider 2026-04-02 17:29:20.784 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-02 17:29:20.788 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: qos 2026-04-02 17:29:20.789 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-02 17:29:20.790 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-02 17:29:20.790 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: qos-default 2026-04-02 17:29:20.790 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: qos-fip 2026-04-02 17:29:20.791 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-02 17:29:20.792 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: qos-gateway-ip 2026-04-02 17:29:20.792 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: qos-port-network-policy 2026-04-02 17:29:20.793 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: qos-pps-minimum 2026-04-02 17:29:20.793 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-02 17:29:20.794 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: qos-pps 2026-04-02 17:29:20.794 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: qos-rule-type-details 2026-04-02 17:29:20.795 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-02 17:29:20.796 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: qos-rules-alias 2026-04-02 17:29:20.796 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: quota-check-limit 2026-04-02 17:29:20.797 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: quota-check-limit-default 2026-04-02 17:29:20.799 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: quotas 2026-04-02 17:29:20.800 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: quota_details 2026-04-02 17:29:20.801 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: rbac-policies 2026-04-02 17:29:20.802 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: rbac-address-group 2026-04-02 17:29:20.802 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: rbac-address-scope 2026-04-02 17:29:20.803 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: rbac-security-groups 2026-04-02 17:29:20.803 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: rbac-subnetpool 2026-04-02 17:29:20.804 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: revision-if-match 2026-04-02 17:29:20.805 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: standard-attr-revisions 2026-04-02 17:29:20.805 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: router_availability_zone 2026-04-02 17:29:20.806 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-02 17:29:20.807 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: security-groups-default-rules 2026-04-02 17:29:20.808 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-02 17:29:20.808 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-02 17:29:20.809 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-02 17:29:20.810 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-02 17:29:20.810 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-02 17:29:20.814 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: security-group 2026-04-02 17:29:20.816 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: segment 2026-04-02 17:29:20.817 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-02 17:29:20.817 8 INFO neutron_vpnaas.services.vpn.plugin [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-02 17:29:20.817 8 INFO neutron.common.utils [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-02 17:29:20.817 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: service-type 2026-04-02 17:29:20.817 8 INFO neutron.manager [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loading Plugin: taas 2026-04-02 17:29:20.818 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: sorting 2026-04-02 17:29:20.818 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: standard-attr-segment 2026-04-02 17:29:20.819 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: standard-attr-description 2026-04-02 17:29:20.819 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: stateful-security-group 2026-04-02 17:29:20.820 7 WARNING neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-02 17:29:20.820 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-02 17:29:20.821 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: subnet-external-network 2026-04-02 17:29:20.821 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: subnet_onboard 2026-04-02 17:29:20.822 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-02 17:29:20.822 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: subnet-service-types 2026-04-02 17:29:20.823 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: subnet_allocation 2026-04-02 17:29:20.824 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-02 17:29:20.824 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: tag-creation 2026-04-02 17:29:20.825 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-02 17:29:20.829 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: standard-attr-tag 2026-04-02 17:29:20.829 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-02 17:29:20.830 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: trunk 2026-04-02 17:29:20.830 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: trunk-details 2026-04-02 17:29:20.831 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-02 17:29:20.831 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-02 17:29:20.832 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-02 17:29:20.833 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-02 17:29:20.835 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-02 17:29:20.835 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-02 17:29:20.836 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: vpn-flavors 2026-04-02 17:29:20.838 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: vpnaas 2026-04-02 17:29:20.839 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: taas 2026-04-02 17:29:20.840 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: tap-mirror 2026-04-02 17:29:20.840 7 INFO neutron.api.extensions [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Loaded extension: taas-vlan-filter 2026-04-02 17:29:20.841 8 WARNING stevedore.named [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-02 17:29:20.842 8 WARNING stevedore.named [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-02 17:29:20.843 7 INFO neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-02 17:29:20.843 7 INFO neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-02 17:29:20.843 7 INFO neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-02 17:29:20.843 7 INFO neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-02 17:29:20.847 7 INFO neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-02 17:29:20.848 7 INFO neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-02 17:29:20.852 7 INFO neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-02 17:29:20.853 7 INFO neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-02 17:29:20.853 7 INFO neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-02 17:29:20.854 7 INFO neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-02 17:29:20.854 7 WARNING neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] subnetpool is already registered 2026-04-02 17:29:20.855 7 INFO neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-02 17:29:20.855 7 WARNING neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] subnetpool is already registered 2026-04-02 17:29:20.855 7 INFO neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-02 17:29:20.856 7 INFO neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-02 17:29:20.856 7 INFO neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-02 17:29:20.857 7 INFO neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-02 17:29:20.857 7 INFO neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-02 17:29:20.857 7 INFO neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-02 17:29:20.858 7 INFO neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-02 17:29:20.858 7 WARNING neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] ipsecpolicy is already registered 2026-04-02 17:29:20.858 7 INFO neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-02 17:29:20.858 7 WARNING neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] ikepolicy is already registered 2026-04-02 17:29:20.863 7 INFO neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-02 17:29:20.863 7 WARNING neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] router is already registered 2026-04-02 17:29:20.864 7 INFO neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-02 17:29:20.864 7 WARNING neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] floatingip is already registered 2026-04-02 17:29:20.867 8 INFO neutron_taas.services.taas.taas_plugin [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-02 17:29:20.867 7 INFO neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-02 17:29:20.868 7 WARNING neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] rbac_policy is already registered 2026-04-02 17:29:20.868 8 INFO neutron.manager [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loading Plugin: tapmirror 2026-04-02 17:29:20.868 7 INFO neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-02 17:29:20.868 7 WARNING neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] security_group is already registered 2026-04-02 17:29:20.869 7 INFO neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-02 17:29:20.869 7 WARNING neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] security_group_rule is already registered 2026-04-02 17:29:20.870 7 INFO neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-02 17:29:20.870 7 WARNING neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] subnetpool is already registered 2026-04-02 17:29:20.870 7 INFO neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-02 17:29:20.870 7 WARNING neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] subnetpool is already registered 2026-04-02 17:29:20.871 7 INFO neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-02 17:29:20.871 7 WARNING neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] trunk is already registered 2026-04-02 17:29:20.871 7 INFO neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-02 17:29:20.871 7 WARNING neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] ikepolicy is already registered 2026-04-02 17:29:20.872 7 INFO neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-02 17:29:20.872 7 WARNING neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] ipsecpolicy is already registered 2026-04-02 17:29:20.872 7 INFO neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-02 17:29:20.872 7 WARNING neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] endpoint_group is already registered 2026-04-02 17:29:20.873 7 INFO neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-02 17:29:20.873 7 WARNING neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] vpnservice is already registered 2026-04-02 17:29:20.873 7 INFO neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-02 17:29:20.873 7 WARNING neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] ipsec_site_connection is already registered 2026-04-02 17:29:20.874 7 INFO neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-02 17:29:20.874 7 WARNING neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] ipsecpolicy is already registered 2026-04-02 17:29:20.874 7 INFO neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-02 17:29:20.874 7 WARNING neutron.quota.resource_registry [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] ikepolicy is already registered 2026-04-02 17:29:20.880 8 WARNING stevedore.named [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-02 17:29:20.880 8 WARNING stevedore.named [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-02 17:29:20.897 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-02 17:29:20.897 8 INFO neutron.manager [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loading Plugin: auto_allocate 2026-04-02 17:29:20.907 8 INFO neutron.manager [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loading Plugin: tag 2026-04-02 17:29:20.912 7 WARNING keystonemiddleware._common.config [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-02 17:29:20.916 8 INFO neutron.manager [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loading Plugin: timestamp 2026-04-02 17:29:20.919 7 WARNING oslo_config.cfg [None req-30532aff-45e6-4ba9-958f-0b275dd145da - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-04-02 17:29:20.919 8 INFO neutron.manager [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loading Plugin: network_ip_availability WSGI app 0 (mountpoint='') ready in 7 seconds on interpreter 0x7f20951f4668 pid: 7 (default app) 2026-04-02 17:29:20.923 8 INFO neutron.manager [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loading Plugin: flavors 2026-04-02 17:29:20.927 8 INFO neutron.manager [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loading Plugin: revisions 2026-04-02 17:29:20.930 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Initializing extension manager. 2026-04-02 17:29:20.931 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: address-group 2026-04-02 17:29:20.932 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: address-scope 2026-04-02 17:29:20.933 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-02 17:29:20.933 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: agent 2026-04-02 17:29:20.934 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: agent-resources-synced 2026-04-02 17:29:20.935 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-02 17:29:20.936 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-02 17:29:20.937 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: availability_zone 2026-04-02 17:29:20.937 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: availability_zone_filter 2026-04-02 17:29:20.938 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-02 17:29:20.938 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: default-subnetpools 2026-04-02 17:29:20.940 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-02 17:29:20.941 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: dns-integration 2026-04-02 17:29:20.941 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: dns-domain-ports 2026-04-02 17:29:20.942 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-02 17:29:20.942 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: dvr 2026-04-02 17:29:20.943 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-02 17:29:20.943 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: empty-string-filtering 2026-04-02 17:29:20.945 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-02 17:29:20.945 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-02 17:29:20.946 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: external-net 2026-04-02 17:29:20.946 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-02 17:29:20.947 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: extraroute 2026-04-02 17:29:20.948 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: extraroute-atomic 2026-04-02 17:29:20.949 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-02 17:29:20.950 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-02 17:29:20.951 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-02 17:29:20.951 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-02 17:29:20.952 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: fip-port-details 2026-04-02 17:29:20.952 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: flavors 2026-04-02 17:29:20.953 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-02 17:29:20.954 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: floatingip-pools 2026-04-02 17:29:20.955 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: ip_allocation 2026-04-02 17:29:20.955 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-02 17:29:20.956 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: l2_adjacency 2026-04-02 17:29:20.957 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: router 2026-04-02 17:29:20.959 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-02 17:29:20.959 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-02 17:29:20.960 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-02 17:29:20.961 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: ext-gw-mode 2026-04-02 17:29:20.961 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: l3-ha 2026-04-02 17:29:20.961 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-02 17:29:20.962 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-02 17:29:20.962 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: l3-flavors 2026-04-02 17:29:20.963 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-02 17:29:20.964 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-02 17:29:20.966 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-02 17:29:20.967 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-02 17:29:20.968 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-02 17:29:20.969 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-02 17:29:20.970 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-02 17:29:20.971 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: multi-provider 2026-04-02 17:29:20.971 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: net-mtu 2026-04-02 17:29:20.972 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: net-mtu-writable 2026-04-02 17:29:20.972 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: network_availability_zone 2026-04-02 17:29:20.973 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: network_ha 2026-04-02 17:29:20.973 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: network-ip-availability 2026-04-02 17:29:20.974 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-02 17:29:20.975 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: pagination 2026-04-02 17:29:20.976 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: port-device-profile 2026-04-02 17:29:20.976 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-02 17:29:20.977 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-02 17:29:20.977 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-02 17:29:20.978 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: port-mac-override 2026-04-02 17:29:20.978 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-02 17:29:20.980 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-02 17:29:20.980 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-02 17:29:20.981 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: port-resource-request 2026-04-02 17:29:20.981 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-02 17:29:20.982 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-02 17:29:20.982 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: binding 2026-04-02 17:29:20.983 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: binding-extended 2026-04-02 17:29:20.983 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: port-security 2026-04-02 17:29:20.984 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: project-id 2026-04-02 17:29:20.984 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: provider 2026-04-02 17:29:20.985 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-02 17:29:20.989 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: qos 2026-04-02 17:29:20.990 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-02 17:29:20.990 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-02 17:29:20.991 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: qos-default 2026-04-02 17:29:20.991 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: qos-fip 2026-04-02 17:29:20.992 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-02 17:29:20.992 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-02 17:29:20.993 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-02 17:29:20.993 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-02 17:29:20.994 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-02 17:29:20.995 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: qos-pps 2026-04-02 17:29:20.995 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-02 17:29:20.996 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-02 17:29:20.996 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: qos-rules-alias 2026-04-02 17:29:20.997 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: quota-check-limit 2026-04-02 17:29:20.998 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-02 17:29:21.000 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: quotas 2026-04-02 17:29:21.001 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: quota_details 2026-04-02 17:29:21.002 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: rbac-policies 2026-04-02 17:29:21.003 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: rbac-address-group 2026-04-02 17:29:21.003 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: rbac-address-scope 2026-04-02 17:29:21.004 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: rbac-security-groups 2026-04-02 17:29:21.004 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-02 17:29:21.005 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: revision-if-match 2026-04-02 17:29:21.005 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-02 17:29:21.006 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: router_availability_zone 2026-04-02 17:29:21.006 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-02 17:29:21.008 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-02 17:29:21.009 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-02 17:29:21.009 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-02 17:29:21.010 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-02 17:29:21.010 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-02 17:29:21.011 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-02 17:29:21.015 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: security-group 2026-04-02 17:29:21.017 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: segment 2026-04-02 17:29:21.017 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-02 17:29:21.018 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: service-type 2026-04-02 17:29:21.018 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: sorting 2026-04-02 17:29:21.019 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: standard-attr-segment 2026-04-02 17:29:21.020 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: standard-attr-description 2026-04-02 17:29:21.020 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: stateful-security-group 2026-04-02 17:29:21.021 8 WARNING neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-02 17:29:21.021 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-02 17:29:21.022 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: subnet-external-network 2026-04-02 17:29:21.022 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: subnet_onboard 2026-04-02 17:29:21.023 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-02 17:29:21.023 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: subnet-service-types 2026-04-02 17:29:21.024 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: subnet_allocation 2026-04-02 17:29:21.025 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-02 17:29:21.025 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: tag-creation 2026-04-02 17:29:21.026 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-02 17:29:21.030 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: standard-attr-tag 2026-04-02 17:29:21.031 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-02 17:29:21.031 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: trunk 2026-04-02 17:29:21.032 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: trunk-details 2026-04-02 17:29:21.032 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-02 17:29:21.033 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-02 17:29:21.033 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-02 17:29:21.034 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-02 17:29:21.036 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-02 17:29:21.037 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-02 17:29:21.037 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: vpn-flavors 2026-04-02 17:29:21.039 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: vpnaas 2026-04-02 17:29:21.040 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: taas 2026-04-02 17:29:21.041 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: tap-mirror 2026-04-02 17:29:21.042 8 INFO neutron.api.extensions [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-02 17:29:21.044 8 INFO neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-02 17:29:21.044 8 INFO neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-02 17:29:21.045 8 INFO neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-02 17:29:21.045 8 INFO neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-02 17:29:21.048 8 INFO neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-02 17:29:21.048 8 INFO neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-02 17:29:21.053 8 INFO neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-02 17:29:21.054 8 INFO neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-02 17:29:21.054 8 INFO neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-02 17:29:21.055 8 INFO neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-02 17:29:21.055 8 WARNING neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] subnetpool is already registered 2026-04-02 17:29:21.056 8 INFO neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-02 17:29:21.056 8 WARNING neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] subnetpool is already registered 2026-04-02 17:29:21.056 8 INFO neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-02 17:29:21.057 8 INFO neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-02 17:29:21.057 8 INFO neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-02 17:29:21.057 8 INFO neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-02 17:29:21.058 8 INFO neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-02 17:29:21.058 8 INFO neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-02 17:29:21.059 8 INFO neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-02 17:29:21.059 8 WARNING neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] ipsecpolicy is already registered 2026-04-02 17:29:21.059 8 INFO neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-02 17:29:21.059 8 WARNING neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] ikepolicy is already registered 2026-04-02 17:29:21.064 8 INFO neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-02 17:29:21.064 8 WARNING neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] router is already registered 2026-04-02 17:29:21.064 8 INFO neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-02 17:29:21.065 8 WARNING neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] floatingip is already registered 2026-04-02 17:29:21.068 8 INFO neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-02 17:29:21.068 8 WARNING neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] rbac_policy is already registered 2026-04-02 17:29:21.069 8 INFO neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-02 17:29:21.069 8 WARNING neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] security_group is already registered 2026-04-02 17:29:21.070 8 INFO neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-02 17:29:21.070 8 WARNING neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] security_group_rule is already registered 2026-04-02 17:29:21.070 8 INFO neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-02 17:29:21.071 8 WARNING neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] subnetpool is already registered 2026-04-02 17:29:21.071 8 INFO neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-02 17:29:21.071 8 WARNING neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] subnetpool is already registered 2026-04-02 17:29:21.072 8 INFO neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-02 17:29:21.072 8 WARNING neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] trunk is already registered 2026-04-02 17:29:21.072 8 INFO neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-02 17:29:21.074 8 WARNING neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] ikepolicy is already registered 2026-04-02 17:29:21.074 8 INFO neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-02 17:29:21.074 8 WARNING neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] ipsecpolicy is already registered 2026-04-02 17:29:21.075 8 INFO neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-02 17:29:21.075 8 WARNING neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] endpoint_group is already registered 2026-04-02 17:29:21.075 8 INFO neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-02 17:29:21.076 8 WARNING neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] vpnservice is already registered 2026-04-02 17:29:21.076 8 INFO neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-02 17:29:21.076 8 WARNING neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] ipsec_site_connection is already registered 2026-04-02 17:29:21.076 8 INFO neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-02 17:29:21.077 8 WARNING neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] ipsecpolicy is already registered 2026-04-02 17:29:21.077 8 INFO neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-02 17:29:21.077 8 WARNING neutron.quota.resource_registry [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] ikepolicy is already registered 2026-04-02 17:29:21.118 8 WARNING keystonemiddleware._common.config [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-02 17:29:21.125 8 WARNING oslo_config.cfg [None req-5fd1dffd-cc6c-4a43-9142-c89c4b47e415 - - - - - -] 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 0x7f20951f4668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-02 17:29:26.473 7 INFO neutron.pecan_wsgi.hooks.translation [None req-006334cd-4a4d-42dd-9be4-4e87416859f0 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/3] 199.19.213.5 () {44 vars in 920 bytes} [Thu Apr 2 17:29:25 2026] GET /v2.0/networks/public => generated 108 bytes in 824 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 2/4] 199.19.213.5 () {44 vars in 942 bytes} [Thu Apr 2 17:29:26 2026] GET /v2.0/networks?name=public => generated 15 bytes in 389 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:29:27.262 7 WARNING neutron.services.revisions.revision_plugin [None req-cbf5b3da-8ee1-4130-9db5-276d127e44b1 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Could not find related network for resource to bump revision. 2026-04-02 17:29:27.286 7 INFO neutron.db.segments_db [None req-cbf5b3da-8ee1-4130-9db5-276d127e44b1 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Added segment 80b02b28-28d4-4a83-a9b5-2d96422d42f9 of type flat for network ea1883e5-eba5-4db4-ab32-b2f4814bf231 2026-04-02 17:29:27.330 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cbf5b3da-8ee1-4130-9db5-276d127e44b1 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/5] 199.19.213.5 () {48 vars in 960 bytes} [Thu Apr 2 17:29:26 2026] POST /v2.0/networks => generated 124 bytes in 469 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 17:29:33.541 8 INFO neutron.pecan_wsgi.hooks.translation [None req-79bf14f6-d777-4c82-a90e-c5fb325d4326 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/6] 199.19.213.5 () {44 vars in 920 bytes} [Thu Apr 2 17:29:33 2026] GET /v2.0/networks/public => generated 108 bytes in 385 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4/7] 199.19.213.5 () {44 vars in 942 bytes} [Thu Apr 2 17:29:33 2026] GET /v2.0/networks?name=public => generated 15 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:29:33.838 8 WARNING neutron.services.revisions.revision_plugin [None req-b3c95927-0353-40dc-b2b0-c2b7930d56e7 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Could not find related network for resource to bump revision. 2026-04-02 17:29:33.864 8 INFO neutron.db.segments_db [None req-b3c95927-0353-40dc-b2b0-c2b7930d56e7 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Added segment 103e7ef0-2b44-43e2-80dc-facb161ae0be of type flat for network 37711ab8-269b-45be-ae90-823e3686a4d9 2026-04-02 17:29:33.923 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b3c95927-0353-40dc-b2b0-c2b7930d56e7 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/8] 199.19.213.5 () {48 vars in 960 bytes} [Thu Apr 2 17:29:33 2026] POST /v2.0/networks => generated 124 bytes in 363 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 17:29:39.755 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7450c25c-92c8-4aec-864f-938132369417 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/10] 199.19.213.5 () {44 vars in 920 bytes} [Thu Apr 2 17:29:39 2026] GET /v2.0/networks/public => generated 108 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/11] 199.19.213.5 () {44 vars in 942 bytes} [Thu Apr 2 17:29:39 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:29:39.823 8 WARNING neutron.services.revisions.revision_plugin [None req-8b417bee-33d1-44d3-bd26-5f80ec7ef953 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Could not find related network for resource to bump revision. 2026-04-02 17:29:39.834 8 INFO neutron.db.segments_db [None req-8b417bee-33d1-44d3-bd26-5f80ec7ef953 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Added segment 8f737c34-bd02-4005-af34-2b641c6cdc8f of type flat for network 600044d6-2c39-4f57-8e6b-1b5a7f074ea0 2026-04-02 17:29:39.852 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8b417bee-33d1-44d3-bd26-5f80ec7ef953 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/12] 199.19.213.5 () {48 vars in 960 bytes} [Thu Apr 2 17:29:39 2026] POST /v2.0/networks => generated 124 bytes in 81 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 17:29:45.677 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ae7fe38e-9cb6-4f16-ae9d-6d420f3bf1f7 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/13] 199.19.213.5 () {44 vars in 920 bytes} [Thu Apr 2 17:29:45 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/14] 199.19.213.5 () {44 vars in 942 bytes} [Thu Apr 2 17:29:45 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-04-02 17:29:45.752 7 WARNING neutron.services.revisions.revision_plugin [None req-34e4f9d6-0a43-4416-97ba-5f70cb720789 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Could not find related network for resource to bump revision. 2026-04-02 17:29:45.833 7 INFO neutron.db.segments_db [None req-34e4f9d6-0a43-4416-97ba-5f70cb720789 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Added segment 734a7eef-0038-406c-953a-2c8b5551556a of type flat for network 86e01c51-d13b-441d-bf27-7c1e517639d3 2026-04-02 17:29:45.869 7 INFO neutron.pecan_wsgi.hooks.translation [None req-34e4f9d6-0a43-4416-97ba-5f70cb720789 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/15] 199.19.213.5 () {48 vars in 960 bytes} [Thu Apr 2 17:29:45 2026] POST /v2.0/networks => generated 124 bytes in 176 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 17:29:51.763 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a3c8b11a-d0a7-428e-8054-cf8e40963b60 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/16] 199.19.213.5 () {44 vars in 920 bytes} [Thu Apr 2 17:29:51 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/17] 199.19.213.5 () {44 vars in 942 bytes} [Thu Apr 2 17:29:51 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:29:51.826 8 WARNING neutron.services.revisions.revision_plugin [None req-1d9d1020-1476-423a-bf60-b209ab055270 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Could not find related network for resource to bump revision. 2026-04-02 17:29:51.841 8 INFO neutron.db.segments_db [None req-1d9d1020-1476-423a-bf60-b209ab055270 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Added segment 3ad5b536-c3b5-4173-b0c7-11e0e2ed5a4a of type flat for network e618688f-4c02-4caf-a7ab-363cfd8685c3 2026-04-02 17:29:51.862 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1d9d1020-1476-423a-bf60-b209ab055270 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/18] 199.19.213.5 () {48 vars in 960 bytes} [Thu Apr 2 17:29:51 2026] POST /v2.0/networks => generated 124 bytes in 84 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 17:29:57.870 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dd9e73a3-9909-402d-87f4-672a9d526f73 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/20] 199.19.213.5 () {44 vars in 920 bytes} [Thu Apr 2 17:29:57 2026] GET /v2.0/networks/public => generated 108 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 11/21] 199.19.213.5 () {44 vars in 942 bytes} [Thu Apr 2 17:29:57 2026] GET /v2.0/networks?name=public => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:29:57.939 8 WARNING neutron.services.revisions.revision_plugin [None req-955e578f-461c-4f06-9cb6-73a3675801bc 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Could not find related network for resource to bump revision. 2026-04-02 17:29:57.953 8 INFO neutron.db.segments_db [None req-955e578f-461c-4f06-9cb6-73a3675801bc 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Added segment a2a1f69b-aead-478b-8c5c-e1801a552331 of type flat for network bbb15344-6c4b-449a-9a19-15e2dc0e43f4 [pid: 8|app: 0|req: 11/22] 199.19.213.5 () {48 vars in 960 bytes} [Thu Apr 2 17:29:57 2026] POST /v2.0/networks => generated 706 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:29:59.107 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5b8528c5-de94-4407-8f1e-94e76c974855 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/23] 199.19.213.5 () {44 vars in 920 bytes} [Thu Apr 2 17:29:59 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/24] 199.19.213.5 () {44 vars in 942 bytes} [Thu Apr 2 17:29:59 2026] GET /v2.0/networks?name=public => generated 709 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:29:59.177 7 INFO neutron.pecan_wsgi.hooks.translation [None req-400ab7ef-b88d-4545-80f8-74b0a128ae28 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 13/25] 199.19.213.5 () {44 vars in 1027 bytes} [Thu Apr 2 17:29:59 2026] GET /v2.0/subnets/public-subnet?network_id=bbb15344-6c4b-449a-9a19-15e2dc0e43f4 => generated 113 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/26] 199.19.213.5 () {44 vars in 1050 bytes} [Thu Apr 2 17:29:59 2026] GET /v2.0/subnets?name=public-subnet&network_id=bbb15344-6c4b-449a-9a19-15e2dc0e43f4 => 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: 14/27] 199.19.213.5 () {48 vars in 958 bytes} [Thu Apr 2 17:29:59 2026] POST /v2.0/subnets => generated 664 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:34:44.290 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6b15bb41-8ec5-4b1d-8596-e2bbf2e55dd4 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 33/65] 199.19.213.5 () {44 vars in 930 bytes} [Thu Apr 2 17:34:44 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: 33/66] 199.19.213.5 () {44 vars in 952 bytes} [Thu Apr 2 17:34:44 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:34:44.376 7 INFO neutron.db.segments_db [None req-5e864030-f343-4d96-a582-de722663324b 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Added segment f0402b23-7f3e-4af6-8364-1ec799706178 of type vxlan for network 50d258fe-9c53-4b0f-bd1a-bc40003243c5 [pid: 7|app: 0|req: 34/67] 199.19.213.5 () {48 vars in 959 bytes} [Thu Apr 2 17:34:44 2026] POST /v2.0/networks => generated 707 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:34:45.399 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c4303b20-b440-4a98-8098-8d846b4b6f4c 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/68] 199.19.213.5 () {44 vars in 930 bytes} [Thu Apr 2 17:34:45 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/69] 199.19.213.5 () {44 vars in 952 bytes} [Thu Apr 2 17:34:45 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:34:45.482 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2a476492-91b0-460b-8074-2ea2fe565373 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/70] 199.19.213.5 () {44 vars in 1029 bytes} [Thu Apr 2 17:34:45 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=50d258fe-9c53-4b0f-bd1a-bc40003243c5 => generated 114 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/71] 199.19.213.5 () {44 vars in 1052 bytes} [Thu Apr 2 17:34:45 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=50d258fe-9c53-4b0f-bd1a-bc40003243c5 => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/72] 199.19.213.5 () {48 vars in 958 bytes} [Thu Apr 2 17:34:45 2026] POST /v2.0/subnets => generated 651 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 17:34:46.802 7 INFO neutron.api.v2.resource [None req-fe8faaf2-898b-46c4-9fd3-2d23ab825d41 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/73] 199.19.213.5 () {44 vars in 964 bytes} [Thu Apr 2 17:34:46 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 67 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/74] 199.19.213.5 () {44 vars in 986 bytes} [Thu Apr 2 17:34:46 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/75] 199.19.213.5 () {48 vars in 973 bytes} [Thu Apr 2 17:34:46 2026] POST /v2.0/security-groups => generated 1616 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/76] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:34:48 2026] GET /v2.0/security-groups/a76b41bc-775e-4ea0-bc05-10114d251629 => generated 1616 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/77] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:34:48 2026] GET /v2.0/security-groups/a76b41bc-775e-4ea0-bc05-10114d251629 => generated 1616 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/78] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:34:48 2026] GET /v2.0/security-groups/a76b41bc-775e-4ea0-bc05-10114d251629 => generated 1616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/79] 199.19.213.5 () {48 vars in 984 bytes} [Thu Apr 2 17:34:48 2026] POST /v2.0/security-group-rules => generated 601 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/80] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:34:49 2026] GET /v2.0/security-groups/a76b41bc-775e-4ea0-bc05-10114d251629 => generated 2230 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/81] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:34:49 2026] GET /v2.0/security-groups/a76b41bc-775e-4ea0-bc05-10114d251629 => generated 2230 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/82] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:34:49 2026] GET /v2.0/security-groups/a76b41bc-775e-4ea0-bc05-10114d251629 => 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: 42/83] 199.19.213.5 () {48 vars in 984 bytes} [Thu Apr 2 17:34:49 2026] POST /v2.0/security-group-rules => generated 603 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/84] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:34:50 2026] GET /v2.0/security-groups/a76b41bc-775e-4ea0-bc05-10114d251629 => generated 2846 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/85] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:34:50 2026] GET /v2.0/security-groups/a76b41bc-775e-4ea0-bc05-10114d251629 => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/86] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:34:50 2026] GET /v2.0/security-groups/a76b41bc-775e-4ea0-bc05-10114d251629 => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/87] 199.19.213.5 () {48 vars in 984 bytes} [Thu Apr 2 17:34:50 2026] POST /v2.0/security-group-rules => generated 603 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/88] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:34:51 2026] GET /v2.0/security-groups/a76b41bc-775e-4ea0-bc05-10114d251629 => generated 3462 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/89] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:34:51 2026] GET /v2.0/security-groups/a76b41bc-775e-4ea0-bc05-10114d251629 => generated 3462 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/90] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:34:51 2026] GET /v2.0/security-groups/a76b41bc-775e-4ea0-bc05-10114d251629 => generated 3462 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/91] 199.19.213.5 () {48 vars in 984 bytes} [Thu Apr 2 17:34:51 2026] POST /v2.0/security-group-rules => generated 603 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/92] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:34:52 2026] GET /v2.0/security-groups/a76b41bc-775e-4ea0-bc05-10114d251629 => generated 4078 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/93] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:34:52 2026] GET /v2.0/security-groups/a76b41bc-775e-4ea0-bc05-10114d251629 => generated 4078 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/94] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:34:52 2026] GET /v2.0/security-groups/a76b41bc-775e-4ea0-bc05-10114d251629 => generated 4078 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/95] 199.19.213.5 () {48 vars in 984 bytes} [Thu Apr 2 17:34:52 2026] POST /v2.0/security-group-rules => generated 603 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/98] 199.19.213.5 () {44 vars in 980 bytes} [Thu Apr 2 17:34:53 2026] GET /v2.0/networks/50d258fe-9c53-4b0f-bd1a-bc40003243c5 => generated 732 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:34:53.796 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0962ba0d-7b0e-41ac-9694-5dd17352f43a 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 49/99] 199.19.213.5 () {44 vars in 1069 bytes} [Thu Apr 2 17:34:53 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=50d258fe-9c53-4b0f-bd1a-bc40003243c5 => generated 132 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/100] 199.19.213.5 () {44 vars in 1092 bytes} [Thu Apr 2 17:34:53 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=50d258fe-9c53-4b0f-bd1a-bc40003243c5 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/101] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:34:53 2026] GET /v2.0/security-groups/a76b41bc-775e-4ea0-bc05-10114d251629 => generated 4694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/102] 199.19.213.5 () {48 vars in 954 bytes} [Thu Apr 2 17:34:53 2026] POST /v2.0/ports => generated 1100 bytes in 535 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-02 17:35:01.439 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c92c08e3-f874-44f5-9386-3567e3e58574 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 51/103] 199.19.213.5 () {44 vars in 972 bytes} [Thu Apr 2 17:35:01 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 53/104] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:35:01 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/105] 199.19.213.5 () {48 vars in 1024 bytes} [Thu Apr 2 17:35:01 2026] PUT /v2.0/ports/6db15c44-ce37-4034-8309-54f7bf6f6971 => generated 1249 bytes in 728 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/106] 199.19.213.5 () {44 vars in 913 bytes} [Thu Apr 2 17:35:03 2026] GET /v2.0/ports => generated 3730 bytes in 95 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-04-02 17:35:04.918 8 INFO neutron.api.v2.resource [None req-a2b77874-c2c6-4531-950d-3649d514a699 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/107] 199.19.213.5 () {44 vars in 952 bytes} [Thu Apr 2 17:35:04 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/108] 199.19.213.5 () {44 vars in 974 bytes} [Thu Apr 2 17:35:04 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/109] 199.19.213.5 () {48 vars in 973 bytes} [Thu Apr 2 17:35:04 2026] POST /v2.0/security-groups => generated 1610 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/110] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:35:05 2026] GET /v2.0/security-groups/661b44e1-248b-4cc5-87b2-5c07bc2ea302 => generated 1610 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/111] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:35:06 2026] GET /v2.0/security-groups/661b44e1-248b-4cc5-87b2-5c07bc2ea302 => generated 1610 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/112] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:35:06 2026] GET /v2.0/security-groups/661b44e1-248b-4cc5-87b2-5c07bc2ea302 => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/113] 199.19.213.5 () {48 vars in 984 bytes} [Thu Apr 2 17:35:06 2026] POST /v2.0/security-group-rules => generated 623 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/114] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:35:07 2026] GET /v2.0/security-groups/661b44e1-248b-4cc5-87b2-5c07bc2ea302 => generated 2246 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/115] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:35:07 2026] GET /v2.0/security-groups/661b44e1-248b-4cc5-87b2-5c07bc2ea302 => generated 2246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/116] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:35:07 2026] GET /v2.0/security-groups/661b44e1-248b-4cc5-87b2-5c07bc2ea302 => generated 2246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/117] 199.19.213.5 () {48 vars in 984 bytes} [Thu Apr 2 17:35:07 2026] POST /v2.0/security-group-rules => generated 627 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 66/130] 199.19.213.5 () {44 vars in 968 bytes} [Thu Apr 2 17:36:33 2026] GET /v2.0/quotas/e832b72032044b83a288adef4e913a0e => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 65/131] 199.19.213.5 () {48 vars in 1020 bytes} [Thu Apr 2 17:36:33 2026] PUT /v2.0/quotas/e832b72032044b83a288adef4e913a0e => 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-04-02 17:38:55.809 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7086d829-7588-4079-90bd-1966d6dcc126 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 76/152] 199.19.213.5 () {30 vars in 739 bytes} [Thu Apr 2 17:38:55 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 122 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: 77/153] 199.19.213.5 () {30 vars in 761 bytes} [Thu Apr 2 17:38:55 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:38:57.822 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6b607d1b-a20a-4362-aa91-8d3f5ad0013c 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 77/154] 199.19.213.5 () {30 vars in 739 bytes} [Thu Apr 2 17:38:57 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 78/155] 199.19.213.5 () {30 vars in 761 bytes} [Thu Apr 2 17:38:57 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:45:18.949 8 INFO neutron.api.v2.resource [None req-1769735a-0283-46d3-bbee-9fa377fb31a6 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 103/206] 199.19.213.5 () {44 vars in 1067 bytes} [Thu Apr 2 17:45:18 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=788ca64d0fd548b2a7598e1f70faa90a => generated 139 bytes in 128 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/207] 199.19.213.5 () {44 vars in 1090 bytes} [Thu Apr 2 17:45:18 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=788ca64d0fd548b2a7598e1f70faa90a => generated 23 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/208] 199.19.213.5 () {48 vars in 974 bytes} [Thu Apr 2 17:45:19 2026] POST /v2.0/security-groups => generated 1624 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/209] 199.19.213.5 () {44 vars in 1081 bytes} [Thu Apr 2 17:45:20 2026] GET /v2.0/security-groups/a53c8a12-0038-440e-8ab3-43dc3f28d599?project_id=788ca64d0fd548b2a7598e1f70faa90a => generated 1624 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/210] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:45:20 2026] GET /v2.0/security-groups/a53c8a12-0038-440e-8ab3-43dc3f28d599 => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/211] 199.19.213.5 () {44 vars in 1081 bytes} [Thu Apr 2 17:45:20 2026] GET /v2.0/security-groups/a53c8a12-0038-440e-8ab3-43dc3f28d599?project_id=788ca64d0fd548b2a7598e1f70faa90a => generated 1624 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/212] 199.19.213.5 () {48 vars in 984 bytes} [Thu Apr 2 17:45:20 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: 107/213] 199.19.213.5 () {44 vars in 1081 bytes} [Thu Apr 2 17:45:21 2026] GET /v2.0/security-groups/a53c8a12-0038-440e-8ab3-43dc3f28d599?project_id=788ca64d0fd548b2a7598e1f70faa90a => generated 2234 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/214] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:45:21 2026] GET /v2.0/security-groups/a53c8a12-0038-440e-8ab3-43dc3f28d599 => generated 2234 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/215] 199.19.213.5 () {44 vars in 1081 bytes} [Thu Apr 2 17:45:21 2026] GET /v2.0/security-groups/a53c8a12-0038-440e-8ab3-43dc3f28d599?project_id=788ca64d0fd548b2a7598e1f70faa90a => generated 2234 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/216] 199.19.213.5 () {48 vars in 984 bytes} [Thu Apr 2 17:45:21 2026] POST /v2.0/security-group-rules => generated 599 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/217] 199.19.213.5 () {44 vars in 1081 bytes} [Thu Apr 2 17:45:22 2026] GET /v2.0/security-groups/a53c8a12-0038-440e-8ab3-43dc3f28d599?project_id=788ca64d0fd548b2a7598e1f70faa90a => generated 2846 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/218] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:45:22 2026] GET /v2.0/security-groups/a53c8a12-0038-440e-8ab3-43dc3f28d599 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/219] 199.19.213.5 () {44 vars in 1081 bytes} [Thu Apr 2 17:45:22 2026] GET /v2.0/security-groups/a53c8a12-0038-440e-8ab3-43dc3f28d599?project_id=788ca64d0fd548b2a7598e1f70faa90a => generated 2846 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/220] 199.19.213.5 () {48 vars in 984 bytes} [Thu Apr 2 17:45:22 2026] POST /v2.0/security-group-rules => generated 601 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/223] 199.19.213.5 () {44 vars in 1081 bytes} [Thu Apr 2 17:45:23 2026] GET /v2.0/security-groups/a53c8a12-0038-440e-8ab3-43dc3f28d599?project_id=788ca64d0fd548b2a7598e1f70faa90a => generated 3460 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/224] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:45:23 2026] GET /v2.0/security-groups/a53c8a12-0038-440e-8ab3-43dc3f28d599 => generated 3460 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/225] 199.19.213.5 () {44 vars in 1081 bytes} [Thu Apr 2 17:45:23 2026] GET /v2.0/security-groups/a53c8a12-0038-440e-8ab3-43dc3f28d599?project_id=788ca64d0fd548b2a7598e1f70faa90a => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/226] 199.19.213.5 () {48 vars in 984 bytes} [Thu Apr 2 17:45:23 2026] POST /v2.0/security-group-rules => generated 602 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/245] 199.19.213.5 () {30 vars in 738 bytes} [Thu Apr 2 17:47:39 2026] GET /v2.0/networks?tenant_id=788ca64d0fd548b2a7598e1f70faa90a&shared=False => generated 15 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 17:47:40.128 7 INFO neutron.db.segments_db [None req-c6cd5a12-7f86-4d58-af09-947e1cd7f384 6a905ee9000741569c3fd0f6569bb26a 788ca64d0fd548b2a7598e1f70faa90a - - a7b72e4b1a9e43f98491286719ff77a1 a7b72e4b1a9e43f98491286719ff77a1] Added segment fd706c57-0a92-4de0-887f-64ef17198154 of type vxlan for network c6eea18c-0754-4c33-a875-1d81670db6c5 [pid: 7|app: 0|req: 123/246] 199.19.213.5 () {34 vars in 680 bytes} [Thu Apr 2 17:47:40 2026] POST /v2.0/networks => generated 718 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/247] 199.19.213.5 () {30 vars in 720 bytes} [Thu Apr 2 17:47:40 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/248] 199.19.213.5 () {30 vars in 631 bytes} [Thu Apr 2 17:47:40 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/249] 199.19.213.5 () {34 vars in 675 bytes} [Thu Apr 2 17:47:40 2026] POST /v2.0/ports => generated 999 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/250] 199.19.213.5 () {30 vars in 701 bytes} [Thu Apr 2 17:47:40 2026] GET /v2.0/networks/c6eea18c-0754-4c33-a875-1d81670db6c5 => 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: 126/251] 199.19.213.5 () {30 vars in 720 bytes} [Thu Apr 2 17:47:42 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/252] 199.19.213.5 () {30 vars in 701 bytes} [Thu Apr 2 17:47:42 2026] GET /v2.0/networks/c6eea18c-0754-4c33-a875-1d81670db6c5 => generated 705 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/255] 199.19.213.5 () {44 vars in 968 bytes} [Thu Apr 2 17:47:55 2026] GET /v2.0/quotas/788ca64d0fd548b2a7598e1f70faa90a => 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: 128/256] 199.19.213.5 () {48 vars in 1020 bytes} [Thu Apr 2 17:47:55 2026] PUT /v2.0/quotas/788ca64d0fd548b2a7598e1f70faa90a => generated 291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:58:47.621 7 INFO neutron.pecan_wsgi.hooks.translation [None req-18c2d6c5-2034-4334-a1c1-c122fce9e689 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 172/343] 199.19.213.5 () {44 vars in 920 bytes} [Thu Apr 2 17:58:47 2026] GET /v2.0/networks/public => generated 108 bytes in 130 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 172/344] 199.19.213.5 () {44 vars in 942 bytes} [Thu Apr 2 17:58:47 2026] GET /v2.0/networks?name=public => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:58:48.831 7 INFO neutron.pecan_wsgi.hooks.translation [None req-77803c92-5048-41d2-bc2e-8e5156eb0f0d 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 173/345] 199.19.213.5 () {44 vars in 920 bytes} [Thu Apr 2 17:58:48 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 173/346] 199.19.213.5 () {44 vars in 942 bytes} [Thu Apr 2 17:58:48 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-04-02 17:58:48.911 7 INFO neutron.pecan_wsgi.hooks.translation [None req-00ee56d2-f29b-4c60-b3a3-984efcb4348e 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 174/347] 199.19.213.5 () {44 vars in 1027 bytes} [Thu Apr 2 17:58:48 2026] GET /v2.0/subnets/public-subnet?network_id=bbb15344-6c4b-449a-9a19-15e2dc0e43f4 => generated 113 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 174/348] 199.19.213.5 () {44 vars in 1050 bytes} [Thu Apr 2 17:58:48 2026] GET /v2.0/subnets?name=public-subnet&network_id=bbb15344-6c4b-449a-9a19-15e2dc0e43f4 => generated 667 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:59:14.885 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d25170c8-6374-445a-93f0-51a1c4aab6d4 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 177/353] 199.19.213.5 () {44 vars in 930 bytes} [Thu Apr 2 17:59:14 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/354] 199.19.213.5 () {44 vars in 952 bytes} [Thu Apr 2 17:59:14 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:59:15.853 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2f56ae20-26da-4398-9e79-6858e9c9eb12 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 178/355] 199.19.213.5 () {44 vars in 930 bytes} [Thu Apr 2 17:59:15 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/356] 199.19.213.5 () {44 vars in 952 bytes} [Thu Apr 2 17:59:15 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:59:15.922 8 INFO neutron.pecan_wsgi.hooks.translation [None req-48d1353e-6859-4c62-b52e-ac9846aca978 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 179/357] 199.19.213.5 () {44 vars in 1029 bytes} [Thu Apr 2 17:59:15 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=50d258fe-9c53-4b0f-bd1a-bc40003243c5 => generated 114 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/358] 199.19.213.5 () {44 vars in 1052 bytes} [Thu Apr 2 17:59:15 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=50d258fe-9c53-4b0f-bd1a-bc40003243c5 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:59:17.068 8 INFO neutron.api.v2.resource [None req-2081daef-6b53-41bb-8891-fe9a221c7930 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 180/359] 199.19.213.5 () {44 vars in 964 bytes} [Thu Apr 2 17:59:17 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/360] 199.19.213.5 () {44 vars in 986 bytes} [Thu Apr 2 17:59:17 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/361] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:59:18 2026] GET /v2.0/security-groups/a76b41bc-775e-4ea0-bc05-10114d251629 => generated 4694 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/362] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:59:18 2026] GET /v2.0/security-groups/a76b41bc-775e-4ea0-bc05-10114d251629 => generated 4694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/363] 199.19.213.5 () {44 vars in 1004 bytes} [Thu Apr 2 17:59:18 2026] GET /v2.0/security-group-rules/9d0550a6-be15-484c-8bbf-b566f5631556 => generated 601 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/364] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:59:19 2026] GET /v2.0/security-groups/a76b41bc-775e-4ea0-bc05-10114d251629 => generated 4694 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/365] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:59:19 2026] GET /v2.0/security-groups/a76b41bc-775e-4ea0-bc05-10114d251629 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/366] 199.19.213.5 () {44 vars in 1004 bytes} [Thu Apr 2 17:59:19 2026] GET /v2.0/security-group-rules/a16ac358-3b5a-46cd-a184-e475aef69232 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/367] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:59:19 2026] GET /v2.0/security-groups/a76b41bc-775e-4ea0-bc05-10114d251629 => 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/368] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:59:20 2026] GET /v2.0/security-groups/a76b41bc-775e-4ea0-bc05-10114d251629 => 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: 185/369] 199.19.213.5 () {44 vars in 1004 bytes} [Thu Apr 2 17:59:20 2026] GET /v2.0/security-group-rules/c8b642be-c938-4aa3-808d-6681eee88b0e => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/370] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:59:20 2026] GET /v2.0/security-groups/a76b41bc-775e-4ea0-bc05-10114d251629 => generated 4694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/371] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:59:20 2026] GET /v2.0/security-groups/a76b41bc-775e-4ea0-bc05-10114d251629 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/372] 199.19.213.5 () {44 vars in 1004 bytes} [Thu Apr 2 17:59:20 2026] GET /v2.0/security-group-rules/d421d4cb-049a-4bc2-bcb0-9177dbfc0c0c => 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: 187/373] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:59:21 2026] GET /v2.0/security-groups/a76b41bc-775e-4ea0-bc05-10114d251629 => 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/374] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:59:21 2026] GET /v2.0/security-groups/a76b41bc-775e-4ea0-bc05-10114d251629 => generated 4694 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/375] 199.19.213.5 () {44 vars in 1004 bytes} [Thu Apr 2 17:59:21 2026] GET /v2.0/security-group-rules/4c55a7a2-6a87-463c-92d9-00011d30e434 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/376] 199.19.213.5 () {44 vars in 980 bytes} [Thu Apr 2 17:59:23 2026] GET /v2.0/networks/50d258fe-9c53-4b0f-bd1a-bc40003243c5 => generated 732 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 17:59:23.217 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a9dec9f5-0ac0-40d0-be5e-40b460ed5e1c 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 189/377] 199.19.213.5 () {44 vars in 1069 bytes} [Thu Apr 2 17:59:23 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=50d258fe-9c53-4b0f-bd1a-bc40003243c5 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/380] 199.19.213.5 () {44 vars in 1092 bytes} [Thu Apr 2 17:59:23 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=50d258fe-9c53-4b0f-bd1a-bc40003243c5 => generated 1254 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/381] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:59:23 2026] GET /v2.0/security-groups/a76b41bc-775e-4ea0-bc05-10114d251629 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:59:30.877 7 INFO neutron.pecan_wsgi.hooks.translation [None req-36c67e7a-2127-43d6-8cc1-9a95190291e6 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 191/382] 199.19.213.5 () {44 vars in 972 bytes} [Thu Apr 2 17:59:30 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 66 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/383] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:59:30 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/384] 199.19.213.5 () {44 vars in 913 bytes} [Thu Apr 2 17:59:32 2026] GET /v2.0/ports => generated 4725 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 17:59:33.552 8 INFO neutron.api.v2.resource [None req-caa2a349-8837-4708-a5d0-658c4394b493 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 193/385] 199.19.213.5 () {44 vars in 952 bytes} [Thu Apr 2 17:59:33 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/386] 199.19.213.5 () {44 vars in 974 bytes} [Thu Apr 2 17:59:33 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/387] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:59:34 2026] GET /v2.0/security-groups/661b44e1-248b-4cc5-87b2-5c07bc2ea302 => generated 2886 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/388] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:59:34 2026] GET /v2.0/security-groups/661b44e1-248b-4cc5-87b2-5c07bc2ea302 => generated 2886 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/389] 199.19.213.5 () {44 vars in 1004 bytes} [Thu Apr 2 17:59:34 2026] GET /v2.0/security-group-rules/fab961df-a020-4447-b628-0ea31541ac78 => generated 623 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/390] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:59:35 2026] GET /v2.0/security-groups/661b44e1-248b-4cc5-87b2-5c07bc2ea302 => generated 2886 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/391] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 17:59:35 2026] GET /v2.0/security-groups/661b44e1-248b-4cc5-87b2-5c07bc2ea302 => generated 2886 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/392] 199.19.213.5 () {44 vars in 1004 bytes} [Thu Apr 2 17:59:35 2026] GET /v2.0/security-group-rules/ff2243c3-675f-4bc9-a20c-96db97d0db2b => generated 627 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/395] 199.19.213.5 () {44 vars in 968 bytes} [Thu Apr 2 17:59:46 2026] GET /v2.0/quotas/e832b72032044b83a288adef4e913a0e => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:00:37.953 8 INFO neutron.api.v2.resource [None req-3b04139a-dae1-4e11-8341-ebf21cd1ba87 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 202/402] 199.19.213.5 () {44 vars in 1067 bytes} [Thu Apr 2 18:00:37 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=788ca64d0fd548b2a7598e1f70faa90a => generated 139 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/403] 199.19.213.5 () {44 vars in 1090 bytes} [Thu Apr 2 18:00:37 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=788ca64d0fd548b2a7598e1f70faa90a => generated 4072 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/406] 199.19.213.5 () {44 vars in 1081 bytes} [Thu Apr 2 18:00:38 2026] GET /v2.0/security-groups/a53c8a12-0038-440e-8ab3-43dc3f28d599?project_id=788ca64d0fd548b2a7598e1f70faa90a => generated 4075 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/407] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 18:00:38 2026] GET /v2.0/security-groups/a53c8a12-0038-440e-8ab3-43dc3f28d599 => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/408] 199.19.213.5 () {44 vars in 1004 bytes} [Thu Apr 2 18:00:39 2026] GET /v2.0/security-group-rules/25b67009-2afc-4671-9254-36039b0f3f65 => generated 597 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/409] 199.19.213.5 () {44 vars in 1081 bytes} [Thu Apr 2 18:00:39 2026] GET /v2.0/security-groups/a53c8a12-0038-440e-8ab3-43dc3f28d599?project_id=788ca64d0fd548b2a7598e1f70faa90a => generated 4075 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/410] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 18:00:39 2026] GET /v2.0/security-groups/a53c8a12-0038-440e-8ab3-43dc3f28d599 => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/411] 199.19.213.5 () {44 vars in 1004 bytes} [Thu Apr 2 18:00:39 2026] GET /v2.0/security-group-rules/11ae6bd2-816d-4e1e-9c27-d0f26d8ecd2d => generated 599 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/412] 199.19.213.5 () {44 vars in 1081 bytes} [Thu Apr 2 18:00:40 2026] GET /v2.0/security-groups/a53c8a12-0038-440e-8ab3-43dc3f28d599?project_id=788ca64d0fd548b2a7598e1f70faa90a => generated 4075 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/413] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 18:00:40 2026] GET /v2.0/security-groups/a53c8a12-0038-440e-8ab3-43dc3f28d599 => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/414] 199.19.213.5 () {44 vars in 1004 bytes} [Thu Apr 2 18:00:40 2026] GET /v2.0/security-group-rules/2ada316d-4be2-4635-87d5-5d73e5e1a788 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/415] 199.19.213.5 () {44 vars in 1081 bytes} [Thu Apr 2 18:00:41 2026] GET /v2.0/security-groups/a53c8a12-0038-440e-8ab3-43dc3f28d599?project_id=788ca64d0fd548b2a7598e1f70faa90a => generated 4075 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/416] 199.19.213.5 () {44 vars in 994 bytes} [Thu Apr 2 18:00:41 2026] GET /v2.0/security-groups/a53c8a12-0038-440e-8ab3-43dc3f28d599 => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/417] 199.19.213.5 () {44 vars in 1004 bytes} [Thu Apr 2 18:00:41 2026] GET /v2.0/security-group-rules/1ed51247-0f4a-4294-98bc-6825b4c451a8 => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/418] 199.19.213.5 () {44 vars in 968 bytes} [Thu Apr 2 18:00:49 2026] GET /v2.0/quotas/788ca64d0fd548b2a7598e1f70faa90a => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/425] 199.19.213.5 () {44 vars in 942 bytes} [Thu Apr 2 18:01:37 2026] GET /v2.0/networks?name=public => generated 753 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/434] 10.0.0.149 () {32 vars in 649 bytes} [Thu Apr 2 18:02:29 2026] GET /v2.0/networks => generated 2168 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/435] 10.0.0.149 () {32 vars in 655 bytes} [Thu Apr 2 18:02:30 2026] GET /v2.0/floatingips => generated 19 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/436] 10.0.0.149 () {32 vars in 647 bytes} [Thu Apr 2 18:02:30 2026] GET /v2.0/routers => generated 15 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/437] 10.0.0.149 () {32 vars in 643 bytes} [Thu Apr 2 18:02:30 2026] GET /v2.0/ports => generated 4725 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/438] 10.0.0.149 () {32 vars in 647 bytes} [Thu Apr 2 18:02:30 2026] GET /v2.0/subnets => generated 1308 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/439] 10.0.0.149 () {32 vars in 649 bytes} [Thu Apr 2 18:02:30 2026] GET /v2.0/networks => generated 2168 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/440] 10.0.0.149 () {32 vars in 663 bytes} [Thu Apr 2 18:02:30 2026] GET /v2.0/security-groups => generated 17401 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/441] 10.0.0.149 () {32 vars in 655 bytes} [Thu Apr 2 18:02:31 2026] GET /v2.0/subnetpools => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:02:41.679 7 INFO neutron.db.segments_db [None req-c147b4c2-f182-4980-b0ea-1645cd9593ea 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Added segment d7ce9037-d8dd-4333-97c5-7da75c6d80ac of type vxlan for network 3e0cd6d2-548b-4536-a408-4db1391ecc09 2026-04-02 18:02:41.680 8 INFO neutron.db.segments_db [None req-6e74cc21-22de-48f9-8590-6715039cb50d 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Added segment 1ab37b7f-2f4b-4856-869d-158c84794cc2 of type vxlan for network 51a77844-6662-4da2-bb85-72b8fa85baf3 [pid: 7|app: 0|req: 221/444] 10.0.0.149 () {34 vars in 671 bytes} [Thu Apr 2 18:02:41 2026] POST /v2.0/networks => generated 737 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/445] 10.0.0.149 () {34 vars in 671 bytes} [Thu Apr 2 18:02:41 2026] POST /v2.0/networks => generated 745 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/446] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:02:41 2026] POST /v2.0/subnets => generated 684 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:02:42.051 7 INFO neutron.db.segments_db [None req-a58e7e2d-cfba-4c03-8e8d-b952497b5ca6 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Added segment 6b9414a6-0873-4ba4-9ca8-268a523be011 of type vxlan for network d7447d25-91dc-4f3e-91d7-d93a0589f8eb [pid: 7|app: 0|req: 222/447] 10.0.0.149 () {34 vars in 671 bytes} [Thu Apr 2 18:02:41 2026] POST /v2.0/networks => generated 752 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/448] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:02:41 2026] POST /v2.0/subnets => generated 692 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:02:42.175 8 INFO neutron.db.segments_db [None req-12a508bc-3a91-40bf-9ab8-84b3b174cb8e 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Added segment 27cd937f-e0b0-49b2-a8b3-a68b374091b7 of type vxlan for network a95df158-3b8f-4466-87c2-4d8863208c84 [pid: 7|app: 0|req: 223/449] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:02:42 2026] GET /v2.0/security-groups?tenant_id=841236ff6e774930bff87d6c4abb7791&name=default => generated 2921 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/450] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:02:42 2026] POST /v2.0/subnets => generated 699 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:02:42.399 8 INFO neutron.db.l3_hamode_db [None req-12a508bc-3a91-40bf-9ab8-84b3b174cb8e 7bca8c7ce56e4cbc996b21b1c6fc12db 151569e28c98480a8cf32154d00866b0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 18:02:42.429 7 INFO neutron.db.segments_db [None req-3b69a9f3-7bf1-4388-a9cb-9fa4071eb23e 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Added segment 72215671-00bd-4d3f-9129-eb57ce9282fa of type vxlan for network 1c0eb870-41b3-4c4a-bbad-3f3745b5f37e 2026-04-02 18:02:42.650 7 INFO neutron.db.l3_hamode_db [None req-3b69a9f3-7bf1-4388-a9cb-9fa4071eb23e 7bca8c7ce56e4cbc996b21b1c6fc12db bb798b64720548b4b467ef1d4e04acc7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 18:02:43.338 8 INFO neutron.db.l3_hamode_db [None req-12a508bc-3a91-40bf-9ab8-84b3b174cb8e 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 18:02:43.440 7 INFO neutron.db.l3_hamode_db [None req-3b69a9f3-7bf1-4388-a9cb-9fa4071eb23e 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 227/451] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:02:42 2026] POST /v2.0/routers => generated 724 bytes in 1929 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/452] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:02:44 2026] DELETE /v2.0/security-groups/e2726b84-3ed2-4796-bd18-2484ee0165a1 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:02:44.198 8 INFO neutron.db.segments_db [None req-4d3c40c3-e306-4431-a28d-349d1e69c52e 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Added segment 6f894912-b243-498e-b1d6-96e85318ed95 of type vxlan for network a533f4b8-542e-446f-8f51-2194e1b4aead 2026-04-02 18:02:44.420 8 INFO neutron.db.l3_hamode_db [None req-4d3c40c3-e306-4431-a28d-349d1e69c52e 7bca8c7ce56e4cbc996b21b1c6fc12db b978a191f7c447cda17a904a12a2f31f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 225/453] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:02:42 2026] POST /v2.0/routers => generated 732 bytes in 2278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:02:44.967 8 INFO neutron.db.l3_hamode_db [None req-4d3c40c3-e306-4431-a28d-349d1e69c52e 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 226/454] 10.0.0.149 () {34 vars in 783 bytes} [Thu Apr 2 18:02:44 2026] PUT /v2.0/routers/9e5c8c32-6092-4775-b465-1ff5cb3c3e1a/add_router_interface => generated 309 bytes in 993 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/455] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:02:44 2026] POST /v2.0/routers => generated 739 bytes in 1640 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/456] 10.0.0.149 () {34 vars in 783 bytes} [Thu Apr 2 18:02:45 2026] PUT /v2.0/routers/8bea33a5-b5fb-423c-8acb-42e217201ebf/add_router_interface => generated 309 bytes in 1022 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/457] 10.0.0.149 () {34 vars in 783 bytes} [Thu Apr 2 18:02:45 2026] PUT /v2.0/routers/49394732-80f9-4c2d-8109-9fbbf1b7b731/add_router_interface => generated 309 bytes in 1037 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:02:46.915 7 INFO neutron.db.segments_db [None req-b442c6a2-62ee-4daf-ab8b-5a41abfef39d 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Added segment 823f82ef-0564-45eb-a18f-604463fe6cfa of type vxlan for network d011a0f1-3005-43de-bf08-3252f2efaa90 [pid: 8|app: 0|req: 231/458] 10.0.0.149 () {34 vars in 685 bytes} [Thu Apr 2 18:02:46 2026] POST /v2.0/security-groups => generated 1661 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/459] 10.0.0.149 () {34 vars in 671 bytes} [Thu Apr 2 18:02:46 2026] POST /v2.0/networks => generated 749 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/460] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:02:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/461] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:02:47 2026] POST /v2.0/subnets => generated 696 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/462] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:02:47 2026] POST /v2.0/security-group-rules => generated 602 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:02:47.217 7 INFO neutron.db.segments_db [None req-81aeb657-add8-4d20-be1f-5f89430bd4d2 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Added segment 583ef71a-cb5f-48d1-8f96-69b4a4b42f49 of type vxlan for network 18d469ab-1fab-4af9-8723-92c5148da2e9 2026-04-02 18:02:47.434 7 INFO neutron.db.l3_hamode_db [None req-81aeb657-add8-4d20-be1f-5f89430bd4d2 7bca8c7ce56e4cbc996b21b1c6fc12db c4bb6f4cd4bf4401b1c30208dac26edb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 234/463] 10.0.0.149 () {34 vars in 676 bytes} [Thu Apr 2 18:02:47 2026] POST /v2.0/floatingips => generated 552 bytes in 845 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:02:48.040 7 INFO neutron.db.l3_hamode_db [None req-81aeb657-add8-4d20-be1f-5f89430bd4d2 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 235/464] 10.0.0.149 () {34 vars in 685 bytes} [Thu Apr 2 18:02:48 2026] POST /v2.0/security-groups => generated 1659 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/465] 10.0.0.140 () {38 vars in 971 bytes} [Thu Apr 2 18:02:48 2026] POST /v2.0/security-groups => generated 1681 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/466] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:02:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/467] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:02:48 2026] POST /v2.0/security-group-rules => generated 602 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/468] 10.0.0.140 () {34 vars in 1100 bytes} [Thu Apr 2 18:02:48 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1076801682&fields=id&tenant_id=151569e28c98480a8cf32154d00866b0 => 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: 230/469] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:02:47 2026] POST /v2.0/routers => generated 736 bytes in 1707 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/470] 10.0.0.140 () {34 vars in 982 bytes} [Thu Apr 2 18:02:48 2026] GET /v2.0/networks?id=3e0cd6d2-548b-4536-a408-4db1391ecc09 => generated 669 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/471] 10.0.0.140 () {38 vars in 971 bytes} [Thu Apr 2 18:02:48 2026] POST /v2.0/security-groups => generated 1681 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/472] 10.0.0.149 () {34 vars in 676 bytes} [Thu Apr 2 18:02:48 2026] POST /v2.0/floatingips => generated 552 bytes in 571 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/473] 10.0.0.140 () {34 vars in 965 bytes} [Thu Apr 2 18:02:49 2026] GET /v2.0/quotas/151569e28c98480a8cf32154d00866b0 => generated 292 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/474] 10.0.0.140 () {38 vars in 971 bytes} [Thu Apr 2 18:02:49 2026] POST /v2.0/security-groups => generated 1680 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/475] 10.0.0.140 () {34 vars in 1002 bytes} [Thu Apr 2 18:02:49 2026] GET /v2.0/ports?tenant_id=151569e28c98480a8cf32154d00866b0&fields=id => generated 103 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/476] 10.0.0.140 () {34 vars in 1002 bytes} [Thu Apr 2 18:02:49 2026] GET /v2.0/security-groups?tenant_id=bb798b64720548b4b467ef1d4e04acc7 => generated 7903 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/477] 10.0.0.140 () {34 vars in 991 bytes} [Thu Apr 2 18:02:49 2026] GET /v2.0/security-groups/e288f4c7-6671-410e-b98d-903f3bab6e70 => 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: 246/478] 10.0.0.140 () {34 vars in 991 bytes} [Thu Apr 2 18:02:49 2026] GET /v2.0/security-groups/e288f4c7-6671-410e-b98d-903f3bab6e70 => 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: 247/479] 10.0.0.140 () {34 vars in 1098 bytes} [Thu Apr 2 18:02:49 2026] GET /v2.0/security-groups?name=tempest-securitygroup--831263205&fields=id&tenant_id=b978a191f7c447cda17a904a12a2f31f => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/480] 10.0.0.140 () {34 vars in 982 bytes} [Thu Apr 2 18:02:49 2026] GET /v2.0/networks?id=d7447d25-91dc-4f3e-91d7-d93a0589f8eb => generated 684 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/481] 10.0.0.140 () {34 vars in 965 bytes} [Thu Apr 2 18:02:49 2026] GET /v2.0/quotas/b978a191f7c447cda17a904a12a2f31f => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/482] 10.0.0.140 () {34 vars in 1002 bytes} [Thu Apr 2 18:02:49 2026] GET /v2.0/ports?tenant_id=b978a191f7c447cda17a904a12a2f31f&fields=id => generated 57 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/483] 10.0.0.140 () {34 vars in 907 bytes} [Thu Apr 2 18:02:49 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: 8|app: 0|req: 252/484] 10.0.0.140 () {34 vars in 1008 bytes} [Thu Apr 2 18:02:49 2026] GET /v2.0/networks/3e0cd6d2-548b-4536-a408-4db1391ecc09?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: 253/485] 10.0.0.140 () {34 vars in 1108 bytes} [Thu Apr 2 18:02:49 2026] GET /v2.0/networks/3e0cd6d2-548b-4536-a408-4db1391ecc09?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: 254/486] 10.0.0.140 () {34 vars in 991 bytes} [Thu Apr 2 18:02:50 2026] GET /v2.0/security-groups/e42f7f4f-728e-4abe-a77f-0d542eef2933 => generated 1681 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/487] 10.0.0.149 () {34 vars in 783 bytes} [Thu Apr 2 18:02:49 2026] PUT /v2.0/routers/75dcf290-a3da-41bb-bdf9-1410388a776e/add_router_interface => generated 309 bytes in 1060 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/488] 10.0.0.140 () {36 vars in 1013 bytes} [Thu Apr 2 18:02:50 2026] DELETE /v2.0/security-groups/e42f7f4f-728e-4abe-a77f-0d542eef2933 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/489] 10.0.0.140 () {34 vars in 907 bytes} [Thu Apr 2 18:02:50 2026] GET /v2.0/extensions => generated 21537 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/490] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:02:50 2026] GET /v2.0/ports?device_id=31f58896-0a33-4d9f-b739-7669614bbc89 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/491] 10.0.0.140 () {34 vars in 1008 bytes} [Thu Apr 2 18:02:50 2026] GET /v2.0/networks/d7447d25-91dc-4f3e-91d7-d93a0589f8eb?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:02:50.332 8 INFO neutron.api.v2.resource [req-da00d555-3700-465a-a996-51b51217a9f9 req-9cddc971-41bf-4312-bbc2-6243e0b4d5e9 eea8ecccf78c46309dedab1ff20ee45d bb798b64720548b4b467ef1d4e04acc7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 257/492] 10.0.0.140 () {34 vars in 991 bytes} [Thu Apr 2 18:02:50 2026] GET /v2.0/security-groups/e42f7f4f-728e-4abe-a77f-0d542eef2933 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/493] 10.0.0.140 () {34 vars in 991 bytes} [Thu Apr 2 18:02:50 2026] GET /v2.0/security-groups/fb2d03bd-495f-4142-a534-d6c1332d9aab => generated 1681 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/494] 10.0.0.140 () {34 vars in 1108 bytes} [Thu Apr 2 18:02:50 2026] GET /v2.0/networks/d7447d25-91dc-4f3e-91d7-d93a0589f8eb?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: 259/495] 10.0.0.140 () {36 vars in 1013 bytes} [Thu Apr 2 18:02:50 2026] DELETE /v2.0/security-groups/fb2d03bd-495f-4142-a534-d6c1332d9aab => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:02:50.493 7 INFO neutron.api.v2.resource [req-a678a1af-1315-482d-a434-fbe4849311d8 req-5d30ca19-e672-468a-be68-72ea1a1995ff eea8ecccf78c46309dedab1ff20ee45d bb798b64720548b4b467ef1d4e04acc7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 237/496] 10.0.0.140 () {34 vars in 991 bytes} [Thu Apr 2 18:02:50 2026] GET /v2.0/security-groups/fb2d03bd-495f-4142-a534-d6c1332d9aab => 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: 260/497] 10.0.0.140 () {34 vars in 991 bytes} [Thu Apr 2 18:02:50 2026] GET /v2.0/security-groups/157d0da6-e429-45a7-9482-826f03251de8 => generated 1680 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/498] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:02:50 2026] GET /v2.0/ports?device_id=dc2c96ec-c561-4345-8bc3-0a2cc02c5aad => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/499] 10.0.0.140 () {36 vars in 1013 bytes} [Thu Apr 2 18:02:50 2026] DELETE /v2.0/security-groups/157d0da6-e429-45a7-9482-826f03251de8 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:02:50.690 8 INFO neutron.api.v2.resource [req-80d781e5-79b0-4962-b3d6-49b51fa30cec req-83f65840-057d-4e69-b7be-b9b2475af5d2 eea8ecccf78c46309dedab1ff20ee45d bb798b64720548b4b467ef1d4e04acc7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 262/500] 10.0.0.140 () {34 vars in 991 bytes} [Thu Apr 2 18:02:50 2026] GET /v2.0/security-groups/157d0da6-e429-45a7-9482-826f03251de8 => 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: 263/501] 10.0.0.140 () {34 vars in 1002 bytes} [Thu Apr 2 18:02:50 2026] GET /v2.0/security-groups?tenant_id=bb798b64720548b4b467ef1d4e04acc7 => generated 2921 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/502] 10.0.0.140 () {38 vars in 971 bytes} [Thu Apr 2 18:02:50 2026] POST /v2.0/security-groups => generated 1684 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/503] 10.0.0.140 () {34 vars in 991 bytes} [Thu Apr 2 18:02:50 2026] GET /v2.0/security-groups/e288f4c7-6671-410e-b98d-903f3bab6e70 => generated 2918 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/504] 10.0.0.140 () {34 vars in 991 bytes} [Thu Apr 2 18:02:50 2026] GET /v2.0/security-groups/d2ddebc1-cb90-4348-abf6-654443672502 => generated 1684 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/505] 10.0.0.140 () {34 vars in 991 bytes} [Thu Apr 2 18:02:50 2026] GET /v2.0/security-groups/e288f4c7-6671-410e-b98d-903f3bab6e70 => generated 2918 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/506] 10.0.0.140 () {38 vars in 981 bytes} [Thu Apr 2 18:02:50 2026] POST /v2.0/security-group-rules => generated 614 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:02:50.891 8 INFO neutron.api.v2.resource [req-6c7e0502-03a3-4ef1-927f-7e6c71bd8696 req-6165df43-029f-4565-8145-25721e69d8d4 eea8ecccf78c46309dedab1ff20ee45d bb798b64720548b4b467ef1d4e04acc7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 266/507] 10.0.0.140 () {34 vars in 991 bytes} [Thu Apr 2 18:02:50 2026] GET /v2.0/security-groups/157d0da6-e429-45a7-9482-826f03251de8 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:02:50.925 7 INFO neutron.api.v2.resource [req-6a1f8d2c-cf36-4ae6-8de0-0696ab1d5cb4 req-26b66dbc-a75f-4d71-b5cd-d4d38917f4da eea8ecccf78c46309dedab1ff20ee45d bb798b64720548b4b467ef1d4e04acc7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 242/508] 10.0.0.140 () {34 vars in 991 bytes} [Thu Apr 2 18:02:50 2026] GET /v2.0/security-groups/fb2d03bd-495f-4142-a534-d6c1332d9aab => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:02:50.958 7 INFO neutron.api.v2.resource [req-d1444de9-fc27-4ac4-a5a9-6eccb7276771 req-71abc3af-ad7a-44b2-8430-7b0b56517253 eea8ecccf78c46309dedab1ff20ee45d bb798b64720548b4b467ef1d4e04acc7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 243/509] 10.0.0.140 () {34 vars in 991 bytes} [Thu Apr 2 18:02:50 2026] GET /v2.0/security-groups/e42f7f4f-728e-4abe-a77f-0d542eef2933 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/510] 10.0.0.140 () {38 vars in 971 bytes} [Thu Apr 2 18:02:50 2026] POST /v2.0/security-groups => generated 1685 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/511] 10.0.0.140 () {34 vars in 991 bytes} [Thu Apr 2 18:02:51 2026] GET /v2.0/security-groups/52def1e4-79a2-4681-8f63-13eee8673b4b => generated 1685 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/512] 10.0.0.140 () {38 vars in 981 bytes} [Thu Apr 2 18:02:51 2026] POST /v2.0/security-group-rules => generated 614 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/513] 10.0.0.140 () {34 vars in 991 bytes} [Thu Apr 2 18:02:51 2026] GET /v2.0/security-groups/52def1e4-79a2-4681-8f63-13eee8673b4b => generated 2310 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/514] 10.0.0.140 () {38 vars in 981 bytes} [Thu Apr 2 18:02:51 2026] POST /v2.0/security-group-rules => generated 619 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/515] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:02:51 2026] GET /v2.0/ports?device_id=31f58896-0a33-4d9f-b739-7669614bbc89 => 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: 273/516] 10.0.0.140 () {34 vars in 991 bytes} [Thu Apr 2 18:02:51 2026] GET /v2.0/security-groups/52def1e4-79a2-4681-8f63-13eee8673b4b => generated 2940 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/517] 10.0.0.140 () {34 vars in 1001 bytes} [Thu Apr 2 18:02:51 2026] GET /v2.0/security-group-rules/6e753866-ad50-48f6-a93a-9de2e371b6ca => generated 616 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:02:51.598 7 INFO neutron_taas.services.taas.taas_plugin [None req-a681ec8f-f5b6-43ce-ae4a-afbbe19769bb 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: bcbc7804-2e91-45b7-82f3-d50b958d4a56 2026-04-02 18:02:51.604 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a681ec8f-f5b6-43ce-ae4a-afbbe19769bb 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: bcbc7804-2e91-45b7-82f3-d50b958d4a56 [pid: 8|app: 0|req: 275/518] 10.0.0.140 () {34 vars in 991 bytes} [Thu Apr 2 18:02:51 2026] GET /v2.0/security-groups/52def1e4-79a2-4681-8f63-13eee8673b4b => generated 2940 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/519] 10.0.0.140 () {36 vars in 1023 bytes} [Thu Apr 2 18:02:51 2026] DELETE /v2.0/security-group-rules/6e753866-ad50-48f6-a93a-9de2e371b6ca => 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: 277/520] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:02:51 2026] GET /v2.0/ports?device_id=dc2c96ec-c561-4345-8bc3-0a2cc02c5aad => 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: 278/521] 10.0.0.140 () {34 vars in 991 bytes} [Thu Apr 2 18:02:51 2026] GET /v2.0/security-groups/52def1e4-79a2-4681-8f63-13eee8673b4b => generated 2310 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/522] 10.0.0.140 () {36 vars in 1013 bytes} [Thu Apr 2 18:02:51 2026] DELETE /v2.0/security-groups/52def1e4-79a2-4681-8f63-13eee8673b4b => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/523] 10.0.0.140 () {34 vars in 991 bytes} [Thu Apr 2 18:02:51 2026] GET /v2.0/security-groups/d2ddebc1-cb90-4348-abf6-654443672502 => generated 2309 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/524] 10.0.0.140 () {36 vars in 1013 bytes} [Thu Apr 2 18:02:51 2026] DELETE /v2.0/security-groups/d2ddebc1-cb90-4348-abf6-654443672502 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/525] 10.0.0.149 () {34 vars in 789 bytes} [Thu Apr 2 18:02:50 2026] PUT /v2.0/routers/8bea33a5-b5fb-423c-8acb-42e217201ebf/remove_router_interface => generated 309 bytes in 1065 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:02:52.211 7 INFO neutron_taas.services.taas.taas_plugin [None req-bc1dee25-daa0-41dd-97dc-92aa245498bc 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: 77bb78eb-1869-49e3-8547-d9e0699fd0f9 2026-04-02 18:02:52.213 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc1dee25-daa0-41dd-97dc-92aa245498bc 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: 77bb78eb-1869-49e3-8547-d9e0699fd0f9 2026-04-02 18:02:52.379 7 INFO neutron_taas.services.taas.taas_plugin [None req-bc1dee25-daa0-41dd-97dc-92aa245498bc 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: 9fc8d088-b7e6-4fde-a531-60c60cf6e17c 2026-04-02 18:02:52.382 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc1dee25-daa0-41dd-97dc-92aa245498bc 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: 9fc8d088-b7e6-4fde-a531-60c60cf6e17c 2026-04-02 18:02:52.437 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-bc1dee25-daa0-41dd-97dc-92aa245498bc 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - 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-04-02 18:02:52.482 8 INFO neutron_taas.services.taas.taas_plugin [None req-cedfb4f2-4864-4825-b0f3-a79fd57bf43e 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: 17a0d476-7a61-4c74-983f-136c7503533e 2026-04-02 18:02:52.490 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cedfb4f2-4864-4825-b0f3-a79fd57bf43e 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: 17a0d476-7a61-4c74-983f-136c7503533e 2026-04-02 18:02:52.796 7 INFO neutron.db.l3_hamode_db [None req-bc1dee25-daa0-41dd-97dc-92aa245498bc 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] HA network 1c0eb870-41b3-4c4a-bbad-3f3745b5f37e was deleted as no HA routers are present in tenant bb798b64720548b4b467ef1d4e04acc7. [pid: 7|app: 0|req: 245/526] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:02:52 2026] DELETE /v2.0/routers/8bea33a5-b5fb-423c-8acb-42e217201ebf => generated 0 bytes in 766 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/527] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:02:52 2026] GET /v2.0/ports?device_id=31f58896-0a33-4d9f-b739-7669614bbc89 => 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: 247/528] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:02:52 2026] GET /v2.0/ports?device_id=dc2c96ec-c561-4345-8bc3-0a2cc02c5aad => 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: 248/529] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:02:52 2026] DELETE /v2.0/subnets/988fbea4-865d-43f5-975d-4c0183d782b8 => 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: 282/530] 10.0.0.149 () {34 vars in 789 bytes} [Thu Apr 2 18:02:52 2026] PUT /v2.0/routers/75dcf290-a3da-41bb-bdf9-1410388a776e/remove_router_interface => generated 309 bytes in 1031 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:02:53.122 7 INFO neutron.services.segments.plugin [-] Segment 72215671-00bd-4d3f-9129-eb57ce9282fa resource provider aggregate not found 2026-04-02 18:02:53.131 7 INFO neutron.services.segments.plugin [-] Segment 72215671-00bd-4d3f-9129-eb57ce9282fa resource provider aggregate not found 2026-04-02 18:02:53.151 7 INFO neutron.services.segments.plugin [-] Segment 72215671-00bd-4d3f-9129-eb57ce9282fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72215671-00bd-4d3f-9129-eb57ce9282fa found for delete ", "request_id": "req-4b069bcc-478f-4bd7-8a34-7deeb6cca6e3"}]} 2026-04-02 18:02:53.159 7 INFO neutron.services.segments.plugin [-] Segment 72215671-00bd-4d3f-9129-eb57ce9282fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72215671-00bd-4d3f-9129-eb57ce9282fa found for delete ", "request_id": "req-ad5dc3ae-0bf3-41d2-a43b-30ae450243a8"}]} 2026-04-02 18:02:53.173 7 INFO neutron_taas.services.taas.taas_plugin [None req-a2cc7cff-5953-4ca2-b53c-fb14fc45f8b4 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: 249f7cbf-37b9-401a-9872-4ba64959c0e9 2026-04-02 18:02:53.176 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2cc7cff-5953-4ca2-b53c-fb14fc45f8b4 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: 249f7cbf-37b9-401a-9872-4ba64959c0e9 2026-04-02 18:02:53.267 8 INFO neutron_taas.services.taas.taas_plugin [None req-df1ecf3c-878d-4488-98f3-23c03e5f4b26 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: 816c1e46-eb50-4282-ae07-c4380f472c5e 2026-04-02 18:02:53.271 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df1ecf3c-878d-4488-98f3-23c03e5f4b26 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: 816c1e46-eb50-4282-ae07-c4380f472c5e [pid: 7|app: 0|req: 249/531] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:02:53 2026] DELETE /v2.0/networks/51a77844-6662-4da2-bb85-72b8fa85baf3 => generated 0 bytes in 397 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:02:53.506 8 INFO neutron_taas.services.taas.taas_plugin [None req-df1ecf3c-878d-4488-98f3-23c03e5f4b26 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: df30a8d3-7b57-494c-bfdd-78decf7dfed1 2026-04-02 18:02:53.509 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df1ecf3c-878d-4488-98f3-23c03e5f4b26 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: df30a8d3-7b57-494c-bfdd-78decf7dfed1 [pid: 7|app: 0|req: 252/534] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:02:53 2026] GET /v2.0/security-groups?tenant_id=bb798b64720548b4b467ef1d4e04acc7&name=default => generated 2921 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:02:53.603 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-df1ecf3c-878d-4488-98f3-23c03e5f4b26 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - 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: 253/535] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:02:53 2026] DELETE /v2.0/security-groups/e288f4c7-6671-410e-b98d-903f3bab6e70 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/536] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:02:53 2026] GET /v2.0/ports?device_id=31f58896-0a33-4d9f-b739-7669614bbc89 => 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: 255/537] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:02:53 2026] GET /v2.0/ports?device_id=dc2c96ec-c561-4345-8bc3-0a2cc02c5aad => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:02:54.009 8 INFO neutron.db.l3_hamode_db [None req-df1ecf3c-878d-4488-98f3-23c03e5f4b26 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] HA network 18d469ab-1fab-4af9-8723-92c5148da2e9 was deleted as no HA routers are present in tenant c4bb6f4cd4bf4401b1c30208dac26edb. [pid: 8|app: 0|req: 283/538] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:02:53 2026] DELETE /v2.0/routers/75dcf290-a3da-41bb-bdf9-1410388a776e => generated 0 bytes in 980 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/539] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:02:54 2026] DELETE /v2.0/subnets/f00f5432-2db0-4584-a2ff-94aca3c6a177 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/540] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:02:54 2026] DELETE /v2.0/networks/d011a0f1-3005-43de-bf08-3252f2efaa90 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/541] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:02:54 2026] GET /v2.0/security-groups?tenant_id=c4bb6f4cd4bf4401b1c30208dac26edb&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:02:54.562 8 INFO neutron.services.segments.plugin [-] Segment 583ef71a-cb5f-48d1-8f96-69b4a4b42f49 resource provider aggregate not found 2026-04-02 18:02:54.579 8 INFO neutron.services.segments.plugin [-] Segment 583ef71a-cb5f-48d1-8f96-69b4a4b42f49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 583ef71a-cb5f-48d1-8f96-69b4a4b42f49 found for delete ", "request_id": "req-29013a11-2fd8-493d-9a86-d7b2e55e60e9"}]} 2026-04-02 18:02:54.591 8 INFO neutron.services.segments.plugin [-] Segment 583ef71a-cb5f-48d1-8f96-69b4a4b42f49 resource provider aggregate not found 2026-04-02 18:02:54.609 8 INFO neutron.services.segments.plugin [-] Segment 583ef71a-cb5f-48d1-8f96-69b4a4b42f49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 583ef71a-cb5f-48d1-8f96-69b4a4b42f49 found for delete ", "request_id": "req-f59834ef-b935-43ea-90aa-55322ebc63d6"}]} [pid: 8|app: 0|req: 285/542] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:02:54 2026] DELETE /v2.0/security-groups/4b642ff3-4508-4e5f-9477-7f28a20f6d8c => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/543] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:02:54 2026] GET /v2.0/ports?device_id=31f58896-0a33-4d9f-b739-7669614bbc89 => 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: 286/544] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:02:55 2026] GET /v2.0/ports?device_id=dc2c96ec-c561-4345-8bc3-0a2cc02c5aad => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:02:55.173 7 INFO neutron.services.segments.plugin [-] Segment 1ab37b7f-2f4b-4856-869d-158c84794cc2 resource provider aggregate not found 2026-04-02 18:02:55.178 7 INFO neutron.services.segments.plugin [-] Segment 1ab37b7f-2f4b-4856-869d-158c84794cc2 resource provider aggregate not found 2026-04-02 18:02:55.192 7 INFO neutron.services.segments.plugin [-] Segment 1ab37b7f-2f4b-4856-869d-158c84794cc2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ab37b7f-2f4b-4856-869d-158c84794cc2 found for delete ", "request_id": "req-fb612cea-5910-41d2-8e6a-7071590e017a"}]} 2026-04-02 18:02:55.197 7 INFO neutron.services.segments.plugin [-] Segment 1ab37b7f-2f4b-4856-869d-158c84794cc2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ab37b7f-2f4b-4856-869d-158c84794cc2 found for delete ", "request_id": "req-88a2ad30-9167-48ae-95c6-544f21cab55e"}]} [pid: 7|app: 0|req: 259/545] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:02:55 2026] GET /v2.0/networks?id=3e0cd6d2-548b-4536-a408-4db1391ecc09 => generated 669 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/546] 199.19.213.5 () {34 vars in 909 bytes} [Thu Apr 2 18:02:55 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/547] 199.19.213.5 () {34 vars in 1048 bytes} [Thu Apr 2 18:02:55 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=151569e28c98480a8cf32154d00866b0 => generated 181 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/548] 199.19.213.5 () {38 vars in 953 bytes} [Thu Apr 2 18:02:55 2026] POST /v2.0/ports => generated 954 bytes in 455 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:02:55.884 7 INFO neutron.db.segments_db [None req-16c05561-af93-4957-98e6-1947aef07f52 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Added segment 1fc160e0-c66f-4687-892e-198659801c29 of type vxlan for network 9cf69a94-f321-4621-b974-098e0bfb9983 [pid: 7|app: 0|req: 261/549] 10.0.0.149 () {34 vars in 671 bytes} [Thu Apr 2 18:02:55 2026] POST /v2.0/networks => generated 747 bytes in 374 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: 289/550] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:02:55 2026] POST /v2.0/subnets => generated 694 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/551] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:02:56 2026] GET /v2.0/ports?device_id=31f58896-0a33-4d9f-b739-7669614bbc89 => generated 957 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/552] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:02:56 2026] GET /v2.0/ports?device_id=dc2c96ec-c561-4345-8bc3-0a2cc02c5aad => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:02:56.189 7 INFO neutron.db.segments_db [None req-b45b94b3-8fd6-4116-8220-9a5d184a72f3 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Added segment c5f30221-44b0-49a5-aa20-8966fe33910d of type vxlan for network 9fdadad3-092c-4449-87f8-34b6ae3950f8 [pid: 8|app: 0|req: 291/553] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:02:56 2026] GET /v2.0/security-groups?id=f3483c6a-a1df-49b8-9172-028d7910df5b&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:02:56.457 7 INFO neutron.db.l3_hamode_db [None req-b45b94b3-8fd6-4116-8220-9a5d184a72f3 7bca8c7ce56e4cbc996b21b1c6fc12db 49e9c182c1b244eebeebe03c18174280 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 18:02:56.606 8 INFO neutron.services.segments.plugin [-] Segment 823f82ef-0564-45eb-a18f-604463fe6cfa resource provider aggregate not found 2026-04-02 18:02:56.643 8 INFO neutron.services.segments.plugin [-] Segment 823f82ef-0564-45eb-a18f-604463fe6cfa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 823f82ef-0564-45eb-a18f-604463fe6cfa found for delete ", "request_id": "req-e3991b1b-696f-4f91-a655-cbb8776bb312"}]} 2026-04-02 18:02:56.649 8 INFO neutron.services.segments.plugin [-] Segment 823f82ef-0564-45eb-a18f-604463fe6cfa resource provider aggregate not found 2026-04-02 18:02:56.670 8 INFO neutron.services.segments.plugin [-] Segment 823f82ef-0564-45eb-a18f-604463fe6cfa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 823f82ef-0564-45eb-a18f-604463fe6cfa found for delete ", "request_id": "req-db3aea6c-47ad-4272-b338-eb9afcc158d4"}]} [pid: 8|app: 0|req: 292/554] 199.19.213.5 () {38 vars in 1026 bytes} [Thu Apr 2 18:02:56 2026] PUT /v2.0/ports/74dbe832-fabf-41d1-8b17-65719dd902f4 => generated 1235 bytes in 478 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-04-02 18:02:56.950 8 INFO neutron.db.segments_db [None req-a58fbbbd-e58e-4b52-bb35-1dc884093873 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Added segment 77863652-55fd-4ef8-a697-3dc3cb2a32be of type vxlan for network 29bbc98f-66ec-40f5-a46d-3e2a5a2d3d68 [pid: 8|app: 0|req: 293/555] 10.0.0.149 () {34 vars in 671 bytes} [Thu Apr 2 18:02:56 2026] POST /v2.0/networks => generated 746 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/556] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:02:57 2026] GET /v2.0/networks?id=d7447d25-91dc-4f3e-91d7-d93a0589f8eb => generated 684 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:02:57.214 7 INFO neutron.db.l3_hamode_db [None req-b45b94b3-8fd6-4116-8220-9a5d184a72f3 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 295/557] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:02:57 2026] POST /v2.0/subnets => generated 693 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:02:57.252 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ba5669a8-9421-489a-a24b-6ca43a2fd926'] response: {'name': 'network-changed', 'server_uuid': '31f58896-0a33-4d9f-b739-7669614bbc89', 'tag': '74dbe832-fabf-41d1-8b17-65719dd902f4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 296/558] 199.19.213.5 () {34 vars in 1048 bytes} [Thu Apr 2 18:02:57 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b978a191f7c447cda17a904a12a2f31f => generated 180 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:02:57.313 8 INFO neutron.db.segments_db [None req-e280b923-d785-4139-912a-a2db3c5554f5 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Added segment a1501349-51c2-42e2-8100-963be91c32e7 of type vxlan for network 45c3cdc2-cb46-4e2e-ada9-d488fd221e44 2026-04-02 18:02:57.586 8 INFO neutron.db.l3_hamode_db [None req-e280b923-d785-4139-912a-a2db3c5554f5 7bca8c7ce56e4cbc996b21b1c6fc12db 5f049abf51254994ac22a00317363e22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 263/559] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:02:56 2026] POST /v2.0/routers => generated 734 bytes in 1936 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/560] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:02:58 2026] GET /v2.0/ports?device_id=dc2c96ec-c561-4345-8bc3-0a2cc02c5aad => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:02:58.512 8 INFO neutron.db.l3_hamode_db [None req-e280b923-d785-4139-912a-a2db3c5554f5 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 265/561] 199.19.213.5 () {38 vars in 953 bytes} [Thu Apr 2 18:02:58 2026] POST /v2.0/ports => generated 958 bytes in 505 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: 266/562] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:02:58 2026] GET /v2.0/ports?device_id=31f58896-0a33-4d9f-b739-7669614bbc89 => 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: 267/563] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:02:58 2026] GET /v2.0/ports?tenant_id=151569e28c98480a8cf32154d00866b0&device_id=31f58896-0a33-4d9f-b739-7669614bbc89 => generated 1238 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/564] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:02:57 2026] POST /v2.0/routers => generated 733 bytes in 2116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/565] 199.19.213.5 () {38 vars in 1026 bytes} [Thu Apr 2 18:02:59 2026] PUT /v2.0/ports/e2bdd409-5119-4f54-9bd5-c1bbc7691cb0 => generated 1239 bytes in 435 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: 299/566] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:02:59 2026] GET /v2.0/security-groups?id=f3483c6a-a1df-49b8-9172-028d7910df5b&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-04-02 18:02:59.898 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-169b02e6-81ac-47b4-9f4a-d5b93bda8679'] response: {'name': 'network-changed', 'server_uuid': 'dc2c96ec-c561-4345-8bc3-0a2cc02c5aad', 'tag': 'e2bdd409-5119-4f54-9bd5-c1bbc7691cb0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 300/567] 199.19.213.5 () {34 vars in 1056 bytes} [Thu Apr 2 18:02:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=74dbe832-fabf-41d1-8b17-65719dd902f4 => 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: 301/568] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:02:59 2026] GET /v2.0/ports?device_id=dc2c96ec-c561-4345-8bc3-0a2cc02c5aad => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/569] 10.0.0.149 () {34 vars in 783 bytes} [Thu Apr 2 18:02:58 2026] PUT /v2.0/routers/3481afa4-1060-4906-b010-d42105f45f7a/add_router_interface => generated 309 bytes in 1243 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/570] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:03:00 2026] GET /v2.0/subnets?id=506d165c-4421-4625-8a1c-0a7d9efb5a04 => generated 687 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/571] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:00 2026] GET /v2.0/security-groups?id=a959bac9-46cd-406b-bcfd-1748c186113b&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/572] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:03:00 2026] GET /v2.0/ports?network_id=3e0cd6d2-548b-4536-a408-4db1391ecc09&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/573] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:03:00 2026] GET /v2.0/networks/3e0cd6d2-548b-4536-a408-4db1391ecc09?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: 273/574] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:03:00 2026] GET /v2.0/ports?tenant_id=b978a191f7c447cda17a904a12a2f31f&device_id=dc2c96ec-c561-4345-8bc3-0a2cc02c5aad => 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: 274/575] 10.0.0.149 () {34 vars in 685 bytes} [Thu Apr 2 18:03:00 2026] POST /v2.0/security-groups => generated 1659 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/576] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:03:00 2026] GET /v2.0/networks/3e0cd6d2-548b-4536-a408-4db1391ecc09?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/577] 199.19.213.5 () {34 vars in 1016 bytes} [Thu Apr 2 18:03:00 2026] GET /v2.0/networks?tenant_id=b978a191f7c447cda17a904a12a2f31f&shared=False => generated 780 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/578] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:03:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/579] 199.19.213.5 () {34 vars in 928 bytes} [Thu Apr 2 18:03:00 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/580] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:03:00 2026] POST /v2.0/security-group-rules => generated 602 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/581] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:01 2026] GET /v2.0/ports?device_id=31f58896-0a33-4d9f-b739-7669614bbc89 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/582] 10.0.0.149 () {34 vars in 783 bytes} [Thu Apr 2 18:02:59 2026] PUT /v2.0/routers/81ade91b-304b-4faf-8c11-fd5676601d12/add_router_interface => generated 309 bytes in 1104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/583] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:01 2026] GET /v2.0/security-groups?id=f3483c6a-a1df-49b8-9172-028d7910df5b&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/584] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:01 2026] GET /v2.0/ports?device_id=dc2c96ec-c561-4345-8bc3-0a2cc02c5aad => 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: 305/585] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:01 2026] GET /v2.0/security-groups?id=a959bac9-46cd-406b-bcfd-1748c186113b&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/586] 10.0.0.149 () {34 vars in 676 bytes} [Thu Apr 2 18:03:01 2026] POST /v2.0/floatingips => generated 552 bytes in 559 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/587] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:03:01 2026] GET /v2.0/ports?tenant_id=151569e28c98480a8cf32154d00866b0&device_id=31f58896-0a33-4d9f-b739-7669614bbc89 => generated 1238 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/588] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:03:01 2026] GET /v2.0/networks?id=3e0cd6d2-548b-4536-a408-4db1391ecc09 => generated 765 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/589] 199.19.213.5 () {34 vars in 1056 bytes} [Thu Apr 2 18:03:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=74dbe832-fabf-41d1-8b17-65719dd902f4 => 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: 283/590] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:03:01 2026] GET /v2.0/subnets?id=506d165c-4421-4625-8a1c-0a7d9efb5a04 => generated 687 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/591] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:03:01 2026] GET /v2.0/ports?network_id=3e0cd6d2-548b-4536-a408-4db1391ecc09&device_owner=network%3Adhcp => generated 1244 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/592] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:03:01 2026] GET /v2.0/ports?tenant_id=b978a191f7c447cda17a904a12a2f31f&device_id=dc2c96ec-c561-4345-8bc3-0a2cc02c5aad => 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: 285/593] 199.19.213.5 () {34 vars in 1058 bytes} [Thu Apr 2 18:03:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e2bdd409-5119-4f54-9bd5-c1bbc7691cb0 => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/594] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:03:01 2026] GET /v2.0/networks/3e0cd6d2-548b-4536-a408-4db1391ecc09?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: 310/595] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:03:01 2026] GET /v2.0/subnets?id=e78bcdd6-7839-4463-856f-4bdc469ce0ff => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/596] 10.0.0.140 () {34 vars in 982 bytes} [Thu Apr 2 18:03:01 2026] GET /v2.0/networks?id=29bbc98f-66ec-40f5-a46d-3e2a5a2d3d68 => generated 678 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/597] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:03:02 2026] GET /v2.0/networks/3e0cd6d2-548b-4536-a408-4db1391ecc09?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/598] 10.0.0.140 () {34 vars in 965 bytes} [Thu Apr 2 18:03:02 2026] GET /v2.0/quotas/5f049abf51254994ac22a00317363e22 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/599] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:03:02 2026] GET /v2.0/ports?network_id=d7447d25-91dc-4f3e-91d7-d93a0589f8eb&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: 288/600] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:03:02 2026] GET /v2.0/networks/d7447d25-91dc-4f3e-91d7-d93a0589f8eb?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: 313/601] 10.0.0.140 () {34 vars in 1002 bytes} [Thu Apr 2 18:03:02 2026] GET /v2.0/ports?tenant_id=5f049abf51254994ac22a00317363e22&fields=id => generated 57 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/602] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:03:02 2026] GET /v2.0/networks/d7447d25-91dc-4f3e-91d7-d93a0589f8eb?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: 314/603] 10.0.0.140 () {34 vars in 1008 bytes} [Thu Apr 2 18:03:02 2026] GET /v2.0/networks/29bbc98f-66ec-40f5-a46d-3e2a5a2d3d68?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: 315/604] 10.0.0.140 () {34 vars in 1108 bytes} [Thu Apr 2 18:03:02 2026] GET /v2.0/networks/29bbc98f-66ec-40f5-a46d-3e2a5a2d3d68?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/605] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:02 2026] GET /v2.0/ports?device_id=31f58896-0a33-4d9f-b739-7669614bbc89 => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/606] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:02 2026] GET /v2.0/security-groups?id=f3483c6a-a1df-49b8-9172-028d7910df5b&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: 7|app: 0|req: 291/607] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:02 2026] GET /v2.0/ports?device_id=aca0704a-c149-493c-a930-081311842561 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/608] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:02 2026] GET /v2.0/ports?device_id=dc2c96ec-c561-4345-8bc3-0a2cc02c5aad => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/609] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:02 2026] GET /v2.0/security-groups?id=a959bac9-46cd-406b-bcfd-1748c186113b&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/610] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:03 2026] GET /v2.0/ports?device_id=31f58896-0a33-4d9f-b739-7669614bbc89 => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/611] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:03 2026] GET /v2.0/ports?device_id=aca0704a-c149-493c-a930-081311842561 => 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: 293/612] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:03 2026] GET /v2.0/security-groups?id=f3483c6a-a1df-49b8-9172-028d7910df5b&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: 320/613] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:03 2026] GET /v2.0/ports?device_id=dc2c96ec-c561-4345-8bc3-0a2cc02c5aad => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/614] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:03 2026] GET /v2.0/security-groups?id=a959bac9-46cd-406b-bcfd-1748c186113b&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/615] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:04 2026] GET /v2.0/ports?device_id=aca0704a-c149-493c-a930-081311842561 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/616] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:04 2026] GET /v2.0/ports?device_id=31f58896-0a33-4d9f-b739-7669614bbc89 => 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: 322/617] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:04 2026] GET /v2.0/security-groups?id=f3483c6a-a1df-49b8-9172-028d7910df5b&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: 296/618] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:04 2026] GET /v2.0/ports?device_id=dc2c96ec-c561-4345-8bc3-0a2cc02c5aad => generated 973 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/619] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:04 2026] GET /v2.0/security-groups?id=a959bac9-46cd-406b-bcfd-1748c186113b&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/620] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:05 2026] GET /v2.0/ports?device_id=aca0704a-c149-493c-a930-081311842561 => 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: 324/621] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:05 2026] GET /v2.0/ports?device_id=31f58896-0a33-4d9f-b739-7669614bbc89 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/622] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:05 2026] GET /v2.0/security-groups?id=f3483c6a-a1df-49b8-9172-028d7910df5b&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/623] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:06 2026] GET /v2.0/ports?device_id=dc2c96ec-c561-4345-8bc3-0a2cc02c5aad => 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: 299/624] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:06 2026] GET /v2.0/security-groups?id=a959bac9-46cd-406b-bcfd-1748c186113b&fields=id&fields=name => generated 113 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/625] 10.0.0.140 () {34 vars in 1098 bytes} [Thu Apr 2 18:03:06 2026] GET /v2.0/security-groups?name=tempest-securitygroup--668949636&fields=id&tenant_id=49e9c182c1b244eebeebe03c18174280 => 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: 300/626] 10.0.0.140 () {34 vars in 982 bytes} [Thu Apr 2 18:03:06 2026] GET /v2.0/networks?id=9cf69a94-f321-4621-b974-098e0bfb9983 => generated 679 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/627] 10.0.0.140 () {34 vars in 965 bytes} [Thu Apr 2 18:03:06 2026] GET /v2.0/quotas/49e9c182c1b244eebeebe03c18174280 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/628] 10.0.0.140 () {34 vars in 1002 bytes} [Thu Apr 2 18:03:06 2026] GET /v2.0/ports?tenant_id=49e9c182c1b244eebeebe03c18174280&fields=id => generated 103 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/629] 10.0.0.140 () {34 vars in 1008 bytes} [Thu Apr 2 18:03:06 2026] GET /v2.0/networks/9cf69a94-f321-4621-b974-098e0bfb9983?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: 329/630] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:06 2026] GET /v2.0/ports?device_id=aca0704a-c149-493c-a930-081311842561 => 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: 302/631] 10.0.0.140 () {34 vars in 1108 bytes} [Thu Apr 2 18:03:06 2026] GET /v2.0/networks/9cf69a94-f321-4621-b974-098e0bfb9983?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/632] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:03:06 2026] GET /v2.0/networks?id=29bbc98f-66ec-40f5-a46d-3e2a5a2d3d68 => generated 678 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/633] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:06 2026] GET /v2.0/ports?device_id=31f58896-0a33-4d9f-b739-7669614bbc89 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/634] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:06 2026] GET /v2.0/security-groups?id=f3483c6a-a1df-49b8-9172-028d7910df5b&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/635] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:07 2026] GET /v2.0/ports?device_id=510845d4-3899-4a1a-91d1-e52abbf7ea02 => 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: 306/636] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:07 2026] GET /v2.0/ports?device_id=dc2c96ec-c561-4345-8bc3-0a2cc02c5aad => 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: 331/637] 199.19.213.5 () {38 vars in 953 bytes} [Thu Apr 2 18:03:06 2026] POST /v2.0/ports => generated 958 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/638] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:07 2026] GET /v2.0/security-groups?id=a959bac9-46cd-406b-bcfd-1748c186113b&fields=id&fields=name => generated 113 bytes in 33 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: 332/639] 199.19.213.5 () {38 vars in 1026 bytes} [Thu Apr 2 18:03:07 2026] PUT /v2.0/ports/9056d0f2-7e99-47b9-b1f8-2d54e23defba => generated 1239 bytes in 443 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:03:07.834 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ee414628-1dbc-4b0e-b1af-e1eb2551010f'] response: {'name': 'network-changed', 'server_uuid': 'aca0704a-c149-493c-a930-081311842561', 'tag': '9056d0f2-7e99-47b9-b1f8-2d54e23defba', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 308/640] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:07 2026] GET /v2.0/ports?device_id=aca0704a-c149-493c-a930-081311842561 => generated 973 bytes in 91 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: 333/641] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:07 2026] GET /v2.0/security-groups?id=385d39a7-dfc0-4642-ab5c-a043bd50195f&fields=id&fields=name => generated 88 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/642] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:08 2026] GET /v2.0/ports?device_id=31f58896-0a33-4d9f-b739-7669614bbc89 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/645] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:08 2026] GET /v2.0/security-groups?id=f3483c6a-a1df-49b8-9172-028d7910df5b&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/646] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:08 2026] GET /v2.0/ports?device_id=510845d4-3899-4a1a-91d1-e52abbf7ea02 => 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: 335/647] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:08 2026] GET /v2.0/ports?device_id=31f58896-0a33-4d9f-b739-7669614bbc89 => 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: 313/648] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:03:08 2026] GET /v2.0/ports?tenant_id=5f049abf51254994ac22a00317363e22&device_id=aca0704a-c149-493c-a930-081311842561 => generated 1242 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/649] 199.19.213.5 () {34 vars in 1016 bytes} [Thu Apr 2 18:03:08 2026] GET /v2.0/networks?tenant_id=5f049abf51254994ac22a00317363e22&shared=False => generated 774 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/650] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:08 2026] GET /v2.0/ports?device_id=dc2c96ec-c561-4345-8bc3-0a2cc02c5aad => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/651] 199.19.213.5 () {34 vars in 928 bytes} [Thu Apr 2 18:03:08 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/652] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:08 2026] GET /v2.0/security-groups?id=a959bac9-46cd-406b-bcfd-1748c186113b&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:03:08.798 8 INFO neutron.db.l3_db [None req-819720d3-dc36-435e-80df-3d40316197fe 930d86c0ec0540dd807873c7e623d430 151569e28c98480a8cf32154d00866b0 - - default default] Floating IP 53f83ee9-e955-4390-b87a-7e384b022a2b associated. External IP: 10.96.250.219, port: 74dbe832-fabf-41d1-8b17-65719dd902f4. [pid: 8|app: 0|req: 336/653] 10.0.0.149 () {34 vars in 749 bytes} [Thu Apr 2 18:03:08 2026] PUT /v2.0/floatingips/53f83ee9-e955-4390-b87a-7e384b022a2b => generated 855 bytes in 741 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/654] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:09 2026] GET /v2.0/ports?device_id=aca0704a-c149-493c-a930-081311842561 => 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: 319/655] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:09 2026] GET /v2.0/security-groups?id=385d39a7-dfc0-4642-ab5c-a043bd50195f&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/656] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:09 2026] GET /v2.0/ports?device_id=31f58896-0a33-4d9f-b739-7669614bbc89 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/657] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:09 2026] GET /v2.0/security-groups?id=f3483c6a-a1df-49b8-9172-028d7910df5b&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/658] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:09 2026] GET /v2.0/ports?device_id=510845d4-3899-4a1a-91d1-e52abbf7ea02 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/659] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:03:09 2026] GET /v2.0/ports?tenant_id=5f049abf51254994ac22a00317363e22&device_id=aca0704a-c149-493c-a930-081311842561 => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/660] 199.19.213.5 () {34 vars in 1058 bytes} [Thu Apr 2 18:03:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=9056d0f2-7e99-47b9-b1f8-2d54e23defba => 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: 339/661] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:09 2026] GET /v2.0/ports?device_id=31f58896-0a33-4d9f-b739-7669614bbc89 => 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: 323/662] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:03:09 2026] GET /v2.0/subnets?id=537618dc-5e7a-4cc6-858b-7cf42b48fd97 => generated 696 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/663] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:09 2026] GET /v2.0/ports?device_id=dc2c96ec-c561-4345-8bc3-0a2cc02c5aad => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/664] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:09 2026] GET /v2.0/security-groups?id=f3483c6a-a1df-49b8-9172-028d7910df5b&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: 341/665] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:03:09 2026] GET /v2.0/ports?network_id=29bbc98f-66ec-40f5-a46d-3e2a5a2d3d68&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: 325/666] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:09 2026] GET /v2.0/security-groups?id=a959bac9-46cd-406b-bcfd-1748c186113b&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: 342/667] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:03:09 2026] GET /v2.0/networks/29bbc98f-66ec-40f5-a46d-3e2a5a2d3d68?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/668] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:03:09 2026] GET /v2.0/networks/29bbc98f-66ec-40f5-a46d-3e2a5a2d3d68?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:03:09.888 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0680650d-880a-4a33-babd-de2019d8ea8c'] response: {'name': 'network-changed', 'server_uuid': '31f58896-0a33-4d9f-b739-7669614bbc89', 'tag': '74dbe832-fabf-41d1-8b17-65719dd902f4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 343/669] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:10 2026] GET /v2.0/ports?device_id=aca0704a-c149-493c-a930-081311842561 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/670] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:10 2026] GET /v2.0/security-groups?id=385d39a7-dfc0-4642-ab5c-a043bd50195f&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: 8|app: 0|req: 344/671] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:03:10 2026] GET /v2.0/ports?tenant_id=151569e28c98480a8cf32154d00866b0&device_id=31f58896-0a33-4d9f-b739-7669614bbc89 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/672] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:10 2026] GET /v2.0/ports?device_id=510845d4-3899-4a1a-91d1-e52abbf7ea02 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/673] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:03:10 2026] GET /v2.0/networks?id=3e0cd6d2-548b-4536-a408-4db1391ecc09 => generated 765 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/674] 199.19.213.5 () {34 vars in 1056 bytes} [Thu Apr 2 18:03:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=74dbe832-fabf-41d1-8b17-65719dd902f4 => generated 858 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/675] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:03:10 2026] GET /v2.0/subnets?id=506d165c-4421-4625-8a1c-0a7d9efb5a04 => generated 687 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/676] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:03:10 2026] GET /v2.0/ports?network_id=3e0cd6d2-548b-4536-a408-4db1391ecc09&device_owner=network%3Adhcp => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/677] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:03:10 2026] GET /v2.0/networks/3e0cd6d2-548b-4536-a408-4db1391ecc09?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/678] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:03:10 2026] GET /v2.0/networks/3e0cd6d2-548b-4536-a408-4db1391ecc09?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: 348/679] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:10 2026] GET /v2.0/ports?device_id=31f58896-0a33-4d9f-b739-7669614bbc89 => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/680] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:10 2026] GET /v2.0/security-groups?id=f3483c6a-a1df-49b8-9172-028d7910df5b&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/681] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:10 2026] GET /v2.0/ports?device_id=dc2c96ec-c561-4345-8bc3-0a2cc02c5aad => generated 975 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/682] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:10 2026] GET /v2.0/security-groups?id=a959bac9-46cd-406b-bcfd-1748c186113b&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/683] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:11 2026] GET /v2.0/ports?device_id=dc2c96ec-c561-4345-8bc3-0a2cc02c5aad => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:03:11.448 8 INFO neutron.db.l3_db [None req-4fcaba27-f44a-481a-bba2-5420cf6fa027 88a9b5d359d543589cc1896536c7534e b978a191f7c447cda17a904a12a2f31f - - default default] Floating IP 080116a8-f23f-403c-9cf9-6018008510fc associated. External IP: 10.96.250.201, port: e2bdd409-5119-4f54-9bd5-c1bbc7691cb0. [pid: 7|app: 0|req: 334/684] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:11 2026] GET /v2.0/ports?device_id=aca0704a-c149-493c-a930-081311842561 => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/685] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:11 2026] GET /v2.0/security-groups?id=385d39a7-dfc0-4642-ab5c-a043bd50195f&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: 336/686] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:11 2026] GET /v2.0/ports?device_id=510845d4-3899-4a1a-91d1-e52abbf7ea02 => 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: 337/687] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:03:11 2026] GET /v2.0/networks?id=9cf69a94-f321-4621-b974-098e0bfb9983 => generated 679 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/688] 199.19.213.5 () {34 vars in 1048 bytes} [Thu Apr 2 18:03:11 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=49e9c182c1b244eebeebe03c18174280 => generated 180 bytes in 30 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.149 () {34 vars in 749 bytes} [Thu Apr 2 18:03:11 2026] PUT /v2.0/floatingips/080116a8-f23f-403c-9cf9-6018008510fc => generated 856 bytes in 673 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/690] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:11 2026] GET /v2.0/ports?device_id=dc2c96ec-c561-4345-8bc3-0a2cc02c5aad => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/691] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:11 2026] GET /v2.0/security-groups?id=a959bac9-46cd-406b-bcfd-1748c186113b&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:03:11.940 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-78b0e37a-d78c-47d2-85d7-f2ec29836125'] response: {'name': 'network-changed', 'server_uuid': 'dc2c96ec-c561-4345-8bc3-0a2cc02c5aad', 'tag': 'e2bdd409-5119-4f54-9bd5-c1bbc7691cb0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 354/692] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:11 2026] GET /v2.0/ports?device_id=31f58896-0a33-4d9f-b739-7669614bbc89 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/693] 199.19.213.5 () {34 vars in 992 bytes} [Thu Apr 2 18:03:12 2026] GET /v2.0/ports?device_id=31f58896-0a33-4d9f-b739-7669614bbc89 => 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: 339/694] 199.19.213.5 () {38 vars in 953 bytes} [Thu Apr 2 18:03:11 2026] POST /v2.0/ports => generated 954 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 356/695] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:12 2026] GET /v2.0/security-groups?id=f3483c6a-a1df-49b8-9172-028d7910df5b&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-04-02 18:03:12.223 7 INFO neutron_taas.services.taas.taas_plugin [req-0f7ed600-bf62-4c01-8c4f-de050944466a req-be64c61a-469c-46a5-b1c3-12888a230288 930d86c0ec0540dd807873c7e623d430 151569e28c98480a8cf32154d00866b0 - - default default] TaaS: Handle Delete Port: 74dbe832-fabf-41d1-8b17-65719dd902f4 2026-04-02 18:03:12.229 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0f7ed600-bf62-4c01-8c4f-de050944466a req-be64c61a-469c-46a5-b1c3-12888a230288 930d86c0ec0540dd807873c7e623d430 151569e28c98480a8cf32154d00866b0 - - default default] Tap Mirror: Handle Delete Port: 74dbe832-fabf-41d1-8b17-65719dd902f4 2026-04-02 18:03:12.423 7 INFO neutron.db.l3_db [req-0f7ed600-bf62-4c01-8c4f-de050944466a req-be64c61a-469c-46a5-b1c3-12888a230288 930d86c0ec0540dd807873c7e623d430 151569e28c98480a8cf32154d00866b0 - - default default] Floating IP 53f83ee9-e955-4390-b87a-7e384b022a2b disassociated. External IP: 10.96.250.219, port: 74dbe832-fabf-41d1-8b17-65719dd902f4. [pid: 8|app: 0|req: 357/696] 199.19.213.5 () {38 vars in 1026 bytes} [Thu Apr 2 18:03:12 2026] PUT /v2.0/ports/6fa67781-b5fb-4f5b-baba-8a6b8cec0d96 => generated 1235 bytes in 481 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: 358/697] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:03:12 2026] GET /v2.0/ports?tenant_id=b978a191f7c447cda17a904a12a2f31f&device_id=dc2c96ec-c561-4345-8bc3-0a2cc02c5aad => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/698] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:12 2026] GET /v2.0/ports?device_id=aca0704a-c149-493c-a930-081311842561 => generated 973 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/699] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:12 2026] GET /v2.0/ports?device_id=510845d4-3899-4a1a-91d1-e52abbf7ea02 => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/700] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:03:12 2026] GET /v2.0/networks?id=d7447d25-91dc-4f3e-91d7-d93a0589f8eb => generated 780 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/701] 199.19.213.5 () {36 vars in 995 bytes} [Thu Apr 2 18:03:12 2026] DELETE /v2.0/ports/74dbe832-fabf-41d1-8b17-65719dd902f4 => generated 0 bytes in 758 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/702] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:12 2026] GET /v2.0/security-groups?id=385d39a7-dfc0-4642-ab5c-a043bd50195f&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/703] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:12 2026] GET /v2.0/security-groups?id=3a069fda-a74c-4388-8063-b26c9c625335&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/704] 199.19.213.5 () {34 vars in 1058 bytes} [Thu Apr 2 18:03:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e2bdd409-5119-4f54-9bd5-c1bbc7691cb0 => generated 859 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/705] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:03:12 2026] GET /v2.0/subnets?id=e78bcdd6-7839-4463-856f-4bdc469ce0ff => generated 702 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/706] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:03:12 2026] GET /v2.0/ports?network_id=d7447d25-91dc-4f3e-91d7-d93a0589f8eb&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/707] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:03:12 2026] GET /v2.0/networks/d7447d25-91dc-4f3e-91d7-d93a0589f8eb?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: 365/708] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:03:13 2026] GET /v2.0/networks/d7447d25-91dc-4f3e-91d7-d93a0589f8eb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/709] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:13 2026] GET /v2.0/ports?device_id=31f58896-0a33-4d9f-b739-7669614bbc89 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:03:13.298 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1f497ea7-639f-48b0-ab63-fff67713928a'] response: {'server_uuid': '31f58896-0a33-4d9f-b739-7669614bbc89', 'name': 'network-vif-deleted', 'tag': '74dbe832-fabf-41d1-8b17-65719dd902f4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 366/710] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:03:13 2026] GET /v2.0/ports?tenant_id=49e9c182c1b244eebeebe03c18174280&device_id=510845d4-3899-4a1a-91d1-e52abbf7ea02 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/711] 199.19.213.5 () {34 vars in 1056 bytes} [Thu Apr 2 18:03:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=6fa67781-b5fb-4f5b-baba-8a6b8cec0d96 => 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: 367/712] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:03:13 2026] GET /v2.0/subnets?id=2e32fbc6-b268-422b-ab2c-87fc1ea7b4a8 => generated 697 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/713] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:03:13 2026] GET /v2.0/ports?network_id=9cf69a94-f321-4621-b974-098e0bfb9983&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: 368/714] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:03:13 2026] GET /v2.0/networks/9cf69a94-f321-4621-b974-098e0bfb9983?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: 347/715] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:03:13 2026] GET /v2.0/networks/9cf69a94-f321-4621-b974-098e0bfb9983?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: 348/716] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:13 2026] GET /v2.0/ports?device_id=510845d4-3899-4a1a-91d1-e52abbf7ea02 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/717] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:13 2026] GET /v2.0/ports?device_id=aca0704a-c149-493c-a930-081311842561 => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/718] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:13 2026] GET /v2.0/security-groups?id=3a069fda-a74c-4388-8063-b26c9c625335&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/719] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:13 2026] GET /v2.0/security-groups?id=385d39a7-dfc0-4642-ab5c-a043bd50195f&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:03:14.061 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-df2f6bcc-0ea0-4b9e-9bff-87722ec56704'] response: {'name': 'network-changed', 'server_uuid': '510845d4-3899-4a1a-91d1-e52abbf7ea02', 'tag': '6fa67781-b5fb-4f5b-baba-8a6b8cec0d96', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 350/720] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:14 2026] GET /v2.0/ports?device_id=31f58896-0a33-4d9f-b739-7669614bbc89 => 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: 371/721] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:03:14 2026] GET /v2.0/ports?tenant_id=49e9c182c1b244eebeebe03c18174280&device_id=510845d4-3899-4a1a-91d1-e52abbf7ea02 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/722] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:03:14 2026] GET /v2.0/networks?id=9cf69a94-f321-4621-b974-098e0bfb9983 => generated 775 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/723] 199.19.213.5 () {34 vars in 1056 bytes} [Thu Apr 2 18:03:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=6fa67781-b5fb-4f5b-baba-8a6b8cec0d96 => 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: 352/724] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:03:14 2026] GET /v2.0/subnets?id=2e32fbc6-b268-422b-ab2c-87fc1ea7b4a8 => generated 697 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/725] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:03:15 2026] GET /v2.0/ports?network_id=9cf69a94-f321-4621-b974-098e0bfb9983&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: 353/726] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:15 2026] GET /v2.0/ports?device_id=510845d4-3899-4a1a-91d1-e52abbf7ea02 => 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: 374/727] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:03:15 2026] GET /v2.0/networks/9cf69a94-f321-4621-b974-098e0bfb9983?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: 375/728] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:15 2026] GET /v2.0/security-groups?id=3a069fda-a74c-4388-8063-b26c9c625335&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/729] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:15 2026] GET /v2.0/ports?device_id=aca0704a-c149-493c-a930-081311842561 => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/730] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:03:15 2026] GET /v2.0/networks/9cf69a94-f321-4621-b974-098e0bfb9983?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: 355/731] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:15 2026] GET /v2.0/security-groups?id=385d39a7-dfc0-4642-ab5c-a043bd50195f&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: 8|app: 0|req: 377/732] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:15 2026] GET /v2.0/ports?device_id=31f58896-0a33-4d9f-b739-7669614bbc89 => 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: 356/733] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:15 2026] GET /v2.0/ports?device_id=aca0704a-c149-493c-a930-081311842561 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/734] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:15 2026] GET /v2.0/security-groups?id=385d39a7-dfc0-4642-ab5c-a043bd50195f&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: 357/735] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:16 2026] GET /v2.0/ports?device_id=510845d4-3899-4a1a-91d1-e52abbf7ea02 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/736] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:16 2026] GET /v2.0/security-groups?id=3a069fda-a74c-4388-8063-b26c9c625335&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/737] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:03:16 2026] DELETE /v2.0/security-groups/f3483c6a-a1df-49b8-9172-028d7910df5b => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:03:16.586 8 INFO neutron.api.v2.resource [None req-6e3151a7-d8f3-4baf-9518-20461f59ddee 930d86c0ec0540dd807873c7e623d430 151569e28c98480a8cf32154d00866b0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 380/738] 10.0.0.149 () {32 vars in 737 bytes} [Thu Apr 2 18:03:16 2026] GET /v2.0/security-groups/f3483c6a-a1df-49b8-9172-028d7910df5b => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:03:16.699 7 INFO neutron_taas.services.taas.taas_plugin [None req-2cae0197-69ff-44f6-abc8-cd3f9caf28da 930d86c0ec0540dd807873c7e623d430 151569e28c98480a8cf32154d00866b0 - - default default] TaaS: Handle Delete Port: ac9324ce-ad3e-49c7-8bcc-95a87046104c 2026-04-02 18:03:16.702 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2cae0197-69ff-44f6-abc8-cd3f9caf28da 930d86c0ec0540dd807873c7e623d430 151569e28c98480a8cf32154d00866b0 - - default default] Tap Mirror: Handle Delete Port: ac9324ce-ad3e-49c7-8bcc-95a87046104c [pid: 8|app: 0|req: 381/739] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:16 2026] GET /v2.0/ports?device_id=aca0704a-c149-493c-a930-081311842561 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/740] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:16 2026] GET /v2.0/security-groups?id=385d39a7-dfc0-4642-ab5c-a043bd50195f&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: 359/741] 10.0.0.149 () {32 vars in 732 bytes} [Thu Apr 2 18:03:16 2026] DELETE /v2.0/floatingips/53f83ee9-e955-4390-b87a-7e384b022a2b => generated 0 bytes in 303 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:03:17.310 8 INFO neutron_taas.services.taas.taas_plugin [None req-31f3a4d6-b864-44ca-91bc-36153146caad 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: bb454e6a-101c-4081-89a0-c0020d7b6ddd 2026-04-02 18:03:17.313 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-31f3a4d6-b864-44ca-91bc-36153146caad 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: bb454e6a-101c-4081-89a0-c0020d7b6ddd [pid: 7|app: 0|req: 360/742] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:17 2026] GET /v2.0/ports?device_id=510845d4-3899-4a1a-91d1-e52abbf7ea02 => generated 969 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/743] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:17 2026] GET /v2.0/security-groups?id=3a069fda-a74c-4388-8063-b26c9c625335&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/744] 10.0.0.149 () {34 vars in 789 bytes} [Thu Apr 2 18:03:16 2026] PUT /v2.0/routers/9e5c8c32-6092-4775-b465-1ff5cb3c3e1a/remove_router_interface => generated 309 bytes in 967 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/745] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:17 2026] GET /v2.0/ports?device_id=aca0704a-c149-493c-a930-081311842561 => generated 975 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/746] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:17 2026] GET /v2.0/security-groups?id=385d39a7-dfc0-4642-ab5c-a043bd50195f&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/747] 199.19.213.5 () {34 vars in 992 bytes} [Thu Apr 2 18:03:18 2026] GET /v2.0/ports?device_id=aca0704a-c149-493c-a930-081311842561 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:03:18.093 7 INFO neutron_taas.services.taas.taas_plugin [None req-1381a31d-4b88-4827-88c9-1f8782dcb514 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: aa90dd0b-d199-4126-9630-abf39213d042 2026-04-02 18:03:18.097 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1381a31d-4b88-4827-88c9-1f8782dcb514 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: aa90dd0b-d199-4126-9630-abf39213d042 2026-04-02 18:03:18.232 8 INFO neutron_taas.services.taas.taas_plugin [req-70d4f123-f29d-4ca5-9229-513e28c1224a req-7df317d4-35e2-4106-a855-bb00749df1ae 2cdda4bbae5844c7a8e6b9d12643e7a4 5f049abf51254994ac22a00317363e22 - - default default] TaaS: Handle Delete Port: 9056d0f2-7e99-47b9-b1f8-2d54e23defba 2026-04-02 18:03:18.238 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-70d4f123-f29d-4ca5-9229-513e28c1224a req-7df317d4-35e2-4106-a855-bb00749df1ae 2cdda4bbae5844c7a8e6b9d12643e7a4 5f049abf51254994ac22a00317363e22 - - default default] Tap Mirror: Handle Delete Port: 9056d0f2-7e99-47b9-b1f8-2d54e23defba 2026-04-02 18:03:18.368 7 INFO neutron_taas.services.taas.taas_plugin [None req-1381a31d-4b88-4827-88c9-1f8782dcb514 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: 16e7eae8-547f-49b4-b07b-6db76413b1de 2026-04-02 18:03:18.371 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1381a31d-4b88-4827-88c9-1f8782dcb514 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: 16e7eae8-547f-49b4-b07b-6db76413b1de [pid: 8|app: 0|req: 387/748] 199.19.213.5 () {36 vars in 995 bytes} [Thu Apr 2 18:03:18 2026] DELETE /v2.0/ports/9056d0f2-7e99-47b9-b1f8-2d54e23defba => generated 0 bytes in 367 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:03:18.473 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c23466b0-ac5c-4bb1-92e1-b75d9a7b93d6'] response: {'server_uuid': 'aca0704a-c149-493c-a930-081311842561', 'name': 'network-vif-deleted', 'tag': '9056d0f2-7e99-47b9-b1f8-2d54e23defba', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 388/749] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:18 2026] GET /v2.0/ports?device_id=510845d4-3899-4a1a-91d1-e52abbf7ea02 => generated 969 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:03:18.726 7 INFO neutron.services.segments.plugin [-] Segment 27cd937f-e0b0-49b2-a8b3-a68b374091b7 resource provider aggregate not found 2026-04-02 18:03:18.729 7 INFO neutron.services.segments.plugin [-] Segment 27cd937f-e0b0-49b2-a8b3-a68b374091b7 resource provider aggregate not found [pid: 8|app: 0|req: 389/750] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:18 2026] GET /v2.0/security-groups?id=3a069fda-a74c-4388-8063-b26c9c625335&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:03:18.754 7 INFO neutron.db.l3_hamode_db [None req-1381a31d-4b88-4827-88c9-1f8782dcb514 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] HA network a95df158-3b8f-4466-87c2-4d8863208c84 was deleted as no HA routers are present in tenant 151569e28c98480a8cf32154d00866b0. 2026-04-02 18:03:18.756 7 INFO neutron.services.segments.plugin [-] Segment 27cd937f-e0b0-49b2-a8b3-a68b374091b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27cd937f-e0b0-49b2-a8b3-a68b374091b7 found for delete ", "request_id": "req-d6186d3f-93ff-4307-9d63-00e4623644be"}]} 2026-04-02 18:03:18.756 7 INFO neutron.services.segments.plugin [-] Segment 27cd937f-e0b0-49b2-a8b3-a68b374091b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27cd937f-e0b0-49b2-a8b3-a68b374091b7 found for delete ", "request_id": "req-8840cfbe-c22c-4aaa-a883-d30d6aa36ed9"}]} [pid: 7|app: 0|req: 362/751] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:03:17 2026] DELETE /v2.0/routers/9e5c8c32-6092-4775-b465-1ff5cb3c3e1a => generated 0 bytes in 892 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/752] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:03:18 2026] DELETE /v2.0/subnets/506d165c-4421-4625-8a1c-0a7d9efb5a04 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/753] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:19 2026] GET /v2.0/ports?device_id=aca0704a-c149-493c-a930-081311842561 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:03:19.138 7 INFO neutron_taas.services.taas.taas_plugin [None req-4d87ad50-467c-4e00-a2e1-5f7c0184ba47 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: f2036a18-d26a-4442-bf96-eb12d29cffb7 2026-04-02 18:03:19.142 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d87ad50-467c-4e00-a2e1-5f7c0184ba47 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: f2036a18-d26a-4442-bf96-eb12d29cffb7 [pid: 7|app: 0|req: 363/754] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:03:19 2026] DELETE /v2.0/networks/3e0cd6d2-548b-4536-a408-4db1391ecc09 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/755] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:03:19 2026] GET /v2.0/security-groups?tenant_id=151569e28c98480a8cf32154d00866b0&name=default => generated 2921 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/756] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:03:19 2026] DELETE /v2.0/security-groups/b99e11c1-17e3-48be-9899-8279b57b1bde => 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: 393/757] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:19 2026] GET /v2.0/ports?device_id=510845d4-3899-4a1a-91d1-e52abbf7ea02 => generated 969 bytes in 359 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/758] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:20 2026] GET /v2.0/security-groups?id=3a069fda-a74c-4388-8063-b26c9c625335&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/759] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:20 2026] GET /v2.0/ports?device_id=aca0704a-c149-493c-a930-081311842561 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:03:20.775 7 INFO neutron.services.segments.plugin [-] Segment d7ce9037-d8dd-4333-97c5-7da75c6d80ac resource provider aggregate not found 2026-04-02 18:03:20.787 7 INFO neutron.services.segments.plugin [-] Segment d7ce9037-d8dd-4333-97c5-7da75c6d80ac resource provider aggregate not found 2026-04-02 18:03:20.792 7 INFO neutron.services.segments.plugin [-] Segment d7ce9037-d8dd-4333-97c5-7da75c6d80ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7ce9037-d8dd-4333-97c5-7da75c6d80ac found for delete ", "request_id": "req-4ced371e-fd27-45b5-8a17-4dde4d6ef836"}]} 2026-04-02 18:03:20.804 7 INFO neutron.services.segments.plugin [-] Segment d7ce9037-d8dd-4333-97c5-7da75c6d80ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7ce9037-d8dd-4333-97c5-7da75c6d80ac found for delete ", "request_id": "req-d8d0d25d-35dc-45b9-a32f-65af8b9ce50f"}]} [pid: 7|app: 0|req: 366/760] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:21 2026] GET /v2.0/ports?device_id=510845d4-3899-4a1a-91d1-e52abbf7ea02 => 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: 367/761] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:21 2026] GET /v2.0/ports?device_id=aca0704a-c149-493c-a930-081311842561 => 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: 395/762] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:21 2026] GET /v2.0/security-groups?id=3a069fda-a74c-4388-8063-b26c9c625335&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/763] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:22 2026] GET /v2.0/ports?device_id=510845d4-3899-4a1a-91d1-e52abbf7ea02 => 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: 369/764] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:22 2026] GET /v2.0/security-groups?id=3a069fda-a74c-4388-8063-b26c9c625335&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/765] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:22 2026] GET /v2.0/ports?device_id=510845d4-3899-4a1a-91d1-e52abbf7ea02 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:03:22.895 8 INFO neutron_taas.services.taas.taas_plugin [None req-ee12d5b8-333e-43aa-9126-e30a901805f8 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: 460799d3-584b-4d9a-a3ac-bd52bacbef85 2026-04-02 18:03:22.898 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee12d5b8-333e-43aa-9126-e30a901805f8 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: 460799d3-584b-4d9a-a3ac-bd52bacbef85 2026-04-02 18:03:23.072 7 INFO neutron.db.l3_db [None req-907aa621-3911-4859-b998-110f8f8e303c 67a81132d8e04d1992bfd57e56cf25db 49e9c182c1b244eebeebe03c18174280 - - default default] Floating IP 916cf304-8fd9-439e-94ed-750dea4d2b2e associated. External IP: 10.96.250.220, port: 6fa67781-b5fb-4f5b-baba-8a6b8cec0d96. [pid: 8|app: 0|req: 396/766] 10.0.0.149 () {34 vars in 789 bytes} [Thu Apr 2 18:03:22 2026] PUT /v2.0/routers/81ade91b-304b-4faf-8c11-fd5676601d12/remove_router_interface => generated 309 bytes in 996 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/767] 10.0.0.149 () {34 vars in 749 bytes} [Thu Apr 2 18:03:22 2026] PUT /v2.0/floatingips/916cf304-8fd9-439e-94ed-750dea4d2b2e => generated 855 bytes in 777 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:03:23.457 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3d9ab5cc-9c3a-4a86-8a33-eafe59fd8dfd'] response: {'name': 'network-changed', 'server_uuid': '510845d4-3899-4a1a-91d1-e52abbf7ea02', 'tag': '6fa67781-b5fb-4f5b-baba-8a6b8cec0d96', 'status': 'completed', 'code': 200} 2026-04-02 18:03:23.642 7 INFO neutron_taas.services.taas.taas_plugin [None req-7532a8a2-f93a-446f-a35e-ee7d07c3b67f 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: 833d483f-66a4-47f2-8e57-f42645409591 2026-04-02 18:03:23.645 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7532a8a2-f93a-446f-a35e-ee7d07c3b67f 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: 833d483f-66a4-47f2-8e57-f42645409591 [pid: 8|app: 0|req: 397/770] 10.0.0.14 () {34 vars in 989 bytes} [Thu Apr 2 18:03:23 2026] GET /v2.0/ports?device_id=dc2c96ec-c561-4345-8bc3-0a2cc02c5aad => generated 1244 bytes in 390 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/771] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:23 2026] GET /v2.0/ports?device_id=510845d4-3899-4a1a-91d1-e52abbf7ea02 => 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: 399/772] 10.0.0.14 () {34 vars in 1039 bytes} [Thu Apr 2 18:03:23 2026] GET /v2.0/security-groups?id=a959bac9-46cd-406b-bcfd-1748c186113b&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/773] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:23 2026] GET /v2.0/security-groups?id=3a069fda-a74c-4388-8063-b26c9c625335&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:03:23.929 7 INFO neutron_taas.services.taas.taas_plugin [None req-7532a8a2-f93a-446f-a35e-ee7d07c3b67f 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: e8f9ed34-696e-4455-b692-f381e8a22541 2026-04-02 18:03:23.932 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7532a8a2-f93a-446f-a35e-ee7d07c3b67f 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: e8f9ed34-696e-4455-b692-f381e8a22541 [pid: 8|app: 0|req: 401/774] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:03:23 2026] GET /v2.0/ports?tenant_id=49e9c182c1b244eebeebe03c18174280&device_id=510845d4-3899-4a1a-91d1-e52abbf7ea02 => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/775] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:03:24 2026] GET /v2.0/networks?id=9cf69a94-f321-4621-b974-098e0bfb9983 => generated 775 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/776] 199.19.213.5 () {34 vars in 1056 bytes} [Thu Apr 2 18:03:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=6fa67781-b5fb-4f5b-baba-8a6b8cec0d96 => generated 858 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/777] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:03:24 2026] GET /v2.0/subnets?id=2e32fbc6-b268-422b-ab2c-87fc1ea7b4a8 => generated 697 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/778] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:03:24 2026] GET /v2.0/ports?network_id=9cf69a94-f321-4621-b974-098e0bfb9983&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: 406/779] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:03:24 2026] GET /v2.0/networks/9cf69a94-f321-4621-b974-098e0bfb9983?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: 407/780] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:03:24 2026] GET /v2.0/networks/9cf69a94-f321-4621-b974-098e0bfb9983?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:03:24.351 7 INFO neutron.services.segments.plugin [-] Segment a1501349-51c2-42e2-8100-963be91c32e7 resource provider aggregate not found 2026-04-02 18:03:24.368 7 INFO neutron.services.segments.plugin [-] Segment a1501349-51c2-42e2-8100-963be91c32e7 resource provider aggregate not found 2026-04-02 18:03:24.377 7 INFO neutron.services.segments.plugin [-] Segment a1501349-51c2-42e2-8100-963be91c32e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1501349-51c2-42e2-8100-963be91c32e7 found for delete ", "request_id": "req-d2ff0de9-9781-4439-8cf6-340a93fc82c4"}]} 2026-04-02 18:03:24.392 7 INFO neutron.db.l3_hamode_db [None req-7532a8a2-f93a-446f-a35e-ee7d07c3b67f 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] HA network 45c3cdc2-cb46-4e2e-ada9-d488fd221e44 was deleted as no HA routers are present in tenant 5f049abf51254994ac22a00317363e22. 2026-04-02 18:03:24.400 7 INFO neutron.services.segments.plugin [-] Segment a1501349-51c2-42e2-8100-963be91c32e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1501349-51c2-42e2-8100-963be91c32e7 found for delete ", "request_id": "req-54084e11-6a92-4004-9584-71911d2e6d75"}]} [pid: 7|app: 0|req: 374/781] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:03:23 2026] DELETE /v2.0/routers/81ade91b-304b-4faf-8c11-fd5676601d12 => generated 0 bytes in 982 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/782] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:03:24 2026] DELETE /v2.0/subnets/537618dc-5e7a-4cc6-858b-7cf42b48fd97 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:03:24.700 7 INFO neutron_taas.services.taas.taas_plugin [None req-57859f9a-9cfd-4e9f-8fd5-6fe2b3da6c05 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: 1765f5d0-d1f4-4db6-af02-d031c1d9d9e2 2026-04-02 18:03:24.703 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57859f9a-9cfd-4e9f-8fd5-6fe2b3da6c05 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: 1765f5d0-d1f4-4db6-af02-d031c1d9d9e2 [pid: 8|app: 0|req: 409/783] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:24 2026] GET /v2.0/ports?device_id=510845d4-3899-4a1a-91d1-e52abbf7ea02 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/784] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:24 2026] GET /v2.0/security-groups?id=3a069fda-a74c-4388-8063-b26c9c625335&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: 375/785] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:03:24 2026] DELETE /v2.0/networks/29bbc98f-66ec-40f5-a46d-3e2a5a2d3d68 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/786] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:03:25 2026] GET /v2.0/security-groups?tenant_id=5f049abf51254994ac22a00317363e22&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/787] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:03:25 2026] DELETE /v2.0/security-groups/385d39a7-dfc0-4642-ab5c-a043bd50195f => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/788] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:25 2026] GET /v2.0/ports?device_id=510845d4-3899-4a1a-91d1-e52abbf7ea02 => 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: 377/789] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:25 2026] GET /v2.0/security-groups?id=3a069fda-a74c-4388-8063-b26c9c625335&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:03:26.397 7 INFO neutron.services.segments.plugin [-] Segment 77863652-55fd-4ef8-a697-3dc3cb2a32be resource provider aggregate not found 2026-04-02 18:03:26.419 7 INFO neutron.services.segments.plugin [-] Segment 77863652-55fd-4ef8-a697-3dc3cb2a32be resource provider aggregate not found 2026-04-02 18:03:26.426 7 INFO neutron.services.segments.plugin [-] Segment 77863652-55fd-4ef8-a697-3dc3cb2a32be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77863652-55fd-4ef8-a697-3dc3cb2a32be found for delete ", "request_id": "req-51104728-fe48-499e-bf81-2a87bb3e83a6"}]} 2026-04-02 18:03:26.437 7 INFO neutron.services.segments.plugin [-] Segment 77863652-55fd-4ef8-a697-3dc3cb2a32be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77863652-55fd-4ef8-a697-3dc3cb2a32be found for delete ", "request_id": "req-02e7667b-afe9-482a-a97d-cf0cde4ab34e"}]} [pid: 7|app: 0|req: 378/790] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:27 2026] GET /v2.0/ports?device_id=510845d4-3899-4a1a-91d1-e52abbf7ea02 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/791] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:03:26 2026] GET /v2.0/security-groups?tenant_id=43cc367740d14278af0c7746e61cb5a7&name=default => generated 2925 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/792] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:27 2026] GET /v2.0/security-groups?id=3a069fda-a74c-4388-8063-b26c9c625335&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/793] 199.19.213.5 () {34 vars in 992 bytes} [Thu Apr 2 18:03:27 2026] GET /v2.0/ports?device_id=510845d4-3899-4a1a-91d1-e52abbf7ea02 => 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: 414/794] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:03:27 2026] DELETE /v2.0/security-groups/32ee5ae6-1806-460f-a1b4-ea1733a59519 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:03:27.327 7 INFO neutron_taas.services.taas.taas_plugin [req-88a00e56-4796-4910-94e1-bf7ea943aca6 req-df1f7387-e7d4-45a1-8853-eb7794f4fba4 67a81132d8e04d1992bfd57e56cf25db 49e9c182c1b244eebeebe03c18174280 - - default default] TaaS: Handle Delete Port: 6fa67781-b5fb-4f5b-baba-8a6b8cec0d96 2026-04-02 18:03:27.330 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-88a00e56-4796-4910-94e1-bf7ea943aca6 req-df1f7387-e7d4-45a1-8853-eb7794f4fba4 67a81132d8e04d1992bfd57e56cf25db 49e9c182c1b244eebeebe03c18174280 - - default default] Tap Mirror: Handle Delete Port: 6fa67781-b5fb-4f5b-baba-8a6b8cec0d96 [pid: 8|app: 0|req: 415/795] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:03:27 2026] GET /v2.0/security-groups?tenant_id=c02a4341ee68470bb6e16d706bcd664e&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/796] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:03:27 2026] DELETE /v2.0/security-groups/da68cc79-ab12-430d-9cdb-23f064be356b => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:03:27.817 7 INFO neutron.db.l3_db [req-88a00e56-4796-4910-94e1-bf7ea943aca6 req-df1f7387-e7d4-45a1-8853-eb7794f4fba4 67a81132d8e04d1992bfd57e56cf25db 49e9c182c1b244eebeebe03c18174280 - - default default] Floating IP 916cf304-8fd9-439e-94ed-750dea4d2b2e disassociated. External IP: 10.96.250.220, port: 6fa67781-b5fb-4f5b-baba-8a6b8cec0d96. [pid: 7|app: 0|req: 381/797] 199.19.213.5 () {36 vars in 995 bytes} [Thu Apr 2 18:03:27 2026] DELETE /v2.0/ports/6fa67781-b5fb-4f5b-baba-8a6b8cec0d96 => generated 0 bytes in 991 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/798] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:28 2026] GET /v2.0/ports?device_id=510845d4-3899-4a1a-91d1-e52abbf7ea02 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:03:28.219 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-64a9a231-ae87-481f-9fb5-e318de382d3f'] response: {'server_uuid': '510845d4-3899-4a1a-91d1-e52abbf7ea02', 'name': 'network-vif-deleted', 'tag': '6fa67781-b5fb-4f5b-baba-8a6b8cec0d96', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 382/799] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:03:28 2026] GET /v2.0/security-groups?tenant_id=f514c53acd3b40e8aad20fc4093ea92b&name=default => generated 2925 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/800] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:03:28 2026] DELETE /v2.0/security-groups/7239b759-89b2-47da-9456-895d3a25076f => 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: 383/801] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:29 2026] GET /v2.0/ports?device_id=510845d4-3899-4a1a-91d1-e52abbf7ea02 => 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: 419/802] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:30 2026] GET /v2.0/ports?device_id=510845d4-3899-4a1a-91d1-e52abbf7ea02 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/803] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:31 2026] GET /v2.0/ports?device_id=510845d4-3899-4a1a-91d1-e52abbf7ea02 => 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: 420/804] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:03:31 2026] GET /v2.0/security-groups?tenant_id=9a0d64b58143418ab448d2fcabd704e3&name=default => generated 2925 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/805] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:03:31 2026] DELETE /v2.0/security-groups/b604fdff-18d9-4375-92f2-da3b7730f81c => 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: 421/806] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:03:32 2026] GET /v2.0/security-groups?tenant_id=b002e6ff953e4ca79b71f6dc53a894c7&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/807] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:03:32 2026] DELETE /v2.0/security-groups/74b4c592-1eee-49a1-a45d-7412e4071a86 => 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: 422/808] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:03:32 2026] DELETE /v2.0/security-groups/3a069fda-a74c-4388-8063-b26c9c625335 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:03:32.689 7 INFO neutron.api.v2.resource [None req-9524e47a-65f1-48fd-82d3-9fe7b47c391b 67a81132d8e04d1992bfd57e56cf25db 49e9c182c1b244eebeebe03c18174280 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 387/809] 10.0.0.149 () {32 vars in 737 bytes} [Thu Apr 2 18:03:32 2026] GET /v2.0/security-groups/3a069fda-a74c-4388-8063-b26c9c625335 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:03:32.826 8 INFO neutron_taas.services.taas.taas_plugin [None req-12e965da-bae7-4cf5-a194-0816053182a8 67a81132d8e04d1992bfd57e56cf25db 49e9c182c1b244eebeebe03c18174280 - - default default] TaaS: Handle Delete Port: 10217541-0085-4dda-94eb-f307f03700bd 2026-04-02 18:03:32.829 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12e965da-bae7-4cf5-a194-0816053182a8 67a81132d8e04d1992bfd57e56cf25db 49e9c182c1b244eebeebe03c18174280 - - default default] Tap Mirror: Handle Delete Port: 10217541-0085-4dda-94eb-f307f03700bd [pid: 8|app: 0|req: 423/810] 10.0.0.149 () {32 vars in 732 bytes} [Thu Apr 2 18:03:32 2026] DELETE /v2.0/floatingips/916cf304-8fd9-439e-94ed-750dea4d2b2e => generated 0 bytes in 302 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:03:33.355 7 INFO neutron_taas.services.taas.taas_plugin [None req-805948ec-55dc-45c9-8069-140d07b97c55 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: 57067302-7430-4696-ad20-a3751139c8c9 2026-04-02 18:03:33.358 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-805948ec-55dc-45c9-8069-140d07b97c55 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: 57067302-7430-4696-ad20-a3751139c8c9 [pid: 7|app: 0|req: 388/811] 10.0.0.149 () {34 vars in 789 bytes} [Thu Apr 2 18:03:33 2026] PUT /v2.0/routers/3481afa4-1060-4906-b010-d42105f45f7a/remove_router_interface => generated 309 bytes in 863 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:03:34.083 8 INFO neutron_taas.services.taas.taas_plugin [None req-26ac98d7-fe9d-42f3-b044-648af0818c1a 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: e59ad41e-5ccb-453d-a437-633a9e826c14 2026-04-02 18:03:34.086 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26ac98d7-fe9d-42f3-b044-648af0818c1a 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: e59ad41e-5ccb-453d-a437-633a9e826c14 2026-04-02 18:03:34.301 8 INFO neutron_taas.services.taas.taas_plugin [None req-26ac98d7-fe9d-42f3-b044-648af0818c1a 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: e271cab6-5682-4a33-bbe0-c0efb245386e 2026-04-02 18:03:34.306 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26ac98d7-fe9d-42f3-b044-648af0818c1a 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: e271cab6-5682-4a33-bbe0-c0efb245386e 2026-04-02 18:03:34.647 8 INFO neutron.services.segments.plugin [-] Segment c5f30221-44b0-49a5-aa20-8966fe33910d resource provider aggregate not found 2026-04-02 18:03:34.658 8 INFO neutron.services.segments.plugin [-] Segment c5f30221-44b0-49a5-aa20-8966fe33910d resource provider aggregate not found 2026-04-02 18:03:34.678 8 INFO neutron.services.segments.plugin [-] Segment c5f30221-44b0-49a5-aa20-8966fe33910d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5f30221-44b0-49a5-aa20-8966fe33910d found for delete ", "request_id": "req-ff847787-8295-42ac-8552-284e8b61b9ed"}]} 2026-04-02 18:03:34.686 8 INFO neutron.services.segments.plugin [-] Segment c5f30221-44b0-49a5-aa20-8966fe33910d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5f30221-44b0-49a5-aa20-8966fe33910d found for delete ", "request_id": "req-7213aea0-8261-4bd0-9f47-417237d7febe"}]} 2026-04-02 18:03:34.696 8 INFO neutron.db.l3_hamode_db [None req-26ac98d7-fe9d-42f3-b044-648af0818c1a 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] HA network 9fdadad3-092c-4449-87f8-34b6ae3950f8 was deleted as no HA routers are present in tenant 49e9c182c1b244eebeebe03c18174280. [pid: 8|app: 0|req: 424/812] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:03:33 2026] DELETE /v2.0/routers/3481afa4-1060-4906-b010-d42105f45f7a => generated 0 bytes in 829 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/813] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:03:34 2026] DELETE /v2.0/subnets/2e32fbc6-b268-422b-ab2c-87fc1ea7b4a8 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:03:34.973 8 INFO neutron_taas.services.taas.taas_plugin [None req-781784cc-f02c-41ad-8e4a-9bad51b8ad3d 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: 5dbd25be-b4bb-4098-ab6a-70be3fbf62c5 2026-04-02 18:03:34.976 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-781784cc-f02c-41ad-8e4a-9bad51b8ad3d 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: 5dbd25be-b4bb-4098-ab6a-70be3fbf62c5 [pid: 8|app: 0|req: 425/814] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:03:34 2026] DELETE /v2.0/networks/9cf69a94-f321-4621-b974-098e0bfb9983 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/815] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:03:35 2026] GET /v2.0/security-groups?tenant_id=8095723dddac460281ab4ee4456092c4&name=default => generated 2925 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/816] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:03:35 2026] GET /v2.0/security-groups?tenant_id=0fb1edced9f841c68c866148ba73a3d9&name=default => generated 2925 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/817] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:03:35 2026] GET /v2.0/security-groups?tenant_id=49e9c182c1b244eebeebe03c18174280&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/818] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:03:35 2026] DELETE /v2.0/security-groups/b8d3c432-e336-49de-a24d-dbf5e80a06e6 => 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: 428/819] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:03:35 2026] DELETE /v2.0/security-groups/a8afaa79-9e87-4e0e-9aa4-f98495cfab31 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/820] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:03:35 2026] DELETE /v2.0/security-groups/1890b2ad-c9cf-4afb-bd23-964bd84f5799 => 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: 429/821] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:03:35 2026] GET /v2.0/security-groups?tenant_id=bc2a83935fa84c49a7f9e5231491655f&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/822] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:03:35 2026] DELETE /v2.0/security-groups/8842eb7a-2fc2-4328-830d-79152fa8f601 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:03:36.694 8 INFO neutron.services.segments.plugin [-] Segment 1fc160e0-c66f-4687-892e-198659801c29 resource provider aggregate not found 2026-04-02 18:03:36.703 8 INFO neutron.services.segments.plugin [-] Segment 1fc160e0-c66f-4687-892e-198659801c29 resource provider aggregate not found 2026-04-02 18:03:36.708 8 INFO neutron.services.segments.plugin [-] Segment 1fc160e0-c66f-4687-892e-198659801c29 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fc160e0-c66f-4687-892e-198659801c29 found for delete ", "request_id": "req-5d6c6b08-834b-4374-a9c9-c4cb5b8ff1ce"}]} 2026-04-02 18:03:36.718 8 INFO neutron.services.segments.plugin [-] Segment 1fc160e0-c66f-4687-892e-198659801c29 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fc160e0-c66f-4687-892e-198659801c29 found for delete ", "request_id": "req-0e139a58-78af-4694-9191-4b28046abf4c"}]} 2026-04-02 18:03:37.634 8 INFO neutron.db.segments_db [None req-d08550f3-1f7a-4afa-84a3-36fdc1879a7f 8f421d9167764676bcc5190acd378d7c 75aea37f0a904314bb886f094f86e796 - - default default] Added segment 4db13d92-a493-4178-8553-9506a987cc1b of type vxlan for network 48e4a62c-7343-4a31-a090-fd67eff1ce25 [pid: 8|app: 0|req: 430/823] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:03:37 2026] POST /v2.0/networks => generated 648 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:03:37.956 7 INFO neutron.db.segments_db [None req-35c95275-73e1-4204-ac7e-3c91f0c4d306 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Added segment 8eb81ab8-f890-4ae9-9b08-d30630c411b8 of type vxlan for network 3ff8ba5b-7237-4911-a258-f7877d066db3 [pid: 7|app: 0|req: 394/824] 10.0.0.149 () {34 vars in 671 bytes} [Thu Apr 2 18:03:37 2026] POST /v2.0/networks => generated 744 bytes in 477 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/827] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:03:38 2026] POST /v2.0/subnets => generated 691 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:03:38.283 8 INFO neutron.db.segments_db [None req-3fd42b79-9ef4-48db-a90f-4e8aa49a8abb 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Added segment b3e2c8f6-f9cd-451e-a020-b5f91cb64f1d of type vxlan for network 4e483675-6de9-49ba-9139-45d385561b50 [pid: 7|app: 0|req: 397/828] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:03:38 2026] POST /v2.0/subnets => generated 673 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:03:38.523 8 INFO neutron.db.l3_hamode_db [None req-3fd42b79-9ef4-48db-a90f-4e8aa49a8abb 7bca8c7ce56e4cbc996b21b1c6fc12db 127433d32c524546bde80d51f93dcb04 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 18:03:38.551 7 INFO neutron.db.segments_db [None req-7cd07978-e863-4d03-9f1e-1766e3dc977a 8f421d9167764676bcc5190acd378d7c 75aea37f0a904314bb886f094f86e796 - - default default] Added segment b1fb9747-a231-42a3-88c3-3249e893bb00 of type vxlan for network 6242d02e-e3d3-493c-92e3-5a3a5c66d0e4 [pid: 7|app: 0|req: 398/829] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:03:38 2026] POST /v2.0/networks => generated 647 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/830] 10.0.0.149 () {34 vars in 743 bytes} [Thu Apr 2 18:03:38 2026] PUT /v2.0/networks/6242d02e-e3d3-493c-92e3-5a3a5c66d0e4 => generated 592 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/831] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:03:38 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: 401/832] 10.0.0.149 () {34 vars in 741 bytes} [Thu Apr 2 18:03:39 2026] PUT /v2.0/subnets/fa378d23-9d25-4107-8a92-be98d8e1cd4f => generated 656 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:03:39.329 8 INFO neutron.db.l3_hamode_db [None req-3fd42b79-9ef4-48db-a90f-4e8aa49a8abb 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 18:03:39.330 7 INFO neutron.services.segments.plugin [-] Segment b1fb9747-a231-42a3-88c3-3249e893bb00 resource provider aggregate not found 2026-04-02 18:03:39.335 7 INFO neutron.services.segments.plugin [-] Segment b1fb9747-a231-42a3-88c3-3249e893bb00 resource provider aggregate not found 2026-04-02 18:03:39.350 7 INFO neutron.services.segments.plugin [-] Segment b1fb9747-a231-42a3-88c3-3249e893bb00 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1fb9747-a231-42a3-88c3-3249e893bb00 found for delete ", "request_id": "req-da792fd8-48e4-46b6-a5e9-044b9ac5ab3e"}]} 2026-04-02 18:03:39.354 7 INFO neutron.services.segments.plugin [-] Segment b1fb9747-a231-42a3-88c3-3249e893bb00 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1fb9747-a231-42a3-88c3-3249e893bb00 found for delete ", "request_id": "req-cef89a12-75be-47ff-b1c8-42786e74cb2c"}]} [pid: 7|app: 0|req: 402/833] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:03:39 2026] DELETE /v2.0/networks/6242d02e-e3d3-493c-92e3-5a3a5c66d0e4 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:03:39.381 7 INFO neutron.pecan_wsgi.hooks.translation [None req-55a2ec68-18ae-40f9-b3ec-d87b794c3d0e 8f421d9167764676bcc5190acd378d7c 75aea37f0a904314bb886f094f86e796 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 403/834] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:03:39 2026] DELETE /v2.0/networks/6242d02e-e3d3-493c-92e3-5a3a5c66d0e4 => generated 138 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/835] 10.0.0.149 () {32 vars in 694 bytes} [Thu Apr 2 18:03:39 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: 405/836] 10.0.0.149 () {32 vars in 742 bytes} [Thu Apr 2 18:03:39 2026] GET /v2.0/subnets?network_id=bbb15344-6c4b-449a-9a19-15e2dc0e43f4 => generated 649 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/837] 10.0.0.149 () {32 vars in 653 bytes} [Thu Apr 2 18:03:39 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/838] 10.0.0.149 () {32 vars in 649 bytes} [Thu Apr 2 18:03:39 2026] GET /v2.0/networks => generated 1313 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/839] 10.0.0.149 () {32 vars in 647 bytes} [Thu Apr 2 18:03:39 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: 7|app: 0|req: 409/840] 10.0.0.149 () {32 vars in 723 bytes} [Thu Apr 2 18:03:39 2026] GET /v2.0/networks/48e4a62c-7343-4a31-a090-fd67eff1ce25 => generated 673 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/841] 10.0.0.149 () {32 vars in 721 bytes} [Thu Apr 2 18:03:39 2026] GET /v2.0/subnets/26444a83-e1f0-4092-bf6c-64ba7ab6356a => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:03:39.707 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d28429d5-d00f-4348-934e-14f9d7c7ec27 8f421d9167764676bcc5190acd378d7c 75aea37f0a904314bb886f094f86e796 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 411/842] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:03:39 2026] DELETE /v2.0/subnets/fa378d23-9d25-4107-8a92-be98d8e1cd4f => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:03:39.724 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c6f9af88-7556-45cb-aaf1-66aca4e3fa41 8f421d9167764676bcc5190acd378d7c 75aea37f0a904314bb886f094f86e796 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 412/843] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:03:39 2026] DELETE /v2.0/networks/6242d02e-e3d3-493c-92e3-5a3a5c66d0e4 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/844] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:03:39 2026] DELETE /v2.0/subnets/26444a83-e1f0-4092-bf6c-64ba7ab6356a => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/845] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:03:39 2026] DELETE /v2.0/networks/48e4a62c-7343-4a31-a090-fd67eff1ce25 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/846] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:03:38 2026] POST /v2.0/routers => generated 731 bytes in 2006 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/847] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:40 2026] GET /v2.0/ports?device_id=dc2c96ec-c561-4345-8bc3-0a2cc02c5aad => generated 975 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/848] 10.0.0.140 () {34 vars in 971 bytes} [Thu Apr 2 18:03:40 2026] GET /v2.0/ports/e2bdd409-5119-4f54-9bd5-c1bbc7691cb0 => generated 972 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/849] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:03:40 2026] GET /v2.0/security-groups?tenant_id=75aea37f0a904314bb886f094f86e796&name=default => generated 2925 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/850] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:03:40 2026] DELETE /v2.0/security-groups/26b9444f-6cef-44dc-83e0-bf77ae1c1481 => 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: 437/851] 199.19.213.5 () {34 vars in 998 bytes} [Thu Apr 2 18:03:41 2026] GET /v2.0/subnets?network_id=d7447d25-91dc-4f3e-91d7-d93a0589f8eb => generated 684 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/852] 199.19.213.5 () {34 vars in 1144 bytes} [Thu Apr 2 18:03:41 2026] GET /v2.0/ports?device_id=dc2c96ec-c561-4345-8bc3-0a2cc02c5aad&device_owner=compute%3Anova&network_id=d7447d25-91dc-4f3e-91d7-d93a0589f8eb => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:03:41.391 7 INFO neutron.services.segments.plugin [-] Segment 4db13d92-a493-4178-8553-9506a987cc1b resource provider aggregate not found 2026-04-02 18:03:41.396 7 INFO neutron.services.segments.plugin [-] Segment 4db13d92-a493-4178-8553-9506a987cc1b resource provider aggregate not found 2026-04-02 18:03:41.414 7 INFO neutron.services.segments.plugin [-] Segment 4db13d92-a493-4178-8553-9506a987cc1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4db13d92-a493-4178-8553-9506a987cc1b found for delete ", "request_id": "req-31a1921a-e1e8-4ef8-81b1-9e7f0c1835aa"}]} 2026-04-02 18:03:41.417 7 INFO neutron.services.segments.plugin [-] Segment 4db13d92-a493-4178-8553-9506a987cc1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4db13d92-a493-4178-8553-9506a987cc1b found for delete ", "request_id": "req-d2552796-c653-4e97-a95f-46cc2f058c3e"}]} [pid: 7|app: 0|req: 415/853] 10.0.0.149 () {34 vars in 783 bytes} [Thu Apr 2 18:03:40 2026] PUT /v2.0/routers/d17d425a-77e0-488a-ae7d-b8870214839e/add_router_interface => generated 309 bytes in 1314 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/854] 199.19.213.5 () {38 vars in 1026 bytes} [Thu Apr 2 18:03:41 2026] PUT /v2.0/ports/e2bdd409-5119-4f54-9bd5-c1bbc7691cb0 => generated 1149 bytes in 629 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:03:41.943 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e2260218-a6cb-4780-b162-4549dd0c8207'] response: {'name': 'network-changed', 'server_uuid': 'dc2c96ec-c561-4345-8bc3-0a2cc02c5aad', 'tag': 'e2bdd409-5119-4f54-9bd5-c1bbc7691cb0', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 416/855] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:03:42 2026] GET /v2.0/security-groups?tenant_id=893c2ac04c9b4d5483da379562b9c12a&name=default => generated 2925 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/856] 10.0.0.149 () {34 vars in 685 bytes} [Thu Apr 2 18:03:42 2026] POST /v2.0/security-groups => generated 1659 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/857] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:03:42 2026] DELETE /v2.0/security-groups/9ecc022c-9704-40c5-9cb1-bdf2106182ef => 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: 418/858] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:03:42 2026] GET /v2.0/ports?tenant_id=b978a191f7c447cda17a904a12a2f31f&device_id=dc2c96ec-c561-4345-8bc3-0a2cc02c5aad => generated 1421 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/859] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:03:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/860] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:03:42 2026] GET /v2.0/networks?id=d7447d25-91dc-4f3e-91d7-d93a0589f8eb => generated 780 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/861] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:03:42 2026] POST /v2.0/security-group-rules => generated 602 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/862] 199.19.213.5 () {34 vars in 1058 bytes} [Thu Apr 2 18:03:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e2bdd409-5119-4f54-9bd5-c1bbc7691cb0 => generated 861 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/863] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:03:42 2026] GET /v2.0/security-groups?tenant_id=340f0072569143a0adc4d741440dca46&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: 444/864] 199.19.213.5 () {34 vars in 1056 bytes} [Thu Apr 2 18:03:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=e2bdd409-5119-4f54-9bd5-c1bbc7691cb0 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/865] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:03:42 2026] DELETE /v2.0/security-groups/e50178e4-1259-45d3-b2d6-e1ab36587df0 => 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: 446/866] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:03:42 2026] GET /v2.0/subnets?id=e78bcdd6-7839-4463-856f-4bdc469ce0ff => generated 702 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/867] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:03:42 2026] GET /v2.0/ports?network_id=d7447d25-91dc-4f3e-91d7-d93a0589f8eb&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/868] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:03:42 2026] GET /v2.0/networks/d7447d25-91dc-4f3e-91d7-d93a0589f8eb?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: 449/869] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:03:42 2026] GET /v2.0/networks/d7447d25-91dc-4f3e-91d7-d93a0589f8eb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/870] 10.0.0.149 () {34 vars in 676 bytes} [Thu Apr 2 18:03:42 2026] POST /v2.0/floatingips => generated 552 bytes in 694 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:03:43.561 8 INFO neutron.db.segments_db [None req-90b6ef14-e1fb-46c7-a7e7-ec2d499731b8 572088879a2f49599e0de16dd10d3e23 5bfd00e05b8a44f8a05efd3c0392d35f - - default default] Added segment 41a1b41c-3d02-4029-9474-8b4ad6f4e161 of type vxlan for network 356444b4-f252-44d6-abd5-afa0f3470b10 [pid: 8|app: 0|req: 450/871] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:03:43 2026] POST /v2.0/networks => generated 643 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/872] 10.0.0.140 () {34 vars in 1100 bytes} [Thu Apr 2 18:03:43 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1854002915&fields=id&tenant_id=127433d32c524546bde80d51f93dcb04 => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/873] 10.0.0.140 () {34 vars in 982 bytes} [Thu Apr 2 18:03:43 2026] GET /v2.0/networks?id=3ff8ba5b-7237-4911-a258-f7877d066db3 => generated 676 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/874] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:43 2026] GET /v2.0/ports?device_id=dc2c96ec-c561-4345-8bc3-0a2cc02c5aad => generated 1152 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/875] 10.0.0.140 () {34 vars in 965 bytes} [Thu Apr 2 18:03:43 2026] GET /v2.0/quotas/127433d32c524546bde80d51f93dcb04 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/876] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:03:43 2026] POST /v2.0/subnets => generated 641 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/877] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:43 2026] GET /v2.0/security-groups?id=a959bac9-46cd-406b-bcfd-1748c186113b&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:03:44.012 8 INFO neutron.db.segments_db [None req-351fea55-d621-44e1-80cc-55c91fd2a408 572088879a2f49599e0de16dd10d3e23 5bfd00e05b8a44f8a05efd3c0392d35f - - default default] Added segment b4695662-e81d-48ae-bc86-07590e95aa64 of type vxlan for network 358542e2-538e-41fe-b1e1-7948bba391fc [pid: 7|app: 0|req: 423/878] 10.0.0.140 () {34 vars in 1002 bytes} [Thu Apr 2 18:03:43 2026] GET /v2.0/ports?tenant_id=127433d32c524546bde80d51f93dcb04&fields=id => generated 103 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/879] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:03:44 2026] GET /v2.0/ports?tenant_id=b978a191f7c447cda17a904a12a2f31f&device_id=dc2c96ec-c561-4345-8bc3-0a2cc02c5aad => generated 1421 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/880] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:03:43 2026] POST /v2.0/networks => generated 643 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/881] 10.0.0.140 () {34 vars in 1008 bytes} [Thu Apr 2 18:03:44 2026] GET /v2.0/networks/3ff8ba5b-7237-4911-a258-f7877d066db3?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: 457/882] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:03:44 2026] GET /v2.0/networks?id=d7447d25-91dc-4f3e-91d7-d93a0589f8eb => generated 780 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/883] 10.0.0.140 () {34 vars in 1108 bytes} [Thu Apr 2 18:03:44 2026] GET /v2.0/networks/3ff8ba5b-7237-4911-a258-f7877d066db3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/884] 10.0.0.149 () {34 vars in 743 bytes} [Thu Apr 2 18:03:44 2026] PUT /v2.0/networks/358542e2-538e-41fe-b1e1-7948bba391fc => generated 592 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/885] 199.19.213.5 () {34 vars in 1058 bytes} [Thu Apr 2 18:03:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e2bdd409-5119-4f54-9bd5-c1bbc7691cb0 => generated 861 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/886] 199.19.213.5 () {34 vars in 1056 bytes} [Thu Apr 2 18:03:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=e2bdd409-5119-4f54-9bd5-c1bbc7691cb0 => 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: 461/887] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:03:44 2026] GET /v2.0/subnets?id=e78bcdd6-7839-4463-856f-4bdc469ce0ff => generated 702 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/888] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:44 2026] GET /v2.0/ports?device_id=d26a36ca-c1ec-4af9-bb4c-ff724b56afb6 => 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: 463/889] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:03:44 2026] GET /v2.0/ports?network_id=d7447d25-91dc-4f3e-91d7-d93a0589f8eb&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/890] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:03:44 2026] GET /v2.0/networks/d7447d25-91dc-4f3e-91d7-d93a0589f8eb?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: 465/891] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:03:44 2026] GET /v2.0/networks/d7447d25-91dc-4f3e-91d7-d93a0589f8eb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/892] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:03:44 2026] POST /v2.0/subnets => generated 626 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/893] 10.0.0.149 () {34 vars in 741 bytes} [Thu Apr 2 18:03:44 2026] PUT /v2.0/subnets/f5a9e5f1-5454-4af8-af74-2d84b9aa7bff => generated 636 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:03:44.969 7 INFO neutron.services.segments.plugin [-] Segment b4695662-e81d-48ae-bc86-07590e95aa64 resource provider aggregate not found 2026-04-02 18:03:44.974 7 INFO neutron.services.segments.plugin [-] Segment b4695662-e81d-48ae-bc86-07590e95aa64 resource provider aggregate not found 2026-04-02 18:03:44.995 7 INFO neutron.services.segments.plugin [-] Segment b4695662-e81d-48ae-bc86-07590e95aa64 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4695662-e81d-48ae-bc86-07590e95aa64 found for delete ", "request_id": "req-2b9470c9-19b4-405f-b0f2-e181715048d3"}]} 2026-04-02 18:03:44.998 7 INFO neutron.services.segments.plugin [-] Segment b4695662-e81d-48ae-bc86-07590e95aa64 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4695662-e81d-48ae-bc86-07590e95aa64 found for delete ", "request_id": "req-23d3d1db-040c-4104-884d-5958cda0863b"}]} [pid: 7|app: 0|req: 428/894] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:03:44 2026] DELETE /v2.0/networks/358542e2-538e-41fe-b1e1-7948bba391fc => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:03:45.024 8 INFO neutron.pecan_wsgi.hooks.translation [None req-52ab73dd-bf72-4851-9d08-ad5d25af5395 572088879a2f49599e0de16dd10d3e23 5bfd00e05b8a44f8a05efd3c0392d35f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 467/895] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:03:45 2026] DELETE /v2.0/networks/358542e2-538e-41fe-b1e1-7948bba391fc => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/896] 10.0.0.149 () {32 vars in 694 bytes} [Thu Apr 2 18:03:45 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/897] 199.19.213.5 () {34 vars in 1116 bytes} [Thu Apr 2 18:03:45 2026] GET /v2.0/ports?device_id=dc2c96ec-c561-4345-8bc3-0a2cc02c5aad&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.4 => generated 1152 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/898] 10.0.0.149 () {32 vars in 742 bytes} [Thu Apr 2 18:03:45 2026] GET /v2.0/subnets?network_id=bbb15344-6c4b-449a-9a19-15e2dc0e43f4 => generated 649 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/899] 10.0.0.149 () {32 vars in 653 bytes} [Thu Apr 2 18:03:45 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/900] 10.0.0.149 () {32 vars in 649 bytes} [Thu Apr 2 18:03:45 2026] GET /v2.0/networks => generated 1308 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/901] 10.0.0.149 () {32 vars in 647 bytes} [Thu Apr 2 18:03:45 2026] GET /v2.0/subnets => generated 1280 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/902] 10.0.0.149 () {32 vars in 723 bytes} [Thu Apr 2 18:03:45 2026] GET /v2.0/networks/356444b4-f252-44d6-abd5-afa0f3470b10 => generated 668 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/903] 10.0.0.149 () {32 vars in 721 bytes} [Thu Apr 2 18:03:45 2026] GET /v2.0/subnets/dbd9e4c3-7010-49ab-926a-99cfc264db14 => generated 641 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:03:45.370 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5b8d9338-c85c-4784-bfa6-6525b5df6c7d 572088879a2f49599e0de16dd10d3e23 5bfd00e05b8a44f8a05efd3c0392d35f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 436/904] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:03:45 2026] DELETE /v2.0/subnets/f5a9e5f1-5454-4af8-af74-2d84b9aa7bff => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:03:45.386 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2d2f37c6-f19f-45a7-a1f5-e330da605af1 572088879a2f49599e0de16dd10d3e23 5bfd00e05b8a44f8a05efd3c0392d35f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 437/905] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:03:45 2026] DELETE /v2.0/networks/358542e2-538e-41fe-b1e1-7948bba391fc => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/906] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:03:45 2026] DELETE /v2.0/subnets/dbd9e4c3-7010-49ab-926a-99cfc264db14 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/907] 199.19.213.5 () {38 vars in 1026 bytes} [Thu Apr 2 18:03:45 2026] PUT /v2.0/ports/e2bdd409-5119-4f54-9bd5-c1bbc7691cb0 => generated 972 bytes in 468 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: 470/908] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:45 2026] GET /v2.0/ports?device_id=d26a36ca-c1ec-4af9-bb4c-ff724b56afb6 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:03:45.650 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b6bc2052-7d62-4ca5-ab77-c7a18c7576c2'] response: {'name': 'network-changed', 'server_uuid': 'dc2c96ec-c561-4345-8bc3-0a2cc02c5aad', 'tag': 'e2bdd409-5119-4f54-9bd5-c1bbc7691cb0', 'status': 'completed', 'code': 200} 2026-04-02 18:03:45.807 8 INFO neutron.services.segments.plugin [-] Segment 41a1b41c-3d02-4029-9474-8b4ad6f4e161 resource provider aggregate not found 2026-04-02 18:03:45.812 8 INFO neutron.services.segments.plugin [-] Segment 41a1b41c-3d02-4029-9474-8b4ad6f4e161 resource provider aggregate not found 2026-04-02 18:03:45.833 8 INFO neutron.services.segments.plugin [-] Segment 41a1b41c-3d02-4029-9474-8b4ad6f4e161 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41a1b41c-3d02-4029-9474-8b4ad6f4e161 found for delete ", "request_id": "req-88ada12b-0faa-4091-9d01-4b6246febfec"}]} 2026-04-02 18:03:45.833 8 INFO neutron.services.segments.plugin [-] Segment 41a1b41c-3d02-4029-9474-8b4ad6f4e161 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41a1b41c-3d02-4029-9474-8b4ad6f4e161 found for delete ", "request_id": "req-fc3f6f95-b29d-4c5c-aecc-1e9ae7c3a838"}]} [pid: 8|app: 0|req: 471/909] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:03:45 2026] DELETE /v2.0/networks/356444b4-f252-44d6-abd5-afa0f3470b10 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/910] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:03:45 2026] GET /v2.0/security-groups?tenant_id=c127e74ee53a47bc81e4cf7ee4aff6d8&name=default => generated 2925 bytes in 335 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/911] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:03:45 2026] DELETE /v2.0/security-groups/67f7493b-6cc9-4f5f-ac8f-a1f5ee5ec05b => 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: 440/912] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:03:46 2026] GET /v2.0/ports?tenant_id=b978a191f7c447cda17a904a12a2f31f&device_id=dc2c96ec-c561-4345-8bc3-0a2cc02c5aad => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/913] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:03:46 2026] GET /v2.0/networks?id=d7447d25-91dc-4f3e-91d7-d93a0589f8eb => generated 780 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/914] 199.19.213.5 () {34 vars in 1058 bytes} [Thu Apr 2 18:03:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e2bdd409-5119-4f54-9bd5-c1bbc7691cb0 => generated 861 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/915] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:03:46 2026] GET /v2.0/subnets?id=e78bcdd6-7839-4463-856f-4bdc469ce0ff => generated 702 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/916] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:03:46 2026] GET /v2.0/ports?network_id=d7447d25-91dc-4f3e-91d7-d93a0589f8eb&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: 443/917] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:03:46 2026] GET /v2.0/networks/d7447d25-91dc-4f3e-91d7-d93a0589f8eb?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: 444/918] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:03:46 2026] GET /v2.0/networks/d7447d25-91dc-4f3e-91d7-d93a0589f8eb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/919] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:03:46 2026] GET /v2.0/security-groups?tenant_id=5bfd00e05b8a44f8a05efd3c0392d35f&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/920] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:46 2026] GET /v2.0/ports?device_id=d26a36ca-c1ec-4af9-bb4c-ff724b56afb6 => 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: 445/921] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:03:46 2026] DELETE /v2.0/security-groups/55dec94a-7894-41fb-be17-2ee5a990ffbc => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/922] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:47 2026] GET /v2.0/ports?device_id=dc2c96ec-c561-4345-8bc3-0a2cc02c5aad => 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: 446/923] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:47 2026] GET /v2.0/security-groups?id=a959bac9-46cd-406b-bcfd-1748c186113b&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/924] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:03:47 2026] GET /v2.0/ports?tenant_id=b978a191f7c447cda17a904a12a2f31f&device_id=dc2c96ec-c561-4345-8bc3-0a2cc02c5aad => 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: 447/925] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:03:47 2026] GET /v2.0/networks?id=d7447d25-91dc-4f3e-91d7-d93a0589f8eb => generated 780 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/926] 199.19.213.5 () {34 vars in 1058 bytes} [Thu Apr 2 18:03:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e2bdd409-5119-4f54-9bd5-c1bbc7691cb0 => generated 861 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/927] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:03:47 2026] GET /v2.0/subnets?id=e78bcdd6-7839-4463-856f-4bdc469ce0ff => generated 702 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/928] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:03:47 2026] GET /v2.0/ports?network_id=d7447d25-91dc-4f3e-91d7-d93a0589f8eb&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: 449/929] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:03:47 2026] GET /v2.0/networks/d7447d25-91dc-4f3e-91d7-d93a0589f8eb?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: 450/930] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:47 2026] GET /v2.0/ports?device_id=d26a36ca-c1ec-4af9-bb4c-ff724b56afb6 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/931] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:03:47 2026] GET /v2.0/networks/d7447d25-91dc-4f3e-91d7-d93a0589f8eb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:03:48.104 7 INFO neutron.db.segments_db [None req-2fe6f150-d93c-42f5-8c7b-3768c54c0ddd e9b8fe41e33741afbf21921ec7351898 32dd5da3fd4044d388a61e19a5e8cee7 - - default default] Added segment 8abed8b1-dfc2-4145-aeda-de7f5d889d8c of type vxlan for network efd596d5-5b3a-4a1c-950c-1d3c437572b3 [pid: 7|app: 0|req: 451/932] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:03:47 2026] POST /v2.0/networks => generated 650 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/933] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:03:48 2026] POST /v2.0/subnets => generated 627 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:03:48.534 8 INFO neutron.db.segments_db [None req-7a84a818-e63c-4b23-bfe6-9421278407ee e9b8fe41e33741afbf21921ec7351898 32dd5da3fd4044d388a61e19a5e8cee7 - - default default] Added segment 74ef3445-34bb-407b-95c1-11fe83932746 of type vxlan for network 4edb1c36-f0ed-4bdc-80c9-8dbc780ea33d 2026-04-02 18:03:48.633 7 INFO neutron.db.segments_db [None req-47528683-c57f-4556-a77a-4968700de2c6 0c9a7b084ad0433ea874e0c140dc78de e6c9cfc1ae824256b5519c7d5a9e74b1 - - default default] Added segment 2becf30b-22a1-48ce-8306-a66d6572d732 of type vxlan for network e4a8b88d-af4f-4ab0-b79c-bf74dc1e9852 [pid: 7|app: 0|req: 452/934] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:03:48 2026] POST /v2.0/networks => generated 649 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/935] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:48 2026] GET /v2.0/ports?device_id=dc2c96ec-c561-4345-8bc3-0a2cc02c5aad => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:03:48.794 8 INFO neutron.db.l3_hamode_db [None req-7a84a818-e63c-4b23-bfe6-9421278407ee e9b8fe41e33741afbf21921ec7351898 32dd5da3fd4044d388a61e19a5e8cee7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 454/936] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:03:48 2026] GET /v2.0/networks?id=3ff8ba5b-7237-4911-a258-f7877d066db3 => generated 676 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/937] 10.0.0.149 () {34 vars in 665 bytes} [Thu Apr 2 18:03:48 2026] POST /v2.0/ports => generated 778 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 456/938] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:49 2026] GET /v2.0/security-groups?id=a959bac9-46cd-406b-bcfd-1748c186113b&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/939] 199.19.213.5 () {34 vars in 1048 bytes} [Thu Apr 2 18:03:49 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=127433d32c524546bde80d51f93dcb04 => generated 181 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/940] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:49 2026] GET /v2.0/ports?device_id=d26a36ca-c1ec-4af9-bb4c-ff724b56afb6 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:03:49.280 7 INFO neutron.db.segments_db [None req-02714b98-5a79-4292-9115-6bd4e8f6ed3c 0c9a7b084ad0433ea874e0c140dc78de e6c9cfc1ae824256b5519c7d5a9e74b1 - - default default] Added segment 8b2ebc2e-6dc8-4bcc-8a3f-d848f25f7d8d of type vxlan for network 6e6fc923-1fb6-484c-b425-470f6d28e41a [pid: 7|app: 0|req: 459/941] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:03:49 2026] POST /v2.0/networks => generated 636 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:03:49.596 8 INFO neutron.db.l3_hamode_db [None req-7a84a818-e63c-4b23-bfe6-9421278407ee e9b8fe41e33741afbf21921ec7351898 32dd5da3fd4044d388a61e19a5e8cee7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 460/942] 199.19.213.5 () {38 vars in 953 bytes} [Thu Apr 2 18:03:49 2026] POST /v2.0/ports => generated 954 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 461/943] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:03:49 2026] POST /v2.0/subnets => generated 646 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/944] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:03:48 2026] POST /v2.0/routers => generated 693 bytes in 1908 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/945] 199.19.213.5 () {38 vars in 1026 bytes} [Thu Apr 2 18:03:49 2026] PUT /v2.0/ports/6e4bc0a0-6201-4ad9-8d8e-37ee1b4c606f => generated 1235 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/946] 199.19.213.5 () {34 vars in 992 bytes} [Thu Apr 2 18:03:50 2026] GET /v2.0/ports?device_id=dc2c96ec-c561-4345-8bc3-0a2cc02c5aad => generated 975 bytes in 26 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: 485/947] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:50 2026] GET /v2.0/ports?device_id=dc2c96ec-c561-4345-8bc3-0a2cc02c5aad => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/948] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:50 2026] GET /v2.0/ports?device_id=d26a36ca-c1ec-4af9-bb4c-ff724b56afb6 => 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: 463/949] 10.0.0.149 () {34 vars in 665 bytes} [Thu Apr 2 18:03:50 2026] POST /v2.0/ports => generated 966 bytes in 280 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-04-02 18:03:50.813 7 INFO neutron_taas.services.taas.taas_plugin [req-30ede2f6-badc-46ec-a529-833cbe6b6b65 req-6b42fea6-d41e-4bbf-b900-b2faed45e610 88a9b5d359d543589cc1896536c7534e b978a191f7c447cda17a904a12a2f31f - - default default] TaaS: Handle Delete Port: e2bdd409-5119-4f54-9bd5-c1bbc7691cb0 2026-04-02 18:03:50.818 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-30ede2f6-badc-46ec-a529-833cbe6b6b65 req-6b42fea6-d41e-4bbf-b900-b2faed45e610 88a9b5d359d543589cc1896536c7534e b978a191f7c447cda17a904a12a2f31f - - default default] Tap Mirror: Handle Delete Port: e2bdd409-5119-4f54-9bd5-c1bbc7691cb0 2026-04-02 18:03:50.903 7 INFO neutron.db.l3_db [req-30ede2f6-badc-46ec-a529-833cbe6b6b65 req-6b42fea6-d41e-4bbf-b900-b2faed45e610 88a9b5d359d543589cc1896536c7534e b978a191f7c447cda17a904a12a2f31f - - default default] Floating IP 080116a8-f23f-403c-9cf9-6018008510fc disassociated. External IP: 10.96.250.201, port: e2bdd409-5119-4f54-9bd5-c1bbc7691cb0. [pid: 7|app: 0|req: 464/950] 199.19.213.5 () {36 vars in 995 bytes} [Thu Apr 2 18:03:50 2026] DELETE /v2.0/ports/e2bdd409-5119-4f54-9bd5-c1bbc7691cb0 => generated 0 bytes in 526 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/951] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:51 2026] GET /v2.0/security-groups?id=a959bac9-46cd-406b-bcfd-1748c186113b&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/952] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:51 2026] GET /v2.0/security-groups?id=adf9faf4-b990-4e03-8f51-4e9bda016e6d&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:03:51.301 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4d881ce5-e649-4061-ab6f-393cc47e29ec'] response: {'name': 'network-changed', 'server_uuid': 'd26a36ca-c1ec-4af9-bb4c-ff724b56afb6', 'tag': '6e4bc0a0-6201-4ad9-8d8e-37ee1b4c606f', 'status': 'completed', 'code': 200} 2026-04-02 18:03:51.372 7 INFO neutron_taas.services.taas.taas_plugin [None req-7fbf20e9-2cb9-451f-b302-e40c4e3a6b88 0c9a7b084ad0433ea874e0c140dc78de e6c9cfc1ae824256b5519c7d5a9e74b1 - - default default] TaaS: Handle Delete Port: f5bb445d-4389-4f4e-b3c5-cc02b91f48da 2026-04-02 18:03:51.376 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7fbf20e9-2cb9-451f-b302-e40c4e3a6b88 0c9a7b084ad0433ea874e0c140dc78de e6c9cfc1ae824256b5519c7d5a9e74b1 - - default default] Tap Mirror: Handle Delete Port: f5bb445d-4389-4f4e-b3c5-cc02b91f48da [pid: 7|app: 0|req: 467/953] 10.0.0.149 () {32 vars in 720 bytes} [Thu Apr 2 18:03:51 2026] DELETE /v2.0/ports/f5bb445d-4389-4f4e-b3c5-cc02b91f48da => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/954] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:03:51 2026] GET /v2.0/ports?tenant_id=127433d32c524546bde80d51f93dcb04&device_id=d26a36ca-c1ec-4af9-bb4c-ff724b56afb6 => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:03:51.540 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8a8aa349-2206-4b11-95f8-a75b32659484 0c9a7b084ad0433ea874e0c140dc78de e6c9cfc1ae824256b5519c7d5a9e74b1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 469/955] 10.0.0.149 () {32 vars in 720 bytes} [Thu Apr 2 18:03:51 2026] DELETE /v2.0/ports/f5bb445d-4389-4f4e-b3c5-cc02b91f48da => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/956] 199.19.213.5 () {34 vars in 1056 bytes} [Thu Apr 2 18:03:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=6e4bc0a0-6201-4ad9-8d8e-37ee1b4c606f => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:03:51.571 7 INFO neutron.pecan_wsgi.hooks.translation [None req-69bd5deb-fb71-4d9d-a422-33f0f9e24e9d 0c9a7b084ad0433ea874e0c140dc78de e6c9cfc1ae824256b5519c7d5a9e74b1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 471/957] 10.0.0.149 () {32 vars in 717 bytes} [Thu Apr 2 18:03:51 2026] GET /v2.0/ports/f5bb445d-4389-4f4e-b3c5-cc02b91f48da => 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: 472/958] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:03:51 2026] GET /v2.0/subnets?id=923ce0b5-590f-4423-b202-637fd1d42663 => generated 694 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/959] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:03:51 2026] DELETE /v2.0/subnets/7ac3d276-4410-4fed-ab32-e9bad38d2f5d => 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: 474/960] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:03:51 2026] GET /v2.0/ports?network_id=3ff8ba5b-7237-4911-a258-f7877d066db3&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/961] 10.0.0.149 () {34 vars in 783 bytes} [Thu Apr 2 18:03:50 2026] PUT /v2.0/routers/3e7f4754-8482-4171-b7fa-7e00d4e354cc/add_router_interface => generated 309 bytes in 1234 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/962] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:03:51 2026] GET /v2.0/networks/3ff8ba5b-7237-4911-a258-f7877d066db3?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:03:51.883 7 INFO neutron.services.segments.plugin [-] Segment 8b2ebc2e-6dc8-4bcc-8a3f-d848f25f7d8d resource provider aggregate not found 2026-04-02 18:03:51.888 7 INFO neutron.services.segments.plugin [-] Segment 8b2ebc2e-6dc8-4bcc-8a3f-d848f25f7d8d resource provider aggregate not found 2026-04-02 18:03:51.903 7 INFO neutron.services.segments.plugin [-] Segment 8b2ebc2e-6dc8-4bcc-8a3f-d848f25f7d8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b2ebc2e-6dc8-4bcc-8a3f-d848f25f7d8d found for delete ", "request_id": "req-af72fdf7-6a8c-486e-a1a0-cfc3618207a5"}]} 2026-04-02 18:03:51.905 7 INFO neutron.services.segments.plugin [-] Segment 8b2ebc2e-6dc8-4bcc-8a3f-d848f25f7d8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b2ebc2e-6dc8-4bcc-8a3f-d848f25f7d8d found for delete ", "request_id": "req-8ec73c27-42fa-489f-ba31-9f95e30bde5f"}]} [pid: 7|app: 0|req: 475/963] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:03:51 2026] DELETE /v2.0/networks/6e6fc923-1fb6-484c-b425-470f6d28e41a => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/964] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:03:51 2026] GET /v2.0/networks/3ff8ba5b-7237-4911-a258-f7877d066db3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:03:52.012 7 INFO neutron.db.segments_db [None req-45f8dbee-2c5c-45a3-bfd7-6b7add169c4e 0c9a7b084ad0433ea874e0c140dc78de e6c9cfc1ae824256b5519c7d5a9e74b1 - - default default] Added segment 539a3242-9080-4e10-9dc1-e87c562052b4 of type vxlan for network f4c4aa85-0498-4670-8980-1792af840954 [pid: 7|app: 0|req: 477/965] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:03:51 2026] POST /v2.0/networks => generated 636 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/966] 10.0.0.149 () {34 vars in 665 bytes} [Thu Apr 2 18:03:51 2026] POST /v2.0/ports => generated 954 bytes in 339 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: 478/967] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:03:52 2026] POST /v2.0/subnets => generated 646 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/968] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:52 2026] GET /v2.0/ports?device_id=dc2c96ec-c561-4345-8bc3-0a2cc02c5aad => 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: 480/969] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:52 2026] GET /v2.0/ports?device_id=d26a36ca-c1ec-4af9-bb4c-ff724b56afb6 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/970] 10.0.0.149 () {34 vars in 665 bytes} [Thu Apr 2 18:03:52 2026] POST /v2.0/ports => generated 958 bytes in 317 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: 491/971] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:52 2026] GET /v2.0/security-groups?id=adf9faf4-b990-4e03-8f51-4e9bda016e6d&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/972] 10.0.0.149 () {34 vars in 665 bytes} [Thu Apr 2 18:03:52 2026] POST /v2.0/ports => generated 923 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:03:52.846 7 INFO neutron_taas.services.taas.taas_plugin [None req-4178bc7d-e886-418c-bc0b-06cae4a43e37 0c9a7b084ad0433ea874e0c140dc78de e6c9cfc1ae824256b5519c7d5a9e74b1 - - default default] TaaS: Handle Delete Port: f63d9fb9-0fc5-4098-abfa-2e3ffa50b690 2026-04-02 18:03:52.850 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4178bc7d-e886-418c-bc0b-06cae4a43e37 0c9a7b084ad0433ea874e0c140dc78de e6c9cfc1ae824256b5519c7d5a9e74b1 - - default default] Tap Mirror: Handle Delete Port: f63d9fb9-0fc5-4098-abfa-2e3ffa50b690 [pid: 7|app: 0|req: 482/973] 10.0.0.149 () {32 vars in 720 bytes} [Thu Apr 2 18:03:52 2026] DELETE /v2.0/ports/f63d9fb9-0fc5-4098-abfa-2e3ffa50b690 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:03:52.981 7 INFO neutron.pecan_wsgi.hooks.translation [None req-07970cd7-775d-40bf-b658-0dfcc3513b29 0c9a7b084ad0433ea874e0c140dc78de e6c9cfc1ae824256b5519c7d5a9e74b1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 483/974] 10.0.0.149 () {32 vars in 717 bytes} [Thu Apr 2 18:03:52 2026] GET /v2.0/ports/f63d9fb9-0fc5-4098-abfa-2e3ffa50b690 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/975] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:03:52 2026] GET /v2.0/ports?tenant_id=127433d32c524546bde80d51f93dcb04&device_id=d26a36ca-c1ec-4af9-bb4c-ff724b56afb6 => generated 1238 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/976] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:03:53 2026] DELETE /v2.0/subnets/ae93d5f0-6eb1-4cc9-876e-91d48fc1ff2c => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/977] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:03:53 2026] GET /v2.0/networks?id=3ff8ba5b-7237-4911-a258-f7877d066db3 => generated 772 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/978] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:03:53 2026] DELETE /v2.0/networks/f4c4aa85-0498-4670-8980-1792af840954 => 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: 488/979] 199.19.213.5 () {34 vars in 1056 bytes} [Thu Apr 2 18:03:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=6e4bc0a0-6201-4ad9-8d8e-37ee1b4c606f => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:03:53.351 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2e0059ef-b977-4ffc-b8b2-e7225739a889'] response: {'server_uuid': 'dc2c96ec-c561-4345-8bc3-0a2cc02c5aad', 'name': 'network-vif-deleted', 'tag': 'e2bdd409-5119-4f54-9bd5-c1bbc7691cb0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 491/982] 10.0.0.149 () {34 vars in 665 bytes} [Thu Apr 2 18:03:53 2026] POST /v2.0/ports => generated 779 bytes in 219 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: 492/983] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:03:53 2026] GET /v2.0/subnets?id=923ce0b5-590f-4423-b202-637fd1d42663 => generated 694 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/984] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:53 2026] GET /v2.0/ports?device_id=dc2c96ec-c561-4345-8bc3-0a2cc02c5aad => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:03:53.602 8 INFO neutron.db.l3_db [None req-cc72d429-9c5a-40c4-a839-de27d25beb5c e9b8fe41e33741afbf21921ec7351898 32dd5da3fd4044d388a61e19a5e8cee7 - - default default] Floating IP b2ef0d7f-7515-4156-a0ef-f21ff80c4534 associated. External IP: 10.96.250.215, port: c4ba308b-3870-41e4-888c-c7afc8eb2807. [pid: 7|app: 0|req: 494/985] 10.0.0.149 () {34 vars in 737 bytes} [Thu Apr 2 18:03:53 2026] PUT /v2.0/ports/878451b9-70b2-444e-9e58-f9cc622f022c => generated 752 bytes in 147 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: 495/986] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:53 2026] GET /v2.0/ports?device_id=d26a36ca-c1ec-4af9-bb4c-ff724b56afb6 => 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: 496/987] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:03:53 2026] GET /v2.0/ports?network_id=3ff8ba5b-7237-4911-a258-f7877d066db3&device_owner=network%3Adhcp => generated 1244 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:03:53.877 7 INFO neutron_taas.services.taas.taas_plugin [None req-ec108e29-5696-45ca-865a-34b9f7bc7fa1 0c9a7b084ad0433ea874e0c140dc78de e6c9cfc1ae824256b5519c7d5a9e74b1 - - default default] TaaS: Handle Delete Port: 878451b9-70b2-444e-9e58-f9cc622f022c 2026-04-02 18:03:53.880 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec108e29-5696-45ca-865a-34b9f7bc7fa1 0c9a7b084ad0433ea874e0c140dc78de e6c9cfc1ae824256b5519c7d5a9e74b1 - - default default] Tap Mirror: Handle Delete Port: 878451b9-70b2-444e-9e58-f9cc622f022c [pid: 8|app: 0|req: 492/988] 10.0.0.149 () {34 vars in 677 bytes} [Thu Apr 2 18:03:52 2026] POST /v2.0/floatingips => generated 842 bytes in 1402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:03:53.924 7 INFO neutron.services.segments.plugin [-] Segment 539a3242-9080-4e10-9dc1-e87c562052b4 resource provider aggregate not found 2026-04-02 18:03:53.927 7 INFO neutron.services.segments.plugin [-] Segment 539a3242-9080-4e10-9dc1-e87c562052b4 resource provider aggregate not found [pid: 8|app: 0|req: 493/989] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:53 2026] GET /v2.0/security-groups?id=adf9faf4-b990-4e03-8f51-4e9bda016e6d&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-04-02 18:03:53.942 7 INFO neutron.services.segments.plugin [-] Segment 539a3242-9080-4e10-9dc1-e87c562052b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 539a3242-9080-4e10-9dc1-e87c562052b4 found for delete ", "request_id": "req-34577ea0-eb40-4ff3-9323-2d9c49a6b693"}]} 2026-04-02 18:03:53.944 7 INFO neutron.services.segments.plugin [-] Segment 539a3242-9080-4e10-9dc1-e87c562052b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 539a3242-9080-4e10-9dc1-e87c562052b4 found for delete ", "request_id": "req-ce6209aa-3579-4bec-ba78-45e3c3fe6c15"}]} [pid: 8|app: 0|req: 494/990] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:03:53 2026] GET /v2.0/networks/3ff8ba5b-7237-4911-a258-f7877d066db3?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: 497/991] 10.0.0.149 () {32 vars in 720 bytes} [Thu Apr 2 18:03:53 2026] DELETE /v2.0/ports/878451b9-70b2-444e-9e58-f9cc622f022c => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/992] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:03:53 2026] GET /v2.0/networks/3ff8ba5b-7237-4911-a258-f7877d066db3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:03:54.054 8 INFO neutron.db.l3_db [None req-6771d317-acf8-4ada-b8fe-cd369f6a800e e9b8fe41e33741afbf21921ec7351898 32dd5da3fd4044d388a61e19a5e8cee7 - - default default] Floating IP b2ef0d7f-7515-4156-a0ef-f21ff80c4534 disassociated. External IP: 10.96.250.215, port: c4ba308b-3870-41e4-888c-c7afc8eb2807. [pid: 7|app: 0|req: 499/993] 10.0.0.149 () {32 vars in 643 bytes} [Thu Apr 2 18:03:54 2026] GET /v2.0/ports => generated 781 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:03:54.097 7 INFO neutron.pecan_wsgi.hooks.translation [None req-87dc70f0-479c-498b-b956-13fe39ebe43f 0c9a7b084ad0433ea874e0c140dc78de e6c9cfc1ae824256b5519c7d5a9e74b1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 500/994] 10.0.0.149 () {32 vars in 717 bytes} [Thu Apr 2 18:03:54 2026] GET /v2.0/ports/878451b9-70b2-444e-9e58-f9cc622f022c => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/995] 10.0.0.149 () {32 vars in 643 bytes} [Thu Apr 2 18:03:54 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) [pid: 7|app: 0|req: 502/996] 10.0.0.149 () {32 vars in 717 bytes} [Thu Apr 2 18:03:54 2026] GET /v2.0/ports/b7921bfc-9273-4a7f-8a80-4a70cbd40c33 => generated 778 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:03:54.224 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f4b7a996-e37c-411d-bf5d-b3ed053b4a93 0c9a7b084ad0433ea874e0c140dc78de e6c9cfc1ae824256b5519c7d5a9e74b1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 503/997] 10.0.0.149 () {32 vars in 720 bytes} [Thu Apr 2 18:03:54 2026] DELETE /v2.0/ports/f63d9fb9-0fc5-4098-abfa-2e3ffa50b690 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:03:54.242 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5311e70d-32b6-43b5-9171-02c2d0afd15e 0c9a7b084ad0433ea874e0c140dc78de e6c9cfc1ae824256b5519c7d5a9e74b1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 504/998] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:03:54 2026] DELETE /v2.0/subnets/ae93d5f0-6eb1-4cc9-876e-91d48fc1ff2c => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:03:54.257 7 INFO neutron.pecan_wsgi.hooks.translation [None req-87c42dc1-d69c-4b3a-b1d4-7928d8998bb3 0c9a7b084ad0433ea874e0c140dc78de e6c9cfc1ae824256b5519c7d5a9e74b1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 505/999] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:03:54 2026] DELETE /v2.0/subnets/7ac3d276-4410-4fed-ab32-e9bad38d2f5d => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1000] 10.0.0.149 () {34 vars in 749 bytes} [Thu Apr 2 18:03:53 2026] PUT /v2.0/floatingips/b2ef0d7f-7515-4156-a0ef-f21ff80c4534 => generated 552 bytes in 370 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:03:54.347 7 INFO neutron_taas.services.taas.taas_plugin [None req-965cec36-a001-4f01-a86e-79ddf5e8c7de 0c9a7b084ad0433ea874e0c140dc78de e6c9cfc1ae824256b5519c7d5a9e74b1 - - default default] TaaS: Handle Delete Port: b7921bfc-9273-4a7f-8a80-4a70cbd40c33 2026-04-02 18:03:54.349 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-965cec36-a001-4f01-a86e-79ddf5e8c7de 0c9a7b084ad0433ea874e0c140dc78de e6c9cfc1ae824256b5519c7d5a9e74b1 - - default default] Tap Mirror: Handle Delete Port: b7921bfc-9273-4a7f-8a80-4a70cbd40c33 [pid: 7|app: 0|req: 506/1001] 10.0.0.149 () {32 vars in 720 bytes} [Thu Apr 2 18:03:54 2026] DELETE /v2.0/ports/b7921bfc-9273-4a7f-8a80-4a70cbd40c33 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:03:54.435 8 INFO neutron_taas.services.taas.taas_plugin [None req-a46b972b-3d85-44bf-84d7-9fec22ded696 e9b8fe41e33741afbf21921ec7351898 32dd5da3fd4044d388a61e19a5e8cee7 - - default default] TaaS: Handle Delete Port: 49bfddc6-e299-4cb2-b0ce-882c470e72f0 2026-04-02 18:03:54.437 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a46b972b-3d85-44bf-84d7-9fec22ded696 e9b8fe41e33741afbf21921ec7351898 32dd5da3fd4044d388a61e19a5e8cee7 - - default default] Tap Mirror: Handle Delete Port: 49bfddc6-e299-4cb2-b0ce-882c470e72f0 [pid: 7|app: 0|req: 507/1002] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:03:54 2026] DELETE /v2.0/networks/e4a8b88d-af4f-4ab0-b79c-bf74dc1e9852 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1003] 10.0.0.149 () {32 vars in 732 bytes} [Thu Apr 2 18:03:54 2026] DELETE /v2.0/floatingips/b2ef0d7f-7515-4156-a0ef-f21ff80c4534 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1004] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:03:54 2026] DELETE /v2.0/security-groups/a959bac9-46cd-406b-bcfd-1748c186113b => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:03:54.771 8 INFO neutron.api.v2.resource [None req-ea80458a-6e9f-4e27-8de2-57cf259c12f9 88a9b5d359d543589cc1896536c7534e b978a191f7c447cda17a904a12a2f31f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 498/1005] 10.0.0.149 () {32 vars in 737 bytes} [Thu Apr 2 18:03:54 2026] GET /v2.0/security-groups/a959bac9-46cd-406b-bcfd-1748c186113b => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:03:54.870 8 INFO neutron_taas.services.taas.taas_plugin [None req-725c0c4d-2e51-4982-a9ea-9da4c87f36c4 88a9b5d359d543589cc1896536c7534e b978a191f7c447cda17a904a12a2f31f - - default default] TaaS: Handle Delete Port: 093437e8-bd57-49f5-8ded-fcce43b94acc 2026-04-02 18:03:54.873 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-725c0c4d-2e51-4982-a9ea-9da4c87f36c4 88a9b5d359d543589cc1896536c7534e b978a191f7c447cda17a904a12a2f31f - - default default] Tap Mirror: Handle Delete Port: 093437e8-bd57-49f5-8ded-fcce43b94acc [pid: 8|app: 0|req: 499/1006] 10.0.0.149 () {32 vars in 732 bytes} [Thu Apr 2 18:03:54 2026] DELETE /v2.0/floatingips/080116a8-f23f-403c-9cf9-6018008510fc => generated 0 bytes in 235 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1007] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:55 2026] GET /v2.0/ports?device_id=d26a36ca-c1ec-4af9-bb4c-ff724b56afb6 => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1008] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:55 2026] GET /v2.0/security-groups?id=adf9faf4-b990-4e03-8f51-4e9bda016e6d&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:03:55.186 7 INFO neutron.db.l3_db [None req-4062c4d2-3423-40c7-b588-fba45e45bbc0 e9b8fe41e33741afbf21921ec7351898 32dd5da3fd4044d388a61e19a5e8cee7 - - default default] Floating IP 2aa162fe-9d43-4b2d-bd30-87a33e6f453c associated. External IP: 10.96.250.216, port: 58a37f25-6376-49ab-b033-ef772e6a474c. [pid: 8|app: 0|req: 502/1009] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:03:55 2026] GET /v2.0/security-groups?tenant_id=e6c9cfc1ae824256b5519c7d5a9e74b1&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1010] 10.0.0.149 () {34 vars in 677 bytes} [Thu Apr 2 18:03:54 2026] POST /v2.0/floatingips => generated 841 bytes in 823 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1011] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:03:55 2026] DELETE /v2.0/security-groups/3eed4610-6483-45ae-81ed-3fd34f2a8574 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1012] 10.0.0.149 () {32 vars in 729 bytes} [Thu Apr 2 18:03:55 2026] GET /v2.0/floatingips/2aa162fe-9d43-4b2d-bd30-87a33e6f453c => generated 841 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:03:55.572 8 INFO neutron_taas.services.taas.taas_plugin [None req-299a9888-a26f-49df-95cf-dcdfed76b064 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: c23846cc-10a3-4456-bd40-20d45a3eabb4 2026-04-02 18:03:55.575 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-299a9888-a26f-49df-95cf-dcdfed76b064 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: c23846cc-10a3-4456-bd40-20d45a3eabb4 [pid: 7|app: 0|req: 511/1013] 10.0.0.149 () {32 vars in 655 bytes} [Thu Apr 2 18:03:55 2026] GET /v2.0/floatingips => generated 844 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:03:55.872 7 INFO neutron.db.l3_db [None req-226646f1-c543-4f52-ac8c-582933c347b7 e9b8fe41e33741afbf21921ec7351898 32dd5da3fd4044d388a61e19a5e8cee7 - - default default] Floating IP 2aa162fe-9d43-4b2d-bd30-87a33e6f453c associated. External IP: 10.96.250.216, port: 58a37f25-6376-49ab-b033-ef772e6a474c. 2026-04-02 18:03:55.977 7 INFO neutron.services.segments.plugin [-] Segment 2becf30b-22a1-48ce-8306-a66d6572d732 resource provider aggregate not found 2026-04-02 18:03:55.977 7 INFO neutron.services.segments.plugin [-] Segment 2becf30b-22a1-48ce-8306-a66d6572d732 resource provider aggregate not found 2026-04-02 18:03:55.993 7 INFO neutron.services.segments.plugin [-] Segment 2becf30b-22a1-48ce-8306-a66d6572d732 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2becf30b-22a1-48ce-8306-a66d6572d732 found for delete ", "request_id": "req-4cf74f5b-2c86-412b-a7e6-64d306e53fcc"}]} 2026-04-02 18:03:55.998 7 INFO neutron.services.segments.plugin [-] Segment 2becf30b-22a1-48ce-8306-a66d6572d732 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2becf30b-22a1-48ce-8306-a66d6572d732 found for delete ", "request_id": "req-b973ed72-e86b-477c-aec4-beef299b86ba"}]} [pid: 8|app: 0|req: 503/1014] 10.0.0.149 () {34 vars in 789 bytes} [Thu Apr 2 18:03:55 2026] PUT /v2.0/routers/49394732-80f9-4c2d-8109-9fbbf1b7b731/remove_router_interface => generated 309 bytes in 871 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:03:56.308 8 INFO neutron_taas.services.taas.taas_plugin [None req-bf782979-66ca-439d-80b5-d805a683f051 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: 4c3bc6d8-ad5d-48f2-8cdd-061821832773 2026-04-02 18:03:56.310 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf782979-66ca-439d-80b5-d805a683f051 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: 4c3bc6d8-ad5d-48f2-8cdd-061821832773 [pid: 7|app: 0|req: 512/1015] 10.0.0.149 () {34 vars in 749 bytes} [Thu Apr 2 18:03:55 2026] PUT /v2.0/floatingips/2aa162fe-9d43-4b2d-bd30-87a33e6f453c => generated 842 bytes in 966 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:03:56.569 8 INFO neutron_taas.services.taas.taas_plugin [None req-bf782979-66ca-439d-80b5-d805a683f051 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: ebacdc02-0360-499a-80f7-aea36646bed4 2026-04-02 18:03:56.572 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf782979-66ca-439d-80b5-d805a683f051 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: ebacdc02-0360-499a-80f7-aea36646bed4 [pid: 7|app: 0|req: 513/1016] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:56 2026] GET /v2.0/ports?device_id=d26a36ca-c1ec-4af9-bb4c-ff724b56afb6 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:03:56.749 7 INFO neutron.db.l3_db [None req-01af3943-3e0a-44f8-af99-591241ad0bba e9b8fe41e33741afbf21921ec7351898 32dd5da3fd4044d388a61e19a5e8cee7 - - default default] Floating IP 2aa162fe-9d43-4b2d-bd30-87a33e6f453c disassociated. External IP: 10.96.250.216, port: c4ba308b-3870-41e4-888c-c7afc8eb2807. 2026-04-02 18:03:56.892 8 INFO neutron.services.segments.plugin [-] Segment 6f894912-b243-498e-b1d6-96e85318ed95 resource provider aggregate not found 2026-04-02 18:03:56.894 8 INFO neutron.services.segments.plugin [-] Segment 6f894912-b243-498e-b1d6-96e85318ed95 resource provider aggregate not found 2026-04-02 18:03:56.916 8 INFO neutron.services.segments.plugin [-] Segment 6f894912-b243-498e-b1d6-96e85318ed95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f894912-b243-498e-b1d6-96e85318ed95 found for delete ", "request_id": "req-4b2690fb-020d-4cba-b50b-6ab4465a715b"}]} 2026-04-02 18:03:56.917 8 INFO neutron.db.l3_hamode_db [None req-bf782979-66ca-439d-80b5-d805a683f051 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] HA network a533f4b8-542e-446f-8f51-2194e1b4aead was deleted as no HA routers are present in tenant b978a191f7c447cda17a904a12a2f31f. [pid: 8|app: 0|req: 504/1017] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:03:56 2026] DELETE /v2.0/routers/49394732-80f9-4c2d-8109-9fbbf1b7b731 => generated 0 bytes in 834 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:03:56.929 8 INFO neutron.services.segments.plugin [-] Segment 6f894912-b243-498e-b1d6-96e85318ed95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f894912-b243-498e-b1d6-96e85318ed95 found for delete ", "request_id": "req-e6d07901-043b-46e4-a721-ee253814968c"}]} [pid: 8|app: 0|req: 505/1018] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:56 2026] GET /v2.0/security-groups?id=adf9faf4-b990-4e03-8f51-4e9bda016e6d&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1019] 10.0.0.149 () {34 vars in 749 bytes} [Thu Apr 2 18:03:56 2026] PUT /v2.0/floatingips/2aa162fe-9d43-4b2d-bd30-87a33e6f453c => generated 552 bytes in 372 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1020] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:03:56 2026] DELETE /v2.0/subnets/e78bcdd6-7839-4463-856f-4bdc469ce0ff => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:03:57.121 7 INFO neutron_taas.services.taas.taas_plugin [None req-15446507-e855-40bd-86d2-0fcf8ede1fee e9b8fe41e33741afbf21921ec7351898 32dd5da3fd4044d388a61e19a5e8cee7 - - default default] TaaS: Handle Delete Port: 8a2b6ecb-3313-4180-8c18-3e29fcfd3e77 2026-04-02 18:03:57.123 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15446507-e855-40bd-86d2-0fcf8ede1fee e9b8fe41e33741afbf21921ec7351898 32dd5da3fd4044d388a61e19a5e8cee7 - - default default] Tap Mirror: Handle Delete Port: 8a2b6ecb-3313-4180-8c18-3e29fcfd3e77 2026-04-02 18:03:57.187 8 INFO neutron_taas.services.taas.taas_plugin [None req-cec81124-be66-46b3-b7f8-04344f38d03d 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: cc6084eb-e888-4b3a-a0ca-2648e30f57a7 2026-04-02 18:03:57.190 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cec81124-be66-46b3-b7f8-04344f38d03d 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: cc6084eb-e888-4b3a-a0ca-2648e30f57a7 [pid: 7|app: 0|req: 515/1021] 10.0.0.149 () {32 vars in 732 bytes} [Thu Apr 2 18:03:57 2026] DELETE /v2.0/floatingips/2aa162fe-9d43-4b2d-bd30-87a33e6f453c => generated 0 bytes in 255 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1022] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:03:57 2026] DELETE /v2.0/networks/d7447d25-91dc-4f3e-91d7-d93a0589f8eb => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:03:57.390 8 INFO neutron.api.v2.resource [None req-31d1edce-31ff-417d-b499-b826c8085ecd e9b8fe41e33741afbf21921ec7351898 32dd5da3fd4044d388a61e19a5e8cee7 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 508/1023] 10.0.0.149 () {32 vars in 732 bytes} [Thu Apr 2 18:03:57 2026] DELETE /v2.0/floatingips/2aa162fe-9d43-4b2d-bd30-87a33e6f453c => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:03:57.563 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf96f61a-a95f-42c4-be24-2c78fa5b1c97 e9b8fe41e33741afbf21921ec7351898 32dd5da3fd4044d388a61e19a5e8cee7 - - default default] TaaS: Handle Delete Port: c4ba308b-3870-41e4-888c-c7afc8eb2807 2026-04-02 18:03:57.566 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf96f61a-a95f-42c4-be24-2c78fa5b1c97 e9b8fe41e33741afbf21921ec7351898 32dd5da3fd4044d388a61e19a5e8cee7 - - default default] Tap Mirror: Handle Delete Port: c4ba308b-3870-41e4-888c-c7afc8eb2807 2026-04-02 18:03:57.572 7 INFO neutron.db.segments_db [None req-9ba74b63-e590-4bf2-bf13-b6d15df73bda 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] Added segment b9a25434-bcb6-4a01-b335-6201c36674d7 of type vxlan for network 53128d0e-3e98-4230-9c3a-d13ed35963a3 [pid: 7|app: 0|req: 516/1024] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:03:57 2026] POST /v2.0/networks => generated 632 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1025] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:03:57 2026] GET /v2.0/security-groups?tenant_id=b978a191f7c447cda17a904a12a2f31f&name=default => generated 2921 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1026] 10.0.0.149 () {32 vars in 720 bytes} [Thu Apr 2 18:03:57 2026] DELETE /v2.0/ports/c4ba308b-3870-41e4-888c-c7afc8eb2807 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:03:57.745 7 INFO neutron.db.segments_db [None req-54e73237-15c3-4af9-b735-0dd1a6a2a0f8 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] Added segment fce63a7d-fb6c-46ab-a6ad-b0ed6516a294 of type vxlan for network 228a1224-2674-4867-94b8-6f683e84820a [pid: 8|app: 0|req: 510/1027] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:03:57 2026] DELETE /v2.0/security-groups/f264289b-ebce-4728-923b-bf56beed6030 => 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: 518/1028] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:03:57 2026] POST /v2.0/networks => generated 634 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:03:57.912 8 INFO neutron_taas.services.taas.taas_plugin [None req-c5a23f49-40e1-4181-8aea-6aafb9ab8c35 e9b8fe41e33741afbf21921ec7351898 32dd5da3fd4044d388a61e19a5e8cee7 - - default default] TaaS: Handle Delete Port: 58a37f25-6376-49ab-b033-ef772e6a474c 2026-04-02 18:03:57.915 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5a23f49-40e1-4181-8aea-6aafb9ab8c35 e9b8fe41e33741afbf21921ec7351898 32dd5da3fd4044d388a61e19a5e8cee7 - - default default] Tap Mirror: Handle Delete Port: 58a37f25-6376-49ab-b033-ef772e6a474c [pid: 7|app: 0|req: 519/1029] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:03:57 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: 7|app: 0|req: 520/1030] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:58 2026] GET /v2.0/ports?device_id=d26a36ca-c1ec-4af9-bb4c-ff724b56afb6 => generated 971 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1031] 10.0.0.149 () {32 vars in 720 bytes} [Thu Apr 2 18:03:57 2026] DELETE /v2.0/ports/58a37f25-6376-49ab-b033-ef772e6a474c => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1032] 10.0.0.149 () {32 vars in 736 bytes} [Thu Apr 2 18:03:58 2026] GET /v2.0/ports?device_id=3e7f4754-8482-4171-b7fa-7e00d4e354cc => generated 958 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1033] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:03:58 2026] GET /v2.0/security-groups?id=adf9faf4-b990-4e03-8f51-4e9bda016e6d&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1034] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:03:58 2026] POST /v2.0/subnets => generated 655 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1035] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:03:58 2026] GET /v2.0/ports?device_id=d26a36ca-c1ec-4af9-bb4c-ff724b56afb6 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:03:58.414 7 INFO neutron.db.segments_db [None req-0e4c185a-fc0f-4def-b8bc-a99d19a7a0f0 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] Added segment d0ddd0df-3265-4701-b946-b11135928bea of type vxlan for network 8c1fd954-7487-47ca-921b-87c5eb26d57d 2026-04-02 18:03:58.605 8 INFO neutron_taas.services.taas.taas_plugin [None req-4d6ec965-6c66-43a3-8937-774e4e53c408 e9b8fe41e33741afbf21921ec7351898 32dd5da3fd4044d388a61e19a5e8cee7 - - default default] TaaS: Handle Delete Port: 280abf34-0787-4216-ba49-9759fddd8e21 2026-04-02 18:03:58.608 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d6ec965-6c66-43a3-8937-774e4e53c408 e9b8fe41e33741afbf21921ec7351898 32dd5da3fd4044d388a61e19a5e8cee7 - - default default] Tap Mirror: Handle Delete Port: 280abf34-0787-4216-ba49-9759fddd8e21 2026-04-02 18:03:58.643 7 INFO neutron.db.l3_hamode_db [None req-0e4c185a-fc0f-4def-b8bc-a99d19a7a0f0 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 18:03:58.788 7 INFO neutron.db.l3_hamode_db [None req-0e4c185a-fc0f-4def-b8bc-a99d19a7a0f0 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 18:03:58.946 8 INFO neutron.services.segments.plugin [-] Segment 6b9414a6-0873-4ba4-9ca8-268a523be011 resource provider aggregate not found 2026-04-02 18:03:58.968 8 INFO neutron.services.segments.plugin [-] Segment 6b9414a6-0873-4ba4-9ca8-268a523be011 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b9414a6-0873-4ba4-9ca8-268a523be011 found for delete ", "request_id": "req-e672cdfe-9bc6-4607-8066-938a9384bfce"}]} 2026-04-02 18:03:58.968 8 INFO neutron.services.segments.plugin [-] Segment 6b9414a6-0873-4ba4-9ca8-268a523be011 resource provider aggregate not found 2026-04-02 18:03:58.988 8 INFO neutron.services.segments.plugin [-] Segment 6b9414a6-0873-4ba4-9ca8-268a523be011 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b9414a6-0873-4ba4-9ca8-268a523be011 found for delete ", "request_id": "req-e9af3ce7-a724-4a34-ab7a-b3c7cce3cc6c"}]} [pid: 8|app: 0|req: 514/1036] 10.0.0.149 () {34 vars in 789 bytes} [Thu Apr 2 18:03:58 2026] PUT /v2.0/routers/3e7f4754-8482-4171-b7fa-7e00d4e354cc/remove_router_interface => generated 309 bytes in 1028 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1037] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:03:58 2026] POST /v2.0/routers => generated 511 bytes in 978 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:03:59.491 8 INFO neutron.db.l3_db [None req-8cb55af9-a15f-455b-8bcf-3671e8e7095a 7c6df2f9a72a4a53a97884faf024a478 127433d32c524546bde80d51f93dcb04 - - default default] Floating IP 1d300b4e-d7d3-44c4-94ec-796cc73ee784 associated. External IP: 10.96.250.208, port: 6e4bc0a0-6201-4ad9-8d8e-37ee1b4c606f. 2026-04-02 18:03:59.559 7 INFO neutron_taas.services.taas.taas_plugin [None req-a39712e8-cf95-4c60-8277-2d81d9171dc5 e9b8fe41e33741afbf21921ec7351898 32dd5da3fd4044d388a61e19a5e8cee7 - - default default] TaaS: Handle Delete Port: 1116677f-88f0-4845-9d1a-e2aa28bae58f 2026-04-02 18:03:59.563 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a39712e8-cf95-4c60-8277-2d81d9171dc5 e9b8fe41e33741afbf21921ec7351898 32dd5da3fd4044d388a61e19a5e8cee7 - - default default] Tap Mirror: Handle Delete Port: 1116677f-88f0-4845-9d1a-e2aa28bae58f [pid: 8|app: 0|req: 515/1038] 10.0.0.149 () {34 vars in 749 bytes} [Thu Apr 2 18:03:59 2026] PUT /v2.0/floatingips/1d300b4e-d7d3-44c4-94ec-796cc73ee784 => generated 855 bytes in 597 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:03:59.847 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dbd6c434-69a6-4ffd-8d7f-9a7d76d9f9b4'] response: {'name': 'network-changed', 'server_uuid': 'd26a36ca-c1ec-4af9-bb4c-ff724b56afb6', 'tag': '6e4bc0a0-6201-4ad9-8d8e-37ee1b4c606f', 'status': 'completed', 'code': 200} 2026-04-02 18:04:00.207 7 INFO neutron_taas.services.taas.taas_plugin [None req-a39712e8-cf95-4c60-8277-2d81d9171dc5 e9b8fe41e33741afbf21921ec7351898 32dd5da3fd4044d388a61e19a5e8cee7 - - default default] TaaS: Handle Delete Port: 5f2cacd6-e20f-4441-a1fb-68eec82e0f1c 2026-04-02 18:04:00.209 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a39712e8-cf95-4c60-8277-2d81d9171dc5 e9b8fe41e33741afbf21921ec7351898 32dd5da3fd4044d388a61e19a5e8cee7 - - default default] Tap Mirror: Handle Delete Port: 5f2cacd6-e20f-4441-a1fb-68eec82e0f1c 2026-04-02 18:04:00.476 7 INFO neutron.services.segments.plugin [-] Segment 74ef3445-34bb-407b-95c1-11fe83932746 resource provider aggregate not found 2026-04-02 18:04:00.484 7 INFO neutron.services.segments.plugin [-] Segment 74ef3445-34bb-407b-95c1-11fe83932746 resource provider aggregate not found 2026-04-02 18:04:00.496 7 INFO neutron.services.segments.plugin [-] Segment 74ef3445-34bb-407b-95c1-11fe83932746 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74ef3445-34bb-407b-95c1-11fe83932746 found for delete ", "request_id": "req-bc9d034a-1c8a-4846-850f-b3768aba9325"}]} 2026-04-02 18:04:00.502 7 INFO neutron.services.segments.plugin [-] Segment 74ef3445-34bb-407b-95c1-11fe83932746 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74ef3445-34bb-407b-95c1-11fe83932746 found for delete ", "request_id": "req-7856b609-26b8-428e-97b6-353a3075aaf0"}]} 2026-04-02 18:04:00.520 7 INFO neutron.db.l3_hamode_db [None req-a39712e8-cf95-4c60-8277-2d81d9171dc5 e9b8fe41e33741afbf21921ec7351898 32dd5da3fd4044d388a61e19a5e8cee7 - - default default] HA network 4edb1c36-f0ed-4bdc-80c9-8dbc780ea33d was deleted as no HA routers are present in tenant 32dd5da3fd4044d388a61e19a5e8cee7. [pid: 7|app: 0|req: 524/1039] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:03:59 2026] DELETE /v2.0/routers/3e7f4754-8482-4171-b7fa-7e00d4e354cc => generated 0 bytes in 1189 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:04:00.847 7 INFO neutron.db.segments_db [None req-055bdda5-dab6-4c9a-8279-1ef02f006339 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Added segment eeb595ab-7f0f-4c32-9b02-118573eb5373 of type vxlan for network 3457c01d-75b1-401d-9bfd-de5764c4af01 [pid: 8|app: 0|req: 516/1040] 10.0.0.149 () {34 vars in 783 bytes} [Thu Apr 2 18:03:59 2026] PUT /v2.0/routers/11908f0f-216b-4227-844e-64ab015ecc2e/add_router_interface => generated 309 bytes in 1129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1041] 10.0.0.149 () {34 vars in 671 bytes} [Thu Apr 2 18:04:00 2026] POST /v2.0/networks => generated 743 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1042] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:04:00 2026] GET /v2.0/ports?tenant_id=127433d32c524546bde80d51f93dcb04&device_id=d26a36ca-c1ec-4af9-bb4c-ff724b56afb6 => generated 1240 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1043] 10.0.0.149 () {32 vars in 717 bytes} [Thu Apr 2 18:04:00 2026] GET /v2.0/ports/fd88a4fd-b3e9-4f0b-bf2e-ac35fec4486e => generated 959 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1044] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:04:00 2026] DELETE /v2.0/subnets/e79ccef8-c8b1-4347-b5c7-9a69c9b24efc => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1045] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:04:01 2026] GET /v2.0/networks?id=3ff8ba5b-7237-4911-a258-f7877d066db3 => generated 772 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1046] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:04:01 2026] POST /v2.0/subnets => generated 691 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:04:01.334 8 INFO neutron.services.segments.plugin [-] Segment 8abed8b1-dfc2-4145-aeda-de7f5d889d8c resource provider aggregate not found 2026-04-02 18:04:01.335 8 INFO neutron.services.segments.plugin [-] Segment 8abed8b1-dfc2-4145-aeda-de7f5d889d8c resource provider aggregate not found 2026-04-02 18:04:01.353 8 INFO neutron.services.segments.plugin [-] Segment 8abed8b1-dfc2-4145-aeda-de7f5d889d8c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8abed8b1-dfc2-4145-aeda-de7f5d889d8c found for delete ", "request_id": "req-fa77c31b-bd82-42ec-98ab-7241e291cc91"}]} 2026-04-02 18:04:01.356 8 INFO neutron.services.segments.plugin [-] Segment 8abed8b1-dfc2-4145-aeda-de7f5d889d8c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8abed8b1-dfc2-4145-aeda-de7f5d889d8c found for delete ", "request_id": "req-7f2c90f7-d81b-425b-a264-3adc780eda59"}]} [pid: 8|app: 0|req: 520/1047] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:04:01 2026] DELETE /v2.0/networks/efd596d5-5b3a-4a1c-950c-1d3c437572b3 => 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: 521/1048] 199.19.213.5 () {34 vars in 1056 bytes} [Thu Apr 2 18:04:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=6e4bc0a0-6201-4ad9-8d8e-37ee1b4c606f => generated 860 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:04:01.440 8 INFO neutron.db.segments_db [None req-4b0225a3-8c6a-464f-9c6e-0ffed34dc454 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Added segment 940cd24b-1b6a-4b4f-848c-3ef88c7825c8 of type vxlan for network aafbb8a5-f9eb-4b80-ae85-5c56e0ba02f0 2026-04-02 18:04:01.703 8 INFO neutron.db.l3_hamode_db [None req-4b0225a3-8c6a-464f-9c6e-0ffed34dc454 7bca8c7ce56e4cbc996b21b1c6fc12db 1694002845a141f6af1a83783420f824 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 528/1049] 10.0.0.149 () {34 vars in 783 bytes} [Thu Apr 2 18:04:01 2026] PUT /v2.0/routers/11908f0f-216b-4227-844e-64ab015ecc2e/add_router_interface => generated 309 bytes in 956 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1050] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:04:02 2026] GET /v2.0/subnets?id=923ce0b5-590f-4423-b202-637fd1d42663 => generated 694 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1051] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:04:02 2026] GET /v2.0/security-groups?tenant_id=32dd5da3fd4044d388a61e19a5e8cee7&name=default => generated 2925 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1052] 10.0.0.149 () {32 vars in 717 bytes} [Thu Apr 2 18:04:02 2026] GET /v2.0/ports/f769667b-88bb-426b-b295-3ca1d62ea15c => generated 967 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1053] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:04:02 2026] GET /v2.0/ports?network_id=3ff8ba5b-7237-4911-a258-f7877d066db3&device_owner=network%3Adhcp => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1054] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:04:02 2026] DELETE /v2.0/security-groups/3200f8d4-eee2-4615-916d-a75124cb8c04 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:04:02.546 8 INFO neutron.db.l3_hamode_db [None req-4b0225a3-8c6a-464f-9c6e-0ffed34dc454 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 18:04:02.645 7 INFO neutron_taas.services.taas.taas_plugin [None req-95a3858c-1364-4a5c-9d36-a9d91978e71e 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] TaaS: Handle Delete Port: f769667b-88bb-426b-b295-3ca1d62ea15c 2026-04-02 18:04:02.649 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95a3858c-1364-4a5c-9d36-a9d91978e71e 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] Tap Mirror: Handle Delete Port: f769667b-88bb-426b-b295-3ca1d62ea15c [pid: 7|app: 0|req: 534/1055] 10.0.0.149 () {34 vars in 789 bytes} [Thu Apr 2 18:04:02 2026] PUT /v2.0/routers/11908f0f-216b-4227-844e-64ab015ecc2e/remove_router_interface => generated 309 bytes in 860 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1056] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:04:03 2026] GET /v2.0/networks/3ff8ba5b-7237-4911-a258-f7877d066db3?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:04:03.499 7 INFO neutron_taas.services.taas.taas_plugin [None req-6d34f2bb-39b2-4004-818a-636d185681af 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] TaaS: Handle Delete Port: fd88a4fd-b3e9-4f0b-bf2e-ac35fec4486e 2026-04-02 18:04:03.503 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d34f2bb-39b2-4004-818a-636d185681af 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] Tap Mirror: Handle Delete Port: fd88a4fd-b3e9-4f0b-bf2e-ac35fec4486e [pid: 8|app: 0|req: 522/1057] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:04:01 2026] POST /v2.0/routers => generated 731 bytes in 2168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1058] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:04:03 2026] GET /v2.0/networks/3ff8ba5b-7237-4911-a258-f7877d066db3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1059] 10.0.0.149 () {34 vars in 789 bytes} [Thu Apr 2 18:04:03 2026] PUT /v2.0/routers/11908f0f-216b-4227-844e-64ab015ecc2e/remove_router_interface => generated 309 bytes in 723 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1060] 10.0.0.149 () {32 vars in 736 bytes} [Thu Apr 2 18:04:03 2026] GET /v2.0/ports?device_id=11908f0f-216b-4227-844e-64ab015ecc2e => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:04:04.104 7 INFO neutron_taas.services.taas.taas_plugin [None req-a0f08115-a35a-4d00-b487-412971943bf0 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] TaaS: Handle Delete Port: 4d599099-7555-47f2-8fab-82696813656e 2026-04-02 18:04:04.107 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0f08115-a35a-4d00-b487-412971943bf0 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] Tap Mirror: Handle Delete Port: 4d599099-7555-47f2-8fab-82696813656e 2026-04-02 18:04:04.428 7 INFO neutron.services.segments.plugin [-] Segment d0ddd0df-3265-4701-b946-b11135928bea resource provider aggregate not found 2026-04-02 18:04:04.432 7 INFO neutron.services.segments.plugin [-] Segment d0ddd0df-3265-4701-b946-b11135928bea resource provider aggregate not found 2026-04-02 18:04:04.452 7 INFO neutron.services.segments.plugin [-] Segment d0ddd0df-3265-4701-b946-b11135928bea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0ddd0df-3265-4701-b946-b11135928bea found for delete ", "request_id": "req-3199843a-d80e-42c6-9190-bccc2aa51bef"}]} 2026-04-02 18:04:04.465 7 INFO neutron.services.segments.plugin [-] Segment d0ddd0df-3265-4701-b946-b11135928bea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0ddd0df-3265-4701-b946-b11135928bea found for delete ", "request_id": "req-8c838a53-640b-4e68-ad40-ee1203b88116"}]} 2026-04-02 18:04:04.481 7 INFO neutron.db.l3_hamode_db [None req-a0f08115-a35a-4d00-b487-412971943bf0 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] HA network 8c1fd954-7487-47ca-921b-87c5eb26d57d was deleted as no HA routers are present in tenant 78d78a88e56f49dfbf115f20077bf5a2. [pid: 7|app: 0|req: 538/1061] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:04:03 2026] DELETE /v2.0/routers/11908f0f-216b-4227-844e-64ab015ecc2e => generated 0 bytes in 527 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1062] 10.0.0.149 () {34 vars in 783 bytes} [Thu Apr 2 18:04:03 2026] PUT /v2.0/routers/d7751d6e-bf13-405b-b315-7f58b7327ca3/add_router_interface => generated 309 bytes in 1046 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1063] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:04:04 2026] DELETE /v2.0/subnets/c0d404d6-9912-4587-9c98-4630b6bf1ea1 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1064] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:04:04 2026] DELETE /v2.0/subnets/62b21f6b-e775-4424-ad50-78a70f78a043 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1065] 10.0.0.149 () {34 vars in 684 bytes} [Thu Apr 2 18:04:04 2026] POST /v2.0/security-groups => generated 1624 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1066] 10.0.0.149 () {32 vars in 663 bytes} [Thu Apr 2 18:04:04 2026] GET /v2.0/security-groups => generated 4529 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:04:04.962 8 INFO neutron.services.segments.plugin [-] Segment fce63a7d-fb6c-46ab-a6ad-b0ed6516a294 resource provider aggregate not found 2026-04-02 18:04:04.978 8 INFO neutron.services.segments.plugin [-] Segment fce63a7d-fb6c-46ab-a6ad-b0ed6516a294 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fce63a7d-fb6c-46ab-a6ad-b0ed6516a294 found for delete ", "request_id": "req-af230558-e816-4d8f-a185-88d34c8348a7"}]} 2026-04-02 18:04:04.980 8 INFO neutron.services.segments.plugin [-] Segment fce63a7d-fb6c-46ab-a6ad-b0ed6516a294 resource provider aggregate not found [pid: 7|app: 0|req: 541/1067] 10.0.0.149 () {34 vars in 758 bytes} [Thu Apr 2 18:04:04 2026] PUT /v2.0/security-groups/77cbc758-994f-4c9f-ae5b-0fd3dea807a0 => generated 1664 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:04:04.995 8 INFO neutron.services.segments.plugin [-] Segment fce63a7d-fb6c-46ab-a6ad-b0ed6516a294 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fce63a7d-fb6c-46ab-a6ad-b0ed6516a294 found for delete ", "request_id": "req-66be38d7-6b3a-4f0e-9f0e-b16954d87858"}]} [pid: 8|app: 0|req: 527/1068] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:04:04 2026] DELETE /v2.0/networks/228a1224-2674-4867-94b8-6f683e84820a => 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: 542/1069] 10.0.0.149 () {32 vars in 737 bytes} [Thu Apr 2 18:04:04 2026] GET /v2.0/security-groups/77cbc758-994f-4c9f-ae5b-0fd3dea807a0 => generated 1664 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:04:05.093 8 INFO neutron_taas.services.taas.taas_plugin [None req-6b0b19c7-b2db-4052-af83-6b888361d477 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] TaaS: Handle Delete Port: f5c114fc-b4bc-4aaf-962d-91f2ba291ca3 2026-04-02 18:04:05.096 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b0b19c7-b2db-4052-af83-6b888361d477 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] Tap Mirror: Handle Delete Port: f5c114fc-b4bc-4aaf-962d-91f2ba291ca3 [pid: 7|app: 0|req: 543/1070] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:04:05 2026] DELETE /v2.0/security-groups/77cbc758-994f-4c9f-ae5b-0fd3dea807a0 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1071] 10.0.0.149 () {32 vars in 663 bytes} [Thu Apr 2 18:04:05 2026] GET /v2.0/security-groups => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:04:05.149 7 INFO neutron.api.v2.resource [None req-4e70ebb2-e956-4505-86c5-6838b2b1d864 c92d57afbbf1414baf11d6d636072001 14634effe3384f29abf4d0888d1e810b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 545/1072] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:04:05 2026] DELETE /v2.0/security-groups/77cbc758-994f-4c9f-ae5b-0fd3dea807a0 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1073] 10.0.0.149 () {34 vars in 684 bytes} [Thu Apr 2 18:04:05 2026] POST /v2.0/security-groups => generated 1625 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1074] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:04:05 2026] DELETE /v2.0/networks/53128d0e-3e98-4230-9c3a-d13ed35963a3 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1075] 10.0.0.149 () {34 vars in 685 bytes} [Thu Apr 2 18:04:05 2026] POST /v2.0/security-groups => generated 1661 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1076] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:04:05 2026] POST /v2.0/security-group-rules => generated 601 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:04:05.425 7 INFO neutron.db.segments_db [None req-7dc0b17a-daf1-4b68-aef5-c66595b99c5f 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] Added segment 929c160e-824f-4783-90b2-b11926f20407 of type vxlan for network 1053d43a-0b64-486b-aa2b-b6cd64b35673 [pid: 8|app: 0|req: 530/1077] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:04:05 2026] POST /v2.0/security-group-rules => generated 597 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1078] 10.0.0.149 () {32 vars in 747 bytes} [Thu Apr 2 18:04:05 2026] GET /v2.0/security-group-rules/8b27c4c3-22fe-41b1-8569-1079f7c97a09 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1079] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:04:05 2026] POST /v2.0/networks => generated 633 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1080] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:04:05 2026] POST /v2.0/security-group-rules => generated 602 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1081] 10.0.0.149 () {32 vars in 673 bytes} [Thu Apr 2 18:04:05 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1082] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:04:05 2026] POST /v2.0/subnets => generated 646 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1083] 10.0.0.149 () {32 vars in 750 bytes} [Thu Apr 2 18:04:05 2026] DELETE /v2.0/security-group-rules/8b27c4c3-22fe-41b1-8569-1079f7c97a09 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:04:05.899 8 INFO neutron.db.segments_db [None req-05bddc4a-9f4c-4441-9bc8-bf83b3a8f14d 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] Added segment 75504435-862c-4df2-b3d1-db9c2f3afbf1 of type vxlan for network 79efc413-3057-4bf9-bc45-eaba306cbfb2 [pid: 7|app: 0|req: 550/1084] 10.0.0.149 () {34 vars in 676 bytes} [Thu Apr 2 18:04:05 2026] POST /v2.0/floatingips => generated 552 bytes in 489 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:04:06.139 8 INFO neutron.db.l3_hamode_db [None req-05bddc4a-9f4c-4441-9bc8-bf83b3a8f14d 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 551/1085] 10.0.0.149 () {32 vars in 673 bytes} [Thu Apr 2 18:04:06 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:04:06.237 8 INFO neutron.db.l3_hamode_db [None req-05bddc4a-9f4c-4441-9bc8-bf83b3a8f14d 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 552/1086] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:04:06 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) [pid: 7|app: 0|req: 553/1087] 10.0.0.149 () {32 vars in 747 bytes} [Thu Apr 2 18:04:06 2026] GET /v2.0/security-group-rules/54287a3f-f57b-4e0a-ae02-ca7f85d13438 => generated 601 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1088] 10.0.0.149 () {32 vars in 673 bytes} [Thu Apr 2 18:04:06 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1089] 10.0.0.149 () {32 vars in 750 bytes} [Thu Apr 2 18:04:06 2026] DELETE /v2.0/security-group-rules/54287a3f-f57b-4e0a-ae02-ca7f85d13438 => 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: 556/1090] 10.0.0.140 () {34 vars in 1100 bytes} [Thu Apr 2 18:04:06 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1081998348&fields=id&tenant_id=1694002845a141f6af1a83783420f824 => 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: 557/1091] 10.0.0.149 () {32 vars in 673 bytes} [Thu Apr 2 18:04:06 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1092] 10.0.0.140 () {34 vars in 982 bytes} [Thu Apr 2 18:04:06 2026] GET /v2.0/networks?id=3457c01d-75b1-401d-9bfd-de5764c4af01 => generated 676 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:04:06.710 7 INFO neutron.db.securitygroups_db [None req-8c69af4c-addf-463a-8c8a-15f464a02229 c92d57afbbf1414baf11d6d636072001 14634effe3384f29abf4d0888d1e810b - - default default] Project 14634effe3384f29abf4d0888d1e810b 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: 559/1093] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:04:06 2026] POST /v2.0/security-group-rules => generated 607 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1094] 10.0.0.140 () {34 vars in 965 bytes} [Thu Apr 2 18:04:06 2026] GET /v2.0/quotas/1694002845a141f6af1a83783420f824 => 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: 561/1095] 10.0.0.149 () {32 vars in 747 bytes} [Thu Apr 2 18:04:06 2026] GET /v2.0/security-group-rules/a2b2403c-f4d6-41b5-b66f-9b078187f46d => generated 607 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1096] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:04:05 2026] POST /v2.0/routers => generated 510 bytes in 1000 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1097] 10.0.0.140 () {34 vars in 1002 bytes} [Thu Apr 2 18:04:06 2026] GET /v2.0/ports?tenant_id=1694002845a141f6af1a83783420f824&fields=id => generated 57 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1098] 10.0.0.149 () {32 vars in 673 bytes} [Thu Apr 2 18:04:06 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1099] 10.0.0.140 () {34 vars in 1008 bytes} [Thu Apr 2 18:04:06 2026] GET /v2.0/networks/3457c01d-75b1-401d-9bfd-de5764c4af01?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:04:07.008 8 INFO neutron.services.segments.plugin [-] Segment b9a25434-bcb6-4a01-b335-6201c36674d7 resource provider aggregate not found 2026-04-02 18:04:07.018 8 INFO neutron.services.segments.plugin [-] Segment b9a25434-bcb6-4a01-b335-6201c36674d7 resource provider aggregate not found 2026-04-02 18:04:07.025 8 INFO neutron.services.segments.plugin [-] Segment b9a25434-bcb6-4a01-b335-6201c36674d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9a25434-bcb6-4a01-b335-6201c36674d7 found for delete ", "request_id": "req-a2a4de74-015c-42c9-b5d1-885e143b94a7"}]} 2026-04-02 18:04:07.038 8 INFO neutron.services.segments.plugin [-] Segment b9a25434-bcb6-4a01-b335-6201c36674d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9a25434-bcb6-4a01-b335-6201c36674d7 found for delete ", "request_id": "req-7d718a81-c8e4-448b-b029-8b8c3d6ced41"}]} [pid: 8|app: 0|req: 538/1100] 10.0.0.149 () {32 vars in 750 bytes} [Thu Apr 2 18:04:06 2026] DELETE /v2.0/security-group-rules/a2b2403c-f4d6-41b5-b66f-9b078187f46d => 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: 539/1101] 10.0.0.140 () {34 vars in 1108 bytes} [Thu Apr 2 18:04:07 2026] GET /v2.0/networks/3457c01d-75b1-401d-9bfd-de5764c4af01?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: 540/1102] 10.0.0.149 () {32 vars in 673 bytes} [Thu Apr 2 18:04:07 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1103] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:04:07 2026] DELETE /v2.0/security-groups/99d9aea6-e13f-4c6c-944b-7d43d0e59a1e => 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: 542/1104] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:04:07 2026] GET /v2.0/ports?device_id=b563f519-523a-4631-90ef-dfe3040ed061 => 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: 563/1105] 10.0.0.149 () {34 vars in 665 bytes} [Thu Apr 2 18:04:06 2026] POST /v2.0/ports => generated 964 bytes in 403 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: 543/1106] 10.0.0.149 () {32 vars in 663 bytes} [Thu Apr 2 18:04:07 2026] GET /v2.0/security-groups => generated 2925 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1107] 10.0.0.149 () {32 vars in 663 bytes} [Thu Apr 2 18:04:07 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1108] 10.0.0.14 () {34 vars in 989 bytes} [Thu Apr 2 18:04:07 2026] GET /v2.0/ports?device_id=d26a36ca-c1ec-4af9-bb4c-ff724b56afb6 => 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: 546/1109] 10.0.0.14 () {34 vars in 1039 bytes} [Thu Apr 2 18:04:07 2026] GET /v2.0/security-groups?id=adf9faf4-b990-4e03-8f51-4e9bda016e6d&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: 547/1110] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:04:07 2026] GET /v2.0/security-groups?tenant_id=14634effe3384f29abf4d0888d1e810b&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1111] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:04:08 2026] DELETE /v2.0/security-groups/8ef7fbcc-e2aa-4c9e-b2d8-87f3472dad53 => 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: 551/1114] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:04:08 2026] GET /v2.0/ports?device_id=b563f519-523a-4631-90ef-dfe3040ed061 => 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: 564/1115] 10.0.0.149 () {34 vars in 783 bytes} [Thu Apr 2 18:04:07 2026] PUT /v2.0/routers/c144aa83-6fe9-4107-9f02-7b8ada63f159/add_router_interface => generated 309 bytes in 1061 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1116] 10.0.0.149 () {32 vars in 717 bytes} [Thu Apr 2 18:04:08 2026] GET /v2.0/ports/69275de9-de4b-42aa-b77b-c206a2d81889 => generated 1038 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-04-02 18:04:08.798 7 INFO neutron_taas.services.taas.taas_plugin [None req-f112e965-fb5f-4b56-9886-29abb6a48c41 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] TaaS: Handle Delete Port: 69275de9-de4b-42aa-b77b-c206a2d81889 2026-04-02 18:04:08.802 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f112e965-fb5f-4b56-9886-29abb6a48c41 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] Tap Mirror: Handle Delete Port: 69275de9-de4b-42aa-b77b-c206a2d81889 [pid: 7|app: 0|req: 565/1117] 10.0.0.149 () {34 vars in 789 bytes} [Thu Apr 2 18:04:08 2026] PUT /v2.0/routers/c144aa83-6fe9-4107-9f02-7b8ada63f159/remove_router_interface => generated 309 bytes in 790 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:04:09.343 8 INFO neutron.api.v2.resource [None req-217b252f-174c-4949-8ca5-2a10be277de5 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 553/1118] 10.0.0.149 () {34 vars in 789 bytes} [Thu Apr 2 18:04:09 2026] PUT /v2.0/routers/c144aa83-6fe9-4107-9f02-7b8ada63f159/remove_router_interface => generated 197 bytes in 134 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: 566/1119] 10.0.0.149 () {32 vars in 736 bytes} [Thu Apr 2 18:04:09 2026] GET /v2.0/ports?device_id=c144aa83-6fe9-4107-9f02-7b8ada63f159 => 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: 567/1120] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:04:09 2026] GET /v2.0/ports?device_id=b563f519-523a-4631-90ef-dfe3040ed061 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:04:09.574 8 INFO neutron_taas.services.taas.taas_plugin [None req-5a9f96e3-9d9b-4449-bcb0-7e661737de9a 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] TaaS: Handle Delete Port: a0aacbd2-f2a6-4d35-ba80-89a553a749d6 2026-04-02 18:04:09.576 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a9f96e3-9d9b-4449-bcb0-7e661737de9a 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] Tap Mirror: Handle Delete Port: a0aacbd2-f2a6-4d35-ba80-89a553a749d6 2026-04-02 18:04:09.959 8 INFO neutron.services.segments.plugin [-] Segment 75504435-862c-4df2-b3d1-db9c2f3afbf1 resource provider aggregate not found 2026-04-02 18:04:09.968 8 INFO neutron.services.segments.plugin [-] Segment 75504435-862c-4df2-b3d1-db9c2f3afbf1 resource provider aggregate not found 2026-04-02 18:04:09.981 8 INFO neutron.services.segments.plugin [-] Segment 75504435-862c-4df2-b3d1-db9c2f3afbf1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75504435-862c-4df2-b3d1-db9c2f3afbf1 found for delete ", "request_id": "req-65ebbaee-ec3a-4f9b-9b3a-59edd4d96ab2"}]} 2026-04-02 18:04:09.987 8 INFO neutron.services.segments.plugin [-] Segment 75504435-862c-4df2-b3d1-db9c2f3afbf1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75504435-862c-4df2-b3d1-db9c2f3afbf1 found for delete ", "request_id": "req-b136facb-8759-407b-8680-db2521bba1c5"}]} 2026-04-02 18:04:09.997 8 INFO neutron.db.l3_hamode_db [None req-5a9f96e3-9d9b-4449-bcb0-7e661737de9a 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] HA network 79efc413-3057-4bf9-bc45-eaba306cbfb2 was deleted as no HA routers are present in tenant 78d78a88e56f49dfbf115f20077bf5a2. [pid: 8|app: 0|req: 554/1121] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:04:09 2026] DELETE /v2.0/routers/c144aa83-6fe9-4107-9f02-7b8ada63f159 => generated 0 bytes in 627 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1122] 10.0.0.149 () {34 vars in 676 bytes} [Thu Apr 2 18:04:09 2026] POST /v2.0/subnetpools => generated 548 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1123] 10.0.0.149 () {32 vars in 729 bytes} [Thu Apr 2 18:04:10 2026] GET /v2.0/subnetpools/0ccab4da-46e1-497f-90c5-a699d09dc3f9 => generated 548 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1124] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:04:10 2026] DELETE /v2.0/subnets/c23716a7-2928-437d-8fa6-8406990cd02b => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1125] 10.0.0.149 () {34 vars in 749 bytes} [Thu Apr 2 18:04:10 2026] PUT /v2.0/subnetpools/0ccab4da-46e1-497f-90c5-a699d09dc3f9 => generated 500 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1126] 10.0.0.149 () {32 vars in 732 bytes} [Thu Apr 2 18:04:10 2026] DELETE /v2.0/subnetpools/0ccab4da-46e1-497f-90c5-a699d09dc3f9 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:04:10.258 7 INFO neutron.api.v2.resource [None req-15d9b601-ae98-4462-bd74-a9f8d5ca6880 d459c938bec04a1b93b095a2c1b627cd cce813a891c04fdb8e9476739f0dc540 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 572/1127] 10.0.0.149 () {32 vars in 729 bytes} [Thu Apr 2 18:04:10 2026] GET /v2.0/subnetpools/0ccab4da-46e1-497f-90c5-a699d09dc3f9 => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:04:10.276 7 INFO neutron.api.v2.resource [None req-72b87fff-37e8-439e-9311-b528e9cbc347 d459c938bec04a1b93b095a2c1b627cd cce813a891c04fdb8e9476739f0dc540 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 573/1128] 10.0.0.149 () {32 vars in 732 bytes} [Thu Apr 2 18:04:10 2026] DELETE /v2.0/subnetpools/0ccab4da-46e1-497f-90c5-a699d09dc3f9 => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1129] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:04:10 2026] DELETE /v2.0/networks/1053d43a-0b64-486b-aa2b-b6cd64b35673 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:04:10.364 7 INFO neutron.db.segments_db [None req-0bb2f64f-af70-42ba-9e7f-3ca706f7a58e 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] Added segment fec94a0e-6e9c-47fb-af58-d402e112c0e9 of type vxlan for network c328585c-323d-42c0-864a-e5edf4d4ef6e [pid: 7|app: 0|req: 574/1130] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:04:10 2026] POST /v2.0/networks => generated 634 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1131] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:04:10 2026] GET /v2.0/ports?device_id=b563f519-523a-4631-90ef-dfe3040ed061 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1132] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:04:10 2026] POST /v2.0/subnets => generated 646 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:04:10.935 8 INFO neutron.db.segments_db [None req-3f0cc627-25be-44cd-ac61-1a4be3271e6b 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] Added segment 753315ae-aad2-421c-a33c-2d4bf9b54e76 of type vxlan for network badd10f4-323a-4f54-ba57-7d9cfdf7f6eb [pid: 7|app: 0|req: 576/1133] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:04:10 2026] GET /v2.0/security-groups?tenant_id=cce813a891c04fdb8e9476739f0dc540&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1134] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:04:11 2026] DELETE /v2.0/security-groups/6ba0c16e-f9f3-4481-adb3-144b988df645 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:04:11.251 8 INFO neutron.db.l3_hamode_db [None req-3f0cc627-25be-44cd-ac61-1a4be3271e6b 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 18:04:11.370 8 INFO neutron.db.l3_hamode_db [None req-3f0cc627-25be-44cd-ac61-1a4be3271e6b 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 578/1135] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:04:11 2026] GET /v2.0/networks?id=3457c01d-75b1-401d-9bfd-de5764c4af01 => generated 676 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1136] 199.19.213.5 () {34 vars in 1048 bytes} [Thu Apr 2 18:04:11 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1694002845a141f6af1a83783420f824 => 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: 580/1137] 199.19.213.5 () {38 vars in 953 bytes} [Thu Apr 2 18:04:11 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, ' 2026-04-02 18:04:12.014 8 INFO neutron.services.segments.plugin [-] Segment 929c160e-824f-4783-90b2-b11926f20407 resource provider aggregate not found [pid: 7|app: 0|req: 581/1138] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:04:11 2026] GET /v2.0/ports?device_id=b563f519-523a-4631-90ef-dfe3040ed061 => generated 957 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:04:12.018 8 INFO neutron.services.segments.plugin [-] Segment 929c160e-824f-4783-90b2-b11926f20407 resource provider aggregate not found 2026-04-02 18:04:12.037 8 INFO neutron.services.segments.plugin [-] Segment 929c160e-824f-4783-90b2-b11926f20407 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 929c160e-824f-4783-90b2-b11926f20407 found for delete ", "request_id": "req-a7f62048-3b00-4de2-a6e5-0cd065535dde"}]} 2026-04-02 18:04:12.037 8 INFO neutron.services.segments.plugin [-] Segment 929c160e-824f-4783-90b2-b11926f20407 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 929c160e-824f-4783-90b2-b11926f20407 found for delete ", "request_id": "req-22ae2565-889c-400f-9ef9-1bf62266e61f"}]} [pid: 8|app: 0|req: 558/1139] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:04:10 2026] POST /v2.0/routers => generated 510 bytes in 1228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1140] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:04:12 2026] GET /v2.0/security-groups?id=b3c852e7-8bc2-4284-9cb9-f739510fc354&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1141] 199.19.213.5 () {38 vars in 1026 bytes} [Thu Apr 2 18:04:12 2026] PUT /v2.0/ports/32b6b7b8-b931-426f-9106-ac1c9ff31f77 => generated 1235 bytes in 412 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:04:12.463 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b089636c-e051-49b3-a64f-d7292b1cc879'] response: {'name': 'network-changed', 'server_uuid': 'b563f519-523a-4631-90ef-dfe3040ed061', 'tag': '32b6b7b8-b931-426f-9106-ac1c9ff31f77', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 583/1142] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:04:12 2026] GET /v2.0/ports?tenant_id=1694002845a141f6af1a83783420f824&device_id=b563f519-523a-4631-90ef-dfe3040ed061 => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1143] 199.19.213.5 () {34 vars in 1016 bytes} [Thu Apr 2 18:04:13 2026] GET /v2.0/networks?tenant_id=1694002845a141f6af1a83783420f824&shared=False => generated 771 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1144] 199.19.213.5 () {34 vars in 928 bytes} [Thu Apr 2 18:04:13 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1145] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:04:13 2026] GET /v2.0/ports?device_id=b563f519-523a-4631-90ef-dfe3040ed061 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1146] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:04:13 2026] GET /v2.0/security-groups?id=b3c852e7-8bc2-4284-9cb9-f739510fc354&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1147] 10.0.0.149 () {34 vars in 783 bytes} [Thu Apr 2 18:04:12 2026] PUT /v2.0/routers/a588a49a-cfe2-42df-863f-d467d71de94b/add_router_interface => generated 309 bytes in 1415 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1148] 10.0.0.149 () {32 vars in 717 bytes} [Thu Apr 2 18:04:13 2026] GET /v2.0/ports/c844868a-ce0c-4832-98bc-e1f127403a1e => generated 959 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:04:13.910 8 INFO neutron_taas.services.taas.taas_plugin [None req-3abd6a1f-1d84-4b43-9572-49da4c212a61 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] TaaS: Handle Delete Port: c844868a-ce0c-4832-98bc-e1f127403a1e 2026-04-02 18:04:13.914 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3abd6a1f-1d84-4b43-9572-49da4c212a61 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] Tap Mirror: Handle Delete Port: c844868a-ce0c-4832-98bc-e1f127403a1e [pid: 7|app: 0|req: 589/1149] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:04:14 2026] GET /v2.0/ports?tenant_id=1694002845a141f6af1a83783420f824&device_id=b563f519-523a-4631-90ef-dfe3040ed061 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1150] 199.19.213.5 () {34 vars in 1056 bytes} [Thu Apr 2 18:04:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=32b6b7b8-b931-426f-9106-ac1c9ff31f77 => 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: 591/1151] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:04:14 2026] GET /v2.0/subnets?id=ce95ef48-3d22-407d-9ec6-ed95166645c8 => generated 694 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1152] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:04:14 2026] GET /v2.0/ports?network_id=3457c01d-75b1-401d-9bfd-de5764c4af01&device_owner=network%3Adhcp => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1153] 10.0.0.149 () {34 vars in 789 bytes} [Thu Apr 2 18:04:13 2026] PUT /v2.0/routers/a588a49a-cfe2-42df-863f-d467d71de94b/remove_router_interface => generated 309 bytes in 691 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1154] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:04:14 2026] GET /v2.0/networks/3457c01d-75b1-401d-9bfd-de5764c4af01?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1155] 10.0.0.149 () {32 vars in 736 bytes} [Thu Apr 2 18:04:14 2026] GET /v2.0/ports?device_id=a588a49a-cfe2-42df-863f-d467d71de94b => generated 12 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1156] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:04:14 2026] GET /v2.0/networks/3457c01d-75b1-401d-9bfd-de5764c4af01?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1157] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:04:14 2026] GET /v2.0/ports?device_id=b563f519-523a-4631-90ef-dfe3040ed061 => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1158] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:04:14 2026] GET /v2.0/security-groups?id=b3c852e7-8bc2-4284-9cb9-f739510fc354&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:04:14.493 7 INFO neutron_taas.services.taas.taas_plugin [None req-f18d4f10-b910-4708-8961-87f546540a36 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] TaaS: Handle Delete Port: ad4e44ae-45a9-4592-9845-ee8ced280b1e 2026-04-02 18:04:14.495 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f18d4f10-b910-4708-8961-87f546540a36 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] Tap Mirror: Handle Delete Port: ad4e44ae-45a9-4592-9845-ee8ced280b1e 2026-04-02 18:04:14.802 7 INFO neutron.services.segments.plugin [-] Segment 753315ae-aad2-421c-a33c-2d4bf9b54e76 resource provider aggregate not found 2026-04-02 18:04:14.811 7 INFO neutron.services.segments.plugin [-] Segment 753315ae-aad2-421c-a33c-2d4bf9b54e76 resource provider aggregate not found 2026-04-02 18:04:14.827 7 INFO neutron.services.segments.plugin [-] Segment 753315ae-aad2-421c-a33c-2d4bf9b54e76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 753315ae-aad2-421c-a33c-2d4bf9b54e76 found for delete ", "request_id": "req-42dd951a-ee81-4cb3-90cf-50e13b878f64"}]} 2026-04-02 18:04:14.833 7 INFO neutron.services.segments.plugin [-] Segment 753315ae-aad2-421c-a33c-2d4bf9b54e76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 753315ae-aad2-421c-a33c-2d4bf9b54e76 found for delete ", "request_id": "req-1f8615a9-cbd1-4f63-9899-d7d6d29e341f"}]} 2026-04-02 18:04:14.840 7 INFO neutron.db.l3_hamode_db [None req-f18d4f10-b910-4708-8961-87f546540a36 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] HA network badd10f4-323a-4f54-ba57-7d9cfdf7f6eb was deleted as no HA routers are present in tenant 78d78a88e56f49dfbf115f20077bf5a2. [pid: 8|app: 0|req: 564/1159] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:04:14 2026] GET /v2.0/security-groups?tenant_id=1ab77df12edb43cf87c04fb58877c83f&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1160] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:04:14 2026] DELETE /v2.0/routers/a588a49a-cfe2-42df-863f-d467d71de94b => generated 0 bytes in 488 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1161] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:04:14 2026] DELETE /v2.0/security-groups/541e57da-d983-47f6-85c8-d026c28d9ed1 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1162] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:04:14 2026] DELETE /v2.0/subnets/f73bf73c-fc5d-4eb1-b4b3-4434eae80b6b => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:04:15.100 8 INFO neutron.services.segments.plugin [-] Segment fec94a0e-6e9c-47fb-af58-d402e112c0e9 resource provider aggregate not found 2026-04-02 18:04:15.105 8 INFO neutron.services.segments.plugin [-] Segment fec94a0e-6e9c-47fb-af58-d402e112c0e9 resource provider aggregate not found 2026-04-02 18:04:15.125 8 INFO neutron.services.segments.plugin [-] Segment fec94a0e-6e9c-47fb-af58-d402e112c0e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fec94a0e-6e9c-47fb-af58-d402e112c0e9 found for delete ", "request_id": "req-63ffe2fb-a429-42d2-a0ac-8e3dc50aa859"}]} 2026-04-02 18:04:15.127 8 INFO neutron.services.segments.plugin [-] Segment fec94a0e-6e9c-47fb-af58-d402e112c0e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fec94a0e-6e9c-47fb-af58-d402e112c0e9 found for delete ", "request_id": "req-e78b2ee9-b56e-4a7b-9709-c54e32f4200f"}]} [pid: 8|app: 0|req: 566/1163] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:04:14 2026] DELETE /v2.0/networks/c328585c-323d-42c0-864a-e5edf4d4ef6e => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:04:15.191 7 INFO neutron.db.segments_db [None req-a989f299-9589-4937-a184-91c050283adf 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] Added segment 8aedbe1f-a902-43d3-a36f-b4bdbf6ae1a3 of type vxlan for network c188a954-53ed-40ff-adc3-35419b363bfc 2026-04-02 18:04:15.417 7 INFO neutron.db.l3_hamode_db [None req-a989f299-9589-4937-a184-91c050283adf 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 567/1164] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:04:15 2026] GET /v2.0/ports?device_id=b563f519-523a-4631-90ef-dfe3040ed061 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1165] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:04:15 2026] GET /v2.0/security-groups?id=b3c852e7-8bc2-4284-9cb9-f739510fc354&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-04-02 18:04:16.167 7 INFO neutron.db.l3_hamode_db [None req-a989f299-9589-4937-a184-91c050283adf 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 569/1166] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:04:16 2026] GET /v2.0/ports?device_id=b563f519-523a-4631-90ef-dfe3040ed061 => 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: 570/1167] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:04:16 2026] GET /v2.0/security-groups?id=b3c852e7-8bc2-4284-9cb9-f739510fc354&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: 598/1168] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:04:15 2026] POST /v2.0/routers => generated 692 bytes in 2085 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1169] 10.0.0.149 () {32 vars in 721 bytes} [Thu Apr 2 18:04:17 2026] GET /v2.0/routers/11daa00e-846a-4523-96d9-6a176490b326 => generated 698 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1170] 10.0.0.149 () {32 vars in 647 bytes} [Thu Apr 2 18:04:17 2026] GET /v2.0/routers => generated 701 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1171] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:04:17 2026] GET /v2.0/ports?device_id=b563f519-523a-4631-90ef-dfe3040ed061 => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1172] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:04:17 2026] GET /v2.0/security-groups?id=b3c852e7-8bc2-4284-9cb9-f739510fc354&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: 572/1173] 10.0.0.149 () {34 vars in 741 bytes} [Thu Apr 2 18:04:17 2026] PUT /v2.0/routers/11daa00e-846a-4523-96d9-6a176490b326 => generated 705 bytes in 457 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1174] 10.0.0.149 () {32 vars in 721 bytes} [Thu Apr 2 18:04:17 2026] GET /v2.0/routers/11daa00e-846a-4523-96d9-6a176490b326 => generated 705 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1175] 10.0.0.149 () {32 vars in 736 bytes} [Thu Apr 2 18:04:17 2026] GET /v2.0/ports?device_id=11daa00e-846a-4523-96d9-6a176490b326 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:04:18.180 7 INFO neutron_taas.services.taas.taas_plugin [None req-c194a2b0-8558-43e6-acd5-a6c07ff44c09 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] TaaS: Handle Delete Port: 6fd99a93-c5af-4ce8-ba31-8f9f9dc6dc2c 2026-04-02 18:04:18.184 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c194a2b0-8558-43e6-acd5-a6c07ff44c09 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] Tap Mirror: Handle Delete Port: 6fd99a93-c5af-4ce8-ba31-8f9f9dc6dc2c 2026-04-02 18:04:18.479 7 INFO neutron_taas.services.taas.taas_plugin [None req-c194a2b0-8558-43e6-acd5-a6c07ff44c09 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] TaaS: Handle Delete Port: 3ebdd25a-e291-4336-aef3-dde287b8954e 2026-04-02 18:04:18.481 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c194a2b0-8558-43e6-acd5-a6c07ff44c09 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] Tap Mirror: Handle Delete Port: 3ebdd25a-e291-4336-aef3-dde287b8954e 2026-04-02 18:04:18.814 7 INFO neutron.services.segments.plugin [-] Segment 8aedbe1f-a902-43d3-a36f-b4bdbf6ae1a3 resource provider aggregate not found 2026-04-02 18:04:18.823 7 INFO neutron.services.segments.plugin [-] Segment 8aedbe1f-a902-43d3-a36f-b4bdbf6ae1a3 resource provider aggregate not found 2026-04-02 18:04:18.845 7 INFO neutron.services.segments.plugin [-] Segment 8aedbe1f-a902-43d3-a36f-b4bdbf6ae1a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8aedbe1f-a902-43d3-a36f-b4bdbf6ae1a3 found for delete ", "request_id": "req-99a63b8f-a4b3-4e3e-aca3-99762a539e49"}]} 2026-04-02 18:04:18.849 7 INFO neutron.db.l3_hamode_db [None req-c194a2b0-8558-43e6-acd5-a6c07ff44c09 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] HA network c188a954-53ed-40ff-adc3-35419b363bfc was deleted as no HA routers are present in tenant 78d78a88e56f49dfbf115f20077bf5a2. 2026-04-02 18:04:18.850 7 INFO neutron.services.segments.plugin [-] Segment 8aedbe1f-a902-43d3-a36f-b4bdbf6ae1a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8aedbe1f-a902-43d3-a36f-b4bdbf6ae1a3 found for delete ", "request_id": "req-379ee0c5-66d4-4521-92af-a690634d3e2a"}]} [pid: 7|app: 0|req: 603/1176] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:04:17 2026] DELETE /v2.0/routers/11daa00e-846a-4523-96d9-6a176490b326 => generated 0 bytes in 896 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1177] 10.0.0.149 () {32 vars in 736 bytes} [Thu Apr 2 18:04:18 2026] GET /v2.0/ports?device_id=11daa00e-846a-4523-96d9-6a176490b326 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:04:18.917 7 INFO neutron.api.v2.resource [None req-69ced8e9-d70d-48e6-92cd-75b5039cb2cb 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 604/1178] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:04:18 2026] DELETE /v2.0/routers/11daa00e-846a-4523-96d9-6a176490b326 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1179] 10.0.0.149 () {32 vars in 736 bytes} [Thu Apr 2 18:04:18 2026] GET /v2.0/ports?device_id=a588a49a-cfe2-42df-863f-d467d71de94b => 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: 576/1180] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:04:18 2026] GET /v2.0/ports?device_id=b563f519-523a-4631-90ef-dfe3040ed061 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:04:19.011 8 INFO neutron.api.v2.resource [None req-67d97b42-3af6-4621-a3e5-c7b983eca462 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 577/1181] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:04:18 2026] DELETE /v2.0/routers/a588a49a-cfe2-42df-863f-d467d71de94b => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1182] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:04:19 2026] GET /v2.0/security-groups?id=b3c852e7-8bc2-4284-9cb9-f739510fc354&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:04:19.054 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e3678a64-fd42-4c2e-a167-d825f170568d 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 579/1183] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:04:19 2026] DELETE /v2.0/subnets/f73bf73c-fc5d-4eb1-b4b3-4434eae80b6b => 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: 580/1184] 10.0.0.149 () {32 vars in 736 bytes} [Thu Apr 2 18:04:19 2026] GET /v2.0/ports?device_id=c144aa83-6fe9-4107-9f02-7b8ada63f159 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:04:19.101 8 INFO neutron.api.v2.resource [None req-f2e07aa8-2347-41b1-a678-6d669eb16d2b 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 581/1185] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:04:19 2026] DELETE /v2.0/routers/c144aa83-6fe9-4107-9f02-7b8ada63f159 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:04:19.125 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5511a671-1925-456f-b2bd-6b94ff2d29c3 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 582/1186] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:04:19 2026] DELETE /v2.0/subnets/c23716a7-2928-437d-8fa6-8406990cd02b => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1187] 10.0.0.149 () {32 vars in 736 bytes} [Thu Apr 2 18:04:19 2026] GET /v2.0/ports?device_id=11908f0f-216b-4227-844e-64ab015ecc2e => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:04:19.173 8 INFO neutron.api.v2.resource [None req-415e21e4-5972-4e23-87f1-215676957d17 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 584/1188] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:04:19 2026] DELETE /v2.0/routers/11908f0f-216b-4227-844e-64ab015ecc2e => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:04:19.191 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ee48ab4d-cad2-4c25-9079-a6e9d3aa0a5c 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 585/1189] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:04:19 2026] DELETE /v2.0/subnets/c0d404d6-9912-4587-9c98-4630b6bf1ea1 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:04:19.209 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0501f3f8-904a-4961-9753-c6f0e115af0a 36381a51f1c7498bb9364bd71cb9cd87 78d78a88e56f49dfbf115f20077bf5a2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 586/1190] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:04:19 2026] DELETE /v2.0/subnets/62b21f6b-e775-4424-ad50-78a70f78a043 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1191] 10.0.0.149 () {34 vars in 676 bytes} [Thu Apr 2 18:04:18 2026] POST /v2.0/floatingips => generated 552 bytes in 610 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1192] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:04:19 2026] GET /v2.0/security-groups?tenant_id=78d78a88e56f49dfbf115f20077bf5a2&name=default => generated 2925 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1193] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:04:19 2026] DELETE /v2.0/security-groups/c48e9802-07ce-4b16-a5a7-d235e280ae1e => 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: 587/1194] 10.0.0.149 () {34 vars in 676 bytes} [Thu Apr 2 18:04:19 2026] POST /v2.0/floatingips => generated 552 bytes in 575 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1195] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:04:20 2026] GET /v2.0/ports?device_id=b563f519-523a-4631-90ef-dfe3040ed061 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1196] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:04:20 2026] GET /v2.0/security-groups?id=b3c852e7-8bc2-4284-9cb9-f739510fc354&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: 610/1197] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:04:20 2026] GET /v2.0/ports?device_id=b563f519-523a-4631-90ef-dfe3040ed061 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:04:20.613 7 INFO neutron.db.l3_db [None req-ae121966-a381-437d-a21a-8a4646709e4a 0640a734e612428e9feeb689d6d0d247 1694002845a141f6af1a83783420f824 - - default default] Floating IP e166c942-059d-4cd1-8c81-b97b3953de7b associated. External IP: 10.96.250.205, port: 32b6b7b8-b931-426f-9106-ac1c9ff31f77. [pid: 8|app: 0|req: 588/1198] 10.0.0.149 () {34 vars in 676 bytes} [Thu Apr 2 18:04:20 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: 8|app: 0|req: 589/1199] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:04:20 2026] GET /v2.0/ports?device_id=d26a36ca-c1ec-4af9-bb4c-ff724b56afb6 => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1200] 10.0.0.149 () {34 vars in 749 bytes} [Thu Apr 2 18:04:20 2026] PUT /v2.0/floatingips/e166c942-059d-4cd1-8c81-b97b3953de7b => generated 855 bytes in 648 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1201] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:04:20 2026] GET /v2.0/security-groups?id=adf9faf4-b990-4e03-8f51-4e9bda016e6d&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:04:20.997 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fa16f4e0-16fe-4b34-9199-481380a517a2'] response: {'name': 'network-changed', 'server_uuid': 'b563f519-523a-4631-90ef-dfe3040ed061', 'tag': '32b6b7b8-b931-426f-9106-ac1c9ff31f77', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 613/1202] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:04:21 2026] GET /v2.0/ports?device_id=b563f519-523a-4631-90ef-dfe3040ed061 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1203] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:04:21 2026] GET /v2.0/ports?device_id=d26a36ca-c1ec-4af9-bb4c-ff724b56afb6 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1204] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:04:21 2026] GET /v2.0/security-groups?id=b3c852e7-8bc2-4284-9cb9-f739510fc354&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1205] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:04:21 2026] GET /v2.0/security-groups?id=adf9faf4-b990-4e03-8f51-4e9bda016e6d&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1206] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:04:21 2026] GET /v2.0/ports?device_id=b563f519-523a-4631-90ef-dfe3040ed061 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1207] 10.0.0.149 () {34 vars in 676 bytes} [Thu Apr 2 18:04:20 2026] POST /v2.0/floatingips => generated 552 bytes in 717 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1208] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:04:21 2026] GET /v2.0/security-groups?id=b3c852e7-8bc2-4284-9cb9-f739510fc354&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: 619/1209] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:04:21 2026] GET /v2.0/ports?tenant_id=1694002845a141f6af1a83783420f824&device_id=b563f519-523a-4631-90ef-dfe3040ed061 => generated 1240 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1210] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:04:21 2026] GET /v2.0/ports?device_id=d26a36ca-c1ec-4af9-bb4c-ff724b56afb6 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1211] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:04:21 2026] GET /v2.0/networks?id=3457c01d-75b1-401d-9bfd-de5764c4af01 => generated 771 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1212] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:04:21 2026] GET /v2.0/security-groups?id=adf9faf4-b990-4e03-8f51-4e9bda016e6d&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1213] 199.19.213.5 () {34 vars in 1056 bytes} [Thu Apr 2 18:04:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=32b6b7b8-b931-426f-9106-ac1c9ff31f77 => generated 858 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1214] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:04:21 2026] GET /v2.0/subnets?id=ce95ef48-3d22-407d-9ec6-ed95166645c8 => generated 694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1215] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:04:21 2026] GET /v2.0/ports?network_id=3457c01d-75b1-401d-9bfd-de5764c4af01&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: 626/1216] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:04:21 2026] GET /v2.0/networks/3457c01d-75b1-401d-9bfd-de5764c4af01?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1217] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:04:21 2026] GET /v2.0/networks/3457c01d-75b1-401d-9bfd-de5764c4af01?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1218] 10.0.0.149 () {34 vars in 676 bytes} [Thu Apr 2 18:04:21 2026] POST /v2.0/floatingips => generated 552 bytes in 589 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1219] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:04:22 2026] GET /v2.0/ports?device_id=b563f519-523a-4631-90ef-dfe3040ed061 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1220] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:04:22 2026] GET /v2.0/security-groups?id=b3c852e7-8bc2-4284-9cb9-f739510fc354&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: 628/1221] 10.0.0.149 () {34 vars in 759 bytes} [Thu Apr 2 18:04:22 2026] PUT /v2.0/floatingips/6a6aa94a-9b49-490e-b784-550ef108cdc1/tags => generated 17 bytes in 683 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1222] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:04:22 2026] GET /v2.0/ports?device_id=d26a36ca-c1ec-4af9-bb4c-ff724b56afb6 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1223] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:04:22 2026] GET /v2.0/security-groups?id=adf9faf4-b990-4e03-8f51-4e9bda016e6d&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1224] 10.0.0.149 () {34 vars in 759 bytes} [Thu Apr 2 18:04:22 2026] PUT /v2.0/floatingips/103e2b97-b655-4b0f-a175-0b14aba38351/tags => generated 25 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1225] 10.0.0.149 () {34 vars in 759 bytes} [Thu Apr 2 18:04:22 2026] PUT /v2.0/floatingips/5c572ff0-d1fc-4f52-80d9-5cbf4bed2f18/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1226] 10.0.0.149 () {34 vars in 759 bytes} [Thu Apr 2 18:04:22 2026] PUT /v2.0/floatingips/be1acafe-7684-417c-9482-95ca4574af1d/tags => generated 19 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1227] 10.0.0.149 () {32 vars in 672 bytes} [Thu Apr 2 18:04:22 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1228] 10.0.0.149 () {32 vars in 686 bytes} [Thu Apr 2 18:04:23 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1229] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:04:23 2026] GET /v2.0/ports?tenant_id=127433d32c524546bde80d51f93dcb04&device_id=d26a36ca-c1ec-4af9-bb4c-ff724b56afb6 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1230] 10.0.0.149 () {32 vars in 682 bytes} [Thu Apr 2 18:04:23 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1231] 10.0.0.149 () {32 vars in 694 bytes} [Thu Apr 2 18:04:23 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1232] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:04:23 2026] GET /v2.0/networks?id=3ff8ba5b-7237-4911-a258-f7877d066db3 => generated 772 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1233] 10.0.0.149 () {32 vars in 680 bytes} [Thu Apr 2 18:04:23 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1234] 199.19.213.5 () {34 vars in 1056 bytes} [Thu Apr 2 18:04:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=6e4bc0a0-6201-4ad9-8d8e-37ee1b4c606f => generated 860 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1237] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:04:23 2026] GET /v2.0/subnets?id=923ce0b5-590f-4423-b202-637fd1d42663 => generated 694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1238] 10.0.0.149 () {32 vars in 694 bytes} [Thu Apr 2 18:04:23 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1239] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:04:23 2026] GET /v2.0/ports?network_id=3ff8ba5b-7237-4911-a258-f7877d066db3&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: 638/1240] 10.0.0.149 () {32 vars in 690 bytes} [Thu Apr 2 18:04:23 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1241] 10.0.0.149 () {32 vars in 702 bytes} [Thu Apr 2 18:04:23 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1242] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:04:23 2026] GET /v2.0/networks/3ff8ba5b-7237-4911-a258-f7877d066db3?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: 640/1243] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:04:23 2026] GET /v2.0/networks/3ff8ba5b-7237-4911-a258-f7877d066db3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:04:23.487 8 INFO neutron_taas.services.taas.taas_plugin [None req-c6336791-1456-4d9e-a457-db06db86794b dfdeaeac36494aeab0441da6dade58fb 770410a3bb6f492cab49e41945756fc4 - - default default] TaaS: Handle Delete Port: 964374da-1c42-496b-9327-1f3196df1837 2026-04-02 18:04:23.491 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6336791-1456-4d9e-a457-db06db86794b dfdeaeac36494aeab0441da6dade58fb 770410a3bb6f492cab49e41945756fc4 - - default default] Tap Mirror: Handle Delete Port: 964374da-1c42-496b-9327-1f3196df1837 [pid: 8|app: 0|req: 604/1244] 10.0.0.149 () {32 vars in 732 bytes} [Thu Apr 2 18:04:23 2026] DELETE /v2.0/floatingips/6a6aa94a-9b49-490e-b784-550ef108cdc1 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:04:23.770 7 INFO neutron_taas.services.taas.taas_plugin [None req-6b7e1a62-5408-41b4-a917-736f8881dc6d dfdeaeac36494aeab0441da6dade58fb 770410a3bb6f492cab49e41945756fc4 - - default default] TaaS: Handle Delete Port: 43bd03e2-b820-4110-98f0-f80639dbe32b 2026-04-02 18:04:23.772 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b7e1a62-5408-41b4-a917-736f8881dc6d dfdeaeac36494aeab0441da6dade58fb 770410a3bb6f492cab49e41945756fc4 - - default default] Tap Mirror: Handle Delete Port: 43bd03e2-b820-4110-98f0-f80639dbe32b [pid: 8|app: 0|req: 605/1245] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:04:23 2026] GET /v2.0/ports?device_id=b563f519-523a-4631-90ef-dfe3040ed061 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1246] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:04:23 2026] GET /v2.0/security-groups?id=b3c852e7-8bc2-4284-9cb9-f739510fc354&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1247] 199.19.213.5 () {34 vars in 992 bytes} [Thu Apr 2 18:04:23 2026] GET /v2.0/ports?device_id=b563f519-523a-4631-90ef-dfe3040ed061 => 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: 641/1248] 10.0.0.149 () {32 vars in 732 bytes} [Thu Apr 2 18:04:23 2026] DELETE /v2.0/floatingips/103e2b97-b655-4b0f-a175-0b14aba38351 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:04:23.961 8 INFO neutron_taas.services.taas.taas_plugin [req-a325dc47-78b2-4d48-9665-7ee179239dd7 req-a50634cc-a269-4b63-b01b-5173955df448 0640a734e612428e9feeb689d6d0d247 1694002845a141f6af1a83783420f824 - - default default] TaaS: Handle Delete Port: 32b6b7b8-b931-426f-9106-ac1c9ff31f77 2026-04-02 18:04:23.963 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a325dc47-78b2-4d48-9665-7ee179239dd7 req-a50634cc-a269-4b63-b01b-5173955df448 0640a734e612428e9feeb689d6d0d247 1694002845a141f6af1a83783420f824 - - default default] Tap Mirror: Handle Delete Port: 32b6b7b8-b931-426f-9106-ac1c9ff31f77 [pid: 7|app: 0|req: 642/1249] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:04:23 2026] GET /v2.0/ports?device_id=d26a36ca-c1ec-4af9-bb4c-ff724b56afb6 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:04:24.081 7 INFO neutron_taas.services.taas.taas_plugin [None req-3e1d0b88-9a6b-4291-99a4-4b3803df49a2 dfdeaeac36494aeab0441da6dade58fb 770410a3bb6f492cab49e41945756fc4 - - default default] TaaS: Handle Delete Port: 21a1b7cf-c3ff-422f-9225-329ef1cffde2 2026-04-02 18:04:24.084 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e1d0b88-9a6b-4291-99a4-4b3803df49a2 dfdeaeac36494aeab0441da6dade58fb 770410a3bb6f492cab49e41945756fc4 - - default default] Tap Mirror: Handle Delete Port: 21a1b7cf-c3ff-422f-9225-329ef1cffde2 2026-04-02 18:04:24.101 8 INFO neutron.db.l3_db [req-a325dc47-78b2-4d48-9665-7ee179239dd7 req-a50634cc-a269-4b63-b01b-5173955df448 0640a734e612428e9feeb689d6d0d247 1694002845a141f6af1a83783420f824 - - default default] Floating IP e166c942-059d-4cd1-8c81-b97b3953de7b disassociated. External IP: 10.96.250.205, port: 32b6b7b8-b931-426f-9106-ac1c9ff31f77. [pid: 7|app: 0|req: 643/1250] 10.0.0.149 () {32 vars in 732 bytes} [Thu Apr 2 18:04:23 2026] DELETE /v2.0/floatingips/5c572ff0-d1fc-4f52-80d9-5cbf4bed2f18 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1251] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:04:24 2026] GET /v2.0/security-groups?id=adf9faf4-b990-4e03-8f51-4e9bda016e6d&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-04-02 18:04:24.397 7 INFO neutron_taas.services.taas.taas_plugin [None req-883fa039-5a69-4a50-9119-df9ab03db012 dfdeaeac36494aeab0441da6dade58fb 770410a3bb6f492cab49e41945756fc4 - - default default] TaaS: Handle Delete Port: 3a6462b0-2b87-43d3-b683-33d9476dafe3 2026-04-02 18:04:24.400 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-883fa039-5a69-4a50-9119-df9ab03db012 dfdeaeac36494aeab0441da6dade58fb 770410a3bb6f492cab49e41945756fc4 - - default default] Tap Mirror: Handle Delete Port: 3a6462b0-2b87-43d3-b683-33d9476dafe3 [pid: 8|app: 0|req: 608/1252] 199.19.213.5 () {36 vars in 995 bytes} [Thu Apr 2 18:04:23 2026] DELETE /v2.0/ports/32b6b7b8-b931-426f-9106-ac1c9ff31f77 => generated 0 bytes in 586 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:04:24.478 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9e45780e-6c61-41e6-aaa0-3d3ee1c71033'] response: {'server_uuid': 'b563f519-523a-4631-90ef-dfe3040ed061', 'name': 'network-vif-deleted', 'tag': '32b6b7b8-b931-426f-9106-ac1c9ff31f77', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 645/1253] 10.0.0.149 () {32 vars in 732 bytes} [Thu Apr 2 18:04:24 2026] DELETE /v2.0/floatingips/be1acafe-7684-417c-9482-95ca4574af1d => generated 0 bytes in 270 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:04:24.677 8 INFO neutron_taas.services.taas.taas_plugin [None req-ca6a1985-013f-440b-87bf-b5f0b7fd558e dfdeaeac36494aeab0441da6dade58fb 770410a3bb6f492cab49e41945756fc4 - - default default] TaaS: Handle Delete Port: bff40466-7efb-40d7-a8e0-3ddd0cf9fc5b 2026-04-02 18:04:24.680 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca6a1985-013f-440b-87bf-b5f0b7fd558e dfdeaeac36494aeab0441da6dade58fb 770410a3bb6f492cab49e41945756fc4 - - default default] Tap Mirror: Handle Delete Port: bff40466-7efb-40d7-a8e0-3ddd0cf9fc5b [pid: 8|app: 0|req: 609/1254] 10.0.0.149 () {32 vars in 732 bytes} [Thu Apr 2 18:04:24 2026] DELETE /v2.0/floatingips/063d35ca-3d44-4a25-bb66-e74cb56bd6ec => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1255] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:04:24 2026] GET /v2.0/ports?device_id=b563f519-523a-4631-90ef-dfe3040ed061 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1256] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:04:25 2026] GET /v2.0/ports?device_id=d26a36ca-c1ec-4af9-bb4c-ff724b56afb6 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1257] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:04:25 2026] GET /v2.0/security-groups?id=adf9faf4-b990-4e03-8f51-4e9bda016e6d&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: 611/1258] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:04:25 2026] GET /v2.0/security-groups?tenant_id=3918028b4f4d42468e3a601b13a1dff3&name=default => generated 2925 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1259] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:04:25 2026] GET /v2.0/ports?device_id=b563f519-523a-4631-90ef-dfe3040ed061 => 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: 648/1260] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:04:25 2026] DELETE /v2.0/security-groups/48b2190f-9c9b-4f94-ac9a-aa039cb98903 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1261] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:04:26 2026] GET /v2.0/security-groups?tenant_id=8d8870d6687a41d1afe1cdb4117bd6f1&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1262] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:04:26 2026] DELETE /v2.0/security-groups/103cb554-f2f2-46e2-9e94-95f11c7a1cc9 => 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: 614/1263] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:04:26 2026] GET /v2.0/ports?device_id=d26a36ca-c1ec-4af9-bb4c-ff724b56afb6 => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1264] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:04:26 2026] GET /v2.0/security-groups?id=adf9faf4-b990-4e03-8f51-4e9bda016e6d&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: 615/1265] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:04:26 2026] GET /v2.0/security-groups?tenant_id=770410a3bb6f492cab49e41945756fc4&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1266] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:04:26 2026] DELETE /v2.0/security-groups/de4cdf00-d26f-4f7e-a886-f912eccb3ce6 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1267] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:04:27 2026] GET /v2.0/ports?device_id=b563f519-523a-4631-90ef-dfe3040ed061 => 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: 652/1268] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:04:27 2026] GET /v2.0/ports?device_id=d26a36ca-c1ec-4af9-bb4c-ff724b56afb6 => 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: 617/1269] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:04:27 2026] GET /v2.0/security-groups?id=adf9faf4-b990-4e03-8f51-4e9bda016e6d&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: 653/1270] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:04:28 2026] DELETE /v2.0/security-groups/b3c852e7-8bc2-4284-9cb9-f739510fc354 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:04:28.282 8 INFO neutron.api.v2.resource [None req-93fa9577-7b0f-4952-a79f-94ce98c12177 0640a734e612428e9feeb689d6d0d247 1694002845a141f6af1a83783420f824 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 618/1271] 10.0.0.149 () {32 vars in 737 bytes} [Thu Apr 2 18:04:28 2026] GET /v2.0/security-groups/b3c852e7-8bc2-4284-9cb9-f739510fc354 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:04:28.396 7 INFO neutron_taas.services.taas.taas_plugin [None req-01a81a78-3d9b-4a32-9948-ee0a65ef47a6 0640a734e612428e9feeb689d6d0d247 1694002845a141f6af1a83783420f824 - - default default] TaaS: Handle Delete Port: 2818a0d6-3076-47e1-bbda-8b22fac14b63 2026-04-02 18:04:28.400 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01a81a78-3d9b-4a32-9948-ee0a65ef47a6 0640a734e612428e9feeb689d6d0d247 1694002845a141f6af1a83783420f824 - - default default] Tap Mirror: Handle Delete Port: 2818a0d6-3076-47e1-bbda-8b22fac14b63 [pid: 7|app: 0|req: 654/1272] 10.0.0.149 () {32 vars in 732 bytes} [Thu Apr 2 18:04:28 2026] DELETE /v2.0/floatingips/e166c942-059d-4cd1-8c81-b97b3953de7b => generated 0 bytes in 276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1273] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:04:28 2026] GET /v2.0/ports?device_id=d26a36ca-c1ec-4af9-bb4c-ff724b56afb6 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1274] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:04:28 2026] GET /v2.0/security-groups?id=adf9faf4-b990-4e03-8f51-4e9bda016e6d&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:04:29.061 8 INFO neutron_taas.services.taas.taas_plugin [None req-1f441b34-0259-45da-9c54-fad1de04de19 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: 39340a95-b09a-484c-853b-8dae6d36f120 2026-04-02 18:04:29.064 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f441b34-0259-45da-9c54-fad1de04de19 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: 39340a95-b09a-484c-853b-8dae6d36f120 [pid: 8|app: 0|req: 619/1275] 10.0.0.149 () {34 vars in 789 bytes} [Thu Apr 2 18:04:28 2026] PUT /v2.0/routers/d7751d6e-bf13-405b-b315-7f58b7327ca3/remove_router_interface => generated 309 bytes in 1150 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:04:29.957 7 INFO neutron_taas.services.taas.taas_plugin [None req-ee56f5da-a3a8-4fd4-8750-e7e5b39a2e75 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: 157e4793-7c16-41eb-b71e-2d7c93050ca9 2026-04-02 18:04:29.960 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee56f5da-a3a8-4fd4-8750-e7e5b39a2e75 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: 157e4793-7c16-41eb-b71e-2d7c93050ca9 [pid: 8|app: 0|req: 620/1276] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:04:30 2026] GET /v2.0/ports?device_id=d26a36ca-c1ec-4af9-bb4c-ff724b56afb6 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1277] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:04:30 2026] GET /v2.0/security-groups?id=adf9faf4-b990-4e03-8f51-4e9bda016e6d&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:04:30.244 7 INFO neutron_taas.services.taas.taas_plugin [None req-ee56f5da-a3a8-4fd4-8750-e7e5b39a2e75 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: f809e1e9-fee3-4c22-bf95-7a115780fcaa 2026-04-02 18:04:30.249 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee56f5da-a3a8-4fd4-8750-e7e5b39a2e75 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: f809e1e9-fee3-4c22-bf95-7a115780fcaa 2026-04-02 18:04:30.642 7 INFO neutron.services.segments.plugin [-] Segment 940cd24b-1b6a-4b4f-848c-3ef88c7825c8 resource provider aggregate not found 2026-04-02 18:04:30.646 7 INFO neutron.services.segments.plugin [-] Segment 940cd24b-1b6a-4b4f-848c-3ef88c7825c8 resource provider aggregate not found 2026-04-02 18:04:30.660 7 INFO neutron.services.segments.plugin [-] Segment 940cd24b-1b6a-4b4f-848c-3ef88c7825c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 940cd24b-1b6a-4b4f-848c-3ef88c7825c8 found for delete ", "request_id": "req-ca1dfdb8-3207-413c-9a2f-548097b50a37"}]} 2026-04-02 18:04:30.681 7 INFO neutron.db.l3_hamode_db [None req-ee56f5da-a3a8-4fd4-8750-e7e5b39a2e75 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] HA network aafbb8a5-f9eb-4b80-ae85-5c56e0ba02f0 was deleted as no HA routers are present in tenant 1694002845a141f6af1a83783420f824. 2026-04-02 18:04:30.681 7 INFO neutron.services.segments.plugin [-] Segment 940cd24b-1b6a-4b4f-848c-3ef88c7825c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 940cd24b-1b6a-4b4f-848c-3ef88c7825c8 found for delete ", "request_id": "req-c4ab628b-c884-4191-867c-d7d04ba2d1e5"}]} [pid: 7|app: 0|req: 657/1278] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:04:29 2026] DELETE /v2.0/routers/d7751d6e-bf13-405b-b315-7f58b7327ca3 => generated 0 bytes in 963 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1279] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:04:30 2026] DELETE /v2.0/subnets/ce95ef48-3d22-407d-9ec6-ed95166645c8 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:04:30.947 7 INFO neutron_taas.services.taas.taas_plugin [None req-8569d38a-bcf2-4972-86bd-00016d07d5cc 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: d1326bab-87b5-4a3a-ac38-59a1c3168c9d 2026-04-02 18:04:30.950 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8569d38a-bcf2-4972-86bd-00016d07d5cc 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: d1326bab-87b5-4a3a-ac38-59a1c3168c9d [pid: 7|app: 0|req: 658/1280] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:04:30 2026] DELETE /v2.0/networks/3457c01d-75b1-401d-9bfd-de5764c4af01 => generated 0 bytes in 347 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1281] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:04:31 2026] GET /v2.0/ports?device_id=d26a36ca-c1ec-4af9-bb4c-ff724b56afb6 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1282] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:04:31 2026] GET /v2.0/security-groups?id=adf9faf4-b990-4e03-8f51-4e9bda016e6d&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1283] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:04:31 2026] GET /v2.0/security-groups?tenant_id=1694002845a141f6af1a83783420f824&name=default => generated 2925 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1284] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:04:31 2026] DELETE /v2.0/security-groups/3b640aa6-f1c7-40cb-ac6a-111d83867eb0 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:04:31.642 8 INFO neutron.db.segments_db [None req-487d1aee-634e-45ec-8c56-b1fa40433651 83c96b4744cb4f37bf86a400ff35ad80 21a6f4e5e8674f0a956effb7e5bb016b - - default default] Added segment 1d11eefe-43e3-49ed-902e-19120eb441ae of type vxlan for network 23ece0db-46cb-45f0-89d8-64002511dab6 2026-04-02 18:04:31.970 8 INFO neutron.db.l3_hamode_db [None req-487d1aee-634e-45ec-8c56-b1fa40433651 83c96b4744cb4f37bf86a400ff35ad80 21a6f4e5e8674f0a956effb7e5bb016b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 18:04:32.090 8 INFO neutron.db.l3_hamode_db [None req-487d1aee-634e-45ec-8c56-b1fa40433651 83c96b4744cb4f37bf86a400ff35ad80 21a6f4e5e8674f0a956effb7e5bb016b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 662/1285] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:04:32 2026] GET /v2.0/ports?device_id=d26a36ca-c1ec-4af9-bb4c-ff724b56afb6 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1286] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:04:32 2026] GET /v2.0/security-groups?id=adf9faf4-b990-4e03-8f51-4e9bda016e6d&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:04:32.689 7 INFO neutron.services.segments.plugin [-] Segment eeb595ab-7f0f-4c32-9b02-118573eb5373 resource provider aggregate not found 2026-04-02 18:04:32.706 7 INFO neutron.services.segments.plugin [-] Segment eeb595ab-7f0f-4c32-9b02-118573eb5373 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eeb595ab-7f0f-4c32-9b02-118573eb5373 found for delete ", "request_id": "req-1ce1ff2d-0a72-46a4-acb0-f1bd1ec1d37e"}]} 2026-04-02 18:04:32.706 7 INFO neutron.services.segments.plugin [-] Segment eeb595ab-7f0f-4c32-9b02-118573eb5373 resource provider aggregate not found 2026-04-02 18:04:32.731 7 INFO neutron.services.segments.plugin [-] Segment eeb595ab-7f0f-4c32-9b02-118573eb5373 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eeb595ab-7f0f-4c32-9b02-118573eb5373 found for delete ", "request_id": "req-d1d6aea9-01c7-43a8-9f87-38e863023276"}]} [pid: 8|app: 0|req: 624/1287] 10.0.0.149 () {34 vars in 668 bytes} [Thu Apr 2 18:04:31 2026] POST /v2.0/routers => generated 474 bytes in 1450 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:04:32.827 7 INFO neutron.db.l3_hamode_db [None req-d35d3843-e9a7-4486-9d6a-9fbe7b7481fd 83c96b4744cb4f37bf86a400ff35ad80 21a6f4e5e8674f0a956effb7e5bb016b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 18:04:32.984 7 INFO neutron.db.l3_hamode_db [None req-d35d3843-e9a7-4486-9d6a-9fbe7b7481fd 83c96b4744cb4f37bf86a400ff35ad80 21a6f4e5e8674f0a956effb7e5bb016b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 625/1288] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:04:32 2026] GET /v2.0/security-groups?tenant_id=ed0653db7d3e451aa112c14c9ecad368&name=default => generated 2925 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1289] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:04:33 2026] DELETE /v2.0/security-groups/4ff1b9fd-0d3b-4b73-a7da-78f4a0c4dc9d => 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: 664/1290] 10.0.0.149 () {34 vars in 668 bytes} [Thu Apr 2 18:04:32 2026] POST /v2.0/routers => generated 474 bytes in 878 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:04:33.698 8 INFO neutron.db.l3_hamode_db [None req-413caa3b-145f-438e-b30b-541cb589c3a9 83c96b4744cb4f37bf86a400ff35ad80 21a6f4e5e8674f0a956effb7e5bb016b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 18:04:33.837 8 INFO neutron.db.l3_hamode_db [None req-413caa3b-145f-438e-b30b-541cb589c3a9 83c96b4744cb4f37bf86a400ff35ad80 21a6f4e5e8674f0a956effb7e5bb016b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 627/1291] 10.0.0.149 () {34 vars in 668 bytes} [Thu Apr 2 18:04:33 2026] POST /v2.0/routers => generated 474 bytes in 810 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:04:34.512 7 INFO neutron.db.l3_hamode_db [None req-2b2b5aab-fd9b-4f8e-8002-a2539b7e16d2 83c96b4744cb4f37bf86a400ff35ad80 21a6f4e5e8674f0a956effb7e5bb016b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 18:04:34.653 7 INFO neutron.db.l3_hamode_db [None req-2b2b5aab-fd9b-4f8e-8002-a2539b7e16d2 83c96b4744cb4f37bf86a400ff35ad80 21a6f4e5e8674f0a956effb7e5bb016b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 665/1292] 10.0.0.149 () {34 vars in 668 bytes} [Thu Apr 2 18:04:34 2026] POST /v2.0/routers => generated 474 bytes in 788 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:04:35.311 8 INFO neutron.db.l3_hamode_db [None req-0cf063b9-5546-4ed3-a2f5-fa0f7c098a67 83c96b4744cb4f37bf86a400ff35ad80 21a6f4e5e8674f0a956effb7e5bb016b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 18:04:35.427 8 INFO neutron.db.l3_hamode_db [None req-0cf063b9-5546-4ed3-a2f5-fa0f7c098a67 83c96b4744cb4f37bf86a400ff35ad80 21a6f4e5e8674f0a956effb7e5bb016b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 628/1293] 10.0.0.149 () {34 vars in 668 bytes} [Thu Apr 2 18:04:35 2026] POST /v2.0/routers => generated 474 bytes in 731 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1294] 10.0.0.149 () {34 vars in 751 bytes} [Thu Apr 2 18:04:35 2026] PUT /v2.0/routers/19367066-fe57-4134-be1e-2c41407f4ff2/tags => generated 17 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1295] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:04:35 2026] GET /v2.0/security-groups?tenant_id=ddf2d45de19747e1bac27010cc0de57d&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1296] 10.0.0.149 () {34 vars in 751 bytes} [Thu Apr 2 18:04:36 2026] PUT /v2.0/routers/3833e821-650c-4d72-a5e1-47bc3abf5b93/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: 667/1297] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:04:36 2026] DELETE /v2.0/security-groups/913f1b85-494e-4910-80f4-e0d7afeca1e4 => 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: 631/1298] 10.0.0.149 () {34 vars in 751 bytes} [Thu Apr 2 18:04:36 2026] PUT /v2.0/routers/25271729-45bd-482b-beee-dcc903f48808/tags => generated 34 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1299] 10.0.0.149 () {34 vars in 751 bytes} [Thu Apr 2 18:04:36 2026] PUT /v2.0/routers/fe29d7fc-2e43-4f62-a700-8b2dc8910da1/tags => generated 19 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1300] 10.0.0.149 () {32 vars in 664 bytes} [Thu Apr 2 18:04:36 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1301] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:04:36 2026] GET /v2.0/security-groups?tenant_id=6b93a2c8d18f4ecbb6bd8cb0b5d41936&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1302] 10.0.0.149 () {32 vars in 678 bytes} [Thu Apr 2 18:04:36 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 70 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.149 () {32 vars in 674 bytes} [Thu Apr 2 18:04:36 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1304] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:04:36 2026] DELETE /v2.0/security-groups/eb0a14d2-7a9e-411e-a515-4e5319e81e30 => 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: 672/1305] 10.0.0.149 () {32 vars in 686 bytes} [Thu Apr 2 18:04:36 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1306] 10.0.0.149 () {32 vars in 672 bytes} [Thu Apr 2 18:04:36 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1307] 10.0.0.149 () {32 vars in 686 bytes} [Thu Apr 2 18:04:36 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 82 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.149 () {32 vars in 682 bytes} [Thu Apr 2 18:04:36 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1309] 10.0.0.149 () {32 vars in 694 bytes} [Thu Apr 2 18:04:37 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1310] 10.0.0.149 () {32 vars in 721 bytes} [Thu Apr 2 18:04:37 2026] GET /v2.0/routers/19367066-fe57-4134-be1e-2c41407f4ff2 => generated 485 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1311] 10.0.0.149 () {34 vars in 742 bytes} [Thu Apr 2 18:04:37 2026] PUT /v2.0/routers/19367066-fe57-4134-be1e-2c41407f4ff2 => generated 485 bytes in 533 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1312] 10.0.0.149 () {32 vars in 736 bytes} [Thu Apr 2 18:04:37 2026] GET /v2.0/ports?device_id=19367066-fe57-4134-be1e-2c41407f4ff2 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:04:37.960 7 INFO neutron_taas.services.taas.taas_plugin [None req-a7b1ae56-8673-415f-a184-586075a89195 83c96b4744cb4f37bf86a400ff35ad80 21a6f4e5e8674f0a956effb7e5bb016b - - default default] TaaS: Handle Delete Port: aaf3334b-bfbc-4385-9be2-1588f2ac5621 2026-04-02 18:04:37.963 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7b1ae56-8673-415f-a184-586075a89195 83c96b4744cb4f37bf86a400ff35ad80 21a6f4e5e8674f0a956effb7e5bb016b - - default default] Tap Mirror: Handle Delete Port: aaf3334b-bfbc-4385-9be2-1588f2ac5621 [pid: 7|app: 0|req: 676/1313] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:04:37 2026] DELETE /v2.0/routers/19367066-fe57-4134-be1e-2c41407f4ff2 => generated 0 bytes in 410 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1314] 10.0.0.149 () {32 vars in 721 bytes} [Thu Apr 2 18:04:38 2026] GET /v2.0/routers/3833e821-650c-4d72-a5e1-47bc3abf5b93 => generated 493 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1317] 10.0.0.149 () {34 vars in 742 bytes} [Thu Apr 2 18:04:38 2026] PUT /v2.0/routers/3833e821-650c-4d72-a5e1-47bc3abf5b93 => generated 493 bytes in 496 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1318] 10.0.0.149 () {32 vars in 736 bytes} [Thu Apr 2 18:04:38 2026] GET /v2.0/ports?device_id=3833e821-650c-4d72-a5e1-47bc3abf5b93 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:04:38.912 8 INFO neutron_taas.services.taas.taas_plugin [None req-56e36329-7f83-4f3c-95a4-5253284a710b 83c96b4744cb4f37bf86a400ff35ad80 21a6f4e5e8674f0a956effb7e5bb016b - - default default] TaaS: Handle Delete Port: 2458f105-d32d-4289-b4de-951b7975ed9c 2026-04-02 18:04:38.916 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56e36329-7f83-4f3c-95a4-5253284a710b 83c96b4744cb4f37bf86a400ff35ad80 21a6f4e5e8674f0a956effb7e5bb016b - - default default] Tap Mirror: Handle Delete Port: 2458f105-d32d-4289-b4de-951b7975ed9c [pid: 8|app: 0|req: 641/1319] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:04:38 2026] DELETE /v2.0/routers/3833e821-650c-4d72-a5e1-47bc3abf5b93 => generated 0 bytes in 355 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1320] 10.0.0.149 () {32 vars in 721 bytes} [Thu Apr 2 18:04:39 2026] GET /v2.0/routers/25271729-45bd-482b-beee-dcc903f48808 => generated 502 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1321] 10.0.0.149 () {34 vars in 742 bytes} [Thu Apr 2 18:04:39 2026] PUT /v2.0/routers/25271729-45bd-482b-beee-dcc903f48808 => generated 502 bytes in 511 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1322] 10.0.0.149 () {32 vars in 736 bytes} [Thu Apr 2 18:04:39 2026] GET /v2.0/ports?device_id=25271729-45bd-482b-beee-dcc903f48808 => 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: 681/1323] 10.0.0.14 () {34 vars in 989 bytes} [Thu Apr 2 18:04:40 2026] GET /v2.0/ports?device_id=d26a36ca-c1ec-4af9-bb4c-ff724b56afb6 => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1324] 10.0.0.14 () {34 vars in 1039 bytes} [Thu Apr 2 18:04:40 2026] GET /v2.0/security-groups?id=adf9faf4-b990-4e03-8f51-4e9bda016e6d&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:04:40.488 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2adfc2b-5972-4a04-b3ea-2633449fc3b4 83c96b4744cb4f37bf86a400ff35ad80 21a6f4e5e8674f0a956effb7e5bb016b - - default default] TaaS: Handle Delete Port: 5f4615e1-d681-46ed-8135-4e013595645e 2026-04-02 18:04:40.490 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2adfc2b-5972-4a04-b3ea-2633449fc3b4 83c96b4744cb4f37bf86a400ff35ad80 21a6f4e5e8674f0a956effb7e5bb016b - - default default] Tap Mirror: Handle Delete Port: 5f4615e1-d681-46ed-8135-4e013595645e [pid: 8|app: 0|req: 643/1325] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:04:39 2026] DELETE /v2.0/routers/25271729-45bd-482b-beee-dcc903f48808 => generated 0 bytes in 963 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1326] 10.0.0.149 () {32 vars in 721 bytes} [Thu Apr 2 18:04:40 2026] GET /v2.0/routers/fe29d7fc-2e43-4f62-a700-8b2dc8910da1 => generated 487 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1327] 10.0.0.149 () {34 vars in 742 bytes} [Thu Apr 2 18:04:40 2026] PUT /v2.0/routers/fe29d7fc-2e43-4f62-a700-8b2dc8910da1 => generated 487 bytes in 583 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1328] 10.0.0.149 () {32 vars in 736 bytes} [Thu Apr 2 18:04:41 2026] GET /v2.0/ports?device_id=fe29d7fc-2e43-4f62-a700-8b2dc8910da1 => 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: 684/1329] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:04:41 2026] GET /v2.0/security-groups?tenant_id=a7be65205dea4e889e3276009a490a49&name=default => generated 2925 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:04:41.489 8 INFO neutron_taas.services.taas.taas_plugin [None req-9da9b458-81b2-4bcf-a6e5-c38a133424a3 83c96b4744cb4f37bf86a400ff35ad80 21a6f4e5e8674f0a956effb7e5bb016b - - default default] TaaS: Handle Delete Port: b7f36724-a30a-492a-a866-478cd996f858 2026-04-02 18:04:41.491 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9da9b458-81b2-4bcf-a6e5-c38a133424a3 83c96b4744cb4f37bf86a400ff35ad80 21a6f4e5e8674f0a956effb7e5bb016b - - default default] Tap Mirror: Handle Delete Port: b7f36724-a30a-492a-a866-478cd996f858 [pid: 7|app: 0|req: 685/1330] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:04:41 2026] DELETE /v2.0/security-groups/fdc6db1a-28b4-4092-a592-5adc9cb48599 => 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: 646/1331] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:04:41 2026] DELETE /v2.0/routers/fe29d7fc-2e43-4f62-a700-8b2dc8910da1 => generated 0 bytes in 344 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1332] 10.0.0.149 () {32 vars in 721 bytes} [Thu Apr 2 18:04:41 2026] GET /v2.0/routers/3e6bc9af-28cf-4dc4-ab49-d2821378c218 => generated 480 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1333] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:04:41 2026] GET /v2.0/security-groups?tenant_id=6118207408e642f8b50a3aa17d3ad338&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1334] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:04:41 2026] DELETE /v2.0/security-groups/2021a7c4-514e-4c71-ad6d-7863b1c41245 => 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: 648/1335] 10.0.0.149 () {34 vars in 742 bytes} [Thu Apr 2 18:04:41 2026] PUT /v2.0/routers/3e6bc9af-28cf-4dc4-ab49-d2821378c218 => generated 480 bytes in 560 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1336] 10.0.0.149 () {32 vars in 736 bytes} [Thu Apr 2 18:04:42 2026] GET /v2.0/ports?device_id=3e6bc9af-28cf-4dc4-ab49-d2821378c218 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:04:42.515 8 INFO neutron_taas.services.taas.taas_plugin [None req-2c932c30-e9a9-4191-a09c-982717804a35 83c96b4744cb4f37bf86a400ff35ad80 21a6f4e5e8674f0a956effb7e5bb016b - - default default] TaaS: Handle Delete Port: b3d4a8b3-1d73-42a3-8019-577a1939196e 2026-04-02 18:04:42.518 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c932c30-e9a9-4191-a09c-982717804a35 83c96b4744cb4f37bf86a400ff35ad80 21a6f4e5e8674f0a956effb7e5bb016b - - default default] Tap Mirror: Handle Delete Port: b3d4a8b3-1d73-42a3-8019-577a1939196e 2026-04-02 18:04:42.867 8 INFO neutron.services.segments.plugin [-] Segment 1d11eefe-43e3-49ed-902e-19120eb441ae resource provider aggregate not found 2026-04-02 18:04:42.872 8 INFO neutron.services.segments.plugin [-] Segment 1d11eefe-43e3-49ed-902e-19120eb441ae resource provider aggregate not found 2026-04-02 18:04:42.890 8 INFO neutron.services.segments.plugin [-] Segment 1d11eefe-43e3-49ed-902e-19120eb441ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d11eefe-43e3-49ed-902e-19120eb441ae found for delete ", "request_id": "req-e2a6ebec-4a99-40a4-9a9f-da330397a598"}]} 2026-04-02 18:04:42.908 8 INFO neutron.services.segments.plugin [-] Segment 1d11eefe-43e3-49ed-902e-19120eb441ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d11eefe-43e3-49ed-902e-19120eb441ae found for delete ", "request_id": "req-626dc1eb-0f2f-4357-9738-c0c20a2ff032"}]} 2026-04-02 18:04:42.913 8 INFO neutron.db.l3_hamode_db [None req-2c932c30-e9a9-4191-a09c-982717804a35 83c96b4744cb4f37bf86a400ff35ad80 21a6f4e5e8674f0a956effb7e5bb016b - - default default] HA network 23ece0db-46cb-45f0-89d8-64002511dab6 was deleted as no HA routers are present in tenant 21a6f4e5e8674f0a956effb7e5bb016b. [pid: 8|app: 0|req: 649/1337] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:04:42 2026] DELETE /v2.0/routers/3e6bc9af-28cf-4dc4-ab49-d2821378c218 => generated 0 bytes in 568 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1338] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:04:43 2026] GET /v2.0/security-groups?tenant_id=d97b81f705e7416fa72d58b57f0f5fcb&name=default => generated 2925 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1339] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:04:43 2026] GET /v2.0/security-groups?tenant_id=5a3593fb10944f2fb466079d177f1cfb&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1340] 10.0.0.149 () {32 vars in 653 bytes} [Thu Apr 2 18:04:43 2026] GET /v2.0/extensions => generated 21537 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1341] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:04:43 2026] DELETE /v2.0/security-groups/741490d1-cf4c-4052-a711-2f515fc4db76 => 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: 691/1342] 10.0.0.149 () {32 vars in 681 bytes} [Thu Apr 2 18:04:43 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1343] 10.0.0.149 () {32 vars in 681 bytes} [Thu Apr 2 18:04:43 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: 7|app: 0|req: 693/1344] 10.0.0.149 () {32 vars in 729 bytes} [Thu Apr 2 18:04:43 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1345] 10.0.0.149 () {32 vars in 665 bytes} [Thu Apr 2 18:04:43 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1346] 10.0.0.149 () {32 vars in 699 bytes} [Thu Apr 2 18:04:43 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1347] 10.0.0.149 () {32 vars in 697 bytes} [Thu Apr 2 18:04:43 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1348] 10.0.0.149 () {32 vars in 701 bytes} [Thu Apr 2 18:04:43 2026] GET /v2.0/extensions/auto-allocated-topology => 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: 698/1349] 10.0.0.149 () {32 vars in 689 bytes} [Thu Apr 2 18:04:43 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1350] 10.0.0.149 () {32 vars in 703 bytes} [Thu Apr 2 18:04:43 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1351] 10.0.0.149 () {32 vars in 693 bytes} [Thu Apr 2 18:04:43 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: 7|app: 0|req: 701/1352] 10.0.0.149 () {32 vars in 695 bytes} [Thu Apr 2 18:04:43 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: 7|app: 0|req: 702/1353] 10.0.0.149 () {32 vars in 685 bytes} [Thu Apr 2 18:04:43 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1354] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:04:43 2026] DELETE /v2.0/security-groups/c6280b11-137e-4fb2-b1f1-7ed265df8127 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1355] 10.0.0.149 () {32 vars in 687 bytes} [Thu Apr 2 18:04:43 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: 653/1356] 10.0.0.149 () {32 vars in 661 bytes} [Thu Apr 2 18:04:43 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1357] 10.0.0.149 () {32 vars in 699 bytes} [Thu Apr 2 18:04:43 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1358] 10.0.0.149 () {32 vars in 679 bytes} [Thu Apr 2 18:04:43 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1359] 10.0.0.149 () {32 vars in 683 bytes} [Thu Apr 2 18:04:43 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: 655/1360] 10.0.0.149 () {32 vars in 675 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1361] 10.0.0.149 () {32 vars in 689 bytes} [Thu Apr 2 18:04:44 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: 656/1362] 10.0.0.149 () {32 vars in 723 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1363] 10.0.0.149 () {32 vars in 687 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1364] 10.0.0.149 () {32 vars in 669 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1365] 10.0.0.149 () {32 vars in 687 bytes} [Thu Apr 2 18:04:44 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: 709/1366] 10.0.0.149 () {32 vars in 681 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1367] 10.0.0.149 () {32 vars in 699 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1368] 10.0.0.149 () {32 vars in 679 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1369] 10.0.0.149 () {32 vars in 667 bytes} [Thu Apr 2 18:04:44 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: 713/1370] 10.0.0.149 () {32 vars in 677 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1371] 10.0.0.149 () {32 vars in 665 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1372] 10.0.0.149 () {32 vars in 675 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1373] 10.0.0.149 () {32 vars in 713 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1374] 10.0.0.149 () {32 vars in 691 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1375] 10.0.0.149 () {32 vars in 683 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1376] 10.0.0.149 () {32 vars in 669 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1377] 10.0.0.149 () {32 vars in 687 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1378] 10.0.0.149 () {32 vars in 705 bytes} [Thu Apr 2 18:04:44 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: 722/1379] 10.0.0.149 () {32 vars in 675 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1380] 10.0.0.149 () {32 vars in 701 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1381] 10.0.0.149 () {32 vars in 675 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1382] 10.0.0.149 () {32 vars in 693 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1383] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/security-groups?tenant_id=3768b89737b44405a64ac1f871a95286&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1384] 10.0.0.149 () {32 vars in 689 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1385] 10.0.0.149 () {32 vars in 709 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1386] 10.0.0.149 () {32 vars in 705 bytes} [Thu Apr 2 18:04:44 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: 729/1387] 10.0.0.149 () {32 vars in 719 bytes} [Thu Apr 2 18:04:44 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: 730/1388] 10.0.0.149 () {32 vars in 697 bytes} [Thu Apr 2 18:04:44 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: 731/1389] 10.0.0.149 () {32 vars in 711 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1390] 10.0.0.149 () {32 vars in 669 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1391] 10.0.0.149 () {32 vars in 687 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1392] 10.0.0.149 () {32 vars in 681 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1393] 10.0.0.149 () {32 vars in 675 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1394] 10.0.0.149 () {32 vars in 671 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/provider => generated 191 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1395] 10.0.0.149 () {32 vars in 661 bytes} [Thu Apr 2 18:04:44 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: 738/1396] 10.0.0.149 () {32 vars in 699 bytes} [Thu Apr 2 18:04:44 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: 739/1397] 10.0.0.149 () {32 vars in 699 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1398] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:04:44 2026] DELETE /v2.0/security-groups/1ac3611a-d024-4d9c-8e11-216d763ef9a2 => 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: 740/1399] 10.0.0.149 () {32 vars in 677 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1400] 10.0.0.149 () {32 vars in 669 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1401] 10.0.0.149 () {32 vars in 683 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1402] 10.0.0.149 () {32 vars in 701 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1403] 10.0.0.149 () {32 vars in 685 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1404] 10.0.0.149 () {32 vars in 707 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1405] 10.0.0.149 () {32 vars in 669 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1406] 10.0.0.149 () {32 vars in 697 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1407] 10.0.0.149 () {32 vars in 695 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1408] 10.0.0.149 () {32 vars in 685 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1409] 10.0.0.149 () {32 vars in 689 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1410] 10.0.0.149 () {32 vars in 705 bytes} [Thu Apr 2 18:04:44 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) [pid: 7|app: 0|req: 746/1411] 10.0.0.149 () {32 vars in 667 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1412] 10.0.0.149 () {32 vars in 681 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1413] 10.0.0.149 () {32 vars in 681 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1414] 10.0.0.149 () {32 vars in 691 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1415] 10.0.0.149 () {32 vars in 691 bytes} [Thu Apr 2 18:04:44 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: 750/1416] 10.0.0.149 () {32 vars in 695 bytes} [Thu Apr 2 18:04:44 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: 751/1417] 10.0.0.149 () {32 vars in 685 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1418] 10.0.0.149 () {32 vars in 689 bytes} [Thu Apr 2 18:04:44 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: 753/1419] 10.0.0.149 () {32 vars in 701 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1420] 10.0.0.149 () {32 vars in 703 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/router_availability_zone => 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: 755/1421] 10.0.0.149 () {32 vars in 713 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1422] 10.0.0.149 () {32 vars in 717 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1423] 10.0.0.149 () {32 vars in 715 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1424] 10.0.0.149 () {32 vars in 727 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1425] 10.0.0.149 () {32 vars in 741 bytes} [Thu Apr 2 18:04:44 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: 7|app: 0|req: 760/1426] 10.0.0.149 () {32 vars in 719 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1427] 10.0.0.149 () {32 vars in 683 bytes} [Thu Apr 2 18:04:44 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: 762/1428] 10.0.0.149 () {32 vars in 669 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/segment => generated 145 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1429] 10.0.0.149 () {32 vars in 719 bytes} [Thu Apr 2 18:04:44 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: 7|app: 0|req: 764/1430] 10.0.0.149 () {32 vars in 679 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1431] 10.0.0.149 () {32 vars in 669 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1432] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/security-groups?tenant_id=21a6f4e5e8674f0a956effb7e5bb016b&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1433] 10.0.0.149 () {32 vars in 697 bytes} [Thu Apr 2 18:04:44 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: 7|app: 0|req: 767/1434] 10.0.0.149 () {32 vars in 705 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1435] 10.0.0.149 () {32 vars in 701 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1436] 10.0.0.149 () {32 vars in 701 bytes} [Thu Apr 2 18:04:44 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: 7|app: 0|req: 770/1437] 10.0.0.149 () {32 vars in 683 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1438] 10.0.0.149 () {32 vars in 705 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1439] 10.0.0.149 () {32 vars in 695 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1440] 10.0.0.149 () {32 vars in 689 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1441] 10.0.0.149 () {32 vars in 697 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1442] 10.0.0.149 () {32 vars in 679 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1443] 10.0.0.149 () {32 vars in 689 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1444] 10.0.0.149 () {32 vars in 701 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1445] 10.0.0.149 () {32 vars in 665 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1446] 10.0.0.149 () {32 vars in 681 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1447] 10.0.0.149 () {32 vars in 677 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1448] 10.0.0.149 () {32 vars in 693 bytes} [Thu Apr 2 18:04:44 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: 668/1449] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:04:44 2026] DELETE /v2.0/security-groups/a6237c24-991d-4d47-9b72-f04fe1416dee => 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: 782/1450] 10.0.0.149 () {32 vars in 677 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1451] 10.0.0.149 () {32 vars in 667 bytes} [Thu Apr 2 18:04:44 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: 7|app: 0|req: 783/1452] 10.0.0.149 () {32 vars in 663 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/taas => generated 175 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1453] 10.0.0.149 () {32 vars in 675 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/tap-mirror => 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: 784/1454] 10.0.0.149 () {32 vars in 687 bytes} [Thu Apr 2 18:04:44 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1455] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:04:45 2026] GET /v2.0/security-groups?tenant_id=0aa7ce8920724c559c908a878cb71fe1&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1456] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:04:45 2026] DELETE /v2.0/security-groups/ec8e8c44-1f95-4170-855e-85fe59715ff0 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:04:47.716 8 INFO neutron.db.segments_db [None req-7a750aeb-fec4-4536-9664-a86f4d8c6c33 1b9240c1151d4fa8b9caea3ac1920310 625d9f0098c94f0c8520fd5b03547570 - - default default] Added segment 30980d0e-2c3a-419c-bc32-a7ec24f3e234 of type vxlan for network 30a80c3f-c4b3-4ae8-8b53-819e3b53f638 2026-04-02 18:04:47.775 8 INFO neutron.db.segments_db [None req-7a750aeb-fec4-4536-9664-a86f4d8c6c33 1b9240c1151d4fa8b9caea3ac1920310 625d9f0098c94f0c8520fd5b03547570 - - default default] Added segment 4d40418f-5cc8-494d-b8ea-6a76331732ff of type vxlan for network 77749f2e-9113-4fb9-9894-4a9873683f76 [pid: 8|app: 0|req: 672/1457] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:04:47 2026] POST /v2.0/networks => generated 1244 bytes in 512 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1458] 10.0.0.149 () {32 vars in 649 bytes} [Thu Apr 2 18:04:47 2026] GET /v2.0/networks => generated 1843 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:04:48.082 8 INFO neutron.services.segments.plugin [-] Segment 30980d0e-2c3a-419c-bc32-a7ec24f3e234 resource provider aggregate not found 2026-04-02 18:04:48.093 8 INFO neutron.services.segments.plugin [-] Segment 30980d0e-2c3a-419c-bc32-a7ec24f3e234 resource provider aggregate not found 2026-04-02 18:04:48.104 8 INFO neutron.services.segments.plugin [-] Segment 30980d0e-2c3a-419c-bc32-a7ec24f3e234 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30980d0e-2c3a-419c-bc32-a7ec24f3e234 found for delete ", "request_id": "req-1d6ae5b0-3a5c-446d-a775-8701cbe2a826"}]} 2026-04-02 18:04:48.111 8 INFO neutron.services.segments.plugin [-] Segment 30980d0e-2c3a-419c-bc32-a7ec24f3e234 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30980d0e-2c3a-419c-bc32-a7ec24f3e234 found for delete ", "request_id": "req-d253c093-9d54-4e2e-84f0-a60b348dbe0f"}]} [pid: 8|app: 0|req: 673/1459] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:04:47 2026] DELETE /v2.0/networks/30a80c3f-c4b3-4ae8-8b53-819e3b53f638 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1460] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:04:48 2026] DELETE /v2.0/networks/77749f2e-9113-4fb9-9894-4a9873683f76 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1461] 10.0.0.149 () {32 vars in 649 bytes} [Thu Apr 2 18:04:48 2026] GET /v2.0/networks => generated 651 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:04:48.374 8 INFO neutron.db.segments_db [None req-91114c43-b31b-4d22-9c40-eabcbf1470be 1b9240c1151d4fa8b9caea3ac1920310 625d9f0098c94f0c8520fd5b03547570 - - default default] Added segment 1a6f6d05-b40e-47a1-8912-6e5fb3a2b50d of type vxlan for network 8a2c0102-929c-4655-8f96-b333ff3546ed [pid: 8|app: 0|req: 676/1462] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:04:48 2026] POST /v2.0/networks => generated 649 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:04:48.528 8 INFO neutron.db.segments_db [None req-0669d7ce-1388-4973-adab-5ac6895c6e89 1b9240c1151d4fa8b9caea3ac1920310 625d9f0098c94f0c8520fd5b03547570 - - default default] Added segment b72b0eb5-528a-4393-8df5-1d602e0ca6b1 of type vxlan for network 8375ca01-4bd2-49b9-b0b7-80982bd176a5 [pid: 8|app: 0|req: 677/1463] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:04:48 2026] POST /v2.0/networks => generated 649 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1464] 10.0.0.149 () {34 vars in 684 bytes} [Thu Apr 2 18:04:48 2026] POST /v2.0/security-groups => generated 1601 bytes in 510 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1465] 10.0.0.149 () {34 vars in 684 bytes} [Thu Apr 2 18:04:48 2026] POST /v2.0/security-groups => generated 1601 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1466] 10.0.0.149 () {34 vars in 684 bytes} [Thu Apr 2 18:04:48 2026] POST /v2.0/security-groups => generated 1601 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1467] 10.0.0.149 () {34 vars in 684 bytes} [Thu Apr 2 18:04:48 2026] POST /v2.0/security-groups => generated 1601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1468] 10.0.0.149 () {34 vars in 665 bytes} [Thu Apr 2 18:04:48 2026] POST /v2.0/ports => generated 1506 bytes in 556 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-04-02 18:04:49.219 7 INFO neutron.db.segments_db [None req-52f30b54-014b-4400-b672-74c6f3e14aa6 d037832bf44948938dcc4f036c5f8e68 7565df6a6c0f4e48be85edc21b9f36ee - - default default] Added segment dac0bdeb-db90-44b8-9564-ff7575cc8e1a of type vxlan for network ca09c283-dc1b-41df-96d1-aaad49b25e4b [pid: 8|app: 0|req: 679/1469] 10.0.0.149 () {34 vars in 684 bytes} [Thu Apr 2 18:04:49 2026] POST /v2.0/security-groups => generated 1601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1470] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:04:48 2026] POST /v2.0/networks => generated 631 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1471] 10.0.0.149 () {32 vars in 643 bytes} [Thu Apr 2 18:04:49 2026] GET /v2.0/ports => generated 1506 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1472] 10.0.0.149 () {34 vars in 767 bytes} [Thu Apr 2 18:04:49 2026] PUT /v2.0/security-groups/0b5c39f2-e555-4348-b842-a6fb13206541/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1473] 10.0.0.149 () {34 vars in 767 bytes} [Thu Apr 2 18:04:49 2026] PUT /v2.0/security-groups/9bcb565f-30a9-4323-ac38-4fc9d25c7e65/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:04:49.510 7 INFO neutron_taas.services.taas.taas_plugin [None req-3e13fee8-d01b-4278-bbe0-1d1e71c7263a 1b9240c1151d4fa8b9caea3ac1920310 625d9f0098c94f0c8520fd5b03547570 - - default default] TaaS: Handle Delete Port: 26a443ad-7ef8-4615-8cd1-b970f55d4c3b 2026-04-02 18:04:49.514 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e13fee8-d01b-4278-bbe0-1d1e71c7263a 1b9240c1151d4fa8b9caea3ac1920310 625d9f0098c94f0c8520fd5b03547570 - - default default] Tap Mirror: Handle Delete Port: 26a443ad-7ef8-4615-8cd1-b970f55d4c3b [pid: 8|app: 0|req: 681/1474] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:04:49 2026] POST /v2.0/subnets => generated 626 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1475] 10.0.0.149 () {32 vars in 720 bytes} [Thu Apr 2 18:04:49 2026] DELETE /v2.0/ports/26a443ad-7ef8-4615-8cd1-b970f55d4c3b => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1476] 10.0.0.149 () {34 vars in 767 bytes} [Thu Apr 2 18:04:49 2026] PUT /v2.0/security-groups/6f011d16-d669-4ee1-abbd-5fb4bb8f06b9/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:04:49.657 7 INFO neutron.db.segments_db [None req-04138d32-b8fe-4029-b11a-8b8ca584c38d d037832bf44948938dcc4f036c5f8e68 7565df6a6c0f4e48be85edc21b9f36ee - - default default] Added segment 5c62331f-0c06-44a9-bc5a-1c1b6ab1646c of type vxlan for network 2c2f2b54-1549-4b84-900e-a99fd99c715a 2026-04-02 18:04:49.727 8 INFO neutron_taas.services.taas.taas_plugin [None req-20df2557-a93d-450b-a8f5-4c5ad1270d89 1b9240c1151d4fa8b9caea3ac1920310 625d9f0098c94f0c8520fd5b03547570 - - default default] TaaS: Handle Delete Port: 16589313-ef5b-44c0-af7d-b188d8d1b6a2 2026-04-02 18:04:49.730 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20df2557-a93d-450b-a8f5-4c5ad1270d89 1b9240c1151d4fa8b9caea3ac1920310 625d9f0098c94f0c8520fd5b03547570 - - default default] Tap Mirror: Handle Delete Port: 16589313-ef5b-44c0-af7d-b188d8d1b6a2 [pid: 7|app: 0|req: 795/1477] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:04:49 2026] POST /v2.0/networks => generated 632 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1478] 10.0.0.149 () {34 vars in 767 bytes} [Thu Apr 2 18:04:49 2026] PUT /v2.0/security-groups/ce556c02-f5c7-4256-ac7d-c2b9dc1c63c6/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1479] 10.0.0.149 () {32 vars in 720 bytes} [Thu Apr 2 18:04:49 2026] DELETE /v2.0/ports/16589313-ef5b-44c0-af7d-b188d8d1b6a2 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1480] 10.0.0.149 () {32 vars in 680 bytes} [Thu Apr 2 18:04:49 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1481] 10.0.0.149 () {32 vars in 643 bytes} [Thu Apr 2 18:04:49 2026] GET /v2.0/ports => 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: 686/1482] 10.0.0.149 () {32 vars in 694 bytes} [Thu Apr 2 18:04:49 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:04:49.948 8 INFO neutron.db.segments_db [None req-237e05c7-84fd-4d48-88fc-e349be055a16 1b9240c1151d4fa8b9caea3ac1920310 625d9f0098c94f0c8520fd5b03547570 - - default default] Added segment 01868bdc-8001-4db9-ab40-f524652aa904 of type vxlan for network 0b39f93a-0367-480a-bbd1-04587d92524d [pid: 8|app: 0|req: 687/1483] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:04:49 2026] POST /v2.0/networks => generated 647 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1484] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:04:49 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: 688/1485] 10.0.0.149 () {32 vars in 690 bytes} [Thu Apr 2 18:04:50 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:04:50.081 7 INFO neutron.db.segments_db [None req-65e902ae-ed7e-4a13-9233-359970b36f14 1b9240c1151d4fa8b9caea3ac1920310 625d9f0098c94f0c8520fd5b03547570 - - default default] Added segment 20dd82b7-27fa-4fb3-87f8-ad2ee18fe95a of type vxlan for network 3f56c160-f038-4df2-847a-472357838d84 2026-04-02 18:04:50.111 8 INFO neutron.db.segments_db [None req-dfde20c2-20b2-4da7-aebc-c82da1937850 d037832bf44948938dcc4f036c5f8e68 7565df6a6c0f4e48be85edc21b9f36ee - - default default] Added segment b339d207-9c78-4d5c-ba1c-3d62f49c6567 of type vxlan for network 11236c03-81bd-4d3a-8954-d99a7b5f96b6 2026-04-02 18:04:50.127 8 INFO neutron.services.segments.plugin [-] Segment 4d40418f-5cc8-494d-b8ea-6a76331732ff resource provider aggregate not found 2026-04-02 18:04:50.133 8 INFO neutron.services.segments.plugin [-] Segment 4d40418f-5cc8-494d-b8ea-6a76331732ff resource provider aggregate not found 2026-04-02 18:04:50.155 8 INFO neutron.services.segments.plugin [-] Segment 4d40418f-5cc8-494d-b8ea-6a76331732ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d40418f-5cc8-494d-b8ea-6a76331732ff found for delete ", "request_id": "req-027ad211-b0b8-42b4-a4e7-75f0c37b6eca"}]} 2026-04-02 18:04:50.156 8 INFO neutron.services.segments.plugin [-] Segment 4d40418f-5cc8-494d-b8ea-6a76331732ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d40418f-5cc8-494d-b8ea-6a76331732ff found for delete ", "request_id": "req-fc98f103-9d2a-4918-907e-e82b2e83c990"}]} [pid: 7|app: 0|req: 798/1486] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:04:50 2026] POST /v2.0/networks => generated 650 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1487] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:04:50 2026] POST /v2.0/networks => generated 631 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1488] 10.0.0.149 () {32 vars in 702 bytes} [Thu Apr 2 18:04:50 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1489] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:04:50 2026] POST /v2.0/subnets => generated 629 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1490] 10.0.0.149 () {32 vars in 688 bytes} [Thu Apr 2 18:04:50 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1491] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:04:50 2026] GET /v2.0/ports?device_id=d26a36ca-c1ec-4af9-bb4c-ff724b56afb6 => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:04:50.622 8 INFO neutron.db.segments_db [None req-b2d0b4cd-138f-4ddc-8e5f-321ff1341177 d037832bf44948938dcc4f036c5f8e68 7565df6a6c0f4e48be85edc21b9f36ee - - default default] Added segment 953dcee8-0290-4bb6-8b32-6f8171259a9d of type vxlan for network a94798a8-4244-487a-9808-b45b1cf9d4a4 [pid: 7|app: 0|req: 800/1492] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:04:50 2026] POST /v2.0/subnets => generated 1274 bytes in 477 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1493] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:04:50 2026] POST /v2.0/networks => generated 632 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1494] 10.0.0.149 () {32 vars in 702 bytes} [Thu Apr 2 18:04:50 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1495] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:04:50 2026] GET /v2.0/security-groups?id=adf9faf4-b990-4e03-8f51-4e9bda016e6d&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1496] 10.0.0.149 () {32 vars in 647 bytes} [Thu Apr 2 18:04:50 2026] GET /v2.0/subnets => generated 1910 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1497] 10.0.0.149 () {32 vars in 698 bytes} [Thu Apr 2 18:04:50 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1498] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:04:50 2026] DELETE /v2.0/subnets/1611883e-b79d-4e45-896d-3aabd775fa83 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1499] 10.0.0.149 () {32 vars in 710 bytes} [Thu Apr 2 18:04:50 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1500] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:04:50 2026] POST /v2.0/subnets => generated 629 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1501] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:04:50 2026] GET /v2.0/ports?device_id=d26a36ca-c1ec-4af9-bb4c-ff724b56afb6 => 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: 806/1502] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:04:50 2026] DELETE /v2.0/subnets/332cb31e-b1ac-4bfb-b739-82bd9c539d3c => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1503] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:04:51 2026] DELETE /v2.0/security-groups/0b5c39f2-e555-4348-b842-a6fb13206541 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:04:51.104 7 INFO neutron.db.segments_db [None req-982528df-5018-4ffc-8a12-cf27c90500c4 d037832bf44948938dcc4f036c5f8e68 7565df6a6c0f4e48be85edc21b9f36ee - - default default] Added segment 7a1c2139-5831-4156-aaf4-bfe80d6bb51a of type vxlan for network 828eb7d6-7999-4c92-a9b4-9420706efb14 [pid: 8|app: 0|req: 698/1504] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:04:51 2026] GET /v2.0/security-groups?id=adf9faf4-b990-4e03-8f51-4e9bda016e6d&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: 699/1505] 10.0.0.149 () {32 vars in 647 bytes} [Thu Apr 2 18:04:51 2026] GET /v2.0/subnets => generated 649 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1506] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:04:51 2026] POST /v2.0/networks => generated 632 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1507] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:04:51 2026] DELETE /v2.0/security-groups/9bcb565f-30a9-4323-ac38-4fc9d25c7e65 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:04:51.346 7 INFO neutron.services.segments.plugin [-] Segment 20dd82b7-27fa-4fb3-87f8-ad2ee18fe95a resource provider aggregate not found 2026-04-02 18:04:51.354 7 INFO neutron.services.segments.plugin [-] Segment 20dd82b7-27fa-4fb3-87f8-ad2ee18fe95a resource provider aggregate not found 2026-04-02 18:04:51.369 7 INFO neutron.services.segments.plugin [-] Segment 20dd82b7-27fa-4fb3-87f8-ad2ee18fe95a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20dd82b7-27fa-4fb3-87f8-ad2ee18fe95a found for delete ", "request_id": "req-dc8f9b29-dff0-4b23-ac72-f153e4fd2451"}]} 2026-04-02 18:04:51.370 7 INFO neutron.services.segments.plugin [-] Segment 20dd82b7-27fa-4fb3-87f8-ad2ee18fe95a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20dd82b7-27fa-4fb3-87f8-ad2ee18fe95a found for delete ", "request_id": "req-adb2f975-05ca-4e0f-b39b-b9b7f68e7e5b"}]} [pid: 7|app: 0|req: 808/1508] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:04:51 2026] DELETE /v2.0/networks/3f56c160-f038-4df2-847a-472357838d84 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1509] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:04:51 2026] DELETE /v2.0/security-groups/6f011d16-d669-4ee1-abbd-5fb4bb8f06b9 => 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: 701/1510] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:04:51 2026] POST /v2.0/subnets => generated 629 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1511] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:04:51 2026] DELETE /v2.0/security-groups/ce556c02-f5c7-4256-ac7d-c2b9dc1c63c6 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1512] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:04:51 2026] DELETE /v2.0/networks/0b39f93a-0367-480a-bbd1-04587d92524d => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1513] 10.0.0.149 () {34 vars in 751 bytes} [Thu Apr 2 18:04:51 2026] PUT /v2.0/subnets/8a1d2861-abd8-41e0-80ae-f716f399037b/tags => generated 17 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1514] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:04:51 2026] DELETE /v2.0/security-groups/b8ed0dd1-bcee-4ca1-9b38-6be474ace24b => 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: 812/1515] 10.0.0.149 () {34 vars in 751 bytes} [Thu Apr 2 18:04:51 2026] PUT /v2.0/subnets/927690a4-4f11-4f3a-85fe-809fa0a47948/tags => generated 25 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1516] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:04:51 2026] DELETE /v2.0/networks/8375ca01-4bd2-49b9-b0b7-80982bd176a5 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1517] 10.0.0.149 () {34 vars in 751 bytes} [Thu Apr 2 18:04:51 2026] PUT /v2.0/subnets/b914a42a-cd14-46a0-a7f3-ddc1c7aecd87/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1518] 10.0.0.149 () {34 vars in 751 bytes} [Thu Apr 2 18:04:51 2026] PUT /v2.0/subnets/5fdd4c24-67be-4ea7-8404-876a1da97bd0/tags => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1519] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:04:51 2026] DELETE /v2.0/networks/8a2c0102-929c-4655-8f96-b333ff3546ed => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1520] 10.0.0.149 () {32 vars in 664 bytes} [Thu Apr 2 18:04:51 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1521] 10.0.0.149 () {32 vars in 678 bytes} [Thu Apr 2 18:04:51 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1522] 10.0.0.149 () {32 vars in 674 bytes} [Thu Apr 2 18:04:51 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1523] 10.0.0.149 () {32 vars in 686 bytes} [Thu Apr 2 18:04:52 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1524] 10.0.0.149 () {32 vars in 672 bytes} [Thu Apr 2 18:04:52 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:04:52.190 8 INFO neutron.services.segments.plugin [-] Segment b72b0eb5-528a-4393-8df5-1d602e0ca6b1 resource provider aggregate not found 2026-04-02 18:04:52.197 8 INFO neutron.services.segments.plugin [-] Segment b72b0eb5-528a-4393-8df5-1d602e0ca6b1 resource provider aggregate not found 2026-04-02 18:04:52.209 8 INFO neutron.services.segments.plugin [-] Segment b72b0eb5-528a-4393-8df5-1d602e0ca6b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b72b0eb5-528a-4393-8df5-1d602e0ca6b1 found for delete ", "request_id": "req-c10b1676-71c4-4ea5-99d2-f59751697eaf"}]} [pid: 8|app: 0|req: 708/1525] 10.0.0.149 () {32 vars in 686 bytes} [Thu Apr 2 18:04:52 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:04:52.224 8 INFO neutron.services.segments.plugin [-] Segment b72b0eb5-528a-4393-8df5-1d602e0ca6b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b72b0eb5-528a-4393-8df5-1d602e0ca6b1 found for delete ", "request_id": "req-f2a4080b-db78-401e-bb11-79fd038d9b05"}]} 2026-04-02 18:04:52.232 8 INFO neutron.services.segments.plugin [-] Segment 1a6f6d05-b40e-47a1-8912-6e5fb3a2b50d resource provider aggregate not found 2026-04-02 18:04:52.247 8 INFO neutron.services.segments.plugin [-] Segment 1a6f6d05-b40e-47a1-8912-6e5fb3a2b50d resource provider aggregate not found 2026-04-02 18:04:52.259 8 INFO neutron.services.segments.plugin [-] Segment 1a6f6d05-b40e-47a1-8912-6e5fb3a2b50d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a6f6d05-b40e-47a1-8912-6e5fb3a2b50d found for delete ", "request_id": "req-b9e497c4-b7a1-4688-9eb4-e46cecc64906"}]} 2026-04-02 18:04:52.268 8 INFO neutron.services.segments.plugin [-] Segment 1a6f6d05-b40e-47a1-8912-6e5fb3a2b50d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a6f6d05-b40e-47a1-8912-6e5fb3a2b50d found for delete ", "request_id": "req-5fdaa030-12de-4143-856a-843d22a49f5b"}]} [pid: 7|app: 0|req: 818/1526] 10.0.0.149 () {32 vars in 682 bytes} [Thu Apr 2 18:04:52 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1527] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:04:52 2026] GET /v2.0/ports?device_id=d26a36ca-c1ec-4af9-bb4c-ff724b56afb6 => 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: 819/1528] 10.0.0.149 () {32 vars in 694 bytes} [Thu Apr 2 18:04:52 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1529] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:04:52 2026] GET /v2.0/security-groups?id=adf9faf4-b990-4e03-8f51-4e9bda016e6d&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: 710/1530] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:04:52 2026] DELETE /v2.0/subnets/8a1d2861-abd8-41e0-80ae-f716f399037b => 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: 821/1531] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:04:52 2026] GET /v2.0/security-groups?tenant_id=625d9f0098c94f0c8520fd5b03547570&name=default => generated 2925 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1532] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:04:52 2026] GET /v2.0/security-groups?tenant_id=c0e7fd686b71415a8cf8b967bf864a51&name=default => generated 2925 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1533] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:04:52 2026] DELETE /v2.0/subnets/927690a4-4f11-4f3a-85fe-809fa0a47948 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1534] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:04:52 2026] DELETE /v2.0/security-groups/1aac34c5-06f5-4423-87a2-c0739358f085 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1535] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:04:52 2026] DELETE /v2.0/security-groups/8b170529-60cc-4e9a-b771-cf49d5236ae3 => 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: 713/1536] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:04:52 2026] DELETE /v2.0/subnets/b914a42a-cd14-46a0-a7f3-ddc1c7aecd87 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1537] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:04:52 2026] DELETE /v2.0/subnets/5fdd4c24-67be-4ea7-8404-876a1da97bd0 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1538] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:04:53 2026] GET /v2.0/security-groups?tenant_id=c2fa1a05c7d94ec5b2468f8f8a189d77&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1539] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:04:53 2026] DELETE /v2.0/subnets/d2b7c8d3-9051-4dab-9bfb-3b33682f55df => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1540] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:04:53 2026] DELETE /v2.0/security-groups/847ec4d8-2b1a-4332-9e8f-e9aa46bd642f => 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: 826/1543] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:04:53 2026] DELETE /v2.0/networks/ca09c283-dc1b-41df-96d1-aaad49b25e4b => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:04:53.397 7 INFO neutron.services.segments.plugin [-] Segment 01868bdc-8001-4db9-ab40-f524652aa904 resource provider aggregate not found 2026-04-02 18:04:53.400 7 INFO neutron.services.segments.plugin [-] Segment 01868bdc-8001-4db9-ab40-f524652aa904 resource provider aggregate not found 2026-04-02 18:04:53.413 7 INFO neutron.services.segments.plugin [-] Segment 01868bdc-8001-4db9-ab40-f524652aa904 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01868bdc-8001-4db9-ab40-f524652aa904 found for delete ", "request_id": "req-13cbc9fb-f34e-4a02-b69f-ab1b284b0fe7"}]} 2026-04-02 18:04:53.419 7 INFO neutron.services.segments.plugin [-] Segment 01868bdc-8001-4db9-ab40-f524652aa904 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01868bdc-8001-4db9-ab40-f524652aa904 found for delete ", "request_id": "req-c602b440-6426-4306-863e-44fa5b8ba03b"}]} 2026-04-02 18:04:53.433 7 INFO neutron.services.segments.plugin [-] Segment dac0bdeb-db90-44b8-9564-ff7575cc8e1a resource provider aggregate not found 2026-04-02 18:04:53.439 7 INFO neutron.services.segments.plugin [-] Segment dac0bdeb-db90-44b8-9564-ff7575cc8e1a resource provider aggregate not found 2026-04-02 18:04:53.449 8 INFO neutron_taas.services.taas.taas_plugin [None req-9bc3b968-5625-48e9-a615-e557165b6d28 d037832bf44948938dcc4f036c5f8e68 7565df6a6c0f4e48be85edc21b9f36ee - - default default] TaaS: Handle Delete Port: 0905d4e8-cc01-4688-9fb2-b49e509139b3 2026-04-02 18:04:53.452 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9bc3b968-5625-48e9-a615-e557165b6d28 d037832bf44948938dcc4f036c5f8e68 7565df6a6c0f4e48be85edc21b9f36ee - - default default] Tap Mirror: Handle Delete Port: 0905d4e8-cc01-4688-9fb2-b49e509139b3 2026-04-02 18:04:53.455 7 INFO neutron.services.segments.plugin [-] Segment dac0bdeb-db90-44b8-9564-ff7575cc8e1a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dac0bdeb-db90-44b8-9564-ff7575cc8e1a found for delete ", "request_id": "req-8edb8dad-eb15-4429-9338-49eb782afe48"}]} 2026-04-02 18:04:53.464 7 INFO neutron.services.segments.plugin [-] Segment dac0bdeb-db90-44b8-9564-ff7575cc8e1a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dac0bdeb-db90-44b8-9564-ff7575cc8e1a found for delete ", "request_id": "req-a7a81ccf-0869-46d8-a2e1-bc9210a68afd"}]} [pid: 7|app: 0|req: 827/1544] 199.19.213.5 () {34 vars in 992 bytes} [Thu Apr 2 18:04:53 2026] GET /v2.0/ports?device_id=d26a36ca-c1ec-4af9-bb4c-ff724b56afb6 => generated 971 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1545] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:04:53 2026] GET /v2.0/security-groups?tenant_id=5c3903c1076f4d2ba2ffdd38a57f136e&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1546] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:04:53 2026] GET /v2.0/ports?device_id=d26a36ca-c1ec-4af9-bb4c-ff724b56afb6 => 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: 718/1547] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:04:53 2026] DELETE /v2.0/networks/2c2f2b54-1549-4b84-900e-a99fd99c715a => generated 0 bytes in 357 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:04:53.682 7 INFO neutron_taas.services.taas.taas_plugin [req-8ce46379-b573-4631-9bf2-664d1837ef5f req-c3da826f-0606-491d-8f43-73be4dd1d4f4 7c6df2f9a72a4a53a97884faf024a478 127433d32c524546bde80d51f93dcb04 - - default default] TaaS: Handle Delete Port: 6e4bc0a0-6201-4ad9-8d8e-37ee1b4c606f 2026-04-02 18:04:53.690 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8ce46379-b573-4631-9bf2-664d1837ef5f req-c3da826f-0606-491d-8f43-73be4dd1d4f4 7c6df2f9a72a4a53a97884faf024a478 127433d32c524546bde80d51f93dcb04 - - default default] Tap Mirror: Handle Delete Port: 6e4bc0a0-6201-4ad9-8d8e-37ee1b4c606f [pid: 8|app: 0|req: 719/1548] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:04:53 2026] DELETE /v2.0/security-groups/acad4116-19bd-4544-ae9c-60564483136c => 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: 720/1549] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:04:53 2026] GET /v2.0/security-groups?id=adf9faf4-b990-4e03-8f51-4e9bda016e6d&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:04:53.848 7 INFO neutron.db.l3_db [req-8ce46379-b573-4631-9bf2-664d1837ef5f req-c3da826f-0606-491d-8f43-73be4dd1d4f4 7c6df2f9a72a4a53a97884faf024a478 127433d32c524546bde80d51f93dcb04 - - default default] Floating IP 1d300b4e-d7d3-44c4-94ec-796cc73ee784 disassociated. External IP: 10.96.250.208, port: 6e4bc0a0-6201-4ad9-8d8e-37ee1b4c606f. [pid: 8|app: 0|req: 721/1550] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:04:53 2026] DELETE /v2.0/networks/11236c03-81bd-4d3a-8954-d99a7b5f96b6 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1551] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:04:53 2026] DELETE /v2.0/networks/a94798a8-4244-487a-9808-b45b1cf9d4a4 => 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: 830/1552] 199.19.213.5 () {36 vars in 995 bytes} [Thu Apr 2 18:04:53 2026] DELETE /v2.0/ports/6e4bc0a0-6201-4ad9-8d8e-37ee1b4c606f => generated 0 bytes in 577 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:04:54.192 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ad341d38-f88f-4fff-8853-9e39075f3e7d'] response: {'server_uuid': 'd26a36ca-c1ec-4af9-bb4c-ff724b56afb6', 'name': 'network-vif-deleted', 'tag': '6e4bc0a0-6201-4ad9-8d8e-37ee1b4c606f', 'status': 'completed', 'code': 200} 2026-04-02 18:04:54.278 8 INFO neutron.services.segments.plugin [-] Segment 5c62331f-0c06-44a9-bc5a-1c1b6ab1646c resource provider aggregate not found [pid: 8|app: 0|req: 723/1553] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:04:54 2026] DELETE /v2.0/networks/828eb7d6-7999-4c92-a9b4-9420706efb14 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:04:54.291 8 INFO neutron.services.segments.plugin [-] Segment 5c62331f-0c06-44a9-bc5a-1c1b6ab1646c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c62331f-0c06-44a9-bc5a-1c1b6ab1646c found for delete ", "request_id": "req-b1734fdc-98b6-4df2-8e76-1e82e3640f60"}]} 2026-04-02 18:04:54.296 8 INFO neutron.services.segments.plugin [-] Segment 5c62331f-0c06-44a9-bc5a-1c1b6ab1646c resource provider aggregate not found 2026-04-02 18:04:54.311 8 INFO neutron.services.segments.plugin [-] Segment b339d207-9c78-4d5c-ba1c-3d62f49c6567 resource provider aggregate not found 2026-04-02 18:04:54.316 8 INFO neutron.services.segments.plugin [-] Segment 5c62331f-0c06-44a9-bc5a-1c1b6ab1646c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c62331f-0c06-44a9-bc5a-1c1b6ab1646c found for delete ", "request_id": "req-da9083c9-a30d-48ab-b6d0-9759728c031e"}]} 2026-04-02 18:04:54.330 8 INFO neutron.services.segments.plugin [-] Segment b339d207-9c78-4d5c-ba1c-3d62f49c6567 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b339d207-9c78-4d5c-ba1c-3d62f49c6567 found for delete ", "request_id": "req-497077b2-ee35-42ef-8c7d-536c5d790774"}]} 2026-04-02 18:04:54.335 8 INFO neutron.services.segments.plugin [-] Segment b339d207-9c78-4d5c-ba1c-3d62f49c6567 resource provider aggregate not found 2026-04-02 18:04:54.348 8 INFO neutron.services.segments.plugin [-] Segment 953dcee8-0290-4bb6-8b32-6f8171259a9d resource provider aggregate not found 2026-04-02 18:04:54.354 8 INFO neutron.services.segments.plugin [-] Segment b339d207-9c78-4d5c-ba1c-3d62f49c6567 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b339d207-9c78-4d5c-ba1c-3d62f49c6567 found for delete ", "request_id": "req-35ccb275-4a10-47f2-a15a-41862502adcf"}]} 2026-04-02 18:04:54.366 8 INFO neutron.services.segments.plugin [-] Segment 953dcee8-0290-4bb6-8b32-6f8171259a9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 953dcee8-0290-4bb6-8b32-6f8171259a9d found for delete ", "request_id": "req-fddf71e9-b90d-43a7-8eef-f7d16c61c989"}]} 2026-04-02 18:04:54.374 8 INFO neutron.services.segments.plugin [-] Segment 953dcee8-0290-4bb6-8b32-6f8171259a9d resource provider aggregate not found 2026-04-02 18:04:54.381 8 INFO neutron.services.segments.plugin [-] Segment 7a1c2139-5831-4156-aaf4-bfe80d6bb51a resource provider aggregate not found 2026-04-02 18:04:54.391 8 INFO neutron.services.segments.plugin [-] Segment 953dcee8-0290-4bb6-8b32-6f8171259a9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 953dcee8-0290-4bb6-8b32-6f8171259a9d found for delete ", "request_id": "req-46a30afb-cae7-4a27-84bf-3442535d1e2a"}]} 2026-04-02 18:04:54.395 8 INFO neutron.services.segments.plugin [-] Segment 7a1c2139-5831-4156-aaf4-bfe80d6bb51a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a1c2139-5831-4156-aaf4-bfe80d6bb51a found for delete ", "request_id": "req-72937e4a-4b50-4af1-917b-df77b4a77371"}]} 2026-04-02 18:04:54.410 8 INFO neutron.services.segments.plugin [-] Segment 7a1c2139-5831-4156-aaf4-bfe80d6bb51a resource provider aggregate not found 2026-04-02 18:04:54.428 8 INFO neutron.services.segments.plugin [-] Segment 7a1c2139-5831-4156-aaf4-bfe80d6bb51a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a1c2139-5831-4156-aaf4-bfe80d6bb51a found for delete ", "request_id": "req-2371075c-4fc8-47b7-9ca3-3a9e4bd28b10"}]} [pid: 8|app: 0|req: 724/1554] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:04:54 2026] GET /v2.0/ports?device_id=d26a36ca-c1ec-4af9-bb4c-ff724b56afb6 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:04:54.966 7 INFO neutron.db.segments_db [None req-6f26d485-2a03-475c-92f1-380d0db7cdc5 c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] Added segment 07ae6c43-9a5d-4839-a79e-2309a54d9872 of type vxlan for network 36e39db3-9c13-46bc-b01b-e635bbeed6b2 [pid: 7|app: 0|req: 831/1555] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:04:54 2026] POST /v2.0/networks => generated 630 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:04:55.110 8 INFO neutron.db.segments_db [None req-f4a760b8-5ca7-424b-ad8b-a6d1620775d9 c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] Added segment 1e62477e-afeb-43ee-8d22-541543372c2d of type vxlan for network c0d07640-b6b7-49cf-934d-02c1cf2da143 [pid: 8|app: 0|req: 725/1556] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:04:55 2026] POST /v2.0/networks => generated 630 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1557] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:04:55 2026] GET /v2.0/security-groups?tenant_id=39287805d42e4615b6f7d682af043e4e&name=default => generated 2925 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1558] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:04:55 2026] POST /v2.0/subnets => generated 626 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1559] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:04:55 2026] DELETE /v2.0/security-groups/193a55d0-d525-4928-993f-73f794236d5e => 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: 727/1560] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:04:55 2026] POST /v2.0/subnets => generated 626 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:04:55.678 8 INFO neutron.db.segments_db [None req-7928eba9-95ea-4e69-a8bc-8fa09c4ab603 c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] Added segment 5ca74602-5b54-4dc6-b2f3-67ca6712feea of type vxlan for network ff66f928-cb4a-4c0f-ad2d-4bf22ce8ceea [pid: 7|app: 0|req: 834/1561] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:04:55 2026] GET /v2.0/security-groups?tenant_id=f34e8851b1b74e67aa488da0fad49a2d&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1562] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:04:55 2026] DELETE /v2.0/security-groups/3b86e784-c95e-468d-bf86-0554227b5dc8 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:04:55.922 8 INFO neutron.db.l3_hamode_db [None req-7928eba9-95ea-4e69-a8bc-8fa09c4ab603 c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 836/1563] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:04:55 2026] GET /v2.0/security-groups?tenant_id=7565df6a6c0f4e48be85edc21b9f36ee&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: 837/1564] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:04:55 2026] GET /v2.0/ports?device_id=d26a36ca-c1ec-4af9-bb4c-ff724b56afb6 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:04:56.071 8 INFO neutron.db.l3_hamode_db [None req-7928eba9-95ea-4e69-a8bc-8fa09c4ab603 c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 838/1565] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:04:55 2026] DELETE /v2.0/security-groups/4fa12eb7-c600-4688-b0b3-a66633a6c032 => 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: 728/1566] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:04:55 2026] POST /v2.0/routers => generated 507 bytes in 1039 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1567] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:04:57 2026] GET /v2.0/ports?device_id=d26a36ca-c1ec-4af9-bb4c-ff724b56afb6 => 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: 839/1568] 10.0.0.149 () {34 vars in 783 bytes} [Thu Apr 2 18:04:56 2026] PUT /v2.0/routers/1b929d10-46ea-4c95-a7d5-da0ea0e3fc1f/add_router_interface => generated 309 bytes in 1473 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1569] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:04:58 2026] DELETE /v2.0/security-groups/adf9faf4-b990-4e03-8f51-4e9bda016e6d => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1570] 10.0.0.149 () {32 vars in 717 bytes} [Thu Apr 2 18:04:58 2026] GET /v2.0/ports/aa57292a-8815-4a1b-b0e9-627b9a004192 => generated 955 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:04:58.291 8 INFO neutron.api.v2.resource [None req-b8ba3d03-9b59-467d-9e8a-55e0535f0241 7c6df2f9a72a4a53a97884faf024a478 127433d32c524546bde80d51f93dcb04 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 732/1571] 10.0.0.149 () {32 vars in 737 bytes} [Thu Apr 2 18:04:58 2026] GET /v2.0/security-groups/adf9faf4-b990-4e03-8f51-4e9bda016e6d => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:04:58.457 7 INFO neutron.db.segments_db [None req-b1ccdb6f-6b68-4b6f-9c0f-878b345fcccb 5e3a162642e743f6ab5acf026803b47a 358a610174c54fae9aefd88458d4e3b1 - - default default] Added segment 64748d7c-d248-4056-8995-eb68c41432d7 of type vxlan for network 93f08026-589e-4e6e-ac93-d29162b572f5 [pid: 7|app: 0|req: 840/1572] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:04:58 2026] POST /v2.0/networks => generated 631 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:04:58.647 7 INFO neutron_taas.services.taas.taas_plugin [None req-5f2b12d2-1f9f-4ffe-997d-154a0a216f6b 7c6df2f9a72a4a53a97884faf024a478 127433d32c524546bde80d51f93dcb04 - - default default] TaaS: Handle Delete Port: c65bc54b-e072-4c44-bc17-6149d0d3127a 2026-04-02 18:04:58.649 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f2b12d2-1f9f-4ffe-997d-154a0a216f6b 7c6df2f9a72a4a53a97884faf024a478 127433d32c524546bde80d51f93dcb04 - - default default] Tap Mirror: Handle Delete Port: c65bc54b-e072-4c44-bc17-6149d0d3127a [pid: 7|app: 0|req: 841/1573] 10.0.0.149 () {32 vars in 732 bytes} [Thu Apr 2 18:04:58 2026] DELETE /v2.0/floatingips/1d300b4e-d7d3-44c4-94ec-796cc73ee784 => generated 0 bytes in 326 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1574] 10.0.0.149 () {34 vars in 664 bytes} [Thu Apr 2 18:04:58 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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/1575] 10.0.0.149 () {34 vars in 783 bytes} [Thu Apr 2 18:04:58 2026] PUT /v2.0/routers/1b929d10-46ea-4c95-a7d5-da0ea0e3fc1f/add_router_interface => generated 309 bytes in 1256 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:04:59.594 7 INFO neutron_taas.services.taas.taas_plugin [None req-adac35fe-6062-4cd6-8a55-005118a2d51d 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: d664c09e-ea34-4933-8d5c-a5f96639b21c 2026-04-02 18:04:59.596 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-adac35fe-6062-4cd6-8a55-005118a2d51d 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: d664c09e-ea34-4933-8d5c-a5f96639b21c [pid: 8|app: 0|req: 734/1576] 10.0.0.149 () {34 vars in 666 bytes} [Thu Apr 2 18:04:59 2026] POST /v2.0/trunks => generated 407 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1577] 10.0.0.149 () {32 vars in 717 bytes} [Thu Apr 2 18:04:59 2026] GET /v2.0/ports/1c8c2c9a-0f58-40bc-9225-0c3252001366 => generated 955 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:04:59.849 8 INFO neutron.db.segments_db [None req-ec6ea5b1-7df8-466e-b28e-a1c215c7da5d 5e3a162642e743f6ab5acf026803b47a 358a610174c54fae9aefd88458d4e3b1 - - default default] Added segment 90be703f-819a-49b8-aac6-e27b2398cab0 of type vxlan for network b5d63d9f-7d9f-4511-a9d0-90dd682b5f7a [pid: 8|app: 0|req: 736/1578] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:04:59 2026] POST /v2.0/networks => generated 632 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1579] 10.0.0.149 () {34 vars in 789 bytes} [Thu Apr 2 18:04:59 2026] PUT /v2.0/routers/d17d425a-77e0-488a-ae7d-b8870214839e/remove_router_interface => generated 309 bytes in 954 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:05:00.251 8 INFO neutron_taas.services.taas.taas_plugin [None req-66ead005-76f1-44bc-ad6a-150d9622c3d9 c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] TaaS: Handle Delete Port: 1c8c2c9a-0f58-40bc-9225-0c3252001366 2026-04-02 18:05:00.255 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66ead005-76f1-44bc-ad6a-150d9622c3d9 c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] Tap Mirror: Handle Delete Port: 1c8c2c9a-0f58-40bc-9225-0c3252001366 [pid: 7|app: 0|req: 844/1580] 10.0.0.149 () {34 vars in 664 bytes} [Thu Apr 2 18:05:00 2026] POST /v2.0/ports => generated 743 bytes in 315 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-04-02 18:05:00.673 7 INFO neutron_taas.services.taas.taas_plugin [None req-05d8b1ba-8956-46cc-a43b-7dfd3986c7c1 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: 0244e664-1e1e-488e-9a58-edcce86af881 2026-04-02 18:05:00.677 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05d8b1ba-8956-46cc-a43b-7dfd3986c7c1 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: 0244e664-1e1e-488e-9a58-edcce86af881 [pid: 8|app: 0|req: 737/1581] 10.0.0.149 () {34 vars in 789 bytes} [Thu Apr 2 18:04:59 2026] PUT /v2.0/routers/1b929d10-46ea-4c95-a7d5-da0ea0e3fc1f/remove_router_interface => generated 309 bytes in 749 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1582] 10.0.0.149 () {34 vars in 676 bytes} [Thu Apr 2 18:05:00 2026] POST /v2.0/subnetpools => generated 516 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:05:00.973 7 INFO neutron_taas.services.taas.taas_plugin [None req-05d8b1ba-8956-46cc-a43b-7dfd3986c7c1 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: f0bd5836-fa68-4703-bedd-25281c9dd99a 2026-04-02 18:05:00.976 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05d8b1ba-8956-46cc-a43b-7dfd3986c7c1 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: f0bd5836-fa68-4703-bedd-25281c9dd99a [pid: 8|app: 0|req: 739/1583] 10.0.0.149 () {34 vars in 666 bytes} [Thu Apr 2 18:05:00 2026] POST /v2.0/trunks => generated 407 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:05:01.389 7 INFO neutron.services.segments.plugin [-] Segment b3e2c8f6-f9cd-451e-a020-b5f91cb64f1d resource provider aggregate not found 2026-04-02 18:05:01.395 7 INFO neutron.services.segments.plugin [-] Segment b3e2c8f6-f9cd-451e-a020-b5f91cb64f1d resource provider aggregate not found 2026-04-02 18:05:01.415 7 INFO neutron.services.segments.plugin [-] Segment b3e2c8f6-f9cd-451e-a020-b5f91cb64f1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3e2c8f6-f9cd-451e-a020-b5f91cb64f1d found for delete ", "request_id": "req-6b96ab41-aa91-4543-bbec-aba28c6a499d"}]} 2026-04-02 18:05:01.419 7 INFO neutron.services.segments.plugin [-] Segment b3e2c8f6-f9cd-451e-a020-b5f91cb64f1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3e2c8f6-f9cd-451e-a020-b5f91cb64f1d found for delete ", "request_id": "req-dd3dae42-5dc8-4a96-bd10-1a9b48276fa4"}]} 2026-04-02 18:05:01.433 7 INFO neutron.db.l3_hamode_db [None req-05d8b1ba-8956-46cc-a43b-7dfd3986c7c1 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] HA network 4e483675-6de9-49ba-9139-45d385561b50 was deleted as no HA routers are present in tenant 127433d32c524546bde80d51f93dcb04. 2026-04-02 18:05:01.439 8 INFO neutron_taas.services.taas.taas_plugin [None req-972271cc-cfa5-4935-b0f1-515f63ea30d0 c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] TaaS: Handle Delete Port: aa57292a-8815-4a1b-b0e9-627b9a004192 2026-04-02 18:05:01.445 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-972271cc-cfa5-4935-b0f1-515f63ea30d0 c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] Tap Mirror: Handle Delete Port: aa57292a-8815-4a1b-b0e9-627b9a004192 [pid: 7|app: 0|req: 845/1584] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:05:00 2026] DELETE /v2.0/routers/d17d425a-77e0-488a-ae7d-b8870214839e => generated 0 bytes in 989 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1585] 10.0.0.149 () {34 vars in 676 bytes} [Thu Apr 2 18:05:01 2026] POST /v2.0/subnetpools => generated 516 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:05:01.599 7 INFO neutron.db.segments_db [None req-29559378-dd6b-42d0-ae28-9f7513e741c4 5e3a162642e743f6ab5acf026803b47a 358a610174c54fae9aefd88458d4e3b1 - - default default] Added segment a61490e7-c7a1-47b8-9abc-03f4cbb85fb2 of type vxlan for network ca617e54-5de1-48f4-aff8-e9663a18732a [pid: 7|app: 0|req: 847/1586] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:05:01 2026] POST /v2.0/networks => generated 632 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1587] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:05:01 2026] DELETE /v2.0/subnets/923ce0b5-590f-4423-b202-637fd1d42663 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1588] 10.0.0.149 () {34 vars in 789 bytes} [Thu Apr 2 18:05:01 2026] PUT /v2.0/routers/1b929d10-46ea-4c95-a7d5-da0ea0e3fc1f/remove_router_interface => generated 309 bytes in 895 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1589] 10.0.0.149 () {34 vars in 676 bytes} [Thu Apr 2 18:05:01 2026] POST /v2.0/subnetpools => generated 516 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:05:02.008 7 INFO neutron_taas.services.taas.taas_plugin [None req-f093e447-83af-473b-9b72-2ace284013f1 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: 81adee2f-df78-4cff-8af2-b757ff3631dc 2026-04-02 18:05:02.011 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f093e447-83af-473b-9b72-2ace284013f1 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: 81adee2f-df78-4cff-8af2-b757ff3631dc [pid: 7|app: 0|req: 850/1590] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:05:01 2026] DELETE /v2.0/networks/3ff8ba5b-7237-4911-a258-f7877d066db3 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1591] 10.0.0.149 () {32 vars in 736 bytes} [Thu Apr 2 18:05:02 2026] GET /v2.0/ports?device_id=1b929d10-46ea-4c95-a7d5-da0ea0e3fc1f => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1592] 10.0.0.149 () {34 vars in 664 bytes} [Thu Apr 2 18:05:01 2026] POST /v2.0/ports => generated 743 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 852/1593] 10.0.0.149 () {34 vars in 676 bytes} [Thu Apr 2 18:05:02 2026] POST /v2.0/subnetpools => generated 516 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:05:02.389 8 INFO neutron_taas.services.taas.taas_plugin [None req-7deef597-3cb7-4eb7-9c6a-d17b92e36e6e c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] TaaS: Handle Delete Port: 7594c9da-6a93-4d12-b2ca-dd6d8e83307c 2026-04-02 18:05:02.392 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7deef597-3cb7-4eb7-9c6a-d17b92e36e6e c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] Tap Mirror: Handle Delete Port: 7594c9da-6a93-4d12-b2ca-dd6d8e83307c [pid: 7|app: 0|req: 853/1594] 10.0.0.149 () {34 vars in 666 bytes} [Thu Apr 2 18:05:02 2026] POST /v2.0/trunks => generated 407 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1595] 10.0.0.149 () {34 vars in 676 bytes} [Thu Apr 2 18:05:02 2026] POST /v2.0/subnetpools => generated 516 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1596] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:02 2026] GET /v2.0/security-groups?tenant_id=127433d32c524546bde80d51f93dcb04&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:05:02.598 7 INFO neutron.db.segments_db [None req-8565ea86-0274-4d76-9956-470403ae5313 5e3a162642e743f6ab5acf026803b47a 358a610174c54fae9aefd88458d4e3b1 - - default default] Added segment 09444632-7a87-4ee4-89d0-3c1b9b70c311 of type vxlan for network e9781bf3-62c7-4803-8065-a0ccc3511434 [pid: 7|app: 0|req: 856/1597] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:05:02 2026] POST /v2.0/networks => generated 631 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:05:02.744 8 INFO neutron.services.segments.plugin [-] Segment 5ca74602-5b54-4dc6-b2f3-67ca6712feea resource provider aggregate not found 2026-04-02 18:05:02.748 8 INFO neutron.services.segments.plugin [-] Segment 5ca74602-5b54-4dc6-b2f3-67ca6712feea resource provider aggregate not found 2026-04-02 18:05:02.762 8 INFO neutron.services.segments.plugin [-] Segment 5ca74602-5b54-4dc6-b2f3-67ca6712feea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ca74602-5b54-4dc6-b2f3-67ca6712feea found for delete ", "request_id": "req-c4f20a16-b41a-4d1f-95c9-f658e206076e"}]} 2026-04-02 18:05:02.765 8 INFO neutron.services.segments.plugin [-] Segment 5ca74602-5b54-4dc6-b2f3-67ca6712feea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ca74602-5b54-4dc6-b2f3-67ca6712feea found for delete ", "request_id": "req-7af34ad9-b8d7-49c0-85b9-040fdccede62"}]} [pid: 7|app: 0|req: 857/1598] 10.0.0.149 () {34 vars in 759 bytes} [Thu Apr 2 18:05:02 2026] PUT /v2.0/subnetpools/4fb3e31a-b49f-4cd9-9ce4-60bb4eee8049/tags => generated 17 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:05:02.768 8 INFO neutron.db.l3_hamode_db [None req-7deef597-3cb7-4eb7-9c6a-d17b92e36e6e c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] HA network ff66f928-cb4a-4c0f-ad2d-4bf22ce8ceea was deleted as no HA routers are present in tenant 9dc1e2dcb79d4c41a3577443a168bef8. [pid: 8|app: 0|req: 742/1599] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:05:02 2026] DELETE /v2.0/routers/1b929d10-46ea-4c95-a7d5-da0ea0e3fc1f => generated 0 bytes in 571 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1600] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:02 2026] DELETE /v2.0/security-groups/010a7f86-ecd9-4042-8acc-65fb5ef53435 => 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: 859/1601] 10.0.0.149 () {34 vars in 759 bytes} [Thu Apr 2 18:05:02 2026] PUT /v2.0/subnetpools/692c503f-8df8-4270-90e0-8227b0b80032/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: 860/1602] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:05:02 2026] DELETE /v2.0/subnets/5e944c45-2ef1-4823-9edf-8efec2e529a7 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1603] 10.0.0.149 () {34 vars in 664 bytes} [Thu Apr 2 18:05:02 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: 861/1604] 10.0.0.149 () {34 vars in 759 bytes} [Thu Apr 2 18:05:03 2026] PUT /v2.0/subnetpools/711bb45b-0b9a-4da3-a55e-95df672bd93f/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1605] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:05:03 2026] DELETE /v2.0/subnets/768c9be3-8cf3-4089-a4d2-15dcc360f6c0 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1606] 10.0.0.149 () {34 vars in 666 bytes} [Thu Apr 2 18:05:03 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: 8|app: 0|req: 745/1607] 10.0.0.149 () {34 vars in 759 bytes} [Thu Apr 2 18:05:03 2026] PUT /v2.0/subnetpools/796634b7-f778-4409-8bff-736c68d341f3/tags => generated 19 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:05:03.367 8 INFO neutron.db.segments_db [None req-981e11c6-b815-4959-94de-aa392c69dbe7 5e3a162642e743f6ab5acf026803b47a 358a610174c54fae9aefd88458d4e3b1 - - default default] Added segment 66209f3d-af2a-4e57-8747-1c39f824636a of type vxlan for network f92606c8-4b37-4010-a23f-b44b89800d9b 2026-04-02 18:05:03.376 7 INFO neutron_taas.services.taas.taas_plugin [None req-024bc05d-3505-4335-a64e-19957be464a8 c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] TaaS: Handle Delete Port: af11807c-acb3-49fc-b5a4-f6888c996f21 2026-04-02 18:05:03.379 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-024bc05d-3505-4335-a64e-19957be464a8 c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] Tap Mirror: Handle Delete Port: af11807c-acb3-49fc-b5a4-f6888c996f21 2026-04-02 18:05:03.453 7 INFO neutron.services.segments.plugin [-] Segment 8eb81ab8-f890-4ae9-9b08-d30630c411b8 resource provider aggregate not found [pid: 8|app: 0|req: 746/1608] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:05:03 2026] POST /v2.0/networks => generated 632 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:05:03.458 7 INFO neutron.services.segments.plugin [-] Segment 8eb81ab8-f890-4ae9-9b08-d30630c411b8 resource provider aggregate not found 2026-04-02 18:05:03.477 7 INFO neutron.services.segments.plugin [-] Segment 8eb81ab8-f890-4ae9-9b08-d30630c411b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8eb81ab8-f890-4ae9-9b08-d30630c411b8 found for delete ", "request_id": "req-5a74a675-a611-4973-b26a-919d32656091"}]} [pid: 8|app: 0|req: 747/1609] 10.0.0.149 () {32 vars in 672 bytes} [Thu Apr 2 18:05:03 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:05:03.490 7 INFO neutron.services.segments.plugin [-] Segment 8eb81ab8-f890-4ae9-9b08-d30630c411b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8eb81ab8-f890-4ae9-9b08-d30630c411b8 found for delete ", "request_id": "req-64c53de4-6c10-4bf2-83c1-27ffc14f988c"}]} [pid: 7|app: 0|req: 863/1610] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:05:03 2026] DELETE /v2.0/networks/c0d07640-b6b7-49cf-934d-02c1cf2da143 => generated 0 bytes in 336 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1611] 10.0.0.149 () {32 vars in 686 bytes} [Thu Apr 2 18:05:03 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:05:03.751 7 INFO neutron_taas.services.taas.taas_plugin [None req-c6b419c6-ee41-4a23-afd5-2271d3a665c1 c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] TaaS: Handle Delete Port: d8d7fe0c-67f7-47a8-8255-f2269449794b 2026-04-02 18:05:03.753 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6b419c6-ee41-4a23-afd5-2271d3a665c1 c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] Tap Mirror: Handle Delete Port: d8d7fe0c-67f7-47a8-8255-f2269449794b [pid: 8|app: 0|req: 748/1612] 10.0.0.149 () {34 vars in 664 bytes} [Thu Apr 2 18:05:03 2026] POST /v2.0/ports => generated 743 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 749/1613] 10.0.0.149 () {32 vars in 682 bytes} [Thu Apr 2 18:05:03 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1614] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:05:03 2026] DELETE /v2.0/networks/36e39db3-9c13-46bc-b01b-e635bbeed6b2 => generated 0 bytes in 330 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1615] 10.0.0.149 () {32 vars in 694 bytes} [Thu Apr 2 18:05:03 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1616] 10.0.0.149 () {34 vars in 666 bytes} [Thu Apr 2 18:05:03 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-04-02 18:05:04.041 7 INFO neutron.db.segments_db [None req-8459bcd7-eece-4c89-bbc6-7cb1ae3d5de2 c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] Added segment 6ded2444-fc4b-4729-acb3-386b92ab0d0a of type vxlan for network a2b6531d-6f21-41cf-8787-529046193b3b [pid: 8|app: 0|req: 751/1617] 10.0.0.149 () {32 vars in 680 bytes} [Thu Apr 2 18:05:04 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1618] 10.0.0.149 () {34 vars in 749 bytes} [Thu Apr 2 18:05:04 2026] PUT /v2.0/trunks/b0155e94-ee7c-41db-9404-24f02deb18a7/tags => generated 17 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1619] 10.0.0.149 () {32 vars in 694 bytes} [Thu Apr 2 18:05:04 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1620] 10.0.0.149 () {34 vars in 749 bytes} [Thu Apr 2 18:05:04 2026] PUT /v2.0/trunks/406fd76c-12f6-4bcb-9f63-66cc51a01df2/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1621] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:05:03 2026] POST /v2.0/networks => generated 630 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1622] 10.0.0.149 () {32 vars in 690 bytes} [Thu Apr 2 18:05:04 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1623] 10.0.0.149 () {34 vars in 749 bytes} [Thu Apr 2 18:05:04 2026] PUT /v2.0/trunks/b6accaba-ebdf-407a-936d-694358e9595d/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1624] 10.0.0.149 () {32 vars in 702 bytes} [Thu Apr 2 18:05:04 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1625] 10.0.0.149 () {34 vars in 749 bytes} [Thu Apr 2 18:05:04 2026] PUT /v2.0/trunks/881deb1d-aaca-4d0e-97c9-dbc01dacd52d/tags => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1626] 10.0.0.149 () {32 vars in 732 bytes} [Thu Apr 2 18:05:04 2026] DELETE /v2.0/subnetpools/4fb3e31a-b49f-4cd9-9ce4-60bb4eee8049 => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1627] 10.0.0.149 () {32 vars in 662 bytes} [Thu Apr 2 18:05:04 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1628] 10.0.0.149 () {32 vars in 732 bytes} [Thu Apr 2 18:05:04 2026] DELETE /v2.0/subnetpools/692c503f-8df8-4270-90e0-8227b0b80032 => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1629] 10.0.0.149 () {32 vars in 676 bytes} [Thu Apr 2 18:05:04 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1630] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:05:04 2026] POST /v2.0/subnets => generated 626 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1631] 10.0.0.149 () {32 vars in 672 bytes} [Thu Apr 2 18:05:04 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1632] 10.0.0.149 () {32 vars in 732 bytes} [Thu Apr 2 18:05:04 2026] DELETE /v2.0/subnetpools/711bb45b-0b9a-4da3-a55e-95df672bd93f => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1633] 10.0.0.149 () {32 vars in 684 bytes} [Thu Apr 2 18:05:04 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:05:04.434 8 INFO neutron.db.segments_db [None req-cf1bc4e5-1acd-411c-9b0b-7c60f5d14af4 c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] Added segment 3ceca92b-3144-4060-a838-c115e042d706 of type vxlan for network 64e133a6-f794-4714-806f-151156665b64 [pid: 7|app: 0|req: 877/1634] 10.0.0.149 () {32 vars in 732 bytes} [Thu Apr 2 18:05:04 2026] DELETE /v2.0/subnetpools/796634b7-f778-4409-8bff-736c68d341f3 => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1635] 10.0.0.149 () {32 vars in 670 bytes} [Thu Apr 2 18:05:04 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1636] 10.0.0.149 () {32 vars in 732 bytes} [Thu Apr 2 18:05:04 2026] DELETE /v2.0/subnetpools/297dfce1-e819-424d-9b29-26dc9be10a2c => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1637] 10.0.0.149 () {32 vars in 684 bytes} [Thu Apr 2 18:05:04 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1638] 10.0.0.149 () {32 vars in 680 bytes} [Thu Apr 2 18:05:04 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: 7|app: 0|req: 882/1639] 10.0.0.149 () {32 vars in 692 bytes} [Thu Apr 2 18:05:04 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1640] 10.0.0.149 () {32 vars in 719 bytes} [Thu Apr 2 18:05:04 2026] GET /v2.0/trunks/b0155e94-ee7c-41db-9404-24f02deb18a7 => generated 412 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:05:04.718 8 INFO neutron.db.l3_hamode_db [None req-cf1bc4e5-1acd-411c-9b0b-7c60f5d14af4 c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 884/1641] 10.0.0.149 () {32 vars in 717 bytes} [Thu Apr 2 18:05:04 2026] GET /v2.0/ports/25c34633-129b-4129-9f72-361181b337a0 => generated 826 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1642] 10.0.0.149 () {32 vars in 722 bytes} [Thu Apr 2 18:05:04 2026] DELETE /v2.0/trunks/b0155e94-ee7c-41db-9404-24f02deb18a7 => 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: 886/1643] 10.0.0.149 () {32 vars in 719 bytes} [Thu Apr 2 18:05:04 2026] GET /v2.0/trunks/406fd76c-12f6-4bcb-9f63-66cc51a01df2 => generated 420 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:05:04.892 8 INFO neutron.db.l3_hamode_db [None req-cf1bc4e5-1acd-411c-9b0b-7c60f5d14af4 c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 887/1644] 10.0.0.149 () {32 vars in 717 bytes} [Thu Apr 2 18:05:04 2026] GET /v2.0/ports/84db5728-06b1-40e2-9434-fe3911dca8ae => generated 826 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1645] 10.0.0.149 () {32 vars in 722 bytes} [Thu Apr 2 18:05:04 2026] DELETE /v2.0/trunks/406fd76c-12f6-4bcb-9f63-66cc51a01df2 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1646] 10.0.0.149 () {32 vars in 719 bytes} [Thu Apr 2 18:05:05 2026] GET /v2.0/trunks/b6accaba-ebdf-407a-936d-694358e9595d => generated 429 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1647] 10.0.0.149 () {32 vars in 717 bytes} [Thu Apr 2 18:05:05 2026] GET /v2.0/ports/40f0ee16-338f-43aa-abae-531af5bba7c9 => generated 826 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1648] 10.0.0.149 () {32 vars in 722 bytes} [Thu Apr 2 18:05:05 2026] DELETE /v2.0/trunks/b6accaba-ebdf-407a-936d-694358e9595d => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1649] 10.0.0.149 () {32 vars in 719 bytes} [Thu Apr 2 18:05:05 2026] GET /v2.0/trunks/881deb1d-aaca-4d0e-97c9-dbc01dacd52d => generated 414 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1650] 10.0.0.149 () {32 vars in 717 bytes} [Thu Apr 2 18:05:05 2026] GET /v2.0/ports/234b97de-3ee0-4cc0-b442-22b278e38ce8 => generated 826 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1651] 10.0.0.149 () {32 vars in 722 bytes} [Thu Apr 2 18:05:05 2026] DELETE /v2.0/trunks/881deb1d-aaca-4d0e-97c9-dbc01dacd52d => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1652] 10.0.0.149 () {32 vars in 719 bytes} [Thu Apr 2 18:05:05 2026] GET /v2.0/trunks/a901be48-4f1a-452f-87b3-2c02917db701 => 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: 896/1653] 10.0.0.149 () {32 vars in 717 bytes} [Thu Apr 2 18:05:05 2026] GET /v2.0/ports/04e169a0-cb84-42c1-9de4-b9a7a21b0bba => generated 826 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1654] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:05:04 2026] POST /v2.0/routers => generated 506 bytes in 1049 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:05:05.502 7 INFO neutron.services.segments.plugin [-] Segment 1e62477e-afeb-43ee-8d22-541543372c2d resource provider aggregate not found 2026-04-02 18:05:05.518 7 INFO neutron.services.segments.plugin [-] Segment 1e62477e-afeb-43ee-8d22-541543372c2d resource provider aggregate not found [pid: 7|app: 0|req: 897/1655] 10.0.0.149 () {32 vars in 722 bytes} [Thu Apr 2 18:05:05 2026] DELETE /v2.0/trunks/a901be48-4f1a-452f-87b3-2c02917db701 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:05:05.524 7 INFO neutron.services.segments.plugin [-] Segment 1e62477e-afeb-43ee-8d22-541543372c2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e62477e-afeb-43ee-8d22-541543372c2d found for delete ", "request_id": "req-812a11f9-42f4-4ef7-b2fb-cc1fb93f7515"}]} 2026-04-02 18:05:05.539 7 INFO neutron.services.segments.plugin [-] Segment 1e62477e-afeb-43ee-8d22-541543372c2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e62477e-afeb-43ee-8d22-541543372c2d found for delete ", "request_id": "req-bd120658-1f41-413d-a51a-9af65c5301cb"}]} 2026-04-02 18:05:05.543 7 INFO neutron.services.segments.plugin [-] Segment 07ae6c43-9a5d-4839-a79e-2309a54d9872 resource provider aggregate not found 2026-04-02 18:05:05.557 7 INFO neutron.services.segments.plugin [-] Segment 07ae6c43-9a5d-4839-a79e-2309a54d9872 resource provider aggregate not found 2026-04-02 18:05:05.563 7 INFO neutron.services.segments.plugin [-] Segment 07ae6c43-9a5d-4839-a79e-2309a54d9872 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07ae6c43-9a5d-4839-a79e-2309a54d9872 found for delete ", "request_id": "req-85ee2e95-fb0f-44e3-97f7-c32e2dfaa65f"}]} 2026-04-02 18:05:05.574 7 INFO neutron.services.segments.plugin [-] Segment 07ae6c43-9a5d-4839-a79e-2309a54d9872 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07ae6c43-9a5d-4839-a79e-2309a54d9872 found for delete ", "request_id": "req-a229cb53-29ac-4706-9f94-e3876995e682"}]} [pid: 8|app: 0|req: 759/1656] 10.0.0.149 () {34 vars in 665 bytes} [Thu Apr 2 18:05:05 2026] POST /v2.0/ports => generated 947 bytes in 319 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: 898/1657] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:05 2026] GET /v2.0/security-groups?tenant_id=11f30322d82e4bf4820654a2017d04bd&name=default => generated 2925 bytes in 362 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:05:05.892 8 INFO neutron_taas.services.taas.taas_plugin [None req-2d996a87-da7a-4907-a4c6-491ecc204ac6 5e3a162642e743f6ab5acf026803b47a 358a610174c54fae9aefd88458d4e3b1 - - default default] TaaS: Handle Delete Port: 25c34633-129b-4129-9f72-361181b337a0 2026-04-02 18:05:05.894 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d996a87-da7a-4907-a4c6-491ecc204ac6 5e3a162642e743f6ab5acf026803b47a 358a610174c54fae9aefd88458d4e3b1 - - default default] Tap Mirror: Handle Delete Port: 25c34633-129b-4129-9f72-361181b337a0 [pid: 8|app: 0|req: 760/1658] 10.0.0.149 () {32 vars in 720 bytes} [Thu Apr 2 18:05:05 2026] DELETE /v2.0/ports/25c34633-129b-4129-9f72-361181b337a0 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1659] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:05 2026] DELETE /v2.0/security-groups/f83e1dc0-6d00-4f53-9f24-2020940a8dd6 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:05:06.215 8 INFO neutron_taas.services.taas.taas_plugin [None req-0614980b-799e-4487-aabe-99daa9e39f43 5e3a162642e743f6ab5acf026803b47a 358a610174c54fae9aefd88458d4e3b1 - - default default] TaaS: Handle Delete Port: 84db5728-06b1-40e2-9434-fe3911dca8ae 2026-04-02 18:05:06.218 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0614980b-799e-4487-aabe-99daa9e39f43 5e3a162642e743f6ab5acf026803b47a 358a610174c54fae9aefd88458d4e3b1 - - default default] Tap Mirror: Handle Delete Port: 84db5728-06b1-40e2-9434-fe3911dca8ae [pid: 8|app: 0|req: 762/1660] 10.0.0.149 () {32 vars in 720 bytes} [Thu Apr 2 18:05:06 2026] DELETE /v2.0/ports/84db5728-06b1-40e2-9434-fe3911dca8ae => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1661] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:06 2026] GET /v2.0/security-groups?tenant_id=e40fe748be2f49e6b318cda57c80dd35&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:05:06.532 8 INFO neutron_taas.services.taas.taas_plugin [None req-e451caac-9f35-4909-b21e-d44bea2f9ff1 5e3a162642e743f6ab5acf026803b47a 358a610174c54fae9aefd88458d4e3b1 - - default default] TaaS: Handle Delete Port: 40f0ee16-338f-43aa-abae-531af5bba7c9 2026-04-02 18:05:06.535 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e451caac-9f35-4909-b21e-d44bea2f9ff1 5e3a162642e743f6ab5acf026803b47a 358a610174c54fae9aefd88458d4e3b1 - - default default] Tap Mirror: Handle Delete Port: 40f0ee16-338f-43aa-abae-531af5bba7c9 [pid: 8|app: 0|req: 764/1662] 10.0.0.149 () {32 vars in 720 bytes} [Thu Apr 2 18:05:06 2026] DELETE /v2.0/ports/40f0ee16-338f-43aa-abae-531af5bba7c9 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1663] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:06 2026] DELETE /v2.0/security-groups/d67ee254-017c-410f-a8e1-b52620663a08 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:05:06.851 8 INFO neutron_taas.services.taas.taas_plugin [None req-c3e458ba-fffa-4b6f-9aee-85e699f3bc44 5e3a162642e743f6ab5acf026803b47a 358a610174c54fae9aefd88458d4e3b1 - - default default] TaaS: Handle Delete Port: 234b97de-3ee0-4cc0-b442-22b278e38ce8 2026-04-02 18:05:06.854 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3e458ba-fffa-4b6f-9aee-85e699f3bc44 5e3a162642e743f6ab5acf026803b47a 358a610174c54fae9aefd88458d4e3b1 - - default default] Tap Mirror: Handle Delete Port: 234b97de-3ee0-4cc0-b442-22b278e38ce8 [pid: 8|app: 0|req: 766/1664] 10.0.0.149 () {32 vars in 720 bytes} [Thu Apr 2 18:05:06 2026] DELETE /v2.0/ports/234b97de-3ee0-4cc0-b442-22b278e38ce8 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1665] 10.0.0.149 () {34 vars in 783 bytes} [Thu Apr 2 18:05:05 2026] PUT /v2.0/routers/1784c5dd-0a2f-4baa-a459-b28db5dc8bc4/add_router_interface => generated 309 bytes in 1134 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: 767/1666] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:06 2026] GET /v2.0/security-groups?tenant_id=9303d1d8c09641d694e4dc4f5e564996&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1667] 10.0.0.149 () {32 vars in 717 bytes} [Thu Apr 2 18:05:07 2026] GET /v2.0/ports/c0c1d1d2-7fd0-47e2-ad8b-cecaa9ec1973 => generated 1021 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:05:07.118 7 INFO neutron_taas.services.taas.taas_plugin [None req-113c1826-1734-4f77-ae89-62d22d3a089e 5e3a162642e743f6ab5acf026803b47a 358a610174c54fae9aefd88458d4e3b1 - - default default] TaaS: Handle Delete Port: 04e169a0-cb84-42c1-9de4-b9a7a21b0bba 2026-04-02 18:05:07.123 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-113c1826-1734-4f77-ae89-62d22d3a089e 5e3a162642e743f6ab5acf026803b47a 358a610174c54fae9aefd88458d4e3b1 - - default default] Tap Mirror: Handle Delete Port: 04e169a0-cb84-42c1-9de4-b9a7a21b0bba [pid: 7|app: 0|req: 900/1668] 10.0.0.149 () {32 vars in 720 bytes} [Thu Apr 2 18:05:07 2026] DELETE /v2.0/ports/04e169a0-cb84-42c1-9de4-b9a7a21b0bba => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1669] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:07 2026] DELETE /v2.0/security-groups/0ac78d1b-42b7-4444-bf35-8f5ad3d2eb4e => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:05:07.348 8 INFO neutron.services.segments.plugin [-] Segment 64748d7c-d248-4056-8995-eb68c41432d7 resource provider aggregate not found 2026-04-02 18:05:07.360 8 INFO neutron.services.segments.plugin [-] Segment 64748d7c-d248-4056-8995-eb68c41432d7 resource provider aggregate not found 2026-04-02 18:05:07.378 8 INFO neutron.services.segments.plugin [-] Segment 64748d7c-d248-4056-8995-eb68c41432d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64748d7c-d248-4056-8995-eb68c41432d7 found for delete ", "request_id": "req-d26d0e6f-0ad3-44e2-b774-173d4270084b"}]} 2026-04-02 18:05:07.389 8 INFO neutron.services.segments.plugin [-] Segment 64748d7c-d248-4056-8995-eb68c41432d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64748d7c-d248-4056-8995-eb68c41432d7 found for delete ", "request_id": "req-fc0140b1-3bc7-4b87-abb2-af187891b42b"}]} [pid: 8|app: 0|req: 770/1670] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:05:07 2026] DELETE /v2.0/networks/93f08026-589e-4e6e-ac93-d29162b572f5 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1671] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:05:07 2026] DELETE /v2.0/networks/b5d63d9f-7d9f-4511-a9d0-90dd682b5f7a => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:05:07.558 7 INFO neutron_taas.services.taas.taas_plugin [None req-df75fbbf-7a28-4225-a239-6068fb9c5be8 c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] TaaS: Handle Delete Port: c0c1d1d2-7fd0-47e2-ad8b-cecaa9ec1973 2026-04-02 18:05:07.565 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df75fbbf-7a28-4225-a239-6068fb9c5be8 c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] Tap Mirror: Handle Delete Port: c0c1d1d2-7fd0-47e2-ad8b-cecaa9ec1973 [pid: 8|app: 0|req: 772/1672] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:05:07 2026] DELETE /v2.0/networks/ca617e54-5de1-48f4-aff8-e9663a18732a => 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: 773/1673] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:05:07 2026] DELETE /v2.0/networks/e9781bf3-62c7-4803-8065-a0ccc3511434 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1674] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:05:07 2026] DELETE /v2.0/networks/f92606c8-4b37-4010-a23f-b44b89800d9b => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1675] 10.0.0.149 () {34 vars in 789 bytes} [Thu Apr 2 18:05:07 2026] PUT /v2.0/routers/1784c5dd-0a2f-4baa-a459-b28db5dc8bc4/remove_router_interface => generated 309 bytes in 875 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:05:08.188 8 INFO neutron.api.v2.resource [None req-ceedd158-7c68-4c42-bbae-eb867d6aadd3 c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 775/1676] 10.0.0.149 () {34 vars in 789 bytes} [Thu Apr 2 18:05:08 2026] PUT /v2.0/routers/1784c5dd-0a2f-4baa-a459-b28db5dc8bc4/remove_router_interface => generated 197 bytes in 102 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: 902/1677] 10.0.0.149 () {32 vars in 736 bytes} [Thu Apr 2 18:05:08 2026] GET /v2.0/ports?device_id=1784c5dd-0a2f-4baa-a459-b28db5dc8bc4 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:05:08.378 8 INFO neutron_taas.services.taas.taas_plugin [None req-b1e72139-a557-4da2-8541-3dc4a89e8143 c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] TaaS: Handle Delete Port: 9e896f2a-5a64-44e2-97e4-c17e54e62e21 2026-04-02 18:05:08.381 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1e72139-a557-4da2-8541-3dc4a89e8143 c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] Tap Mirror: Handle Delete Port: 9e896f2a-5a64-44e2-97e4-c17e54e62e21 2026-04-02 18:05:08.705 8 INFO neutron.db.l3_hamode_db [None req-b1e72139-a557-4da2-8541-3dc4a89e8143 c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] HA network 64e133a6-f794-4714-806f-151156665b64 was deleted as no HA routers are present in tenant 9dc1e2dcb79d4c41a3577443a168bef8. [pid: 8|app: 0|req: 776/1680] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:05:08 2026] DELETE /v2.0/routers/1784c5dd-0a2f-4baa-a459-b28db5dc8bc4 => generated 0 bytes in 498 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1681] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:05:08 2026] DELETE /v2.0/subnets/4bd12d8b-5c6e-4279-82ac-8bdd0385968a => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1682] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:08 2026] GET /v2.0/security-groups?tenant_id=075663a6a6fd4cabaf6c5b84ffee25fb&name=default => generated 2925 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1683] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:08 2026] GET /v2.0/security-groups?tenant_id=be42cb909c6c4b9995efbeff7dbf6c15&name=default => generated 2925 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1684] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:05:09 2026] DELETE /v2.0/networks/a2b6531d-6f21-41cf-8787-529046193b3b => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1685] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:09 2026] DELETE /v2.0/security-groups/f3882b23-c3fc-4760-8682-8ea9021dd7d8 => 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: 779/1686] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:09 2026] DELETE /v2.0/security-groups/3c10049b-4168-42b4-b5b8-02dd14db4bb0 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:05:09.297 7 INFO neutron.db.segments_db [None req-42cc45a6-1699-4cb6-980c-d93ef85b0b40 c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] Added segment 88900582-e273-413a-ad5f-f94c59c7cba9 of type vxlan for network 0f9a31ac-2bdc-475b-9718-d998b9dd4383 [pid: 7|app: 0|req: 908/1687] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:05:09 2026] POST /v2.0/networks => generated 629 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:05:09.408 8 INFO neutron.services.segments.plugin [-] Segment 90be703f-819a-49b8-aac6-e27b2398cab0 resource provider aggregate not found 2026-04-02 18:05:09.417 8 INFO neutron.services.segments.plugin [-] Segment 90be703f-819a-49b8-aac6-e27b2398cab0 resource provider aggregate not found 2026-04-02 18:05:09.452 8 INFO neutron.services.segments.plugin [-] Segment 90be703f-819a-49b8-aac6-e27b2398cab0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90be703f-819a-49b8-aac6-e27b2398cab0 found for delete ", "request_id": "req-a4d64cdb-393f-411d-8a4d-ebe53133af60"}]} 2026-04-02 18:05:09.458 8 INFO neutron.services.segments.plugin [-] Segment 90be703f-819a-49b8-aac6-e27b2398cab0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90be703f-819a-49b8-aac6-e27b2398cab0 found for delete ", "request_id": "req-0ac904f6-2f07-46ef-8404-6d82461c936c"}]} 2026-04-02 18:05:09.474 8 INFO neutron.services.segments.plugin [-] Segment a61490e7-c7a1-47b8-9abc-03f4cbb85fb2 resource provider aggregate not found 2026-04-02 18:05:09.483 8 INFO neutron.services.segments.plugin [-] Segment a61490e7-c7a1-47b8-9abc-03f4cbb85fb2 resource provider aggregate not found 2026-04-02 18:05:09.498 8 INFO neutron.services.segments.plugin [-] Segment a61490e7-c7a1-47b8-9abc-03f4cbb85fb2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a61490e7-c7a1-47b8-9abc-03f4cbb85fb2 found for delete ", "request_id": "req-6d4a63f5-8329-4bc3-8987-e0c295713f17"}]} 2026-04-02 18:05:09.506 8 INFO neutron.services.segments.plugin [-] Segment a61490e7-c7a1-47b8-9abc-03f4cbb85fb2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a61490e7-c7a1-47b8-9abc-03f4cbb85fb2 found for delete ", "request_id": "req-ef54253c-20a4-4073-b798-2eab3e24aacd"}]} 2026-04-02 18:05:09.524 8 INFO neutron.services.segments.plugin [-] Segment 09444632-7a87-4ee4-89d0-3c1b9b70c311 resource provider aggregate not found 2026-04-02 18:05:09.531 8 INFO neutron.services.segments.plugin [-] Segment 09444632-7a87-4ee4-89d0-3c1b9b70c311 resource provider aggregate not found 2026-04-02 18:05:09.545 8 INFO neutron.services.segments.plugin [-] Segment 09444632-7a87-4ee4-89d0-3c1b9b70c311 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09444632-7a87-4ee4-89d0-3c1b9b70c311 found for delete ", "request_id": "req-4419e011-9415-43ea-be8f-04827d492395"}]} 2026-04-02 18:05:09.554 8 INFO neutron.services.segments.plugin [-] Segment 09444632-7a87-4ee4-89d0-3c1b9b70c311 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09444632-7a87-4ee4-89d0-3c1b9b70c311 found for delete ", "request_id": "req-37c10267-c889-4618-91a2-f09de3f0d7f0"}]} 2026-04-02 18:05:09.567 8 INFO neutron.services.segments.plugin [-] Segment 66209f3d-af2a-4e57-8747-1c39f824636a resource provider aggregate not found 2026-04-02 18:05:09.572 8 INFO neutron.services.segments.plugin [-] Segment 66209f3d-af2a-4e57-8747-1c39f824636a resource provider aggregate not found 2026-04-02 18:05:09.585 8 INFO neutron.services.segments.plugin [-] Segment 66209f3d-af2a-4e57-8747-1c39f824636a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66209f3d-af2a-4e57-8747-1c39f824636a found for delete ", "request_id": "req-8055507a-09ea-4369-9417-7673a39f3356"}]} 2026-04-02 18:05:09.594 8 INFO neutron.services.segments.plugin [-] Segment 66209f3d-af2a-4e57-8747-1c39f824636a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66209f3d-af2a-4e57-8747-1c39f824636a found for delete ", "request_id": "req-fa1f83d0-3079-499d-8685-a31a5400e034"}]} [pid: 8|app: 0|req: 780/1688] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:09 2026] GET /v2.0/security-groups?tenant_id=e3c0b270f24f4adbbd83518843c1d53b&name=default => generated 2925 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:05:09.609 8 INFO neutron.services.segments.plugin [-] Segment 3ceca92b-3144-4060-a838-c115e042d706 resource provider aggregate not found 2026-04-02 18:05:09.614 8 INFO neutron.services.segments.plugin [-] Segment 3ceca92b-3144-4060-a838-c115e042d706 resource provider aggregate not found 2026-04-02 18:05:09.634 8 INFO neutron.services.segments.plugin [-] Segment 3ceca92b-3144-4060-a838-c115e042d706 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ceca92b-3144-4060-a838-c115e042d706 found for delete ", "request_id": "req-bd57a995-c4f7-410d-b1c9-62f51fec0b2e"}]} 2026-04-02 18:05:09.635 8 INFO neutron.services.segments.plugin [-] Segment 3ceca92b-3144-4060-a838-c115e042d706 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ceca92b-3144-4060-a838-c115e042d706 found for delete ", "request_id": "req-641f3817-9f90-4976-826f-9e1726d97bca"}]} 2026-04-02 18:05:09.653 8 INFO neutron.services.segments.plugin [-] Segment 6ded2444-fc4b-4729-acb3-386b92ab0d0a resource provider aggregate not found 2026-04-02 18:05:09.659 8 INFO neutron.services.segments.plugin [-] Segment 6ded2444-fc4b-4729-acb3-386b92ab0d0a resource provider aggregate not found 2026-04-02 18:05:09.670 8 INFO neutron.services.segments.plugin [-] Segment 6ded2444-fc4b-4729-acb3-386b92ab0d0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ded2444-fc4b-4729-acb3-386b92ab0d0a found for delete ", "request_id": "req-6bcfa6dc-63ed-435e-b62d-1b4ede2de18c"}]} 2026-04-02 18:05:09.683 8 INFO neutron.services.segments.plugin [-] Segment 6ded2444-fc4b-4729-acb3-386b92ab0d0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ded2444-fc4b-4729-acb3-386b92ab0d0a found for delete ", "request_id": "req-79b29ce7-763f-46b7-a120-be01225646f8"}]} [pid: 7|app: 0|req: 909/1689] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:05:09 2026] POST /v2.0/subnets => generated 626 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1690] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:09 2026] GET /v2.0/security-groups?tenant_id=0b0ce0a3afe34d439ff7f1578a9987e4&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1691] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:09 2026] DELETE /v2.0/security-groups/bb956329-1014-4022-b939-c375d42205dc => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:05:09.807 8 INFO neutron.db.segments_db [None req-9c35bd9b-45d2-4588-9886-8fc9a6be77cf c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] Added segment b5dafaaf-0552-469b-8dc9-3a247b9e1252 of type vxlan for network 50604a59-1b79-462d-bc6f-ab04c9f7f844 [pid: 7|app: 0|req: 911/1692] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:09 2026] DELETE /v2.0/security-groups/72473938-c2ed-4c81-ad83-cd7d80723f59 => 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: 912/1693] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:09 2026] GET /v2.0/security-groups?tenant_id=358a610174c54fae9aefd88458d4e3b1&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:05:10.098 8 INFO neutron.db.l3_hamode_db [None req-9c35bd9b-45d2-4588-9886-8fc9a6be77cf c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 913/1694] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:10 2026] DELETE /v2.0/security-groups/38000065-430a-4d32-b011-a123e6c51171 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:05:10.817 7 INFO neutron.db.segments_db [None req-7b1d2b7e-a2a9-4764-9a42-bbf44eddfd69 75f5f1d53d8b4029af64746b6764a1b0 29e1cd12eaaa41b7af741400ad3a47c1 - - default default] Added segment 73b71541-9cf6-450f-93a5-5c35280184dd of type vxlan for network 6abbb7b5-8d71-4180-913d-39def9cc81b2 2026-04-02 18:05:11.056 7 INFO neutron.db.l3_hamode_db [None req-7b1d2b7e-a2a9-4764-9a42-bbf44eddfd69 75f5f1d53d8b4029af64746b6764a1b0 29e1cd12eaaa41b7af741400ad3a47c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 18:05:11.096 8 INFO neutron.db.l3_hamode_db [None req-9c35bd9b-45d2-4588-9886-8fc9a6be77cf c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 18:05:11.179 7 INFO neutron.db.l3_hamode_db [None req-7b1d2b7e-a2a9-4764-9a42-bbf44eddfd69 75f5f1d53d8b4029af64746b6764a1b0 29e1cd12eaaa41b7af741400ad3a47c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 782/1695] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:05:09 2026] POST /v2.0/routers => generated 506 bytes in 1908 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1696] 10.0.0.149 () {34 vars in 668 bytes} [Thu Apr 2 18:05:10 2026] POST /v2.0/routers => generated 474 bytes in 1058 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1697] 10.0.0.149 () {34 vars in 751 bytes} [Thu Apr 2 18:05:11 2026] PUT /v2.0/routers/00d19b2e-6b22-419f-b988-2380fb5aaf6c/tags => generated 25 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1698] 10.0.0.149 () {32 vars in 731 bytes} [Thu Apr 2 18:05:11 2026] GET /v2.0/routers/00d19b2e-6b22-419f-b988-2380fb5aaf6c/tags => generated 25 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1699] 10.0.0.149 () {34 vars in 762 bytes} [Thu Apr 2 18:05:11 2026] PUT /v2.0/routers/00d19b2e-6b22-419f-b988-2380fb5aaf6c/tags/green => generated 4 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1700] 10.0.0.149 () {32 vars in 731 bytes} [Thu Apr 2 18:05:12 2026] GET /v2.0/routers/00d19b2e-6b22-419f-b988-2380fb5aaf6c/tags => generated 34 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1701] 10.0.0.149 () {34 vars in 758 bytes} [Thu Apr 2 18:05:12 2026] PUT /v2.0/routers/00d19b2e-6b22-419f-b988-2380fb5aaf6c/tags/red => generated 4 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1702] 10.0.0.149 () {32 vars in 731 bytes} [Thu Apr 2 18:05:12 2026] GET /v2.0/routers/00d19b2e-6b22-419f-b988-2380fb5aaf6c/tags => generated 34 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1703] 10.0.0.149 () {34 vars in 780 bytes} [Thu Apr 2 18:05:12 2026] PUT /v2.0/routers/00d19b2e-6b22-419f-b988-2380fb5aaf6c/tags/black.or.white => generated 4 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1704] 10.0.0.149 () {34 vars in 783 bytes} [Thu Apr 2 18:05:11 2026] PUT /v2.0/routers/9e754229-ee87-4c44-acf0-6a3ea4441367/add_router_interface => generated 309 bytes in 1083 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1705] 10.0.0.149 () {32 vars in 731 bytes} [Thu Apr 2 18:05:12 2026] GET /v2.0/routers/00d19b2e-6b22-419f-b988-2380fb5aaf6c/tags => generated 52 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1706] 10.0.0.149 () {32 vars in 717 bytes} [Thu Apr 2 18:05:12 2026] GET /v2.0/ports/efdfb6bd-0651-439a-a53e-2837f5b42785 => generated 955 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1707] 10.0.0.149 () {34 vars in 751 bytes} [Thu Apr 2 18:05:12 2026] PUT /v2.0/routers/00d19b2e-6b22-419f-b988-2380fb5aaf6c/tags => generated 37 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1708] 10.0.0.149 () {32 vars in 731 bytes} [Thu Apr 2 18:05:12 2026] GET /v2.0/routers/00d19b2e-6b22-419f-b988-2380fb5aaf6c/tags => generated 37 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1709] 10.0.0.149 () {32 vars in 739 bytes} [Thu Apr 2 18:05:13 2026] GET /v2.0/routers/00d19b2e-6b22-419f-b988-2380fb5aaf6c/tags/red => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:05:13.115 8 INFO neutron_taas.services.taas.taas_plugin [None req-939e2883-b9eb-4ee6-b283-97d5c1339685 c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] TaaS: Handle Delete Port: efdfb6bd-0651-439a-a53e-2837f5b42785 2026-04-02 18:05:13.119 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-939e2883-b9eb-4ee6-b283-97d5c1339685 c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] Tap Mirror: Handle Delete Port: efdfb6bd-0651-439a-a53e-2837f5b42785 2026-04-02 18:05:13.184 7 INFO neutron.api.v2.resource [None req-f1de8769-2d7d-4972-8363-0c0da5aaaeb2 75f5f1d53d8b4029af64746b6764a1b0 29e1cd12eaaa41b7af741400ad3a47c1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 926/1710] 10.0.0.149 () {32 vars in 743 bytes} [Thu Apr 2 18:05:13 2026] GET /v2.0/routers/00d19b2e-6b22-419f-b988-2380fb5aaf6c/tags/green => generated 99 bytes in 90 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1711] 10.0.0.149 () {32 vars in 742 bytes} [Thu Apr 2 18:05:13 2026] DELETE /v2.0/routers/00d19b2e-6b22-419f-b988-2380fb5aaf6c/tags/red => 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: 928/1712] 10.0.0.149 () {32 vars in 731 bytes} [Thu Apr 2 18:05:13 2026] GET /v2.0/routers/00d19b2e-6b22-419f-b988-2380fb5aaf6c/tags => generated 30 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:05:13.501 7 INFO neutron.api.v2.resource [None req-8de0b1cf-7cc3-47a7-ae7b-d44aaf0a7879 75f5f1d53d8b4029af64746b6764a1b0 29e1cd12eaaa41b7af741400ad3a47c1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 929/1713] 10.0.0.149 () {32 vars in 746 bytes} [Thu Apr 2 18:05:13 2026] DELETE /v2.0/routers/00d19b2e-6b22-419f-b988-2380fb5aaf6c/tags/green => generated 99 bytes in 110 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1714] 10.0.0.149 () {34 vars in 789 bytes} [Thu Apr 2 18:05:12 2026] PUT /v2.0/routers/9e754229-ee87-4c44-acf0-6a3ea4441367/remove_router_interface => generated 309 bytes in 716 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1715] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:13 2026] GET /v2.0/security-groups?tenant_id=7c3d0abfe5dd4361b58a7c3b31273f6f&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1716] 10.0.0.149 () {32 vars in 734 bytes} [Thu Apr 2 18:05:13 2026] DELETE /v2.0/routers/00d19b2e-6b22-419f-b988-2380fb5aaf6c/tags => 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: 788/1717] 10.0.0.149 () {32 vars in 736 bytes} [Thu Apr 2 18:05:13 2026] GET /v2.0/ports?device_id=9e754229-ee87-4c44-acf0-6a3ea4441367 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1718] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:13 2026] DELETE /v2.0/security-groups/939e839d-cfe7-4cbe-8e5b-da47264d47b7 => 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: 790/1719] 10.0.0.149 () {32 vars in 731 bytes} [Thu Apr 2 18:05:13 2026] GET /v2.0/routers/00d19b2e-6b22-419f-b988-2380fb5aaf6c/tags => generated 12 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1720] 10.0.0.149 () {34 vars in 676 bytes} [Thu Apr 2 18:05:13 2026] POST /v2.0/floatingips => generated 552 bytes in 571 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1721] 10.0.0.149 () {32 vars in 721 bytes} [Thu Apr 2 18:05:14 2026] GET /v2.0/routers/00d19b2e-6b22-419f-b988-2380fb5aaf6c => generated 480 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:05:14.185 8 INFO neutron_taas.services.taas.taas_plugin [None req-c16d4552-f71e-4cb8-a1e1-12f223c06746 c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] TaaS: Handle Delete Port: c0ab6793-c11c-4c72-b36b-cf1f289de8af 2026-04-02 18:05:14.187 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c16d4552-f71e-4cb8-a1e1-12f223c06746 c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] Tap Mirror: Handle Delete Port: c0ab6793-c11c-4c72-b36b-cf1f289de8af [pid: 7|app: 0|req: 932/1722] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:14 2026] GET /v2.0/security-groups?tenant_id=7ca0a548f65b448588e92faea0a4e3ee&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1723] 10.0.0.149 () {34 vars in 759 bytes} [Thu Apr 2 18:05:14 2026] PUT /v2.0/floatingips/c68bbc9e-8d71-4264-a8da-ecea7221f235/tags => generated 25 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:05:14.523 8 INFO neutron.services.segments.plugin [-] Segment b5dafaaf-0552-469b-8dc9-3a247b9e1252 resource provider aggregate not found 2026-04-02 18:05:14.531 8 INFO neutron.services.segments.plugin [-] Segment b5dafaaf-0552-469b-8dc9-3a247b9e1252 resource provider aggregate not found 2026-04-02 18:05:14.548 8 INFO neutron.services.segments.plugin [-] Segment b5dafaaf-0552-469b-8dc9-3a247b9e1252 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5dafaaf-0552-469b-8dc9-3a247b9e1252 found for delete ", "request_id": "req-68669acf-4bc9-4fa7-b8ef-fe5014db9a2f"}]} 2026-04-02 18:05:14.552 8 INFO neutron.services.segments.plugin [-] Segment b5dafaaf-0552-469b-8dc9-3a247b9e1252 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5dafaaf-0552-469b-8dc9-3a247b9e1252 found for delete ", "request_id": "req-21caf9f9-45e3-491e-a230-7c3b1cdd467f"}]} 2026-04-02 18:05:14.555 8 INFO neutron.db.l3_hamode_db [None req-c16d4552-f71e-4cb8-a1e1-12f223c06746 c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] HA network 50604a59-1b79-462d-bc6f-ab04c9f7f844 was deleted as no HA routers are present in tenant 9dc1e2dcb79d4c41a3577443a168bef8. [pid: 8|app: 0|req: 791/1724] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:05:14 2026] DELETE /v2.0/routers/9e754229-ee87-4c44-acf0-6a3ea4441367 => generated 0 bytes in 541 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1725] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:14 2026] DELETE /v2.0/security-groups/f8231929-5ce5-48d5-8ac9-fd01b14a198b => 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: 793/1726] 10.0.0.149 () {32 vars in 739 bytes} [Thu Apr 2 18:05:14 2026] GET /v2.0/floatingips/c68bbc9e-8d71-4264-a8da-ecea7221f235/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1727] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:05:14 2026] DELETE /v2.0/subnets/79cad337-a6a3-41d3-a57d-b592572a1947 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1728] 10.0.0.149 () {34 vars in 770 bytes} [Thu Apr 2 18:05:14 2026] PUT /v2.0/floatingips/c68bbc9e-8d71-4264-a8da-ecea7221f235/tags/green => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1729] 10.0.0.149 () {34 vars in 742 bytes} [Thu Apr 2 18:05:14 2026] PUT /v2.0/routers/00d19b2e-6b22-419f-b988-2380fb5aaf6c => generated 480 bytes in 515 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1730] 10.0.0.149 () {32 vars in 739 bytes} [Thu Apr 2 18:05:14 2026] GET /v2.0/floatingips/c68bbc9e-8d71-4264-a8da-ecea7221f235/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: 936/1731] 10.0.0.149 () {32 vars in 736 bytes} [Thu Apr 2 18:05:14 2026] GET /v2.0/ports?device_id=00d19b2e-6b22-419f-b988-2380fb5aaf6c => 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: 937/1732] 10.0.0.149 () {34 vars in 766 bytes} [Thu Apr 2 18:05:14 2026] PUT /v2.0/floatingips/c68bbc9e-8d71-4264-a8da-ecea7221f235/tags/red => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1733] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:05:14 2026] DELETE /v2.0/networks/0f9a31ac-2bdc-475b-9718-d998b9dd4383 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1734] 10.0.0.149 () {32 vars in 739 bytes} [Thu Apr 2 18:05:15 2026] GET /v2.0/floatingips/c68bbc9e-8d71-4264-a8da-ecea7221f235/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:05:15.110 8 INFO neutron.db.segments_db [None req-55c63371-0d89-4098-803a-432a17009368 c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] Added segment 88615273-bf6c-4701-969c-1e0893c31015 of type vxlan for network 4baaabb0-a5bd-4a43-92e4-e1dc52b5415a 2026-04-02 18:05:15.177 7 INFO neutron_taas.services.taas.taas_plugin [None req-202a3bf8-62a5-43a8-afaf-2d289152ad95 75f5f1d53d8b4029af64746b6764a1b0 29e1cd12eaaa41b7af741400ad3a47c1 - - default default] TaaS: Handle Delete Port: de663862-e0bd-4fcb-99a5-1d9fbe6bf04b 2026-04-02 18:05:15.180 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-202a3bf8-62a5-43a8-afaf-2d289152ad95 75f5f1d53d8b4029af64746b6764a1b0 29e1cd12eaaa41b7af741400ad3a47c1 - - default default] Tap Mirror: Handle Delete Port: de663862-e0bd-4fcb-99a5-1d9fbe6bf04b 2026-04-02 18:05:15.365 8 INFO neutron.db.l3_hamode_db [None req-55c63371-0d89-4098-803a-432a17009368 c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 18:05:15.507 7 INFO neutron.services.segments.plugin [-] Segment 73b71541-9cf6-450f-93a5-5c35280184dd resource provider aggregate not found 2026-04-02 18:05:15.511 7 INFO neutron.services.segments.plugin [-] Segment 73b71541-9cf6-450f-93a5-5c35280184dd resource provider aggregate not found 2026-04-02 18:05:15.529 7 INFO neutron.services.segments.plugin [-] Segment 73b71541-9cf6-450f-93a5-5c35280184dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73b71541-9cf6-450f-93a5-5c35280184dd found for delete ", "request_id": "req-3c39fa65-5bd1-4956-bbaa-8267ee2a581b"}]} 2026-04-02 18:05:15.539 7 INFO neutron.services.segments.plugin [-] Segment 73b71541-9cf6-450f-93a5-5c35280184dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73b71541-9cf6-450f-93a5-5c35280184dd found for delete ", "request_id": "req-d3c7d462-3875-47f9-a995-01df6021baba"}]} 2026-04-02 18:05:15.544 7 INFO neutron.db.l3_hamode_db [None req-202a3bf8-62a5-43a8-afaf-2d289152ad95 75f5f1d53d8b4029af64746b6764a1b0 29e1cd12eaaa41b7af741400ad3a47c1 - - default default] HA network 6abbb7b5-8d71-4180-913d-39def9cc81b2 was deleted as no HA routers are present in tenant 29e1cd12eaaa41b7af741400ad3a47c1. [pid: 7|app: 0|req: 938/1735] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:05:15 2026] DELETE /v2.0/routers/00d19b2e-6b22-419f-b988-2380fb5aaf6c => generated 0 bytes in 537 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1736] 10.0.0.149 () {34 vars in 788 bytes} [Thu Apr 2 18:05:15 2026] PUT /v2.0/floatingips/c68bbc9e-8d71-4264-a8da-ecea7221f235/tags/black.or.white => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1737] 10.0.0.149 () {32 vars in 739 bytes} [Thu Apr 2 18:05:15 2026] GET /v2.0/floatingips/c68bbc9e-8d71-4264-a8da-ecea7221f235/tags => generated 52 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1738] 10.0.0.149 () {34 vars in 759 bytes} [Thu Apr 2 18:05:15 2026] PUT /v2.0/floatingips/c68bbc9e-8d71-4264-a8da-ecea7221f235/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1739] 10.0.0.149 () {32 vars in 739 bytes} [Thu Apr 2 18:05:15 2026] GET /v2.0/floatingips/c68bbc9e-8d71-4264-a8da-ecea7221f235/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1740] 10.0.0.149 () {32 vars in 747 bytes} [Thu Apr 2 18:05:15 2026] GET /v2.0/floatingips/c68bbc9e-8d71-4264-a8da-ecea7221f235/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:05:15.835 7 INFO neutron.api.v2.resource [None req-78eab4d2-f584-4777-896d-35c6527cf207 c6eb91d2d0284720aa715f0c7bbf701c 4dc741781a5e4c84be46add097e1ceee - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 944/1741] 10.0.0.149 () {32 vars in 751 bytes} [Thu Apr 2 18:05:15 2026] GET /v2.0/floatingips/c68bbc9e-8d71-4264-a8da-ecea7221f235/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1742] 10.0.0.149 () {32 vars in 750 bytes} [Thu Apr 2 18:05:15 2026] DELETE /v2.0/floatingips/c68bbc9e-8d71-4264-a8da-ecea7221f235/tags/red => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1743] 10.0.0.149 () {32 vars in 739 bytes} [Thu Apr 2 18:05:15 2026] GET /v2.0/floatingips/c68bbc9e-8d71-4264-a8da-ecea7221f235/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:05:15.995 7 INFO neutron.api.v2.resource [None req-bcb14025-d682-48b7-adf8-6fd5047f492b c6eb91d2d0284720aa715f0c7bbf701c 4dc741781a5e4c84be46add097e1ceee - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 947/1744] 10.0.0.149 () {32 vars in 754 bytes} [Thu Apr 2 18:05:15 2026] DELETE /v2.0/floatingips/c68bbc9e-8d71-4264-a8da-ecea7221f235/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-02 18:05:16.026 8 INFO neutron.db.l3_hamode_db [None req-55c63371-0d89-4098-803a-432a17009368 c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 948/1745] 10.0.0.149 () {32 vars in 742 bytes} [Thu Apr 2 18:05:16 2026] DELETE /v2.0/floatingips/c68bbc9e-8d71-4264-a8da-ecea7221f235/tags => 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: 949/1746] 10.0.0.149 () {32 vars in 739 bytes} [Thu Apr 2 18:05:16 2026] GET /v2.0/floatingips/c68bbc9e-8d71-4264-a8da-ecea7221f235/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:05:16.262 7 INFO neutron_taas.services.taas.taas_plugin [None req-4f0062d1-5c46-4c98-8b8e-c6efae1efacf c6eb91d2d0284720aa715f0c7bbf701c 4dc741781a5e4c84be46add097e1ceee - - default default] TaaS: Handle Delete Port: db930940-78dd-4460-ae07-fcc0cd137732 2026-04-02 18:05:16.266 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f0062d1-5c46-4c98-8b8e-c6efae1efacf c6eb91d2d0284720aa715f0c7bbf701c 4dc741781a5e4c84be46add097e1ceee - - default default] Tap Mirror: Handle Delete Port: db930940-78dd-4460-ae07-fcc0cd137732 [pid: 7|app: 0|req: 950/1747] 10.0.0.149 () {32 vars in 732 bytes} [Thu Apr 2 18:05:16 2026] DELETE /v2.0/floatingips/c68bbc9e-8d71-4264-a8da-ecea7221f235 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:05:16.573 8 INFO neutron.services.segments.plugin [-] Segment 88900582-e273-413a-ad5f-f94c59c7cba9 resource provider aggregate not found 2026-04-02 18:05:16.578 8 INFO neutron.services.segments.plugin [-] Segment 88900582-e273-413a-ad5f-f94c59c7cba9 resource provider aggregate not found 2026-04-02 18:05:16.601 8 INFO neutron.services.segments.plugin [-] Segment 88900582-e273-413a-ad5f-f94c59c7cba9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88900582-e273-413a-ad5f-f94c59c7cba9 found for delete ", "request_id": "req-1807cbf3-9b81-449d-8078-23906d43008c"}]} 2026-04-02 18:05:16.602 8 INFO neutron.services.segments.plugin [-] Segment 88900582-e273-413a-ad5f-f94c59c7cba9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88900582-e273-413a-ad5f-f94c59c7cba9 found for delete ", "request_id": "req-b91df1ba-cdd0-4101-9fff-75c0e5254fa7"}]} [pid: 7|app: 0|req: 951/1748] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:16 2026] GET /v2.0/security-groups?tenant_id=57e234db10a84a7995f8afb4a9b8bd51&name=default => generated 2925 bytes in 372 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1749] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:05:15 2026] POST /v2.0/routers => generated 687 bytes in 1805 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1750] 10.0.0.149 () {32 vars in 721 bytes} [Thu Apr 2 18:05:16 2026] GET /v2.0/routers/6cfb7f0a-947b-4c9e-9833-2994af8bc327 => generated 693 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1751] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:16 2026] DELETE /v2.0/security-groups/d38e359c-6de2-447c-946f-9e412cf770ca => 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: 800/1752] 10.0.0.149 () {32 vars in 647 bytes} [Thu Apr 2 18:05:16 2026] GET /v2.0/routers => generated 696 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1753] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:17 2026] GET /v2.0/security-groups?tenant_id=29e1cd12eaaa41b7af741400ad3a47c1&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1754] 10.0.0.149 () {34 vars in 741 bytes} [Thu Apr 2 18:05:17 2026] PUT /v2.0/routers/6cfb7f0a-947b-4c9e-9833-2994af8bc327 => generated 700 bytes in 392 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1755] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:17 2026] DELETE /v2.0/security-groups/b67a7f38-63e6-4f81-8b82-83b1fb164d3e => 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: 802/1756] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:17 2026] GET /v2.0/security-groups?tenant_id=4dc741781a5e4c84be46add097e1ceee&name=default => generated 2925 bytes in 347 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1757] 10.0.0.149 () {32 vars in 721 bytes} [Thu Apr 2 18:05:17 2026] GET /v2.0/routers/6cfb7f0a-947b-4c9e-9833-2994af8bc327 => generated 700 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1758] 10.0.0.149 () {32 vars in 736 bytes} [Thu Apr 2 18:05:17 2026] GET /v2.0/ports?device_id=6cfb7f0a-947b-4c9e-9833-2994af8bc327 => 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: 803/1759] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:17 2026] DELETE /v2.0/security-groups/13876dc1-b80d-405f-b768-a4de52bb610f => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:05:17.785 7 INFO neutron_taas.services.taas.taas_plugin [None req-a7739b10-9866-4723-919a-6bd2da350900 c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] TaaS: Handle Delete Port: 4d88a1d5-1f39-4d34-9a75-38e411be4dd6 2026-04-02 18:05:17.788 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7739b10-9866-4723-919a-6bd2da350900 c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] Tap Mirror: Handle Delete Port: 4d88a1d5-1f39-4d34-9a75-38e411be4dd6 [pid: 8|app: 0|req: 804/1760] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:17 2026] GET /v2.0/security-groups?tenant_id=c00c501c1ef441709e80384ced329dd0&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:05:18.025 7 INFO neutron_taas.services.taas.taas_plugin [None req-a7739b10-9866-4723-919a-6bd2da350900 c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] TaaS: Handle Delete Port: 91509ccc-2cfc-477d-b219-374fe4356b50 2026-04-02 18:05:18.028 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7739b10-9866-4723-919a-6bd2da350900 c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] Tap Mirror: Handle Delete Port: 91509ccc-2cfc-477d-b219-374fe4356b50 [pid: 8|app: 0|req: 805/1761] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:17 2026] DELETE /v2.0/security-groups/94801758-f293-4b15-83e6-68b219d0cb44 => 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: 806/1762] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:18 2026] GET /v2.0/security-groups?tenant_id=0b9225d4d211457d86f3a3752ae6c0ab&name=default => generated 2925 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:05:18.867 7 INFO neutron.services.segments.plugin [-] Segment 88615273-bf6c-4701-969c-1e0893c31015 resource provider aggregate not found 2026-04-02 18:05:18.872 7 INFO neutron.services.segments.plugin [-] Segment 88615273-bf6c-4701-969c-1e0893c31015 resource provider aggregate not found 2026-04-02 18:05:18.880 7 INFO neutron.db.l3_hamode_db [None req-a7739b10-9866-4723-919a-6bd2da350900 c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] HA network 4baaabb0-a5bd-4a43-92e4-e1dc52b5415a was deleted as no HA routers are present in tenant 9dc1e2dcb79d4c41a3577443a168bef8. [pid: 7|app: 0|req: 957/1763] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:05:17 2026] DELETE /v2.0/routers/6cfb7f0a-947b-4c9e-9833-2994af8bc327 => generated 0 bytes in 1278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:05:18.893 7 INFO neutron.services.segments.plugin [-] Segment 88615273-bf6c-4701-969c-1e0893c31015 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88615273-bf6c-4701-969c-1e0893c31015 found for delete ", "request_id": "req-e45322cc-d596-46c6-9cba-4613aeabe257"}]} 2026-04-02 18:05:18.908 7 INFO neutron.services.segments.plugin [-] Segment 88615273-bf6c-4701-969c-1e0893c31015 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88615273-bf6c-4701-969c-1e0893c31015 found for delete ", "request_id": "req-fcf4f14b-7da0-473c-b45c-5a426d310fd0"}]} [pid: 7|app: 0|req: 958/1764] 10.0.0.149 () {32 vars in 736 bytes} [Thu Apr 2 18:05:18 2026] GET /v2.0/ports?device_id=6cfb7f0a-947b-4c9e-9833-2994af8bc327 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1765] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:18 2026] DELETE /v2.0/security-groups/fa02273d-91e6-45c4-afcb-024825d32be9 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:05:18.934 7 INFO neutron.api.v2.resource [None req-714d4cb7-0c4a-433b-a6ec-bec9962c89d7 c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 959/1766] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:05:18 2026] DELETE /v2.0/routers/6cfb7f0a-947b-4c9e-9833-2994af8bc327 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1767] 10.0.0.149 () {32 vars in 736 bytes} [Thu Apr 2 18:05:18 2026] GET /v2.0/ports?device_id=9e754229-ee87-4c44-acf0-6a3ea4441367 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:05:18.985 7 INFO neutron.api.v2.resource [None req-c5f2ba85-4806-4a84-b8b3-a8e633d37147 c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 960/1768] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:05:18 2026] DELETE /v2.0/routers/9e754229-ee87-4c44-acf0-6a3ea4441367 => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:05:19.010 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2a98ebb8-063d-4077-bcbf-63ab485300ec c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 809/1769] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:05:18 2026] DELETE /v2.0/subnets/79cad337-a6a3-41d3-a57d-b592572a1947 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1770] 10.0.0.149 () {32 vars in 736 bytes} [Thu Apr 2 18:05:19 2026] GET /v2.0/ports?device_id=1784c5dd-0a2f-4baa-a459-b28db5dc8bc4 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:05:19.064 8 INFO neutron.api.v2.resource [None req-42b6be63-05eb-4868-8d43-a288836219be c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 810/1771] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:05:19 2026] DELETE /v2.0/routers/1784c5dd-0a2f-4baa-a459-b28db5dc8bc4 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:05:19.085 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e9151158-3f6c-4ba2-9b86-113c9a92f277 c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 962/1772] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:05:19 2026] DELETE /v2.0/subnets/4bd12d8b-5c6e-4279-82ac-8bdd0385968a => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1773] 10.0.0.149 () {32 vars in 736 bytes} [Thu Apr 2 18:05:19 2026] GET /v2.0/ports?device_id=1b929d10-46ea-4c95-a7d5-da0ea0e3fc1f => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:05:19.135 8 INFO neutron.api.v2.resource [None req-0ab49a5d-031e-4d21-9673-a86db3dfcde5 c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 812/1774] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:05:19 2026] DELETE /v2.0/routers/1b929d10-46ea-4c95-a7d5-da0ea0e3fc1f => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:05:19.158 8 INFO neutron.pecan_wsgi.hooks.translation [None req-353cc6be-ffbb-4cb1-98b5-40347e4d76a0 c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 813/1775] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:05:19 2026] DELETE /v2.0/subnets/5e944c45-2ef1-4823-9edf-8efec2e529a7 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:05:19.181 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ba6cb1a5-ae2c-4923-a1a6-b9373d309cfa c7e217a860b044bf973a5a9ba4939817 9dc1e2dcb79d4c41a3577443a168bef8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 814/1776] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:05:19 2026] DELETE /v2.0/subnets/768c9be3-8cf3-4089-a4d2-15dcc360f6c0 => 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: 963/1777] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:19 2026] GET /v2.0/security-groups?tenant_id=4174ef8537e346a4aeba597602432c48&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1778] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:19 2026] DELETE /v2.0/security-groups/806728be-d592-443b-985e-c38203e902a1 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1779] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:19 2026] GET /v2.0/security-groups?tenant_id=9dc1e2dcb79d4c41a3577443a168bef8&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1780] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:19 2026] DELETE /v2.0/security-groups/70414703-8c70-4c4a-98b5-d7ad5202265a => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:05:21.062 7 INFO neutron.db.segments_db [None req-a6f59868-d46e-4183-947f-34e58030398b 5272aa73ae6f425c98bc4164465d1f27 1d5f0356e38b4f169cb2657496140a36 - - default default] Added segment f73d5837-b7e3-4c9a-92f8-e5ee087d08df of type vxlan for network b5fe07df-fe6d-4ca5-8b87-dfb83ad48a2b [pid: 7|app: 0|req: 965/1781] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:05:20 2026] POST /v2.0/networks => generated 631 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1782] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:05:21 2026] POST /v2.0/subnets => generated 626 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1783] 10.0.0.149 () {34 vars in 751 bytes} [Thu Apr 2 18:05:21 2026] PUT /v2.0/subnets/99bf8f32-e31f-4d8d-84fb-1ba63376827c/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1784] 10.0.0.149 () {32 vars in 731 bytes} [Thu Apr 2 18:05:21 2026] GET /v2.0/subnets/99bf8f32-e31f-4d8d-84fb-1ba63376827c/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1785] 10.0.0.149 () {34 vars in 762 bytes} [Thu Apr 2 18:05:21 2026] PUT /v2.0/subnets/99bf8f32-e31f-4d8d-84fb-1ba63376827c/tags/green => generated 4 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-02 18:05:21.643 7 INFO neutron.db.segments_db [None req-8560a335-72dc-40d4-94b9-461f594976ba e3df5112a71547748a4660db36cf6904 fdeface44d814e799cc3cfec12cb3741 - - default default] Added segment d43f52a4-59a0-42d4-be31-ab24e730a4ee of type vxlan for network ea1bbbbf-d6b2-4558-82bc-3fca856fb42d [pid: 8|app: 0|req: 821/1786] 10.0.0.149 () {32 vars in 731 bytes} [Thu Apr 2 18:05:21 2026] GET /v2.0/subnets/99bf8f32-e31f-4d8d-84fb-1ba63376827c/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1787] 10.0.0.149 () {32 vars in 623 bytes} [Thu Apr 2 18:05:21 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1788] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:05:21 2026] POST /v2.0/networks => generated 632 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1789] 10.0.0.149 () {32 vars in 633 bytes} [Thu Apr 2 18:05:21 2026] GET /v2.0/ => generated 632 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1790] 10.0.0.149 () {34 vars in 758 bytes} [Thu Apr 2 18:05:21 2026] PUT /v2.0/subnets/99bf8f32-e31f-4d8d-84fb-1ba63376827c/tags/red => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1791] 10.0.0.149 () {32 vars in 731 bytes} [Thu Apr 2 18:05:21 2026] GET /v2.0/subnets/99bf8f32-e31f-4d8d-84fb-1ba63376827c/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: 825/1792] 10.0.0.149 () {34 vars in 780 bytes} [Thu Apr 2 18:05:21 2026] PUT /v2.0/subnets/99bf8f32-e31f-4d8d-84fb-1ba63376827c/tags/black.or.white => generated 4 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1793] 10.0.0.149 () {32 vars in 731 bytes} [Thu Apr 2 18:05:21 2026] GET /v2.0/subnets/99bf8f32-e31f-4d8d-84fb-1ba63376827c/tags => generated 52 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1794] 10.0.0.149 () {34 vars in 751 bytes} [Thu Apr 2 18:05:21 2026] PUT /v2.0/subnets/99bf8f32-e31f-4d8d-84fb-1ba63376827c/tags => generated 37 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1795] 10.0.0.149 () {34 vars in 664 bytes} [Thu Apr 2 18:05:21 2026] POST /v2.0/ports => generated 743 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1796] 10.0.0.149 () {32 vars in 731 bytes} [Thu Apr 2 18:05:22 2026] GET /v2.0/subnets/99bf8f32-e31f-4d8d-84fb-1ba63376827c/tags => generated 37 bytes in 38 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: 829/1797] 10.0.0.149 () {32 vars in 739 bytes} [Thu Apr 2 18:05:22 2026] GET /v2.0/subnets/99bf8f32-e31f-4d8d-84fb-1ba63376827c/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1798] 10.0.0.149 () {34 vars in 747 bytes} [Thu Apr 2 18:05:22 2026] PUT /v2.0/ports/b7f1a3ce-ba64-43f7-a7bb-d3c30e4a244d/tags => generated 25 bytes in 53 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-04-02 18:05:22.151 8 INFO neutron.api.v2.resource [None req-c7b23f97-cb6f-432e-a641-b88fbf1c6734 5272aa73ae6f425c98bc4164465d1f27 1d5f0356e38b4f169cb2657496140a36 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 830/1799] 10.0.0.149 () {32 vars in 743 bytes} [Thu Apr 2 18:05:22 2026] GET /v2.0/subnets/99bf8f32-e31f-4d8d-84fb-1ba63376827c/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1800] 10.0.0.149 () {32 vars in 727 bytes} [Thu Apr 2 18:05:22 2026] GET /v2.0/ports/b7f1a3ce-ba64-43f7-a7bb-d3c30e4a244d/tags => generated 25 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 831/1801] 10.0.0.149 () {32 vars in 742 bytes} [Thu Apr 2 18:05:22 2026] DELETE /v2.0/subnets/99bf8f32-e31f-4d8d-84fb-1ba63376827c/tags/red => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1802] 10.0.0.149 () {32 vars in 731 bytes} [Thu Apr 2 18:05:22 2026] GET /v2.0/subnets/99bf8f32-e31f-4d8d-84fb-1ba63376827c/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1803] 10.0.0.149 () {34 vars in 758 bytes} [Thu Apr 2 18:05:22 2026] PUT /v2.0/ports/b7f1a3ce-ba64-43f7-a7bb-d3c30e4a244d/tags/green => generated 4 bytes in 80 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, ' 2026-04-02 18:05:22.333 8 INFO neutron.api.v2.resource [None req-88ebed74-9aa4-48a9-887c-b138aba27ea0 5272aa73ae6f425c98bc4164465d1f27 1d5f0356e38b4f169cb2657496140a36 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 833/1804] 10.0.0.149 () {32 vars in 746 bytes} [Thu Apr 2 18:05:22 2026] DELETE /v2.0/subnets/99bf8f32-e31f-4d8d-84fb-1ba63376827c/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1805] 10.0.0.149 () {32 vars in 727 bytes} [Thu Apr 2 18:05:22 2026] GET /v2.0/ports/b7f1a3ce-ba64-43f7-a7bb-d3c30e4a244d/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 973/1806] 10.0.0.149 () {32 vars in 734 bytes} [Thu Apr 2 18:05:22 2026] DELETE /v2.0/subnets/99bf8f32-e31f-4d8d-84fb-1ba63376827c/tags => 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: 974/1807] 10.0.0.149 () {34 vars in 754 bytes} [Thu Apr 2 18:05:22 2026] PUT /v2.0/ports/b7f1a3ce-ba64-43f7-a7bb-d3c30e4a244d/tags/red => generated 4 bytes in 67 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: 975/1808] 10.0.0.149 () {32 vars in 731 bytes} [Thu Apr 2 18:05:22 2026] GET /v2.0/subnets/99bf8f32-e31f-4d8d-84fb-1ba63376827c/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1809] 10.0.0.149 () {32 vars in 727 bytes} [Thu Apr 2 18:05:22 2026] GET /v2.0/ports/b7f1a3ce-ba64-43f7-a7bb-d3c30e4a244d/tags => generated 34 bytes in 42 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: 834/1810] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:22 2026] GET /v2.0/security-groups?tenant_id=26649f4fc61842feae1f54281d84429e&name=default => generated 2925 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1811] 10.0.0.149 () {34 vars in 776 bytes} [Thu Apr 2 18:05:22 2026] PUT /v2.0/ports/b7f1a3ce-ba64-43f7-a7bb-d3c30e4a244d/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: 977/1812] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:05:22 2026] DELETE /v2.0/subnets/99bf8f32-e31f-4d8d-84fb-1ba63376827c => 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: 836/1813] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:22 2026] DELETE /v2.0/security-groups/bdeefa17-1235-4cee-91f4-3106d779337e => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1814] 10.0.0.149 () {32 vars in 727 bytes} [Thu Apr 2 18:05:22 2026] GET /v2.0/ports/b7f1a3ce-ba64-43f7-a7bb-d3c30e4a244d/tags => generated 52 bytes in 82 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: 979/1815] 10.0.0.149 () {34 vars in 747 bytes} [Thu Apr 2 18:05:22 2026] PUT /v2.0/ports/b7f1a3ce-ba64-43f7-a7bb-d3c30e4a244d/tags => generated 37 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-02 18:05:22.893 8 INFO neutron.services.segments.plugin [-] Segment f73d5837-b7e3-4c9a-92f8-e5ee087d08df resource provider aggregate not found 2026-04-02 18:05:22.903 8 INFO neutron.services.segments.plugin [-] Segment f73d5837-b7e3-4c9a-92f8-e5ee087d08df resource provider aggregate not found 2026-04-02 18:05:22.912 8 INFO neutron.services.segments.plugin [-] Segment f73d5837-b7e3-4c9a-92f8-e5ee087d08df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f73d5837-b7e3-4c9a-92f8-e5ee087d08df found for delete ", "request_id": "req-17637c78-79ae-42df-9903-4d3af272f2d8"}]} 2026-04-02 18:05:22.921 8 INFO neutron.services.segments.plugin [-] Segment f73d5837-b7e3-4c9a-92f8-e5ee087d08df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f73d5837-b7e3-4c9a-92f8-e5ee087d08df found for delete ", "request_id": "req-c6b2632b-e5c7-4296-836b-1236f7fb0a59"}]} [pid: 7|app: 0|req: 980/1816] 10.0.0.149 () {32 vars in 727 bytes} [Thu Apr 2 18:05:22 2026] GET /v2.0/ports/b7f1a3ce-ba64-43f7-a7bb-d3c30e4a244d/tags => generated 37 bytes in 53 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: 837/1817] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:05:22 2026] DELETE /v2.0/networks/b5fe07df-fe6d-4ca5-8b87-dfb83ad48a2b => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1818] 10.0.0.149 () {32 vars in 735 bytes} [Thu Apr 2 18:05:22 2026] GET /v2.0/ports/b7f1a3ce-ba64-43f7-a7bb-d3c30e4a244d/tags/red => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:05:23.050 8 INFO neutron.api.v2.resource [None req-ccb112d3-e35a-4c4d-b487-dd0aeed8e118 e3df5112a71547748a4660db36cf6904 fdeface44d814e799cc3cfec12cb3741 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 838/1819] 10.0.0.149 () {32 vars in 739 bytes} [Thu Apr 2 18:05:22 2026] GET /v2.0/ports/b7f1a3ce-ba64-43f7-a7bb-d3c30e4a244d/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: 7|app: 0|req: 982/1820] 10.0.0.149 () {32 vars in 738 bytes} [Thu Apr 2 18:05:23 2026] DELETE /v2.0/ports/b7f1a3ce-ba64-43f7-a7bb-d3c30e4a244d/tags/red => generated 0 bytes in 74 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: 839/1821] 10.0.0.149 () {32 vars in 727 bytes} [Thu Apr 2 18:05:23 2026] GET /v2.0/ports/b7f1a3ce-ba64-43f7-a7bb-d3c30e4a244d/tags => generated 30 bytes in 53 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-04-02 18:05:23.267 7 INFO neutron.api.v2.resource [None req-fbe0d92c-725b-430c-8a7d-a3f2fc6e2069 e3df5112a71547748a4660db36cf6904 fdeface44d814e799cc3cfec12cb3741 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 983/1824] 10.0.0.149 () {32 vars in 742 bytes} [Thu Apr 2 18:05:23 2026] DELETE /v2.0/ports/b7f1a3ce-ba64-43f7-a7bb-d3c30e4a244d/tags/green => generated 99 bytes in 76 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: 842/1825] 10.0.0.149 () {32 vars in 730 bytes} [Thu Apr 2 18:05:23 2026] DELETE /v2.0/ports/b7f1a3ce-ba64-43f7-a7bb-d3c30e4a244d/tags => generated 0 bytes in 71 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: 984/1826] 10.0.0.149 () {32 vars in 727 bytes} [Thu Apr 2 18:05:23 2026] GET /v2.0/ports/b7f1a3ce-ba64-43f7-a7bb-d3c30e4a244d/tags => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-02 18:05:23.532 8 INFO neutron_taas.services.taas.taas_plugin [None req-6fdc3f87-9267-4ea8-b23a-8085ac4fe0b2 e3df5112a71547748a4660db36cf6904 fdeface44d814e799cc3cfec12cb3741 - - default default] TaaS: Handle Delete Port: b7f1a3ce-ba64-43f7-a7bb-d3c30e4a244d 2026-04-02 18:05:23.534 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6fdc3f87-9267-4ea8-b23a-8085ac4fe0b2 e3df5112a71547748a4660db36cf6904 fdeface44d814e799cc3cfec12cb3741 - - default default] Tap Mirror: Handle Delete Port: b7f1a3ce-ba64-43f7-a7bb-d3c30e4a244d [pid: 8|app: 0|req: 843/1827] 10.0.0.149 () {32 vars in 720 bytes} [Thu Apr 2 18:05:23 2026] DELETE /v2.0/ports/b7f1a3ce-ba64-43f7-a7bb-d3c30e4a244d => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 985/1828] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:23 2026] GET /v2.0/security-groups?tenant_id=1d5f0356e38b4f169cb2657496140a36&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:05:23.802 7 INFO neutron.services.segments.plugin [-] Segment d43f52a4-59a0-42d4-be31-ab24e730a4ee resource provider aggregate not found 2026-04-02 18:05:23.806 7 INFO neutron.services.segments.plugin [-] Segment d43f52a4-59a0-42d4-be31-ab24e730a4ee resource provider aggregate not found 2026-04-02 18:05:23.823 7 INFO neutron.services.segments.plugin [-] Segment d43f52a4-59a0-42d4-be31-ab24e730a4ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d43f52a4-59a0-42d4-be31-ab24e730a4ee found for delete ", "request_id": "req-e00aff5e-54ca-4ea8-a25a-ca592cd2b27b"}]} 2026-04-02 18:05:23.826 7 INFO neutron.services.segments.plugin [-] Segment d43f52a4-59a0-42d4-be31-ab24e730a4ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d43f52a4-59a0-42d4-be31-ab24e730a4ee found for delete ", "request_id": "req-244b49fa-cd97-47c3-a5d4-5630735b3e01"}]} [pid: 7|app: 0|req: 986/1829] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:05:23 2026] DELETE /v2.0/networks/ea1bbbbf-d6b2-4558-82bc-3fca856fb42d => 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: 844/1830] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:23 2026] GET /v2.0/security-groups?tenant_id=910bac654cb149fe8c49c8100bf43be2&name=default => generated 2925 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1831] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:23 2026] DELETE /v2.0/security-groups/885bf416-1ddb-461c-924f-2c9b97fb5f2d => 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: 845/1832] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:23 2026] DELETE /v2.0/security-groups/d3536207-61ae-4886-bf66-3a30c961a399 => 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: 988/1833] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:24 2026] GET /v2.0/security-groups?tenant_id=1a7b68b2bb604fe2bee2333daeabc7e9&name=default => generated 2925 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1834] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:24 2026] DELETE /v2.0/security-groups/22f991f4-3c49-4b64-a072-bfd09e12f295 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1835] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:24 2026] GET /v2.0/security-groups?tenant_id=b4e46ae4e549461f9337d92663bd520b&name=default => generated 2925 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1836] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:24 2026] DELETE /v2.0/security-groups/83d4cb72-4f7e-4e06-b7b0-57c88178d922 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1837] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:24 2026] GET /v2.0/security-groups?tenant_id=fdeface44d814e799cc3cfec12cb3741&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1838] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:24 2026] DELETE /v2.0/security-groups/eade737e-3300-4878-8d93-4fd18513a40e => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1839] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:26 2026] GET /v2.0/security-groups?tenant_id=7a750bb436f84bbb93bd4e0f30603631&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1840] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:26 2026] DELETE /v2.0/security-groups/f36b9a58-5c7f-458f-8bf7-7c22a548b6ba => 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: 992/1841] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:27 2026] GET /v2.0/security-groups?tenant_id=42c60622d2f742418bdd2126981f91e6&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1842] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:27 2026] DELETE /v2.0/security-groups/06e07e5a-3481-4dff-9c18-c536efb29293 => 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: 993/1843] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:27 2026] GET /v2.0/security-groups?tenant_id=8a684fc86aa04955ac37dc61ab79e952&name=default => generated 2925 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1844] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:27 2026] DELETE /v2.0/security-groups/3ee37c91-c402-475f-a454-bf140e7af04a => 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: 994/1845] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:27 2026] GET /v2.0/security-groups?tenant_id=c14ac3ee92594190b751fa0361c712de&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1846] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:28 2026] DELETE /v2.0/security-groups/536da1aa-a3f7-4890-a6bd-2079b5c10aae => 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: 852/1847] 10.0.0.149 () {34 vars in 684 bytes} [Thu Apr 2 18:05:28 2026] POST /v2.0/security-groups => generated 1601 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1848] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:28 2026] GET /v2.0/security-groups?tenant_id=2dae2f5c48be4056a57eddeec7eba49e&name=default => generated 2925 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1849] 10.0.0.149 () {34 vars in 767 bytes} [Thu Apr 2 18:05:28 2026] PUT /v2.0/security-groups/1bc53fcc-f2a0-4118-9223-c2d393f64bfc/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: 855/1850] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:28 2026] DELETE /v2.0/security-groups/d2b491ed-6e7f-4790-a8f3-4fae7c1ec364 => 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: 856/1851] 10.0.0.149 () {32 vars in 747 bytes} [Thu Apr 2 18:05:28 2026] GET /v2.0/security-groups/1bc53fcc-f2a0-4118-9223-c2d393f64bfc/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:05:28.886 7 INFO neutron.db.segments_db [None req-800e45bb-b247-41cf-9fbb-314d914e87ff ddb0cec19d904b99bc84f37daea12475 d3a05e2197da413b94c6a8200a9c59c2 - - default default] Added segment 6098603e-134b-47a4-8878-ef45403a4275 of type vxlan for network c8ddfde0-c689-4e15-9d4d-32358051a67b [pid: 8|app: 0|req: 857/1852] 10.0.0.149 () {34 vars in 778 bytes} [Thu Apr 2 18:05:28 2026] PUT /v2.0/security-groups/1bc53fcc-f2a0-4118-9223-c2d393f64bfc/tags/green => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-02 18:05:28.950 7 INFO neutron.db.segments_db [None req-800e45bb-b247-41cf-9fbb-314d914e87ff ddb0cec19d904b99bc84f37daea12475 d3a05e2197da413b94c6a8200a9c59c2 - - default default] Added segment 9ab92025-266e-4b8c-80e6-58cdc75a7c4c of type vxlan for network 2db241e0-d53d-4a34-bb83-34c4e87c2ac3 [pid: 8|app: 0|req: 858/1853] 10.0.0.149 () {32 vars in 747 bytes} [Thu Apr 2 18:05:28 2026] GET /v2.0/security-groups/1bc53fcc-f2a0-4118-9223-c2d393f64bfc/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1854] 10.0.0.149 () {34 vars in 774 bytes} [Thu Apr 2 18:05:28 2026] PUT /v2.0/security-groups/1bc53fcc-f2a0-4118-9223-c2d393f64bfc/tags/red => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1855] 10.0.0.149 () {32 vars in 747 bytes} [Thu Apr 2 18:05:29 2026] GET /v2.0/security-groups/1bc53fcc-f2a0-4118-9223-c2d393f64bfc/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1856] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:05:28 2026] POST /v2.0/networks => generated 1245 bytes in 565 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1857] 10.0.0.149 () {34 vars in 796 bytes} [Thu Apr 2 18:05:29 2026] PUT /v2.0/security-groups/1bc53fcc-f2a0-4118-9223-c2d393f64bfc/tags/black.or.white => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1858] 10.0.0.149 () {32 vars in 649 bytes} [Thu Apr 2 18:05:29 2026] GET /v2.0/networks => generated 1844 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1859] 10.0.0.149 () {32 vars in 747 bytes} [Thu Apr 2 18:05:29 2026] GET /v2.0/security-groups/1bc53fcc-f2a0-4118-9223-c2d393f64bfc/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:05:29.226 7 INFO neutron.services.segments.plugin [-] Segment 6098603e-134b-47a4-8878-ef45403a4275 resource provider aggregate not found 2026-04-02 18:05:29.234 7 INFO neutron.services.segments.plugin [-] Segment 6098603e-134b-47a4-8878-ef45403a4275 resource provider aggregate not found 2026-04-02 18:05:29.240 7 INFO neutron.services.segments.plugin [-] Segment 6098603e-134b-47a4-8878-ef45403a4275 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6098603e-134b-47a4-8878-ef45403a4275 found for delete ", "request_id": "req-35e7558b-76ba-4c85-886d-f9ff84e3dc8b"}]} [pid: 8|app: 0|req: 863/1860] 10.0.0.149 () {34 vars in 767 bytes} [Thu Apr 2 18:05:29 2026] PUT /v2.0/security-groups/1bc53fcc-f2a0-4118-9223-c2d393f64bfc/tags => generated 37 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:05:29.255 7 INFO neutron.services.segments.plugin [-] Segment 6098603e-134b-47a4-8878-ef45403a4275 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6098603e-134b-47a4-8878-ef45403a4275 found for delete ", "request_id": "req-68734ae0-4c48-4b91-a3d3-fd9537e35796"}]} [pid: 7|app: 0|req: 998/1861] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:05:29 2026] DELETE /v2.0/networks/c8ddfde0-c689-4e15-9d4d-32358051a67b => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1862] 10.0.0.149 () {32 vars in 747 bytes} [Thu Apr 2 18:05:29 2026] GET /v2.0/security-groups/1bc53fcc-f2a0-4118-9223-c2d393f64bfc/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1863] 10.0.0.149 () {32 vars in 755 bytes} [Thu Apr 2 18:05:29 2026] GET /v2.0/security-groups/1bc53fcc-f2a0-4118-9223-c2d393f64bfc/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:05:29.373 8 INFO neutron.api.v2.resource [None req-6657b1f0-4c6f-4c21-b923-328d5913ba8d 543cdb95da504c5c85e2df0c9335ec71 4a19382f860546629277511cf46ef410 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 866/1864] 10.0.0.149 () {32 vars in 759 bytes} [Thu Apr 2 18:05:29 2026] GET /v2.0/security-groups/1bc53fcc-f2a0-4118-9223-c2d393f64bfc/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: 999/1865] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:05:29 2026] DELETE /v2.0/networks/2db241e0-d53d-4a34-bb83-34c4e87c2ac3 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1866] 10.0.0.149 () {32 vars in 758 bytes} [Thu Apr 2 18:05:29 2026] DELETE /v2.0/security-groups/1bc53fcc-f2a0-4118-9223-c2d393f64bfc/tags/red => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1867] 10.0.0.149 () {32 vars in 649 bytes} [Thu Apr 2 18:05:29 2026] GET /v2.0/networks => generated 651 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1868] 10.0.0.149 () {32 vars in 747 bytes} [Thu Apr 2 18:05:29 2026] GET /v2.0/security-groups/1bc53fcc-f2a0-4118-9223-c2d393f64bfc/tags => generated 30 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:05:29.509 7 INFO neutron.db.segments_db [None req-9259b2d5-99ff-4a8f-af9f-6db3588c8ea0 ddb0cec19d904b99bc84f37daea12475 d3a05e2197da413b94c6a8200a9c59c2 - - default default] Added segment 53150989-7d35-4397-83f3-1fc49c89c341 of type vxlan for network d399272e-6db5-4171-bdf0-c4219fd2b3b3 2026-04-02 18:05:29.538 8 INFO neutron.api.v2.resource [None req-7e99349d-e248-4616-aa39-6c0d68f312d8 543cdb95da504c5c85e2df0c9335ec71 4a19382f860546629277511cf46ef410 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 869/1869] 10.0.0.149 () {32 vars in 762 bytes} [Thu Apr 2 18:05:29 2026] DELETE /v2.0/security-groups/1bc53fcc-f2a0-4118-9223-c2d393f64bfc/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: 1001/1870] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:05:29 2026] POST /v2.0/networks => generated 653 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1871] 10.0.0.149 () {32 vars in 750 bytes} [Thu Apr 2 18:05:29 2026] DELETE /v2.0/security-groups/1bc53fcc-f2a0-4118-9223-c2d393f64bfc/tags => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1872] 10.0.0.149 () {32 vars in 747 bytes} [Thu Apr 2 18:05:29 2026] GET /v2.0/security-groups/1bc53fcc-f2a0-4118-9223-c2d393f64bfc/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:05:29.663 7 INFO neutron.db.segments_db [None req-27905e3f-7971-4471-b5d1-f91f649c58ce ddb0cec19d904b99bc84f37daea12475 d3a05e2197da413b94c6a8200a9c59c2 - - default default] Added segment daab8884-548f-4eba-ac14-2a525b1a6cb2 of type vxlan for network 7f01f5f9-ecfd-4d3e-80a8-24baa123aff1 [pid: 8|app: 0|req: 872/1873] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:29 2026] DELETE /v2.0/security-groups/1bc53fcc-f2a0-4118-9223-c2d393f64bfc => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1874] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:05:29 2026] POST /v2.0/networks => generated 654 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1875] 10.0.0.149 () {34 vars in 665 bytes} [Thu Apr 2 18:05:29 2026] POST /v2.0/ports => generated 1506 bytes in 525 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1876] 10.0.0.149 () {32 vars in 643 bytes} [Thu Apr 2 18:05:30 2026] GET /v2.0/ports => generated 1506 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:05:30.507 7 INFO neutron_taas.services.taas.taas_plugin [None req-903bb898-93bf-4d3f-9bec-be66f6a302e4 ddb0cec19d904b99bc84f37daea12475 d3a05e2197da413b94c6a8200a9c59c2 - - default default] TaaS: Handle Delete Port: 9bc1cde2-d2c2-461a-952f-262f89053f67 2026-04-02 18:05:30.511 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-903bb898-93bf-4d3f-9bec-be66f6a302e4 ddb0cec19d904b99bc84f37daea12475 d3a05e2197da413b94c6a8200a9c59c2 - - default default] Tap Mirror: Handle Delete Port: 9bc1cde2-d2c2-461a-952f-262f89053f67 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 874/1877] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:30 2026] GET /v2.0/security-groups?tenant_id=4a19382f860546629277511cf46ef410&name=default => generated 2925 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1878] 10.0.0.149 () {32 vars in 720 bytes} [Thu Apr 2 18:05:30 2026] DELETE /v2.0/ports/9bc1cde2-d2c2-461a-952f-262f89053f67 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1879] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:30 2026] DELETE /v2.0/security-groups/a63af09c-6e9e-4a3d-8594-089d62ef7b4c => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:05:30.739 7 INFO neutron_taas.services.taas.taas_plugin [None req-d6cf441f-8038-4ce8-812a-1f14c2118a74 ddb0cec19d904b99bc84f37daea12475 d3a05e2197da413b94c6a8200a9c59c2 - - default default] TaaS: Handle Delete Port: 485a3c97-18e6-4c4f-a875-b4a04abeccab 2026-04-02 18:05:30.743 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d6cf441f-8038-4ce8-812a-1f14c2118a74 ddb0cec19d904b99bc84f37daea12475 d3a05e2197da413b94c6a8200a9c59c2 - - default default] Tap Mirror: Handle Delete Port: 485a3c97-18e6-4c4f-a875-b4a04abeccab [pid: 7|app: 0|req: 1005/1880] 10.0.0.149 () {32 vars in 720 bytes} [Thu Apr 2 18:05:30 2026] DELETE /v2.0/ports/485a3c97-18e6-4c4f-a875-b4a04abeccab => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1881] 10.0.0.149 () {32 vars in 643 bytes} [Thu Apr 2 18:05:30 2026] GET /v2.0/ports => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1882] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:30 2026] GET /v2.0/security-groups?tenant_id=40094832caa54bc799e57cbcf834a0b1&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:05:30.929 7 INFO neutron.db.segments_db [None req-09fd7066-e101-4839-84db-b5ccf463860f ddb0cec19d904b99bc84f37daea12475 d3a05e2197da413b94c6a8200a9c59c2 - - default default] Added segment 4d26ea85-d684-4204-ac21-19806149acf6 of type vxlan for network a01a936b-a390-48ac-90c1-2c9e7c4cc149 [pid: 8|app: 0|req: 877/1883] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:30 2026] DELETE /v2.0/security-groups/16ce1c30-7860-443f-83fb-fd9d0ede63db => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1884] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:05:30 2026] POST /v2.0/networks => generated 654 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:05:31.078 8 INFO neutron.db.segments_db [None req-f2dd90d3-5fb6-4fcd-b6c7-764097c59d9f ddb0cec19d904b99bc84f37daea12475 d3a05e2197da413b94c6a8200a9c59c2 - - default default] Added segment 7fc67817-65b9-494c-a369-a22474771cf3 of type vxlan for network bd45c9af-725a-4166-b13f-00525f78e187 [pid: 8|app: 0|req: 878/1885] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:05:31 2026] POST /v2.0/networks => generated 653 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:05:31.260 7 INFO neutron.services.segments.plugin [-] Segment 9ab92025-266e-4b8c-80e6-58cdc75a7c4c resource provider aggregate not found 2026-04-02 18:05:31.275 7 INFO neutron.services.segments.plugin [-] Segment 9ab92025-266e-4b8c-80e6-58cdc75a7c4c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ab92025-266e-4b8c-80e6-58cdc75a7c4c found for delete ", "request_id": "req-a0231533-4341-45d2-9a39-a53279e59e4c"}]} 2026-04-02 18:05:31.277 7 INFO neutron.services.segments.plugin [-] Segment 9ab92025-266e-4b8c-80e6-58cdc75a7c4c resource provider aggregate not found 2026-04-02 18:05:31.293 7 INFO neutron.services.segments.plugin [-] Segment 9ab92025-266e-4b8c-80e6-58cdc75a7c4c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ab92025-266e-4b8c-80e6-58cdc75a7c4c found for delete ", "request_id": "req-0e0e2cd1-51ff-4e58-a62b-53ecd9a53b72"}]} [pid: 7|app: 0|req: 1008/1886] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:05:31 2026] POST /v2.0/subnets => generated 1324 bytes in 469 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1887] 10.0.0.149 () {32 vars in 647 bytes} [Thu Apr 2 18:05:32 2026] GET /v2.0/subnets => generated 1960 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1888] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:05:32 2026] DELETE /v2.0/subnets/e6d9e62c-2448-4f7c-81da-cbf4fe91ffc4 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1889] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:05:32 2026] DELETE /v2.0/subnets/6868989c-70ec-4e1d-ba94-0a992d99690c => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1890] 10.0.0.149 () {32 vars in 647 bytes} [Thu Apr 2 18:05:32 2026] GET /v2.0/subnets => generated 649 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:05:32.596 8 INFO neutron.services.segments.plugin [-] Segment 7fc67817-65b9-494c-a369-a22474771cf3 resource provider aggregate not found 2026-04-02 18:05:32.601 8 INFO neutron.services.segments.plugin [-] Segment 7fc67817-65b9-494c-a369-a22474771cf3 resource provider aggregate not found 2026-04-02 18:05:32.614 8 INFO neutron.services.segments.plugin [-] Segment 7fc67817-65b9-494c-a369-a22474771cf3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fc67817-65b9-494c-a369-a22474771cf3 found for delete ", "request_id": "req-652a38c4-2a20-4119-a59c-f1a816acbfc4"}]} 2026-04-02 18:05:32.618 8 INFO neutron.services.segments.plugin [-] Segment 7fc67817-65b9-494c-a369-a22474771cf3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fc67817-65b9-494c-a369-a22474771cf3 found for delete ", "request_id": "req-bfc02069-fb9f-41ba-8dac-4c20d3fd369b"}]} [pid: 8|app: 0|req: 881/1891] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:05:32 2026] DELETE /v2.0/networks/bd45c9af-725a-4166-b13f-00525f78e187 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1892] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:05:32 2026] DELETE /v2.0/networks/a01a936b-a390-48ac-90c1-2c9e7c4cc149 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1893] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:05:32 2026] DELETE /v2.0/networks/7f01f5f9-ecfd-4d3e-80a8-24baa123aff1 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/1894] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:05:32 2026] DELETE /v2.0/networks/d399272e-6db5-4171-bdf0-c4219fd2b3b3 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:05:33.292 7 INFO neutron.services.segments.plugin [-] Segment 4d26ea85-d684-4204-ac21-19806149acf6 resource provider aggregate not found [pid: 8|app: 0|req: 883/1895] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:33 2026] GET /v2.0/security-groups?tenant_id=ffa69aed2f5546b4ab4d4b97e89accfb&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:05:33.312 7 INFO neutron.services.segments.plugin [-] Segment 4d26ea85-d684-4204-ac21-19806149acf6 resource provider aggregate not found 2026-04-02 18:05:33.315 7 INFO neutron.services.segments.plugin [-] Segment 4d26ea85-d684-4204-ac21-19806149acf6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d26ea85-d684-4204-ac21-19806149acf6 found for delete ", "request_id": "req-0aafb46d-43f4-401a-8138-f5f73d167c5e"}]} 2026-04-02 18:05:33.333 7 INFO neutron.services.segments.plugin [-] Segment 4d26ea85-d684-4204-ac21-19806149acf6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d26ea85-d684-4204-ac21-19806149acf6 found for delete ", "request_id": "req-bdc5dcf1-23d3-4a1c-8df7-e8522279b3cc"}]} 2026-04-02 18:05:33.342 7 INFO neutron.services.segments.plugin [-] Segment 53150989-7d35-4397-83f3-1fc49c89c341 resource provider aggregate not found 2026-04-02 18:05:33.356 7 INFO neutron.services.segments.plugin [-] Segment 53150989-7d35-4397-83f3-1fc49c89c341 resource provider aggregate not found 2026-04-02 18:05:33.360 7 INFO neutron.services.segments.plugin [-] Segment 53150989-7d35-4397-83f3-1fc49c89c341 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53150989-7d35-4397-83f3-1fc49c89c341 found for delete ", "request_id": "req-bbef241a-1409-4e7f-9ccd-984c5b85cc0e"}]} 2026-04-02 18:05:33.374 7 INFO neutron.services.segments.plugin [-] Segment 53150989-7d35-4397-83f3-1fc49c89c341 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53150989-7d35-4397-83f3-1fc49c89c341 found for delete ", "request_id": "req-2890d1b5-efbf-4fa4-9884-574723784eac"}]} [pid: 7|app: 0|req: 1013/1896] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:33 2026] DELETE /v2.0/security-groups/9957ae96-667f-4673-9ad7-8d04a676a656 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1897] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:33 2026] GET /v2.0/security-groups?tenant_id=eee3d697c1154f7e82c61fa1fcd0899b&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1898] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:33 2026] DELETE /v2.0/security-groups/3573dc58-4125-48bb-93fd-163707366c7a => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1899] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:33 2026] GET /v2.0/security-groups?tenant_id=d3a05e2197da413b94c6a8200a9c59c2&name=default => generated 2925 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1900] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:33 2026] DELETE /v2.0/security-groups/bbfb8825-dc43-45c9-83b0-d6bd046b7bcd => 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: 1015/1901] 10.0.0.149 () {34 vars in 676 bytes} [Thu Apr 2 18:05:34 2026] POST /v2.0/subnetpools => generated 516 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1902] 10.0.0.149 () {34 vars in 759 bytes} [Thu Apr 2 18:05:34 2026] PUT /v2.0/subnetpools/dc309d83-7b96-4b3b-b311-beaaef0085f3/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1903] 10.0.0.149 () {32 vars in 739 bytes} [Thu Apr 2 18:05:34 2026] GET /v2.0/subnetpools/dc309d83-7b96-4b3b-b311-beaaef0085f3/tags => generated 25 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1904] 10.0.0.149 () {34 vars in 770 bytes} [Thu Apr 2 18:05:34 2026] PUT /v2.0/subnetpools/dc309d83-7b96-4b3b-b311-beaaef0085f3/tags/green => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1905] 10.0.0.149 () {32 vars in 739 bytes} [Thu Apr 2 18:05:34 2026] GET /v2.0/subnetpools/dc309d83-7b96-4b3b-b311-beaaef0085f3/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1906] 10.0.0.149 () {34 vars in 766 bytes} [Thu Apr 2 18:05:34 2026] PUT /v2.0/subnetpools/dc309d83-7b96-4b3b-b311-beaaef0085f3/tags/red => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1907] 10.0.0.149 () {32 vars in 739 bytes} [Thu Apr 2 18:05:34 2026] GET /v2.0/subnetpools/dc309d83-7b96-4b3b-b311-beaaef0085f3/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:05:34.646 8 INFO neutron.services.segments.plugin [-] Segment daab8884-548f-4eba-ac14-2a525b1a6cb2 resource provider aggregate not found 2026-04-02 18:05:34.656 8 INFO neutron.services.segments.plugin [-] Segment daab8884-548f-4eba-ac14-2a525b1a6cb2 resource provider aggregate not found 2026-04-02 18:05:34.664 8 INFO neutron.services.segments.plugin [-] Segment daab8884-548f-4eba-ac14-2a525b1a6cb2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid daab8884-548f-4eba-ac14-2a525b1a6cb2 found for delete ", "request_id": "req-209d8cc7-7034-4048-ac64-aeb2a08004fe"}]} 2026-04-02 18:05:34.676 8 INFO neutron.services.segments.plugin [-] Segment daab8884-548f-4eba-ac14-2a525b1a6cb2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid daab8884-548f-4eba-ac14-2a525b1a6cb2 found for delete ", "request_id": "req-bb12c547-0f7c-4136-8876-1f1d14987549"}]} [pid: 8|app: 0|req: 890/1908] 10.0.0.149 () {34 vars in 788 bytes} [Thu Apr 2 18:05:34 2026] PUT /v2.0/subnetpools/dc309d83-7b96-4b3b-b311-beaaef0085f3/tags/black.or.white => generated 4 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1909] 10.0.0.149 () {32 vars in 739 bytes} [Thu Apr 2 18:05:34 2026] GET /v2.0/subnetpools/dc309d83-7b96-4b3b-b311-beaaef0085f3/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1910] 10.0.0.149 () {34 vars in 759 bytes} [Thu Apr 2 18:05:34 2026] PUT /v2.0/subnetpools/dc309d83-7b96-4b3b-b311-beaaef0085f3/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/1911] 10.0.0.149 () {32 vars in 739 bytes} [Thu Apr 2 18:05:34 2026] GET /v2.0/subnetpools/dc309d83-7b96-4b3b-b311-beaaef0085f3/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1912] 10.0.0.149 () {32 vars in 747 bytes} [Thu Apr 2 18:05:34 2026] GET /v2.0/subnetpools/dc309d83-7b96-4b3b-b311-beaaef0085f3/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:05:34.895 7 INFO neutron.api.v2.resource [None req-99539389-f3ee-4541-b464-00228c1a8ea2 2ff376436dd8458a925353808a464558 d5be2aa4849e4ca5942466b41b70c195 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1021/1913] 10.0.0.149 () {32 vars in 751 bytes} [Thu Apr 2 18:05:34 2026] GET /v2.0/subnetpools/dc309d83-7b96-4b3b-b311-beaaef0085f3/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1914] 10.0.0.149 () {32 vars in 750 bytes} [Thu Apr 2 18:05:34 2026] DELETE /v2.0/subnetpools/dc309d83-7b96-4b3b-b311-beaaef0085f3/tags/red => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/1915] 10.0.0.149 () {32 vars in 739 bytes} [Thu Apr 2 18:05:34 2026] GET /v2.0/subnetpools/dc309d83-7b96-4b3b-b311-beaaef0085f3/tags => generated 30 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:05:35.018 8 INFO neutron.api.v2.resource [None req-16d2ca69-9ddf-4f42-9f0f-4e712c9efe5b 2ff376436dd8458a925353808a464558 d5be2aa4849e4ca5942466b41b70c195 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 894/1916] 10.0.0.149 () {32 vars in 754 bytes} [Thu Apr 2 18:05:34 2026] DELETE /v2.0/subnetpools/dc309d83-7b96-4b3b-b311-beaaef0085f3/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/1917] 10.0.0.149 () {32 vars in 742 bytes} [Thu Apr 2 18:05:35 2026] DELETE /v2.0/subnetpools/dc309d83-7b96-4b3b-b311-beaaef0085f3/tags => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1918] 10.0.0.149 () {32 vars in 739 bytes} [Thu Apr 2 18:05:35 2026] GET /v2.0/subnetpools/dc309d83-7b96-4b3b-b311-beaaef0085f3/tags => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/1919] 10.0.0.149 () {32 vars in 732 bytes} [Thu Apr 2 18:05:35 2026] DELETE /v2.0/subnetpools/dc309d83-7b96-4b3b-b311-beaaef0085f3 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:05:35.854 8 INFO neutron.db.segments_db [None req-6c20f72f-da40-44a9-a2ab-9fc40c28dbf4 0ab3c4e522124953b842138e9409d2d4 1bb22709f99242b79051ff95ef7787e8 - - default default] Added segment 2e2c0c79-4df1-4f48-854c-0a3a94f18001 of type vxlan for network e18c696e-4e06-4f63-880b-00cab6c8c501 [pid: 8|app: 0|req: 896/1920] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:05:35 2026] POST /v2.0/networks => generated 644 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/1921] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:35 2026] GET /v2.0/security-groups?tenant_id=d5be2aa4849e4ca5942466b41b70c195&name=default => generated 2925 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/1922] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:36 2026] DELETE /v2.0/security-groups/47904f38-d9ad-4c3a-b531-267b25a3d9d5 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1923] 10.0.0.149 () {34 vars in 665 bytes} [Thu Apr 2 18:05:35 2026] POST /v2.0/ports => generated 775 bytes in 352 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-04-02 18:05:36.366 8 INFO neutron.db.segments_db [None req-d537c941-801d-4a1b-9a71-a1bd22a6aaa3 0ab3c4e522124953b842138e9409d2d4 1bb22709f99242b79051ff95ef7787e8 - - default default] Added segment 59950003-985b-4147-a271-a882739f4417 of type vxlan for network a09400c3-8a43-424e-b256-7426869b2435 [pid: 7|app: 0|req: 1027/1924] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:36 2026] GET /v2.0/security-groups?tenant_id=3026588063f3479ba90c26c111c27e59&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1925] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:05:36 2026] POST /v2.0/networks => generated 631 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/1926] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:36 2026] DELETE /v2.0/security-groups/2c4e4edc-c5dc-4c1f-bdab-8af1a9be1a1e => 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: 899/1927] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:05:36 2026] POST /v2.0/subnets => generated 626 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/1928] 10.0.0.149 () {34 vars in 665 bytes} [Thu Apr 2 18:05:36 2026] POST /v2.0/ports => generated 953 bytes in 422 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-04-02 18:05:37.291 7 INFO neutron_taas.services.taas.taas_plugin [None req-065cd56f-c52d-472e-9965-e5eee9ad43f7 0ab3c4e522124953b842138e9409d2d4 1bb22709f99242b79051ff95ef7787e8 - - default default] TaaS: Handle Delete Port: 2801dffd-3d3d-445b-ba99-b9d9e35e3445 2026-04-02 18:05:37.294 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-065cd56f-c52d-472e-9965-e5eee9ad43f7 0ab3c4e522124953b842138e9409d2d4 1bb22709f99242b79051ff95ef7787e8 - - default default] Tap Mirror: Handle Delete Port: 2801dffd-3d3d-445b-ba99-b9d9e35e3445 [pid: 8|app: 0|req: 900/1929] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:37 2026] GET /v2.0/security-groups?tenant_id=330e4e0e44e84d8981fe094412b72f46&name=default => generated 2925 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/1930] 10.0.0.149 () {32 vars in 720 bytes} [Thu Apr 2 18:05:37 2026] DELETE /v2.0/ports/2801dffd-3d3d-445b-ba99-b9d9e35e3445 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:05:37.469 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e301226e-7567-4eba-a2dc-19f12ddcd474 0ab3c4e522124953b842138e9409d2d4 1bb22709f99242b79051ff95ef7787e8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1031/1931] 10.0.0.149 () {32 vars in 720 bytes} [Thu Apr 2 18:05:37 2026] DELETE /v2.0/ports/2801dffd-3d3d-445b-ba99-b9d9e35e3445 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:05:37.489 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a7c7efdd-d365-491f-aecf-98e3851b509a 0ab3c4e522124953b842138e9409d2d4 1bb22709f99242b79051ff95ef7787e8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1032/1932] 10.0.0.149 () {32 vars in 717 bytes} [Thu Apr 2 18:05:37 2026] GET /v2.0/ports/2801dffd-3d3d-445b-ba99-b9d9e35e3445 => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1933] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:37 2026] DELETE /v2.0/security-groups/036347ef-ddd6-49d8-b89b-2890883fa80c => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/1934] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:05:37 2026] DELETE /v2.0/subnets/d615e871-1ec1-4af3-8668-40618f7299a1 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:05:37.748 8 INFO neutron_taas.services.taas.taas_plugin [None req-8dcf0c3c-c2e2-4dc6-ac1b-186a0c9842e0 0ab3c4e522124953b842138e9409d2d4 1bb22709f99242b79051ff95ef7787e8 - - default default] TaaS: Handle Delete Port: b2338244-5a8e-4993-a272-4502397296ce 2026-04-02 18:05:37.751 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8dcf0c3c-c2e2-4dc6-ac1b-186a0c9842e0 0ab3c4e522124953b842138e9409d2d4 1bb22709f99242b79051ff95ef7787e8 - - default default] Tap Mirror: Handle Delete Port: b2338244-5a8e-4993-a272-4502397296ce 2026-04-02 18:05:37.956 8 INFO neutron.services.segments.plugin [-] Segment 59950003-985b-4147-a271-a882739f4417 resource provider aggregate not found 2026-04-02 18:05:37.962 8 INFO neutron.services.segments.plugin [-] Segment 59950003-985b-4147-a271-a882739f4417 resource provider aggregate not found 2026-04-02 18:05:37.975 8 INFO neutron.services.segments.plugin [-] Segment 59950003-985b-4147-a271-a882739f4417 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59950003-985b-4147-a271-a882739f4417 found for delete ", "request_id": "req-972a8931-63eb-4ed5-8b28-842eb1e77257"}]} [pid: 8|app: 0|req: 902/1935] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:05:37 2026] DELETE /v2.0/networks/a09400c3-8a43-424e-b256-7426869b2435 => generated 0 bytes in 339 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:05:37.983 8 INFO neutron.services.segments.plugin [-] Segment 59950003-985b-4147-a271-a882739f4417 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59950003-985b-4147-a271-a882739f4417 found for delete ", "request_id": "req-20079fb1-6f08-4350-9cd3-82c936a7083d"}]} 2026-04-02 18:05:38.048 7 INFO neutron.db.segments_db [None req-a586f061-5847-40b7-ac15-9e985006cd61 0ab3c4e522124953b842138e9409d2d4 1bb22709f99242b79051ff95ef7787e8 - - default default] Added segment b9baebee-859b-4fda-b3f7-0d0e4b2b85ee of type vxlan for network 1b63102a-7653-4e3b-aa6f-79eb5a9a2bbd [pid: 7|app: 0|req: 1034/1936] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:05:37 2026] POST /v2.0/networks => generated 631 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1939] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:05:38 2026] POST /v2.0/subnets => generated 626 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/1940] 10.0.0.149 () {34 vars in 665 bytes} [Thu Apr 2 18:05:38 2026] POST /v2.0/ports => generated 916 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:05:38.842 8 INFO neutron_taas.services.taas.taas_plugin [None req-7c213b7c-e0aa-4a62-b0a8-10aa64a03a2e 0ab3c4e522124953b842138e9409d2d4 1bb22709f99242b79051ff95ef7787e8 - - default default] TaaS: Handle Delete Port: d45c8dd5-69a1-4186-acbe-201a021323f6 2026-04-02 18:05:38.846 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c213b7c-e0aa-4a62-b0a8-10aa64a03a2e 0ab3c4e522124953b842138e9409d2d4 1bb22709f99242b79051ff95ef7787e8 - - default default] Tap Mirror: Handle Delete Port: d45c8dd5-69a1-4186-acbe-201a021323f6 [pid: 8|app: 0|req: 904/1941] 10.0.0.149 () {32 vars in 720 bytes} [Thu Apr 2 18:05:38 2026] DELETE /v2.0/ports/d45c8dd5-69a1-4186-acbe-201a021323f6 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:05:39.011 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d936843c-2790-4576-9571-0b02e020ee6b 0ab3c4e522124953b842138e9409d2d4 1bb22709f99242b79051ff95ef7787e8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1038/1942] 10.0.0.149 () {32 vars in 717 bytes} [Thu Apr 2 18:05:38 2026] GET /v2.0/ports/d45c8dd5-69a1-4186-acbe-201a021323f6 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1943] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:05:39 2026] DELETE /v2.0/subnets/278b8fa3-1108-4370-a7a7-8f880cb9029c => generated 0 bytes in 98 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:05:39.236 7 INFO neutron.services.segments.plugin [-] Segment b9baebee-859b-4fda-b3f7-0d0e4b2b85ee resource provider aggregate not found 2026-04-02 18:05:39.242 7 INFO neutron.services.segments.plugin [-] Segment b9baebee-859b-4fda-b3f7-0d0e4b2b85ee resource provider aggregate not found 2026-04-02 18:05:39.262 7 INFO neutron.services.segments.plugin [-] Segment b9baebee-859b-4fda-b3f7-0d0e4b2b85ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9baebee-859b-4fda-b3f7-0d0e4b2b85ee found for delete ", "request_id": "req-234d121e-95ed-4f25-b0b8-9bc64965e8dc"}]} 2026-04-02 18:05:39.263 7 INFO neutron.services.segments.plugin [-] Segment b9baebee-859b-4fda-b3f7-0d0e4b2b85ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9baebee-859b-4fda-b3f7-0d0e4b2b85ee found for delete ", "request_id": "req-efa8b82b-2dab-4c5d-a0c3-66d47189462d"}]} [pid: 7|app: 0|req: 1039/1944] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:05:39 2026] DELETE /v2.0/networks/1b63102a-7653-4e3b-aa6f-79eb5a9a2bbd => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1945] 10.0.0.149 () {34 vars in 665 bytes} [Thu Apr 2 18:05:39 2026] POST /v2.0/ports => generated 775 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/1946] 10.0.0.149 () {34 vars in 737 bytes} [Thu Apr 2 18:05:39 2026] PUT /v2.0/ports/151e3ce7-a67d-4c89-9709-492d2dfb4102 => generated 752 bytes in 200 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-04-02 18:05:39.783 8 INFO neutron_taas.services.taas.taas_plugin [None req-c2312b74-e86b-4331-8ed9-19748414b6d2 0ab3c4e522124953b842138e9409d2d4 1bb22709f99242b79051ff95ef7787e8 - - default default] TaaS: Handle Delete Port: 151e3ce7-a67d-4c89-9709-492d2dfb4102 2026-04-02 18:05:39.786 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2312b74-e86b-4331-8ed9-19748414b6d2 0ab3c4e522124953b842138e9409d2d4 1bb22709f99242b79051ff95ef7787e8 - - default default] Tap Mirror: Handle Delete Port: 151e3ce7-a67d-4c89-9709-492d2dfb4102 [pid: 8|app: 0|req: 907/1947] 10.0.0.149 () {32 vars in 720 bytes} [Thu Apr 2 18:05:39 2026] DELETE /v2.0/ports/151e3ce7-a67d-4c89-9709-492d2dfb4102 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1041/1948] 10.0.0.149 () {32 vars in 643 bytes} [Thu Apr 2 18:05:39 2026] GET /v2.0/ports => generated 778 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:05:39.927 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5fd9e87f-578c-4a20-9516-a987b4ec7719 0ab3c4e522124953b842138e9409d2d4 1bb22709f99242b79051ff95ef7787e8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 908/1949] 10.0.0.149 () {32 vars in 717 bytes} [Thu Apr 2 18:05:39 2026] GET /v2.0/ports/151e3ce7-a67d-4c89-9709-492d2dfb4102 => 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: 909/1950] 10.0.0.149 () {32 vars in 643 bytes} [Thu Apr 2 18:05:39 2026] GET /v2.0/ports => generated 778 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1951] 10.0.0.149 () {32 vars in 717 bytes} [Thu Apr 2 18:05:39 2026] GET /v2.0/ports/9cd1cd67-82be-48a5-ae01-e83a713e23d9 => generated 775 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:05:40.051 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5d6159ea-215f-4235-8313-a2ff630246ab 0ab3c4e522124953b842138e9409d2d4 1bb22709f99242b79051ff95ef7787e8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 911/1952] 10.0.0.149 () {32 vars in 720 bytes} [Thu Apr 2 18:05:40 2026] DELETE /v2.0/ports/d45c8dd5-69a1-4186-acbe-201a021323f6 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:05:40.073 8 INFO neutron.pecan_wsgi.hooks.translation [None req-663c3c21-2a98-4ba2-a68a-a36830bddaf7 0ab3c4e522124953b842138e9409d2d4 1bb22709f99242b79051ff95ef7787e8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 912/1953] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:05:40 2026] DELETE /v2.0/subnets/278b8fa3-1108-4370-a7a7-8f880cb9029c => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:05:40.092 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8a357cbf-e1b5-41ab-9b79-912a7c6798d2 0ab3c4e522124953b842138e9409d2d4 1bb22709f99242b79051ff95ef7787e8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 913/1954] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:05:40 2026] DELETE /v2.0/subnets/d615e871-1ec1-4af3-8668-40618f7299a1 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:05:40.194 8 INFO neutron_taas.services.taas.taas_plugin [None req-90b39dc6-5e45-43ec-b52b-09a799e07816 0ab3c4e522124953b842138e9409d2d4 1bb22709f99242b79051ff95ef7787e8 - - default default] TaaS: Handle Delete Port: 9cd1cd67-82be-48a5-ae01-e83a713e23d9 2026-04-02 18:05:40.197 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90b39dc6-5e45-43ec-b52b-09a799e07816 0ab3c4e522124953b842138e9409d2d4 1bb22709f99242b79051ff95ef7787e8 - - default default] Tap Mirror: Handle Delete Port: 9cd1cd67-82be-48a5-ae01-e83a713e23d9 2026-04-02 18:05:40.220 7 INFO neutron.db.segments_db [None req-88596cc1-5271-4f10-b843-c628890bda13 808a056263e64700972d30efb1f5a77d e65ffd7479a04e5e85ff12c4c7543003 - - default default] Added segment 23b48fea-b0b0-4830-aef4-d5a563eeb67c of type vxlan for network 3cda7d73-4e39-42db-a881-f2f191dc27cb [pid: 8|app: 0|req: 914/1955] 10.0.0.149 () {32 vars in 720 bytes} [Thu Apr 2 18:05:40 2026] DELETE /v2.0/ports/9cd1cd67-82be-48a5-ae01-e83a713e23d9 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/1956] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:05:39 2026] POST /v2.0/networks => generated 632 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/1957] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:05:40 2026] DELETE /v2.0/networks/e18c696e-4e06-4f63-880b-00cab6c8c501 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:05:40.495 8 INFO neutron.db.segments_db [None req-467e60d4-3844-4cab-a04f-46385fc61837 ed285a2467e74651bd323633fcd83711 43d9312e7fbf4c6c952a05dc3ad3169a - - default default] Added segment 932b74a9-01d5-4951-96bf-d2d18f2f0de8 of type vxlan for network 84bf87ef-f8c6-49a3-970a-55934cb78fc3 [pid: 8|app: 0|req: 915/1958] 10.0.0.149 () {34 vars in 671 bytes} [Thu Apr 2 18:05:40 2026] POST /v2.0/networks => generated 632 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:05:40.620 8 INFO neutron.db.segments_db [None req-721708ab-a552-43b8-b227-a9545fa831d4 ed285a2467e74651bd323633fcd83711 43d9312e7fbf4c6c952a05dc3ad3169a - - default default] Added segment 36c90409-cd8c-4147-8866-f3e6e02a28a4 of type vxlan for network ab15a6f3-da15-4c1d-b9a6-06afb548a91b [pid: 7|app: 0|req: 1044/1959] 10.0.0.149 () {34 vars in 664 bytes} [Thu Apr 2 18:05:40 2026] POST /v2.0/ports => generated 743 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-02 18:05:40.838 8 INFO neutron.db.l3_hamode_db [None req-721708ab-a552-43b8-b227-a9545fa831d4 ed285a2467e74651bd323633fcd83711 43d9312e7fbf4c6c952a05dc3ad3169a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1045/1960] 10.0.0.149 () {34 vars in 666 bytes} [Thu Apr 2 18:05:40 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) [pid: 7|app: 0|req: 1046/1961] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:40 2026] GET /v2.0/security-groups?tenant_id=1bb22709f99242b79051ff95ef7787e8&name=default => generated 2925 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/1962] 10.0.0.149 () {34 vars in 749 bytes} [Thu Apr 2 18:05:41 2026] PUT /v2.0/trunks/8f57b31b-3de2-4c30-b59d-264eb3ea53dc/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/1963] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:41 2026] DELETE /v2.0/security-groups/b77bc26d-37d5-4f58-bd72-6da7f143971b => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/1964] 10.0.0.149 () {32 vars in 729 bytes} [Thu Apr 2 18:05:41 2026] GET /v2.0/trunks/8f57b31b-3de2-4c30-b59d-264eb3ea53dc/tags => generated 25 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/1965] 10.0.0.149 () {34 vars in 760 bytes} [Thu Apr 2 18:05:41 2026] PUT /v2.0/trunks/8f57b31b-3de2-4c30-b59d-264eb3ea53dc/tags/green => generated 4 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/1966] 10.0.0.149 () {32 vars in 729 bytes} [Thu Apr 2 18:05:41 2026] GET /v2.0/trunks/8f57b31b-3de2-4c30-b59d-264eb3ea53dc/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:05:41.289 7 INFO neutron.services.segments.plugin [-] Segment 2e2c0c79-4df1-4f48-854c-0a3a94f18001 resource provider aggregate not found 2026-04-02 18:05:41.293 7 INFO neutron.services.segments.plugin [-] Segment 2e2c0c79-4df1-4f48-854c-0a3a94f18001 resource provider aggregate not found 2026-04-02 18:05:41.308 7 INFO neutron.services.segments.plugin [-] Segment 2e2c0c79-4df1-4f48-854c-0a3a94f18001 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e2c0c79-4df1-4f48-854c-0a3a94f18001 found for delete ", "request_id": "req-a9168d36-4046-47e6-bc0c-938eb233bbda"}]} [pid: 7|app: 0|req: 1052/1967] 10.0.0.149 () {34 vars in 756 bytes} [Thu Apr 2 18:05:41 2026] PUT /v2.0/trunks/8f57b31b-3de2-4c30-b59d-264eb3ea53dc/tags/red => generated 4 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-02 18:05:41.311 7 INFO neutron.services.segments.plugin [-] Segment 2e2c0c79-4df1-4f48-854c-0a3a94f18001 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e2c0c79-4df1-4f48-854c-0a3a94f18001 found for delete ", "request_id": "req-da988ea9-9a5f-4524-a2d7-26480cef5df5"}]} [pid: 7|app: 0|req: 1053/1968] 10.0.0.149 () {32 vars in 729 bytes} [Thu Apr 2 18:05:41 2026] GET /v2.0/trunks/8f57b31b-3de2-4c30-b59d-264eb3ea53dc/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: 1054/1969] 10.0.0.149 () {34 vars in 778 bytes} [Thu Apr 2 18:05:41 2026] PUT /v2.0/trunks/8f57b31b-3de2-4c30-b59d-264eb3ea53dc/tags/black.or.white => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/1970] 10.0.0.149 () {32 vars in 729 bytes} [Thu Apr 2 18:05:41 2026] GET /v2.0/trunks/8f57b31b-3de2-4c30-b59d-264eb3ea53dc/tags => generated 52 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/1971] 10.0.0.149 () {34 vars in 749 bytes} [Thu Apr 2 18:05:41 2026] PUT /v2.0/trunks/8f57b31b-3de2-4c30-b59d-264eb3ea53dc/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/1972] 10.0.0.149 () {32 vars in 729 bytes} [Thu Apr 2 18:05:41 2026] GET /v2.0/trunks/8f57b31b-3de2-4c30-b59d-264eb3ea53dc/tags => generated 37 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/1973] 10.0.0.149 () {32 vars in 737 bytes} [Thu Apr 2 18:05:41 2026] GET /v2.0/trunks/8f57b31b-3de2-4c30-b59d-264eb3ea53dc/tags/red => generated 0 bytes in 19 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:05:41.504 7 INFO neutron.api.v2.resource [None req-e2233797-ad75-45ba-beac-e3a73d78c1d3 808a056263e64700972d30efb1f5a77d e65ffd7479a04e5e85ff12c4c7543003 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1059/1974] 10.0.0.149 () {32 vars in 741 bytes} [Thu Apr 2 18:05:41 2026] GET /v2.0/trunks/8f57b31b-3de2-4c30-b59d-264eb3ea53dc/tags/green => generated 99 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/1975] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:41 2026] DELETE /v2.0/trunks/8f57b31b-3de2-4c30-b59d-264eb3ea53dc/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:05:41.560 8 INFO neutron.db.l3_hamode_db [None req-721708ab-a552-43b8-b227-a9545fa831d4 ed285a2467e74651bd323633fcd83711 43d9312e7fbf4c6c952a05dc3ad3169a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1061/1976] 10.0.0.149 () {32 vars in 729 bytes} [Thu Apr 2 18:05:41 2026] GET /v2.0/trunks/8f57b31b-3de2-4c30-b59d-264eb3ea53dc/tags => generated 30 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:05:41.594 7 INFO neutron.api.v2.resource [None req-4fcce1ec-1052-4a4d-a205-769fcf9a7753 808a056263e64700972d30efb1f5a77d e65ffd7479a04e5e85ff12c4c7543003 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1062/1977] 10.0.0.149 () {32 vars in 744 bytes} [Thu Apr 2 18:05:41 2026] DELETE /v2.0/trunks/8f57b31b-3de2-4c30-b59d-264eb3ea53dc/tags/green => generated 99 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/1978] 10.0.0.149 () {32 vars in 732 bytes} [Thu Apr 2 18:05:41 2026] DELETE /v2.0/trunks/8f57b31b-3de2-4c30-b59d-264eb3ea53dc/tags => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/1979] 10.0.0.149 () {32 vars in 729 bytes} [Thu Apr 2 18:05:41 2026] GET /v2.0/trunks/8f57b31b-3de2-4c30-b59d-264eb3ea53dc/tags => 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: 1065/1980] 10.0.0.149 () {32 vars in 719 bytes} [Thu Apr 2 18:05:41 2026] GET /v2.0/trunks/8f57b31b-3de2-4c30-b59d-264eb3ea53dc => generated 407 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/1981] 10.0.0.149 () {32 vars in 717 bytes} [Thu Apr 2 18:05:41 2026] GET /v2.0/ports/55838d6e-f3d5-4965-a0e1-b7f986b0e0ff => generated 826 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/1982] 10.0.0.149 () {32 vars in 722 bytes} [Thu Apr 2 18:05:41 2026] DELETE /v2.0/trunks/8f57b31b-3de2-4c30-b59d-264eb3ea53dc => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:05:41.899 7 INFO neutron_taas.services.taas.taas_plugin [None req-4b4aedde-9e2b-4454-bdc3-084c0b75693d 808a056263e64700972d30efb1f5a77d e65ffd7479a04e5e85ff12c4c7543003 - - default default] TaaS: Handle Delete Port: 55838d6e-f3d5-4965-a0e1-b7f986b0e0ff 2026-04-02 18:05:41.902 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b4aedde-9e2b-4454-bdc3-084c0b75693d 808a056263e64700972d30efb1f5a77d e65ffd7479a04e5e85ff12c4c7543003 - - default default] Tap Mirror: Handle Delete Port: 55838d6e-f3d5-4965-a0e1-b7f986b0e0ff [pid: 7|app: 0|req: 1068/1983] 10.0.0.149 () {32 vars in 720 bytes} [Thu Apr 2 18:05:41 2026] DELETE /v2.0/ports/55838d6e-f3d5-4965-a0e1-b7f986b0e0ff => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/1984] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:05:42 2026] DELETE /v2.0/networks/3cda7d73-4e39-42db-a881-f2f191dc27cb => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1985] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:05:40 2026] POST /v2.0/routers => generated 695 bytes in 1821 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/1986] 10.0.0.149 () {32 vars in 776 bytes} [Thu Apr 2 18:05:42 2026] GET /v2.0/subnets?project_id=43d9312e7fbf4c6c952a05dc3ad3169a&cidr=10.100.0.0%2F28 => generated 14 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1987] 10.0.0.149 () {32 vars in 694 bytes} [Thu Apr 2 18:05:42 2026] GET /v2.0/networks?router%3Aexternal=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: 1071/1988] 10.0.0.149 () {32 vars in 784 bytes} [Thu Apr 2 18:05:42 2026] GET /v2.0/subnets?network_id=bbb15344-6c4b-449a-9a19-15e2dc0e43f4&cidr=10.100.0.0%2F28 => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/1989] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:42 2026] GET /v2.0/security-groups?tenant_id=e65ffd7479a04e5e85ff12c4c7543003&name=default => generated 2925 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/1990] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:42 2026] DELETE /v2.0/security-groups/2a2d0300-0e2d-436f-af0e-8406cef1f6c9 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1991] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:05:42 2026] POST /v2.0/subnets => generated 657 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/1992] 10.0.0.149 () {34 vars in 684 bytes} [Thu Apr 2 18:05:42 2026] POST /v2.0/security-groups => generated 1625 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/1993] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:43 2026] GET /v2.0/security-groups?tenant_id=ba6b5437f4cf44e9bd1ada980a40eeb9&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:05:43.337 7 INFO neutron.services.segments.plugin [-] Segment 23b48fea-b0b0-4830-aef4-d5a563eeb67c resource provider aggregate not found 2026-04-02 18:05:43.342 7 INFO neutron.services.segments.plugin [-] Segment 23b48fea-b0b0-4830-aef4-d5a563eeb67c resource provider aggregate not found [pid: 7|app: 0|req: 1076/1994] 10.0.0.149 () {32 vars in 663 bytes} [Thu Apr 2 18:05:43 2026] GET /v2.0/security-groups => generated 4530 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:05:43.363 7 INFO neutron.services.segments.plugin [-] Segment 23b48fea-b0b0-4830-aef4-d5a563eeb67c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23b48fea-b0b0-4830-aef4-d5a563eeb67c found for delete ", "request_id": "req-3926eb8e-a188-4656-9430-da46a675c3e7"}]} 2026-04-02 18:05:43.369 7 INFO neutron.services.segments.plugin [-] Segment 23b48fea-b0b0-4830-aef4-d5a563eeb67c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23b48fea-b0b0-4830-aef4-d5a563eeb67c found for delete ", "request_id": "req-06e14803-b6b5-4fa7-a0ed-c5b94ac930f8"}]} [pid: 7|app: 0|req: 1077/1995] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:43 2026] DELETE /v2.0/security-groups/9418400c-05ff-4344-ad8f-5708f2bc15c1 => 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: 1078/1996] 10.0.0.149 () {34 vars in 758 bytes} [Thu Apr 2 18:05:43 2026] PUT /v2.0/security-groups/2107ee9e-fb0e-4d6b-bc96-70883d134173 => generated 1662 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/1997] 10.0.0.149 () {32 vars in 737 bytes} [Thu Apr 2 18:05:43 2026] GET /v2.0/security-groups/2107ee9e-fb0e-4d6b-bc96-70883d134173 => generated 1662 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/1998] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:43 2026] DELETE /v2.0/security-groups/2107ee9e-fb0e-4d6b-bc96-70883d134173 => 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: 1081/1999] 10.0.0.149 () {32 vars in 663 bytes} [Thu Apr 2 18:05:43 2026] GET /v2.0/security-groups => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:05:43.665 7 INFO neutron.api.v2.resource [None req-7c9ee936-95fa-476c-bfbb-00bcf88022ea b1cd6c4da6e3405d83c91880e13abf14 198efa1db3e547f5ae09dbc45f406b13 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1082/2000] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:43 2026] DELETE /v2.0/security-groups/2107ee9e-fb0e-4d6b-bc96-70883d134173 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2001] 10.0.0.149 () {34 vars in 684 bytes} [Thu Apr 2 18:05:43 2026] POST /v2.0/security-groups => generated 1624 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2002] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:05:43 2026] POST /v2.0/security-group-rules => generated 601 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2003] 10.0.0.149 () {32 vars in 747 bytes} [Thu Apr 2 18:05:43 2026] GET /v2.0/security-group-rules/1a27aed9-9bd0-4d25-8b3c-7dbf21fa79a9 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2004] 10.0.0.149 () {32 vars in 673 bytes} [Thu Apr 2 18:05:43 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2005] 10.0.0.149 () {32 vars in 750 bytes} [Thu Apr 2 18:05:43 2026] DELETE /v2.0/security-group-rules/1a27aed9-9bd0-4d25-8b3c-7dbf21fa79a9 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2006] 10.0.0.149 () {32 vars in 673 bytes} [Thu Apr 2 18:05:44 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2007] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:05:44 2026] POST /v2.0/security-group-rules => generated 601 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2008] 10.0.0.149 () {32 vars in 747 bytes} [Thu Apr 2 18:05:44 2026] GET /v2.0/security-group-rules/bcbe0a1c-3a81-4c5b-b05d-bb2573ca4850 => 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: 919/2009] 10.0.0.149 () {34 vars in 783 bytes} [Thu Apr 2 18:05:42 2026] PUT /v2.0/routers/8644b8b0-e098-4a94-8c45-302bee5e8047/add_router_interface => generated 309 bytes in 1307 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2010] 10.0.0.149 () {32 vars in 673 bytes} [Thu Apr 2 18:05:44 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: 8|app: 0|req: 920/2011] 10.0.0.149 () {32 vars in 649 bytes} [Thu Apr 2 18:05:44 2026] GET /v2.0/networks => generated 3606 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2012] 10.0.0.149 () {32 vars in 750 bytes} [Thu Apr 2 18:05:44 2026] DELETE /v2.0/security-group-rules/bcbe0a1c-3a81-4c5b-b05d-bb2573ca4850 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/2013] 10.0.0.149 () {32 vars in 647 bytes} [Thu Apr 2 18:05:44 2026] GET /v2.0/subnets => generated 2595 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2014] 10.0.0.149 () {32 vars in 673 bytes} [Thu Apr 2 18:05:44 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/2015] 10.0.0.149 () {32 vars in 647 bytes} [Thu Apr 2 18:05:44 2026] GET /v2.0/routers => generated 738 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2016] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:05:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/2017] 10.0.0.149 () {32 vars in 747 bytes} [Thu Apr 2 18:05:44 2026] GET /v2.0/security-group-rules/de11ee34-e361-4ed6-be0b-b44da53de47f => generated 602 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2018] 10.0.0.149 () {32 vars in 673 bytes} [Thu Apr 2 18:05:44 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/2019] 10.0.0.149 () {32 vars in 750 bytes} [Thu Apr 2 18:05:44 2026] DELETE /v2.0/security-group-rules/de11ee34-e361-4ed6-be0b-b44da53de47f => 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: 1096/2020] 10.0.0.149 () {32 vars in 673 bytes} [Thu Apr 2 18:05:44 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/2021] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:44 2026] DELETE /v2.0/security-groups/81c697c3-d877-40df-a992-db1790358424 => 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: 1097/2022] 10.0.0.149 () {32 vars in 663 bytes} [Thu Apr 2 18:05:44 2026] GET /v2.0/security-groups => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/2023] 10.0.0.149 () {32 vars in 663 bytes} [Thu Apr 2 18:05:44 2026] GET /v2.0/security-groups => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2024] 10.0.0.149 () {34 vars in 685 bytes} [Thu Apr 2 18:05:44 2026] POST /v2.0/security-groups => generated 1673 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/2025] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:05:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2026] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:05:45 2026] POST /v2.0/security-group-rules => generated 596 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/2027] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:05:45 2026] POST /v2.0/security-group-rules => generated 602 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2028] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:05:45 2026] POST /v2.0/security-group-rules => generated 601 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:05:45.646 7 INFO neutron.db.securitygroups_db [None req-36a3b3ca-30dc-4c35-9caf-49a8be63806a ed285a2467e74651bd323633fcd83711 43d9312e7fbf4c6c952a05dc3ad3169a - - default default] Project 43d9312e7fbf4c6c952a05dc3ad3169a 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: 929/2029] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:45 2026] GET /v2.0/security-groups?tenant_id=198efa1db3e547f5ae09dbc45f406b13&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: 1101/2030] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:05:45 2026] POST /v2.0/security-group-rules => generated 607 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:05:45.755 7 INFO neutron.db.securitygroups_db [None req-1205b21c-ac67-4c48-a9c4-f04fa6f272f9 ed285a2467e74651bd323633fcd83711 43d9312e7fbf4c6c952a05dc3ad3169a - - default default] Project 43d9312e7fbf4c6c952a05dc3ad3169a 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: 930/2031] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:45 2026] DELETE /v2.0/security-groups/cba4e69c-ac24-4e55-87c1-91af2d8401b2 => 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: 1102/2032] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:05:45 2026] POST /v2.0/security-group-rules => generated 606 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/2033] 10.0.0.149 () {32 vars in 649 bytes} [Thu Apr 2 18:05:46 2026] GET /v2.0/networks => generated 1297 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2034] 10.0.0.140 () {34 vars in 1098 bytes} [Thu Apr 2 18:05:46 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-746191565&fields=id&tenant_id=43d9312e7fbf4c6c952a05dc3ad3169a => 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: 932/2035] 10.0.0.140 () {34 vars in 982 bytes} [Thu Apr 2 18:05:46 2026] GET /v2.0/networks?id=84bf87ef-f8c6-49a3-970a-55934cb78fc3 => generated 660 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2036] 10.0.0.140 () {34 vars in 965 bytes} [Thu Apr 2 18:05:46 2026] GET /v2.0/quotas/43d9312e7fbf4c6c952a05dc3ad3169a => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/2037] 10.0.0.140 () {34 vars in 1002 bytes} [Thu Apr 2 18:05:46 2026] GET /v2.0/ports?tenant_id=43d9312e7fbf4c6c952a05dc3ad3169a&fields=id => generated 103 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2038] 10.0.0.140 () {34 vars in 1008 bytes} [Thu Apr 2 18:05:46 2026] GET /v2.0/networks/84bf87ef-f8c6-49a3-970a-55934cb78fc3?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/2039] 10.0.0.140 () {34 vars in 1108 bytes} [Thu Apr 2 18:05:46 2026] GET /v2.0/networks/84bf87ef-f8c6-49a3-970a-55934cb78fc3?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: 1106/2040] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:05:46 2026] GET /v2.0/ports?device_id=3b16ac27-23b8-4a0a-99e5-fbd371576570 => 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/2041] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:05:47 2026] GET /v2.0/ports?device_id=3b16ac27-23b8-4a0a-99e5-fbd371576570 => 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: 1107/2042] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:05:49 2026] GET /v2.0/ports?device_id=3b16ac27-23b8-4a0a-99e5-fbd371576570 => 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: 936/2043] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:49 2026] GET /v2.0/security-groups?tenant_id=97aec6c36b40464791bfc8c1857d70f1&name=default => generated 2925 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2044] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:49 2026] DELETE /v2.0/security-groups/992d466a-51b4-4989-b6b5-7ecd19274bea => 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: 937/2045] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:05:50 2026] GET /v2.0/ports?device_id=3b16ac27-23b8-4a0a-99e5-fbd371576570 => 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: 1109/2046] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:05:51 2026] GET /v2.0/networks?id=84bf87ef-f8c6-49a3-970a-55934cb78fc3 => generated 660 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2047] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:05:51 2026] GET /v2.0/ports?device_id=3b16ac27-23b8-4a0a-99e5-fbd371576570 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/2048] 199.19.213.5 () {34 vars in 1048 bytes} [Thu Apr 2 18:05:51 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=43d9312e7fbf4c6c952a05dc3ad3169a => generated 180 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2049] 199.19.213.5 () {38 vars in 953 bytes} [Thu Apr 2 18:05:51 2026] POST /v2.0/ports => generated 958 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: 7|app: 0|req: 1112/2050] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:05:51 2026] GET /v2.0/security-groups?tenant_id=effd3cfef13e4f729998239b34e06716&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: 939/2051] 199.19.213.5 () {38 vars in 1026 bytes} [Thu Apr 2 18:05:51 2026] PUT /v2.0/ports/7fac0488-0ebe-447b-b398-780bca5f27be => generated 1239 bytes in 454 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2052] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:05:51 2026] DELETE /v2.0/security-groups/611c4f83-00eb-4eed-bc07-ac7e4152c9f0 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:05:52.136 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4205b93d-6559-40a9-8152-dae6628377eb'] response: {'name': 'network-changed', 'server_uuid': '3b16ac27-23b8-4a0a-99e5-fbd371576570', 'tag': '7fac0488-0ebe-447b-b398-780bca5f27be', '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: 940/2053] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:05:52 2026] GET /v2.0/ports?device_id=3b16ac27-23b8-4a0a-99e5-fbd371576570 => generated 973 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2054] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:05:52 2026] GET /v2.0/security-groups?id=e00be0f7-ba1e-45c3-94ce-36c4b0f408c1&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/2055] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:05:52 2026] GET /v2.0/ports?tenant_id=43d9312e7fbf4c6c952a05dc3ad3169a&device_id=3b16ac27-23b8-4a0a-99e5-fbd371576570 => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2056] 199.19.213.5 () {34 vars in 1016 bytes} [Thu Apr 2 18:05:52 2026] GET /v2.0/networks?tenant_id=43d9312e7fbf4c6c952a05dc3ad3169a&shared=False => generated 756 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/2057] 199.19.213.5 () {34 vars in 928 bytes} [Thu Apr 2 18:05:52 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2060] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:05:53 2026] GET /v2.0/ports?device_id=3b16ac27-23b8-4a0a-99e5-fbd371576570 => 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: 944/2061] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:05:53 2026] GET /v2.0/security-groups?id=e00be0f7-ba1e-45c3-94ce-36c4b0f408c1&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/2062] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:05:53 2026] GET /v2.0/ports?tenant_id=43d9312e7fbf4c6c952a05dc3ad3169a&device_id=3b16ac27-23b8-4a0a-99e5-fbd371576570 => 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: 946/2063] 199.19.213.5 () {34 vars in 1058 bytes} [Thu Apr 2 18:05:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=7fac0488-0ebe-447b-b398-780bca5f27be => 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: 947/2064] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:05:53 2026] GET /v2.0/subnets?id=623903d5-63f7-466c-90a3-7a1e39182dc7 => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/2065] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:05:53 2026] GET /v2.0/ports?network_id=84bf87ef-f8c6-49a3-970a-55934cb78fc3&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:05:53.971 7 INFO neutron.db.segments_db [None req-3c255e70-27ae-48f6-9ecb-a662002386e9 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Added segment 5736cdb5-ffc8-47f5-b767-78aa72397238 of type vxlan for network a320425a-8d9b-4f26-b6ba-ebdc81829518 [pid: 8|app: 0|req: 949/2066] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:05:53 2026] GET /v2.0/networks/84bf87ef-f8c6-49a3-970a-55934cb78fc3?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: 1118/2067] 10.0.0.149 () {34 vars in 671 bytes} [Thu Apr 2 18:05:53 2026] POST /v2.0/networks => generated 741 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/2068] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:05:54 2026] GET /v2.0/networks/84bf87ef-f8c6-49a3-970a-55934cb78fc3?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: 1119/2069] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:05:54 2026] POST /v2.0/subnets => generated 688 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:05:54.288 8 INFO neutron.db.segments_db [None req-54d1ddf1-84bc-43b1-9ebf-dfd33e48af31 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Added segment 0a806947-a2aa-40ac-8832-4efa6c107b20 of type vxlan for network 95932067-93fb-4c9b-b874-c6583a97ca30 2026-04-02 18:05:54.539 8 INFO neutron.db.l3_hamode_db [None req-54d1ddf1-84bc-43b1-9ebf-dfd33e48af31 7bca8c7ce56e4cbc996b21b1c6fc12db 55dce61261e54a2f95194b32cbccfbb5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1120/2070] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:05:54 2026] GET /v2.0/ports?device_id=3b16ac27-23b8-4a0a-99e5-fbd371576570 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2071] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:05:54 2026] GET /v2.0/security-groups?id=e00be0f7-ba1e-45c3-94ce-36c4b0f408c1&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:05:55.256 8 INFO neutron.db.l3_hamode_db [None req-54d1ddf1-84bc-43b1-9ebf-dfd33e48af31 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1122/2072] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:05:55 2026] GET /v2.0/ports?device_id=3b16ac27-23b8-4a0a-99e5-fbd371576570 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2073] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:05:55 2026] GET /v2.0/security-groups?id=e00be0f7-ba1e-45c3-94ce-36c4b0f408c1&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: 951/2074] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:05:54 2026] POST /v2.0/routers => generated 728 bytes in 1862 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/2075] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:05:56 2026] GET /v2.0/ports?device_id=3b16ac27-23b8-4a0a-99e5-fbd371576570 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/2076] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:05:57 2026] GET /v2.0/security-groups?id=e00be0f7-ba1e-45c3-94ce-36c4b0f408c1&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: 1124/2077] 10.0.0.149 () {34 vars in 783 bytes} [Thu Apr 2 18:05:56 2026] PUT /v2.0/routers/dc8c2533-15d0-4779-b08c-d38bb2ab3de1/add_router_interface => generated 309 bytes in 1170 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/2078] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:05:58 2026] GET /v2.0/ports?device_id=3b16ac27-23b8-4a0a-99e5-fbd371576570 => generated 975 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2079] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:05:58 2026] GET /v2.0/security-groups?id=e00be0f7-ba1e-45c3-94ce-36c4b0f408c1&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: 955/2080] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:05:59 2026] GET /v2.0/ports?device_id=3b16ac27-23b8-4a0a-99e5-fbd371576570 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2081] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:05:59 2026] GET /v2.0/security-groups?id=e00be0f7-ba1e-45c3-94ce-36c4b0f408c1&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: 956/2082] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:05:59 2026] GET /v2.0/ports?device_id=3b16ac27-23b8-4a0a-99e5-fbd371576570 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2083] 10.0.0.140 () {34 vars in 982 bytes} [Thu Apr 2 18:05:59 2026] GET /v2.0/networks?id=a320425a-8d9b-4f26-b6ba-ebdc81829518 => generated 673 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2084] 10.0.0.140 () {34 vars in 965 bytes} [Thu Apr 2 18:05:59 2026] GET /v2.0/quotas/55dce61261e54a2f95194b32cbccfbb5 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/2085] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:05:59 2026] GET /v2.0/security-groups?id=e00be0f7-ba1e-45c3-94ce-36c4b0f408c1&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2086] 10.0.0.140 () {34 vars in 1002 bytes} [Thu Apr 2 18:05:59 2026] GET /v2.0/ports?tenant_id=55dce61261e54a2f95194b32cbccfbb5&fields=id => generated 103 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/2087] 10.0.0.149 () {32 vars in 736 bytes} [Thu Apr 2 18:05:59 2026] GET /v2.0/ports?device_id=3b16ac27-23b8-4a0a-99e5-fbd371576570 => 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: 1130/2088] 10.0.0.140 () {34 vars in 1008 bytes} [Thu Apr 2 18:05:59 2026] GET /v2.0/networks/a320425a-8d9b-4f26-b6ba-ebdc81829518?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: 1131/2089] 10.0.0.140 () {34 vars in 1108 bytes} [Thu Apr 2 18:05:59 2026] GET /v2.0/networks/a320425a-8d9b-4f26-b6ba-ebdc81829518?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: 1132/2090] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:05:59 2026] GET /v2.0/ports?device_id=f2897d62-627c-44d7-9fd1-7a421dc0f498 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:06:00.539 8 INFO neutron.db.l3_db [None req-71928cc9-7782-4cdf-943e-42ce77ebcbdb ed285a2467e74651bd323633fcd83711 43d9312e7fbf4c6c952a05dc3ad3169a - - default default] Floating IP 42794e87-02a6-4ddf-aceb-c2877058dd6a associated. External IP: 10.96.250.219, port: 7fac0488-0ebe-447b-b398-780bca5f27be. [pid: 8|app: 0|req: 959/2091] 10.0.0.149 () {34 vars in 677 bytes} [Thu Apr 2 18:05:59 2026] POST /v2.0/floatingips => generated 856 bytes in 1195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:06:00.912 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-36586e67-b7e6-4ffb-8237-05dcae49264c'] response: {'name': 'network-changed', 'server_uuid': '3b16ac27-23b8-4a0a-99e5-fbd371576570', 'tag': '7fac0488-0ebe-447b-b398-780bca5f27be', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1133/2092] 10.0.0.149 () {32 vars in 729 bytes} [Thu Apr 2 18:06:00 2026] GET /v2.0/floatingips/42794e87-02a6-4ddf-aceb-c2877058dd6a => generated 856 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/2093] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:06:00 2026] GET /v2.0/ports?device_id=f2897d62-627c-44d7-9fd1-7a421dc0f498 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2094] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:06:01 2026] GET /v2.0/ports?tenant_id=43d9312e7fbf4c6c952a05dc3ad3169a&device_id=3b16ac27-23b8-4a0a-99e5-fbd371576570 => 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: 961/2095] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:06:01 2026] GET /v2.0/networks?id=84bf87ef-f8c6-49a3-970a-55934cb78fc3 => generated 756 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2096] 199.19.213.5 () {34 vars in 1058 bytes} [Thu Apr 2 18:06:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=7fac0488-0ebe-447b-b398-780bca5f27be => generated 859 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/2097] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:06:01 2026] GET /v2.0/subnets?id=623903d5-63f7-466c-90a3-7a1e39182dc7 => 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: 1136/2098] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:06:01 2026] GET /v2.0/ports?network_id=84bf87ef-f8c6-49a3-970a-55934cb78fc3&device_owner=network%3Adhcp => generated 1244 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/2099] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:06:01 2026] GET /v2.0/networks/84bf87ef-f8c6-49a3-970a-55934cb78fc3?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2100] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:06:01 2026] GET /v2.0/networks/84bf87ef-f8c6-49a3-970a-55934cb78fc3?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: 964/2101] 10.0.0.149 () {32 vars in 729 bytes} [Thu Apr 2 18:06:01 2026] GET /v2.0/floatingips/42794e87-02a6-4ddf-aceb-c2877058dd6a => generated 856 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2102] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:06:02 2026] GET /v2.0/ports?device_id=f2897d62-627c-44d7-9fd1-7a421dc0f498 => 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: 965/2103] 10.0.0.149 () {32 vars in 729 bytes} [Thu Apr 2 18:06:02 2026] GET /v2.0/floatingips/42794e87-02a6-4ddf-aceb-c2877058dd6a => generated 858 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2104] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:06:03 2026] GET /v2.0/ports?device_id=f2897d62-627c-44d7-9fd1-7a421dc0f498 => 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: 966/2105] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:06:04 2026] GET /v2.0/networks?id=a320425a-8d9b-4f26-b6ba-ebdc81829518 => generated 673 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/2106] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:06:04 2026] GET /v2.0/ports?device_id=f2897d62-627c-44d7-9fd1-7a421dc0f498 => 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: 1140/2107] 199.19.213.5 () {38 vars in 953 bytes} [Thu Apr 2 18:06:04 2026] POST /v2.0/ports => generated 958 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/2108] 199.19.213.5 () {38 vars in 1026 bytes} [Thu Apr 2 18:06:04 2026] PUT /v2.0/ports/117f9afd-9ce2-42c6-8c0c-5c01d879f62e => generated 1239 bytes in 432 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:06:05.061 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-51fcdc9e-047d-4748-babb-1cb070acfa08'] response: {'name': 'network-changed', 'server_uuid': 'f2897d62-627c-44d7-9fd1-7a421dc0f498', 'tag': '117f9afd-9ce2-42c6-8c0c-5c01d879f62e', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1141/2109] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:06:05 2026] GET /v2.0/ports?device_id=f2897d62-627c-44d7-9fd1-7a421dc0f498 => generated 973 bytes in 68 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: 969/2110] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:06:05 2026] GET /v2.0/security-groups?id=2dac37be-ee22-4a76-9acd-660541c14e2d&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: 1142/2111] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:06:05 2026] GET /v2.0/ports?tenant_id=55dce61261e54a2f95194b32cbccfbb5&device_id=f2897d62-627c-44d7-9fd1-7a421dc0f498 => 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: 970/2112] 199.19.213.5 () {34 vars in 1016 bytes} [Thu Apr 2 18:06:05 2026] GET /v2.0/networks?tenant_id=55dce61261e54a2f95194b32cbccfbb5&shared=False => generated 769 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2113] 199.19.213.5 () {34 vars in 928 bytes} [Thu Apr 2 18:06:05 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/2114] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:06:06 2026] GET /v2.0/ports?device_id=f2897d62-627c-44d7-9fd1-7a421dc0f498 => generated 973 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2115] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:06:06 2026] GET /v2.0/security-groups?id=2dac37be-ee22-4a76-9acd-660541c14e2d&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/2116] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:06:06 2026] GET /v2.0/ports?tenant_id=55dce61261e54a2f95194b32cbccfbb5&device_id=f2897d62-627c-44d7-9fd1-7a421dc0f498 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2117] 199.19.213.5 () {34 vars in 1058 bytes} [Thu Apr 2 18:06:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=117f9afd-9ce2-42c6-8c0c-5c01d879f62e => 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: 973/2118] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:06:06 2026] GET /v2.0/subnets?id=7106d944-e439-48d3-aaee-985d28b87299 => generated 691 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2119] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:06:06 2026] GET /v2.0/ports?network_id=a320425a-8d9b-4f26-b6ba-ebdc81829518&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: 974/2120] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:06:06 2026] GET /v2.0/networks/a320425a-8d9b-4f26-b6ba-ebdc81829518?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: 1147/2121] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:06:06 2026] GET /v2.0/networks/a320425a-8d9b-4f26-b6ba-ebdc81829518?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: 975/2122] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:06:07 2026] GET /v2.0/ports?device_id=f2897d62-627c-44d7-9fd1-7a421dc0f498 => 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: 1148/2123] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:06:07 2026] GET /v2.0/security-groups?id=2dac37be-ee22-4a76-9acd-660541c14e2d&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/2126] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:06:08 2026] GET /v2.0/ports?device_id=f2897d62-627c-44d7-9fd1-7a421dc0f498 => 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: 1150/2127] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:06:08 2026] GET /v2.0/security-groups?id=2dac37be-ee22-4a76-9acd-660541c14e2d&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/2128] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:06:10 2026] GET /v2.0/ports?device_id=f2897d62-627c-44d7-9fd1-7a421dc0f498 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2129] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:06:10 2026] GET /v2.0/security-groups?id=2dac37be-ee22-4a76-9acd-660541c14e2d&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: 979/2130] 10.0.0.14 () {34 vars in 989 bytes} [Thu Apr 2 18:06:10 2026] GET /v2.0/ports?device_id=3b16ac27-23b8-4a0a-99e5-fbd371576570 => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2131] 10.0.0.14 () {34 vars in 1039 bytes} [Thu Apr 2 18:06:10 2026] GET /v2.0/security-groups?id=e00be0f7-ba1e-45c3-94ce-36c4b0f408c1&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: 980/2132] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:06:11 2026] GET /v2.0/ports?device_id=f2897d62-627c-44d7-9fd1-7a421dc0f498 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2133] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:06:11 2026] GET /v2.0/security-groups?id=2dac37be-ee22-4a76-9acd-660541c14e2d&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: 981/2134] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:06:12 2026] GET /v2.0/ports?device_id=f2897d62-627c-44d7-9fd1-7a421dc0f498 => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2135] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:06:12 2026] GET /v2.0/security-groups?id=2dac37be-ee22-4a76-9acd-660541c14e2d&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2136] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:06:13 2026] GET /v2.0/ports?device_id=f2897d62-627c-44d7-9fd1-7a421dc0f498 => 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: 1155/2137] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:06:13 2026] GET /v2.0/security-groups?id=2dac37be-ee22-4a76-9acd-660541c14e2d&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: 983/2138] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:06:14 2026] GET /v2.0/ports?device_id=f2897d62-627c-44d7-9fd1-7a421dc0f498 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2139] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:06:14 2026] GET /v2.0/security-groups?id=2dac37be-ee22-4a76-9acd-660541c14e2d&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2140] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:06:16 2026] GET /v2.0/ports?device_id=f2897d62-627c-44d7-9fd1-7a421dc0f498 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2141] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:06:16 2026] GET /v2.0/security-groups?id=2dac37be-ee22-4a76-9acd-660541c14e2d&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: 985/2142] 199.19.213.5 () {34 vars in 992 bytes} [Thu Apr 2 18:06:16 2026] GET /v2.0/ports?device_id=f2897d62-627c-44d7-9fd1-7a421dc0f498 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:06:16.374 7 INFO neutron_taas.services.taas.taas_plugin [req-2730d6f7-97e7-4a90-8a61-8b8381ffd467 req-613aecc6-2925-4623-811d-be1cea4b3333 dd992e368edc47f2934754aa0c2a8122 55dce61261e54a2f95194b32cbccfbb5 - - default default] TaaS: Handle Delete Port: 117f9afd-9ce2-42c6-8c0c-5c01d879f62e 2026-04-02 18:06:16.377 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2730d6f7-97e7-4a90-8a61-8b8381ffd467 req-613aecc6-2925-4623-811d-be1cea4b3333 dd992e368edc47f2934754aa0c2a8122 55dce61261e54a2f95194b32cbccfbb5 - - default default] Tap Mirror: Handle Delete Port: 117f9afd-9ce2-42c6-8c0c-5c01d879f62e [pid: 7|app: 0|req: 1158/2143] 199.19.213.5 () {36 vars in 995 bytes} [Thu Apr 2 18:06:16 2026] DELETE /v2.0/ports/117f9afd-9ce2-42c6-8c0c-5c01d879f62e => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:06:16.550 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7b2d9934-7e32-4033-932c-284a30cea355'] response: {'server_uuid': 'f2897d62-627c-44d7-9fd1-7a421dc0f498', 'name': 'network-vif-deleted', 'tag': '117f9afd-9ce2-42c6-8c0c-5c01d879f62e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 986/2144] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:06:17 2026] GET /v2.0/ports?device_id=f2897d62-627c-44d7-9fd1-7a421dc0f498 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2145] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:06:18 2026] GET /v2.0/ports?device_id=f2897d62-627c-44d7-9fd1-7a421dc0f498 => 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: 987/2146] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:06:19 2026] GET /v2.0/ports?device_id=f2897d62-627c-44d7-9fd1-7a421dc0f498 => 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: 1160/2147] 10.0.0.149 () {32 vars in 826 bytes} [Thu Apr 2 18:06:20 2026] GET /v2.0/ports?project_id=43d9312e7fbf4c6c952a05dc3ad3169a&network_id=84bf87ef-f8c6-49a3-970a-55934cb78fc3 => generated 3695 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2148] 10.0.0.149 () {32 vars in 742 bytes} [Thu Apr 2 18:06:21 2026] GET /v2.0/subnets?network_id=bbb15344-6c4b-449a-9a19-15e2dc0e43f4 => generated 667 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:06:21.340 7 INFO neutron.db.l3_db [None req-4a2c1172-6b4d-4fd7-9868-db2232d979e3 ed285a2467e74651bd323633fcd83711 43d9312e7fbf4c6c952a05dc3ad3169a - - default default] Floating IP 42794e87-02a6-4ddf-aceb-c2877058dd6a disassociated. External IP: 10.96.250.219, port: 7fac0488-0ebe-447b-b398-780bca5f27be. [pid: 7|app: 0|req: 1161/2149] 10.0.0.149 () {34 vars in 749 bytes} [Thu Apr 2 18:06:21 2026] PUT /v2.0/floatingips/42794e87-02a6-4ddf-aceb-c2877058dd6a => generated 554 bytes in 397 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2150] 10.0.0.149 () {32 vars in 729 bytes} [Thu Apr 2 18:06:21 2026] GET /v2.0/floatingips/42794e87-02a6-4ddf-aceb-c2877058dd6a => generated 554 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:06:21.669 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-638aef9e-a4d4-422b-bb22-7abf29eb6346'] response: {'name': 'network-changed', 'server_uuid': '3b16ac27-23b8-4a0a-99e5-fbd371576570', 'tag': '7fac0488-0ebe-447b-b398-780bca5f27be', 'status': 'completed', 'code': 200} 2026-04-02 18:06:21.995 7 INFO neutron_taas.services.taas.taas_plugin [None req-f1557df5-c886-4bfb-9e6c-1cdda30c0a15 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: f8471e56-5c5a-49c0-94f2-aaddc682471a 2026-04-02 18:06:21.998 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1557df5-c886-4bfb-9e6c-1cdda30c0a15 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: f8471e56-5c5a-49c0-94f2-aaddc682471a [pid: 8|app: 0|req: 990/2151] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:06:22 2026] GET /v2.0/ports?tenant_id=43d9312e7fbf4c6c952a05dc3ad3169a&device_id=3b16ac27-23b8-4a0a-99e5-fbd371576570 => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2152] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:06:22 2026] GET /v2.0/networks?id=84bf87ef-f8c6-49a3-970a-55934cb78fc3 => generated 756 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2153] 199.19.213.5 () {34 vars in 1058 bytes} [Thu Apr 2 18:06:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=7fac0488-0ebe-447b-b398-780bca5f27be => 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: 993/2154] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:06:22 2026] GET /v2.0/subnets?id=623903d5-63f7-466c-90a3-7a1e39182dc7 => 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: 994/2155] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:06:22 2026] GET /v2.0/ports?network_id=84bf87ef-f8c6-49a3-970a-55934cb78fc3&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2156] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:06:22 2026] GET /v2.0/networks/84bf87ef-f8c6-49a3-970a-55934cb78fc3?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: 996/2157] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:06:22 2026] GET /v2.0/networks/84bf87ef-f8c6-49a3-970a-55934cb78fc3?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: 1162/2158] 10.0.0.149 () {34 vars in 789 bytes} [Thu Apr 2 18:06:21 2026] PUT /v2.0/routers/dc8c2533-15d0-4779-b08c-d38bb2ab3de1/remove_router_interface => generated 309 bytes in 916 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2159] 10.0.0.149 () {32 vars in 729 bytes} [Thu Apr 2 18:06:22 2026] GET /v2.0/floatingips/42794e87-02a6-4ddf-aceb-c2877058dd6a => generated 552 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:06:22.774 8 INFO neutron_taas.services.taas.taas_plugin [None req-b529c9b0-b8cd-426b-8e39-2ccb6c3f9c9a 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: cde68121-4560-47d3-911c-00d971c10152 2026-04-02 18:06:22.777 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b529c9b0-b8cd-426b-8e39-2ccb6c3f9c9a 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: cde68121-4560-47d3-911c-00d971c10152 2026-04-02 18:06:23.012 8 INFO neutron_taas.services.taas.taas_plugin [None req-b529c9b0-b8cd-426b-8e39-2ccb6c3f9c9a 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: 2781c47a-283e-4494-9aa5-88e233b656fe 2026-04-02 18:06:23.015 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b529c9b0-b8cd-426b-8e39-2ccb6c3f9c9a 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: 2781c47a-283e-4494-9aa5-88e233b656fe 2026-04-02 18:06:23.383 8 INFO neutron.services.segments.plugin [-] Segment 0a806947-a2aa-40ac-8832-4efa6c107b20 resource provider aggregate not found 2026-04-02 18:06:23.387 8 INFO neutron.services.segments.plugin [-] Segment 0a806947-a2aa-40ac-8832-4efa6c107b20 resource provider aggregate not found 2026-04-02 18:06:23.405 8 INFO neutron.services.segments.plugin [-] Segment 0a806947-a2aa-40ac-8832-4efa6c107b20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a806947-a2aa-40ac-8832-4efa6c107b20 found for delete ", "request_id": "req-b251be07-dcd5-4386-9820-095989b9c3fe"}]} 2026-04-02 18:06:23.408 8 INFO neutron.services.segments.plugin [-] Segment 0a806947-a2aa-40ac-8832-4efa6c107b20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a806947-a2aa-40ac-8832-4efa6c107b20 found for delete ", "request_id": "req-79a11593-bbbb-47d5-bf21-66b7df5c84b6"}]} 2026-04-02 18:06:23.413 8 INFO neutron.db.l3_hamode_db [None req-b529c9b0-b8cd-426b-8e39-2ccb6c3f9c9a 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] HA network 95932067-93fb-4c9b-b874-c6583a97ca30 was deleted as no HA routers are present in tenant 55dce61261e54a2f95194b32cbccfbb5. [pid: 8|app: 0|req: 997/2162] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:06:22 2026] DELETE /v2.0/routers/dc8c2533-15d0-4779-b08c-d38bb2ab3de1 => generated 0 bytes in 850 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2163] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:06:23 2026] DELETE /v2.0/subnets/7106d944-e439-48d3-aaee-985d28b87299 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:06:23.683 8 INFO neutron_taas.services.taas.taas_plugin [None req-0578f174-ba9c-4622-a36c-b716dd6977b3 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: e2e94e49-8878-41eb-83a8-12fba1811d9d 2026-04-02 18:06:23.687 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0578f174-ba9c-4622-a36c-b716dd6977b3 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: e2e94e49-8878-41eb-83a8-12fba1811d9d [pid: 7|app: 0|req: 1167/2164] 10.0.0.149 () {34 vars in 685 bytes} [Thu Apr 2 18:06:23 2026] POST /v2.0/security-groups => generated 1673 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2165] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:06:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2166] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:06:23 2026] POST /v2.0/security-group-rules => generated 596 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2167] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:06:24 2026] POST /v2.0/security-group-rules => generated 602 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2168] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:06:23 2026] DELETE /v2.0/networks/a320425a-8d9b-4f26-b6ba-ebdc81829518 => generated 0 bytes in 748 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2169] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:06:24 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-04-02 18:06:24.388 8 INFO neutron.db.securitygroups_db [None req-15f3dfa9-c0aa-4fd2-913a-4eac62ca62bc ed285a2467e74651bd323633fcd83711 43d9312e7fbf4c6c952a05dc3ad3169a - - default default] Project 43d9312e7fbf4c6c952a05dc3ad3169a 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: 1172/2170] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:06:24 2026] GET /v2.0/security-groups?tenant_id=55dce61261e54a2f95194b32cbccfbb5&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2171] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:06:24 2026] POST /v2.0/security-group-rules => generated 607 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:06:24.506 8 INFO neutron.db.securitygroups_db [None req-d6d29887-e366-4313-b396-4db24b353ce7 ed285a2467e74651bd323633fcd83711 43d9312e7fbf4c6c952a05dc3ad3169a - - default default] Project 43d9312e7fbf4c6c952a05dc3ad3169a added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 7|app: 0|req: 1173/2172] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:06:24 2026] DELETE /v2.0/security-groups/2dac37be-ee22-4a76-9acd-660541c14e2d => 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: 1000/2173] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:06:24 2026] POST /v2.0/security-group-rules => generated 606 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2174] 10.0.0.149 () {32 vars in 649 bytes} [Thu Apr 2 18:06:24 2026] GET /v2.0/networks => generated 1297 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2175] 10.0.0.140 () {34 vars in 1098 bytes} [Thu Apr 2 18:06:25 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-154098166&fields=id&tenant_id=43d9312e7fbf4c6c952a05dc3ad3169a => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2176] 10.0.0.140 () {34 vars in 982 bytes} [Thu Apr 2 18:06:25 2026] GET /v2.0/networks?id=84bf87ef-f8c6-49a3-970a-55934cb78fc3 => generated 660 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2177] 10.0.0.140 () {34 vars in 965 bytes} [Thu Apr 2 18:06:25 2026] GET /v2.0/quotas/43d9312e7fbf4c6c952a05dc3ad3169a => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:06:25.428 8 INFO neutron.services.segments.plugin [-] Segment 5736cdb5-ffc8-47f5-b767-78aa72397238 resource provider aggregate not found [pid: 7|app: 0|req: 1176/2178] 10.0.0.140 () {34 vars in 1002 bytes} [Thu Apr 2 18:06:25 2026] GET /v2.0/ports?tenant_id=43d9312e7fbf4c6c952a05dc3ad3169a&fields=id => generated 149 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:06:25.436 8 INFO neutron.services.segments.plugin [-] Segment 5736cdb5-ffc8-47f5-b767-78aa72397238 resource provider aggregate not found 2026-04-02 18:06:25.459 8 INFO neutron.services.segments.plugin [-] Segment 5736cdb5-ffc8-47f5-b767-78aa72397238 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5736cdb5-ffc8-47f5-b767-78aa72397238 found for delete ", "request_id": "req-4e518b7c-612c-4986-bc37-cf915d17437b"}]} 2026-04-02 18:06:25.468 8 INFO neutron.services.segments.plugin [-] Segment 5736cdb5-ffc8-47f5-b767-78aa72397238 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5736cdb5-ffc8-47f5-b767-78aa72397238 found for delete ", "request_id": "req-e063c9fd-65e6-4c3e-b6cd-70ab5b008199"}]} [pid: 8|app: 0|req: 1003/2179] 10.0.0.140 () {34 vars in 1008 bytes} [Thu Apr 2 18:06:25 2026] GET /v2.0/networks/84bf87ef-f8c6-49a3-970a-55934cb78fc3?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2180] 10.0.0.140 () {34 vars in 1108 bytes} [Thu Apr 2 18:06:25 2026] GET /v2.0/networks/84bf87ef-f8c6-49a3-970a-55934cb78fc3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2181] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:06:25 2026] GET /v2.0/ports?device_id=4135162a-b02e-4ff1-874f-7ab39bc307f9 => 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: 1178/2182] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:06:26 2026] GET /v2.0/ports?device_id=4135162a-b02e-4ff1-874f-7ab39bc307f9 => 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: 1005/2183] 10.0.0.134 () {32 vars in 802 bytes} [Thu Apr 2 18:06:27 2026] GET /v2.0/extensions => generated 21537 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2184] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:06:27 2026] GET /v2.0/ports?device_id=4135162a-b02e-4ff1-874f-7ab39bc307f9 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2185] 10.0.0.134 () {30 vars in 724 bytes} [Thu Apr 2 18:06:27 2026] GET /v2.0/quotas/8f8525c6fd874d10bf06f35894c1f9e8/details => generated 847 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2186] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:06:28 2026] GET /v2.0/ports?device_id=4135162a-b02e-4ff1-874f-7ab39bc307f9 => 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: 1007/2187] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:06:29 2026] GET /v2.0/networks?id=84bf87ef-f8c6-49a3-970a-55934cb78fc3 => generated 660 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2188] 199.19.213.5 () {34 vars in 1048 bytes} [Thu Apr 2 18:06:29 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=43d9312e7fbf4c6c952a05dc3ad3169a => generated 272 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2189] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:06:30 2026] GET /v2.0/ports?device_id=4135162a-b02e-4ff1-874f-7ab39bc307f9 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2190] 199.19.213.5 () {38 vars in 953 bytes} [Thu Apr 2 18:06:29 2026] POST /v2.0/ports => generated 954 bytes in 385 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: 1009/2191] 10.0.0.134 () {32 vars in 802 bytes} [Thu Apr 2 18:06:30 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2192] 199.19.213.5 () {38 vars in 1026 bytes} [Thu Apr 2 18:06:30 2026] PUT /v2.0/ports/f2072371-4e2a-45d5-a6e1-93f77c0ae9fb => generated 1235 bytes in 413 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:06:30.823 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2ef1ec64-6453-4bca-b518-239a455f4c04'] response: {'name': 'network-changed', 'server_uuid': '4135162a-b02e-4ff1-874f-7ab39bc307f9', 'tag': 'f2072371-4e2a-45d5-a6e1-93f77c0ae9fb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1010/2193] 10.0.0.134 () {30 vars in 724 bytes} [Thu Apr 2 18:06:30 2026] GET /v2.0/quotas/8f8525c6fd874d10bf06f35894c1f9e8/details => generated 847 bytes in 67 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: 1184/2194] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:06:31 2026] GET /v2.0/ports?device_id=4135162a-b02e-4ff1-874f-7ab39bc307f9 => generated 969 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2195] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:06:31 2026] GET /v2.0/security-groups?id=987a2d66-7ea3-43e9-99b0-059cab2deb4c&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2196] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:06:31 2026] GET /v2.0/ports?tenant_id=43d9312e7fbf4c6c952a05dc3ad3169a&device_id=4135162a-b02e-4ff1-874f-7ab39bc307f9 => generated 1238 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2197] 199.19.213.5 () {34 vars in 1016 bytes} [Thu Apr 2 18:06:31 2026] GET /v2.0/networks?tenant_id=43d9312e7fbf4c6c952a05dc3ad3169a&shared=False => generated 756 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2198] 199.19.213.5 () {34 vars in 928 bytes} [Thu Apr 2 18:06:31 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2199] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:06:32 2026] GET /v2.0/ports?device_id=4135162a-b02e-4ff1-874f-7ab39bc307f9 => 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: 1187/2200] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:06:32 2026] GET /v2.0/security-groups?id=987a2d66-7ea3-43e9-99b0-059cab2deb4c&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2201] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:06:32 2026] GET /v2.0/ports?tenant_id=43d9312e7fbf4c6c952a05dc3ad3169a&device_id=4135162a-b02e-4ff1-874f-7ab39bc307f9 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2202] 199.19.213.5 () {34 vars in 1056 bytes} [Thu Apr 2 18:06:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=f2072371-4e2a-45d5-a6e1-93f77c0ae9fb => 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: 1015/2203] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:06:32 2026] GET /v2.0/subnets?id=623903d5-63f7-466c-90a3-7a1e39182dc7 => 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: 1189/2204] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:06:32 2026] GET /v2.0/ports?network_id=84bf87ef-f8c6-49a3-970a-55934cb78fc3&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2205] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:06:32 2026] GET /v2.0/networks/84bf87ef-f8c6-49a3-970a-55934cb78fc3?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: 1190/2206] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:06:32 2026] GET /v2.0/networks/84bf87ef-f8c6-49a3-970a-55934cb78fc3?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: 1017/2207] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:06:33 2026] GET /v2.0/ports?device_id=4135162a-b02e-4ff1-874f-7ab39bc307f9 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2208] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:06:33 2026] GET /v2.0/security-groups?id=987a2d66-7ea3-43e9-99b0-059cab2deb4c&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2209] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:06:33 2026] GET /v2.0/security-groups?tenant_id=8f8525c6fd874d10bf06f35894c1f9e8&name=default => generated 2925 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2210] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:06:34 2026] DELETE /v2.0/security-groups/8c086fff-323f-44df-aa27-34d95148ae9c => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2211] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:06:34 2026] GET /v2.0/ports?device_id=4135162a-b02e-4ff1-874f-7ab39bc307f9 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2212] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:06:34 2026] GET /v2.0/security-groups?id=987a2d66-7ea3-43e9-99b0-059cab2deb4c&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2213] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:06:35 2026] GET /v2.0/ports?device_id=4135162a-b02e-4ff1-874f-7ab39bc307f9 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2214] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:06:35 2026] GET /v2.0/security-groups?id=987a2d66-7ea3-43e9-99b0-059cab2deb4c&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2215] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:06:36 2026] GET /v2.0/ports?device_id=4135162a-b02e-4ff1-874f-7ab39bc307f9 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2216] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:06:36 2026] GET /v2.0/security-groups?id=987a2d66-7ea3-43e9-99b0-059cab2deb4c&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2217] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:06:38 2026] GET /v2.0/ports?device_id=4135162a-b02e-4ff1-874f-7ab39bc307f9 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2218] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:06:38 2026] GET /v2.0/security-groups?id=987a2d66-7ea3-43e9-99b0-059cab2deb4c&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: 1197/2219] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:06:38 2026] GET /v2.0/ports?device_id=4135162a-b02e-4ff1-874f-7ab39bc307f9 => 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: 1200/2222] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:06:38 2026] GET /v2.0/security-groups?id=987a2d66-7ea3-43e9-99b0-059cab2deb4c&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2223] 10.0.0.149 () {32 vars in 736 bytes} [Thu Apr 2 18:06:38 2026] GET /v2.0/ports?device_id=4135162a-b02e-4ff1-874f-7ab39bc307f9 => generated 1240 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:06:38.472 8 INFO neutron.db.segments_db [None req-5bd8136f-b6ac-4599-8b21-5d41610cd18b 8824f002c6444c2d97e7b5fdf743e601 a8b4077b01ef488ca3d0b6dceaf536cb - - default default] Added segment 9f644dd4-9f76-4216-a198-94a549adc4a9 of type vxlan for network 9bc2192a-0937-43da-82de-00cb0c29df78 [pid: 8|app: 0|req: 1023/2224] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:06:38 2026] POST /v2.0/networks => generated 726 bytes in 399 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:06:38.700 7 INFO neutron.db.l3_db [None req-af3912e9-e4ce-4d87-8af8-75c09e7e211c ed285a2467e74651bd323633fcd83711 43d9312e7fbf4c6c952a05dc3ad3169a - - default default] Floating IP 42794e87-02a6-4ddf-aceb-c2877058dd6a associated. External IP: 10.96.250.219, port: f2072371-4e2a-45d5-a6e1-93f77c0ae9fb. [pid: 8|app: 0|req: 1024/2225] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:06:38 2026] POST /v2.0/subnets => generated 644 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:06:38.779 8 WARNING neutron.api.v2.base [None req-3ca58bcd-ebc5-4b1e-96a7-191aba38979c 8824f002c6444c2d97e7b5fdf743e601 a8b4077b01ef488ca3d0b6dceaf536cb - - 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-04-02 18:06:38.780 8 INFO neutron.api.v2.resource [None req-3ca58bcd-ebc5-4b1e-96a7-191aba38979c 8824f002c6444c2d97e7b5fdf743e601 a8b4077b01ef488ca3d0b6dceaf536cb - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1025/2226] 10.0.0.149 () {34 vars in 681 bytes} [Thu Apr 2 18:06:38 2026] POST /v2.0/rbac-policies => generated 143 bytes in 9 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-02 18:06:38.961 8 INFO neutron.services.segments.plugin [-] Segment 9f644dd4-9f76-4216-a198-94a549adc4a9 resource provider aggregate not found 2026-04-02 18:06:38.966 8 INFO neutron.services.segments.plugin [-] Segment 9f644dd4-9f76-4216-a198-94a549adc4a9 resource provider aggregate not found 2026-04-02 18:06:38.982 8 INFO neutron.services.segments.plugin [-] Segment 9f644dd4-9f76-4216-a198-94a549adc4a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f644dd4-9f76-4216-a198-94a549adc4a9 found for delete ", "request_id": "req-761d540e-ad8e-47c0-bc5f-93a1f69f5ad1"}]} 2026-04-02 18:06:38.991 8 INFO neutron.services.segments.plugin [-] Segment 9f644dd4-9f76-4216-a198-94a549adc4a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f644dd4-9f76-4216-a198-94a549adc4a9 found for delete ", "request_id": "req-afa48553-5a14-4fb3-81e4-af8cde945102"}]} [pid: 8|app: 0|req: 1026/2227] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:06:38 2026] DELETE /v2.0/networks/9bc2192a-0937-43da-82de-00cb0c29df78 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2228] 10.0.0.149 () {34 vars in 749 bytes} [Thu Apr 2 18:06:38 2026] PUT /v2.0/floatingips/42794e87-02a6-4ddf-aceb-c2877058dd6a => generated 855 bytes in 655 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:06:39.058 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b44e1230-67f1-4ebc-939a-e54fef98ae66'] response: {'name': 'network-changed', 'server_uuid': '4135162a-b02e-4ff1-874f-7ab39bc307f9', 'tag': 'f2072371-4e2a-45d5-a6e1-93f77c0ae9fb', 'status': 'completed', 'code': 200} 2026-04-02 18:06:39.067 8 INFO neutron.db.segments_db [None req-f3beba94-6a75-4230-8d38-648266ecad85 8824f002c6444c2d97e7b5fdf743e601 a8b4077b01ef488ca3d0b6dceaf536cb - - default default] Added segment d71946b0-e168-4867-b64a-4000bfb4e424 of type vxlan for network f04f352a-68fd-4a73-ad81-2088f16041b5 [pid: 7|app: 0|req: 1203/2229] 10.0.0.149 () {32 vars in 729 bytes} [Thu Apr 2 18:06:39 2026] GET /v2.0/floatingips/42794e87-02a6-4ddf-aceb-c2877058dd6a => generated 855 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2230] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:06:38 2026] POST /v2.0/networks => generated 726 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2231] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:06:39 2026] POST /v2.0/subnets => generated 647 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:06:39.356 8 WARNING neutron.api.v2.base [None req-8b5ba9c8-addd-4d91-91ed-1afc12b01446 8824f002c6444c2d97e7b5fdf743e601 a8b4077b01ef488ca3d0b6dceaf536cb - - 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-04-02 18:06:39.356 8 INFO neutron.api.v2.resource [None req-8b5ba9c8-addd-4d91-91ed-1afc12b01446 8824f002c6444c2d97e7b5fdf743e601 a8b4077b01ef488ca3d0b6dceaf536cb - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 1028/2232] 10.0.0.149 () {34 vars in 681 bytes} [Thu Apr 2 18:06:39 2026] POST /v2.0/rbac-policies => generated 547 bytes in 9 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-02 18:06:39.558 7 INFO neutron.services.segments.plugin [-] Segment d71946b0-e168-4867-b64a-4000bfb4e424 resource provider aggregate not found 2026-04-02 18:06:39.564 7 INFO neutron.services.segments.plugin [-] Segment d71946b0-e168-4867-b64a-4000bfb4e424 resource provider aggregate not found 2026-04-02 18:06:39.583 7 INFO neutron.services.segments.plugin [-] Segment d71946b0-e168-4867-b64a-4000bfb4e424 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d71946b0-e168-4867-b64a-4000bfb4e424 found for delete ", "request_id": "req-0190292f-d13d-41c9-b303-155ba00c3516"}]} 2026-04-02 18:06:39.586 7 INFO neutron.services.segments.plugin [-] Segment d71946b0-e168-4867-b64a-4000bfb4e424 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d71946b0-e168-4867-b64a-4000bfb4e424 found for delete ", "request_id": "req-c6e626a0-5f30-40ac-951f-e5990988dbd4"}]} [pid: 7|app: 0|req: 1205/2233] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:06:39 2026] DELETE /v2.0/networks/f04f352a-68fd-4a73-ad81-2088f16041b5 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2234] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:06:39 2026] GET /v2.0/ports?tenant_id=43d9312e7fbf4c6c952a05dc3ad3169a&device_id=4135162a-b02e-4ff1-874f-7ab39bc307f9 => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2235] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:06:39 2026] GET /v2.0/networks?id=84bf87ef-f8c6-49a3-970a-55934cb78fc3 => generated 756 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:06:39.679 7 INFO neutron.db.segments_db [None req-6e52ceba-f907-49df-a2b8-626a94390017 8824f002c6444c2d97e7b5fdf743e601 a8b4077b01ef488ca3d0b6dceaf536cb - - default default] Added segment 191351c8-989a-46be-96e4-442672496d72 of type vxlan for network 467a9188-e2f8-4b0d-a7ed-bf6b0e03118d [pid: 8|app: 0|req: 1031/2236] 199.19.213.5 () {34 vars in 1056 bytes} [Thu Apr 2 18:06:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=f2072371-4e2a-45d5-a6e1-93f77c0ae9fb => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2237] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:06:39 2026] GET /v2.0/subnets?id=623903d5-63f7-466c-90a3-7a1e39182dc7 => 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: 1206/2238] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:06:39 2026] POST /v2.0/networks => generated 726 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2239] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:06:39 2026] GET /v2.0/ports?network_id=84bf87ef-f8c6-49a3-970a-55934cb78fc3&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2240] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:06:39 2026] GET /v2.0/networks/84bf87ef-f8c6-49a3-970a-55934cb78fc3?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: 1035/2241] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:06:39 2026] GET /v2.0/networks/84bf87ef-f8c6-49a3-970a-55934cb78fc3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2242] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:06:39 2026] POST /v2.0/subnets => generated 647 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2243] 10.0.0.149 () {32 vars in 729 bytes} [Thu Apr 2 18:06:40 2026] GET /v2.0/floatingips/42794e87-02a6-4ddf-aceb-c2877058dd6a => generated 855 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2244] 10.0.0.149 () {34 vars in 681 bytes} [Thu Apr 2 18:06:39 2026] POST /v2.0/rbac-policies => generated 324 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2245] 10.0.0.149 () {32 vars in 723 bytes} [Thu Apr 2 18:06:40 2026] GET /v2.0/networks/467a9188-e2f8-4b0d-a7ed-bf6b0e03118d => generated 654 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:06:41.040 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dc0060ce-4d71-4682-ae44-5eb46347d362 3332b13392ce4b39b110d073d199ddac 30c06936ea1043878dcf5bd09bd6225f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1037/2246] 10.0.0.149 () {32 vars in 723 bytes} [Thu Apr 2 18:06:40 2026] GET /v2.0/networks/467a9188-e2f8-4b0d-a7ed-bf6b0e03118d => generated 138 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2247] 10.0.0.149 () {32 vars in 729 bytes} [Thu Apr 2 18:06:41 2026] GET /v2.0/floatingips/42794e87-02a6-4ddf-aceb-c2877058dd6a => generated 857 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2248] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:06:41 2026] DELETE /v2.0/networks/467a9188-e2f8-4b0d-a7ed-bf6b0e03118d => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:06:41.267 8 INFO neutron.pecan_wsgi.hooks.translation [None req-22152abc-ce55-466d-96aa-ffa50fb84f25 8824f002c6444c2d97e7b5fdf743e601 a8b4077b01ef488ca3d0b6dceaf536cb - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1039/2249] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:06:41 2026] DELETE /v2.0/subnets/0a4b5110-e60a-49fc-b019-d0634dffc408 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:06:41.285 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fbec1736-3e57-4c1b-a59a-908d03ee4fc2 8824f002c6444c2d97e7b5fdf743e601 a8b4077b01ef488ca3d0b6dceaf536cb - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1211/2250] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:06:41 2026] DELETE /v2.0/subnets/71e2be03-cd77-438e-ba59-2f97adfa7671 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:06:41.309 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4306773f-983b-45aa-b44c-b4291eb216c6 8824f002c6444c2d97e7b5fdf743e601 a8b4077b01ef488ca3d0b6dceaf536cb - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1040/2251] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:06:41 2026] DELETE /v2.0/subnets/2122153a-32fc-4785-80c0-30361a5a62cc => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:06:41.605 7 INFO neutron.services.segments.plugin [-] Segment 191351c8-989a-46be-96e4-442672496d72 resource provider aggregate not found 2026-04-02 18:06:41.610 7 INFO neutron.services.segments.plugin [-] Segment 191351c8-989a-46be-96e4-442672496d72 resource provider aggregate not found 2026-04-02 18:06:41.627 7 INFO neutron.services.segments.plugin [-] Segment 191351c8-989a-46be-96e4-442672496d72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 191351c8-989a-46be-96e4-442672496d72 found for delete ", "request_id": "req-c6be1aad-9589-43f4-93e4-15e925f2ee33"}]} 2026-04-02 18:06:41.633 7 INFO neutron.services.segments.plugin [-] Segment 191351c8-989a-46be-96e4-442672496d72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 191351c8-989a-46be-96e4-442672496d72 found for delete ", "request_id": "req-8372d89f-cf07-4629-aa90-3274a409dd0b"}]} [pid: 7|app: 0|req: 1212/2252] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:06:42 2026] GET /v2.0/security-groups?tenant_id=a8b4077b01ef488ca3d0b6dceaf536cb&name=default => generated 2926 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2253] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:06:42 2026] DELETE /v2.0/security-groups/be9243d6-d0c2-4e1f-8a7b-97994726cf3f => 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: 1213/2254] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:06:42 2026] GET /v2.0/security-groups?tenant_id=805ed912269344428cfe1c03e9540b42&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2255] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:06:42 2026] DELETE /v2.0/security-groups/5bfbc59c-ecde-4e58-9bc4-b154b27ebe06 => 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: 1214/2256] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:06:42 2026] GET /v2.0/security-groups?tenant_id=30c06936ea1043878dcf5bd09bd6225f&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2257] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:06:42 2026] DELETE /v2.0/security-groups/ce961347-d486-48a7-aaba-d3a353ef77b4 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:06:47.318 7 INFO neutron.db.segments_db [None req-0babd343-c751-4cf0-a133-9d06b1ca4bb1 b9bcb55bc99f489c8acd363e5479e587 d4209f4a23ab4f9383a94b0d6aec79ae - - default default] Added segment eb70eeca-3a34-42f6-bacf-049a6ad2bad7 of type vxlan for network e6d6ce54-159a-484c-b1d4-78f91a48d12a [pid: 7|app: 0|req: 1215/2258] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:06:46 2026] POST /v2.0/networks => generated 630 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2259] 10.0.0.149 () {34 vars in 664 bytes} [Thu Apr 2 18:06:47 2026] POST /v2.0/ports => generated 743 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:06:47.725 7 INFO neutron.db.segments_db [None req-107d8721-e9c0-44a1-b9da-ad69c97e98d4 b9bcb55bc99f489c8acd363e5479e587 d4209f4a23ab4f9383a94b0d6aec79ae - - default default] Added segment 3f388d59-51f3-48f5-93ee-251f28b94bb9 of type vxlan for network 7d4f69df-5a6e-4734-bb5b-767febd90d67 [pid: 7|app: 0|req: 1216/2260] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:06:47 2026] POST /v2.0/networks => generated 631 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1045/2261] 10.0.0.149 () {34 vars in 664 bytes} [Thu Apr 2 18:06:47 2026] POST /v2.0/ports => generated 743 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:06:48.146 7 INFO neutron.db.segments_db [None req-130201ca-0497-4092-b805-7576494d3601 b9bcb55bc99f489c8acd363e5479e587 d4209f4a23ab4f9383a94b0d6aec79ae - - default default] Added segment 5b0782ee-5c83-4159-a5f8-3835c1bb4aed of type vxlan for network 6851be62-e280-47c1-9b1b-59077c4cd0a1 [pid: 7|app: 0|req: 1217/2262] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:06:48 2026] POST /v2.0/networks => generated 632 bytes in 141 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: 1046/2263] 10.0.0.149 () {34 vars in 664 bytes} [Thu Apr 2 18:06:48 2026] POST /v2.0/ports => generated 743 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:06:48.607 7 INFO neutron.db.segments_db [None req-2f426f69-1b54-49fc-8e8a-868262d2c696 b9bcb55bc99f489c8acd363e5479e587 d4209f4a23ab4f9383a94b0d6aec79ae - - default default] Added segment c2f0c67e-04f3-4e6a-8978-0bf3db885155 of type vxlan for network 9969a0d5-1d80-4cc2-b1ee-616b5a9dc8dd [pid: 7|app: 0|req: 1218/2264] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:06:48 2026] POST /v2.0/networks => generated 632 bytes in 183 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: 1219/2265] 10.0.0.14 () {34 vars in 989 bytes} [Thu Apr 2 18:06:48 2026] GET /v2.0/ports?device_id=4135162a-b02e-4ff1-874f-7ab39bc307f9 => generated 1240 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2266] 10.0.0.14 () {34 vars in 1039 bytes} [Thu Apr 2 18:06:48 2026] GET /v2.0/security-groups?id=987a2d66-7ea3-43e9-99b0-059cab2deb4c&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2267] 10.0.0.149 () {34 vars in 664 bytes} [Thu Apr 2 18:06:48 2026] POST /v2.0/ports => generated 743 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:06:49.122 7 INFO neutron.db.segments_db [None req-4d8a3d2c-480e-44d2-8c5c-f4c89010b8b6 b9bcb55bc99f489c8acd363e5479e587 d4209f4a23ab4f9383a94b0d6aec79ae - - default default] Added segment ae070393-2b52-43fb-aa57-9cee1dcdf0d5 of type vxlan for network f97e6ce4-52b5-427b-b427-cc06aea0960a [pid: 7|app: 0|req: 1221/2268] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:06:49 2026] POST /v2.0/networks => generated 632 bytes in 138 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: 1048/2269] 10.0.0.149 () {34 vars in 664 bytes} [Thu Apr 2 18:06:49 2026] POST /v2.0/ports => generated 743 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2270] 10.0.0.149 () {34 vars in 747 bytes} [Thu Apr 2 18:06:49 2026] PUT /v2.0/ports/35ae2444-be97-4fbf-a141-e54fadbb1eee/tags => generated 17 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: 8|app: 0|req: 1049/2271] 10.0.0.149 () {34 vars in 747 bytes} [Thu Apr 2 18:06:49 2026] PUT /v2.0/ports/dbe0d870-9986-4537-bb71-cd6d30b78e95/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1223/2272] 10.0.0.149 () {34 vars in 747 bytes} [Thu Apr 2 18:06:49 2026] PUT /v2.0/ports/afe96206-5f78-4b82-b3fc-63de4bde1b56/tags => generated 34 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: 1050/2273] 10.0.0.149 () {34 vars in 747 bytes} [Thu Apr 2 18:06:49 2026] PUT /v2.0/ports/1169098c-07ce-4912-9974-ce3c87467468/tags => generated 19 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: 1224/2274] 10.0.0.149 () {32 vars in 660 bytes} [Thu Apr 2 18:06:49 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 144 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: 1051/2275] 10.0.0.149 () {32 vars in 674 bytes} [Thu Apr 2 18:06:49 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2276] 10.0.0.149 () {32 vars in 670 bytes} [Thu Apr 2 18:06:50 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2277] 10.0.0.149 () {32 vars in 682 bytes} [Thu Apr 2 18:06:50 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2278] 10.0.0.149 () {32 vars in 668 bytes} [Thu Apr 2 18:06:50 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2279] 10.0.0.149 () {32 vars in 682 bytes} [Thu Apr 2 18:06:50 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2280] 10.0.0.149 () {32 vars in 678 bytes} [Thu Apr 2 18:06:50 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2281] 10.0.0.149 () {32 vars in 690 bytes} [Thu Apr 2 18:06:50 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:06:50.634 7 INFO neutron_taas.services.taas.taas_plugin [None req-c04df66f-31d8-4d7b-a025-8d6edcfcf9fe b9bcb55bc99f489c8acd363e5479e587 d4209f4a23ab4f9383a94b0d6aec79ae - - default default] TaaS: Handle Delete Port: 35ae2444-be97-4fbf-a141-e54fadbb1eee 2026-04-02 18:06:50.638 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c04df66f-31d8-4d7b-a025-8d6edcfcf9fe b9bcb55bc99f489c8acd363e5479e587 d4209f4a23ab4f9383a94b0d6aec79ae - - default default] Tap Mirror: Handle Delete Port: 35ae2444-be97-4fbf-a141-e54fadbb1eee [pid: 7|app: 0|req: 1228/2282] 10.0.0.149 () {32 vars in 720 bytes} [Thu Apr 2 18:06:50 2026] DELETE /v2.0/ports/35ae2444-be97-4fbf-a141-e54fadbb1eee => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:06:50.805 8 INFO neutron_taas.services.taas.taas_plugin [None req-ebf195d2-e069-490b-87ce-48f7a1aba61a b9bcb55bc99f489c8acd363e5479e587 d4209f4a23ab4f9383a94b0d6aec79ae - - default default] TaaS: Handle Delete Port: dbe0d870-9986-4537-bb71-cd6d30b78e95 2026-04-02 18:06:50.808 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ebf195d2-e069-490b-87ce-48f7a1aba61a b9bcb55bc99f489c8acd363e5479e587 d4209f4a23ab4f9383a94b0d6aec79ae - - default default] Tap Mirror: Handle Delete Port: dbe0d870-9986-4537-bb71-cd6d30b78e95 [pid: 8|app: 0|req: 1055/2283] 10.0.0.149 () {32 vars in 720 bytes} [Thu Apr 2 18:06:50 2026] DELETE /v2.0/ports/dbe0d870-9986-4537-bb71-cd6d30b78e95 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:06:50.975 7 INFO neutron_taas.services.taas.taas_plugin [None req-1ea76559-c1d9-4ec4-8f1d-b709b79d8df7 b9bcb55bc99f489c8acd363e5479e587 d4209f4a23ab4f9383a94b0d6aec79ae - - default default] TaaS: Handle Delete Port: afe96206-5f78-4b82-b3fc-63de4bde1b56 2026-04-02 18:06:50.978 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ea76559-c1d9-4ec4-8f1d-b709b79d8df7 b9bcb55bc99f489c8acd363e5479e587 d4209f4a23ab4f9383a94b0d6aec79ae - - default default] Tap Mirror: Handle Delete Port: afe96206-5f78-4b82-b3fc-63de4bde1b56 [pid: 7|app: 0|req: 1229/2284] 10.0.0.149 () {32 vars in 720 bytes} [Thu Apr 2 18:06:50 2026] DELETE /v2.0/ports/afe96206-5f78-4b82-b3fc-63de4bde1b56 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:06:51.158 8 INFO neutron_taas.services.taas.taas_plugin [None req-cfad331b-59ca-4a96-8335-989775dab0ca b9bcb55bc99f489c8acd363e5479e587 d4209f4a23ab4f9383a94b0d6aec79ae - - default default] TaaS: Handle Delete Port: 1169098c-07ce-4912-9974-ce3c87467468 2026-04-02 18:06:51.161 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cfad331b-59ca-4a96-8335-989775dab0ca b9bcb55bc99f489c8acd363e5479e587 d4209f4a23ab4f9383a94b0d6aec79ae - - default default] Tap Mirror: Handle Delete Port: 1169098c-07ce-4912-9974-ce3c87467468 [pid: 8|app: 0|req: 1056/2285] 10.0.0.149 () {32 vars in 720 bytes} [Thu Apr 2 18:06:51 2026] DELETE /v2.0/ports/1169098c-07ce-4912-9974-ce3c87467468 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:06:51.331 7 INFO neutron_taas.services.taas.taas_plugin [None req-e5e7b6dd-cc4a-4ad3-9694-e031d8943180 b9bcb55bc99f489c8acd363e5479e587 d4209f4a23ab4f9383a94b0d6aec79ae - - default default] TaaS: Handle Delete Port: c79a556c-f53d-409c-93a7-d98fb5127beb 2026-04-02 18:06:51.333 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5e7b6dd-cc4a-4ad3-9694-e031d8943180 b9bcb55bc99f489c8acd363e5479e587 d4209f4a23ab4f9383a94b0d6aec79ae - - default default] Tap Mirror: Handle Delete Port: c79a556c-f53d-409c-93a7-d98fb5127beb [pid: 7|app: 0|req: 1230/2286] 10.0.0.149 () {32 vars in 720 bytes} [Thu Apr 2 18:06:51 2026] DELETE /v2.0/ports/c79a556c-f53d-409c-93a7-d98fb5127beb => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:06:51.522 8 INFO neutron.services.segments.plugin [-] Segment eb70eeca-3a34-42f6-bacf-049a6ad2bad7 resource provider aggregate not found 2026-04-02 18:06:51.531 8 INFO neutron.services.segments.plugin [-] Segment eb70eeca-3a34-42f6-bacf-049a6ad2bad7 resource provider aggregate not found 2026-04-02 18:06:51.544 8 INFO neutron.services.segments.plugin [-] Segment eb70eeca-3a34-42f6-bacf-049a6ad2bad7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb70eeca-3a34-42f6-bacf-049a6ad2bad7 found for delete ", "request_id": "req-0b03ea94-8b3c-43d3-907e-0ce40d20ba1d"}]} 2026-04-02 18:06:51.549 8 INFO neutron.services.segments.plugin [-] Segment eb70eeca-3a34-42f6-bacf-049a6ad2bad7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb70eeca-3a34-42f6-bacf-049a6ad2bad7 found for delete ", "request_id": "req-45907957-7ca8-42e2-8bc3-220c83a74b62"}]} [pid: 8|app: 0|req: 1057/2287] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:06:51 2026] DELETE /v2.0/networks/e6d6ce54-159a-484c-b1d4-78f91a48d12a => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:06:51.667 7 INFO neutron.services.segments.plugin [-] Segment 3f388d59-51f3-48f5-93ee-251f28b94bb9 resource provider aggregate not found 2026-04-02 18:06:51.672 7 INFO neutron.services.segments.plugin [-] Segment 3f388d59-51f3-48f5-93ee-251f28b94bb9 resource provider aggregate not found 2026-04-02 18:06:51.690 7 INFO neutron.services.segments.plugin [-] Segment 3f388d59-51f3-48f5-93ee-251f28b94bb9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f388d59-51f3-48f5-93ee-251f28b94bb9 found for delete ", "request_id": "req-d303e152-b5ba-4b60-8bca-6923ad8da01c"}]} 2026-04-02 18:06:51.692 7 INFO neutron.services.segments.plugin [-] Segment 3f388d59-51f3-48f5-93ee-251f28b94bb9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f388d59-51f3-48f5-93ee-251f28b94bb9 found for delete ", "request_id": "req-b3329d34-09a5-4f28-a64e-0acac57e9878"}]} [pid: 7|app: 0|req: 1231/2288] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:06:51 2026] DELETE /v2.0/networks/7d4f69df-5a6e-4734-bb5b-767febd90d67 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2289] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:06:51 2026] DELETE /v2.0/networks/6851be62-e280-47c1-9b1b-59077c4cd0a1 => 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: 1232/2290] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:06:51 2026] DELETE /v2.0/networks/9969a0d5-1d80-4cc2-b1ee-616b5a9dc8dd => 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: 1059/2291] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:06:51 2026] DELETE /v2.0/networks/f97e6ce4-52b5-427b-b427-cc06aea0960a => 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: 1233/2292] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:06:52 2026] GET /v2.0/security-groups?tenant_id=d4209f4a23ab4f9383a94b0d6aec79ae&name=default => generated 2929 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2293] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:06:53 2026] DELETE /v2.0/security-groups/620a673c-0a07-4c5e-bb89-9b548d8b95e8 => 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: 1062/2296] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:06:53 2026] GET /v2.0/security-groups?tenant_id=d1549a718f0545f1a084a94386d964d8&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: 1235/2297] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:06:53 2026] DELETE /v2.0/security-groups/4b121d2c-f1cf-4f15-9067-95bb0fcb7432 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:06:53.565 8 INFO neutron.services.segments.plugin [-] Segment 5b0782ee-5c83-4159-a5f8-3835c1bb4aed resource provider aggregate not found 2026-04-02 18:06:53.570 8 INFO neutron.services.segments.plugin [-] Segment 5b0782ee-5c83-4159-a5f8-3835c1bb4aed resource provider aggregate not found 2026-04-02 18:06:53.586 8 INFO neutron.services.segments.plugin [-] Segment 5b0782ee-5c83-4159-a5f8-3835c1bb4aed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b0782ee-5c83-4159-a5f8-3835c1bb4aed found for delete ", "request_id": "req-5d5ffb10-978c-4585-b073-12d84cc96ba8"}]} 2026-04-02 18:06:53.589 8 INFO neutron.services.segments.plugin [-] Segment 5b0782ee-5c83-4159-a5f8-3835c1bb4aed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b0782ee-5c83-4159-a5f8-3835c1bb4aed found for delete ", "request_id": "req-421c4812-ff0f-4456-a0e7-ca2f258fa83a"}]} 2026-04-02 18:06:53.609 8 INFO neutron.services.segments.plugin [-] Segment ae070393-2b52-43fb-aa57-9cee1dcdf0d5 resource provider aggregate not found 2026-04-02 18:06:53.616 8 INFO neutron.services.segments.plugin [-] Segment ae070393-2b52-43fb-aa57-9cee1dcdf0d5 resource provider aggregate not found 2026-04-02 18:06:53.631 8 INFO neutron.services.segments.plugin [-] Segment ae070393-2b52-43fb-aa57-9cee1dcdf0d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae070393-2b52-43fb-aa57-9cee1dcdf0d5 found for delete ", "request_id": "req-1ef96cf5-f133-40b4-a550-34d90972af22"}]} 2026-04-02 18:06:53.633 8 INFO neutron.services.segments.plugin [-] Segment ae070393-2b52-43fb-aa57-9cee1dcdf0d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae070393-2b52-43fb-aa57-9cee1dcdf0d5 found for delete ", "request_id": "req-cadb7734-72a1-4600-831d-068e79353fb6"}]} 2026-04-02 18:06:53.711 7 INFO neutron.services.segments.plugin [-] Segment c2f0c67e-04f3-4e6a-8978-0bf3db885155 resource provider aggregate not found 2026-04-02 18:06:53.715 7 INFO neutron.services.segments.plugin [-] Segment c2f0c67e-04f3-4e6a-8978-0bf3db885155 resource provider aggregate not found 2026-04-02 18:06:53.730 7 INFO neutron.services.segments.plugin [-] Segment c2f0c67e-04f3-4e6a-8978-0bf3db885155 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2f0c67e-04f3-4e6a-8978-0bf3db885155 found for delete ", "request_id": "req-5fcc6a32-136a-41b7-bfd6-c520f1ce7e55"}]} 2026-04-02 18:06:53.730 7 INFO neutron.services.segments.plugin [-] Segment c2f0c67e-04f3-4e6a-8978-0bf3db885155 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2f0c67e-04f3-4e6a-8978-0bf3db885155 found for delete ", "request_id": "req-7fd206cf-0d0f-4f42-a614-008c803bfcc7"}]} [pid: 8|app: 0|req: 1063/2298] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:06:53 2026] GET /v2.0/security-groups?tenant_id=db12ee3f997f4b6db731fc50960e21d3&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: 1236/2299] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:06:53 2026] DELETE /v2.0/security-groups/64c39611-db7b-4a47-ae12-13bc908ee127 => 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: 1064/2300] 10.0.0.149 () {34 vars in 678 bytes} [Thu Apr 2 18:06:57 2026] POST /v2.0/qos/policies => generated 359 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2301] 10.0.0.149 () {34 vars in 678 bytes} [Thu Apr 2 18:06:58 2026] POST /v2.0/qos/policies => generated 359 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2302] 10.0.0.149 () {34 vars in 678 bytes} [Thu Apr 2 18:06:58 2026] POST /v2.0/qos/policies => generated 359 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2303] 10.0.0.149 () {34 vars in 678 bytes} [Thu Apr 2 18:06:58 2026] POST /v2.0/qos/policies => generated 359 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2304] 10.0.0.149 () {34 vars in 678 bytes} [Thu Apr 2 18:06:58 2026] POST /v2.0/qos/policies => generated 359 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2305] 10.0.0.149 () {34 vars in 753 bytes} [Thu Apr 2 18:06:58 2026] PUT /v2.0/policies/24df7a07-0b56-4065-b3bf-694a798f6709/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: 1067/2306] 10.0.0.149 () {34 vars in 753 bytes} [Thu Apr 2 18:06:58 2026] PUT /v2.0/policies/2ec10eea-bcc0-4bda-a901-b61765400766/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: 1240/2307] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:06:58 2026] GET /v2.0/ports?device_id=4135162a-b02e-4ff1-874f-7ab39bc307f9 => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2308] 10.0.0.149 () {34 vars in 753 bytes} [Thu Apr 2 18:06:58 2026] PUT /v2.0/policies/63097e38-e359-4131-b267-b76d1beaaa57/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2309] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:06:58 2026] GET /v2.0/security-groups?id=987a2d66-7ea3-43e9-99b0-059cab2deb4c&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: 1069/2310] 10.0.0.149 () {34 vars in 753 bytes} [Thu Apr 2 18:06:58 2026] PUT /v2.0/policies/a2313bab-58c7-4cbf-a956-ac39fe764f7c/tags => generated 19 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2311] 10.0.0.149 () {32 vars in 674 bytes} [Thu Apr 2 18:06:58 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2312] 10.0.0.149 () {32 vars in 688 bytes} [Thu Apr 2 18:06:59 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2313] 10.0.0.149 () {32 vars in 684 bytes} [Thu Apr 2 18:06:59 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2314] 10.0.0.149 () {32 vars in 696 bytes} [Thu Apr 2 18:06:59 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2315] 10.0.0.149 () {32 vars in 682 bytes} [Thu Apr 2 18:06:59 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2316] 10.0.0.149 () {32 vars in 696 bytes} [Thu Apr 2 18:06:59 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2317] 10.0.0.149 () {32 vars in 692 bytes} [Thu Apr 2 18:06:59 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2318] 10.0.0.149 () {32 vars in 704 bytes} [Thu Apr 2 18:06:59 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2319] 10.0.0.149 () {32 vars in 734 bytes} [Thu Apr 2 18:06:59 2026] DELETE /v2.0/qos/policies/24df7a07-0b56-4065-b3bf-694a798f6709 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2320] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:06:59 2026] GET /v2.0/ports?device_id=4135162a-b02e-4ff1-874f-7ab39bc307f9 => 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: 1074/2321] 10.0.0.149 () {32 vars in 734 bytes} [Thu Apr 2 18:06:59 2026] DELETE /v2.0/qos/policies/2ec10eea-bcc0-4bda-a901-b61765400766 => 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: 1248/2322] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:06:59 2026] GET /v2.0/security-groups?id=987a2d66-7ea3-43e9-99b0-059cab2deb4c&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: 1075/2323] 10.0.0.149 () {32 vars in 734 bytes} [Thu Apr 2 18:06:59 2026] DELETE /v2.0/qos/policies/63097e38-e359-4131-b267-b76d1beaaa57 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2324] 10.0.0.149 () {32 vars in 734 bytes} [Thu Apr 2 18:06:59 2026] DELETE /v2.0/qos/policies/a2313bab-58c7-4cbf-a956-ac39fe764f7c => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2325] 10.0.0.149 () {32 vars in 734 bytes} [Thu Apr 2 18:06:59 2026] DELETE /v2.0/qos/policies/049f2ec5-ba07-409d-a3ea-132ffeec6590 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2326] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:07:00 2026] GET /v2.0/ports?device_id=4135162a-b02e-4ff1-874f-7ab39bc307f9 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2327] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:07:00 2026] GET /v2.0/security-groups?id=987a2d66-7ea3-43e9-99b0-059cab2deb4c&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2328] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:07:00 2026] GET /v2.0/security-groups?tenant_id=5862f2e566b14f8e929186af1a1c1a75&name=default => generated 2929 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2329] 199.19.213.5 () {34 vars in 992 bytes} [Thu Apr 2 18:07:00 2026] GET /v2.0/ports?device_id=4135162a-b02e-4ff1-874f-7ab39bc307f9 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2330] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:07:00 2026] DELETE /v2.0/security-groups/afe564d1-6111-47aa-bc34-60c61662242a => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:07:01.026 8 INFO neutron_taas.services.taas.taas_plugin [req-ed6a9007-1cbb-4961-b3db-67b25a29dd20 req-612e28b5-5c80-4419-84dd-3594e1373d6f ed285a2467e74651bd323633fcd83711 43d9312e7fbf4c6c952a05dc3ad3169a - - default default] TaaS: Handle Delete Port: f2072371-4e2a-45d5-a6e1-93f77c0ae9fb 2026-04-02 18:07:01.031 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ed6a9007-1cbb-4961-b3db-67b25a29dd20 req-612e28b5-5c80-4419-84dd-3594e1373d6f ed285a2467e74651bd323633fcd83711 43d9312e7fbf4c6c952a05dc3ad3169a - - default default] Tap Mirror: Handle Delete Port: f2072371-4e2a-45d5-a6e1-93f77c0ae9fb 2026-04-02 18:07:01.153 8 INFO neutron.db.l3_db [req-ed6a9007-1cbb-4961-b3db-67b25a29dd20 req-612e28b5-5c80-4419-84dd-3594e1373d6f ed285a2467e74651bd323633fcd83711 43d9312e7fbf4c6c952a05dc3ad3169a - - default default] Floating IP 42794e87-02a6-4ddf-aceb-c2877058dd6a disassociated. External IP: 10.96.250.219, port: f2072371-4e2a-45d5-a6e1-93f77c0ae9fb. [pid: 7|app: 0|req: 1252/2331] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:07:01 2026] GET /v2.0/security-groups?tenant_id=bec2efad2b8244d9b82dd2d1f82f4cb9&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2332] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:07:01 2026] DELETE /v2.0/security-groups/82b82b98-0510-4616-9b5e-3402977c96e6 => 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: 1080/2333] 199.19.213.5 () {36 vars in 995 bytes} [Thu Apr 2 18:07:00 2026] DELETE /v2.0/ports/f2072371-4e2a-45d5-a6e1-93f77c0ae9fb => generated 0 bytes in 563 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:07:01.518 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a6c292fe-d749-462c-85a9-5462833b5535'] response: {'server_uuid': '4135162a-b02e-4ff1-874f-7ab39bc307f9', 'name': 'network-vif-deleted', 'tag': 'f2072371-4e2a-45d5-a6e1-93f77c0ae9fb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1254/2334] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:07:01 2026] GET /v2.0/security-groups?tenant_id=5140ad399e0148a2be61f49cb73d048b&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2335] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:07:01 2026] DELETE /v2.0/security-groups/93a341f0-6652-40e7-9741-8d04f5774b5f => 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: 1255/2336] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:07:01 2026] GET /v2.0/ports?device_id=4135162a-b02e-4ff1-874f-7ab39bc307f9 => 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: 1082/2337] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:07:03 2026] GET /v2.0/ports?device_id=4135162a-b02e-4ff1-874f-7ab39bc307f9 => 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: 1256/2338] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:07:04 2026] GET /v2.0/ports?device_id=4135162a-b02e-4ff1-874f-7ab39bc307f9 => 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: 1083/2339] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:07:05 2026] DELETE /v2.0/security-groups/987a2d66-7ea3-43e9-99b0-059cab2deb4c => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:07:05.440 7 INFO neutron_taas.services.taas.taas_plugin [None req-a27caaa4-4006-4ce1-b40c-c280d56cd242 ed285a2467e74651bd323633fcd83711 43d9312e7fbf4c6c952a05dc3ad3169a - - default default] TaaS: Handle Delete Port: 0de61ff8-aee7-44af-9a5e-cc7aad421553 2026-04-02 18:07:05.444 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a27caaa4-4006-4ce1-b40c-c280d56cd242 ed285a2467e74651bd323633fcd83711 43d9312e7fbf4c6c952a05dc3ad3169a - - default default] Tap Mirror: Handle Delete Port: 0de61ff8-aee7-44af-9a5e-cc7aad421553 [pid: 7|app: 0|req: 1257/2340] 10.0.0.149 () {32 vars in 732 bytes} [Thu Apr 2 18:07:05 2026] DELETE /v2.0/floatingips/42794e87-02a6-4ddf-aceb-c2877058dd6a => 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: 1084/2341] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:07:05 2026] GET /v2.0/ports?device_id=3b16ac27-23b8-4a0a-99e5-fbd371576570 => 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: 1258/2342] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:07:05 2026] GET /v2.0/security-groups?id=e00be0f7-ba1e-45c3-94ce-36c4b0f408c1&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2343] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:07:07 2026] GET /v2.0/ports?device_id=3b16ac27-23b8-4a0a-99e5-fbd371576570 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2344] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:07:07 2026] GET /v2.0/security-groups?id=e00be0f7-ba1e-45c3-94ce-36c4b0f408c1&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2347] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:07:08 2026] GET /v2.0/ports?device_id=3b16ac27-23b8-4a0a-99e5-fbd371576570 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2348] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:07:08 2026] GET /v2.0/security-groups?id=e00be0f7-ba1e-45c3-94ce-36c4b0f408c1&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: 1087/2349] 199.19.213.5 () {34 vars in 992 bytes} [Thu Apr 2 18:07:08 2026] GET /v2.0/ports?device_id=3b16ac27-23b8-4a0a-99e5-fbd371576570 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:07:08.463 7 INFO neutron_taas.services.taas.taas_plugin [req-ffdff400-9bd4-41e0-be00-df6c9eb42844 req-d8ec66df-8780-4e3c-be06-2868654a5862 ed285a2467e74651bd323633fcd83711 43d9312e7fbf4c6c952a05dc3ad3169a - - default default] TaaS: Handle Delete Port: 7fac0488-0ebe-447b-b398-780bca5f27be 2026-04-02 18:07:08.466 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ffdff400-9bd4-41e0-be00-df6c9eb42844 req-d8ec66df-8780-4e3c-be06-2868654a5862 ed285a2467e74651bd323633fcd83711 43d9312e7fbf4c6c952a05dc3ad3169a - - default default] Tap Mirror: Handle Delete Port: 7fac0488-0ebe-447b-b398-780bca5f27be [pid: 7|app: 0|req: 1263/2350] 199.19.213.5 () {36 vars in 995 bytes} [Thu Apr 2 18:07:08 2026] DELETE /v2.0/ports/7fac0488-0ebe-447b-b398-780bca5f27be => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:07:08.620 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7923c1a4-b23d-48a2-be73-50e0848de8d5'] response: {'server_uuid': '3b16ac27-23b8-4a0a-99e5-fbd371576570', 'name': 'network-vif-deleted', 'tag': '7fac0488-0ebe-447b-b398-780bca5f27be', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1088/2351] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:07:09 2026] GET /v2.0/ports?device_id=3b16ac27-23b8-4a0a-99e5-fbd371576570 => 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: 1264/2352] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:07:10 2026] GET /v2.0/ports?device_id=3b16ac27-23b8-4a0a-99e5-fbd371576570 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2353] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:07:11 2026] GET /v2.0/ports?device_id=3b16ac27-23b8-4a0a-99e5-fbd371576570 => 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: 1265/2354] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:07:12 2026] DELETE /v2.0/security-groups/e00be0f7-ba1e-45c3-94ce-36c4b0f408c1 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:07:13.103 8 INFO neutron_taas.services.taas.taas_plugin [None req-ad928bc9-aec5-4698-bfee-652882280c36 ed285a2467e74651bd323633fcd83711 43d9312e7fbf4c6c952a05dc3ad3169a - - default default] TaaS: Handle Delete Port: 420aed7e-51e9-44af-af1b-daeb2c8ec144 2026-04-02 18:07:13.106 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad928bc9-aec5-4698-bfee-652882280c36 ed285a2467e74651bd323633fcd83711 43d9312e7fbf4c6c952a05dc3ad3169a - - default default] Tap Mirror: Handle Delete Port: 420aed7e-51e9-44af-af1b-daeb2c8ec144 [pid: 8|app: 0|req: 1090/2355] 10.0.0.149 () {34 vars in 789 bytes} [Thu Apr 2 18:07:12 2026] PUT /v2.0/routers/8644b8b0-e098-4a94-8c45-302bee5e8047/remove_router_interface => generated 309 bytes in 902 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2356] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:07:13 2026] DELETE /v2.0/subnets/623903d5-63f7-466c-90a3-7a1e39182dc7 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:07:13.985 8 INFO neutron_taas.services.taas.taas_plugin [None req-f6661d12-e37a-4c19-843b-0136d2b623d2 ed285a2467e74651bd323633fcd83711 43d9312e7fbf4c6c952a05dc3ad3169a - - default default] TaaS: Handle Delete Port: e56fc408-8c00-409f-92f2-eb7d80871656 2026-04-02 18:07:13.988 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6661d12-e37a-4c19-843b-0136d2b623d2 ed285a2467e74651bd323633fcd83711 43d9312e7fbf4c6c952a05dc3ad3169a - - default default] Tap Mirror: Handle Delete Port: e56fc408-8c00-409f-92f2-eb7d80871656 2026-04-02 18:07:14.222 8 INFO neutron_taas.services.taas.taas_plugin [None req-f6661d12-e37a-4c19-843b-0136d2b623d2 ed285a2467e74651bd323633fcd83711 43d9312e7fbf4c6c952a05dc3ad3169a - - default default] TaaS: Handle Delete Port: 75b4350f-5380-4de8-9719-00aebf30038f 2026-04-02 18:07:14.224 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6661d12-e37a-4c19-843b-0136d2b623d2 ed285a2467e74651bd323633fcd83711 43d9312e7fbf4c6c952a05dc3ad3169a - - default default] Tap Mirror: Handle Delete Port: 75b4350f-5380-4de8-9719-00aebf30038f 2026-04-02 18:07:14.553 8 INFO neutron.services.segments.plugin [-] Segment 36c90409-cd8c-4147-8866-f3e6e02a28a4 resource provider aggregate not found 2026-04-02 18:07:14.563 8 INFO neutron.services.segments.plugin [-] Segment 36c90409-cd8c-4147-8866-f3e6e02a28a4 resource provider aggregate not found 2026-04-02 18:07:14.576 8 INFO neutron.services.segments.plugin [-] Segment 36c90409-cd8c-4147-8866-f3e6e02a28a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36c90409-cd8c-4147-8866-f3e6e02a28a4 found for delete ", "request_id": "req-c852ebf2-19b6-4218-975e-7bc576bef719"}]} 2026-04-02 18:07:14.581 8 INFO neutron.services.segments.plugin [-] Segment 36c90409-cd8c-4147-8866-f3e6e02a28a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36c90409-cd8c-4147-8866-f3e6e02a28a4 found for delete ", "request_id": "req-54955463-43d1-43a6-864b-605fc5ef61d8"}]} 2026-04-02 18:07:14.583 8 INFO neutron.db.l3_hamode_db [None req-f6661d12-e37a-4c19-843b-0136d2b623d2 ed285a2467e74651bd323633fcd83711 43d9312e7fbf4c6c952a05dc3ad3169a - - default default] HA network ab15a6f3-da15-4c1d-b9a6-06afb548a91b was deleted as no HA routers are present in tenant 43d9312e7fbf4c6c952a05dc3ad3169a. [pid: 8|app: 0|req: 1091/2357] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:07:13 2026] DELETE /v2.0/routers/8644b8b0-e098-4a94-8c45-302bee5e8047 => generated 0 bytes in 811 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:07:14.693 7 INFO neutron_taas.services.taas.taas_plugin [None req-888fb5e7-ae4f-487e-af8b-c5be2e1f9d29 ed285a2467e74651bd323633fcd83711 43d9312e7fbf4c6c952a05dc3ad3169a - - default default] TaaS: Handle Delete Port: 465f5de3-5966-4cfb-86ad-42b44d6d8190 2026-04-02 18:07:14.695 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-888fb5e7-ae4f-487e-af8b-c5be2e1f9d29 ed285a2467e74651bd323633fcd83711 43d9312e7fbf4c6c952a05dc3ad3169a - - default default] Tap Mirror: Handle Delete Port: 465f5de3-5966-4cfb-86ad-42b44d6d8190 2026-04-02 18:07:14.839 7 INFO neutron.services.segments.plugin [-] Segment 932b74a9-01d5-4951-96bf-d2d18f2f0de8 resource provider aggregate not found 2026-04-02 18:07:14.847 7 INFO neutron.services.segments.plugin [-] Segment 932b74a9-01d5-4951-96bf-d2d18f2f0de8 resource provider aggregate not found 2026-04-02 18:07:14.859 7 INFO neutron.services.segments.plugin [-] Segment 932b74a9-01d5-4951-96bf-d2d18f2f0de8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 932b74a9-01d5-4951-96bf-d2d18f2f0de8 found for delete ", "request_id": "req-71423aa8-2322-416a-9279-2bed76b6e7f4"}]} 2026-04-02 18:07:14.864 7 INFO neutron.services.segments.plugin [-] Segment 932b74a9-01d5-4951-96bf-d2d18f2f0de8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 932b74a9-01d5-4951-96bf-d2d18f2f0de8 found for delete ", "request_id": "req-fa2b4478-6bbd-4272-a5d0-f04174840526"}]} [pid: 7|app: 0|req: 1267/2358] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:07:14 2026] DELETE /v2.0/networks/84bf87ef-f8c6-49a3-970a-55934cb78fc3 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2359] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:07:15 2026] GET /v2.0/security-groups?tenant_id=43d9312e7fbf4c6c952a05dc3ad3169a&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2360] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:07:15 2026] DELETE /v2.0/security-groups/b341e143-6555-4916-996e-086605dd37aa => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2361] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:07:15 2026] GET /v2.0/security-groups?tenant_id=6855e6a1f0654772b8f3b8169cc25c62&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2362] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:07:15 2026] DELETE /v2.0/security-groups/fd756999-66af-4699-a3d9-c1c22116840b => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:07:18.020 8 INFO neutron.db.segments_db [None req-aadaeb8a-76c2-4da1-a4d6-394613b2009e 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Added segment 1cf9a3fd-9842-4fd8-b963-9aca5c0a0bec of type vxlan for network 6ac60742-3e57-46a2-9b24-c74ffd461f79 [pid: 8|app: 0|req: 1094/2363] 10.0.0.149 () {34 vars in 671 bytes} [Thu Apr 2 18:07:17 2026] POST /v2.0/networks => generated 741 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2364] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:07:18 2026] POST /v2.0/subnets => generated 688 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:07:18.369 8 INFO neutron.db.segments_db [None req-9805ade8-ead6-484f-9ef7-76f66681eaa2 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Added segment 40acf85a-0ab5-45e8-b300-1d2e664cdb23 of type vxlan for network a4bcb61c-2710-4898-a32b-7dd9e0a23f2b 2026-04-02 18:07:18.564 8 INFO neutron.db.l3_hamode_db [None req-9805ade8-ead6-484f-9ef7-76f66681eaa2 7bca8c7ce56e4cbc996b21b1c6fc12db 8afcc888822144969d7655d67503186c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 18:07:19.304 8 INFO neutron.db.l3_hamode_db [None req-9805ade8-ead6-484f-9ef7-76f66681eaa2 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1095/2365] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:07:18 2026] POST /v2.0/routers => generated 728 bytes in 1861 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2366] 10.0.0.149 () {34 vars in 783 bytes} [Thu Apr 2 18:07:20 2026] PUT /v2.0/routers/6ee1b554-406e-4b8d-91de-b40e0b770a00/add_router_interface => generated 309 bytes in 1113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:07:22.485 8 INFO neutron.db.segments_db [None req-0d85b1ae-cb45-4079-8ab8-dfe43d543644 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Added segment 0e66d23b-b539-4bd1-9587-6494fc352566 of type vxlan for network 6c83b032-2032-4a20-ad03-4db2e9c77ab3 [pid: 8|app: 0|req: 1096/2367] 10.0.0.149 () {34 vars in 671 bytes} [Thu Apr 2 18:07:22 2026] POST /v2.0/networks => generated 741 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2368] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:07:22 2026] POST /v2.0/subnets => generated 688 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:07:22.874 8 INFO neutron.db.segments_db [None req-b69b27b6-d127-44f0-a56d-3800c0d42008 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Added segment 75a87afd-bd1d-4883-a986-f495fe6a86ac of type vxlan for network 092d5b38-a60f-441b-a10f-f67c78f444a5 2026-04-02 18:07:23.122 8 INFO neutron.db.l3_hamode_db [None req-b69b27b6-d127-44f0-a56d-3800c0d42008 7bca8c7ce56e4cbc996b21b1c6fc12db ad7e8931605b428cba5ddadc79e1c1c8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 18:07:23.871 8 INFO neutron.db.l3_hamode_db [None req-b69b27b6-d127-44f0-a56d-3800c0d42008 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1097/2371] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:07:22 2026] POST /v2.0/routers => generated 728 bytes in 1866 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2372] 10.0.0.149 () {34 vars in 783 bytes} [Thu Apr 2 18:07:24 2026] PUT /v2.0/routers/652c0f5e-0f46-4782-bea1-35a3d82fe6f7/add_router_interface => generated 309 bytes in 1200 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2373] 10.0.0.149 () {34 vars in 685 bytes} [Thu Apr 2 18:07:26 2026] POST /v2.0/security-groups => generated 1675 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2374] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:07:26 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: 1099/2375] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:07:26 2026] POST /v2.0/security-group-rules => generated 596 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2376] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:07:26 2026] POST /v2.0/security-group-rules => generated 602 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2377] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:07:27 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) 2026-04-02 18:07:27.305 7 INFO neutron.db.securitygroups_db [None req-606e27b2-3f4e-495b-8ad2-ed999e190ffd 73fd5c83c6114a4fa775ad396bbde128 8afcc888822144969d7655d67503186c - - default default] Project 8afcc888822144969d7655d67503186c 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: 1278/2378] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:07:27 2026] POST /v2.0/security-group-rules => generated 607 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:07:27.435 8 INFO neutron.db.securitygroups_db [None req-d2d3ee06-5185-4986-beb3-f623515ddb63 73fd5c83c6114a4fa775ad396bbde128 8afcc888822144969d7655d67503186c - - default default] Project 8afcc888822144969d7655d67503186c 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: 1101/2379] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:07:27 2026] POST /v2.0/security-group-rules => generated 606 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2380] 10.0.0.149 () {34 vars in 685 bytes} [Thu Apr 2 18:07:27 2026] POST /v2.0/security-groups => generated 1662 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2381] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:07:28 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: 1280/2382] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:07:28 2026] POST /v2.0/security-group-rules => generated 602 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2383] 10.0.0.149 () {34 vars in 676 bytes} [Thu Apr 2 18:07:28 2026] POST /v2.0/floatingips => generated 552 bytes in 627 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2384] 10.0.0.140 () {34 vars in 1098 bytes} [Thu Apr 2 18:07:28 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-362748297&fields=id&tenant_id=8afcc888822144969d7655d67503186c => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2385] 10.0.0.140 () {34 vars in 1098 bytes} [Thu Apr 2 18:07:28 2026] GET /v2.0/security-groups?name=tempest-securitygroup--803647800&fields=id&tenant_id=8afcc888822144969d7655d67503186c => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2386] 10.0.0.140 () {34 vars in 982 bytes} [Thu Apr 2 18:07:29 2026] GET /v2.0/networks?id=6ac60742-3e57-46a2-9b24-c74ffd461f79 => generated 673 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2387] 10.0.0.140 () {34 vars in 965 bytes} [Thu Apr 2 18:07:29 2026] GET /v2.0/quotas/8afcc888822144969d7655d67503186c => 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: 1283/2388] 10.0.0.140 () {34 vars in 1002 bytes} [Thu Apr 2 18:07:29 2026] GET /v2.0/ports?tenant_id=8afcc888822144969d7655d67503186c&fields=id => generated 103 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2389] 10.0.0.140 () {34 vars in 1008 bytes} [Thu Apr 2 18:07:29 2026] GET /v2.0/networks/6ac60742-3e57-46a2-9b24-c74ffd461f79?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: 1284/2390] 10.0.0.140 () {34 vars in 1108 bytes} [Thu Apr 2 18:07:29 2026] GET /v2.0/networks/6ac60742-3e57-46a2-9b24-c74ffd461f79?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2391] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:07:29 2026] GET /v2.0/ports?device_id=5b07d771-f1a2-44b6-a245-e2f72407ec54 => 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: 1285/2392] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:07:30 2026] GET /v2.0/ports?device_id=5b07d771-f1a2-44b6-a245-e2f72407ec54 => 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: 1108/2393] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:07:31 2026] GET /v2.0/ports?device_id=5b07d771-f1a2-44b6-a245-e2f72407ec54 => 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: 1286/2394] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:07:32 2026] GET /v2.0/ports?device_id=5b07d771-f1a2-44b6-a245-e2f72407ec54 => 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: 1109/2395] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:07:33 2026] GET /v2.0/ports?device_id=5b07d771-f1a2-44b6-a245-e2f72407ec54 => 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: 1287/2396] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:07:34 2026] GET /v2.0/ports?device_id=5b07d771-f1a2-44b6-a245-e2f72407ec54 => 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: 1110/2397] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:07:35 2026] GET /v2.0/networks?id=6ac60742-3e57-46a2-9b24-c74ffd461f79 => generated 673 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2398] 199.19.213.5 () {34 vars in 1048 bytes} [Thu Apr 2 18:07:35 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8afcc888822144969d7655d67503186c => generated 272 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2399] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:07:35 2026] GET /v2.0/ports?device_id=5b07d771-f1a2-44b6-a245-e2f72407ec54 => 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: 1111/2400] 199.19.213.5 () {38 vars in 953 bytes} [Thu Apr 2 18:07:35 2026] POST /v2.0/ports => generated 997 bytes in 444 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2401] 199.19.213.5 () {38 vars in 1026 bytes} [Thu Apr 2 18:07:36 2026] PUT /v2.0/ports/db050739-0925-4c9b-b370-fb51cf43fc25 => generated 1278 bytes in 392 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:07:36.561 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d1cedeb2-6dbd-42ec-b03d-5f780b803544'] response: {'name': 'network-changed', 'server_uuid': '5b07d771-f1a2-44b6-a245-e2f72407ec54', 'tag': 'db050739-0925-4c9b-b370-fb51cf43fc25', '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: 1112/2402] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:07:37 2026] GET /v2.0/ports?device_id=5b07d771-f1a2-44b6-a245-e2f72407ec54 => generated 1012 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1291/2403] 10.0.0.140 () {34 vars in 1120 bytes} [Thu Apr 2 18:07:37 2026] GET /v2.0/security-groups?id=dcf0ff0d-cbe1-497b-b0e7-28c434f8ffee&id=0b0d2b8e-81bc-4682-9b5b-139cbb9333d2&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: 1113/2404] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:07:37 2026] GET /v2.0/ports?tenant_id=8afcc888822144969d7655d67503186c&device_id=5b07d771-f1a2-44b6-a245-e2f72407ec54 => generated 1281 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2405] 199.19.213.5 () {34 vars in 1016 bytes} [Thu Apr 2 18:07:37 2026] GET /v2.0/networks?tenant_id=8afcc888822144969d7655d67503186c&shared=False => generated 769 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2406] 199.19.213.5 () {34 vars in 928 bytes} [Thu Apr 2 18:07:37 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2409] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:07:38 2026] GET /v2.0/ports?device_id=5b07d771-f1a2-44b6-a245-e2f72407ec54 => generated 1012 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2410] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:07:38 2026] GET /v2.0/ports?tenant_id=8afcc888822144969d7655d67503186c&device_id=5b07d771-f1a2-44b6-a245-e2f72407ec54 => generated 1281 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2411] 10.0.0.140 () {34 vars in 1120 bytes} [Thu Apr 2 18:07:38 2026] GET /v2.0/security-groups?id=dcf0ff0d-cbe1-497b-b0e7-28c434f8ffee&id=0b0d2b8e-81bc-4682-9b5b-139cbb9333d2&fields=id&fields=name => generated 205 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2412] 199.19.213.5 () {34 vars in 1058 bytes} [Thu Apr 2 18:07:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=db050739-0925-4c9b-b370-fb51cf43fc25 => 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: 1118/2413] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:07:38 2026] GET /v2.0/subnets?id=8daa3ebc-b2ce-46ff-8ccc-9ed33aec8405 => generated 691 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2414] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:07:38 2026] GET /v2.0/ports?network_id=6ac60742-3e57-46a2-9b24-c74ffd461f79&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: 1119/2415] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:07:38 2026] GET /v2.0/networks/6ac60742-3e57-46a2-9b24-c74ffd461f79?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: 1297/2416] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:07:38 2026] GET /v2.0/networks/6ac60742-3e57-46a2-9b24-c74ffd461f79?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: 1120/2417] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:07:39 2026] GET /v2.0/ports?device_id=5b07d771-f1a2-44b6-a245-e2f72407ec54 => generated 1012 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2418] 10.0.0.140 () {34 vars in 1120 bytes} [Thu Apr 2 18:07:39 2026] GET /v2.0/security-groups?id=dcf0ff0d-cbe1-497b-b0e7-28c434f8ffee&id=0b0d2b8e-81bc-4682-9b5b-139cbb9333d2&fields=id&fields=name => generated 205 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2419] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:07:40 2026] GET /v2.0/ports?device_id=5b07d771-f1a2-44b6-a245-e2f72407ec54 => generated 1012 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2420] 10.0.0.140 () {34 vars in 1120 bytes} [Thu Apr 2 18:07:40 2026] GET /v2.0/security-groups?id=dcf0ff0d-cbe1-497b-b0e7-28c434f8ffee&id=0b0d2b8e-81bc-4682-9b5b-139cbb9333d2&fields=id&fields=name => generated 205 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2421] 199.19.213.5 () {34 vars in 992 bytes} [Thu Apr 2 18:07:41 2026] GET /v2.0/ports?device_id=5b07d771-f1a2-44b6-a245-e2f72407ec54 => generated 1281 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2422] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:07:41 2026] GET /v2.0/ports?device_id=5b07d771-f1a2-44b6-a245-e2f72407ec54 => generated 1012 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2423] 199.19.213.5 () {34 vars in 1122 bytes} [Thu Apr 2 18:07:41 2026] GET /v2.0/security-groups?id=dcf0ff0d-cbe1-497b-b0e7-28c434f8ffee&id=0b0d2b8e-81bc-4682-9b5b-139cbb9333d2&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: 7|app: 0|req: 1301/2424] 10.0.0.140 () {34 vars in 1120 bytes} [Thu Apr 2 18:07:41 2026] GET /v2.0/security-groups?id=dcf0ff0d-cbe1-497b-b0e7-28c434f8ffee&id=0b0d2b8e-81bc-4682-9b5b-139cbb9333d2&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: 8|app: 0|req: 1124/2425] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:07:42 2026] GET /v2.0/ports?device_id=5b07d771-f1a2-44b6-a245-e2f72407ec54 => generated 1012 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2426] 10.0.0.140 () {34 vars in 1120 bytes} [Thu Apr 2 18:07:42 2026] GET /v2.0/security-groups?id=dcf0ff0d-cbe1-497b-b0e7-28c434f8ffee&id=0b0d2b8e-81bc-4682-9b5b-139cbb9333d2&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: 1125/2427] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:07:43 2026] GET /v2.0/ports?device_id=5b07d771-f1a2-44b6-a245-e2f72407ec54 => generated 1014 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2428] 10.0.0.140 () {34 vars in 1120 bytes} [Thu Apr 2 18:07:44 2026] GET /v2.0/security-groups?id=dcf0ff0d-cbe1-497b-b0e7-28c434f8ffee&id=0b0d2b8e-81bc-4682-9b5b-139cbb9333d2&fields=id&fields=name => generated 205 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2429] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:07:45 2026] GET /v2.0/ports?device_id=5b07d771-f1a2-44b6-a245-e2f72407ec54 => generated 1014 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2430] 10.0.0.140 () {34 vars in 1120 bytes} [Thu Apr 2 18:07:45 2026] GET /v2.0/security-groups?id=dcf0ff0d-cbe1-497b-b0e7-28c434f8ffee&id=0b0d2b8e-81bc-4682-9b5b-139cbb9333d2&fields=id&fields=name => generated 205 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2431] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:07:45 2026] GET /v2.0/ports?device_id=5b07d771-f1a2-44b6-a245-e2f72407ec54 => generated 1014 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:07:45.584 7 INFO neutron.db.l3_db [None req-68a38d5b-7758-4704-a3bd-84a47d77762f 73fd5c83c6114a4fa775ad396bbde128 8afcc888822144969d7655d67503186c - - default default] Floating IP e77dcabb-9361-4e00-ac32-3d838ab127f4 associated. External IP: 10.96.250.209, port: db050739-0925-4c9b-b370-fb51cf43fc25. [pid: 7|app: 0|req: 1305/2432] 10.0.0.149 () {34 vars in 749 bytes} [Thu Apr 2 18:07:45 2026] PUT /v2.0/floatingips/e77dcabb-9361-4e00-ac32-3d838ab127f4 => generated 856 bytes in 575 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:07:45.903 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-45d1d713-aa41-4620-9c9d-465b986ef654'] response: {'name': 'network-changed', 'server_uuid': '5b07d771-f1a2-44b6-a245-e2f72407ec54', 'tag': 'db050739-0925-4c9b-b370-fb51cf43fc25', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1128/2433] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:07:46 2026] GET /v2.0/ports?tenant_id=8afcc888822144969d7655d67503186c&device_id=5b07d771-f1a2-44b6-a245-e2f72407ec54 => generated 1283 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2434] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:07:46 2026] GET /v2.0/networks?id=6ac60742-3e57-46a2-9b24-c74ffd461f79 => generated 769 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2435] 199.19.213.5 () {34 vars in 1058 bytes} [Thu Apr 2 18:07:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=db050739-0925-4c9b-b370-fb51cf43fc25 => generated 859 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2436] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:07:46 2026] GET /v2.0/subnets?id=8daa3ebc-b2ce-46ff-8ccc-9ed33aec8405 => generated 691 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2437] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:07:46 2026] GET /v2.0/ports?network_id=6ac60742-3e57-46a2-9b24-c74ffd461f79&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: 1308/2438] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:07:46 2026] GET /v2.0/networks/6ac60742-3e57-46a2-9b24-c74ffd461f79?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: 1131/2439] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:07:46 2026] GET /v2.0/networks/6ac60742-3e57-46a2-9b24-c74ffd461f79?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: 1310/2442] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:07:54 2026] GET /v2.0/ports?device_id=5b07d771-f1a2-44b6-a245-e2f72407ec54 => generated 1014 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2443] 10.0.0.140 () {34 vars in 1120 bytes} [Thu Apr 2 18:07:54 2026] GET /v2.0/security-groups?id=dcf0ff0d-cbe1-497b-b0e7-28c434f8ffee&id=0b0d2b8e-81bc-4682-9b5b-139cbb9333d2&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: 7|app: 0|req: 1311/2444] 10.0.0.149 () {32 vars in 736 bytes} [Thu Apr 2 18:07:54 2026] GET /v2.0/ports?device_id=5b07d771-f1a2-44b6-a245-e2f72407ec54 => generated 1283 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2445] 10.0.0.149 () {32 vars in 858 bytes} [Thu Apr 2 18:07:54 2026] GET /v2.0/floatingips?floating_network_id=bbb15344-6c4b-449a-9a19-15e2dc0e43f4&port_id=db050739-0925-4c9b-b370-fb51cf43fc25 => generated 861 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2446] 10.0.0.14 () {34 vars in 989 bytes} [Thu Apr 2 18:07:55 2026] GET /v2.0/ports?device_id=5b07d771-f1a2-44b6-a245-e2f72407ec54 => 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: 1135/2447] 10.0.0.14 () {34 vars in 1119 bytes} [Thu Apr 2 18:07:55 2026] GET /v2.0/security-groups?id=0b0d2b8e-81bc-4682-9b5b-139cbb9333d2&id=dcf0ff0d-cbe1-497b-b0e7-28c434f8ffee&fields=id&fields=name => generated 205 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2448] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:07:58 2026] GET /v2.0/ports?device_id=5b07d771-f1a2-44b6-a245-e2f72407ec54 => generated 1014 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2449] 10.0.0.140 () {34 vars in 1120 bytes} [Thu Apr 2 18:07:58 2026] GET /v2.0/security-groups?id=dcf0ff0d-cbe1-497b-b0e7-28c434f8ffee&id=0b0d2b8e-81bc-4682-9b5b-139cbb9333d2&fields=id&fields=name => generated 205 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2450] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:07:59 2026] GET /v2.0/ports?device_id=5b07d771-f1a2-44b6-a245-e2f72407ec54 => generated 1014 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2451] 10.0.0.140 () {34 vars in 1120 bytes} [Thu Apr 2 18:07:59 2026] GET /v2.0/security-groups?id=dcf0ff0d-cbe1-497b-b0e7-28c434f8ffee&id=0b0d2b8e-81bc-4682-9b5b-139cbb9333d2&fields=id&fields=name => generated 205 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2452] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:08:00 2026] GET /v2.0/ports?device_id=5b07d771-f1a2-44b6-a245-e2f72407ec54 => generated 1014 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2453] 10.0.0.140 () {34 vars in 1120 bytes} [Thu Apr 2 18:08:00 2026] GET /v2.0/security-groups?id=dcf0ff0d-cbe1-497b-b0e7-28c434f8ffee&id=0b0d2b8e-81bc-4682-9b5b-139cbb9333d2&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: 7|app: 0|req: 1316/2454] 199.19.213.5 () {34 vars in 992 bytes} [Thu Apr 2 18:08:00 2026] GET /v2.0/ports?device_id=5b07d771-f1a2-44b6-a245-e2f72407ec54 => generated 1014 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:08:00.914 8 INFO neutron_taas.services.taas.taas_plugin [req-8688c4e9-28ae-4519-b5df-01415bba83ee req-5f0d7963-9429-4506-a0f1-ba06ae6f9c5b 73fd5c83c6114a4fa775ad396bbde128 8afcc888822144969d7655d67503186c - - default default] TaaS: Handle Delete Port: db050739-0925-4c9b-b370-fb51cf43fc25 2026-04-02 18:08:00.916 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8688c4e9-28ae-4519-b5df-01415bba83ee req-5f0d7963-9429-4506-a0f1-ba06ae6f9c5b 73fd5c83c6114a4fa775ad396bbde128 8afcc888822144969d7655d67503186c - - default default] Tap Mirror: Handle Delete Port: db050739-0925-4c9b-b370-fb51cf43fc25 2026-04-02 18:08:01.044 8 INFO neutron.db.l3_db [req-8688c4e9-28ae-4519-b5df-01415bba83ee req-5f0d7963-9429-4506-a0f1-ba06ae6f9c5b 73fd5c83c6114a4fa775ad396bbde128 8afcc888822144969d7655d67503186c - - default default] Floating IP e77dcabb-9361-4e00-ac32-3d838ab127f4 disassociated. External IP: 10.96.250.209, port: db050739-0925-4c9b-b370-fb51cf43fc25. [pid: 8|app: 0|req: 1139/2455] 199.19.213.5 () {36 vars in 995 bytes} [Thu Apr 2 18:08:00 2026] DELETE /v2.0/ports/db050739-0925-4c9b-b370-fb51cf43fc25 => generated 0 bytes in 635 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:08:01.481 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-16f0d92b-f3bb-44b5-b55b-e6508b69e60d'] response: {'server_uuid': '5b07d771-f1a2-44b6-a245-e2f72407ec54', 'name': 'network-vif-deleted', 'tag': 'db050739-0925-4c9b-b370-fb51cf43fc25', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1317/2456] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:08:01 2026] GET /v2.0/ports?device_id=5b07d771-f1a2-44b6-a245-e2f72407ec54 => 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: 1140/2457] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:08:02 2026] GET /v2.0/ports?device_id=5b07d771-f1a2-44b6-a245-e2f72407ec54 => 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: 1318/2458] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:08:03 2026] GET /v2.0/ports?device_id=5b07d771-f1a2-44b6-a245-e2f72407ec54 => 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: 1141/2459] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:08:04 2026] DELETE /v2.0/security-groups/0b0d2b8e-81bc-4682-9b5b-139cbb9333d2 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:08:04.987 7 INFO neutron.api.v2.resource [None req-05692d8b-3574-4c46-b96f-05fdfc21456b 73fd5c83c6114a4fa775ad396bbde128 8afcc888822144969d7655d67503186c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1319/2460] 10.0.0.149 () {32 vars in 737 bytes} [Thu Apr 2 18:08:04 2026] GET /v2.0/security-groups/0b0d2b8e-81bc-4682-9b5b-139cbb9333d2 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:08:05.103 8 INFO neutron_taas.services.taas.taas_plugin [None req-3bbaa3b4-5212-4c56-93fc-85824e137ad0 73fd5c83c6114a4fa775ad396bbde128 8afcc888822144969d7655d67503186c - - default default] TaaS: Handle Delete Port: 1340264f-8cda-48ce-b524-8a2cfe7c327c 2026-04-02 18:08:05.106 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3bbaa3b4-5212-4c56-93fc-85824e137ad0 73fd5c83c6114a4fa775ad396bbde128 8afcc888822144969d7655d67503186c - - default default] Tap Mirror: Handle Delete Port: 1340264f-8cda-48ce-b524-8a2cfe7c327c [pid: 8|app: 0|req: 1142/2461] 10.0.0.149 () {32 vars in 732 bytes} [Thu Apr 2 18:08:04 2026] DELETE /v2.0/floatingips/e77dcabb-9361-4e00-ac32-3d838ab127f4 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2462] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:08:05 2026] DELETE /v2.0/security-groups/dcf0ff0d-cbe1-497b-b0e7-28c434f8ffee => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:08:05.831 8 INFO neutron_taas.services.taas.taas_plugin [None req-7e6d7dd3-4bf2-492f-af9c-cd8b63d9c3c6 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: d55ee756-9f81-472e-8f06-b297d4b51b96 2026-04-02 18:08:05.834 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e6d7dd3-4bf2-492f-af9c-cd8b63d9c3c6 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: d55ee756-9f81-472e-8f06-b297d4b51b96 [pid: 8|app: 0|req: 1143/2463] 10.0.0.149 () {34 vars in 789 bytes} [Thu Apr 2 18:08:05 2026] PUT /v2.0/routers/6ee1b554-406e-4b8d-91de-b40e0b770a00/remove_router_interface => generated 309 bytes in 876 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:08:06.570 7 INFO neutron_taas.services.taas.taas_plugin [None req-95e0f38c-fb08-46cc-9e6b-886476d20338 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: dc5677c3-fdab-41a5-8c78-0335f54a620e 2026-04-02 18:08:06.572 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95e0f38c-fb08-46cc-9e6b-886476d20338 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: dc5677c3-fdab-41a5-8c78-0335f54a620e 2026-04-02 18:08:06.847 7 INFO neutron_taas.services.taas.taas_plugin [None req-95e0f38c-fb08-46cc-9e6b-886476d20338 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: 08052dcf-53b4-4a21-b60d-f82118af520f 2026-04-02 18:08:06.850 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95e0f38c-fb08-46cc-9e6b-886476d20338 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: 08052dcf-53b4-4a21-b60d-f82118af520f 2026-04-02 18:08:07.229 7 INFO neutron.db.l3_hamode_db [None req-95e0f38c-fb08-46cc-9e6b-886476d20338 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] HA network a4bcb61c-2710-4898-a32b-7dd9e0a23f2b was deleted as no HA routers are present in tenant 8afcc888822144969d7655d67503186c. [pid: 7|app: 0|req: 1321/2464] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:08:06 2026] DELETE /v2.0/routers/6ee1b554-406e-4b8d-91de-b40e0b770a00 => generated 0 bytes in 882 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:08:07.274 7 INFO neutron.services.segments.plugin [-] Segment 40acf85a-0ab5-45e8-b300-1d2e664cdb23 resource provider aggregate not found 2026-04-02 18:08:07.279 7 INFO neutron.services.segments.plugin [-] Segment 40acf85a-0ab5-45e8-b300-1d2e664cdb23 resource provider aggregate not found 2026-04-02 18:08:07.294 7 INFO neutron.services.segments.plugin [-] Segment 40acf85a-0ab5-45e8-b300-1d2e664cdb23 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40acf85a-0ab5-45e8-b300-1d2e664cdb23 found for delete ", "request_id": "req-f967947d-b93f-44e0-b0c0-1fba26494fdb"}]} 2026-04-02 18:08:07.297 7 INFO neutron.services.segments.plugin [-] Segment 40acf85a-0ab5-45e8-b300-1d2e664cdb23 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40acf85a-0ab5-45e8-b300-1d2e664cdb23 found for delete ", "request_id": "req-28f267a8-841d-4d5e-9034-c87c6db21158"}]} [pid: 8|app: 0|req: 1144/2465] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:08:07 2026] DELETE /v2.0/subnets/8daa3ebc-b2ce-46ff-8ccc-9ed33aec8405 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:08:07.531 7 INFO neutron_taas.services.taas.taas_plugin [None req-c2f54347-79c3-4355-bf86-7738695f8ff8 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: 7481570d-741f-487d-86cf-8a95840ed117 2026-04-02 18:08:07.533 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2f54347-79c3-4355-bf86-7738695f8ff8 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: 7481570d-741f-487d-86cf-8a95840ed117 [pid: 7|app: 0|req: 1322/2466] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:08:07 2026] DELETE /v2.0/networks/6ac60742-3e57-46a2-9b24-c74ffd461f79 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:08:08.063 8 INFO neutron_taas.services.taas.taas_plugin [None req-a60cabc7-725a-4f58-9bd1-250db5e2aa37 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: 38186a04-8ef5-4e98-8e39-2f7053539ee6 2026-04-02 18:08:08.066 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a60cabc7-725a-4f58-9bd1-250db5e2aa37 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: 38186a04-8ef5-4e98-8e39-2f7053539ee6 [pid: 8|app: 0|req: 1145/2469] 10.0.0.149 () {34 vars in 789 bytes} [Thu Apr 2 18:08:07 2026] PUT /v2.0/routers/652c0f5e-0f46-4782-bea1-35a3d82fe6f7/remove_router_interface => generated 309 bytes in 833 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:08:09.172 7 INFO neutron_taas.services.taas.taas_plugin [None req-ff5bbac0-2ee7-4852-8500-4b373936b0e8 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: 7f634b2e-07fb-4e76-ab18-b1c9521630b0 2026-04-02 18:08:09.175 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff5bbac0-2ee7-4852-8500-4b373936b0e8 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: 7f634b2e-07fb-4e76-ab18-b1c9521630b0 2026-04-02 18:08:09.317 7 INFO neutron.services.segments.plugin [-] Segment 1cf9a3fd-9842-4fd8-b963-9aca5c0a0bec resource provider aggregate not found 2026-04-02 18:08:09.322 7 INFO neutron.services.segments.plugin [-] Segment 1cf9a3fd-9842-4fd8-b963-9aca5c0a0bec resource provider aggregate not found 2026-04-02 18:08:09.345 7 INFO neutron.services.segments.plugin [-] Segment 1cf9a3fd-9842-4fd8-b963-9aca5c0a0bec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cf9a3fd-9842-4fd8-b963-9aca5c0a0bec found for delete ", "request_id": "req-8a562106-56a0-4ebe-9b99-8e921a1d41a8"}]} 2026-04-02 18:08:09.347 7 INFO neutron.services.segments.plugin [-] Segment 1cf9a3fd-9842-4fd8-b963-9aca5c0a0bec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cf9a3fd-9842-4fd8-b963-9aca5c0a0bec found for delete ", "request_id": "req-8b4ffd8b-4e18-481a-a279-cfcd73de0649"}]} 2026-04-02 18:08:09.416 7 INFO neutron_taas.services.taas.taas_plugin [None req-ff5bbac0-2ee7-4852-8500-4b373936b0e8 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: f8443260-0bc6-49c2-b920-a184de7fd1cb 2026-04-02 18:08:09.419 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff5bbac0-2ee7-4852-8500-4b373936b0e8 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: f8443260-0bc6-49c2-b920-a184de7fd1cb 2026-04-02 18:08:09.793 7 INFO neutron.db.l3_hamode_db [None req-ff5bbac0-2ee7-4852-8500-4b373936b0e8 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] HA network 092d5b38-a60f-441b-a10f-f67c78f444a5 was deleted as no HA routers are present in tenant ad7e8931605b428cba5ddadc79e1c1c8. [pid: 7|app: 0|req: 1325/2470] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:08:08 2026] DELETE /v2.0/routers/652c0f5e-0f46-4782-bea1-35a3d82fe6f7 => generated 0 bytes in 1244 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2471] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:08:09 2026] DELETE /v2.0/subnets/909f38a8-2621-4050-a11d-140bc13e3be4 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:08:10.060 7 INFO neutron_taas.services.taas.taas_plugin [None req-2e4fafee-d222-4179-9246-864fc51e6ffc 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: ad62443d-3d03-4a42-a3c3-0b9146104434 2026-04-02 18:08:10.063 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e4fafee-d222-4179-9246-864fc51e6ffc 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: ad62443d-3d03-4a42-a3c3-0b9146104434 [pid: 7|app: 0|req: 1326/2472] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:08:09 2026] DELETE /v2.0/networks/6c83b032-2032-4a20-ad03-4db2e9c77ab3 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2473] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:08:10 2026] GET /v2.0/security-groups?tenant_id=ad7e8931605b428cba5ddadc79e1c1c8&name=default => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2474] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:08:10 2026] DELETE /v2.0/security-groups/b824b498-554a-4c01-b98e-c437c18968c6 => 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: 1148/2475] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:08:10 2026] GET /v2.0/security-groups?tenant_id=8afcc888822144969d7655d67503186c&name=default => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2476] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:08:10 2026] DELETE /v2.0/security-groups/0dd692dd-28d8-4fd8-b19d-917c93e3daf3 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:08:11.367 7 INFO neutron.services.segments.plugin [-] Segment 75a87afd-bd1d-4883-a986-f495fe6a86ac resource provider aggregate not found 2026-04-02 18:08:11.377 7 INFO neutron.services.segments.plugin [-] Segment 75a87afd-bd1d-4883-a986-f495fe6a86ac resource provider aggregate not found 2026-04-02 18:08:11.382 7 INFO neutron.services.segments.plugin [-] Segment 75a87afd-bd1d-4883-a986-f495fe6a86ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75a87afd-bd1d-4883-a986-f495fe6a86ac found for delete ", "request_id": "req-8ff54b6f-9f42-4734-9aa9-daa15c4dae39"}]} 2026-04-02 18:08:11.398 7 INFO neutron.services.segments.plugin [-] Segment 0e66d23b-b539-4bd1-9587-6494fc352566 resource provider aggregate not found 2026-04-02 18:08:11.405 7 INFO neutron.services.segments.plugin [-] Segment 75a87afd-bd1d-4883-a986-f495fe6a86ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75a87afd-bd1d-4883-a986-f495fe6a86ac found for delete ", "request_id": "req-338334fc-8d3e-449d-baca-519b3dc4eaad"}]} 2026-04-02 18:08:11.432 7 INFO neutron.services.segments.plugin [-] Segment 0e66d23b-b539-4bd1-9587-6494fc352566 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e66d23b-b539-4bd1-9587-6494fc352566 found for delete ", "request_id": "req-656efca7-8b28-4702-b546-9c7a51eb6c1a"}]} 2026-04-02 18:08:11.433 7 INFO neutron.services.segments.plugin [-] Segment 0e66d23b-b539-4bd1-9587-6494fc352566 resource provider aggregate not found 2026-04-02 18:08:11.449 7 INFO neutron.services.segments.plugin [-] Segment 0e66d23b-b539-4bd1-9587-6494fc352566 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e66d23b-b539-4bd1-9587-6494fc352566 found for delete ", "request_id": "req-5e03bddd-a69c-4882-8f28-cc1f85457a6e"}]} 2026-04-02 18:08:19.581 8 INFO neutron.db.segments_db [None req-5c6b6ec6-6cd8-4125-8ee6-29487e235778 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] Added segment 0a05215e-0d4f-4ae3-882e-3dcf23a84442 of type vxlan for network 73bc8662-067d-4ede-82ab-422ae205f386 [pid: 8|app: 0|req: 1149/2477] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:08:19 2026] POST /v2.0/networks => generated 639 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2478] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:08:19 2026] POST /v2.0/subnets => generated 658 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2479] 10.0.0.149 () {32 vars in 722 bytes} [Thu Apr 2 18:08:19 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2480] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:08:19 2026] POST /v2.0/subnets => generated 731 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:08:20.252 8 INFO neutron.db.segments_db [None req-7bde36d1-a5d0-409b-8cb8-09d08597987b 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] Added segment 29f10084-8dab-4b53-a9a0-90becd178247 of type vxlan for network 5f787660-358b-42fd-a7d8-004d6a85c8c0 [pid: 8|app: 0|req: 1151/2481] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:08:20 2026] POST /v2.0/networks => generated 638 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2482] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:08:20 2026] POST /v2.0/subnets => generated 656 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2483] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:08:20 2026] POST /v2.0/subnets => generated 725 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:08:20.901 7 INFO neutron.db.segments_db [None req-27dd6494-68e8-4d14-838f-f6abfac03de1 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] Added segment d06c9b24-5dc4-4a2f-a6bb-2f83c61f3c1f of type vxlan for network 66ac915e-b05c-4c3c-90cd-c27f78e345c8 [pid: 7|app: 0|req: 1332/2484] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:08:20 2026] POST /v2.0/networks => generated 638 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2485] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:08:20 2026] POST /v2.0/subnets => generated 656 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2486] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:08:21 2026] POST /v2.0/subnets => generated 730 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:08:21.558 8 INFO neutron.db.segments_db [None req-567b2c79-f843-4d1d-b8bc-2c740c4a5b95 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] Added segment ff2d46af-fc31-4cf0-8657-3290d7541f04 of type vxlan for network 0452c56f-5ee7-48d5-8c9a-86261ab08583 2026-04-02 18:08:21.802 8 INFO neutron.db.l3_hamode_db [None req-567b2c79-f843-4d1d-b8bc-2c740c4a5b95 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 18:08:22.527 8 INFO neutron.db.l3_hamode_db [None req-567b2c79-f843-4d1d-b8bc-2c740c4a5b95 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1154/2489] 10.0.0.149 () {34 vars in 669 bytes} [Thu Apr 2 18:08:21 2026] POST /v2.0/routers => generated 685 bytes in 2295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2490] 10.0.0.149 () {34 vars in 783 bytes} [Thu Apr 2 18:08:23 2026] PUT /v2.0/routers/f8c666fb-8834-4231-b034-9855eb0827f9/add_router_interface => generated 309 bytes in 1291 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2491] 10.0.0.149 () {34 vars in 783 bytes} [Thu Apr 2 18:08:25 2026] PUT /v2.0/routers/f8c666fb-8834-4231-b034-9855eb0827f9/add_router_interface => generated 309 bytes in 1255 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2492] 10.0.0.149 () {34 vars in 783 bytes} [Thu Apr 2 18:08:26 2026] PUT /v2.0/routers/f8c666fb-8834-4231-b034-9855eb0827f9/add_router_interface => generated 309 bytes in 1515 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2493] 10.0.0.149 () {34 vars in 684 bytes} [Thu Apr 2 18:08:27 2026] POST /v2.0/security-groups => generated 1630 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2494] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:08:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2495] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:08:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2496] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:08:28 2026] POST /v2.0/security-group-rules => generated 599 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2497] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:08:28 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) [pid: 7|app: 0|req: 1340/2498] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:08:28 2026] POST /v2.0/security-group-rules => generated 601 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2499] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:08:28 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: 1341/2500] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:08:28 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: 8|app: 0|req: 1160/2501] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:08:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2502] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:08:29 2026] POST /v2.0/security-group-rules => generated 599 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2503] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:08:29 2026] POST /v2.0/security-group-rules => generated 601 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2504] 10.0.0.149 () {34 vars in 695 bytes} [Thu Apr 2 18:08:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2505] 10.0.0.140 () {34 vars in 1096 bytes} [Thu Apr 2 18:08:29 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-2115003774&fields=id&tenant_id=cf44c0d0cbb04a17852c2ffb944ae496 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2506] 10.0.0.140 () {34 vars in 982 bytes} [Thu Apr 2 18:08:30 2026] GET /v2.0/networks?id=5f787660-358b-42fd-a7d8-004d6a85c8c0 => generated 705 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2507] 10.0.0.140 () {34 vars in 965 bytes} [Thu Apr 2 18:08:30 2026] GET /v2.0/quotas/cf44c0d0cbb04a17852c2ffb944ae496 => 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: 1345/2508] 10.0.0.140 () {34 vars in 1002 bytes} [Thu Apr 2 18:08:30 2026] GET /v2.0/ports?tenant_id=cf44c0d0cbb04a17852c2ffb944ae496&fields=id => generated 287 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2509] 10.0.0.140 () {34 vars in 1008 bytes} [Thu Apr 2 18:08:30 2026] GET /v2.0/networks/5f787660-358b-42fd-a7d8-004d6a85c8c0?fields=segments => generated 14 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2510] 10.0.0.140 () {34 vars in 1108 bytes} [Thu Apr 2 18:08:30 2026] GET /v2.0/networks/5f787660-358b-42fd-a7d8-004d6a85c8c0?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: 1165/2511] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:08:30 2026] GET /v2.0/ports?device_id=0d136a96-8486-44a1-97b2-5749b9a20f17 => 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: 1347/2512] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:08:35 2026] GET /v2.0/ports?device_id=0d136a96-8486-44a1-97b2-5749b9a20f17 => 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: 1166/2513] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:08:36 2026] GET /v2.0/networks?id=5f787660-358b-42fd-a7d8-004d6a85c8c0 => generated 705 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2514] 199.19.213.5 () {34 vars in 1048 bytes} [Thu Apr 2 18:08:36 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=cf44c0d0cbb04a17852c2ffb944ae496 => generated 179 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2515] 199.19.213.5 () {38 vars in 953 bytes} [Thu Apr 2 18:08:36 2026] POST /v2.0/ports => generated 1179 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2516] 199.19.213.5 () {38 vars in 1026 bytes} [Thu Apr 2 18:08:36 2026] PUT /v2.0/ports/ec1acff0-09d2-42d8-a1b7-6d7cec482a35 => generated 1460 bytes in 569 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:08:37.705 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-91169fb9-ff14-4614-b958-0e92293cb528'] response: {'name': 'network-changed', 'server_uuid': '0d136a96-8486-44a1-97b2-5749b9a20f17', 'tag': 'ec1acff0-09d2-42d8-a1b7-6d7cec482a35', '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: 1168/2519] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:08:38 2026] GET /v2.0/ports?tenant_id=cf44c0d0cbb04a17852c2ffb944ae496&device_id=0d136a96-8486-44a1-97b2-5749b9a20f17 => generated 1463 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1352/2520] 199.19.213.5 () {34 vars in 1016 bytes} [Thu Apr 2 18:08:38 2026] GET /v2.0/networks?tenant_id=cf44c0d0cbb04a17852c2ffb944ae496&shared=False => generated 2375 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2521] 199.19.213.5 () {34 vars in 928 bytes} [Thu Apr 2 18:08:38 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: 1353/2522] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:08:39 2026] GET /v2.0/ports?tenant_id=cf44c0d0cbb04a17852c2ffb944ae496&device_id=0d136a96-8486-44a1-97b2-5749b9a20f17 => generated 1463 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2523] 199.19.213.5 () {34 vars in 1056 bytes} [Thu Apr 2 18:08:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.113&port_id=ec1acff0-09d2-42d8-a1b7-6d7cec482a35 => 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: 1354/2524] 199.19.213.5 () {34 vars in 1100 bytes} [Thu Apr 2 18:08:39 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A90&port_id=ec1acff0-09d2-42d8-a1b7-6d7cec482a35 => 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: 1171/2525] 199.19.213.5 () {34 vars in 1062 bytes} [Thu Apr 2 18:08:39 2026] GET /v2.0/subnets?id=0c302263-b969-478c-90fb-2c472064bc55&id=3fc77df5-343a-44cb-ac38-54eebe6e1416 => generated 1410 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2526] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:08:39 2026] GET /v2.0/ports?network_id=5f787660-358b-42fd-a7d8-004d6a85c8c0&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2527] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:08:39 2026] GET /v2.0/ports?network_id=5f787660-358b-42fd-a7d8-004d6a85c8c0&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: 1356/2528] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:08:39 2026] GET /v2.0/networks/5f787660-358b-42fd-a7d8-004d6a85c8c0?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2529] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:08:39 2026] GET /v2.0/networks/5f787660-358b-42fd-a7d8-004d6a85c8c0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2530] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:08:40 2026] GET /v2.0/ports?device_id=0d136a96-8486-44a1-97b2-5749b9a20f17 => generated 1194 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2531] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:08:40 2026] GET /v2.0/security-groups?id=d8311c16-867b-4d0c-864a-0f1dff2ad2ab&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: 7|app: 0|req: 1358/2532] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:08:45 2026] GET /v2.0/ports?device_id=0d136a96-8486-44a1-97b2-5749b9a20f17 => generated 1196 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2533] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:08:45 2026] GET /v2.0/security-groups?id=d8311c16-867b-4d0c-864a-0f1dff2ad2ab&fields=id&fields=name => generated 112 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2534] 10.0.0.149 () {32 vars in 818 bytes} [Thu Apr 2 18:08:46 2026] GET /v2.0/ports?network_id=5f787660-358b-42fd-a7d8-004d6a85c8c0&mac_address=fa%3A16%3A3e%3A4f%3Af3%3Ad4 => generated 1196 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:08:46.910 8 INFO neutron.db.l3_db [None req-aae19b07-c7ab-4aae-8e69-b834cfa3a72c 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] Floating IP d79a1b20-c3ac-4d55-aea1-109a07702613 associated. External IP: 10.96.250.204, port: ec1acff0-09d2-42d8-a1b7-6d7cec482a35. [pid: 8|app: 0|req: 1176/2535] 10.0.0.149 () {34 vars in 677 bytes} [Thu Apr 2 18:08:46 2026] POST /v2.0/floatingips => generated 855 bytes in 1155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:08:47.294 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ae38c304-1fb9-4cba-bbf3-daad5dad0ec2'] response: {'name': 'network-changed', 'server_uuid': '0d136a96-8486-44a1-97b2-5749b9a20f17', 'tag': 'ec1acff0-09d2-42d8-a1b7-6d7cec482a35', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1360/2536] 10.0.0.140 () {34 vars in 1096 bytes} [Thu Apr 2 18:08:47 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-2115003774&fields=id&tenant_id=cf44c0d0cbb04a17852c2ffb944ae496 => 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: 1177/2537] 10.0.0.140 () {34 vars in 982 bytes} [Thu Apr 2 18:08:47 2026] GET /v2.0/networks?id=66ac915e-b05c-4c3c-90cd-c27f78e345c8 => generated 705 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2538] 10.0.0.140 () {34 vars in 965 bytes} [Thu Apr 2 18:08:47 2026] GET /v2.0/quotas/cf44c0d0cbb04a17852c2ffb944ae496 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2539] 10.0.0.140 () {34 vars in 1002 bytes} [Thu Apr 2 18:08:47 2026] GET /v2.0/ports?tenant_id=cf44c0d0cbb04a17852c2ffb944ae496&fields=id => generated 333 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2540] 10.0.0.140 () {34 vars in 1008 bytes} [Thu Apr 2 18:08:47 2026] GET /v2.0/networks/66ac915e-b05c-4c3c-90cd-c27f78e345c8?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: 1179/2541] 10.0.0.140 () {34 vars in 1108 bytes} [Thu Apr 2 18:08:47 2026] GET /v2.0/networks/66ac915e-b05c-4c3c-90cd-c27f78e345c8?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: 1363/2542] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:08:47 2026] GET /v2.0/ports?tenant_id=cf44c0d0cbb04a17852c2ffb944ae496&device_id=0d136a96-8486-44a1-97b2-5749b9a20f17 => generated 1465 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2543] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:08:47 2026] GET /v2.0/ports?device_id=d6ec552f-3553-4427-8e1f-c4d6b48bcf73 => 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: 1180/2544] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:08:47 2026] GET /v2.0/networks?id=5f787660-358b-42fd-a7d8-004d6a85c8c0 => generated 800 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2545] 199.19.213.5 () {34 vars in 1056 bytes} [Thu Apr 2 18:08:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.113&port_id=ec1acff0-09d2-42d8-a1b7-6d7cec482a35 => generated 858 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2546] 199.19.213.5 () {34 vars in 1100 bytes} [Thu Apr 2 18:08:48 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A90&port_id=ec1acff0-09d2-42d8-a1b7-6d7cec482a35 => 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: 1366/2547] 199.19.213.5 () {34 vars in 1062 bytes} [Thu Apr 2 18:08:48 2026] GET /v2.0/subnets?id=0c302263-b969-478c-90fb-2c472064bc55&id=3fc77df5-343a-44cb-ac38-54eebe6e1416 => generated 1410 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2548] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:08:48 2026] GET /v2.0/ports?network_id=5f787660-358b-42fd-a7d8-004d6a85c8c0&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: 1367/2549] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:08:48 2026] GET /v2.0/ports?network_id=5f787660-358b-42fd-a7d8-004d6a85c8c0&device_owner=network%3Adhcp => generated 1457 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2550] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:08:48 2026] GET /v2.0/networks/5f787660-358b-42fd-a7d8-004d6a85c8c0?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: 1368/2551] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:08:48 2026] GET /v2.0/networks/5f787660-358b-42fd-a7d8-004d6a85c8c0?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: 1184/2552] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:08:52 2026] GET /v2.0/networks?id=66ac915e-b05c-4c3c-90cd-c27f78e345c8 => generated 705 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2553] 199.19.213.5 () {34 vars in 1048 bytes} [Thu Apr 2 18:08:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=cf44c0d0cbb04a17852c2ffb944ae496 => generated 179 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2554] 199.19.213.5 () {38 vars in 953 bytes} [Thu Apr 2 18:08:52 2026] POST /v2.0/ports => generated 1179 bytes in 476 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: 1186/2555] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:08:52 2026] GET /v2.0/ports?device_id=d6ec552f-3553-4427-8e1f-c4d6b48bcf73 => generated 1194 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2556] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:08:53 2026] GET /v2.0/security-groups?id=d8311c16-867b-4d0c-864a-0f1dff2ad2ab&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: 1370/2559] 199.19.213.5 () {38 vars in 1026 bytes} [Thu Apr 2 18:08:52 2026] PUT /v2.0/ports/2882a97b-cc5d-4a7a-ad12-26b80e79b306 => generated 1460 bytes in 471 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:08:53.288 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-33ca5afc-8150-4dc8-b750-21cc5561ce6e'] response: {'name': 'network-changed', 'server_uuid': 'd6ec552f-3553-4427-8e1f-c4d6b48bcf73', 'tag': '2882a97b-cc5d-4a7a-ad12-26b80e79b306', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1190/2560] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:08:53 2026] GET /v2.0/ports?tenant_id=cf44c0d0cbb04a17852c2ffb944ae496&device_id=d6ec552f-3553-4427-8e1f-c4d6b48bcf73 => generated 1463 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1371/2561] 199.19.213.5 () {34 vars in 1016 bytes} [Thu Apr 2 18:08:53 2026] GET /v2.0/networks?tenant_id=cf44c0d0cbb04a17852c2ffb944ae496&shared=False => generated 2375 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2562] 199.19.213.5 () {34 vars in 928 bytes} [Thu Apr 2 18:08:53 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2563] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:08:54 2026] GET /v2.0/ports?tenant_id=cf44c0d0cbb04a17852c2ffb944ae496&device_id=d6ec552f-3553-4427-8e1f-c4d6b48bcf73 => generated 1463 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2564] 199.19.213.5 () {34 vars in 1054 bytes} [Thu Apr 2 18:08:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.14&port_id=2882a97b-cc5d-4a7a-ad12-26b80e79b306 => 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: 1373/2565] 199.19.213.5 () {34 vars in 1102 bytes} [Thu Apr 2 18:08:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Ae9&port_id=2882a97b-cc5d-4a7a-ad12-26b80e79b306 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2566] 199.19.213.5 () {34 vars in 1062 bytes} [Thu Apr 2 18:08:55 2026] GET /v2.0/subnets?id=d0b7fe69-100c-4caf-b6be-f34ffae7379d&id=3d74f5b5-213d-4498-8a66-66899658cac9 => generated 1415 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2567] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:08:55 2026] GET /v2.0/ports?network_id=66ac915e-b05c-4c3c-90cd-c27f78e345c8&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: 1194/2568] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:08:55 2026] GET /v2.0/ports?network_id=66ac915e-b05c-4c3c-90cd-c27f78e345c8&device_owner=network%3Adhcp => generated 1461 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2569] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:08:55 2026] GET /v2.0/networks/66ac915e-b05c-4c3c-90cd-c27f78e345c8?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: 1195/2570] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:08:55 2026] GET /v2.0/networks/66ac915e-b05c-4c3c-90cd-c27f78e345c8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2571] 10.0.0.14 () {34 vars in 989 bytes} [Thu Apr 2 18:08:56 2026] GET /v2.0/ports?device_id=0d136a96-8486-44a1-97b2-5749b9a20f17 => generated 1465 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2572] 10.0.0.14 () {34 vars in 1039 bytes} [Thu Apr 2 18:08:56 2026] GET /v2.0/security-groups?id=d8311c16-867b-4d0c-864a-0f1dff2ad2ab&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: 1377/2573] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:08:58 2026] GET /v2.0/ports?device_id=d6ec552f-3553-4427-8e1f-c4d6b48bcf73 => generated 1196 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2574] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:08:58 2026] GET /v2.0/security-groups?id=d8311c16-867b-4d0c-864a-0f1dff2ad2ab&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: 1378/2575] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:09:03 2026] GET /v2.0/ports?device_id=d6ec552f-3553-4427-8e1f-c4d6b48bcf73 => generated 1196 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2576] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:09:03 2026] GET /v2.0/security-groups?id=d8311c16-867b-4d0c-864a-0f1dff2ad2ab&fields=id&fields=name => generated 112 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2577] 10.0.0.149 () {32 vars in 818 bytes} [Thu Apr 2 18:09:03 2026] GET /v2.0/ports?network_id=66ac915e-b05c-4c3c-90cd-c27f78e345c8&mac_address=fa%3A16%3A3e%3A1e%3Aa8%3A83 => generated 1196 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:09:04.259 8 INFO neutron.db.l3_db [None req-51d92a06-25a5-4822-9dd6-ab2e41073c79 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] Floating IP 6db16ea6-d6be-4266-9117-6390c7b0e36e associated. External IP: 10.96.250.209, port: 2882a97b-cc5d-4a7a-ad12-26b80e79b306. [pid: 8|app: 0|req: 1199/2578] 10.0.0.149 () {34 vars in 677 bytes} [Thu Apr 2 18:09:03 2026] POST /v2.0/floatingips => generated 854 bytes in 1053 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:09:04.587 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-94276c60-2e4b-4387-99ae-e46fca1debad'] response: {'name': 'network-changed', 'server_uuid': 'd6ec552f-3553-4427-8e1f-c4d6b48bcf73', 'tag': '2882a97b-cc5d-4a7a-ad12-26b80e79b306', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1380/2579] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:09:05 2026] GET /v2.0/ports?tenant_id=cf44c0d0cbb04a17852c2ffb944ae496&device_id=d6ec552f-3553-4427-8e1f-c4d6b48bcf73 => generated 1465 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2580] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:09:05 2026] GET /v2.0/networks?id=66ac915e-b05c-4c3c-90cd-c27f78e345c8 => generated 801 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2581] 199.19.213.5 () {34 vars in 1054 bytes} [Thu Apr 2 18:09:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.14&port_id=2882a97b-cc5d-4a7a-ad12-26b80e79b306 => generated 857 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2582] 199.19.213.5 () {34 vars in 1102 bytes} [Thu Apr 2 18:09:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Ae9&port_id=2882a97b-cc5d-4a7a-ad12-26b80e79b306 => 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: 1382/2583] 199.19.213.5 () {34 vars in 1062 bytes} [Thu Apr 2 18:09:05 2026] GET /v2.0/subnets?id=d0b7fe69-100c-4caf-b6be-f34ffae7379d&id=3d74f5b5-213d-4498-8a66-66899658cac9 => generated 1415 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2584] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:09:05 2026] GET /v2.0/ports?network_id=66ac915e-b05c-4c3c-90cd-c27f78e345c8&device_owner=network%3Adhcp => generated 1461 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2585] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:09:05 2026] GET /v2.0/ports?network_id=66ac915e-b05c-4c3c-90cd-c27f78e345c8&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2586] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:09:05 2026] GET /v2.0/networks/66ac915e-b05c-4c3c-90cd-c27f78e345c8?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: 1384/2587] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:09:05 2026] GET /v2.0/networks/66ac915e-b05c-4c3c-90cd-c27f78e345c8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2590] 10.0.0.14 () {34 vars in 989 bytes} [Thu Apr 2 18:09:09 2026] GET /v2.0/ports?device_id=d6ec552f-3553-4427-8e1f-c4d6b48bcf73 => generated 1465 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2591] 10.0.0.14 () {34 vars in 1039 bytes} [Thu Apr 2 18:09:09 2026] GET /v2.0/security-groups?id=d8311c16-867b-4d0c-864a-0f1dff2ad2ab&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: 7|app: 0|req: 1387/2592] 10.0.0.149 () {32 vars in 721 bytes} [Thu Apr 2 18:09:20 2026] GET /v2.0/subnets/abda3de0-8741-4eca-8626-3e464297e759 => 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: 1206/2593] 10.0.0.128 () {30 vars in 690 bytes} [Thu Apr 2 18:09:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2594] 10.0.0.128 () {30 vars in 692 bytes} [Thu Apr 2 18:09:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2595] 10.0.0.128 () {30 vars in 668 bytes} [Thu Apr 2 18:09:21 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: 1389/2596] 10.0.0.128 () {30 vars in 704 bytes} [Thu Apr 2 18:09:21 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: 1208/2597] 10.0.0.128 () {28 vars in 439 bytes} [Thu Apr 2 18:09:21 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: 1390/2598] 10.0.0.128 () {30 vars in 728 bytes} [Thu Apr 2 18:09:21 2026] GET /v2.0/subnets/abda3de0-8741-4eca-8626-3e464297e759 => generated 658 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2599] 10.0.0.128 () {30 vars in 690 bytes} [Thu Apr 2 18:09:21 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: 1391/2600] 10.0.0.128 () {30 vars in 692 bytes} [Thu Apr 2 18:09:21 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: 1210/2601] 10.0.0.128 () {30 vars in 668 bytes} [Thu Apr 2 18:09:22 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2602] 10.0.0.128 () {30 vars in 704 bytes} [Thu Apr 2 18:09:22 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: 1211/2603] 10.0.0.128 () {30 vars in 728 bytes} [Thu Apr 2 18:09:22 2026] GET /v2.0/subnets/abda3de0-8741-4eca-8626-3e464297e759 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2604] 10.0.0.128 () {30 vars in 690 bytes} [Thu Apr 2 18:09:22 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: 1212/2605] 10.0.0.128 () {30 vars in 692 bytes} [Thu Apr 2 18:09:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2606] 10.0.0.128 () {30 vars in 668 bytes} [Thu Apr 2 18:09:22 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: 1213/2607] 10.0.0.128 () {30 vars in 704 bytes} [Thu Apr 2 18:09:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2608] 10.0.0.128 () {30 vars in 730 bytes} [Thu Apr 2 18:09:22 2026] GET /v2.0/networks/73bc8662-067d-4ede-82ab-422ae205f386 => generated 799 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2609] 10.0.0.128 () {30 vars in 682 bytes} [Thu Apr 2 18:09:22 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2610] 10.0.0.128 () {34 vars in 704 bytes} [Thu Apr 2 18:09:22 2026] POST /v2.0/ports => generated 1128 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2613] 199.19.213.5 () {30 vars in 701 bytes} [Thu Apr 2 18:09:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 35 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: 1398/2614] 199.19.213.5 () {30 vars in 703 bytes} [Thu Apr 2 18:09:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2615] 199.19.213.5 () {30 vars in 679 bytes} [Thu Apr 2 18:09:25 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: 1399/2616] 199.19.213.5 () {30 vars in 715 bytes} [Thu Apr 2 18:09:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2617] 199.19.213.5 () {30 vars in 735 bytes} [Thu Apr 2 18:09:25 2026] GET /v2.0/ports/1e902c63-8932-4e04-acb2-f218815dab25 => generated 1128 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2618] 199.19.213.5 () {30 vars in 701 bytes} [Thu Apr 2 18:09:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2619] 199.19.213.5 () {30 vars in 703 bytes} [Thu Apr 2 18:09:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2620] 199.19.213.5 () {30 vars in 679 bytes} [Thu Apr 2 18:09:25 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2621] 199.19.213.5 () {30 vars in 715 bytes} [Thu Apr 2 18:09:25 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-04-02 18:09:25.704 7 INFO neutron.api.v2.resource [None req-fc754717-8054-49d7-9789-705b2a32c3be 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1402/2622] 199.19.213.5 () {30 vars in 761 bytes} [Thu Apr 2 18:09:25 2026] GET /v2.0/security-groups/lb-e1563f13-001e-4b34-a9d4-8941fbd746a2 => 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: 1221/2623] 199.19.213.5 () {30 vars in 783 bytes} [Thu Apr 2 18:09:25 2026] GET /v2.0/security-groups?name=lb-e1563f13-001e-4b34-a9d4-8941fbd746a2 => generated 23 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2624] 199.19.213.5 () {34 vars in 734 bytes} [Thu Apr 2 18:09:25 2026] POST /v2.0/security-groups => generated 1638 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2625] 199.19.213.5 () {30 vars in 813 bytes} [Thu Apr 2 18:09:25 2026] GET /v2.0/security-group-rules?security_group_id=69904c42-5857-4dd1-b2db-8b2ce77c5758 => generated 1182 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2626] 199.19.213.5 () {34 vars in 787 bytes} [Thu Apr 2 18:09:25 2026] PUT /v2.0/ports/1e902c63-8932-4e04-acb2-f218815dab25 => generated 1128 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2627] 199.19.213.5 () {30 vars in 701 bytes} [Thu Apr 2 18:09:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1405/2628] 199.19.213.5 () {30 vars in 703 bytes} [Thu Apr 2 18:09:26 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2629] 199.19.213.5 () {30 vars in 679 bytes} [Thu Apr 2 18:09: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: 1406/2630] 199.19.213.5 () {30 vars in 715 bytes} [Thu Apr 2 18:09: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: 1225/2631] 199.19.213.5 () {30 vars in 739 bytes} [Thu Apr 2 18:09:26 2026] GET /v2.0/subnets/abda3de0-8741-4eca-8626-3e464297e759 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2632] 10.0.0.140 () {34 vars in 1016 bytes} [Thu Apr 2 18:09:33 2026] GET /v2.0/security-groups?id=661b44e1-248b-4cc5-87b2-5c07bc2ea302&fields=id => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2633] 10.0.0.140 () {34 vars in 982 bytes} [Thu Apr 2 18:09:33 2026] GET /v2.0/networks?id=50d258fe-9c53-4b0f-bd1a-bc40003243c5 => generated 735 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2634] 10.0.0.140 () {34 vars in 965 bytes} [Thu Apr 2 18:09:33 2026] GET /v2.0/quotas/e832b72032044b83a288adef4e913a0e => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2635] 10.0.0.140 () {34 vars in 1002 bytes} [Thu Apr 2 18:09:33 2026] GET /v2.0/ports?tenant_id=e832b72032044b83a288adef4e913a0e&fields=id => generated 149 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2636] 10.0.0.140 () {34 vars in 1008 bytes} [Thu Apr 2 18:09:33 2026] GET /v2.0/networks/50d258fe-9c53-4b0f-bd1a-bc40003243c5?fields=segments => generated 14 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2637] 10.0.0.140 () {34 vars in 1108 bytes} [Thu Apr 2 18:09:33 2026] GET /v2.0/networks/50d258fe-9c53-4b0f-bd1a-bc40003243c5?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: 1410/2638] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:09:34 2026] GET /v2.0/ports?device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => 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: 1229/2639] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:09:34 2026] GET /v2.0/ports?device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => 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: 1411/2640] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:09:37 2026] GET /v2.0/ports?device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => 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: 1230/2641] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:09:37 2026] GET /v2.0/ports?device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => 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: 1232/2644] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:09:38 2026] GET /v2.0/networks?id=50d258fe-9c53-4b0f-bd1a-bc40003243c5 => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2645] 199.19.213.5 () {34 vars in 1048 bytes} [Thu Apr 2 18:09:38 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e832b72032044b83a288adef4e913a0e => generated 343 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2646] 199.19.213.5 () {38 vars in 953 bytes} [Thu Apr 2 18:09:38 2026] POST /v2.0/ports => generated 1082 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2647] 199.19.213.5 () {38 vars in 1026 bytes} [Thu Apr 2 18:09:39 2026] PUT /v2.0/ports/72849dd6-09ea-4beb-ba3a-cd080ff7e758 => generated 1243 bytes in 426 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:09:39.638 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-050c177b-7ca6-4cde-ae96-36f93662e2ed'] response: {'name': 'network-changed', 'server_uuid': '3110d958-78e7-4f4b-bd14-51f66148d55d', 'tag': '72849dd6-09ea-4beb-ba3a-cd080ff7e758', '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: 1234/2648] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:09:40 2026] GET /v2.0/ports?device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 1246 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2649] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:09:40 2026] GET /v2.0/ports?tenant_id=e832b72032044b83a288adef4e913a0e&device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2650] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:09:40 2026] GET /v2.0/security-groups?id=661b44e1-248b-4cc5-87b2-5c07bc2ea302&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2651] 199.19.213.5 () {34 vars in 1016 bytes} [Thu Apr 2 18:09:40 2026] GET /v2.0/networks?tenant_id=e832b72032044b83a288adef4e913a0e&shared=False => generated 735 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2652] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:09:40 2026] GET /v2.0/ports?device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2653] 199.19.213.5 () {34 vars in 928 bytes} [Thu Apr 2 18:09:40 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: 1418/2654] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:09:41 2026] GET /v2.0/ports?tenant_id=e832b72032044b83a288adef4e913a0e&device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 1246 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2655] 199.19.213.5 () {34 vars in 1060 bytes} [Thu Apr 2 18:09:41 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.229&port_id=72849dd6-09ea-4beb-ba3a-cd080ff7e758 => 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: 1419/2656] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:09:41 2026] GET /v2.0/subnets?id=0bd0f613-1ecf-4f36-b6cd-5034e7ac05ab => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2657] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:09:41 2026] GET /v2.0/ports?network_id=50d258fe-9c53-4b0f-bd1a-bc40003243c5&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: 1420/2658] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:09:41 2026] GET /v2.0/networks/50d258fe-9c53-4b0f-bd1a-bc40003243c5?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: 1239/2659] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:09:41 2026] GET /v2.0/networks/50d258fe-9c53-4b0f-bd1a-bc40003243c5?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: 1421/2660] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:09:43 2026] GET /v2.0/ports?device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2661] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:09:43 2026] GET /v2.0/security-groups?id=661b44e1-248b-4cc5-87b2-5c07bc2ea302&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: 1422/2662] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:09:43 2026] GET /v2.0/ports?device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 1246 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2663] 199.19.213.5 () {34 vars in 992 bytes} [Thu Apr 2 18:09:45 2026] GET /v2.0/ports?device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 1246 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2664] 199.19.213.5 () {34 vars in 1042 bytes} [Thu Apr 2 18:09:45 2026] GET /v2.0/security-groups?id=661b44e1-248b-4cc5-87b2-5c07bc2ea302&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2665] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:09:45 2026] GET /v2.0/ports?device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2666] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:09:45 2026] GET /v2.0/security-groups?id=661b44e1-248b-4cc5-87b2-5c07bc2ea302&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2667] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:09:46 2026] GET /v2.0/ports?device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 1246 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2668] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:09:49 2026] GET /v2.0/ports?device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2669] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:09:49 2026] GET /v2.0/security-groups?id=661b44e1-248b-4cc5-87b2-5c07bc2ea302&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: 1426/2670] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:09:49 2026] GET /v2.0/ports?device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 1248 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2677] 199.19.213.5 () {30 vars in 701 bytes} [Thu Apr 2 18:10: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: 8|app: 0|req: 1248/2678] 199.19.213.5 () {30 vars in 703 bytes} [Thu Apr 2 18:10:24 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: 1431/2679] 199.19.213.5 () {30 vars in 679 bytes} [Thu Apr 2 18:10:24 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: 1249/2680] 199.19.213.5 () {30 vars in 715 bytes} [Thu Apr 2 18:10:24 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2681] 199.19.213.5 () {30 vars in 739 bytes} [Thu Apr 2 18:10:24 2026] GET /v2.0/subnets/abda3de0-8741-4eca-8626-3e464297e759 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2682] 199.19.213.5 () {30 vars in 767 bytes} [Thu Apr 2 18:10:24 2026] GET /v2.0/ports?device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2683] 199.19.213.5 () {34 vars in 715 bytes} [Thu Apr 2 18:10:24 2026] POST /v2.0/ports => generated 1059 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2684] 10.0.0.140 () {34 vars in 971 bytes} [Thu Apr 2 18:10:24 2026] GET /v2.0/ports/38d973d5-273f-4286-b863-cf8840c8a471 => generated 1059 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2685] 10.0.0.140 () {34 vars in 907 bytes} [Thu Apr 2 18:10:24 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2686] 199.19.213.5 () {34 vars in 1260 bytes} [Thu Apr 2 18:10:25 2026] GET /v2.0/ports/38d973d5-273f-4286-b863-cf8840c8a471?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2687] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:10:26 2026] GET /v2.0/networks/73bc8662-067d-4ede-82ab-422ae205f386?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: 1253/2688] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:10:26 2026] GET /v2.0/networks/73bc8662-067d-4ede-82ab-422ae205f386?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: 1436/2689] 199.19.213.5 () {34 vars in 973 bytes} [Thu Apr 2 18:10:26 2026] GET /v2.0/ports/38d973d5-273f-4286-b863-cf8840c8a471 => generated 1059 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2690] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:10:26 2026] GET /v2.0/networks?id=73bc8662-067d-4ede-82ab-422ae205f386 => generated 802 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2691] 199.19.213.5 () {38 vars in 1026 bytes} [Thu Apr 2 18:10:26 2026] PUT /v2.0/ports/38d973d5-273f-4286-b863-cf8840c8a471 => generated 1249 bytes in 380 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:10:27.166 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-524fc109-6d29-4c8b-a9b8-2590bb1e8e66'] response: {'name': 'network-changed', 'server_uuid': '3110d958-78e7-4f4b-bd14-51f66148d55d', 'tag': '38d973d5-273f-4286-b863-cf8840c8a471', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1255/2692] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:10:27 2026] GET /v2.0/ports?tenant_id=e832b72032044b83a288adef4e913a0e&device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 2489 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2693] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:10:27 2026] GET /v2.0/networks?id=73bc8662-067d-4ede-82ab-422ae205f386 => generated 802 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2694] 199.19.213.5 () {34 vars in 1056 bytes} [Thu Apr 2 18:10:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.191&port_id=38d973d5-273f-4286-b863-cf8840c8a471 => 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: 1439/2695] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:10:27 2026] GET /v2.0/subnets?id=abda3de0-8741-4eca-8626-3e464297e759 => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2696] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:10:27 2026] GET /v2.0/ports?network_id=73bc8662-067d-4ede-82ab-422ae205f386&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: 1440/2697] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:10:27 2026] GET /v2.0/networks/73bc8662-067d-4ede-82ab-422ae205f386?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: 1258/2698] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:10:27 2026] GET /v2.0/networks/73bc8662-067d-4ede-82ab-422ae205f386?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2699] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:10:29 2026] GET /v2.0/ports?tenant_id=e832b72032044b83a288adef4e913a0e&device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 2489 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2700] 199.19.213.5 () {34 vars in 1060 bytes} [Thu Apr 2 18:10:29 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.229&port_id=72849dd6-09ea-4beb-ba3a-cd080ff7e758 => 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: 1442/2701] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:10:29 2026] GET /v2.0/subnets?id=0bd0f613-1ecf-4f36-b6cd-5034e7ac05ab => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2702] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:10:29 2026] GET /v2.0/ports?network_id=50d258fe-9c53-4b0f-bd1a-bc40003243c5&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: 1443/2703] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:10:29 2026] GET /v2.0/networks/50d258fe-9c53-4b0f-bd1a-bc40003243c5?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: 1261/2704] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:10:29 2026] GET /v2.0/networks/50d258fe-9c53-4b0f-bd1a-bc40003243c5?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: 1444/2705] 199.19.213.5 () {34 vars in 1056 bytes} [Thu Apr 2 18:10:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.191&port_id=38d973d5-273f-4286-b863-cf8840c8a471 => 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: 1262/2706] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:10:29 2026] GET /v2.0/subnets?id=abda3de0-8741-4eca-8626-3e464297e759 => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2707] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:10:29 2026] GET /v2.0/ports?network_id=73bc8662-067d-4ede-82ab-422ae205f386&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2708] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:10:29 2026] GET /v2.0/networks/73bc8662-067d-4ede-82ab-422ae205f386?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: 1446/2709] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:10:29 2026] GET /v2.0/networks/73bc8662-067d-4ede-82ab-422ae205f386?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: 1264/2710] 10.0.0.140 () {34 vars in 971 bytes} [Thu Apr 2 18:10:33 2026] GET /v2.0/ports/38d973d5-273f-4286-b863-cf8840c8a471 => generated 1251 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2711] 199.19.213.5 () {34 vars in 787 bytes} [Thu Apr 2 18:10:33 2026] PUT /v2.0/ports/38d973d5-273f-4286-b863-cf8840c8a471 => generated 1275 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:10:33.814 8 INFO neutron.api.v2.resource [None req-b1fac47a-ba76-47c4-a621-adde70c0d4d5 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1265/2712] 199.19.213.5 () {30 vars in 761 bytes} [Thu Apr 2 18:10:33 2026] GET /v2.0/security-groups/lb-e1563f13-001e-4b34-a9d4-8941fbd746a2 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:10:33.836 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-66a4acaf-7e54-4b52-a750-98a204c82e54'] response: {'name': 'network-changed', 'server_uuid': '3110d958-78e7-4f4b-bd14-51f66148d55d', 'tag': '38d973d5-273f-4286-b863-cf8840c8a471', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1448/2713] 199.19.213.5 () {30 vars in 783 bytes} [Thu Apr 2 18:10:33 2026] GET /v2.0/security-groups?name=lb-e1563f13-001e-4b34-a9d4-8941fbd746a2 => generated 1639 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2714] 199.19.213.5 () {34 vars in 787 bytes} [Thu Apr 2 18:10:33 2026] PUT /v2.0/ports/38d973d5-273f-4286-b863-cf8840c8a471 => generated 1313 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:10:34.138 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3ae8a280-3c97-4118-97d9-03af3ff2564c'] response: {'name': 'network-changed', 'server_uuid': '3110d958-78e7-4f4b-bd14-51f66148d55d', 'tag': '38d973d5-273f-4286-b863-cf8840c8a471', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1449/2715] 199.19.213.5 () {30 vars in 701 bytes} [Thu Apr 2 18:10:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1267/2716] 199.19.213.5 () {30 vars in 703 bytes} [Thu Apr 2 18:10:34 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2717] 199.19.213.5 () {30 vars in 679 bytes} [Thu Apr 2 18:10:34 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2718] 199.19.213.5 () {30 vars in 715 bytes} [Thu Apr 2 18:10:34 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: 1452/2719] 199.19.213.5 () {30 vars in 739 bytes} [Thu Apr 2 18:10:34 2026] GET /v2.0/subnets/abda3de0-8741-4eca-8626-3e464297e759 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2720] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:10:34 2026] GET /v2.0/ports?tenant_id=e832b72032044b83a288adef4e913a0e&device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 2589 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2721] 199.19.213.5 () {30 vars in 735 bytes} [Thu Apr 2 18:10:34 2026] GET /v2.0/ports/1e902c63-8932-4e04-acb2-f218815dab25 => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2722] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:10:34 2026] GET /v2.0/networks?id=73bc8662-067d-4ede-82ab-422ae205f386 => generated 802 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2723] 199.19.213.5 () {34 vars in 1056 bytes} [Thu Apr 2 18:10:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.191&port_id=38d973d5-273f-4286-b863-cf8840c8a471 => 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: 1454/2724] 199.19.213.5 () {30 vars in 735 bytes} [Thu Apr 2 18:10:34 2026] GET /v2.0/ports/38d973d5-273f-4286-b863-cf8840c8a471 => generated 1349 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2725] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:10:34 2026] GET /v2.0/subnets?id=abda3de0-8741-4eca-8626-3e464297e759 => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2726] 199.19.213.5 () {30 vars in 739 bytes} [Thu Apr 2 18:10:34 2026] GET /v2.0/subnets/abda3de0-8741-4eca-8626-3e464297e759 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2727] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:10:34 2026] GET /v2.0/ports?network_id=73bc8662-067d-4ede-82ab-422ae205f386&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2728] 199.19.213.5 () {30 vars in 741 bytes} [Thu Apr 2 18:10:34 2026] GET /v2.0/networks/73bc8662-067d-4ede-82ab-422ae205f386 => generated 799 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2729] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:10:34 2026] GET /v2.0/networks/73bc8662-067d-4ede-82ab-422ae205f386?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2730] 199.19.213.5 () {30 vars in 735 bytes} [Thu Apr 2 18:10:34 2026] GET /v2.0/ports/1e902c63-8932-4e04-acb2-f218815dab25 => generated 1128 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2731] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:10:34 2026] GET /v2.0/networks/73bc8662-067d-4ede-82ab-422ae205f386?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: 1458/2732] 199.19.213.5 () {30 vars in 739 bytes} [Thu Apr 2 18:10:34 2026] GET /v2.0/subnets/abda3de0-8741-4eca-8626-3e464297e759 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2733] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:10:35 2026] GET /v2.0/ports?tenant_id=e832b72032044b83a288adef4e913a0e&device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 2589 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2734] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:10:35 2026] GET /v2.0/networks?id=73bc8662-067d-4ede-82ab-422ae205f386 => generated 802 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2735] 199.19.213.5 () {34 vars in 1056 bytes} [Thu Apr 2 18:10:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.191&port_id=38d973d5-273f-4286-b863-cf8840c8a471 => 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: 1460/2736] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:10:35 2026] GET /v2.0/subnets?id=abda3de0-8741-4eca-8626-3e464297e759 => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2737] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:10:35 2026] GET /v2.0/ports?network_id=73bc8662-067d-4ede-82ab-422ae205f386&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: 1461/2738] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:10:35 2026] GET /v2.0/networks/73bc8662-067d-4ede-82ab-422ae205f386?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: 1278/2739] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:10:35 2026] GET /v2.0/networks/73bc8662-067d-4ede-82ab-422ae205f386?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:10:43.909 7 INFO neutron.db.l3_db [None req-91a3ce06-c48e-47aa-a5e8-a01e8ff2c4f4 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] Floating IP 2f092528-8795-41d8-83ec-0bd17812f923 associated. External IP: 10.96.250.207, port: 1e902c63-8932-4e04-acb2-f218815dab25. [pid: 7|app: 0|req: 1463/2742] 10.0.0.149 () {34 vars in 677 bytes} [Thu Apr 2 18:10:43 2026] POST /v2.0/floatingips => generated 898 bytes in 1067 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2743] 199.19.213.5 () {30 vars in 701 bytes} [Thu Apr 2 18:10:48 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2744] 199.19.213.5 () {30 vars in 703 bytes} [Thu Apr 2 18:10:48 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: 1281/2745] 199.19.213.5 () {30 vars in 679 bytes} [Thu Apr 2 18:10:48 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: 1465/2746] 199.19.213.5 () {30 vars in 715 bytes} [Thu Apr 2 18:10:48 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-04-02 18:10:48.989 8 INFO neutron.api.v2.resource [None req-180fc742-6109-45fb-9483-b4958186ae3c 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1282/2747] 199.19.213.5 () {30 vars in 761 bytes} [Thu Apr 2 18:10:48 2026] GET /v2.0/security-groups/lb-e1563f13-001e-4b34-a9d4-8941fbd746a2 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2748] 199.19.213.5 () {30 vars in 783 bytes} [Thu Apr 2 18:10:48 2026] GET /v2.0/security-groups?name=lb-e1563f13-001e-4b34-a9d4-8941fbd746a2 => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2749] 199.19.213.5 () {30 vars in 813 bytes} [Thu Apr 2 18:10:49 2026] GET /v2.0/security-group-rules?security_group_id=69904c42-5857-4dd1-b2db-8b2ce77c5758 => generated 1182 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2750] 199.19.213.5 () {34 vars in 745 bytes} [Thu Apr 2 18:10:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2751] 199.19.213.5 () {34 vars in 745 bytes} [Thu Apr 2 18:10:49 2026] POST /v2.0/security-group-rules => generated 601 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2754] 10.0.0.128 () {30 vars in 690 bytes} [Thu Apr 2 18:10:55 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2755] 10.0.0.128 () {30 vars in 692 bytes} [Thu Apr 2 18:10:55 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: 1287/2756] 10.0.0.128 () {30 vars in 668 bytes} [Thu Apr 2 18:10:55 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: 1470/2757] 10.0.0.128 () {30 vars in 704 bytes} [Thu Apr 2 18:10:55 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: 1288/2758] 10.0.0.128 () {28 vars in 439 bytes} [Thu Apr 2 18:10:56 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: 1471/2759] 10.0.0.128 () {30 vars in 728 bytes} [Thu Apr 2 18:10:56 2026] GET /v2.0/subnets/3fc77df5-343a-44cb-ac38-54eebe6e1416 => generated 656 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2760] 199.19.213.5 () {30 vars in 701 bytes} [Thu Apr 2 18:10:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2761] 199.19.213.5 () {30 vars in 703 bytes} [Thu Apr 2 18:10:57 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: 1290/2762] 199.19.213.5 () {30 vars in 679 bytes} [Thu Apr 2 18:10:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2763] 199.19.213.5 () {30 vars in 715 bytes} [Thu Apr 2 18:10: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: 1291/2764] 199.19.213.5 () {30 vars in 739 bytes} [Thu Apr 2 18:10:57 2026] GET /v2.0/subnets/3fc77df5-343a-44cb-ac38-54eebe6e1416 => generated 674 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2765] 199.19.213.5 () {30 vars in 767 bytes} [Thu Apr 2 18:10:57 2026] GET /v2.0/ports?device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 2589 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2766] 199.19.213.5 () {30 vars in 701 bytes} [Thu Apr 2 18:10:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2767] 199.19.213.5 () {30 vars in 703 bytes} [Thu Apr 2 18:10:57 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: 1293/2768] 199.19.213.5 () {30 vars in 679 bytes} [Thu Apr 2 18:10:57 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: 1476/2769] 199.19.213.5 () {30 vars in 715 bytes} [Thu Apr 2 18:10:57 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2770] 199.19.213.5 () {34 vars in 715 bytes} [Thu Apr 2 18:10:57 2026] POST /v2.0/ports => generated 1324 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2771] 10.0.0.140 () {34 vars in 971 bytes} [Thu Apr 2 18:10:58 2026] GET /v2.0/ports/3f0005c6-dc50-4a9e-a5f9-c03f9aba0ec7 => generated 1324 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1295/2772] 199.19.213.5 () {34 vars in 1260 bytes} [Thu Apr 2 18:10:59 2026] GET /v2.0/ports/3f0005c6-dc50-4a9e-a5f9-c03f9aba0ec7?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2773] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:10:59 2026] GET /v2.0/networks/5f787660-358b-42fd-a7d8-004d6a85c8c0?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2774] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:10:59 2026] GET /v2.0/networks/5f787660-358b-42fd-a7d8-004d6a85c8c0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2775] 199.19.213.5 () {34 vars in 973 bytes} [Thu Apr 2 18:11:00 2026] GET /v2.0/ports/3f0005c6-dc50-4a9e-a5f9-c03f9aba0ec7 => generated 1324 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2776] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:11:00 2026] GET /v2.0/networks?id=5f787660-358b-42fd-a7d8-004d6a85c8c0 => 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: 1480/2777] 199.19.213.5 () {38 vars in 1026 bytes} [Thu Apr 2 18:11:00 2026] PUT /v2.0/ports/3f0005c6-dc50-4a9e-a5f9-c03f9aba0ec7 => generated 1514 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:11:00.585 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a94ec72f-6923-4c91-8138-aef9e2440df7'] response: {'name': 'network-changed', 'server_uuid': '3110d958-78e7-4f4b-bd14-51f66148d55d', 'tag': '3f0005c6-dc50-4a9e-a5f9-c03f9aba0ec7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1298/2778] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:11:01 2026] GET /v2.0/ports?tenant_id=e832b72032044b83a288adef4e913a0e&device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 4095 bytes in 78 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: 1481/2779] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:11:01 2026] GET /v2.0/networks?id=5f787660-358b-42fd-a7d8-004d6a85c8c0 => 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: 1299/2780] 199.19.213.5 () {34 vars in 1056 bytes} [Thu Apr 2 18:11:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.239&port_id=3f0005c6-dc50-4a9e-a5f9-c03f9aba0ec7 => 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: 1482/2781] 199.19.213.5 () {34 vars in 1100 bytes} [Thu Apr 2 18:11:01 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A8a&port_id=3f0005c6-dc50-4a9e-a5f9-c03f9aba0ec7 => 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: 1300/2782] 199.19.213.5 () {34 vars in 1062 bytes} [Thu Apr 2 18:11:01 2026] GET /v2.0/subnets?id=0c302263-b969-478c-90fb-2c472064bc55&id=3fc77df5-343a-44cb-ac38-54eebe6e1416 => generated 1410 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2783] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:11:01 2026] GET /v2.0/ports?network_id=5f787660-358b-42fd-a7d8-004d6a85c8c0&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: 1301/2784] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:11:01 2026] GET /v2.0/ports?network_id=5f787660-358b-42fd-a7d8-004d6a85c8c0&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2785] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:11:01 2026] GET /v2.0/networks/5f787660-358b-42fd-a7d8-004d6a85c8c0?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: 1302/2786] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:11:01 2026] GET /v2.0/networks/5f787660-358b-42fd-a7d8-004d6a85c8c0?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: 1485/2787] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:11:02 2026] GET /v2.0/ports?tenant_id=e832b72032044b83a288adef4e913a0e&device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 4095 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2788] 199.19.213.5 () {34 vars in 1060 bytes} [Thu Apr 2 18:11:02 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.229&port_id=72849dd6-09ea-4beb-ba3a-cd080ff7e758 => 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: 1486/2789] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:11:02 2026] GET /v2.0/subnets?id=0bd0f613-1ecf-4f36-b6cd-5034e7ac05ab => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2790] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:11:02 2026] GET /v2.0/ports?network_id=50d258fe-9c53-4b0f-bd1a-bc40003243c5&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: 1487/2791] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:11:02 2026] GET /v2.0/networks/50d258fe-9c53-4b0f-bd1a-bc40003243c5?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: 1305/2792] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:11:02 2026] GET /v2.0/networks/50d258fe-9c53-4b0f-bd1a-bc40003243c5?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: 1488/2793] 199.19.213.5 () {34 vars in 1056 bytes} [Thu Apr 2 18:11:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.191&port_id=38d973d5-273f-4286-b863-cf8840c8a471 => 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: 1306/2794] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:11:02 2026] GET /v2.0/subnets?id=abda3de0-8741-4eca-8626-3e464297e759 => generated 679 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2795] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:11:02 2026] GET /v2.0/ports?network_id=73bc8662-067d-4ede-82ab-422ae205f386&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2796] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:11:02 2026] GET /v2.0/networks/73bc8662-067d-4ede-82ab-422ae205f386?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: 1490/2797] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:11:02 2026] GET /v2.0/networks/73bc8662-067d-4ede-82ab-422ae205f386?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: 1308/2798] 199.19.213.5 () {34 vars in 1056 bytes} [Thu Apr 2 18:11:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.239&port_id=3f0005c6-dc50-4a9e-a5f9-c03f9aba0ec7 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2799] 199.19.213.5 () {34 vars in 1100 bytes} [Thu Apr 2 18:11:03 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A8a&port_id=3f0005c6-dc50-4a9e-a5f9-c03f9aba0ec7 => 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: 1309/2800] 199.19.213.5 () {34 vars in 1062 bytes} [Thu Apr 2 18:11:03 2026] GET /v2.0/subnets?id=0c302263-b969-478c-90fb-2c472064bc55&id=3fc77df5-343a-44cb-ac38-54eebe6e1416 => generated 1410 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2801] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:11:03 2026] GET /v2.0/ports?network_id=5f787660-358b-42fd-a7d8-004d6a85c8c0&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2802] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:11:03 2026] GET /v2.0/ports?network_id=5f787660-358b-42fd-a7d8-004d6a85c8c0&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2803] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:11:03 2026] GET /v2.0/networks/5f787660-358b-42fd-a7d8-004d6a85c8c0?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: 1311/2804] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:11:03 2026] GET /v2.0/networks/5f787660-358b-42fd-a7d8-004d6a85c8c0?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: 1494/2805] 10.0.0.140 () {34 vars in 971 bytes} [Thu Apr 2 18:11:07 2026] GET /v2.0/ports/3f0005c6-dc50-4a9e-a5f9-c03f9aba0ec7 => generated 1516 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2806] 199.19.213.5 () {30 vars in 741 bytes} [Thu Apr 2 18:11:07 2026] GET /v2.0/networks/5f787660-358b-42fd-a7d8-004d6a85c8c0 => generated 797 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2807] 199.19.213.5 () {30 vars in 739 bytes} [Thu Apr 2 18:11:07 2026] GET /v2.0/subnets/3fc77df5-343a-44cb-ac38-54eebe6e1416 => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2808] 199.19.213.5 () {30 vars in 739 bytes} [Thu Apr 2 18:11:07 2026] GET /v2.0/subnets/0c302263-b969-478c-90fb-2c472064bc55 => generated 743 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2809] 199.19.213.5 () {30 vars in 701 bytes} [Thu Apr 2 18:11:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2810] 199.19.213.5 () {30 vars in 703 bytes} [Thu Apr 2 18:11:07 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2811] 199.19.213.5 () {30 vars in 679 bytes} [Thu Apr 2 18:11:07 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2812] 199.19.213.5 () {30 vars in 715 bytes} [Thu Apr 2 18:11:07 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2813] 199.19.213.5 () {30 vars in 739 bytes} [Thu Apr 2 18:11:07 2026] GET /v2.0/subnets/abda3de0-8741-4eca-8626-3e464297e759 => 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: 1316/2814] 199.19.213.5 () {30 vars in 735 bytes} [Thu Apr 2 18:11:07 2026] GET /v2.0/ports/1e902c63-8932-4e04-acb2-f218815dab25 => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2815] 199.19.213.5 () {30 vars in 735 bytes} [Thu Apr 2 18:11:07 2026] GET /v2.0/ports/38d973d5-273f-4286-b863-cf8840c8a471 => generated 1349 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2816] 199.19.213.5 () {30 vars in 739 bytes} [Thu Apr 2 18:11:07 2026] GET /v2.0/subnets/abda3de0-8741-4eca-8626-3e464297e759 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2817] 199.19.213.5 () {30 vars in 741 bytes} [Thu Apr 2 18:11:07 2026] GET /v2.0/networks/73bc8662-067d-4ede-82ab-422ae205f386 => generated 799 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2818] 199.19.213.5 () {30 vars in 735 bytes} [Thu Apr 2 18:11:07 2026] GET /v2.0/ports/1e902c63-8932-4e04-acb2-f218815dab25 => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2819] 199.19.213.5 () {30 vars in 739 bytes} [Thu Apr 2 18:11:08 2026] GET /v2.0/subnets/abda3de0-8741-4eca-8626-3e464297e759 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2822] 10.0.0.128 () {30 vars in 690 bytes} [Thu Apr 2 18:11:17 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: 1503/2823] 10.0.0.128 () {30 vars in 692 bytes} [Thu Apr 2 18:11:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2824] 10.0.0.128 () {30 vars in 668 bytes} [Thu Apr 2 18:11: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: 7|app: 0|req: 1504/2825] 10.0.0.128 () {30 vars in 704 bytes} [Thu Apr 2 18:11:17 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2826] 10.0.0.128 () {28 vars in 439 bytes} [Thu Apr 2 18:11:17 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: 1505/2827] 10.0.0.128 () {30 vars in 728 bytes} [Thu Apr 2 18:11:17 2026] GET /v2.0/subnets/3d74f5b5-213d-4498-8a66-66899658cac9 => generated 656 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2828] 199.19.213.5 () {30 vars in 701 bytes} [Thu Apr 2 18:11:18 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2829] 199.19.213.5 () {30 vars in 703 bytes} [Thu Apr 2 18:11:18 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: 1324/2830] 199.19.213.5 () {30 vars in 679 bytes} [Thu Apr 2 18:11:18 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2831] 199.19.213.5 () {30 vars in 715 bytes} [Thu Apr 2 18:11:18 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: 1325/2832] 199.19.213.5 () {30 vars in 739 bytes} [Thu Apr 2 18:11:18 2026] GET /v2.0/subnets/3fc77df5-343a-44cb-ac38-54eebe6e1416 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2833] 199.19.213.5 () {30 vars in 739 bytes} [Thu Apr 2 18:11:18 2026] GET /v2.0/subnets/3d74f5b5-213d-4498-8a66-66899658cac9 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2834] 199.19.213.5 () {30 vars in 767 bytes} [Thu Apr 2 18:11:18 2026] GET /v2.0/ports?device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 4097 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2835] 199.19.213.5 () {30 vars in 701 bytes} [Thu Apr 2 18:11:18 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: 1327/2836] 199.19.213.5 () {30 vars in 703 bytes} [Thu Apr 2 18:11:18 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: 1510/2837] 199.19.213.5 () {30 vars in 679 bytes} [Thu Apr 2 18:11:18 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: 1328/2838] 199.19.213.5 () {30 vars in 715 bytes} [Thu Apr 2 18:11:18 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2839] 199.19.213.5 () {34 vars in 715 bytes} [Thu Apr 2 18:11:18 2026] POST /v2.0/ports => generated 1332 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2840] 10.0.0.140 () {34 vars in 971 bytes} [Thu Apr 2 18:11:19 2026] GET /v2.0/ports/471f83ea-7da7-4556-8910-8b82a6238bcc => generated 1332 bytes in 37 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: 1512/2841] 10.0.0.140 () {34 vars in 907 bytes} [Thu Apr 2 18:11:19 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2842] 199.19.213.5 () {34 vars in 1260 bytes} [Thu Apr 2 18:11:20 2026] GET /v2.0/ports/471f83ea-7da7-4556-8910-8b82a6238bcc?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2843] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:11:20 2026] GET /v2.0/networks/66ac915e-b05c-4c3c-90cd-c27f78e345c8?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2844] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:11:20 2026] GET /v2.0/networks/66ac915e-b05c-4c3c-90cd-c27f78e345c8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2845] 199.19.213.5 () {34 vars in 973 bytes} [Thu Apr 2 18:11:20 2026] GET /v2.0/ports/471f83ea-7da7-4556-8910-8b82a6238bcc => generated 1332 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2846] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:11:20 2026] GET /v2.0/networks?id=66ac915e-b05c-4c3c-90cd-c27f78e345c8 => generated 801 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/2847] 199.19.213.5 () {38 vars in 1026 bytes} [Thu Apr 2 18:11:20 2026] PUT /v2.0/ports/471f83ea-7da7-4556-8910-8b82a6238bcc => generated 1522 bytes in 412 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:11:21.348 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-19bb6e7b-9300-4b4a-a2b0-2868126d0a32'] response: {'name': 'network-changed', 'server_uuid': '3110d958-78e7-4f4b-bd14-51f66148d55d', 'tag': '471f83ea-7da7-4556-8910-8b82a6238bcc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1333/2848] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:11:21 2026] GET /v2.0/ports?tenant_id=e832b72032044b83a288adef4e913a0e&device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 5611 bytes in 62 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: 1516/2849] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:11:21 2026] GET /v2.0/networks?id=66ac915e-b05c-4c3c-90cd-c27f78e345c8 => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2850] 199.19.213.5 () {34 vars in 1056 bytes} [Thu Apr 2 18:11:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.129&port_id=471f83ea-7da7-4556-8910-8b82a6238bcc => 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: 1517/2851] 199.19.213.5 () {34 vars in 1104 bytes} [Thu Apr 2 18:11:22 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A293&port_id=471f83ea-7da7-4556-8910-8b82a6238bcc => 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: 1335/2852] 199.19.213.5 () {34 vars in 1062 bytes} [Thu Apr 2 18:11:22 2026] GET /v2.0/subnets?id=d0b7fe69-100c-4caf-b6be-f34ffae7379d&id=3d74f5b5-213d-4498-8a66-66899658cac9 => generated 1415 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/2853] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:11:22 2026] GET /v2.0/ports?network_id=66ac915e-b05c-4c3c-90cd-c27f78e345c8&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2854] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:11:22 2026] GET /v2.0/ports?network_id=66ac915e-b05c-4c3c-90cd-c27f78e345c8&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: 1519/2855] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:11:22 2026] GET /v2.0/networks/66ac915e-b05c-4c3c-90cd-c27f78e345c8?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2856] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:11:22 2026] GET /v2.0/networks/66ac915e-b05c-4c3c-90cd-c27f78e345c8?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: 1521/2859] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:11:23 2026] GET /v2.0/ports?tenant_id=e832b72032044b83a288adef4e913a0e&device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 5611 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2860] 199.19.213.5 () {34 vars in 1060 bytes} [Thu Apr 2 18:11:23 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.229&port_id=72849dd6-09ea-4beb-ba3a-cd080ff7e758 => 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: 1522/2861] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:11:23 2026] GET /v2.0/subnets?id=0bd0f613-1ecf-4f36-b6cd-5034e7ac05ab => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2862] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:11:23 2026] GET /v2.0/ports?network_id=50d258fe-9c53-4b0f-bd1a-bc40003243c5&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: 1523/2863] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:11:23 2026] GET /v2.0/networks/50d258fe-9c53-4b0f-bd1a-bc40003243c5?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: 1341/2864] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:11:23 2026] GET /v2.0/networks/50d258fe-9c53-4b0f-bd1a-bc40003243c5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/2865] 199.19.213.5 () {34 vars in 1056 bytes} [Thu Apr 2 18:11:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.191&port_id=38d973d5-273f-4286-b863-cf8840c8a471 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2866] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:11:23 2026] GET /v2.0/subnets?id=abda3de0-8741-4eca-8626-3e464297e759 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2867] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:11:23 2026] GET /v2.0/ports?network_id=73bc8662-067d-4ede-82ab-422ae205f386&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: 1343/2868] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:11:23 2026] GET /v2.0/networks/73bc8662-067d-4ede-82ab-422ae205f386?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2869] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:11:23 2026] GET /v2.0/networks/73bc8662-067d-4ede-82ab-422ae205f386?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2870] 199.19.213.5 () {34 vars in 1056 bytes} [Thu Apr 2 18:11:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.239&port_id=3f0005c6-dc50-4a9e-a5f9-c03f9aba0ec7 => 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: 1527/2871] 199.19.213.5 () {34 vars in 1100 bytes} [Thu Apr 2 18:11:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A8a&port_id=3f0005c6-dc50-4a9e-a5f9-c03f9aba0ec7 => 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: 1345/2872] 199.19.213.5 () {34 vars in 1062 bytes} [Thu Apr 2 18:11:23 2026] GET /v2.0/subnets?id=0c302263-b969-478c-90fb-2c472064bc55&id=3fc77df5-343a-44cb-ac38-54eebe6e1416 => generated 1410 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/2873] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:11:23 2026] GET /v2.0/ports?network_id=5f787660-358b-42fd-a7d8-004d6a85c8c0&device_owner=network%3Adhcp => generated 1457 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2874] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:11:23 2026] GET /v2.0/ports?network_id=5f787660-358b-42fd-a7d8-004d6a85c8c0&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/2875] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:11:24 2026] GET /v2.0/networks/5f787660-358b-42fd-a7d8-004d6a85c8c0?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2876] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:11:24 2026] GET /v2.0/networks/5f787660-358b-42fd-a7d8-004d6a85c8c0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/2877] 199.19.213.5 () {34 vars in 1056 bytes} [Thu Apr 2 18:11:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.129&port_id=471f83ea-7da7-4556-8910-8b82a6238bcc => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2878] 199.19.213.5 () {34 vars in 1104 bytes} [Thu Apr 2 18:11:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A293&port_id=471f83ea-7da7-4556-8910-8b82a6238bcc => 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: 1531/2879] 199.19.213.5 () {34 vars in 1062 bytes} [Thu Apr 2 18:11:24 2026] GET /v2.0/subnets?id=d0b7fe69-100c-4caf-b6be-f34ffae7379d&id=3d74f5b5-213d-4498-8a66-66899658cac9 => generated 1415 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2880] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:11:24 2026] GET /v2.0/ports?network_id=66ac915e-b05c-4c3c-90cd-c27f78e345c8&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: 1532/2881] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:11:24 2026] GET /v2.0/ports?network_id=66ac915e-b05c-4c3c-90cd-c27f78e345c8&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2882] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:11:24 2026] GET /v2.0/networks/66ac915e-b05c-4c3c-90cd-c27f78e345c8?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: 1533/2883] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:11:24 2026] GET /v2.0/networks/66ac915e-b05c-4c3c-90cd-c27f78e345c8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2884] 10.0.0.140 () {34 vars in 971 bytes} [Thu Apr 2 18:11:28 2026] GET /v2.0/ports/471f83ea-7da7-4556-8910-8b82a6238bcc => generated 1524 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/2885] 199.19.213.5 () {30 vars in 741 bytes} [Thu Apr 2 18:11:28 2026] GET /v2.0/networks/66ac915e-b05c-4c3c-90cd-c27f78e345c8 => generated 798 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2886] 199.19.213.5 () {30 vars in 739 bytes} [Thu Apr 2 18:11:28 2026] GET /v2.0/subnets/3d74f5b5-213d-4498-8a66-66899658cac9 => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/2887] 199.19.213.5 () {30 vars in 739 bytes} [Thu Apr 2 18:11:28 2026] GET /v2.0/subnets/d0b7fe69-100c-4caf-b6be-f34ffae7379d => generated 748 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2888] 199.19.213.5 () {30 vars in 735 bytes} [Thu Apr 2 18:11:28 2026] GET /v2.0/ports/3f0005c6-dc50-4a9e-a5f9-c03f9aba0ec7 => generated 1516 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/2889] 199.19.213.5 () {34 vars in 788 bytes} [Thu Apr 2 18:11:28 2026] PUT /v2.0/ports/3f0005c6-dc50-4a9e-a5f9-c03f9aba0ec7 => generated 1255 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:11:29.263 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2fb78b20-4d7d-4717-89f9-eed9ac4b8f55'] response: {'name': 'network-changed', 'server_uuid': '3110d958-78e7-4f4b-bd14-51f66148d55d', 'tag': '3f0005c6-dc50-4a9e-a5f9-c03f9aba0ec7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1354/2890] 199.19.213.5 () {30 vars in 741 bytes} [Thu Apr 2 18:11:29 2026] GET /v2.0/networks/5f787660-358b-42fd-a7d8-004d6a85c8c0 => generated 797 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1537/2891] 199.19.213.5 () {30 vars in 739 bytes} [Thu Apr 2 18:11:29 2026] GET /v2.0/subnets/3fc77df5-343a-44cb-ac38-54eebe6e1416 => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2892] 199.19.213.5 () {30 vars in 701 bytes} [Thu Apr 2 18:11: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: 1538/2893] 199.19.213.5 () {30 vars in 703 bytes} [Thu Apr 2 18:11:29 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: 1356/2894] 199.19.213.5 () {30 vars in 679 bytes} [Thu Apr 2 18:11:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/2895] 199.19.213.5 () {30 vars in 715 bytes} [Thu Apr 2 18:11:29 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: 1357/2896] 199.19.213.5 () {30 vars in 739 bytes} [Thu Apr 2 18:11:29 2026] GET /v2.0/subnets/abda3de0-8741-4eca-8626-3e464297e759 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/2897] 199.19.213.5 () {30 vars in 735 bytes} [Thu Apr 2 18:11:29 2026] GET /v2.0/ports/1e902c63-8932-4e04-acb2-f218815dab25 => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2898] 199.19.213.5 () {30 vars in 735 bytes} [Thu Apr 2 18:11:29 2026] GET /v2.0/ports/38d973d5-273f-4286-b863-cf8840c8a471 => generated 1349 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/2899] 199.19.213.5 () {30 vars in 739 bytes} [Thu Apr 2 18:11:29 2026] GET /v2.0/subnets/abda3de0-8741-4eca-8626-3e464297e759 => 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: 1359/2900] 199.19.213.5 () {30 vars in 741 bytes} [Thu Apr 2 18:11:29 2026] GET /v2.0/networks/73bc8662-067d-4ede-82ab-422ae205f386 => generated 799 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/2901] 199.19.213.5 () {30 vars in 735 bytes} [Thu Apr 2 18:11:29 2026] GET /v2.0/ports/1e902c63-8932-4e04-acb2-f218815dab25 => generated 1128 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2902] 199.19.213.5 () {30 vars in 739 bytes} [Thu Apr 2 18:11:29 2026] GET /v2.0/subnets/abda3de0-8741-4eca-8626-3e464297e759 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/2903] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:11:29 2026] GET /v2.0/ports?tenant_id=e832b72032044b83a288adef4e913a0e&device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 5388 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2904] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:11:29 2026] GET /v2.0/networks?id=5f787660-358b-42fd-a7d8-004d6a85c8c0 => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/2905] 199.19.213.5 () {34 vars in 1056 bytes} [Thu Apr 2 18:11:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.239&port_id=3f0005c6-dc50-4a9e-a5f9-c03f9aba0ec7 => 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: 1362/2906] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:11:29 2026] GET /v2.0/subnets?id=3fc77df5-343a-44cb-ac38-54eebe6e1416 => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/2907] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:11:29 2026] GET /v2.0/ports?network_id=5f787660-358b-42fd-a7d8-004d6a85c8c0&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2908] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:11:29 2026] GET /v2.0/networks/5f787660-358b-42fd-a7d8-004d6a85c8c0?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: 1546/2909] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:11:30 2026] GET /v2.0/networks/5f787660-358b-42fd-a7d8-004d6a85c8c0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/2912] 199.19.213.5 () {30 vars in 701 bytes} [Thu Apr 2 18:11:42 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2913] 199.19.213.5 () {30 vars in 703 bytes} [Thu Apr 2 18:11:42 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/2914] 199.19.213.5 () {30 vars in 679 bytes} [Thu Apr 2 18:11:42 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: 1366/2915] 199.19.213.5 () {30 vars in 715 bytes} [Thu Apr 2 18:11:42 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: 1550/2916] 199.19.213.5 () {30 vars in 739 bytes} [Thu Apr 2 18:11:42 2026] GET /v2.0/subnets/3fc77df5-343a-44cb-ac38-54eebe6e1416 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2917] 199.19.213.5 () {30 vars in 767 bytes} [Thu Apr 2 18:11:42 2026] GET /v2.0/ports?device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 5388 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/2918] 199.19.213.5 () {30 vars in 701 bytes} [Thu Apr 2 18:11:42 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2919] 199.19.213.5 () {30 vars in 703 bytes} [Thu Apr 2 18:11:42 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: 1552/2920] 199.19.213.5 () {30 vars in 679 bytes} [Thu Apr 2 18:11:42 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2921] 199.19.213.5 () {30 vars in 715 bytes} [Thu Apr 2 18:11:42 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/2922] 199.19.213.5 () {30 vars in 735 bytes} [Thu Apr 2 18:11:42 2026] GET /v2.0/ports/471f83ea-7da7-4556-8910-8b82a6238bcc => generated 1524 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2923] 199.19.213.5 () {34 vars in 788 bytes} [Thu Apr 2 18:11:42 2026] PUT /v2.0/ports/471f83ea-7da7-4556-8910-8b82a6238bcc => generated 1255 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:11:43.061 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cd304b80-6e3d-4247-9144-312cbcf61bf2'] response: {'name': 'network-changed', 'server_uuid': '3110d958-78e7-4f4b-bd14-51f66148d55d', 'tag': '471f83ea-7da7-4556-8910-8b82a6238bcc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1554/2924] 199.19.213.5 () {30 vars in 741 bytes} [Thu Apr 2 18:11:43 2026] GET /v2.0/networks/66ac915e-b05c-4c3c-90cd-c27f78e345c8 => generated 798 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1371/2925] 199.19.213.5 () {30 vars in 739 bytes} [Thu Apr 2 18:11:43 2026] GET /v2.0/subnets/3d74f5b5-213d-4498-8a66-66899658cac9 => generated 674 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/2926] 199.19.213.5 () {30 vars in 735 bytes} [Thu Apr 2 18:11:43 2026] GET /v2.0/ports/471f83ea-7da7-4556-8910-8b82a6238bcc => generated 1291 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/2927] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:11:43 2026] GET /v2.0/ports?tenant_id=e832b72032044b83a288adef4e913a0e&device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 5155 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/2928] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:11:43 2026] GET /v2.0/networks?id=66ac915e-b05c-4c3c-90cd-c27f78e345c8 => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/2929] 199.19.213.5 () {34 vars in 1056 bytes} [Thu Apr 2 18:11:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.129&port_id=471f83ea-7da7-4556-8910-8b82a6238bcc => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2930] 199.19.213.5 () {34 vars in 787 bytes} [Thu Apr 2 18:11:43 2026] PUT /v2.0/ports/471f83ea-7da7-4556-8910-8b82a6238bcc => generated 1080 bytes in 513 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: 1559/2931] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:11:43 2026] GET /v2.0/subnets?id=3d74f5b5-213d-4498-8a66-66899658cac9 => generated 677 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/2932] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:11:43 2026] GET /v2.0/ports?network_id=66ac915e-b05c-4c3c-90cd-c27f78e345c8&device_owner=network%3Adhcp => generated 1461 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2933] 199.19.213.5 () {30 vars in 741 bytes} [Thu Apr 2 18:11:43 2026] GET /v2.0/networks/66ac915e-b05c-4c3c-90cd-c27f78e345c8 => generated 798 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/2934] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:11:43 2026] GET /v2.0/networks/66ac915e-b05c-4c3c-90cd-c27f78e345c8?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2935] 199.19.213.5 () {30 vars in 767 bytes} [Thu Apr 2 18:11:43 2026] GET /v2.0/ports?device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 4980 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/2936] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:11:43 2026] GET /v2.0/networks/66ac915e-b05c-4c3c-90cd-c27f78e345c8?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: 1375/2937] 199.19.213.5 () {30 vars in 767 bytes} [Thu Apr 2 18:11:43 2026] GET /v2.0/ports?device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 4980 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/2938] 199.19.213.5 () {30 vars in 767 bytes} [Thu Apr 2 18:11:44 2026] GET /v2.0/ports?device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 4980 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:11:45.103 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-01b716c9-d959-4213-8fac-8ce7d4401069'] response: {'name': 'network-changed', 'server_uuid': '3110d958-78e7-4f4b-bd14-51f66148d55d', 'tag': '471f83ea-7da7-4556-8910-8b82a6238bcc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1376/2939] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:11:45 2026] GET /v2.0/ports?tenant_id=e832b72032044b83a288adef4e913a0e&device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 4980 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/2940] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:11:45 2026] GET /v2.0/networks?id=66ac915e-b05c-4c3c-90cd-c27f78e345c8 => generated 801 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2941] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:11:45 2026] GET /v2.0/networks/66ac915e-b05c-4c3c-90cd-c27f78e345c8?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: 1565/2942] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:11:45 2026] GET /v2.0/networks/66ac915e-b05c-4c3c-90cd-c27f78e345c8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2943] 199.19.213.5 () {30 vars in 767 bytes} [Thu Apr 2 18:11:46 2026] GET /v2.0/ports?device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 4980 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/2944] 199.19.213.5 () {34 vars in 973 bytes} [Thu Apr 2 18:11:46 2026] GET /v2.0/ports/471f83ea-7da7-4556-8910-8b82a6238bcc => generated 1116 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2945] 199.19.213.5 () {34 vars in 1058 bytes} [Thu Apr 2 18:11:46 2026] GET /v2.0/ports/471f83ea-7da7-4556-8910-8b82a6238bcc?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/2946] 199.19.213.5 () {34 vars in 1014 bytes} [Thu Apr 2 18:11:46 2026] GET /v2.0/networks/66ac915e-b05c-4c3c-90cd-c27f78e345c8?fields=dns_domain => generated 29 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2947] 199.19.213.5 () {38 vars in 1026 bytes} [Thu Apr 2 18:11:46 2026] PUT /v2.0/ports/471f83ea-7da7-4556-8910-8b82a6238bcc => generated 917 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/2948] 199.19.213.5 () {30 vars in 767 bytes} [Thu Apr 2 18:11:47 2026] GET /v2.0/ports?device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 3872 bytes in 52 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-04-02 18:11:47.244 8 INFO neutron_taas.services.taas.taas_plugin [None req-5618cca3-c722-4416-89c0-96e5ae876642 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: 471f83ea-7da7-4556-8910-8b82a6238bcc 2026-04-02 18:11:47.247 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5618cca3-c722-4416-89c0-96e5ae876642 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: 471f83ea-7da7-4556-8910-8b82a6238bcc [pid: 8|app: 0|req: 1381/2949] 199.19.213.5 () {32 vars in 757 bytes} [Thu Apr 2 18:11:47 2026] DELETE /v2.0/ports/471f83ea-7da7-4556-8910-8b82a6238bcc => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/2950] 199.19.213.5 () {30 vars in 701 bytes} [Thu Apr 2 18:11:47 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2951] 199.19.213.5 () {30 vars in 703 bytes} [Thu Apr 2 18:11:47 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: 1570/2952] 199.19.213.5 () {30 vars in 679 bytes} [Thu Apr 2 18:11:47 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: 1383/2953] 199.19.213.5 () {30 vars in 715 bytes} [Thu Apr 2 18:11:47 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/2954] 199.19.213.5 () {30 vars in 739 bytes} [Thu Apr 2 18:11:47 2026] GET /v2.0/subnets/abda3de0-8741-4eca-8626-3e464297e759 => 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: 1384/2955] 199.19.213.5 () {30 vars in 735 bytes} [Thu Apr 2 18:11:47 2026] GET /v2.0/ports/1e902c63-8932-4e04-acb2-f218815dab25 => generated 1128 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/2956] 199.19.213.5 () {30 vars in 735 bytes} [Thu Apr 2 18:11:47 2026] GET /v2.0/ports/38d973d5-273f-4286-b863-cf8840c8a471 => generated 1349 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2957] 199.19.213.5 () {30 vars in 739 bytes} [Thu Apr 2 18:11:47 2026] GET /v2.0/subnets/abda3de0-8741-4eca-8626-3e464297e759 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/2958] 199.19.213.5 () {30 vars in 741 bytes} [Thu Apr 2 18:11:47 2026] GET /v2.0/networks/73bc8662-067d-4ede-82ab-422ae205f386 => generated 799 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2959] 199.19.213.5 () {30 vars in 735 bytes} [Thu Apr 2 18:11:47 2026] GET /v2.0/ports/1e902c63-8932-4e04-acb2-f218815dab25 => generated 1128 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/2960] 199.19.213.5 () {30 vars in 739 bytes} [Thu Apr 2 18:11:47 2026] GET /v2.0/subnets/abda3de0-8741-4eca-8626-3e464297e759 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2961] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:11:48 2026] GET /v2.0/ports?tenant_id=e832b72032044b83a288adef4e913a0e&device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 3872 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/2962] 199.19.213.5 () {34 vars in 1224 bytes} [Thu Apr 2 18:11:48 2026] GET /v2.0/networks?id=50d258fe-9c53-4b0f-bd1a-bc40003243c5&id=73bc8662-067d-4ede-82ab-422ae205f386&id=5f787660-358b-42fd-a7d8-004d6a85c8c0&id=66ac915e-b05c-4c3c-90cd-c27f78e345c8 => generated 3096 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2963] 199.19.213.5 () {34 vars in 1060 bytes} [Thu Apr 2 18:11:48 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.229&port_id=72849dd6-09ea-4beb-ba3a-cd080ff7e758 => 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: 1576/2964] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:11:48 2026] GET /v2.0/subnets?id=0bd0f613-1ecf-4f36-b6cd-5034e7ac05ab => generated 654 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2965] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:11:48 2026] GET /v2.0/ports?network_id=50d258fe-9c53-4b0f-bd1a-bc40003243c5&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: 1577/2966] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:11:48 2026] GET /v2.0/networks/50d258fe-9c53-4b0f-bd1a-bc40003243c5?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: 1390/2967] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:11:48 2026] GET /v2.0/networks/50d258fe-9c53-4b0f-bd1a-bc40003243c5?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: 1578/2968] 199.19.213.5 () {34 vars in 1056 bytes} [Thu Apr 2 18:11:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.191&port_id=38d973d5-273f-4286-b863-cf8840c8a471 => 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: 1391/2969] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:11:48 2026] GET /v2.0/subnets?id=abda3de0-8741-4eca-8626-3e464297e759 => generated 679 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/2970] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:11:48 2026] GET /v2.0/ports?network_id=73bc8662-067d-4ede-82ab-422ae205f386&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: 1392/2971] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:11:48 2026] GET /v2.0/networks/73bc8662-067d-4ede-82ab-422ae205f386?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: 1580/2972] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:11:48 2026] GET /v2.0/networks/73bc8662-067d-4ede-82ab-422ae205f386?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2973] 199.19.213.5 () {34 vars in 1056 bytes} [Thu Apr 2 18:11:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.239&port_id=3f0005c6-dc50-4a9e-a5f9-c03f9aba0ec7 => 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: 1581/2974] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:11:48 2026] GET /v2.0/subnets?id=3fc77df5-343a-44cb-ac38-54eebe6e1416 => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2975] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:11:48 2026] GET /v2.0/ports?network_id=5f787660-358b-42fd-a7d8-004d6a85c8c0&device_owner=network%3Adhcp => generated 1457 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/2976] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:11:48 2026] GET /v2.0/networks/5f787660-358b-42fd-a7d8-004d6a85c8c0?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: 1395/2977] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:11:48 2026] GET /v2.0/networks/5f787660-358b-42fd-a7d8-004d6a85c8c0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/2978] 199.19.213.5 () {30 vars in 701 bytes} [Thu Apr 2 18:11:52 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/2979] 199.19.213.5 () {30 vars in 703 bytes} [Thu Apr 2 18:11:52 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: 1584/2980] 199.19.213.5 () {30 vars in 679 bytes} [Thu Apr 2 18:11:52 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: 1397/2981] 199.19.213.5 () {30 vars in 715 bytes} [Thu Apr 2 18:11:52 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/2982] 199.19.213.5 () {30 vars in 767 bytes} [Thu Apr 2 18:11:52 2026] GET /v2.0/ports?device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 3872 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2985] 199.19.213.5 () {30 vars in 701 bytes} [Thu Apr 2 18:11:53 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/2986] 199.19.213.5 () {30 vars in 703 bytes} [Thu Apr 2 18:11:53 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: 1400/2987] 199.19.213.5 () {30 vars in 679 bytes} [Thu Apr 2 18:11:53 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: 1588/2988] 199.19.213.5 () {30 vars in 715 bytes} [Thu Apr 2 18:11:53 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: 1401/2989] 199.19.213.5 () {30 vars in 735 bytes} [Thu Apr 2 18:11:53 2026] GET /v2.0/ports/3f0005c6-dc50-4a9e-a5f9-c03f9aba0ec7 => generated 1291 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/2990] 199.19.213.5 () {34 vars in 787 bytes} [Thu Apr 2 18:11:53 2026] PUT /v2.0/ports/3f0005c6-dc50-4a9e-a5f9-c03f9aba0ec7 => generated 1080 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:11:53.799 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b42e26fd-fcd7-4175-a4d3-e9b53214e572'] response: {'name': 'network-changed', 'server_uuid': '3110d958-78e7-4f4b-bd14-51f66148d55d', 'tag': '3f0005c6-dc50-4a9e-a5f9-c03f9aba0ec7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1402/2991] 199.19.213.5 () {30 vars in 741 bytes} [Thu Apr 2 18:11:53 2026] GET /v2.0/networks/5f787660-358b-42fd-a7d8-004d6a85c8c0 => generated 797 bytes in 69 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: 1590/2992] 199.19.213.5 () {30 vars in 767 bytes} [Thu Apr 2 18:11:53 2026] GET /v2.0/ports?device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 3697 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2993] 199.19.213.5 () {30 vars in 767 bytes} [Thu Apr 2 18:11:53 2026] GET /v2.0/ports?device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 3697 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/2994] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:11:54 2026] GET /v2.0/ports?tenant_id=e832b72032044b83a288adef4e913a0e&device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 3697 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2995] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:11:54 2026] GET /v2.0/networks?id=5f787660-358b-42fd-a7d8-004d6a85c8c0 => generated 800 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/2996] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:11:54 2026] GET /v2.0/networks/5f787660-358b-42fd-a7d8-004d6a85c8c0?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: 1405/2997] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:11:54 2026] GET /v2.0/networks/5f787660-358b-42fd-a7d8-004d6a85c8c0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/2998] 199.19.213.5 () {30 vars in 767 bytes} [Thu Apr 2 18:11:55 2026] GET /v2.0/ports?device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 3697 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2999] 199.19.213.5 () {34 vars in 973 bytes} [Thu Apr 2 18:11:56 2026] GET /v2.0/ports/3f0005c6-dc50-4a9e-a5f9-c03f9aba0ec7 => generated 1116 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3000] 199.19.213.5 () {34 vars in 1058 bytes} [Thu Apr 2 18:11:56 2026] GET /v2.0/ports/3f0005c6-dc50-4a9e-a5f9-c03f9aba0ec7?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: 8|app: 0|req: 1407/3001] 199.19.213.5 () {30 vars in 767 bytes} [Thu Apr 2 18:11:56 2026] GET /v2.0/ports?device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 3697 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3002] 199.19.213.5 () {34 vars in 1014 bytes} [Thu Apr 2 18:11:56 2026] GET /v2.0/networks/5f787660-358b-42fd-a7d8-004d6a85c8c0?fields=dns_domain => generated 29 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/3003] 199.19.213.5 () {38 vars in 1026 bytes} [Thu Apr 2 18:11:56 2026] PUT /v2.0/ports/3f0005c6-dc50-4a9e-a5f9-c03f9aba0ec7 => generated 917 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3004] 199.19.213.5 () {30 vars in 767 bytes} [Thu Apr 2 18:11:57 2026] GET /v2.0/ports?device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 2589 bytes in 37 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-04-02 18:11:57.302 8 INFO neutron_taas.services.taas.taas_plugin [None req-f4cd0505-9eb0-4f81-8ee6-62d44f7fadcc 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: 3f0005c6-dc50-4a9e-a5f9-c03f9aba0ec7 2026-04-02 18:11:57.306 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4cd0505-9eb0-4f81-8ee6-62d44f7fadcc 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: 3f0005c6-dc50-4a9e-a5f9-c03f9aba0ec7 [pid: 8|app: 0|req: 1409/3005] 199.19.213.5 () {32 vars in 757 bytes} [Thu Apr 2 18:11:57 2026] DELETE /v2.0/ports/3f0005c6-dc50-4a9e-a5f9-c03f9aba0ec7 => 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: 1597/3006] 199.19.213.5 () {30 vars in 701 bytes} [Thu Apr 2 18:11:57 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: 1410/3007] 199.19.213.5 () {30 vars in 703 bytes} [Thu Apr 2 18:11:57 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: 1598/3008] 199.19.213.5 () {30 vars in 679 bytes} [Thu Apr 2 18:11: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: 1411/3009] 199.19.213.5 () {30 vars in 715 bytes} [Thu Apr 2 18:11:57 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3010] 199.19.213.5 () {30 vars in 739 bytes} [Thu Apr 2 18:11:57 2026] GET /v2.0/subnets/abda3de0-8741-4eca-8626-3e464297e759 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/3011] 199.19.213.5 () {30 vars in 735 bytes} [Thu Apr 2 18:11:57 2026] GET /v2.0/ports/1e902c63-8932-4e04-acb2-f218815dab25 => generated 1128 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3012] 199.19.213.5 () {30 vars in 735 bytes} [Thu Apr 2 18:11:57 2026] GET /v2.0/ports/38d973d5-273f-4286-b863-cf8840c8a471 => generated 1349 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/3013] 199.19.213.5 () {30 vars in 739 bytes} [Thu Apr 2 18:11:57 2026] GET /v2.0/subnets/abda3de0-8741-4eca-8626-3e464297e759 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3014] 199.19.213.5 () {30 vars in 741 bytes} [Thu Apr 2 18:11:57 2026] GET /v2.0/networks/73bc8662-067d-4ede-82ab-422ae205f386 => generated 799 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/3015] 199.19.213.5 () {30 vars in 735 bytes} [Thu Apr 2 18:11:57 2026] GET /v2.0/ports/1e902c63-8932-4e04-acb2-f218815dab25 => generated 1128 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3016] 199.19.213.5 () {30 vars in 739 bytes} [Thu Apr 2 18:11:57 2026] GET /v2.0/subnets/abda3de0-8741-4eca-8626-3e464297e759 => 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: 1415/3017] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:11:57 2026] GET /v2.0/ports?tenant_id=e832b72032044b83a288adef4e913a0e&device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 2589 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3018] 199.19.213.5 () {34 vars in 1144 bytes} [Thu Apr 2 18:11:57 2026] GET /v2.0/networks?id=50d258fe-9c53-4b0f-bd1a-bc40003243c5&id=73bc8662-067d-4ede-82ab-422ae205f386&id=5f787660-358b-42fd-a7d8-004d6a85c8c0 => generated 2309 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/3019] 199.19.213.5 () {34 vars in 1060 bytes} [Thu Apr 2 18:11:58 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.229&port_id=72849dd6-09ea-4beb-ba3a-cd080ff7e758 => 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: 1604/3020] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:11:58 2026] GET /v2.0/subnets?id=0bd0f613-1ecf-4f36-b6cd-5034e7ac05ab => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/3021] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:11:58 2026] GET /v2.0/ports?network_id=50d258fe-9c53-4b0f-bd1a-bc40003243c5&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: 1605/3022] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:11:58 2026] GET /v2.0/networks/50d258fe-9c53-4b0f-bd1a-bc40003243c5?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: 1418/3023] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:11:58 2026] GET /v2.0/networks/50d258fe-9c53-4b0f-bd1a-bc40003243c5?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: 1606/3024] 199.19.213.5 () {34 vars in 1056 bytes} [Thu Apr 2 18:11:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.191&port_id=38d973d5-273f-4286-b863-cf8840c8a471 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/3025] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:11:58 2026] GET /v2.0/subnets?id=abda3de0-8741-4eca-8626-3e464297e759 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3026] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:11:58 2026] GET /v2.0/ports?network_id=73bc8662-067d-4ede-82ab-422ae205f386&device_owner=network%3Adhcp => generated 1461 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/3027] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:11:58 2026] GET /v2.0/networks/73bc8662-067d-4ede-82ab-422ae205f386?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: 1608/3028] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:11:58 2026] GET /v2.0/networks/73bc8662-067d-4ede-82ab-422ae205f386?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/3031] 199.19.213.5 () {30 vars in 701 bytes} [Thu Apr 2 18:12:09 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: 1610/3032] 199.19.213.5 () {30 vars in 703 bytes} [Thu Apr 2 18:12:09 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/3033] 199.19.213.5 () {30 vars in 679 bytes} [Thu Apr 2 18:12:09 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3034] 199.19.213.5 () {30 vars in 715 bytes} [Thu Apr 2 18:12:09 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-04-02 18:12:09.544 8 INFO neutron.api.v2.resource [None req-b531e653-0820-409a-9431-88b40b125db2 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1424/3035] 199.19.213.5 () {30 vars in 761 bytes} [Thu Apr 2 18:12:09 2026] GET /v2.0/security-groups/lb-e1563f13-001e-4b34-a9d4-8941fbd746a2 => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3036] 199.19.213.5 () {30 vars in 783 bytes} [Thu Apr 2 18:12:09 2026] GET /v2.0/security-groups?name=lb-e1563f13-001e-4b34-a9d4-8941fbd746a2 => generated 2865 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/3037] 199.19.213.5 () {30 vars in 813 bytes} [Thu Apr 2 18:12:09 2026] GET /v2.0/security-group-rules?security_group_id=69904c42-5857-4dd1-b2db-8b2ce77c5758 => generated 2334 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3038] 199.19.213.5 () {32 vars in 787 bytes} [Thu Apr 2 18:12:09 2026] DELETE /v2.0/security-group-rules/2fb0a074-e83e-4b61-9243-61871f84b6c6 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/3039] 199.19.213.5 () {32 vars in 787 bytes} [Thu Apr 2 18:12:09 2026] DELETE /v2.0/security-group-rules/7894847c-9974-4641-87d2-6bebc626d3e5 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:12:12.843 7 INFO neutron_taas.services.taas.taas_plugin [None req-16d476e4-1ead-4274-a5b6-e2d4d0ee40ad 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] TaaS: Handle Delete Port: e4a752e3-c83d-48d5-9446-cf4d4512716b 2026-04-02 18:12:12.845 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16d476e4-1ead-4274-a5b6-e2d4d0ee40ad 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] Tap Mirror: Handle Delete Port: e4a752e3-c83d-48d5-9446-cf4d4512716b 2026-04-02 18:12:13.006 7 INFO neutron.db.l3_db [None req-16d476e4-1ead-4274-a5b6-e2d4d0ee40ad 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] Floating IP 2f092528-8795-41d8-83ec-0bd17812f923 disassociated (deleted). External IP: 10.96.250.207, port: 1e902c63-8932-4e04-acb2-f218815dab25. [pid: 7|app: 0|req: 1614/3040] 10.0.0.149 () {32 vars in 732 bytes} [Thu Apr 2 18:12:12 2026] DELETE /v2.0/floatingips/2f092528-8795-41d8-83ec-0bd17812f923 => generated 0 bytes in 577 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:12:13.331 8 INFO neutron.api.v2.resource [None req-70823138-1305-4d3d-bb93-83d5d0bba95b 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1427/3041] 10.0.0.149 () {32 vars in 729 bytes} [Thu Apr 2 18:12:13 2026] GET /v2.0/floatingips/2f092528-8795-41d8-83ec-0bd17812f923 => generated 144 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3042] 199.19.213.5 () {30 vars in 701 bytes} [Thu Apr 2 18:12:14 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: 1428/3043] 199.19.213.5 () {30 vars in 703 bytes} [Thu Apr 2 18:12: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: 7|app: 0|req: 1616/3044] 199.19.213.5 () {30 vars in 679 bytes} [Thu Apr 2 18:12:14 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/3045] 199.19.213.5 () {30 vars in 715 bytes} [Thu Apr 2 18:12:14 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:12:14.389 7 INFO neutron.api.v2.resource [None req-06c4b15d-69a1-4569-b8b1-c209ae5b6faf 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1617/3046] 199.19.213.5 () {30 vars in 761 bytes} [Thu Apr 2 18:12:14 2026] GET /v2.0/security-groups/lb-e1563f13-001e-4b34-a9d4-8941fbd746a2 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/3047] 199.19.213.5 () {30 vars in 783 bytes} [Thu Apr 2 18:12:14 2026] GET /v2.0/security-groups?name=lb-e1563f13-001e-4b34-a9d4-8941fbd746a2 => generated 1639 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3048] 199.19.213.5 () {30 vars in 813 bytes} [Thu Apr 2 18:12:14 2026] GET /v2.0/security-group-rules?security_group_id=69904c42-5857-4dd1-b2db-8b2ce77c5758 => generated 1182 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/3049] 199.19.213.5 () {30 vars in 701 bytes} [Thu Apr 2 18:12:14 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: 1619/3050] 199.19.213.5 () {30 vars in 703 bytes} [Thu Apr 2 18:12:14 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: 1432/3051] 199.19.213.5 () {30 vars in 679 bytes} [Thu Apr 2 18:12:14 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3052] 199.19.213.5 () {30 vars in 715 bytes} [Thu Apr 2 18:12:14 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/3053] 199.19.213.5 () {30 vars in 739 bytes} [Thu Apr 2 18:12:14 2026] GET /v2.0/subnets/abda3de0-8741-4eca-8626-3e464297e759 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3054] 199.19.213.5 () {30 vars in 767 bytes} [Thu Apr 2 18:12:14 2026] GET /v2.0/ports?device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 2589 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/3055] 199.19.213.5 () {30 vars in 767 bytes} [Thu Apr 2 18:12:14 2026] GET /v2.0/ports?device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 2589 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3056] 199.19.213.5 () {30 vars in 767 bytes} [Thu Apr 2 18:12:14 2026] GET /v2.0/ports?device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 2589 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/3057] 199.19.213.5 () {30 vars in 767 bytes} [Thu Apr 2 18:12:15 2026] GET /v2.0/ports?device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 2589 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3058] 199.19.213.5 () {34 vars in 973 bytes} [Thu Apr 2 18:12:16 2026] GET /v2.0/ports/38d973d5-273f-4286-b863-cf8840c8a471 => generated 1349 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/3059] 199.19.213.5 () {30 vars in 767 bytes} [Thu Apr 2 18:12:16 2026] GET /v2.0/ports?device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 2589 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3060] 199.19.213.5 () {34 vars in 1058 bytes} [Thu Apr 2 18:12:16 2026] GET /v2.0/ports/38d973d5-273f-4286-b863-cf8840c8a471?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/3061] 199.19.213.5 () {34 vars in 1014 bytes} [Thu Apr 2 18:12:17 2026] GET /v2.0/networks/73bc8662-067d-4ede-82ab-422ae205f386?fields=dns_domain => generated 29 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3062] 199.19.213.5 () {38 vars in 1026 bytes} [Thu Apr 2 18:12:17 2026] PUT /v2.0/ports/38d973d5-273f-4286-b863-cf8840c8a471 => generated 1150 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/3063] 199.19.213.5 () {30 vars in 767 bytes} [Thu Apr 2 18:12:17 2026] GET /v2.0/ports?device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 1248 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1626/3064] 199.19.213.5 () {34 vars in 787 bytes} [Thu Apr 2 18:12:18 2026] PUT /v2.0/ports/38d973d5-273f-4286-b863-cf8840c8a471 => generated 1090 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/3065] 199.19.213.5 () {30 vars in 735 bytes} [Thu Apr 2 18:12:18 2026] GET /v2.0/ports/38d973d5-273f-4286-b863-cf8840c8a471 => generated 1090 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-04-02 18:12:18.421 7 INFO neutron_taas.services.taas.taas_plugin [None req-03635cc2-dab9-4b1a-ab45-fed9b8ae36e5 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: 38d973d5-273f-4286-b863-cf8840c8a471 2026-04-02 18:12:18.425 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03635cc2-dab9-4b1a-ab45-fed9b8ae36e5 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: 38d973d5-273f-4286-b863-cf8840c8a471 [pid: 7|app: 0|req: 1627/3066] 199.19.213.5 () {32 vars in 757 bytes} [Thu Apr 2 18:12:18 2026] DELETE /v2.0/ports/38d973d5-273f-4286-b863-cf8840c8a471 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/3067] 199.19.213.5 () {30 vars in 701 bytes} [Thu Apr 2 18:12:18 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3068] 199.19.213.5 () {30 vars in 703 bytes} [Thu Apr 2 18:12:18 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: 1441/3069] 199.19.213.5 () {30 vars in 679 bytes} [Thu Apr 2 18:12:18 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: 1629/3070] 199.19.213.5 () {30 vars in 715 bytes} [Thu Apr 2 18:12:18 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-04-02 18:12:18.757 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ff5e2ea4-e166-4d7e-9fed-8f1a920abf66 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1442/3071] 199.19.213.5 () {32 vars in 757 bytes} [Thu Apr 2 18:12:18 2026] DELETE /v2.0/ports/38d973d5-273f-4286-b863-cf8840c8a471 => 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: 1630/3072] 199.19.213.5 () {30 vars in 735 bytes} [Thu Apr 2 18:12:18 2026] GET /v2.0/ports/1e902c63-8932-4e04-acb2-f218815dab25 => generated 1128 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:12:18.839 8 INFO neutron.api.v2.resource [None req-52833200-bcf1-4d8a-b14c-08df676cf31f 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1443/3073] 199.19.213.5 () {30 vars in 761 bytes} [Thu Apr 2 18:12:18 2026] GET /v2.0/security-groups/lb-e1563f13-001e-4b34-a9d4-8941fbd746a2 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3074] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:12:18 2026] GET /v2.0/ports?tenant_id=e832b72032044b83a288adef4e913a0e&device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/3075] 199.19.213.5 () {30 vars in 783 bytes} [Thu Apr 2 18:12:18 2026] GET /v2.0/security-groups?name=lb-e1563f13-001e-4b34-a9d4-8941fbd746a2 => generated 1639 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/3076] 199.19.213.5 () {30 vars in 735 bytes} [Thu Apr 2 18:12:18 2026] GET /v2.0/ports/1e902c63-8932-4e04-acb2-f218815dab25 => generated 1128 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3077] 199.19.213.5 () {34 vars in 1064 bytes} [Thu Apr 2 18:12:18 2026] GET /v2.0/networks?id=50d258fe-9c53-4b0f-bd1a-bc40003243c5&id=73bc8662-067d-4ede-82ab-422ae205f386 => generated 1523 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/3078] 199.19.213.5 () {34 vars in 1060 bytes} [Thu Apr 2 18:12:18 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.229&port_id=72849dd6-09ea-4beb-ba3a-cd080ff7e758 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/3079] 199.19.213.5 () {34 vars in 982 bytes} [Thu Apr 2 18:12:18 2026] GET /v2.0/subnets?id=0bd0f613-1ecf-4f36-b6cd-5034e7ac05ab => generated 654 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/3080] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:12:19 2026] GET /v2.0/ports?network_id=50d258fe-9c53-4b0f-bd1a-bc40003243c5&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: 1449/3081] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:12:19 2026] GET /v2.0/networks/50d258fe-9c53-4b0f-bd1a-bc40003243c5?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3082] 199.19.213.5 () {34 vars in 787 bytes} [Thu Apr 2 18:12:18 2026] PUT /v2.0/ports/1e902c63-8932-4e04-acb2-f218815dab25 => generated 1090 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/3083] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:12:19 2026] GET /v2.0/networks/50d258fe-9c53-4b0f-bd1a-bc40003243c5?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: 1634/3084] 199.19.213.5 () {32 vars in 777 bytes} [Thu Apr 2 18:12:19 2026] DELETE /v2.0/security-groups/69904c42-5857-4dd1-b2db-8b2ce77c5758 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:12:19.378 8 INFO neutron_taas.services.taas.taas_plugin [None req-d02c7ad3-c46e-4082-8277-5d18517b552f 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: 1e902c63-8932-4e04-acb2-f218815dab25 2026-04-02 18:12:19.381 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d02c7ad3-c46e-4082-8277-5d18517b552f 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: 1e902c63-8932-4e04-acb2-f218815dab25 [pid: 8|app: 0|req: 1451/3085] 199.19.213.5 () {32 vars in 757 bytes} [Thu Apr 2 18:12:19 2026] DELETE /v2.0/ports/1e902c63-8932-4e04-acb2-f218815dab25 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3086] 199.19.213.5 () {34 vars in 992 bytes} [Thu Apr 2 18:12:22 2026] GET /v2.0/ports?device_id=3110d958-78e7-4f4b-bd14-51f66148d55d => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:12:22.640 8 INFO neutron_taas.services.taas.taas_plugin [req-663a0086-ab63-4d66-b6cf-51e989f29df0 req-0e4a9978-b289-480d-8722-b458af30387f 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] TaaS: Handle Delete Port: 72849dd6-09ea-4beb-ba3a-cd080ff7e758 2026-04-02 18:12:22.643 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-663a0086-ab63-4d66-b6cf-51e989f29df0 req-0e4a9978-b289-480d-8722-b458af30387f 7bca8c7ce56e4cbc996b21b1c6fc12db e832b72032044b83a288adef4e913a0e - - default default] Tap Mirror: Handle Delete Port: 72849dd6-09ea-4beb-ba3a-cd080ff7e758 [pid: 8|app: 0|req: 1452/3087] 199.19.213.5 () {36 vars in 995 bytes} [Thu Apr 2 18:12:22 2026] DELETE /v2.0/ports/72849dd6-09ea-4beb-ba3a-cd080ff7e758 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:12:22.789 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0a6c3a33-e554-427b-8f61-f694d2b04640'] response: {'server_uuid': '3110d958-78e7-4f4b-bd14-51f66148d55d', 'name': 'network-vif-deleted', 'tag': '72849dd6-09ea-4beb-ba3a-cd080ff7e758', 'status': 'completed', 'code': 200} 2026-04-02 18:12:23.715 7 INFO neutron_taas.services.taas.taas_plugin [None req-300e5e67-c274-4b27-82d2-1dd835104739 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] TaaS: Handle Delete Port: 2acd2e22-cc09-4461-982f-a7c45b141577 2026-04-02 18:12:23.718 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-300e5e67-c274-4b27-82d2-1dd835104739 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] Tap Mirror: Handle Delete Port: 2acd2e22-cc09-4461-982f-a7c45b141577 2026-04-02 18:12:23.878 7 INFO neutron.db.l3_db [None req-300e5e67-c274-4b27-82d2-1dd835104739 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] Floating IP 6db16ea6-d6be-4266-9117-6390c7b0e36e disassociated (deleted). External IP: 10.96.250.209, port: 2882a97b-cc5d-4a7a-ad12-26b80e79b306. [pid: 7|app: 0|req: 1637/3090] 10.0.0.149 () {32 vars in 732 bytes} [Thu Apr 2 18:12:23 2026] DELETE /v2.0/floatingips/6db16ea6-d6be-4266-9117-6390c7b0e36e => generated 0 bytes in 598 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:12:24.174 8 INFO neutron.api.v2.resource [None req-1db7f77b-2579-4a30-aa05-62d60a23a169 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1454/3091] 10.0.0.149 () {32 vars in 729 bytes} [Thu Apr 2 18:12:24 2026] GET /v2.0/floatingips/6db16ea6-d6be-4266-9117-6390c7b0e36e => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:12:24.188 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b6d2007d-ac79-4604-9347-6be0642be6ee'] response: {'name': 'network-changed', 'server_uuid': 'd6ec552f-3553-4427-8e1f-c4d6b48bcf73', 'tag': '2882a97b-cc5d-4a7a-ad12-26b80e79b306', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1638/3092] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:12:24 2026] GET /v2.0/ports?device_id=d6ec552f-3553-4427-8e1f-c4d6b48bcf73 => generated 1196 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/3093] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:12:24 2026] GET /v2.0/security-groups?id=d8311c16-867b-4d0c-864a-0f1dff2ad2ab&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3094] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:12:24 2026] GET /v2.0/ports?tenant_id=cf44c0d0cbb04a17852c2ffb944ae496&device_id=d6ec552f-3553-4427-8e1f-c4d6b48bcf73 => generated 1465 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/3095] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:12:24 2026] GET /v2.0/networks?id=66ac915e-b05c-4c3c-90cd-c27f78e345c8 => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3096] 199.19.213.5 () {34 vars in 1054 bytes} [Thu Apr 2 18:12:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.14&port_id=2882a97b-cc5d-4a7a-ad12-26b80e79b306 => 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: 1457/3097] 199.19.213.5 () {34 vars in 1102 bytes} [Thu Apr 2 18:12:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Ae9&port_id=2882a97b-cc5d-4a7a-ad12-26b80e79b306 => 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: 1641/3098] 199.19.213.5 () {34 vars in 1062 bytes} [Thu Apr 2 18:12:24 2026] GET /v2.0/subnets?id=d0b7fe69-100c-4caf-b6be-f34ffae7379d&id=3d74f5b5-213d-4498-8a66-66899658cac9 => generated 1415 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/3099] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:12:24 2026] GET /v2.0/ports?network_id=66ac915e-b05c-4c3c-90cd-c27f78e345c8&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: 1642/3100] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:12:24 2026] GET /v2.0/ports?network_id=66ac915e-b05c-4c3c-90cd-c27f78e345c8&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/3101] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:12:24 2026] GET /v2.0/networks/66ac915e-b05c-4c3c-90cd-c27f78e345c8?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: 1643/3102] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:12:25 2026] GET /v2.0/networks/66ac915e-b05c-4c3c-90cd-c27f78e345c8?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: 1460/3103] 199.19.213.5 () {34 vars in 992 bytes} [Thu Apr 2 18:12:26 2026] GET /v2.0/ports?device_id=d6ec552f-3553-4427-8e1f-c4d6b48bcf73 => generated 1196 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:12:26.936 7 INFO neutron_taas.services.taas.taas_plugin [req-fe7854cf-2737-4194-9290-38f31582e93a req-e07a0220-2cb8-45fc-bb5a-46410a6475aa 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] TaaS: Handle Delete Port: 2882a97b-cc5d-4a7a-ad12-26b80e79b306 2026-04-02 18:12:26.940 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fe7854cf-2737-4194-9290-38f31582e93a req-e07a0220-2cb8-45fc-bb5a-46410a6475aa 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] Tap Mirror: Handle Delete Port: 2882a97b-cc5d-4a7a-ad12-26b80e79b306 [pid: 7|app: 0|req: 1644/3104] 199.19.213.5 () {36 vars in 995 bytes} [Thu Apr 2 18:12:26 2026] DELETE /v2.0/ports/2882a97b-cc5d-4a7a-ad12-26b80e79b306 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:12:27.168 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ca415e84-2628-4c99-9bc6-a36f68b72996'] response: {'server_uuid': 'd6ec552f-3553-4427-8e1f-c4d6b48bcf73', 'name': 'network-vif-deleted', 'tag': '2882a97b-cc5d-4a7a-ad12-26b80e79b306', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1461/3105] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:12:29 2026] GET /v2.0/ports?device_id=d6ec552f-3553-4427-8e1f-c4d6b48bcf73 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:12:34.697 7 INFO neutron_taas.services.taas.taas_plugin [None req-e8977ff0-bf9f-4ac3-b34f-22e3471984de 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] TaaS: Handle Delete Port: 834b2621-0041-49d7-a406-e3afc74599ba 2026-04-02 18:12:34.700 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8977ff0-bf9f-4ac3-b34f-22e3471984de 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] Tap Mirror: Handle Delete Port: 834b2621-0041-49d7-a406-e3afc74599ba 2026-04-02 18:12:34.876 7 INFO neutron.db.l3_db [None req-e8977ff0-bf9f-4ac3-b34f-22e3471984de 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] Floating IP d79a1b20-c3ac-4d55-aea1-109a07702613 disassociated (deleted). External IP: 10.96.250.204, port: ec1acff0-09d2-42d8-a1b7-6d7cec482a35. [pid: 7|app: 0|req: 1645/3106] 10.0.0.149 () {32 vars in 732 bytes} [Thu Apr 2 18:12:34 2026] DELETE /v2.0/floatingips/d79a1b20-c3ac-4d55-aea1-109a07702613 => generated 0 bytes in 609 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:12:35.205 8 INFO neutron.api.v2.resource [None req-75ebeddf-b8d7-4fc1-b29f-8cb5e46d0361 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1462/3107] 10.0.0.149 () {32 vars in 729 bytes} [Thu Apr 2 18:12:35 2026] GET /v2.0/floatingips/d79a1b20-c3ac-4d55-aea1-109a07702613 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:12:35.218 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a66f41be-9e7a-4915-ab42-ad2050e7acb9'] response: {'name': 'network-changed', 'server_uuid': '0d136a96-8486-44a1-97b2-5749b9a20f17', 'tag': 'ec1acff0-09d2-42d8-a1b7-6d7cec482a35', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1646/3108] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:12:35 2026] GET /v2.0/ports?device_id=0d136a96-8486-44a1-97b2-5749b9a20f17 => generated 1196 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/3109] 10.0.0.140 () {34 vars in 1040 bytes} [Thu Apr 2 18:12:35 2026] GET /v2.0/security-groups?id=d8311c16-867b-4d0c-864a-0f1dff2ad2ab&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: 1647/3110] 199.19.213.5 () {34 vars in 1078 bytes} [Thu Apr 2 18:12:35 2026] GET /v2.0/ports?tenant_id=cf44c0d0cbb04a17852c2ffb944ae496&device_id=0d136a96-8486-44a1-97b2-5749b9a20f17 => generated 1465 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/3111] 199.19.213.5 () {34 vars in 984 bytes} [Thu Apr 2 18:12:35 2026] GET /v2.0/networks?id=5f787660-358b-42fd-a7d8-004d6a85c8c0 => 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: 1648/3112] 199.19.213.5 () {34 vars in 1056 bytes} [Thu Apr 2 18:12:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.113&port_id=ec1acff0-09d2-42d8-a1b7-6d7cec482a35 => 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: 1465/3113] 199.19.213.5 () {34 vars in 1100 bytes} [Thu Apr 2 18:12:35 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A90&port_id=ec1acff0-09d2-42d8-a1b7-6d7cec482a35 => 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: 1649/3114] 199.19.213.5 () {34 vars in 1062 bytes} [Thu Apr 2 18:12:35 2026] GET /v2.0/subnets?id=0c302263-b969-478c-90fb-2c472064bc55&id=3fc77df5-343a-44cb-ac38-54eebe6e1416 => generated 1410 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/3115] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:12:35 2026] GET /v2.0/ports?network_id=5f787660-358b-42fd-a7d8-004d6a85c8c0&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: 1650/3116] 199.19.213.5 () {34 vars in 1050 bytes} [Thu Apr 2 18:12:35 2026] GET /v2.0/ports?network_id=5f787660-358b-42fd-a7d8-004d6a85c8c0&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/3117] 199.19.213.5 () {34 vars in 1010 bytes} [Thu Apr 2 18:12:36 2026] GET /v2.0/networks/5f787660-358b-42fd-a7d8-004d6a85c8c0?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: 1651/3118] 199.19.213.5 () {34 vars in 1110 bytes} [Thu Apr 2 18:12:36 2026] GET /v2.0/networks/5f787660-358b-42fd-a7d8-004d6a85c8c0?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: 1468/3119] 199.19.213.5 () {34 vars in 992 bytes} [Thu Apr 2 18:12:37 2026] GET /v2.0/ports?device_id=0d136a96-8486-44a1-97b2-5749b9a20f17 => generated 1196 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:12:38.000 7 INFO neutron_taas.services.taas.taas_plugin [req-1ce2d81b-1403-4d80-b87b-60e0d3d5a43c req-999c7ab5-d9b5-4424-96cd-05cb6550c809 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] TaaS: Handle Delete Port: ec1acff0-09d2-42d8-a1b7-6d7cec482a35 2026-04-02 18:12:38.003 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1ce2d81b-1403-4d80-b87b-60e0d3d5a43c req-999c7ab5-d9b5-4424-96cd-05cb6550c809 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] Tap Mirror: Handle Delete Port: ec1acff0-09d2-42d8-a1b7-6d7cec482a35 [pid: 7|app: 0|req: 1652/3120] 199.19.213.5 () {36 vars in 995 bytes} [Thu Apr 2 18:12:37 2026] DELETE /v2.0/ports/ec1acff0-09d2-42d8-a1b7-6d7cec482a35 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:12:38.225 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-db88d4b3-d227-473c-8104-b9dd145b340d'] response: {'server_uuid': '0d136a96-8486-44a1-97b2-5749b9a20f17', 'name': 'network-vif-deleted', 'tag': 'ec1acff0-09d2-42d8-a1b7-6d7cec482a35', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1654/3123] 10.0.0.140 () {34 vars in 990 bytes} [Thu Apr 2 18:12:40 2026] GET /v2.0/ports?device_id=0d136a96-8486-44a1-97b2-5749b9a20f17 => 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: 1470/3124] 10.0.0.149 () {32 vars in 750 bytes} [Thu Apr 2 18:12:45 2026] DELETE /v2.0/security-group-rules/5648816c-fb9f-4ae4-8882-26cb28aadc33 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:12:45.706 7 INFO neutron.api.v2.resource [None req-748c4690-0752-4c80-bf7d-121e492f0379 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1655/3125] 10.0.0.149 () {32 vars in 747 bytes} [Thu Apr 2 18:12:45 2026] GET /v2.0/security-group-rules/5648816c-fb9f-4ae4-8882-26cb28aadc33 => 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: 1471/3126] 10.0.0.149 () {32 vars in 750 bytes} [Thu Apr 2 18:12:45 2026] DELETE /v2.0/security-group-rules/8648b5fe-7057-40a6-9b20-0b16207ae820 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:12:45.807 7 INFO neutron.api.v2.resource [None req-c1cb33b0-06d9-4e25-be39-d31f2408afc8 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1656/3127] 10.0.0.149 () {32 vars in 747 bytes} [Thu Apr 2 18:12:45 2026] GET /v2.0/security-group-rules/8648b5fe-7057-40a6-9b20-0b16207ae820 => generated 155 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/3128] 10.0.0.149 () {32 vars in 750 bytes} [Thu Apr 2 18:12:45 2026] DELETE /v2.0/security-group-rules/5eebe026-077a-4a36-827d-64a50934fcd6 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:12:45.905 7 INFO neutron.api.v2.resource [None req-33ba340f-9ee9-4b37-b70d-a01cbd747cea 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1657/3129] 10.0.0.149 () {32 vars in 747 bytes} [Thu Apr 2 18:12:45 2026] GET /v2.0/security-group-rules/5eebe026-077a-4a36-827d-64a50934fcd6 => 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: 1473/3130] 10.0.0.149 () {32 vars in 750 bytes} [Thu Apr 2 18:12:45 2026] DELETE /v2.0/security-group-rules/13631b3e-965f-4286-a87d-c5b210f7047d => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:12:45.992 7 INFO neutron.api.v2.resource [None req-c6bc73b7-0af5-4f87-b6a9-13cd846443c1 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1658/3131] 10.0.0.149 () {32 vars in 747 bytes} [Thu Apr 2 18:12:45 2026] GET /v2.0/security-group-rules/13631b3e-965f-4286-a87d-c5b210f7047d => 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: 1474/3132] 10.0.0.149 () {32 vars in 750 bytes} [Thu Apr 2 18:12:45 2026] DELETE /v2.0/security-group-rules/d8e82971-bcda-4665-9dae-42cea79afb36 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:12:46.094 7 INFO neutron.api.v2.resource [None req-0f330b0a-5dce-411e-8d10-0d3bd7405053 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1659/3133] 10.0.0.149 () {32 vars in 747 bytes} [Thu Apr 2 18:12:46 2026] GET /v2.0/security-group-rules/d8e82971-bcda-4665-9dae-42cea79afb36 => 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: 1475/3134] 10.0.0.149 () {32 vars in 750 bytes} [Thu Apr 2 18:12:46 2026] DELETE /v2.0/security-group-rules/90d5ae74-e2f2-453c-94cb-281477537019 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:12:46.186 7 INFO neutron.api.v2.resource [None req-1bb66845-f92b-4b07-be83-1538cdd3b155 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1660/3135] 10.0.0.149 () {32 vars in 747 bytes} [Thu Apr 2 18:12:46 2026] GET /v2.0/security-group-rules/90d5ae74-e2f2-453c-94cb-281477537019 => 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: 1476/3136] 10.0.0.149 () {32 vars in 750 bytes} [Thu Apr 2 18:12:46 2026] DELETE /v2.0/security-group-rules/0559d325-f90b-44a1-a9e5-2f81cf4e7fb7 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:12:46.274 7 INFO neutron.api.v2.resource [None req-321ff0b9-0484-435d-b77f-d9acb639c1e4 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1661/3137] 10.0.0.149 () {32 vars in 747 bytes} [Thu Apr 2 18:12:46 2026] GET /v2.0/security-group-rules/0559d325-f90b-44a1-a9e5-2f81cf4e7fb7 => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/3138] 10.0.0.149 () {32 vars in 750 bytes} [Thu Apr 2 18:12:46 2026] DELETE /v2.0/security-group-rules/3bfabbdc-d00f-40f9-9e57-c0323cc38744 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:12:46.360 7 INFO neutron.api.v2.resource [None req-2b91f9d4-3e0c-48a6-8ad0-ff4544ca4ed9 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1662/3139] 10.0.0.149 () {32 vars in 747 bytes} [Thu Apr 2 18:12:46 2026] GET /v2.0/security-group-rules/3bfabbdc-d00f-40f9-9e57-c0323cc38744 => generated 155 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/3140] 10.0.0.149 () {32 vars in 750 bytes} [Thu Apr 2 18:12:46 2026] DELETE /v2.0/security-group-rules/5b38484d-3525-4459-972e-dd01bdc3af88 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:12:46.454 7 INFO neutron.api.v2.resource [None req-0913a4f1-0dcb-44ef-b3c6-527a752d9834 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1663/3141] 10.0.0.149 () {32 vars in 747 bytes} [Thu Apr 2 18:12:46 2026] GET /v2.0/security-group-rules/5b38484d-3525-4459-972e-dd01bdc3af88 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/3142] 10.0.0.149 () {32 vars in 750 bytes} [Thu Apr 2 18:12:46 2026] DELETE /v2.0/security-group-rules/6ed5f3f0-3102-4f83-9828-55dc5aeb3b8c => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:12:46.537 7 INFO neutron.api.v2.resource [None req-eeb32823-bff3-4395-a56b-2c66a7fd2d3c 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1664/3143] 10.0.0.149 () {32 vars in 747 bytes} [Thu Apr 2 18:12:46 2026] GET /v2.0/security-group-rules/6ed5f3f0-3102-4f83-9828-55dc5aeb3b8c => 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: 1480/3144] 10.0.0.149 () {32 vars in 750 bytes} [Thu Apr 2 18:12:46 2026] DELETE /v2.0/security-group-rules/73c5d7b7-8311-4d02-a95f-bb9aac2d8d04 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:12:46.623 7 INFO neutron.api.v2.resource [None req-f5b1a0fe-30ea-4c68-a617-f929702986b9 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1665/3145] 10.0.0.149 () {32 vars in 747 bytes} [Thu Apr 2 18:12:46 2026] GET /v2.0/security-group-rules/73c5d7b7-8311-4d02-a95f-bb9aac2d8d04 => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3146] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:12:46 2026] DELETE /v2.0/security-groups/d8311c16-867b-4d0c-864a-0f1dff2ad2ab => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:12:46.759 7 INFO neutron.api.v2.resource [None req-69553420-4523-436c-ac9f-9cb952565273 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1666/3147] 10.0.0.149 () {32 vars in 737 bytes} [Thu Apr 2 18:12:46 2026] GET /v2.0/security-groups/d8311c16-867b-4d0c-864a-0f1dff2ad2ab => generated 146 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:12:47.222 8 INFO neutron_taas.services.taas.taas_plugin [None req-b2df7767-aec7-4fbf-8f2d-ff7253e69253 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] TaaS: Handle Delete Port: c5820c9b-37e3-4cfa-a25e-75cf2e906e78 2026-04-02 18:12:47.225 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2df7767-aec7-4fbf-8f2d-ff7253e69253 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] Tap Mirror: Handle Delete Port: c5820c9b-37e3-4cfa-a25e-75cf2e906e78 [pid: 8|app: 0|req: 1482/3148] 10.0.0.149 () {34 vars in 789 bytes} [Thu Apr 2 18:12:46 2026] PUT /v2.0/routers/f8c666fb-8834-4231-b034-9855eb0827f9/remove_router_interface => generated 309 bytes in 943 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:12:47.955 7 INFO neutron.api.v2.resource [None req-d0ee77b8-33e3-4df4-8e56-927fb790a47c 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1667/3149] 10.0.0.149 () {34 vars in 789 bytes} [Thu Apr 2 18:12:47 2026] PUT /v2.0/routers/f8c666fb-8834-4231-b034-9855eb0827f9/remove_router_interface => generated 198 bytes in 190 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:12:48.336 8 INFO neutron_taas.services.taas.taas_plugin [None req-3114f5c9-8f5c-41e9-a3bb-e0f703f9e37f 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] TaaS: Handle Delete Port: edd17a33-d83a-45e2-a0df-116dcb766d7b 2026-04-02 18:12:48.340 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3114f5c9-8f5c-41e9-a3bb-e0f703f9e37f 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] Tap Mirror: Handle Delete Port: edd17a33-d83a-45e2-a0df-116dcb766d7b [pid: 8|app: 0|req: 1483/3150] 10.0.0.149 () {34 vars in 789 bytes} [Thu Apr 2 18:12:47 2026] PUT /v2.0/routers/f8c666fb-8834-4231-b034-9855eb0827f9/remove_router_interface => generated 309 bytes in 939 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:12:49.064 7 INFO neutron.api.v2.resource [None req-0b72a63e-0cc7-4b18-b5ed-c7c936ae62ab 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1668/3151] 10.0.0.149 () {34 vars in 789 bytes} [Thu Apr 2 18:12:48 2026] PUT /v2.0/routers/f8c666fb-8834-4231-b034-9855eb0827f9/remove_router_interface => generated 198 bytes in 160 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:12:49.432 8 INFO neutron_taas.services.taas.taas_plugin [None req-a159962a-6070-4752-8e67-6d6b760b8179 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] TaaS: Handle Delete Port: 0249aa32-ae92-4bde-9897-a0cefeddb4c6 2026-04-02 18:12:49.435 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a159962a-6070-4752-8e67-6d6b760b8179 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] Tap Mirror: Handle Delete Port: 0249aa32-ae92-4bde-9897-a0cefeddb4c6 [pid: 8|app: 0|req: 1484/3152] 10.0.0.149 () {34 vars in 789 bytes} [Thu Apr 2 18:12:49 2026] PUT /v2.0/routers/f8c666fb-8834-4231-b034-9855eb0827f9/remove_router_interface => generated 309 bytes in 861 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 18:12:50.093 7 INFO neutron.api.v2.resource [None req-6abe49de-c090-47cb-ae48-a23cafd8b191 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1669/3153] 10.0.0.149 () {34 vars in 789 bytes} [Thu Apr 2 18:12:49 2026] PUT /v2.0/routers/f8c666fb-8834-4231-b034-9855eb0827f9/remove_router_interface => generated 198 bytes in 156 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:12:50.299 8 INFO neutron_taas.services.taas.taas_plugin [None req-bf3752e3-9441-4fd6-ae87-090ec0a2ac31 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] TaaS: Handle Delete Port: cef2dc44-c8ee-404d-9db3-1ef6a4a60995 2026-04-02 18:12:50.302 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf3752e3-9441-4fd6-ae87-090ec0a2ac31 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] Tap Mirror: Handle Delete Port: cef2dc44-c8ee-404d-9db3-1ef6a4a60995 2026-04-02 18:12:50.541 8 INFO neutron_taas.services.taas.taas_plugin [None req-bf3752e3-9441-4fd6-ae87-090ec0a2ac31 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] TaaS: Handle Delete Port: 581bb473-4baa-47ed-9917-e1ad7f08c66c 2026-04-02 18:12:50.544 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf3752e3-9441-4fd6-ae87-090ec0a2ac31 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] Tap Mirror: Handle Delete Port: 581bb473-4baa-47ed-9917-e1ad7f08c66c 2026-04-02 18:12:50.911 8 INFO neutron.db.l3_hamode_db [None req-bf3752e3-9441-4fd6-ae87-090ec0a2ac31 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] HA network 0452c56f-5ee7-48d5-8c9a-86261ab08583 was deleted as no HA routers are present in tenant cf44c0d0cbb04a17852c2ffb944ae496. [pid: 8|app: 0|req: 1485/3154] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:12:50 2026] DELETE /v2.0/routers/f8c666fb-8834-4231-b034-9855eb0827f9 => generated 0 bytes in 818 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:12:50.935 8 INFO neutron.services.segments.plugin [-] Segment ff2d46af-fc31-4cf0-8657-3290d7541f04 resource provider aggregate not found 2026-04-02 18:12:50.939 7 INFO neutron.api.v2.resource [None req-aa8cfa76-41fb-4fbd-9a77-76003909fa40 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1670/3155] 10.0.0.149 () {32 vars in 721 bytes} [Thu Apr 2 18:12:50 2026] GET /v2.0/routers/f8c666fb-8834-4231-b034-9855eb0827f9 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:12:50.949 8 INFO neutron.services.segments.plugin [-] Segment ff2d46af-fc31-4cf0-8657-3290d7541f04 resource provider aggregate not found 2026-04-02 18:12:50.950 8 INFO neutron.services.segments.plugin [-] Segment ff2d46af-fc31-4cf0-8657-3290d7541f04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff2d46af-fc31-4cf0-8657-3290d7541f04 found for delete ", "request_id": "req-51e71d46-a0d9-4be7-a93d-8ed50f846d93"}]} 2026-04-02 18:12:50.973 8 INFO neutron.services.segments.plugin [-] Segment ff2d46af-fc31-4cf0-8657-3290d7541f04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff2d46af-fc31-4cf0-8657-3290d7541f04 found for delete ", "request_id": "req-2053b023-703e-4c24-9c18-24f321e12d84"}]} [pid: 8|app: 0|req: 1486/3156] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:12:50 2026] DELETE /v2.0/subnets/d0b7fe69-100c-4caf-b6be-f34ffae7379d => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:12:51.143 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d7f881e1-a277-4807-8eb4-31088a5397f6 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1671/3157] 10.0.0.149 () {32 vars in 721 bytes} [Thu Apr 2 18:12:51 2026] GET /v2.0/subnets/d0b7fe69-100c-4caf-b6be-f34ffae7379d => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/3158] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:12:51 2026] DELETE /v2.0/subnets/3d74f5b5-213d-4498-8a66-66899658cac9 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:12:51.326 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7a5e0ef2-102c-48ad-8db1-412b3e396ae7 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1672/3159] 10.0.0.149 () {32 vars in 721 bytes} [Thu Apr 2 18:12:51 2026] GET /v2.0/subnets/3d74f5b5-213d-4498-8a66-66899658cac9 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:12:51.414 8 INFO neutron_taas.services.taas.taas_plugin [None req-40e495bf-122f-4c74-bf74-24d74a1714e1 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] TaaS: Handle Delete Port: bf4a9cbb-0055-4e29-85bb-d935e5a15278 2026-04-02 18:12:51.418 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40e495bf-122f-4c74-bf74-24d74a1714e1 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] Tap Mirror: Handle Delete Port: bf4a9cbb-0055-4e29-85bb-d935e5a15278 [pid: 8|app: 0|req: 1488/3160] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:12:51 2026] DELETE /v2.0/networks/66ac915e-b05c-4c3c-90cd-c27f78e345c8 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:12:51.618 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b37de82d-b6ec-4a80-8fad-404efa72070a 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1673/3161] 10.0.0.149 () {32 vars in 723 bytes} [Thu Apr 2 18:12:51 2026] GET /v2.0/networks/66ac915e-b05c-4c3c-90cd-c27f78e345c8 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3162] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:12:51 2026] DELETE /v2.0/subnets/0c302263-b969-478c-90fb-2c472064bc55 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:12:51.770 7 INFO neutron.pecan_wsgi.hooks.translation [None req-54242d99-c282-4930-8ca9-1172f3f66705 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1674/3163] 10.0.0.149 () {32 vars in 721 bytes} [Thu Apr 2 18:12:51 2026] GET /v2.0/subnets/0c302263-b969-478c-90fb-2c472064bc55 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3164] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:12:51 2026] DELETE /v2.0/subnets/3fc77df5-343a-44cb-ac38-54eebe6e1416 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:12:51.919 7 INFO neutron.pecan_wsgi.hooks.translation [None req-71e0b57a-273b-40af-b1e6-7c3ca1e34dc5 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1675/3165] 10.0.0.149 () {32 vars in 721 bytes} [Thu Apr 2 18:12:51 2026] GET /v2.0/subnets/3fc77df5-343a-44cb-ac38-54eebe6e1416 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:12:52.010 8 INFO neutron_taas.services.taas.taas_plugin [None req-a1f338bb-fd8b-478e-8485-795d92078a91 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] TaaS: Handle Delete Port: 20ae4e5b-b1c4-485c-8b6c-b488e0fea69d 2026-04-02 18:12:52.013 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1f338bb-fd8b-478e-8485-795d92078a91 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] Tap Mirror: Handle Delete Port: 20ae4e5b-b1c4-485c-8b6c-b488e0fea69d [pid: 8|app: 0|req: 1491/3166] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:12:51 2026] DELETE /v2.0/networks/5f787660-358b-42fd-a7d8-004d6a85c8c0 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:12:52.225 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a1e8f426-4b3b-457e-be2a-fc7331e57e0a 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1676/3167] 10.0.0.149 () {32 vars in 723 bytes} [Thu Apr 2 18:12:52 2026] GET /v2.0/networks/5f787660-358b-42fd-a7d8-004d6a85c8c0 => generated 138 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3168] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:12:52 2026] DELETE /v2.0/subnets/a43fa005-3a66-4f1d-92ed-17e5a0bcfff1 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:12:52.398 7 INFO neutron.pecan_wsgi.hooks.translation [None req-00b39a6b-5c5e-4e8f-89d8-189c0350c58b 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1677/3169] 10.0.0.149 () {32 vars in 721 bytes} [Thu Apr 2 18:12:52 2026] GET /v2.0/subnets/a43fa005-3a66-4f1d-92ed-17e5a0bcfff1 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3170] 10.0.0.149 () {32 vars in 724 bytes} [Thu Apr 2 18:12:52 2026] DELETE /v2.0/subnets/abda3de0-8741-4eca-8626-3e464297e759 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:12:52.573 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5f511404-2d73-47cd-9405-536f02bd198b 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1678/3171] 10.0.0.149 () {32 vars in 721 bytes} [Thu Apr 2 18:12:52 2026] GET /v2.0/subnets/abda3de0-8741-4eca-8626-3e464297e759 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:12:52.687 8 INFO neutron_taas.services.taas.taas_plugin [None req-39a584ee-39a2-4f44-bbdd-62a79a9f042f 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] TaaS: Handle Delete Port: ca9fceff-7b5f-4353-a8e6-e2a04d12e87f 2026-04-02 18:12:52.690 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39a584ee-39a2-4f44-bbdd-62a79a9f042f 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] Tap Mirror: Handle Delete Port: ca9fceff-7b5f-4353-a8e6-e2a04d12e87f [pid: 8|app: 0|req: 1494/3172] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:12:52 2026] DELETE /v2.0/networks/73bc8662-067d-4ede-82ab-422ae205f386 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:12:52.916 7 INFO neutron.pecan_wsgi.hooks.translation [None req-40e2e7c1-cd1d-4db9-80c9-40c3d19d7e9d 4b8cb76a33154fca95876e545d0f4630 cf44c0d0cbb04a17852c2ffb944ae496 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1679/3173] 10.0.0.149 () {32 vars in 723 bytes} [Thu Apr 2 18:12:52 2026] GET /v2.0/networks/73bc8662-067d-4ede-82ab-422ae205f386 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 18:12:52.970 8 INFO neutron.services.segments.plugin [-] Segment d06c9b24-5dc4-4a2f-a6bb-2f83c61f3c1f resource provider aggregate not found 2026-04-02 18:12:52.990 8 INFO neutron.services.segments.plugin [-] Segment d06c9b24-5dc4-4a2f-a6bb-2f83c61f3c1f resource provider aggregate not found 2026-04-02 18:12:52.991 8 INFO neutron.services.segments.plugin [-] Segment d06c9b24-5dc4-4a2f-a6bb-2f83c61f3c1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d06c9b24-5dc4-4a2f-a6bb-2f83c61f3c1f found for delete ", "request_id": "req-3aaadd39-d201-4f52-9d9d-1c1054a549a7"}]} 2026-04-02 18:12:53.005 8 INFO neutron.services.segments.plugin [-] Segment d06c9b24-5dc4-4a2f-a6bb-2f83c61f3c1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d06c9b24-5dc4-4a2f-a6bb-2f83c61f3c1f found for delete ", "request_id": "req-c9c33ab8-0388-4243-85e6-2051135624df"}]} 2026-04-02 18:12:53.011 8 INFO neutron.services.segments.plugin [-] Segment 29f10084-8dab-4b53-a9a0-90becd178247 resource provider aggregate not found 2026-04-02 18:12:53.016 8 INFO neutron.services.segments.plugin [-] Segment 29f10084-8dab-4b53-a9a0-90becd178247 resource provider aggregate not found 2026-04-02 18:12:53.028 8 INFO neutron.services.segments.plugin [-] Segment 29f10084-8dab-4b53-a9a0-90becd178247 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29f10084-8dab-4b53-a9a0-90becd178247 found for delete ", "request_id": "req-625745df-e5a9-422d-8be5-f5f75b3346ad"}]} 2026-04-02 18:12:53.029 8 INFO neutron.services.segments.plugin [-] Segment 29f10084-8dab-4b53-a9a0-90becd178247 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29f10084-8dab-4b53-a9a0-90becd178247 found for delete ", "request_id": "req-8e5be0bb-1ecb-4464-aab6-06756ac6bc7c"}]} 2026-04-02 18:12:53.043 8 INFO neutron.services.segments.plugin [-] Segment 0a05215e-0d4f-4ae3-882e-3dcf23a84442 resource provider aggregate not found 2026-04-02 18:12:53.048 8 INFO neutron.services.segments.plugin [-] Segment 0a05215e-0d4f-4ae3-882e-3dcf23a84442 resource provider aggregate not found 2026-04-02 18:12:53.060 8 INFO neutron.services.segments.plugin [-] Segment 0a05215e-0d4f-4ae3-882e-3dcf23a84442 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a05215e-0d4f-4ae3-882e-3dcf23a84442 found for delete ", "request_id": "req-3990e90d-eee5-4436-9ce7-a8bd7e67d34c"}]} 2026-04-02 18:12:53.067 8 INFO neutron.services.segments.plugin [-] Segment 0a05215e-0d4f-4ae3-882e-3dcf23a84442 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a05215e-0d4f-4ae3-882e-3dcf23a84442 found for delete ", "request_id": "req-bc45b501-ad9d-4538-a0ef-50aed02eff62"}]} [pid: 7|app: 0|req: 1681/3176] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:12:54 2026] GET /v2.0/security-groups?tenant_id=36dccff43c3846908d3a5fa8ff8d24dd&name=default => generated 2929 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3177] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:12:55 2026] DELETE /v2.0/security-groups/de977e96-b32b-4c64-b37c-257a50ccd632 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1682/3178] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:12:55 2026] GET /v2.0/security-groups?tenant_id=c4ebf5becadf4b10aabc9cba6de3a837&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: 1497/3179] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:12:55 2026] DELETE /v2.0/security-groups/997a96ef-da04-47b3-ba0f-28c2afd338aa => 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: 1683/3180] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:12:55 2026] GET /v2.0/security-groups?tenant_id=cf44c0d0cbb04a17852c2ffb944ae496&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3181] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:12:55 2026] DELETE /v2.0/security-groups/32e2a330-5b80-4ebb-bc7c-f359a388becd => 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: 1684/3182] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:12:55 2026] GET /v2.0/security-groups?tenant_id=6e49d4870e9c47538f42a11bec5b8e6f&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3183] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:12:56 2026] DELETE /v2.0/security-groups/1ba83c3e-b6f1-4680-bf9b-9a30bd7b0dfc => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1685/3184] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:12:56 2026] GET /v2.0/security-groups?tenant_id=82176b104ea747308bd86a42b1af980e&name=default => generated 2929 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3185] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:12:56 2026] DELETE /v2.0/security-groups/42501700-bd62-4b1f-8330-cdd03c15211c => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1686/3186] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:12:56 2026] GET /v2.0/security-groups?tenant_id=062bfbe448ca43f793d10355b218bd7b&name=default => generated 2929 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3187] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:12:56 2026] DELETE /v2.0/security-groups/3c6ba899-be00-4812-9178-5720e9b19021 => 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: 1687/3188] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:12:57 2026] GET /v2.0/security-groups?tenant_id=f79b9350032d49cba87b611593385cce&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3189] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:12:57 2026] DELETE /v2.0/security-groups/c0b0ef5c-a46e-4743-b8a7-d8a3f7507a50 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:13:01.579 7 INFO neutron.db.segments_db [None req-186c43c7-2586-4efa-bfc5-0a2e11354f44 284f29ac6ec74c609bad60a5fd7a7032 2d59f80737134d2f9445621966f2a0c9 - - default default] Added segment 2fc8b3d9-13d9-403e-8f48-ef47cfad2fcd of type vxlan for network 8f48d7f5-370a-4f55-9075-1df6b47c72a2 [pid: 7|app: 0|req: 1688/3190] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:13:01 2026] POST /v2.0/networks => generated 632 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:13:01.749 8 INFO neutron.db.segments_db [None req-908fe175-9664-4d6e-afbc-2faef9c00cfe 284f29ac6ec74c609bad60a5fd7a7032 2d59f80737134d2f9445621966f2a0c9 - - default default] Added segment a15cd585-6d25-4d99-bc0c-4047ffcbc5e7 of type vxlan for network e2da124b-5c79-435f-9fb8-f33dbff82cca [pid: 8|app: 0|req: 1503/3191] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:13:01 2026] POST /v2.0/networks => generated 631 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:13:01.913 7 INFO neutron.db.segments_db [None req-876920d5-48db-454e-8bb1-ad4794b890ab 284f29ac6ec74c609bad60a5fd7a7032 2d59f80737134d2f9445621966f2a0c9 - - default default] Added segment 08b14938-4c63-4c6b-99c9-12c1cabb1290 of type vxlan for network 7f780376-e051-4f19-84bc-43f4fa99e8bf [pid: 7|app: 0|req: 1689/3192] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:13:01 2026] POST /v2.0/networks => generated 632 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:13:02.066 8 INFO neutron.db.segments_db [None req-e8424f30-3b95-43b8-adb8-2113dc7280d7 284f29ac6ec74c609bad60a5fd7a7032 2d59f80737134d2f9445621966f2a0c9 - - default default] Added segment 7e19032c-ac64-49b7-a891-12a1e65cc2c8 of type vxlan for network 87344189-02dd-4ec3-ad9f-b8c617e511a2 [pid: 8|app: 0|req: 1504/3193] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:13:02 2026] POST /v2.0/networks => generated 632 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:13:02.216 7 INFO neutron.db.segments_db [None req-0435e9ad-f41a-46a4-b62b-dd8758712a28 284f29ac6ec74c609bad60a5fd7a7032 2d59f80737134d2f9445621966f2a0c9 - - default default] Added segment ab36fd8a-2ec9-465d-b9b7-09c49d5fdb24 of type vxlan for network 18f8449f-72e1-4eff-ba9d-640431d1a8fd [pid: 7|app: 0|req: 1690/3194] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:13:02 2026] POST /v2.0/networks => generated 632 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3195] 10.0.0.149 () {34 vars in 753 bytes} [Thu Apr 2 18:13:02 2026] PUT /v2.0/networks/8f48d7f5-370a-4f55-9075-1df6b47c72a2/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1691/3196] 10.0.0.149 () {34 vars in 753 bytes} [Thu Apr 2 18:13:02 2026] PUT /v2.0/networks/e2da124b-5c79-435f-9fb8-f33dbff82cca/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3197] 10.0.0.149 () {34 vars in 753 bytes} [Thu Apr 2 18:13:02 2026] PUT /v2.0/networks/7f780376-e051-4f19-84bc-43f4fa99e8bf/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: 1692/3198] 10.0.0.149 () {34 vars in 753 bytes} [Thu Apr 2 18:13:02 2026] PUT /v2.0/networks/87344189-02dd-4ec3-ad9f-b8c617e511a2/tags => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3199] 10.0.0.149 () {32 vars in 666 bytes} [Thu Apr 2 18:13:02 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1693/3200] 10.0.0.149 () {32 vars in 680 bytes} [Thu Apr 2 18:13:02 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3201] 10.0.0.149 () {32 vars in 676 bytes} [Thu Apr 2 18:13:02 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1694/3202] 10.0.0.149 () {32 vars in 688 bytes} [Thu Apr 2 18:13:02 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3203] 10.0.0.149 () {32 vars in 674 bytes} [Thu Apr 2 18:13:02 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1695/3204] 10.0.0.149 () {32 vars in 688 bytes} [Thu Apr 2 18:13:02 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2469 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3205] 10.0.0.149 () {32 vars in 684 bytes} [Thu Apr 2 18:13:02 2026] GET /v2.0/networks?not-tags-any=blue => generated 2469 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1696/3206] 10.0.0.149 () {32 vars in 696 bytes} [Thu Apr 2 18:13:02 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:13:03.199 8 INFO neutron.services.segments.plugin [-] Segment 2fc8b3d9-13d9-403e-8f48-ef47cfad2fcd resource provider aggregate not found 2026-04-02 18:13:03.204 8 INFO neutron.services.segments.plugin [-] Segment 2fc8b3d9-13d9-403e-8f48-ef47cfad2fcd resource provider aggregate not found 2026-04-02 18:13:03.221 8 INFO neutron.services.segments.plugin [-] Segment 2fc8b3d9-13d9-403e-8f48-ef47cfad2fcd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2fc8b3d9-13d9-403e-8f48-ef47cfad2fcd found for delete ", "request_id": "req-e84c42f4-99ed-4e54-be57-abc8cf66d390"}]} 2026-04-02 18:13:03.222 8 INFO neutron.services.segments.plugin [-] Segment 2fc8b3d9-13d9-403e-8f48-ef47cfad2fcd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2fc8b3d9-13d9-403e-8f48-ef47cfad2fcd found for delete ", "request_id": "req-706ec49d-9de1-488b-b38a-0a128cf6aa46"}]} [pid: 8|app: 0|req: 1511/3207] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:13:03 2026] DELETE /v2.0/networks/8f48d7f5-370a-4f55-9075-1df6b47c72a2 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:13:03.358 7 INFO neutron.services.segments.plugin [-] Segment a15cd585-6d25-4d99-bc0c-4047ffcbc5e7 resource provider aggregate not found 2026-04-02 18:13:03.365 7 INFO neutron.services.segments.plugin [-] Segment a15cd585-6d25-4d99-bc0c-4047ffcbc5e7 resource provider aggregate not found 2026-04-02 18:13:03.382 7 INFO neutron.services.segments.plugin [-] Segment a15cd585-6d25-4d99-bc0c-4047ffcbc5e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a15cd585-6d25-4d99-bc0c-4047ffcbc5e7 found for delete ", "request_id": "req-3bc93b9a-1c82-409b-8b0a-5d7434b3ac6f"}]} 2026-04-02 18:13:03.383 7 INFO neutron.services.segments.plugin [-] Segment a15cd585-6d25-4d99-bc0c-4047ffcbc5e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a15cd585-6d25-4d99-bc0c-4047ffcbc5e7 found for delete ", "request_id": "req-4bf32cfb-3dd6-4807-91d4-d0f5487b7d82"}]} [pid: 7|app: 0|req: 1697/3208] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:13:03 2026] DELETE /v2.0/networks/e2da124b-5c79-435f-9fb8-f33dbff82cca => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3209] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:13:03 2026] DELETE /v2.0/networks/7f780376-e051-4f19-84bc-43f4fa99e8bf => 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: 1698/3210] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:13:03 2026] DELETE /v2.0/networks/87344189-02dd-4ec3-ad9f-b8c617e511a2 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3211] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:13:03 2026] DELETE /v2.0/networks/18f8449f-72e1-4eff-ba9d-640431d1a8fd => 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: 1699/3212] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:13:04 2026] GET /v2.0/security-groups?tenant_id=c479163cf45b49a1a6b8df83f0716d72&name=default => generated 2929 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3213] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:13:04 2026] DELETE /v2.0/security-groups/989f225f-5f1a-493c-8785-be61d908bead => 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: 1700/3214] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:13:05 2026] GET /v2.0/security-groups?tenant_id=f29785322145445b9ad5761c2717f156&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 18:13:05.253 8 INFO neutron.services.segments.plugin [-] Segment 08b14938-4c63-4c6b-99c9-12c1cabb1290 resource provider aggregate not found 2026-04-02 18:13:05.254 8 INFO neutron.services.segments.plugin [-] Segment 08b14938-4c63-4c6b-99c9-12c1cabb1290 resource provider aggregate not found 2026-04-02 18:13:05.284 8 INFO neutron.services.segments.plugin [-] Segment 08b14938-4c63-4c6b-99c9-12c1cabb1290 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08b14938-4c63-4c6b-99c9-12c1cabb1290 found for delete ", "request_id": "req-7c3782b6-3c92-4e2d-a30a-c95b1b5eb87e"}]} 2026-04-02 18:13:05.288 8 INFO neutron.services.segments.plugin [-] Segment 08b14938-4c63-4c6b-99c9-12c1cabb1290 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08b14938-4c63-4c6b-99c9-12c1cabb1290 found for delete ", "request_id": "req-673968d5-512b-426d-965b-830afe110bb7"}]} 2026-04-02 18:13:05.309 8 INFO neutron.services.segments.plugin [-] Segment ab36fd8a-2ec9-465d-b9b7-09c49d5fdb24 resource provider aggregate not found 2026-04-02 18:13:05.313 8 INFO neutron.services.segments.plugin [-] Segment ab36fd8a-2ec9-465d-b9b7-09c49d5fdb24 resource provider aggregate not found 2026-04-02 18:13:05.331 8 INFO neutron.services.segments.plugin [-] Segment ab36fd8a-2ec9-465d-b9b7-09c49d5fdb24 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab36fd8a-2ec9-465d-b9b7-09c49d5fdb24 found for delete ", "request_id": "req-2445c37f-445e-4945-804d-5828b982615a"}]} 2026-04-02 18:13:05.335 8 INFO neutron.services.segments.plugin [-] Segment ab36fd8a-2ec9-465d-b9b7-09c49d5fdb24 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab36fd8a-2ec9-465d-b9b7-09c49d5fdb24 found for delete ", "request_id": "req-95adb262-651e-4521-ae2f-d194d98bf7fb"}]} [pid: 8|app: 0|req: 1515/3215] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:13:05 2026] DELETE /v2.0/security-groups/cbbbf7a4-35cc-45b8-9f47-4581dba01d10 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:13:05.404 7 INFO neutron.services.segments.plugin [-] Segment 7e19032c-ac64-49b7-a891-12a1e65cc2c8 resource provider aggregate not found 2026-04-02 18:13:05.408 7 INFO neutron.services.segments.plugin [-] Segment 7e19032c-ac64-49b7-a891-12a1e65cc2c8 resource provider aggregate not found 2026-04-02 18:13:05.420 7 INFO neutron.services.segments.plugin [-] Segment 7e19032c-ac64-49b7-a891-12a1e65cc2c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e19032c-ac64-49b7-a891-12a1e65cc2c8 found for delete ", "request_id": "req-e2a3f38f-75f3-4337-a5ae-278dd82f157c"}]} 2026-04-02 18:13:05.422 7 INFO neutron.services.segments.plugin [-] Segment 7e19032c-ac64-49b7-a891-12a1e65cc2c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e19032c-ac64-49b7-a891-12a1e65cc2c8 found for delete ", "request_id": "req-a4a8d145-451c-4004-b717-d3d61f47bcff"}]} [pid: 7|app: 0|req: 1701/3216] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:13:05 2026] GET /v2.0/security-groups?tenant_id=2d59f80737134d2f9445621966f2a0c9&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3217] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:13:05 2026] DELETE /v2.0/security-groups/5109882a-f6b8-46c3-ba1c-b86a62c51c82 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:13:08.921 8 INFO neutron.db.segments_db [None req-eb212d69-d581-4bab-8ed8-1470c824a393 3b85f1b6072d4ac8b2f092cc07fea0cb f716e73ff7f449d68991c642c139000e - - default default] Added segment fc2fcfad-5b4b-405b-bc49-04010b3c695d of type vxlan for network a582170a-ed56-40a4-ab8d-f7df2eccee60 [pid: 8|app: 0|req: 1518/3220] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:13:08 2026] POST /v2.0/networks => generated 632 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1703/3221] 10.0.0.149 () {34 vars in 753 bytes} [Thu Apr 2 18:13:09 2026] PUT /v2.0/networks/a582170a-ed56-40a4-ab8d-f7df2eccee60/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3222] 10.0.0.149 () {32 vars in 733 bytes} [Thu Apr 2 18:13:09 2026] GET /v2.0/networks/a582170a-ed56-40a4-ab8d-f7df2eccee60/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: 1704/3223] 10.0.0.149 () {34 vars in 764 bytes} [Thu Apr 2 18:13:09 2026] PUT /v2.0/networks/a582170a-ed56-40a4-ab8d-f7df2eccee60/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: 1520/3224] 10.0.0.149 () {32 vars in 733 bytes} [Thu Apr 2 18:13:09 2026] GET /v2.0/networks/a582170a-ed56-40a4-ab8d-f7df2eccee60/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1705/3225] 10.0.0.149 () {34 vars in 760 bytes} [Thu Apr 2 18:13:09 2026] PUT /v2.0/networks/a582170a-ed56-40a4-ab8d-f7df2eccee60/tags/red => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3226] 10.0.0.149 () {32 vars in 733 bytes} [Thu Apr 2 18:13:09 2026] GET /v2.0/networks/a582170a-ed56-40a4-ab8d-f7df2eccee60/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1706/3227] 10.0.0.149 () {34 vars in 782 bytes} [Thu Apr 2 18:13:09 2026] PUT /v2.0/networks/a582170a-ed56-40a4-ab8d-f7df2eccee60/tags/black.or.white => 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: 1522/3228] 10.0.0.149 () {32 vars in 733 bytes} [Thu Apr 2 18:13:09 2026] GET /v2.0/networks/a582170a-ed56-40a4-ab8d-f7df2eccee60/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1707/3229] 10.0.0.149 () {34 vars in 753 bytes} [Thu Apr 2 18:13:09 2026] PUT /v2.0/networks/a582170a-ed56-40a4-ab8d-f7df2eccee60/tags => generated 37 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3230] 10.0.0.149 () {32 vars in 733 bytes} [Thu Apr 2 18:13:09 2026] GET /v2.0/networks/a582170a-ed56-40a4-ab8d-f7df2eccee60/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1708/3231] 10.0.0.149 () {32 vars in 741 bytes} [Thu Apr 2 18:13:09 2026] GET /v2.0/networks/a582170a-ed56-40a4-ab8d-f7df2eccee60/tags/red => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:13:09.692 8 INFO neutron.api.v2.resource [None req-39f3a575-50ae-445e-8ce5-eea5fc487b23 3b85f1b6072d4ac8b2f092cc07fea0cb f716e73ff7f449d68991c642c139000e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1524/3232] 10.0.0.149 () {32 vars in 745 bytes} [Thu Apr 2 18:13:09 2026] GET /v2.0/networks/a582170a-ed56-40a4-ab8d-f7df2eccee60/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1709/3233] 10.0.0.149 () {32 vars in 744 bytes} [Thu Apr 2 18:13:09 2026] DELETE /v2.0/networks/a582170a-ed56-40a4-ab8d-f7df2eccee60/tags/red => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3234] 10.0.0.149 () {32 vars in 733 bytes} [Thu Apr 2 18:13:09 2026] GET /v2.0/networks/a582170a-ed56-40a4-ab8d-f7df2eccee60/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:13:09.830 7 INFO neutron.api.v2.resource [None req-b6f38c5f-ad7b-4911-bf42-000e01ba63f7 3b85f1b6072d4ac8b2f092cc07fea0cb f716e73ff7f449d68991c642c139000e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1710/3235] 10.0.0.149 () {32 vars in 748 bytes} [Thu Apr 2 18:13:09 2026] DELETE /v2.0/networks/a582170a-ed56-40a4-ab8d-f7df2eccee60/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3236] 10.0.0.149 () {32 vars in 736 bytes} [Thu Apr 2 18:13:09 2026] DELETE /v2.0/networks/a582170a-ed56-40a4-ab8d-f7df2eccee60/tags => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1711/3237] 10.0.0.149 () {32 vars in 733 bytes} [Thu Apr 2 18:13:09 2026] GET /v2.0/networks/a582170a-ed56-40a4-ab8d-f7df2eccee60/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:13:10.064 8 INFO neutron.services.segments.plugin [-] Segment fc2fcfad-5b4b-405b-bc49-04010b3c695d resource provider aggregate not found 2026-04-02 18:13:10.074 8 INFO neutron.services.segments.plugin [-] Segment fc2fcfad-5b4b-405b-bc49-04010b3c695d resource provider aggregate not found 2026-04-02 18:13:10.085 8 INFO neutron.services.segments.plugin [-] Segment fc2fcfad-5b4b-405b-bc49-04010b3c695d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc2fcfad-5b4b-405b-bc49-04010b3c695d found for delete ", "request_id": "req-189fdf65-5a4d-465b-984b-9de755a101a1"}]} 2026-04-02 18:13:10.096 8 INFO neutron.services.segments.plugin [-] Segment fc2fcfad-5b4b-405b-bc49-04010b3c695d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc2fcfad-5b4b-405b-bc49-04010b3c695d found for delete ", "request_id": "req-93fd8fd7-1de6-4442-bc38-f27bc2c866c2"}]} [pid: 8|app: 0|req: 1527/3238] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:13:09 2026] DELETE /v2.0/networks/a582170a-ed56-40a4-ab8d-f7df2eccee60 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1712/3239] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:13:10 2026] GET /v2.0/security-groups?tenant_id=f716e73ff7f449d68991c642c139000e&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3240] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:13:10 2026] DELETE /v2.0/security-groups/e36d85e0-19a3-42fe-a838-a19d05016557 => 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: 1713/3241] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:13:11 2026] GET /v2.0/security-groups?tenant_id=ae8c4ea9de224af8bf0d8d7e233c0098&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3242] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:13:11 2026] DELETE /v2.0/security-groups/380ffdb2-3630-4a4d-b6cc-069e03b941c7 => 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: 1714/3243] 10.0.0.149 () {34 vars in 678 bytes} [Thu Apr 2 18:13:14 2026] POST /v2.0/qos/policies => generated 359 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3244] 10.0.0.149 () {34 vars in 753 bytes} [Thu Apr 2 18:13:14 2026] PUT /v2.0/policies/3db2fe63-9752-4741-8b3a-2d9e4edcbd5f/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1715/3245] 10.0.0.149 () {32 vars in 733 bytes} [Thu Apr 2 18:13:14 2026] GET /v2.0/policies/3db2fe63-9752-4741-8b3a-2d9e4edcbd5f/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: 1531/3246] 10.0.0.149 () {34 vars in 764 bytes} [Thu Apr 2 18:13:14 2026] PUT /v2.0/policies/3db2fe63-9752-4741-8b3a-2d9e4edcbd5f/tags/green => 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: 1716/3247] 10.0.0.149 () {32 vars in 733 bytes} [Thu Apr 2 18:13:14 2026] GET /v2.0/policies/3db2fe63-9752-4741-8b3a-2d9e4edcbd5f/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3248] 10.0.0.149 () {34 vars in 760 bytes} [Thu Apr 2 18:13:14 2026] PUT /v2.0/policies/3db2fe63-9752-4741-8b3a-2d9e4edcbd5f/tags/red => generated 4 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1717/3249] 10.0.0.149 () {32 vars in 733 bytes} [Thu Apr 2 18:13:14 2026] GET /v2.0/policies/3db2fe63-9752-4741-8b3a-2d9e4edcbd5f/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3250] 10.0.0.149 () {34 vars in 782 bytes} [Thu Apr 2 18:13:14 2026] PUT /v2.0/policies/3db2fe63-9752-4741-8b3a-2d9e4edcbd5f/tags/black.or.white => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1718/3251] 10.0.0.149 () {32 vars in 733 bytes} [Thu Apr 2 18:13:14 2026] GET /v2.0/policies/3db2fe63-9752-4741-8b3a-2d9e4edcbd5f/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: 1534/3252] 10.0.0.149 () {34 vars in 753 bytes} [Thu Apr 2 18:13:14 2026] PUT /v2.0/policies/3db2fe63-9752-4741-8b3a-2d9e4edcbd5f/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1719/3253] 10.0.0.149 () {32 vars in 733 bytes} [Thu Apr 2 18:13:15 2026] GET /v2.0/policies/3db2fe63-9752-4741-8b3a-2d9e4edcbd5f/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3254] 10.0.0.149 () {32 vars in 741 bytes} [Thu Apr 2 18:13:15 2026] GET /v2.0/policies/3db2fe63-9752-4741-8b3a-2d9e4edcbd5f/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:13:15.157 7 INFO neutron.api.v2.resource [None req-99819625-52ca-41ec-98a7-ee35ad340d72 a1aa8a7b95b0449591053d6f35af4f9b 4c22db2166aa461887f872e08f3d6f97 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1720/3255] 10.0.0.149 () {32 vars in 745 bytes} [Thu Apr 2 18:13:15 2026] GET /v2.0/policies/3db2fe63-9752-4741-8b3a-2d9e4edcbd5f/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3256] 10.0.0.149 () {32 vars in 744 bytes} [Thu Apr 2 18:13:15 2026] DELETE /v2.0/policies/3db2fe63-9752-4741-8b3a-2d9e4edcbd5f/tags/red => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1721/3257] 10.0.0.149 () {32 vars in 733 bytes} [Thu Apr 2 18:13:15 2026] GET /v2.0/policies/3db2fe63-9752-4741-8b3a-2d9e4edcbd5f/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 18:13:15.299 8 INFO neutron.api.v2.resource [None req-02a8c8da-648b-42dd-b17a-d6a27365c240 a1aa8a7b95b0449591053d6f35af4f9b 4c22db2166aa461887f872e08f3d6f97 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1537/3258] 10.0.0.149 () {32 vars in 748 bytes} [Thu Apr 2 18:13:15 2026] DELETE /v2.0/policies/3db2fe63-9752-4741-8b3a-2d9e4edcbd5f/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1722/3259] 10.0.0.149 () {32 vars in 736 bytes} [Thu Apr 2 18:13:15 2026] DELETE /v2.0/policies/3db2fe63-9752-4741-8b3a-2d9e4edcbd5f/tags => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3260] 10.0.0.149 () {32 vars in 733 bytes} [Thu Apr 2 18:13:15 2026] GET /v2.0/policies/3db2fe63-9752-4741-8b3a-2d9e4edcbd5f/tags => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1723/3261] 10.0.0.149 () {32 vars in 734 bytes} [Thu Apr 2 18:13:15 2026] DELETE /v2.0/qos/policies/3db2fe63-9752-4741-8b3a-2d9e4edcbd5f => 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: 1539/3262] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:13:16 2026] GET /v2.0/security-groups?tenant_id=4c22db2166aa461887f872e08f3d6f97&name=default => generated 2929 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1724/3263] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:13:16 2026] DELETE /v2.0/security-groups/c075bbaa-71f3-4f23-abc8-f6af17628748 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3264] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:13:16 2026] GET /v2.0/security-groups?tenant_id=8a738ecb14614706a8a8f41eeefa1613&name=default => generated 2929 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1725/3265] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:13:16 2026] DELETE /v2.0/security-groups/d9c72604-f63b-4a6a-9ba7-5cade33cac54 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 18:13:20.128 8 INFO neutron.db.segments_db [None req-0e3048bf-489e-452d-9aac-493f3fa02112 4f838a9da8f24c8596054c3a82f46db8 eeb79ecbc8864ceb805d1af53d9160eb - - default default] Added segment 378fabd7-d39c-4194-bd8b-6034ca7aefe8 of type vxlan for network 7a7d6955-4a9f-4ad7-88f3-fc32448c02bf [pid: 8|app: 0|req: 1541/3266] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:13:19 2026] POST /v2.0/networks => generated 632 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 18:13:20.281 7 INFO neutron.db.segments_db [None req-324611ce-8884-4e29-980e-4b9d80ee8e55 4f838a9da8f24c8596054c3a82f46db8 eeb79ecbc8864ceb805d1af53d9160eb - - default default] Added segment f0f25503-118a-4e21-a48d-0adf337b0c60 of type vxlan for network 54bf10d3-cc49-4e5a-98aa-a649a11542fc [pid: 7|app: 0|req: 1726/3267] 10.0.0.149 () {34 vars in 670 bytes} [Thu Apr 2 18:13:20 2026] POST /v2.0/networks => generated 632 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3268] 10.0.0.149 () {34 vars in 753 bytes} [Thu Apr 2 18:13:20 2026] PUT /v2.0/networks/7a7d6955-4a9f-4ad7-88f3-fc32448c02bf/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1727/3269] 10.0.0.149 () {32 vars in 733 bytes} [Thu Apr 2 18:13:20 2026] GET /v2.0/networks/7a7d6955-4a9f-4ad7-88f3-fc32448c02bf/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3270] 10.0.0.149 () {34 vars in 753 bytes} [Thu Apr 2 18:13:20 2026] PUT /v2.0/networks/54bf10d3-cc49-4e5a-98aa-a649a11542fc/tags => generated 17 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1728/3271] 10.0.0.149 () {32 vars in 733 bytes} [Thu Apr 2 18:13:20 2026] GET /v2.0/networks/54bf10d3-cc49-4e5a-98aa-a649a11542fc/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3272] 10.0.0.149 () {34 vars in 753 bytes} [Thu Apr 2 18:13:20 2026] PUT /v2.0/networks/54bf10d3-cc49-4e5a-98aa-a649a11542fc/tags => generated 12 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1729/3273] 10.0.0.149 () {32 vars in 733 bytes} [Thu Apr 2 18:13:20 2026] GET /v2.0/networks/54bf10d3-cc49-4e5a-98aa-a649a11542fc/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3274] 10.0.0.149 () {32 vars in 733 bytes} [Thu Apr 2 18:13:20 2026] GET /v2.0/networks/7a7d6955-4a9f-4ad7-88f3-fc32448c02bf/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1730/3275] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:13:20 2026] DELETE /v2.0/networks/7a7d6955-4a9f-4ad7-88f3-fc32448c02bf => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 18:13:20.979 7 INFO neutron.services.segments.plugin [-] Segment 378fabd7-d39c-4194-bd8b-6034ca7aefe8 resource provider aggregate not found 2026-04-02 18:13:20.982 7 INFO neutron.services.segments.plugin [-] Segment 378fabd7-d39c-4194-bd8b-6034ca7aefe8 resource provider aggregate not found 2026-04-02 18:13:20.997 7 INFO neutron.services.segments.plugin [-] Segment 378fabd7-d39c-4194-bd8b-6034ca7aefe8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 378fabd7-d39c-4194-bd8b-6034ca7aefe8 found for delete ", "request_id": "req-f0476000-f0e3-4900-bb2e-0457f18ef6e2"}]} 2026-04-02 18:13:20.999 7 INFO neutron.services.segments.plugin [-] Segment 378fabd7-d39c-4194-bd8b-6034ca7aefe8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 378fabd7-d39c-4194-bd8b-6034ca7aefe8 found for delete ", "request_id": "req-16e17165-8d6f-4291-acd8-cc705bcdf02f"}]} 2026-04-02 18:13:21.011 8 INFO neutron.services.segments.plugin [-] Segment f0f25503-118a-4e21-a48d-0adf337b0c60 resource provider aggregate not found 2026-04-02 18:13:21.015 8 INFO neutron.services.segments.plugin [-] Segment f0f25503-118a-4e21-a48d-0adf337b0c60 resource provider aggregate not found 2026-04-02 18:13:21.033 8 INFO neutron.services.segments.plugin [-] Segment f0f25503-118a-4e21-a48d-0adf337b0c60 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0f25503-118a-4e21-a48d-0adf337b0c60 found for delete ", "request_id": "req-c0c61c93-b828-49b4-877b-4c7979623309"}]} 2026-04-02 18:13:21.044 8 INFO neutron.services.segments.plugin [-] Segment f0f25503-118a-4e21-a48d-0adf337b0c60 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0f25503-118a-4e21-a48d-0adf337b0c60 found for delete ", "request_id": "req-a5c3700d-bf11-4124-b93b-0f637218f453"}]} [pid: 8|app: 0|req: 1546/3276] 10.0.0.149 () {32 vars in 726 bytes} [Thu Apr 2 18:13:20 2026] DELETE /v2.0/networks/54bf10d3-cc49-4e5a-98aa-a649a11542fc => 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: 1731/3277] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:13:21 2026] GET /v2.0/security-groups?tenant_id=eeb79ecbc8864ceb805d1af53d9160eb&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3278] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:13:21 2026] DELETE /v2.0/security-groups/18895ec4-d5fe-49c2-adfa-99d81ca2b8b8 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1732/3279] 10.0.0.149 () {32 vars in 774 bytes} [Thu Apr 2 18:13:22 2026] GET /v2.0/security-groups?tenant_id=377c70f47558423881028018e2459ee3&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: 1548/3280] 10.0.0.149 () {32 vars in 740 bytes} [Thu Apr 2 18:13:22 2026] DELETE /v2.0/security-groups/990dd8dc-cbe9-4359-a9f6-b1355e305059 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1734/3283] 10.0.0.149 () {32 vars in 649 bytes} [Thu Apr 2 18:13:25 2026] GET /v2.0/networks => generated 2168 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3284] 10.0.0.149 () {32 vars in 655 bytes} [Thu Apr 2 18:13:26 2026] GET /v2.0/floatingips => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1735/3285] 10.0.0.149 () {32 vars in 647 bytes} [Thu Apr 2 18:13:26 2026] GET /v2.0/routers => generated 15 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3286] 10.0.0.149 () {32 vars in 643 bytes} [Thu Apr 2 18:13:26 2026] GET /v2.0/ports => generated 4725 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1736/3287] 10.0.0.149 () {32 vars in 647 bytes} [Thu Apr 2 18:13:26 2026] GET /v2.0/subnets => generated 1308 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3288] 10.0.0.149 () {32 vars in 649 bytes} [Thu Apr 2 18:13:26 2026] GET /v2.0/networks => generated 2168 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1737/3289] 10.0.0.149 () {32 vars in 663 bytes} [Thu Apr 2 18:13:26 2026] GET /v2.0/security-groups => generated 17401 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3290] 10.0.0.149 () {32 vars in 655 bytes} [Thu Apr 2 18:13:26 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)