+ 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 23 10:31:38 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 nodename: neutron-server-99c595f69-d67fv machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x7fcb82b62668 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-23 10:31:42.107 8 INFO neutron.common.config [-] Logging enabled! 2026-04-23 10:31:42.107 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-23 10:31:42.172 7 INFO neutron.common.config [-] Logging enabled! 2026-04-23 10:31:42.172 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-23 10:31:43.142 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-23 10:31:43.327 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-23 10:31:44.677 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 10:31:44.680 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-23 10:31:44.684 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-23 10:31:44.685 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 10:31:44.685 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-23 10:31:44.685 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-23 10:31:44.685 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 10:31:44.693 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 10:31:44.693 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 10:31:44.694 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 10:31:44.718 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-23 10:31:44.719 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 10:31:44.719 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-23 10:31:44.750 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-23 10:31:44.751 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-23 10:31:44.751 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-23 10:31:44.751 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-23 10:31:45.043 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 10:31:45.045 8 INFO neutron.plugins.ml2.managers [None req-f9b5c649-2e78-40ed-9da3-00d68dedf7c2 - - - - - -] Initializing driver for type 'vlan' 2026-04-23 10:31:45.046 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-23 10:31:45.049 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-23 10:31:45.050 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 10:31:45.050 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-23 10:31:45.051 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-23 10:31:45.051 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 10:31:45.058 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 10:31:45.058 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 10:31:45.058 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 10:31:45.080 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-23 10:31:45.081 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 10:31:45.081 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-23 10:31:45.110 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-23 10:31:45.111 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-23 10:31:45.111 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-23 10:31:45.111 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-23 10:31:45.336 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-f9b5c649-2e78-40ed-9da3-00d68dedf7c2 - - - - - -] VlanTypeDriver initialization complete 2026-04-23 10:31:45.336 8 INFO neutron.plugins.ml2.managers [None req-f9b5c649-2e78-40ed-9da3-00d68dedf7c2 - - - - - -] Initializing driver for type 'vxlan' 2026-04-23 10:31:45.336 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-f9b5c649-2e78-40ed-9da3-00d68dedf7c2 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-23 10:31:45.350 8 INFO neutron.plugins.ml2.managers [None req-f9b5c649-2e78-40ed-9da3-00d68dedf7c2 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-23 10:31:45.351 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-f9b5c649-2e78-40ed-9da3-00d68dedf7c2 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-23 10:31:45.351 8 INFO neutron.plugins.ml2.managers [None req-f9b5c649-2e78-40ed-9da3-00d68dedf7c2 - - - - - -] Initializing extension driver 'port_security' 2026-04-23 10:31:45.351 8 INFO neutron.plugins.ml2.extensions.port_security [None req-f9b5c649-2e78-40ed-9da3-00d68dedf7c2 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-23 10:31:45.351 8 INFO neutron.plugins.ml2.managers [None req-f9b5c649-2e78-40ed-9da3-00d68dedf7c2 - - - - - -] Initializing extension driver 'qos' 2026-04-23 10:31:45.351 8 INFO neutron.plugins.ml2.managers [None req-f9b5c649-2e78-40ed-9da3-00d68dedf7c2 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-23 10:31:45.351 8 INFO neutron.plugins.ml2.managers [None req-f9b5c649-2e78-40ed-9da3-00d68dedf7c2 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-23 10:31:45.366 8 INFO neutron.quota [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded quota_driver: . 2026-04-23 10:31:45.367 8 INFO neutron.plugins.ml2.plugin [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Modular L2 Plugin initialization complete 2026-04-23 10:31:45.367 8 INFO neutron.plugins.ml2.managers [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-23 10:31:45.367 8 INFO neutron.plugins.ml2.managers [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-23 10:31:45.367 8 INFO neutron.plugins.ml2.managers [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Got port-security extension from driver 'port_security' 2026-04-23 10:31:45.367 8 INFO neutron.manager [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loading Plugin: qos 2026-04-23 10:31:45.381 8 INFO neutron.manager [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loading Plugin: router 2026-04-23 10:31:45.394 7 INFO neutron.plugins.ml2.managers [None req-c635bd59-253c-4b6c-b2f7-bac4a6b643b1 - - - - - -] Initializing driver for type 'vlan' 2026-04-23 10:31:45.427 8 INFO neutron.services.service_base [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-23 10:31:45.427 8 INFO neutron.manager [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loading Plugin: segments 2026-04-23 10:31:45.525 8 INFO neutron.manager [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loading Plugin: trunk 2026-04-23 10:31:45.539 8 INFO neutron.manager [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loading Plugin: vpnaas 2026-04-23 10:31:45.578 8 WARNING stevedore.named [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 10:31:45.661 8 INFO neutron_vpnaas.services.vpn.plugin [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-23 10:31:45.661 8 INFO neutron.common.utils [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-23 10:31:45.661 8 INFO neutron.manager [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loading Plugin: taas 2026-04-23 10:31:45.690 8 WARNING stevedore.named [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 10:31:45.690 8 WARNING stevedore.named [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 10:31:45.713 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-c635bd59-253c-4b6c-b2f7-bac4a6b643b1 - - - - - -] VlanTypeDriver initialization complete 2026-04-23 10:31:45.713 7 INFO neutron.plugins.ml2.managers [None req-c635bd59-253c-4b6c-b2f7-bac4a6b643b1 - - - - - -] Initializing driver for type 'vxlan' 2026-04-23 10:31:45.714 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-c635bd59-253c-4b6c-b2f7-bac4a6b643b1 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-23 10:31:45.715 8 INFO neutron_taas.services.taas.taas_plugin [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-23 10:31:45.716 8 INFO neutron.manager [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loading Plugin: tapmirror 2026-04-23 10:31:45.729 7 INFO neutron.plugins.ml2.managers [None req-c635bd59-253c-4b6c-b2f7-bac4a6b643b1 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-23 10:31:45.729 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-c635bd59-253c-4b6c-b2f7-bac4a6b643b1 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-23 10:31:45.729 8 WARNING stevedore.named [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 10:31:45.730 7 INFO neutron.plugins.ml2.managers [None req-c635bd59-253c-4b6c-b2f7-bac4a6b643b1 - - - - - -] Initializing extension driver 'port_security' 2026-04-23 10:31:45.730 8 WARNING stevedore.named [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 10:31:45.730 7 INFO neutron.plugins.ml2.extensions.port_security [None req-c635bd59-253c-4b6c-b2f7-bac4a6b643b1 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-23 10:31:45.730 7 INFO neutron.plugins.ml2.managers [None req-c635bd59-253c-4b6c-b2f7-bac4a6b643b1 - - - - - -] Initializing extension driver 'qos' 2026-04-23 10:31:45.730 7 INFO neutron.plugins.ml2.managers [None req-c635bd59-253c-4b6c-b2f7-bac4a6b643b1 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-23 10:31:45.730 7 INFO neutron.plugins.ml2.managers [None req-c635bd59-253c-4b6c-b2f7-bac4a6b643b1 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-23 10:31:45.746 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-23 10:31:45.746 8 INFO neutron.manager [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loading Plugin: auto_allocate 2026-04-23 10:31:45.748 7 INFO neutron.quota [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded quota_driver: . 2026-04-23 10:31:45.749 7 INFO neutron.plugins.ml2.plugin [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Modular L2 Plugin initialization complete 2026-04-23 10:31:45.749 7 INFO neutron.plugins.ml2.managers [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-23 10:31:45.749 7 INFO neutron.plugins.ml2.managers [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-23 10:31:45.749 7 INFO neutron.plugins.ml2.managers [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-23 10:31:45.749 7 INFO neutron.manager [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loading Plugin: qos 2026-04-23 10:31:45.754 8 INFO neutron.manager [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loading Plugin: tag 2026-04-23 10:31:45.763 8 INFO neutron.manager [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loading Plugin: timestamp 2026-04-23 10:31:45.763 7 INFO neutron.manager [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loading Plugin: router 2026-04-23 10:31:45.766 8 INFO neutron.manager [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loading Plugin: network_ip_availability 2026-04-23 10:31:45.770 8 INFO neutron.manager [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loading Plugin: flavors 2026-04-23 10:31:45.773 8 INFO neutron.manager [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loading Plugin: revisions 2026-04-23 10:31:45.777 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Initializing extension manager. 2026-04-23 10:31:45.778 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: address-group 2026-04-23 10:31:45.779 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: address-scope 2026-04-23 10:31:45.779 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-23 10:31:45.780 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: agent 2026-04-23 10:31:45.781 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: agent-resources-synced 2026-04-23 10:31:45.782 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: allowed-address-pairs 2026-04-23 10:31:45.783 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: auto-allocated-topology 2026-04-23 10:31:45.783 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: availability_zone 2026-04-23 10:31:45.784 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: availability_zone_filter 2026-04-23 10:31:45.784 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-23 10:31:45.785 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: default-subnetpools 2026-04-23 10:31:45.787 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-23 10:31:45.787 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: dns-integration 2026-04-23 10:31:45.788 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: dns-domain-ports 2026-04-23 10:31:45.788 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-23 10:31:45.790 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: dvr 2026-04-23 10:31:45.791 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-23 10:31:45.791 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: empty-string-filtering 2026-04-23 10:31:45.792 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 10:31:45.792 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-23 10:31:45.793 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: external-net 2026-04-23 10:31:45.793 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-23 10:31:45.794 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: extraroute 2026-04-23 10:31:45.795 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: extraroute-atomic 2026-04-23 10:31:45.795 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-23 10:31:45.796 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-23 10:31:45.797 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-23 10:31:45.797 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-23 10:31:45.798 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: fip-port-details 2026-04-23 10:31:45.798 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: flavors 2026-04-23 10:31:45.800 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-23 10:31:45.800 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: floatingip-pools 2026-04-23 10:31:45.801 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: ip_allocation 2026-04-23 10:31:45.801 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: ip-substring-filtering 2026-04-23 10:31:45.802 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: l2_adjacency 2026-04-23 10:31:45.803 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: router 2026-04-23 10:31:45.805 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 10:31:45.805 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-23 10:31:45.806 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-23 10:31:45.806 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: ext-gw-mode 2026-04-23 10:31:45.807 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: l3-ha 2026-04-23 10:31:45.807 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-23 10:31:45.808 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-23 10:31:45.808 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: l3-flavors 2026-04-23 10:31:45.809 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-23 10:31:45.810 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-23 10:31:45.810 7 INFO neutron.services.service_base [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-23 10:31:45.810 7 INFO neutron.manager [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loading Plugin: segments 2026-04-23 10:31:45.812 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-23 10:31:45.813 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-23 10:31:45.814 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-23 10:31:45.815 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-23 10:31:45.816 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-23 10:31:45.817 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: multi-provider 2026-04-23 10:31:45.817 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: net-mtu 2026-04-23 10:31:45.818 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: net-mtu-writable 2026-04-23 10:31:45.818 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: network_availability_zone 2026-04-23 10:31:45.819 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: network_ha 2026-04-23 10:31:45.819 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: network-ip-availability 2026-04-23 10:31:45.820 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-23 10:31:45.821 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: pagination 2026-04-23 10:31:45.822 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: port-device-profile 2026-04-23 10:31:45.822 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-23 10:31:45.823 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-23 10:31:45.824 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-23 10:31:45.824 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: port-mac-override 2026-04-23 10:31:45.825 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-23 10:31:45.825 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-23 10:31:45.826 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-23 10:31:45.826 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: port-resource-request 2026-04-23 10:31:45.827 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: port-resource-request-groups 2026-04-23 10:31:45.827 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-23 10:31:45.828 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: binding 2026-04-23 10:31:45.828 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: binding-extended 2026-04-23 10:31:45.829 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: port-security 2026-04-23 10:31:45.829 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: project-id 2026-04-23 10:31:45.830 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: provider 2026-04-23 10:31:45.831 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-23 10:31:45.833 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: qos 2026-04-23 10:31:45.833 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-23 10:31:45.834 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-23 10:31:45.835 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: qos-default 2026-04-23 10:31:45.835 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: qos-fip 2026-04-23 10:31:45.836 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-23 10:31:45.836 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: qos-gateway-ip 2026-04-23 10:31:45.837 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: qos-port-network-policy 2026-04-23 10:31:45.837 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: qos-pps-minimum 2026-04-23 10:31:45.838 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-23 10:31:45.838 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: qos-pps 2026-04-23 10:31:45.839 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: qos-rule-type-details 2026-04-23 10:31:45.839 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-23 10:31:45.840 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: qos-rules-alias 2026-04-23 10:31:45.841 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: quota-check-limit 2026-04-23 10:31:45.841 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: quota-check-limit-default 2026-04-23 10:31:45.844 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: quotas 2026-04-23 10:31:45.845 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: quota_details 2026-04-23 10:31:45.846 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: rbac-policies 2026-04-23 10:31:45.847 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: rbac-address-group 2026-04-23 10:31:45.847 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: rbac-address-scope 2026-04-23 10:31:45.847 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: rbac-security-groups 2026-04-23 10:31:45.848 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: rbac-subnetpool 2026-04-23 10:31:45.848 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: revision-if-match 2026-04-23 10:31:45.849 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: standard-attr-revisions 2026-04-23 10:31:45.850 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: router_availability_zone 2026-04-23 10:31:45.850 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-23 10:31:45.852 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: security-groups-default-rules 2026-04-23 10:31:45.853 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-23 10:31:45.853 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-23 10:31:45.854 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-23 10:31:45.854 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-23 10:31:45.855 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-23 10:31:45.859 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: security-group 2026-04-23 10:31:45.860 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: segment 2026-04-23 10:31:45.861 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-23 10:31:45.862 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: service-type 2026-04-23 10:31:45.862 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: sorting 2026-04-23 10:31:45.863 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: standard-attr-segment 2026-04-23 10:31:45.863 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: standard-attr-description 2026-04-23 10:31:45.864 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: stateful-security-group 2026-04-23 10:31:45.864 8 WARNING neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-23 10:31:45.865 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-23 10:31:45.866 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: subnet-external-network 2026-04-23 10:31:45.867 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: subnet_onboard 2026-04-23 10:31:45.868 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-23 10:31:45.868 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: subnet-service-types 2026-04-23 10:31:45.869 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: subnet_allocation 2026-04-23 10:31:45.870 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-23 10:31:45.871 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: tag-creation 2026-04-23 10:31:45.871 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-23 10:31:45.875 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: standard-attr-tag 2026-04-23 10:31:45.876 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-23 10:31:45.876 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: trunk 2026-04-23 10:31:45.877 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: trunk-details 2026-04-23 10:31:45.877 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-23 10:31:45.878 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-23 10:31:45.878 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-23 10:31:45.879 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-23 10:31:45.881 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-23 10:31:45.882 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-23 10:31:45.882 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: vpn-flavors 2026-04-23 10:31:45.885 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: vpnaas 2026-04-23 10:31:45.886 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: taas 2026-04-23 10:31:45.887 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: tap-mirror 2026-04-23 10:31:45.889 8 INFO neutron.api.extensions [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Loaded extension: taas-vlan-filter 2026-04-23 10:31:45.891 8 INFO neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-23 10:31:45.891 8 INFO neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-23 10:31:45.891 8 INFO neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 10:31:45.891 8 INFO neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-23 10:31:45.895 8 INFO neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 10:31:45.895 8 INFO neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 10:31:45.900 8 INFO neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 10:31:45.900 8 INFO neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 10:31:45.901 8 INFO neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 10:31:45.902 8 INFO neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 10:31:45.902 8 WARNING neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] subnetpool is already registered 2026-04-23 10:31:45.902 8 INFO neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 10:31:45.902 8 WARNING neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] subnetpool is already registered 2026-04-23 10:31:45.903 8 INFO neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 10:31:45.903 8 INFO neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 10:31:45.904 8 INFO neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 10:31:45.904 8 INFO neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 10:31:45.904 8 INFO neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 10:31:45.905 8 INFO neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 10:31:45.905 8 INFO neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 10:31:45.905 8 WARNING neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] ipsecpolicy is already registered 2026-04-23 10:31:45.906 8 INFO neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 10:31:45.906 8 WARNING neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] ikepolicy is already registered 2026-04-23 10:31:45.910 8 INFO neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 10:31:45.911 8 WARNING neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] router is already registered 2026-04-23 10:31:45.911 8 INFO neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 10:31:45.911 8 WARNING neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] floatingip is already registered 2026-04-23 10:31:45.913 7 INFO neutron.manager [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loading Plugin: trunk 2026-04-23 10:31:45.915 8 INFO neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 10:31:45.915 8 WARNING neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] rbac_policy is already registered 2026-04-23 10:31:45.915 8 INFO neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 10:31:45.916 8 WARNING neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] security_group is already registered 2026-04-23 10:31:45.916 8 INFO neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 10:31:45.916 8 WARNING neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] security_group_rule is already registered 2026-04-23 10:31:45.917 8 INFO neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 10:31:45.917 8 WARNING neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] subnetpool is already registered 2026-04-23 10:31:45.918 8 INFO neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 10:31:45.918 8 WARNING neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] subnetpool is already registered 2026-04-23 10:31:45.918 8 INFO neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 10:31:45.918 8 WARNING neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] trunk is already registered 2026-04-23 10:31:45.919 8 INFO neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 10:31:45.919 8 WARNING neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] ikepolicy is already registered 2026-04-23 10:31:45.919 8 INFO neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 10:31:45.919 8 WARNING neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] ipsecpolicy is already registered 2026-04-23 10:31:45.920 8 INFO neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 10:31:45.920 8 WARNING neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] endpoint_group is already registered 2026-04-23 10:31:45.920 8 INFO neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 10:31:45.921 8 WARNING neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] vpnservice is already registered 2026-04-23 10:31:45.921 8 INFO neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 10:31:45.921 8 WARNING neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] ipsec_site_connection is already registered 2026-04-23 10:31:45.922 8 INFO neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 10:31:45.922 8 WARNING neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] ipsecpolicy is already registered 2026-04-23 10:31:45.923 8 INFO neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 10:31:45.923 8 WARNING neutron.quota.resource_registry [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] ikepolicy is already registered 2026-04-23 10:31:45.928 7 INFO neutron.manager [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loading Plugin: vpnaas 2026-04-23 10:31:45.962 8 WARNING keystonemiddleware._common.config [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-23 10:31:45.966 7 WARNING stevedore.named [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 10:31:45.970 8 WARNING oslo_config.cfg [None req-29f21311-f062-40d4-a997-39cc517669ec - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 7 seconds on interpreter 0x7fcb82b62668 pid: 8 (default app) 2026-04-23 10:31:46.071 7 INFO neutron_vpnaas.services.vpn.plugin [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-23 10:31:46.071 7 INFO neutron.common.utils [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-23 10:31:46.072 7 INFO neutron.manager [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loading Plugin: taas 2026-04-23 10:31:46.109 7 WARNING stevedore.named [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 10:31:46.110 7 WARNING stevedore.named [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 10:31:46.137 7 INFO neutron_taas.services.taas.taas_plugin [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-23 10:31:46.138 7 INFO neutron.manager [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loading Plugin: tapmirror 2026-04-23 10:31:46.155 7 WARNING stevedore.named [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 10:31:46.155 7 WARNING stevedore.named [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 10:31:46.175 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-23 10:31:46.176 7 INFO neutron.manager [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loading Plugin: auto_allocate 2026-04-23 10:31:46.189 7 INFO neutron.manager [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loading Plugin: tag 2026-04-23 10:31:46.207 7 INFO neutron.manager [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loading Plugin: timestamp 2026-04-23 10:31:46.210 7 INFO neutron.manager [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loading Plugin: network_ip_availability 2026-04-23 10:31:46.215 7 INFO neutron.manager [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loading Plugin: flavors 2026-04-23 10:31:46.218 7 INFO neutron.manager [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loading Plugin: revisions 2026-04-23 10:31:46.222 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Initializing extension manager. 2026-04-23 10:31:46.224 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: address-group 2026-04-23 10:31:46.225 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: address-scope 2026-04-23 10:31:46.225 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-23 10:31:46.226 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: agent 2026-04-23 10:31:46.227 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: agent-resources-synced 2026-04-23 10:31:46.228 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-23 10:31:46.229 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-23 10:31:46.230 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: availability_zone 2026-04-23 10:31:46.230 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: availability_zone_filter 2026-04-23 10:31:46.231 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-23 10:31:46.231 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: default-subnetpools 2026-04-23 10:31:46.233 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-23 10:31:46.233 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: dns-integration 2026-04-23 10:31:46.234 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: dns-domain-ports 2026-04-23 10:31:46.234 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-23 10:31:46.235 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: dvr 2026-04-23 10:31:46.236 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-23 10:31:46.236 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: empty-string-filtering 2026-04-23 10:31:46.237 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 10:31:46.238 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-23 10:31:46.238 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: external-net 2026-04-23 10:31:46.239 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-23 10:31:46.240 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: extraroute 2026-04-23 10:31:46.241 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: extraroute-atomic 2026-04-23 10:31:46.242 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-23 10:31:46.243 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-23 10:31:46.244 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-23 10:31:46.245 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-23 10:31:46.246 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: fip-port-details 2026-04-23 10:31:46.247 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: flavors 2026-04-23 10:31:46.249 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-23 10:31:46.250 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: floatingip-pools 2026-04-23 10:31:46.251 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: ip_allocation 2026-04-23 10:31:46.252 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-23 10:31:46.253 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: l2_adjacency 2026-04-23 10:31:46.255 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: router 2026-04-23 10:31:46.257 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 10:31:46.258 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-23 10:31:46.259 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-23 10:31:46.260 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: ext-gw-mode 2026-04-23 10:31:46.261 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: l3-ha 2026-04-23 10:31:46.262 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-23 10:31:46.263 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-23 10:31:46.264 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: l3-flavors 2026-04-23 10:31:46.265 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-23 10:31:46.266 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-23 10:31:46.269 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-23 10:31:46.271 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-23 10:31:46.273 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-23 10:31:46.274 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-23 10:31:46.275 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-23 10:31:46.276 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: multi-provider 2026-04-23 10:31:46.277 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: net-mtu 2026-04-23 10:31:46.278 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: net-mtu-writable 2026-04-23 10:31:46.279 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: network_availability_zone 2026-04-23 10:31:46.280 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: network_ha 2026-04-23 10:31:46.281 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: network-ip-availability 2026-04-23 10:31:46.282 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-23 10:31:46.283 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: pagination 2026-04-23 10:31:46.284 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: port-device-profile 2026-04-23 10:31:46.285 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-23 10:31:46.285 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-23 10:31:46.286 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-23 10:31:46.287 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: port-mac-override 2026-04-23 10:31:46.288 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-23 10:31:46.289 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-23 10:31:46.290 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-23 10:31:46.291 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: port-resource-request 2026-04-23 10:31:46.292 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-23 10:31:46.292 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-23 10:31:46.293 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: binding 2026-04-23 10:31:46.294 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: binding-extended 2026-04-23 10:31:46.295 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: port-security 2026-04-23 10:31:46.296 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: project-id 2026-04-23 10:31:46.297 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: provider 2026-04-23 10:31:46.298 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-23 10:31:46.301 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: qos 2026-04-23 10:31:46.302 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-23 10:31:46.303 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-23 10:31:46.304 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: qos-default 2026-04-23 10:31:46.305 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: qos-fip 2026-04-23 10:31:46.306 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-23 10:31:46.306 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-23 10:31:46.307 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-23 10:31:46.308 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-23 10:31:46.309 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-23 10:31:46.310 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: qos-pps 2026-04-23 10:31:46.311 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-23 10:31:46.312 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-23 10:31:46.312 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: qos-rules-alias 2026-04-23 10:31:46.313 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: quota-check-limit 2026-04-23 10:31:46.314 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-23 10:31:46.318 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: quotas 2026-04-23 10:31:46.320 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: quota_details 2026-04-23 10:31:46.322 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: rbac-policies 2026-04-23 10:31:46.323 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: rbac-address-group 2026-04-23 10:31:46.323 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: rbac-address-scope 2026-04-23 10:31:46.324 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: rbac-security-groups 2026-04-23 10:31:46.326 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-23 10:31:46.327 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: revision-if-match 2026-04-23 10:31:46.328 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-23 10:31:46.329 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: router_availability_zone 2026-04-23 10:31:46.330 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-23 10:31:46.332 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-23 10:31:46.332 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-23 10:31:46.333 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-23 10:31:46.333 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-23 10:31:46.334 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-23 10:31:46.334 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-23 10:31:46.339 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: security-group 2026-04-23 10:31:46.340 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: segment 2026-04-23 10:31:46.341 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-23 10:31:46.341 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: service-type 2026-04-23 10:31:46.342 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: sorting 2026-04-23 10:31:46.342 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: standard-attr-segment 2026-04-23 10:31:46.343 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: standard-attr-description 2026-04-23 10:31:46.344 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: stateful-security-group 2026-04-23 10:31:46.344 7 WARNING neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-23 10:31:46.345 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-23 10:31:46.345 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: subnet-external-network 2026-04-23 10:31:46.346 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: subnet_onboard 2026-04-23 10:31:46.346 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-23 10:31:46.347 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: subnet-service-types 2026-04-23 10:31:46.348 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: subnet_allocation 2026-04-23 10:31:46.348 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-23 10:31:46.349 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: tag-creation 2026-04-23 10:31:46.349 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-23 10:31:46.353 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: standard-attr-tag 2026-04-23 10:31:46.354 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-23 10:31:46.355 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: trunk 2026-04-23 10:31:46.355 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: trunk-details 2026-04-23 10:31:46.356 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-23 10:31:46.356 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-23 10:31:46.357 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-23 10:31:46.358 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-23 10:31:46.360 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-23 10:31:46.360 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-23 10:31:46.361 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: vpn-flavors 2026-04-23 10:31:46.363 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: vpnaas 2026-04-23 10:31:46.364 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: taas 2026-04-23 10:31:46.365 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: tap-mirror 2026-04-23 10:31:46.366 7 INFO neutron.api.extensions [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-23 10:31:46.368 7 INFO neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-23 10:31:46.369 7 INFO neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-23 10:31:46.369 7 INFO neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 10:31:46.369 7 INFO neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-23 10:31:46.372 7 INFO neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 10:31:46.373 7 INFO neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 10:31:46.378 7 INFO neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 10:31:46.379 7 INFO neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 10:31:46.379 7 INFO neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 10:31:46.380 7 INFO neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 10:31:46.380 7 WARNING neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] subnetpool is already registered 2026-04-23 10:31:46.381 7 INFO neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 10:31:46.381 7 WARNING neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] subnetpool is already registered 2026-04-23 10:31:46.381 7 INFO neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 10:31:46.382 7 INFO neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 10:31:46.382 7 INFO neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 10:31:46.383 7 INFO neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 10:31:46.383 7 INFO neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 10:31:46.383 7 INFO neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 10:31:46.384 7 INFO neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 10:31:46.384 7 WARNING neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] ipsecpolicy is already registered 2026-04-23 10:31:46.384 7 INFO neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 10:31:46.385 7 WARNING neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] ikepolicy is already registered 2026-04-23 10:31:46.391 7 INFO neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 10:31:46.391 7 WARNING neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] router is already registered 2026-04-23 10:31:46.391 7 INFO neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 10:31:46.392 7 WARNING neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] floatingip is already registered 2026-04-23 10:31:46.395 7 INFO neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 10:31:46.395 7 WARNING neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] rbac_policy is already registered 2026-04-23 10:31:46.396 7 INFO neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 10:31:46.396 7 WARNING neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] security_group is already registered 2026-04-23 10:31:46.396 7 INFO neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 10:31:46.396 7 WARNING neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] security_group_rule is already registered 2026-04-23 10:31:46.397 7 INFO neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 10:31:46.397 7 WARNING neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] subnetpool is already registered 2026-04-23 10:31:46.398 7 INFO neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 10:31:46.398 7 WARNING neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] subnetpool is already registered 2026-04-23 10:31:46.398 7 INFO neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 10:31:46.398 7 WARNING neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] trunk is already registered 2026-04-23 10:31:46.399 7 INFO neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 10:31:46.399 7 WARNING neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] ikepolicy is already registered 2026-04-23 10:31:46.399 7 INFO neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 10:31:46.399 7 WARNING neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] ipsecpolicy is already registered 2026-04-23 10:31:46.400 7 INFO neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 10:31:46.400 7 WARNING neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] endpoint_group is already registered 2026-04-23 10:31:46.400 7 INFO neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 10:31:46.400 7 WARNING neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] vpnservice is already registered 2026-04-23 10:31:46.401 7 INFO neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 10:31:46.401 7 WARNING neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] ipsec_site_connection is already registered 2026-04-23 10:31:46.401 7 INFO neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 10:31:46.401 7 WARNING neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] ipsecpolicy is already registered 2026-04-23 10:31:46.402 7 INFO neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 10:31:46.402 7 WARNING neutron.quota.resource_registry [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] ikepolicy is already registered 2026-04-23 10:31:46.440 7 WARNING keystonemiddleware._common.config [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-23 10:31:46.447 7 WARNING oslo_config.cfg [None req-f9bdbf81-b5eb-4afb-af73-325aaf6e45d8 - - - - - -] 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 0x7fcb82b62668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 10:31:51.064 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1f088d5a-9523-4cde-9ad7-359efbc3f12a a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.204.45.210 () {44 vars in 926 bytes} [Thu Apr 23 10:31:50 2026] GET /v2.0/networks/public => generated 108 bytes in 882 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/4] 199.204.45.210 () {44 vars in 948 bytes} [Thu Apr 23 10:31:51 2026] GET /v2.0/networks?name=public => generated 15 bytes in 432 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:31:52.051 8 WARNING neutron.services.revisions.revision_plugin [None req-b1d7ba60-362e-4ea4-ae35-60a650652cd9 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Could not find related network for resource to bump revision. 2026-04-23 10:31:52.074 8 INFO neutron.db.segments_db [None req-b1d7ba60-362e-4ea4-ae35-60a650652cd9 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Added segment 73dfe1b2-b8f0-4905-a321-203b8bbbfb08 of type flat for network 4e7b2741-a21b-42b1-9ef9-082b765b0326 2026-04-23 10:31:52.134 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b1d7ba60-362e-4ea4-ae35-60a650652cd9 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/5] 199.204.45.210 () {48 vars in 966 bytes} [Thu Apr 23 10:31:51 2026] POST /v2.0/networks => generated 124 bytes in 643 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:31:58.199 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4728242f-0346-4df0-9544-3d5657a31e57 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.204.45.210 () {44 vars in 926 bytes} [Thu Apr 23 10:31:58 2026] GET /v2.0/networks/public => generated 108 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 199.204.45.210 () {44 vars in 948 bytes} [Thu Apr 23 10:31:58 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:31:58.280 8 WARNING neutron.services.revisions.revision_plugin [None req-6a74cfa1-a2ac-40fd-8f44-4f5c3e0efdc8 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Could not find related network for resource to bump revision. 2026-04-23 10:31:58.290 8 INFO neutron.db.segments_db [None req-6a74cfa1-a2ac-40fd-8f44-4f5c3e0efdc8 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Added segment d0367ec8-8e13-4f8c-acd6-93345019e5e0 of type flat for network b43bd98d-8ffe-4432-8e9c-ddec5a313f3f 2026-04-23 10:31:58.306 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6a74cfa1-a2ac-40fd-8f44-4f5c3e0efdc8 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.204.45.210 () {48 vars in 966 bytes} [Thu Apr 23 10:31:58 2026] POST /v2.0/networks => generated 124 bytes in 88 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:32:04.610 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e8a620de-9c53-41e3-ab81-642e5a4bf0bb a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/10] 199.204.45.210 () {44 vars in 926 bytes} [Thu Apr 23 10:32:04 2026] GET /v2.0/networks/public => generated 108 bytes in 370 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/11] 199.204.45.210 () {44 vars in 948 bytes} [Thu Apr 23 10:32:04 2026] GET /v2.0/networks?name=public => generated 15 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:32:04.901 7 WARNING neutron.services.revisions.revision_plugin [None req-94247566-00b2-4411-9908-87892068cf23 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Could not find related network for resource to bump revision. 2026-04-23 10:32:04.927 7 INFO neutron.db.segments_db [None req-94247566-00b2-4411-9908-87892068cf23 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Added segment 4bcade6e-198c-42b4-a261-6a5eac0a9b4c of type flat for network 93fe2bed-2127-477b-ba00-88ba3565d407 2026-04-23 10:32:04.983 7 INFO neutron.pecan_wsgi.hooks.translation [None req-94247566-00b2-4411-9908-87892068cf23 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/12] 199.204.45.210 () {48 vars in 966 bytes} [Thu Apr 23 10:32:04 2026] POST /v2.0/networks => generated 124 bytes in 353 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:32:11.008 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f09fa308-1c75-4f69-aae2-82f8579478f4 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 199.204.45.210 () {44 vars in 926 bytes} [Thu Apr 23 10:32:10 2026] GET /v2.0/networks/public => generated 108 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/15] 199.204.45.210 () {44 vars in 948 bytes} [Thu Apr 23 10:32:11 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-23 10:32:11.078 7 WARNING neutron.services.revisions.revision_plugin [None req-5f3d1907-21f7-4269-b7d5-abe537c81607 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Could not find related network for resource to bump revision. 2026-04-23 10:32:11.100 7 INFO neutron.db.segments_db [None req-5f3d1907-21f7-4269-b7d5-abe537c81607 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Added segment dfedbaf5-3f74-422e-84aa-39757ca6cc4c of type flat for network 352b4c94-bb06-456b-9729-a5cab3dce14a 2026-04-23 10:32:11.125 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5f3d1907-21f7-4269-b7d5-abe537c81607 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 199.204.45.210 () {48 vars in 966 bytes} [Thu Apr 23 10:32:11 2026] POST /v2.0/networks => generated 124 bytes in 109 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:32:17.100 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b79c798b-4c92-4267-b7ee-b75c579c2411 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.204.45.210 () {44 vars in 926 bytes} [Thu Apr 23 10:32:17 2026] GET /v2.0/networks/public => generated 108 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.204.45.210 () {44 vars in 948 bytes} [Thu Apr 23 10:32:17 2026] GET /v2.0/networks?name=public => generated 15 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:32:17.166 8 WARNING neutron.services.revisions.revision_plugin [None req-3ed3160b-fc04-4a9c-8d01-5601db9ef0df a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Could not find related network for resource to bump revision. 2026-04-23 10:32:17.180 8 INFO neutron.db.segments_db [None req-3ed3160b-fc04-4a9c-8d01-5601db9ef0df a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Added segment 2900fbe7-2cfe-4adc-8a75-49f1f3d2ccd4 of type flat for network d72992d1-66cc-435c-a0ac-6e3a83746f01 2026-04-23 10:32:17.203 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3ed3160b-fc04-4a9c-8d01-5601db9ef0df a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/19] 199.204.45.210 () {48 vars in 966 bytes} [Thu Apr 23 10:32:17 2026] POST /v2.0/networks => generated 124 bytes in 90 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:32:23.253 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8141d9da-c0a6-4236-9862-3e124df747d8 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/21] 199.204.45.210 () {44 vars in 926 bytes} [Thu Apr 23 10:32:23 2026] GET /v2.0/networks/public => generated 108 bytes in 69 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/22] 199.204.45.210 () {44 vars in 948 bytes} [Thu Apr 23 10:32:23 2026] GET /v2.0/networks?name=public => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:32:23.352 8 WARNING neutron.services.revisions.revision_plugin [None req-f8c59647-bce8-41f1-b5b4-6c2ee5db6b2a a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Could not find related network for resource to bump revision. 2026-04-23 10:32:23.378 8 INFO neutron.db.segments_db [None req-f8c59647-bce8-41f1-b5b4-6c2ee5db6b2a a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Added segment 971e3e45-0081-4bf5-8812-b1e5081b9469 of type flat for network 1fe3eb3b-593e-46f1-a000-095f4f4c597e 2026-04-23 10:32:23.410 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f8c59647-bce8-41f1-b5b4-6c2ee5db6b2a a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 13/23] 199.204.45.210 () {48 vars in 966 bytes} [Thu Apr 23 10:32:23 2026] POST /v2.0/networks => generated 124 bytes in 145 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:32:29.492 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3b038374-90e8-4955-932c-7e7981442a7b a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/24] 199.204.45.210 () {44 vars in 926 bytes} [Thu Apr 23 10:32:29 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/25] 199.204.45.210 () {44 vars in 948 bytes} [Thu Apr 23 10:32:29 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:32:30.017 7 WARNING neutron.services.revisions.revision_plugin [None req-4c30f851-c1b8-4c0b-90b1-e4be5812b7be a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Could not find related network for resource to bump revision. 2026-04-23 10:32:30.039 7 INFO neutron.db.segments_db [None req-4c30f851-c1b8-4c0b-90b1-e4be5812b7be a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Added segment 22528b53-e59a-402d-bc10-d6134c720464 of type flat for network c01f1fa1-050e-4e15-ae40-a9bb278a2219 [pid: 7|app: 0|req: 12/26] 199.204.45.210 () {48 vars in 966 bytes} [Thu Apr 23 10:32:29 2026] POST /v2.0/networks => generated 706 bytes in 3891 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:32:34.621 8 INFO neutron.pecan_wsgi.hooks.translation [None req-54efc056-0677-4bb9-80a0-a8f4cf024d78 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 15/27] 199.204.45.210 () {44 vars in 926 bytes} [Thu Apr 23 10:32:34 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/28] 199.204.45.210 () {44 vars in 948 bytes} [Thu Apr 23 10:32:34 2026] GET /v2.0/networks?name=public => generated 709 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:32:34.699 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b1e6b2e9-0de3-4b56-8407-9ba648c00949 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 16/29] 199.204.45.210 () {44 vars in 1033 bytes} [Thu Apr 23 10:32:34 2026] GET /v2.0/subnets/public-subnet?network_id=c01f1fa1-050e-4e15-ae40-a9bb278a2219 => generated 113 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/30] 199.204.45.210 () {44 vars in 1056 bytes} [Thu Apr 23 10:32:34 2026] GET /v2.0/subnets?name=public-subnet&network_id=c01f1fa1-050e-4e15-ae40-a9bb278a2219 => 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: 17/31] 199.204.45.210 () {48 vars in 964 bytes} [Thu Apr 23 10:32:34 2026] POST /v2.0/subnets => generated 664 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:33:35.142 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ff386c55-84ea-4456-a5c6-3320dac15287 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 19/40] 199.204.45.210 () {44 vars in 936 bytes} [Thu Apr 23 10:33:35 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: 8|app: 0|req: 22/41] 199.204.45.210 () {44 vars in 958 bytes} [Thu Apr 23 10:33:35 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:33:36.640 7 INFO neutron.db.segments_db [None req-f57f9a4b-c4bb-499e-9ac7-b1c5f53ae340 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Added segment 2b467b36-812c-46a5-b5d4-893dd26e38ec of type vxlan for network a424de0c-d1d7-481d-9886-771e5e8e1019 [pid: 7|app: 0|req: 20/42] 199.204.45.210 () {48 vars in 965 bytes} [Thu Apr 23 10:33:35 2026] POST /v2.0/networks => generated 688 bytes in 1636 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:33:38.045 8 INFO neutron.pecan_wsgi.hooks.translation [None req-060e414b-a05c-4224-94d3-72a71dbc6d95 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 23/43] 199.204.45.210 () {44 vars in 936 bytes} [Thu Apr 23 10:33:37 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 21/44] 199.204.45.210 () {44 vars in 958 bytes} [Thu Apr 23 10:33:38 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:33:38.120 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9154f084-e24c-46f1-a3df-592cbad0411c a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 23/47] 199.204.45.210 () {44 vars in 1035 bytes} [Thu Apr 23 10:33:38 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=a424de0c-d1d7-481d-9886-771e5e8e1019 => generated 114 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 25/48] 199.204.45.210 () {44 vars in 1058 bytes} [Thu Apr 23 10:33:38 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=a424de0c-d1d7-481d-9886-771e5e8e1019 => 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: 24/49] 199.204.45.210 () {48 vars in 964 bytes} [Thu Apr 23 10:33:38 2026] POST /v2.0/subnets => generated 651 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:33:39.652 8 INFO neutron.api.v2.resource [None req-cfb9e50e-b109-491e-b850-d9caeaa2d6f2 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 26/50] 199.204.45.210 () {44 vars in 970 bytes} [Thu Apr 23 10:33:39 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 25/51] 199.204.45.210 () {44 vars in 992 bytes} [Thu Apr 23 10:33:39 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 27/52] 199.204.45.210 () {48 vars in 979 bytes} [Thu Apr 23 10:33:39 2026] POST /v2.0/security-groups => generated 1616 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 26/53] 199.204.45.210 () {44 vars in 1000 bytes} [Thu Apr 23 10:33:41 2026] GET /v2.0/security-groups/dbaa364a-eb96-49d1-bb83-66e8376fe3de => generated 1616 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 28/54] 199.204.45.210 () {44 vars in 1000 bytes} [Thu Apr 23 10:33:41 2026] GET /v2.0/security-groups/dbaa364a-eb96-49d1-bb83-66e8376fe3de => generated 1616 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 27/55] 199.204.45.210 () {44 vars in 1000 bytes} [Thu Apr 23 10:33:41 2026] GET /v2.0/security-groups/dbaa364a-eb96-49d1-bb83-66e8376fe3de => generated 1616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 29/56] 199.204.45.210 () {48 vars in 990 bytes} [Thu Apr 23 10:33:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 28/57] 199.204.45.210 () {44 vars in 1000 bytes} [Thu Apr 23 10:33:42 2026] GET /v2.0/security-groups/dbaa364a-eb96-49d1-bb83-66e8376fe3de => generated 2230 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 30/58] 199.204.45.210 () {44 vars in 1000 bytes} [Thu Apr 23 10:33:42 2026] GET /v2.0/security-groups/dbaa364a-eb96-49d1-bb83-66e8376fe3de => generated 2230 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 29/59] 199.204.45.210 () {44 vars in 1000 bytes} [Thu Apr 23 10:33:42 2026] GET /v2.0/security-groups/dbaa364a-eb96-49d1-bb83-66e8376fe3de => generated 2230 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 31/60] 199.204.45.210 () {48 vars in 990 bytes} [Thu Apr 23 10:33:42 2026] POST /v2.0/security-group-rules => generated 603 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 30/61] 199.204.45.210 () {44 vars in 1000 bytes} [Thu Apr 23 10:33:43 2026] GET /v2.0/security-groups/dbaa364a-eb96-49d1-bb83-66e8376fe3de => generated 2846 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/62] 199.204.45.210 () {44 vars in 1000 bytes} [Thu Apr 23 10:33:43 2026] GET /v2.0/security-groups/dbaa364a-eb96-49d1-bb83-66e8376fe3de => 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: 31/63] 199.204.45.210 () {44 vars in 1000 bytes} [Thu Apr 23 10:33:43 2026] GET /v2.0/security-groups/dbaa364a-eb96-49d1-bb83-66e8376fe3de => 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: 33/64] 199.204.45.210 () {48 vars in 990 bytes} [Thu Apr 23 10:33:43 2026] POST /v2.0/security-group-rules => generated 603 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 32/65] 199.204.45.210 () {44 vars in 1000 bytes} [Thu Apr 23 10:33:44 2026] GET /v2.0/security-groups/dbaa364a-eb96-49d1-bb83-66e8376fe3de => generated 3462 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/66] 199.204.45.210 () {44 vars in 1000 bytes} [Thu Apr 23 10:33:45 2026] GET /v2.0/security-groups/dbaa364a-eb96-49d1-bb83-66e8376fe3de => generated 3462 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/67] 199.204.45.210 () {44 vars in 1000 bytes} [Thu Apr 23 10:33:45 2026] GET /v2.0/security-groups/dbaa364a-eb96-49d1-bb83-66e8376fe3de => generated 3462 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/68] 199.204.45.210 () {48 vars in 990 bytes} [Thu Apr 23 10:33:45 2026] POST /v2.0/security-group-rules => generated 603 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/69] 199.204.45.210 () {44 vars in 1000 bytes} [Thu Apr 23 10:33:46 2026] GET /v2.0/security-groups/dbaa364a-eb96-49d1-bb83-66e8376fe3de => generated 4078 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/70] 199.204.45.210 () {44 vars in 1000 bytes} [Thu Apr 23 10:33:46 2026] GET /v2.0/security-groups/dbaa364a-eb96-49d1-bb83-66e8376fe3de => generated 4078 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/71] 199.204.45.210 () {44 vars in 1000 bytes} [Thu Apr 23 10:33:46 2026] GET /v2.0/security-groups/dbaa364a-eb96-49d1-bb83-66e8376fe3de => generated 4078 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/72] 199.204.45.210 () {48 vars in 990 bytes} [Thu Apr 23 10:33:46 2026] POST /v2.0/security-group-rules => generated 603 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/73] 199.204.45.210 () {44 vars in 986 bytes} [Thu Apr 23 10:33:47 2026] GET /v2.0/networks/a424de0c-d1d7-481d-9886-771e5e8e1019 => generated 732 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:33:47.841 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4c9ab801-0ae3-4e98-9fcd-9a7a7b62f59b a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 38/74] 199.204.45.210 () {44 vars in 1075 bytes} [Thu Apr 23 10:33:47 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=a424de0c-d1d7-481d-9886-771e5e8e1019 => generated 132 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/75] 199.204.45.210 () {44 vars in 1098 bytes} [Thu Apr 23 10:33:47 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=a424de0c-d1d7-481d-9886-771e5e8e1019 => generated 12 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/76] 199.204.45.210 () {44 vars in 1000 bytes} [Thu Apr 23 10:33:47 2026] GET /v2.0/security-groups/dbaa364a-eb96-49d1-bb83-66e8376fe3de => generated 4694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/77] 199.204.45.210 () {48 vars in 960 bytes} [Thu Apr 23 10:33:47 2026] POST /v2.0/ports => generated 1100 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 10:33:50.384 8 INFO neutron.api.v2.resource [None req-fbc9b65a-7931-4bdb-83c4-d1a5e5386464 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 40/78] 199.204.45.210 () {44 vars in 1073 bytes} [Thu Apr 23 10:33:50 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=87923e9550044470936c0a4667b6ce73 => generated 139 bytes in 37 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: 39/79] 199.204.45.210 () {44 vars in 1096 bytes} [Thu Apr 23 10:33:50 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=87923e9550044470936c0a4667b6ce73 => generated 23 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/80] 199.204.45.210 () {48 vars in 980 bytes} [Thu Apr 23 10:33:50 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: 40/81] 199.204.45.210 () {44 vars in 1087 bytes} [Thu Apr 23 10:33:52 2026] GET /v2.0/security-groups/f35f9681-dcbf-49a7-8822-53b851a38e91?project_id=87923e9550044470936c0a4667b6ce73 => generated 1624 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/82] 199.204.45.210 () {44 vars in 1000 bytes} [Thu Apr 23 10:33:52 2026] GET /v2.0/security-groups/f35f9681-dcbf-49a7-8822-53b851a38e91 => generated 1624 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/83] 199.204.45.210 () {44 vars in 1087 bytes} [Thu Apr 23 10:33:52 2026] GET /v2.0/security-groups/f35f9681-dcbf-49a7-8822-53b851a38e91?project_id=87923e9550044470936c0a4667b6ce73 => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/84] 199.204.45.210 () {48 vars in 990 bytes} [Thu Apr 23 10:33:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/87] 199.204.45.210 () {44 vars in 1087 bytes} [Thu Apr 23 10:33:53 2026] GET /v2.0/security-groups/f35f9681-dcbf-49a7-8822-53b851a38e91?project_id=87923e9550044470936c0a4667b6ce73 => generated 2234 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/88] 199.204.45.210 () {44 vars in 1000 bytes} [Thu Apr 23 10:33:53 2026] GET /v2.0/security-groups/f35f9681-dcbf-49a7-8822-53b851a38e91 => generated 2234 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/89] 199.204.45.210 () {44 vars in 1087 bytes} [Thu Apr 23 10:33:53 2026] GET /v2.0/security-groups/f35f9681-dcbf-49a7-8822-53b851a38e91?project_id=87923e9550044470936c0a4667b6ce73 => generated 2234 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/90] 199.204.45.210 () {48 vars in 990 bytes} [Thu Apr 23 10:33:53 2026] POST /v2.0/security-group-rules => generated 599 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/91] 199.204.45.210 () {44 vars in 1087 bytes} [Thu Apr 23 10:33:54 2026] GET /v2.0/security-groups/f35f9681-dcbf-49a7-8822-53b851a38e91?project_id=87923e9550044470936c0a4667b6ce73 => generated 2846 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/92] 199.204.45.210 () {44 vars in 1000 bytes} [Thu Apr 23 10:33:55 2026] GET /v2.0/security-groups/f35f9681-dcbf-49a7-8822-53b851a38e91 => generated 2846 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/93] 199.204.45.210 () {44 vars in 1087 bytes} [Thu Apr 23 10:33:55 2026] GET /v2.0/security-groups/f35f9681-dcbf-49a7-8822-53b851a38e91?project_id=87923e9550044470936c0a4667b6ce73 => generated 2846 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/94] 199.204.45.210 () {48 vars in 990 bytes} [Thu Apr 23 10:33:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:33:56.267 7 INFO neutron.pecan_wsgi.hooks.translation [None req-45c0738e-7e5c-48c2-80be-b8a29ac2e580 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 47/95] 199.204.45.210 () {44 vars in 978 bytes} [Thu Apr 23 10:33:56 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/96] 199.204.45.210 () {44 vars in 1000 bytes} [Thu Apr 23 10:33:56 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/97] 199.204.45.210 () {44 vars in 1087 bytes} [Thu Apr 23 10:33:56 2026] GET /v2.0/security-groups/f35f9681-dcbf-49a7-8822-53b851a38e91?project_id=87923e9550044470936c0a4667b6ce73 => generated 3460 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/98] 199.204.45.210 () {44 vars in 1000 bytes} [Thu Apr 23 10:33:56 2026] GET /v2.0/security-groups/f35f9681-dcbf-49a7-8822-53b851a38e91 => generated 3460 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/99] 199.204.45.210 () {44 vars in 1087 bytes} [Thu Apr 23 10:33:56 2026] GET /v2.0/security-groups/f35f9681-dcbf-49a7-8822-53b851a38e91?project_id=87923e9550044470936c0a4667b6ce73 => 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: 53/100] 199.204.45.210 () {48 vars in 990 bytes} [Thu Apr 23 10:33:56 2026] POST /v2.0/security-group-rules => generated 602 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/101] 199.204.45.210 () {48 vars in 1030 bytes} [Thu Apr 23 10:33:56 2026] PUT /v2.0/ports/3ce74c14-affe-4eaa-bd35-617305f61d77 => generated 1249 bytes in 843 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/102] 199.204.45.210 () {44 vars in 919 bytes} [Thu Apr 23 10:33:58 2026] GET /v2.0/ports => generated 3730 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 10:34:00.109 7 INFO neutron.api.v2.resource [None req-25ee8c00-352d-4a8f-80a9-a07a7559d515 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 49/103] 199.204.45.210 () {44 vars in 958 bytes} [Thu Apr 23 10:34:00 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/104] 199.204.45.210 () {44 vars in 980 bytes} [Thu Apr 23 10:34:00 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/105] 199.204.45.210 () {48 vars in 979 bytes} [Thu Apr 23 10:34:00 2026] POST /v2.0/security-groups => generated 1610 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/106] 199.204.45.210 () {44 vars in 1000 bytes} [Thu Apr 23 10:34:01 2026] GET /v2.0/security-groups/68323e52-829b-485e-b298-9738e7302c27 => generated 1610 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/107] 199.204.45.210 () {44 vars in 1000 bytes} [Thu Apr 23 10:34:01 2026] GET /v2.0/security-groups/68323e52-829b-485e-b298-9738e7302c27 => generated 1610 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/108] 199.204.45.210 () {44 vars in 1000 bytes} [Thu Apr 23 10:34:01 2026] GET /v2.0/security-groups/68323e52-829b-485e-b298-9738e7302c27 => generated 1610 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/109] 199.204.45.210 () {48 vars in 990 bytes} [Thu Apr 23 10:34:01 2026] POST /v2.0/security-group-rules => generated 623 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/110] 199.204.45.210 () {44 vars in 1000 bytes} [Thu Apr 23 10:34:03 2026] GET /v2.0/security-groups/68323e52-829b-485e-b298-9738e7302c27 => generated 2246 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/111] 199.204.45.210 () {44 vars in 1000 bytes} [Thu Apr 23 10:34:03 2026] GET /v2.0/security-groups/68323e52-829b-485e-b298-9738e7302c27 => generated 2246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/112] 199.204.45.210 () {44 vars in 1000 bytes} [Thu Apr 23 10:34:03 2026] GET /v2.0/security-groups/68323e52-829b-485e-b298-9738e7302c27 => generated 2246 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/113] 199.204.45.210 () {48 vars in 990 bytes} [Thu Apr 23 10:34:03 2026] POST /v2.0/security-group-rules => generated 627 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/126] 199.204.45.210 () {44 vars in 974 bytes} [Thu Apr 23 10:35:29 2026] GET /v2.0/quotas/9f8922fa8584406589c203a33255c25a => 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: 66/127] 199.204.45.210 () {48 vars in 1026 bytes} [Thu Apr 23 10:35:30 2026] PUT /v2.0/quotas/9f8922fa8584406589c203a33255c25a => generated 291 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 68/140] 199.204.45.210 () {30 vars in 739 bytes} [Thu Apr 23 10:36:54 2026] GET /v2.0/networks?tenant_id=87923e9550044470936c0a4667b6ce73&shared=False => generated 15 bytes in 111 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-23 10:36:54.207 8 INFO neutron.db.segments_db [None req-d532866b-c1b5-4c33-b61b-ed312f93f14a 4f42628b7ac9447897dc1520e5f5e3af 87923e9550044470936c0a4667b6ce73 - - b8a872b642cd43de950c8d2b3546d6b6 b8a872b642cd43de950c8d2b3546d6b6] Added segment 3dd59089-2461-4446-9c1b-d63b5c544db3 of type vxlan for network 63bda4c1-416e-4b92-8f30-f469dd0c757b [pid: 8|app: 0|req: 73/141] 199.204.45.210 () {34 vars in 681 bytes} [Thu Apr 23 10:36:54 2026] POST /v2.0/networks => generated 699 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 69/142] 199.204.45.210 () {30 vars in 721 bytes} [Thu Apr 23 10:36:54 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 74/143] 199.204.45.210 () {30 vars in 632 bytes} [Thu Apr 23 10:36:54 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 70/144] 199.204.45.210 () {34 vars in 676 bytes} [Thu Apr 23 10:36:54 2026] POST /v2.0/ports => generated 999 bytes in 513 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 75/145] 199.204.45.210 () {30 vars in 702 bytes} [Thu Apr 23 10:36:54 2026] GET /v2.0/networks/63bda4c1-416e-4b92-8f30-f469dd0c757b => generated 705 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 71/146] 199.204.45.210 () {30 vars in 721 bytes} [Thu Apr 23 10:36:56 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 76/147] 199.204.45.210 () {30 vars in 702 bytes} [Thu Apr 23 10:36:56 2026] GET /v2.0/networks/63bda4c1-416e-4b92-8f30-f469dd0c757b => generated 705 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/neutron/extensions/quotasv2.py:134: UserWarning: "--check-limit" parameter is no longer needed since Epoxy (2025.1) release. By default, Neutron quota engine checks the resource usage before updating the limits warnings.warn('"--check-limit" parameter is no longer needed ' [pid: 8|app: 0|req: 79/152] 199.204.45.210 () {48 vars in 1024 bytes} [Thu Apr 23 10:37:31 2026] PUT /v2.0/quotas/87923e9550044470936c0a4667b6ce73 => generated 291 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:38:03.952 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3a8e6580-4f5d-4c9b-a7c5-85dada247981 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 76/157] 199.204.45.210 () {30 vars in 740 bytes} [Thu Apr 23 10:38:03 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 129 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 82/158] 199.204.45.210 () {30 vars in 762 bytes} [Thu Apr 23 10:38:03 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:38:06.532 7 INFO neutron.pecan_wsgi.hooks.translation [None req-97568371-9f81-44ec-9ab3-dd1ec0638618 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 77/159] 199.204.45.210 () {30 vars in 740 bytes} [Thu Apr 23 10:38:06 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 169 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 83/160] 199.204.45.210 () {30 vars in 762 bytes} [Thu Apr 23 10:38:06 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/221] 199.204.45.210 () {44 vars in 948 bytes} [Thu Apr 23 10:45:31 2026] GET /v2.0/networks?name=public => generated 753 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/228] 10.0.0.24 () {32 vars in 647 bytes} [Thu Apr 23 10:46:16 2026] GET /v2.0/networks => generated 2168 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/229] 10.0.0.24 () {32 vars in 653 bytes} [Thu Apr 23 10:46:18 2026] GET /v2.0/floatingips => 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: 112/230] 10.0.0.24 () {32 vars in 645 bytes} [Thu Apr 23 10:46:18 2026] GET /v2.0/routers => generated 15 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/231] 10.0.0.24 () {32 vars in 641 bytes} [Thu Apr 23 10:46:18 2026] GET /v2.0/ports => generated 4725 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/232] 10.0.0.24 () {32 vars in 645 bytes} [Thu Apr 23 10:46:18 2026] GET /v2.0/subnets => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/233] 10.0.0.24 () {32 vars in 647 bytes} [Thu Apr 23 10:46:18 2026] GET /v2.0/networks => generated 2168 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/234] 10.0.0.24 () {32 vars in 661 bytes} [Thu Apr 23 10:46:18 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: 121/235] 10.0.0.24 () {32 vars in 653 bytes} [Thu Apr 23 10:46:18 2026] GET /v2.0/subnetpools => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:46:31.516 8 INFO neutron.db.segments_db [None req-408ee469-a2db-4489-994d-b0fe3f0a7aaf a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Added segment 6f0cf837-e3e1-4b0e-a910-3a65239ced9a of type vxlan for network 3f7ff530-a708-413a-9327-9cce8c0966db 2026-04-23 10:46:31.532 7 INFO neutron.db.segments_db [None req-fd0fad0f-3f39-451b-9ed2-7d65d6ae609c a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Added segment 78a2841a-e865-4707-9138-80b09121b5dd of type vxlan for network 41ed4ed1-8182-4527-8a63-50a5ace9cc0e [pid: 8|app: 0|req: 123/238] 10.0.0.24 () {34 vars in 669 bytes} [Thu Apr 23 10:46:31 2026] POST /v2.0/networks => generated 730 bytes in 515 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/239] 10.0.0.24 () {34 vars in 669 bytes} [Thu Apr 23 10:46:31 2026] POST /v2.0/networks => generated 729 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/240] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:46:31 2026] POST /v2.0/subnets => generated 696 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:46:31.909 8 INFO neutron.db.segments_db [None req-fbf99e5a-68a5-4d91-8c70-9de70bc8e6b2 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Added segment fcbf69ce-1fa6-41cb-a5b4-3099fd8d8897 of type vxlan for network e8e80acc-5389-4a2d-963c-0985c8afe270 [pid: 7|app: 0|req: 118/241] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:46:31 2026] POST /v2.0/subnets => generated 695 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/242] 10.0.0.24 () {34 vars in 669 bytes} [Thu Apr 23 10:46:31 2026] POST /v2.0/networks => generated 726 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:46:32.065 7 INFO neutron.db.segments_db [None req-6aa05361-7cc1-4742-97ec-23d679cf7e37 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Added segment c74877d9-c228-4bdf-abb6-00a6fc202cd1 of type vxlan for network 5f0cba80-2e4b-46f0-b95b-865bd9e10534 [pid: 8|app: 0|req: 125/243] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:46:32 2026] GET /v2.0/security-groups?tenant_id=3ad29f867cbf4e80965f3d2a62f31af3&name=default => generated 2921 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:46:32.221 8 INFO neutron.db.segments_db [None req-7dc77336-e67c-4dda-a891-236d31fb1142 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Added segment db1c7b92-da4f-437d-9703-ae3a5d17aec5 of type vxlan for network eda88387-5773-4884-9ad0-2e3cb853d115 2026-04-23 10:46:32.326 7 INFO neutron.db.l3_hamode_db [None req-6aa05361-7cc1-4742-97ec-23d679cf7e37 a46ab2c816d04d1f9ccf9b5875cf212c 9cbb20dd4ede4d21b5b4384c7a094f9c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:46:32.452 8 INFO neutron.db.l3_hamode_db [None req-7dc77336-e67c-4dda-a891-236d31fb1142 a46ab2c816d04d1f9ccf9b5875cf212c 252c173d53de4f888dc8830c3022f13c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:46:33.109 7 INFO neutron.db.l3_hamode_db [None req-6aa05361-7cc1-4742-97ec-23d679cf7e37 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:46:33.464 8 INFO neutron.db.l3_hamode_db [None req-7dc77336-e67c-4dda-a891-236d31fb1142 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 119/244] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:46:32 2026] POST /v2.0/routers => generated 736 bytes in 2457 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/245] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:46:34 2026] POST /v2.0/subnets => generated 692 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/246] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:46:34 2026] DELETE /v2.0/security-groups/47ee78be-b166-4ce4-ad2a-78969a7f7f07 => 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: 126/247] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:46:32 2026] POST /v2.0/routers => generated 735 bytes in 2648 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:46:34.872 8 INFO neutron.db.segments_db [None req-a8743b76-65ad-4fe8-903c-334a46f1b067 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Added segment 7286e30a-97bc-483f-8f43-69b14ef9f652 of type vxlan for network d107d45a-c072-4b06-aa97-fc4d3a5353a8 2026-04-23 10:46:35.118 8 INFO neutron.db.l3_hamode_db [None req-a8743b76-65ad-4fe8-903c-334a46f1b067 a46ab2c816d04d1f9ccf9b5875cf212c aa50534717e54cb59376e5d91e9fcf86 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:46:35.903 8 INFO neutron.db.l3_hamode_db [None req-a8743b76-65ad-4fe8-903c-334a46f1b067 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 122/248] 10.0.0.24 () {34 vars in 781 bytes} [Thu Apr 23 10:46:34 2026] PUT /v2.0/routers/0da2d530-3acd-47d9-9019-c183f19969d5/add_router_interface => generated 309 bytes in 1306 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/249] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:46:34 2026] POST /v2.0/routers => generated 732 bytes in 1882 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:46:36.958 8 INFO neutron.db.segments_db [None req-9f6525fb-8f97-42ff-8fe7-c4a50784c26d a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Added segment 8d41cdc6-90d9-4d68-83c5-3efdfbed947d of type vxlan for network 51302325-0b25-4666-be99-2faedbd9eb71 [pid: 8|app: 0|req: 128/250] 10.0.0.24 () {34 vars in 669 bytes} [Thu Apr 23 10:46:36 2026] POST /v2.0/networks => generated 733 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/251] 10.0.0.24 () {34 vars in 781 bytes} [Thu Apr 23 10:46:36 2026] PUT /v2.0/routers/6c8fc667-d1c9-488a-a9c5-bea0b623e5a2/add_router_interface => generated 309 bytes in 1195 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/252] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:46:37 2026] POST /v2.0/subnets => generated 699 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/253] 10.0.0.38 () {38 vars in 969 bytes} [Thu Apr 23 10:46:37 2026] POST /v2.0/security-groups => generated 1684 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 10:46:37.834 7 INFO neutron.db.segments_db [None req-b9e126a1-ecf5-4db1-8172-c02b9bb44bc2 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Added segment 3fb93c9a-2577-4ef8-a72a-63b1e396cc56 of type vxlan for network 1456d079-9cb6-46fa-8cba-76895a010017 2026-04-23 10:46:38.071 7 INFO neutron.db.l3_hamode_db [None req-b9e126a1-ecf5-4db1-8172-c02b9bb44bc2 a46ab2c816d04d1f9ccf9b5875cf212c 9d246457f0a5499d9d56a28340ae3538 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 129/254] 10.0.0.24 () {34 vars in 781 bytes} [Thu Apr 23 10:46:37 2026] PUT /v2.0/routers/af3ee40a-305f-46b6-9d76-948175b7d5af/add_router_interface => generated 309 bytes in 1257 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/255] 10.0.0.38 () {34 vars in 989 bytes} [Thu Apr 23 10:46:38 2026] GET /v2.0/security-groups/54bd9253-2144-41da-8516-2749de89cdd2 => generated 1684 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/256] 10.0.0.24 () {34 vars in 683 bytes} [Thu Apr 23 10:46:38 2026] POST /v2.0/security-groups => generated 1661 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 134/259] 10.0.0.38 () {38 vars in 979 bytes} [Thu Apr 23 10:46:38 2026] POST /v2.0/security-group-rules => generated 614 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/260] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:46:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:46:38.775 7 INFO neutron.db.l3_hamode_db [None req-b9e126a1-ecf5-4db1-8172-c02b9bb44bc2 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 136/261] 10.0.0.38 () {38 vars in 969 bytes} [Thu Apr 23 10:46:38 2026] POST /v2.0/security-groups => generated 1680 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 137/262] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:46:38 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: 138/263] 10.0.0.38 () {38 vars in 969 bytes} [Thu Apr 23 10:46:39 2026] POST /v2.0/security-groups => generated 1681 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 139/264] 10.0.0.38 () {38 vars in 969 bytes} [Thu Apr 23 10:46:39 2026] POST /v2.0/security-groups => generated 1686 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/265] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:46:37 2026] POST /v2.0/routers => generated 739 bytes in 1710 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/266] 10.0.0.38 () {38 vars in 969 bytes} [Thu Apr 23 10:46:39 2026] POST /v2.0/security-groups => generated 1682 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/267] 10.0.0.38 () {34 vars in 989 bytes} [Thu Apr 23 10:46:39 2026] GET /v2.0/security-groups/929c28df-35d7-4fed-a350-b6610fa9e809 => generated 1686 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/268] 10.0.0.24 () {34 vars in 674 bytes} [Thu Apr 23 10:46:39 2026] POST /v2.0/floatingips => generated 552 bytes in 544 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 141/269] 10.0.0.38 () {34 vars in 1000 bytes} [Thu Apr 23 10:46:39 2026] GET /v2.0/security-groups?tenant_id=aa50534717e54cb59376e5d91e9fcf86 => generated 7904 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 142/270] 10.0.0.38 () {38 vars in 979 bytes} [Thu Apr 23 10:46:39 2026] POST /v2.0/security-group-rules => generated 614 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 143/271] 10.0.0.38 () {34 vars in 989 bytes} [Thu Apr 23 10:46:39 2026] GET /v2.0/security-groups/755a3dba-f1d5-4283-97a1-f0a73f0ff5c6 => generated 2918 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 144/272] 10.0.0.38 () {34 vars in 989 bytes} [Thu Apr 23 10:46:40 2026] GET /v2.0/security-groups/755a3dba-f1d5-4283-97a1-f0a73f0ff5c6 => generated 2918 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 145/273] 10.0.0.38 () {34 vars in 989 bytes} [Thu Apr 23 10:46:40 2026] GET /v2.0/security-groups/a5c91f68-1505-4fb6-94e6-368fce5e0fcb => generated 1680 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 146/274] 10.0.0.38 () {36 vars in 1011 bytes} [Thu Apr 23 10:46:40 2026] DELETE /v2.0/security-groups/a5c91f68-1505-4fb6-94e6-368fce5e0fcb => 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: 147/275] 10.0.0.38 () {34 vars in 989 bytes} [Thu Apr 23 10:46:40 2026] GET /v2.0/security-groups/929c28df-35d7-4fed-a350-b6610fa9e809 => generated 2311 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:46:40.285 8 INFO neutron.api.v2.resource [req-48c1ed78-fd86-421e-bc34-46324af6bd43 req-a02c3fef-4bdb-4e11-a1b2-9f3758bda000 be79c2eaeff343f186666b66d2f0cb29 aa50534717e54cb59376e5d91e9fcf86 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 148/276] 10.0.0.38 () {34 vars in 989 bytes} [Thu Apr 23 10:46:40 2026] GET /v2.0/security-groups/a5c91f68-1505-4fb6-94e6-368fce5e0fcb => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 149/277] 10.0.0.38 () {38 vars in 979 bytes} [Thu Apr 23 10:46:40 2026] POST /v2.0/security-group-rules => generated 619 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 150/278] 10.0.0.38 () {34 vars in 989 bytes} [Thu Apr 23 10:46:40 2026] GET /v2.0/security-groups/1e6197a7-6848-4755-8bd8-e36577c1b9f6 => generated 1681 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 151/279] 10.0.0.38 () {34 vars in 989 bytes} [Thu Apr 23 10:46:40 2026] GET /v2.0/security-groups/929c28df-35d7-4fed-a350-b6610fa9e809 => generated 2941 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/280] 10.0.0.24 () {34 vars in 781 bytes} [Thu Apr 23 10:46:39 2026] PUT /v2.0/routers/a33c1cea-c95e-4439-a938-129b61992896/add_router_interface => generated 309 bytes in 926 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 152/281] 10.0.0.38 () {36 vars in 1011 bytes} [Thu Apr 23 10:46:40 2026] DELETE /v2.0/security-groups/1e6197a7-6848-4755-8bd8-e36577c1b9f6 => 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: 130/282] 10.0.0.38 () {34 vars in 999 bytes} [Thu Apr 23 10:46:40 2026] GET /v2.0/security-group-rules/0d3859dd-542b-4458-afa3-5aed7db130bd => generated 616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:46:40.590 8 INFO neutron.api.v2.resource [req-132cf67a-dc01-4f56-ba88-722ea4cc34b7 req-f1940c87-3785-498e-a758-2793261a84e5 be79c2eaeff343f186666b66d2f0cb29 aa50534717e54cb59376e5d91e9fcf86 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 153/283] 10.0.0.38 () {34 vars in 989 bytes} [Thu Apr 23 10:46:40 2026] GET /v2.0/security-groups/1e6197a7-6848-4755-8bd8-e36577c1b9f6 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/284] 10.0.0.38 () {34 vars in 989 bytes} [Thu Apr 23 10:46:40 2026] GET /v2.0/security-groups/929c28df-35d7-4fed-a350-b6610fa9e809 => generated 2941 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/285] 10.0.0.38 () {34 vars in 989 bytes} [Thu Apr 23 10:46:40 2026] GET /v2.0/security-groups/da0627e4-c719-4481-a094-e47cd8d045dc => generated 1682 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 154/286] 10.0.0.38 () {36 vars in 1021 bytes} [Thu Apr 23 10:46:40 2026] DELETE /v2.0/security-group-rules/0d3859dd-542b-4458-afa3-5aed7db130bd => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 155/287] 10.0.0.38 () {34 vars in 989 bytes} [Thu Apr 23 10:46:40 2026] GET /v2.0/security-groups/929c28df-35d7-4fed-a350-b6610fa9e809 => generated 2311 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/288] 10.0.0.38 () {36 vars in 1011 bytes} [Thu Apr 23 10:46:40 2026] DELETE /v2.0/security-groups/da0627e4-c719-4481-a094-e47cd8d045dc => generated 0 bytes in 356 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:46:41.041 7 INFO neutron.api.v2.resource [req-c577f33c-009b-44da-9efe-8bf3449e27e9 req-57d13104-6f6d-4732-b998-91de501378cd be79c2eaeff343f186666b66d2f0cb29 aa50534717e54cb59376e5d91e9fcf86 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 134/289] 10.0.0.38 () {34 vars in 989 bytes} [Thu Apr 23 10:46:41 2026] GET /v2.0/security-groups/da0627e4-c719-4481-a094-e47cd8d045dc => 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: 156/290] 10.0.0.38 () {36 vars in 1011 bytes} [Thu Apr 23 10:46:40 2026] DELETE /v2.0/security-groups/929c28df-35d7-4fed-a350-b6610fa9e809 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/291] 10.0.0.38 () {34 vars in 1000 bytes} [Thu Apr 23 10:46:41 2026] GET /v2.0/security-groups?tenant_id=aa50534717e54cb59376e5d91e9fcf86 => generated 2921 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 157/292] 10.0.0.38 () {34 vars in 989 bytes} [Thu Apr 23 10:46:41 2026] GET /v2.0/security-groups/54bd9253-2144-41da-8516-2749de89cdd2 => generated 2309 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/293] 10.0.0.38 () {34 vars in 989 bytes} [Thu Apr 23 10:46:41 2026] GET /v2.0/security-groups/755a3dba-f1d5-4283-97a1-f0a73f0ff5c6 => generated 2918 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/294] 10.0.0.38 () {34 vars in 989 bytes} [Thu Apr 23 10:46:41 2026] GET /v2.0/security-groups/755a3dba-f1d5-4283-97a1-f0a73f0ff5c6 => 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: 158/295] 10.0.0.38 () {36 vars in 1011 bytes} [Thu Apr 23 10:46:41 2026] DELETE /v2.0/security-groups/54bd9253-2144-41da-8516-2749de89cdd2 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:46:41.380 8 INFO neutron.api.v2.resource [req-5fa2b6cb-d2bc-4f67-8928-35ba87c683a2 req-83a695d5-9835-447f-bd0c-35d88aa709cb be79c2eaeff343f186666b66d2f0cb29 aa50534717e54cb59376e5d91e9fcf86 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 159/296] 10.0.0.38 () {34 vars in 989 bytes} [Thu Apr 23 10:46:41 2026] GET /v2.0/security-groups/da0627e4-c719-4481-a094-e47cd8d045dc => generated 146 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/297] 10.0.0.24 () {34 vars in 683 bytes} [Thu Apr 23 10:46:41 2026] POST /v2.0/security-groups => generated 1660 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 10:46:41.548 7 INFO neutron.api.v2.resource [req-f3c56447-dde2-47f8-9777-ee509a44fa9d req-55aeb041-64b4-418d-bd25-c91e1834b71b be79c2eaeff343f186666b66d2f0cb29 aa50534717e54cb59376e5d91e9fcf86 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 139/298] 10.0.0.38 () {34 vars in 989 bytes} [Thu Apr 23 10:46:41 2026] GET /v2.0/security-groups/1e6197a7-6848-4755-8bd8-e36577c1b9f6 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 140/299] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:46:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:46:41.706 7 INFO neutron.api.v2.resource [req-9730c525-14d9-49ce-a72e-3a081e12cf7e req-673d27d6-313a-46fd-abf0-85fe9e0fcab3 be79c2eaeff343f186666b66d2f0cb29 aa50534717e54cb59376e5d91e9fcf86 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 141/300] 10.0.0.38 () {34 vars in 989 bytes} [Thu Apr 23 10:46:41 2026] GET /v2.0/security-groups/a5c91f68-1505-4fb6-94e6-368fce5e0fcb => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 142/301] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:46:41 2026] POST /v2.0/security-group-rules => generated 602 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:46:42.386 8 INFO neutron_taas.services.taas.taas_plugin [None req-02b0746f-a08b-4136-a13a-16791bdca1fa a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: 965c81a3-7197-4483-9813-13c86aa50e8d 2026-04-23 10:46:42.397 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-02b0746f-a08b-4136-a13a-16791bdca1fa a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: 965c81a3-7197-4483-9813-13c86aa50e8d 2026-04-23 10:46:42.524 7 INFO neutron_taas.services.taas.taas_plugin [None req-0a470fde-4d21-4a69-bc9d-cb51f54b4657 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: 14b428c9-1100-4bbb-baec-2f4ef94dc9c4 2026-04-23 10:46:42.533 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a470fde-4d21-4a69-bc9d-cb51f54b4657 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: 14b428c9-1100-4bbb-baec-2f4ef94dc9c4 [pid: 8|app: 0|req: 160/302] 10.0.0.24 () {34 vars in 787 bytes} [Thu Apr 23 10:46:41 2026] PUT /v2.0/routers/0da2d530-3acd-47d9-9019-c183f19969d5/remove_router_interface => generated 309 bytes in 1684 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/303] 10.0.0.24 () {34 vars in 787 bytes} [Thu Apr 23 10:46:41 2026] PUT /v2.0/routers/af3ee40a-305f-46b6-9d76-948175b7d5af/remove_router_interface => generated 309 bytes in 1323 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:46:43.339 7 INFO neutron_taas.services.taas.taas_plugin [None req-b117fd3a-e73e-4b55-b4b2-25c565df1bd0 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: 1aa271fd-5938-44a5-8417-f9742b68683e 2026-04-23 10:46:43.342 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b117fd3a-e73e-4b55-b4b2-25c565df1bd0 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: 1aa271fd-5938-44a5-8417-f9742b68683e [pid: 8|app: 0|req: 161/304] 10.0.0.24 () {34 vars in 674 bytes} [Thu Apr 23 10:46:43 2026] POST /v2.0/floatingips => generated 552 bytes in 604 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:46:43.675 7 INFO neutron_taas.services.taas.taas_plugin [None req-b117fd3a-e73e-4b55-b4b2-25c565df1bd0 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: d7ea37b4-d628-425e-9410-7f45b7e00e2d 2026-04-23 10:46:43.678 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b117fd3a-e73e-4b55-b4b2-25c565df1bd0 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: d7ea37b4-d628-425e-9410-7f45b7e00e2d 2026-04-23 10:46:43.757 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-b117fd3a-e73e-4b55-b4b2-25c565df1bd0 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - 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-23 10:46:43.956 8 INFO neutron_taas.services.taas.taas_plugin [None req-9b45df94-5c4b-4204-b2f9-1449ca1e7aed a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: e197348a-3f01-4640-88b9-11919f08d3a4 2026-04-23 10:46:43.960 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b45df94-5c4b-4204-b2f9-1449ca1e7aed a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: e197348a-3f01-4640-88b9-11919f08d3a4 2026-04-23 10:46:44.161 7 INFO neutron.db.l3_hamode_db [None req-b117fd3a-e73e-4b55-b4b2-25c565df1bd0 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] HA network 5f0cba80-2e4b-46f0-b95b-865bd9e10534 was deleted as no HA routers are present in tenant 9cbb20dd4ede4d21b5b4384c7a094f9c. [pid: 7|app: 0|req: 144/305] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:46:43 2026] DELETE /v2.0/routers/0da2d530-3acd-47d9-9019-c183f19969d5 => generated 0 bytes in 1040 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/306] 10.0.0.38 () {34 vars in 1098 bytes} [Thu Apr 23 10:46:44 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1362856976&fields=id&tenant_id=9d246457f0a5499d9d56a28340ae3538 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:46:44.310 8 INFO neutron_taas.services.taas.taas_plugin [None req-9b45df94-5c4b-4204-b2f9-1449ca1e7aed a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: 825c0ca0-c785-468d-8728-d024bea15111 2026-04-23 10:46:44.314 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b45df94-5c4b-4204-b2f9-1449ca1e7aed a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: 825c0ca0-c785-468d-8728-d024bea15111 [pid: 7|app: 0|req: 146/307] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:46:44 2026] DELETE /v2.0/subnets/cbda1441-2afc-4732-9255-2fb690798b23 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:46:44.401 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-9b45df94-5c4b-4204-b2f9-1449ca1e7aed a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - 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: 147/308] 10.0.0.38 () {34 vars in 980 bytes} [Thu Apr 23 10:46:44 2026] GET /v2.0/networks?id=51302325-0b25-4666-be99-2faedbd9eb71 => generated 684 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:46:44.526 7 INFO neutron_taas.services.taas.taas_plugin [None req-c73d66d0-f315-46ba-9543-1319c0e840ed a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: aefb4d3d-0dd4-47c0-9623-37a6f21b09ab 2026-04-23 10:46:44.530 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c73d66d0-f315-46ba-9543-1319c0e840ed a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: aefb4d3d-0dd4-47c0-9623-37a6f21b09ab 2026-04-23 10:46:44.624 7 INFO neutron.services.segments.plugin [-] Segment c74877d9-c228-4bdf-abb6-00a6fc202cd1 resource provider aggregate not found 2026-04-23 10:46:44.646 7 INFO neutron.services.segments.plugin [-] Segment c74877d9-c228-4bdf-abb6-00a6fc202cd1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c74877d9-c228-4bdf-abb6-00a6fc202cd1 found for delete ", "request_id": "req-7b08a1b6-b32d-4c9f-913d-df357eab39ce"}]} [pid: 7|app: 0|req: 148/309] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:46:44 2026] DELETE /v2.0/networks/3f7ff530-a708-413a-9327-9cce8c0966db => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 149/310] 10.0.0.38 () {34 vars in 963 bytes} [Thu Apr 23 10:46:44 2026] GET /v2.0/quotas/9d246457f0a5499d9d56a28340ae3538 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 150/311] 10.0.0.38 () {34 vars in 1000 bytes} [Thu Apr 23 10:46:44 2026] GET /v2.0/ports?tenant_id=9d246457f0a5499d9d56a28340ae3538&fields=id => generated 57 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 151/312] 10.0.0.38 () {34 vars in 1098 bytes} [Thu Apr 23 10:46:44 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1615749039&fields=id&tenant_id=252c173d53de4f888dc8830c3022f13c => generated 69 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 152/313] 10.0.0.38 () {34 vars in 980 bytes} [Thu Apr 23 10:46:44 2026] GET /v2.0/networks?id=41ed4ed1-8182-4527-8a63-50a5ace9cc0e => generated 680 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:46:44.976 8 INFO neutron.db.l3_hamode_db [None req-9b45df94-5c4b-4204-b2f9-1449ca1e7aed a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] HA network d107d45a-c072-4b06-aa97-fc4d3a5353a8 was deleted as no HA routers are present in tenant aa50534717e54cb59376e5d91e9fcf86. [pid: 8|app: 0|req: 162/314] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:46:43 2026] DELETE /v2.0/routers/af3ee40a-305f-46b6-9d76-948175b7d5af => generated 0 bytes in 1310 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 163/315] 10.0.0.38 () {34 vars in 963 bytes} [Thu Apr 23 10:46:44 2026] GET /v2.0/quotas/252c173d53de4f888dc8830c3022f13c => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 153/316] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:46:44 2026] GET /v2.0/security-groups?tenant_id=9cbb20dd4ede4d21b5b4384c7a094f9c&name=default => generated 2921 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 154/317] 10.0.0.38 () {34 vars in 1000 bytes} [Thu Apr 23 10:46:44 2026] GET /v2.0/ports?tenant_id=252c173d53de4f888dc8830c3022f13c&fields=id => generated 103 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 155/318] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:46:45 2026] DELETE /v2.0/security-groups/e616afcd-8cfa-45ad-bb6e-39682db7e376 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:46:45.132 7 INFO neutron.services.segments.plugin [-] Segment c74877d9-c228-4bdf-abb6-00a6fc202cd1 resource provider aggregate not found 2026-04-23 10:46:45.150 7 INFO neutron.services.segments.plugin [-] Segment c74877d9-c228-4bdf-abb6-00a6fc202cd1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c74877d9-c228-4bdf-abb6-00a6fc202cd1 found for delete ", "request_id": "req-194eead9-5512-47d4-a1ec-df0a99cd8abb"}]} [pid: 8|app: 0|req: 164/319] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:46:44 2026] DELETE /v2.0/subnets/a029f05b-bab3-40cf-9b10-0d08a1cd2b94 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:46:45.263 8 INFO neutron_taas.services.taas.taas_plugin [None req-9776f8d7-c28f-4622-8080-2a6007fedc54 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: 822cb518-c33d-4afd-a59b-17fa6a0390d7 2026-04-23 10:46:45.270 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9776f8d7-c28f-4622-8080-2a6007fedc54 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: 822cb518-c33d-4afd-a59b-17fa6a0390d7 [pid: 7|app: 0|req: 156/320] 10.0.0.38 () {34 vars in 905 bytes} [Thu Apr 23 10:46:45 2026] GET /v2.0/extensions => generated 21537 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 157/321] 10.0.0.38 () {34 vars in 1006 bytes} [Thu Apr 23 10:46:45 2026] GET /v2.0/networks/51302325-0b25-4666-be99-2faedbd9eb71?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:46:45.428 8 INFO neutron.services.segments.plugin [-] Segment 7286e30a-97bc-483f-8f43-69b14ef9f652 resource provider aggregate not found 2026-04-23 10:46:45.456 8 INFO neutron.services.segments.plugin [-] Segment 7286e30a-97bc-483f-8f43-69b14ef9f652 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7286e30a-97bc-483f-8f43-69b14ef9f652 found for delete ", "request_id": "req-33266eb3-a2e1-4eb2-80b0-f09073670d97"}]} [pid: 7|app: 0|req: 158/322] 10.0.0.38 () {34 vars in 1106 bytes} [Thu Apr 23 10:46:45 2026] GET /v2.0/networks/51302325-0b25-4666-be99-2faedbd9eb71?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:46:45.496 8 INFO neutron.services.segments.plugin [-] Segment 7286e30a-97bc-483f-8f43-69b14ef9f652 resource provider aggregate not found [pid: 7|app: 0|req: 159/323] 10.0.0.38 () {34 vars in 905 bytes} [Thu Apr 23 10:46:45 2026] GET /v2.0/extensions => generated 21537 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-23 10:46:45.520 8 INFO neutron.services.segments.plugin [-] Segment 7286e30a-97bc-483f-8f43-69b14ef9f652 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7286e30a-97bc-483f-8f43-69b14ef9f652 found for delete ", "request_id": "req-0e9c67fe-ef19-48d1-a96e-4ee38dee1be7"}]} [pid: 8|app: 0|req: 165/324] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:46:45 2026] DELETE /v2.0/networks/e8e80acc-5389-4a2d-963c-0985c8afe270 => generated 0 bytes in 392 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 160/325] 10.0.0.38 () {34 vars in 1006 bytes} [Thu Apr 23 10:46:45 2026] GET /v2.0/networks/41ed4ed1-8182-4527-8a63-50a5ace9cc0e?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: 166/326] 10.0.0.38 () {34 vars in 1106 bytes} [Thu Apr 23 10:46:45 2026] GET /v2.0/networks/41ed4ed1-8182-4527-8a63-50a5ace9cc0e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 161/327] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:46:45 2026] GET /v2.0/ports?device_id=9ed1a778-2c36-48f5-8bb7-d739856efcb8 => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 167/328] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:46:45 2026] GET /v2.0/security-groups?tenant_id=aa50534717e54cb59376e5d91e9fcf86&name=default => generated 2921 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 162/329] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:46:45 2026] DELETE /v2.0/security-groups/755a3dba-f1d5-4283-97a1-f0a73f0ff5c6 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 168/330] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:46:46 2026] GET /v2.0/ports?device_id=f445156f-e716-4a0a-a00f-cdc3989c2f02 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:46:46.663 7 INFO neutron.services.segments.plugin [-] Segment 6f0cf837-e3e1-4b0e-a910-3a65239ced9a resource provider aggregate not found 2026-04-23 10:46:46.683 7 INFO neutron.services.segments.plugin [-] Segment 6f0cf837-e3e1-4b0e-a910-3a65239ced9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f0cf837-e3e1-4b0e-a910-3a65239ced9a found for delete ", "request_id": "req-e52ac3f3-a8d6-4c6b-a936-60cfaeb82f85"}]} [pid: 7|app: 0|req: 163/331] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:46:46 2026] GET /v2.0/ports?device_id=9ed1a778-2c36-48f5-8bb7-d739856efcb8 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:46:47.170 7 INFO neutron.services.segments.plugin [-] Segment 6f0cf837-e3e1-4b0e-a910-3a65239ced9a resource provider aggregate not found 2026-04-23 10:46:47.193 7 INFO neutron.services.segments.plugin [-] Segment 6f0cf837-e3e1-4b0e-a910-3a65239ced9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f0cf837-e3e1-4b0e-a910-3a65239ced9a found for delete ", "request_id": "req-a28255e8-0214-4cb3-ae47-9fa8e6160735"}]} [pid: 7|app: 0|req: 164/332] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:46:47 2026] GET /v2.0/ports?device_id=f445156f-e716-4a0a-a00f-cdc3989c2f02 => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:46:47.491 8 INFO neutron.services.segments.plugin [-] Segment fcbf69ce-1fa6-41cb-a5b4-3099fd8d8897 resource provider aggregate not found 2026-04-23 10:46:47.514 8 INFO neutron.services.segments.plugin [-] Segment fcbf69ce-1fa6-41cb-a5b4-3099fd8d8897 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fcbf69ce-1fa6-41cb-a5b4-3099fd8d8897 found for delete ", "request_id": "req-28cf699f-d9a7-4ac9-a1d4-0e8256339207"}]} 2026-04-23 10:46:47.535 8 INFO neutron.services.segments.plugin [-] Segment fcbf69ce-1fa6-41cb-a5b4-3099fd8d8897 resource provider aggregate not found 2026-04-23 10:46:47.564 8 INFO neutron.services.segments.plugin [-] Segment fcbf69ce-1fa6-41cb-a5b4-3099fd8d8897 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fcbf69ce-1fa6-41cb-a5b4-3099fd8d8897 found for delete ", "request_id": "req-130e27cb-8f10-46e2-8e0b-a5a4b377d9b3"}]} 2026-04-23 10:46:47.756 8 INFO neutron.db.segments_db [None req-d812b5ee-b96e-4041-bf2b-0185273ed9c1 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Added segment 3912df7c-f1c4-4eb7-bd72-aab62510af2e of type vxlan for network 3edbb9a3-5319-42f0-8b8c-f6aa2b50b76d [pid: 8|app: 0|req: 169/333] 10.0.0.24 () {34 vars in 669 bytes} [Thu Apr 23 10:46:47 2026] POST /v2.0/networks => generated 724 bytes in 626 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 170/334] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:46:47 2026] GET /v2.0/ports?device_id=9ed1a778-2c36-48f5-8bb7-d739856efcb8 => 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: 165/335] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:46:47 2026] POST /v2.0/subnets => generated 691 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:46:48.142 7 INFO neutron.db.segments_db [None req-680bdffd-5c9c-40c0-9ff6-8a16673e2e54 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Added segment 6f64e37c-78b5-4f81-bdc0-66c41fcf8c78 of type vxlan for network fe9f8979-5f4d-4dc5-80e4-815393d02495 2026-04-23 10:46:48.296 8 INFO neutron.db.segments_db [None req-1cac9a41-318d-4fe3-99e3-10a9b700f6c4 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Added segment 4b3b0e39-6993-458d-afcd-7cba91c5e8cd of type vxlan for network c1b2bc29-6281-4d2b-bfea-e8a6a2206622 [pid: 8|app: 0|req: 171/336] 10.0.0.24 () {34 vars in 669 bytes} [Thu Apr 23 10:46:48 2026] POST /v2.0/networks => generated 718 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:46:48.438 7 INFO neutron.db.l3_hamode_db [None req-680bdffd-5c9c-40c0-9ff6-8a16673e2e54 a46ab2c816d04d1f9ccf9b5875cf212c 93356f53f61b49ec93c25022feffb3cb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 172/337] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:46:48 2026] POST /v2.0/subnets => generated 684 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 173/338] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:46:48 2026] GET /v2.0/ports?device_id=f445156f-e716-4a0a-a00f-cdc3989c2f02 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:46:48.672 8 INFO neutron.db.segments_db [None req-eac7c72e-ab1c-4ca8-b750-705b3777bc19 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Added segment 042b350a-89f4-41ea-b922-8e2d2d029d10 of type vxlan for network bfd4b3a1-8be3-46b4-9d9b-41fc7feb73d8 2026-04-23 10:46:48.943 8 INFO neutron.db.l3_hamode_db [None req-eac7c72e-ab1c-4ca8-b750-705b3777bc19 a46ab2c816d04d1f9ccf9b5875cf212c 9684251a656949f6afc92b124976e396 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:46:49.282 7 INFO neutron.db.l3_hamode_db [None req-680bdffd-5c9c-40c0-9ff6-8a16673e2e54 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:46:49.782 8 INFO neutron.db.l3_hamode_db [None req-eac7c72e-ab1c-4ca8-b750-705b3777bc19 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 166/339] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:46:48 2026] POST /v2.0/routers => generated 731 bytes in 2095 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 167/340] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:46:50 2026] GET /v2.0/ports?device_id=9ed1a778-2c36-48f5-8bb7-d739856efcb8 => 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: 168/341] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:46:50 2026] GET /v2.0/ports?device_id=f445156f-e716-4a0a-a00f-cdc3989c2f02 => 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: 174/342] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:46:48 2026] POST /v2.0/routers => generated 724 bytes in 2018 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 169/343] 10.0.0.24 () {34 vars in 781 bytes} [Thu Apr 23 10:46:50 2026] PUT /v2.0/routers/b8384ac4-1afb-4652-a82a-a8293e9d418a/add_router_interface => generated 309 bytes in 1157 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 170/344] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:46:51 2026] GET /v2.0/networks?id=51302325-0b25-4666-be99-2faedbd9eb71 => generated 684 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 171/345] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:46:51 2026] GET /v2.0/ports?device_id=9ed1a778-2c36-48f5-8bb7-d739856efcb8 => 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: 172/346] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:46:51 2026] GET /v2.0/ports?device_id=f445156f-e716-4a0a-a00f-cdc3989c2f02 => 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: 173/347] 199.204.45.210 () {34 vars in 910 bytes} [Thu Apr 23 10:46:51 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 174/348] 199.204.45.210 () {34 vars in 1049 bytes} [Thu Apr 23 10:46:51 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9d246457f0a5499d9d56a28340ae3538 => generated 181 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 175/349] 10.0.0.24 () {34 vars in 781 bytes} [Thu Apr 23 10:46:50 2026] PUT /v2.0/routers/5ca037dc-e9bf-4e82-988f-8b86d04eb5e6/add_router_interface => generated 309 bytes in 1413 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/350] 199.204.45.210 () {38 vars in 954 bytes} [Thu Apr 23 10:46:51 2026] POST /v2.0/ports => generated 954 bytes in 495 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/351] 10.0.0.24 () {34 vars in 683 bytes} [Thu Apr 23 10:46:52 2026] POST /v2.0/security-groups => generated 1660 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 176/352] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:46:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/353] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:46:52 2026] POST /v2.0/security-group-rules => generated 602 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/354] 199.204.45.210 () {38 vars in 1027 bytes} [Thu Apr 23 10:46:52 2026] PUT /v2.0/ports/295a2081-b81b-4a68-b57c-932f190c04bc => generated 1235 bytes in 506 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 178/355] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:46:52 2026] GET /v2.0/networks?id=41ed4ed1-8182-4527-8a63-50a5ace9cc0e => generated 680 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/356] 10.0.0.24 () {34 vars in 683 bytes} [Thu Apr 23 10:46:53 2026] POST /v2.0/security-groups => generated 1660 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/357] 10.0.0.24 () {34 vars in 674 bytes} [Thu Apr 23 10:46:52 2026] POST /v2.0/floatingips => generated 552 bytes in 657 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/358] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:46:53 2026] GET /v2.0/ports?device_id=f445156f-e716-4a0a-a00f-cdc3989c2f02 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/359] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:46:53 2026] GET /v2.0/ports?device_id=9ed1a778-2c36-48f5-8bb7-d739856efcb8 => 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: 180/362] 199.204.45.210 () {34 vars in 1049 bytes} [Thu Apr 23 10:46:53 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=252c173d53de4f888dc8830c3022f13c => generated 181 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/363] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:46:53 2026] GET /v2.0/security-groups?id=18058aa4-4c14-4e90-b744-fb5acafb035b&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: 183/364] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:46:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/365] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:46:53 2026] POST /v2.0/security-group-rules => generated 602 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:46:53.441 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-62c3f513-71db-41a7-8039-aeba3fc41cd4'] response: {'name': 'network-changed', 'server_uuid': '9ed1a778-2c36-48f5-8bb7-d739856efcb8', 'tag': '295a2081-b81b-4a68-b57c-932f190c04bc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 182/366] 199.204.45.210 () {38 vars in 954 bytes} [Thu Apr 23 10:46:53 2026] POST /v2.0/ports => generated 954 bytes in 531 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: 183/367] 10.0.0.38 () {34 vars in 1096 bytes} [Thu Apr 23 10:46:53 2026] GET /v2.0/security-groups?name=tempest-securitygroup--118944346&fields=id&tenant_id=93356f53f61b49ec93c25022feffb3cb => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/368] 10.0.0.24 () {34 vars in 674 bytes} [Thu Apr 23 10:46:53 2026] POST /v2.0/floatingips => generated 552 bytes in 1073 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/369] 10.0.0.38 () {34 vars in 980 bytes} [Thu Apr 23 10:46:54 2026] GET /v2.0/networks?id=3edbb9a3-5319-42f0-8b8c-f6aa2b50b76d => generated 676 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/370] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:46:54 2026] GET /v2.0/ports?tenant_id=9d246457f0a5499d9d56a28340ae3538&device_id=9ed1a778-2c36-48f5-8bb7-d739856efcb8 => generated 1238 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/371] 199.204.45.210 () {38 vars in 1027 bytes} [Thu Apr 23 10:46:53 2026] PUT /v2.0/ports/09ca3f87-35c6-4f45-be2f-356c266c024e => generated 1235 bytes in 798 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: 185/372] 10.0.0.38 () {34 vars in 963 bytes} [Thu Apr 23 10:46:54 2026] GET /v2.0/quotas/93356f53f61b49ec93c25022feffb3cb => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/373] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:46:54 2026] GET /v2.0/ports?device_id=f445156f-e716-4a0a-a00f-cdc3989c2f02 => generated 969 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/374] 199.204.45.210 () {34 vars in 1017 bytes} [Thu Apr 23 10:46:54 2026] GET /v2.0/networks?tenant_id=9d246457f0a5499d9d56a28340ae3538&shared=False => generated 780 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/375] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:46:54 2026] GET /v2.0/security-groups?id=d261ecf5-ef01-4ca5-b159-14c35f0d3e9e&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: 189/376] 10.0.0.38 () {34 vars in 1000 bytes} [Thu Apr 23 10:46:54 2026] GET /v2.0/ports?tenant_id=93356f53f61b49ec93c25022feffb3cb&fields=id => generated 57 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/377] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:46:54 2026] GET /v2.0/ports?device_id=9ed1a778-2c36-48f5-8bb7-d739856efcb8 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/378] 10.0.0.38 () {34 vars in 1006 bytes} [Thu Apr 23 10:46:54 2026] GET /v2.0/networks/3edbb9a3-5319-42f0-8b8c-f6aa2b50b76d?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/379] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:46:54 2026] GET /v2.0/security-groups?id=18058aa4-4c14-4e90-b744-fb5acafb035b&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/380] 10.0.0.38 () {34 vars in 1106 bytes} [Thu Apr 23 10:46:54 2026] GET /v2.0/networks/3edbb9a3-5319-42f0-8b8c-f6aa2b50b76d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/381] 10.0.0.38 () {34 vars in 1096 bytes} [Thu Apr 23 10:46:55 2026] GET /v2.0/security-groups?name=tempest-securitygroup--384703833&fields=id&tenant_id=9684251a656949f6afc92b124976e396 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/382] 199.204.45.210 () {34 vars in 929 bytes} [Thu Apr 23 10:46:55 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/383] 10.0.0.38 () {34 vars in 980 bytes} [Thu Apr 23 10:46:55 2026] GET /v2.0/networks?id=c1b2bc29-6281-4d2b-bfea-e8a6a2206622 => generated 669 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/384] 10.0.0.38 () {34 vars in 963 bytes} [Thu Apr 23 10:46:55 2026] GET /v2.0/quotas/9684251a656949f6afc92b124976e396 => generated 292 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:46:55.254 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-79af6eb3-e88a-45cc-a60e-384c39c1fe4d'] response: {'name': 'network-changed', 'server_uuid': 'f445156f-e716-4a0a-a00f-cdc3989c2f02', 'tag': '09ca3f87-35c6-4f45-be2f-356c266c024e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 194/385] 10.0.0.38 () {34 vars in 1000 bytes} [Thu Apr 23 10:46:55 2026] GET /v2.0/ports?tenant_id=9684251a656949f6afc92b124976e396&fields=id => generated 57 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/386] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:46:55 2026] GET /v2.0/ports?device_id=d6fcf6b4-41c2-4e99-ad99-21c4b5ad50fc => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/387] 10.0.0.38 () {34 vars in 1006 bytes} [Thu Apr 23 10:46:55 2026] GET /v2.0/networks/c1b2bc29-6281-4d2b-bfea-e8a6a2206622?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/388] 10.0.0.38 () {34 vars in 1106 bytes} [Thu Apr 23 10:46:55 2026] GET /v2.0/networks/c1b2bc29-6281-4d2b-bfea-e8a6a2206622?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/389] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:46:55 2026] GET /v2.0/ports?device_id=f46ab7f5-5c43-498c-9e26-2bdffac79c70 => 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: 194/390] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:46:55 2026] GET /v2.0/ports?tenant_id=252c173d53de4f888dc8830c3022f13c&device_id=f445156f-e716-4a0a-a00f-cdc3989c2f02 => generated 1238 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/391] 199.204.45.210 () {34 vars in 1057 bytes} [Thu Apr 23 10:46:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=09ca3f87-35c6-4f45-be2f-356c266c024e => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/392] 199.204.45.210 () {34 vars in 983 bytes} [Thu Apr 23 10:46:55 2026] GET /v2.0/subnets?id=5171e835-b9f2-4631-acf8-25e969ba244c => generated 698 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/393] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:46:55 2026] GET /v2.0/ports?device_id=f445156f-e716-4a0a-a00f-cdc3989c2f02 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/394] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:46:55 2026] GET /v2.0/ports?network_id=41ed4ed1-8182-4527-8a63-50a5ace9cc0e&device_owner=network%3Adhcp => generated 1244 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/395] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:46:55 2026] GET /v2.0/security-groups?id=d261ecf5-ef01-4ca5-b159-14c35f0d3e9e&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/396] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:46:55 2026] GET /v2.0/networks/41ed4ed1-8182-4527-8a63-50a5ace9cc0e?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: 200/397] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:46:56 2026] GET /v2.0/networks/41ed4ed1-8182-4527-8a63-50a5ace9cc0e?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: 198/398] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:46:56 2026] GET /v2.0/ports?device_id=9ed1a778-2c36-48f5-8bb7-d739856efcb8 => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/399] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:46:56 2026] GET /v2.0/security-groups?id=18058aa4-4c14-4e90-b744-fb5acafb035b&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/400] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:46:56 2026] GET /v2.0/ports?tenant_id=9d246457f0a5499d9d56a28340ae3538&device_id=9ed1a778-2c36-48f5-8bb7-d739856efcb8 => generated 1238 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/401] 199.204.45.210 () {34 vars in 1057 bytes} [Thu Apr 23 10:46:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=295a2081-b81b-4a68-b57c-932f190c04bc => 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: 203/402] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:46:56 2026] GET /v2.0/ports?device_id=d6fcf6b4-41c2-4e99-ad99-21c4b5ad50fc => 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: 200/403] 199.204.45.210 () {34 vars in 983 bytes} [Thu Apr 23 10:46:56 2026] GET /v2.0/subnets?id=9335d586-be8c-497e-a9f9-8e670c5a2337 => generated 702 bytes in 349 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/404] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:46:56 2026] GET /v2.0/ports?device_id=f46ab7f5-5c43-498c-9e26-2bdffac79c70 => 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: 201/405] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:46:56 2026] GET /v2.0/ports?network_id=51302325-0b25-4666-be99-2faedbd9eb71&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: 205/406] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:46:56 2026] GET /v2.0/networks/51302325-0b25-4666-be99-2faedbd9eb71?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: 202/407] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:46:56 2026] GET /v2.0/networks/51302325-0b25-4666-be99-2faedbd9eb71?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/408] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:46:57 2026] GET /v2.0/ports?tenant_id=252c173d53de4f888dc8830c3022f13c&device_id=f445156f-e716-4a0a-a00f-cdc3989c2f02 => generated 1238 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/409] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:46:57 2026] GET /v2.0/networks?id=41ed4ed1-8182-4527-8a63-50a5ace9cc0e => generated 776 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/410] 199.204.45.210 () {34 vars in 1057 bytes} [Thu Apr 23 10:46:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=09ca3f87-35c6-4f45-be2f-356c266c024e => 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: 206/411] 199.204.45.210 () {34 vars in 983 bytes} [Thu Apr 23 10:46:57 2026] GET /v2.0/subnets?id=5171e835-b9f2-4631-acf8-25e969ba244c => generated 698 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/412] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:46:57 2026] GET /v2.0/ports?device_id=9ed1a778-2c36-48f5-8bb7-d739856efcb8 => generated 969 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/413] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:46:57 2026] GET /v2.0/ports?network_id=41ed4ed1-8182-4527-8a63-50a5ace9cc0e&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: 209/414] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:46:57 2026] GET /v2.0/security-groups?id=18058aa4-4c14-4e90-b744-fb5acafb035b&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: 210/415] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:46:57 2026] GET /v2.0/networks/41ed4ed1-8182-4527-8a63-50a5ace9cc0e?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/416] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:46:57 2026] GET /v2.0/ports?device_id=f445156f-e716-4a0a-a00f-cdc3989c2f02 => generated 969 bytes in 420 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/417] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:46:57 2026] GET /v2.0/networks/41ed4ed1-8182-4527-8a63-50a5ace9cc0e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/418] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:46:57 2026] GET /v2.0/security-groups?id=d261ecf5-ef01-4ca5-b159-14c35f0d3e9e&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/419] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:46:57 2026] GET /v2.0/ports?device_id=d6fcf6b4-41c2-4e99-ad99-21c4b5ad50fc => 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: 208/420] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:46:57 2026] GET /v2.0/ports?device_id=f46ab7f5-5c43-498c-9e26-2bdffac79c70 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/421] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:46:58 2026] GET /v2.0/ports?device_id=9ed1a778-2c36-48f5-8bb7-d739856efcb8 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/422] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:46:58 2026] GET /v2.0/security-groups?id=18058aa4-4c14-4e90-b744-fb5acafb035b&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: 214/423] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:46:58 2026] GET /v2.0/ports?device_id=f445156f-e716-4a0a-a00f-cdc3989c2f02 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/424] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:46:58 2026] GET /v2.0/security-groups?id=d261ecf5-ef01-4ca5-b159-14c35f0d3e9e&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/425] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:46:58 2026] GET /v2.0/ports?device_id=d6fcf6b4-41c2-4e99-ad99-21c4b5ad50fc => 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: 211/426] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:46:58 2026] GET /v2.0/ports?device_id=f46ab7f5-5c43-498c-9e26-2bdffac79c70 => 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: 216/427] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:46:59 2026] GET /v2.0/networks?id=3edbb9a3-5319-42f0-8b8c-f6aa2b50b76d => generated 676 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/428] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:46:59 2026] GET /v2.0/ports?device_id=9ed1a778-2c36-48f5-8bb7-d739856efcb8 => generated 969 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/429] 199.204.45.210 () {34 vars in 1049 bytes} [Thu Apr 23 10:46:59 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=93356f53f61b49ec93c25022feffb3cb => generated 180 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/430] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:46:59 2026] GET /v2.0/security-groups?id=18058aa4-4c14-4e90-b744-fb5acafb035b&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/431] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:46:59 2026] GET /v2.0/ports?device_id=f445156f-e716-4a0a-a00f-cdc3989c2f02 => generated 969 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/432] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:46:59 2026] GET /v2.0/ports?device_id=d6fcf6b4-41c2-4e99-ad99-21c4b5ad50fc => 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: 215/433] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:46:59 2026] GET /v2.0/security-groups?id=d261ecf5-ef01-4ca5-b159-14c35f0d3e9e&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: 216/434] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:46:59 2026] GET /v2.0/ports?device_id=f46ab7f5-5c43-498c-9e26-2bdffac79c70 => 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: 219/435] 199.204.45.210 () {38 vars in 954 bytes} [Thu Apr 23 10:46:59 2026] POST /v2.0/ports => generated 954 bytes in 480 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/436] 199.204.45.210 () {38 vars in 1027 bytes} [Thu Apr 23 10:47:00 2026] PUT /v2.0/ports/6fc5dd38-5aaf-40b9-836c-0bd0c608ca7a => generated 1235 bytes in 373 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:47:00.730 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a7059b10-ebec-4259-b35b-2a105a478881'] response: {'name': 'network-changed', 'server_uuid': 'd6fcf6b4-41c2-4e99-ad99-21c4b5ad50fc', 'tag': '6fc5dd38-5aaf-40b9-836c-0bd0c608ca7a', '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: 220/437] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:00 2026] GET /v2.0/ports?device_id=9ed1a778-2c36-48f5-8bb7-d739856efcb8 => generated 969 bytes in 44 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: 218/438] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:00 2026] GET /v2.0/security-groups?id=18058aa4-4c14-4e90-b744-fb5acafb035b&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/439] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:00 2026] GET /v2.0/ports?device_id=d6fcf6b4-41c2-4e99-ad99-21c4b5ad50fc => 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: 219/440] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:01 2026] GET /v2.0/ports?device_id=f445156f-e716-4a0a-a00f-cdc3989c2f02 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/441] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:01 2026] GET /v2.0/security-groups?id=707bee39-7a4e-4ff0-b77a-675f2d51bd6a&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: 220/442] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:01 2026] GET /v2.0/security-groups?id=d261ecf5-ef01-4ca5-b159-14c35f0d3e9e&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/443] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:01 2026] GET /v2.0/ports?device_id=f46ab7f5-5c43-498c-9e26-2bdffac79c70 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/444] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:47:01 2026] GET /v2.0/ports?tenant_id=93356f53f61b49ec93c25022feffb3cb&device_id=d6fcf6b4-41c2-4e99-ad99-21c4b5ad50fc => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/445] 199.204.45.210 () {34 vars in 1017 bytes} [Thu Apr 23 10:47:01 2026] GET /v2.0/networks?tenant_id=93356f53f61b49ec93c25022feffb3cb&shared=False => generated 771 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/446] 199.204.45.210 () {34 vars in 929 bytes} [Thu Apr 23 10:47:01 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/447] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:47:01 2026] GET /v2.0/networks?id=c1b2bc29-6281-4d2b-bfea-e8a6a2206622 => generated 669 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/448] 199.204.45.210 () {34 vars in 1049 bytes} [Thu Apr 23 10:47:01 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9684251a656949f6afc92b124976e396 => generated 180 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/449] 199.204.45.210 () {38 vars in 954 bytes} [Thu Apr 23 10:47:01 2026] POST /v2.0/ports => generated 958 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 224/450] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:02 2026] GET /v2.0/ports?device_id=9ed1a778-2c36-48f5-8bb7-d739856efcb8 => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/451] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:02 2026] GET /v2.0/security-groups?id=18058aa4-4c14-4e90-b744-fb5acafb035b&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: 226/452] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:02 2026] GET /v2.0/ports?device_id=d6fcf6b4-41c2-4e99-ad99-21c4b5ad50fc => generated 969 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/453] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:02 2026] GET /v2.0/ports?device_id=f445156f-e716-4a0a-a00f-cdc3989c2f02 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/454] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:02 2026] GET /v2.0/security-groups?id=707bee39-7a4e-4ff0-b77a-675f2d51bd6a&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: 229/455] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:02 2026] GET /v2.0/security-groups?id=d261ecf5-ef01-4ca5-b159-14c35f0d3e9e&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: 230/456] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:02 2026] GET /v2.0/ports?device_id=f46ab7f5-5c43-498c-9e26-2bdffac79c70 => generated 973 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/457] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:47:02 2026] GET /v2.0/ports?tenant_id=93356f53f61b49ec93c25022feffb3cb&device_id=d6fcf6b4-41c2-4e99-ad99-21c4b5ad50fc => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/458] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:02 2026] GET /v2.0/security-groups?id=fc8d9b16-f618-435b-942a-4eaece34d3b1&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: 227/459] 199.204.45.210 () {38 vars in 1027 bytes} [Thu Apr 23 10:47:02 2026] PUT /v2.0/ports/7c38fa2c-8912-4fe8-a6c8-a0bbb16dbfee => generated 1239 bytes in 461 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/460] 199.204.45.210 () {34 vars in 1057 bytes} [Thu Apr 23 10:47:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=6fc5dd38-5aaf-40b9-836c-0bd0c608ca7a => generated 19 bytes in 27 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-23 10:47:02.595 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b8ad5eb8-6759-4611-bfe5-a28115dc16ad'] response: {'name': 'network-changed', 'server_uuid': 'f46ab7f5-5c43-498c-9e26-2bdffac79c70', 'tag': '7c38fa2c-8912-4fe8-a6c8-a0bbb16dbfee', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 228/461] 199.204.45.210 () {34 vars in 983 bytes} [Thu Apr 23 10:47:02 2026] GET /v2.0/subnets?id=c75209b6-78c4-497b-a5f3-6b81151e0f4f => generated 694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/462] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:47:02 2026] GET /v2.0/ports?network_id=3edbb9a3-5319-42f0-8b8c-f6aa2b50b76d&device_owner=network%3Adhcp => generated 1244 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/463] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:47:02 2026] GET /v2.0/networks/3edbb9a3-5319-42f0-8b8c-f6aa2b50b76d?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: 235/464] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:47:02 2026] GET /v2.0/networks/3edbb9a3-5319-42f0-8b8c-f6aa2b50b76d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/465] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:47:03 2026] GET /v2.0/ports?tenant_id=9684251a656949f6afc92b124976e396&device_id=f46ab7f5-5c43-498c-9e26-2bdffac79c70 => generated 1242 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/466] 199.204.45.210 () {34 vars in 1017 bytes} [Thu Apr 23 10:47:03 2026] GET /v2.0/networks?tenant_id=9684251a656949f6afc92b124976e396&shared=False => generated 765 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/467] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:03 2026] GET /v2.0/ports?device_id=9ed1a778-2c36-48f5-8bb7-d739856efcb8 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/468] 199.204.45.210 () {34 vars in 929 bytes} [Thu Apr 23 10:47:03 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/469] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:03 2026] GET /v2.0/security-groups?id=18058aa4-4c14-4e90-b744-fb5acafb035b&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: 232/470] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:03 2026] GET /v2.0/ports?device_id=d6fcf6b4-41c2-4e99-ad99-21c4b5ad50fc => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/471] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:03 2026] GET /v2.0/ports?device_id=f445156f-e716-4a0a-a00f-cdc3989c2f02 => 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: 233/472] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:03 2026] GET /v2.0/security-groups?id=707bee39-7a4e-4ff0-b77a-675f2d51bd6a&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: 240/473] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:03 2026] GET /v2.0/security-groups?id=d261ecf5-ef01-4ca5-b159-14c35f0d3e9e&fields=id&fields=name => generated 114 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/474] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:03 2026] GET /v2.0/ports?device_id=f46ab7f5-5c43-498c-9e26-2bdffac79c70 => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/475] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:03 2026] GET /v2.0/security-groups?id=fc8d9b16-f618-435b-942a-4eaece34d3b1&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: 235/476] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:47:04 2026] GET /v2.0/ports?tenant_id=9684251a656949f6afc92b124976e396&device_id=f46ab7f5-5c43-498c-9e26-2bdffac79c70 => generated 1242 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/477] 199.204.45.210 () {34 vars in 1059 bytes} [Thu Apr 23 10:47:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=7c38fa2c-8912-4fe8-a6c8-a0bbb16dbfee => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/478] 199.204.45.210 () {34 vars in 983 bytes} [Thu Apr 23 10:47:04 2026] GET /v2.0/subnets?id=eb25bfe0-041f-4360-ac24-0c0ad68710af => generated 687 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/479] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:04 2026] GET /v2.0/ports?device_id=9ed1a778-2c36-48f5-8bb7-d739856efcb8 => 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: 244/480] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:47:04 2026] GET /v2.0/ports?network_id=c1b2bc29-6281-4d2b-bfea-e8a6a2206622&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/481] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:04 2026] GET /v2.0/security-groups?id=18058aa4-4c14-4e90-b744-fb5acafb035b&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/482] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:47:04 2026] GET /v2.0/networks/c1b2bc29-6281-4d2b-bfea-e8a6a2206622?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/483] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:04 2026] GET /v2.0/ports?device_id=d6fcf6b4-41c2-4e99-ad99-21c4b5ad50fc => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/484] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:47:04 2026] GET /v2.0/networks/c1b2bc29-6281-4d2b-bfea-e8a6a2206622?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/485] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:04 2026] GET /v2.0/security-groups?id=707bee39-7a4e-4ff0-b77a-675f2d51bd6a&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: 239/486] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:04 2026] GET /v2.0/ports?device_id=f445156f-e716-4a0a-a00f-cdc3989c2f02 => generated 971 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/487] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:04 2026] GET /v2.0/security-groups?id=d261ecf5-ef01-4ca5-b159-14c35f0d3e9e&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: 240/488] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:04 2026] GET /v2.0/ports?device_id=f46ab7f5-5c43-498c-9e26-2bdffac79c70 => 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: 249/489] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:04 2026] GET /v2.0/security-groups?id=fc8d9b16-f618-435b-942a-4eaece34d3b1&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/490] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:05 2026] GET /v2.0/ports?device_id=9ed1a778-2c36-48f5-8bb7-d739856efcb8 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/491] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:05 2026] GET /v2.0/security-groups?id=18058aa4-4c14-4e90-b744-fb5acafb035b&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: 242/492] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:05 2026] GET /v2.0/ports?device_id=d6fcf6b4-41c2-4e99-ad99-21c4b5ad50fc => generated 971 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/493] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:05 2026] GET /v2.0/security-groups?id=707bee39-7a4e-4ff0-b77a-675f2d51bd6a&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/494] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:05 2026] GET /v2.0/ports?device_id=f445156f-e716-4a0a-a00f-cdc3989c2f02 => 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: 244/495] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:05 2026] GET /v2.0/security-groups?id=d261ecf5-ef01-4ca5-b159-14c35f0d3e9e&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: 252/496] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:05 2026] GET /v2.0/ports?device_id=f46ab7f5-5c43-498c-9e26-2bdffac79c70 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/497] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:06 2026] GET /v2.0/security-groups?id=fc8d9b16-f618-435b-942a-4eaece34d3b1&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/498] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:06 2026] GET /v2.0/ports?device_id=f445156f-e716-4a0a-a00f-cdc3989c2f02 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:47:06.648 8 INFO neutron.db.l3_db [None req-38d8ac4f-227c-44b9-90c6-596197dbfa85 926aedd42a374d61b8a39aa2151b8802 252c173d53de4f888dc8830c3022f13c - - default default] Floating IP e5d345c8-70bb-4646-afea-1bd561622b7f associated. External IP: 10.96.250.220, port: 09ca3f87-35c6-4f45-be2f-356c266c024e. [pid: 7|app: 0|req: 254/499] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:06 2026] GET /v2.0/ports?device_id=9ed1a778-2c36-48f5-8bb7-d739856efcb8 => generated 971 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/500] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:06 2026] GET /v2.0/security-groups?id=18058aa4-4c14-4e90-b744-fb5acafb035b&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/501] 10.0.0.24 () {34 vars in 747 bytes} [Thu Apr 23 10:47:06 2026] PUT /v2.0/floatingips/e5d345c8-70bb-4646-afea-1bd561622b7f => generated 855 bytes in 852 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/502] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:07 2026] GET /v2.0/ports?device_id=d6fcf6b4-41c2-4e99-ad99-21c4b5ad50fc => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/503] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:07 2026] GET /v2.0/ports?device_id=9ed1a778-2c36-48f5-8bb7-d739856efcb8 => 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: 257/504] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:07 2026] GET /v2.0/security-groups?id=707bee39-7a4e-4ff0-b77a-675f2d51bd6a&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:47:07.155 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-aee95d03-f2f0-4af9-abb7-99206b858fb6'] response: {'name': 'network-changed', 'server_uuid': 'f445156f-e716-4a0a-a00f-cdc3989c2f02', 'tag': '09ca3f87-35c6-4f45-be2f-356c266c024e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 258/505] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:07 2026] GET /v2.0/ports?device_id=f445156f-e716-4a0a-a00f-cdc3989c2f02 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/506] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:07 2026] GET /v2.0/security-groups?id=d261ecf5-ef01-4ca5-b159-14c35f0d3e9e&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: 260/507] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:07 2026] GET /v2.0/ports?device_id=f46ab7f5-5c43-498c-9e26-2bdffac79c70 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/508] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:07 2026] GET /v2.0/security-groups?id=fc8d9b16-f618-435b-942a-4eaece34d3b1&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-23 10:47:07.486 8 INFO neutron.db.l3_db [None req-1b062ea2-7b87-4197-bd48-64a0fbd73d36 9e9c73c105364276a12c410958624701 9d246457f0a5499d9d56a28340ae3538 - - default default] Floating IP e320fc23-d0a6-40d1-afc9-13bac4533b90 associated. External IP: 10.96.250.206, port: 295a2081-b81b-4a68-b57c-932f190c04bc. [pid: 7|app: 0|req: 262/509] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:07 2026] GET /v2.0/ports?device_id=f445156f-e716-4a0a-a00f-cdc3989c2f02 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/510] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:07 2026] GET /v2.0/security-groups?id=d261ecf5-ef01-4ca5-b159-14c35f0d3e9e&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: 264/511] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:47:07 2026] GET /v2.0/ports?tenant_id=252c173d53de4f888dc8830c3022f13c&device_id=f445156f-e716-4a0a-a00f-cdc3989c2f02 => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/512] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:47:07 2026] GET /v2.0/networks?id=41ed4ed1-8182-4527-8a63-50a5ace9cc0e => generated 776 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/513] 10.0.0.24 () {34 vars in 747 bytes} [Thu Apr 23 10:47:07 2026] PUT /v2.0/floatingips/e320fc23-d0a6-40d1-afc9-13bac4533b90 => generated 855 bytes in 779 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/514] 199.204.45.210 () {34 vars in 1057 bytes} [Thu Apr 23 10:47:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=09ca3f87-35c6-4f45-be2f-356c266c024e => generated 858 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/515] 199.204.45.210 () {34 vars in 983 bytes} [Thu Apr 23 10:47:07 2026] GET /v2.0/subnets?id=5171e835-b9f2-4631-acf8-25e969ba244c => generated 698 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/516] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:47:07 2026] GET /v2.0/ports?network_id=41ed4ed1-8182-4527-8a63-50a5ace9cc0e&device_owner=network%3Adhcp => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/517] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:07 2026] GET /v2.0/ports?device_id=9ed1a778-2c36-48f5-8bb7-d739856efcb8 => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/518] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:47:07 2026] GET /v2.0/networks/41ed4ed1-8182-4527-8a63-50a5ace9cc0e?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/519] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:08 2026] GET /v2.0/security-groups?id=18058aa4-4c14-4e90-b744-fb5acafb035b&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: 269/522] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:47:08 2026] GET /v2.0/networks/41ed4ed1-8182-4527-8a63-50a5ace9cc0e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/523] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:08 2026] GET /v2.0/ports?device_id=d6fcf6b4-41c2-4e99-ad99-21c4b5ad50fc => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/524] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:08 2026] GET /v2.0/security-groups?id=707bee39-7a4e-4ff0-b77a-675f2d51bd6a&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: 255/525] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:08 2026] GET /v2.0/ports?device_id=f46ab7f5-5c43-498c-9e26-2bdffac79c70 => generated 975 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/526] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:08 2026] GET /v2.0/ports?device_id=d6fcf6b4-41c2-4e99-ad99-21c4b5ad50fc => generated 971 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/527] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:08 2026] GET /v2.0/security-groups?id=fc8d9b16-f618-435b-942a-4eaece34d3b1&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: 257/528] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:08 2026] GET /v2.0/ports?device_id=f445156f-e716-4a0a-a00f-cdc3989c2f02 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/529] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:08 2026] GET /v2.0/security-groups?id=d261ecf5-ef01-4ca5-b159-14c35f0d3e9e&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-23 10:47:09.059 7 INFO neutron.db.l3_db [None req-950498fa-338a-4dc3-a986-6772f33726db f6c2891429414d0c80cad461c62ee4aa 93356f53f61b49ec93c25022feffb3cb - - default default] Floating IP 619a0c38-a799-475b-92cb-7951199f9e30 associated. External IP: 10.96.250.211, port: 6fc5dd38-5aaf-40b9-836c-0bd0c608ca7a. 2026-04-23 10:47:09.193 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-071077a4-905a-4587-8e8a-f5a8a1c39848'] response: {'name': 'network-changed', 'server_uuid': '9ed1a778-2c36-48f5-8bb7-d739856efcb8', 'tag': '295a2081-b81b-4a68-b57c-932f190c04bc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 272/530] 10.0.0.24 () {34 vars in 747 bytes} [Thu Apr 23 10:47:08 2026] PUT /v2.0/floatingips/619a0c38-a799-475b-92cb-7951199f9e30 => generated 855 bytes in 831 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:47:09.408 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7942cd5c-9fa2-427b-866e-8de135bf4370'] response: {'name': 'network-changed', 'server_uuid': 'd6fcf6b4-41c2-4e99-ad99-21c4b5ad50fc', 'tag': '6fc5dd38-5aaf-40b9-836c-0bd0c608ca7a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 259/531] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:09 2026] GET /v2.0/ports?device_id=f46ab7f5-5c43-498c-9e26-2bdffac79c70 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/532] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:09 2026] GET /v2.0/security-groups?id=fc8d9b16-f618-435b-942a-4eaece34d3b1&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: 260/533] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:47:09 2026] GET /v2.0/ports?tenant_id=9d246457f0a5499d9d56a28340ae3538&device_id=9ed1a778-2c36-48f5-8bb7-d739856efcb8 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/534] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:09 2026] GET /v2.0/ports?device_id=f46ab7f5-5c43-498c-9e26-2bdffac79c70 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/535] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:47:09 2026] GET /v2.0/networks?id=51302325-0b25-4666-be99-2faedbd9eb71 => generated 780 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/536] 199.204.45.210 () {34 vars in 1057 bytes} [Thu Apr 23 10:47:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=295a2081-b81b-4a68-b57c-932f190c04bc => generated 858 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/537] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:47:09 2026] GET /v2.0/ports?tenant_id=93356f53f61b49ec93c25022feffb3cb&device_id=d6fcf6b4-41c2-4e99-ad99-21c4b5ad50fc => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/538] 199.204.45.210 () {34 vars in 983 bytes} [Thu Apr 23 10:47:09 2026] GET /v2.0/subnets?id=9335d586-be8c-497e-a9f9-8e670c5a2337 => generated 702 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/539] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:09 2026] GET /v2.0/ports?device_id=f445156f-e716-4a0a-a00f-cdc3989c2f02 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/540] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:47:10 2026] GET /v2.0/networks?id=3edbb9a3-5319-42f0-8b8c-f6aa2b50b76d => generated 771 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/541] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:47:10 2026] GET /v2.0/ports?network_id=51302325-0b25-4666-be99-2faedbd9eb71&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: 281/542] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:10 2026] GET /v2.0/security-groups?id=d261ecf5-ef01-4ca5-b159-14c35f0d3e9e&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:47:10.169 8 INFO neutron.db.l3_db [None req-dae3063e-7957-4bbd-8283-49aad1fc241a 045c1110cbb84c3baab79ac1fc2a31a7 9684251a656949f6afc92b124976e396 - - default default] Floating IP 15d104e0-4de3-400b-a9f0-200da1b14654 associated. External IP: 10.96.250.216, port: 7c38fa2c-8912-4fe8-a6c8-a0bbb16dbfee. [pid: 7|app: 0|req: 282/543] 199.204.45.210 () {34 vars in 1057 bytes} [Thu Apr 23 10:47:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=6fc5dd38-5aaf-40b9-836c-0bd0c608ca7a => generated 858 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/544] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:47:10 2026] GET /v2.0/networks/51302325-0b25-4666-be99-2faedbd9eb71?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: 284/545] 199.204.45.210 () {34 vars in 983 bytes} [Thu Apr 23 10:47:10 2026] GET /v2.0/subnets?id=c75209b6-78c4-497b-a5f3-6b81151e0f4f => generated 694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/546] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:47:10 2026] GET /v2.0/networks/51302325-0b25-4666-be99-2faedbd9eb71?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: 286/547] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:47:10 2026] GET /v2.0/ports?network_id=3edbb9a3-5319-42f0-8b8c-f6aa2b50b76d&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: 287/548] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:47:10 2026] GET /v2.0/networks/3edbb9a3-5319-42f0-8b8c-f6aa2b50b76d?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: 288/549] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:47:10 2026] GET /v2.0/networks/3edbb9a3-5319-42f0-8b8c-f6aa2b50b76d?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: 262/550] 10.0.0.24 () {34 vars in 747 bytes} [Thu Apr 23 10:47:09 2026] PUT /v2.0/floatingips/15d104e0-4de3-400b-a9f0-200da1b14654 => generated 856 bytes in 649 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/551] 199.204.45.210 () {34 vars in 993 bytes} [Thu Apr 23 10:47:10 2026] GET /v2.0/ports?device_id=f445156f-e716-4a0a-a00f-cdc3989c2f02 => 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: 290/552] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:10 2026] GET /v2.0/ports?device_id=f46ab7f5-5c43-498c-9e26-2bdffac79c70 => generated 975 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/553] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:10 2026] GET /v2.0/security-groups?id=fc8d9b16-f618-435b-942a-4eaece34d3b1&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:47:10.730 8 INFO neutron_taas.services.taas.taas_plugin [req-9ceea61c-7d0b-40f4-a702-f40172c400cf req-5df93707-1ab1-49e0-8866-b0a9bd10ac08 926aedd42a374d61b8a39aa2151b8802 252c173d53de4f888dc8830c3022f13c - - default default] TaaS: Handle Delete Port: 09ca3f87-35c6-4f45-be2f-356c266c024e 2026-04-23 10:47:10.736 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9ceea61c-7d0b-40f4-a702-f40172c400cf req-5df93707-1ab1-49e0-8866-b0a9bd10ac08 926aedd42a374d61b8a39aa2151b8802 252c173d53de4f888dc8830c3022f13c - - default default] Tap Mirror: Handle Delete Port: 09ca3f87-35c6-4f45-be2f-356c266c024e [pid: 7|app: 0|req: 292/554] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:11 2026] GET /v2.0/ports?device_id=f46ab7f5-5c43-498c-9e26-2bdffac79c70 => 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: 293/555] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:11 2026] GET /v2.0/security-groups?id=fc8d9b16-f618-435b-942a-4eaece34d3b1&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:47:11.248 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-06c5b83b-7891-49d2-b192-37a4d6fe6a64'] response: {'name': 'network-changed', 'server_uuid': 'f46ab7f5-5c43-498c-9e26-2bdffac79c70', 'tag': '7c38fa2c-8912-4fe8-a6c8-a0bbb16dbfee', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 294/556] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:11 2026] GET /v2.0/ports?device_id=f445156f-e716-4a0a-a00f-cdc3989c2f02 => 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: 295/557] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:11 2026] GET /v2.0/security-groups?id=d261ecf5-ef01-4ca5-b159-14c35f0d3e9e&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-23 10:47:11.489 8 INFO neutron_taas.services.taas.taas_plugin [req-9ceea61c-7d0b-40f4-a702-f40172c400cf req-5df93707-1ab1-49e0-8866-b0a9bd10ac08 926aedd42a374d61b8a39aa2151b8802 252c173d53de4f888dc8830c3022f13c - - default default] TaaS: Handle Delete Port: 09ca3f87-35c6-4f45-be2f-356c266c024e 2026-04-23 10:47:11.492 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9ceea61c-7d0b-40f4-a702-f40172c400cf req-5df93707-1ab1-49e0-8866-b0a9bd10ac08 926aedd42a374d61b8a39aa2151b8802 252c173d53de4f888dc8830c3022f13c - - default default] Tap Mirror: Handle Delete Port: 09ca3f87-35c6-4f45-be2f-356c266c024e 2026-04-23 10:47:11.622 8 INFO neutron.db.l3_db [req-9ceea61c-7d0b-40f4-a702-f40172c400cf req-5df93707-1ab1-49e0-8866-b0a9bd10ac08 926aedd42a374d61b8a39aa2151b8802 252c173d53de4f888dc8830c3022f13c - - default default] Floating IP e5d345c8-70bb-4646-afea-1bd561622b7f disassociated. External IP: 10.96.250.220, port: 09ca3f87-35c6-4f45-be2f-356c266c024e. [pid: 7|app: 0|req: 296/558] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:47:11 2026] GET /v2.0/ports?tenant_id=9684251a656949f6afc92b124976e396&device_id=f46ab7f5-5c43-498c-9e26-2bdffac79c70 => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/559] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:47:11 2026] GET /v2.0/networks?id=c1b2bc29-6281-4d2b-bfea-e8a6a2206622 => generated 765 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/560] 199.204.45.210 () {34 vars in 1059 bytes} [Thu Apr 23 10:47:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=7c38fa2c-8912-4fe8-a6c8-a0bbb16dbfee => generated 859 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/561] 199.204.45.210 () {34 vars in 983 bytes} [Thu Apr 23 10:47:11 2026] GET /v2.0/subnets?id=eb25bfe0-041f-4360-ac24-0c0ad68710af => generated 687 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/562] 199.204.45.210 () {36 vars in 996 bytes} [Thu Apr 23 10:47:10 2026] DELETE /v2.0/ports/09ca3f87-35c6-4f45-be2f-356c266c024e => generated 0 bytes in 1469 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/563] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:47:11 2026] GET /v2.0/ports?network_id=c1b2bc29-6281-4d2b-bfea-e8a6a2206622&device_owner=network%3Adhcp => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/564] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:47:12 2026] GET /v2.0/networks/c1b2bc29-6281-4d2b-bfea-e8a6a2206622?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/565] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:47:12 2026] GET /v2.0/networks/c1b2bc29-6281-4d2b-bfea-e8a6a2206622?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: 265/566] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:12 2026] GET /v2.0/ports?device_id=f46ab7f5-5c43-498c-9e26-2bdffac79c70 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/567] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:12 2026] GET /v2.0/security-groups?id=fc8d9b16-f618-435b-942a-4eaece34d3b1&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: 8|app: 0|req: 266/568] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:12 2026] GET /v2.0/ports?device_id=f445156f-e716-4a0a-a00f-cdc3989c2f02 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:47:13.282 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4aa40480-10d0-40f6-89a4-2f01087ff525'] response: {'server_uuid': 'f445156f-e716-4a0a-a00f-cdc3989c2f02', 'name': 'network-vif-deleted', 'tag': '09ca3f87-35c6-4f45-be2f-356c266c024e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 303/569] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:13 2026] GET /v2.0/ports?device_id=f46ab7f5-5c43-498c-9e26-2bdffac79c70 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/570] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:13 2026] GET /v2.0/security-groups?id=fc8d9b16-f618-435b-942a-4eaece34d3b1&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/571] 199.204.45.210 () {34 vars in 993 bytes} [Thu Apr 23 10:47:13 2026] GET /v2.0/ports?device_id=f46ab7f5-5c43-498c-9e26-2bdffac79c70 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/572] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:13 2026] GET /v2.0/ports?device_id=f445156f-e716-4a0a-a00f-cdc3989c2f02 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:47:13.665 8 INFO neutron_taas.services.taas.taas_plugin [req-0d39e691-889d-4512-8561-30860a77759e req-c04c5865-2d76-42f1-9d0f-877b22b36156 045c1110cbb84c3baab79ac1fc2a31a7 9684251a656949f6afc92b124976e396 - - default default] TaaS: Handle Delete Port: 7c38fa2c-8912-4fe8-a6c8-a0bbb16dbfee 2026-04-23 10:47:13.685 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0d39e691-889d-4512-8561-30860a77759e req-c04c5865-2d76-42f1-9d0f-877b22b36156 045c1110cbb84c3baab79ac1fc2a31a7 9684251a656949f6afc92b124976e396 - - default default] Tap Mirror: Handle Delete Port: 7c38fa2c-8912-4fe8-a6c8-a0bbb16dbfee 2026-04-23 10:47:13.829 8 INFO neutron.db.l3_db [req-0d39e691-889d-4512-8561-30860a77759e req-c04c5865-2d76-42f1-9d0f-877b22b36156 045c1110cbb84c3baab79ac1fc2a31a7 9684251a656949f6afc92b124976e396 - - default default] Floating IP 15d104e0-4de3-400b-a9f0-200da1b14654 disassociated. External IP: 10.96.250.216, port: 7c38fa2c-8912-4fe8-a6c8-a0bbb16dbfee. [pid: 8|app: 0|req: 268/573] 199.204.45.210 () {36 vars in 996 bytes} [Thu Apr 23 10:47:13 2026] DELETE /v2.0/ports/7c38fa2c-8912-4fe8-a6c8-a0bbb16dbfee => generated 0 bytes in 724 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/574] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:14 2026] GET /v2.0/ports?device_id=f46ab7f5-5c43-498c-9e26-2bdffac79c70 => 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: 269/575] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:14 2026] GET /v2.0/ports?device_id=f445156f-e716-4a0a-a00f-cdc3989c2f02 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:47:15.325 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c88fc4b5-61cd-4b09-97cc-d17a7075ce91'] response: {'server_uuid': 'f46ab7f5-5c43-498c-9e26-2bdffac79c70', 'name': 'network-vif-deleted', 'tag': '7c38fa2c-8912-4fe8-a6c8-a0bbb16dbfee', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 307/576] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:15 2026] GET /v2.0/ports?device_id=f46ab7f5-5c43-498c-9e26-2bdffac79c70 => 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: 270/577] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:15 2026] GET /v2.0/ports?device_id=f445156f-e716-4a0a-a00f-cdc3989c2f02 => 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: 308/578] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:16 2026] GET /v2.0/ports?device_id=f46ab7f5-5c43-498c-9e26-2bdffac79c70 => 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: 271/579] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:47:16 2026] DELETE /v2.0/security-groups/d261ecf5-ef01-4ca5-b159-14c35f0d3e9e => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:47:17.019 7 INFO neutron.api.v2.resource [None req-b5c5a202-7bc4-4bad-a44d-6a01ef1ae9f4 926aedd42a374d61b8a39aa2151b8802 252c173d53de4f888dc8830c3022f13c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 309/580] 10.0.0.24 () {32 vars in 735 bytes} [Thu Apr 23 10:47:17 2026] GET /v2.0/security-groups/d261ecf5-ef01-4ca5-b159-14c35f0d3e9e => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:47:17.168 8 INFO neutron_taas.services.taas.taas_plugin [None req-88e95bd2-0ac3-48ea-9f9e-77c8beb56f46 926aedd42a374d61b8a39aa2151b8802 252c173d53de4f888dc8830c3022f13c - - default default] TaaS: Handle Delete Port: e6919116-fc99-4107-b04e-8e6bcb1da3a8 2026-04-23 10:47:17.170 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-88e95bd2-0ac3-48ea-9f9e-77c8beb56f46 926aedd42a374d61b8a39aa2151b8802 252c173d53de4f888dc8830c3022f13c - - default default] Tap Mirror: Handle Delete Port: e6919116-fc99-4107-b04e-8e6bcb1da3a8 [pid: 8|app: 0|req: 272/581] 10.0.0.24 () {32 vars in 730 bytes} [Thu Apr 23 10:47:17 2026] DELETE /v2.0/floatingips/e5d345c8-70bb-4646-afea-1bd561622b7f => generated 0 bytes in 336 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:47:17.704 7 INFO neutron_taas.services.taas.taas_plugin [None req-da675731-2550-44bb-bfe3-28bfadf5af38 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: 247f7901-1fa0-42ec-89df-9e9adb03bd70 2026-04-23 10:47:17.706 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da675731-2550-44bb-bfe3-28bfadf5af38 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: 247f7901-1fa0-42ec-89df-9e9adb03bd70 [pid: 8|app: 0|req: 273/582] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:47:17 2026] DELETE /v2.0/security-groups/fc8d9b16-f618-435b-942a-4eaece34d3b1 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:47:18.060 8 INFO neutron.api.v2.resource [None req-ab8a52b8-3c10-4678-a04b-1ecad94829ec 045c1110cbb84c3baab79ac1fc2a31a7 9684251a656949f6afc92b124976e396 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 274/583] 10.0.0.24 () {32 vars in 735 bytes} [Thu Apr 23 10:47:18 2026] GET /v2.0/security-groups/fc8d9b16-f618-435b-942a-4eaece34d3b1 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:47:18.189 8 INFO neutron_taas.services.taas.taas_plugin [None req-d4babbaa-60bb-4f6a-9221-5c0bb21e3e1d 045c1110cbb84c3baab79ac1fc2a31a7 9684251a656949f6afc92b124976e396 - - default default] TaaS: Handle Delete Port: f1850391-f387-4fa0-b1d0-fb0112e8cc07 2026-04-23 10:47:18.194 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4babbaa-60bb-4f6a-9221-5c0bb21e3e1d 045c1110cbb84c3baab79ac1fc2a31a7 9684251a656949f6afc92b124976e396 - - default default] Tap Mirror: Handle Delete Port: f1850391-f387-4fa0-b1d0-fb0112e8cc07 [pid: 7|app: 0|req: 310/584] 10.0.0.24 () {34 vars in 787 bytes} [Thu Apr 23 10:47:17 2026] PUT /v2.0/routers/6c8fc667-d1c9-488a-a9c5-bea0b623e5a2/remove_router_interface => generated 309 bytes in 841 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:47:18.434 7 INFO neutron_taas.services.taas.taas_plugin [None req-3a5ec56f-45e6-48a3-bc74-5c9b315907b6 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: 9e761b7b-2946-4fc7-a697-a16ffe6a1688 2026-04-23 10:47:18.437 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a5ec56f-45e6-48a3-bc74-5c9b315907b6 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: 9e761b7b-2946-4fc7-a697-a16ffe6a1688 [pid: 8|app: 0|req: 275/585] 10.0.0.24 () {32 vars in 730 bytes} [Thu Apr 23 10:47:18 2026] DELETE /v2.0/floatingips/15d104e0-4de3-400b-a9f0-200da1b14654 => generated 0 bytes in 373 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:47:18.699 7 INFO neutron_taas.services.taas.taas_plugin [None req-3a5ec56f-45e6-48a3-bc74-5c9b315907b6 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: fe1e6779-a1c8-458e-acbb-cb2d6141654e 2026-04-23 10:47:18.703 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a5ec56f-45e6-48a3-bc74-5c9b315907b6 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: fe1e6779-a1c8-458e-acbb-cb2d6141654e 2026-04-23 10:47:18.887 8 INFO neutron_taas.services.taas.taas_plugin [None req-ab890e94-bc6d-47ea-b8b3-79bccd68d44b a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: cf9cb8a1-0bcb-4dac-aff6-29ae0658563e 2026-04-23 10:47:18.890 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab890e94-bc6d-47ea-b8b3-79bccd68d44b a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: cf9cb8a1-0bcb-4dac-aff6-29ae0658563e 2026-04-23 10:47:19.080 7 INFO neutron.services.segments.plugin [-] Segment db1c7b92-da4f-437d-9703-ae3a5d17aec5 resource provider aggregate not found 2026-04-23 10:47:19.086 7 INFO neutron.services.segments.plugin [-] Segment db1c7b92-da4f-437d-9703-ae3a5d17aec5 resource provider aggregate not found 2026-04-23 10:47:19.102 7 INFO neutron.services.segments.plugin [-] Segment db1c7b92-da4f-437d-9703-ae3a5d17aec5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db1c7b92-da4f-437d-9703-ae3a5d17aec5 found for delete ", "request_id": "req-3014f05f-0611-4d94-a076-b91628430ed9"}]} 2026-04-23 10:47:19.108 7 INFO neutron.services.segments.plugin [-] Segment db1c7b92-da4f-437d-9703-ae3a5d17aec5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db1c7b92-da4f-437d-9703-ae3a5d17aec5 found for delete ", "request_id": "req-ff128dfa-072a-4dfb-a4ef-4679c21bda7c"}]} 2026-04-23 10:47:19.115 7 INFO neutron.db.l3_hamode_db [None req-3a5ec56f-45e6-48a3-bc74-5c9b315907b6 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] HA network eda88387-5773-4884-9ad0-2e3cb853d115 was deleted as no HA routers are present in tenant 252c173d53de4f888dc8830c3022f13c. [pid: 7|app: 0|req: 311/586] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:47:18 2026] DELETE /v2.0/routers/6c8fc667-d1c9-488a-a9c5-bea0b623e5a2 => generated 0 bytes in 912 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/587] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:47:19 2026] DELETE /v2.0/subnets/5171e835-b9f2-4631-acf8-25e969ba244c => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:47:19.419 7 INFO neutron_taas.services.taas.taas_plugin [None req-1d018bb0-abae-436c-8cc0-6fe0ea1e0e77 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: da2df3b7-1708-4aef-9f9e-51075278850d 2026-04-23 10:47:19.422 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d018bb0-abae-436c-8cc0-6fe0ea1e0e77 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: da2df3b7-1708-4aef-9f9e-51075278850d [pid: 8|app: 0|req: 276/588] 10.0.0.24 () {34 vars in 787 bytes} [Thu Apr 23 10:47:18 2026] PUT /v2.0/routers/5ca037dc-e9bf-4e82-988f-8b86d04eb5e6/remove_router_interface => generated 309 bytes in 1051 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/589] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:47:19 2026] DELETE /v2.0/networks/41ed4ed1-8182-4527-8a63-50a5ace9cc0e => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/590] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:47:19 2026] GET /v2.0/security-groups?tenant_id=252c173d53de4f888dc8830c3022f13c&name=default => generated 2921 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/591] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:47:19 2026] DELETE /v2.0/security-groups/566df293-2879-4980-966c-cec94d763f51 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:47:20.114 8 INFO neutron_taas.services.taas.taas_plugin [None req-2e5eb02d-76e3-4b8a-80ee-81ca05444f69 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: 57eefe95-71f7-480f-81ff-c3e8ae1eeadb 2026-04-23 10:47:20.118 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e5eb02d-76e3-4b8a-80ee-81ca05444f69 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: 57eefe95-71f7-480f-81ff-c3e8ae1eeadb 2026-04-23 10:47:20.400 8 INFO neutron_taas.services.taas.taas_plugin [None req-2e5eb02d-76e3-4b8a-80ee-81ca05444f69 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: f08b4747-10bf-49fe-9354-c10a93208a16 2026-04-23 10:47:20.403 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e5eb02d-76e3-4b8a-80ee-81ca05444f69 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: f08b4747-10bf-49fe-9354-c10a93208a16 [pid: 7|app: 0|req: 316/592] 10.0.0.234 () {34 vars in 989 bytes} [Thu Apr 23 10:47:20 2026] GET /v2.0/ports?device_id=9ed1a778-2c36-48f5-8bb7-d739856efcb8 => generated 1240 bytes in 390 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/593] 10.0.0.234 () {34 vars in 1039 bytes} [Thu Apr 23 10:47:20 2026] GET /v2.0/security-groups?id=18058aa4-4c14-4e90-b744-fb5acafb035b&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: 7|app: 0|req: 318/594] 10.0.0.234 () {34 vars in 989 bytes} [Thu Apr 23 10:47:20 2026] GET /v2.0/ports?device_id=d6fcf6b4-41c2-4e99-ad99-21c4b5ad50fc => generated 1240 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:47:20.838 8 INFO neutron.services.segments.plugin [-] Segment 042b350a-89f4-41ea-b922-8e2d2d029d10 resource provider aggregate not found 2026-04-23 10:47:20.845 8 INFO neutron.services.segments.plugin [-] Segment 042b350a-89f4-41ea-b922-8e2d2d029d10 resource provider aggregate not found 2026-04-23 10:47:20.861 8 INFO neutron.db.l3_hamode_db [None req-2e5eb02d-76e3-4b8a-80ee-81ca05444f69 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] HA network bfd4b3a1-8be3-46b4-9d9b-41fc7feb73d8 was deleted as no HA routers are present in tenant 9684251a656949f6afc92b124976e396. 2026-04-23 10:47:20.866 8 INFO neutron.services.segments.plugin [-] Segment 042b350a-89f4-41ea-b922-8e2d2d029d10 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 042b350a-89f4-41ea-b922-8e2d2d029d10 found for delete ", "request_id": "req-70340c9f-6318-4030-97c5-bb3a84100310"}]} [pid: 8|app: 0|req: 277/595] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:47:19 2026] DELETE /v2.0/routers/5ca037dc-e9bf-4e82-988f-8b86d04eb5e6 => generated 0 bytes in 1367 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/596] 10.0.0.234 () {34 vars in 1039 bytes} [Thu Apr 23 10:47:20 2026] GET /v2.0/security-groups?id=707bee39-7a4e-4ff0-b77a-675f2d51bd6a&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:47:20.872 8 INFO neutron.services.segments.plugin [-] Segment 042b350a-89f4-41ea-b922-8e2d2d029d10 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 042b350a-89f4-41ea-b922-8e2d2d029d10 found for delete ", "request_id": "req-e1219cc8-cbe1-4415-b418-b57259eeda50"}]} [pid: 8|app: 0|req: 278/597] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:47:20 2026] DELETE /v2.0/subnets/eb25bfe0-041f-4360-ac24-0c0ad68710af => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:47:21.140 7 INFO neutron.services.segments.plugin [-] Segment 78a2841a-e865-4707-9138-80b09121b5dd resource provider aggregate not found 2026-04-23 10:47:21.152 7 INFO neutron.services.segments.plugin [-] Segment 78a2841a-e865-4707-9138-80b09121b5dd resource provider aggregate not found 2026-04-23 10:47:21.160 7 INFO neutron_taas.services.taas.taas_plugin [None req-77c07e67-edb7-49d8-8b62-0b4572500063 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: 4ac30e13-5c8c-450d-baa0-5ccb51aa3f5a 2026-04-23 10:47:21.165 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77c07e67-edb7-49d8-8b62-0b4572500063 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: 4ac30e13-5c8c-450d-baa0-5ccb51aa3f5a 2026-04-23 10:47:21.172 7 INFO neutron.services.segments.plugin [-] Segment 78a2841a-e865-4707-9138-80b09121b5dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78a2841a-e865-4707-9138-80b09121b5dd found for delete ", "request_id": "req-2696ab2a-0dbc-459f-8c41-989402600656"}]} 2026-04-23 10:47:21.175 7 INFO neutron.services.segments.plugin [-] Segment 78a2841a-e865-4707-9138-80b09121b5dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78a2841a-e865-4707-9138-80b09121b5dd found for delete ", "request_id": "req-3a05a009-08cd-473a-bf2c-6cc86c6d0fe0"}]} [pid: 7|app: 0|req: 320/598] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:47:21 2026] DELETE /v2.0/networks/c1b2bc29-6281-4d2b-bfea-e8a6a2206622 => generated 0 bytes in 336 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/599] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:47:21 2026] GET /v2.0/security-groups?tenant_id=9684251a656949f6afc92b124976e396&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/600] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:47:21 2026] DELETE /v2.0/security-groups/7162748d-dbcd-44ab-823c-e6e8d1b9f182 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:47:22.422 8 INFO neutron.db.segments_db [None req-40d97191-d868-42f8-ac9e-bd982d275445 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Added segment 92e94cb7-aedc-4b5b-be52-95736e97ef77 of type vxlan for network 5ddf5c84-ed2d-46c0-aef5-34c3f3c3cdb7 [pid: 8|app: 0|req: 280/601] 10.0.0.24 () {34 vars in 669 bytes} [Thu Apr 23 10:47:22 2026] POST /v2.0/networks => generated 725 bytes in 462 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/602] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:47:22 2026] POST /v2.0/subnets => generated 691 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:47:22.814 8 INFO neutron.db.segments_db [None req-76110afd-3ee8-4e94-bb05-1c305fbb60b4 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Added segment 7e2cca06-bb16-47b0-a9f8-cd1de48fc44f of type vxlan for network 3ee86b18-8b4d-4f02-be22-77ab21dd81c0 2026-04-23 10:47:23.066 8 INFO neutron.db.l3_hamode_db [None req-76110afd-3ee8-4e94-bb05-1c305fbb60b4 a46ab2c816d04d1f9ccf9b5875cf212c c98f3eafa2874a13b996d6850093b9f6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:47:23.196 7 INFO neutron.services.segments.plugin [-] Segment 4b3b0e39-6993-458d-afcd-7cba91c5e8cd resource provider aggregate not found 2026-04-23 10:47:23.203 7 INFO neutron.services.segments.plugin [-] Segment 4b3b0e39-6993-458d-afcd-7cba91c5e8cd resource provider aggregate not found 2026-04-23 10:47:23.220 7 INFO neutron.services.segments.plugin [-] Segment 4b3b0e39-6993-458d-afcd-7cba91c5e8cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b3b0e39-6993-458d-afcd-7cba91c5e8cd found for delete ", "request_id": "req-c70636f3-ebc0-43b7-ba6a-fecfea7f8326"}]} 2026-04-23 10:47:23.229 7 INFO neutron.services.segments.plugin [-] Segment 4b3b0e39-6993-458d-afcd-7cba91c5e8cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b3b0e39-6993-458d-afcd-7cba91c5e8cd found for delete ", "request_id": "req-033a86a4-7278-4c2e-9132-fcbd6677288d"}]} 2026-04-23 10:47:23.878 8 INFO neutron.db.l3_hamode_db [None req-76110afd-3ee8-4e94-bb05-1c305fbb60b4 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 281/605] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:47:22 2026] POST /v2.0/routers => generated 731 bytes in 2021 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/606] 10.0.0.24 () {34 vars in 781 bytes} [Thu Apr 23 10:47:24 2026] PUT /v2.0/routers/63e0d66c-29aa-482f-b93f-16fa8e8b64e7/add_router_interface => generated 309 bytes in 1323 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/607] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:47:26 2026] GET /v2.0/security-groups?tenant_id=678c1aad879c49efa5e873902f664bb7&name=default => generated 2925 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/608] 10.0.0.24 () {34 vars in 683 bytes} [Thu Apr 23 10:47:26 2026] POST /v2.0/security-groups => generated 1659 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/609] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:47:26 2026] DELETE /v2.0/security-groups/514795c0-13f2-4032-9d67-62a2568f27bd => 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: 327/610] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:47:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/611] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:47:27 2026] GET /v2.0/security-groups?tenant_id=9f099e390b2342338625638d08c430d5&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/612] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:47:27 2026] POST /v2.0/security-group-rules => generated 602 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/613] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:47:27 2026] DELETE /v2.0/security-groups/c67f822e-69d9-4fb8-903f-727b2ff52e40 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/614] 10.0.0.24 () {34 vars in 674 bytes} [Thu Apr 23 10:47:27 2026] POST /v2.0/floatingips => generated 552 bytes in 1213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/615] 10.0.0.38 () {34 vars in 1096 bytes} [Thu Apr 23 10:47:28 2026] GET /v2.0/security-groups?name=tempest-securitygroup--923041350&fields=id&tenant_id=c98f3eafa2874a13b996d6850093b9f6 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/616] 10.0.0.38 () {34 vars in 980 bytes} [Thu Apr 23 10:47:29 2026] GET /v2.0/networks?id=5ddf5c84-ed2d-46c0-aef5-34c3f3c3cdb7 => generated 676 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/617] 10.0.0.38 () {34 vars in 963 bytes} [Thu Apr 23 10:47:29 2026] GET /v2.0/quotas/c98f3eafa2874a13b996d6850093b9f6 => generated 292 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/618] 10.0.0.38 () {34 vars in 1000 bytes} [Thu Apr 23 10:47:29 2026] GET /v2.0/ports?tenant_id=c98f3eafa2874a13b996d6850093b9f6&fields=id => generated 103 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/619] 10.0.0.38 () {34 vars in 1006 bytes} [Thu Apr 23 10:47:29 2026] GET /v2.0/networks/5ddf5c84-ed2d-46c0-aef5-34c3f3c3cdb7?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: 288/620] 10.0.0.38 () {34 vars in 1106 bytes} [Thu Apr 23 10:47:29 2026] GET /v2.0/networks/5ddf5c84-ed2d-46c0-aef5-34c3f3c3cdb7?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: 333/621] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:29 2026] GET /v2.0/ports?device_id=d4353d6b-b8d8-4ad5-b3d9-5fe6ae4b2893 => 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: 289/622] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:30 2026] GET /v2.0/ports?device_id=d4353d6b-b8d8-4ad5-b3d9-5fe6ae4b2893 => 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: 334/623] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:31 2026] GET /v2.0/ports?device_id=d4353d6b-b8d8-4ad5-b3d9-5fe6ae4b2893 => 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: 290/624] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:47:32 2026] GET /v2.0/security-groups?tenant_id=cbac697a9ca74ad285b83f87e27f0a5d&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: 335/625] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:47:32 2026] DELETE /v2.0/security-groups/042a65ad-c4f2-4ae7-9a4f-082961163062 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/626] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:47:32 2026] GET /v2.0/security-groups?tenant_id=87c1c0a59d794196b8f92ea9dbbddd25&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: 336/627] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:47:32 2026] DELETE /v2.0/security-groups/aecc8ea2-c732-4dfb-9e3a-18be9c748360 => 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: 292/628] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:32 2026] GET /v2.0/ports?device_id=d4353d6b-b8d8-4ad5-b3d9-5fe6ae4b2893 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/629] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:47:33 2026] GET /v2.0/networks?id=5ddf5c84-ed2d-46c0-aef5-34c3f3c3cdb7 => generated 676 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/630] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:33 2026] GET /v2.0/ports?device_id=d4353d6b-b8d8-4ad5-b3d9-5fe6ae4b2893 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/631] 199.204.45.210 () {34 vars in 1049 bytes} [Thu Apr 23 10:47:33 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c98f3eafa2874a13b996d6850093b9f6 => generated 180 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/632] 199.204.45.210 () {38 vars in 954 bytes} [Thu Apr 23 10:47:33 2026] POST /v2.0/ports => generated 954 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/633] 199.204.45.210 () {38 vars in 1027 bytes} [Thu Apr 23 10:47:34 2026] PUT /v2.0/ports/5ccdd66e-a2a5-470b-823c-368ae53f51ea => generated 1235 bytes in 464 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:47:34.823 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0660c77f-7211-4fe5-bbea-daee99ffb6a0'] response: {'name': 'network-changed', 'server_uuid': 'd4353d6b-b8d8-4ad5-b3d9-5fe6ae4b2893', 'tag': '5ccdd66e-a2a5-470b-823c-368ae53f51ea', '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: 340/634] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:35 2026] GET /v2.0/ports?device_id=d4353d6b-b8d8-4ad5-b3d9-5fe6ae4b2893 => generated 969 bytes in 38 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: 295/635] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:35 2026] GET /v2.0/security-groups?id=46d1ffaa-3329-4131-ad18-5b5e8f399f3c&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: 341/636] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:47:35 2026] GET /v2.0/ports?tenant_id=c98f3eafa2874a13b996d6850093b9f6&device_id=d4353d6b-b8d8-4ad5-b3d9-5fe6ae4b2893 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/637] 199.204.45.210 () {34 vars in 1017 bytes} [Thu Apr 23 10:47:35 2026] GET /v2.0/networks?tenant_id=c98f3eafa2874a13b996d6850093b9f6&shared=False => generated 772 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/638] 199.204.45.210 () {34 vars in 929 bytes} [Thu Apr 23 10:47:35 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: 297/639] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:36 2026] GET /v2.0/ports?device_id=d4353d6b-b8d8-4ad5-b3d9-5fe6ae4b2893 => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/640] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:36 2026] GET /v2.0/security-groups?id=46d1ffaa-3329-4131-ad18-5b5e8f399f3c&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: 298/641] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:36 2026] GET /v2.0/ports?device_id=9ed1a778-2c36-48f5-8bb7-d739856efcb8 => 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: 344/642] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:47:36 2026] GET /v2.0/ports?tenant_id=c98f3eafa2874a13b996d6850093b9f6&device_id=d4353d6b-b8d8-4ad5-b3d9-5fe6ae4b2893 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/643] 10.0.0.38 () {34 vars in 969 bytes} [Thu Apr 23 10:47:36 2026] GET /v2.0/ports/295a2081-b81b-4a68-b57c-932f190c04bc => generated 968 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/644] 199.204.45.210 () {34 vars in 1057 bytes} [Thu Apr 23 10:47:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=5ccdd66e-a2a5-470b-823c-368ae53f51ea => 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: 300/645] 199.204.45.210 () {34 vars in 983 bytes} [Thu Apr 23 10:47:36 2026] GET /v2.0/subnets?id=fbd2a73b-a546-493f-9ec8-9dfeb7798bcc => generated 694 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/646] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:47:36 2026] GET /v2.0/ports?network_id=5ddf5c84-ed2d-46c0-aef5-34c3f3c3cdb7&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: 301/647] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:47:36 2026] GET /v2.0/networks/5ddf5c84-ed2d-46c0-aef5-34c3f3c3cdb7?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: 347/648] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:47:36 2026] GET /v2.0/networks/5ddf5c84-ed2d-46c0-aef5-34c3f3c3cdb7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/649] 199.204.45.210 () {34 vars in 999 bytes} [Thu Apr 23 10:47:37 2026] GET /v2.0/subnets?network_id=51302325-0b25-4666-be99-2faedbd9eb71 => generated 684 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/650] 199.204.45.210 () {34 vars in 1145 bytes} [Thu Apr 23 10:47:37 2026] GET /v2.0/ports?device_id=9ed1a778-2c36-48f5-8bb7-d739856efcb8&device_owner=compute%3Anova&network_id=51302325-0b25-4666-be99-2faedbd9eb71 => generated 971 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/651] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:37 2026] GET /v2.0/ports?device_id=d4353d6b-b8d8-4ad5-b3d9-5fe6ae4b2893 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/652] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:37 2026] GET /v2.0/security-groups?id=46d1ffaa-3329-4131-ad18-5b5e8f399f3c&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: 303/653] 199.204.45.210 () {38 vars in 1027 bytes} [Thu Apr 23 10:47:37 2026] PUT /v2.0/ports/295a2081-b81b-4a68-b57c-932f190c04bc => generated 1145 bytes in 403 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:47:37.779 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-faa72363-7648-4507-9ac9-2b025af03d8f'] response: {'name': 'network-changed', 'server_uuid': '9ed1a778-2c36-48f5-8bb7-d739856efcb8', 'tag': '295a2081-b81b-4a68-b57c-932f190c04bc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 351/654] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:37 2026] GET /v2.0/ports?device_id=d6fcf6b4-41c2-4e99-ad99-21c4b5ad50fc => generated 971 bytes in 97 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: 304/655] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:37 2026] GET /v2.0/security-groups?id=707bee39-7a4e-4ff0-b77a-675f2d51bd6a&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/656] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:37 2026] GET /v2.0/ports?device_id=d6fcf6b4-41c2-4e99-ad99-21c4b5ad50fc => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/657] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:38 2026] GET /v2.0/security-groups?id=707bee39-7a4e-4ff0-b77a-675f2d51bd6a&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/660] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:47:38 2026] GET /v2.0/ports?tenant_id=9d246457f0a5499d9d56a28340ae3538&device_id=9ed1a778-2c36-48f5-8bb7-d739856efcb8 => generated 1417 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/661] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:47:38 2026] GET /v2.0/networks?id=51302325-0b25-4666-be99-2faedbd9eb71 => generated 780 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/662] 199.204.45.210 () {34 vars in 1057 bytes} [Thu Apr 23 10:47:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=295a2081-b81b-4a68-b57c-932f190c04bc => 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: 308/663] 199.204.45.210 () {34 vars in 1057 bytes} [Thu Apr 23 10:47:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=295a2081-b81b-4a68-b57c-932f190c04bc => generated 860 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/664] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:38 2026] GET /v2.0/ports?device_id=d6fcf6b4-41c2-4e99-ad99-21c4b5ad50fc => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/665] 199.204.45.210 () {34 vars in 983 bytes} [Thu Apr 23 10:47:38 2026] GET /v2.0/subnets?id=9335d586-be8c-497e-a9f9-8e670c5a2337 => generated 702 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/666] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:38 2026] GET /v2.0/security-groups?id=707bee39-7a4e-4ff0-b77a-675f2d51bd6a&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: 310/667] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:47:38 2026] GET /v2.0/ports?network_id=51302325-0b25-4666-be99-2faedbd9eb71&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: 358/668] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:38 2026] GET /v2.0/ports?device_id=d4353d6b-b8d8-4ad5-b3d9-5fe6ae4b2893 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/669] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:47:38 2026] GET /v2.0/networks/51302325-0b25-4666-be99-2faedbd9eb71?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/670] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:38 2026] GET /v2.0/security-groups?id=46d1ffaa-3329-4131-ad18-5b5e8f399f3c&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: 313/671] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:47:38 2026] GET /v2.0/networks/51302325-0b25-4666-be99-2faedbd9eb71?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/672] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:38 2026] GET /v2.0/ports?device_id=9ed1a778-2c36-48f5-8bb7-d739856efcb8 => generated 1148 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/673] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:47:38 2026] GET /v2.0/security-groups?tenant_id=eb94b9aef74e43829d6939021f3449e0&name=default => generated 2925 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/674] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:38 2026] GET /v2.0/security-groups?id=18058aa4-4c14-4e90-b744-fb5acafb035b&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: 360/675] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:47:38 2026] DELETE /v2.0/security-groups/68749979-af01-468e-9534-69dce1047c1e => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/676] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:47:39 2026] GET /v2.0/security-groups?tenant_id=33802783ac184dbbbb6fef21ae867daa&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/677] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:47:39 2026] DELETE /v2.0/security-groups/f8b3fe19-4c8e-454c-b8e4-a877eff7640c => 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: 317/678] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:39 2026] GET /v2.0/ports?device_id=d6fcf6b4-41c2-4e99-ad99-21c4b5ad50fc => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/679] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:39 2026] GET /v2.0/security-groups?id=707bee39-7a4e-4ff0-b77a-675f2d51bd6a&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/680] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:47:39 2026] GET /v2.0/ports?tenant_id=9d246457f0a5499d9d56a28340ae3538&device_id=9ed1a778-2c36-48f5-8bb7-d739856efcb8 => generated 1417 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/681] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:47:39 2026] GET /v2.0/networks?id=51302325-0b25-4666-be99-2faedbd9eb71 => generated 780 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/682] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:39 2026] GET /v2.0/ports?device_id=d4353d6b-b8d8-4ad5-b3d9-5fe6ae4b2893 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/683] 199.204.45.210 () {34 vars in 1057 bytes} [Thu Apr 23 10:47:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=295a2081-b81b-4a68-b57c-932f190c04bc => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/684] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:39 2026] GET /v2.0/security-groups?id=46d1ffaa-3329-4131-ad18-5b5e8f399f3c&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/685] 199.204.45.210 () {34 vars in 1057 bytes} [Thu Apr 23 10:47:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=295a2081-b81b-4a68-b57c-932f190c04bc => generated 860 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/686] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:47:39 2026] GET /v2.0/ports?tenant_id=93356f53f61b49ec93c25022feffb3cb&device_id=d6fcf6b4-41c2-4e99-ad99-21c4b5ad50fc => 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: 322/687] 199.204.45.210 () {34 vars in 983 bytes} [Thu Apr 23 10:47:39 2026] GET /v2.0/subnets?id=9335d586-be8c-497e-a9f9-8e670c5a2337 => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/688] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:47:39 2026] GET /v2.0/ports?network_id=51302325-0b25-4666-be99-2faedbd9eb71&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: 366/689] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:47:39 2026] GET /v2.0/networks?id=3edbb9a3-5319-42f0-8b8c-f6aa2b50b76d => generated 771 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/690] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:47:40 2026] GET /v2.0/networks/51302325-0b25-4666-be99-2faedbd9eb71?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: 367/691] 199.204.45.210 () {34 vars in 1057 bytes} [Thu Apr 23 10:47:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=6fc5dd38-5aaf-40b9-836c-0bd0c608ca7a => generated 860 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/692] 199.204.45.210 () {34 vars in 983 bytes} [Thu Apr 23 10:47:40 2026] GET /v2.0/subnets?id=c75209b6-78c4-497b-a5f3-6b81151e0f4f => generated 694 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/693] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:47:40 2026] GET /v2.0/networks/51302325-0b25-4666-be99-2faedbd9eb71?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: 369/694] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:47:40 2026] GET /v2.0/ports?network_id=3edbb9a3-5319-42f0-8b8c-f6aa2b50b76d&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/695] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:47:40 2026] GET /v2.0/networks/3edbb9a3-5319-42f0-8b8c-f6aa2b50b76d?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: 370/696] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:47:40 2026] GET /v2.0/networks/3edbb9a3-5319-42f0-8b8c-f6aa2b50b76d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/697] 199.204.45.210 () {34 vars in 1117 bytes} [Thu Apr 23 10:47:40 2026] GET /v2.0/ports?device_id=9ed1a778-2c36-48f5-8bb7-d739856efcb8&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.8 => generated 1148 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/698] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:40 2026] GET /v2.0/ports?device_id=d6fcf6b4-41c2-4e99-ad99-21c4b5ad50fc => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/699] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:40 2026] GET /v2.0/security-groups?id=707bee39-7a4e-4ff0-b77a-675f2d51bd6a&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: 330/700] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:40 2026] GET /v2.0/ports?device_id=d4353d6b-b8d8-4ad5-b3d9-5fe6ae4b2893 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/701] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:41 2026] GET /v2.0/security-groups?id=46d1ffaa-3329-4131-ad18-5b5e8f399f3c&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: 371/702] 199.204.45.210 () {38 vars in 1027 bytes} [Thu Apr 23 10:47:40 2026] PUT /v2.0/ports/295a2081-b81b-4a68-b57c-932f190c04bc => generated 968 bytes in 625 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:47:41.355 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b577729f-1047-4ed8-92c7-7e5087e349f4'] response: {'name': 'network-changed', 'server_uuid': '9ed1a778-2c36-48f5-8bb7-d739856efcb8', 'tag': '295a2081-b81b-4a68-b57c-932f190c04bc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 332/703] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:47:41 2026] GET /v2.0/ports?tenant_id=9d246457f0a5499d9d56a28340ae3538&device_id=9ed1a778-2c36-48f5-8bb7-d739856efcb8 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 372/704] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:47:41 2026] GET /v2.0/networks?id=51302325-0b25-4666-be99-2faedbd9eb71 => generated 780 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/705] 199.204.45.210 () {34 vars in 1057 bytes} [Thu Apr 23 10:47:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=295a2081-b81b-4a68-b57c-932f190c04bc => generated 860 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/706] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:41 2026] GET /v2.0/ports?device_id=d6fcf6b4-41c2-4e99-ad99-21c4b5ad50fc => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/707] 199.204.45.210 () {34 vars in 983 bytes} [Thu Apr 23 10:47:41 2026] GET /v2.0/subnets?id=9335d586-be8c-497e-a9f9-8e670c5a2337 => generated 702 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/708] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:41 2026] GET /v2.0/security-groups?id=707bee39-7a4e-4ff0-b77a-675f2d51bd6a&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/709] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:47:42 2026] GET /v2.0/ports?network_id=51302325-0b25-4666-be99-2faedbd9eb71&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/710] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:47:42 2026] GET /v2.0/networks/51302325-0b25-4666-be99-2faedbd9eb71?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: 376/711] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:47:42 2026] GET /v2.0/networks/51302325-0b25-4666-be99-2faedbd9eb71?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/712] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:42 2026] GET /v2.0/ports?device_id=d4353d6b-b8d8-4ad5-b3d9-5fe6ae4b2893 => generated 971 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/713] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:42 2026] GET /v2.0/security-groups?id=46d1ffaa-3329-4131-ad18-5b5e8f399f3c&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: 337/714] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:42 2026] GET /v2.0/ports?device_id=d4353d6b-b8d8-4ad5-b3d9-5fe6ae4b2893 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:47:42.792 7 INFO neutron.db.l3_db [None req-013af43c-245d-4964-b671-6807244742f3 3cf480e1fa39481091b57449176d2655 c98f3eafa2874a13b996d6850093b9f6 - - default default] Floating IP 2a92e86b-63fd-4cec-89cb-92afdac38b74 associated. External IP: 10.96.250.203, port: 5ccdd66e-a2a5-470b-823c-368ae53f51ea. [pid: 8|app: 0|req: 338/715] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:43 2026] GET /v2.0/ports?device_id=d6fcf6b4-41c2-4e99-ad99-21c4b5ad50fc => 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: 378/716] 10.0.0.24 () {34 vars in 747 bytes} [Thu Apr 23 10:47:42 2026] PUT /v2.0/floatingips/2a92e86b-63fd-4cec-89cb-92afdac38b74 => generated 855 bytes in 727 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/717] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:43 2026] GET /v2.0/security-groups?id=707bee39-7a4e-4ff0-b77a-675f2d51bd6a&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/718] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:47:43 2026] GET /v2.0/ports?tenant_id=9d246457f0a5499d9d56a28340ae3538&device_id=9ed1a778-2c36-48f5-8bb7-d739856efcb8 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/719] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:43 2026] GET /v2.0/ports?device_id=d4353d6b-b8d8-4ad5-b3d9-5fe6ae4b2893 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/720] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:47:43 2026] GET /v2.0/networks?id=51302325-0b25-4666-be99-2faedbd9eb71 => generated 780 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/721] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:43 2026] GET /v2.0/security-groups?id=46d1ffaa-3329-4131-ad18-5b5e8f399f3c&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: 381/722] 199.204.45.210 () {34 vars in 1057 bytes} [Thu Apr 23 10:47:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=295a2081-b81b-4a68-b57c-932f190c04bc => generated 860 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/723] 199.204.45.210 () {34 vars in 983 bytes} [Thu Apr 23 10:47:43 2026] GET /v2.0/subnets?id=9335d586-be8c-497e-a9f9-8e670c5a2337 => generated 702 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:47:43.463 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b79e0027-e495-4844-874d-4888bd294b50'] response: {'name': 'network-changed', 'server_uuid': 'd4353d6b-b8d8-4ad5-b3d9-5fe6ae4b2893', 'tag': '5ccdd66e-a2a5-470b-823c-368ae53f51ea', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 382/724] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:47:43 2026] GET /v2.0/ports?network_id=51302325-0b25-4666-be99-2faedbd9eb71&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: 343/725] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:47:43 2026] GET /v2.0/networks/51302325-0b25-4666-be99-2faedbd9eb71?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: 383/726] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:43 2026] GET /v2.0/ports?device_id=9ed1a778-2c36-48f5-8bb7-d739856efcb8 => 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: 344/727] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:47:43 2026] GET /v2.0/networks/51302325-0b25-4666-be99-2faedbd9eb71?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/728] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:43 2026] GET /v2.0/security-groups?id=18058aa4-4c14-4e90-b744-fb5acafb035b&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/729] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:43 2026] GET /v2.0/ports?device_id=d4353d6b-b8d8-4ad5-b3d9-5fe6ae4b2893 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/730] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:43 2026] GET /v2.0/security-groups?id=46d1ffaa-3329-4131-ad18-5b5e8f399f3c&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/731] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:47:43 2026] GET /v2.0/ports?tenant_id=c98f3eafa2874a13b996d6850093b9f6&device_id=d4353d6b-b8d8-4ad5-b3d9-5fe6ae4b2893 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/732] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:47:44 2026] GET /v2.0/networks?id=5ddf5c84-ed2d-46c0-aef5-34c3f3c3cdb7 => generated 772 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/733] 199.204.45.210 () {34 vars in 1057 bytes} [Thu Apr 23 10:47:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=5ccdd66e-a2a5-470b-823c-368ae53f51ea => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/734] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:47:44 2026] GET /v2.0/security-groups?tenant_id=2000b3bf88e44212bbaa9da72f59fe11&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: 348/735] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:44 2026] GET /v2.0/ports?device_id=d6fcf6b4-41c2-4e99-ad99-21c4b5ad50fc => 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: 388/736] 199.204.45.210 () {34 vars in 983 bytes} [Thu Apr 23 10:47:44 2026] GET /v2.0/subnets?id=fbd2a73b-a546-493f-9ec8-9dfeb7798bcc => generated 694 bytes in 382 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/737] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:44 2026] GET /v2.0/security-groups?id=707bee39-7a4e-4ff0-b77a-675f2d51bd6a&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: 390/738] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:47:44 2026] GET /v2.0/ports?network_id=5ddf5c84-ed2d-46c0-aef5-34c3f3c3cdb7&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: 349/739] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:47:44 2026] DELETE /v2.0/security-groups/91583c22-5e61-4041-84a9-ecdb9a33696e => generated 0 bytes in 187 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/740] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:47:44 2026] GET /v2.0/networks/5ddf5c84-ed2d-46c0-aef5-34c3f3c3cdb7?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/741] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:47:44 2026] GET /v2.0/networks/5ddf5c84-ed2d-46c0-aef5-34c3f3c3cdb7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/742] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:44 2026] GET /v2.0/ports?device_id=9ed1a778-2c36-48f5-8bb7-d739856efcb8 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/743] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:44 2026] GET /v2.0/security-groups?id=18058aa4-4c14-4e90-b744-fb5acafb035b&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/744] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:44 2026] GET /v2.0/ports?device_id=d4353d6b-b8d8-4ad5-b3d9-5fe6ae4b2893 => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/745] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:44 2026] GET /v2.0/security-groups?id=46d1ffaa-3329-4131-ad18-5b5e8f399f3c&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: 394/746] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:45 2026] GET /v2.0/ports?device_id=d6fcf6b4-41c2-4e99-ad99-21c4b5ad50fc => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/747] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:45 2026] GET /v2.0/security-groups?id=707bee39-7a4e-4ff0-b77a-675f2d51bd6a&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: 395/748] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:45 2026] GET /v2.0/ports?device_id=9ed1a778-2c36-48f5-8bb7-d739856efcb8 => 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: 354/749] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:45 2026] GET /v2.0/security-groups?id=18058aa4-4c14-4e90-b744-fb5acafb035b&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/750] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:45 2026] GET /v2.0/ports?device_id=d4353d6b-b8d8-4ad5-b3d9-5fe6ae4b2893 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/751] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:46 2026] GET /v2.0/security-groups?id=46d1ffaa-3329-4131-ad18-5b5e8f399f3c&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/752] 199.204.45.210 () {34 vars in 993 bytes} [Thu Apr 23 10:47:46 2026] GET /v2.0/ports?device_id=9ed1a778-2c36-48f5-8bb7-d739856efcb8 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/753] 199.204.45.210 () {34 vars in 993 bytes} [Thu Apr 23 10:47:46 2026] GET /v2.0/ports?device_id=d4353d6b-b8d8-4ad5-b3d9-5fe6ae4b2893 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:47:46.245 8 INFO neutron_taas.services.taas.taas_plugin [req-f1809f58-f464-4b0f-9422-df83738ab904 req-33054489-4be7-47dc-bfbc-c6880cbb10bd 9e9c73c105364276a12c410958624701 9d246457f0a5499d9d56a28340ae3538 - - default default] TaaS: Handle Delete Port: 295a2081-b81b-4a68-b57c-932f190c04bc 2026-04-23 10:47:46.248 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f1809f58-f464-4b0f-9422-df83738ab904 req-33054489-4be7-47dc-bfbc-c6880cbb10bd 9e9c73c105364276a12c410958624701 9d246457f0a5499d9d56a28340ae3538 - - default default] Tap Mirror: Handle Delete Port: 295a2081-b81b-4a68-b57c-932f190c04bc 2026-04-23 10:47:46.262 7 INFO neutron_taas.services.taas.taas_plugin [req-5fec0333-451d-42db-b867-84108fa374ac req-125eeb3a-6a28-47e5-ac59-b5804171e210 3cf480e1fa39481091b57449176d2655 c98f3eafa2874a13b996d6850093b9f6 - - default default] TaaS: Handle Delete Port: 5ccdd66e-a2a5-470b-823c-368ae53f51ea 2026-04-23 10:47:46.267 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5fec0333-451d-42db-b867-84108fa374ac req-125eeb3a-6a28-47e5-ac59-b5804171e210 3cf480e1fa39481091b57449176d2655 c98f3eafa2874a13b996d6850093b9f6 - - default default] Tap Mirror: Handle Delete Port: 5ccdd66e-a2a5-470b-823c-368ae53f51ea 2026-04-23 10:47:46.361 8 INFO neutron.db.l3_db [req-f1809f58-f464-4b0f-9422-df83738ab904 req-33054489-4be7-47dc-bfbc-c6880cbb10bd 9e9c73c105364276a12c410958624701 9d246457f0a5499d9d56a28340ae3538 - - default default] Floating IP e320fc23-d0a6-40d1-afc9-13bac4533b90 disassociated. External IP: 10.96.250.206, port: 295a2081-b81b-4a68-b57c-932f190c04bc. 2026-04-23 10:47:46.409 7 INFO neutron.db.l3_db [req-5fec0333-451d-42db-b867-84108fa374ac req-125eeb3a-6a28-47e5-ac59-b5804171e210 3cf480e1fa39481091b57449176d2655 c98f3eafa2874a13b996d6850093b9f6 - - default default] Floating IP 2a92e86b-63fd-4cec-89cb-92afdac38b74 disassociated. External IP: 10.96.250.203, port: 5ccdd66e-a2a5-470b-823c-368ae53f51ea. [pid: 8|app: 0|req: 356/754] 199.204.45.210 () {36 vars in 996 bytes} [Thu Apr 23 10:47:46 2026] DELETE /v2.0/ports/295a2081-b81b-4a68-b57c-932f190c04bc => generated 0 bytes in 590 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:47:46.708 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b1b79293-0934-4abd-92b1-17ea33f0e243'] response: {'server_uuid': '9ed1a778-2c36-48f5-8bb7-d739856efcb8', 'name': 'network-vif-deleted', 'tag': '295a2081-b81b-4a68-b57c-932f190c04bc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 399/755] 199.204.45.210 () {36 vars in 996 bytes} [Thu Apr 23 10:47:46 2026] DELETE /v2.0/ports/5ccdd66e-a2a5-470b-823c-368ae53f51ea => generated 0 bytes in 706 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:47:46.900 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-42dab710-ba56-470b-bd18-8359810df1e6'] response: {'server_uuid': 'd4353d6b-b8d8-4ad5-b3d9-5fe6ae4b2893', 'name': 'network-vif-deleted', 'tag': '5ccdd66e-a2a5-470b-823c-368ae53f51ea', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 400/756] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:46 2026] GET /v2.0/ports?device_id=d6fcf6b4-41c2-4e99-ad99-21c4b5ad50fc => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/757] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:46 2026] GET /v2.0/security-groups?id=707bee39-7a4e-4ff0-b77a-675f2d51bd6a&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/758] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:46 2026] GET /v2.0/ports?device_id=9ed1a778-2c36-48f5-8bb7-d739856efcb8 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:47:47.069 8 INFO neutron.db.segments_db [None req-04322908-e4ee-439c-a7bb-3366f6ef2414 9e11621853324aef988e4f01c132e2c2 a47f5f114ae94dab91af84b118d1de39 - - default default] Added segment 7a5be107-a14b-4d7a-a5f2-4d4b11ed2521 of type vxlan for network 5b311422-3bad-4f2d-bd6e-253b88426ff3 [pid: 7|app: 0|req: 403/759] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:47 2026] GET /v2.0/ports?device_id=d4353d6b-b8d8-4ad5-b3d9-5fe6ae4b2893 => 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: 357/760] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:47:46 2026] POST /v2.0/networks => generated 625 bytes in 524 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/761] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:47:47 2026] POST /v2.0/subnets => generated 641 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:47:47.624 8 INFO neutron.db.segments_db [None req-7daf518d-615d-43e8-bcd6-db6ff104963b 9e11621853324aef988e4f01c132e2c2 a47f5f114ae94dab91af84b118d1de39 - - default default] Added segment 298f4d69-1b7d-4cfa-9360-1c2d17f1775b of type vxlan for network 1d68d250-94af-4090-be1c-534523927734 [pid: 8|app: 0|req: 358/762] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:47:47 2026] POST /v2.0/networks => generated 625 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/763] 10.0.0.24 () {34 vars in 741 bytes} [Thu Apr 23 10:47:47 2026] PUT /v2.0/networks/1d68d250-94af-4090-be1c-534523927734 => generated 592 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/764] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:48 2026] GET /v2.0/ports?device_id=d6fcf6b4-41c2-4e99-ad99-21c4b5ad50fc => 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: 407/765] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:48 2026] GET /v2.0/ports?device_id=9ed1a778-2c36-48f5-8bb7-d739856efcb8 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/766] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:48 2026] GET /v2.0/security-groups?id=707bee39-7a4e-4ff0-b77a-675f2d51bd6a&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: 409/767] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:48 2026] GET /v2.0/ports?device_id=d4353d6b-b8d8-4ad5-b3d9-5fe6ae4b2893 => 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: 359/768] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:47:47 2026] POST /v2.0/subnets => generated 626 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/769] 10.0.0.24 () {34 vars in 739 bytes} [Thu Apr 23 10:47:48 2026] PUT /v2.0/subnets/46110713-2582-4efc-ae8a-29fb6d61a790 => generated 636 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:47:48.622 8 INFO neutron.services.segments.plugin [-] Segment 298f4d69-1b7d-4cfa-9360-1c2d17f1775b resource provider aggregate not found 2026-04-23 10:47:48.629 8 INFO neutron.services.segments.plugin [-] Segment 298f4d69-1b7d-4cfa-9360-1c2d17f1775b resource provider aggregate not found 2026-04-23 10:47:48.644 8 INFO neutron.services.segments.plugin [-] Segment 298f4d69-1b7d-4cfa-9360-1c2d17f1775b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 298f4d69-1b7d-4cfa-9360-1c2d17f1775b found for delete ", "request_id": "req-64a97aad-7994-4d0d-aa65-caeea0772765"}]} 2026-04-23 10:47:48.650 8 INFO neutron.services.segments.plugin [-] Segment 298f4d69-1b7d-4cfa-9360-1c2d17f1775b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 298f4d69-1b7d-4cfa-9360-1c2d17f1775b found for delete ", "request_id": "req-c652348f-2c28-460d-801d-db39d59db771"}]} [pid: 8|app: 0|req: 360/770] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:47:48 2026] DELETE /v2.0/networks/1d68d250-94af-4090-be1c-534523927734 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:47:48.687 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5b8dc334-9fb1-4a1c-b2a6-f78298b9f714 9e11621853324aef988e4f01c132e2c2 a47f5f114ae94dab91af84b118d1de39 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 411/771] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:47:48 2026] DELETE /v2.0/networks/1d68d250-94af-4090-be1c-534523927734 => 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: 361/772] 10.0.0.24 () {32 vars in 692 bytes} [Thu Apr 23 10:47:48 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/773] 10.0.0.24 () {32 vars in 740 bytes} [Thu Apr 23 10:47:48 2026] GET /v2.0/subnets?network_id=c01f1fa1-050e-4e15-ae40-a9bb278a2219 => generated 649 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/774] 10.0.0.24 () {32 vars in 651 bytes} [Thu Apr 23 10:47:48 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/775] 10.0.0.24 () {32 vars in 647 bytes} [Thu Apr 23 10:47:48 2026] GET /v2.0/networks => generated 1309 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/776] 10.0.0.24 () {32 vars in 645 bytes} [Thu Apr 23 10:47:48 2026] GET /v2.0/subnets => generated 1280 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/777] 10.0.0.24 () {32 vars in 721 bytes} [Thu Apr 23 10:47:48 2026] GET /v2.0/networks/5b311422-3bad-4f2d-bd6e-253b88426ff3 => generated 669 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/778] 10.0.0.24 () {32 vars in 719 bytes} [Thu Apr 23 10:47:49 2026] GET /v2.0/subnets/f49346db-7ffe-4950-bb7e-34686e798334 => generated 641 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:47:49.107 7 INFO neutron.pecan_wsgi.hooks.translation [None req-609c640b-3d5f-441e-8301-532c80d119bd 9e11621853324aef988e4f01c132e2c2 a47f5f114ae94dab91af84b118d1de39 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 415/779] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:47:49 2026] DELETE /v2.0/subnets/46110713-2582-4efc-ae8a-29fb6d61a790 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:47:49.130 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9aea0983-ac52-423a-93ba-176bfcf6dc2f 9e11621853324aef988e4f01c132e2c2 a47f5f114ae94dab91af84b118d1de39 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 365/780] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:47:49 2026] DELETE /v2.0/networks/1d68d250-94af-4090-be1c-534523927734 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/781] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:49 2026] GET /v2.0/ports?device_id=9ed1a778-2c36-48f5-8bb7-d739856efcb8 => 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: 416/782] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:47:49 2026] DELETE /v2.0/subnets/f49346db-7ffe-4950-bb7e-34686e798334 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/783] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:49 2026] GET /v2.0/ports?device_id=d6fcf6b4-41c2-4e99-ad99-21c4b5ad50fc => generated 971 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/784] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:49 2026] GET /v2.0/ports?device_id=d4353d6b-b8d8-4ad5-b3d9-5fe6ae4b2893 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/785] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:47:49 2026] GET /v2.0/security-groups?id=707bee39-7a4e-4ff0-b77a-675f2d51bd6a&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:47:49.439 7 INFO neutron_taas.services.taas.taas_plugin [None req-4c86c532-abb6-40e8-8efa-ae0cfcfccde7 9e11621853324aef988e4f01c132e2c2 a47f5f114ae94dab91af84b118d1de39 - - default default] TaaS: Handle Delete Port: 82270d14-461f-4d1e-90e6-d7cf357781fb 2026-04-23 10:47:49.441 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c86c532-abb6-40e8-8efa-ae0cfcfccde7 9e11621853324aef988e4f01c132e2c2 a47f5f114ae94dab91af84b118d1de39 - - default default] Tap Mirror: Handle Delete Port: 82270d14-461f-4d1e-90e6-d7cf357781fb 2026-04-23 10:47:49.659 7 INFO neutron.services.segments.plugin [-] Segment 7a5be107-a14b-4d7a-a5f2-4d4b11ed2521 resource provider aggregate not found 2026-04-23 10:47:49.666 7 INFO neutron.services.segments.plugin [-] Segment 7a5be107-a14b-4d7a-a5f2-4d4b11ed2521 resource provider aggregate not found 2026-04-23 10:47:49.688 7 INFO neutron.services.segments.plugin [-] Segment 7a5be107-a14b-4d7a-a5f2-4d4b11ed2521 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a5be107-a14b-4d7a-a5f2-4d4b11ed2521 found for delete ", "request_id": "req-8fd11c2b-a1c8-4a37-909a-c8bf74488b0c"}]} 2026-04-23 10:47:49.690 7 INFO neutron.services.segments.plugin [-] Segment 7a5be107-a14b-4d7a-a5f2-4d4b11ed2521 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a5be107-a14b-4d7a-a5f2-4d4b11ed2521 found for delete ", "request_id": "req-fad983cf-c5ed-4bcf-a80f-aafaac867dc5"}]} [pid: 7|app: 0|req: 417/786] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:47:49 2026] DELETE /v2.0/networks/5b311422-3bad-4f2d-bd6e-253b88426ff3 => generated 0 bytes in 396 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/787] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:47:50 2026] GET /v2.0/security-groups?tenant_id=a47f5f114ae94dab91af84b118d1de39&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/788] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:47:50 2026] DELETE /v2.0/security-groups/eca26725-fa89-4c41-acb5-cfa380b8b05c => 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: 371/789] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:47:50 2026] DELETE /v2.0/security-groups/18058aa4-4c14-4e90-b744-fb5acafb035b => 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: 419/790] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:47:50 2026] GET /v2.0/ports?device_id=d4353d6b-b8d8-4ad5-b3d9-5fe6ae4b2893 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:47:50.451 8 INFO neutron.api.v2.resource [None req-f15a1e0e-e089-4c2f-91ca-886ee8b71c3f 9e9c73c105364276a12c410958624701 9d246457f0a5499d9d56a28340ae3538 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 372/791] 10.0.0.24 () {32 vars in 735 bytes} [Thu Apr 23 10:47:50 2026] GET /v2.0/security-groups/18058aa4-4c14-4e90-b744-fb5acafb035b => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:47:50.555 7 INFO neutron_taas.services.taas.taas_plugin [None req-66e8e839-ca1e-4387-8760-adf591550a8d 9e9c73c105364276a12c410958624701 9d246457f0a5499d9d56a28340ae3538 - - default default] TaaS: Handle Delete Port: 5bc8c3c4-ad35-4929-8d81-a909a387a359 2026-04-23 10:47:50.558 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66e8e839-ca1e-4387-8760-adf591550a8d 9e9c73c105364276a12c410958624701 9d246457f0a5499d9d56a28340ae3538 - - default default] Tap Mirror: Handle Delete Port: 5bc8c3c4-ad35-4929-8d81-a909a387a359 [pid: 7|app: 0|req: 420/792] 10.0.0.24 () {32 vars in 730 bytes} [Thu Apr 23 10:47:50 2026] DELETE /v2.0/floatingips/e320fc23-d0a6-40d1-afc9-13bac4533b90 => generated 0 bytes in 253 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:47:51.247 8 INFO neutron_taas.services.taas.taas_plugin [None req-51019501-d3a7-4113-978f-f41053e71a0a a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: 5873f84b-07a4-4fc8-9d80-5217e6cfa49a 2026-04-23 10:47:51.250 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51019501-d3a7-4113-978f-f41053e71a0a a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: 5873f84b-07a4-4fc8-9d80-5217e6cfa49a [pid: 7|app: 0|req: 421/793] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:47:51 2026] DELETE /v2.0/security-groups/46d1ffaa-3329-4131-ad18-5b5e8f399f3c => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:47:51.680 7 INFO neutron.api.v2.resource [None req-872735c7-0982-4116-91b7-829f81e4b5a5 3cf480e1fa39481091b57449176d2655 c98f3eafa2874a13b996d6850093b9f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 422/794] 10.0.0.24 () {32 vars in 735 bytes} [Thu Apr 23 10:47:51 2026] GET /v2.0/security-groups/46d1ffaa-3329-4131-ad18-5b5e8f399f3c => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:47:51.788 7 INFO neutron_taas.services.taas.taas_plugin [None req-a3e67767-0bfb-4f3f-9109-2ac2217affe0 3cf480e1fa39481091b57449176d2655 c98f3eafa2874a13b996d6850093b9f6 - - default default] TaaS: Handle Delete Port: 3872bd7f-a2e4-4b9d-a53c-abd54c0a4537 2026-04-23 10:47:51.791 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3e67767-0bfb-4f3f-9109-2ac2217affe0 3cf480e1fa39481091b57449176d2655 c98f3eafa2874a13b996d6850093b9f6 - - default default] Tap Mirror: Handle Delete Port: 3872bd7f-a2e4-4b9d-a53c-abd54c0a4537 [pid: 8|app: 0|req: 373/795] 10.0.0.24 () {34 vars in 787 bytes} [Thu Apr 23 10:47:50 2026] PUT /v2.0/routers/a33c1cea-c95e-4439-a938-129b61992896/remove_router_interface => generated 309 bytes in 1040 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/796] 10.0.0.24 () {32 vars in 730 bytes} [Thu Apr 23 10:47:51 2026] DELETE /v2.0/floatingips/2a92e86b-63fd-4cec-89cb-92afdac38b74 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:47:52.026 8 INFO neutron_taas.services.taas.taas_plugin [None req-a3584d69-498a-4e58-86ee-e627bfd60470 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: 5a613af3-df80-4fb5-ad81-ab06a1b13b27 2026-04-23 10:47:52.029 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3584d69-498a-4e58-86ee-e627bfd60470 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: 5a613af3-df80-4fb5-ad81-ab06a1b13b27 2026-04-23 10:47:52.260 8 INFO neutron_taas.services.taas.taas_plugin [None req-a3584d69-498a-4e58-86ee-e627bfd60470 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: 38b2d3d9-352b-4246-923b-fcc64e1972cb 2026-04-23 10:47:52.263 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3584d69-498a-4e58-86ee-e627bfd60470 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: 38b2d3d9-352b-4246-923b-fcc64e1972cb 2026-04-23 10:47:52.344 7 INFO neutron_taas.services.taas.taas_plugin [None req-5d5b9cb6-149b-4379-92fd-03e7a9cb7519 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: b9e354ed-3ce6-4c93-8fb2-c4f0d32b7f70 2026-04-23 10:47:52.347 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d5b9cb6-149b-4379-92fd-03e7a9cb7519 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: b9e354ed-3ce6-4c93-8fb2-c4f0d32b7f70 2026-04-23 10:47:52.572 8 INFO neutron.services.segments.plugin [-] Segment 3fb93c9a-2577-4ef8-a72a-63b1e396cc56 resource provider aggregate not found 2026-04-23 10:47:52.575 8 INFO neutron.services.segments.plugin [-] Segment 3fb93c9a-2577-4ef8-a72a-63b1e396cc56 resource provider aggregate not found 2026-04-23 10:47:52.599 8 INFO neutron.services.segments.plugin [-] Segment 3fb93c9a-2577-4ef8-a72a-63b1e396cc56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3fb93c9a-2577-4ef8-a72a-63b1e396cc56 found for delete ", "request_id": "req-f5803526-44ee-4af3-a5e6-a7734c3a6020"}]} 2026-04-23 10:47:52.600 8 INFO neutron.services.segments.plugin [-] Segment 3fb93c9a-2577-4ef8-a72a-63b1e396cc56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3fb93c9a-2577-4ef8-a72a-63b1e396cc56 found for delete ", "request_id": "req-358cec25-7f09-43f4-9b1f-573f755ff45f"}]} 2026-04-23 10:47:52.607 8 INFO neutron.db.l3_hamode_db [None req-a3584d69-498a-4e58-86ee-e627bfd60470 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] HA network 1456d079-9cb6-46fa-8cba-76895a010017 was deleted as no HA routers are present in tenant 9d246457f0a5499d9d56a28340ae3538. [pid: 8|app: 0|req: 374/797] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:47:51 2026] DELETE /v2.0/routers/a33c1cea-c95e-4439-a938-129b61992896 => generated 0 bytes in 781 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/798] 10.0.0.24 () {34 vars in 787 bytes} [Thu Apr 23 10:47:51 2026] PUT /v2.0/routers/63e0d66c-29aa-482f-b93f-16fa8e8b64e7/remove_router_interface => generated 309 bytes in 958 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:47:52.943 8 INFO neutron.db.segments_db [None req-e7b96335-c239-4125-9dc0-eaf5fc867c60 65c7088aee9845d4b4a3f52148277850 9abc14f899c946baa123cc5019caed9d - - default default] Added segment 1d5dc906-59c8-4677-95d1-c7a0448430a2 of type vxlan for network 56037422-037a-4719-831d-62827b8ed59c [pid: 8|app: 0|req: 375/799] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:47:52 2026] POST /v2.0/networks => generated 630 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/800] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:47:52 2026] DELETE /v2.0/subnets/9335d586-be8c-497e-a9f9-8e670c5a2337 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:47:53.242 8 INFO neutron_taas.services.taas.taas_plugin [None req-028c5f3a-7dc5-4308-89df-5af9059ab65f a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: dc959c74-9e15-424d-8cd2-2b7b52a3f0e0 2026-04-23 10:47:53.245 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-028c5f3a-7dc5-4308-89df-5af9059ab65f a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: dc959c74-9e15-424d-8cd2-2b7b52a3f0e0 [pid: 7|app: 0|req: 426/801] 10.0.0.24 () {34 vars in 663 bytes} [Thu Apr 23 10:47:53 2026] POST /v2.0/ports => generated 776 bytes in 365 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-23 10:47:53.581 8 INFO neutron_taas.services.taas.taas_plugin [None req-028c5f3a-7dc5-4308-89df-5af9059ab65f a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: 8122f609-1799-4753-98f4-45cf2e5f97c2 2026-04-23 10:47:53.585 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-028c5f3a-7dc5-4308-89df-5af9059ab65f a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: 8122f609-1799-4753-98f4-45cf2e5f97c2 2026-04-23 10:47:53.627 7 INFO neutron_taas.services.taas.taas_plugin [None req-f18dc3e7-24d4-4c1b-a7bb-04cb9fb87f5c a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: 4ce5edce-4597-49ae-8581-eb2506709d61 2026-04-23 10:47:53.631 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f18dc3e7-24d4-4c1b-a7bb-04cb9fb87f5c a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: 4ce5edce-4597-49ae-8581-eb2506709d61 2026-04-23 10:47:53.854 7 INFO neutron.services.segments.plugin [-] Segment 8d41cdc6-90d9-4d68-83c5-3efdfbed947d resource provider aggregate not found 2026-04-23 10:47:53.860 7 INFO neutron.services.segments.plugin [-] Segment 8d41cdc6-90d9-4d68-83c5-3efdfbed947d resource provider aggregate not found 2026-04-23 10:47:53.877 7 INFO neutron.services.segments.plugin [-] Segment 8d41cdc6-90d9-4d68-83c5-3efdfbed947d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d41cdc6-90d9-4d68-83c5-3efdfbed947d found for delete ", "request_id": "req-1dbd9ae7-80f2-4f5c-89e2-dd0057077dcd"}]} 2026-04-23 10:47:53.878 7 INFO neutron.services.segments.plugin [-] Segment 8d41cdc6-90d9-4d68-83c5-3efdfbed947d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d41cdc6-90d9-4d68-83c5-3efdfbed947d found for delete ", "request_id": "req-92f392db-9f1e-413a-9804-41881604bdd2"}]} [pid: 7|app: 0|req: 429/804] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:47:53 2026] DELETE /v2.0/networks/51302325-0b25-4666-be99-2faedbd9eb71 => generated 0 bytes in 438 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:47:53.965 7 INFO neutron.db.segments_db [None req-7b22c7cb-9bd8-4d77-a798-fa4fba57e941 65c7088aee9845d4b4a3f52148277850 9abc14f899c946baa123cc5019caed9d - - default default] Added segment 966b5b79-8364-4bbc-a3df-78617b31c714 of type vxlan for network 30900de9-5754-485f-bba9-8876f7e9befa 2026-04-23 10:47:54.055 8 INFO neutron.db.l3_hamode_db [None req-028c5f3a-7dc5-4308-89df-5af9059ab65f a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] HA network 3ee86b18-8b4d-4f02-be22-77ab21dd81c0 was deleted as no HA routers are present in tenant c98f3eafa2874a13b996d6850093b9f6. [pid: 8|app: 0|req: 376/805] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:47:53 2026] DELETE /v2.0/routers/63e0d66c-29aa-482f-b93f-16fa8e8b64e7 => generated 0 bytes in 1024 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/806] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:47:53 2026] POST /v2.0/networks => generated 616 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/807] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:47:54 2026] DELETE /v2.0/subnets/fbd2a73b-a546-493f-9ec8-9dfeb7798bcc => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/808] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:47:54 2026] GET /v2.0/security-groups?tenant_id=9d246457f0a5499d9d56a28340ae3538&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/809] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:47:54 2026] POST /v2.0/subnets => generated 646 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:47:54.422 8 INFO neutron_taas.services.taas.taas_plugin [None req-aca3be41-9092-4889-ae36-bcd62bf7e4f8 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: caf56a87-0529-4fcb-be44-bdc56d66effb 2026-04-23 10:47:54.426 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aca3be41-9092-4889-ae36-bcd62bf7e4f8 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: caf56a87-0529-4fcb-be44-bdc56d66effb [pid: 7|app: 0|req: 432/810] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:47:54 2026] DELETE /v2.0/security-groups/6d459b4a-b032-4e68-ae36-ea5470e834af => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:47:54.628 8 INFO neutron.services.segments.plugin [-] Segment 7e2cca06-bb16-47b0-a9f8-cd1de48fc44f resource provider aggregate not found 2026-04-23 10:47:54.629 8 INFO neutron.services.segments.plugin [-] Segment 7e2cca06-bb16-47b0-a9f8-cd1de48fc44f resource provider aggregate not found 2026-04-23 10:47:54.651 8 INFO neutron.services.segments.plugin [-] Segment 7e2cca06-bb16-47b0-a9f8-cd1de48fc44f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e2cca06-bb16-47b0-a9f8-cd1de48fc44f found for delete ", "request_id": "req-bbcc10ca-a9ac-48e3-a3a9-22d3effeb83a"}]} 2026-04-23 10:47:54.659 8 INFO neutron.services.segments.plugin [-] Segment 7e2cca06-bb16-47b0-a9f8-cd1de48fc44f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e2cca06-bb16-47b0-a9f8-cd1de48fc44f found for delete ", "request_id": "req-1805df63-6215-41b8-bd61-6f4a014cc6be"}]} [pid: 8|app: 0|req: 379/811] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:47:54 2026] DELETE /v2.0/networks/5ddf5c84-ed2d-46c0-aef5-34c3f3c3cdb7 => generated 0 bytes in 366 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/812] 10.0.0.24 () {34 vars in 663 bytes} [Thu Apr 23 10:47:54 2026] POST /v2.0/ports => generated 966 bytes in 347 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: 434/813] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:47:54 2026] GET /v2.0/security-groups?tenant_id=c98f3eafa2874a13b996d6850093b9f6&name=default => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:47:54.957 8 INFO neutron_taas.services.taas.taas_plugin [None req-9d3fe94d-8ff3-40e3-a9d2-bfebb19b60ac 65c7088aee9845d4b4a3f52148277850 9abc14f899c946baa123cc5019caed9d - - default default] TaaS: Handle Delete Port: 032030d6-311b-4e3b-8ab0-d0322858a8bc 2026-04-23 10:47:54.959 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d3fe94d-8ff3-40e3-a9d2-bfebb19b60ac 65c7088aee9845d4b4a3f52148277850 9abc14f899c946baa123cc5019caed9d - - default default] Tap Mirror: Handle Delete Port: 032030d6-311b-4e3b-8ab0-d0322858a8bc [pid: 7|app: 0|req: 435/814] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:47:54 2026] DELETE /v2.0/security-groups/ec15222f-e80d-4248-960c-6519c1f94045 => 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: 380/815] 10.0.0.24 () {32 vars in 718 bytes} [Thu Apr 23 10:47:54 2026] DELETE /v2.0/ports/032030d6-311b-4e3b-8ab0-d0322858a8bc => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:47:55.090 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cf4ea197-0ecd-4bbf-9795-a8bcca5dd34a 65c7088aee9845d4b4a3f52148277850 9abc14f899c946baa123cc5019caed9d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 436/816] 10.0.0.24 () {32 vars in 718 bytes} [Thu Apr 23 10:47:55 2026] DELETE /v2.0/ports/032030d6-311b-4e3b-8ab0-d0322858a8bc => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:47:55.115 8 INFO neutron.pecan_wsgi.hooks.translation [None req-95742b5c-fcb6-46b8-9da6-70f5e5d991ba 65c7088aee9845d4b4a3f52148277850 9abc14f899c946baa123cc5019caed9d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 381/817] 10.0.0.24 () {32 vars in 715 bytes} [Thu Apr 23 10:47:55 2026] GET /v2.0/ports/032030d6-311b-4e3b-8ab0-d0322858a8bc => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/818] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:47:55 2026] DELETE /v2.0/subnets/2dbe3461-8af7-49da-8069-32709e31a335 => 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: 382/819] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:47:55 2026] DELETE /v2.0/networks/30900de9-5754-485f-bba9-8876f7e9befa => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:47:55.473 7 INFO neutron.db.segments_db [None req-7c53a8f0-60b5-4746-8309-5d38641e2b83 65c7088aee9845d4b4a3f52148277850 9abc14f899c946baa123cc5019caed9d - - default default] Added segment 6699b431-5ee9-46c2-9316-caae26755b92 of type vxlan for network c0e1af15-f500-4f43-9516-7da828865143 [pid: 7|app: 0|req: 438/820] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:47:55 2026] POST /v2.0/networks => generated 617 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/821] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:47:55 2026] POST /v2.0/subnets => generated 646 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/822] 10.0.0.24 () {34 vars in 663 bytes} [Thu Apr 23 10:47:55 2026] POST /v2.0/ports => generated 923 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:47:56.340 8 INFO neutron_taas.services.taas.taas_plugin [None req-f056d136-3f04-41ed-821b-774cc33f111e 65c7088aee9845d4b4a3f52148277850 9abc14f899c946baa123cc5019caed9d - - default default] TaaS: Handle Delete Port: 3d3341d4-b056-4af3-8966-c92c8d06e58d 2026-04-23 10:47:56.343 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f056d136-3f04-41ed-821b-774cc33f111e 65c7088aee9845d4b4a3f52148277850 9abc14f899c946baa123cc5019caed9d - - default default] Tap Mirror: Handle Delete Port: 3d3341d4-b056-4af3-8966-c92c8d06e58d [pid: 8|app: 0|req: 384/823] 10.0.0.24 () {32 vars in 718 bytes} [Thu Apr 23 10:47:56 2026] DELETE /v2.0/ports/3d3341d4-b056-4af3-8966-c92c8d06e58d => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:47:56.469 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6c1d1aa2-e91c-498d-b9fa-4fbed6cac86f 65c7088aee9845d4b4a3f52148277850 9abc14f899c946baa123cc5019caed9d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 440/824] 10.0.0.24 () {32 vars in 715 bytes} [Thu Apr 23 10:47:56 2026] GET /v2.0/ports/3d3341d4-b056-4af3-8966-c92c8d06e58d => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/825] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:47:56 2026] DELETE /v2.0/subnets/382faf88-b73c-4389-a02d-756e492bfc90 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:47:56.678 8 INFO neutron.services.segments.plugin [-] Segment 92e94cb7-aedc-4b5b-be52-95736e97ef77 resource provider aggregate not found 2026-04-23 10:47:56.685 8 INFO neutron.services.segments.plugin [-] Segment 92e94cb7-aedc-4b5b-be52-95736e97ef77 resource provider aggregate not found 2026-04-23 10:47:56.702 8 INFO neutron.services.segments.plugin [-] Segment 92e94cb7-aedc-4b5b-be52-95736e97ef77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92e94cb7-aedc-4b5b-be52-95736e97ef77 found for delete ", "request_id": "req-12309a2a-fabd-4414-a81b-29c4d5e86df8"}]} 2026-04-23 10:47:56.708 8 INFO neutron.services.segments.plugin [-] Segment 92e94cb7-aedc-4b5b-be52-95736e97ef77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92e94cb7-aedc-4b5b-be52-95736e97ef77 found for delete ", "request_id": "req-997a3e23-95af-4680-bc41-b1bc74913a78"}]} 2026-04-23 10:47:56.729 8 INFO neutron.services.segments.plugin [-] Segment 966b5b79-8364-4bbc-a3df-78617b31c714 resource provider aggregate not found 2026-04-23 10:47:56.743 8 INFO neutron.services.segments.plugin [-] Segment 966b5b79-8364-4bbc-a3df-78617b31c714 resource provider aggregate not found 2026-04-23 10:47:56.757 7 INFO neutron.services.segments.plugin [-] Segment 6699b431-5ee9-46c2-9316-caae26755b92 resource provider aggregate not found 2026-04-23 10:47:56.761 7 INFO neutron.services.segments.plugin [-] Segment 6699b431-5ee9-46c2-9316-caae26755b92 resource provider aggregate not found 2026-04-23 10:47:56.766 8 INFO neutron.services.segments.plugin [-] Segment 966b5b79-8364-4bbc-a3df-78617b31c714 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 966b5b79-8364-4bbc-a3df-78617b31c714 found for delete ", "request_id": "req-e842901b-4900-4a80-9624-e22120189a74"}]} 2026-04-23 10:47:56.767 8 INFO neutron.services.segments.plugin [-] Segment 966b5b79-8364-4bbc-a3df-78617b31c714 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 966b5b79-8364-4bbc-a3df-78617b31c714 found for delete ", "request_id": "req-ac595186-071a-4537-86a8-4a217a2df5a8"}]} 2026-04-23 10:47:56.771 7 INFO neutron.services.segments.plugin [-] Segment 6699b431-5ee9-46c2-9316-caae26755b92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6699b431-5ee9-46c2-9316-caae26755b92 found for delete ", "request_id": "req-73577e0f-ed50-4376-8f82-245d5e0134fa"}]} 2026-04-23 10:47:56.783 7 INFO neutron.services.segments.plugin [-] Segment 6699b431-5ee9-46c2-9316-caae26755b92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6699b431-5ee9-46c2-9316-caae26755b92 found for delete ", "request_id": "req-bb29109a-a28b-4869-bfcd-17a4b05e771d"}]} [pid: 7|app: 0|req: 441/826] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:47:56 2026] DELETE /v2.0/networks/c0e1af15-f500-4f43-9516-7da828865143 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:47:57.052 8 INFO neutron.db.segments_db [None req-8e150718-da00-472a-acd0-e140fa0d792f a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Added segment 024ffd4a-206b-430c-9740-78519941c43d of type vxlan for network a908831d-4eb5-4891-a8fa-bfbdedc110dd [pid: 7|app: 0|req: 442/827] 10.0.0.24 () {34 vars in 663 bytes} [Thu Apr 23 10:47:56 2026] POST /v2.0/ports => generated 779 bytes in 268 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: 386/828] 10.0.0.24 () {34 vars in 669 bytes} [Thu Apr 23 10:47:56 2026] POST /v2.0/networks => generated 727 bytes in 455 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/829] 10.0.0.24 () {34 vars in 735 bytes} [Thu Apr 23 10:47:57 2026] PUT /v2.0/ports/4a82176a-2f28-4980-8f47-24f240643178 => generated 752 bytes in 191 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: 387/830] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:47:57 2026] POST /v2.0/subnets => generated 693 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:47:57.399 8 INFO neutron.db.segments_db [None req-8115ffcf-f54b-4aa9-8719-e9713b42aab1 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Added segment 00e8a390-c39e-4d29-9b94-cb556e486b76 of type vxlan for network 0cf178e3-9200-42af-b912-4d203ca7a769 2026-04-23 10:47:57.408 7 INFO neutron_taas.services.taas.taas_plugin [None req-1e36064c-e02e-4602-bf39-bf3cc739b63c 65c7088aee9845d4b4a3f52148277850 9abc14f899c946baa123cc5019caed9d - - default default] TaaS: Handle Delete Port: 4a82176a-2f28-4980-8f47-24f240643178 2026-04-23 10:47:57.413 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e36064c-e02e-4602-bf39-bf3cc739b63c 65c7088aee9845d4b4a3f52148277850 9abc14f899c946baa123cc5019caed9d - - default default] Tap Mirror: Handle Delete Port: 4a82176a-2f28-4980-8f47-24f240643178 [pid: 7|app: 0|req: 444/831] 10.0.0.24 () {32 vars in 718 bytes} [Thu Apr 23 10:47:57 2026] DELETE /v2.0/ports/4a82176a-2f28-4980-8f47-24f240643178 => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/832] 10.0.0.24 () {32 vars in 641 bytes} [Thu Apr 23 10:47:57 2026] GET /v2.0/ports => generated 779 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:47:57.626 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ef200c68-c90a-48bf-af77-d4853a27f256 65c7088aee9845d4b4a3f52148277850 9abc14f899c946baa123cc5019caed9d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 446/833] 10.0.0.24 () {32 vars in 715 bytes} [Thu Apr 23 10:47:57 2026] GET /v2.0/ports/4a82176a-2f28-4980-8f47-24f240643178 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:47:57.643 8 INFO neutron.db.l3_hamode_db [None req-8115ffcf-f54b-4aa9-8719-e9713b42aab1 a46ab2c816d04d1f9ccf9b5875cf212c fb83bc09860e4afd88ca63c8a7afdddd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 447/834] 10.0.0.24 () {32 vars in 641 bytes} [Thu Apr 23 10:47:57 2026] GET /v2.0/ports => generated 779 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/835] 10.0.0.24 () {32 vars in 715 bytes} [Thu Apr 23 10:47:57 2026] GET /v2.0/ports/150e33c0-af57-48fc-a6aa-6b3ecd652361 => generated 776 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:47:57.729 7 INFO neutron.pecan_wsgi.hooks.translation [None req-593ee2c1-aea6-4ae1-9cd6-c193c802e889 65c7088aee9845d4b4a3f52148277850 9abc14f899c946baa123cc5019caed9d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 449/836] 10.0.0.24 () {32 vars in 718 bytes} [Thu Apr 23 10:47:57 2026] DELETE /v2.0/ports/3d3341d4-b056-4af3-8966-c92c8d06e58d => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:47:57.744 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b0d27070-1c1f-4daa-99f9-a98bf518b43f 65c7088aee9845d4b4a3f52148277850 9abc14f899c946baa123cc5019caed9d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 450/837] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:47:57 2026] DELETE /v2.0/subnets/382faf88-b73c-4389-a02d-756e492bfc90 => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:47:57.760 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9d59f07c-e318-4d07-a79d-b4e35c077ff7 65c7088aee9845d4b4a3f52148277850 9abc14f899c946baa123cc5019caed9d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 451/838] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:47:57 2026] DELETE /v2.0/subnets/2dbe3461-8af7-49da-8069-32709e31a335 => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:47:57.836 7 INFO neutron_taas.services.taas.taas_plugin [None req-6bcfe774-4598-41a9-8c69-9c1d00cdce83 65c7088aee9845d4b4a3f52148277850 9abc14f899c946baa123cc5019caed9d - - default default] TaaS: Handle Delete Port: 150e33c0-af57-48fc-a6aa-6b3ecd652361 2026-04-23 10:47:57.839 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6bcfe774-4598-41a9-8c69-9c1d00cdce83 65c7088aee9845d4b4a3f52148277850 9abc14f899c946baa123cc5019caed9d - - default default] Tap Mirror: Handle Delete Port: 150e33c0-af57-48fc-a6aa-6b3ecd652361 [pid: 7|app: 0|req: 452/839] 10.0.0.24 () {32 vars in 718 bytes} [Thu Apr 23 10:47:57 2026] DELETE /v2.0/ports/150e33c0-af57-48fc-a6aa-6b3ecd652361 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/840] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:47:58 2026] DELETE /v2.0/networks/56037422-037a-4719-831d-62827b8ed59c => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:47:58.678 8 INFO neutron.db.l3_hamode_db [None req-8115ffcf-f54b-4aa9-8719-e9713b42aab1 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:47:58.792 7 INFO neutron.services.segments.plugin [-] Segment 1d5dc906-59c8-4677-95d1-c7a0448430a2 resource provider aggregate not found 2026-04-23 10:47:58.811 7 INFO neutron.services.segments.plugin [-] Segment 1d5dc906-59c8-4677-95d1-c7a0448430a2 resource provider aggregate not found 2026-04-23 10:47:58.812 7 INFO neutron.services.segments.plugin [-] Segment 1d5dc906-59c8-4677-95d1-c7a0448430a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d5dc906-59c8-4677-95d1-c7a0448430a2 found for delete ", "request_id": "req-f8993737-636b-4b2e-b4a5-01d50b0408d0"}]} 2026-04-23 10:47:58.830 7 INFO neutron.services.segments.plugin [-] Segment 1d5dc906-59c8-4677-95d1-c7a0448430a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d5dc906-59c8-4677-95d1-c7a0448430a2 found for delete ", "request_id": "req-e7fbf03c-090a-4649-827f-feec072401fd"}]} [pid: 7|app: 0|req: 454/841] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:47:59 2026] GET /v2.0/security-groups?tenant_id=9abc14f899c946baa123cc5019caed9d&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/842] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:47:59 2026] DELETE /v2.0/security-groups/cb9abe81-c4b9-4b04-ac60-9450e5cd8bc1 => generated 0 bytes in 368 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/843] 10.0.0.234 () {34 vars in 989 bytes} [Thu Apr 23 10:48:00 2026] GET /v2.0/ports?device_id=d6fcf6b4-41c2-4e99-ad99-21c4b5ad50fc => generated 1240 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/844] 10.0.0.234 () {34 vars in 1039 bytes} [Thu Apr 23 10:48:00 2026] GET /v2.0/security-groups?id=707bee39-7a4e-4ff0-b77a-675f2d51bd6a&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: 388/845] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:47:57 2026] POST /v2.0/routers => generated 733 bytes in 2880 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/846] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:48:01 2026] GET /v2.0/security-groups?tenant_id=0201bdfbecc34e24974c104ea9509373&name=default => generated 2925 bytes in 331 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/847] 10.0.0.24 () {34 vars in 781 bytes} [Thu Apr 23 10:48:00 2026] PUT /v2.0/routers/d525009c-11fb-465e-9608-f9fb9ba289ba/add_router_interface => generated 309 bytes in 1239 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/848] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:48:01 2026] DELETE /v2.0/security-groups/5c775f9f-19cf-43e9-af82-34d172f329ee => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:48:01.927 7 INFO neutron.db.segments_db [None req-bd6174c1-96ed-412a-8eef-a762eabf15e8 fb6e76cb28f5410e900fd07fe752a7c9 2e1eb9fd01914489b8159d53c74c7b4e - - default default] Added segment bac96872-0c82-4313-b2d0-ecc68169c088 of type vxlan for network e08fee97-1ae6-46b6-b7cf-5f81351f02f6 [pid: 8|app: 0|req: 391/849] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:48:01 2026] GET /v2.0/security-groups?tenant_id=ffe0606f851b463c8e031300eaeaa35b&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/850] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:48:01 2026] POST /v2.0/networks => generated 626 bytes in 411 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/851] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:48:02 2026] DELETE /v2.0/security-groups/a0c61e06-1c7e-4f3a-8a81-0631691bfe66 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/852] 10.0.0.38 () {34 vars in 980 bytes} [Thu Apr 23 10:48:02 2026] GET /v2.0/networks?id=a908831d-4eb5-4891-a8fa-bfbdedc110dd => generated 678 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/853] 10.0.0.38 () {34 vars in 963 bytes} [Thu Apr 23 10:48:02 2026] GET /v2.0/quotas/fb83bc09860e4afd88ca63c8a7afdddd => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/854] 10.0.0.38 () {34 vars in 1000 bytes} [Thu Apr 23 10:48:02 2026] GET /v2.0/ports?tenant_id=fb83bc09860e4afd88ca63c8a7afdddd&fields=id => generated 103 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/855] 10.0.0.38 () {34 vars in 1006 bytes} [Thu Apr 23 10:48:02 2026] GET /v2.0/networks/a908831d-4eb5-4891-a8fa-bfbdedc110dd?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/856] 10.0.0.24 () {34 vars in 663 bytes} [Thu Apr 23 10:48:02 2026] POST /v2.0/ports => generated 774 bytes in 588 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: 397/857] 10.0.0.38 () {34 vars in 1106 bytes} [Thu Apr 23 10:48:02 2026] GET /v2.0/networks/a908831d-4eb5-4891-a8fa-bfbdedc110dd?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) 2026-04-23 10:48:02.727 7 INFO neutron.db.segments_db [None req-661bf575-dbfd-46f2-84d8-f79ab11dc301 fb6e76cb28f5410e900fd07fe752a7c9 2e1eb9fd01914489b8159d53c74c7b4e - - default default] Added segment 3f42737f-9a85-4a30-a936-4f14f7f78114 of type vxlan for network 91889732-0b7b-40a5-a835-40e667729a38 [pid: 7|app: 0|req: 461/858] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:48:02 2026] POST /v2.0/networks => generated 613 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/859] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:48:02 2026] GET /v2.0/ports?device_id=95c214a2-68c3-4776-8307-3471aca61eda => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/860] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:48:02 2026] POST /v2.0/subnets => generated 626 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/861] 10.0.0.24 () {34 vars in 663 bytes} [Thu Apr 23 10:48:03 2026] POST /v2.0/ports => generated 954 bytes in 614 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:48:03.969 7 INFO neutron_taas.services.taas.taas_plugin [None req-f42f1be4-1e96-4a3b-8738-753050911b07 fb6e76cb28f5410e900fd07fe752a7c9 2e1eb9fd01914489b8159d53c74c7b4e - - default default] TaaS: Handle Delete Port: 94bd6fdc-ea77-4435-9555-47e6159b9e00 2026-04-23 10:48:03.973 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f42f1be4-1e96-4a3b-8738-753050911b07 fb6e76cb28f5410e900fd07fe752a7c9 2e1eb9fd01914489b8159d53c74c7b4e - - default default] Tap Mirror: Handle Delete Port: 94bd6fdc-ea77-4435-9555-47e6159b9e00 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 400/862] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:48:03 2026] GET /v2.0/ports?device_id=95c214a2-68c3-4776-8307-3471aca61eda => 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: 463/863] 10.0.0.24 () {32 vars in 718 bytes} [Thu Apr 23 10:48:03 2026] DELETE /v2.0/ports/94bd6fdc-ea77-4435-9555-47e6159b9e00 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:48:04.146 8 INFO neutron.pecan_wsgi.hooks.translation [None req-24f8d6ae-da2c-41af-9c29-3862c2074514 fb6e76cb28f5410e900fd07fe752a7c9 2e1eb9fd01914489b8159d53c74c7b4e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 401/864] 10.0.0.24 () {32 vars in 718 bytes} [Thu Apr 23 10:48:04 2026] DELETE /v2.0/ports/94bd6fdc-ea77-4435-9555-47e6159b9e00 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:48:04.165 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b5fadc91-3692-4629-96c0-22216881f5aa fb6e76cb28f5410e900fd07fe752a7c9 2e1eb9fd01914489b8159d53c74c7b4e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 464/865] 10.0.0.24 () {32 vars in 715 bytes} [Thu Apr 23 10:48:04 2026] GET /v2.0/ports/94bd6fdc-ea77-4435-9555-47e6159b9e00 => 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: 402/866] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:48:04 2026] DELETE /v2.0/subnets/9fe61528-ed6c-4b9a-b55c-bd780b38faa5 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:48:04.410 7 INFO neutron.services.segments.plugin [-] Segment 3f42737f-9a85-4a30-a936-4f14f7f78114 resource provider aggregate not found 2026-04-23 10:48:04.421 7 INFO neutron.services.segments.plugin [-] Segment 3f42737f-9a85-4a30-a936-4f14f7f78114 resource provider aggregate not found 2026-04-23 10:48:04.432 7 INFO neutron.services.segments.plugin [-] Segment 3f42737f-9a85-4a30-a936-4f14f7f78114 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f42737f-9a85-4a30-a936-4f14f7f78114 found for delete ", "request_id": "req-6b7d1f1f-259e-408a-a443-0f845b807792"}]} 2026-04-23 10:48:04.438 7 INFO neutron.services.segments.plugin [-] Segment 3f42737f-9a85-4a30-a936-4f14f7f78114 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f42737f-9a85-4a30-a936-4f14f7f78114 found for delete ", "request_id": "req-1394c07a-c05b-405a-9454-3cb199e2ce6e"}]} [pid: 7|app: 0|req: 465/867] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:48:04 2026] DELETE /v2.0/networks/91889732-0b7b-40a5-a835-40e667729a38 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:48:04.515 8 INFO neutron.db.segments_db [None req-ce97c4df-868b-4f54-848a-f31d038b4259 fb6e76cb28f5410e900fd07fe752a7c9 2e1eb9fd01914489b8159d53c74c7b4e - - default default] Added segment 98a2f2ae-2c9e-4cfa-ac94-d317837f1047 of type vxlan for network 6780bf67-6531-447f-991f-02515279083a [pid: 8|app: 0|req: 403/868] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:48:04 2026] POST /v2.0/networks => generated 613 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/869] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:48:04 2026] POST /v2.0/subnets => generated 626 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/870] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:48:05 2026] GET /v2.0/ports?device_id=95c214a2-68c3-4776-8307-3471aca61eda => 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: 404/871] 10.0.0.24 () {34 vars in 663 bytes} [Thu Apr 23 10:48:04 2026] POST /v2.0/ports => generated 915 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:48:05.429 7 INFO neutron_taas.services.taas.taas_plugin [None req-9638bc3d-2a3f-41c3-aff8-f0184154a444 fb6e76cb28f5410e900fd07fe752a7c9 2e1eb9fd01914489b8159d53c74c7b4e - - default default] TaaS: Handle Delete Port: 0c0861a2-b0d2-4f1a-8e4e-1ecac86ed28e 2026-04-23 10:48:05.431 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9638bc3d-2a3f-41c3-aff8-f0184154a444 fb6e76cb28f5410e900fd07fe752a7c9 2e1eb9fd01914489b8159d53c74c7b4e - - default default] Tap Mirror: Handle Delete Port: 0c0861a2-b0d2-4f1a-8e4e-1ecac86ed28e [pid: 7|app: 0|req: 468/872] 10.0.0.24 () {32 vars in 718 bytes} [Thu Apr 23 10:48:05 2026] DELETE /v2.0/ports/0c0861a2-b0d2-4f1a-8e4e-1ecac86ed28e => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:48:05.588 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5145faee-95d0-4e25-8af3-08472a153c68 fb6e76cb28f5410e900fd07fe752a7c9 2e1eb9fd01914489b8159d53c74c7b4e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 405/873] 10.0.0.24 () {32 vars in 715 bytes} [Thu Apr 23 10:48:05 2026] GET /v2.0/ports/0c0861a2-b0d2-4f1a-8e4e-1ecac86ed28e => 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: 469/874] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:48:05 2026] DELETE /v2.0/subnets/c00b3501-71c9-4651-b3e8-a514627aafc9 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:48:05.873 8 INFO neutron.services.segments.plugin [-] Segment 98a2f2ae-2c9e-4cfa-ac94-d317837f1047 resource provider aggregate not found 2026-04-23 10:48:05.875 8 INFO neutron.services.segments.plugin [-] Segment 98a2f2ae-2c9e-4cfa-ac94-d317837f1047 resource provider aggregate not found 2026-04-23 10:48:05.911 8 INFO neutron.services.segments.plugin [-] Segment 98a2f2ae-2c9e-4cfa-ac94-d317837f1047 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98a2f2ae-2c9e-4cfa-ac94-d317837f1047 found for delete ", "request_id": "req-ffe33504-7100-4c73-bc1e-ac3fc9cd166c"}]} 2026-04-23 10:48:05.911 8 INFO neutron.services.segments.plugin [-] Segment 98a2f2ae-2c9e-4cfa-ac94-d317837f1047 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98a2f2ae-2c9e-4cfa-ac94-d317837f1047 found for delete ", "request_id": "req-0f0df58c-a730-445c-917a-297d6368330a"}]} [pid: 8|app: 0|req: 406/875] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:48:05 2026] DELETE /v2.0/networks/6780bf67-6531-447f-991f-02515279083a => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/876] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:48:06 2026] GET /v2.0/ports?device_id=95c214a2-68c3-4776-8307-3471aca61eda => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/877] 10.0.0.24 () {34 vars in 663 bytes} [Thu Apr 23 10:48:05 2026] POST /v2.0/ports => generated 775 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/878] 10.0.0.24 () {34 vars in 735 bytes} [Thu Apr 23 10:48:06 2026] PUT /v2.0/ports/c6e806ad-3e74-4e81-bd6d-390655f58dc3 => generated 752 bytes in 209 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-23 10:48:06.539 7 INFO neutron_taas.services.taas.taas_plugin [None req-558e1ad0-848b-4ed4-bdfb-c5363970d24d fb6e76cb28f5410e900fd07fe752a7c9 2e1eb9fd01914489b8159d53c74c7b4e - - default default] TaaS: Handle Delete Port: c6e806ad-3e74-4e81-bd6d-390655f58dc3 2026-04-23 10:48:06.542 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-558e1ad0-848b-4ed4-bdfb-c5363970d24d fb6e76cb28f5410e900fd07fe752a7c9 2e1eb9fd01914489b8159d53c74c7b4e - - default default] Tap Mirror: Handle Delete Port: c6e806ad-3e74-4e81-bd6d-390655f58dc3 [pid: 7|app: 0|req: 471/879] 10.0.0.24 () {32 vars in 718 bytes} [Thu Apr 23 10:48:06 2026] DELETE /v2.0/ports/c6e806ad-3e74-4e81-bd6d-390655f58dc3 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 409/880] 10.0.0.24 () {32 vars in 641 bytes} [Thu Apr 23 10:48:06 2026] GET /v2.0/ports => generated 777 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:48:06.758 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d99a2a27-cbf1-44af-b9f0-af4b2b7bb337 fb6e76cb28f5410e900fd07fe752a7c9 2e1eb9fd01914489b8159d53c74c7b4e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 472/881] 10.0.0.24 () {32 vars in 715 bytes} [Thu Apr 23 10:48:06 2026] GET /v2.0/ports/c6e806ad-3e74-4e81-bd6d-390655f58dc3 => generated 132 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/882] 10.0.0.24 () {32 vars in 641 bytes} [Thu Apr 23 10:48:06 2026] GET /v2.0/ports => generated 777 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/883] 10.0.0.24 () {32 vars in 715 bytes} [Thu Apr 23 10:48:06 2026] GET /v2.0/ports/1c6b8aee-5c4d-4ebb-bd99-b28c71febf50 => generated 774 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:48:06.866 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e4690dbc-3ac0-4b5f-9d2f-4474784d0545 fb6e76cb28f5410e900fd07fe752a7c9 2e1eb9fd01914489b8159d53c74c7b4e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 411/884] 10.0.0.24 () {32 vars in 718 bytes} [Thu Apr 23 10:48:06 2026] DELETE /v2.0/ports/0c0861a2-b0d2-4f1a-8e4e-1ecac86ed28e => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:48:06.892 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fc909840-5f3a-435d-b3a2-7b1f82e21686 fb6e76cb28f5410e900fd07fe752a7c9 2e1eb9fd01914489b8159d53c74c7b4e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 474/885] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:48:06 2026] DELETE /v2.0/subnets/c00b3501-71c9-4651-b3e8-a514627aafc9 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:48:06.918 8 INFO neutron.pecan_wsgi.hooks.translation [None req-90ec4333-dfe1-4108-818b-11006940e7dc fb6e76cb28f5410e900fd07fe752a7c9 2e1eb9fd01914489b8159d53c74c7b4e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 412/886] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:48:06 2026] DELETE /v2.0/subnets/9fe61528-ed6c-4b9a-b55c-bd780b38faa5 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:48:07.037 7 INFO neutron_taas.services.taas.taas_plugin [None req-ce5b0d84-c947-46ff-aa30-2442adfa45ea fb6e76cb28f5410e900fd07fe752a7c9 2e1eb9fd01914489b8159d53c74c7b4e - - default default] TaaS: Handle Delete Port: 1c6b8aee-5c4d-4ebb-bd99-b28c71febf50 2026-04-23 10:48:07.043 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce5b0d84-c947-46ff-aa30-2442adfa45ea fb6e76cb28f5410e900fd07fe752a7c9 2e1eb9fd01914489b8159d53c74c7b4e - - default default] Tap Mirror: Handle Delete Port: 1c6b8aee-5c4d-4ebb-bd99-b28c71febf50 [pid: 7|app: 0|req: 475/887] 10.0.0.24 () {32 vars in 718 bytes} [Thu Apr 23 10:48:06 2026] DELETE /v2.0/ports/1c6b8aee-5c4d-4ebb-bd99-b28c71febf50 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/888] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:48:07 2026] DELETE /v2.0/networks/e08fee97-1ae6-46b6-b7cf-5f81351f02f6 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/889] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:48:07 2026] GET /v2.0/ports?device_id=95c214a2-68c3-4776-8307-3471aca61eda => 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: 414/890] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:48:07 2026] GET /v2.0/networks?id=a908831d-4eb5-4891-a8fa-bfbdedc110dd => generated 678 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/891] 199.204.45.210 () {38 vars in 954 bytes} [Thu Apr 23 10:48:07 2026] POST /v2.0/ports => generated 958 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:48:07.933 8 INFO neutron.services.segments.plugin [-] Segment bac96872-0c82-4313-b2d0-ecc68169c088 resource provider aggregate not found 2026-04-23 10:48:07.940 8 INFO neutron.services.segments.plugin [-] Segment bac96872-0c82-4313-b2d0-ecc68169c088 resource provider aggregate not found 2026-04-23 10:48:07.951 8 INFO neutron.services.segments.plugin [-] Segment bac96872-0c82-4313-b2d0-ecc68169c088 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bac96872-0c82-4313-b2d0-ecc68169c088 found for delete ", "request_id": "req-0232efe9-bdd5-4934-bf3e-80d6b6f0696c"}]} 2026-04-23 10:48:07.961 8 INFO neutron.services.segments.plugin [-] Segment bac96872-0c82-4313-b2d0-ecc68169c088 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bac96872-0c82-4313-b2d0-ecc68169c088 found for delete ", "request_id": "req-d46bd2b8-1edd-4f93-848a-2bf20a11ee53"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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/892] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:48:07 2026] GET /v2.0/security-groups?tenant_id=2e1eb9fd01914489b8159d53c74c7b4e&name=default => generated 2925 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/895] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:48:08 2026] DELETE /v2.0/security-groups/9b73a20e-6ac7-44ba-81ca-126d9017941e => 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: 415/896] 199.204.45.210 () {38 vars in 1027 bytes} [Thu Apr 23 10:48:07 2026] PUT /v2.0/ports/4f817234-b4ad-48d3-9778-309a5603b462 => generated 1239 bytes in 481 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:48:08.289 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7fe7c567-5d5d-4c17-960e-c13e93285b72'] response: {'name': 'network-changed', 'server_uuid': '95c214a2-68c3-4776-8307-3471aca61eda', 'tag': '4f817234-b4ad-48d3-9778-309a5603b462', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 482/897] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:48:08 2026] GET /v2.0/ports?device_id=95c214a2-68c3-4776-8307-3471aca61eda => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 416/898] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:48:08 2026] GET /v2.0/security-groups?id=7a51215f-0bf5-4589-bea7-ce2b8e8459af&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/899] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:48:08 2026] GET /v2.0/ports?tenant_id=fb83bc09860e4afd88ca63c8a7afdddd&device_id=95c214a2-68c3-4776-8307-3471aca61eda => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/900] 199.204.45.210 () {34 vars in 1017 bytes} [Thu Apr 23 10:48:08 2026] GET /v2.0/networks?tenant_id=fb83bc09860e4afd88ca63c8a7afdddd&shared=False => generated 774 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/901] 199.204.45.210 () {34 vars in 929 bytes} [Thu Apr 23 10:48:08 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/902] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:48:09 2026] GET /v2.0/security-groups?tenant_id=dd18cf243dbc4d82a964702f23e30614&name=default => generated 2925 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/903] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:48:09 2026] GET /v2.0/ports?device_id=95c214a2-68c3-4776-8307-3471aca61eda => generated 973 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/904] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:48:09 2026] GET /v2.0/security-groups?id=7a51215f-0bf5-4589-bea7-ce2b8e8459af&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/905] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:48:09 2026] DELETE /v2.0/security-groups/c7fa8320-bf8d-4d11-8b69-39fd62cabe69 => generated 0 bytes in 497 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/906] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:48:09 2026] GET /v2.0/ports?tenant_id=fb83bc09860e4afd88ca63c8a7afdddd&device_id=95c214a2-68c3-4776-8307-3471aca61eda => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/907] 199.204.45.210 () {34 vars in 1059 bytes} [Thu Apr 23 10:48:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=4f817234-b4ad-48d3-9778-309a5603b462 => 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: 423/908] 199.204.45.210 () {34 vars in 983 bytes} [Thu Apr 23 10:48:10 2026] GET /v2.0/subnets?id=e386cf9f-ae4e-4932-ae76-80afafc46488 => generated 696 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/909] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:48:10 2026] GET /v2.0/ports?network_id=a908831d-4eb5-4891-a8fa-bfbdedc110dd&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/910] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:48:10 2026] GET /v2.0/networks/a908831d-4eb5-4891-a8fa-bfbdedc110dd?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/911] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:48:09 2026] GET /v2.0/security-groups?tenant_id=b4e7005310df4be9988da84736a1a058&name=default => generated 2925 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/912] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:48:10 2026] DELETE /v2.0/security-groups/7ee09272-e287-4d01-951f-87d120c325f3 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/913] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:48:10 2026] GET /v2.0/networks/a908831d-4eb5-4891-a8fa-bfbdedc110dd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 426 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/914] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:48:10 2026] GET /v2.0/ports?device_id=95c214a2-68c3-4776-8307-3471aca61eda => 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: 428/915] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:48:10 2026] GET /v2.0/security-groups?id=7a51215f-0bf5-4589-bea7-ce2b8e8459af&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: 488/916] 10.0.0.24 () {34 vars in 682 bytes} [Thu Apr 23 10:48:10 2026] POST /v2.0/security-groups => generated 1624 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/917] 10.0.0.24 () {32 vars in 661 bytes} [Thu Apr 23 10:48:10 2026] GET /v2.0/security-groups => generated 4529 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/918] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:48:11 2026] GET /v2.0/ports?device_id=d6fcf6b4-41c2-4e99-ad99-21c4b5ad50fc => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/919] 10.0.0.24 () {34 vars in 756 bytes} [Thu Apr 23 10:48:11 2026] PUT /v2.0/security-groups/c83a090b-1034-4630-b0e2-1bc31444f3a8 => generated 1663 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/920] 10.0.0.24 () {32 vars in 735 bytes} [Thu Apr 23 10:48:11 2026] GET /v2.0/security-groups/c83a090b-1034-4630-b0e2-1bc31444f3a8 => generated 1663 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/921] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:48:11 2026] GET /v2.0/security-groups?id=707bee39-7a4e-4ff0-b77a-675f2d51bd6a&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: 491/922] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:48:11 2026] DELETE /v2.0/security-groups/c83a090b-1034-4630-b0e2-1bc31444f3a8 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/923] 10.0.0.24 () {32 vars in 661 bytes} [Thu Apr 23 10:48:11 2026] GET /v2.0/security-groups => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:48:11.275 7 INFO neutron.api.v2.resource [None req-0093b999-ce31-4de1-8d4d-092ed14bdd5b 72e9257d63ae42eab0fd056c400ac8a3 08ff1c1c34804710a9aa13df558ee308 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 492/924] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:48:11 2026] DELETE /v2.0/security-groups/c83a090b-1034-4630-b0e2-1bc31444f3a8 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/925] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:48:11 2026] GET /v2.0/ports?device_id=d6fcf6b4-41c2-4e99-ad99-21c4b5ad50fc => 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: 494/926] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:48:11 2026] GET /v2.0/security-groups?id=707bee39-7a4e-4ff0-b77a-675f2d51bd6a&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: 433/927] 10.0.0.24 () {34 vars in 682 bytes} [Thu Apr 23 10:48:11 2026] POST /v2.0/security-groups => generated 1624 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/928] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:48:11 2026] POST /v2.0/security-group-rules => generated 601 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/929] 10.0.0.24 () {32 vars in 745 bytes} [Thu Apr 23 10:48:11 2026] GET /v2.0/security-group-rules/fe1bee4b-d269-48ae-8bc7-6161fddea2fe => 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: 496/930] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:48:11 2026] GET /v2.0/ports?device_id=95c214a2-68c3-4776-8307-3471aca61eda => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/931] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:48:11 2026] GET /v2.0/security-groups?id=7a51215f-0bf5-4589-bea7-ce2b8e8459af&fields=id&fields=name => generated 88 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/932] 10.0.0.24 () {32 vars in 671 bytes} [Thu Apr 23 10:48:11 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/933] 10.0.0.24 () {32 vars in 748 bytes} [Thu Apr 23 10:48:11 2026] DELETE /v2.0/security-group-rules/fe1bee4b-d269-48ae-8bc7-6161fddea2fe => 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: 436/934] 10.0.0.24 () {32 vars in 671 bytes} [Thu Apr 23 10:48:12 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/935] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:48:12 2026] POST /v2.0/security-group-rules => generated 601 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/936] 10.0.0.24 () {32 vars in 745 bytes} [Thu Apr 23 10:48:12 2026] GET /v2.0/security-group-rules/28be4d45-63fb-4eff-8668-7b77289c63be => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/937] 10.0.0.24 () {32 vars in 671 bytes} [Thu Apr 23 10:48:12 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/938] 10.0.0.24 () {32 vars in 748 bytes} [Thu Apr 23 10:48:12 2026] DELETE /v2.0/security-group-rules/28be4d45-63fb-4eff-8668-7b77289c63be => 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: 501/939] 10.0.0.24 () {32 vars in 671 bytes} [Thu Apr 23 10:48:12 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/940] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:48:12 2026] GET /v2.0/ports?device_id=d6fcf6b4-41c2-4e99-ad99-21c4b5ad50fc => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:48:12.589 8 INFO neutron.db.securitygroups_db [None req-107caf36-6bcf-419e-b36e-8457e1207d71 72e9257d63ae42eab0fd056c400ac8a3 08ff1c1c34804710a9aa13df558ee308 - - default default] Project 08ff1c1c34804710a9aa13df558ee308 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: 503/941] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:48:12 2026] GET /v2.0/security-groups?id=707bee39-7a4e-4ff0-b77a-675f2d51bd6a&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: 439/942] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:48:12 2026] POST /v2.0/security-group-rules => generated 607 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/943] 10.0.0.24 () {32 vars in 745 bytes} [Thu Apr 23 10:48:12 2026] GET /v2.0/security-group-rules/1236569a-69ad-4a1e-9b62-5f080c4e6535 => generated 607 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/944] 10.0.0.24 () {32 vars in 671 bytes} [Thu Apr 23 10:48:12 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/945] 10.0.0.24 () {32 vars in 748 bytes} [Thu Apr 23 10:48:12 2026] DELETE /v2.0/security-group-rules/1236569a-69ad-4a1e-9b62-5f080c4e6535 => 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: 441/946] 10.0.0.24 () {32 vars in 671 bytes} [Thu Apr 23 10:48:12 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) [pid: 8|app: 0|req: 442/947] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:48:12 2026] DELETE /v2.0/security-groups/d2a239a0-bd12-44e0-9d0b-208234eb1ba2 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/948] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:48:13 2026] GET /v2.0/ports?device_id=95c214a2-68c3-4776-8307-3471aca61eda => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/949] 10.0.0.24 () {32 vars in 661 bytes} [Thu Apr 23 10:48:13 2026] GET /v2.0/security-groups => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/950] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:48:13 2026] GET /v2.0/security-groups?id=7a51215f-0bf5-4589-bea7-ce2b8e8459af&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: 446/951] 10.0.0.24 () {32 vars in 661 bytes} [Thu Apr 23 10:48:13 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: 7|app: 0|req: 506/952] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:48:12 2026] GET /v2.0/security-groups?tenant_id=13944e803e574629908e97206989e950&name=default => generated 2925 bytes in 554 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/953] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:48:13 2026] DELETE /v2.0/security-groups/bc407e70-1bd9-494a-90a8-fa90121014d3 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/954] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:48:13 2026] GET /v2.0/ports?device_id=d6fcf6b4-41c2-4e99-ad99-21c4b5ad50fc => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/955] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:48:13 2026] GET /v2.0/security-groups?id=707bee39-7a4e-4ff0-b77a-675f2d51bd6a&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: 449/956] 199.204.45.210 () {34 vars in 993 bytes} [Thu Apr 23 10:48:13 2026] GET /v2.0/ports?device_id=d6fcf6b4-41c2-4e99-ad99-21c4b5ad50fc => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/957] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:48:13 2026] GET /v2.0/security-groups?tenant_id=08ff1c1c34804710a9aa13df558ee308&name=default => generated 2925 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:48:14.148 8 INFO neutron_taas.services.taas.taas_plugin [req-c330374b-f0ea-42c3-99c0-bb088e2440e8 req-24ea607a-a4ec-498e-8867-41c19c6e4683 f6c2891429414d0c80cad461c62ee4aa 93356f53f61b49ec93c25022feffb3cb - - default default] TaaS: Handle Delete Port: 6fc5dd38-5aaf-40b9-836c-0bd0c608ca7a 2026-04-23 10:48:14.151 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c330374b-f0ea-42c3-99c0-bb088e2440e8 req-24ea607a-a4ec-498e-8867-41c19c6e4683 f6c2891429414d0c80cad461c62ee4aa 93356f53f61b49ec93c25022feffb3cb - - default default] Tap Mirror: Handle Delete Port: 6fc5dd38-5aaf-40b9-836c-0bd0c608ca7a [pid: 7|app: 0|req: 509/958] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:48:14 2026] DELETE /v2.0/security-groups/26d1d578-6d35-4c5e-8e54-e59f805215f9 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:48:14.275 8 INFO neutron.db.l3_db [req-c330374b-f0ea-42c3-99c0-bb088e2440e8 req-24ea607a-a4ec-498e-8867-41c19c6e4683 f6c2891429414d0c80cad461c62ee4aa 93356f53f61b49ec93c25022feffb3cb - - default default] Floating IP 619a0c38-a799-475b-92cb-7951199f9e30 disassociated. External IP: 10.96.250.211, port: 6fc5dd38-5aaf-40b9-836c-0bd0c608ca7a. [pid: 7|app: 0|req: 510/959] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:48:14 2026] GET /v2.0/ports?device_id=95c214a2-68c3-4776-8307-3471aca61eda => generated 973 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/960] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:48:14 2026] GET /v2.0/security-groups?id=7a51215f-0bf5-4589-bea7-ce2b8e8459af&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: 450/961] 199.204.45.210 () {36 vars in 996 bytes} [Thu Apr 23 10:48:14 2026] DELETE /v2.0/ports/6fc5dd38-5aaf-40b9-836c-0bd0c608ca7a => generated 0 bytes in 625 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:48:14.718 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f25b3e39-5961-4215-8881-5f082cb74e31'] response: {'server_uuid': 'd6fcf6b4-41c2-4e99-ad99-21c4b5ad50fc', 'name': 'network-vif-deleted', 'tag': '6fc5dd38-5aaf-40b9-836c-0bd0c608ca7a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 512/962] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:48:14 2026] GET /v2.0/ports?device_id=d6fcf6b4-41c2-4e99-ad99-21c4b5ad50fc => 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: 451/963] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:48:15 2026] GET /v2.0/ports?device_id=95c214a2-68c3-4776-8307-3471aca61eda => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/964] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:48:15 2026] GET /v2.0/security-groups?id=7a51215f-0bf5-4589-bea7-ce2b8e8459af&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: 452/965] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:48:15 2026] GET /v2.0/ports?device_id=d6fcf6b4-41c2-4e99-ad99-21c4b5ad50fc => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/966] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:48:16 2026] GET /v2.0/ports?device_id=95c214a2-68c3-4776-8307-3471aca61eda => generated 975 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/967] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:48:16 2026] GET /v2.0/security-groups?id=7a51215f-0bf5-4589-bea7-ce2b8e8459af&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: 514/968] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:48:16 2026] GET /v2.0/security-groups?tenant_id=581988cfe9b14a3ea38f5daf31fe9c3f&name=default => generated 2925 bytes in 564 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/969] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:48:16 2026] DELETE /v2.0/security-groups/2530aa94-1121-4dce-9c06-cb0416d576a7 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/970] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:48:17 2026] GET /v2.0/ports?device_id=d6fcf6b4-41c2-4e99-ad99-21c4b5ad50fc => 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: 456/971] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:48:17 2026] GET /v2.0/ports?device_id=95c214a2-68c3-4776-8307-3471aca61eda => generated 975 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/972] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:48:17 2026] GET /v2.0/security-groups?id=7a51215f-0bf5-4589-bea7-ce2b8e8459af&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/973] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:48:18 2026] DELETE /v2.0/security-groups/707bee39-7a4e-4ff0-b77a-675f2d51bd6a => generated 0 bytes in 164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:48:18.359 7 INFO neutron.api.v2.resource [None req-d2643d48-7927-4df9-905e-b73addfc8809 f6c2891429414d0c80cad461c62ee4aa 93356f53f61b49ec93c25022feffb3cb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 517/974] 10.0.0.24 () {32 vars in 735 bytes} [Thu Apr 23 10:48:18 2026] GET /v2.0/security-groups/707bee39-7a4e-4ff0-b77a-675f2d51bd6a => 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: 518/975] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:48:18 2026] GET /v2.0/ports?device_id=95c214a2-68c3-4776-8307-3471aca61eda => generated 975 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/976] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:48:18 2026] GET /v2.0/security-groups?id=7a51215f-0bf5-4589-bea7-ce2b8e8459af&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:48:18.568 8 INFO neutron_taas.services.taas.taas_plugin [None req-acf17409-265f-4e84-96cf-8991b123a32a f6c2891429414d0c80cad461c62ee4aa 93356f53f61b49ec93c25022feffb3cb - - default default] TaaS: Handle Delete Port: 2df4ae85-a2fc-4cf8-837f-ab84b2171829 2026-04-23 10:48:18.571 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-acf17409-265f-4e84-96cf-8991b123a32a f6c2891429414d0c80cad461c62ee4aa 93356f53f61b49ec93c25022feffb3cb - - default default] Tap Mirror: Handle Delete Port: 2df4ae85-a2fc-4cf8-837f-ab84b2171829 [pid: 8|app: 0|req: 458/977] 10.0.0.24 () {32 vars in 730 bytes} [Thu Apr 23 10:48:18 2026] DELETE /v2.0/floatingips/619a0c38-a799-475b-92cb-7951199f9e30 => generated 0 bytes in 394 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:48:19.189 7 INFO neutron_taas.services.taas.taas_plugin [None req-bb490eb0-b7c6-4132-adb7-2a8b3d7251c9 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: 809f60f2-b4b2-4d44-9c04-f08fac43e989 2026-04-23 10:48:19.192 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb490eb0-b7c6-4132-adb7-2a8b3d7251c9 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: 809f60f2-b4b2-4d44-9c04-f08fac43e989 [pid: 8|app: 0|req: 459/978] 10.0.0.24 () {32 vars in 651 bytes} [Thu Apr 23 10:48:19 2026] GET /v2.0/extensions => generated 21537 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/979] 10.0.0.24 () {32 vars in 679 bytes} [Thu Apr 23 10:48:19 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/980] 10.0.0.24 () {32 vars in 679 bytes} [Thu Apr 23 10:48:19 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/981] 10.0.0.24 () {32 vars in 727 bytes} [Thu Apr 23 10:48:19 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: 8|app: 0|req: 463/982] 10.0.0.24 () {32 vars in 663 bytes} [Thu Apr 23 10:48:19 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: 8|app: 0|req: 464/983] 10.0.0.24 () {32 vars in 697 bytes} [Thu Apr 23 10:48:19 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: 8|app: 0|req: 465/984] 10.0.0.24 () {32 vars in 695 bytes} [Thu Apr 23 10:48:19 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/985] 10.0.0.24 () {32 vars in 699 bytes} [Thu Apr 23 10:48:19 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: 8|app: 0|req: 467/986] 10.0.0.24 () {32 vars in 687 bytes} [Thu Apr 23 10:48:19 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/987] 10.0.0.24 () {32 vars in 701 bytes} [Thu Apr 23 10:48:19 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/988] 10.0.0.24 () {32 vars in 691 bytes} [Thu Apr 23 10:48:19 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/989] 10.0.0.24 () {32 vars in 693 bytes} [Thu Apr 23 10:48:19 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/990] 10.0.0.24 () {32 vars in 683 bytes} [Thu Apr 23 10:48:19 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: 472/991] 10.0.0.24 () {32 vars in 685 bytes} [Thu Apr 23 10:48:19 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/992] 10.0.0.24 () {32 vars in 659 bytes} [Thu Apr 23 10:48:19 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/993] 10.0.0.24 () {32 vars in 697 bytes} [Thu Apr 23 10:48:19 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/994] 10.0.0.24 () {32 vars in 677 bytes} [Thu Apr 23 10:48:19 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/995] 10.0.0.24 () {32 vars in 681 bytes} [Thu Apr 23 10:48:19 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/996] 10.0.0.24 () {32 vars in 673 bytes} [Thu Apr 23 10:48:19 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/997] 10.0.0.24 () {32 vars in 687 bytes} [Thu Apr 23 10:48:19 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: 479/998] 10.0.0.24 () {32 vars in 721 bytes} [Thu Apr 23 10:48:19 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/999] 10.0.0.24 () {32 vars in 685 bytes} [Thu Apr 23 10:48:19 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/1000] 10.0.0.24 () {32 vars in 667 bytes} [Thu Apr 23 10:48:19 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/1001] 10.0.0.24 () {32 vars in 685 bytes} [Thu Apr 23 10:48:19 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/1002] 10.0.0.24 () {32 vars in 679 bytes} [Thu Apr 23 10:48:19 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/1003] 10.0.0.24 () {32 vars in 697 bytes} [Thu Apr 23 10:48:19 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/1004] 10.0.0.24 () {32 vars in 677 bytes} [Thu Apr 23 10:48:19 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/1005] 10.0.0.24 () {32 vars in 665 bytes} [Thu Apr 23 10:48:19 2026] GET /v2.0/extensions/router => generated 256 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/1006] 10.0.0.24 () {32 vars in 675 bytes} [Thu Apr 23 10:48:19 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/1007] 10.0.0.24 () {32 vars in 663 bytes} [Thu Apr 23 10:48:19 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1008] 10.0.0.24 () {32 vars in 673 bytes} [Thu Apr 23 10:48:19 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1009] 10.0.0.24 () {32 vars in 711 bytes} [Thu Apr 23 10:48:19 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: 8|app: 0|req: 491/1010] 10.0.0.24 () {32 vars in 689 bytes} [Thu Apr 23 10:48:19 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1011] 10.0.0.24 () {32 vars in 681 bytes} [Thu Apr 23 10:48:19 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1012] 10.0.0.24 () {32 vars in 667 bytes} [Thu Apr 23 10:48:19 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1013] 10.0.0.24 () {32 vars in 685 bytes} [Thu Apr 23 10:48:19 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1014] 10.0.0.24 () {32 vars in 703 bytes} [Thu Apr 23 10:48:19 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1015] 10.0.0.24 () {32 vars in 673 bytes} [Thu Apr 23 10:48:19 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1016] 10.0.0.24 () {32 vars in 699 bytes} [Thu Apr 23 10:48:19 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1017] 10.0.0.24 () {32 vars in 673 bytes} [Thu Apr 23 10:48:19 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1018] 10.0.0.24 () {32 vars in 691 bytes} [Thu Apr 23 10:48:19 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1019] 10.0.0.24 () {32 vars in 687 bytes} [Thu Apr 23 10:48:19 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1020] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:48:19 2026] GET /v2.0/ports?device_id=95c214a2-68c3-4776-8307-3471aca61eda => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1021] 10.0.0.24 () {32 vars in 707 bytes} [Thu Apr 23 10:48:19 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1022] 199.204.45.210 () {34 vars in 993 bytes} [Thu Apr 23 10:48:19 2026] GET /v2.0/ports?device_id=95c214a2-68c3-4776-8307-3471aca61eda => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1023] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:48:19 2026] GET /v2.0/security-groups?id=7a51215f-0bf5-4589-bea7-ce2b8e8459af&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: 505/1024] 10.0.0.24 () {32 vars in 703 bytes} [Thu Apr 23 10:48:19 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1025] 10.0.0.24 () {34 vars in 787 bytes} [Thu Apr 23 10:48:18 2026] PUT /v2.0/routers/b8384ac4-1afb-4652-a82a-a8293e9d418a/remove_router_interface => generated 309 bytes in 1035 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1026] 10.0.0.24 () {32 vars in 717 bytes} [Thu Apr 23 10:48:19 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:48:19.869 8 INFO neutron_taas.services.taas.taas_plugin [req-df23a8b0-5a93-4634-ac4e-7838670e4381 req-efd623a6-14fe-4e63-b65a-46920c9e15e9 f6333291cd8147c9bccfa66d46f53730 fb83bc09860e4afd88ca63c8a7afdddd - - default default] TaaS: Handle Delete Port: 4f817234-b4ad-48d3-9778-309a5603b462 2026-04-23 10:48:19.871 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-df23a8b0-5a93-4634-ac4e-7838670e4381 req-efd623a6-14fe-4e63-b65a-46920c9e15e9 f6333291cd8147c9bccfa66d46f53730 fb83bc09860e4afd88ca63c8a7afdddd - - default default] Tap Mirror: Handle Delete Port: 4f817234-b4ad-48d3-9778-309a5603b462 2026-04-23 10:48:20.028 7 INFO neutron_taas.services.taas.taas_plugin [None req-ce3a98c6-d281-47de-ae51-1c5422236f7a a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: 3239b0b3-ed85-4782-a873-ee406644af6d 2026-04-23 10:48:20.033 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce3a98c6-d281-47de-ae51-1c5422236f7a a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: 3239b0b3-ed85-4782-a873-ee406644af6d [pid: 8|app: 0|req: 506/1027] 199.204.45.210 () {36 vars in 996 bytes} [Thu Apr 23 10:48:19 2026] DELETE /v2.0/ports/4f817234-b4ad-48d3-9778-309a5603b462 => generated 0 bytes in 319 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1028] 10.0.0.24 () {32 vars in 695 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1029] 10.0.0.24 () {32 vars in 709 bytes} [Thu Apr 23 10:48:20 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: 8|app: 0|req: 509/1030] 10.0.0.24 () {32 vars in 667 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/binding => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1031] 10.0.0.24 () {32 vars in 685 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1032] 10.0.0.24 () {32 vars in 679 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:48:20.127 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b9bedec0-e5ba-4412-aa65-ff4e40b962a3'] response: {'server_uuid': '95c214a2-68c3-4776-8307-3471aca61eda', 'name': 'network-vif-deleted', 'tag': '4f817234-b4ad-48d3-9778-309a5603b462', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 512/1033] 10.0.0.24 () {32 vars in 673 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1034] 10.0.0.24 () {32 vars in 669 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/provider => generated 191 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1035] 10.0.0.24 () {32 vars in 659 bytes} [Thu Apr 23 10:48:20 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: 515/1036] 10.0.0.24 () {32 vars in 697 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1037] 10.0.0.24 () {32 vars in 697 bytes} [Thu Apr 23 10:48:20 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: 517/1038] 10.0.0.24 () {32 vars in 675 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1039] 10.0.0.24 () {32 vars in 667 bytes} [Thu Apr 23 10:48:20 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: 8|app: 0|req: 519/1040] 10.0.0.24 () {32 vars in 681 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1041] 10.0.0.24 () {32 vars in 699 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1042] 10.0.0.24 () {32 vars in 683 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1043] 10.0.0.24 () {32 vars in 705 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1044] 10.0.0.24 () {32 vars in 667 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1045] 10.0.0.24 () {32 vars in 695 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1046] 10.0.0.24 () {32 vars in 693 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1047] 10.0.0.24 () {32 vars in 683 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1048] 10.0.0.24 () {32 vars in 687 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1049] 10.0.0.24 () {32 vars in 703 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1050] 10.0.0.24 () {32 vars in 665 bytes} [Thu Apr 23 10:48:20 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: 530/1051] 10.0.0.24 () {32 vars in 679 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1052] 10.0.0.24 () {32 vars in 679 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1053] 10.0.0.24 () {32 vars in 689 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1054] 10.0.0.24 () {32 vars in 689 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1055] 10.0.0.24 () {32 vars in 693 bytes} [Thu Apr 23 10:48:20 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: 8|app: 0|req: 535/1056] 10.0.0.24 () {32 vars in 683 bytes} [Thu Apr 23 10:48:20 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: 8|app: 0|req: 536/1057] 10.0.0.24 () {32 vars in 687 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1058] 10.0.0.24 () {32 vars in 699 bytes} [Thu Apr 23 10:48:20 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: 8|app: 0|req: 538/1059] 10.0.0.24 () {32 vars in 701 bytes} [Thu Apr 23 10:48:20 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: 8|app: 0|req: 539/1060] 10.0.0.24 () {32 vars in 711 bytes} [Thu Apr 23 10:48:20 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: 8|app: 0|req: 540/1061] 10.0.0.24 () {32 vars in 715 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/security-groups-normalized-cidr => 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: 541/1062] 10.0.0.24 () {32 vars in 713 bytes} [Thu Apr 23 10:48:20 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: 8|app: 0|req: 542/1063] 10.0.0.24 () {32 vars in 725 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:48:20.435 7 INFO neutron_taas.services.taas.taas_plugin [None req-ce3a98c6-d281-47de-ae51-1c5422236f7a a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: be0d0396-e150-4c28-ac71-86cd21ab8619 [pid: 8|app: 0|req: 543/1064] 10.0.0.24 () {32 vars in 739 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:48:20.438 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce3a98c6-d281-47de-ae51-1c5422236f7a a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: be0d0396-e150-4c28-ac71-86cd21ab8619 [pid: 8|app: 0|req: 544/1065] 10.0.0.24 () {32 vars in 717 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1066] 10.0.0.24 () {32 vars in 681 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1067] 10.0.0.24 () {32 vars in 667 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1068] 10.0.0.24 () {32 vars in 717 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1069] 10.0.0.24 () {32 vars in 677 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1070] 10.0.0.24 () {32 vars in 667 bytes} [Thu Apr 23 10:48:20 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: 550/1071] 10.0.0.24 () {32 vars in 695 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1072] 10.0.0.24 () {32 vars in 703 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1073] 10.0.0.24 () {32 vars in 699 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1074] 10.0.0.24 () {32 vars in 699 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1075] 10.0.0.24 () {32 vars in 681 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1076] 10.0.0.24 () {32 vars in 703 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1077] 10.0.0.24 () {32 vars in 693 bytes} [Thu Apr 23 10:48:20 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: 8|app: 0|req: 557/1078] 10.0.0.24 () {32 vars in 687 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1079] 10.0.0.24 () {32 vars in 695 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1080] 10.0.0.24 () {32 vars in 677 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1081] 10.0.0.24 () {32 vars in 687 bytes} [Thu Apr 23 10:48:20 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: 8|app: 0|req: 561/1082] 10.0.0.24 () {32 vars in 699 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1083] 10.0.0.24 () {32 vars in 663 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1084] 10.0.0.24 () {32 vars in 679 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1085] 10.0.0.24 () {32 vars in 675 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1086] 10.0.0.24 () {32 vars in 691 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1087] 10.0.0.24 () {32 vars in 675 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1088] 10.0.0.24 () {32 vars in 665 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1089] 10.0.0.24 () {32 vars in 661 bytes} [Thu Apr 23 10:48:20 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: 569/1090] 10.0.0.24 () {32 vars in 673 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1091] 10.0.0.24 () {32 vars in 685 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:48:20.777 7 INFO neutron.services.segments.plugin [-] Segment 6f64e37c-78b5-4f81-bdc0-66c41fcf8c78 resource provider aggregate not found 2026-04-23 10:48:20.783 7 INFO neutron.services.segments.plugin [-] Segment 6f64e37c-78b5-4f81-bdc0-66c41fcf8c78 resource provider aggregate not found 2026-04-23 10:48:20.800 7 INFO neutron.services.segments.plugin [-] Segment 6f64e37c-78b5-4f81-bdc0-66c41fcf8c78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f64e37c-78b5-4f81-bdc0-66c41fcf8c78 found for delete ", "request_id": "req-ca87cf53-324f-4001-9c3a-8ecb7dc7f1f6"}]} 2026-04-23 10:48:20.810 7 INFO neutron.services.segments.plugin [-] Segment 6f64e37c-78b5-4f81-bdc0-66c41fcf8c78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f64e37c-78b5-4f81-bdc0-66c41fcf8c78 found for delete ", "request_id": "req-c6385066-fbb1-4ed0-a1e9-7fc6c6d7ced1"}]} 2026-04-23 10:48:20.816 7 INFO neutron.db.l3_hamode_db [None req-ce3a98c6-d281-47de-ae51-1c5422236f7a a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] HA network fe9f8979-5f4d-4dc5-80e4-815393d02495 was deleted as no HA routers are present in tenant 93356f53f61b49ec93c25022feffb3cb. [pid: 7|app: 0|req: 522/1092] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:48:19 2026] DELETE /v2.0/routers/b8384ac4-1afb-4652-a82a-a8293e9d418a => generated 0 bytes in 1021 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1093] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:48:20 2026] GET /v2.0/ports?device_id=95c214a2-68c3-4776-8307-3471aca61eda => 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: 523/1094] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:48:20 2026] DELETE /v2.0/subnets/c75209b6-78c4-497b-a5f3-6b81151e0f4f => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:48:21.110 8 INFO neutron_taas.services.taas.taas_plugin [None req-6fa861a7-e32f-45fd-98fa-023673877eeb a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: 3f2827c8-78ef-4cbb-9e01-67c8dc54983c 2026-04-23 10:48:21.114 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6fa861a7-e32f-45fd-98fa-023673877eeb a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: 3f2827c8-78ef-4cbb-9e01-67c8dc54983c 2026-04-23 10:48:21.325 8 INFO neutron.services.segments.plugin [-] Segment 3912df7c-f1c4-4eb7-bd72-aab62510af2e resource provider aggregate not found 2026-04-23 10:48:21.329 8 INFO neutron.services.segments.plugin [-] Segment 3912df7c-f1c4-4eb7-bd72-aab62510af2e resource provider aggregate not found 2026-04-23 10:48:21.347 8 INFO neutron.services.segments.plugin [-] Segment 3912df7c-f1c4-4eb7-bd72-aab62510af2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3912df7c-f1c4-4eb7-bd72-aab62510af2e found for delete ", "request_id": "req-21f31664-51cf-4ef1-9f25-21cc8a4604d4"}]} 2026-04-23 10:48:21.357 8 INFO neutron.services.segments.plugin [-] Segment 3912df7c-f1c4-4eb7-bd72-aab62510af2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3912df7c-f1c4-4eb7-bd72-aab62510af2e found for delete ", "request_id": "req-90d656f7-5f39-44e7-95d2-5f2041d34915"}]} [pid: 8|app: 0|req: 572/1095] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:48:21 2026] DELETE /v2.0/networks/3edbb9a3-5319-42f0-8b8c-f6aa2b50b76d => generated 0 bytes in 376 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1096] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:48:21 2026] GET /v2.0/security-groups?tenant_id=cf4078a4f98a4af0be2b4f845f4823de&name=default => generated 2925 bytes in 344 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1097] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:48:21 2026] GET /v2.0/security-groups?tenant_id=53eaa855d4694a58ad023c32882a4f2d&name=default => generated 2925 bytes in 411 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1098] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:48:21 2026] GET /v2.0/security-groups?tenant_id=93356f53f61b49ec93c25022feffb3cb&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1099] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:48:21 2026] DELETE /v2.0/security-groups/695c47ba-d91d-485b-b0ec-1f39eede1bfc => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1100] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:48:21 2026] DELETE /v2.0/security-groups/a7425ca4-2750-462f-bc75-91220b651e06 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1101] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:48:21 2026] GET /v2.0/ports?device_id=95c214a2-68c3-4776-8307-3471aca61eda => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1102] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:48:21 2026] DELETE /v2.0/security-groups/e2ef3104-89cb-4a30-9020-a71e8fd5a14f => generated 0 bytes in 212 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1103] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:48:22 2026] GET /v2.0/security-groups?tenant_id=1d166e5c40f14f3891b792474a7f39fc&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1104] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:48:22 2026] DELETE /v2.0/security-groups/cdf18fd9-da9e-41e0-9aff-e8332fe035be => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1107] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:48:23 2026] GET /v2.0/ports?device_id=95c214a2-68c3-4776-8307-3471aca61eda => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:48:24.198 8 INFO neutron.db.segments_db [None req-83fef392-d6f1-4170-9ed6-afbce2e435d0 2753ad6846c34eb3b8bea32a46ca06db 34599198c72840c899a2727982799dcf - - default default] Added segment 777ec2a6-5f83-4250-8aed-8acfd302a3d6 of type vxlan for network 73ac1809-0ddd-4c31-b2ae-81f948e9e09d 2026-04-23 10:48:24.262 8 INFO neutron.db.segments_db [None req-83fef392-d6f1-4170-9ed6-afbce2e435d0 2753ad6846c34eb3b8bea32a46ca06db 34599198c72840c899a2727982799dcf - - default default] Added segment 2b73bf0f-e39e-4c26-8937-0195fd0e2bb9 of type vxlan for network c366e8b9-0269-4c73-97ca-db13d30ab482 [pid: 8|app: 0|req: 579/1108] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:48:23 2026] POST /v2.0/networks => generated 1207 bytes in 516 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1109] 10.0.0.24 () {32 vars in 647 bytes} [Thu Apr 23 10:48:24 2026] GET /v2.0/networks => generated 1844 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:48:24.539 7 INFO neutron_taas.services.taas.taas_plugin [None req-8da5b6b9-1a11-4595-98be-c808ce49fb77 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: 3b310dcb-3f74-4a9e-b105-c6ff23bd9897 2026-04-23 10:48:24.542 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8da5b6b9-1a11-4595-98be-c808ce49fb77 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: 3b310dcb-3f74-4a9e-b105-c6ff23bd9897 2026-04-23 10:48:24.574 8 INFO neutron.services.segments.plugin [-] Segment 777ec2a6-5f83-4250-8aed-8acfd302a3d6 resource provider aggregate not found 2026-04-23 10:48:24.578 8 INFO neutron.services.segments.plugin [-] Segment 777ec2a6-5f83-4250-8aed-8acfd302a3d6 resource provider aggregate not found 2026-04-23 10:48:24.592 8 INFO neutron.services.segments.plugin [-] Segment 777ec2a6-5f83-4250-8aed-8acfd302a3d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 777ec2a6-5f83-4250-8aed-8acfd302a3d6 found for delete ", "request_id": "req-0806bf23-366c-4643-bb79-04689993ace9"}]} 2026-04-23 10:48:24.595 8 INFO neutron.services.segments.plugin [-] Segment 777ec2a6-5f83-4250-8aed-8acfd302a3d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 777ec2a6-5f83-4250-8aed-8acfd302a3d6 found for delete ", "request_id": "req-699e8e35-7f4b-47ee-a39a-c4c14b3a91e0"}]} [pid: 8|app: 0|req: 581/1110] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:48:24 2026] DELETE /v2.0/networks/73ac1809-0ddd-4c31-b2ae-81f948e9e09d => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1111] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:48:24 2026] DELETE /v2.0/networks/c366e8b9-0269-4c73-97ca-db13d30ab482 => 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: 583/1112] 10.0.0.24 () {32 vars in 647 bytes} [Thu Apr 23 10:48:24 2026] GET /v2.0/networks => generated 651 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:48:24.870 8 INFO neutron.db.segments_db [None req-bc01073e-e800-4cf7-9c1b-258ce99dea10 2753ad6846c34eb3b8bea32a46ca06db 34599198c72840c899a2727982799dcf - - default default] Added segment 20738bf1-76e1-4da4-bab4-e37468eeb5b6 of type vxlan for network f0eb3364-69cc-44c4-a741-e9888ae43c91 [pid: 8|app: 0|req: 584/1113] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:48:24 2026] POST /v2.0/networks => generated 630 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:48:25.024 8 INFO neutron.db.segments_db [None req-6f410f8f-1b44-457f-a2de-f31feedbc201 2753ad6846c34eb3b8bea32a46ca06db 34599198c72840c899a2727982799dcf - - default default] Added segment dd96c3d1-8f1f-4070-9a54-2145d84e2b90 of type vxlan for network 9e92a413-9d47-4b54-a807-2ed53b764106 [pid: 8|app: 0|req: 585/1114] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:48:24 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) [pid: 7|app: 0|req: 530/1115] 10.0.0.24 () {34 vars in 787 bytes} [Thu Apr 23 10:48:24 2026] PUT /v2.0/routers/d525009c-11fb-465e-9608-f9fb9ba289ba/remove_router_interface => generated 309 bytes in 994 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:48:25.375 7 INFO neutron_taas.services.taas.taas_plugin [None req-10ab323e-dd5c-4130-9a79-baf5236cec36 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: 27744026-ac47-47fe-ad4c-50e3be1081c1 2026-04-23 10:48:25.378 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10ab323e-dd5c-4130-9a79-baf5236cec36 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: 27744026-ac47-47fe-ad4c-50e3be1081c1 2026-04-23 10:48:25.688 7 INFO neutron_taas.services.taas.taas_plugin [None req-10ab323e-dd5c-4130-9a79-baf5236cec36 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: f0f1b851-6702-4ff2-ab1d-7ccd35458fe3 2026-04-23 10:48:25.692 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10ab323e-dd5c-4130-9a79-baf5236cec36 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: f0f1b851-6702-4ff2-ab1d-7ccd35458fe3 [pid: 8|app: 0|req: 586/1116] 10.0.0.24 () {34 vars in 663 bytes} [Thu Apr 23 10:48:25 2026] POST /v2.0/ports => generated 1505 bytes in 651 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: 587/1117] 10.0.0.24 () {32 vars in 641 bytes} [Thu Apr 23 10:48:25 2026] GET /v2.0/ports => generated 1505 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:48:25.953 8 INFO neutron_taas.services.taas.taas_plugin [None req-c25c54e5-5b6b-4956-a56c-2e675720fb3c 2753ad6846c34eb3b8bea32a46ca06db 34599198c72840c899a2727982799dcf - - default default] TaaS: Handle Delete Port: 2106f88e-9c30-4318-95ff-3ae4815df5fa 2026-04-23 10:48:25.958 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c25c54e5-5b6b-4956-a56c-2e675720fb3c 2753ad6846c34eb3b8bea32a46ca06db 34599198c72840c899a2727982799dcf - - default default] Tap Mirror: Handle Delete Port: 2106f88e-9c30-4318-95ff-3ae4815df5fa [pid: 8|app: 0|req: 588/1118] 10.0.0.24 () {32 vars in 718 bytes} [Thu Apr 23 10:48:25 2026] DELETE /v2.0/ports/2106f88e-9c30-4318-95ff-3ae4815df5fa => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:48:26.203 7 INFO neutron.services.segments.plugin [-] Segment 00e8a390-c39e-4d29-9b94-cb556e486b76 resource provider aggregate not found 2026-04-23 10:48:26.213 7 INFO neutron.services.segments.plugin [-] Segment 00e8a390-c39e-4d29-9b94-cb556e486b76 resource provider aggregate not found 2026-04-23 10:48:26.237 7 INFO neutron.services.segments.plugin [-] Segment 00e8a390-c39e-4d29-9b94-cb556e486b76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00e8a390-c39e-4d29-9b94-cb556e486b76 found for delete ", "request_id": "req-fa7ffcb1-fccd-49e8-9a12-0c5049e0affe"}]} 2026-04-23 10:48:26.238 7 INFO neutron.services.segments.plugin [-] Segment 00e8a390-c39e-4d29-9b94-cb556e486b76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00e8a390-c39e-4d29-9b94-cb556e486b76 found for delete ", "request_id": "req-fb5c97fc-ce29-4a80-98b7-ffe94c6e85ce"}]} 2026-04-23 10:48:26.250 8 INFO neutron_taas.services.taas.taas_plugin [None req-2069ae3a-cbc6-4f92-a2b0-e64d0da7a2f8 2753ad6846c34eb3b8bea32a46ca06db 34599198c72840c899a2727982799dcf - - default default] TaaS: Handle Delete Port: 031b05c4-be6a-4366-a8d6-7b8e78c71d3e 2026-04-23 10:48:26.253 7 INFO neutron.db.l3_hamode_db [None req-10ab323e-dd5c-4130-9a79-baf5236cec36 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] HA network 0cf178e3-9200-42af-b912-4d203ca7a769 was deleted as no HA routers are present in tenant fb83bc09860e4afd88ca63c8a7afdddd. 2026-04-23 10:48:26.254 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2069ae3a-cbc6-4f92-a2b0-e64d0da7a2f8 2753ad6846c34eb3b8bea32a46ca06db 34599198c72840c899a2727982799dcf - - default default] Tap Mirror: Handle Delete Port: 031b05c4-be6a-4366-a8d6-7b8e78c71d3e [pid: 7|app: 0|req: 531/1119] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:48:25 2026] DELETE /v2.0/routers/d525009c-11fb-465e-9608-f9fb9ba289ba => generated 0 bytes in 1097 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1120] 10.0.0.24 () {32 vars in 718 bytes} [Thu Apr 23 10:48:26 2026] DELETE /v2.0/ports/031b05c4-be6a-4366-a8d6-7b8e78c71d3e => 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: 590/1121] 10.0.0.24 () {32 vars in 641 bytes} [Thu Apr 23 10:48:26 2026] GET /v2.0/ports => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:48:26.456 8 INFO neutron.db.segments_db [None req-a301a40c-879e-4707-8e91-ef1acefeb352 2753ad6846c34eb3b8bea32a46ca06db 34599198c72840c899a2727982799dcf - - default default] Added segment 9fe27a3a-033b-4486-99d1-97314c9b40a5 of type vxlan for network bdc59bac-86b8-4153-87f9-5805aa119709 [pid: 7|app: 0|req: 532/1122] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:48:26 2026] DELETE /v2.0/subnets/e386cf9f-ae4e-4932-ae76-80afafc46488 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:48:26.564 7 INFO neutron_taas.services.taas.taas_plugin [None req-ec0d6e08-74a8-4176-abd3-a83e051f0563 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: 10f94dac-4aef-48ad-8fb4-afef9a1e1f24 2026-04-23 10:48:26.567 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec0d6e08-74a8-4176-abd3-a83e051f0563 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: 10f94dac-4aef-48ad-8fb4-afef9a1e1f24 [pid: 8|app: 0|req: 591/1123] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:48:26 2026] POST /v2.0/networks => generated 631 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:48:26.621 8 INFO neutron.services.segments.plugin [-] Segment 2b73bf0f-e39e-4c26-8937-0195fd0e2bb9 resource provider aggregate not found 2026-04-23 10:48:26.622 8 INFO neutron.services.segments.plugin [-] Segment 2b73bf0f-e39e-4c26-8937-0195fd0e2bb9 resource provider aggregate not found 2026-04-23 10:48:26.646 8 INFO neutron.services.segments.plugin [-] Segment 2b73bf0f-e39e-4c26-8937-0195fd0e2bb9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b73bf0f-e39e-4c26-8937-0195fd0e2bb9 found for delete ", "request_id": "req-347f5eaa-d103-49dc-a6c8-e93741d86e72"}]} 2026-04-23 10:48:26.650 8 INFO neutron.services.segments.plugin [-] Segment 2b73bf0f-e39e-4c26-8937-0195fd0e2bb9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b73bf0f-e39e-4c26-8937-0195fd0e2bb9 found for delete ", "request_id": "req-68472e6a-2eab-4112-b1a7-0e5532f00da2"}]} 2026-04-23 10:48:26.660 8 INFO neutron.db.segments_db [None req-a666e369-2806-44cd-8bd0-d0abd372bd1c 2753ad6846c34eb3b8bea32a46ca06db 34599198c72840c899a2727982799dcf - - default default] Added segment da9f0ce9-bef5-43d9-ad1e-c35cdde08dbf of type vxlan for network ffbd3f92-e606-4e1d-947d-b41dd04accfc [pid: 8|app: 0|req: 592/1124] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:48:26 2026] POST /v2.0/networks => generated 631 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1125] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:48:26 2026] DELETE /v2.0/networks/a908831d-4eb5-4891-a8fa-bfbdedc110dd => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1126] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:48:26 2026] POST /v2.0/subnets => generated 1274 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1127] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:48:27 2026] GET /v2.0/security-groups?tenant_id=fb83bc09860e4afd88ca63c8a7afdddd&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1128] 10.0.0.24 () {32 vars in 645 bytes} [Thu Apr 23 10:48:27 2026] GET /v2.0/subnets => generated 1910 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1129] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:48:26 2026] GET /v2.0/security-groups?tenant_id=cfd35602b5eb43058c5a2fa581093259&name=default => generated 2925 bytes in 408 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1130] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:48:27 2026] DELETE /v2.0/security-groups/7a51215f-0bf5-4589-bea7-ce2b8e8459af => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1131] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:48:27 2026] DELETE /v2.0/subnets/8988aeab-f2c6-4ac8-a850-bb4575d2b821 => 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: 597/1132] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:48:27 2026] DELETE /v2.0/security-groups/f092ef06-87cf-4026-ab56-7262c4dd9238 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1133] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:48:27 2026] DELETE /v2.0/subnets/ec87be32-2e4e-4226-a78f-287a15a11fc0 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1134] 10.0.0.24 () {32 vars in 645 bytes} [Thu Apr 23 10:48:27 2026] GET /v2.0/subnets => generated 649 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1135] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:48:27 2026] DELETE /v2.0/networks/ffbd3f92-e606-4e1d-947d-b41dd04accfc => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1136] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:48:27 2026] GET /v2.0/security-groups?tenant_id=230979c16b494b85af27246a2bf3d1ae&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1137] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:48:27 2026] DELETE /v2.0/security-groups/270eb9e1-f0f1-4f74-a33c-045128f9b5d3 => 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: 538/1138] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:48:27 2026] DELETE /v2.0/networks/bdc59bac-86b8-4153-87f9-5805aa119709 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1139] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:48:27 2026] DELETE /v2.0/networks/9e92a413-9d47-4b54-a807-2ed53b764106 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1140] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:48:28 2026] DELETE /v2.0/networks/f0eb3364-69cc-44c4-a741-e9888ae43c91 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:48:28.265 7 INFO neutron.services.segments.plugin [-] Segment 024ffd4a-206b-430c-9740-78519941c43d resource provider aggregate not found 2026-04-23 10:48:28.266 7 INFO neutron.services.segments.plugin [-] Segment 024ffd4a-206b-430c-9740-78519941c43d resource provider aggregate not found 2026-04-23 10:48:28.283 7 INFO neutron.services.segments.plugin [-] Segment 024ffd4a-206b-430c-9740-78519941c43d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 024ffd4a-206b-430c-9740-78519941c43d found for delete ", "request_id": "req-ba08ef57-cbe0-4282-8464-3b13fd2765b9"}]} 2026-04-23 10:48:28.291 7 INFO neutron.services.segments.plugin [-] Segment 024ffd4a-206b-430c-9740-78519941c43d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 024ffd4a-206b-430c-9740-78519941c43d found for delete ", "request_id": "req-5534668e-a9b8-4f94-b34f-69a63df01d05"}]} 2026-04-23 10:48:28.307 7 INFO neutron.services.segments.plugin [-] Segment da9f0ce9-bef5-43d9-ad1e-c35cdde08dbf resource provider aggregate not found 2026-04-23 10:48:28.323 7 INFO neutron.services.segments.plugin [-] Segment da9f0ce9-bef5-43d9-ad1e-c35cdde08dbf resource provider aggregate not found 2026-04-23 10:48:28.330 7 INFO neutron.services.segments.plugin [-] Segment da9f0ce9-bef5-43d9-ad1e-c35cdde08dbf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da9f0ce9-bef5-43d9-ad1e-c35cdde08dbf found for delete ", "request_id": "req-385eb22c-06e1-4126-9a9a-d8b87eddd0ff"}]} 2026-04-23 10:48:28.348 7 INFO neutron.services.segments.plugin [-] Segment da9f0ce9-bef5-43d9-ad1e-c35cdde08dbf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da9f0ce9-bef5-43d9-ad1e-c35cdde08dbf found for delete ", "request_id": "req-f186c564-cc54-403c-a6ed-660da83185b6"}]} 2026-04-23 10:48:28.353 7 INFO neutron.services.segments.plugin [-] Segment 9fe27a3a-033b-4486-99d1-97314c9b40a5 resource provider aggregate not found 2026-04-23 10:48:28.368 7 INFO neutron.services.segments.plugin [-] Segment 9fe27a3a-033b-4486-99d1-97314c9b40a5 resource provider aggregate not found 2026-04-23 10:48:28.380 7 INFO neutron.services.segments.plugin [-] Segment 9fe27a3a-033b-4486-99d1-97314c9b40a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fe27a3a-033b-4486-99d1-97314c9b40a5 found for delete ", "request_id": "req-5313d9cc-eb98-4c6b-9b11-3bc67eb24e44"}]} 2026-04-23 10:48:28.388 7 INFO neutron.services.segments.plugin [-] Segment 9fe27a3a-033b-4486-99d1-97314c9b40a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fe27a3a-033b-4486-99d1-97314c9b40a5 found for delete ", "request_id": "req-451cc553-bac9-4e6e-8151-d7723c1b4396"}]} [pid: 7|app: 0|req: 539/1141] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:48:27 2026] GET /v2.0/security-groups?tenant_id=896507701f25469ba5dcba369a15df67&name=default => generated 2925 bytes in 443 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1142] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:48:28 2026] DELETE /v2.0/security-groups/a28b09f1-fabc-4a9f-bf4e-186b8a64a891 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:48:28.667 8 INFO neutron.services.segments.plugin [-] Segment dd96c3d1-8f1f-4070-9a54-2145d84e2b90 resource provider aggregate not found 2026-04-23 10:48:28.672 8 INFO neutron.services.segments.plugin [-] Segment dd96c3d1-8f1f-4070-9a54-2145d84e2b90 resource provider aggregate not found 2026-04-23 10:48:28.685 8 INFO neutron.services.segments.plugin [-] Segment dd96c3d1-8f1f-4070-9a54-2145d84e2b90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd96c3d1-8f1f-4070-9a54-2145d84e2b90 found for delete ", "request_id": "req-2b81551c-5c49-4d28-a5c1-caf9d18f8e64"}]} 2026-04-23 10:48:28.691 8 INFO neutron.services.segments.plugin [-] Segment dd96c3d1-8f1f-4070-9a54-2145d84e2b90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd96c3d1-8f1f-4070-9a54-2145d84e2b90 found for delete ", "request_id": "req-2eeb927a-6252-47b3-8172-14a9ce7bd4d4"}]} 2026-04-23 10:48:28.704 8 INFO neutron.services.segments.plugin [-] Segment 20738bf1-76e1-4da4-bab4-e37468eeb5b6 resource provider aggregate not found 2026-04-23 10:48:28.711 8 INFO neutron.services.segments.plugin [-] Segment 20738bf1-76e1-4da4-bab4-e37468eeb5b6 resource provider aggregate not found 2026-04-23 10:48:28.722 8 INFO neutron.services.segments.plugin [-] Segment 20738bf1-76e1-4da4-bab4-e37468eeb5b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20738bf1-76e1-4da4-bab4-e37468eeb5b6 found for delete ", "request_id": "req-b1c8e9d9-9b46-4e20-b9e1-b2585dd13296"}]} 2026-04-23 10:48:28.726 8 INFO neutron.services.segments.plugin [-] Segment 20738bf1-76e1-4da4-bab4-e37468eeb5b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20738bf1-76e1-4da4-bab4-e37468eeb5b6 found for delete ", "request_id": "req-109a1dc4-0412-45ee-8eb5-3bcb4c18b52a"}]} [pid: 7|app: 0|req: 540/1143] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:48:28 2026] GET /v2.0/security-groups?tenant_id=671809d43c2a4e67a9b8582c2491d236&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1144] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:48:28 2026] GET /v2.0/security-groups?tenant_id=34599198c72840c899a2727982799dcf&name=default => generated 2925 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1145] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:48:28 2026] DELETE /v2.0/security-groups/4b39b4fb-b621-4172-b130-2a52a6bad5f0 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1146] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:48:28 2026] DELETE /v2.0/security-groups/11c97603-8e78-4895-ac6b-d2f44559f223 => 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: 542/1147] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:48:30 2026] GET /v2.0/security-groups?tenant_id=a4d94a3bb9294d5681520b0e9f767fe2&name=default => generated 2925 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1148] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:48:30 2026] DELETE /v2.0/security-groups/31b487d1-ce61-4e88-8435-e57f5c105f1b => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:48:31.323 7 INFO neutron.db.segments_db [None req-3488db11-d8de-4209-b907-6074cdfaeb10 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] Added segment 83d9a946-9e0e-4ff1-8375-4574b3105bfb of type vxlan for network 1701bf73-1856-47e3-91d0-63450100d7af [pid: 7|app: 0|req: 543/1149] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:48:30 2026] POST /v2.0/networks => generated 614 bytes in 444 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:48:31.487 8 INFO neutron.db.segments_db [None req-68ca6196-d564-4875-8257-d4474c40ffe6 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] Added segment 0fdf1ed1-92cf-4c47-9e39-af075b46d246 of type vxlan for network 4c32b3b6-6289-4b82-81d0-51ac8577c0ad [pid: 8|app: 0|req: 607/1150] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:48:31 2026] POST /v2.0/networks => generated 615 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1151] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:48:31 2026] POST /v2.0/subnets => generated 646 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1152] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:48:31 2026] GET /v2.0/security-groups?tenant_id=bdf4923def174436932e7fb9082752b4&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1153] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:48:31 2026] POST /v2.0/subnets => generated 655 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:48:32.077 7 INFO neutron.db.segments_db [None req-cd2111b2-3eb7-4c10-91d0-a8115dd5e0c5 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] Added segment 18219180-5377-40c3-aa7e-f7ba0f859a91 of type vxlan for network ca948b67-af23-4c75-b203-9384d0c3420c [pid: 8|app: 0|req: 609/1154] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:48:32 2026] DELETE /v2.0/security-groups/7df0ed95-b0d2-44e8-87c3-b79e24f7e0b1 => 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: 610/1155] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:48:32 2026] GET /v2.0/security-groups?tenant_id=331efdc56a924751a3460b4bbfc7582d&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:48:32.371 7 INFO neutron.db.l3_hamode_db [None req-cd2111b2-3eb7-4c10-91d0-a8115dd5e0c5 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 611/1156] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:48:32 2026] DELETE /v2.0/security-groups/8e708440-ec83-4bd8-ab73-11427b21cfc0 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:48:32.508 7 INFO neutron.db.l3_hamode_db [None req-cd2111b2-3eb7-4c10-91d0-a8115dd5e0c5 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 546/1157] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:48:32 2026] POST /v2.0/routers => generated 511 bytes in 1141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1158] 10.0.0.24 () {34 vars in 781 bytes} [Thu Apr 23 10:48:33 2026] PUT /v2.0/routers/a392c784-43e2-42b2-9ed0-ca644c73bed2/add_router_interface => generated 309 bytes in 1127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1159] 10.0.0.24 () {32 vars in 715 bytes} [Thu Apr 23 10:48:34 2026] GET /v2.0/ports/4e9f7a0a-70ce-4e76-9673-ad4e6ae63ab8 => generated 959 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1160] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:48:34 2026] GET /v2.0/security-groups?tenant_id=6b5c8c1a1afd45a9b7b64fb44506f3c4&name=default => generated 2925 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1161] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:48:35 2026] GET /v2.0/security-groups?tenant_id=1ea2c3e72ff645abab6d4f36166cd6a7&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1162] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:48:35 2026] DELETE /v2.0/security-groups/d4327065-1918-4dfe-af35-2feaadf1090a => 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: 613/1163] 10.0.0.24 () {34 vars in 781 bytes} [Thu Apr 23 10:48:34 2026] PUT /v2.0/routers/a392c784-43e2-42b2-9ed0-ca644c73bed2/add_router_interface => generated 309 bytes in 1235 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1164] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:48:35 2026] DELETE /v2.0/security-groups/b6333ac2-d1bc-4a4b-a39f-675a049f0dc5 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1165] 10.0.0.24 () {32 vars in 715 bytes} [Thu Apr 23 10:48:35 2026] GET /v2.0/ports/3edc991f-e8d3-454f-845a-083886aa5347 => generated 967 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1166] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:48:35 2026] GET /v2.0/security-groups?tenant_id=f04f6a5e9eeb4a52ae1654bafcfcf0e9&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1167] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:48:35 2026] DELETE /v2.0/security-groups/a63f90f3-4d7c-4ed0-9527-bdf0a001765a => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:48:36.009 8 INFO neutron_taas.services.taas.taas_plugin [None req-1e0812b7-36d0-43d4-a7a1-96ed113d4bc9 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] TaaS: Handle Delete Port: 3edc991f-e8d3-454f-845a-083886aa5347 2026-04-23 10:48:36.012 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e0812b7-36d0-43d4-a7a1-96ed113d4bc9 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] Tap Mirror: Handle Delete Port: 3edc991f-e8d3-454f-845a-083886aa5347 [pid: 8|app: 0|req: 615/1168] 10.0.0.24 () {34 vars in 787 bytes} [Thu Apr 23 10:48:35 2026] PUT /v2.0/routers/a392c784-43e2-42b2-9ed0-ca644c73bed2/remove_router_interface => generated 309 bytes in 758 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:48:37.188 7 INFO neutron_taas.services.taas.taas_plugin [None req-569cd623-2864-4632-a8f1-13d21ef3e25b 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] TaaS: Handle Delete Port: 4e9f7a0a-70ce-4e76-9673-ad4e6ae63ab8 2026-04-23 10:48:37.193 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-569cd623-2864-4632-a8f1-13d21ef3e25b 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] Tap Mirror: Handle Delete Port: 4e9f7a0a-70ce-4e76-9673-ad4e6ae63ab8 [pid: 7|app: 0|req: 554/1169] 10.0.0.24 () {34 vars in 787 bytes} [Thu Apr 23 10:48:36 2026] PUT /v2.0/routers/a392c784-43e2-42b2-9ed0-ca644c73bed2/remove_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: 555/1170] 10.0.0.24 () {32 vars in 734 bytes} [Thu Apr 23 10:48:37 2026] GET /v2.0/ports?device_id=a392c784-43e2-42b2-9ed0-ca644c73bed2 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:48:37.803 8 INFO neutron.db.segments_db [None req-6716a160-ffcd-4af8-bc91-d5c9eaa91a7d d52ca42d1aec405d993bf44f6a65ffce 973c6c8fdade4ce7976a6dde8f84b967 - - default default] Added segment f7a681d7-644d-40ba-b818-32e2a1c79780 of type vxlan for network 12bc4795-d349-4e45-ba78-ca879ec0a74b [pid: 8|app: 0|req: 616/1171] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:48:37 2026] POST /v2.0/networks => generated 628 bytes in 457 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:48:37.917 7 INFO neutron_taas.services.taas.taas_plugin [None req-7abb467d-5a32-4c75-b7cf-71019215e70d 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] TaaS: Handle Delete Port: ab25e164-c2f7-4b83-87f2-0ea3b60e7858 2026-04-23 10:48:37.921 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7abb467d-5a32-4c75-b7cf-71019215e70d 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] Tap Mirror: Handle Delete Port: ab25e164-c2f7-4b83-87f2-0ea3b60e7858 2026-04-23 10:48:38.320 7 INFO neutron.services.segments.plugin [-] Segment 18219180-5377-40c3-aa7e-f7ba0f859a91 resource provider aggregate not found 2026-04-23 10:48:38.330 7 INFO neutron.services.segments.plugin [-] Segment 18219180-5377-40c3-aa7e-f7ba0f859a91 resource provider aggregate not found 2026-04-23 10:48:38.339 7 INFO neutron.services.segments.plugin [-] Segment 18219180-5377-40c3-aa7e-f7ba0f859a91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18219180-5377-40c3-aa7e-f7ba0f859a91 found for delete ", "request_id": "req-d1a4086d-68db-4822-a5c6-7a5bf87c4209"}]} 2026-04-23 10:48:38.354 7 INFO neutron.services.segments.plugin [-] Segment 18219180-5377-40c3-aa7e-f7ba0f859a91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18219180-5377-40c3-aa7e-f7ba0f859a91 found for delete ", "request_id": "req-0cbc3809-c0af-4514-93d8-92895977ba7b"}]} 2026-04-23 10:48:38.360 7 INFO neutron.db.l3_hamode_db [None req-7abb467d-5a32-4c75-b7cf-71019215e70d 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] HA network ca948b67-af23-4c75-b203-9384d0c3420c was deleted as no HA routers are present in tenant 88082a06abd64228bce7bbb71751d3ab. [pid: 7|app: 0|req: 556/1174] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:48:37 2026] DELETE /v2.0/routers/a392c784-43e2-42b2-9ed0-ca644c73bed2 => generated 0 bytes in 639 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1175] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:48:38 2026] DELETE /v2.0/subnets/8448667e-f0b9-4d5a-9c8b-034a21738f50 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1176] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:48:38 2026] POST /v2.0/subnets => generated 673 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:48:38.783 7 INFO neutron.db.segments_db [None req-a57e4ae2-bd0b-46cd-b2ff-ca575c8818da d52ca42d1aec405d993bf44f6a65ffce 973c6c8fdade4ce7976a6dde8f84b967 - - default default] Added segment b340d96e-3990-4c12-abce-a739614af597 of type vxlan for network 77b815fb-54bd-48f3-adfa-2a3d003a7646 [pid: 8|app: 0|req: 620/1177] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:48:38 2026] DELETE /v2.0/subnets/95baa528-d925-46cb-b43c-f8135e4a9540 => 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: 558/1178] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:48:38 2026] POST /v2.0/networks => generated 629 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:48:38.892 8 INFO neutron_taas.services.taas.taas_plugin [None req-caa10ae4-4b02-45b8-9715-676ef0935d4c 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] TaaS: Handle Delete Port: 9946927a-429b-4085-861e-eac317514cfd 2026-04-23 10:48:38.894 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-caa10ae4-4b02-45b8-9715-676ef0935d4c 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] Tap Mirror: Handle Delete Port: 9946927a-429b-4085-861e-eac317514cfd [pid: 7|app: 0|req: 559/1179] 10.0.0.24 () {34 vars in 741 bytes} [Thu Apr 23 10:48:38 2026] PUT /v2.0/networks/77b815fb-54bd-48f3-adfa-2a3d003a7646 => generated 592 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:48:39.072 8 INFO neutron.services.segments.plugin [-] Segment 0fdf1ed1-92cf-4c47-9e39-af075b46d246 resource provider aggregate not found 2026-04-23 10:48:39.077 8 INFO neutron.services.segments.plugin [-] Segment 0fdf1ed1-92cf-4c47-9e39-af075b46d246 resource provider aggregate not found 2026-04-23 10:48:39.096 8 INFO neutron.services.segments.plugin [-] Segment 0fdf1ed1-92cf-4c47-9e39-af075b46d246 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0fdf1ed1-92cf-4c47-9e39-af075b46d246 found for delete ", "request_id": "req-0588cc21-be8b-4817-9465-fd3251d71b2c"}]} 2026-04-23 10:48:39.096 8 INFO neutron.services.segments.plugin [-] Segment 0fdf1ed1-92cf-4c47-9e39-af075b46d246 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0fdf1ed1-92cf-4c47-9e39-af075b46d246 found for delete ", "request_id": "req-b54e271a-efd8-4acc-b908-f2098f8923e4"}]} [pid: 8|app: 0|req: 621/1180] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:48:38 2026] DELETE /v2.0/networks/4c32b3b6-6289-4b82-81d0-51ac8577c0ad => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:48:39.227 8 INFO neutron_taas.services.taas.taas_plugin [None req-00e8316c-ff47-4a4e-9c0c-6a20d470f0a2 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] TaaS: Handle Delete Port: 19e335e3-1494-4e25-8a6f-7e7a2ca3ce23 2026-04-23 10:48:39.232 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00e8316c-ff47-4a4e-9c0c-6a20d470f0a2 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] Tap Mirror: Handle Delete Port: 19e335e3-1494-4e25-8a6f-7e7a2ca3ce23 [pid: 7|app: 0|req: 560/1181] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:48:38 2026] POST /v2.0/subnets => generated 646 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1182] 10.0.0.24 () {34 vars in 739 bytes} [Thu Apr 23 10:48:39 2026] PUT /v2.0/subnets/806106b2-a6cc-4ee5-a1b2-499fd73d038b => generated 656 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1183] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:48:39 2026] DELETE /v2.0/networks/1701bf73-1856-47e3-91d0-63450100d7af => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:48:39.500 8 INFO neutron.db.segments_db [None req-09d89992-0c41-4843-acef-68b24f5817a5 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] Added segment 1de22fad-45ae-4f27-8f69-b5e62f1487d3 of type vxlan for network 6ba3a02c-320d-43d6-95b9-73985d59ca8e [pid: 8|app: 0|req: 623/1184] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:48:39 2026] POST /v2.0/networks => generated 615 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1185] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:48:39 2026] DELETE /v2.0/networks/77b815fb-54bd-48f3-adfa-2a3d003a7646 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:48:39.645 7 INFO neutron.pecan_wsgi.hooks.translation [None req-08e165e5-0b51-4adc-bdcb-2762540bdba1 d52ca42d1aec405d993bf44f6a65ffce 973c6c8fdade4ce7976a6dde8f84b967 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 563/1186] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:48:39 2026] DELETE /v2.0/networks/77b815fb-54bd-48f3-adfa-2a3d003a7646 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1187] 10.0.0.24 () {32 vars in 692 bytes} [Thu Apr 23 10:48:39 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1188] 10.0.0.24 () {32 vars in 740 bytes} [Thu Apr 23 10:48:39 2026] GET /v2.0/subnets?network_id=c01f1fa1-050e-4e15-ae40-a9bb278a2219 => generated 649 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1189] 10.0.0.24 () {32 vars in 651 bytes} [Thu Apr 23 10:48:39 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: 567/1190] 10.0.0.24 () {32 vars in 647 bytes} [Thu Apr 23 10:48:39 2026] GET /v2.0/networks => generated 1312 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1191] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:48:39 2026] POST /v2.0/subnets => generated 646 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1192] 10.0.0.24 () {32 vars in 645 bytes} [Thu Apr 23 10:48:39 2026] GET /v2.0/subnets => generated 1312 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:48:39.929 8 INFO neutron.db.segments_db [None req-76861f7a-1f7b-4dbc-b83d-26f4c0f4edf8 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] Added segment b361b074-2731-4ebc-802d-dc90477f702b of type vxlan for network e1094705-baf6-4d24-b87c-40dca66ac0a8 [pid: 7|app: 0|req: 569/1193] 10.0.0.24 () {32 vars in 721 bytes} [Thu Apr 23 10:48:39 2026] GET /v2.0/networks/12bc4795-d349-4e45-ba78-ca879ec0a74b => generated 672 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1194] 10.0.0.24 () {32 vars in 719 bytes} [Thu Apr 23 10:48:39 2026] GET /v2.0/subnets/4fcc623b-1a5a-4170-a966-0fb63cc21a53 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:48:39.996 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fbeae39b-49f3-4ee0-9a61-73b31b85b718 d52ca42d1aec405d993bf44f6a65ffce 973c6c8fdade4ce7976a6dde8f84b967 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 571/1195] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:48:39 2026] DELETE /v2.0/subnets/806106b2-a6cc-4ee5-a1b2-499fd73d038b => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:48:40.017 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a420a2f5-fda1-4df5-a2fb-5c2c1f373933 d52ca42d1aec405d993bf44f6a65ffce 973c6c8fdade4ce7976a6dde8f84b967 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 572/1196] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:48:40 2026] DELETE /v2.0/networks/77b815fb-54bd-48f3-adfa-2a3d003a7646 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1197] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:48:40 2026] DELETE /v2.0/subnets/4fcc623b-1a5a-4170-a966-0fb63cc21a53 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:48:40.244 8 INFO neutron.db.l3_hamode_db [None req-76861f7a-1f7b-4dbc-b83d-26f4c0f4edf8 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 574/1198] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:48:40 2026] DELETE /v2.0/networks/12bc4795-d349-4e45-ba78-ca879ec0a74b => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:48:40.364 7 INFO neutron.services.segments.plugin [-] Segment b340d96e-3990-4c12-abce-a739614af597 resource provider aggregate not found 2026-04-23 10:48:40.374 7 INFO neutron.services.segments.plugin [-] Segment b340d96e-3990-4c12-abce-a739614af597 resource provider aggregate not found 2026-04-23 10:48:40.383 7 INFO neutron.services.segments.plugin [-] Segment b340d96e-3990-4c12-abce-a739614af597 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b340d96e-3990-4c12-abce-a739614af597 found for delete ", "request_id": "req-bf14ba3a-3a3f-479f-8642-ac01242cc8c3"}]} 2026-04-23 10:48:40.393 7 INFO neutron.services.segments.plugin [-] Segment b340d96e-3990-4c12-abce-a739614af597 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b340d96e-3990-4c12-abce-a739614af597 found for delete ", "request_id": "req-2db24a78-e404-4112-a1cb-9e9f23ada9ca"}]} 2026-04-23 10:48:40.394 8 INFO neutron.db.l3_hamode_db [None req-76861f7a-1f7b-4dbc-b83d-26f4c0f4edf8 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:48:40.402 7 INFO neutron.services.segments.plugin [-] Segment f7a681d7-644d-40ba-b818-32e2a1c79780 resource provider aggregate not found 2026-04-23 10:48:40.418 7 INFO neutron.services.segments.plugin [-] Segment f7a681d7-644d-40ba-b818-32e2a1c79780 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7a681d7-644d-40ba-b818-32e2a1c79780 found for delete ", "request_id": "req-ce2ab806-4f8d-45ec-923b-645e9f69ae93"}]} 2026-04-23 10:48:40.419 7 INFO neutron.services.segments.plugin [-] Segment f7a681d7-644d-40ba-b818-32e2a1c79780 resource provider aggregate not found 2026-04-23 10:48:40.438 7 INFO neutron.services.segments.plugin [-] Segment f7a681d7-644d-40ba-b818-32e2a1c79780 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7a681d7-644d-40ba-b818-32e2a1c79780 found for delete ", "request_id": "req-c17d94f0-ad42-4e42-8c2c-3ffdb7678ed5"}]} [pid: 8|app: 0|req: 625/1199] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:48:39 2026] POST /v2.0/routers => generated 510 bytes in 1157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:48:41.116 8 INFO neutron.services.segments.plugin [-] Segment 83d9a946-9e0e-4ff1-8375-4574b3105bfb resource provider aggregate not found 2026-04-23 10:48:41.119 8 INFO neutron.services.segments.plugin [-] Segment 83d9a946-9e0e-4ff1-8375-4574b3105bfb resource provider aggregate not found [pid: 7|app: 0|req: 575/1200] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:48:40 2026] GET /v2.0/security-groups?tenant_id=973c6c8fdade4ce7976a6dde8f84b967&name=default => generated 2925 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:48:41.139 8 INFO neutron.services.segments.plugin [-] Segment 83d9a946-9e0e-4ff1-8375-4574b3105bfb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83d9a946-9e0e-4ff1-8375-4574b3105bfb found for delete ", "request_id": "req-d8e55f33-fff0-4de6-9f4e-9714cca39f70"}]} 2026-04-23 10:48:41.142 8 INFO neutron.services.segments.plugin [-] Segment 83d9a946-9e0e-4ff1-8375-4574b3105bfb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83d9a946-9e0e-4ff1-8375-4574b3105bfb found for delete ", "request_id": "req-9b122ebe-1eb4-4afd-b893-41e8e1d299b8"}]} [pid: 7|app: 0|req: 576/1201] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:48:41 2026] DELETE /v2.0/security-groups/beaee26c-a81f-4785-bc7b-7fd59b392a2d => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1202] 10.0.0.24 () {34 vars in 663 bytes} [Thu Apr 23 10:48:41 2026] POST /v2.0/ports => generated 964 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 627/1203] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:48:41 2026] GET /v2.0/security-groups?tenant_id=86035a985530461bad81f5012a73bd6a&name=default => generated 2925 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1204] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:48:42 2026] GET /v2.0/security-groups?tenant_id=1eddf4dead8a4fa6accf55fc4cb20f8c&name=default => generated 2925 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1205] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:48:42 2026] DELETE /v2.0/security-groups/cef7b98d-5c91-4629-a1c6-3e7684c2a9ef => 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: 577/1206] 10.0.0.24 () {34 vars in 781 bytes} [Thu Apr 23 10:48:41 2026] PUT /v2.0/routers/2b1ff344-50ff-4e1e-ab22-96873c649fce/add_router_interface => generated 309 bytes in 1074 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: 630/1207] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:48:42 2026] DELETE /v2.0/security-groups/e4b4693c-d02f-48f4-bab3-283660efa184 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1208] 10.0.0.24 () {32 vars in 715 bytes} [Thu Apr 23 10:48:42 2026] GET /v2.0/ports/ebad8ea3-4d17-47b6-bc5f-a6ab8f08fc8d => generated 1038 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1209] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:48:42 2026] GET /v2.0/security-groups?tenant_id=e0eb568b033a41679dadbc750cbda43a&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: 580/1210] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:48:42 2026] DELETE /v2.0/security-groups/6ef56168-877d-4faf-a637-90de3a0210ae => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:48:42.898 8 INFO neutron_taas.services.taas.taas_plugin [None req-f869861a-5276-4732-93bc-0d4e53612b88 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] TaaS: Handle Delete Port: ebad8ea3-4d17-47b6-bc5f-a6ab8f08fc8d 2026-04-23 10:48:42.903 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f869861a-5276-4732-93bc-0d4e53612b88 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] Tap Mirror: Handle Delete Port: ebad8ea3-4d17-47b6-bc5f-a6ab8f08fc8d [pid: 8|app: 0|req: 631/1211] 10.0.0.24 () {34 vars in 787 bytes} [Thu Apr 23 10:48:42 2026] PUT /v2.0/routers/2b1ff344-50ff-4e1e-ab22-96873c649fce/remove_router_interface => generated 309 bytes in 918 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:48:43.606 7 INFO neutron.api.v2.resource [None req-d6e0fbf7-fec5-4557-9bd4-44f1ee39eed2 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 581/1212] 10.0.0.24 () {34 vars in 787 bytes} [Thu Apr 23 10:48:43 2026] PUT /v2.0/routers/2b1ff344-50ff-4e1e-ab22-96873c649fce/remove_router_interface => generated 197 bytes in 182 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 632/1213] 10.0.0.24 () {32 vars in 734 bytes} [Thu Apr 23 10:48:43 2026] GET /v2.0/ports?device_id=2b1ff344-50ff-4e1e-ab22-96873c649fce => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:48:43.783 7 INFO neutron_taas.services.taas.taas_plugin [None req-fe9864c5-d863-4ac7-ac9e-1197941ee920 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] TaaS: Handle Delete Port: f5987fc1-f4bf-4861-b8a7-8e76e676bb8b 2026-04-23 10:48:43.787 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe9864c5-d863-4ac7-ac9e-1197941ee920 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] Tap Mirror: Handle Delete Port: f5987fc1-f4bf-4861-b8a7-8e76e676bb8b 2026-04-23 10:48:44.159 7 INFO neutron.services.segments.plugin [-] Segment b361b074-2731-4ebc-802d-dc90477f702b resource provider aggregate not found 2026-04-23 10:48:44.160 7 INFO neutron.services.segments.plugin [-] Segment b361b074-2731-4ebc-802d-dc90477f702b resource provider aggregate not found 2026-04-23 10:48:44.180 7 INFO neutron.services.segments.plugin [-] Segment b361b074-2731-4ebc-802d-dc90477f702b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b361b074-2731-4ebc-802d-dc90477f702b found for delete ", "request_id": "req-95aa0c9c-a8e8-4b35-87ce-9a55fde0406c"}]} 2026-04-23 10:48:44.192 7 INFO neutron.services.segments.plugin [-] Segment b361b074-2731-4ebc-802d-dc90477f702b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b361b074-2731-4ebc-802d-dc90477f702b found for delete ", "request_id": "req-77398393-f038-4980-b7f7-49497f8cd648"}]} 2026-04-23 10:48:44.204 7 INFO neutron.db.l3_hamode_db [None req-fe9864c5-d863-4ac7-ac9e-1197941ee920 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] HA network e1094705-baf6-4d24-b87c-40dca66ac0a8 was deleted as no HA routers are present in tenant 88082a06abd64228bce7bbb71751d3ab. [pid: 7|app: 0|req: 582/1214] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:48:43 2026] DELETE /v2.0/routers/2b1ff344-50ff-4e1e-ab22-96873c649fce => generated 0 bytes in 573 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1215] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:48:44 2026] DELETE /v2.0/subnets/1c307765-6ce1-4bbb-9b38-ef204b08a812 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:48:44.487 7 INFO neutron_taas.services.taas.taas_plugin [None req-ebc030c4-7992-49d1-9272-54f71c489a00 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] TaaS: Handle Delete Port: ee23dec1-6ab9-44a5-a994-648c9db3c3b8 2026-04-23 10:48:44.490 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ebc030c4-7992-49d1-9272-54f71c489a00 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] Tap Mirror: Handle Delete Port: ee23dec1-6ab9-44a5-a994-648c9db3c3b8 [pid: 7|app: 0|req: 583/1216] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:48:44 2026] DELETE /v2.0/networks/6ba3a02c-320d-43d6-95b9-73985d59ca8e => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:48:44.826 7 INFO neutron.db.segments_db [None req-e25a1916-e03f-46d9-868d-7f4a01656f99 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] Added segment d1cfdc26-745a-4ad8-a423-4fe35fb4e889 of type vxlan for network a4c68267-ca3d-450c-a51a-0f15ed6eec5a [pid: 7|app: 0|req: 584/1217] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:48:44 2026] POST /v2.0/networks => generated 614 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:48:44.985 8 INFO neutron.db.segments_db [None req-6d2073e8-6ad7-475c-ac39-6705f7194160 f5d55f48ac604bdd9e9918d28cdbcae7 c6068b625ebc4741ab32892f8ca59b0b - - default default] Added segment 18982926-5727-44cf-bb88-254d54c99dcd of type vxlan for network 1e61b8da-1a97-4d03-af83-371c2c7d59fc [pid: 8|app: 0|req: 634/1218] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:48:44 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: 7|app: 0|req: 585/1219] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:48:44 2026] POST /v2.0/subnets => generated 646 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1220] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:48:45 2026] GET /v2.0/security-groups?tenant_id=6961ecf2552141f08dcda90bae9da10e&name=default => generated 2925 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:48:45.300 8 INFO neutron.db.segments_db [None req-970c5368-10e3-4487-8ba5-fe0ad71ea054 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] Added segment d706be01-bb5c-4f3f-bcf4-13cdf5f6132d of type vxlan for network cb5dc2bf-872b-46fa-a1d4-900dc766bb54 [pid: 7|app: 0|req: 586/1221] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:48:45 2026] POST /v2.0/subnets => generated 627 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1222] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:48:45 2026] DELETE /v2.0/security-groups/95727a83-f1c8-4172-a102-ad804768132b => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:48:45.502 8 INFO neutron.db.l3_hamode_db [None req-970c5368-10e3-4487-8ba5-fe0ad71ea054 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:48:45.540 7 INFO neutron.db.segments_db [None req-396e0c28-22f6-4171-b8d9-95db7193f869 f5d55f48ac604bdd9e9918d28cdbcae7 c6068b625ebc4741ab32892f8ca59b0b - - default default] Added segment 3a16d9f5-15ed-4b52-ba59-6f1a64c32886 of type vxlan for network 788a1ac1-ebf5-42a9-a296-846cf3f520ac 2026-04-23 10:48:45.621 8 INFO neutron.db.l3_hamode_db [None req-970c5368-10e3-4487-8ba5-fe0ad71ea054 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:48:45.795 7 INFO neutron.db.l3_hamode_db [None req-396e0c28-22f6-4171-b8d9-95db7193f869 f5d55f48ac604bdd9e9918d28cdbcae7 c6068b625ebc4741ab32892f8ca59b0b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:48:46.207 7 INFO neutron.services.segments.plugin [-] Segment 1de22fad-45ae-4f27-8f69-b5e62f1487d3 resource provider aggregate not found 2026-04-23 10:48:46.219 7 INFO neutron.services.segments.plugin [-] Segment 1de22fad-45ae-4f27-8f69-b5e62f1487d3 resource provider aggregate not found 2026-04-23 10:48:46.229 7 INFO neutron.services.segments.plugin [-] Segment 1de22fad-45ae-4f27-8f69-b5e62f1487d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1de22fad-45ae-4f27-8f69-b5e62f1487d3 found for delete ", "request_id": "req-d1692fe3-2435-449d-8d60-2c2abf8eb31c"}]} 2026-04-23 10:48:46.239 7 INFO neutron.services.segments.plugin [-] Segment 1de22fad-45ae-4f27-8f69-b5e62f1487d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1de22fad-45ae-4f27-8f69-b5e62f1487d3 found for delete ", "request_id": "req-d131d7e6-2c5e-44a4-a3ed-de2a532a9793"}]} [pid: 8|app: 0|req: 636/1223] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:48:45 2026] POST /v2.0/routers => generated 510 bytes in 1057 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:48:46.709 7 INFO neutron.db.l3_hamode_db [None req-396e0c28-22f6-4171-b8d9-95db7193f869 f5d55f48ac604bdd9e9918d28cdbcae7 c6068b625ebc4741ab32892f8ca59b0b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 637/1224] 10.0.0.24 () {34 vars in 781 bytes} [Thu Apr 23 10:48:46 2026] PUT /v2.0/routers/8dc47f9d-616c-48ab-b406-b2fb873baab9/add_router_interface => generated 309 bytes in 1247 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1225] 10.0.0.24 () {32 vars in 715 bytes} [Thu Apr 23 10:48:47 2026] GET /v2.0/ports/0462e412-354d-4cee-9877-cafb4ee6dffb => generated 959 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:48:47.963 8 INFO neutron_taas.services.taas.taas_plugin [None req-210f1ac2-840e-4590-b88b-792afc69ca16 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] TaaS: Handle Delete Port: 0462e412-354d-4cee-9877-cafb4ee6dffb 2026-04-23 10:48:47.966 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-210f1ac2-840e-4590-b88b-792afc69ca16 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] Tap Mirror: Handle Delete Port: 0462e412-354d-4cee-9877-cafb4ee6dffb [pid: 7|app: 0|req: 588/1226] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:48:45 2026] POST /v2.0/routers => generated 695 bytes in 2807 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1227] 10.0.0.24 () {34 vars in 787 bytes} [Thu Apr 23 10:48:47 2026] PUT /v2.0/routers/8dc47f9d-616c-48ab-b406-b2fb873baab9/remove_router_interface => generated 309 bytes in 1009 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1228] 10.0.0.24 () {32 vars in 734 bytes} [Thu Apr 23 10:48:48 2026] GET /v2.0/ports?device_id=8dc47f9d-616c-48ab-b406-b2fb873baab9 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:48:48.868 8 INFO neutron_taas.services.taas.taas_plugin [None req-4efcc14b-f83d-4425-8462-86eb90a5b2f5 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] TaaS: Handle Delete Port: 0949a375-1fb1-434b-9033-1add6f5153fd 2026-04-23 10:48:48.871 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4efcc14b-f83d-4425-8462-86eb90a5b2f5 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] Tap Mirror: Handle Delete Port: 0949a375-1fb1-434b-9033-1add6f5153fd 2026-04-23 10:48:50.123 8 INFO neutron.services.segments.plugin [-] Segment d706be01-bb5c-4f3f-bcf4-13cdf5f6132d resource provider aggregate not found 2026-04-23 10:48:50.134 8 INFO neutron.services.segments.plugin [-] Segment d706be01-bb5c-4f3f-bcf4-13cdf5f6132d resource provider aggregate not found 2026-04-23 10:48:50.141 8 INFO neutron.services.segments.plugin [-] Segment d706be01-bb5c-4f3f-bcf4-13cdf5f6132d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d706be01-bb5c-4f3f-bcf4-13cdf5f6132d found for delete ", "request_id": "req-bc58f1b3-a70d-4e4c-9c64-a57f954b7243"}]} 2026-04-23 10:48:50.155 8 INFO neutron.services.segments.plugin [-] Segment d706be01-bb5c-4f3f-bcf4-13cdf5f6132d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d706be01-bb5c-4f3f-bcf4-13cdf5f6132d found for delete ", "request_id": "req-c858202e-dae1-404d-9649-b8c447a12d18"}]} 2026-04-23 10:48:50.247 8 INFO neutron.db.l3_hamode_db [None req-4efcc14b-f83d-4425-8462-86eb90a5b2f5 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] HA network cb5dc2bf-872b-46fa-a1d4-900dc766bb54 was deleted as no HA routers are present in tenant 88082a06abd64228bce7bbb71751d3ab. [pid: 8|app: 0|req: 641/1229] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:48:48 2026] DELETE /v2.0/routers/8dc47f9d-616c-48ab-b406-b2fb873baab9 => generated 0 bytes in 1551 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1230] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:48:50 2026] GET /v2.0/security-groups?tenant_id=1f025aa8c9cb4e74acb245ff5e07dae9&name=default => generated 2925 bytes in 362 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1231] 10.0.0.24 () {34 vars in 781 bytes} [Thu Apr 23 10:48:48 2026] PUT /v2.0/routers/5e494a8d-ee2b-4b53-ac54-bccebb72bc9f/add_router_interface => generated 309 bytes in 2446 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1232] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:48:50 2026] DELETE /v2.0/subnets/7b80eff4-c6fb-4a14-8396-57995d8388db => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1233] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:48:50 2026] DELETE /v2.0/security-groups/3e55b708-15d6-4bbf-9df5-57b00272b50b => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:48:51.001 7 INFO neutron.services.segments.plugin [-] Segment d1cfdc26-745a-4ad8-a423-4fe35fb4e889 resource provider aggregate not found 2026-04-23 10:48:51.006 7 INFO neutron.services.segments.plugin [-] Segment d1cfdc26-745a-4ad8-a423-4fe35fb4e889 resource provider aggregate not found 2026-04-23 10:48:51.025 7 INFO neutron.services.segments.plugin [-] Segment d1cfdc26-745a-4ad8-a423-4fe35fb4e889 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1cfdc26-745a-4ad8-a423-4fe35fb4e889 found for delete ", "request_id": "req-d6234401-c735-4f7c-ae38-c12af45074a4"}]} 2026-04-23 10:48:51.028 7 INFO neutron.services.segments.plugin [-] Segment d1cfdc26-745a-4ad8-a423-4fe35fb4e889 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1cfdc26-745a-4ad8-a423-4fe35fb4e889 found for delete ", "request_id": "req-92a431c4-a5c6-4884-adf4-e86b9f0ea26d"}]} [pid: 7|app: 0|req: 591/1234] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:48:50 2026] DELETE /v2.0/networks/a4c68267-ca3d-450c-a51a-0f15ed6eec5a => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:48:51.140 7 INFO neutron.db.segments_db [None req-85b51e91-f181-48e3-890a-790f09325efa 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] Added segment 8d55e2d3-41c8-496c-9129-663a2de5ba35 of type vxlan for network 86cd9b40-0760-486a-85b3-c8c76cfd0726 [pid: 8|app: 0|req: 644/1235] 10.0.0.24 () {34 vars in 663 bytes} [Thu Apr 23 10:48:50 2026] POST /v2.0/ports => generated 959 bytes in 469 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-23 10:48:51.424 7 INFO neutron.db.l3_hamode_db [None req-85b51e91-f181-48e3-890a-790f09325efa 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 645/1236] 10.0.0.24 () {34 vars in 663 bytes} [Thu Apr 23 10:48:51 2026] POST /v2.0/ports => generated 954 bytes in 421 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-23 10:48:52.228 7 INFO neutron.db.l3_hamode_db [None req-85b51e91-f181-48e3-890a-790f09325efa 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:48:52.511 8 INFO neutron.db.l3_db [None req-7a6620ea-ad12-4f96-9447-5f8ab7f18bda f5d55f48ac604bdd9e9918d28cdbcae7 c6068b625ebc4741ab32892f8ca59b0b - - default default] Floating IP 23dd1620-f701-4c42-97ce-040a73cfa3bc associated. External IP: 10.96.250.220, port: 6fa4bf9a-7f0a-4d5c-932d-de26989596f4. [pid: 8|app: 0|req: 646/1237] 10.0.0.24 () {34 vars in 675 bytes} [Thu Apr 23 10:48:51 2026] POST /v2.0/floatingips => generated 841 bytes in 1190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1238] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:48:51 2026] POST /v2.0/routers => generated 691 bytes in 2162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:48:53.276 8 INFO neutron.db.segments_db [None req-1ee1ec00-fe9c-4e4a-9c9d-c4aacf794231 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Added segment f2e8cb9e-b7ed-4b6c-8386-cc4af54ea5e0 of type vxlan for network 707d2f17-4aab-4466-be15-242351bbbc53 [pid: 8|app: 0|req: 647/1239] 10.0.0.24 () {34 vars in 669 bytes} [Thu Apr 23 10:48:52 2026] POST /v2.0/networks => generated 722 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:48:53.359 7 INFO neutron.db.l3_db [None req-53882219-a20d-4518-ac5b-56d39ad225ef f5d55f48ac604bdd9e9918d28cdbcae7 c6068b625ebc4741ab32892f8ca59b0b - - default default] Floating IP 23dd1620-f701-4c42-97ce-040a73cfa3bc disassociated. External IP: 10.96.250.220, port: 6fa4bf9a-7f0a-4d5c-932d-de26989596f4. [pid: 8|app: 0|req: 650/1242] 10.0.0.24 () {32 vars in 719 bytes} [Thu Apr 23 10:48:53 2026] GET /v2.0/routers/6cf575a1-a818-44c0-88bc-e75a7e0f4034 => generated 697 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1243] 10.0.0.24 () {34 vars in 747 bytes} [Thu Apr 23 10:48:53 2026] PUT /v2.0/floatingips/23dd1620-f701-4c42-97ce-040a73cfa3bc => generated 552 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1244] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:48:53 2026] POST /v2.0/subnets => generated 688 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1245] 10.0.0.24 () {32 vars in 645 bytes} [Thu Apr 23 10:48:53 2026] GET /v2.0/routers => generated 700 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:48:53.809 7 INFO neutron.db.segments_db [None req-c64876fd-63dd-4efc-b298-2393ff302adc a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Added segment 326299ef-1726-4c05-9875-b90d98584a25 of type vxlan for network 95a37fe3-f2ce-4445-ae5e-7f017650d77e 2026-04-23 10:48:53.825 8 INFO neutron_taas.services.taas.taas_plugin [None req-c6b1a4f7-c4a8-4e32-88e5-543dc233c235 f5d55f48ac604bdd9e9918d28cdbcae7 c6068b625ebc4741ab32892f8ca59b0b - - default default] TaaS: Handle Delete Port: 8f239024-b079-404c-a06e-824a663add37 2026-04-23 10:48:53.828 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6b1a4f7-c4a8-4e32-88e5-543dc233c235 f5d55f48ac604bdd9e9918d28cdbcae7 c6068b625ebc4741ab32892f8ca59b0b - - default default] Tap Mirror: Handle Delete Port: 8f239024-b079-404c-a06e-824a663add37 [pid: 8|app: 0|req: 652/1246] 10.0.0.24 () {32 vars in 730 bytes} [Thu Apr 23 10:48:53 2026] DELETE /v2.0/floatingips/23dd1620-f701-4c42-97ce-040a73cfa3bc => generated 0 bytes in 343 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:48:54.093 7 INFO neutron.db.l3_hamode_db [None req-c64876fd-63dd-4efc-b298-2393ff302adc a46ab2c816d04d1f9ccf9b5875cf212c 7ba5c3e5827a463aa38fddd6baa8995e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 653/1247] 10.0.0.24 () {34 vars in 739 bytes} [Thu Apr 23 10:48:54 2026] PUT /v2.0/routers/6cf575a1-a818-44c0-88bc-e75a7e0f4034 => generated 704 bytes in 795 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:48:54.976 7 INFO neutron.db.l3_hamode_db [None req-c64876fd-63dd-4efc-b298-2393ff302adc a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:48:55.572 8 INFO neutron.db.l3_db [None req-242edcb9-a0ea-441e-bb49-4858d96ff858 f5d55f48ac604bdd9e9918d28cdbcae7 c6068b625ebc4741ab32892f8ca59b0b - - default default] Floating IP 2ea3b0f2-6603-4a64-8b02-46dbcee75eb8 associated. External IP: 10.96.250.206, port: 35cd3da1-33ab-465b-b38e-dfd4caccfb98. [pid: 8|app: 0|req: 654/1248] 10.0.0.24 () {34 vars in 675 bytes} [Thu Apr 23 10:48:54 2026] POST /v2.0/floatingips => generated 843 bytes in 1120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1249] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:48:53 2026] POST /v2.0/routers => generated 728 bytes in 2295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1250] 10.0.0.24 () {32 vars in 719 bytes} [Thu Apr 23 10:48:55 2026] GET /v2.0/routers/6cf575a1-a818-44c0-88bc-e75a7e0f4034 => generated 704 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1251] 10.0.0.24 () {32 vars in 727 bytes} [Thu Apr 23 10:48:56 2026] GET /v2.0/floatingips/2ea3b0f2-6603-4a64-8b02-46dbcee75eb8 => generated 843 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1252] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:48:56 2026] GET /v2.0/security-groups?tenant_id=4e602c6c34014ab4beefea0e82e19def&name=default => generated 2925 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1253] 10.0.0.24 () {32 vars in 734 bytes} [Thu Apr 23 10:48:56 2026] GET /v2.0/ports?device_id=6cf575a1-a818-44c0-88bc-e75a7e0f4034 => 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: 598/1254] 10.0.0.24 () {32 vars in 653 bytes} [Thu Apr 23 10:48:56 2026] GET /v2.0/floatingips => generated 846 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1255] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:48:56 2026] DELETE /v2.0/security-groups/3e4090a4-8d4a-45e9-870a-06b5152a13e0 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:48:56.798 7 INFO neutron_taas.services.taas.taas_plugin [None req-3c3b2b59-6e4b-46c1-88f0-714615813525 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] TaaS: Handle Delete Port: 30d50780-00cf-4bbb-ab38-c6935daa6667 2026-04-23 10:48:56.801 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c3b2b59-6e4b-46c1-88f0-714615813525 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] Tap Mirror: Handle Delete Port: 30d50780-00cf-4bbb-ab38-c6935daa6667 2026-04-23 10:48:57.069 7 INFO neutron_taas.services.taas.taas_plugin [None req-3c3b2b59-6e4b-46c1-88f0-714615813525 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] TaaS: Handle Delete Port: 0beffe8b-1e97-46b8-8111-ab0472a27e50 2026-04-23 10:48:57.072 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c3b2b59-6e4b-46c1-88f0-714615813525 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] Tap Mirror: Handle Delete Port: 0beffe8b-1e97-46b8-8111-ab0472a27e50 2026-04-23 10:48:57.524 7 INFO neutron.services.segments.plugin [-] Segment 8d55e2d3-41c8-496c-9129-663a2de5ba35 resource provider aggregate not found 2026-04-23 10:48:57.541 7 INFO neutron.services.segments.plugin [-] Segment 8d55e2d3-41c8-496c-9129-663a2de5ba35 resource provider aggregate not found 2026-04-23 10:48:57.553 7 INFO neutron.services.segments.plugin [-] Segment 8d55e2d3-41c8-496c-9129-663a2de5ba35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d55e2d3-41c8-496c-9129-663a2de5ba35 found for delete ", "request_id": "req-9bc79897-e16a-45ba-9e59-4e93c1901dfe"}]} 2026-04-23 10:48:57.562 7 INFO neutron.db.l3_hamode_db [None req-3c3b2b59-6e4b-46c1-88f0-714615813525 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] HA network 86cd9b40-0760-486a-85b3-c8c76cfd0726 was deleted as no HA routers are present in tenant 88082a06abd64228bce7bbb71751d3ab. 2026-04-23 10:48:57.576 7 INFO neutron.services.segments.plugin [-] Segment 8d55e2d3-41c8-496c-9129-663a2de5ba35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d55e2d3-41c8-496c-9129-663a2de5ba35 found for delete ", "request_id": "req-beb348a2-d8ae-41b5-85bc-3d274ed60e20"}]} [pid: 7|app: 0|req: 600/1256] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:48:56 2026] DELETE /v2.0/routers/6cf575a1-a818-44c0-88bc-e75a7e0f4034 => generated 0 bytes in 1024 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1257] 10.0.0.24 () {34 vars in 781 bytes} [Thu Apr 23 10:48:56 2026] PUT /v2.0/routers/2097ebee-6b60-48a6-b95c-0d4ae1c6a707/add_router_interface => generated 309 bytes in 1523 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1258] 10.0.0.24 () {32 vars in 734 bytes} [Thu Apr 23 10:48:57 2026] GET /v2.0/ports?device_id=6cf575a1-a818-44c0-88bc-e75a7e0f4034 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:48:57.654 8 INFO neutron.api.v2.resource [None req-970828fe-ddf4-481f-b534-41a62aa5399e 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 659/1259] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:48:57 2026] DELETE /v2.0/routers/6cf575a1-a818-44c0-88bc-e75a7e0f4034 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1260] 10.0.0.24 () {32 vars in 734 bytes} [Thu Apr 23 10:48:57 2026] GET /v2.0/ports?device_id=8dc47f9d-616c-48ab-b406-b2fb873baab9 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:48:57.697 8 INFO neutron.api.v2.resource [None req-e8e652ba-3e45-4769-a287-161447594f6b 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 661/1261] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:48:57 2026] DELETE /v2.0/routers/8dc47f9d-616c-48ab-b406-b2fb873baab9 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:48:57.717 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4ce8d073-7550-4e9c-8bfa-5e9610ed88b6 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 662/1262] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:48:57 2026] DELETE /v2.0/subnets/7b80eff4-c6fb-4a14-8396-57995d8388db => 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: 663/1263] 10.0.0.24 () {32 vars in 734 bytes} [Thu Apr 23 10:48:57 2026] GET /v2.0/ports?device_id=2b1ff344-50ff-4e1e-ab22-96873c649fce => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:48:57.770 8 INFO neutron.api.v2.resource [None req-09d654e0-99b2-4eea-a276-efd8ff08b584 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 664/1264] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:48:57 2026] DELETE /v2.0/routers/2b1ff344-50ff-4e1e-ab22-96873c649fce => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:48:57.800 8 INFO neutron.pecan_wsgi.hooks.translation [None req-74571930-7d8c-4f1b-b548-72c4b3a3543f 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 665/1265] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:48:57 2026] DELETE /v2.0/subnets/1c307765-6ce1-4bbb-9b38-ef204b08a812 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1266] 10.0.0.24 () {32 vars in 734 bytes} [Thu Apr 23 10:48:57 2026] GET /v2.0/ports?device_id=a392c784-43e2-42b2-9ed0-ca644c73bed2 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:48:57.873 8 INFO neutron.api.v2.resource [None req-4d7677c8-de69-45b7-926b-ea95985af0b5 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 667/1267] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:48:57 2026] DELETE /v2.0/routers/a392c784-43e2-42b2-9ed0-ca644c73bed2 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:48:57.893 8 INFO neutron.pecan_wsgi.hooks.translation [None req-57fcdfea-6e70-49e1-ab3e-a2b1510e8b8b 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 668/1268] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:48:57 2026] DELETE /v2.0/subnets/8448667e-f0b9-4d5a-9c8b-034a21738f50 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:48:57.912 8 INFO neutron.pecan_wsgi.hooks.translation [None req-267a925e-b7bc-4021-84e7-edfb754c8276 56ca27a189b34954b387947c4d45ea7f 88082a06abd64228bce7bbb71751d3ab - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 669/1269] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:48:57 2026] DELETE /v2.0/subnets/95baa528-d925-46cb-b43c-f8135e4a9540 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:48:57.920 7 INFO neutron.db.l3_db [None req-61bb088f-cd25-4dc5-ac64-63dd5d7166c9 f5d55f48ac604bdd9e9918d28cdbcae7 c6068b625ebc4741ab32892f8ca59b0b - - default default] Floating IP 2ea3b0f2-6603-4a64-8b02-46dbcee75eb8 associated. External IP: 10.96.250.206, port: 35cd3da1-33ab-465b-b38e-dfd4caccfb98. [pid: 7|app: 0|req: 601/1270] 10.0.0.24 () {34 vars in 747 bytes} [Thu Apr 23 10:48:57 2026] PUT /v2.0/floatingips/2ea3b0f2-6603-4a64-8b02-46dbcee75eb8 => generated 841 bytes in 1076 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:48:58.772 8 INFO neutron.db.l3_db [None req-6f3b7ad5-8f4e-4ecb-84f9-2d59b27da2d7 f5d55f48ac604bdd9e9918d28cdbcae7 c6068b625ebc4741ab32892f8ca59b0b - - default default] Floating IP 2ea3b0f2-6603-4a64-8b02-46dbcee75eb8 disassociated. External IP: 10.96.250.206, port: 6fa4bf9a-7f0a-4d5c-932d-de26989596f4. [pid: 7|app: 0|req: 602/1271] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:48:58 2026] GET /v2.0/security-groups?tenant_id=88082a06abd64228bce7bbb71751d3ab&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1272] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:48:58 2026] DELETE /v2.0/security-groups/6d286d77-cd23-43dd-915e-d37de212c392 => 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: 670/1273] 10.0.0.24 () {34 vars in 747 bytes} [Thu Apr 23 10:48:58 2026] PUT /v2.0/floatingips/2ea3b0f2-6603-4a64-8b02-46dbcee75eb8 => generated 552 bytes in 433 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:48:59.211 7 INFO neutron_taas.services.taas.taas_plugin [None req-c256d9cd-a214-4a16-a1cc-e77eeecc254e f5d55f48ac604bdd9e9918d28cdbcae7 c6068b625ebc4741ab32892f8ca59b0b - - default default] TaaS: Handle Delete Port: 499f7e0c-ef06-4c02-aa86-1041bcde3f41 2026-04-23 10:48:59.214 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c256d9cd-a214-4a16-a1cc-e77eeecc254e f5d55f48ac604bdd9e9918d28cdbcae7 c6068b625ebc4741ab32892f8ca59b0b - - default default] Tap Mirror: Handle Delete Port: 499f7e0c-ef06-4c02-aa86-1041bcde3f41 [pid: 7|app: 0|req: 604/1274] 10.0.0.24 () {32 vars in 730 bytes} [Thu Apr 23 10:48:59 2026] DELETE /v2.0/floatingips/2ea3b0f2-6603-4a64-8b02-46dbcee75eb8 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:48:59.407 8 INFO neutron.api.v2.resource [None req-7cdde48f-7b86-4649-9216-e5839a0a98e6 f5d55f48ac604bdd9e9918d28cdbcae7 c6068b625ebc4741ab32892f8ca59b0b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 671/1275] 10.0.0.24 () {32 vars in 730 bytes} [Thu Apr 23 10:48:59 2026] DELETE /v2.0/floatingips/2ea3b0f2-6603-4a64-8b02-46dbcee75eb8 => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:48:59.583 7 INFO neutron_taas.services.taas.taas_plugin [None req-9315e1f0-a4aa-4737-8bc4-a5b914a6558e f5d55f48ac604bdd9e9918d28cdbcae7 c6068b625ebc4741ab32892f8ca59b0b - - default default] TaaS: Handle Delete Port: 6fa4bf9a-7f0a-4d5c-932d-de26989596f4 2026-04-23 10:48:59.586 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9315e1f0-a4aa-4737-8bc4-a5b914a6558e f5d55f48ac604bdd9e9918d28cdbcae7 c6068b625ebc4741ab32892f8ca59b0b - - default default] Tap Mirror: Handle Delete Port: 6fa4bf9a-7f0a-4d5c-932d-de26989596f4 [pid: 7|app: 0|req: 605/1276] 10.0.0.24 () {32 vars in 718 bytes} [Thu Apr 23 10:48:59 2026] DELETE /v2.0/ports/6fa4bf9a-7f0a-4d5c-932d-de26989596f4 => generated 0 bytes in 337 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:48:59.909 8 INFO neutron_taas.services.taas.taas_plugin [None req-d81aa90e-631f-40ca-9517-085131803f3d f5d55f48ac604bdd9e9918d28cdbcae7 c6068b625ebc4741ab32892f8ca59b0b - - default default] TaaS: Handle Delete Port: 35cd3da1-33ab-465b-b38e-dfd4caccfb98 2026-04-23 10:48:59.911 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d81aa90e-631f-40ca-9517-085131803f3d f5d55f48ac604bdd9e9918d28cdbcae7 c6068b625ebc4741ab32892f8ca59b0b - - default default] Tap Mirror: Handle Delete Port: 35cd3da1-33ab-465b-b38e-dfd4caccfb98 [pid: 8|app: 0|req: 672/1277] 10.0.0.24 () {32 vars in 718 bytes} [Thu Apr 23 10:48:59 2026] DELETE /v2.0/ports/35cd3da1-33ab-465b-b38e-dfd4caccfb98 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1278] 10.0.0.24 () {32 vars in 734 bytes} [Thu Apr 23 10:49:00 2026] GET /v2.0/ports?device_id=5e494a8d-ee2b-4b53-ac54-bccebb72bc9f => generated 958 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1279] 10.0.0.38 () {34 vars in 980 bytes} [Thu Apr 23 10:49:00 2026] GET /v2.0/networks?id=707d2f17-4aab-4466-be15-242351bbbc53 => generated 673 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1280] 10.0.0.38 () {34 vars in 963 bytes} [Thu Apr 23 10:49:00 2026] GET /v2.0/quotas/7ba5c3e5827a463aa38fddd6baa8995e => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:49:00.539 8 INFO neutron_taas.services.taas.taas_plugin [None req-9f4c8945-a2f7-4801-ab6f-fc42fe4ae882 f5d55f48ac604bdd9e9918d28cdbcae7 c6068b625ebc4741ab32892f8ca59b0b - - default default] TaaS: Handle Delete Port: 4b68a488-2383-4af1-a54f-26a9975a46b2 2026-04-23 10:49:00.542 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f4c8945-a2f7-4801-ab6f-fc42fe4ae882 f5d55f48ac604bdd9e9918d28cdbcae7 c6068b625ebc4741ab32892f8ca59b0b - - default default] Tap Mirror: Handle Delete Port: 4b68a488-2383-4af1-a54f-26a9975a46b2 [pid: 8|app: 0|req: 673/1281] 10.0.0.24 () {34 vars in 787 bytes} [Thu Apr 23 10:49:00 2026] PUT /v2.0/routers/5e494a8d-ee2b-4b53-ac54-bccebb72bc9f/remove_router_interface => generated 309 bytes in 1019 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1282] 10.0.0.38 () {34 vars in 1000 bytes} [Thu Apr 23 10:49:00 2026] GET /v2.0/ports?tenant_id=7ba5c3e5827a463aa38fddd6baa8995e&fields=id => generated 103 bytes in 846 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:49:01.409 8 INFO neutron.db.segments_db [None req-fa8bc065-96fd-4db6-802b-3a01e9de3953 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] Added segment 2dedfeab-9812-4dc9-a1da-2f4ae5931b15 of type vxlan for network aac8d74a-f124-45bf-9df5-f830ea34d920 2026-04-23 10:49:01.513 7 INFO neutron_taas.services.taas.taas_plugin [None req-18f0d615-c19c-42b2-a456-d9c926c0816d f5d55f48ac604bdd9e9918d28cdbcae7 c6068b625ebc4741ab32892f8ca59b0b - - default default] TaaS: Handle Delete Port: 5e45c0b8-db82-43e9-b7c7-d0ce8b3892c3 2026-04-23 10:49:01.517 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18f0d615-c19c-42b2-a456-d9c926c0816d f5d55f48ac604bdd9e9918d28cdbcae7 c6068b625ebc4741ab32892f8ca59b0b - - default default] Tap Mirror: Handle Delete Port: 5e45c0b8-db82-43e9-b7c7-d0ce8b3892c3 [pid: 8|app: 0|req: 674/1283] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:49:01 2026] POST /v2.0/networks => generated 611 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:49:01.819 7 INFO neutron_taas.services.taas.taas_plugin [None req-18f0d615-c19c-42b2-a456-d9c926c0816d f5d55f48ac604bdd9e9918d28cdbcae7 c6068b625ebc4741ab32892f8ca59b0b - - default default] TaaS: Handle Delete Port: 1e45230f-8942-4596-9edf-9266c57a7a64 2026-04-23 10:49:01.823 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18f0d615-c19c-42b2-a456-d9c926c0816d f5d55f48ac604bdd9e9918d28cdbcae7 c6068b625ebc4741ab32892f8ca59b0b - - default default] Tap Mirror: Handle Delete Port: 1e45230f-8942-4596-9edf-9266c57a7a64 [pid: 8|app: 0|req: 675/1284] 10.0.0.24 () {34 vars in 674 bytes} [Thu Apr 23 10:49:01 2026] POST /v2.0/floatingips => generated 552 bytes in 582 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1285] 10.0.0.38 () {34 vars in 1006 bytes} [Thu Apr 23 10:49:02 2026] GET /v2.0/networks/707d2f17-4aab-4466-be15-242351bbbc53?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:49:02.225 8 INFO neutron.db.segments_db [None req-e49e83a4-f883-40e4-ae17-ccfdd18dca61 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] Added segment 0ddc8553-b393-4592-b1ee-943b76bbec0a of type vxlan for network 5f5836c9-199e-4496-b106-982b7e931847 2026-04-23 10:49:02.234 7 INFO neutron.services.segments.plugin [-] Segment 3a16d9f5-15ed-4b52-ba59-6f1a64c32886 resource provider aggregate not found 2026-04-23 10:49:02.248 7 INFO neutron.services.segments.plugin [-] Segment 3a16d9f5-15ed-4b52-ba59-6f1a64c32886 resource provider aggregate not found 2026-04-23 10:49:02.259 7 INFO neutron.services.segments.plugin [-] Segment 3a16d9f5-15ed-4b52-ba59-6f1a64c32886 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a16d9f5-15ed-4b52-ba59-6f1a64c32886 found for delete ", "request_id": "req-c5973734-3ce5-430f-aa6f-e69dd45a4874"}]} 2026-04-23 10:49:02.262 7 INFO neutron.services.segments.plugin [-] Segment 3a16d9f5-15ed-4b52-ba59-6f1a64c32886 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a16d9f5-15ed-4b52-ba59-6f1a64c32886 found for delete ", "request_id": "req-caa7830c-fc26-412a-9d87-41448ce7dc52"}]} 2026-04-23 10:49:02.271 7 INFO neutron.db.l3_hamode_db [None req-18f0d615-c19c-42b2-a456-d9c926c0816d f5d55f48ac604bdd9e9918d28cdbcae7 c6068b625ebc4741ab32892f8ca59b0b - - default default] HA network 788a1ac1-ebf5-42a9-a296-846cf3f520ac was deleted as no HA routers are present in tenant c6068b625ebc4741ab32892f8ca59b0b. [pid: 7|app: 0|req: 610/1286] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:49:01 2026] DELETE /v2.0/routers/5e494a8d-ee2b-4b53-ac54-bccebb72bc9f => generated 0 bytes in 1015 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1287] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:49:02 2026] POST /v2.0/networks => generated 611 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1288] 10.0.0.38 () {34 vars in 1106 bytes} [Thu Apr 23 10:49:02 2026] GET /v2.0/networks/707d2f17-4aab-4466-be15-242351bbbc53?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: 679/1289] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:49:02 2026] DELETE /v2.0/subnets/60338293-ba29-414d-960b-7dc95991985a => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1290] 10.0.0.24 () {34 vars in 674 bytes} [Thu Apr 23 10:49:02 2026] POST /v2.0/floatingips => generated 552 bytes in 557 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1291] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:49:02 2026] GET /v2.0/ports?device_id=6c4a144e-daf4-4b3e-87cb-8e00a81609ac => 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: 680/1292] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:49:02 2026] POST /v2.0/subnets => generated 626 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1293] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:49:02 2026] DELETE /v2.0/networks/1e61b8da-1a97-4d03-af83-371c2c7d59fc => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1294] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:49:02 2026] POST /v2.0/subnets => generated 626 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:49:03.334 7 INFO neutron.db.segments_db [None req-bd4efd74-67ad-4761-92d9-904157a92f3d 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] Added segment df564e56-e0ae-47dd-bee6-2dcf8ed9983e of type vxlan for network 46d359e5-87b2-4930-a56f-db597e5a9e42 2026-04-23 10:49:03.598 7 INFO neutron.db.l3_hamode_db [None req-bd4efd74-67ad-4761-92d9-904157a92f3d 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 681/1295] 10.0.0.24 () {34 vars in 674 bytes} [Thu Apr 23 10:49:02 2026] POST /v2.0/floatingips => generated 552 bytes in 663 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:49:03.725 7 INFO neutron.db.l3_hamode_db [None req-bd4efd74-67ad-4761-92d9-904157a92f3d 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 682/1296] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:49:03 2026] GET /v2.0/security-groups?tenant_id=c6068b625ebc4741ab32892f8ca59b0b&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:49:04.284 7 INFO neutron.services.segments.plugin [-] Segment 18982926-5727-44cf-bb88-254d54c99dcd resource provider aggregate not found 2026-04-23 10:49:04.287 7 INFO neutron.services.segments.plugin [-] Segment 18982926-5727-44cf-bb88-254d54c99dcd resource provider aggregate not found 2026-04-23 10:49:04.302 7 INFO neutron.services.segments.plugin [-] Segment 18982926-5727-44cf-bb88-254d54c99dcd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18982926-5727-44cf-bb88-254d54c99dcd found for delete ", "request_id": "req-e3a8b2a4-9709-4a73-a210-ba8b7133f435"}]} 2026-04-23 10:49:04.305 7 INFO neutron.services.segments.plugin [-] Segment 18982926-5727-44cf-bb88-254d54c99dcd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18982926-5727-44cf-bb88-254d54c99dcd found for delete ", "request_id": "req-0f4d792c-3dbd-4c1a-9cfe-caf360a24acb"}]} [pid: 8|app: 0|req: 683/1297] 10.0.0.24 () {34 vars in 674 bytes} [Thu Apr 23 10:49:03 2026] POST /v2.0/floatingips => generated 552 bytes in 598 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1298] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:49:04 2026] DELETE /v2.0/security-groups/bee6222e-7716-477f-8db9-a7f73621857b => 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: 685/1299] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:49:04 2026] GET /v2.0/ports?device_id=6c4a144e-daf4-4b3e-87cb-8e00a81609ac => 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: 615/1300] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:49:03 2026] POST /v2.0/routers => generated 507 bytes in 1246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1301] 10.0.0.24 () {34 vars in 674 bytes} [Thu Apr 23 10:49:04 2026] POST /v2.0/floatingips => generated 552 bytes in 684 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1302] 10.0.0.24 () {34 vars in 757 bytes} [Thu Apr 23 10:49:05 2026] PUT /v2.0/floatingips/b775f874-4df1-4f72-8d9b-db25ad9c7233/tags => generated 17 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1303] 10.0.0.24 () {34 vars in 757 bytes} [Thu Apr 23 10:49:05 2026] PUT /v2.0/floatingips/caad1874-0567-4b4d-9121-5f6fc08721b9/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1304] 10.0.0.24 () {34 vars in 757 bytes} [Thu Apr 23 10:49:05 2026] PUT /v2.0/floatingips/e4841512-6516-4360-9748-58f1ce1a7a23/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: 690/1305] 10.0.0.24 () {34 vars in 757 bytes} [Thu Apr 23 10:49:05 2026] PUT /v2.0/floatingips/9fe193b0-9f16-454f-808d-032b89d6c25e/tags => generated 19 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1306] 10.0.0.24 () {32 vars in 670 bytes} [Thu Apr 23 10:49:05 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1307] 10.0.0.24 () {32 vars in 684 bytes} [Thu Apr 23 10:49:05 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1308] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:49:05 2026] GET /v2.0/ports?device_id=6c4a144e-daf4-4b3e-87cb-8e00a81609ac => 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: 694/1309] 10.0.0.24 () {32 vars in 680 bytes} [Thu Apr 23 10:49:05 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1310] 10.0.0.24 () {32 vars in 692 bytes} [Thu Apr 23 10:49:05 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1311] 10.0.0.24 () {32 vars in 678 bytes} [Thu Apr 23 10:49:05 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1312] 10.0.0.24 () {32 vars in 692 bytes} [Thu Apr 23 10:49:05 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1313] 10.0.0.24 () {32 vars in 688 bytes} [Thu Apr 23 10:49:05 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1314] 10.0.0.24 () {34 vars in 781 bytes} [Thu Apr 23 10:49:04 2026] PUT /v2.0/routers/ce6b34a8-3bd1-44be-a456-2945aaa95549/add_router_interface => generated 309 bytes in 1297 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1315] 10.0.0.24 () {32 vars in 700 bytes} [Thu Apr 23 10:49:05 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1316] 10.0.0.24 () {32 vars in 715 bytes} [Thu Apr 23 10:49:05 2026] GET /v2.0/ports/e9ca7716-3a3e-448c-a393-83bdbcdb0e32 => generated 955 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:49:05.955 8 INFO neutron_taas.services.taas.taas_plugin [None req-a461effb-62fa-47b9-b879-831ba9f61d8e bcf71fafbfc2408e8d450236feca657a 0af6105ed95a4389b6b8e7ab2c45c4bb - - default default] TaaS: Handle Delete Port: 1828a2d6-dca7-4ee2-b60c-649865531a83 2026-04-23 10:49:05.958 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a461effb-62fa-47b9-b879-831ba9f61d8e bcf71fafbfc2408e8d450236feca657a 0af6105ed95a4389b6b8e7ab2c45c4bb - - default default] Tap Mirror: Handle Delete Port: 1828a2d6-dca7-4ee2-b60c-649865531a83 [pid: 8|app: 0|req: 700/1317] 10.0.0.24 () {32 vars in 730 bytes} [Thu Apr 23 10:49:05 2026] DELETE /v2.0/floatingips/b775f874-4df1-4f72-8d9b-db25ad9c7233 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:49:06.242 8 INFO neutron_taas.services.taas.taas_plugin [None req-1d0e7e56-7152-4328-b1ff-fc6e8a830893 bcf71fafbfc2408e8d450236feca657a 0af6105ed95a4389b6b8e7ab2c45c4bb - - default default] TaaS: Handle Delete Port: 3fc1b337-724f-4809-865d-c657e16aca37 2026-04-23 10:49:06.246 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d0e7e56-7152-4328-b1ff-fc6e8a830893 bcf71fafbfc2408e8d450236feca657a 0af6105ed95a4389b6b8e7ab2c45c4bb - - default default] Tap Mirror: Handle Delete Port: 3fc1b337-724f-4809-865d-c657e16aca37 [pid: 8|app: 0|req: 701/1318] 10.0.0.24 () {32 vars in 730 bytes} [Thu Apr 23 10:49:06 2026] DELETE /v2.0/floatingips/caad1874-0567-4b4d-9121-5f6fc08721b9 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:49:06.753 8 INFO neutron.db.segments_db [None req-19725182-f5cd-4c57-9fb3-a4fd971f9130 d217feab92dc4ad68d9330bd7c86ea30 04279ea5a8df4dda912c694b1bc3ad9b - - default default] Added segment fbd138ae-877d-4048-8d37-ad5f99819856 of type vxlan for network b7b928d4-7aa3-4c7d-a726-3ffa2ae64080 2026-04-23 10:49:06.808 8 INFO neutron.db.segments_db [None req-19725182-f5cd-4c57-9fb3-a4fd971f9130 d217feab92dc4ad68d9330bd7c86ea30 04279ea5a8df4dda912c694b1bc3ad9b - - default default] Added segment 71b70857-8d1e-4e51-9d9f-5d56c9435f3d of type vxlan for network 4e1b070f-c0d5-4332-9ca4-417a7682512b [pid: 8|app: 0|req: 702/1319] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:49:06 2026] POST /v2.0/networks => generated 1208 bytes in 496 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 10:49:07.011 8 INFO neutron_taas.services.taas.taas_plugin [None req-d7c3221a-3ce6-4159-8efa-cbabedef35f1 bcf71fafbfc2408e8d450236feca657a 0af6105ed95a4389b6b8e7ab2c45c4bb - - default default] TaaS: Handle Delete Port: 40046c7b-50dc-4cb6-8b6a-a77da0c91c29 2026-04-23 10:49:07.014 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7c3221a-3ce6-4159-8efa-cbabedef35f1 bcf71fafbfc2408e8d450236feca657a 0af6105ed95a4389b6b8e7ab2c45c4bb - - default default] Tap Mirror: Handle Delete Port: 40046c7b-50dc-4cb6-8b6a-a77da0c91c29 [pid: 7|app: 0|req: 618/1320] 10.0.0.24 () {34 vars in 781 bytes} [Thu Apr 23 10:49:05 2026] PUT /v2.0/routers/ce6b34a8-3bd1-44be-a456-2945aaa95549/add_router_interface => generated 309 bytes in 1142 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1321] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:49:07 2026] GET /v2.0/ports?device_id=6c4a144e-daf4-4b3e-87cb-8e00a81609ac => 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: 620/1322] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:49:07 2026] GET /v2.0/networks?id=707d2f17-4aab-4466-be15-242351bbbc53 => generated 673 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1323] 10.0.0.24 () {32 vars in 647 bytes} [Thu Apr 23 10:49:07 2026] GET /v2.0/networks => generated 1845 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1324] 10.0.0.24 () {32 vars in 730 bytes} [Thu Apr 23 10:49:06 2026] DELETE /v2.0/floatingips/e4841512-6516-4360-9748-58f1ce1a7a23 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1325] 10.0.0.24 () {32 vars in 715 bytes} [Thu Apr 23 10:49:07 2026] GET /v2.0/ports/d60bb43d-0736-4da2-93dd-3a77f0bf9185 => generated 955 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:49:07.353 7 INFO neutron.services.segments.plugin [-] Segment fbd138ae-877d-4048-8d37-ad5f99819856 resource provider aggregate not found 2026-04-23 10:49:07.361 7 INFO neutron.services.segments.plugin [-] Segment fbd138ae-877d-4048-8d37-ad5f99819856 resource provider aggregate not found [pid: 7|app: 0|req: 623/1326] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:49:07 2026] DELETE /v2.0/networks/b7b928d4-7aa3-4c7d-a726-3ffa2ae64080 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:49:07.379 7 INFO neutron.services.segments.plugin [-] Segment fbd138ae-877d-4048-8d37-ad5f99819856 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbd138ae-877d-4048-8d37-ad5f99819856 found for delete ", "request_id": "req-97349bf1-6b88-4b7d-ac9e-5ab4c841c75c"}]} 2026-04-23 10:49:07.388 7 INFO neutron.services.segments.plugin [-] Segment fbd138ae-877d-4048-8d37-ad5f99819856 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbd138ae-877d-4048-8d37-ad5f99819856 found for delete ", "request_id": "req-3249a990-02b4-4e27-9f08-5671d1d9ece2"}]} 2026-04-23 10:49:07.499 7 INFO neutron_taas.services.taas.taas_plugin [None req-7fa4a051-7a3c-456d-96cf-af85faf6da90 bcf71fafbfc2408e8d450236feca657a 0af6105ed95a4389b6b8e7ab2c45c4bb - - default default] TaaS: Handle Delete Port: 4e3a620a-21f6-4a25-abe1-0d3ebc110ce6 2026-04-23 10:49:07.503 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7fa4a051-7a3c-456d-96cf-af85faf6da90 bcf71fafbfc2408e8d450236feca657a 0af6105ed95a4389b6b8e7ab2c45c4bb - - default default] Tap Mirror: Handle Delete Port: 4e3a620a-21f6-4a25-abe1-0d3ebc110ce6 [pid: 8|app: 0|req: 704/1327] 199.204.45.210 () {38 vars in 954 bytes} [Thu Apr 23 10:49:07 2026] POST /v2.0/ports => generated 954 bytes in 396 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: 624/1328] 10.0.0.24 () {32 vars in 730 bytes} [Thu Apr 23 10:49:07 2026] DELETE /v2.0/floatingips/9fe193b0-9f16-454f-808d-032b89d6c25e => generated 0 bytes in 305 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1329] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:49:07 2026] DELETE /v2.0/networks/4e1b070f-c0d5-4332-9ca4-417a7682512b => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:49:07.925 8 INFO neutron_taas.services.taas.taas_plugin [None req-b80e080d-7741-4a9f-9b36-33b62fc8c8ac 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] TaaS: Handle Delete Port: d60bb43d-0736-4da2-93dd-3a77f0bf9185 2026-04-23 10:49:07.927 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b80e080d-7741-4a9f-9b36-33b62fc8c8ac 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] Tap Mirror: Handle Delete Port: d60bb43d-0736-4da2-93dd-3a77f0bf9185 [pid: 7|app: 0|req: 626/1330] 199.204.45.210 () {38 vars in 1027 bytes} [Thu Apr 23 10:49:07 2026] PUT /v2.0/ports/54dcc98f-7498-49ea-a8c6-41e6187cab83 => generated 1235 bytes in 363 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-23 10:49:08.223 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9eadfe16-3dab-4565-94bc-fb0b84e0f463'] response: {'name': 'network-changed', 'server_uuid': '6c4a144e-daf4-4b3e-87cb-8e00a81609ac', 'tag': '54dcc98f-7498-49ea-a8c6-41e6187cab83', 'status': 'completed', 'code': 200} 2026-04-23 10:49:08.285 7 INFO neutron_taas.services.taas.taas_plugin [None req-6482e1eb-18c9-4997-9939-43ccb2782ee4 bcf71fafbfc2408e8d450236feca657a 0af6105ed95a4389b6b8e7ab2c45c4bb - - default default] TaaS: Handle Delete Port: 83b4155f-0a85-41ed-8d8f-d3e64422bee2 2026-04-23 10:49:08.288 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6482e1eb-18c9-4997-9939-43ccb2782ee4 bcf71fafbfc2408e8d450236feca657a 0af6105ed95a4389b6b8e7ab2c45c4bb - - default default] Tap Mirror: Handle Delete Port: 83b4155f-0a85-41ed-8d8f-d3e64422bee2 [pid: 8|app: 0|req: 705/1331] 10.0.0.24 () {34 vars in 787 bytes} [Thu Apr 23 10:49:07 2026] PUT /v2.0/routers/ce6b34a8-3bd1-44be-a456-2945aaa95549/remove_router_interface => generated 309 bytes in 775 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1332] 10.0.0.24 () {32 vars in 647 bytes} [Thu Apr 23 10:49:08 2026] GET /v2.0/networks => generated 651 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1335] 10.0.0.24 () {32 vars in 730 bytes} [Thu Apr 23 10:49:08 2026] DELETE /v2.0/floatingips/724aa443-2d76-4ad2-b402-b8d2309cd3a1 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1336] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:49:08 2026] GET /v2.0/ports?device_id=6c4a144e-daf4-4b3e-87cb-8e00a81609ac => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:49:08.539 8 INFO neutron.db.segments_db [None req-c9e8e98e-e8e6-4ea0-9633-a408d497e275 d217feab92dc4ad68d9330bd7c86ea30 04279ea5a8df4dda912c694b1bc3ad9b - - default default] Added segment 7754fec5-8d01-465f-8d39-b624a11c7cb7 of type vxlan for network 072add94-d9ce-4ee3-93f6-9e8a298b93a0 [pid: 8|app: 0|req: 710/1337] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:49:08 2026] POST /v2.0/networks => generated 633 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1338] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:49:08 2026] GET /v2.0/security-groups?id=55c4b6e5-2b53-46dd-bf73-045c7e1a0a03&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:49:08.761 8 INFO neutron.db.segments_db [None req-1f6c56bf-dfe6-4255-82c6-0ef237e3145d d217feab92dc4ad68d9330bd7c86ea30 04279ea5a8df4dda912c694b1bc3ad9b - - default default] Added segment 8c67fa9e-461a-4680-bebf-da6167907e2d of type vxlan for network b37c8128-4436-496e-9298-d6e8b614dc09 2026-04-23 10:49:08.791 7 INFO neutron_taas.services.taas.taas_plugin [None req-79f41f32-1e0a-4d99-9035-a2b3ed170ba6 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] TaaS: Handle Delete Port: e9ca7716-3a3e-448c-a393-83bdbcdb0e32 2026-04-23 10:49:08.794 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79f41f32-1e0a-4d99-9035-a2b3ed170ba6 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] Tap Mirror: Handle Delete Port: e9ca7716-3a3e-448c-a393-83bdbcdb0e32 [pid: 8|app: 0|req: 712/1339] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:49:08 2026] POST /v2.0/networks => generated 635 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1340] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:49:08 2026] GET /v2.0/ports?tenant_id=7ba5c3e5827a463aa38fddd6baa8995e&device_id=6c4a144e-daf4-4b3e-87cb-8e00a81609ac => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1341] 10.0.0.24 () {34 vars in 787 bytes} [Thu Apr 23 10:49:08 2026] PUT /v2.0/routers/ce6b34a8-3bd1-44be-a456-2945aaa95549/remove_router_interface => generated 309 bytes in 766 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1342] 199.204.45.210 () {34 vars in 1017 bytes} [Thu Apr 23 10:49:09 2026] GET /v2.0/networks?tenant_id=7ba5c3e5827a463aa38fddd6baa8995e&shared=False => generated 769 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1343] 10.0.0.24 () {32 vars in 734 bytes} [Thu Apr 23 10:49:09 2026] GET /v2.0/ports?device_id=ce6b34a8-3bd1-44be-a456-2945aaa95549 => 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: 631/1344] 199.204.45.210 () {34 vars in 929 bytes} [Thu Apr 23 10:49:09 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:49:09.410 7 INFO neutron.services.segments.plugin [-] Segment 71b70857-8d1e-4e51-9d9f-5d56c9435f3d resource provider aggregate not found 2026-04-23 10:49:09.415 7 INFO neutron.services.segments.plugin [-] Segment 71b70857-8d1e-4e51-9d9f-5d56c9435f3d resource provider aggregate not found [pid: 8|app: 0|req: 714/1345] 10.0.0.24 () {34 vars in 663 bytes} [Thu Apr 23 10:49:08 2026] POST /v2.0/ports => generated 1506 bytes in 550 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 10:49:09.426 7 INFO neutron.services.segments.plugin [-] Segment 71b70857-8d1e-4e51-9d9f-5d56c9435f3d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71b70857-8d1e-4e51-9d9f-5d56c9435f3d found for delete ", "request_id": "req-52800387-dc16-421a-ac12-6a6bdf8197c1"}]} 2026-04-23 10:49:09.436 7 INFO neutron.services.segments.plugin [-] Segment 71b70857-8d1e-4e51-9d9f-5d56c9435f3d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71b70857-8d1e-4e51-9d9f-5d56c9435f3d found for delete ", "request_id": "req-2c32f7e0-fee2-4652-b3e9-fd65876a9b0c"}]} 2026-04-23 10:49:09.482 7 INFO neutron_taas.services.taas.taas_plugin [None req-c0408ce9-0883-4600-82ac-ac6002111b2e 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] TaaS: Handle Delete Port: f80128b5-af5a-481e-b03f-cd2c08961078 2026-04-23 10:49:09.484 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0408ce9-0883-4600-82ac-ac6002111b2e 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] Tap Mirror: Handle Delete Port: f80128b5-af5a-481e-b03f-cd2c08961078 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 715/1346] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:49:09 2026] GET /v2.0/security-groups?tenant_id=42f216180d77463fab1bdfdca2cbde43&name=default => generated 2925 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1347] 10.0.0.24 () {32 vars in 641 bytes} [Thu Apr 23 10:49:09 2026] GET /v2.0/ports => generated 1506 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:49:09.739 7 INFO neutron.db.l3_hamode_db [None req-c0408ce9-0883-4600-82ac-ac6002111b2e 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] HA network 46d359e5-87b2-4930-a56f-db597e5a9e42 was deleted as no HA routers are present in tenant a6c02c02015547cdb3b809a690c50e59. [pid: 7|app: 0|req: 632/1348] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:49:09 2026] DELETE /v2.0/routers/ce6b34a8-3bd1-44be-a456-2945aaa95549 => generated 0 bytes in 432 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1349] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:49:09 2026] DELETE /v2.0/security-groups/405c0076-db44-4bf6-84eb-84f58c472eb0 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:49:09.849 7 INFO neutron_taas.services.taas.taas_plugin [None req-4c429a51-5655-487d-bbd0-55e03b07640b d217feab92dc4ad68d9330bd7c86ea30 04279ea5a8df4dda912c694b1bc3ad9b - - default default] TaaS: Handle Delete Port: 7dd895cb-7d44-453d-b383-d0ab6d17c0db 2026-04-23 10:49:09.853 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c429a51-5655-487d-bbd0-55e03b07640b d217feab92dc4ad68d9330bd7c86ea30 04279ea5a8df4dda912c694b1bc3ad9b - - default default] Tap Mirror: Handle Delete Port: 7dd895cb-7d44-453d-b383-d0ab6d17c0db [pid: 8|app: 0|req: 718/1350] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:49:09 2026] DELETE /v2.0/subnets/eca7e21e-2fd4-4279-8875-50dbf33dbe9b => 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: 633/1351] 10.0.0.24 () {32 vars in 718 bytes} [Thu Apr 23 10:49:09 2026] DELETE /v2.0/ports/7dd895cb-7d44-453d-b383-d0ab6d17c0db => 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: 719/1352] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:49:09 2026] GET /v2.0/ports?device_id=6c4a144e-daf4-4b3e-87cb-8e00a81609ac => 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: 634/1353] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:49:09 2026] GET /v2.0/security-groups?tenant_id=a940610b7ddc49228c37849a0223148b&name=default => generated 2925 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1354] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:49:09 2026] DELETE /v2.0/subnets/989ab31f-2d42-4f29-b62a-8db8aaa4e4de => 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: 721/1355] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:49:10 2026] GET /v2.0/security-groups?id=55c4b6e5-2b53-46dd-bf73-045c7e1a0a03&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:49:10.169 7 INFO neutron_taas.services.taas.taas_plugin [None req-dfddca48-f498-40cd-881b-4e90d151ebbb d217feab92dc4ad68d9330bd7c86ea30 04279ea5a8df4dda912c694b1bc3ad9b - - default default] TaaS: Handle Delete Port: 09a3d2a4-7122-49f3-8ccc-80da80c556e5 2026-04-23 10:49:10.172 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dfddca48-f498-40cd-881b-4e90d151ebbb d217feab92dc4ad68d9330bd7c86ea30 04279ea5a8df4dda912c694b1bc3ad9b - - default default] Tap Mirror: Handle Delete Port: 09a3d2a4-7122-49f3-8ccc-80da80c556e5 [pid: 8|app: 0|req: 722/1356] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:49:10 2026] DELETE /v2.0/security-groups/1e46dc80-4f9b-4c98-97fa-8db230bf1922 => 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: 635/1357] 10.0.0.24 () {32 vars in 718 bytes} [Thu Apr 23 10:49:10 2026] DELETE /v2.0/ports/09a3d2a4-7122-49f3-8ccc-80da80c556e5 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1358] 10.0.0.24 () {32 vars in 641 bytes} [Thu Apr 23 10:49:10 2026] GET /v2.0/ports => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:49:10.330 8 INFO neutron.services.segments.plugin [-] Segment 0ddc8553-b393-4592-b1ee-943b76bbec0a resource provider aggregate not found 2026-04-23 10:49:10.332 8 INFO neutron.services.segments.plugin [-] Segment 0ddc8553-b393-4592-b1ee-943b76bbec0a resource provider aggregate not found 2026-04-23 10:49:10.345 7 INFO neutron.db.segments_db [None req-5de19308-0aad-4f8c-9126-773667524444 d217feab92dc4ad68d9330bd7c86ea30 04279ea5a8df4dda912c694b1bc3ad9b - - default default] Added segment e08d7618-2726-4353-afaf-6c7385e0d731 of type vxlan for network 86e8fbd5-c3b8-48a7-9d00-8123d3b349dd 2026-04-23 10:49:10.348 8 INFO neutron.services.segments.plugin [-] Segment 0ddc8553-b393-4592-b1ee-943b76bbec0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ddc8553-b393-4592-b1ee-943b76bbec0a found for delete ", "request_id": "req-6569f6e1-8d2f-4bdd-ab81-5fceec4e02c9"}]} 2026-04-23 10:49:10.351 8 INFO neutron.services.segments.plugin [-] Segment 0ddc8553-b393-4592-b1ee-943b76bbec0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ddc8553-b393-4592-b1ee-943b76bbec0a found for delete ", "request_id": "req-41656f53-24d2-486a-a44b-93c2ebcb2382"}]} [pid: 8|app: 0|req: 723/1359] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:49:10 2026] DELETE /v2.0/networks/5f5836c9-199e-4496-b106-982b7e931847 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1360] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:49:10 2026] GET /v2.0/ports?tenant_id=7ba5c3e5827a463aa38fddd6baa8995e&device_id=6c4a144e-daf4-4b3e-87cb-8e00a81609ac => generated 1238 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1361] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:49:10 2026] POST /v2.0/networks => generated 633 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1362] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:49:10 2026] GET /v2.0/security-groups?tenant_id=0af6105ed95a4389b6b8e7ab2c45c4bb&name=default => generated 2925 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1363] 199.204.45.210 () {34 vars in 1057 bytes} [Thu Apr 23 10:49:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=54dcc98f-7498-49ea-a8c6-41e6187cab83 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:49:10.524 7 INFO neutron_taas.services.taas.taas_plugin [None req-6107dc09-dd1c-4bef-bcf2-fbd467162fdc 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] TaaS: Handle Delete Port: 86612b9c-2207-4838-aad2-1efbbd2edf0f 2026-04-23 10:49:10.526 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6107dc09-dd1c-4bef-bcf2-fbd467162fdc 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] Tap Mirror: Handle Delete Port: 86612b9c-2207-4838-aad2-1efbbd2edf0f 2026-04-23 10:49:10.587 8 INFO neutron.db.segments_db [None req-69a03e72-4fd5-4a78-b297-00d3deafd94c d217feab92dc4ad68d9330bd7c86ea30 04279ea5a8df4dda912c694b1bc3ad9b - - default default] Added segment b932caa0-421f-4dd0-b0a8-4113ee15ef4a of type vxlan for network 4a5992dc-b2ab-43c6-bd0c-bdb09df263b7 [pid: 8|app: 0|req: 727/1364] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:49:10 2026] POST /v2.0/networks => generated 635 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1365] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:49:10 2026] DELETE /v2.0/networks/aac8d74a-f124-45bf-9df5-f830ea34d920 => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1366] 199.204.45.210 () {34 vars in 983 bytes} [Thu Apr 23 10:49:10 2026] GET /v2.0/subnets?id=1770c0c0-e711-48eb-a3e3-72ea56e6765d => generated 691 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1367] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:49:10 2026] DELETE /v2.0/security-groups/a931f6ee-bdfd-4a22-823f-cdd8b58aaaa1 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:49:10.822 7 INFO neutron.db.segments_db [None req-1cc4f6b9-713e-46ab-8985-db22c6018aba 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] Added segment 192c4ae3-b811-483e-a90a-4fe10b520a8d of type vxlan for network 5a9ad6cf-3d45-4766-a138-20c3ebaf2233 [pid: 8|app: 0|req: 729/1368] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:49:10 2026] GET /v2.0/ports?network_id=707d2f17-4aab-4466-be15-242351bbbc53&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1369] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:49:10 2026] GET /v2.0/networks/707d2f17-4aab-4466-be15-242351bbbc53?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1370] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:49:10 2026] POST /v2.0/networks => generated 610 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1371] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:49:10 2026] GET /v2.0/networks/707d2f17-4aab-4466-be15-242351bbbc53?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: 641/1372] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:49:10 2026] POST /v2.0/subnets => generated 626 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:49:11.235 7 INFO neutron.db.segments_db [None req-2f46b358-bcdb-4d68-b19f-f57bf8707cf4 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] Added segment 97e5ecac-75ad-4a36-8b30-5a4931a6ec1b of type vxlan for network d930fa2c-8709-4cba-ab5d-2a5abd920c55 2026-04-23 10:49:11.455 7 INFO neutron.services.segments.plugin [-] Segment df564e56-e0ae-47dd-bee6-2dcf8ed9983e resource provider aggregate not found 2026-04-23 10:49:11.459 7 INFO neutron.services.segments.plugin [-] Segment df564e56-e0ae-47dd-bee6-2dcf8ed9983e resource provider aggregate not found 2026-04-23 10:49:11.479 7 INFO neutron.services.segments.plugin [-] Segment df564e56-e0ae-47dd-bee6-2dcf8ed9983e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df564e56-e0ae-47dd-bee6-2dcf8ed9983e found for delete ", "request_id": "req-6af4b7c9-0c57-4ad3-9e66-a2f80f03a5c9"}]} 2026-04-23 10:49:11.491 7 INFO neutron.services.segments.plugin [-] Segment df564e56-e0ae-47dd-bee6-2dcf8ed9983e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df564e56-e0ae-47dd-bee6-2dcf8ed9983e found for delete ", "request_id": "req-cf42b2ff-2455-40e5-b77e-7aa251fc2bad"}]} 2026-04-23 10:49:11.502 7 INFO neutron.services.segments.plugin [-] Segment 2dedfeab-9812-4dc9-a1da-2f4ae5931b15 resource provider aggregate not found 2026-04-23 10:49:11.511 7 INFO neutron.services.segments.plugin [-] Segment 2dedfeab-9812-4dc9-a1da-2f4ae5931b15 resource provider aggregate not found 2026-04-23 10:49:11.527 7 INFO neutron.services.segments.plugin [-] Segment 2dedfeab-9812-4dc9-a1da-2f4ae5931b15 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2dedfeab-9812-4dc9-a1da-2f4ae5931b15 found for delete ", "request_id": "req-2b02412d-a3d9-4c22-8e88-c0444ebd0a7a"}]} 2026-04-23 10:49:11.532 7 INFO neutron.services.segments.plugin [-] Segment 2dedfeab-9812-4dc9-a1da-2f4ae5931b15 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2dedfeab-9812-4dc9-a1da-2f4ae5931b15 found for delete ", "request_id": "req-6b286a69-c531-4666-bf04-47771f91207f"}]} 2026-04-23 10:49:11.533 7 INFO neutron.db.l3_hamode_db [None req-2f46b358-bcdb-4d68-b19f-f57bf8707cf4 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 732/1373] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:49:11 2026] POST /v2.0/subnets => generated 1323 bytes in 487 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 10:49:11.680 7 INFO neutron.db.l3_hamode_db [None req-2f46b358-bcdb-4d68-b19f-f57bf8707cf4 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 733/1374] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:49:11 2026] GET /v2.0/ports?device_id=6c4a144e-daf4-4b3e-87cb-8e00a81609ac => 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: 734/1375] 10.0.0.24 () {32 vars in 645 bytes} [Thu Apr 23 10:49:11 2026] GET /v2.0/subnets => generated 1959 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1376] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:49:11 2026] GET /v2.0/security-groups?id=55c4b6e5-2b53-46dd-bf73-045c7e1a0a03&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1377] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:49:11 2026] DELETE /v2.0/subnets/00588370-ddc5-4d6e-b02b-0f9ce2469e84 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1378] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:49:11 2026] DELETE /v2.0/subnets/5af1328b-d479-4aec-b602-17b045b4dcd2 => 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: 738/1379] 10.0.0.24 () {32 vars in 645 bytes} [Thu Apr 23 10:49:12 2026] GET /v2.0/subnets => generated 649 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1380] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:49:12 2026] DELETE /v2.0/networks/4a5992dc-b2ab-43c6-bd0c-bdb09df263b7 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1381] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:49:11 2026] POST /v2.0/routers => generated 506 bytes in 1158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1382] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:49:12 2026] DELETE /v2.0/networks/86e8fbd5-c3b8-48a7-9d00-8123d3b349dd => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:49:12.378 8 INFO neutron.services.segments.plugin [-] Segment b932caa0-421f-4dd0-b0a8-4113ee15ef4a resource provider aggregate not found 2026-04-23 10:49:12.384 8 INFO neutron.services.segments.plugin [-] Segment b932caa0-421f-4dd0-b0a8-4113ee15ef4a resource provider aggregate not found 2026-04-23 10:49:12.405 8 INFO neutron.services.segments.plugin [-] Segment b932caa0-421f-4dd0-b0a8-4113ee15ef4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b932caa0-421f-4dd0-b0a8-4113ee15ef4a found for delete ", "request_id": "req-9d5a62f6-e72f-4315-8e96-d0c299691277"}]} 2026-04-23 10:49:12.415 8 INFO neutron.services.segments.plugin [-] Segment b932caa0-421f-4dd0-b0a8-4113ee15ef4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b932caa0-421f-4dd0-b0a8-4113ee15ef4a found for delete ", "request_id": "req-b2472de8-e34b-44d7-ab4b-452ccf3fb506"}]} 2026-04-23 10:49:12.432 8 INFO neutron.services.segments.plugin [-] Segment e08d7618-2726-4353-afaf-6c7385e0d731 resource provider aggregate not found 2026-04-23 10:49:12.443 8 INFO neutron.services.segments.plugin [-] Segment e08d7618-2726-4353-afaf-6c7385e0d731 resource provider aggregate not found 2026-04-23 10:49:12.453 8 INFO neutron.services.segments.plugin [-] Segment e08d7618-2726-4353-afaf-6c7385e0d731 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e08d7618-2726-4353-afaf-6c7385e0d731 found for delete ", "request_id": "req-b393f606-5b1e-4e75-a8c5-350fffa12fc3"}]} 2026-04-23 10:49:12.466 8 INFO neutron.services.segments.plugin [-] Segment e08d7618-2726-4353-afaf-6c7385e0d731 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e08d7618-2726-4353-afaf-6c7385e0d731 found for delete ", "request_id": "req-28106ce3-7e5f-4677-a245-58a72b94b1ba"}]} [pid: 8|app: 0|req: 741/1383] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:49:12 2026] DELETE /v2.0/networks/b37c8128-4436-496e-9298-d6e8b614dc09 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1384] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:49:12 2026] DELETE /v2.0/networks/072add94-d9ce-4ee3-93f6-9e8a298b93a0 => 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: 643/1385] 10.0.0.24 () {34 vars in 663 bytes} [Thu Apr 23 10:49:12 2026] POST /v2.0/ports => generated 951 bytes in 409 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: 644/1386] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:49:12 2026] GET /v2.0/ports?device_id=6c4a144e-daf4-4b3e-87cb-8e00a81609ac => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1387] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:49:12 2026] GET /v2.0/security-groups?id=55c4b6e5-2b53-46dd-bf73-045c7e1a0a03&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1388] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:49:13 2026] GET /v2.0/security-groups?tenant_id=04279ea5a8df4dda912c694b1bc3ad9b&name=default => generated 2925 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1389] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:49:13 2026] DELETE /v2.0/security-groups/f5ac8deb-21c9-40ef-ad14-d85db1e8f8d4 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1390] 10.0.0.24 () {34 vars in 781 bytes} [Thu Apr 23 10:49:12 2026] PUT /v2.0/routers/b0badb7c-5997-4df3-82a9-6694a925dc06/add_router_interface => generated 309 bytes in 1279 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: 648/1391] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:49:14 2026] GET /v2.0/ports?device_id=6c4a144e-daf4-4b3e-87cb-8e00a81609ac => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1392] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:49:14 2026] GET /v2.0/security-groups?id=55c4b6e5-2b53-46dd-bf73-045c7e1a0a03&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: 744/1393] 10.0.0.24 () {32 vars in 715 bytes} [Thu Apr 23 10:49:14 2026] GET /v2.0/ports/2d655b73-980b-4e5f-ae3c-9a1ac9d4d119 => generated 1025 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:49:14.474 8 INFO neutron.services.segments.plugin [-] Segment 8c67fa9e-461a-4680-bebf-da6167907e2d resource provider aggregate not found 2026-04-23 10:49:14.482 8 INFO neutron.services.segments.plugin [-] Segment 8c67fa9e-461a-4680-bebf-da6167907e2d resource provider aggregate not found 2026-04-23 10:49:14.493 7 INFO neutron_taas.services.taas.taas_plugin [None req-534b0b0c-bf66-4408-9428-46528d0cf0b3 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] TaaS: Handle Delete Port: 2d655b73-980b-4e5f-ae3c-9a1ac9d4d119 2026-04-23 10:49:14.496 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-534b0b0c-bf66-4408-9428-46528d0cf0b3 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] Tap Mirror: Handle Delete Port: 2d655b73-980b-4e5f-ae3c-9a1ac9d4d119 2026-04-23 10:49:14.497 8 INFO neutron.services.segments.plugin [-] Segment 8c67fa9e-461a-4680-bebf-da6167907e2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c67fa9e-461a-4680-bebf-da6167907e2d found for delete ", "request_id": "req-960d7f6a-5bec-4c08-b706-dce48d575b8f"}]} 2026-04-23 10:49:14.506 8 INFO neutron.services.segments.plugin [-] Segment 8c67fa9e-461a-4680-bebf-da6167907e2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c67fa9e-461a-4680-bebf-da6167907e2d found for delete ", "request_id": "req-0cce989b-7ac2-41f3-bfb1-017caa87b505"}]} 2026-04-23 10:49:14.514 8 INFO neutron.services.segments.plugin [-] Segment 7754fec5-8d01-465f-8d39-b624a11c7cb7 resource provider aggregate not found 2026-04-23 10:49:14.525 8 INFO neutron.services.segments.plugin [-] Segment 7754fec5-8d01-465f-8d39-b624a11c7cb7 resource provider aggregate not found 2026-04-23 10:49:14.537 8 INFO neutron.services.segments.plugin [-] Segment 7754fec5-8d01-465f-8d39-b624a11c7cb7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7754fec5-8d01-465f-8d39-b624a11c7cb7 found for delete ", "request_id": "req-f63b3060-1343-4d54-abf2-98f07f5e660f"}]} 2026-04-23 10:49:14.550 8 INFO neutron.services.segments.plugin [-] Segment 7754fec5-8d01-465f-8d39-b624a11c7cb7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7754fec5-8d01-465f-8d39-b624a11c7cb7 found for delete ", "request_id": "req-b577e1eb-d324-461a-bf2d-f18442d1b1c1"}]} [pid: 7|app: 0|req: 650/1394] 10.0.0.24 () {34 vars in 787 bytes} [Thu Apr 23 10:49:14 2026] PUT /v2.0/routers/b0badb7c-5997-4df3-82a9-6694a925dc06/remove_router_interface => generated 309 bytes in 994 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: 651/1395] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:49:15 2026] GET /v2.0/ports?device_id=6c4a144e-daf4-4b3e-87cb-8e00a81609ac => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1396] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:49:15 2026] GET /v2.0/security-groups?id=55c4b6e5-2b53-46dd-bf73-045c7e1a0a03&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:49:15.278 8 INFO neutron.api.v2.resource [None req-a64052a2-8595-4948-b5d9-9908544b0b18 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 745/1397] 10.0.0.24 () {34 vars in 787 bytes} [Thu Apr 23 10:49:15 2026] PUT /v2.0/routers/b0badb7c-5997-4df3-82a9-6694a925dc06/remove_router_interface => generated 197 bytes in 153 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1398] 10.0.0.24 () {32 vars in 734 bytes} [Thu Apr 23 10:49:15 2026] GET /v2.0/ports?device_id=b0badb7c-5997-4df3-82a9-6694a925dc06 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:49:15.529 8 INFO neutron_taas.services.taas.taas_plugin [None req-6994ba1d-59cf-4dee-ac0f-a5c3b6930505 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] TaaS: Handle Delete Port: 1b9460cb-0dc8-4817-92b0-735a6300c8a9 2026-04-23 10:49:15.533 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6994ba1d-59cf-4dee-ac0f-a5c3b6930505 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] Tap Mirror: Handle Delete Port: 1b9460cb-0dc8-4817-92b0-735a6300c8a9 [pid: 7|app: 0|req: 654/1399] 10.0.0.24 () {34 vars in 674 bytes} [Thu Apr 23 10:49:15 2026] POST /v2.0/subnetpools => generated 516 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:49:15.933 8 INFO neutron.db.l3_hamode_db [None req-6994ba1d-59cf-4dee-ac0f-a5c3b6930505 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] HA network d930fa2c-8709-4cba-ab5d-2a5abd920c55 was deleted as no HA routers are present in tenant a6c02c02015547cdb3b809a690c50e59. [pid: 8|app: 0|req: 746/1400] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:49:15 2026] DELETE /v2.0/routers/b0badb7c-5997-4df3-82a9-6694a925dc06 => generated 0 bytes in 608 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1401] 10.0.0.24 () {34 vars in 674 bytes} [Thu Apr 23 10:49:15 2026] POST /v2.0/subnetpools => generated 516 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1402] 10.0.0.24 () {34 vars in 682 bytes} [Thu Apr 23 10:49:15 2026] POST /v2.0/security-groups => generated 1625 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1403] 10.0.0.24 () {34 vars in 674 bytes} [Thu Apr 23 10:49:16 2026] POST /v2.0/subnetpools => generated 516 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1404] 10.0.0.24 () {32 vars in 661 bytes} [Thu Apr 23 10:49:16 2026] GET /v2.0/security-groups => generated 4530 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1405] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:49:16 2026] DELETE /v2.0/subnets/e1a241d2-4ac9-4735-b720-2b62b81158b2 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1406] 10.0.0.24 () {34 vars in 674 bytes} [Thu Apr 23 10:49:16 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-23 10:49:16.298 7 INFO neutron_taas.services.taas.taas_plugin [None req-666c89e1-350e-4b46-8683-018b7aa10364 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] TaaS: Handle Delete Port: d3f95043-f8a8-486a-b0e5-a85eeff75c3d 2026-04-23 10:49:16.301 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-666c89e1-350e-4b46-8683-018b7aa10364 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] Tap Mirror: Handle Delete Port: d3f95043-f8a8-486a-b0e5-a85eeff75c3d [pid: 8|app: 0|req: 749/1407] 10.0.0.24 () {34 vars in 756 bytes} [Thu Apr 23 10:49:16 2026] PUT /v2.0/security-groups/0712f81a-25bd-44b4-a943-6ad07b70d8e3 => generated 1663 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:49:16.559 8 INFO neutron.services.segments.plugin [-] Segment 97e5ecac-75ad-4a36-8b30-5a4931a6ec1b resource provider aggregate not found 2026-04-23 10:49:16.573 8 INFO neutron.services.segments.plugin [-] Segment 97e5ecac-75ad-4a36-8b30-5a4931a6ec1b resource provider aggregate not found 2026-04-23 10:49:16.577 8 INFO neutron.services.segments.plugin [-] Segment 97e5ecac-75ad-4a36-8b30-5a4931a6ec1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97e5ecac-75ad-4a36-8b30-5a4931a6ec1b found for delete ", "request_id": "req-33b6a365-69ad-4e51-a6a3-5dfaa3b675f7"}]} 2026-04-23 10:49:16.587 8 INFO neutron.services.segments.plugin [-] Segment 97e5ecac-75ad-4a36-8b30-5a4931a6ec1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97e5ecac-75ad-4a36-8b30-5a4931a6ec1b found for delete ", "request_id": "req-48eb47bd-796b-4888-b703-3a10d68463af"}]} 2026-04-23 10:49:16.626 7 INFO neutron.services.segments.plugin [-] Segment 192c4ae3-b811-483e-a90a-4fe10b520a8d resource provider aggregate not found 2026-04-23 10:49:16.631 7 INFO neutron.services.segments.plugin [-] Segment 192c4ae3-b811-483e-a90a-4fe10b520a8d resource provider aggregate not found 2026-04-23 10:49:16.649 7 INFO neutron.services.segments.plugin [-] Segment 192c4ae3-b811-483e-a90a-4fe10b520a8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 192c4ae3-b811-483e-a90a-4fe10b520a8d found for delete ", "request_id": "req-62e59501-6aa8-4b5d-a024-186c775339ef"}]} 2026-04-23 10:49:16.650 7 INFO neutron.services.segments.plugin [-] Segment 192c4ae3-b811-483e-a90a-4fe10b520a8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 192c4ae3-b811-483e-a90a-4fe10b520a8d found for delete ", "request_id": "req-4bb4b255-0f3a-4588-a6b4-fc5fc97013a2"}]} [pid: 8|app: 0|req: 750/1408] 10.0.0.24 () {34 vars in 674 bytes} [Thu Apr 23 10:49:16 2026] POST /v2.0/subnetpools => generated 516 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1409] 10.0.0.24 () {32 vars in 735 bytes} [Thu Apr 23 10:49:16 2026] GET /v2.0/security-groups/0712f81a-25bd-44b4-a943-6ad07b70d8e3 => generated 1663 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1410] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:49:16 2026] DELETE /v2.0/networks/5a9ad6cf-3d45-4766-a138-20c3ebaf2233 => generated 0 bytes in 488 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1411] 10.0.0.24 () {34 vars in 757 bytes} [Thu Apr 23 10:49:16 2026] PUT /v2.0/subnetpools/4ca2a25e-e55b-4034-8887-bdff89685742/tags => generated 17 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1412] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:49:16 2026] GET /v2.0/ports?device_id=6c4a144e-daf4-4b3e-87cb-8e00a81609ac => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:49:16.847 8 INFO neutron.db.segments_db [None req-8f067981-15b0-4e8d-a506-437884765b57 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] Added segment 2f8a3e02-2c81-459b-873e-2c9838002355 of type vxlan for network 5edaaeb2-6200-415c-8e36-8ebd14400edb [pid: 7|app: 0|req: 661/1413] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:49:16 2026] DELETE /v2.0/security-groups/0712f81a-25bd-44b4-a943-6ad07b70d8e3 => 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: 662/1414] 10.0.0.24 () {34 vars in 757 bytes} [Thu Apr 23 10:49:16 2026] PUT /v2.0/subnetpools/633940d4-1279-44e4-b491-af48d176665d/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1415] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:49:16 2026] GET /v2.0/security-groups?id=55c4b6e5-2b53-46dd-bf73-045c7e1a0a03&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1416] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:49:16 2026] POST /v2.0/networks => generated 609 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1417] 10.0.0.24 () {32 vars in 661 bytes} [Thu Apr 23 10:49:16 2026] GET /v2.0/security-groups => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1418] 10.0.0.24 () {34 vars in 757 bytes} [Thu Apr 23 10:49:16 2026] PUT /v2.0/subnetpools/e7618379-5b45-4ee8-a82f-d96adeefb99b/tags => generated 34 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:49:17.022 8 INFO neutron.api.v2.resource [None req-52b09a9f-ab9e-467a-8db8-0902b7609d13 50ecc76e94fb42a999cf381ce4571672 b7e00e96141e4a2f9e9c2d23652f286b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 755/1419] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:49:17 2026] DELETE /v2.0/security-groups/0712f81a-25bd-44b4-a943-6ad07b70d8e3 => 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: 756/1420] 10.0.0.24 () {34 vars in 757 bytes} [Thu Apr 23 10:49:17 2026] PUT /v2.0/subnetpools/c30e955a-0715-4db4-b174-77bdf0996178/tags => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1421] 10.0.0.24 () {34 vars in 682 bytes} [Thu Apr 23 10:49:17 2026] POST /v2.0/security-groups => generated 1624 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1422] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:49:16 2026] POST /v2.0/subnets => generated 626 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1423] 10.0.0.24 () {32 vars in 670 bytes} [Thu Apr 23 10:49:17 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:49:17.298 8 INFO neutron.db.segments_db [None req-c43edfc2-a10d-4971-900f-186063e95188 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] Added segment 62aa0245-1047-4f32-acc7-a262394d919b of type vxlan for network 8dc6078b-c8a2-4f9d-af62-ac93885e317f [pid: 7|app: 0|req: 666/1424] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:49:17 2026] POST /v2.0/security-group-rules => generated 601 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1425] 10.0.0.24 () {32 vars in 684 bytes} [Thu Apr 23 10:49:17 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) [pid: 7|app: 0|req: 668/1426] 10.0.0.24 () {32 vars in 745 bytes} [Thu Apr 23 10:49:17 2026] GET /v2.0/security-group-rules/596fffea-c383-49f0-8bb2-8b89d61c3a9b => 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: 669/1427] 10.0.0.24 () {32 vars in 680 bytes} [Thu Apr 23 10:49:17 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1428] 10.0.0.24 () {32 vars in 671 bytes} [Thu Apr 23 10:49:17 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1429] 10.0.0.24 () {32 vars in 692 bytes} [Thu Apr 23 10:49:17 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:49:17.587 8 INFO neutron.db.l3_hamode_db [None req-c43edfc2-a10d-4971-900f-186063e95188 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 672/1430] 10.0.0.24 () {32 vars in 748 bytes} [Thu Apr 23 10:49:17 2026] DELETE /v2.0/security-group-rules/596fffea-c383-49f0-8bb2-8b89d61c3a9b => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1431] 10.0.0.24 () {32 vars in 678 bytes} [Thu Apr 23 10:49:17 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1432] 10.0.0.24 () {32 vars in 671 bytes} [Thu Apr 23 10:49:17 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:49:17.736 8 INFO neutron.db.l3_hamode_db [None req-c43edfc2-a10d-4971-900f-186063e95188 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 675/1433] 10.0.0.24 () {32 vars in 692 bytes} [Thu Apr 23 10:49:17 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1434] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:49:17 2026] POST /v2.0/security-group-rules => generated 601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1435] 10.0.0.24 () {32 vars in 688 bytes} [Thu Apr 23 10:49:17 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1436] 10.0.0.24 () {32 vars in 745 bytes} [Thu Apr 23 10:49:17 2026] GET /v2.0/security-group-rules/e468c6d0-bde1-473a-8a79-078251a87903 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1437] 10.0.0.24 () {32 vars in 700 bytes} [Thu Apr 23 10:49:17 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1438] 10.0.0.24 () {32 vars in 671 bytes} [Thu Apr 23 10:49:17 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: 7|app: 0|req: 681/1439] 10.0.0.24 () {32 vars in 730 bytes} [Thu Apr 23 10:49:18 2026] DELETE /v2.0/subnetpools/4ca2a25e-e55b-4034-8887-bdff89685742 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1440] 10.0.0.24 () {32 vars in 748 bytes} [Thu Apr 23 10:49:18 2026] DELETE /v2.0/security-group-rules/e468c6d0-bde1-473a-8a79-078251a87903 => 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: 683/1441] 10.0.0.24 () {32 vars in 730 bytes} [Thu Apr 23 10:49:18 2026] DELETE /v2.0/subnetpools/633940d4-1279-44e4-b491-af48d176665d => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1442] 10.0.0.24 () {32 vars in 671 bytes} [Thu Apr 23 10:49:18 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1443] 10.0.0.24 () {32 vars in 730 bytes} [Thu Apr 23 10:49:18 2026] DELETE /v2.0/subnetpools/e7618379-5b45-4ee8-a82f-d96adeefb99b => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1444] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:49:17 2026] POST /v2.0/routers => generated 507 bytes in 1119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1445] 10.0.0.24 () {32 vars in 730 bytes} [Thu Apr 23 10:49:18 2026] DELETE /v2.0/subnetpools/c30e955a-0715-4db4-b174-77bdf0996178 => 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: 686/1446] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:49:18 2026] POST /v2.0/security-group-rules => generated 602 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1447] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:49:18 2026] GET /v2.0/ports?device_id=6c4a144e-daf4-4b3e-87cb-8e00a81609ac => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1448] 10.0.0.24 () {32 vars in 730 bytes} [Thu Apr 23 10:49:18 2026] DELETE /v2.0/subnetpools/a081e42e-72e5-4559-9d46-852377f2be86 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1449] 10.0.0.24 () {32 vars in 745 bytes} [Thu Apr 23 10:49:18 2026] GET /v2.0/security-group-rules/77bf7e9e-abbc-4da4-9d99-fd579bbc3ef8 => generated 602 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1450] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:49:18 2026] GET /v2.0/security-groups?id=55c4b6e5-2b53-46dd-bf73-045c7e1a0a03&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1451] 10.0.0.24 () {32 vars in 671 bytes} [Thu Apr 23 10:49:18 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1452] 10.0.0.24 () {32 vars in 748 bytes} [Thu Apr 23 10:49:18 2026] DELETE /v2.0/security-group-rules/77bf7e9e-abbc-4da4-9d99-fd579bbc3ef8 => 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: 767/1453] 10.0.0.24 () {32 vars in 671 bytes} [Thu Apr 23 10:49:18 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1454] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:49:18 2026] DELETE /v2.0/security-groups/fd268ac6-3ca2-48af-b4ea-654dd0d6d67d => generated 0 bytes in 670 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1455] 10.0.0.24 () {34 vars in 781 bytes} [Thu Apr 23 10:49:18 2026] PUT /v2.0/routers/0c324841-c99b-41bf-aad2-1c8f37fdd77a/add_router_interface => generated 309 bytes in 1192 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1456] 10.0.0.24 () {32 vars in 661 bytes} [Thu Apr 23 10:49:19 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: 769/1457] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:49:19 2026] GET /v2.0/security-groups?tenant_id=c496cdf93ea648f696a0c35d9144a1e6&name=default => generated 2925 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1458] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:49:19 2026] GET /v2.0/ports?device_id=6c4a144e-daf4-4b3e-87cb-8e00a81609ac => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1459] 10.0.0.24 () {32 vars in 661 bytes} [Thu Apr 23 10:49:19 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1460] 10.0.0.24 () {32 vars in 715 bytes} [Thu Apr 23 10:49:19 2026] GET /v2.0/ports/2745a788-fbba-4c45-8edc-8fea959efe17 => generated 955 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1461] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:49:19 2026] GET /v2.0/security-groups?id=55c4b6e5-2b53-46dd-bf73-045c7e1a0a03&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1462] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:49:19 2026] DELETE /v2.0/security-groups/425b2f12-96e9-4192-8694-11554ecef6f3 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:49:20.245 8 INFO neutron_taas.services.taas.taas_plugin [None req-b54b0739-d515-40b2-9eb3-3929acf8a8b2 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] TaaS: Handle Delete Port: 2745a788-fbba-4c45-8edc-8fea959efe17 2026-04-23 10:49:20.249 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b54b0739-d515-40b2-9eb3-3929acf8a8b2 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] Tap Mirror: Handle Delete Port: 2745a788-fbba-4c45-8edc-8fea959efe17 [pid: 7|app: 0|req: 692/1463] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:49:20 2026] GET /v2.0/security-groups?tenant_id=d4b0c14eb32a44958e34a744d0ce8d89&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1464] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:49:20 2026] DELETE /v2.0/security-groups/9f4323e8-fd37-4b40-b6dc-7d827012a61d => 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: 694/1465] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:49:20 2026] GET /v2.0/security-groups?tenant_id=b7e00e96141e4a2f9e9c2d23652f286b&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: 695/1466] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:49:20 2026] GET /v2.0/security-groups?tenant_id=d478d6604b4343b8ad73dd8dfd4ee9bf&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1467] 10.0.0.24 () {34 vars in 787 bytes} [Thu Apr 23 10:49:19 2026] PUT /v2.0/routers/0c324841-c99b-41bf-aad2-1c8f37fdd77a/remove_router_interface => generated 309 bytes in 771 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1468] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:49:20 2026] DELETE /v2.0/security-groups/75a593b8-5c8b-405a-a4a7-8c3bbb30ed03 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1469] 10.0.0.24 () {32 vars in 734 bytes} [Thu Apr 23 10:49:20 2026] GET /v2.0/ports?device_id=0c324841-c99b-41bf-aad2-1c8f37fdd77a => 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: 773/1470] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:49:20 2026] DELETE /v2.0/security-groups/f9f1f8c1-6ad7-41ba-932a-deb8b05cc21b => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1471] 199.204.45.210 () {34 vars in 993 bytes} [Thu Apr 23 10:49:20 2026] GET /v2.0/ports?device_id=6c4a144e-daf4-4b3e-87cb-8e00a81609ac => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:49:20.936 7 INFO neutron_taas.services.taas.taas_plugin [None req-f263646b-5adc-499c-94a3-22e03aa51860 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] TaaS: Handle Delete Port: f0ed2623-4e79-4631-877f-ada7b006bb0d 2026-04-23 10:49:20.941 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f263646b-5adc-499c-94a3-22e03aa51860 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] Tap Mirror: Handle Delete Port: f0ed2623-4e79-4631-877f-ada7b006bb0d 2026-04-23 10:49:21.011 8 INFO neutron_taas.services.taas.taas_plugin [req-9d19c8eb-1a71-4772-9e09-2cfa521ef552 req-1e8b7a13-94b0-48ee-9a47-d9764c95f666 b3a641cb669a4e1c8f40b72d0b9c1d2e 7ba5c3e5827a463aa38fddd6baa8995e - - default default] TaaS: Handle Delete Port: 54dcc98f-7498-49ea-a8c6-41e6187cab83 2026-04-23 10:49:21.013 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9d19c8eb-1a71-4772-9e09-2cfa521ef552 req-1e8b7a13-94b0-48ee-9a47-d9764c95f666 b3a641cb669a4e1c8f40b72d0b9c1d2e 7ba5c3e5827a463aa38fddd6baa8995e - - default default] Tap Mirror: Handle Delete Port: 54dcc98f-7498-49ea-a8c6-41e6187cab83 [pid: 8|app: 0|req: 775/1472] 199.204.45.210 () {36 vars in 996 bytes} [Thu Apr 23 10:49:20 2026] DELETE /v2.0/ports/54dcc98f-7498-49ea-a8c6-41e6187cab83 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1473] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:49:21 2026] GET /v2.0/ports?device_id=6c4a144e-daf4-4b3e-87cb-8e00a81609ac => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:49:21.204 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-aa054bd5-745d-44fe-9b8e-5c786d10c033'] response: {'server_uuid': '6c4a144e-daf4-4b3e-87cb-8e00a81609ac', 'name': 'network-vif-deleted', 'tag': '54dcc98f-7498-49ea-a8c6-41e6187cab83', 'status': 'completed', 'code': 200} 2026-04-23 10:49:21.290 7 INFO neutron.services.segments.plugin [-] Segment 62aa0245-1047-4f32-acc7-a262394d919b resource provider aggregate not found 2026-04-23 10:49:21.296 7 INFO neutron.services.segments.plugin [-] Segment 62aa0245-1047-4f32-acc7-a262394d919b resource provider aggregate not found 2026-04-23 10:49:21.315 7 INFO neutron.services.segments.plugin [-] Segment 62aa0245-1047-4f32-acc7-a262394d919b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62aa0245-1047-4f32-acc7-a262394d919b found for delete ", "request_id": "req-4f655d73-2dfe-4131-81f4-e24f5ce879d8"}]} 2026-04-23 10:49:21.318 7 INFO neutron.services.segments.plugin [-] Segment 62aa0245-1047-4f32-acc7-a262394d919b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62aa0245-1047-4f32-acc7-a262394d919b found for delete ", "request_id": "req-2a927b6c-1a86-42f3-a6ae-16b857928780"}]} 2026-04-23 10:49:21.328 7 INFO neutron.db.l3_hamode_db [None req-f263646b-5adc-499c-94a3-22e03aa51860 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] HA network 8dc6078b-c8a2-4f9d-af62-ac93885e317f was deleted as no HA routers are present in tenant a6c02c02015547cdb3b809a690c50e59. [pid: 7|app: 0|req: 698/1474] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:49:20 2026] DELETE /v2.0/routers/0c324841-c99b-41bf-aad2-1c8f37fdd77a => generated 0 bytes in 599 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1475] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:49:21 2026] DELETE /v2.0/subnets/cb7d3139-2ed6-46c9-ae1f-2f489f938ef2 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:49:21.662 7 INFO neutron_taas.services.taas.taas_plugin [None req-e93751d0-4e79-4427-8a43-c17bac8326cc 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] TaaS: Handle Delete Port: cda7d307-0e1c-489d-8f1e-8ef1eeb5f38d 2026-04-23 10:49:21.666 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e93751d0-4e79-4427-8a43-c17bac8326cc 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] Tap Mirror: Handle Delete Port: cda7d307-0e1c-489d-8f1e-8ef1eeb5f38d [pid: 7|app: 0|req: 699/1476] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:49:21 2026] DELETE /v2.0/networks/5edaaeb2-6200-415c-8e36-8ebd14400edb => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:49:21.930 8 INFO neutron.db.segments_db [None req-156143c9-75f4-4b9e-9276-93183c90b5b7 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] Added segment c4da4867-1282-4882-b1f8-22f6a9da5eea of type vxlan for network 81efe0eb-4967-4d51-b9f3-bbbf2d36e5f9 [pid: 7|app: 0|req: 700/1477] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:49:22 2026] GET /v2.0/ports?device_id=6c4a144e-daf4-4b3e-87cb-8e00a81609ac => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:49:22.289 8 INFO neutron.db.l3_hamode_db [None req-156143c9-75f4-4b9e-9276-93183c90b5b7 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 701/1478] 10.0.0.24 () {34 vars in 674 bytes} [Thu Apr 23 10:49:22 2026] POST /v2.0/subnetpools => generated 548 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1479] 10.0.0.24 () {32 vars in 727 bytes} [Thu Apr 23 10:49:22 2026] GET /v2.0/subnetpools/b45873bf-0203-4af7-9814-15b3d56f7ecf => generated 548 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1480] 10.0.0.24 () {34 vars in 747 bytes} [Thu Apr 23 10:49:22 2026] PUT /v2.0/subnetpools/b45873bf-0203-4af7-9814-15b3d56f7ecf => generated 500 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1481] 10.0.0.24 () {32 vars in 730 bytes} [Thu Apr 23 10:49:23 2026] DELETE /v2.0/subnetpools/b45873bf-0203-4af7-9814-15b3d56f7ecf => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:49:23.143 7 INFO neutron.api.v2.resource [None req-2debe8a0-9823-4139-b65b-82271181117e 0dbc43b184f44a129ceb94e967d372b9 330201df2b484d1396f7479eabf9bf0a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 707/1484] 10.0.0.24 () {32 vars in 727 bytes} [Thu Apr 23 10:49:23 2026] GET /v2.0/subnetpools/b45873bf-0203-4af7-9814-15b3d56f7ecf => generated 145 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:49:23.157 7 INFO neutron.api.v2.resource [None req-ddb122d6-c334-47de-be33-bf78276af466 0dbc43b184f44a129ceb94e967d372b9 330201df2b484d1396f7479eabf9bf0a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 708/1485] 10.0.0.24 () {32 vars in 730 bytes} [Thu Apr 23 10:49:23 2026] DELETE /v2.0/subnetpools/b45873bf-0203-4af7-9814-15b3d56f7ecf => generated 145 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:49:23.193 8 INFO neutron.db.l3_hamode_db [None req-156143c9-75f4-4b9e-9276-93183c90b5b7 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:49:23.334 7 INFO neutron.services.segments.plugin [-] Segment 2f8a3e02-2c81-459b-873e-2c9838002355 resource provider aggregate not found 2026-04-23 10:49:23.358 7 INFO neutron.services.segments.plugin [-] Segment 2f8a3e02-2c81-459b-873e-2c9838002355 resource provider aggregate not found 2026-04-23 10:49:23.361 7 INFO neutron.services.segments.plugin [-] Segment 2f8a3e02-2c81-459b-873e-2c9838002355 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f8a3e02-2c81-459b-873e-2c9838002355 found for delete ", "request_id": "req-5a04f6e2-d509-4f93-828c-e72bbb2592ea"}]} 2026-04-23 10:49:23.375 7 INFO neutron.services.segments.plugin [-] Segment 2f8a3e02-2c81-459b-873e-2c9838002355 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f8a3e02-2c81-459b-873e-2c9838002355 found for delete ", "request_id": "req-37a43759-d094-45e5-8bcf-a21301654860"}]} [pid: 7|app: 0|req: 709/1486] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:49:23 2026] GET /v2.0/ports?device_id=6c4a144e-daf4-4b3e-87cb-8e00a81609ac => 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: 710/1487] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:49:23 2026] GET /v2.0/security-groups?tenant_id=330201df2b484d1396f7479eabf9bf0a&name=default => generated 2925 bytes in 365 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1488] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:49:23 2026] DELETE /v2.0/security-groups/b1bdd60d-a275-4a6e-9dc4-6627475e5a01 => 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: 778/1489] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:49:21 2026] POST /v2.0/routers => generated 685 bytes in 2406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1490] 10.0.0.24 () {32 vars in 719 bytes} [Thu Apr 23 10:49:24 2026] GET /v2.0/routers/de6a9899-91a9-4e36-b029-84e77d99eeeb => generated 691 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1491] 10.0.0.24 () {32 vars in 645 bytes} [Thu Apr 23 10:49:24 2026] GET /v2.0/routers => generated 694 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1492] 10.0.0.24 () {34 vars in 739 bytes} [Thu Apr 23 10:49:24 2026] PUT /v2.0/routers/de6a9899-91a9-4e36-b029-84e77d99eeeb => generated 698 bytes in 457 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1493] 10.0.0.24 () {32 vars in 719 bytes} [Thu Apr 23 10:49:24 2026] GET /v2.0/routers/de6a9899-91a9-4e36-b029-84e77d99eeeb => generated 698 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1494] 10.0.0.24 () {32 vars in 734 bytes} [Thu Apr 23 10:49:25 2026] GET /v2.0/ports?device_id=de6a9899-91a9-4e36-b029-84e77d99eeeb => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:49:25.265 7 INFO neutron_taas.services.taas.taas_plugin [None req-51049fda-f480-4ace-aa48-2be9736feae3 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] TaaS: Handle Delete Port: c2e8223e-2534-4948-8ceb-6a45dd4f92ef 2026-04-23 10:49:25.267 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51049fda-f480-4ace-aa48-2be9736feae3 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] Tap Mirror: Handle Delete Port: c2e8223e-2534-4948-8ceb-6a45dd4f92ef [pid: 8|app: 0|req: 780/1495] 10.0.0.24 () {34 vars in 674 bytes} [Thu Apr 23 10:49:24 2026] POST /v2.0/floatingips => generated 552 bytes in 773 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1496] 10.0.0.24 () {34 vars in 757 bytes} [Thu Apr 23 10:49:25 2026] PUT /v2.0/floatingips/899b4d08-6cf8-4a8f-a0de-31faae53cfce/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1497] 10.0.0.24 () {32 vars in 737 bytes} [Thu Apr 23 10:49:25 2026] GET /v2.0/floatingips/899b4d08-6cf8-4a8f-a0de-31faae53cfce/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:49:25.458 7 INFO neutron_taas.services.taas.taas_plugin [None req-51049fda-f480-4ace-aa48-2be9736feae3 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] TaaS: Handle Delete Port: ca2af95b-d912-485d-b51f-c436af746148 2026-04-23 10:49:25.460 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51049fda-f480-4ace-aa48-2be9736feae3 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] Tap Mirror: Handle Delete Port: ca2af95b-d912-485d-b51f-c436af746148 [pid: 8|app: 0|req: 783/1498] 10.0.0.24 () {34 vars in 768 bytes} [Thu Apr 23 10:49:25 2026] PUT /v2.0/floatingips/899b4d08-6cf8-4a8f-a0de-31faae53cfce/tags/green => generated 4 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1499] 10.0.0.24 () {32 vars in 737 bytes} [Thu Apr 23 10:49:25 2026] GET /v2.0/floatingips/899b4d08-6cf8-4a8f-a0de-31faae53cfce/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1500] 10.0.0.24 () {34 vars in 764 bytes} [Thu Apr 23 10:49:25 2026] PUT /v2.0/floatingips/899b4d08-6cf8-4a8f-a0de-31faae53cfce/tags/red => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1501] 10.0.0.24 () {32 vars in 737 bytes} [Thu Apr 23 10:49:25 2026] GET /v2.0/floatingips/899b4d08-6cf8-4a8f-a0de-31faae53cfce/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:49:25.761 7 INFO neutron.services.segments.plugin [-] Segment c4da4867-1282-4882-b1f8-22f6a9da5eea resource provider aggregate not found 2026-04-23 10:49:25.769 7 INFO neutron.services.segments.plugin [-] Segment c4da4867-1282-4882-b1f8-22f6a9da5eea resource provider aggregate not found 2026-04-23 10:49:25.785 7 INFO neutron.services.segments.plugin [-] Segment c4da4867-1282-4882-b1f8-22f6a9da5eea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4da4867-1282-4882-b1f8-22f6a9da5eea found for delete ", "request_id": "req-79f21be6-74e6-42ac-b685-487d0b04bf99"}]} 2026-04-23 10:49:25.787 7 INFO neutron.services.segments.plugin [-] Segment c4da4867-1282-4882-b1f8-22f6a9da5eea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4da4867-1282-4882-b1f8-22f6a9da5eea found for delete ", "request_id": "req-95eaaa86-a8c5-4261-a67a-065b4d112b4a"}]} 2026-04-23 10:49:25.793 7 INFO neutron.db.l3_hamode_db [None req-51049fda-f480-4ace-aa48-2be9736feae3 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] HA network 81efe0eb-4967-4d51-b9f3-bbbf2d36e5f9 was deleted as no HA routers are present in tenant a6c02c02015547cdb3b809a690c50e59. [pid: 7|app: 0|req: 716/1502] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:49:25 2026] DELETE /v2.0/routers/de6a9899-91a9-4e36-b029-84e77d99eeeb => generated 0 bytes in 738 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1503] 10.0.0.24 () {34 vars in 786 bytes} [Thu Apr 23 10:49:25 2026] PUT /v2.0/floatingips/899b4d08-6cf8-4a8f-a0de-31faae53cfce/tags/black.or.white => generated 4 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1504] 10.0.0.24 () {32 vars in 734 bytes} [Thu Apr 23 10:49:25 2026] GET /v2.0/ports?device_id=de6a9899-91a9-4e36-b029-84e77d99eeeb => 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: 719/1505] 10.0.0.24 () {32 vars in 737 bytes} [Thu Apr 23 10:49:25 2026] GET /v2.0/floatingips/899b4d08-6cf8-4a8f-a0de-31faae53cfce/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:49:26.003 7 INFO neutron.api.v2.resource [None req-3bf4def8-df5c-481e-a713-52b4139f2ec0 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 720/1506] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:49:25 2026] DELETE /v2.0/routers/de6a9899-91a9-4e36-b029-84e77d99eeeb => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:49:26.045 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a37236d-3f18-45b6-b746-a4e47b579f99 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: aada2d30-35c9-4185-b94b-6184baaf55b3 2026-04-23 10:49:26.047 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a37236d-3f18-45b6-b746-a4e47b579f99 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: aada2d30-35c9-4185-b94b-6184baaf55b3 [pid: 7|app: 0|req: 721/1507] 10.0.0.24 () {34 vars in 757 bytes} [Thu Apr 23 10:49:26 2026] PUT /v2.0/floatingips/899b4d08-6cf8-4a8f-a0de-31faae53cfce/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1508] 10.0.0.24 () {32 vars in 734 bytes} [Thu Apr 23 10:49:26 2026] GET /v2.0/ports?device_id=0c324841-c99b-41bf-aad2-1c8f37fdd77a => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1509] 10.0.0.24 () {32 vars in 737 bytes} [Thu Apr 23 10:49:26 2026] GET /v2.0/floatingips/899b4d08-6cf8-4a8f-a0de-31faae53cfce/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:49:26.118 7 INFO neutron.api.v2.resource [None req-4f125d69-bf52-42fd-bf4c-bf265892a676 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 724/1510] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:49:26 2026] DELETE /v2.0/routers/0c324841-c99b-41bf-aad2-1c8f37fdd77a => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1511] 10.0.0.24 () {32 vars in 745 bytes} [Thu Apr 23 10:49:26 2026] GET /v2.0/floatingips/899b4d08-6cf8-4a8f-a0de-31faae53cfce/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:49:26.172 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b6bf6a41-64c4-4050-8389-33cb85fb26af 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 726/1512] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:49:26 2026] DELETE /v2.0/subnets/cb7d3139-2ed6-46c9-ae1f-2f489f938ef2 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:49:26.217 7 INFO neutron.api.v2.resource [None req-c5cf7c3a-a266-4216-85e6-a967de3ee3ab dac61af54d394ffa86870d756962b495 ef3f0f74c8ce4e3a87ecb4814adbb426 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 727/1513] 10.0.0.24 () {32 vars in 749 bytes} [Thu Apr 23 10:49:26 2026] GET /v2.0/floatingips/899b4d08-6cf8-4a8f-a0de-31faae53cfce/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1514] 10.0.0.24 () {32 vars in 734 bytes} [Thu Apr 23 10:49:26 2026] GET /v2.0/ports?device_id=b0badb7c-5997-4df3-82a9-6694a925dc06 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1515] 10.0.0.24 () {32 vars in 748 bytes} [Thu Apr 23 10:49:26 2026] DELETE /v2.0/floatingips/899b4d08-6cf8-4a8f-a0de-31faae53cfce/tags/red => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:49:26.305 7 INFO neutron.api.v2.resource [None req-458f60f4-61d1-45f7-ae39-8a5f833edbb0 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 730/1516] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:49:26 2026] DELETE /v2.0/routers/b0badb7c-5997-4df3-82a9-6694a925dc06 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1517] 10.0.0.24 () {32 vars in 737 bytes} [Thu Apr 23 10:49:26 2026] GET /v2.0/floatingips/899b4d08-6cf8-4a8f-a0de-31faae53cfce/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:49:26.356 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b8732db6-034c-4cad-8a07-c3a47ea7f73a 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 732/1518] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:49:26 2026] DELETE /v2.0/subnets/e1a241d2-4ac9-4735-b720-2b62b81158b2 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:49:26.409 7 INFO neutron.api.v2.resource [None req-bd74c5e1-d041-4832-9e93-9e970ba28404 dac61af54d394ffa86870d756962b495 ef3f0f74c8ce4e3a87ecb4814adbb426 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 733/1519] 10.0.0.24 () {32 vars in 752 bytes} [Thu Apr 23 10:49:26 2026] DELETE /v2.0/floatingips/899b4d08-6cf8-4a8f-a0de-31faae53cfce/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1520] 10.0.0.24 () {32 vars in 734 bytes} [Thu Apr 23 10:49:26 2026] GET /v2.0/ports?device_id=ce6b34a8-3bd1-44be-a456-2945aaa95549 => 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: 735/1521] 10.0.0.24 () {32 vars in 740 bytes} [Thu Apr 23 10:49:26 2026] DELETE /v2.0/floatingips/899b4d08-6cf8-4a8f-a0de-31faae53cfce/tags => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:49:26.523 7 INFO neutron.api.v2.resource [None req-d17d36e1-ea88-46f0-a93e-3f4a20b17d4a 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 736/1522] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:49:26 2026] DELETE /v2.0/routers/ce6b34a8-3bd1-44be-a456-2945aaa95549 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1523] 10.0.0.24 () {32 vars in 737 bytes} [Thu Apr 23 10:49:26 2026] GET /v2.0/floatingips/899b4d08-6cf8-4a8f-a0de-31faae53cfce/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:49:26.585 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d8043867-608e-4e69-abad-0988132a3e2e 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 738/1524] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:49:26 2026] DELETE /v2.0/subnets/eca7e21e-2fd4-4279-8875-50dbf33dbe9b => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1525] 10.0.0.24 () {34 vars in 787 bytes} [Thu Apr 23 10:49:25 2026] PUT /v2.0/routers/2097ebee-6b60-48a6-b95c-0d4ae1c6a707/remove_router_interface => generated 309 bytes in 975 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:49:26.658 8 INFO neutron.pecan_wsgi.hooks.translation [None req-06aeed60-cbed-4d9d-9c84-0587d7d854f2 1c5986167a27460d99205e0e185eee8d a6c02c02015547cdb3b809a690c50e59 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 788/1526] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:49:26 2026] DELETE /v2.0/subnets/989ab31f-2d42-4f29-b62a-8db8aaa4e4de => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:49:26.730 7 INFO neutron_taas.services.taas.taas_plugin [None req-7912a635-0d4d-4964-936a-268813d0b560 dac61af54d394ffa86870d756962b495 ef3f0f74c8ce4e3a87ecb4814adbb426 - - default default] TaaS: Handle Delete Port: d6c3d82c-16c0-448c-b94c-9455af154645 2026-04-23 10:49:26.734 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7912a635-0d4d-4964-936a-268813d0b560 dac61af54d394ffa86870d756962b495 ef3f0f74c8ce4e3a87ecb4814adbb426 - - default default] Tap Mirror: Handle Delete Port: d6c3d82c-16c0-448c-b94c-9455af154645 2026-04-23 10:49:26.876 8 INFO neutron_taas.services.taas.taas_plugin [None req-33460056-1b50-4d58-bb6f-4803f2644dbb a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: 1c7f0343-1187-4b74-a99c-3b8a7be52836 2026-04-23 10:49:26.880 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33460056-1b50-4d58-bb6f-4803f2644dbb a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: 1c7f0343-1187-4b74-a99c-3b8a7be52836 [pid: 7|app: 0|req: 739/1527] 10.0.0.24 () {32 vars in 730 bytes} [Thu Apr 23 10:49:26 2026] DELETE /v2.0/floatingips/899b4d08-6cf8-4a8f-a0de-31faae53cfce => generated 0 bytes in 367 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:49:27.233 8 INFO neutron_taas.services.taas.taas_plugin [None req-33460056-1b50-4d58-bb6f-4803f2644dbb a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: 217d7045-1eb3-4a09-a3dc-c9949aea45b2 2026-04-23 10:49:27.236 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33460056-1b50-4d58-bb6f-4803f2644dbb a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: 217d7045-1eb3-4a09-a3dc-c9949aea45b2 [pid: 7|app: 0|req: 740/1528] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:49:27 2026] GET /v2.0/security-groups?tenant_id=a6c02c02015547cdb3b809a690c50e59&name=default => generated 2925 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:49:27.633 8 INFO neutron.services.segments.plugin [-] Segment 326299ef-1726-4c05-9875-b90d98584a25 resource provider aggregate not found 2026-04-23 10:49:27.639 8 INFO neutron.services.segments.plugin [-] Segment 326299ef-1726-4c05-9875-b90d98584a25 resource provider aggregate not found [pid: 7|app: 0|req: 741/1529] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:49:27 2026] DELETE /v2.0/security-groups/0c28a0f7-4a89-489f-997a-39025fea8cc9 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:49:27.659 8 INFO neutron.services.segments.plugin [-] Segment 326299ef-1726-4c05-9875-b90d98584a25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 326299ef-1726-4c05-9875-b90d98584a25 found for delete ", "request_id": "req-daa78034-d3c6-496c-bd12-723939a0cd19"}]} 2026-04-23 10:49:27.659 8 INFO neutron.db.l3_hamode_db [None req-33460056-1b50-4d58-bb6f-4803f2644dbb a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] HA network 95a37fe3-f2ce-4445-ae5e-7f017650d77e was deleted as no HA routers are present in tenant 7ba5c3e5827a463aa38fddd6baa8995e. [pid: 8|app: 0|req: 789/1530] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:49:26 2026] DELETE /v2.0/routers/2097ebee-6b60-48a6-b95c-0d4ae1c6a707 => generated 0 bytes in 1002 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:49:27.666 8 INFO neutron.services.segments.plugin [-] Segment 326299ef-1726-4c05-9875-b90d98584a25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 326299ef-1726-4c05-9875-b90d98584a25 found for delete ", "request_id": "req-04d4a9a8-f477-42be-a163-52b34597982b"}]} [pid: 7|app: 0|req: 742/1531] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:49:27 2026] DELETE /v2.0/subnets/1770c0c0-e711-48eb-a3e3-72ea56e6765d => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:49:27.949 7 INFO neutron_taas.services.taas.taas_plugin [None req-ccd4e5c1-0c76-4863-bf81-4e5b0fe5007f a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: a5a57c3b-5db9-4c2b-9485-f9b8a4e5f977 2026-04-23 10:49:27.961 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ccd4e5c1-0c76-4863-bf81-4e5b0fe5007f a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: a5a57c3b-5db9-4c2b-9485-f9b8a4e5f977 [pid: 8|app: 0|req: 790/1532] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:49:27 2026] GET /v2.0/security-groups?tenant_id=ef3f0f74c8ce4e3a87ecb4814adbb426&name=default => generated 2925 bytes in 366 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:49:28.152 7 INFO neutron.services.segments.plugin [-] Segment f2e8cb9e-b7ed-4b6c-8386-cc4af54ea5e0 resource provider aggregate not found 2026-04-23 10:49:28.161 7 INFO neutron.services.segments.plugin [-] Segment f2e8cb9e-b7ed-4b6c-8386-cc4af54ea5e0 resource provider aggregate not found 2026-04-23 10:49:28.179 7 INFO neutron.services.segments.plugin [-] Segment f2e8cb9e-b7ed-4b6c-8386-cc4af54ea5e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2e8cb9e-b7ed-4b6c-8386-cc4af54ea5e0 found for delete ", "request_id": "req-89d32162-dd31-44e8-bd84-6bdd65115b88"}]} 2026-04-23 10:49:28.181 7 INFO neutron.services.segments.plugin [-] Segment f2e8cb9e-b7ed-4b6c-8386-cc4af54ea5e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2e8cb9e-b7ed-4b6c-8386-cc4af54ea5e0 found for delete ", "request_id": "req-d8bdc62e-b562-4a69-b461-9966402e9fb2"}]} [pid: 7|app: 0|req: 743/1533] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:49:27 2026] DELETE /v2.0/networks/707d2f17-4aab-4466-be15-242351bbbc53 => generated 0 bytes in 367 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1534] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:49:28 2026] GET /v2.0/security-groups?tenant_id=1466f9ec52fc49619f191316fde3b200&name=default => generated 2925 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1535] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:49:28 2026] DELETE /v2.0/security-groups/744e2d43-041a-47cf-bdf3-2ab8037aa027 => 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: 745/1536] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:49:28 2026] GET /v2.0/security-groups?tenant_id=7ba5c3e5827a463aa38fddd6baa8995e&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1537] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:49:28 2026] DELETE /v2.0/security-groups/f8b02767-516f-460d-a690-5692cede6154 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1538] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:49:28 2026] DELETE /v2.0/security-groups/55c4b6e5-2b53-46dd-bf73-045c7e1a0a03 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1539] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:49:28 2026] GET /v2.0/security-groups?tenant_id=fb59e44a915a403dba73da438a790f6e&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1540] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:49:28 2026] DELETE /v2.0/security-groups/19e78732-7d08-41cc-91d3-6265616b5da1 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1541] 10.0.0.24 () {32 vars in 621 bytes} [Thu Apr 23 10:49:29 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: 748/1542] 10.0.0.24 () {32 vars in 631 bytes} [Thu Apr 23 10:49:29 2026] GET /v2.0/ => generated 632 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1543] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:49:30 2026] GET /v2.0/security-groups?tenant_id=bf522630275046f08403a73c923e8ffa&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: 749/1544] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:49:30 2026] DELETE /v2.0/security-groups/e1d54965-3c78-49a3-a573-0d8444a97d5f => 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: 750/1545] 10.0.0.196 () {32 vars in 800 bytes} [Thu Apr 23 10:49:31 2026] GET /v2.0/extensions => generated 21537 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1546] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:49:31 2026] GET /v2.0/security-groups?tenant_id=3937f397133a44c4ba9c17809a581eba&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: 751/1547] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:49:32 2026] DELETE /v2.0/security-groups/b3be0f9c-8cfd-4b5e-aea8-26a048e528f6 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1548] 10.0.0.196 () {30 vars in 723 bytes} [Thu Apr 23 10:49:32 2026] GET /v2.0/quotas/fbde4e5f38bb435e8280b8b964076265/details => generated 847 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:49:35.448 7 INFO neutron.db.segments_db [None req-bd610fc4-4441-4498-910c-bec1acb1f830 d2a61f8693424f47946dad5dbd3f1e0f cf9c6b7211984235802ade84924196f9 - - default default] Added segment 7a311894-adfe-4ab1-8213-49635c0de62f of type vxlan for network da44cf47-94aa-402b-9aef-13e82401bffa [pid: 7|app: 0|req: 752/1549] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:49:35 2026] POST /v2.0/networks => generated 613 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1550] 10.0.0.196 () {32 vars in 800 bytes} [Thu Apr 23 10:49:35 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1551] 10.0.0.196 () {30 vars in 723 bytes} [Thu Apr 23 10:49:35 2026] GET /v2.0/quotas/fbde4e5f38bb435e8280b8b964076265/details => generated 847 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1552] 10.0.0.24 () {34 vars in 662 bytes} [Thu Apr 23 10:49:35 2026] POST /v2.0/ports => generated 743 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:49:35.975 7 INFO neutron.db.segments_db [None req-e41fa0d8-10cf-4d7a-8ffb-2d034ab72f05 d2a61f8693424f47946dad5dbd3f1e0f cf9c6b7211984235802ade84924196f9 - - default default] Added segment e230099e-7a35-46fb-9040-309c208e16f0 of type vxlan for network abd9f4fa-481e-43f9-b7b8-636cc69d5560 [pid: 7|app: 0|req: 755/1553] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:49:35 2026] POST /v2.0/networks => generated 612 bytes in 119 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: 799/1554] 10.0.0.24 () {34 vars in 662 bytes} [Thu Apr 23 10:49:36 2026] POST /v2.0/ports => generated 743 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:49:36.413 7 INFO neutron.db.segments_db [None req-47e87eb2-10cb-42ce-9e22-df853ffc8bc3 d2a61f8693424f47946dad5dbd3f1e0f cf9c6b7211984235802ade84924196f9 - - default default] Added segment 407bed64-4be6-402d-8f8d-0082d2cb4a2f of type vxlan for network dfccb8f2-0126-4724-af40-8f869f5a7caf [pid: 7|app: 0|req: 756/1555] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:49:36 2026] POST /v2.0/networks => generated 613 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 800/1556] 10.0.0.24 () {34 vars in 662 bytes} [Thu Apr 23 10:49:36 2026] POST /v2.0/ports => generated 743 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 10:49:36.870 8 INFO neutron.db.segments_db [None req-db0333f1-46c1-48d2-b0b4-2740040d155b d2a61f8693424f47946dad5dbd3f1e0f cf9c6b7211984235802ade84924196f9 - - default default] Added segment adc52aca-b324-4996-bed0-937ee0e48b45 of type vxlan for network c5a1d135-8aa1-490f-9839-c79c627410e3 [pid: 8|app: 0|req: 801/1557] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:49:36 2026] POST /v2.0/networks => generated 613 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1558] 10.0.0.24 () {34 vars in 662 bytes} [Thu Apr 23 10:49:36 2026] POST /v2.0/ports => generated 743 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-23 10:49:37.369 8 INFO neutron.db.segments_db [None req-e9791a5a-1d65-4c40-b201-5f781a1cf9a2 d2a61f8693424f47946dad5dbd3f1e0f cf9c6b7211984235802ade84924196f9 - - default default] Added segment 68fb699e-da1d-42a3-8278-f36f493fcfce of type vxlan for network 447b5d98-cd37-4e32-bf43-66d91051fb81 2026-04-23 10:49:37.409 7 INFO neutron.db.segments_db [None req-727c3825-e856-49d1-aba5-f89ed3b68c15 8190d75867be40dab32be13f0dfbe7ca a7dafc7741d04e638ab10636ed36501b - - default default] Added segment bb46313b-91fd-441e-a44e-5c60c3177a2e of type vxlan for network 1b2339d1-da8b-49ea-a888-1d4f1ff67cf5 [pid: 8|app: 0|req: 803/1559] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:49:37 2026] POST /v2.0/networks => generated 613 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1560] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:49:36 2026] POST /v2.0/networks => generated 708 bytes in 898 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1561] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:49:37 2026] POST /v2.0/subnets => generated 644 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:49:37.745 7 WARNING neutron.api.v2.base [None req-3fd46930-aed6-4138-ac24-e62fe9c19238 8190d75867be40dab32be13f0dfbe7ca a7dafc7741d04e638ab10636ed36501b - - 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-23 10:49:37.746 7 INFO neutron.api.v2.resource [None req-3fd46930-aed6-4138-ac24-e62fe9c19238 8190d75867be40dab32be13f0dfbe7ca a7dafc7741d04e638ab10636ed36501b - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 759/1562] 10.0.0.24 () {34 vars in 679 bytes} [Thu Apr 23 10:49:37 2026] POST /v2.0/rbac-policies => generated 143 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1563] 10.0.0.24 () {34 vars in 662 bytes} [Thu Apr 23 10:49:37 2026] POST /v2.0/ports => generated 743 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 805/1564] 10.0.0.24 () {34 vars in 745 bytes} [Thu Apr 23 10:49:37 2026] PUT /v2.0/ports/b54e23a5-6e2a-4f3c-a01d-d6d23b9c9954/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 806/1565] 10.0.0.24 () {34 vars in 745 bytes} [Thu Apr 23 10:49:37 2026] PUT /v2.0/ports/7f18926a-08e9-4dc7-931f-6571c0374637/tags => generated 25 bytes in 83 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-23 10:49:37.963 7 INFO neutron.services.segments.plugin [-] Segment bb46313b-91fd-441e-a44e-5c60c3177a2e resource provider aggregate not found 2026-04-23 10:49:37.974 7 INFO neutron.services.segments.plugin [-] Segment bb46313b-91fd-441e-a44e-5c60c3177a2e resource provider aggregate not found 2026-04-23 10:49:37.993 7 INFO neutron.services.segments.plugin [-] Segment bb46313b-91fd-441e-a44e-5c60c3177a2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb46313b-91fd-441e-a44e-5c60c3177a2e found for delete ", "request_id": "req-50f34023-0a93-4b7e-b52d-a59705284d1f"}]} 2026-04-23 10:49:37.994 7 INFO neutron.services.segments.plugin [-] Segment bb46313b-91fd-441e-a44e-5c60c3177a2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb46313b-91fd-441e-a44e-5c60c3177a2e found for delete ", "request_id": "req-98cb2588-3bd7-477b-9763-e3b121c09d77"}]} [pid: 7|app: 0|req: 760/1566] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:49:37 2026] DELETE /v2.0/networks/1b2339d1-da8b-49ea-a888-1d4f1ff67cf5 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1567] 10.0.0.24 () {34 vars in 745 bytes} [Thu Apr 23 10:49:37 2026] PUT /v2.0/ports/ea3b3629-f681-4f5b-b38c-0cb95c4cdfe9/tags => generated 34 bytes in 79 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-23 10:49:38.057 8 INFO neutron.db.segments_db [None req-15f86f54-1219-4e89-8dbd-8e889a191a3e 8190d75867be40dab32be13f0dfbe7ca a7dafc7741d04e638ab10636ed36501b - - default default] Added segment f1add879-6956-44ac-8887-5e0f9e4cd916 of type vxlan for network efe91635-4064-467a-8822-86dcea7289da [pid: 7|app: 0|req: 761/1568] 10.0.0.24 () {34 vars in 745 bytes} [Thu Apr 23 10:49:38 2026] PUT /v2.0/ports/7753b697-9e72-46ea-ab27-fb6521651d95/tags => generated 19 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 808/1569] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:49:38 2026] POST /v2.0/networks => generated 706 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1572] 10.0.0.24 () {32 vars in 658 bytes} [Thu Apr 23 10:49:38 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1573] 10.0.0.24 () {32 vars in 672 bytes} [Thu Apr 23 10:49:38 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1574] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:49:38 2026] POST /v2.0/subnets => generated 647 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:49:38.323 8 WARNING neutron.api.v2.base [None req-24002b71-4541-4158-8684-086ed445ad07 8190d75867be40dab32be13f0dfbe7ca a7dafc7741d04e638ab10636ed36501b - - 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-23 10:49:38.325 8 INFO neutron.api.v2.resource [None req-24002b71-4541-4158-8684-086ed445ad07 8190d75867be40dab32be13f0dfbe7ca a7dafc7741d04e638ab10636ed36501b - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 812/1575] 10.0.0.24 () {34 vars in 679 bytes} [Thu Apr 23 10:49:38 2026] POST /v2.0/rbac-policies => generated 547 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1576] 10.0.0.24 () {32 vars in 668 bytes} [Thu Apr 23 10:49:38 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1577] 10.0.0.24 () {32 vars in 680 bytes} [Thu Apr 23 10:49:38 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:49:38.572 8 INFO neutron.services.segments.plugin [-] Segment f1add879-6956-44ac-8887-5e0f9e4cd916 resource provider aggregate not found 2026-04-23 10:49:38.577 8 INFO neutron.services.segments.plugin [-] Segment f1add879-6956-44ac-8887-5e0f9e4cd916 resource provider aggregate not found 2026-04-23 10:49:38.602 8 INFO neutron.services.segments.plugin [-] Segment f1add879-6956-44ac-8887-5e0f9e4cd916 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1add879-6956-44ac-8887-5e0f9e4cd916 found for delete ", "request_id": "req-35c31fc7-4ed4-4535-bfb2-468bdc8e96ce"}]} 2026-04-23 10:49:38.613 8 INFO neutron.services.segments.plugin [-] Segment f1add879-6956-44ac-8887-5e0f9e4cd916 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1add879-6956-44ac-8887-5e0f9e4cd916 found for delete ", "request_id": "req-6484aa3d-aead-4bce-80e3-8fa63843a168"}]} [pid: 8|app: 0|req: 813/1578] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:49:38 2026] DELETE /v2.0/networks/efe91635-4064-467a-8822-86dcea7289da => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1579] 10.0.0.24 () {32 vars in 666 bytes} [Thu Apr 23 10:49:38 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1580] 10.0.0.24 () {32 vars in 680 bytes} [Thu Apr 23 10:49:38 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:49:38.695 8 INFO neutron.db.segments_db [None req-3babce1b-e48e-4dc8-85d1-05dda8d28a3e 8190d75867be40dab32be13f0dfbe7ca a7dafc7741d04e638ab10636ed36501b - - default default] Added segment 7c7cdcdb-0852-48cc-bb3c-4edfc25ee80c of type vxlan for network 61551819-7fba-4a87-9a64-66d2103d7df9 [pid: 7|app: 0|req: 768/1581] 10.0.0.24 () {32 vars in 676 bytes} [Thu Apr 23 10:49:38 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1582] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:49:38 2026] POST /v2.0/networks => generated 708 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1583] 10.0.0.24 () {32 vars in 688 bytes} [Thu Apr 23 10:49:38 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:49:38.934 7 INFO neutron_taas.services.taas.taas_plugin [None req-fc7bfe37-668a-4f71-a05f-2e265c2946e3 d2a61f8693424f47946dad5dbd3f1e0f cf9c6b7211984235802ade84924196f9 - - default default] TaaS: Handle Delete Port: b54e23a5-6e2a-4f3c-a01d-d6d23b9c9954 2026-04-23 10:49:38.939 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc7bfe37-668a-4f71-a05f-2e265c2946e3 d2a61f8693424f47946dad5dbd3f1e0f cf9c6b7211984235802ade84924196f9 - - default default] Tap Mirror: Handle Delete Port: b54e23a5-6e2a-4f3c-a01d-d6d23b9c9954 [pid: 8|app: 0|req: 815/1584] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:49:38 2026] POST /v2.0/subnets => generated 647 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1585] 10.0.0.24 () {32 vars in 718 bytes} [Thu Apr 23 10:49:38 2026] DELETE /v2.0/ports/b54e23a5-6e2a-4f3c-a01d-d6d23b9c9954 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1586] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:49:38 2026] GET /v2.0/security-groups?tenant_id=fbde4e5f38bb435e8280b8b964076265&name=default => generated 2925 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1587] 10.0.0.24 () {34 vars in 679 bytes} [Thu Apr 23 10:49:39 2026] POST /v2.0/rbac-policies => generated 324 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:49:39.308 8 INFO neutron_taas.services.taas.taas_plugin [None req-7b97eea5-3ce4-40d9-ad68-bbdc73df0d5b d2a61f8693424f47946dad5dbd3f1e0f cf9c6b7211984235802ade84924196f9 - - default default] TaaS: Handle Delete Port: 7f18926a-08e9-4dc7-931f-6571c0374637 2026-04-23 10:49:39.311 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b97eea5-3ce4-40d9-ad68-bbdc73df0d5b d2a61f8693424f47946dad5dbd3f1e0f cf9c6b7211984235802ade84924196f9 - - default default] Tap Mirror: Handle Delete Port: 7f18926a-08e9-4dc7-931f-6571c0374637 [pid: 7|app: 0|req: 772/1588] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:49:39 2026] DELETE /v2.0/security-groups/32d99743-1ce3-45e7-9d8f-7adf845a9f79 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1589] 10.0.0.24 () {32 vars in 718 bytes} [Thu Apr 23 10:49:39 2026] DELETE /v2.0/ports/7f18926a-08e9-4dc7-931f-6571c0374637 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:49:39.475 7 INFO neutron_taas.services.taas.taas_plugin [None req-a03c3fa9-d3cd-4c66-b4c0-d8d2b7810330 d2a61f8693424f47946dad5dbd3f1e0f cf9c6b7211984235802ade84924196f9 - - default default] TaaS: Handle Delete Port: ea3b3629-f681-4f5b-b38c-0cb95c4cdfe9 2026-04-23 10:49:39.479 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a03c3fa9-d3cd-4c66-b4c0-d8d2b7810330 d2a61f8693424f47946dad5dbd3f1e0f cf9c6b7211984235802ade84924196f9 - - default default] Tap Mirror: Handle Delete Port: ea3b3629-f681-4f5b-b38c-0cb95c4cdfe9 [pid: 7|app: 0|req: 773/1590] 10.0.0.24 () {32 vars in 718 bytes} [Thu Apr 23 10:49:39 2026] DELETE /v2.0/ports/ea3b3629-f681-4f5b-b38c-0cb95c4cdfe9 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:49:39.651 8 INFO neutron_taas.services.taas.taas_plugin [None req-f27a15d8-9d97-4d28-b4c3-49fc33259cd9 d2a61f8693424f47946dad5dbd3f1e0f cf9c6b7211984235802ade84924196f9 - - default default] TaaS: Handle Delete Port: 7753b697-9e72-46ea-ab27-fb6521651d95 2026-04-23 10:49:39.655 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f27a15d8-9d97-4d28-b4c3-49fc33259cd9 d2a61f8693424f47946dad5dbd3f1e0f cf9c6b7211984235802ade84924196f9 - - default default] Tap Mirror: Handle Delete Port: 7753b697-9e72-46ea-ab27-fb6521651d95 [pid: 8|app: 0|req: 818/1591] 10.0.0.24 () {32 vars in 718 bytes} [Thu Apr 23 10:49:39 2026] DELETE /v2.0/ports/7753b697-9e72-46ea-ab27-fb6521651d95 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1592] 10.0.0.24 () {32 vars in 721 bytes} [Thu Apr 23 10:49:39 2026] GET /v2.0/networks/61551819-7fba-4a87-9a64-66d2103d7df9 => generated 655 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:49:39.828 8 INFO neutron_taas.services.taas.taas_plugin [None req-a2906d4c-cd71-44f8-b93b-994fd17da37e d2a61f8693424f47946dad5dbd3f1e0f cf9c6b7211984235802ade84924196f9 - - default default] TaaS: Handle Delete Port: 581d53e4-cfe5-4825-ada6-da57db451323 2026-04-23 10:49:39.832 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2906d4c-cd71-44f8-b93b-994fd17da37e d2a61f8693424f47946dad5dbd3f1e0f cf9c6b7211984235802ade84924196f9 - - default default] Tap Mirror: Handle Delete Port: 581d53e4-cfe5-4825-ada6-da57db451323 [pid: 8|app: 0|req: 819/1593] 10.0.0.24 () {32 vars in 718 bytes} [Thu Apr 23 10:49:39 2026] DELETE /v2.0/ports/581d53e4-cfe5-4825-ada6-da57db451323 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:49:40.030 7 INFO neutron.services.segments.plugin [-] Segment 7a311894-adfe-4ab1-8213-49635c0de62f resource provider aggregate not found 2026-04-23 10:49:40.038 7 INFO neutron.services.segments.plugin [-] Segment 7a311894-adfe-4ab1-8213-49635c0de62f resource provider aggregate not found 2026-04-23 10:49:40.054 7 INFO neutron.services.segments.plugin [-] Segment 7a311894-adfe-4ab1-8213-49635c0de62f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a311894-adfe-4ab1-8213-49635c0de62f found for delete ", "request_id": "req-ad75fe52-2d6c-4ee6-bb27-3acb3dc202c8"}]} 2026-04-23 10:49:40.055 7 INFO neutron.services.segments.plugin [-] Segment 7a311894-adfe-4ab1-8213-49635c0de62f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a311894-adfe-4ab1-8213-49635c0de62f found for delete ", "request_id": "req-a86190e4-303a-46c7-a807-0eacdcec40a8"}]} [pid: 7|app: 0|req: 775/1594] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:49:39 2026] DELETE /v2.0/networks/da44cf47-94aa-402b-9aef-13e82401bffa => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:49:40.174 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fe98862f-c85f-49a5-bde2-e42745479aa2 955b6db9eca948dfbb953f4c47a485b2 907cb143d44f4154a1bb167c32435ba4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 776/1595] 10.0.0.24 () {32 vars in 721 bytes} [Thu Apr 23 10:49:40 2026] GET /v2.0/networks/61551819-7fba-4a87-9a64-66d2103d7df9 => 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: 820/1596] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:49:40 2026] DELETE /v2.0/networks/abd9f4fa-481e-43f9-b7b8-636cc69d5560 => 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: 821/1597] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:49:40 2026] DELETE /v2.0/networks/dfccb8f2-0126-4724-af40-8f869f5a7caf => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1598] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:49:40 2026] DELETE /v2.0/networks/61551819-7fba-4a87-9a64-66d2103d7df9 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:49:40.400 7 INFO neutron.pecan_wsgi.hooks.translation [None req-703a0912-0cba-4774-947f-4d2090ce1b0f 8190d75867be40dab32be13f0dfbe7ca a7dafc7741d04e638ab10636ed36501b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 778/1599] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:49:40 2026] DELETE /v2.0/subnets/06bcbfc7-145a-4c4e-b888-793c25c8e15e => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:49:40.420 7 INFO neutron.pecan_wsgi.hooks.translation [None req-61431594-45d7-4c2c-986e-efc241fc7b47 8190d75867be40dab32be13f0dfbe7ca a7dafc7741d04e638ab10636ed36501b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 779/1600] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:49:40 2026] DELETE /v2.0/subnets/f5ae485c-cbf8-4da8-ad88-1ad8875a7366 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:49:40.440 7 INFO neutron.pecan_wsgi.hooks.translation [None req-94c2e470-9033-4a96-89df-67dd872ed322 8190d75867be40dab32be13f0dfbe7ca a7dafc7741d04e638ab10636ed36501b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 780/1601] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:49:40 2026] DELETE /v2.0/subnets/29c41491-2b8e-4be4-9b9e-57c9b2be044e => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1602] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:49:40 2026] DELETE /v2.0/networks/c5a1d135-8aa1-490f-9839-c79c627410e3 => 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: 781/1603] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:49:40 2026] DELETE /v2.0/networks/447b5d98-cd37-4e32-bf43-66d91051fb81 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:49:40.625 8 INFO neutron.services.segments.plugin [-] Segment e230099e-7a35-46fb-9040-309c208e16f0 resource provider aggregate not found 2026-04-23 10:49:40.629 8 INFO neutron.services.segments.plugin [-] Segment e230099e-7a35-46fb-9040-309c208e16f0 resource provider aggregate not found 2026-04-23 10:49:40.643 8 INFO neutron.services.segments.plugin [-] Segment e230099e-7a35-46fb-9040-309c208e16f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e230099e-7a35-46fb-9040-309c208e16f0 found for delete ", "request_id": "req-9aab4de6-9d5e-48bf-8842-ae39fb1eee92"}]} 2026-04-23 10:49:40.648 8 INFO neutron.services.segments.plugin [-] Segment e230099e-7a35-46fb-9040-309c208e16f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e230099e-7a35-46fb-9040-309c208e16f0 found for delete ", "request_id": "req-9125b9c5-218a-4883-aa49-f61f49ab450c"}]} 2026-04-23 10:49:40.662 8 INFO neutron.services.segments.plugin [-] Segment 407bed64-4be6-402d-8f8d-0082d2cb4a2f resource provider aggregate not found 2026-04-23 10:49:40.666 8 INFO neutron.services.segments.plugin [-] Segment 407bed64-4be6-402d-8f8d-0082d2cb4a2f resource provider aggregate not found 2026-04-23 10:49:40.678 8 INFO neutron.services.segments.plugin [-] Segment 407bed64-4be6-402d-8f8d-0082d2cb4a2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 407bed64-4be6-402d-8f8d-0082d2cb4a2f found for delete ", "request_id": "req-4ec990d4-5ab9-45e9-8007-e4cb8f5f7c22"}]} 2026-04-23 10:49:40.683 8 INFO neutron.services.segments.plugin [-] Segment 407bed64-4be6-402d-8f8d-0082d2cb4a2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 407bed64-4be6-402d-8f8d-0082d2cb4a2f found for delete ", "request_id": "req-049183e9-0de9-4537-8ad4-44a5f7836b71"}]} 2026-04-23 10:49:40.699 8 INFO neutron.services.segments.plugin [-] Segment adc52aca-b324-4996-bed0-937ee0e48b45 resource provider aggregate not found 2026-04-23 10:49:40.699 8 INFO neutron.services.segments.plugin [-] Segment adc52aca-b324-4996-bed0-937ee0e48b45 resource provider aggregate not found 2026-04-23 10:49:40.719 8 INFO neutron.services.segments.plugin [-] Segment adc52aca-b324-4996-bed0-937ee0e48b45 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid adc52aca-b324-4996-bed0-937ee0e48b45 found for delete ", "request_id": "req-b7be9538-c4ae-40fb-aa57-d631991ba0ef"}]} 2026-04-23 10:49:40.720 8 INFO neutron.services.segments.plugin [-] Segment adc52aca-b324-4996-bed0-937ee0e48b45 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid adc52aca-b324-4996-bed0-937ee0e48b45 found for delete ", "request_id": "req-534ae9a4-50da-4ca1-8349-7148af787120"}]} [pid: 8|app: 0|req: 823/1604] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:49:41 2026] GET /v2.0/security-groups?tenant_id=0521d64b4c444e0f844bf21e2abec535&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: 782/1605] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:49:41 2026] GET /v2.0/security-groups?tenant_id=cf9c6b7211984235802ade84924196f9&name=default => generated 2925 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1606] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:49:41 2026] DELETE /v2.0/security-groups/2e0631fe-f651-4e92-bfea-e52ad64594a5 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1607] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:49:41 2026] DELETE /v2.0/security-groups/b06446f4-fc3b-404f-a8da-31e0368d7b07 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1608] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:49:41 2026] GET /v2.0/security-groups?tenant_id=907cb143d44f4154a1bb167c32435ba4&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: 784/1609] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:49:41 2026] GET /v2.0/security-groups?tenant_id=c4612068ae8f491e8ee0c9e612691b4c&name=default => generated 2925 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1610] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:49:41 2026] DELETE /v2.0/security-groups/583ecc16-f6a1-43d9-9c75-a8021d4427be => generated 0 bytes in 166 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:49:42.078 7 INFO neutron.services.segments.plugin [-] Segment 7c7cdcdb-0852-48cc-bb3c-4edfc25ee80c resource provider aggregate not found 2026-04-23 10:49:42.082 7 INFO neutron.services.segments.plugin [-] Segment 7c7cdcdb-0852-48cc-bb3c-4edfc25ee80c resource provider aggregate not found 2026-04-23 10:49:42.097 7 INFO neutron.services.segments.plugin [-] Segment 7c7cdcdb-0852-48cc-bb3c-4edfc25ee80c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c7cdcdb-0852-48cc-bb3c-4edfc25ee80c found for delete ", "request_id": "req-4f8a71aa-229b-4277-8140-240f5cba9d43"}]} 2026-04-23 10:49:42.110 7 INFO neutron.services.segments.plugin [-] Segment 68fb699e-da1d-42a3-8278-f36f493fcfce resource provider aggregate not found 2026-04-23 10:49:42.115 7 INFO neutron.services.segments.plugin [-] Segment 7c7cdcdb-0852-48cc-bb3c-4edfc25ee80c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c7cdcdb-0852-48cc-bb3c-4edfc25ee80c found for delete ", "request_id": "req-24acddbd-9efb-45b6-96cf-ec9127059aa2"}]} 2026-04-23 10:49:42.121 7 INFO neutron.services.segments.plugin [-] Segment 68fb699e-da1d-42a3-8278-f36f493fcfce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68fb699e-da1d-42a3-8278-f36f493fcfce found for delete ", "request_id": "req-8dbbedc4-bdd7-48f6-ae0a-e69f5b8743e6"}]} 2026-04-23 10:49:42.143 7 INFO neutron.services.segments.plugin [-] Segment 68fb699e-da1d-42a3-8278-f36f493fcfce resource provider aggregate not found 2026-04-23 10:49:42.161 7 INFO neutron.services.segments.plugin [-] Segment 68fb699e-da1d-42a3-8278-f36f493fcfce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68fb699e-da1d-42a3-8278-f36f493fcfce found for delete ", "request_id": "req-dadf613a-977d-4514-ad6f-6e02a17df01f"}]} [pid: 7|app: 0|req: 785/1611] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:49:41 2026] DELETE /v2.0/security-groups/644cf3c2-3214-457d-9ee6-174df44172f3 => generated 0 bytes in 368 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1612] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:49:42 2026] GET /v2.0/security-groups?tenant_id=a7dafc7741d04e638ab10636ed36501b&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1613] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:49:42 2026] DELETE /v2.0/security-groups/e078bd5e-4588-44f8-99d9-8916fc6a96e5 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1614] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:49:42 2026] GET /v2.0/security-groups?tenant_id=09ffa7db5dd54c8aadf5a3f4fab7dc20&name=default => generated 2925 bytes in 484 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:49:43.288 8 INFO neutron.db.segments_db [None req-13808c92-93db-4d44-8b09-ddb0fbdb4750 35e61c089ffc49949609fe0523a258a5 3bfed5fe255d4b23a730ccf1edf9f96f - - default default] Added segment 1e5dbdac-eda6-4091-beb4-49eb88039c65 of type vxlan for network e1d22b14-412d-4d1b-af3b-a7161e531abb [pid: 7|app: 0|req: 788/1615] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:49:43 2026] DELETE /v2.0/security-groups/d0e36d3f-3345-4dd1-8701-6731a02c4a43 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1616] 10.0.0.24 () {34 vars in 669 bytes} [Thu Apr 23 10:49:42 2026] POST /v2.0/networks => generated 613 bytes in 1071 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:49:43.564 7 INFO neutron.db.segments_db [None req-32504387-2378-4aa2-a5a1-b389b58acdb3 35e61c089ffc49949609fe0523a258a5 3bfed5fe255d4b23a730ccf1edf9f96f - - default default] Added segment 0d31a212-89e2-4e87-839a-81bb56ab6769 of type vxlan for network d7d048ac-a46c-4085-8188-30c1938d1177 2026-04-23 10:49:43.818 7 INFO neutron.db.l3_hamode_db [None req-32504387-2378-4aa2-a5a1-b389b58acdb3 35e61c089ffc49949609fe0523a258a5 3bfed5fe255d4b23a730ccf1edf9f96f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:49:44.597 7 INFO neutron.db.l3_hamode_db [None req-32504387-2378-4aa2-a5a1-b389b58acdb3 35e61c089ffc49949609fe0523a258a5 3bfed5fe255d4b23a730ccf1edf9f96f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 789/1617] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:49:43 2026] POST /v2.0/routers => generated 695 bytes in 1985 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1618] 10.0.0.24 () {32 vars in 774 bytes} [Thu Apr 23 10:49:45 2026] GET /v2.0/subnets?project_id=3bfed5fe255d4b23a730ccf1edf9f96f&cidr=10.100.0.0%2F28 => generated 14 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1619] 10.0.0.24 () {32 vars in 692 bytes} [Thu Apr 23 10:49:45 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1620] 10.0.0.24 () {32 vars in 782 bytes} [Thu Apr 23 10:49:45 2026] GET /v2.0/subnets?network_id=c01f1fa1-050e-4e15-ae40-a9bb278a2219&cidr=10.100.0.0%2F28 => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1621] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:49:45 2026] POST /v2.0/subnets => generated 656 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1622] 10.0.0.24 () {34 vars in 781 bytes} [Thu Apr 23 10:49:46 2026] PUT /v2.0/routers/7a36f2be-eaf7-4a1c-86b5-689603e7612a/add_router_interface => generated 309 bytes in 1365 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1623] 10.0.0.24 () {32 vars in 647 bytes} [Thu Apr 23 10:49:47 2026] GET /v2.0/networks => generated 3606 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1624] 10.0.0.24 () {32 vars in 645 bytes} [Thu Apr 23 10:49:47 2026] GET /v2.0/subnets => generated 2594 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1625] 10.0.0.24 () {32 vars in 645 bytes} [Thu Apr 23 10:49:47 2026] GET /v2.0/routers => generated 738 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:49:47.842 8 INFO neutron.db.segments_db [None req-ced99306-69b5-4fa4-bfb4-a6f9137d4909 264db8226f4247b4bf4b5258a2a68afc 5935408836e543bfa73d514f4ed9c5bf - - default default] Added segment 45e1dd6b-940a-4b86-984a-8877266d083b of type vxlan for network 5f5a669b-3877-4a87-aab1-7a2c2b6e5b92 [pid: 8|app: 0|req: 832/1626] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:49:47 2026] POST /v2.0/networks => generated 613 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1627] 10.0.0.24 () {34 vars in 683 bytes} [Thu Apr 23 10:49:47 2026] POST /v2.0/security-groups => generated 1671 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 10:49:48.008 7 INFO neutron.db.segments_db [None req-66b4cd54-e09a-4d54-8edd-8ce615d0b859 264db8226f4247b4bf4b5258a2a68afc 5935408836e543bfa73d514f4ed9c5bf - - default default] Added segment 85db8e96-49ea-4c9c-bc4d-d1dae0d061c1 of type vxlan for network 5861b56d-8205-45d6-9961-5537ed8ac1fc [pid: 7|app: 0|req: 796/1628] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:49:47 2026] POST /v2.0/networks => generated 612 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:49:48.133 8 INFO neutron.db.segments_db [None req-c64cc9ca-0ef8-4483-b59a-17fe5a108f80 a4834ad2965d4dde894c0efe5907e522 b20515fd4c47435788ece1158b207d7f - - default default] Added segment 7ef6976f-f492-4636-8db5-ee5b958a9650 of type vxlan for network bc7e4dd9-5c1e-4ea6-9882-8ac43aeeaece [pid: 7|app: 0|req: 797/1629] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:49:48 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: 833/1630] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:49:47 2026] POST /v2.0/networks => generated 613 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:49:48.270 7 INFO neutron.db.segments_db [None req-7d6ee8ff-351a-4338-8875-0303ccfd4fb7 264db8226f4247b4bf4b5258a2a68afc 5935408836e543bfa73d514f4ed9c5bf - - default default] Added segment 7ebb8633-2096-4a33-bf44-97bbfd8552e0 of type vxlan for network 52612563-75ba-4d70-9962-d7cd28b2f321 [pid: 8|app: 0|req: 834/1631] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:49:48 2026] POST /v2.0/security-group-rules => generated 596 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1632] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:49:48 2026] POST /v2.0/networks => generated 613 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1633] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:49:48 2026] POST /v2.0/security-group-rules => generated 602 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:49:48.519 7 INFO neutron.db.segments_db [None req-37bec095-1c04-487b-b674-03d66b8804b4 264db8226f4247b4bf4b5258a2a68afc 5935408836e543bfa73d514f4ed9c5bf - - default default] Added segment 84f09a27-054e-4b03-92f2-456354153fb1 of type vxlan for network 264c6f58-b238-4fcd-8f01-e54ff9471d27 [pid: 7|app: 0|req: 800/1634] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:49:48 2026] POST /v2.0/networks => generated 613 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1635] 10.0.0.24 () {34 vars in 662 bytes} [Thu Apr 23 10:49:48 2026] POST /v2.0/ports => generated 743 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 10:49:48.699 8 INFO neutron.db.segments_db [None req-e26959ec-832c-402c-9ec1-c97df4c78508 264db8226f4247b4bf4b5258a2a68afc 5935408836e543bfa73d514f4ed9c5bf - - default default] Added segment 92f512a3-ac2b-4f25-b6bd-fa23db2c7acd of type vxlan for network 4b5b2d1a-0f18-4837-a060-25836cc29a22 [pid: 7|app: 0|req: 801/1636] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:49:48 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) [pid: 8|app: 0|req: 836/1637] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:49:48 2026] POST /v2.0/networks => generated 612 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:49:48.845 8 INFO neutron.db.securitygroups_db [None req-3ca41550-c7e2-48ea-bbb9-c940562dffad 35e61c089ffc49949609fe0523a258a5 3bfed5fe255d4b23a730ccf1edf9f96f - - default default] Project 3bfed5fe255d4b23a730ccf1edf9f96f 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: 802/1638] 10.0.0.24 () {34 vars in 664 bytes} [Thu Apr 23 10:49:48 2026] POST /v2.0/trunks => generated 407 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1639] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:49:48 2026] POST /v2.0/security-group-rules => generated 607 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1640] 10.0.0.24 () {34 vars in 751 bytes} [Thu Apr 23 10:49:48 2026] PUT /v2.0/networks/5f5a669b-3877-4a87-aab1-7a2c2b6e5b92/tags => generated 17 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:49:48.990 8 INFO neutron.db.segments_db [None req-ab5ff10c-d4e5-4a5f-bae6-862e7278dc73 a4834ad2965d4dde894c0efe5907e522 b20515fd4c47435788ece1158b207d7f - - default default] Added segment 3571ba3a-d421-4c9f-b2ac-1c6b218f6952 of type vxlan for network b68d4bab-19d4-48a9-9e2c-c9868201d4f2 2026-04-23 10:49:49.013 7 INFO neutron.db.securitygroups_db [None req-d15c5851-cc9e-4789-b06b-2d36b8a7018d 35e61c089ffc49949609fe0523a258a5 3bfed5fe255d4b23a730ccf1edf9f96f - - default default] Project 3bfed5fe255d4b23a730ccf1edf9f96f 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: 838/1641] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:49:48 2026] POST /v2.0/networks => generated 611 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1642] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:49:48 2026] POST /v2.0/security-group-rules => generated 606 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1643] 10.0.0.24 () {34 vars in 751 bytes} [Thu Apr 23 10:49:49 2026] PUT /v2.0/networks/5861b56d-8205-45d6-9961-5537ed8ac1fc/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: 840/1644] 10.0.0.24 () {34 vars in 751 bytes} [Thu Apr 23 10:49:49 2026] PUT /v2.0/networks/52612563-75ba-4d70-9962-d7cd28b2f321/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1645] 10.0.0.24 () {34 vars in 751 bytes} [Thu Apr 23 10:49:49 2026] PUT /v2.0/networks/264c6f58-b238-4fcd-8f01-e54ff9471d27/tags => 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: 842/1646] 10.0.0.24 () {32 vars in 664 bytes} [Thu Apr 23 10:49:49 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1647] 10.0.0.24 () {32 vars in 678 bytes} [Thu Apr 23 10:49:49 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1648] 10.0.0.24 () {32 vars in 674 bytes} [Thu Apr 23 10:49:49 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1649] 10.0.0.24 () {34 vars in 662 bytes} [Thu Apr 23 10:49:49 2026] POST /v2.0/ports => generated 743 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1650] 10.0.0.24 () {32 vars in 686 bytes} [Thu Apr 23 10:49:49 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 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, ' [pid: 7|app: 0|req: 806/1651] 10.0.0.24 () {32 vars in 647 bytes} [Thu Apr 23 10:49:49 2026] GET /v2.0/networks => generated 1297 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1652] 10.0.0.24 () {32 vars in 672 bytes} [Thu Apr 23 10:49:49 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1653] 10.0.0.38 () {34 vars in 1094 bytes} [Thu Apr 23 10:49:49 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-46139491&fields=id&tenant_id=3bfed5fe255d4b23a730ccf1edf9f96f => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1654] 10.0.0.24 () {34 vars in 664 bytes} [Thu Apr 23 10:49:49 2026] POST /v2.0/trunks => generated 407 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1655] 10.0.0.24 () {32 vars in 686 bytes} [Thu Apr 23 10:49:49 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1656] 10.0.0.38 () {34 vars in 980 bytes} [Thu Apr 23 10:49:49 2026] GET /v2.0/networks?id=e1d22b14-412d-4d1b-af3b-a7161e531abb => generated 660 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:49:49.822 7 INFO neutron.db.segments_db [None req-8b42a57b-f71e-42ac-85f7-38df8012a821 a4834ad2965d4dde894c0efe5907e522 b20515fd4c47435788ece1158b207d7f - - default default] Added segment 7ba2484f-53f4-4168-b129-d1d84f161d57 of type vxlan for network 26efe960-c191-43f3-aa7b-e899d3ad98a9 [pid: 8|app: 0|req: 848/1657] 10.0.0.24 () {32 vars in 682 bytes} [Thu Apr 23 10:49:49 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1658] 10.0.0.38 () {34 vars in 963 bytes} [Thu Apr 23 10:49:49 2026] GET /v2.0/quotas/3bfed5fe255d4b23a730ccf1edf9f96f => 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: 850/1659] 10.0.0.24 () {32 vars in 694 bytes} [Thu Apr 23 10:49:49 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1660] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:49:49 2026] POST /v2.0/networks => generated 613 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1661] 10.0.0.38 () {34 vars in 1000 bytes} [Thu Apr 23 10:49:49 2026] GET /v2.0/ports?tenant_id=3bfed5fe255d4b23a730ccf1edf9f96f&fields=id => generated 103 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:49:50.063 7 INFO neutron.services.segments.plugin [-] Segment 45e1dd6b-940a-4b86-984a-8877266d083b resource provider aggregate not found 2026-04-23 10:49:50.065 7 INFO neutron.services.segments.plugin [-] Segment 45e1dd6b-940a-4b86-984a-8877266d083b resource provider aggregate not found 2026-04-23 10:49:50.083 7 INFO neutron.services.segments.plugin [-] Segment 45e1dd6b-940a-4b86-984a-8877266d083b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45e1dd6b-940a-4b86-984a-8877266d083b found for delete ", "request_id": "req-e3808a13-10cc-44c5-b143-002e876ee1d8"}]} 2026-04-23 10:49:50.088 7 INFO neutron.services.segments.plugin [-] Segment 45e1dd6b-940a-4b86-984a-8877266d083b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45e1dd6b-940a-4b86-984a-8877266d083b found for delete ", "request_id": "req-2411b951-0d04-4032-a610-d01257c42629"}]} [pid: 7|app: 0|req: 811/1662] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:49:49 2026] DELETE /v2.0/networks/5f5a669b-3877-4a87-aab1-7a2c2b6e5b92 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1663] 10.0.0.38 () {34 vars in 1006 bytes} [Thu Apr 23 10:49:50 2026] GET /v2.0/networks/e1d22b14-412d-4d1b-af3b-a7161e531abb?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: 813/1664] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:49:50 2026] DELETE /v2.0/networks/5861b56d-8205-45d6-9961-5537ed8ac1fc => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1665] 10.0.0.38 () {34 vars in 1106 bytes} [Thu Apr 23 10:49:50 2026] GET /v2.0/networks/e1d22b14-412d-4d1b-af3b-a7161e531abb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1666] 10.0.0.24 () {34 vars in 662 bytes} [Thu Apr 23 10:49:49 2026] POST /v2.0/ports => generated 743 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 815/1667] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:49:50 2026] DELETE /v2.0/networks/52612563-75ba-4d70-9962-d7cd28b2f321 => 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: 816/1668] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:49:50 2026] GET /v2.0/ports?device_id=a8860c83-4037-483d-8329-6131b8a05929 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1669] 10.0.0.24 () {34 vars in 664 bytes} [Thu Apr 23 10:49:50 2026] POST /v2.0/trunks => generated 407 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1670] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:49:50 2026] DELETE /v2.0/networks/264c6f58-b238-4fcd-8f01-e54ff9471d27 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:49:50.621 8 INFO neutron.db.segments_db [None req-0f87fc4c-c580-4626-8932-4959c35b07f0 a4834ad2965d4dde894c0efe5907e522 b20515fd4c47435788ece1158b207d7f - - default default] Added segment 9c9418e3-c1a2-4aa9-90d7-606c98474f47 of type vxlan for network 899d6ecf-4fd2-4c36-9e71-ec778343226b [pid: 8|app: 0|req: 854/1671] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:49:50 2026] POST /v2.0/networks => generated 613 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1672] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:49:50 2026] DELETE /v2.0/networks/4b5b2d1a-0f18-4837-a060-25836cc29a22 => 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: 855/1673] 10.0.0.24 () {34 vars in 662 bytes} [Thu Apr 23 10:49:50 2026] POST /v2.0/ports => generated 743 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1674] 10.0.0.24 () {34 vars in 664 bytes} [Thu Apr 23 10:49:51 2026] POST /v2.0/trunks => generated 407 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-23 10:49:51.362 8 INFO neutron.db.segments_db [None req-18429f8a-e91e-428d-9980-efb1cda8c1b4 a4834ad2965d4dde894c0efe5907e522 b20515fd4c47435788ece1158b207d7f - - default default] Added segment 9e19a0ac-4bce-4472-8407-19a97e60c0f0 of type vxlan for network 1910bf1e-b699-4bab-b94b-0ca589ca599b [pid: 8|app: 0|req: 856/1675] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:49:51 2026] POST /v2.0/networks => generated 613 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1676] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:49:51 2026] GET /v2.0/ports?device_id=a8860c83-4037-483d-8329-6131b8a05929 => 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: 820/1677] 10.0.0.24 () {34 vars in 662 bytes} [Thu Apr 23 10:49:51 2026] POST /v2.0/ports => generated 743 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 858/1678] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:49:51 2026] GET /v2.0/security-groups?tenant_id=45e2637806ac4021aaba8a40caf2dbff&name=default => generated 2925 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1679] 10.0.0.24 () {34 vars in 664 bytes} [Thu Apr 23 10:49:51 2026] POST /v2.0/trunks => generated 407 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1680] 10.0.0.24 () {34 vars in 747 bytes} [Thu Apr 23 10:49:51 2026] PUT /v2.0/trunks/4911bc05-9629-4953-a37e-e9cefac32230/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1681] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:49:51 2026] DELETE /v2.0/security-groups/4d49230a-0bbe-46e5-a262-a77a79634d50 => 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: 823/1682] 10.0.0.24 () {34 vars in 747 bytes} [Thu Apr 23 10:49:51 2026] PUT /v2.0/trunks/f5e21c33-553c-46a3-95b0-4461b76977e1/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:49:52.105 7 INFO neutron.services.segments.plugin [-] Segment 85db8e96-49ea-4c9c-bc4d-d1dae0d061c1 resource provider aggregate not found 2026-04-23 10:49:52.113 7 INFO neutron.services.segments.plugin [-] Segment 85db8e96-49ea-4c9c-bc4d-d1dae0d061c1 resource provider aggregate not found 2026-04-23 10:49:52.129 7 INFO neutron.services.segments.plugin [-] Segment 85db8e96-49ea-4c9c-bc4d-d1dae0d061c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85db8e96-49ea-4c9c-bc4d-d1dae0d061c1 found for delete ", "request_id": "req-be48df1e-6ac7-4590-bb0d-533fd4e1d10e"}]} 2026-04-23 10:49:52.133 7 INFO neutron.services.segments.plugin [-] Segment 85db8e96-49ea-4c9c-bc4d-d1dae0d061c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85db8e96-49ea-4c9c-bc4d-d1dae0d061c1 found for delete ", "request_id": "req-bb3f4882-b677-48e4-9e1b-b5e97fda58fc"}]} 2026-04-23 10:49:52.145 7 INFO neutron.services.segments.plugin [-] Segment 7ebb8633-2096-4a33-bf44-97bbfd8552e0 resource provider aggregate not found [pid: 8|app: 0|req: 860/1683] 10.0.0.24 () {34 vars in 747 bytes} [Thu Apr 23 10:49:52 2026] PUT /v2.0/trunks/80ed9c02-1aae-4837-ab2f-786147eee054/tags => generated 34 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:49:52.151 7 INFO neutron.services.segments.plugin [-] Segment 7ebb8633-2096-4a33-bf44-97bbfd8552e0 resource provider aggregate not found 2026-04-23 10:49:52.170 7 INFO neutron.services.segments.plugin [-] Segment 7ebb8633-2096-4a33-bf44-97bbfd8552e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ebb8633-2096-4a33-bf44-97bbfd8552e0 found for delete ", "request_id": "req-5825c69c-bef0-46a6-b808-4044ac64ca4d"}]} 2026-04-23 10:49:52.178 7 INFO neutron.services.segments.plugin [-] Segment 7ebb8633-2096-4a33-bf44-97bbfd8552e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ebb8633-2096-4a33-bf44-97bbfd8552e0 found for delete ", "request_id": "req-f7f4af79-2486-43ba-bd17-c47d30db9e42"}]} 2026-04-23 10:49:52.202 7 INFO neutron.services.segments.plugin [-] Segment 84f09a27-054e-4b03-92f2-456354153fb1 resource provider aggregate not found 2026-04-23 10:49:52.210 7 INFO neutron.services.segments.plugin [-] Segment 84f09a27-054e-4b03-92f2-456354153fb1 resource provider aggregate not found 2026-04-23 10:49:52.225 7 INFO neutron.services.segments.plugin [-] Segment 84f09a27-054e-4b03-92f2-456354153fb1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84f09a27-054e-4b03-92f2-456354153fb1 found for delete ", "request_id": "req-8f045951-a5c0-4892-abfd-d592b5ed2a53"}]} 2026-04-23 10:49:52.231 7 INFO neutron.services.segments.plugin [-] Segment 84f09a27-054e-4b03-92f2-456354153fb1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84f09a27-054e-4b03-92f2-456354153fb1 found for delete ", "request_id": "req-9219d285-3878-46b1-b0be-daa08003ef4f"}]} 2026-04-23 10:49:52.246 7 INFO neutron.services.segments.plugin [-] Segment 92f512a3-ac2b-4f25-b6bd-fa23db2c7acd resource provider aggregate not found 2026-04-23 10:49:52.248 7 INFO neutron.services.segments.plugin [-] Segment 92f512a3-ac2b-4f25-b6bd-fa23db2c7acd resource provider aggregate not found 2026-04-23 10:49:52.264 7 INFO neutron.services.segments.plugin [-] Segment 92f512a3-ac2b-4f25-b6bd-fa23db2c7acd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92f512a3-ac2b-4f25-b6bd-fa23db2c7acd found for delete ", "request_id": "req-85f24a79-df78-40c9-8ff2-1afc4802c621"}]} 2026-04-23 10:49:52.267 7 INFO neutron.services.segments.plugin [-] Segment 92f512a3-ac2b-4f25-b6bd-fa23db2c7acd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92f512a3-ac2b-4f25-b6bd-fa23db2c7acd found for delete ", "request_id": "req-bc5b06b4-d396-44c2-995d-d69666900848"}]} [pid: 7|app: 0|req: 824/1684] 10.0.0.24 () {34 vars in 747 bytes} [Thu Apr 23 10:49:52 2026] PUT /v2.0/trunks/a21e8a40-35ef-47f5-9c91-79da79edbba1/tags => generated 19 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1685] 10.0.0.24 () {32 vars in 660 bytes} [Thu Apr 23 10:49:52 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1686] 10.0.0.24 () {32 vars in 674 bytes} [Thu Apr 23 10:49:52 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1687] 10.0.0.24 () {32 vars in 670 bytes} [Thu Apr 23 10:49:52 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1688] 10.0.0.24 () {32 vars in 682 bytes} [Thu Apr 23 10:49:52 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1689] 10.0.0.24 () {32 vars in 668 bytes} [Thu Apr 23 10:49:52 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1690] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:49:52 2026] GET /v2.0/security-groups?tenant_id=7006c2d591a14cc9866ca7dffcc00dbf&name=default => generated 2925 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1691] 10.0.0.24 () {32 vars in 682 bytes} [Thu Apr 23 10:49:52 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1692] 10.0.0.24 () {32 vars in 678 bytes} [Thu Apr 23 10:49:52 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1693] 10.0.0.24 () {32 vars in 690 bytes} [Thu Apr 23 10:49:52 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1694] 10.0.0.24 () {32 vars in 717 bytes} [Thu Apr 23 10:49:52 2026] GET /v2.0/trunks/4911bc05-9629-4953-a37e-e9cefac32230 => generated 412 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1695] 10.0.0.24 () {32 vars in 715 bytes} [Thu Apr 23 10:49:52 2026] GET /v2.0/ports/6973762f-5ee7-49dc-b6d1-de339097f478 => generated 826 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1696] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:49:52 2026] DELETE /v2.0/security-groups/bd6ed79c-befc-4abc-a9ea-05f5ac1be29e => generated 0 bytes in 359 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1697] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:49:52 2026] GET /v2.0/ports?device_id=a8860c83-4037-483d-8329-6131b8a05929 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1698] 10.0.0.24 () {32 vars in 720 bytes} [Thu Apr 23 10:49:52 2026] DELETE /v2.0/trunks/4911bc05-9629-4953-a37e-e9cefac32230 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1699] 10.0.0.24 () {32 vars in 717 bytes} [Thu Apr 23 10:49:52 2026] GET /v2.0/trunks/f5e21c33-553c-46a3-95b0-4461b76977e1 => generated 420 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1700] 10.0.0.24 () {32 vars in 715 bytes} [Thu Apr 23 10:49:52 2026] GET /v2.0/ports/b16676ff-c86d-445d-9e24-4d17cc340bae => generated 826 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1701] 10.0.0.24 () {32 vars in 720 bytes} [Thu Apr 23 10:49:52 2026] DELETE /v2.0/trunks/f5e21c33-553c-46a3-95b0-4461b76977e1 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1704] 10.0.0.24 () {32 vars in 717 bytes} [Thu Apr 23 10:49:53 2026] GET /v2.0/trunks/80ed9c02-1aae-4837-ab2f-786147eee054 => generated 429 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1705] 10.0.0.24 () {32 vars in 715 bytes} [Thu Apr 23 10:49:53 2026] GET /v2.0/ports/46d45391-c8d1-4ab9-8a17-385d10b90dd4 => 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: 838/1706] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:49:53 2026] GET /v2.0/security-groups?tenant_id=5935408836e543bfa73d514f4ed9c5bf&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1707] 10.0.0.24 () {32 vars in 720 bytes} [Thu Apr 23 10:49:53 2026] DELETE /v2.0/trunks/80ed9c02-1aae-4837-ab2f-786147eee054 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1708] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:49:53 2026] DELETE /v2.0/security-groups/fcc937b9-b941-4042-babd-d8f522858d4f => generated 0 bytes in 198 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1709] 10.0.0.24 () {32 vars in 717 bytes} [Thu Apr 23 10:49:53 2026] GET /v2.0/trunks/a21e8a40-35ef-47f5-9c91-79da79edbba1 => generated 414 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1710] 10.0.0.24 () {32 vars in 715 bytes} [Thu Apr 23 10:49:53 2026] GET /v2.0/ports/a43b5d25-44ab-4cee-8664-9a7f717b8de2 => generated 826 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1711] 10.0.0.24 () {32 vars in 720 bytes} [Thu Apr 23 10:49:53 2026] DELETE /v2.0/trunks/a21e8a40-35ef-47f5-9c91-79da79edbba1 => 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: 841/1712] 10.0.0.24 () {32 vars in 717 bytes} [Thu Apr 23 10:49:53 2026] GET /v2.0/trunks/08acf14d-b40c-4821-a9ed-06c8c6c85e7e => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1713] 10.0.0.24 () {32 vars in 715 bytes} [Thu Apr 23 10:49:53 2026] GET /v2.0/ports/b6eee072-2029-42dd-96c9-354e08688544 => generated 826 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1714] 10.0.0.24 () {32 vars in 720 bytes} [Thu Apr 23 10:49:53 2026] DELETE /v2.0/trunks/08acf14d-b40c-4821-a9ed-06c8c6c85e7e => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:49:53.877 8 INFO neutron_taas.services.taas.taas_plugin [None req-3bc1af80-38a6-4b86-a23b-ca17b4795555 a4834ad2965d4dde894c0efe5907e522 b20515fd4c47435788ece1158b207d7f - - default default] TaaS: Handle Delete Port: 6973762f-5ee7-49dc-b6d1-de339097f478 2026-04-23 10:49:53.885 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3bc1af80-38a6-4b86-a23b-ca17b4795555 a4834ad2965d4dde894c0efe5907e522 b20515fd4c47435788ece1158b207d7f - - default default] Tap Mirror: Handle Delete Port: 6973762f-5ee7-49dc-b6d1-de339097f478 [pid: 7|app: 0|req: 843/1715] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:49:53 2026] GET /v2.0/ports?device_id=a8860c83-4037-483d-8329-6131b8a05929 => 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: 873/1716] 10.0.0.24 () {32 vars in 718 bytes} [Thu Apr 23 10:49:53 2026] DELETE /v2.0/ports/6973762f-5ee7-49dc-b6d1-de339097f478 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:49:54.106 7 INFO neutron_taas.services.taas.taas_plugin [None req-af4d9056-1bd6-44a4-a1a9-7a9805287900 a4834ad2965d4dde894c0efe5907e522 b20515fd4c47435788ece1158b207d7f - - default default] TaaS: Handle Delete Port: b16676ff-c86d-445d-9e24-4d17cc340bae 2026-04-23 10:49:54.109 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af4d9056-1bd6-44a4-a1a9-7a9805287900 a4834ad2965d4dde894c0efe5907e522 b20515fd4c47435788ece1158b207d7f - - default default] Tap Mirror: Handle Delete Port: b16676ff-c86d-445d-9e24-4d17cc340bae [pid: 7|app: 0|req: 844/1717] 10.0.0.24 () {32 vars in 718 bytes} [Thu Apr 23 10:49:53 2026] DELETE /v2.0/ports/b16676ff-c86d-445d-9e24-4d17cc340bae => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:49:54.288 8 INFO neutron_taas.services.taas.taas_plugin [None req-87e103b6-e485-447d-8d5c-397cd2d7125c a4834ad2965d4dde894c0efe5907e522 b20515fd4c47435788ece1158b207d7f - - default default] TaaS: Handle Delete Port: 46d45391-c8d1-4ab9-8a17-385d10b90dd4 2026-04-23 10:49:54.291 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87e103b6-e485-447d-8d5c-397cd2d7125c a4834ad2965d4dde894c0efe5907e522 b20515fd4c47435788ece1158b207d7f - - default default] Tap Mirror: Handle Delete Port: 46d45391-c8d1-4ab9-8a17-385d10b90dd4 [pid: 8|app: 0|req: 874/1718] 10.0.0.24 () {32 vars in 718 bytes} [Thu Apr 23 10:49:54 2026] DELETE /v2.0/ports/46d45391-c8d1-4ab9-8a17-385d10b90dd4 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:49:54.497 7 INFO neutron_taas.services.taas.taas_plugin [None req-c13e3a63-fdec-42db-8462-e3878ba16c12 a4834ad2965d4dde894c0efe5907e522 b20515fd4c47435788ece1158b207d7f - - default default] TaaS: Handle Delete Port: a43b5d25-44ab-4cee-8664-9a7f717b8de2 2026-04-23 10:49:54.500 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c13e3a63-fdec-42db-8462-e3878ba16c12 a4834ad2965d4dde894c0efe5907e522 b20515fd4c47435788ece1158b207d7f - - default default] Tap Mirror: Handle Delete Port: a43b5d25-44ab-4cee-8664-9a7f717b8de2 [pid: 7|app: 0|req: 845/1719] 10.0.0.24 () {32 vars in 718 bytes} [Thu Apr 23 10:49:54 2026] DELETE /v2.0/ports/a43b5d25-44ab-4cee-8664-9a7f717b8de2 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:49:54.706 8 INFO neutron_taas.services.taas.taas_plugin [None req-e3804550-d97f-46aa-a725-895118772909 a4834ad2965d4dde894c0efe5907e522 b20515fd4c47435788ece1158b207d7f - - default default] TaaS: Handle Delete Port: b6eee072-2029-42dd-96c9-354e08688544 2026-04-23 10:49:54.710 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3804550-d97f-46aa-a725-895118772909 a4834ad2965d4dde894c0efe5907e522 b20515fd4c47435788ece1158b207d7f - - default default] Tap Mirror: Handle Delete Port: b6eee072-2029-42dd-96c9-354e08688544 [pid: 7|app: 0|req: 846/1720] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:49:54 2026] GET /v2.0/networks?id=e1d22b14-412d-4d1b-af3b-a7161e531abb => generated 660 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1721] 199.204.45.210 () {34 vars in 1049 bytes} [Thu Apr 23 10:49:54 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3bfed5fe255d4b23a730ccf1edf9f96f => generated 179 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1722] 10.0.0.24 () {32 vars in 718 bytes} [Thu Apr 23 10:49:54 2026] DELETE /v2.0/ports/b6eee072-2029-42dd-96c9-354e08688544 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:49:54.963 8 INFO neutron.services.segments.plugin [-] Segment 7ef6976f-f492-4636-8db5-ee5b958a9650 resource provider aggregate not found 2026-04-23 10:49:54.970 8 INFO neutron.services.segments.plugin [-] Segment 7ef6976f-f492-4636-8db5-ee5b958a9650 resource provider aggregate not found 2026-04-23 10:49:54.993 8 INFO neutron.services.segments.plugin [-] Segment 7ef6976f-f492-4636-8db5-ee5b958a9650 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ef6976f-f492-4636-8db5-ee5b958a9650 found for delete ", "request_id": "req-4d863da6-7d44-4a79-8932-ab842f6d8df2"}]} 2026-04-23 10:49:55.001 8 INFO neutron.services.segments.plugin [-] Segment 7ef6976f-f492-4636-8db5-ee5b958a9650 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ef6976f-f492-4636-8db5-ee5b958a9650 found for delete ", "request_id": "req-ceb8e2b3-f4ff-42b0-915a-c2879a9a3863"}]} [pid: 8|app: 0|req: 876/1723] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:49:54 2026] DELETE /v2.0/networks/bc7e4dd9-5c1e-4ea6-9882-8ac43aeeaece => 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: 877/1724] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:49:55 2026] GET /v2.0/ports?device_id=a8860c83-4037-483d-8329-6131b8a05929 => generated 957 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1725] 199.204.45.210 () {38 vars in 954 bytes} [Thu Apr 23 10:49:54 2026] POST /v2.0/ports => generated 954 bytes in 356 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: 849/1726] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:49:55 2026] GET /v2.0/security-groups?id=6a066974-fa80-44fd-932c-a6b196daad8c&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1727] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:49:55 2026] DELETE /v2.0/networks/b68d4bab-19d4-48a9-9e2c-c9868201d4f2 => 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: 879/1728] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:49:55 2026] DELETE /v2.0/networks/26efe960-c191-43f3-aa7b-e899d3ad98a9 => 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: 880/1729] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:49:55 2026] DELETE /v2.0/networks/899d6ecf-4fd2-4c36-9e71-ec778343226b => 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: 850/1730] 199.204.45.210 () {38 vars in 1027 bytes} [Thu Apr 23 10:49:55 2026] PUT /v2.0/ports/286955eb-1af8-49ce-8f99-868feb125e90 => generated 1235 bytes in 403 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:49:55.634 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-af227b91-03d0-4143-80c9-520d377d0c4a'] response: {'name': 'network-changed', 'server_uuid': 'a8860c83-4037-483d-8329-6131b8a05929', 'tag': '286955eb-1af8-49ce-8f99-868feb125e90', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 881/1731] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:49:55 2026] DELETE /v2.0/networks/1910bf1e-b699-4bab-b94b-0ca589ca599b => generated 0 bytes in 124 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: 851/1732] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:49:56 2026] GET /v2.0/ports?tenant_id=3bfed5fe255d4b23a730ccf1edf9f96f&device_id=a8860c83-4037-483d-8329-6131b8a05929 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1733] 199.204.45.210 () {34 vars in 1017 bytes} [Thu Apr 23 10:49:56 2026] GET /v2.0/networks?tenant_id=3bfed5fe255d4b23a730ccf1edf9f96f&shared=False => generated 756 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1734] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:49:56 2026] GET /v2.0/ports?device_id=a8860c83-4037-483d-8329-6131b8a05929 => 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: 883/1735] 199.204.45.210 () {34 vars in 929 bytes} [Thu Apr 23 10:49:56 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: 853/1736] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:49:56 2026] GET /v2.0/security-groups?id=6a066974-fa80-44fd-932c-a6b196daad8c&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1737] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:49:56 2026] GET /v2.0/security-groups?tenant_id=b20515fd4c47435788ece1158b207d7f&name=default => generated 2925 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1738] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:49:56 2026] DELETE /v2.0/security-groups/938a840b-aa8e-4e74-b3ad-afd5446ee29b => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1739] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:49:56 2026] GET /v2.0/security-groups?tenant_id=f02f1e057f93499bab071edf087b52ae&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:49:57.014 8 INFO neutron.services.segments.plugin [-] Segment 3571ba3a-d421-4c9f-b2ac-1c6b218f6952 resource provider aggregate not found 2026-04-23 10:49:57.026 8 INFO neutron.services.segments.plugin [-] Segment 3571ba3a-d421-4c9f-b2ac-1c6b218f6952 resource provider aggregate not found 2026-04-23 10:49:57.036 8 INFO neutron.services.segments.plugin [-] Segment 3571ba3a-d421-4c9f-b2ac-1c6b218f6952 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3571ba3a-d421-4c9f-b2ac-1c6b218f6952 found for delete ", "request_id": "req-d4dde34a-1ffa-499d-ac1e-c6f93cc91f4d"}]} 2026-04-23 10:49:57.049 8 INFO neutron.services.segments.plugin [-] Segment 3571ba3a-d421-4c9f-b2ac-1c6b218f6952 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3571ba3a-d421-4c9f-b2ac-1c6b218f6952 found for delete ", "request_id": "req-1ad9e5ce-c519-41f0-a079-51459a1e533d"}]} 2026-04-23 10:49:57.061 8 INFO neutron.services.segments.plugin [-] Segment 7ba2484f-53f4-4168-b129-d1d84f161d57 resource provider aggregate not found 2026-04-23 10:49:57.072 8 INFO neutron.services.segments.plugin [-] Segment 7ba2484f-53f4-4168-b129-d1d84f161d57 resource provider aggregate not found 2026-04-23 10:49:57.079 8 INFO neutron.services.segments.plugin [-] Segment 7ba2484f-53f4-4168-b129-d1d84f161d57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ba2484f-53f4-4168-b129-d1d84f161d57 found for delete ", "request_id": "req-109a1763-4d7c-43c3-ae32-7cbe80f56846"}]} 2026-04-23 10:49:57.087 8 INFO neutron.services.segments.plugin [-] Segment 7ba2484f-53f4-4168-b129-d1d84f161d57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ba2484f-53f4-4168-b129-d1d84f161d57 found for delete ", "request_id": "req-817613e6-4049-4525-8b9b-6226a288ed6d"}]} 2026-04-23 10:49:57.105 8 INFO neutron.services.segments.plugin [-] Segment 9c9418e3-c1a2-4aa9-90d7-606c98474f47 resource provider aggregate not found 2026-04-23 10:49:57.111 8 INFO neutron.services.segments.plugin [-] Segment 9c9418e3-c1a2-4aa9-90d7-606c98474f47 resource provider aggregate not found [pid: 7|app: 0|req: 855/1740] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:49:56 2026] DELETE /v2.0/security-groups/89b19b38-3278-4de5-b0da-d4629581f8e6 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:49:57.129 8 INFO neutron.services.segments.plugin [-] Segment 9c9418e3-c1a2-4aa9-90d7-606c98474f47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c9418e3-c1a2-4aa9-90d7-606c98474f47 found for delete ", "request_id": "req-0502b485-5d03-4787-854f-7dfb78ed5858"}]} 2026-04-23 10:49:57.133 8 INFO neutron.services.segments.plugin [-] Segment 9c9418e3-c1a2-4aa9-90d7-606c98474f47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c9418e3-c1a2-4aa9-90d7-606c98474f47 found for delete ", "request_id": "req-e8224e26-201a-4360-be22-d47a6dc538d8"}]} 2026-04-23 10:49:57.144 8 INFO neutron.services.segments.plugin [-] Segment 9e19a0ac-4bce-4472-8407-19a97e60c0f0 resource provider aggregate not found 2026-04-23 10:49:57.154 8 INFO neutron.services.segments.plugin [-] Segment 9e19a0ac-4bce-4472-8407-19a97e60c0f0 resource provider aggregate not found 2026-04-23 10:49:57.167 8 INFO neutron.services.segments.plugin [-] Segment 9e19a0ac-4bce-4472-8407-19a97e60c0f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e19a0ac-4bce-4472-8407-19a97e60c0f0 found for delete ", "request_id": "req-2b409202-8811-4eab-93c5-3f7ffc861ace"}]} 2026-04-23 10:49:57.176 8 INFO neutron.services.segments.plugin [-] Segment 9e19a0ac-4bce-4472-8407-19a97e60c0f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e19a0ac-4bce-4472-8407-19a97e60c0f0 found for delete ", "request_id": "req-9fa8e5c8-4f6d-4611-9463-93b3aa5adb7e"}]} [pid: 7|app: 0|req: 856/1741] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:49:57 2026] GET /v2.0/ports?tenant_id=3bfed5fe255d4b23a730ccf1edf9f96f&device_id=a8860c83-4037-483d-8329-6131b8a05929 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1742] 199.204.45.210 () {34 vars in 1057 bytes} [Thu Apr 23 10:49:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=286955eb-1af8-49ce-8f99-868feb125e90 => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1743] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:49:57 2026] GET /v2.0/security-groups?tenant_id=96f22f082d0246989cd894a55857bd46&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1744] 199.204.45.210 () {34 vars in 983 bytes} [Thu Apr 23 10:49:57 2026] GET /v2.0/subnets?id=5a3e8e9b-d848-4e23-b618-f493019b2511 => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1745] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:49:57 2026] GET /v2.0/ports?device_id=a8860c83-4037-483d-8329-6131b8a05929 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1746] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:49:57 2026] GET /v2.0/ports?network_id=e1d22b14-412d-4d1b-af3b-a7161e531abb&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1747] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:49:57 2026] GET /v2.0/security-groups?id=6a066974-fa80-44fd-932c-a6b196daad8c&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1748] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:49:57 2026] GET /v2.0/networks/e1d22b14-412d-4d1b-af3b-a7161e531abb?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: 888/1749] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:49:57 2026] DELETE /v2.0/security-groups/9d3db3a0-3911-44ef-b089-3d35dc19fb2c => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1750] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:49:57 2026] GET /v2.0/networks/e1d22b14-412d-4d1b-af3b-a7161e531abb?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-23 10:49:58.108 8 INFO neutron.db.segments_db [None req-aa3d49e0-bfb6-4704-9fc8-1d0ba72c943b d7a23212b2ba4601b92e522c304100b5 5731565d7e984b7b8a8dd2b1c9ce59f6 - - default default] Added segment a9b96faa-f956-4944-887e-7e03493a2407 of type vxlan for network ead079ff-ef67-4696-8e6f-81f3212f8459 [pid: 8|app: 0|req: 889/1751] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:49:57 2026] POST /v2.0/networks => generated 612 bytes in 494 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1752] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:49:58 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) 2026-04-23 10:49:58.666 8 INFO neutron.db.segments_db [None req-8d3dce8e-2188-46df-b248-ebe0d9c320d5 d7a23212b2ba4601b92e522c304100b5 5731565d7e984b7b8a8dd2b1c9ce59f6 - - default default] Added segment 50c75b16-7ccb-44d3-85b5-265b0d9e5552 of type vxlan for network 40569939-93f3-4059-abe2-f7ed13472eec [pid: 7|app: 0|req: 864/1753] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:49:58 2026] GET /v2.0/ports?device_id=a8860c83-4037-483d-8329-6131b8a05929 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1754] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:49:58 2026] GET /v2.0/security-groups?id=6a066974-fa80-44fd-932c-a6b196daad8c&fields=id&fields=name => generated 112 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1755] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:49:58 2026] POST /v2.0/networks => generated 612 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1756] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:49:58 2026] POST /v2.0/subnets => generated 629 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:49:59.138 8 INFO neutron.db.segments_db [None req-b8b7d133-d425-4b4e-8180-4344f380e477 d7a23212b2ba4601b92e522c304100b5 5731565d7e984b7b8a8dd2b1c9ce59f6 - - default default] Added segment 284be9b1-9a4c-4114-8f36-3c1b87c41a65 of type vxlan for network 74f5de65-1e1f-4317-a3b2-12849c17ce7d [pid: 8|app: 0|req: 891/1757] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:49:59 2026] POST /v2.0/networks => generated 613 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1758] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:49:59 2026] POST /v2.0/subnets => generated 629 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:49:59.556 8 INFO neutron.db.segments_db [None req-05a3ebf1-f726-4164-8606-10a5b890fb2e d7a23212b2ba4601b92e522c304100b5 5731565d7e984b7b8a8dd2b1c9ce59f6 - - default default] Added segment 4aa41fe7-548a-4b98-ba77-3295227851ed of type vxlan for network 9ff96ccd-60d9-4c9a-a595-b98646696147 [pid: 8|app: 0|req: 892/1759] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:49:59 2026] POST /v2.0/networks => generated 612 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1760] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:49:59 2026] GET /v2.0/ports?device_id=a8860c83-4037-483d-8329-6131b8a05929 => 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: 894/1761] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:49:59 2026] GET /v2.0/security-groups?id=6a066974-fa80-44fd-932c-a6b196daad8c&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1762] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:49:59 2026] POST /v2.0/subnets => generated 629 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:50:00.027 8 INFO neutron.db.segments_db [None req-9c088195-f2a7-4f2a-b054-f52cfefe070f d7a23212b2ba4601b92e522c304100b5 5731565d7e984b7b8a8dd2b1c9ce59f6 - - default default] Added segment e3e4395b-8d0f-4555-969c-c05da42719c6 of type vxlan for network 5c9cdfa3-d76b-4c33-b259-9984db3788b1 [pid: 8|app: 0|req: 895/1763] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:49:59 2026] POST /v2.0/networks => generated 613 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1764] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:50:00 2026] POST /v2.0/subnets => generated 629 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1765] 10.0.0.24 () {34 vars in 749 bytes} [Thu Apr 23 10:50:00 2026] PUT /v2.0/subnets/04652883-4d81-47aa-910c-97a3d40e117a/tags => generated 17 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1766] 10.0.0.24 () {34 vars in 749 bytes} [Thu Apr 23 10:50:00 2026] PUT /v2.0/subnets/b8479d05-6225-46c7-b3cd-6b312cda2da7/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1767] 10.0.0.24 () {34 vars in 749 bytes} [Thu Apr 23 10:50:00 2026] PUT /v2.0/subnets/4dd44820-a984-494b-bf19-498787e2a214/tags => generated 34 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1768] 10.0.0.24 () {34 vars in 749 bytes} [Thu Apr 23 10:50:00 2026] PUT /v2.0/subnets/03b7acba-ca6e-4b4e-a75c-7562e72034af/tags => generated 19 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1769] 10.0.0.24 () {32 vars in 662 bytes} [Thu Apr 23 10:50:00 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1770] 10.0.0.24 () {32 vars in 676 bytes} [Thu Apr 23 10:50:00 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1771] 10.0.0.24 () {32 vars in 672 bytes} [Thu Apr 23 10:50:00 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1772] 10.0.0.24 () {32 vars in 684 bytes} [Thu Apr 23 10:50:00 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1773] 10.0.0.24 () {32 vars in 670 bytes} [Thu Apr 23 10:50:00 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1774] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:50:01 2026] GET /v2.0/ports?device_id=a8860c83-4037-483d-8329-6131b8a05929 => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1775] 10.0.0.24 () {32 vars in 684 bytes} [Thu Apr 23 10:50:01 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1776] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:50:01 2026] GET /v2.0/security-groups?id=6a066974-fa80-44fd-932c-a6b196daad8c&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1777] 10.0.0.24 () {32 vars in 680 bytes} [Thu Apr 23 10:50:01 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:50:01.267 8 INFO neutron.db.segments_db [None req-e069a0de-e0e5-4962-90fe-1e90caf68819 293cfa3335f947d1ae7cd214cdc99e14 f678a953edb247ed92c464f79b5329fd - - default default] Added segment 2df7594f-1599-4203-8000-dbc7f1cf8456 of type vxlan for network 8bd5b8f5-3946-4b8f-9a09-c32247724eb2 [pid: 7|app: 0|req: 880/1778] 10.0.0.24 () {32 vars in 692 bytes} [Thu Apr 23 10:50:01 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1779] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:50:00 2026] POST /v2.0/networks => generated 613 bytes in 527 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1780] 10.0.0.24 () {34 vars in 751 bytes} [Thu Apr 23 10:50:01 2026] PUT /v2.0/networks/8bd5b8f5-3946-4b8f-9a09-c32247724eb2/tags => generated 25 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1781] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:50:01 2026] DELETE /v2.0/subnets/04652883-4d81-47aa-910c-97a3d40e117a => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1782] 10.0.0.24 () {32 vars in 731 bytes} [Thu Apr 23 10:50:01 2026] GET /v2.0/networks/8bd5b8f5-3946-4b8f-9a09-c32247724eb2/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1783] 10.0.0.24 () {34 vars in 762 bytes} [Thu Apr 23 10:50:01 2026] PUT /v2.0/networks/8bd5b8f5-3946-4b8f-9a09-c32247724eb2/tags/green => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1784] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:50:01 2026] DELETE /v2.0/subnets/b8479d05-6225-46c7-b3cd-6b312cda2da7 => 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: 903/1785] 10.0.0.24 () {32 vars in 731 bytes} [Thu Apr 23 10:50:01 2026] GET /v2.0/networks/8bd5b8f5-3946-4b8f-9a09-c32247724eb2/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1786] 10.0.0.24 () {34 vars in 758 bytes} [Thu Apr 23 10:50:01 2026] PUT /v2.0/networks/8bd5b8f5-3946-4b8f-9a09-c32247724eb2/tags/red => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1787] 10.0.0.24 () {32 vars in 731 bytes} [Thu Apr 23 10:50:01 2026] GET /v2.0/networks/8bd5b8f5-3946-4b8f-9a09-c32247724eb2/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1788] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:50:01 2026] DELETE /v2.0/subnets/4dd44820-a984-494b-bf19-498787e2a214 => 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: 906/1789] 10.0.0.24 () {34 vars in 780 bytes} [Thu Apr 23 10:50:01 2026] PUT /v2.0/networks/8bd5b8f5-3946-4b8f-9a09-c32247724eb2/tags/black.or.white => generated 4 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1790] 10.0.0.24 () {32 vars in 731 bytes} [Thu Apr 23 10:50:01 2026] GET /v2.0/networks/8bd5b8f5-3946-4b8f-9a09-c32247724eb2/tags => generated 52 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1791] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:50:01 2026] DELETE /v2.0/subnets/03b7acba-ca6e-4b4e-a75c-7562e72034af => 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: 908/1792] 10.0.0.24 () {34 vars in 751 bytes} [Thu Apr 23 10:50:01 2026] PUT /v2.0/networks/8bd5b8f5-3946-4b8f-9a09-c32247724eb2/tags => generated 37 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1793] 10.0.0.24 () {32 vars in 731 bytes} [Thu Apr 23 10:50:01 2026] GET /v2.0/networks/8bd5b8f5-3946-4b8f-9a09-c32247724eb2/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1794] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:50:01 2026] DELETE /v2.0/subnets/ed175922-addf-4967-8b36-1b8f156fce28 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1795] 10.0.0.24 () {32 vars in 739 bytes} [Thu Apr 23 10:50:02 2026] GET /v2.0/networks/8bd5b8f5-3946-4b8f-9a09-c32247724eb2/tags/red => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:50:02.146 8 INFO neutron.api.v2.resource [None req-09804728-94aa-45df-b9b3-06747f82da07 293cfa3335f947d1ae7cd214cdc99e14 f678a953edb247ed92c464f79b5329fd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 911/1796] 10.0.0.24 () {32 vars in 743 bytes} [Thu Apr 23 10:50:02 2026] GET /v2.0/networks/8bd5b8f5-3946-4b8f-9a09-c32247724eb2/tags/green => generated 99 bytes in 66 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 10:50:02.174 7 INFO neutron_taas.services.taas.taas_plugin [None req-43de3962-0ec1-4188-8772-047ae8ff71ab d7a23212b2ba4601b92e522c304100b5 5731565d7e984b7b8a8dd2b1c9ce59f6 - - default default] TaaS: Handle Delete Port: 221affeb-4a1b-4db1-8ff7-2c84974977b5 2026-04-23 10:50:02.177 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43de3962-0ec1-4188-8772-047ae8ff71ab d7a23212b2ba4601b92e522c304100b5 5731565d7e984b7b8a8dd2b1c9ce59f6 - - default default] Tap Mirror: Handle Delete Port: 221affeb-4a1b-4db1-8ff7-2c84974977b5 [pid: 8|app: 0|req: 912/1797] 10.0.0.24 () {32 vars in 742 bytes} [Thu Apr 23 10:50:02 2026] DELETE /v2.0/networks/8bd5b8f5-3946-4b8f-9a09-c32247724eb2/tags/red => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1798] 10.0.0.24 () {32 vars in 731 bytes} [Thu Apr 23 10:50:02 2026] GET /v2.0/networks/8bd5b8f5-3946-4b8f-9a09-c32247724eb2/tags => generated 30 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:50:02.388 7 INFO neutron.services.segments.plugin [-] Segment a9b96faa-f956-4944-887e-7e03493a2407 resource provider aggregate not found [pid: 8|app: 0|req: 914/1799] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:50:02 2026] GET /v2.0/ports?device_id=a8860c83-4037-483d-8329-6131b8a05929 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:50:02.398 7 INFO neutron.services.segments.plugin [-] Segment a9b96faa-f956-4944-887e-7e03493a2407 resource provider aggregate not found 2026-04-23 10:50:02.415 7 INFO neutron.services.segments.plugin [-] Segment a9b96faa-f956-4944-887e-7e03493a2407 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9b96faa-f956-4944-887e-7e03493a2407 found for delete ", "request_id": "req-f1894c23-2de6-42d5-9ab1-bf77eb8da966"}]} 2026-04-23 10:50:02.417 7 INFO neutron.services.segments.plugin [-] Segment a9b96faa-f956-4944-887e-7e03493a2407 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9b96faa-f956-4944-887e-7e03493a2407 found for delete ", "request_id": "req-f8120631-100e-46ab-aecd-c79cb77a8668"}]} [pid: 7|app: 0|req: 886/1800] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:50:02 2026] DELETE /v2.0/networks/ead079ff-ef67-4696-8e6f-81f3212f8459 => generated 0 bytes in 380 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:50:02.453 8 INFO neutron.api.v2.resource [None req-2689b3c5-7680-4ad1-9c25-4458a9af2a34 293cfa3335f947d1ae7cd214cdc99e14 f678a953edb247ed92c464f79b5329fd - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 915/1801] 10.0.0.24 () {32 vars in 746 bytes} [Thu Apr 23 10:50:02 2026] DELETE /v2.0/networks/8bd5b8f5-3946-4b8f-9a09-c32247724eb2/tags/green => generated 99 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1802] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:50:02 2026] GET /v2.0/security-groups?id=6a066974-fa80-44fd-932c-a6b196daad8c&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1803] 10.0.0.24 () {32 vars in 734 bytes} [Thu Apr 23 10:50:02 2026] DELETE /v2.0/networks/8bd5b8f5-3946-4b8f-9a09-c32247724eb2/tags => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:50:02.561 8 INFO neutron.services.segments.plugin [-] Segment 50c75b16-7ccb-44d3-85b5-265b0d9e5552 resource provider aggregate not found 2026-04-23 10:50:02.569 8 INFO neutron.services.segments.plugin [-] Segment 50c75b16-7ccb-44d3-85b5-265b0d9e5552 resource provider aggregate not found [pid: 7|app: 0|req: 889/1804] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:50:02 2026] GET /v2.0/ports?device_id=a8860c83-4037-483d-8329-6131b8a05929 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:50:02.582 8 INFO neutron.services.segments.plugin [-] Segment 50c75b16-7ccb-44d3-85b5-265b0d9e5552 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50c75b16-7ccb-44d3-85b5-265b0d9e5552 found for delete ", "request_id": "req-1ee7f01a-d8f5-4540-872a-aee045543941"}]} 2026-04-23 10:50:02.596 8 INFO neutron.services.segments.plugin [-] Segment 50c75b16-7ccb-44d3-85b5-265b0d9e5552 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50c75b16-7ccb-44d3-85b5-265b0d9e5552 found for delete ", "request_id": "req-11a555cf-7b95-46e0-a9fc-4141a85674da"}]} [pid: 8|app: 0|req: 916/1805] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:50:02 2026] DELETE /v2.0/networks/40569939-93f3-4059-abe2-f7ed13472eec => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1806] 10.0.0.24 () {32 vars in 731 bytes} [Thu Apr 23 10:50:02 2026] GET /v2.0/networks/8bd5b8f5-3946-4b8f-9a09-c32247724eb2/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1807] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:50:02 2026] GET /v2.0/security-groups?id=6a066974-fa80-44fd-932c-a6b196daad8c&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: 891/1808] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:50:02 2026] DELETE /v2.0/networks/74f5de65-1e1f-4317-a3b2-12849c17ce7d => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1809] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:50:02 2026] DELETE /v2.0/networks/8bd5b8f5-3946-4b8f-9a09-c32247724eb2 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1810] 10.0.0.24 () {32 vars in 734 bytes} [Thu Apr 23 10:50:02 2026] GET /v2.0/ports?device_id=a8860c83-4037-483d-8329-6131b8a05929 => 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: 919/1811] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:50:02 2026] DELETE /v2.0/networks/9ff96ccd-60d9-4c9a-a595-b98646696147 => 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: 920/1812] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:50:02 2026] DELETE /v2.0/networks/5c9cdfa3-d76b-4c33-b259-9984db3788b1 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:50:03.731 7 INFO neutron.db.l3_db [None req-a4bcf56e-f664-4ce4-8aba-2884c41a742a 35e61c089ffc49949609fe0523a258a5 3bfed5fe255d4b23a730ccf1edf9f96f - - default default] Floating IP 3b6838b6-1738-4403-bf6e-f6c53e5cf544 associated. External IP: 10.96.250.202, port: 286955eb-1af8-49ce-8f99-868feb125e90. [pid: 8|app: 0|req: 921/1813] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:50:03 2026] GET /v2.0/security-groups?tenant_id=7d1d9ebabcc44e0a8c78941c274560ab&name=default => generated 2925 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1814] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:50:03 2026] DELETE /v2.0/security-groups/eac92397-b065-49e7-b517-3e6001a2c4f7 => 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: 893/1815] 10.0.0.24 () {34 vars in 675 bytes} [Thu Apr 23 10:50:02 2026] POST /v2.0/floatingips => generated 855 bytes in 1283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:50:04.127 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f3e07069-cb83-4435-b859-aa49eb8dd71a'] response: {'name': 'network-changed', 'server_uuid': 'a8860c83-4037-483d-8329-6131b8a05929', 'tag': '286955eb-1af8-49ce-8f99-868feb125e90', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 923/1816] 10.0.0.24 () {32 vars in 727 bytes} [Thu Apr 23 10:50:04 2026] GET /v2.0/floatingips/3b6838b6-1738-4403-bf6e-f6c53e5cf544 => generated 855 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1817] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:50:04 2026] GET /v2.0/security-groups?tenant_id=f678a953edb247ed92c464f79b5329fd&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1818] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:50:04 2026] DELETE /v2.0/security-groups/83767cc8-a3b4-4149-b43f-42be7be4ea34 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:50:04.445 7 INFO neutron.services.segments.plugin [-] Segment 284be9b1-9a4c-4114-8f36-3c1b87c41a65 resource provider aggregate not found 2026-04-23 10:50:04.447 7 INFO neutron.services.segments.plugin [-] Segment 284be9b1-9a4c-4114-8f36-3c1b87c41a65 resource provider aggregate not found 2026-04-23 10:50:04.466 7 INFO neutron.services.segments.plugin [-] Segment 284be9b1-9a4c-4114-8f36-3c1b87c41a65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 284be9b1-9a4c-4114-8f36-3c1b87c41a65 found for delete ", "request_id": "req-a52810f6-b985-42a2-b29c-ce191cc98ef2"}]} 2026-04-23 10:50:04.474 7 INFO neutron.services.segments.plugin [-] Segment 284be9b1-9a4c-4114-8f36-3c1b87c41a65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 284be9b1-9a4c-4114-8f36-3c1b87c41a65 found for delete ", "request_id": "req-38019875-d70d-4bce-b63d-f8aa2d2930f6"}]} [pid: 7|app: 0|req: 894/1819] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:50:04 2026] GET /v2.0/security-groups?tenant_id=76709c5846d04ea8a36daccfaa7930af&name=default => generated 2925 bytes in 396 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:50:04.614 8 INFO neutron.services.segments.plugin [-] Segment 2df7594f-1599-4203-8000-dbc7f1cf8456 resource provider aggregate not found 2026-04-23 10:50:04.630 8 INFO neutron.services.segments.plugin [-] Segment 2df7594f-1599-4203-8000-dbc7f1cf8456 resource provider aggregate not found 2026-04-23 10:50:04.656 8 INFO neutron.services.segments.plugin [-] Segment 2df7594f-1599-4203-8000-dbc7f1cf8456 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2df7594f-1599-4203-8000-dbc7f1cf8456 found for delete ", "request_id": "req-6c341dea-87e3-4f55-8607-a41a698efdaa"}]} 2026-04-23 10:50:04.662 8 INFO neutron.services.segments.plugin [-] Segment 2df7594f-1599-4203-8000-dbc7f1cf8456 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2df7594f-1599-4203-8000-dbc7f1cf8456 found for delete ", "request_id": "req-31ef7a4f-6c71-43b8-8705-27383de9b80a"}]} 2026-04-23 10:50:04.684 8 INFO neutron.services.segments.plugin [-] Segment 4aa41fe7-548a-4b98-ba77-3295227851ed resource provider aggregate not found [pid: 7|app: 0|req: 895/1820] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:50:04 2026] GET /v2.0/ports?tenant_id=3bfed5fe255d4b23a730ccf1edf9f96f&device_id=a8860c83-4037-483d-8329-6131b8a05929 => generated 1240 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:50:04.695 8 INFO neutron.services.segments.plugin [-] Segment 4aa41fe7-548a-4b98-ba77-3295227851ed resource provider aggregate not found 2026-04-23 10:50:04.721 8 INFO neutron.services.segments.plugin [-] Segment 4aa41fe7-548a-4b98-ba77-3295227851ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4aa41fe7-548a-4b98-ba77-3295227851ed found for delete ", "request_id": "req-90e60c75-43b1-4679-9354-dd319b4214c6"}]} 2026-04-23 10:50:04.726 8 INFO neutron.services.segments.plugin [-] Segment 4aa41fe7-548a-4b98-ba77-3295227851ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4aa41fe7-548a-4b98-ba77-3295227851ed found for delete ", "request_id": "req-26e4391f-7f40-41db-b21c-564a1703f6a6"}]} 2026-04-23 10:50:04.747 8 INFO neutron.services.segments.plugin [-] Segment e3e4395b-8d0f-4555-969c-c05da42719c6 resource provider aggregate not found 2026-04-23 10:50:04.751 8 INFO neutron.services.segments.plugin [-] Segment e3e4395b-8d0f-4555-969c-c05da42719c6 resource provider aggregate not found 2026-04-23 10:50:04.769 8 INFO neutron.services.segments.plugin [-] Segment e3e4395b-8d0f-4555-969c-c05da42719c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3e4395b-8d0f-4555-969c-c05da42719c6 found for delete ", "request_id": "req-3ed2e86f-d76c-460b-93a1-ab0da50b465c"}]} [pid: 7|app: 0|req: 896/1821] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:50:04 2026] GET /v2.0/networks?id=e1d22b14-412d-4d1b-af3b-a7161e531abb => generated 756 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:50:04.775 8 INFO neutron.services.segments.plugin [-] Segment e3e4395b-8d0f-4555-969c-c05da42719c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3e4395b-8d0f-4555-969c-c05da42719c6 found for delete ", "request_id": "req-f0abcd71-4142-4612-a983-dae45bff78d8"}]} [pid: 8|app: 0|req: 926/1822] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:50:04 2026] DELETE /v2.0/security-groups/c935e040-723c-43ac-af3c-85ede652c88f => generated 0 bytes in 216 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1823] 199.204.45.210 () {34 vars in 1057 bytes} [Thu Apr 23 10:50:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=286955eb-1af8-49ce-8f99-868feb125e90 => generated 858 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1824] 199.204.45.210 () {34 vars in 983 bytes} [Thu Apr 23 10:50:04 2026] GET /v2.0/subnets?id=5a3e8e9b-d848-4e23-b618-f493019b2511 => generated 677 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1825] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:50:04 2026] GET /v2.0/ports?network_id=e1d22b14-412d-4d1b-af3b-a7161e531abb&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: 928/1826] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:50:04 2026] GET /v2.0/networks/e1d22b14-412d-4d1b-af3b-a7161e531abb?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1827] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:50:04 2026] GET /v2.0/security-groups?tenant_id=5731565d7e984b7b8a8dd2b1c9ce59f6&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: 929/1828] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:50:04 2026] GET /v2.0/networks/e1d22b14-412d-4d1b-af3b-a7161e531abb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1829] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:50:04 2026] DELETE /v2.0/security-groups/9465f696-cd00-4ce5-81fd-95e10f0a8831 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1830] 10.0.0.24 () {32 vars in 727 bytes} [Thu Apr 23 10:50:05 2026] GET /v2.0/floatingips/3b6838b6-1738-4403-bf6e-f6c53e5cf544 => generated 855 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1831] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:50:05 2026] GET /v2.0/security-groups?tenant_id=3b15427acb174d7f93484e846f6e1424&name=default => generated 2925 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1832] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:50:05 2026] DELETE /v2.0/security-groups/36c0d85f-c98b-4443-b81a-a18fe2e7d8dc => 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: 902/1833] 10.0.0.24 () {32 vars in 727 bytes} [Thu Apr 23 10:50:06 2026] GET /v2.0/floatingips/3b6838b6-1738-4403-bf6e-f6c53e5cf544 => generated 857 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1834] 10.0.0.24 () {34 vars in 674 bytes} [Thu Apr 23 10:50:07 2026] POST /v2.0/subnetpools => generated 516 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1835] 10.0.0.24 () {34 vars in 757 bytes} [Thu Apr 23 10:50:07 2026] PUT /v2.0/subnetpools/8148d137-10b6-48ac-b680-0cc6ab70016b/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1836] 10.0.0.24 () {32 vars in 737 bytes} [Thu Apr 23 10:50:08 2026] GET /v2.0/subnetpools/8148d137-10b6-48ac-b680-0cc6ab70016b/tags => generated 25 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1839] 10.0.0.24 () {34 vars in 768 bytes} [Thu Apr 23 10:50:08 2026] PUT /v2.0/subnetpools/8148d137-10b6-48ac-b680-0cc6ab70016b/tags/green => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1840] 10.0.0.24 () {32 vars in 737 bytes} [Thu Apr 23 10:50:08 2026] GET /v2.0/subnetpools/8148d137-10b6-48ac-b680-0cc6ab70016b/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1841] 10.0.0.24 () {34 vars in 764 bytes} [Thu Apr 23 10:50:08 2026] PUT /v2.0/subnetpools/8148d137-10b6-48ac-b680-0cc6ab70016b/tags/red => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1842] 10.0.0.24 () {32 vars in 737 bytes} [Thu Apr 23 10:50:08 2026] GET /v2.0/subnetpools/8148d137-10b6-48ac-b680-0cc6ab70016b/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1843] 10.0.0.24 () {34 vars in 786 bytes} [Thu Apr 23 10:50:08 2026] PUT /v2.0/subnetpools/8148d137-10b6-48ac-b680-0cc6ab70016b/tags/black.or.white => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1844] 10.0.0.24 () {32 vars in 737 bytes} [Thu Apr 23 10:50:08 2026] GET /v2.0/subnetpools/8148d137-10b6-48ac-b680-0cc6ab70016b/tags => generated 52 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1845] 10.0.0.24 () {34 vars in 757 bytes} [Thu Apr 23 10:50:08 2026] PUT /v2.0/subnetpools/8148d137-10b6-48ac-b680-0cc6ab70016b/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1846] 10.0.0.24 () {32 vars in 737 bytes} [Thu Apr 23 10:50:08 2026] GET /v2.0/subnetpools/8148d137-10b6-48ac-b680-0cc6ab70016b/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1847] 10.0.0.24 () {32 vars in 745 bytes} [Thu Apr 23 10:50:08 2026] GET /v2.0/subnetpools/8148d137-10b6-48ac-b680-0cc6ab70016b/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:50:08.502 8 INFO neutron.api.v2.resource [None req-6eed4bc0-6706-461f-954b-79b4ef8de792 4ac312a5db184af3acb20bfcb3135d05 84b45bf7c9f5483794ff1f062f70ac5a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 940/1848] 10.0.0.24 () {32 vars in 749 bytes} [Thu Apr 23 10:50:08 2026] GET /v2.0/subnetpools/8148d137-10b6-48ac-b680-0cc6ab70016b/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1849] 10.0.0.24 () {32 vars in 748 bytes} [Thu Apr 23 10:50:08 2026] DELETE /v2.0/subnetpools/8148d137-10b6-48ac-b680-0cc6ab70016b/tags/red => 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: 941/1850] 10.0.0.24 () {32 vars in 737 bytes} [Thu Apr 23 10:50:08 2026] GET /v2.0/subnetpools/8148d137-10b6-48ac-b680-0cc6ab70016b/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:50:08.675 7 INFO neutron.api.v2.resource [None req-7b386d35-516a-4d0c-b329-eb0a8d4e7318 4ac312a5db184af3acb20bfcb3135d05 84b45bf7c9f5483794ff1f062f70ac5a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 910/1851] 10.0.0.24 () {32 vars in 752 bytes} [Thu Apr 23 10:50:08 2026] DELETE /v2.0/subnetpools/8148d137-10b6-48ac-b680-0cc6ab70016b/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1852] 10.0.0.24 () {32 vars in 740 bytes} [Thu Apr 23 10:50:08 2026] DELETE /v2.0/subnetpools/8148d137-10b6-48ac-b680-0cc6ab70016b/tags => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1853] 10.0.0.24 () {32 vars in 737 bytes} [Thu Apr 23 10:50:08 2026] GET /v2.0/subnetpools/8148d137-10b6-48ac-b680-0cc6ab70016b/tags => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1854] 10.0.0.24 () {32 vars in 730 bytes} [Thu Apr 23 10:50:08 2026] DELETE /v2.0/subnetpools/8148d137-10b6-48ac-b680-0cc6ab70016b => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:50:09.363 7 INFO neutron.db.segments_db [None req-d153d8bd-a48e-42b8-9fa7-445ac6249fe0 129677aac9b64526b297dc3519ff4b69 e1f553d46e45426a9e67dba78e8a42f5 - - default default] Added segment 0428c6c1-9ef0-4b62-b229-0a9132eb98bf of type vxlan for network cdcf4ec7-a460-4b08-8893-7c8a31f0eec7 [pid: 7|app: 0|req: 912/1855] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:50:08 2026] POST /v2.0/networks => generated 613 bytes in 458 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1856] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:50:09 2026] GET /v2.0/security-groups?tenant_id=84b45bf7c9f5483794ff1f062f70ac5a&name=default => generated 2925 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1857] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:50:09 2026] DELETE /v2.0/security-groups/305a458c-3ab0-4d5b-984a-3552a2bb02a5 => 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: 913/1858] 10.0.0.24 () {34 vars in 662 bytes} [Thu Apr 23 10:50:09 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 946/1859] 10.0.0.24 () {34 vars in 745 bytes} [Thu Apr 23 10:50:09 2026] PUT /v2.0/ports/23bc2419-9aa7-4a41-ab64-5ce878577221/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 947/1860] 10.0.0.24 () {32 vars in 725 bytes} [Thu Apr 23 10:50:09 2026] GET /v2.0/ports/23bc2419-9aa7-4a41-ab64-5ce878577221/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 914/1861] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:50:09 2026] GET /v2.0/security-groups?tenant_id=aa1e9bfc3c734b26a3a8e36fbfb30319&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1862] 10.0.0.24 () {34 vars in 756 bytes} [Thu Apr 23 10:50:09 2026] PUT /v2.0/ports/23bc2419-9aa7-4a41-ab64-5ce878577221/tags/green => generated 4 bytes in 85 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: 915/1863] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:50:09 2026] DELETE /v2.0/security-groups/0b7d3cd8-d385-4b64-b107-d8719ad4a5b4 => 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: 949/1864] 10.0.0.24 () {32 vars in 725 bytes} [Thu Apr 23 10:50:09 2026] GET /v2.0/ports/23bc2419-9aa7-4a41-ab64-5ce878577221/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1865] 10.0.0.24 () {34 vars in 752 bytes} [Thu Apr 23 10:50:10 2026] PUT /v2.0/ports/23bc2419-9aa7-4a41-ab64-5ce878577221/tags/red => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 950/1866] 10.0.0.24 () {32 vars in 725 bytes} [Thu Apr 23 10:50:10 2026] GET /v2.0/ports/23bc2419-9aa7-4a41-ab64-5ce878577221/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: 7|app: 0|req: 917/1867] 10.0.0.24 () {34 vars in 774 bytes} [Thu Apr 23 10:50:10 2026] PUT /v2.0/ports/23bc2419-9aa7-4a41-ab64-5ce878577221/tags/black.or.white => generated 4 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 951/1868] 10.0.0.24 () {32 vars in 725 bytes} [Thu Apr 23 10:50:10 2026] GET /v2.0/ports/23bc2419-9aa7-4a41-ab64-5ce878577221/tags => generated 52 bytes in 46 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: 918/1869] 10.0.0.24 () {34 vars in 745 bytes} [Thu Apr 23 10:50:10 2026] PUT /v2.0/ports/23bc2419-9aa7-4a41-ab64-5ce878577221/tags => generated 37 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 952/1870] 10.0.0.24 () {32 vars in 725 bytes} [Thu Apr 23 10:50:10 2026] GET /v2.0/ports/23bc2419-9aa7-4a41-ab64-5ce878577221/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 919/1871] 10.0.0.24 () {32 vars in 733 bytes} [Thu Apr 23 10:50:10 2026] GET /v2.0/ports/23bc2419-9aa7-4a41-ab64-5ce878577221/tags/red => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 10:50:10.560 8 INFO neutron.api.v2.resource [None req-ba1a2893-5282-4759-bd20-7d9d7edbf971 129677aac9b64526b297dc3519ff4b69 e1f553d46e45426a9e67dba78e8a42f5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 953/1872] 10.0.0.24 () {32 vars in 737 bytes} [Thu Apr 23 10:50:10 2026] GET /v2.0/ports/23bc2419-9aa7-4a41-ab64-5ce878577221/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: 920/1873] 10.0.0.24 () {32 vars in 736 bytes} [Thu Apr 23 10:50:10 2026] DELETE /v2.0/ports/23bc2419-9aa7-4a41-ab64-5ce878577221/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: 954/1874] 10.0.0.24 () {32 vars in 725 bytes} [Thu Apr 23 10:50:10 2026] GET /v2.0/ports/23bc2419-9aa7-4a41-ab64-5ce878577221/tags => generated 30 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 10:50:10.771 7 INFO neutron.api.v2.resource [None req-a5f1956e-cda1-40c5-a1d3-b831df8b06f2 129677aac9b64526b297dc3519ff4b69 e1f553d46e45426a9e67dba78e8a42f5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 921/1875] 10.0.0.24 () {32 vars in 740 bytes} [Thu Apr 23 10:50:10 2026] DELETE /v2.0/ports/23bc2419-9aa7-4a41-ab64-5ce878577221/tags/green => generated 99 bytes in 68 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: 955/1876] 10.0.0.24 () {32 vars in 728 bytes} [Thu Apr 23 10:50:10 2026] DELETE /v2.0/ports/23bc2419-9aa7-4a41-ab64-5ce878577221/tags => generated 0 bytes in 77 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: 922/1877] 10.0.0.24 () {32 vars in 725 bytes} [Thu Apr 23 10:50:10 2026] GET /v2.0/ports/23bc2419-9aa7-4a41-ab64-5ce878577221/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 10:50:11.055 8 INFO neutron_taas.services.taas.taas_plugin [None req-ea16d7de-ee4e-4466-b7ca-0bb8affabdb0 129677aac9b64526b297dc3519ff4b69 e1f553d46e45426a9e67dba78e8a42f5 - - default default] TaaS: Handle Delete Port: 23bc2419-9aa7-4a41-ab64-5ce878577221 2026-04-23 10:50:11.058 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea16d7de-ee4e-4466-b7ca-0bb8affabdb0 129677aac9b64526b297dc3519ff4b69 e1f553d46e45426a9e67dba78e8a42f5 - - default default] Tap Mirror: Handle Delete Port: 23bc2419-9aa7-4a41-ab64-5ce878577221 [pid: 8|app: 0|req: 956/1878] 10.0.0.24 () {32 vars in 718 bytes} [Thu Apr 23 10:50:10 2026] DELETE /v2.0/ports/23bc2419-9aa7-4a41-ab64-5ce878577221 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 10:50:11.299 7 INFO neutron.services.segments.plugin [-] Segment 0428c6c1-9ef0-4b62-b229-0a9132eb98bf resource provider aggregate not found 2026-04-23 10:50:11.305 7 INFO neutron.services.segments.plugin [-] Segment 0428c6c1-9ef0-4b62-b229-0a9132eb98bf resource provider aggregate not found 2026-04-23 10:50:11.321 7 INFO neutron.services.segments.plugin [-] Segment 0428c6c1-9ef0-4b62-b229-0a9132eb98bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0428c6c1-9ef0-4b62-b229-0a9132eb98bf found for delete ", "request_id": "req-8c86392f-bf3f-43d9-a438-ad5c5e7b4729"}]} 2026-04-23 10:50:11.324 7 INFO neutron.services.segments.plugin [-] Segment 0428c6c1-9ef0-4b62-b229-0a9132eb98bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0428c6c1-9ef0-4b62-b229-0a9132eb98bf found for delete ", "request_id": "req-7ef5a18f-e384-4d78-b3aa-e12fa30a2012"}]} [pid: 7|app: 0|req: 923/1879] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:50:11 2026] DELETE /v2.0/networks/cdcf4ec7-a460-4b08-8893-7c8a31f0eec7 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1880] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:50:11 2026] GET /v2.0/security-groups?tenant_id=e1f553d46e45426a9e67dba78e8a42f5&name=default => generated 2925 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1881] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:50:12 2026] DELETE /v2.0/security-groups/8179394d-82d7-432c-a5c2-add30e3ee1a1 => 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: 958/1882] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:50:12 2026] GET /v2.0/security-groups?tenant_id=1933c73e91314a3ab82c100140d54d1d&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1883] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:50:12 2026] DELETE /v2.0/security-groups/69ada927-41c1-4f47-bc89-b0fe3d1b12bc => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:50:13.534 8 INFO neutron.db.segments_db [None req-490c3cb3-606b-46e5-9124-0e5391dbf3b0 624126bc3c3e451a9f9391fbea7e1a6d 3d130d88e7094b53b9207fc9543daec8 - - default default] Added segment 2de40df6-5651-407e-abde-59856497baa0 of type vxlan for network 28fa2e87-8dda-47bf-a610-466910ee076c [pid: 8|app: 0|req: 959/1884] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:50:13 2026] POST /v2.0/networks => generated 612 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1885] 10.0.0.24 () {34 vars in 662 bytes} [Thu Apr 23 10:50:13 2026] POST /v2.0/ports => generated 743 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1886] 10.0.0.24 () {34 vars in 664 bytes} [Thu Apr 23 10:50:14 2026] POST /v2.0/trunks => generated 407 bytes in 171 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: 927/1887] 10.0.0.24 () {34 vars in 747 bytes} [Thu Apr 23 10:50:14 2026] PUT /v2.0/trunks/483561cd-9165-452f-96ef-6a85edd909e1/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1888] 10.0.0.24 () {32 vars in 727 bytes} [Thu Apr 23 10:50:14 2026] GET /v2.0/trunks/483561cd-9165-452f-96ef-6a85edd909e1/tags => generated 25 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1889] 10.0.0.24 () {34 vars in 758 bytes} [Thu Apr 23 10:50:14 2026] PUT /v2.0/trunks/483561cd-9165-452f-96ef-6a85edd909e1/tags/green => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1890] 10.0.0.24 () {32 vars in 727 bytes} [Thu Apr 23 10:50:14 2026] GET /v2.0/trunks/483561cd-9165-452f-96ef-6a85edd909e1/tags => generated 34 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1891] 10.0.0.234 () {34 vars in 989 bytes} [Thu Apr 23 10:50:14 2026] GET /v2.0/ports?device_id=a8860c83-4037-483d-8329-6131b8a05929 => generated 1240 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1892] 10.0.0.24 () {34 vars in 754 bytes} [Thu Apr 23 10:50:14 2026] PUT /v2.0/trunks/483561cd-9165-452f-96ef-6a85edd909e1/tags/red => generated 4 bytes in 26 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1893] 10.0.0.24 () {32 vars in 727 bytes} [Thu Apr 23 10:50:14 2026] GET /v2.0/trunks/483561cd-9165-452f-96ef-6a85edd909e1/tags => generated 34 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1894] 10.0.0.234 () {34 vars in 1039 bytes} [Thu Apr 23 10:50:14 2026] GET /v2.0/security-groups?id=6a066974-fa80-44fd-932c-a6b196daad8c&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1895] 10.0.0.24 () {34 vars in 776 bytes} [Thu Apr 23 10:50:14 2026] PUT /v2.0/trunks/483561cd-9165-452f-96ef-6a85edd909e1/tags/black.or.white => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1896] 10.0.0.24 () {32 vars in 727 bytes} [Thu Apr 23 10:50:14 2026] GET /v2.0/trunks/483561cd-9165-452f-96ef-6a85edd909e1/tags => generated 52 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1897] 10.0.0.24 () {34 vars in 747 bytes} [Thu Apr 23 10:50:14 2026] PUT /v2.0/trunks/483561cd-9165-452f-96ef-6a85edd909e1/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1898] 10.0.0.24 () {32 vars in 727 bytes} [Thu Apr 23 10:50:14 2026] GET /v2.0/trunks/483561cd-9165-452f-96ef-6a85edd909e1/tags => generated 37 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1899] 10.0.0.24 () {32 vars in 735 bytes} [Thu Apr 23 10:50:14 2026] GET /v2.0/trunks/483561cd-9165-452f-96ef-6a85edd909e1/tags/red => generated 0 bytes in 25 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:50:14.668 8 INFO neutron.api.v2.resource [None req-17d3cde2-38a4-4606-8b3d-35464ef6da57 624126bc3c3e451a9f9391fbea7e1a6d 3d130d88e7094b53b9207fc9543daec8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 966/1900] 10.0.0.24 () {32 vars in 739 bytes} [Thu Apr 23 10:50:14 2026] GET /v2.0/trunks/483561cd-9165-452f-96ef-6a85edd909e1/tags/green => generated 99 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1901] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:50:14 2026] DELETE /v2.0/trunks/483561cd-9165-452f-96ef-6a85edd909e1/tags/red => 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: 967/1902] 10.0.0.24 () {32 vars in 727 bytes} [Thu Apr 23 10:50:14 2026] GET /v2.0/trunks/483561cd-9165-452f-96ef-6a85edd909e1/tags => generated 30 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:50:14.824 7 INFO neutron.api.v2.resource [None req-b4c9e28f-fed4-4568-a96f-2c6b1db06004 624126bc3c3e451a9f9391fbea7e1a6d 3d130d88e7094b53b9207fc9543daec8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 936/1903] 10.0.0.24 () {32 vars in 742 bytes} [Thu Apr 23 10:50:14 2026] DELETE /v2.0/trunks/483561cd-9165-452f-96ef-6a85edd909e1/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1904] 10.0.0.24 () {32 vars in 730 bytes} [Thu Apr 23 10:50:14 2026] DELETE /v2.0/trunks/483561cd-9165-452f-96ef-6a85edd909e1/tags => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1905] 10.0.0.24 () {32 vars in 727 bytes} [Thu Apr 23 10:50:14 2026] GET /v2.0/trunks/483561cd-9165-452f-96ef-6a85edd909e1/tags => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1906] 10.0.0.24 () {32 vars in 717 bytes} [Thu Apr 23 10:50:14 2026] GET /v2.0/trunks/483561cd-9165-452f-96ef-6a85edd909e1 => generated 407 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1907] 10.0.0.24 () {32 vars in 715 bytes} [Thu Apr 23 10:50:14 2026] GET /v2.0/ports/ce50b42f-efa7-4ef2-bb9a-8fb6cfe31644 => generated 826 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1908] 10.0.0.24 () {32 vars in 720 bytes} [Thu Apr 23 10:50:14 2026] DELETE /v2.0/trunks/483561cd-9165-452f-96ef-6a85edd909e1 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:50:15.158 7 INFO neutron_taas.services.taas.taas_plugin [None req-166e6035-8fe5-48ee-b425-2beecbe0fdab 624126bc3c3e451a9f9391fbea7e1a6d 3d130d88e7094b53b9207fc9543daec8 - - default default] TaaS: Handle Delete Port: ce50b42f-efa7-4ef2-bb9a-8fb6cfe31644 2026-04-23 10:50:15.162 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-166e6035-8fe5-48ee-b425-2beecbe0fdab 624126bc3c3e451a9f9391fbea7e1a6d 3d130d88e7094b53b9207fc9543daec8 - - default default] Tap Mirror: Handle Delete Port: ce50b42f-efa7-4ef2-bb9a-8fb6cfe31644 [pid: 7|app: 0|req: 939/1909] 10.0.0.24 () {32 vars in 718 bytes} [Thu Apr 23 10:50:15 2026] DELETE /v2.0/ports/ce50b42f-efa7-4ef2-bb9a-8fb6cfe31644 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:50:15.405 8 INFO neutron.services.segments.plugin [-] Segment 2de40df6-5651-407e-abde-59856497baa0 resource provider aggregate not found 2026-04-23 10:50:15.416 8 INFO neutron.services.segments.plugin [-] Segment 2de40df6-5651-407e-abde-59856497baa0 resource provider aggregate not found 2026-04-23 10:50:15.423 8 INFO neutron.services.segments.plugin [-] Segment 2de40df6-5651-407e-abde-59856497baa0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2de40df6-5651-407e-abde-59856497baa0 found for delete ", "request_id": "req-6cd9b1e6-a88b-41fc-827b-9055e261c54d"}]} [pid: 8|app: 0|req: 971/1910] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:50:15 2026] DELETE /v2.0/networks/28fa2e87-8dda-47bf-a610-466910ee076c => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:50:15.435 8 INFO neutron.services.segments.plugin [-] Segment 2de40df6-5651-407e-abde-59856497baa0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2de40df6-5651-407e-abde-59856497baa0 found for delete ", "request_id": "req-7c752e26-f1d5-497c-a4be-56541c3c65f0"}]} 2026-04-23 10:50:16.180 7 INFO neutron.db.segments_db [None req-470ede5f-84b5-4aca-8494-47e855643c7a a7e381bada254a52908f0818f15fe01b 34beb2e7f58c4ed5b369300c2e150852 - - default default] Added segment 4671457f-93e0-4b6a-9117-3ee1678c800f of type vxlan for network 60f0722c-1115-49f3-a89c-08d40f0b3169 [pid: 8|app: 0|req: 972/1911] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:50:16 2026] GET /v2.0/security-groups?tenant_id=4da3d95d643c4170bf72fed931d331e4&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1912] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:50:16 2026] DELETE /v2.0/security-groups/b1b34f69-af81-46cf-b27b-bb637bb678bc => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:50:16.432 7 INFO neutron.db.l3_hamode_db [None req-470ede5f-84b5-4aca-8494-47e855643c7a a7e381bada254a52908f0818f15fe01b 34beb2e7f58c4ed5b369300c2e150852 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 974/1913] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:50:16 2026] GET /v2.0/security-groups?tenant_id=3d130d88e7094b53b9207fc9543daec8&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:50:16.551 7 INFO neutron.db.l3_hamode_db [None req-470ede5f-84b5-4aca-8494-47e855643c7a a7e381bada254a52908f0818f15fe01b 34beb2e7f58c4ed5b369300c2e150852 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 975/1914] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:50:16 2026] DELETE /v2.0/security-groups/236a7bf5-a3be-47a6-9de9-0139767a7ad9 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1915] 10.0.0.24 () {34 vars in 666 bytes} [Thu Apr 23 10:50:15 2026] POST /v2.0/routers => generated 474 bytes in 1218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1916] 10.0.0.24 () {34 vars in 749 bytes} [Thu Apr 23 10:50:17 2026] PUT /v2.0/routers/6ce06de2-af76-4caf-88d5-d087debaa646/tags => generated 25 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1917] 10.0.0.24 () {32 vars in 729 bytes} [Thu Apr 23 10:50:17 2026] GET /v2.0/routers/6ce06de2-af76-4caf-88d5-d087debaa646/tags => generated 25 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1918] 10.0.0.24 () {34 vars in 760 bytes} [Thu Apr 23 10:50:17 2026] PUT /v2.0/routers/6ce06de2-af76-4caf-88d5-d087debaa646/tags/green => generated 4 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1919] 10.0.0.24 () {32 vars in 729 bytes} [Thu Apr 23 10:50:17 2026] GET /v2.0/routers/6ce06de2-af76-4caf-88d5-d087debaa646/tags => generated 34 bytes in 628 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1920] 10.0.0.24 () {34 vars in 756 bytes} [Thu Apr 23 10:50:18 2026] PUT /v2.0/routers/6ce06de2-af76-4caf-88d5-d087debaa646/tags/red => generated 4 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1921] 10.0.0.24 () {32 vars in 729 bytes} [Thu Apr 23 10:50:18 2026] GET /v2.0/routers/6ce06de2-af76-4caf-88d5-d087debaa646/tags => generated 34 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1922] 10.0.0.24 () {34 vars in 778 bytes} [Thu Apr 23 10:50:18 2026] PUT /v2.0/routers/6ce06de2-af76-4caf-88d5-d087debaa646/tags/black.or.white => generated 4 bytes in 709 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1923] 10.0.0.24 () {32 vars in 729 bytes} [Thu Apr 23 10:50:19 2026] GET /v2.0/routers/6ce06de2-af76-4caf-88d5-d087debaa646/tags => generated 52 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1924] 10.0.0.24 () {34 vars in 749 bytes} [Thu Apr 23 10:50:19 2026] PUT /v2.0/routers/6ce06de2-af76-4caf-88d5-d087debaa646/tags => generated 37 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1925] 10.0.0.24 () {32 vars in 729 bytes} [Thu Apr 23 10:50:19 2026] GET /v2.0/routers/6ce06de2-af76-4caf-88d5-d087debaa646/tags => generated 37 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1926] 10.0.0.24 () {32 vars in 737 bytes} [Thu Apr 23 10:50:19 2026] GET /v2.0/routers/6ce06de2-af76-4caf-88d5-d087debaa646/tags/red => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:50:19.768 7 INFO neutron.api.v2.resource [None req-27b7c39c-a386-4f64-936e-33ce8414ba27 a7e381bada254a52908f0818f15fe01b 34beb2e7f58c4ed5b369300c2e150852 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 946/1927] 10.0.0.24 () {32 vars in 741 bytes} [Thu Apr 23 10:50:19 2026] GET /v2.0/routers/6ce06de2-af76-4caf-88d5-d087debaa646/tags/green => generated 99 bytes in 95 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1928] 10.0.0.24 () {32 vars in 740 bytes} [Thu Apr 23 10:50:19 2026] DELETE /v2.0/routers/6ce06de2-af76-4caf-88d5-d087debaa646/tags/red => 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: 983/1929] 10.0.0.24 () {32 vars in 729 bytes} [Thu Apr 23 10:50:19 2026] GET /v2.0/routers/6ce06de2-af76-4caf-88d5-d087debaa646/tags => generated 30 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:50:20.068 8 INFO neutron.api.v2.resource [None req-0155742f-04a3-4713-a8fc-f654ba803085 a7e381bada254a52908f0818f15fe01b 34beb2e7f58c4ed5b369300c2e150852 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 984/1930] 10.0.0.24 () {32 vars in 744 bytes} [Thu Apr 23 10:50:19 2026] DELETE /v2.0/routers/6ce06de2-af76-4caf-88d5-d087debaa646/tags/green => generated 99 bytes in 86 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 10:50:20.141 7 INFO neutron.db.segments_db [None req-7db9c3d8-fbed-4b24-ba38-b3025813d4f9 31a7787e58cb413f89a8337df6c81cf5 cb31bfd9c9684a9eaa4ea73eb88f095c - - default default] Added segment 5bd3cea0-62ea-4daa-bcd6-5306039170c5 of type vxlan for network 0665a8c2-f0cd-4b9d-95f6-1aa40bd7f181 [pid: 8|app: 0|req: 985/1931] 10.0.0.24 () {32 vars in 732 bytes} [Thu Apr 23 10:50:20 2026] DELETE /v2.0/routers/6ce06de2-af76-4caf-88d5-d087debaa646/tags => 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: 947/1932] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:50:19 2026] POST /v2.0/networks => generated 612 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1933] 10.0.0.24 () {32 vars in 729 bytes} [Thu Apr 23 10:50:20 2026] GET /v2.0/routers/6ce06de2-af76-4caf-88d5-d087debaa646/tags => generated 12 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:50:20.306 7 INFO neutron.db.segments_db [None req-e584cc0a-259b-4fb8-bcd7-cb5999222e5c 31a7787e58cb413f89a8337df6c81cf5 cb31bfd9c9684a9eaa4ea73eb88f095c - - default default] Added segment 7e920c7d-018a-4cc8-a27d-6988982f2c7f of type vxlan for network b7ed515d-f5dd-4dad-966e-a1fa88a00821 [pid: 8|app: 0|req: 987/1934] 10.0.0.24 () {32 vars in 719 bytes} [Thu Apr 23 10:50:20 2026] GET /v2.0/routers/6ce06de2-af76-4caf-88d5-d087debaa646 => generated 480 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1935] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:50:20 2026] POST /v2.0/networks => generated 613 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1936] 10.0.0.24 () {34 vars in 751 bytes} [Thu Apr 23 10:50:20 2026] PUT /v2.0/networks/0665a8c2-f0cd-4b9d-95f6-1aa40bd7f181/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1937] 10.0.0.24 () {32 vars in 731 bytes} [Thu Apr 23 10:50:20 2026] GET /v2.0/networks/0665a8c2-f0cd-4b9d-95f6-1aa40bd7f181/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1938] 10.0.0.24 () {34 vars in 751 bytes} [Thu Apr 23 10:50:20 2026] PUT /v2.0/networks/b7ed515d-f5dd-4dad-966e-a1fa88a00821/tags => generated 17 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1939] 10.0.0.24 () {32 vars in 731 bytes} [Thu Apr 23 10:50:20 2026] GET /v2.0/networks/b7ed515d-f5dd-4dad-966e-a1fa88a00821/tags => generated 17 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1940] 10.0.0.24 () {34 vars in 751 bytes} [Thu Apr 23 10:50:20 2026] PUT /v2.0/networks/b7ed515d-f5dd-4dad-966e-a1fa88a00821/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1941] 10.0.0.24 () {32 vars in 731 bytes} [Thu Apr 23 10:50:20 2026] GET /v2.0/networks/b7ed515d-f5dd-4dad-966e-a1fa88a00821/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1942] 10.0.0.24 () {32 vars in 731 bytes} [Thu Apr 23 10:50:20 2026] GET /v2.0/networks/0665a8c2-f0cd-4b9d-95f6-1aa40bd7f181/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:50:20.898 7 INFO neutron.services.segments.plugin [-] Segment 5bd3cea0-62ea-4daa-bcd6-5306039170c5 resource provider aggregate not found 2026-04-23 10:50:20.904 7 INFO neutron.services.segments.plugin [-] Segment 5bd3cea0-62ea-4daa-bcd6-5306039170c5 resource provider aggregate not found 2026-04-23 10:50:20.915 7 INFO neutron.services.segments.plugin [-] Segment 5bd3cea0-62ea-4daa-bcd6-5306039170c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5bd3cea0-62ea-4daa-bcd6-5306039170c5 found for delete ", "request_id": "req-81199bbe-b8f8-4614-93be-6e88ba30cfcf"}]} [pid: 7|app: 0|req: 956/1943] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:50:20 2026] DELETE /v2.0/networks/0665a8c2-f0cd-4b9d-95f6-1aa40bd7f181 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:50:20.928 7 INFO neutron.services.segments.plugin [-] Segment 5bd3cea0-62ea-4daa-bcd6-5306039170c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5bd3cea0-62ea-4daa-bcd6-5306039170c5 found for delete ", "request_id": "req-d9de3de6-fd00-4654-89d5-c4d822dc3835"}]} [pid: 8|app: 0|req: 988/1944] 10.0.0.24 () {34 vars in 740 bytes} [Thu Apr 23 10:50:20 2026] PUT /v2.0/routers/6ce06de2-af76-4caf-88d5-d087debaa646 => generated 480 bytes in 595 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1945] 10.0.0.24 () {32 vars in 734 bytes} [Thu Apr 23 10:50:20 2026] GET /v2.0/ports?device_id=6ce06de2-af76-4caf-88d5-d087debaa646 => 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: 957/1946] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:50:20 2026] DELETE /v2.0/networks/b7ed515d-f5dd-4dad-966e-a1fa88a00821 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:50:21.170 8 INFO neutron_taas.services.taas.taas_plugin [None req-2c0f5345-b7ef-44af-bed9-25f952302727 a7e381bada254a52908f0818f15fe01b 34beb2e7f58c4ed5b369300c2e150852 - - default default] TaaS: Handle Delete Port: fa408d97-7b93-4843-b709-397ae77ef5ca 2026-04-23 10:50:21.173 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c0f5345-b7ef-44af-bed9-25f952302727 a7e381bada254a52908f0818f15fe01b 34beb2e7f58c4ed5b369300c2e150852 - - default default] Tap Mirror: Handle Delete Port: fa408d97-7b93-4843-b709-397ae77ef5ca 2026-04-23 10:50:21.512 8 INFO neutron.services.segments.plugin [-] Segment 4671457f-93e0-4b6a-9117-3ee1678c800f resource provider aggregate not found 2026-04-23 10:50:21.517 8 INFO neutron.services.segments.plugin [-] Segment 4671457f-93e0-4b6a-9117-3ee1678c800f resource provider aggregate not found 2026-04-23 10:50:21.533 8 INFO neutron.services.segments.plugin [-] Segment 4671457f-93e0-4b6a-9117-3ee1678c800f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4671457f-93e0-4b6a-9117-3ee1678c800f found for delete ", "request_id": "req-63b719b9-ef56-4782-825f-3b67718ed092"}]} 2026-04-23 10:50:21.539 8 INFO neutron.services.segments.plugin [-] Segment 4671457f-93e0-4b6a-9117-3ee1678c800f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4671457f-93e0-4b6a-9117-3ee1678c800f found for delete ", "request_id": "req-a02142aa-d2be-46f7-9d20-3d104cbd216d"}]} 2026-04-23 10:50:21.539 8 INFO neutron.db.l3_hamode_db [None req-2c0f5345-b7ef-44af-bed9-25f952302727 a7e381bada254a52908f0818f15fe01b 34beb2e7f58c4ed5b369300c2e150852 - - default default] HA network 60f0722c-1115-49f3-a89c-08d40f0b3169 was deleted as no HA routers are present in tenant 34beb2e7f58c4ed5b369300c2e150852. [pid: 8|app: 0|req: 990/1947] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:50:20 2026] DELETE /v2.0/routers/6ce06de2-af76-4caf-88d5-d087debaa646 => generated 0 bytes in 572 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1948] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:50:21 2026] GET /v2.0/security-groups?tenant_id=cb31bfd9c9684a9eaa4ea73eb88f095c&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1949] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:50:21 2026] DELETE /v2.0/security-groups/2953c819-c90d-4719-b767-31d705cfbcd5 => 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: 959/1950] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:50:22 2026] GET /v2.0/security-groups?tenant_id=1c263a1439bd458fb2c6391ca67842a2&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1951] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:50:22 2026] DELETE /v2.0/security-groups/2e6bd1d6-6364-4b9d-8112-75b15e08a98c => 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: 960/1952] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:50:22 2026] GET /v2.0/security-groups?tenant_id=8ba3aa8ce04c41c788690ce6967204c6&name=default => generated 2925 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1953] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:50:22 2026] DELETE /v2.0/security-groups/2fc6a00c-6c24-437f-9108-a244ec7a2b2f => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:50:22.945 7 INFO neutron.services.segments.plugin [-] Segment 7e920c7d-018a-4cc8-a27d-6988982f2c7f resource provider aggregate not found 2026-04-23 10:50:22.948 7 INFO neutron.services.segments.plugin [-] Segment 7e920c7d-018a-4cc8-a27d-6988982f2c7f resource provider aggregate not found [pid: 7|app: 0|req: 961/1954] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:50:22 2026] GET /v2.0/security-groups?tenant_id=34beb2e7f58c4ed5b369300c2e150852&name=default => generated 2928 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:50:22.964 7 INFO neutron.services.segments.plugin [-] Segment 7e920c7d-018a-4cc8-a27d-6988982f2c7f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e920c7d-018a-4cc8-a27d-6988982f2c7f found for delete ", "request_id": "req-7fc38543-17d3-4635-89a9-028682ef6322"}]} 2026-04-23 10:50:22.970 7 INFO neutron.services.segments.plugin [-] Segment 7e920c7d-018a-4cc8-a27d-6988982f2c7f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e920c7d-018a-4cc8-a27d-6988982f2c7f found for delete ", "request_id": "req-43106100-2599-491b-bdcb-1fb30605f2cf"}]} [pid: 8|app: 0|req: 994/1955] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:50:22 2026] DELETE /v2.0/security-groups/af2878a6-0de9-49c1-9d74-83d12995ffc5 => 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: 963/1958] 10.0.0.24 () {32 vars in 824 bytes} [Thu Apr 23 10:50:23 2026] GET /v2.0/ports?project_id=3bfed5fe255d4b23a730ccf1edf9f96f&network_id=e1d22b14-412d-4d1b-af3b-a7161e531abb => generated 3691 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1959] 10.0.0.24 () {32 vars in 740 bytes} [Thu Apr 23 10:50:23 2026] GET /v2.0/subnets?network_id=c01f1fa1-050e-4e15-ae40-a9bb278a2219 => generated 667 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:50:24.164 7 INFO neutron.db.l3_db [None req-52a146d9-d4cb-43d2-8565-2075a9e5d0ae 35e61c089ffc49949609fe0523a258a5 3bfed5fe255d4b23a730ccf1edf9f96f - - default default] Floating IP 3b6838b6-1738-4403-bf6e-f6c53e5cf544 disassociated. External IP: 10.96.250.202, port: 286955eb-1af8-49ce-8f99-868feb125e90. [pid: 7|app: 0|req: 964/1960] 10.0.0.24 () {34 vars in 747 bytes} [Thu Apr 23 10:50:24 2026] PUT /v2.0/floatingips/3b6838b6-1738-4403-bf6e-f6c53e5cf544 => generated 554 bytes in 483 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1961] 10.0.0.24 () {32 vars in 727 bytes} [Thu Apr 23 10:50:24 2026] GET /v2.0/floatingips/3b6838b6-1738-4403-bf6e-f6c53e5cf544 => generated 554 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:50:24.567 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7f8038bf-ef2d-4c8e-acbe-e801f37ad6b0'] response: {'name': 'network-changed', 'server_uuid': 'a8860c83-4037-483d-8329-6131b8a05929', 'tag': '286955eb-1af8-49ce-8f99-868feb125e90', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 965/1962] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:50:25 2026] GET /v2.0/ports?tenant_id=3bfed5fe255d4b23a730ccf1edf9f96f&device_id=a8860c83-4037-483d-8329-6131b8a05929 => generated 1240 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1963] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:50:25 2026] GET /v2.0/networks?id=e1d22b14-412d-4d1b-af3b-a7161e531abb => generated 756 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1964] 199.204.45.210 () {34 vars in 1057 bytes} [Thu Apr 23 10:50:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=286955eb-1af8-49ce-8f99-868feb125e90 => 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: 999/1965] 199.204.45.210 () {34 vars in 983 bytes} [Thu Apr 23 10:50:25 2026] GET /v2.0/subnets?id=5a3e8e9b-d848-4e23-b618-f493019b2511 => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1966] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:50:25 2026] GET /v2.0/ports?network_id=e1d22b14-412d-4d1b-af3b-a7161e531abb&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: 1000/1967] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:50:25 2026] GET /v2.0/networks/e1d22b14-412d-4d1b-af3b-a7161e531abb?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: 968/1968] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:50:25 2026] GET /v2.0/networks/e1d22b14-412d-4d1b-af3b-a7161e531abb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1969] 10.0.0.24 () {32 vars in 727 bytes} [Thu Apr 23 10:50:25 2026] GET /v2.0/floatingips/3b6838b6-1738-4403-bf6e-f6c53e5cf544 => generated 554 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1970] 10.0.0.24 () {32 vars in 727 bytes} [Thu Apr 23 10:50:26 2026] GET /v2.0/floatingips/3b6838b6-1738-4403-bf6e-f6c53e5cf544 => generated 552 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1971] 10.0.0.24 () {34 vars in 682 bytes} [Thu Apr 23 10:50:26 2026] POST /v2.0/security-groups => generated 1603 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1972] 10.0.0.24 () {34 vars in 765 bytes} [Thu Apr 23 10:50:26 2026] PUT /v2.0/security-groups/6fef3625-d56c-4482-95d8-95745875c45a/tags => generated 25 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1973] 10.0.0.24 () {32 vars in 745 bytes} [Thu Apr 23 10:50:27 2026] GET /v2.0/security-groups/6fef3625-d56c-4482-95d8-95745875c45a/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1974] 10.0.0.24 () {34 vars in 776 bytes} [Thu Apr 23 10:50:27 2026] PUT /v2.0/security-groups/6fef3625-d56c-4482-95d8-95745875c45a/tags/green => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1975] 10.0.0.24 () {32 vars in 745 bytes} [Thu Apr 23 10:50:27 2026] GET /v2.0/security-groups/6fef3625-d56c-4482-95d8-95745875c45a/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1976] 10.0.0.24 () {34 vars in 772 bytes} [Thu Apr 23 10:50:27 2026] PUT /v2.0/security-groups/6fef3625-d56c-4482-95d8-95745875c45a/tags/red => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1977] 10.0.0.24 () {32 vars in 745 bytes} [Thu Apr 23 10:50:27 2026] GET /v2.0/security-groups/6fef3625-d56c-4482-95d8-95745875c45a/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1978] 10.0.0.24 () {34 vars in 794 bytes} [Thu Apr 23 10:50:27 2026] PUT /v2.0/security-groups/6fef3625-d56c-4482-95d8-95745875c45a/tags/black.or.white => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1979] 10.0.0.24 () {32 vars in 745 bytes} [Thu Apr 23 10:50:27 2026] GET /v2.0/security-groups/6fef3625-d56c-4482-95d8-95745875c45a/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1980] 10.0.0.24 () {34 vars in 765 bytes} [Thu Apr 23 10:50:27 2026] PUT /v2.0/security-groups/6fef3625-d56c-4482-95d8-95745875c45a/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: 974/1981] 10.0.0.24 () {32 vars in 745 bytes} [Thu Apr 23 10:50:27 2026] GET /v2.0/security-groups/6fef3625-d56c-4482-95d8-95745875c45a/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: 1008/1982] 10.0.0.24 () {32 vars in 753 bytes} [Thu Apr 23 10:50:27 2026] GET /v2.0/security-groups/6fef3625-d56c-4482-95d8-95745875c45a/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:50:27.635 7 INFO neutron.api.v2.resource [None req-9bc169fc-fcbf-4148-b742-0aa4be771475 63eed66e27744d11a54ebb0049ed9df1 b5c87ea2b19c474f8679581c88e430b1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 975/1983] 10.0.0.24 () {32 vars in 757 bytes} [Thu Apr 23 10:50:27 2026] GET /v2.0/security-groups/6fef3625-d56c-4482-95d8-95745875c45a/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1984] 10.0.0.24 () {32 vars in 756 bytes} [Thu Apr 23 10:50:27 2026] DELETE /v2.0/security-groups/6fef3625-d56c-4482-95d8-95745875c45a/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: 1010/1985] 10.0.0.24 () {32 vars in 745 bytes} [Thu Apr 23 10:50:27 2026] GET /v2.0/security-groups/6fef3625-d56c-4482-95d8-95745875c45a/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:50:27.789 8 INFO neutron.api.v2.resource [None req-3db8a699-7aaf-41ac-a786-b32eebd1f648 63eed66e27744d11a54ebb0049ed9df1 b5c87ea2b19c474f8679581c88e430b1 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1011/1986] 10.0.0.24 () {32 vars in 760 bytes} [Thu Apr 23 10:50:27 2026] DELETE /v2.0/security-groups/6fef3625-d56c-4482-95d8-95745875c45a/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: 976/1987] 10.0.0.24 () {34 vars in 683 bytes} [Thu Apr 23 10:50:27 2026] POST /v2.0/security-groups => generated 1677 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1988] 10.0.0.24 () {32 vars in 748 bytes} [Thu Apr 23 10:50:27 2026] DELETE /v2.0/security-groups/6fef3625-d56c-4482-95d8-95745875c45a/tags => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1989] 10.0.0.24 () {32 vars in 745 bytes} [Thu Apr 23 10:50:27 2026] GET /v2.0/security-groups/6fef3625-d56c-4482-95d8-95745875c45a/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1990] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:50:27 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: 8|app: 0|req: 1014/1991] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:50:27 2026] DELETE /v2.0/security-groups/6fef3625-d56c-4482-95d8-95745875c45a => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1992] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:50:27 2026] POST /v2.0/security-group-rules => generated 596 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1993] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:50:28 2026] POST /v2.0/security-group-rules => generated 602 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1994] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:50:28 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-23 10:50:28.351 8 INFO neutron.db.securitygroups_db [None req-e692fc96-2451-475e-8d0c-cf724159a046 35e61c089ffc49949609fe0523a258a5 3bfed5fe255d4b23a730ccf1edf9f96f - - default default] Project 3bfed5fe255d4b23a730ccf1edf9f96f 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: 1016/1995] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:50:28 2026] POST /v2.0/security-group-rules => generated 607 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:50:28.509 7 INFO neutron.db.securitygroups_db [None req-ae72ac86-ab69-4975-b30a-fffc520f83b8 35e61c089ffc49949609fe0523a258a5 3bfed5fe255d4b23a730ccf1edf9f96f - - default default] Project 3bfed5fe255d4b23a730ccf1edf9f96f 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: 980/1996] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:50:28 2026] POST /v2.0/security-group-rules => generated 606 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/1997] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:50:28 2026] GET /v2.0/security-groups?tenant_id=b5c87ea2b19c474f8679581c88e430b1&name=default => generated 2929 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1998] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:50:28 2026] DELETE /v2.0/security-groups/95d5c9cb-24ba-45fc-86fd-14db190714a2 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1999] 10.0.0.24 () {32 vars in 647 bytes} [Thu Apr 23 10:50:28 2026] GET /v2.0/networks => generated 1297 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2000] 10.0.0.38 () {34 vars in 1098 bytes} [Thu Apr 23 10:50:29 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1136711236&fields=id&tenant_id=3bfed5fe255d4b23a730ccf1edf9f96f => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2001] 10.0.0.38 () {34 vars in 980 bytes} [Thu Apr 23 10:50:29 2026] GET /v2.0/networks?id=e1d22b14-412d-4d1b-af3b-a7161e531abb => generated 660 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/2002] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:50:29 2026] GET /v2.0/security-groups?tenant_id=c77a402fd3fb4cde8172077a2bc2fd01&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2003] 10.0.0.38 () {34 vars in 963 bytes} [Thu Apr 23 10:50:29 2026] GET /v2.0/quotas/3bfed5fe255d4b23a730ccf1edf9f96f => 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: 1021/2004] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:50:29 2026] DELETE /v2.0/security-groups/91d938c7-e118-40e0-a872-ec1058bd0d21 => 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: 984/2005] 10.0.0.38 () {34 vars in 1000 bytes} [Thu Apr 23 10:50:29 2026] GET /v2.0/ports?tenant_id=3bfed5fe255d4b23a730ccf1edf9f96f&fields=id => generated 149 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2006] 10.0.0.38 () {34 vars in 1006 bytes} [Thu Apr 23 10:50:29 2026] GET /v2.0/networks/e1d22b14-412d-4d1b-af3b-a7161e531abb?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: 985/2007] 10.0.0.38 () {34 vars in 1106 bytes} [Thu Apr 23 10:50:29 2026] GET /v2.0/networks/e1d22b14-412d-4d1b-af3b-a7161e531abb?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: 1023/2008] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:50:29 2026] GET /v2.0/ports?device_id=995cb57f-b733-4b44-b115-5fc8917c9bda => 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: 986/2009] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:50:30 2026] GET /v2.0/ports?device_id=995cb57f-b733-4b44-b115-5fc8917c9bda => 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: 987/2010] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:50:31 2026] GET /v2.0/ports?device_id=995cb57f-b733-4b44-b115-5fc8917c9bda => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:50:31.824 8 INFO neutron.db.segments_db [None req-9c4d75fb-b2d8-4fac-81f3-8abad118b687 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] Added segment 3777cb4f-8352-4c84-870f-5db5683fbeda of type vxlan for network ae1a434e-7303-4f14-8812-ccee48ff1b90 [pid: 8|app: 0|req: 1024/2011] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:50:31 2026] POST /v2.0/networks => generated 621 bytes in 485 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2012] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:50:31 2026] POST /v2.0/subnets => generated 657 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2013] 10.0.0.24 () {32 vars in 720 bytes} [Thu Apr 23 10:50:32 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2014] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:50:32 2026] POST /v2.0/subnets => generated 732 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:50:32.782 8 INFO neutron.db.segments_db [None req-7479744d-18bd-4814-8d81-1a2f0c890d8f 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] Added segment 4f1ba5e3-38b0-4053-8871-788dc700d7b0 of type vxlan for network 12ff9cde-c2ed-4cbd-93ad-93480ab11564 [pid: 7|app: 0|req: 990/2015] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:50:32 2026] GET /v2.0/ports?device_id=995cb57f-b733-4b44-b115-5fc8917c9bda => 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: 1026/2016] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:50:32 2026] POST /v2.0/networks => generated 618 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2017] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:50:32 2026] POST /v2.0/subnets => generated 656 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2018] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:50:33 2026] POST /v2.0/subnets => generated 725 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:50:33.782 7 INFO neutron.db.segments_db [None req-e0fc8f12-2a1d-4a40-9911-c7a0f1b0517d 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] Added segment 1262f698-85d9-4730-8f03-2d3dccc792e2 of type vxlan for network ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff [pid: 7|app: 0|req: 992/2019] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:50:33 2026] POST /v2.0/networks => generated 619 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2020] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:50:33 2026] GET /v2.0/networks?id=e1d22b14-412d-4d1b-af3b-a7161e531abb => generated 660 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2021] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:50:33 2026] GET /v2.0/ports?device_id=995cb57f-b733-4b44-b115-5fc8917c9bda => 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: 1030/2022] 199.204.45.210 () {34 vars in 1049 bytes} [Thu Apr 23 10:50:33 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3bfed5fe255d4b23a730ccf1edf9f96f => generated 272 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2023] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:50:33 2026] POST /v2.0/subnets => generated 656 bytes in 664 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2024] 199.204.45.210 () {38 vars in 954 bytes} [Thu Apr 23 10:50:34 2026] POST /v2.0/ports => generated 958 bytes in 560 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1032/2025] 199.204.45.210 () {38 vars in 1027 bytes} [Thu Apr 23 10:50:34 2026] PUT /v2.0/ports/6dc2c924-1359-4ca1-bcc7-b0e44aa9af8d => generated 1239 bytes in 517 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: 1033/2026] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:50:35 2026] GET /v2.0/ports?device_id=995cb57f-b733-4b44-b115-5fc8917c9bda => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:50:35.139 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ff432313-dfc5-4951-a785-a0c2b9d2570a'] response: {'name': 'network-changed', 'server_uuid': '995cb57f-b733-4b44-b115-5fc8917c9bda', 'tag': '6dc2c924-1359-4ca1-bcc7-b0e44aa9af8d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 994/2027] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:50:34 2026] POST /v2.0/subnets => generated 730 bytes in 610 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2028] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:50:35 2026] GET /v2.0/security-groups?id=578efd75-b8fa-4e42-9f80-e5c23b85df24&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:50:35.330 7 INFO neutron.db.segments_db [None req-6e05f8f1-13da-4376-b931-d940ee2eb0d3 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] Added segment e2c8dd10-140f-4eed-9063-7aa058c70446 of type vxlan for network a2a6c323-3a7e-462e-9784-0f8c79721a2b [pid: 8|app: 0|req: 1035/2029] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:50:35 2026] GET /v2.0/ports?tenant_id=3bfed5fe255d4b23a730ccf1edf9f96f&device_id=995cb57f-b733-4b44-b115-5fc8917c9bda => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2030] 199.204.45.210 () {34 vars in 1017 bytes} [Thu Apr 23 10:50:35 2026] GET /v2.0/networks?tenant_id=3bfed5fe255d4b23a730ccf1edf9f96f&shared=False => generated 756 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2031] 199.204.45.210 () {34 vars in 929 bytes} [Thu Apr 23 10:50:35 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) 2026-04-23 10:50:35.804 7 INFO neutron.db.l3_hamode_db [None req-6e05f8f1-13da-4376-b931-d940ee2eb0d3 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1038/2032] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:50:36 2026] GET /v2.0/ports?device_id=995cb57f-b733-4b44-b115-5fc8917c9bda => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2033] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:50:36 2026] GET /v2.0/security-groups?id=578efd75-b8fa-4e42-9f80-e5c23b85df24&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:50:36.593 7 INFO neutron.db.l3_hamode_db [None req-6e05f8f1-13da-4376-b931-d940ee2eb0d3 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1040/2034] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:50:36 2026] GET /v2.0/ports?tenant_id=3bfed5fe255d4b23a730ccf1edf9f96f&device_id=995cb57f-b733-4b44-b115-5fc8917c9bda => generated 1242 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2035] 199.204.45.210 () {34 vars in 1059 bytes} [Thu Apr 23 10:50:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=6dc2c924-1359-4ca1-bcc7-b0e44aa9af8d => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2036] 199.204.45.210 () {34 vars in 983 bytes} [Thu Apr 23 10:50:36 2026] GET /v2.0/subnets?id=5a3e8e9b-d848-4e23-b618-f493019b2511 => 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: 1043/2037] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:50:36 2026] GET /v2.0/ports?network_id=e1d22b14-412d-4d1b-af3b-a7161e531abb&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: 1044/2038] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:50:36 2026] GET /v2.0/networks/e1d22b14-412d-4d1b-af3b-a7161e531abb?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: 1045/2039] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:50:37 2026] GET /v2.0/networks/e1d22b14-412d-4d1b-af3b-a7161e531abb?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: 1046/2040] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:50:37 2026] GET /v2.0/ports?device_id=995cb57f-b733-4b44-b115-5fc8917c9bda => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2041] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:50:37 2026] GET /v2.0/security-groups?id=578efd75-b8fa-4e42-9f80-e5c23b85df24&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2042] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:50:35 2026] POST /v2.0/routers => generated 683 bytes in 2455 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2045] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:50:38 2026] GET /v2.0/ports?device_id=995cb57f-b733-4b44-b115-5fc8917c9bda => generated 973 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2046] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:50:38 2026] GET /v2.0/security-groups?id=578efd75-b8fa-4e42-9f80-e5c23b85df24&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: 1048/2047] 10.0.0.24 () {34 vars in 781 bytes} [Thu Apr 23 10:50:37 2026] PUT /v2.0/routers/7908597e-41e8-4cc0-a0a4-9109e98deba1/add_router_interface => generated 309 bytes in 1377 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2048] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:50:39 2026] GET /v2.0/ports?device_id=995cb57f-b733-4b44-b115-5fc8917c9bda => generated 973 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2049] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:50:39 2026] GET /v2.0/security-groups?id=578efd75-b8fa-4e42-9f80-e5c23b85df24&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: 1000/2050] 10.0.0.24 () {34 vars in 781 bytes} [Thu Apr 23 10:50:39 2026] PUT /v2.0/routers/7908597e-41e8-4cc0-a0a4-9109e98deba1/add_router_interface => generated 309 bytes in 1819 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2051] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:50:40 2026] GET /v2.0/ports?device_id=995cb57f-b733-4b44-b115-5fc8917c9bda => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2052] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:50:41 2026] GET /v2.0/security-groups?id=578efd75-b8fa-4e42-9f80-e5c23b85df24&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2053] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:50:42 2026] GET /v2.0/ports?device_id=995cb57f-b733-4b44-b115-5fc8917c9bda => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2054] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:50:42 2026] GET /v2.0/security-groups?id=578efd75-b8fa-4e42-9f80-e5c23b85df24&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2055] 10.0.0.24 () {34 vars in 781 bytes} [Thu Apr 23 10:50:40 2026] PUT /v2.0/routers/7908597e-41e8-4cc0-a0a4-9109e98deba1/add_router_interface => generated 309 bytes in 1629 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2056] 10.0.0.24 () {34 vars in 682 bytes} [Thu Apr 23 10:50:42 2026] POST /v2.0/security-groups => generated 1629 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2057] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:50:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2058] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:50:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2059] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:50:43 2026] POST /v2.0/security-group-rules => generated 599 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2060] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:50:43 2026] GET /v2.0/ports?device_id=995cb57f-b733-4b44-b115-5fc8917c9bda => 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: 1055/2061] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:50:43 2026] GET /v2.0/security-groups?id=578efd75-b8fa-4e42-9f80-e5c23b85df24&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2062] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:50:43 2026] POST /v2.0/security-group-rules => generated 601 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2063] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:50:43 2026] GET /v2.0/ports?device_id=995cb57f-b733-4b44-b115-5fc8917c9bda => generated 975 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2064] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:50:43 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: 7|app: 0|req: 1009/2065] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:50:43 2026] GET /v2.0/security-groups?id=578efd75-b8fa-4e42-9f80-e5c23b85df24&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: 1010/2066] 10.0.0.24 () {32 vars in 734 bytes} [Thu Apr 23 10:50:43 2026] GET /v2.0/ports?device_id=995cb57f-b733-4b44-b115-5fc8917c9bda => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2067] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:50:43 2026] POST /v2.0/security-group-rules => generated 597 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2068] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:50:43 2026] POST /v2.0/security-group-rules => generated 597 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:50:44.071 7 INFO neutron.db.l3_db [None req-dcde1394-0b81-4491-bffc-659e262f3270 35e61c089ffc49949609fe0523a258a5 3bfed5fe255d4b23a730ccf1edf9f96f - - default default] Floating IP 3b6838b6-1738-4403-bf6e-f6c53e5cf544 associated. External IP: 10.96.250.202, port: 6dc2c924-1359-4ca1-bcc7-b0e44aa9af8d. [pid: 8|app: 0|req: 1059/2069] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:50:43 2026] POST /v2.0/security-group-rules => generated 597 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2070] 10.0.0.24 () {34 vars in 747 bytes} [Thu Apr 23 10:50:43 2026] PUT /v2.0/floatingips/3b6838b6-1738-4403-bf6e-f6c53e5cf544 => generated 856 bytes in 688 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:50:44.434 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-47001deb-d521-4784-96e0-6e5dde03644d'] response: {'name': 'network-changed', 'server_uuid': '995cb57f-b733-4b44-b115-5fc8917c9bda', 'tag': '6dc2c924-1359-4ca1-bcc7-b0e44aa9af8d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1012/2071] 10.0.0.24 () {32 vars in 727 bytes} [Thu Apr 23 10:50:44 2026] GET /v2.0/floatingips/3b6838b6-1738-4403-bf6e-f6c53e5cf544 => generated 856 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2072] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:50:44 2026] POST /v2.0/security-group-rules => generated 599 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2073] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:50:44 2026] GET /v2.0/ports?tenant_id=3bfed5fe255d4b23a730ccf1edf9f96f&device_id=995cb57f-b733-4b44-b115-5fc8917c9bda => 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: 1013/2074] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:50:44 2026] POST /v2.0/security-group-rules => generated 601 bytes in 468 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2075] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:50:44 2026] GET /v2.0/networks?id=e1d22b14-412d-4d1b-af3b-a7161e531abb => generated 756 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2076] 199.204.45.210 () {34 vars in 1059 bytes} [Thu Apr 23 10:50:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=6dc2c924-1359-4ca1-bcc7-b0e44aa9af8d => generated 859 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2077] 199.204.45.210 () {34 vars in 983 bytes} [Thu Apr 23 10:50:45 2026] GET /v2.0/subnets?id=5a3e8e9b-d848-4e23-b618-f493019b2511 => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2078] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:50:45 2026] GET /v2.0/ports?network_id=e1d22b14-412d-4d1b-af3b-a7161e531abb&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2079] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:50:45 2026] GET /v2.0/networks/e1d22b14-412d-4d1b-af3b-a7161e531abb?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2080] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:50:45 2026] GET /v2.0/networks/e1d22b14-412d-4d1b-af3b-a7161e531abb?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: 1014/2081] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:50:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2082] 10.0.0.24 () {32 vars in 727 bytes} [Thu Apr 23 10:50:45 2026] GET /v2.0/floatingips/3b6838b6-1738-4403-bf6e-f6c53e5cf544 => generated 856 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2083] 10.0.0.38 () {34 vars in 1092 bytes} [Thu Apr 23 10:50:45 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-912088762&fields=id&tenant_id=eb013cf8423e4c109d90c3219a51ed03 => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2084] 10.0.0.38 () {34 vars in 980 bytes} [Thu Apr 23 10:50:45 2026] GET /v2.0/networks?id=12ff9cde-c2ed-4cbd-93ad-93480ab11564 => generated 704 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2085] 10.0.0.38 () {34 vars in 963 bytes} [Thu Apr 23 10:50:45 2026] GET /v2.0/quotas/eb013cf8423e4c109d90c3219a51ed03 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2086] 10.0.0.38 () {34 vars in 1000 bytes} [Thu Apr 23 10:50:45 2026] GET /v2.0/ports?tenant_id=eb013cf8423e4c109d90c3219a51ed03&fields=id => generated 287 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2087] 10.0.0.38 () {34 vars in 1006 bytes} [Thu Apr 23 10:50:45 2026] GET /v2.0/networks/12ff9cde-c2ed-4cbd-93ad-93480ab11564?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2088] 10.0.0.38 () {34 vars in 1106 bytes} [Thu Apr 23 10:50:46 2026] GET /v2.0/networks/12ff9cde-c2ed-4cbd-93ad-93480ab11564?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: 7|app: 0|req: 1018/2089] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:50:46 2026] GET /v2.0/ports?device_id=edcafad6-76ac-4d60-b88f-d7067b8fa948 => 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: 1072/2090] 10.0.0.24 () {32 vars in 727 bytes} [Thu Apr 23 10:50:46 2026] GET /v2.0/floatingips/3b6838b6-1738-4403-bf6e-f6c53e5cf544 => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2091] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:50:51 2026] GET /v2.0/ports?device_id=edcafad6-76ac-4d60-b88f-d7067b8fa948 => 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: 1073/2092] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:50:51 2026] GET /v2.0/networks?id=12ff9cde-c2ed-4cbd-93ad-93480ab11564 => generated 704 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2093] 199.204.45.210 () {34 vars in 1049 bytes} [Thu Apr 23 10:50:51 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=eb013cf8423e4c109d90c3219a51ed03 => generated 178 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2094] 199.204.45.210 () {38 vars in 954 bytes} [Thu Apr 23 10:50:51 2026] POST /v2.0/ports => generated 1179 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2095] 199.204.45.210 () {38 vars in 1027 bytes} [Thu Apr 23 10:50:52 2026] PUT /v2.0/ports/1b4d4e57-c223-4c6f-84c6-336323ef9630 => generated 1460 bytes in 495 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:50:52.729 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dec9d2a3-625f-448b-8c83-877eb46a9838'] response: {'name': 'network-changed', 'server_uuid': 'edcafad6-76ac-4d60-b88f-d7067b8fa948', 'tag': '1b4d4e57-c223-4c6f-84c6-336323ef9630', '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: 1076/2098] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:50:53 2026] GET /v2.0/ports?tenant_id=eb013cf8423e4c109d90c3219a51ed03&device_id=edcafad6-76ac-4d60-b88f-d7067b8fa948 => generated 1463 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: 1023/2099] 199.204.45.210 () {34 vars in 1017 bytes} [Thu Apr 23 10:50:53 2026] GET /v2.0/networks?tenant_id=eb013cf8423e4c109d90c3219a51ed03&shared=False => generated 2376 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2100] 199.204.45.210 () {34 vars in 929 bytes} [Thu Apr 23 10:50:53 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: 1024/2101] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:50:54 2026] GET /v2.0/ports?tenant_id=eb013cf8423e4c109d90c3219a51ed03&device_id=edcafad6-76ac-4d60-b88f-d7067b8fa948 => generated 1463 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2102] 199.204.45.210 () {34 vars in 1055 bytes} [Thu Apr 23 10:50:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.78&port_id=1b4d4e57-c223-4c6f-84c6-336323ef9630 => 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: 1025/2103] 199.204.45.210 () {34 vars in 1103 bytes} [Thu Apr 23 10:50:54 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2cc&port_id=1b4d4e57-c223-4c6f-84c6-336323ef9630 => 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: 1079/2104] 199.204.45.210 () {34 vars in 1063 bytes} [Thu Apr 23 10:50:54 2026] GET /v2.0/subnets?id=eec0bd63-da96-4be1-a4db-c36693db3809&id=f076a626-0b07-4e04-93a9-e7a352e4fbb0 => generated 1410 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2105] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:50:54 2026] GET /v2.0/ports?network_id=12ff9cde-c2ed-4cbd-93ad-93480ab11564&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2106] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:50:54 2026] GET /v2.0/ports?network_id=12ff9cde-c2ed-4cbd-93ad-93480ab11564&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2107] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:50:54 2026] GET /v2.0/networks/12ff9cde-c2ed-4cbd-93ad-93480ab11564?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: 1081/2108] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:50:54 2026] GET /v2.0/networks/12ff9cde-c2ed-4cbd-93ad-93480ab11564?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: 1028/2109] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:50:56 2026] GET /v2.0/ports?device_id=edcafad6-76ac-4d60-b88f-d7067b8fa948 => generated 1194 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2110] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:50:56 2026] GET /v2.0/security-groups?id=65b06a17-7349-4bb0-873e-ad58f39aa5e1&fields=id&fields=name => generated 111 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2111] 10.0.0.234 () {34 vars in 989 bytes} [Thu Apr 23 10:50:57 2026] GET /v2.0/ports?device_id=995cb57f-b733-4b44-b115-5fc8917c9bda => 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: 1083/2112] 10.0.0.234 () {34 vars in 1039 bytes} [Thu Apr 23 10:50:57 2026] GET /v2.0/security-groups?id=578efd75-b8fa-4e42-9f80-e5c23b85df24&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2113] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:51:01 2026] GET /v2.0/ports?device_id=edcafad6-76ac-4d60-b88f-d7067b8fa948 => generated 1196 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2114] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:51:01 2026] GET /v2.0/security-groups?id=65b06a17-7349-4bb0-873e-ad58f39aa5e1&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2115] 10.0.0.24 () {32 vars in 816 bytes} [Thu Apr 23 10:51:01 2026] GET /v2.0/ports?network_id=12ff9cde-c2ed-4cbd-93ad-93480ab11564&mac_address=fa%3A16%3A3e%3A85%3Ab3%3Abe => generated 1196 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:51:03.638 8 INFO neutron.db.l3_db [None req-19299b8d-e97c-471f-85c7-f9928d47c61c 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] Floating IP b8020d35-1daa-4fa8-9a36-73ee4d7ac61c associated. External IP: 10.96.250.219, port: 1b4d4e57-c223-4c6f-84c6-336323ef9630. [pid: 8|app: 0|req: 1085/2116] 10.0.0.24 () {34 vars in 675 bytes} [Thu Apr 23 10:51:02 2026] POST /v2.0/floatingips => generated 854 bytes in 2046 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:51:04.110 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-afb5aeae-ae7f-4f27-9dd6-d8822abd2181'] response: {'name': 'network-changed', 'server_uuid': 'edcafad6-76ac-4d60-b88f-d7067b8fa948', 'tag': '1b4d4e57-c223-4c6f-84c6-336323ef9630', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1032/2117] 10.0.0.38 () {34 vars in 1092 bytes} [Thu Apr 23 10:51:04 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-912088762&fields=id&tenant_id=eb013cf8423e4c109d90c3219a51ed03 => generated 69 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2118] 10.0.0.38 () {34 vars in 980 bytes} [Thu Apr 23 10:51:04 2026] GET /v2.0/networks?id=ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff => generated 705 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2119] 10.0.0.38 () {34 vars in 963 bytes} [Thu Apr 23 10:51:04 2026] GET /v2.0/quotas/eb013cf8423e4c109d90c3219a51ed03 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2120] 10.0.0.38 () {34 vars in 1000 bytes} [Thu Apr 23 10:51:04 2026] GET /v2.0/ports?tenant_id=eb013cf8423e4c109d90c3219a51ed03&fields=id => generated 333 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2121] 10.0.0.38 () {34 vars in 1006 bytes} [Thu Apr 23 10:51:04 2026] GET /v2.0/networks/ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2122] 10.0.0.38 () {34 vars in 1106 bytes} [Thu Apr 23 10:51:04 2026] GET /v2.0/networks/ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff?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: 1035/2123] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:51:04 2026] GET /v2.0/ports?tenant_id=eb013cf8423e4c109d90c3219a51ed03&device_id=edcafad6-76ac-4d60-b88f-d7067b8fa948 => generated 1465 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2124] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:51:04 2026] GET /v2.0/networks?id=12ff9cde-c2ed-4cbd-93ad-93480ab11564 => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2125] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:51:04 2026] GET /v2.0/ports?device_id=0c5b4ede-270f-4640-a4c8-5222b53bfa8a => 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: 1036/2126] 199.204.45.210 () {34 vars in 1055 bytes} [Thu Apr 23 10:51:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.78&port_id=1b4d4e57-c223-4c6f-84c6-336323ef9630 => generated 857 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2127] 199.204.45.210 () {34 vars in 1103 bytes} [Thu Apr 23 10:51:04 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2cc&port_id=1b4d4e57-c223-4c6f-84c6-336323ef9630 => 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: 1037/2128] 199.204.45.210 () {34 vars in 1063 bytes} [Thu Apr 23 10:51:04 2026] GET /v2.0/subnets?id=eec0bd63-da96-4be1-a4db-c36693db3809&id=f076a626-0b07-4e04-93a9-e7a352e4fbb0 => generated 1410 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2129] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:51:04 2026] GET /v2.0/ports?network_id=12ff9cde-c2ed-4cbd-93ad-93480ab11564&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: 1038/2130] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:51:04 2026] GET /v2.0/ports?network_id=12ff9cde-c2ed-4cbd-93ad-93480ab11564&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2131] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:51:04 2026] GET /v2.0/networks/12ff9cde-c2ed-4cbd-93ad-93480ab11564?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: 1039/2132] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:51:05 2026] GET /v2.0/networks/12ff9cde-c2ed-4cbd-93ad-93480ab11564?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2133] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:51:07 2026] GET /v2.0/ports?device_id=995cb57f-b733-4b44-b115-5fc8917c9bda => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2134] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:51:07 2026] GET /v2.0/security-groups?id=578efd75-b8fa-4e42-9f80-e5c23b85df24&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: 1042/2137] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:51:09 2026] GET /v2.0/ports?device_id=995cb57f-b733-4b44-b115-5fc8917c9bda => generated 975 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2138] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:51:09 2026] GET /v2.0/security-groups?id=578efd75-b8fa-4e42-9f80-e5c23b85df24&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2139] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:51:09 2026] GET /v2.0/networks?id=ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff => generated 705 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2140] 199.204.45.210 () {34 vars in 1049 bytes} [Thu Apr 23 10:51:09 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=eb013cf8423e4c109d90c3219a51ed03 => generated 178 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2141] 199.204.45.210 () {38 vars in 954 bytes} [Thu Apr 23 10:51:09 2026] POST /v2.0/ports => generated 1187 bytes in 464 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: 1098/2142] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:51:09 2026] GET /v2.0/ports?device_id=0c5b4ede-270f-4640-a4c8-5222b53bfa8a => generated 1190 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2143] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:51:09 2026] GET /v2.0/security-groups?id=65b06a17-7349-4bb0-873e-ad58f39aa5e1&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2144] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:51:10 2026] GET /v2.0/ports?device_id=995cb57f-b733-4b44-b115-5fc8917c9bda => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2145] 199.204.45.210 () {34 vars in 993 bytes} [Thu Apr 23 10:51:10 2026] GET /v2.0/ports?device_id=995cb57f-b733-4b44-b115-5fc8917c9bda => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2146] 199.204.45.210 () {38 vars in 1027 bytes} [Thu Apr 23 10:51:09 2026] PUT /v2.0/ports/6f1dc921-5413-48cb-8008-4396adc7d317 => generated 1468 bytes in 452 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: 1102/2147] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:51:10 2026] GET /v2.0/security-groups?id=578efd75-b8fa-4e42-9f80-e5c23b85df24&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:51:10.388 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-17d3a81c-a3d8-427c-b93e-849cfa2d3a06'] response: {'name': 'network-changed', 'server_uuid': '0c5b4ede-270f-4640-a4c8-5222b53bfa8a', 'tag': '6f1dc921-5413-48cb-8008-4396adc7d317', 'status': 'completed', 'code': 200} 2026-04-23 10:51:10.478 7 INFO neutron_taas.services.taas.taas_plugin [req-de5b6846-df22-4bb0-928f-f3cd34dd5530 req-1368170e-0401-4cf5-9a79-dc648295cfc2 35e61c089ffc49949609fe0523a258a5 3bfed5fe255d4b23a730ccf1edf9f96f - - default default] TaaS: Handle Delete Port: 6dc2c924-1359-4ca1-bcc7-b0e44aa9af8d 2026-04-23 10:51:10.481 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-de5b6846-df22-4bb0-928f-f3cd34dd5530 req-1368170e-0401-4cf5-9a79-dc648295cfc2 35e61c089ffc49949609fe0523a258a5 3bfed5fe255d4b23a730ccf1edf9f96f - - default default] Tap Mirror: Handle Delete Port: 6dc2c924-1359-4ca1-bcc7-b0e44aa9af8d 2026-04-23 10:51:10.619 7 INFO neutron.db.l3_db [req-de5b6846-df22-4bb0-928f-f3cd34dd5530 req-1368170e-0401-4cf5-9a79-dc648295cfc2 35e61c089ffc49949609fe0523a258a5 3bfed5fe255d4b23a730ccf1edf9f96f - - default default] Floating IP 3b6838b6-1738-4403-bf6e-f6c53e5cf544 disassociated. External IP: 10.96.250.202, port: 6dc2c924-1359-4ca1-bcc7-b0e44aa9af8d. [pid: 8|app: 0|req: 1103/2148] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:51:10 2026] GET /v2.0/ports?tenant_id=eb013cf8423e4c109d90c3219a51ed03&device_id=0c5b4ede-270f-4640-a4c8-5222b53bfa8a => generated 1471 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2149] 199.204.45.210 () {36 vars in 996 bytes} [Thu Apr 23 10:51:10 2026] DELETE /v2.0/ports/6dc2c924-1359-4ca1-bcc7-b0e44aa9af8d => generated 0 bytes in 656 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2150] 199.204.45.210 () {34 vars in 1017 bytes} [Thu Apr 23 10:51:10 2026] GET /v2.0/networks?tenant_id=eb013cf8423e4c109d90c3219a51ed03&shared=False => generated 2376 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2151] 199.204.45.210 () {34 vars in 929 bytes} [Thu Apr 23 10:51:11 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2152] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:51:11 2026] GET /v2.0/ports?device_id=995cb57f-b733-4b44-b115-5fc8917c9bda => 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: 1048/2153] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:51:12 2026] GET /v2.0/ports?tenant_id=eb013cf8423e4c109d90c3219a51ed03&device_id=0c5b4ede-270f-4640-a4c8-5222b53bfa8a => generated 1471 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2154] 199.204.45.210 () {34 vars in 1057 bytes} [Thu Apr 23 10:51:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.128&port_id=6f1dc921-5413-48cb-8008-4396adc7d317 => 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: 1049/2155] 199.204.45.210 () {34 vars in 1105 bytes} [Thu Apr 23 10:51:12 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1b9&port_id=6f1dc921-5413-48cb-8008-4396adc7d317 => 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: 1107/2156] 199.204.45.210 () {34 vars in 1063 bytes} [Thu Apr 23 10:51:12 2026] GET /v2.0/subnets?id=7b81dd41-cf90-4bdb-9bec-9a727ae699b6&id=51d69e12-47c8-4c7c-b0f6-dda72c478f70 => generated 1415 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2157] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:51:12 2026] GET /v2.0/ports?network_id=ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff&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: 1108/2158] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:51:12 2026] GET /v2.0/ports?network_id=ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff&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: 1051/2159] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:51:12 2026] GET /v2.0/networks/ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:51:12.425 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4dbb1c0a-9171-4393-a9fe-47f17126e395'] response: {'server_uuid': '995cb57f-b733-4b44-b115-5fc8917c9bda', 'name': 'network-vif-deleted', 'tag': '6dc2c924-1359-4ca1-bcc7-b0e44aa9af8d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1109/2160] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:51:12 2026] GET /v2.0/networks/ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff?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: 1052/2161] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:51:12 2026] GET /v2.0/ports?device_id=995cb57f-b733-4b44-b115-5fc8917c9bda => 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: 1110/2162] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:51:13 2026] GET /v2.0/ports?device_id=995cb57f-b733-4b44-b115-5fc8917c9bda => 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: 1053/2163] 10.0.0.234 () {34 vars in 989 bytes} [Thu Apr 23 10:51:14 2026] GET /v2.0/ports?device_id=edcafad6-76ac-4d60-b88f-d7067b8fa948 => generated 1465 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2164] 10.0.0.234 () {34 vars in 1039 bytes} [Thu Apr 23 10:51:14 2026] GET /v2.0/security-groups?id=65b06a17-7349-4bb0-873e-ad58f39aa5e1&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2165] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:51:14 2026] DELETE /v2.0/security-groups/578efd75-b8fa-4e42-9f80-e5c23b85df24 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:51:15.016 7 INFO neutron_taas.services.taas.taas_plugin [None req-4a8295f3-43d0-4a83-b85a-7c5783ecd912 35e61c089ffc49949609fe0523a258a5 3bfed5fe255d4b23a730ccf1edf9f96f - - default default] TaaS: Handle Delete Port: ac0be38c-9383-4cb4-8f25-57e5597a6272 2026-04-23 10:51:15.020 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a8295f3-43d0-4a83-b85a-7c5783ecd912 35e61c089ffc49949609fe0523a258a5 3bfed5fe255d4b23a730ccf1edf9f96f - - default default] Tap Mirror: Handle Delete Port: ac0be38c-9383-4cb4-8f25-57e5597a6272 [pid: 8|app: 0|req: 1112/2166] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:51:15 2026] GET /v2.0/ports?device_id=0c5b4ede-270f-4640-a4c8-5222b53bfa8a => generated 1204 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2167] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:51:15 2026] GET /v2.0/security-groups?id=65b06a17-7349-4bb0-873e-ad58f39aa5e1&fields=id&fields=name => generated 111 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2168] 10.0.0.24 () {32 vars in 730 bytes} [Thu Apr 23 10:51:14 2026] DELETE /v2.0/floatingips/3b6838b6-1738-4403-bf6e-f6c53e5cf544 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2169] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:51:15 2026] GET /v2.0/ports?device_id=a8860c83-4037-483d-8329-6131b8a05929 => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2170] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:51:15 2026] GET /v2.0/security-groups?id=6a066974-fa80-44fd-932c-a6b196daad8c&fields=id&fields=name => generated 112 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2171] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:51:16 2026] GET /v2.0/ports?device_id=a8860c83-4037-483d-8329-6131b8a05929 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2172] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:51:16 2026] GET /v2.0/security-groups?id=6a066974-fa80-44fd-932c-a6b196daad8c&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2173] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:51:17 2026] GET /v2.0/ports?device_id=a8860c83-4037-483d-8329-6131b8a05929 => 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: 1058/2174] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:51:17 2026] GET /v2.0/security-groups?id=6a066974-fa80-44fd-932c-a6b196daad8c&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2175] 199.204.45.210 () {34 vars in 993 bytes} [Thu Apr 23 10:51:17 2026] GET /v2.0/ports?device_id=a8860c83-4037-483d-8329-6131b8a05929 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:51:18.030 7 INFO neutron_taas.services.taas.taas_plugin [req-d59186b7-fa6b-4c81-bb58-40b7460b4fc7 req-94e99eda-36c9-4a4c-85cf-4bb59db6d613 35e61c089ffc49949609fe0523a258a5 3bfed5fe255d4b23a730ccf1edf9f96f - - default default] TaaS: Handle Delete Port: 286955eb-1af8-49ce-8f99-868feb125e90 2026-04-23 10:51:18.033 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d59186b7-fa6b-4c81-bb58-40b7460b4fc7 req-94e99eda-36c9-4a4c-85cf-4bb59db6d613 35e61c089ffc49949609fe0523a258a5 3bfed5fe255d4b23a730ccf1edf9f96f - - default default] Tap Mirror: Handle Delete Port: 286955eb-1af8-49ce-8f99-868feb125e90 [pid: 7|app: 0|req: 1059/2176] 199.204.45.210 () {36 vars in 996 bytes} [Thu Apr 23 10:51:17 2026] DELETE /v2.0/ports/286955eb-1af8-49ce-8f99-868feb125e90 => generated 0 bytes in 330 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:51:18.229 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5f2adb0d-9477-4606-ad08-8e2a1aa9c0af'] response: {'server_uuid': 'a8860c83-4037-483d-8329-6131b8a05929', 'name': 'network-vif-deleted', 'tag': '286955eb-1af8-49ce-8f99-868feb125e90', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1118/2177] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:51:18 2026] GET /v2.0/ports?device_id=a8860c83-4037-483d-8329-6131b8a05929 => 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: 1060/2178] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:51:19 2026] GET /v2.0/ports?device_id=a8860c83-4037-483d-8329-6131b8a05929 => 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: 1119/2179] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:51:20 2026] GET /v2.0/ports?device_id=0c5b4ede-270f-4640-a4c8-5222b53bfa8a => generated 1204 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2180] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:51:20 2026] GET /v2.0/security-groups?id=65b06a17-7349-4bb0-873e-ad58f39aa5e1&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2181] 10.0.0.24 () {32 vars in 816 bytes} [Thu Apr 23 10:51:20 2026] GET /v2.0/ports?network_id=ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff&mac_address=fa%3A16%3A3e%3A33%3A00%3A8c => generated 1204 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2182] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:51:21 2026] GET /v2.0/ports?device_id=a8860c83-4037-483d-8329-6131b8a05929 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:51:21.394 7 INFO neutron.db.l3_db [None req-266cc758-25ee-4856-8457-85b622898b31 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] Floating IP 279235fc-ce10-4969-8e9d-b8d416b614be associated. External IP: 10.96.250.205, port: 6f1dc921-5413-48cb-8008-4396adc7d317. [pid: 7|app: 0|req: 1062/2183] 10.0.0.24 () {34 vars in 675 bytes} [Thu Apr 23 10:51:20 2026] POST /v2.0/floatingips => generated 855 bytes in 1316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:51:21.790 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-94ea3b95-76ac-4a1b-a4df-2194f02c12df'] response: {'name': 'network-changed', 'server_uuid': '0c5b4ede-270f-4640-a4c8-5222b53bfa8a', 'tag': '6f1dc921-5413-48cb-8008-4396adc7d317', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1122/2184] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:51:22 2026] DELETE /v2.0/security-groups/6a066974-fa80-44fd-932c-a6b196daad8c => 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: 1063/2185] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:51:22 2026] GET /v2.0/ports?tenant_id=eb013cf8423e4c109d90c3219a51ed03&device_id=0c5b4ede-270f-4640-a4c8-5222b53bfa8a => generated 1473 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2186] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:51:22 2026] GET /v2.0/networks?id=ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff => 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: 1065/2187] 199.204.45.210 () {34 vars in 1057 bytes} [Thu Apr 23 10:51:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.128&port_id=6f1dc921-5413-48cb-8008-4396adc7d317 => generated 858 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2188] 199.204.45.210 () {34 vars in 1105 bytes} [Thu Apr 23 10:51:22 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1b9&port_id=6f1dc921-5413-48cb-8008-4396adc7d317 => 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: 1067/2189] 199.204.45.210 () {34 vars in 1063 bytes} [Thu Apr 23 10:51:22 2026] GET /v2.0/subnets?id=7b81dd41-cf90-4bdb-9bec-9a727ae699b6&id=51d69e12-47c8-4c7c-b0f6-dda72c478f70 => generated 1415 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2190] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:51:22 2026] GET /v2.0/ports?network_id=ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff&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: 1069/2191] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:51:22 2026] GET /v2.0/ports?network_id=ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff&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: 1070/2192] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:51:22 2026] GET /v2.0/networks/ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:51:22.673 8 INFO neutron_taas.services.taas.taas_plugin [None req-3de91276-35da-4dec-84fc-284c90f6b558 35e61c089ffc49949609fe0523a258a5 3bfed5fe255d4b23a730ccf1edf9f96f - - default default] TaaS: Handle Delete Port: 0e6f8566-cb04-4c58-ac1f-9fc74f23ca3c 2026-04-23 10:51:22.677 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3de91276-35da-4dec-84fc-284c90f6b558 35e61c089ffc49949609fe0523a258a5 3bfed5fe255d4b23a730ccf1edf9f96f - - default default] Tap Mirror: Handle Delete Port: 0e6f8566-cb04-4c58-ac1f-9fc74f23ca3c [pid: 7|app: 0|req: 1071/2193] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:51:22 2026] GET /v2.0/networks/ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff?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: 1123/2196] 10.0.0.24 () {34 vars in 787 bytes} [Thu Apr 23 10:51:22 2026] PUT /v2.0/routers/7a36f2be-eaf7-4a1c-86b5-689603e7612a/remove_router_interface => generated 309 bytes in 1016 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2197] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:51:23 2026] DELETE /v2.0/subnets/5a3e8e9b-d848-4e23-b618-f493019b2511 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:51:23.731 8 INFO neutron_taas.services.taas.taas_plugin [None req-fe0087f9-0f5c-495b-9bc7-0b8459fdc671 35e61c089ffc49949609fe0523a258a5 3bfed5fe255d4b23a730ccf1edf9f96f - - default default] TaaS: Handle Delete Port: 9bacf511-c5cc-4b7c-8800-9a2bfd12d71d 2026-04-23 10:51:23.733 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe0087f9-0f5c-495b-9bc7-0b8459fdc671 35e61c089ffc49949609fe0523a258a5 3bfed5fe255d4b23a730ccf1edf9f96f - - default default] Tap Mirror: Handle Delete Port: 9bacf511-c5cc-4b7c-8800-9a2bfd12d71d 2026-04-23 10:51:24.026 8 INFO neutron_taas.services.taas.taas_plugin [None req-fe0087f9-0f5c-495b-9bc7-0b8459fdc671 35e61c089ffc49949609fe0523a258a5 3bfed5fe255d4b23a730ccf1edf9f96f - - default default] TaaS: Handle Delete Port: e83260ab-fe18-4a26-b968-32113dd30151 2026-04-23 10:51:24.028 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe0087f9-0f5c-495b-9bc7-0b8459fdc671 35e61c089ffc49949609fe0523a258a5 3bfed5fe255d4b23a730ccf1edf9f96f - - default default] Tap Mirror: Handle Delete Port: e83260ab-fe18-4a26-b968-32113dd30151 2026-04-23 10:51:24.370 8 INFO neutron.services.segments.plugin [-] Segment 0d31a212-89e2-4e87-839a-81bb56ab6769 resource provider aggregate not found 2026-04-23 10:51:24.372 8 INFO neutron.services.segments.plugin [-] Segment 0d31a212-89e2-4e87-839a-81bb56ab6769 resource provider aggregate not found 2026-04-23 10:51:24.387 8 INFO neutron.services.segments.plugin [-] Segment 0d31a212-89e2-4e87-839a-81bb56ab6769 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d31a212-89e2-4e87-839a-81bb56ab6769 found for delete ", "request_id": "req-df9faafd-ec51-4bef-9b28-f5cf5e5f65ff"}]} 2026-04-23 10:51:24.388 8 INFO neutron.services.segments.plugin [-] Segment 0d31a212-89e2-4e87-839a-81bb56ab6769 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d31a212-89e2-4e87-839a-81bb56ab6769 found for delete ", "request_id": "req-faae9c78-bdb7-456a-9ef6-963f361df6b6"}]} 2026-04-23 10:51:24.397 8 INFO neutron.db.l3_hamode_db [None req-fe0087f9-0f5c-495b-9bc7-0b8459fdc671 35e61c089ffc49949609fe0523a258a5 3bfed5fe255d4b23a730ccf1edf9f96f - - default default] HA network d7d048ac-a46c-4085-8188-30c1938d1177 was deleted as no HA routers are present in tenant 3bfed5fe255d4b23a730ccf1edf9f96f. [pid: 8|app: 0|req: 1124/2198] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:51:23 2026] DELETE /v2.0/routers/7a36f2be-eaf7-4a1c-86b5-689603e7612a => generated 0 bytes in 890 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:51:24.505 7 INFO neutron_taas.services.taas.taas_plugin [None req-bd6611ce-53e7-459c-bbde-ab9350c34800 35e61c089ffc49949609fe0523a258a5 3bfed5fe255d4b23a730ccf1edf9f96f - - default default] TaaS: Handle Delete Port: c73f1dbb-08b9-428a-b6e0-f777a84b0f5f 2026-04-23 10:51:24.508 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd6611ce-53e7-459c-bbde-ab9350c34800 35e61c089ffc49949609fe0523a258a5 3bfed5fe255d4b23a730ccf1edf9f96f - - default default] Tap Mirror: Handle Delete Port: c73f1dbb-08b9-428a-b6e0-f777a84b0f5f 2026-04-23 10:51:24.709 7 INFO neutron.services.segments.plugin [-] Segment 1e5dbdac-eda6-4091-beb4-49eb88039c65 resource provider aggregate not found 2026-04-23 10:51:24.712 7 INFO neutron.services.segments.plugin [-] Segment 1e5dbdac-eda6-4091-beb4-49eb88039c65 resource provider aggregate not found 2026-04-23 10:51:24.728 7 INFO neutron.services.segments.plugin [-] Segment 1e5dbdac-eda6-4091-beb4-49eb88039c65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e5dbdac-eda6-4091-beb4-49eb88039c65 found for delete ", "request_id": "req-b4fbe1f8-ab80-43dc-86af-b7ed37f588ef"}]} 2026-04-23 10:51:24.730 7 INFO neutron.services.segments.plugin [-] Segment 1e5dbdac-eda6-4091-beb4-49eb88039c65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e5dbdac-eda6-4091-beb4-49eb88039c65 found for delete ", "request_id": "req-4f8a584f-4764-42a2-ad96-b23e23753a0c"}]} [pid: 7|app: 0|req: 1075/2199] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:51:24 2026] DELETE /v2.0/networks/e1d22b14-412d-4d1b-af3b-a7161e531abb => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2200] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:51:25 2026] GET /v2.0/security-groups?tenant_id=e5e4d35b7a82472d9381c861086bac9c&name=default => generated 2929 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2201] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:51:25 2026] DELETE /v2.0/security-groups/66b79f11-0d83-4e89-94bc-934780e62f68 => 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: 1126/2202] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:51:25 2026] GET /v2.0/security-groups?tenant_id=3bfed5fe255d4b23a730ccf1edf9f96f&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2203] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:51:25 2026] DELETE /v2.0/security-groups/6bc0d4ef-35fe-4a68-b98f-bcb97660a971 => 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: 1127/2204] 10.0.0.234 () {34 vars in 989 bytes} [Thu Apr 23 10:51:26 2026] GET /v2.0/ports?device_id=0c5b4ede-270f-4640-a4c8-5222b53bfa8a => generated 1473 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2205] 10.0.0.234 () {34 vars in 1039 bytes} [Thu Apr 23 10:51:26 2026] GET /v2.0/security-groups?id=65b06a17-7349-4bb0-873e-ad58f39aa5e1&fields=id&fields=name => generated 111 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:51:27.977 8 INFO neutron.db.segments_db [None req-52bec098-ba60-41a3-877f-8cebf4e8a192 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Added segment e7d660ff-6d4e-4fcc-8ac9-7fd496044a1b of type vxlan for network f808ad6c-6152-4e75-a30c-0b9df6c905fe [pid: 8|app: 0|req: 1128/2206] 10.0.0.24 () {34 vars in 669 bytes} [Thu Apr 23 10:51:27 2026] POST /v2.0/networks => generated 722 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2207] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:51:28 2026] POST /v2.0/subnets => generated 688 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:51:28.311 8 INFO neutron.db.segments_db [None req-af415bdb-905f-4b25-8348-4f6bfd17da10 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Added segment 85a9f73f-60a2-4eef-b640-a24d06b09657 of type vxlan for network a81aacd6-da6c-4014-a2e0-5a1128f2c27e 2026-04-23 10:51:28.508 8 INFO neutron.db.l3_hamode_db [None req-af415bdb-905f-4b25-8348-4f6bfd17da10 a46ab2c816d04d1f9ccf9b5875cf212c 7d1d753e9f834d7581e4053c25c5c949 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:51:29.251 8 INFO neutron.db.l3_hamode_db [None req-af415bdb-905f-4b25-8348-4f6bfd17da10 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1129/2208] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:51:28 2026] POST /v2.0/routers => generated 728 bytes in 1913 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2209] 10.0.0.24 () {34 vars in 781 bytes} [Thu Apr 23 10:51:30 2026] PUT /v2.0/routers/419510d7-3274-41cd-89ff-9d45e42d0810/add_router_interface => generated 309 bytes in 1214 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:51:32.570 8 INFO neutron.db.segments_db [None req-2e1978b8-b901-4f93-93ef-3625e21c70b1 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Added segment 7d5b17f4-b5bc-4b4a-aaac-1fe425f4fa68 of type vxlan for network 7c358b9b-430d-4de1-8a76-ec7f51ed6fcd [pid: 8|app: 0|req: 1130/2210] 10.0.0.24 () {34 vars in 669 bytes} [Thu Apr 23 10:51:32 2026] POST /v2.0/networks => generated 722 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2211] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:51:32 2026] POST /v2.0/subnets => generated 688 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:51:32.920 8 INFO neutron.db.segments_db [None req-256d9068-53ca-4cea-b2a7-5063128dcac7 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Added segment 4324f2ec-6dbd-44ad-8316-7b0442869dd7 of type vxlan for network f1e76fa1-1d5c-462b-8119-371d003a70b8 2026-04-23 10:51:33.214 8 INFO neutron.db.l3_hamode_db [None req-256d9068-53ca-4cea-b2a7-5063128dcac7 a46ab2c816d04d1f9ccf9b5875cf212c 9d2b2edc3e12489db7efe65d59b229fa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:51:34.090 8 INFO neutron.db.l3_hamode_db [None req-256d9068-53ca-4cea-b2a7-5063128dcac7 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1131/2212] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:51:32 2026] POST /v2.0/routers => generated 728 bytes in 2208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2213] 10.0.0.24 () {34 vars in 781 bytes} [Thu Apr 23 10:51:35 2026] PUT /v2.0/routers/24a57191-cf12-4965-b605-c094ea462d54/add_router_interface => generated 309 bytes in 1269 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2214] 10.0.0.24 () {34 vars in 683 bytes} [Thu Apr 23 10:51:36 2026] POST /v2.0/security-groups => generated 1677 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2215] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:51:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2216] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:51:37 2026] POST /v2.0/security-group-rules => generated 596 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2217] 10.0.0.24 () {32 vars in 719 bytes} [Thu Apr 23 10:51:37 2026] GET /v2.0/subnets/8d30afed-c918-44d2-851b-80be05a9627a => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2218] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:51:37 2026] POST /v2.0/security-group-rules => generated 602 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2219] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:51:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:51:37.720 7 INFO neutron.db.securitygroups_db [None req-98225d3f-9e80-4de9-9a0d-19e108e20013 025b856c50a546439c60c2f7d12b6513 7d1d753e9f834d7581e4053c25c5c949 - - default default] Project 7d1d753e9f834d7581e4053c25c5c949 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: 1085/2220] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:51:37 2026] POST /v2.0/security-group-rules => generated 607 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:51:37.868 8 INFO neutron.db.securitygroups_db [None req-f0a54d47-95a3-4824-9d90-ebaf48b9b505 025b856c50a546439c60c2f7d12b6513 7d1d753e9f834d7581e4053c25c5c949 - - default default] Project 7d1d753e9f834d7581e4053c25c5c949 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: 1136/2221] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:51:37 2026] POST /v2.0/security-group-rules => generated 606 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2224] 10.0.0.24 () {34 vars in 683 bytes} [Thu Apr 23 10:51:38 2026] POST /v2.0/security-groups => generated 1661 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2225] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:51:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2226] 10.0.0.24 () {34 vars in 693 bytes} [Thu Apr 23 10:51:38 2026] POST /v2.0/security-group-rules => generated 602 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2227] 10.0.0.98 () {30 vars in 688 bytes} [Thu Apr 23 10:51:38 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2228] 10.0.0.98 () {30 vars in 690 bytes} [Thu Apr 23 10:51:38 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2229] 10.0.0.98 () {30 vars in 666 bytes} [Thu Apr 23 10:51:38 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: 1142/2230] 10.0.0.98 () {30 vars in 702 bytes} [Thu Apr 23 10:51:38 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2231] 10.0.0.98 () {28 vars in 437 bytes} [Thu Apr 23 10:51:39 2026] GET / => generated 151 bytes in 5 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2232] 10.0.0.24 () {34 vars in 674 bytes} [Thu Apr 23 10:51:38 2026] POST /v2.0/floatingips => generated 552 bytes in 690 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2233] 10.0.0.98 () {30 vars in 726 bytes} [Thu Apr 23 10:51:39 2026] GET /v2.0/subnets/8d30afed-c918-44d2-851b-80be05a9627a => generated 657 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2234] 10.0.0.98 () {30 vars in 688 bytes} [Thu Apr 23 10:51:39 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2235] 10.0.0.98 () {30 vars in 690 bytes} [Thu Apr 23 10:51:39 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: 1091/2236] 10.0.0.98 () {30 vars in 666 bytes} [Thu Apr 23 10:51:39 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2237] 10.0.0.98 () {30 vars in 702 bytes} [Thu Apr 23 10:51:39 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2238] 10.0.0.98 () {30 vars in 726 bytes} [Thu Apr 23 10:51:39 2026] GET /v2.0/subnets/8d30afed-c918-44d2-851b-80be05a9627a => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2239] 10.0.0.38 () {34 vars in 1098 bytes} [Thu Apr 23 10:51:39 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1188770685&fields=id&tenant_id=7d1d753e9f834d7581e4053c25c5c949 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2240] 10.0.0.38 () {34 vars in 1096 bytes} [Thu Apr 23 10:51:39 2026] GET /v2.0/security-groups?name=tempest-securitygroup--261144202&fields=id&tenant_id=7d1d753e9f834d7581e4053c25c5c949 => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2241] 10.0.0.38 () {34 vars in 980 bytes} [Thu Apr 23 10:51:39 2026] GET /v2.0/networks?id=f808ad6c-6152-4e75-a30c-0b9df6c905fe => generated 673 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2242] 10.0.0.38 () {34 vars in 963 bytes} [Thu Apr 23 10:51:39 2026] GET /v2.0/quotas/7d1d753e9f834d7581e4053c25c5c949 => generated 292 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2243] 10.0.0.98 () {30 vars in 688 bytes} [Thu Apr 23 10:51:39 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2244] 10.0.0.98 () {30 vars in 690 bytes} [Thu Apr 23 10:51:39 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: 1097/2245] 10.0.0.98 () {30 vars in 666 bytes} [Thu Apr 23 10:51:39 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: 1098/2246] 10.0.0.98 () {30 vars in 702 bytes} [Thu Apr 23 10:51:39 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2247] 10.0.0.38 () {34 vars in 1000 bytes} [Thu Apr 23 10:51:39 2026] GET /v2.0/ports?tenant_id=7d1d753e9f834d7581e4053c25c5c949&fields=id => generated 103 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2248] 10.0.0.98 () {30 vars in 728 bytes} [Thu Apr 23 10:51:39 2026] GET /v2.0/networks/ae1a434e-7303-4f14-8812-ccee48ff1b90 => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2249] 10.0.0.98 () {30 vars in 680 bytes} [Thu Apr 23 10:51:40 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2250] 10.0.0.38 () {34 vars in 1006 bytes} [Thu Apr 23 10:51:40 2026] GET /v2.0/networks/f808ad6c-6152-4e75-a30c-0b9df6c905fe?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: 1151/2251] 10.0.0.38 () {34 vars in 1106 bytes} [Thu Apr 23 10:51:40 2026] GET /v2.0/networks/f808ad6c-6152-4e75-a30c-0b9df6c905fe?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: 1152/2252] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:51:40 2026] GET /v2.0/ports?device_id=0f3ff340-b9fc-47e4-ad59-c30b909f907d => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2253] 10.0.0.98 () {34 vars in 702 bytes} [Thu Apr 23 10:51:40 2026] POST /v2.0/ports => generated 1128 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2254] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:51:41 2026] GET /v2.0/ports?device_id=0f3ff340-b9fc-47e4-ad59-c30b909f907d => generated 12 bytes in 24 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: 1102/2255] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:51:42 2026] GET /v2.0/ports?device_id=0f3ff340-b9fc-47e4-ad59-c30b909f907d => 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: 1154/2256] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:51:43 2026] GET /v2.0/ports?device_id=0f3ff340-b9fc-47e4-ad59-c30b909f907d => 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: 1103/2257] 199.204.45.210 () {30 vars in 702 bytes} [Thu Apr 23 10:51:43 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2258] 199.204.45.210 () {30 vars in 704 bytes} [Thu Apr 23 10:51:43 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: 1104/2259] 199.204.45.210 () {30 vars in 680 bytes} [Thu Apr 23 10:51:43 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: 1156/2260] 199.204.45.210 () {30 vars in 716 bytes} [Thu Apr 23 10:51:43 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: 1105/2261] 199.204.45.210 () {30 vars in 736 bytes} [Thu Apr 23 10:51:43 2026] GET /v2.0/ports/2c9df60b-d5f9-49ac-85f1-3a32a4675408 => generated 1128 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2262] 199.204.45.210 () {30 vars in 702 bytes} [Thu Apr 23 10:51:44 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: 1106/2263] 199.204.45.210 () {30 vars in 704 bytes} [Thu Apr 23 10:51:44 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: 1158/2264] 199.204.45.210 () {30 vars in 680 bytes} [Thu Apr 23 10:51:44 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: 1107/2265] 199.204.45.210 () {30 vars in 716 bytes} [Thu Apr 23 10:51:44 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:51:44.167 8 INFO neutron.api.v2.resource [None req-ecd77c88-aabe-43aa-b5a6-d4e4df381651 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1159/2266] 199.204.45.210 () {30 vars in 762 bytes} [Thu Apr 23 10:51:44 2026] GET /v2.0/security-groups/lb-25e06567-4f78-44b5-b2b6-7d8e5d285c5e => generated 149 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2267] 199.204.45.210 () {30 vars in 784 bytes} [Thu Apr 23 10:51:44 2026] GET /v2.0/security-groups?name=lb-25e06567-4f78-44b5-b2b6-7d8e5d285c5e => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2268] 199.204.45.210 () {34 vars in 735 bytes} [Thu Apr 23 10:51:44 2026] POST /v2.0/security-groups => generated 1638 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2269] 199.204.45.210 () {30 vars in 814 bytes} [Thu Apr 23 10:51:44 2026] GET /v2.0/security-group-rules?security_group_id=8b9593ff-f741-47d7-864c-6250ceb2cbec => generated 1182 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2270] 199.204.45.210 () {34 vars in 788 bytes} [Thu Apr 23 10:51:44 2026] PUT /v2.0/ports/2c9df60b-d5f9-49ac-85f1-3a32a4675408 => generated 1128 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2271] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:51:44 2026] GET /v2.0/networks?id=f808ad6c-6152-4e75-a30c-0b9df6c905fe => generated 673 bytes in 45 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: 1162/2272] 199.204.45.210 () {34 vars in 1049 bytes} [Thu Apr 23 10:51:44 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7d1d753e9f834d7581e4053c25c5c949 => generated 273 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2273] 199.204.45.210 () {30 vars in 702 bytes} [Thu Apr 23 10:51:44 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: 1164/2274] 199.204.45.210 () {30 vars in 704 bytes} [Thu Apr 23 10:51:44 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2275] 199.204.45.210 () {30 vars in 680 bytes} [Thu Apr 23 10:51:44 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: 1166/2276] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:51:44 2026] GET /v2.0/ports?device_id=0f3ff340-b9fc-47e4-ad59-c30b909f907d => 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: 1167/2277] 199.204.45.210 () {30 vars in 716 bytes} [Thu Apr 23 10:51:44 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2278] 199.204.45.210 () {30 vars in 740 bytes} [Thu Apr 23 10:51:44 2026] GET /v2.0/subnets/8d30afed-c918-44d2-851b-80be05a9627a => generated 675 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2279] 199.204.45.210 () {38 vars in 954 bytes} [Thu Apr 23 10:51:44 2026] POST /v2.0/ports => generated 993 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2280] 199.204.45.210 () {38 vars in 1027 bytes} [Thu Apr 23 10:51:45 2026] PUT /v2.0/ports/bfbc5e8b-34c9-46e1-beed-d63805dc2746 => generated 1274 bytes in 457 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:51:45.588 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ab0769f5-afd8-414b-a18b-ff5c8790831f'] response: {'name': 'network-changed', 'server_uuid': '0f3ff340-b9fc-47e4-ad59-c30b909f907d', 'tag': 'bfbc5e8b-34c9-46e1-beed-d63805dc2746', '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: 1112/2281] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:51:45 2026] GET /v2.0/ports?device_id=0f3ff340-b9fc-47e4-ad59-c30b909f907d => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1170/2282] 10.0.0.38 () {34 vars in 1118 bytes} [Thu Apr 23 10:51:45 2026] GET /v2.0/security-groups?id=a09b336a-fdd1-44a3-9076-5106377e9aee&id=316abaf2-d4bf-4dc3-88aa-28a888ff94bd&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2283] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:51:46 2026] GET /v2.0/ports?tenant_id=7d1d753e9f834d7581e4053c25c5c949&device_id=0f3ff340-b9fc-47e4-ad59-c30b909f907d => generated 1277 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2284] 199.204.45.210 () {34 vars in 1017 bytes} [Thu Apr 23 10:51:46 2026] GET /v2.0/networks?tenant_id=7d1d753e9f834d7581e4053c25c5c949&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: 1114/2285] 199.204.45.210 () {34 vars in 929 bytes} [Thu Apr 23 10:51:46 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2286] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:51:46 2026] GET /v2.0/ports?device_id=0f3ff340-b9fc-47e4-ad59-c30b909f907d => generated 1008 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2287] 10.0.0.38 () {34 vars in 1118 bytes} [Thu Apr 23 10:51:47 2026] GET /v2.0/security-groups?id=a09b336a-fdd1-44a3-9076-5106377e9aee&id=316abaf2-d4bf-4dc3-88aa-28a888ff94bd&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2288] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:51:47 2026] GET /v2.0/ports?tenant_id=7d1d753e9f834d7581e4053c25c5c949&device_id=0f3ff340-b9fc-47e4-ad59-c30b909f907d => generated 1277 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2289] 199.204.45.210 () {34 vars in 1057 bytes} [Thu Apr 23 10:51:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=bfbc5e8b-34c9-46e1-beed-d63805dc2746 => 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: 1174/2290] 199.204.45.210 () {34 vars in 983 bytes} [Thu Apr 23 10:51:47 2026] GET /v2.0/subnets?id=3e45aad9-6fb5-480f-862b-274227058aaa => generated 691 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2291] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:51:47 2026] GET /v2.0/ports?network_id=f808ad6c-6152-4e75-a30c-0b9df6c905fe&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2292] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:51:47 2026] GET /v2.0/networks/f808ad6c-6152-4e75-a30c-0b9df6c905fe?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: 1118/2293] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:51:47 2026] GET /v2.0/networks/f808ad6c-6152-4e75-a30c-0b9df6c905fe?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: 1176/2294] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:51:48 2026] GET /v2.0/ports?device_id=0f3ff340-b9fc-47e4-ad59-c30b909f907d => generated 1008 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2295] 10.0.0.38 () {34 vars in 1118 bytes} [Thu Apr 23 10:51:48 2026] GET /v2.0/security-groups?id=a09b336a-fdd1-44a3-9076-5106377e9aee&id=316abaf2-d4bf-4dc3-88aa-28a888ff94bd&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2296] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:51:49 2026] GET /v2.0/ports?device_id=0f3ff340-b9fc-47e4-ad59-c30b909f907d => generated 1008 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2297] 10.0.0.38 () {34 vars in 1118 bytes} [Thu Apr 23 10:51:49 2026] GET /v2.0/security-groups?id=a09b336a-fdd1-44a3-9076-5106377e9aee&id=316abaf2-d4bf-4dc3-88aa-28a888ff94bd&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2298] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:51:50 2026] GET /v2.0/ports?device_id=0f3ff340-b9fc-47e4-ad59-c30b909f907d => generated 1008 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2299] 10.0.0.38 () {34 vars in 1118 bytes} [Thu Apr 23 10:51:50 2026] GET /v2.0/security-groups?id=a09b336a-fdd1-44a3-9076-5106377e9aee&id=316abaf2-d4bf-4dc3-88aa-28a888ff94bd&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2300] 199.204.45.210 () {34 vars in 993 bytes} [Thu Apr 23 10:51:50 2026] GET /v2.0/ports?device_id=0f3ff340-b9fc-47e4-ad59-c30b909f907d => generated 1277 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2301] 199.204.45.210 () {34 vars in 1123 bytes} [Thu Apr 23 10:51:50 2026] GET /v2.0/security-groups?id=316abaf2-d4bf-4dc3-88aa-28a888ff94bd&id=a09b336a-fdd1-44a3-9076-5106377e9aee&fields=id&fields=name => generated 206 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2302] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:51:51 2026] GET /v2.0/ports?device_id=0f3ff340-b9fc-47e4-ad59-c30b909f907d => generated 1010 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2303] 10.0.0.38 () {34 vars in 1118 bytes} [Thu Apr 23 10:51:51 2026] GET /v2.0/security-groups?id=a09b336a-fdd1-44a3-9076-5106377e9aee&id=316abaf2-d4bf-4dc3-88aa-28a888ff94bd&fields=id&fields=name => generated 206 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2304] 10.0.0.38 () {34 vars in 1014 bytes} [Thu Apr 23 10:51:51 2026] GET /v2.0/security-groups?id=68323e52-829b-485e-b298-9738e7302c27&fields=id => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2305] 10.0.0.38 () {34 vars in 980 bytes} [Thu Apr 23 10:51:51 2026] GET /v2.0/networks?id=a424de0c-d1d7-481d-9886-771e5e8e1019 => generated 735 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2306] 10.0.0.38 () {34 vars in 963 bytes} [Thu Apr 23 10:51:51 2026] GET /v2.0/quotas/9f8922fa8584406589c203a33255c25a => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2307] 10.0.0.38 () {34 vars in 1000 bytes} [Thu Apr 23 10:51:51 2026] GET /v2.0/ports?tenant_id=9f8922fa8584406589c203a33255c25a&fields=id => generated 149 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2308] 10.0.0.38 () {34 vars in 1006 bytes} [Thu Apr 23 10:51:52 2026] GET /v2.0/networks/a424de0c-d1d7-481d-9886-771e5e8e1019?fields=segments => generated 14 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2309] 10.0.0.38 () {34 vars in 1106 bytes} [Thu Apr 23 10:51:52 2026] GET /v2.0/networks/a424de0c-d1d7-481d-9886-771e5e8e1019?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: 1184/2310] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:51:52 2026] GET /v2.0/ports?device_id=0f3ff340-b9fc-47e4-ad59-c30b909f907d => generated 1010 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2311] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:51:52 2026] GET /v2.0/ports?device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => 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: 1185/2312] 10.0.0.38 () {34 vars in 1118 bytes} [Thu Apr 23 10:51:52 2026] GET /v2.0/security-groups?id=a09b336a-fdd1-44a3-9076-5106377e9aee&id=316abaf2-d4bf-4dc3-88aa-28a888ff94bd&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2313] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:51:52 2026] GET /v2.0/ports?device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2316] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:51:54 2026] GET /v2.0/ports?device_id=0f3ff340-b9fc-47e4-ad59-c30b909f907d => generated 1010 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2317] 10.0.0.38 () {34 vars in 1118 bytes} [Thu Apr 23 10:51:54 2026] GET /v2.0/security-groups?id=a09b336a-fdd1-44a3-9076-5106377e9aee&id=316abaf2-d4bf-4dc3-88aa-28a888ff94bd&fields=id&fields=name => generated 206 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2318] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:51:54 2026] GET /v2.0/ports?device_id=0f3ff340-b9fc-47e4-ad59-c30b909f907d => generated 1010 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:51:54.667 7 INFO neutron.db.l3_db [None req-d5a614bb-4ffd-48c0-8dd4-01f6d80b3047 025b856c50a546439c60c2f7d12b6513 7d1d753e9f834d7581e4053c25c5c949 - - default default] Floating IP 54ae581f-4039-4945-9f95-b10e59e38901 associated. External IP: 10.96.250.201, port: bfbc5e8b-34c9-46e1-beed-d63805dc2746. [pid: 7|app: 0|req: 1131/2319] 10.0.0.24 () {34 vars in 747 bytes} [Thu Apr 23 10:51:54 2026] PUT /v2.0/floatingips/54ae581f-4039-4945-9f95-b10e59e38901 => generated 855 bytes in 781 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:51:55.115 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4e48410c-eb7e-477e-8392-a589bc19241f'] response: {'name': 'network-changed', 'server_uuid': '0f3ff340-b9fc-47e4-ad59-c30b909f907d', 'tag': 'bfbc5e8b-34c9-46e1-beed-d63805dc2746', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1189/2320] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:51:55 2026] GET /v2.0/ports?tenant_id=7d1d753e9f834d7581e4053c25c5c949&device_id=0f3ff340-b9fc-47e4-ad59-c30b909f907d => generated 1279 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2321] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:51:55 2026] GET /v2.0/networks?id=f808ad6c-6152-4e75-a30c-0b9df6c905fe => generated 769 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2322] 199.204.45.210 () {34 vars in 1057 bytes} [Thu Apr 23 10:51:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=bfbc5e8b-34c9-46e1-beed-d63805dc2746 => generated 858 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2323] 199.204.45.210 () {34 vars in 983 bytes} [Thu Apr 23 10:51:55 2026] GET /v2.0/subnets?id=3e45aad9-6fb5-480f-862b-274227058aaa => generated 691 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2324] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:51:55 2026] GET /v2.0/ports?device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2325] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:51:55 2026] GET /v2.0/ports?network_id=f808ad6c-6152-4e75-a30c-0b9df6c905fe&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: 1192/2326] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:51:55 2026] GET /v2.0/networks/f808ad6c-6152-4e75-a30c-0b9df6c905fe?fields=segments => generated 14 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2327] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:51:56 2026] GET /v2.0/ports?device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => 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: 1193/2328] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:51:56 2026] GET /v2.0/networks/f808ad6c-6152-4e75-a30c-0b9df6c905fe?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2329] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:51:56 2026] GET /v2.0/networks?id=a424de0c-d1d7-481d-9886-771e5e8e1019 => generated 735 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2330] 199.204.45.210 () {34 vars in 1049 bytes} [Thu Apr 23 10:51:56 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9f8922fa8584406589c203a33255c25a => generated 343 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2331] 199.204.45.210 () {38 vars in 954 bytes} [Thu Apr 23 10:51:56 2026] POST /v2.0/ports => generated 1078 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2332] 199.204.45.210 () {38 vars in 1027 bytes} [Thu Apr 23 10:51:57 2026] PUT /v2.0/ports/ca88cab2-4acd-43f6-900a-94bc5c227aa2 => generated 1239 bytes in 446 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:51:58.024 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8ece227e-b511-4c30-835d-f1a5e49ae586'] response: {'name': 'network-changed', 'server_uuid': '9a1f29c7-f7b5-4c1b-a914-a05adb769cbe', 'tag': 'ca88cab2-4acd-43f6-900a-94bc5c227aa2', '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: 1138/2333] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:51:58 2026] GET /v2.0/ports?tenant_id=9f8922fa8584406589c203a33255c25a&device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 1242 bytes in 28 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: 1196/2334] 199.204.45.210 () {34 vars in 1017 bytes} [Thu Apr 23 10:51:58 2026] GET /v2.0/networks?tenant_id=9f8922fa8584406589c203a33255c25a&shared=False => generated 735 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2335] 199.204.45.210 () {34 vars in 929 bytes} [Thu Apr 23 10:51:58 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: 8|app: 0|req: 1197/2336] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:51:59 2026] GET /v2.0/ports?device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2337] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:51:59 2026] GET /v2.0/security-groups?id=68323e52-829b-485e-b298-9738e7302c27&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: 1198/2338] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:51:59 2026] GET /v2.0/ports?device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2339] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:51:59 2026] GET /v2.0/ports?tenant_id=9f8922fa8584406589c203a33255c25a&device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2340] 199.204.45.210 () {34 vars in 1059 bytes} [Thu Apr 23 10:51:59 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.85&port_id=ca88cab2-4acd-43f6-900a-94bc5c227aa2 => 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: 1142/2341] 199.204.45.210 () {34 vars in 983 bytes} [Thu Apr 23 10:51:59 2026] GET /v2.0/subnets?id=9958777f-2bfc-40f1-9bc3-fd0b1bd44bac => generated 654 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2342] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:51:59 2026] GET /v2.0/ports?network_id=a424de0c-d1d7-481d-9886-771e5e8e1019&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: 1143/2343] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:51:59 2026] GET /v2.0/networks/a424de0c-d1d7-481d-9886-771e5e8e1019?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: 1201/2344] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:51:59 2026] GET /v2.0/networks/a424de0c-d1d7-481d-9886-771e5e8e1019?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: 1144/2345] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:52:01 2026] GET /v2.0/ports?device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2346] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:52:02 2026] GET /v2.0/security-groups?id=68323e52-829b-485e-b298-9738e7302c27&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: 1145/2347] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:52:02 2026] GET /v2.0/ports?device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => 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: 1203/2348] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:52:02 2026] GET /v2.0/ports?device_id=0f3ff340-b9fc-47e4-ad59-c30b909f907d => generated 1010 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2349] 10.0.0.38 () {34 vars in 1118 bytes} [Thu Apr 23 10:52:02 2026] GET /v2.0/security-groups?id=a09b336a-fdd1-44a3-9076-5106377e9aee&id=316abaf2-d4bf-4dc3-88aa-28a888ff94bd&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2350] 10.0.0.24 () {32 vars in 734 bytes} [Thu Apr 23 10:52:02 2026] GET /v2.0/ports?device_id=0f3ff340-b9fc-47e4-ad59-c30b909f907d => generated 1279 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2351] 10.0.0.24 () {32 vars in 856 bytes} [Thu Apr 23 10:52:02 2026] GET /v2.0/floatingips?floating_network_id=c01f1fa1-050e-4e15-ae40-a9bb278a2219&port_id=bfbc5e8b-34c9-46e1-beed-d63805dc2746 => generated 860 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2352] 10.0.0.234 () {34 vars in 989 bytes} [Thu Apr 23 10:52:03 2026] GET /v2.0/ports?device_id=0f3ff340-b9fc-47e4-ad59-c30b909f907d => generated 1279 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2353] 10.0.0.234 () {34 vars in 1119 bytes} [Thu Apr 23 10:52:03 2026] GET /v2.0/security-groups?id=a09b336a-fdd1-44a3-9076-5106377e9aee&id=316abaf2-d4bf-4dc3-88aa-28a888ff94bd&fields=id&fields=name => generated 206 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2354] 199.204.45.210 () {34 vars in 993 bytes} [Thu Apr 23 10:52:03 2026] GET /v2.0/ports?device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => 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: 1149/2355] 199.204.45.210 () {34 vars in 1043 bytes} [Thu Apr 23 10:52:03 2026] GET /v2.0/security-groups?id=68323e52-829b-485e-b298-9738e7302c27&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2356] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:52:05 2026] GET /v2.0/ports?device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2357] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:52:05 2026] GET /v2.0/security-groups?id=68323e52-829b-485e-b298-9738e7302c27&fields=id&fields=name => generated 96 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2358] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:52:05 2026] GET /v2.0/ports?device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2359] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:52:06 2026] GET /v2.0/ports?device_id=0f3ff340-b9fc-47e4-ad59-c30b909f907d => generated 1010 bytes in 558 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2360] 10.0.0.38 () {34 vars in 1118 bytes} [Thu Apr 23 10:52:06 2026] GET /v2.0/security-groups?id=a09b336a-fdd1-44a3-9076-5106377e9aee&id=316abaf2-d4bf-4dc3-88aa-28a888ff94bd&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2361] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:52:07 2026] GET /v2.0/ports?device_id=0f3ff340-b9fc-47e4-ad59-c30b909f907d => generated 1010 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2362] 10.0.0.38 () {34 vars in 1118 bytes} [Thu Apr 23 10:52:08 2026] GET /v2.0/security-groups?id=a09b336a-fdd1-44a3-9076-5106377e9aee&id=316abaf2-d4bf-4dc3-88aa-28a888ff94bd&fields=id&fields=name => generated 206 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2365] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:52:08 2026] GET /v2.0/ports?device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2366] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:52:08 2026] GET /v2.0/security-groups?id=68323e52-829b-485e-b298-9738e7302c27&fields=id&fields=name => generated 96 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2367] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:52:08 2026] GET /v2.0/ports?device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => 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: 1155/2368] 199.204.45.210 () {34 vars in 993 bytes} [Thu Apr 23 10:52:08 2026] GET /v2.0/ports?device_id=0f3ff340-b9fc-47e4-ad59-c30b909f907d => generated 1008 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:52:08.929 8 INFO neutron_taas.services.taas.taas_plugin [req-89f877e8-8156-4d14-b2e3-2183a0791cf5 req-7bdb8e0f-40db-41dd-a8c6-8948ab8b6634 025b856c50a546439c60c2f7d12b6513 7d1d753e9f834d7581e4053c25c5c949 - - default default] TaaS: Handle Delete Port: bfbc5e8b-34c9-46e1-beed-d63805dc2746 2026-04-23 10:52:08.932 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-89f877e8-8156-4d14-b2e3-2183a0791cf5 req-7bdb8e0f-40db-41dd-a8c6-8948ab8b6634 025b856c50a546439c60c2f7d12b6513 7d1d753e9f834d7581e4053c25c5c949 - - default default] Tap Mirror: Handle Delete Port: bfbc5e8b-34c9-46e1-beed-d63805dc2746 2026-04-23 10:52:09.059 8 INFO neutron.db.l3_db [req-89f877e8-8156-4d14-b2e3-2183a0791cf5 req-7bdb8e0f-40db-41dd-a8c6-8948ab8b6634 025b856c50a546439c60c2f7d12b6513 7d1d753e9f834d7581e4053c25c5c949 - - default default] Floating IP 54ae581f-4039-4945-9f95-b10e59e38901 disassociated. External IP: 10.96.250.201, port: bfbc5e8b-34c9-46e1-beed-d63805dc2746. [pid: 7|app: 0|req: 1156/2369] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:52:09 2026] GET /v2.0/ports?device_id=0f3ff340-b9fc-47e4-ad59-c30b909f907d => 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: 1214/2370] 199.204.45.210 () {36 vars in 996 bytes} [Thu Apr 23 10:52:08 2026] DELETE /v2.0/ports/bfbc5e8b-34c9-46e1-beed-d63805dc2746 => generated 0 bytes in 1154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:52:09.954 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f647bee7-7f39-48d3-9735-d73b0d708930'] response: {'server_uuid': '0f3ff340-b9fc-47e4-ad59-c30b909f907d', 'name': 'network-vif-deleted', 'tag': 'bfbc5e8b-34c9-46e1-beed-d63805dc2746', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1157/2371] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:52:10 2026] GET /v2.0/ports?device_id=0f3ff340-b9fc-47e4-ad59-c30b909f907d => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2372] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:52:11 2026] GET /v2.0/ports?device_id=0f3ff340-b9fc-47e4-ad59-c30b909f907d => 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: 1158/2373] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:52:12 2026] GET /v2.0/ports?device_id=0f3ff340-b9fc-47e4-ad59-c30b909f907d => 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: 1216/2374] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:52:13 2026] DELETE /v2.0/security-groups/316abaf2-d4bf-4dc3-88aa-28a888ff94bd => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:52:13.853 7 INFO neutron.api.v2.resource [None req-d94831ba-c834-4227-9a31-2c97c3843e8c 025b856c50a546439c60c2f7d12b6513 7d1d753e9f834d7581e4053c25c5c949 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1159/2375] 10.0.0.24 () {32 vars in 735 bytes} [Thu Apr 23 10:52:13 2026] GET /v2.0/security-groups/316abaf2-d4bf-4dc3-88aa-28a888ff94bd => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:52:14.003 8 INFO neutron_taas.services.taas.taas_plugin [None req-a3524fbb-67b5-4741-93ed-170a54e67aba 025b856c50a546439c60c2f7d12b6513 7d1d753e9f834d7581e4053c25c5c949 - - default default] TaaS: Handle Delete Port: 83b1634c-d47b-483b-a25d-4d6cdd58c583 2026-04-23 10:52:14.005 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3524fbb-67b5-4741-93ed-170a54e67aba 025b856c50a546439c60c2f7d12b6513 7d1d753e9f834d7581e4053c25c5c949 - - default default] Tap Mirror: Handle Delete Port: 83b1634c-d47b-483b-a25d-4d6cdd58c583 [pid: 8|app: 0|req: 1217/2376] 10.0.0.24 () {32 vars in 730 bytes} [Thu Apr 23 10:52:13 2026] DELETE /v2.0/floatingips/54ae581f-4039-4945-9f95-b10e59e38901 => generated 0 bytes in 319 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2377] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:52:14 2026] DELETE /v2.0/security-groups/a09b336a-fdd1-44a3-9076-5106377e9aee => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:52:14.777 8 INFO neutron_taas.services.taas.taas_plugin [None req-ede9d540-4f9e-4833-a379-b401f5178719 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: bcff96f7-3a81-4e34-a3c3-c43c1d99cb9b 2026-04-23 10:52:14.781 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ede9d540-4f9e-4833-a379-b401f5178719 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: bcff96f7-3a81-4e34-a3c3-c43c1d99cb9b [pid: 8|app: 0|req: 1218/2378] 10.0.0.24 () {34 vars in 787 bytes} [Thu Apr 23 10:52:14 2026] PUT /v2.0/routers/419510d7-3274-41cd-89ff-9d45e42d0810/remove_router_interface => generated 309 bytes in 1005 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:52:15.656 7 INFO neutron_taas.services.taas.taas_plugin [None req-a52bdf74-be0c-42d6-b244-9b66ef31bd5f a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: c8103a3d-2d18-4865-bcaf-c444230cc8a6 2026-04-23 10:52:15.659 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a52bdf74-be0c-42d6-b244-9b66ef31bd5f a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: c8103a3d-2d18-4865-bcaf-c444230cc8a6 2026-04-23 10:52:15.951 7 INFO neutron_taas.services.taas.taas_plugin [None req-a52bdf74-be0c-42d6-b244-9b66ef31bd5f a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: 85d7b0aa-62e9-40b5-a186-a66342e35a9e 2026-04-23 10:52:15.953 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a52bdf74-be0c-42d6-b244-9b66ef31bd5f a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: 85d7b0aa-62e9-40b5-a186-a66342e35a9e 2026-04-23 10:52:16.332 7 INFO neutron.db.l3_hamode_db [None req-a52bdf74-be0c-42d6-b244-9b66ef31bd5f a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] HA network a81aacd6-da6c-4014-a2e0-5a1128f2c27e was deleted as no HA routers are present in tenant 7d1d753e9f834d7581e4053c25c5c949. [pid: 7|app: 0|req: 1161/2379] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:52:15 2026] DELETE /v2.0/routers/419510d7-3274-41cd-89ff-9d45e42d0810 => generated 0 bytes in 948 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:52:16.343 7 INFO neutron.services.segments.plugin [-] Segment 85a9f73f-60a2-4eef-b640-a24d06b09657 resource provider aggregate not found 2026-04-23 10:52:16.373 7 INFO neutron.services.segments.plugin [-] Segment 85a9f73f-60a2-4eef-b640-a24d06b09657 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85a9f73f-60a2-4eef-b640-a24d06b09657 found for delete ", "request_id": "req-1663987a-219d-41ed-9a39-18fb6f00a292"}]} 2026-04-23 10:52:16.374 7 INFO neutron.services.segments.plugin [-] Segment 85a9f73f-60a2-4eef-b640-a24d06b09657 resource provider aggregate not found 2026-04-23 10:52:16.392 7 INFO neutron.services.segments.plugin [-] Segment 85a9f73f-60a2-4eef-b640-a24d06b09657 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85a9f73f-60a2-4eef-b640-a24d06b09657 found for delete ", "request_id": "req-d7cc5b0f-31a5-4d8b-9a5a-3da607c3a350"}]} [pid: 8|app: 0|req: 1219/2380] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:52:16 2026] DELETE /v2.0/subnets/3e45aad9-6fb5-480f-862b-274227058aaa => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:52:16.675 7 INFO neutron_taas.services.taas.taas_plugin [None req-0e075bf5-f01b-442b-b11f-f80658720041 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: 3449c831-a00a-49dc-8533-91eb9ea2b8c2 2026-04-23 10:52:16.679 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e075bf5-f01b-442b-b11f-f80658720041 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: 3449c831-a00a-49dc-8533-91eb9ea2b8c2 [pid: 7|app: 0|req: 1162/2381] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:52:16 2026] DELETE /v2.0/networks/f808ad6c-6152-4e75-a30c-0b9df6c905fe => generated 0 bytes in 371 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:52:17.365 8 INFO neutron_taas.services.taas.taas_plugin [None req-d34b2c19-3d85-426e-b446-d32c2ab470c6 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: e283dd52-1055-427b-a07b-2ea25ea1f5c1 2026-04-23 10:52:17.371 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d34b2c19-3d85-426e-b446-d32c2ab470c6 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: e283dd52-1055-427b-a07b-2ea25ea1f5c1 [pid: 8|app: 0|req: 1220/2382] 10.0.0.24 () {34 vars in 787 bytes} [Thu Apr 23 10:52:16 2026] PUT /v2.0/routers/24a57191-cf12-4965-b605-c094ea462d54/remove_router_interface => generated 309 bytes in 1101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:52:18.289 7 INFO neutron_taas.services.taas.taas_plugin [None req-ff7f9488-1d71-4aef-8cf3-a767229ede41 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: 4f847519-c1f7-4b1a-bd90-fff00e5a9920 2026-04-23 10:52:18.294 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff7f9488-1d71-4aef-8cf3-a767229ede41 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: 4f847519-c1f7-4b1a-bd90-fff00e5a9920 2026-04-23 10:52:18.404 7 INFO neutron.services.segments.plugin [-] Segment e7d660ff-6d4e-4fcc-8ac9-7fd496044a1b resource provider aggregate not found 2026-04-23 10:52:18.417 7 INFO neutron.services.segments.plugin [-] Segment e7d660ff-6d4e-4fcc-8ac9-7fd496044a1b resource provider aggregate not found 2026-04-23 10:52:18.433 7 INFO neutron.services.segments.plugin [-] Segment e7d660ff-6d4e-4fcc-8ac9-7fd496044a1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7d660ff-6d4e-4fcc-8ac9-7fd496044a1b found for delete ", "request_id": "req-17ddb2aa-5c36-4e14-a19e-421dd29214e7"}]} 2026-04-23 10:52:18.442 7 INFO neutron.services.segments.plugin [-] Segment e7d660ff-6d4e-4fcc-8ac9-7fd496044a1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7d660ff-6d4e-4fcc-8ac9-7fd496044a1b found for delete ", "request_id": "req-8bf3bbea-5681-4929-92ae-fec77e71d66b"}]} 2026-04-23 10:52:18.627 7 INFO neutron_taas.services.taas.taas_plugin [None req-ff7f9488-1d71-4aef-8cf3-a767229ede41 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: 13cc5742-1de2-4336-ae4b-634d18e43033 2026-04-23 10:52:18.630 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff7f9488-1d71-4aef-8cf3-a767229ede41 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: 13cc5742-1de2-4336-ae4b-634d18e43033 2026-04-23 10:52:19.005 7 INFO neutron.db.l3_hamode_db [None req-ff7f9488-1d71-4aef-8cf3-a767229ede41 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] HA network f1e76fa1-1d5c-462b-8119-371d003a70b8 was deleted as no HA routers are present in tenant 9d2b2edc3e12489db7efe65d59b229fa. [pid: 7|app: 0|req: 1163/2383] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:52:18 2026] DELETE /v2.0/routers/24a57191-cf12-4965-b605-c094ea462d54 => generated 0 bytes in 961 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2384] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:52:19 2026] DELETE /v2.0/subnets/a9066843-0513-49c9-9dd6-6b29762b67ed => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:52:19.298 7 INFO neutron_taas.services.taas.taas_plugin [None req-b864baed-0574-451f-a941-536fee13425d a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: 8ef52d2b-0017-40a0-9a8d-052276d26e3d 2026-04-23 10:52:19.300 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b864baed-0574-451f-a941-536fee13425d a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: 8ef52d2b-0017-40a0-9a8d-052276d26e3d [pid: 7|app: 0|req: 1164/2385] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:52:19 2026] DELETE /v2.0/networks/7c358b9b-430d-4de1-8a76-ec7f51ed6fcd => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2386] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:52:19 2026] GET /v2.0/security-groups?tenant_id=7d1d753e9f834d7581e4053c25c5c949&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2387] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:52:19 2026] DELETE /v2.0/security-groups/2f19f1ef-bf05-494a-9248-425c338f98c2 => 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: 1223/2388] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:52:20 2026] GET /v2.0/security-groups?tenant_id=9d2b2edc3e12489db7efe65d59b229fa&name=default => generated 2929 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2389] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:52:20 2026] DELETE /v2.0/security-groups/29105e80-978d-4db1-b044-1eab0fa30806 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:52:20.449 7 INFO neutron.services.segments.plugin [-] Segment 4324f2ec-6dbd-44ad-8316-7b0442869dd7 resource provider aggregate not found 2026-04-23 10:52:20.460 7 INFO neutron.services.segments.plugin [-] Segment 4324f2ec-6dbd-44ad-8316-7b0442869dd7 resource provider aggregate not found 2026-04-23 10:52:20.468 7 INFO neutron.services.segments.plugin [-] Segment 4324f2ec-6dbd-44ad-8316-7b0442869dd7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4324f2ec-6dbd-44ad-8316-7b0442869dd7 found for delete ", "request_id": "req-0f2053dc-2e9e-4236-b059-377a854fb6b0"}]} 2026-04-23 10:52:20.473 7 INFO neutron.services.segments.plugin [-] Segment 4324f2ec-6dbd-44ad-8316-7b0442869dd7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4324f2ec-6dbd-44ad-8316-7b0442869dd7 found for delete ", "request_id": "req-1a22456c-2ec8-42fc-b3df-ede3d41c4534"}]} 2026-04-23 10:52:20.503 7 INFO neutron.services.segments.plugin [-] Segment 7d5b17f4-b5bc-4b4a-aaac-1fe425f4fa68 resource provider aggregate not found 2026-04-23 10:52:20.506 7 INFO neutron.services.segments.plugin [-] Segment 7d5b17f4-b5bc-4b4a-aaac-1fe425f4fa68 resource provider aggregate not found 2026-04-23 10:52:20.523 7 INFO neutron.services.segments.plugin [-] Segment 7d5b17f4-b5bc-4b4a-aaac-1fe425f4fa68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d5b17f4-b5bc-4b4a-aaac-1fe425f4fa68 found for delete ", "request_id": "req-b693109d-b3b5-4383-b930-e23a5acc84ff"}]} 2026-04-23 10:52:20.525 7 INFO neutron.services.segments.plugin [-] Segment 7d5b17f4-b5bc-4b4a-aaac-1fe425f4fa68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d5b17f4-b5bc-4b4a-aaac-1fe425f4fa68 found for delete ", "request_id": "req-ccbfb84b-e637-46ca-9e73-4eccfa095f02"}]} [pid: 8|app: 0|req: 1225/2392] 10.0.0.24 () {34 vars in 676 bytes} [Thu Apr 23 10:52:24 2026] POST /v2.0/qos/policies => generated 359 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2393] 10.0.0.24 () {34 vars in 676 bytes} [Thu Apr 23 10:52:24 2026] POST /v2.0/qos/policies => generated 359 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2394] 10.0.0.24 () {34 vars in 676 bytes} [Thu Apr 23 10:52:24 2026] POST /v2.0/qos/policies => generated 359 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2395] 10.0.0.24 () {34 vars in 676 bytes} [Thu Apr 23 10:52:24 2026] POST /v2.0/qos/policies => generated 359 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2396] 10.0.0.24 () {34 vars in 676 bytes} [Thu Apr 23 10:52:24 2026] POST /v2.0/qos/policies => generated 359 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2397] 10.0.0.24 () {34 vars in 751 bytes} [Thu Apr 23 10:52:24 2026] PUT /v2.0/policies/960d56f3-17a4-447c-a0b5-b52a7b57e5e4/tags => generated 17 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2398] 10.0.0.24 () {34 vars in 751 bytes} [Thu Apr 23 10:52:24 2026] PUT /v2.0/policies/9c2bb800-7091-455b-a4f8-95361975ee24/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: 1171/2399] 10.0.0.24 () {34 vars in 751 bytes} [Thu Apr 23 10:52:24 2026] PUT /v2.0/policies/c71f7737-1a8f-4945-a93d-26ac5c8e3111/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2400] 10.0.0.24 () {34 vars in 751 bytes} [Thu Apr 23 10:52:24 2026] PUT /v2.0/policies/45c7f0d0-0c68-4cb9-9702-ca1c8f676cb0/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: 1172/2401] 10.0.0.24 () {32 vars in 672 bytes} [Thu Apr 23 10:52:25 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2402] 10.0.0.24 () {32 vars in 686 bytes} [Thu Apr 23 10:52:25 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2403] 10.0.0.24 () {32 vars in 682 bytes} [Thu Apr 23 10:52:25 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2404] 10.0.0.24 () {32 vars in 694 bytes} [Thu Apr 23 10:52:25 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2405] 10.0.0.24 () {32 vars in 680 bytes} [Thu Apr 23 10:52:25 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2406] 10.0.0.24 () {32 vars in 694 bytes} [Thu Apr 23 10:52:25 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2407] 10.0.0.24 () {32 vars in 690 bytes} [Thu Apr 23 10:52:25 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2408] 10.0.0.24 () {32 vars in 702 bytes} [Thu Apr 23 10:52:25 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2409] 10.0.0.24 () {32 vars in 732 bytes} [Thu Apr 23 10:52:25 2026] DELETE /v2.0/qos/policies/960d56f3-17a4-447c-a0b5-b52a7b57e5e4 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2410] 10.0.0.24 () {32 vars in 732 bytes} [Thu Apr 23 10:52:26 2026] DELETE /v2.0/qos/policies/9c2bb800-7091-455b-a4f8-95361975ee24 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2411] 10.0.0.24 () {32 vars in 732 bytes} [Thu Apr 23 10:52:26 2026] DELETE /v2.0/qos/policies/c71f7737-1a8f-4945-a93d-26ac5c8e3111 => 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: 1235/2412] 10.0.0.24 () {32 vars in 732 bytes} [Thu Apr 23 10:52:26 2026] DELETE /v2.0/qos/policies/45c7f0d0-0c68-4cb9-9702-ca1c8f676cb0 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2413] 10.0.0.24 () {32 vars in 732 bytes} [Thu Apr 23 10:52:26 2026] DELETE /v2.0/qos/policies/888077a7-9779-42b4-8e5d-edf9aea86dec => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2414] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:52:27 2026] GET /v2.0/security-groups?tenant_id=b1c06fdec7d44712b6abb8a8fc75fec2&name=default => generated 2929 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2415] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:52:27 2026] DELETE /v2.0/security-groups/aa44de5a-e585-45cb-970b-ebac55ac1280 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2416] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:52:27 2026] GET /v2.0/security-groups?tenant_id=e40e4941eab64e5cb4963696d2c9af4a&name=default => generated 2929 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2417] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:52:27 2026] DELETE /v2.0/security-groups/1c406431-5de4-47b6-bed5-2a61c358b24f => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2418] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:52:28 2026] GET /v2.0/security-groups?tenant_id=50ad60afe69343c8bb50e19feb3ba823&name=default => generated 2929 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2419] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:52:28 2026] DELETE /v2.0/security-groups/8c6708ed-87a5-41d0-aca1-f89a10cd524f => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:52:32.803 8 INFO neutron.db.segments_db [None req-b8f7ce47-af29-4730-adf8-305ac11f0211 7b9aa165d6c041e4aa56943dda6e8123 cddef7a0dc3c434699298c42acf9d013 - - default default] Added segment 85653595-10d0-42e6-92a8-f9f885313647 of type vxlan for network 8c36b802-018c-4fad-ad6d-089101396ca7 2026-04-23 10:52:33.105 8 INFO neutron.db.l3_hamode_db [None req-b8f7ce47-af29-4730-adf8-305ac11f0211 7b9aa165d6c041e4aa56943dda6e8123 cddef7a0dc3c434699298c42acf9d013 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:52:33.254 8 INFO neutron.db.l3_hamode_db [None req-b8f7ce47-af29-4730-adf8-305ac11f0211 7b9aa165d6c041e4aa56943dda6e8123 cddef7a0dc3c434699298c42acf9d013 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1239/2420] 10.0.0.24 () {34 vars in 666 bytes} [Thu Apr 23 10:52:32 2026] POST /v2.0/routers => generated 474 bytes in 1469 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:52:34.092 7 INFO neutron.db.l3_hamode_db [None req-ba0e6cd8-cfaa-49f6-9145-ab9e26788394 7b9aa165d6c041e4aa56943dda6e8123 cddef7a0dc3c434699298c42acf9d013 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:52:34.272 7 INFO neutron.db.l3_hamode_db [None req-ba0e6cd8-cfaa-49f6-9145-ab9e26788394 7b9aa165d6c041e4aa56943dda6e8123 cddef7a0dc3c434699298c42acf9d013 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1182/2421] 10.0.0.24 () {34 vars in 666 bytes} [Thu Apr 23 10:52:34 2026] POST /v2.0/routers => generated 474 bytes in 948 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:52:35.020 8 INFO neutron.db.l3_hamode_db [None req-3b596df2-01e4-463f-aa71-6844d9a37d6f 7b9aa165d6c041e4aa56943dda6e8123 cddef7a0dc3c434699298c42acf9d013 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:52:35.136 8 INFO neutron.db.l3_hamode_db [None req-3b596df2-01e4-463f-aa71-6844d9a37d6f 7b9aa165d6c041e4aa56943dda6e8123 cddef7a0dc3c434699298c42acf9d013 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1240/2422] 10.0.0.24 () {34 vars in 666 bytes} [Thu Apr 23 10:52:34 2026] POST /v2.0/routers => generated 474 bytes in 877 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:52:35.918 7 INFO neutron.db.l3_hamode_db [None req-38f28554-617a-4273-b71d-21862dd3f8ff 7b9aa165d6c041e4aa56943dda6e8123 cddef7a0dc3c434699298c42acf9d013 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:52:36.080 7 INFO neutron.db.l3_hamode_db [None req-38f28554-617a-4273-b71d-21862dd3f8ff 7b9aa165d6c041e4aa56943dda6e8123 cddef7a0dc3c434699298c42acf9d013 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1183/2423] 10.0.0.24 () {34 vars in 666 bytes} [Thu Apr 23 10:52:35 2026] POST /v2.0/routers => generated 474 bytes in 1030 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:52:36.954 8 INFO neutron.db.l3_hamode_db [None req-c114379b-1005-4258-ae99-eafb92eddab0 7b9aa165d6c041e4aa56943dda6e8123 cddef7a0dc3c434699298c42acf9d013 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:52:37.114 8 INFO neutron.db.l3_hamode_db [None req-c114379b-1005-4258-ae99-eafb92eddab0 7b9aa165d6c041e4aa56943dda6e8123 cddef7a0dc3c434699298c42acf9d013 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1241/2424] 10.0.0.24 () {34 vars in 666 bytes} [Thu Apr 23 10:52:36 2026] POST /v2.0/routers => generated 474 bytes in 926 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2425] 10.0.0.24 () {34 vars in 749 bytes} [Thu Apr 23 10:52:37 2026] PUT /v2.0/routers/3a2d30c5-a171-4cd7-b3fa-2852debba4bd/tags => generated 17 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2426] 10.0.0.24 () {34 vars in 749 bytes} [Thu Apr 23 10:52:37 2026] PUT /v2.0/routers/c3f48a65-cf1c-4644-8d29-5c1f0ad57046/tags => generated 25 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2429] 10.0.0.24 () {34 vars in 749 bytes} [Thu Apr 23 10:52:38 2026] PUT /v2.0/routers/cfac83ca-9a9d-4bf5-861e-33ab8ab6d7d6/tags => generated 34 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2430] 10.0.0.24 () {34 vars in 749 bytes} [Thu Apr 23 10:52:38 2026] PUT /v2.0/routers/baa8cf8b-8784-48b7-9db9-5c192f24c8db/tags => generated 19 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2431] 10.0.0.24 () {32 vars in 662 bytes} [Thu Apr 23 10:52:38 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2432] 10.0.0.24 () {32 vars in 676 bytes} [Thu Apr 23 10:52:38 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2433] 10.0.0.24 () {32 vars in 672 bytes} [Thu Apr 23 10:52:38 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2434] 10.0.0.24 () {32 vars in 684 bytes} [Thu Apr 23 10:52:38 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2435] 10.0.0.24 () {32 vars in 670 bytes} [Thu Apr 23 10:52:38 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2436] 10.0.0.24 () {32 vars in 684 bytes} [Thu Apr 23 10:52:38 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2437] 10.0.0.24 () {32 vars in 680 bytes} [Thu Apr 23 10:52:38 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2438] 10.0.0.24 () {32 vars in 692 bytes} [Thu Apr 23 10:52:38 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2439] 10.0.0.24 () {32 vars in 719 bytes} [Thu Apr 23 10:52:39 2026] GET /v2.0/routers/3a2d30c5-a171-4cd7-b3fa-2852debba4bd => generated 485 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2440] 10.0.0.24 () {34 vars in 740 bytes} [Thu Apr 23 10:52:39 2026] PUT /v2.0/routers/3a2d30c5-a171-4cd7-b3fa-2852debba4bd => generated 485 bytes in 501 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2441] 10.0.0.24 () {32 vars in 734 bytes} [Thu Apr 23 10:52:39 2026] GET /v2.0/ports?device_id=3a2d30c5-a171-4cd7-b3fa-2852debba4bd => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:52:39.803 8 INFO neutron_taas.services.taas.taas_plugin [None req-cd6e128c-d570-4d78-a6bb-fe34263cd012 7b9aa165d6c041e4aa56943dda6e8123 cddef7a0dc3c434699298c42acf9d013 - - default default] TaaS: Handle Delete Port: e2d73122-c122-4d61-b9de-77c9722b436e 2026-04-23 10:52:39.807 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd6e128c-d570-4d78-a6bb-fe34263cd012 7b9aa165d6c041e4aa56943dda6e8123 cddef7a0dc3c434699298c42acf9d013 - - default default] Tap Mirror: Handle Delete Port: e2d73122-c122-4d61-b9de-77c9722b436e [pid: 8|app: 0|req: 1251/2442] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:52:39 2026] DELETE /v2.0/routers/3a2d30c5-a171-4cd7-b3fa-2852debba4bd => generated 0 bytes in 403 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2443] 10.0.0.24 () {32 vars in 719 bytes} [Thu Apr 23 10:52:40 2026] GET /v2.0/routers/c3f48a65-cf1c-4644-8d29-5c1f0ad57046 => generated 493 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2444] 10.0.0.24 () {34 vars in 740 bytes} [Thu Apr 23 10:52:40 2026] PUT /v2.0/routers/c3f48a65-cf1c-4644-8d29-5c1f0ad57046 => generated 493 bytes in 531 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2445] 10.0.0.24 () {32 vars in 734 bytes} [Thu Apr 23 10:52:40 2026] GET /v2.0/ports?device_id=c3f48a65-cf1c-4644-8d29-5c1f0ad57046 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:52:40.863 8 INFO neutron_taas.services.taas.taas_plugin [None req-51c44d3f-2819-4ec6-909f-a21f50319db3 7b9aa165d6c041e4aa56943dda6e8123 cddef7a0dc3c434699298c42acf9d013 - - default default] TaaS: Handle Delete Port: f43d27c1-d583-4a59-8142-5165412858ad 2026-04-23 10:52:40.865 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51c44d3f-2819-4ec6-909f-a21f50319db3 7b9aa165d6c041e4aa56943dda6e8123 cddef7a0dc3c434699298c42acf9d013 - - default default] Tap Mirror: Handle Delete Port: f43d27c1-d583-4a59-8142-5165412858ad [pid: 8|app: 0|req: 1253/2446] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:52:40 2026] DELETE /v2.0/routers/c3f48a65-cf1c-4644-8d29-5c1f0ad57046 => generated 0 bytes in 399 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2447] 10.0.0.24 () {32 vars in 719 bytes} [Thu Apr 23 10:52:41 2026] GET /v2.0/routers/cfac83ca-9a9d-4bf5-861e-33ab8ab6d7d6 => generated 502 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2448] 10.0.0.24 () {34 vars in 740 bytes} [Thu Apr 23 10:52:41 2026] PUT /v2.0/routers/cfac83ca-9a9d-4bf5-861e-33ab8ab6d7d6 => generated 502 bytes in 525 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2449] 10.0.0.24 () {32 vars in 734 bytes} [Thu Apr 23 10:52:41 2026] GET /v2.0/ports?device_id=cfac83ca-9a9d-4bf5-861e-33ab8ab6d7d6 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:52:41.883 8 INFO neutron_taas.services.taas.taas_plugin [None req-94781631-e491-4970-9bc6-d2b3c1be9e9a 7b9aa165d6c041e4aa56943dda6e8123 cddef7a0dc3c434699298c42acf9d013 - - default default] TaaS: Handle Delete Port: 0c077717-6dc6-47d6-a9c0-8f5c920d40bc 2026-04-23 10:52:41.886 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94781631-e491-4970-9bc6-d2b3c1be9e9a 7b9aa165d6c041e4aa56943dda6e8123 cddef7a0dc3c434699298c42acf9d013 - - default default] Tap Mirror: Handle Delete Port: 0c077717-6dc6-47d6-a9c0-8f5c920d40bc [pid: 8|app: 0|req: 1255/2450] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:52:41 2026] DELETE /v2.0/routers/cfac83ca-9a9d-4bf5-861e-33ab8ab6d7d6 => generated 0 bytes in 364 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2451] 10.0.0.24 () {32 vars in 719 bytes} [Thu Apr 23 10:52:42 2026] GET /v2.0/routers/baa8cf8b-8784-48b7-9db9-5c192f24c8db => generated 487 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2452] 10.0.0.24 () {34 vars in 740 bytes} [Thu Apr 23 10:52:42 2026] PUT /v2.0/routers/baa8cf8b-8784-48b7-9db9-5c192f24c8db => generated 487 bytes in 566 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2453] 10.0.0.24 () {32 vars in 734 bytes} [Thu Apr 23 10:52:42 2026] GET /v2.0/ports?device_id=baa8cf8b-8784-48b7-9db9-5c192f24c8db => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:52:42.892 8 INFO neutron_taas.services.taas.taas_plugin [None req-4d86d8a8-a272-4cbc-a531-bc409102c7d7 7b9aa165d6c041e4aa56943dda6e8123 cddef7a0dc3c434699298c42acf9d013 - - default default] TaaS: Handle Delete Port: 17a5789f-7316-4ba5-98c4-778782731da7 2026-04-23 10:52:42.904 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d86d8a8-a272-4cbc-a531-bc409102c7d7 7b9aa165d6c041e4aa56943dda6e8123 cddef7a0dc3c434699298c42acf9d013 - - default default] Tap Mirror: Handle Delete Port: 17a5789f-7316-4ba5-98c4-778782731da7 [pid: 8|app: 0|req: 1257/2454] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:52:42 2026] DELETE /v2.0/routers/baa8cf8b-8784-48b7-9db9-5c192f24c8db => generated 0 bytes in 353 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2455] 10.0.0.24 () {32 vars in 719 bytes} [Thu Apr 23 10:52:43 2026] GET /v2.0/routers/eca76869-dc83-414f-90a2-e01794d88e0f => generated 480 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2456] 10.0.0.24 () {34 vars in 740 bytes} [Thu Apr 23 10:52:43 2026] PUT /v2.0/routers/eca76869-dc83-414f-90a2-e01794d88e0f => generated 480 bytes in 539 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2457] 10.0.0.24 () {32 vars in 734 bytes} [Thu Apr 23 10:52:43 2026] GET /v2.0/ports?device_id=eca76869-dc83-414f-90a2-e01794d88e0f => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:52:43.903 8 INFO neutron_taas.services.taas.taas_plugin [None req-c8a969ca-5145-49af-8db2-a7513484521c 7b9aa165d6c041e4aa56943dda6e8123 cddef7a0dc3c434699298c42acf9d013 - - default default] TaaS: Handle Delete Port: e98bff4e-9097-40d2-aa38-b03b713f75fb 2026-04-23 10:52:43.906 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8a969ca-5145-49af-8db2-a7513484521c 7b9aa165d6c041e4aa56943dda6e8123 cddef7a0dc3c434699298c42acf9d013 - - default default] Tap Mirror: Handle Delete Port: e98bff4e-9097-40d2-aa38-b03b713f75fb [pid: 7|app: 0|req: 1200/2458] 199.204.45.210 () {30 vars in 702 bytes} [Thu Apr 23 10:52:43 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: 1201/2459] 199.204.45.210 () {30 vars in 704 bytes} [Thu Apr 23 10:52:43 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: 1202/2460] 199.204.45.210 () {30 vars in 680 bytes} [Thu Apr 23 10:52:43 2026] GET /v2.0/extensions/qos => generated 166 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2461] 199.204.45.210 () {30 vars in 716 bytes} [Thu Apr 23 10:52:44 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: 1204/2462] 199.204.45.210 () {30 vars in 740 bytes} [Thu Apr 23 10:52:44 2026] GET /v2.0/subnets/8d30afed-c918-44d2-851b-80be05a9627a => generated 675 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2463] 199.204.45.210 () {30 vars in 768 bytes} [Thu Apr 23 10:52:44 2026] GET /v2.0/ports?device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:52:44.279 8 INFO neutron.db.l3_hamode_db [None req-c8a969ca-5145-49af-8db2-a7513484521c 7b9aa165d6c041e4aa56943dda6e8123 cddef7a0dc3c434699298c42acf9d013 - - default default] HA network 8c36b802-018c-4fad-ad6d-089101396ca7 was deleted as no HA routers are present in tenant cddef7a0dc3c434699298c42acf9d013. [pid: 8|app: 0|req: 1259/2464] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:52:43 2026] DELETE /v2.0/routers/eca76869-dc83-414f-90a2-e01794d88e0f => generated 0 bytes in 551 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:52:44.340 8 INFO neutron.services.segments.plugin [-] Segment 85653595-10d0-42e6-92a8-f9f885313647 resource provider aggregate not found 2026-04-23 10:52:44.354 8 INFO neutron.services.segments.plugin [-] Segment 85653595-10d0-42e6-92a8-f9f885313647 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85653595-10d0-42e6-92a8-f9f885313647 found for delete ", "request_id": "req-95cc5843-a212-45d0-bc93-a7fab5440327"}]} 2026-04-23 10:52:44.361 8 INFO neutron.services.segments.plugin [-] Segment 85653595-10d0-42e6-92a8-f9f885313647 resource provider aggregate not found 2026-04-23 10:52:44.377 8 INFO neutron.services.segments.plugin [-] Segment 85653595-10d0-42e6-92a8-f9f885313647 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85653595-10d0-42e6-92a8-f9f885313647 found for delete ", "request_id": "req-8a4dafac-c39a-410d-810d-08718cc5a7d8"}]} [pid: 7|app: 0|req: 1206/2465] 199.204.45.210 () {34 vars in 716 bytes} [Thu Apr 23 10:52:44 2026] POST /v2.0/ports => generated 1059 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2466] 10.0.0.38 () {34 vars in 969 bytes} [Thu Apr 23 10:52:44 2026] GET /v2.0/ports/01bd3c56-19d6-4397-9cb7-9a7e0a62de08 => generated 1059 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2467] 10.0.0.38 () {34 vars in 905 bytes} [Thu Apr 23 10:52:44 2026] GET /v2.0/extensions => generated 21537 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2468] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:52:45 2026] GET /v2.0/security-groups?tenant_id=5111d5fef7fa4a169663c6a9aa80b510&name=default => generated 2929 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2469] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:52:45 2026] DELETE /v2.0/security-groups/53369a18-5447-4474-a302-11c8369604cb => 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: 1262/2470] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:52:45 2026] GET /v2.0/security-groups?tenant_id=6650625e299a41368c64c85828e89303&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2471] 199.204.45.210 () {34 vars in 1261 bytes} [Thu Apr 23 10:52:45 2026] GET /v2.0/ports/01bd3c56-19d6-4397-9cb7-9a7e0a62de08?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2472] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:52:45 2026] DELETE /v2.0/security-groups/96ad42c1-ab3c-48c3-91f6-560b09ed15ac => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2473] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:52:45 2026] GET /v2.0/networks/ae1a434e-7303-4f14-8812-ccee48ff1b90?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2474] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:52:45 2026] GET /v2.0/networks/ae1a434e-7303-4f14-8812-ccee48ff1b90?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2475] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:52:45 2026] GET /v2.0/security-groups?tenant_id=cddef7a0dc3c434699298c42acf9d013&name=default => generated 2929 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2476] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:52:45 2026] DELETE /v2.0/security-groups/b3a26b5f-020d-4c3f-b30c-c2c82f8f656c => 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: 1266/2477] 199.204.45.210 () {34 vars in 974 bytes} [Thu Apr 23 10:52:46 2026] GET /v2.0/ports/01bd3c56-19d6-4397-9cb7-9a7e0a62de08 => generated 1059 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2478] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:52:46 2026] GET /v2.0/networks?id=ae1a434e-7303-4f14-8812-ccee48ff1b90 => generated 803 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2479] 199.204.45.210 () {38 vars in 1027 bytes} [Thu Apr 23 10:52:46 2026] PUT /v2.0/ports/01bd3c56-19d6-4397-9cb7-9a7e0a62de08 => generated 1249 bytes in 484 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:52:46.940 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dc95272d-49c9-4e18-a7e8-7a75f6abd635'] response: {'name': 'network-changed', 'server_uuid': '9a1f29c7-f7b5-4c1b-a914-a05adb769cbe', 'tag': '01bd3c56-19d6-4397-9cb7-9a7e0a62de08', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1213/2480] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:52:47 2026] GET /v2.0/ports?tenant_id=9f8922fa8584406589c203a33255c25a&device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 2485 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2481] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:52:47 2026] GET /v2.0/networks?id=ae1a434e-7303-4f14-8812-ccee48ff1b90 => generated 803 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2482] 199.204.45.210 () {34 vars in 1057 bytes} [Thu Apr 23 10:52:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.158&port_id=01bd3c56-19d6-4397-9cb7-9a7e0a62de08 => 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: 1269/2483] 199.204.45.210 () {34 vars in 983 bytes} [Thu Apr 23 10:52:47 2026] GET /v2.0/subnets?id=8d30afed-c918-44d2-851b-80be05a9627a => generated 678 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2484] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:52:47 2026] GET /v2.0/ports?network_id=ae1a434e-7303-4f14-8812-ccee48ff1b90&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2485] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:52:47 2026] GET /v2.0/networks/ae1a434e-7303-4f14-8812-ccee48ff1b90?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2486] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:52:47 2026] GET /v2.0/networks/ae1a434e-7303-4f14-8812-ccee48ff1b90?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: 1271/2487] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:52:48 2026] GET /v2.0/ports?tenant_id=9f8922fa8584406589c203a33255c25a&device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 2485 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2488] 199.204.45.210 () {34 vars in 1059 bytes} [Thu Apr 23 10:52:48 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.85&port_id=ca88cab2-4acd-43f6-900a-94bc5c227aa2 => 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: 1272/2489] 199.204.45.210 () {34 vars in 983 bytes} [Thu Apr 23 10:52:48 2026] GET /v2.0/subnets?id=9958777f-2bfc-40f1-9bc3-fd0b1bd44bac => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2490] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:52:48 2026] GET /v2.0/ports?network_id=a424de0c-d1d7-481d-9886-771e5e8e1019&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: 1273/2491] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:52:48 2026] GET /v2.0/networks/a424de0c-d1d7-481d-9886-771e5e8e1019?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: 1219/2492] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:52:49 2026] GET /v2.0/networks/a424de0c-d1d7-481d-9886-771e5e8e1019?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2493] 199.204.45.210 () {34 vars in 1057 bytes} [Thu Apr 23 10:52:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.158&port_id=01bd3c56-19d6-4397-9cb7-9a7e0a62de08 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2494] 199.204.45.210 () {34 vars in 983 bytes} [Thu Apr 23 10:52:49 2026] GET /v2.0/subnets?id=8d30afed-c918-44d2-851b-80be05a9627a => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2495] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:52:49 2026] GET /v2.0/ports?network_id=ae1a434e-7303-4f14-8812-ccee48ff1b90&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2496] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:52:49 2026] GET /v2.0/networks/ae1a434e-7303-4f14-8812-ccee48ff1b90?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: 1276/2497] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:52:49 2026] GET /v2.0/networks/ae1a434e-7303-4f14-8812-ccee48ff1b90?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: 1222/2498] 10.0.0.24 () {34 vars in 682 bytes} [Thu Apr 23 10:52:50 2026] POST /v2.0/security-groups => generated 1603 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2499] 10.0.0.24 () {34 vars in 682 bytes} [Thu Apr 23 10:52:50 2026] POST /v2.0/security-groups => generated 1603 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2500] 10.0.0.24 () {34 vars in 682 bytes} [Thu Apr 23 10:52:50 2026] POST /v2.0/security-groups => generated 1603 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2501] 10.0.0.24 () {34 vars in 682 bytes} [Thu Apr 23 10:52:50 2026] POST /v2.0/security-groups => generated 1603 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2502] 10.0.0.24 () {34 vars in 682 bytes} [Thu Apr 23 10:52:51 2026] POST /v2.0/security-groups => generated 1603 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2503] 10.0.0.24 () {34 vars in 765 bytes} [Thu Apr 23 10:52:51 2026] PUT /v2.0/security-groups/9d072251-2959-446e-a4f4-21f11c8748a0/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: 1225/2504] 10.0.0.24 () {34 vars in 765 bytes} [Thu Apr 23 10:52:51 2026] PUT /v2.0/security-groups/99c182af-a69f-4660-9e21-52fcb0fa5998/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2505] 10.0.0.24 () {34 vars in 765 bytes} [Thu Apr 23 10:52:51 2026] PUT /v2.0/security-groups/8900e598-2ec4-44c0-8885-81334ddc9909/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2506] 10.0.0.24 () {34 vars in 765 bytes} [Thu Apr 23 10:52:51 2026] PUT /v2.0/security-groups/1eaa8e1d-0001-43b8-96cf-e71a918db3e8/tags => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2507] 10.0.0.24 () {32 vars in 678 bytes} [Thu Apr 23 10:52:51 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2508] 10.0.0.24 () {32 vars in 692 bytes} [Thu Apr 23 10:52:51 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2509] 10.0.0.24 () {32 vars in 688 bytes} [Thu Apr 23 10:52:51 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2510] 10.0.0.24 () {32 vars in 700 bytes} [Thu Apr 23 10:52:51 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2511] 10.0.0.24 () {32 vars in 686 bytes} [Thu Apr 23 10:52:51 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2512] 10.0.0.24 () {32 vars in 700 bytes} [Thu Apr 23 10:52:51 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2513] 10.0.0.24 () {32 vars in 696 bytes} [Thu Apr 23 10:52:51 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2514] 10.0.0.24 () {32 vars in 708 bytes} [Thu Apr 23 10:52:51 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2515] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:52:51 2026] DELETE /v2.0/security-groups/9d072251-2959-446e-a4f4-21f11c8748a0 => generated 0 bytes in 593 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2516] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:52:52 2026] DELETE /v2.0/security-groups/99c182af-a69f-4660-9e21-52fcb0fa5998 => 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: 1286/2517] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:52:52 2026] DELETE /v2.0/security-groups/8900e598-2ec4-44c0-8885-81334ddc9909 => 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: 1232/2518] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:52:52 2026] DELETE /v2.0/security-groups/1eaa8e1d-0001-43b8-96cf-e71a918db3e8 => 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: 1287/2519] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:52:52 2026] DELETE /v2.0/security-groups/434f06ed-baf7-474f-b34a-faa0ff80e51d => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2522] 10.0.0.38 () {34 vars in 969 bytes} [Thu Apr 23 10:52:53 2026] GET /v2.0/ports/01bd3c56-19d6-4397-9cb7-9a7e0a62de08 => generated 1251 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2523] 199.204.45.210 () {34 vars in 788 bytes} [Thu Apr 23 10:52:53 2026] PUT /v2.0/ports/01bd3c56-19d6-4397-9cb7-9a7e0a62de08 => generated 1275 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:52:53.488 7 INFO neutron.api.v2.resource [None req-3990f37d-d9e9-46a2-ad97-9bc86fe47d35 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1235/2524] 199.204.45.210 () {30 vars in 762 bytes} [Thu Apr 23 10:52:53 2026] GET /v2.0/security-groups/lb-25e06567-4f78-44b5-b2b6-7d8e5d285c5e => generated 149 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:52:53.522 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-eac15105-3bac-4f34-9c7d-c9904a34b120'] response: {'name': 'network-changed', 'server_uuid': '9a1f29c7-f7b5-4c1b-a914-a05adb769cbe', 'tag': '01bd3c56-19d6-4397-9cb7-9a7e0a62de08', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1290/2525] 199.204.45.210 () {30 vars in 784 bytes} [Thu Apr 23 10:52:53 2026] GET /v2.0/security-groups?name=lb-25e06567-4f78-44b5-b2b6-7d8e5d285c5e => generated 1639 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2526] 199.204.45.210 () {34 vars in 788 bytes} [Thu Apr 23 10:52:53 2026] PUT /v2.0/ports/01bd3c56-19d6-4397-9cb7-9a7e0a62de08 => generated 1313 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:52:53.873 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b65891ac-a6ef-491a-952a-b820031005c0'] response: {'name': 'network-changed', 'server_uuid': '9a1f29c7-f7b5-4c1b-a914-a05adb769cbe', 'tag': '01bd3c56-19d6-4397-9cb7-9a7e0a62de08', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1291/2527] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:52:53 2026] GET /v2.0/security-groups?tenant_id=ff5d18de8bef490c85f9f7915e72aa08&name=default => generated 2929 bytes in 295 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: 1237/2528] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:52:53 2026] DELETE /v2.0/security-groups/c30d2d60-0987-4242-8114-c2a189a23926 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2529] 199.204.45.210 () {30 vars in 702 bytes} [Thu Apr 23 10:52:54 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2530] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:52:54 2026] GET /v2.0/ports?tenant_id=9f8922fa8584406589c203a33255c25a&device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 2585 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2531] 199.204.45.210 () {30 vars in 704 bytes} [Thu Apr 23 10:52:54 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2532] 199.204.45.210 () {30 vars in 680 bytes} [Thu Apr 23 10:52:54 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2533] 199.204.45.210 () {30 vars in 716 bytes} [Thu Apr 23 10:52:54 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: 1240/2534] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:52:54 2026] GET /v2.0/networks?id=ae1a434e-7303-4f14-8812-ccee48ff1b90 => generated 803 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2535] 199.204.45.210 () {30 vars in 740 bytes} [Thu Apr 23 10:52:54 2026] GET /v2.0/subnets/8d30afed-c918-44d2-851b-80be05a9627a => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2536] 199.204.45.210 () {34 vars in 1057 bytes} [Thu Apr 23 10:52:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.158&port_id=01bd3c56-19d6-4397-9cb7-9a7e0a62de08 => 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: 1296/2537] 199.204.45.210 () {30 vars in 736 bytes} [Thu Apr 23 10:52:54 2026] GET /v2.0/ports/2c9df60b-d5f9-49ac-85f1-3a32a4675408 => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2538] 199.204.45.210 () {34 vars in 983 bytes} [Thu Apr 23 10:52:54 2026] GET /v2.0/subnets?id=8d30afed-c918-44d2-851b-80be05a9627a => generated 678 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2539] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:52:54 2026] GET /v2.0/ports?network_id=ae1a434e-7303-4f14-8812-ccee48ff1b90&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: 1244/2540] 199.204.45.210 () {30 vars in 736 bytes} [Thu Apr 23 10:52:54 2026] GET /v2.0/ports/01bd3c56-19d6-4397-9cb7-9a7e0a62de08 => generated 1349 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2541] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:52:54 2026] GET /v2.0/networks/ae1a434e-7303-4f14-8812-ccee48ff1b90?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: 1297/2542] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:52:54 2026] GET /v2.0/security-groups?tenant_id=8805c80650e945d4afe1b90607ceefd1&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2543] 199.204.45.210 () {30 vars in 740 bytes} [Thu Apr 23 10:52:54 2026] GET /v2.0/subnets/8d30afed-c918-44d2-851b-80be05a9627a => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2544] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:52:54 2026] GET /v2.0/networks/ae1a434e-7303-4f14-8812-ccee48ff1b90?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: 1299/2545] 199.204.45.210 () {30 vars in 742 bytes} [Thu Apr 23 10:52:54 2026] GET /v2.0/networks/ae1a434e-7303-4f14-8812-ccee48ff1b90 => generated 800 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2546] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:52:54 2026] DELETE /v2.0/security-groups/f107ebc9-e6b1-4251-aeb0-8c76baf05533 => 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: 1300/2547] 199.204.45.210 () {30 vars in 736 bytes} [Thu Apr 23 10:52:54 2026] GET /v2.0/ports/2c9df60b-d5f9-49ac-85f1-3a32a4675408 => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2548] 199.204.45.210 () {30 vars in 740 bytes} [Thu Apr 23 10:52:54 2026] GET /v2.0/subnets/8d30afed-c918-44d2-851b-80be05a9627a => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2549] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:52:54 2026] GET /v2.0/security-groups?tenant_id=d44599f2f0d04685b47f8f320dfca3b1&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2550] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:52:54 2026] DELETE /v2.0/security-groups/292d8c4d-8556-4090-9fcd-44467ba1a321 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2551] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:52:55 2026] GET /v2.0/ports?tenant_id=9f8922fa8584406589c203a33255c25a&device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 2585 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2552] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:52:55 2026] GET /v2.0/networks?id=ae1a434e-7303-4f14-8812-ccee48ff1b90 => generated 803 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2553] 199.204.45.210 () {34 vars in 1057 bytes} [Thu Apr 23 10:52:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.158&port_id=01bd3c56-19d6-4397-9cb7-9a7e0a62de08 => 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: 1251/2554] 199.204.45.210 () {34 vars in 983 bytes} [Thu Apr 23 10:52:55 2026] GET /v2.0/subnets?id=8d30afed-c918-44d2-851b-80be05a9627a => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2555] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:52:55 2026] GET /v2.0/ports?network_id=ae1a434e-7303-4f14-8812-ccee48ff1b90&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2556] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:52:55 2026] GET /v2.0/networks/ae1a434e-7303-4f14-8812-ccee48ff1b90?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2557] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:52:55 2026] GET /v2.0/networks/ae1a434e-7303-4f14-8812-ccee48ff1b90?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: 1253/2558] 10.0.0.24 () {34 vars in 676 bytes} [Thu Apr 23 10:52:57 2026] POST /v2.0/qos/policies => generated 359 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2559] 10.0.0.24 () {34 vars in 751 bytes} [Thu Apr 23 10:52:57 2026] PUT /v2.0/policies/f87aa6c2-a9c3-4eff-8ae9-a0fb896020d7/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: 1254/2560] 10.0.0.24 () {32 vars in 731 bytes} [Thu Apr 23 10:52:58 2026] GET /v2.0/policies/f87aa6c2-a9c3-4eff-8ae9-a0fb896020d7/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2561] 10.0.0.24 () {34 vars in 762 bytes} [Thu Apr 23 10:52:58 2026] PUT /v2.0/policies/f87aa6c2-a9c3-4eff-8ae9-a0fb896020d7/tags/green => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2562] 10.0.0.24 () {32 vars in 731 bytes} [Thu Apr 23 10:52:58 2026] GET /v2.0/policies/f87aa6c2-a9c3-4eff-8ae9-a0fb896020d7/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2563] 10.0.0.24 () {34 vars in 758 bytes} [Thu Apr 23 10:52:58 2026] PUT /v2.0/policies/f87aa6c2-a9c3-4eff-8ae9-a0fb896020d7/tags/red => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2564] 10.0.0.24 () {32 vars in 731 bytes} [Thu Apr 23 10:52:58 2026] GET /v2.0/policies/f87aa6c2-a9c3-4eff-8ae9-a0fb896020d7/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2565] 10.0.0.24 () {34 vars in 780 bytes} [Thu Apr 23 10:52:58 2026] PUT /v2.0/policies/f87aa6c2-a9c3-4eff-8ae9-a0fb896020d7/tags/black.or.white => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2566] 10.0.0.24 () {32 vars in 731 bytes} [Thu Apr 23 10:52:58 2026] GET /v2.0/policies/f87aa6c2-a9c3-4eff-8ae9-a0fb896020d7/tags => generated 52 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2567] 10.0.0.24 () {34 vars in 751 bytes} [Thu Apr 23 10:52:58 2026] PUT /v2.0/policies/f87aa6c2-a9c3-4eff-8ae9-a0fb896020d7/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2568] 10.0.0.24 () {32 vars in 731 bytes} [Thu Apr 23 10:52:58 2026] GET /v2.0/policies/f87aa6c2-a9c3-4eff-8ae9-a0fb896020d7/tags => generated 37 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2569] 10.0.0.24 () {32 vars in 739 bytes} [Thu Apr 23 10:52:58 2026] GET /v2.0/policies/f87aa6c2-a9c3-4eff-8ae9-a0fb896020d7/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:52:58.557 7 INFO neutron.api.v2.resource [None req-76896447-2e6a-49e7-b01f-4e4a2bbf1247 c634a8d6d7eb44a18b3072909f04c373 ecb29948679f43b98421e81882e41b39 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1259/2570] 10.0.0.24 () {32 vars in 743 bytes} [Thu Apr 23 10:52:58 2026] GET /v2.0/policies/f87aa6c2-a9c3-4eff-8ae9-a0fb896020d7/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2571] 10.0.0.24 () {32 vars in 742 bytes} [Thu Apr 23 10:52:58 2026] DELETE /v2.0/policies/f87aa6c2-a9c3-4eff-8ae9-a0fb896020d7/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2572] 10.0.0.24 () {32 vars in 731 bytes} [Thu Apr 23 10:52:58 2026] GET /v2.0/policies/f87aa6c2-a9c3-4eff-8ae9-a0fb896020d7/tags => generated 30 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:52:58.691 8 INFO neutron.api.v2.resource [None req-8d49a834-163d-48fc-b539-b27c84a7acc7 c634a8d6d7eb44a18b3072909f04c373 ecb29948679f43b98421e81882e41b39 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1313/2573] 10.0.0.24 () {32 vars in 746 bytes} [Thu Apr 23 10:52:58 2026] DELETE /v2.0/policies/f87aa6c2-a9c3-4eff-8ae9-a0fb896020d7/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: 1261/2574] 10.0.0.24 () {32 vars in 734 bytes} [Thu Apr 23 10:52:58 2026] DELETE /v2.0/policies/f87aa6c2-a9c3-4eff-8ae9-a0fb896020d7/tags => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2575] 10.0.0.24 () {32 vars in 731 bytes} [Thu Apr 23 10:52:58 2026] GET /v2.0/policies/f87aa6c2-a9c3-4eff-8ae9-a0fb896020d7/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2576] 10.0.0.24 () {32 vars in 732 bytes} [Thu Apr 23 10:52:58 2026] DELETE /v2.0/qos/policies/f87aa6c2-a9c3-4eff-8ae9-a0fb896020d7 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2577] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:52:59 2026] GET /v2.0/security-groups?tenant_id=5a96ed7b114c43938c7e7eb0d4d8dca4&name=default => generated 2929 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2578] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:52:59 2026] DELETE /v2.0/security-groups/a2a87288-2d11-47e6-a5ab-0800d23f0e43 => 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: 1316/2579] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:52:59 2026] GET /v2.0/security-groups?tenant_id=ecb29948679f43b98421e81882e41b39&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2580] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:53:00 2026] DELETE /v2.0/security-groups/cf6dcc1f-efb4-4c4a-a85e-8b92ef6a0592 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:53:01.970 8 INFO neutron.db.l3_db [None req-052ce41a-8442-4784-aaed-afbab707961f 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] Floating IP 9dcdec21-2f5a-4a73-9b80-136a07397c09 associated. External IP: 10.96.250.215, port: 2c9df60b-d5f9-49ac-85f1-3a32a4675408. [pid: 8|app: 0|req: 1317/2581] 10.0.0.24 () {34 vars in 675 bytes} [Thu Apr 23 10:53:01 2026] POST /v2.0/floatingips => generated 898 bytes in 1218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:53:03.826 7 INFO neutron.db.segments_db [None req-32c3ac88-c18c-4d1d-a425-fa7a1fa923fd c856130db338409bb60b3e9d554f898a b78027d946d54f3385dca3c827db2fc2 - - default default] Added segment 384ab058-9fbc-48db-b34a-aa1330af45ea of type vxlan for network 4cfa1403-4424-495a-961f-72ec7be72238 [pid: 7|app: 0|req: 1265/2582] 10.0.0.24 () {34 vars in 668 bytes} [Thu Apr 23 10:53:03 2026] POST /v2.0/networks => generated 613 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2583] 10.0.0.24 () {34 vars in 667 bytes} [Thu Apr 23 10:53:03 2026] POST /v2.0/subnets => generated 626 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2584] 10.0.0.24 () {34 vars in 749 bytes} [Thu Apr 23 10:53:04 2026] PUT /v2.0/subnets/393771be-26b8-4808-afa2-299bad2191eb/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: 1319/2585] 10.0.0.24 () {32 vars in 729 bytes} [Thu Apr 23 10:53:04 2026] GET /v2.0/subnets/393771be-26b8-4808-afa2-299bad2191eb/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2586] 10.0.0.24 () {34 vars in 760 bytes} [Thu Apr 23 10:53:04 2026] PUT /v2.0/subnets/393771be-26b8-4808-afa2-299bad2191eb/tags/green => generated 4 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2587] 10.0.0.24 () {32 vars in 729 bytes} [Thu Apr 23 10:53:04 2026] GET /v2.0/subnets/393771be-26b8-4808-afa2-299bad2191eb/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2588] 10.0.0.24 () {34 vars in 756 bytes} [Thu Apr 23 10:53:04 2026] PUT /v2.0/subnets/393771be-26b8-4808-afa2-299bad2191eb/tags/red => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2589] 10.0.0.24 () {32 vars in 729 bytes} [Thu Apr 23 10:53:04 2026] GET /v2.0/subnets/393771be-26b8-4808-afa2-299bad2191eb/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2590] 10.0.0.24 () {34 vars in 778 bytes} [Thu Apr 23 10:53:04 2026] PUT /v2.0/subnets/393771be-26b8-4808-afa2-299bad2191eb/tags/black.or.white => 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: 1322/2591] 10.0.0.24 () {32 vars in 729 bytes} [Thu Apr 23 10:53:04 2026] GET /v2.0/subnets/393771be-26b8-4808-afa2-299bad2191eb/tags => generated 52 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2592] 10.0.0.24 () {34 vars in 749 bytes} [Thu Apr 23 10:53:04 2026] PUT /v2.0/subnets/393771be-26b8-4808-afa2-299bad2191eb/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2593] 10.0.0.24 () {32 vars in 729 bytes} [Thu Apr 23 10:53:04 2026] GET /v2.0/subnets/393771be-26b8-4808-afa2-299bad2191eb/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2594] 10.0.0.24 () {32 vars in 737 bytes} [Thu Apr 23 10:53:04 2026] GET /v2.0/subnets/393771be-26b8-4808-afa2-299bad2191eb/tags/red => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:53:04.889 8 INFO neutron.api.v2.resource [None req-ddaf12fc-70a0-49a7-a6b0-90fe2fb84226 c856130db338409bb60b3e9d554f898a b78027d946d54f3385dca3c827db2fc2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1324/2595] 10.0.0.24 () {32 vars in 741 bytes} [Thu Apr 23 10:53:04 2026] GET /v2.0/subnets/393771be-26b8-4808-afa2-299bad2191eb/tags/green => generated 99 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2596] 10.0.0.24 () {32 vars in 740 bytes} [Thu Apr 23 10:53:04 2026] DELETE /v2.0/subnets/393771be-26b8-4808-afa2-299bad2191eb/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2597] 10.0.0.24 () {32 vars in 729 bytes} [Thu Apr 23 10:53:04 2026] GET /v2.0/subnets/393771be-26b8-4808-afa2-299bad2191eb/tags => generated 30 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:53:05.071 7 INFO neutron.api.v2.resource [None req-841dfa0a-fe57-43ad-989a-44596a8923d0 c856130db338409bb60b3e9d554f898a b78027d946d54f3385dca3c827db2fc2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1273/2598] 10.0.0.24 () {32 vars in 744 bytes} [Thu Apr 23 10:53:05 2026] DELETE /v2.0/subnets/393771be-26b8-4808-afa2-299bad2191eb/tags/green => generated 99 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2599] 10.0.0.24 () {32 vars in 732 bytes} [Thu Apr 23 10:53:05 2026] DELETE /v2.0/subnets/393771be-26b8-4808-afa2-299bad2191eb/tags => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2600] 10.0.0.24 () {32 vars in 729 bytes} [Thu Apr 23 10:53:05 2026] GET /v2.0/subnets/393771be-26b8-4808-afa2-299bad2191eb/tags => generated 12 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2601] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:53:05 2026] DELETE /v2.0/subnets/393771be-26b8-4808-afa2-299bad2191eb => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:53:05.539 7 INFO neutron_taas.services.taas.taas_plugin [None req-7d0bba86-abf6-494e-8f66-fb91566650df c856130db338409bb60b3e9d554f898a b78027d946d54f3385dca3c827db2fc2 - - default default] TaaS: Handle Delete Port: 6661f51f-975a-4f85-8642-750a456e0a62 2026-04-23 10:53:05.542 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d0bba86-abf6-494e-8f66-fb91566650df c856130db338409bb60b3e9d554f898a b78027d946d54f3385dca3c827db2fc2 - - default default] Tap Mirror: Handle Delete Port: 6661f51f-975a-4f85-8642-750a456e0a62 2026-04-23 10:53:05.742 7 INFO neutron.services.segments.plugin [-] Segment 384ab058-9fbc-48db-b34a-aa1330af45ea resource provider aggregate not found 2026-04-23 10:53:05.753 7 INFO neutron.services.segments.plugin [-] Segment 384ab058-9fbc-48db-b34a-aa1330af45ea resource provider aggregate not found 2026-04-23 10:53:05.766 7 INFO neutron.services.segments.plugin [-] Segment 384ab058-9fbc-48db-b34a-aa1330af45ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 384ab058-9fbc-48db-b34a-aa1330af45ea found for delete ", "request_id": "req-06252c9a-0bfb-4f88-bbe6-1d99400b762a"}]} 2026-04-23 10:53:05.777 7 INFO neutron.services.segments.plugin [-] Segment 384ab058-9fbc-48db-b34a-aa1330af45ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 384ab058-9fbc-48db-b34a-aa1330af45ea found for delete ", "request_id": "req-e169c1ae-5d2d-44d1-b049-38a91785350d"}]} [pid: 7|app: 0|req: 1275/2602] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:53:05 2026] DELETE /v2.0/networks/4cfa1403-4424-495a-961f-72ec7be72238 => generated 0 bytes in 357 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2603] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:53:06 2026] GET /v2.0/security-groups?tenant_id=c672a0433b3f4a80bfee2d70755974e9&name=default => generated 2929 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2604] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:53:06 2026] DELETE /v2.0/security-groups/8176658f-3395-4260-adc5-fd5c82ea7895 => 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: 1329/2605] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:53:06 2026] GET /v2.0/security-groups?tenant_id=b78027d946d54f3385dca3c827db2fc2&name=default => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2606] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:53:07 2026] DELETE /v2.0/security-groups/f7e126c7-00af-461c-abe4-56d41f05ba57 => 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: 1330/2607] 199.204.45.210 () {30 vars in 702 bytes} [Thu Apr 23 10:53:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2608] 199.204.45.210 () {30 vars in 704 bytes} [Thu Apr 23 10:53:07 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: 8|app: 0|req: 1331/2609] 199.204.45.210 () {30 vars in 680 bytes} [Thu Apr 23 10:53:07 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2610] 199.204.45.210 () {30 vars in 716 bytes} [Thu Apr 23 10:53:07 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:53:07.723 8 INFO neutron.api.v2.resource [None req-a3401984-1706-404e-bef1-8f806a02a3e1 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1332/2611] 199.204.45.210 () {30 vars in 762 bytes} [Thu Apr 23 10:53:07 2026] GET /v2.0/security-groups/lb-25e06567-4f78-44b5-b2b6-7d8e5d285c5e => 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: 1280/2612] 199.204.45.210 () {30 vars in 784 bytes} [Thu Apr 23 10:53:07 2026] GET /v2.0/security-groups?name=lb-25e06567-4f78-44b5-b2b6-7d8e5d285c5e => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2613] 199.204.45.210 () {30 vars in 814 bytes} [Thu Apr 23 10:53:07 2026] GET /v2.0/security-group-rules?security_group_id=8b9593ff-f741-47d7-864c-6250ceb2cbec => generated 1182 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2614] 199.204.45.210 () {34 vars in 746 bytes} [Thu Apr 23 10:53:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2617] 199.204.45.210 () {34 vars in 746 bytes} [Thu Apr 23 10:53:08 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: 1284/2618] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:53:10 2026] GET /v2.0/security-groups?tenant_id=6da687bccbea407b80c163d554b92aa4&name=default => generated 2929 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2619] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:53:10 2026] DELETE /v2.0/security-groups/21de001b-3aa4-44bd-94f4-f86f68dd7198 => 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: 1285/2620] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:53:11 2026] GET /v2.0/security-groups?tenant_id=f67f9ff5755f4662a8ec188c975737f2&name=default => generated 2929 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2621] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:53:11 2026] DELETE /v2.0/security-groups/9940e336-00c0-4069-9a26-d77e1624ed50 => 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: 1286/2622] 10.0.0.98 () {30 vars in 688 bytes} [Thu Apr 23 10:53:19 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2623] 10.0.0.98 () {30 vars in 690 bytes} [Thu Apr 23 10:53:19 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: 1287/2624] 10.0.0.98 () {30 vars in 666 bytes} [Thu Apr 23 10:53:19 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: 1338/2625] 10.0.0.98 () {30 vars in 702 bytes} [Thu Apr 23 10:53:19 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: 1288/2626] 10.0.0.98 () {28 vars in 437 bytes} [Thu Apr 23 10:53:20 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2627] 10.0.0.98 () {30 vars in 726 bytes} [Thu Apr 23 10:53:20 2026] GET /v2.0/subnets/f076a626-0b07-4e04-93a9-e7a352e4fbb0 => generated 656 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2628] 199.204.45.210 () {30 vars in 702 bytes} [Thu Apr 23 10:53:20 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: 1340/2629] 199.204.45.210 () {30 vars in 704 bytes} [Thu Apr 23 10:53:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2630] 199.204.45.210 () {30 vars in 680 bytes} [Thu Apr 23 10:53:20 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2631] 199.204.45.210 () {30 vars in 716 bytes} [Thu Apr 23 10:53:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2632] 199.204.45.210 () {30 vars in 740 bytes} [Thu Apr 23 10:53:20 2026] GET /v2.0/subnets/f076a626-0b07-4e04-93a9-e7a352e4fbb0 => generated 674 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2633] 199.204.45.210 () {30 vars in 768 bytes} [Thu Apr 23 10:53:21 2026] GET /v2.0/ports?device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 2585 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2634] 199.204.45.210 () {30 vars in 702 bytes} [Thu Apr 23 10:53:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2635] 199.204.45.210 () {30 vars in 704 bytes} [Thu Apr 23 10:53:21 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: 1293/2636] 199.204.45.210 () {30 vars in 680 bytes} [Thu Apr 23 10:53:21 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2637] 199.204.45.210 () {30 vars in 716 bytes} [Thu Apr 23 10:53:21 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: 1294/2638] 199.204.45.210 () {34 vars in 716 bytes} [Thu Apr 23 10:53:21 2026] POST /v2.0/ports => generated 1328 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2639] 10.0.0.38 () {34 vars in 969 bytes} [Thu Apr 23 10:53:21 2026] GET /v2.0/ports/5bb6c02c-b9c4-4def-b1a9-40b903903361 => generated 1328 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: 1295/2640] 10.0.0.38 () {34 vars in 905 bytes} [Thu Apr 23 10:53:21 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2641] 199.204.45.210 () {34 vars in 1261 bytes} [Thu Apr 23 10:53:22 2026] GET /v2.0/ports/5bb6c02c-b9c4-4def-b1a9-40b903903361?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2642] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:53:22 2026] GET /v2.0/networks/12ff9cde-c2ed-4cbd-93ad-93480ab11564?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2643] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:53:22 2026] GET /v2.0/networks/12ff9cde-c2ed-4cbd-93ad-93480ab11564?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2646] 199.204.45.210 () {34 vars in 974 bytes} [Thu Apr 23 10:53:23 2026] GET /v2.0/ports/5bb6c02c-b9c4-4def-b1a9-40b903903361 => generated 1328 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2647] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:53:23 2026] GET /v2.0/networks?id=12ff9cde-c2ed-4cbd-93ad-93480ab11564 => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2648] 199.204.45.210 () {38 vars in 1027 bytes} [Thu Apr 23 10:53:23 2026] PUT /v2.0/ports/5bb6c02c-b9c4-4def-b1a9-40b903903361 => generated 1518 bytes in 486 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:53:23.983 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8cc8e2e2-2506-4257-8cf2-066bc98e64a0'] response: {'name': 'network-changed', 'server_uuid': '9a1f29c7-f7b5-4c1b-a914-a05adb769cbe', 'tag': '5bb6c02c-b9c4-4def-b1a9-40b903903361', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1350/2649] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:53:24 2026] GET /v2.0/ports?tenant_id=9f8922fa8584406589c203a33255c25a&device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 4095 bytes in 53 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: 1300/2650] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:53:24 2026] GET /v2.0/networks?id=12ff9cde-c2ed-4cbd-93ad-93480ab11564 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2651] 199.204.45.210 () {34 vars in 1057 bytes} [Thu Apr 23 10:53:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.223&port_id=5bb6c02c-b9c4-4def-b1a9-40b903903361 => 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: 1301/2652] 199.204.45.210 () {34 vars in 1103 bytes} [Thu Apr 23 10:53:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1de&port_id=5bb6c02c-b9c4-4def-b1a9-40b903903361 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2653] 199.204.45.210 () {34 vars in 1063 bytes} [Thu Apr 23 10:53:24 2026] GET /v2.0/subnets?id=eec0bd63-da96-4be1-a4db-c36693db3809&id=f076a626-0b07-4e04-93a9-e7a352e4fbb0 => 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: 1302/2654] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:53:24 2026] GET /v2.0/ports?network_id=12ff9cde-c2ed-4cbd-93ad-93480ab11564&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2655] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:53:24 2026] GET /v2.0/ports?network_id=12ff9cde-c2ed-4cbd-93ad-93480ab11564&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: 1303/2656] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:53:24 2026] GET /v2.0/networks/12ff9cde-c2ed-4cbd-93ad-93480ab11564?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: 1354/2657] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:53:24 2026] GET /v2.0/networks/12ff9cde-c2ed-4cbd-93ad-93480ab11564?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: 1304/2658] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:53:25 2026] GET /v2.0/ports?tenant_id=9f8922fa8584406589c203a33255c25a&device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 4095 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2659] 199.204.45.210 () {34 vars in 1059 bytes} [Thu Apr 23 10:53:25 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.85&port_id=ca88cab2-4acd-43f6-900a-94bc5c227aa2 => 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: 1305/2660] 199.204.45.210 () {34 vars in 983 bytes} [Thu Apr 23 10:53:25 2026] GET /v2.0/subnets?id=9958777f-2bfc-40f1-9bc3-fd0b1bd44bac => 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: 1356/2661] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:53:26 2026] GET /v2.0/ports?network_id=a424de0c-d1d7-481d-9886-771e5e8e1019&device_owner=network%3Adhcp => generated 1244 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2662] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:53:26 2026] GET /v2.0/networks/a424de0c-d1d7-481d-9886-771e5e8e1019?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: 1357/2663] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:53:26 2026] GET /v2.0/networks/a424de0c-d1d7-481d-9886-771e5e8e1019?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: 1307/2664] 199.204.45.210 () {34 vars in 1057 bytes} [Thu Apr 23 10:53:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.158&port_id=01bd3c56-19d6-4397-9cb7-9a7e0a62de08 => 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: 1358/2665] 199.204.45.210 () {34 vars in 983 bytes} [Thu Apr 23 10:53:26 2026] GET /v2.0/subnets?id=8d30afed-c918-44d2-851b-80be05a9627a => generated 678 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2666] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:53:26 2026] GET /v2.0/ports?network_id=ae1a434e-7303-4f14-8812-ccee48ff1b90&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: 1359/2667] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:53:26 2026] GET /v2.0/networks/ae1a434e-7303-4f14-8812-ccee48ff1b90?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2668] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:53:26 2026] GET /v2.0/networks/ae1a434e-7303-4f14-8812-ccee48ff1b90?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2669] 199.204.45.210 () {34 vars in 1057 bytes} [Thu Apr 23 10:53:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.223&port_id=5bb6c02c-b9c4-4def-b1a9-40b903903361 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2670] 199.204.45.210 () {34 vars in 1103 bytes} [Thu Apr 23 10:53:26 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1de&port_id=5bb6c02c-b9c4-4def-b1a9-40b903903361 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2671] 199.204.45.210 () {34 vars in 1063 bytes} [Thu Apr 23 10:53:26 2026] GET /v2.0/subnets?id=eec0bd63-da96-4be1-a4db-c36693db3809&id=f076a626-0b07-4e04-93a9-e7a352e4fbb0 => generated 1410 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2672] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:53:26 2026] GET /v2.0/ports?network_id=12ff9cde-c2ed-4cbd-93ad-93480ab11564&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2673] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:53:26 2026] GET /v2.0/ports?network_id=12ff9cde-c2ed-4cbd-93ad-93480ab11564&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: 1312/2674] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:53:26 2026] GET /v2.0/networks/12ff9cde-c2ed-4cbd-93ad-93480ab11564?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2675] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:53:26 2026] GET /v2.0/networks/12ff9cde-c2ed-4cbd-93ad-93480ab11564?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: 1313/2676] 10.0.0.38 () {34 vars in 969 bytes} [Thu Apr 23 10:53:30 2026] GET /v2.0/ports/5bb6c02c-b9c4-4def-b1a9-40b903903361 => generated 1520 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2677] 199.204.45.210 () {30 vars in 742 bytes} [Thu Apr 23 10:53:30 2026] GET /v2.0/networks/12ff9cde-c2ed-4cbd-93ad-93480ab11564 => generated 797 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2678] 199.204.45.210 () {30 vars in 740 bytes} [Thu Apr 23 10:53:30 2026] GET /v2.0/subnets/f076a626-0b07-4e04-93a9-e7a352e4fbb0 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2679] 199.204.45.210 () {30 vars in 740 bytes} [Thu Apr 23 10:53:30 2026] GET /v2.0/subnets/eec0bd63-da96-4be1-a4db-c36693db3809 => generated 743 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2680] 199.204.45.210 () {30 vars in 702 bytes} [Thu Apr 23 10:53:30 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: 1366/2681] 199.204.45.210 () {30 vars in 704 bytes} [Thu Apr 23 10:53:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2682] 199.204.45.210 () {30 vars in 680 bytes} [Thu Apr 23 10:53:31 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2683] 199.204.45.210 () {30 vars in 716 bytes} [Thu Apr 23 10:53:31 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: 1317/2684] 199.204.45.210 () {30 vars in 740 bytes} [Thu Apr 23 10:53:31 2026] GET /v2.0/subnets/8d30afed-c918-44d2-851b-80be05a9627a => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2685] 199.204.45.210 () {30 vars in 736 bytes} [Thu Apr 23 10:53:31 2026] GET /v2.0/ports/2c9df60b-d5f9-49ac-85f1-3a32a4675408 => 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: 1318/2686] 199.204.45.210 () {30 vars in 736 bytes} [Thu Apr 23 10:53:31 2026] GET /v2.0/ports/01bd3c56-19d6-4397-9cb7-9a7e0a62de08 => 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: 1369/2687] 199.204.45.210 () {30 vars in 740 bytes} [Thu Apr 23 10:53:31 2026] GET /v2.0/subnets/8d30afed-c918-44d2-851b-80be05a9627a => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2688] 199.204.45.210 () {30 vars in 742 bytes} [Thu Apr 23 10:53:31 2026] GET /v2.0/networks/ae1a434e-7303-4f14-8812-ccee48ff1b90 => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2689] 199.204.45.210 () {30 vars in 736 bytes} [Thu Apr 23 10:53:31 2026] GET /v2.0/ports/2c9df60b-d5f9-49ac-85f1-3a32a4675408 => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2690] 199.204.45.210 () {30 vars in 740 bytes} [Thu Apr 23 10:53:31 2026] GET /v2.0/subnets/8d30afed-c918-44d2-851b-80be05a9627a => generated 675 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2693] 10.0.0.98 () {30 vars in 688 bytes} [Thu Apr 23 10:53:40 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: 1372/2694] 10.0.0.98 () {30 vars in 690 bytes} [Thu Apr 23 10:53:40 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: 1323/2695] 10.0.0.98 () {30 vars in 666 bytes} [Thu Apr 23 10:53:40 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2696] 10.0.0.98 () {30 vars in 702 bytes} [Thu Apr 23 10:53:40 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: 1324/2697] 10.0.0.98 () {28 vars in 437 bytes} [Thu Apr 23 10:53:41 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2698] 10.0.0.98 () {30 vars in 726 bytes} [Thu Apr 23 10:53:41 2026] GET /v2.0/subnets/51d69e12-47c8-4c7c-b0f6-dda72c478f70 => generated 656 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2699] 199.204.45.210 () {30 vars in 702 bytes} [Thu Apr 23 10:53:41 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: 1375/2700] 199.204.45.210 () {30 vars in 704 bytes} [Thu Apr 23 10:53:41 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: 1326/2701] 199.204.45.210 () {30 vars in 680 bytes} [Thu Apr 23 10:53:42 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: 1376/2702] 199.204.45.210 () {30 vars in 716 bytes} [Thu Apr 23 10:53:42 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: 1327/2703] 199.204.45.210 () {30 vars in 740 bytes} [Thu Apr 23 10:53:42 2026] GET /v2.0/subnets/f076a626-0b07-4e04-93a9-e7a352e4fbb0 => generated 674 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2704] 199.204.45.210 () {30 vars in 740 bytes} [Thu Apr 23 10:53:42 2026] GET /v2.0/subnets/51d69e12-47c8-4c7c-b0f6-dda72c478f70 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2705] 199.204.45.210 () {30 vars in 768 bytes} [Thu Apr 23 10:53:42 2026] GET /v2.0/ports?device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 4097 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2706] 199.204.45.210 () {30 vars in 702 bytes} [Thu Apr 23 10:53:42 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: 1329/2707] 199.204.45.210 () {30 vars in 704 bytes} [Thu Apr 23 10:53: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: 8|app: 0|req: 1379/2708] 199.204.45.210 () {30 vars in 680 bytes} [Thu Apr 23 10:53: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: 7|app: 0|req: 1330/2709] 199.204.45.210 () {30 vars in 716 bytes} [Thu Apr 23 10:53: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: 8|app: 0|req: 1380/2710] 199.204.45.210 () {34 vars in 716 bytes} [Thu Apr 23 10:53:42 2026] POST /v2.0/ports => generated 1328 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2711] 10.0.0.38 () {34 vars in 969 bytes} [Thu Apr 23 10:53:42 2026] GET /v2.0/ports/fcaad972-7a9e-4bf9-bc2c-d3f103f144e1 => generated 1328 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: 8|app: 0|req: 1381/2712] 199.204.45.210 () {34 vars in 1261 bytes} [Thu Apr 23 10:53:43 2026] GET /v2.0/ports/fcaad972-7a9e-4bf9-bc2c-d3f103f144e1?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2713] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:53:43 2026] GET /v2.0/networks/ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff?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: 1382/2714] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:53:43 2026] GET /v2.0/networks/ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff?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: 1333/2715] 199.204.45.210 () {34 vars in 974 bytes} [Thu Apr 23 10:53:44 2026] GET /v2.0/ports/fcaad972-7a9e-4bf9-bc2c-d3f103f144e1 => generated 1328 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2716] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:53:44 2026] GET /v2.0/networks?id=ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff => generated 801 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2717] 199.204.45.210 () {38 vars in 1027 bytes} [Thu Apr 23 10:53:44 2026] PUT /v2.0/ports/fcaad972-7a9e-4bf9-bc2c-d3f103f144e1 => generated 1518 bytes in 466 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:53:45.126 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6189af0d-0180-46e6-9a63-7a56613af8b0'] response: {'name': 'network-changed', 'server_uuid': '9a1f29c7-f7b5-4c1b-a914-a05adb769cbe', 'tag': 'fcaad972-7a9e-4bf9-bc2c-d3f103f144e1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1384/2718] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:53:45 2026] GET /v2.0/ports?tenant_id=9f8922fa8584406589c203a33255c25a&device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 5607 bytes in 55 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: 1335/2719] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:53:45 2026] GET /v2.0/networks?id=ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2720] 199.204.45.210 () {34 vars in 1055 bytes} [Thu Apr 23 10:53:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.10&port_id=fcaad972-7a9e-4bf9-bc2c-d3f103f144e1 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2721] 199.204.45.210 () {34 vars in 1105 bytes} [Thu Apr 23 10:53:45 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2a1&port_id=fcaad972-7a9e-4bf9-bc2c-d3f103f144e1 => 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: 1386/2722] 199.204.45.210 () {34 vars in 1063 bytes} [Thu Apr 23 10:53:45 2026] GET /v2.0/subnets?id=7b81dd41-cf90-4bdb-9bec-9a727ae699b6&id=51d69e12-47c8-4c7c-b0f6-dda72c478f70 => generated 1415 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2723] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:53:45 2026] GET /v2.0/ports?network_id=ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff&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: 1387/2724] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:53:45 2026] GET /v2.0/ports?network_id=ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff&device_owner=network%3Adhcp => generated 1461 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2725] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:53:45 2026] GET /v2.0/networks/ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff?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: 1388/2726] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:53:46 2026] GET /v2.0/networks/ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2727] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:53:47 2026] GET /v2.0/ports?tenant_id=9f8922fa8584406589c203a33255c25a&device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 5607 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2728] 199.204.45.210 () {34 vars in 1059 bytes} [Thu Apr 23 10:53:47 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.85&port_id=ca88cab2-4acd-43f6-900a-94bc5c227aa2 => 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: 1340/2729] 199.204.45.210 () {34 vars in 983 bytes} [Thu Apr 23 10:53:47 2026] GET /v2.0/subnets?id=9958777f-2bfc-40f1-9bc3-fd0b1bd44bac => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2730] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:53:47 2026] GET /v2.0/ports?network_id=a424de0c-d1d7-481d-9886-771e5e8e1019&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2731] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:53:47 2026] GET /v2.0/networks/a424de0c-d1d7-481d-9886-771e5e8e1019?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: 1391/2732] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:53:47 2026] GET /v2.0/networks/a424de0c-d1d7-481d-9886-771e5e8e1019?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: 1342/2733] 199.204.45.210 () {34 vars in 1057 bytes} [Thu Apr 23 10:53:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.158&port_id=01bd3c56-19d6-4397-9cb7-9a7e0a62de08 => 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: 1392/2734] 199.204.45.210 () {34 vars in 983 bytes} [Thu Apr 23 10:53:47 2026] GET /v2.0/subnets?id=8d30afed-c918-44d2-851b-80be05a9627a => generated 678 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2735] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:53:47 2026] GET /v2.0/ports?network_id=ae1a434e-7303-4f14-8812-ccee48ff1b90&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2736] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:53:47 2026] GET /v2.0/networks/ae1a434e-7303-4f14-8812-ccee48ff1b90?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2737] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:53:47 2026] GET /v2.0/networks/ae1a434e-7303-4f14-8812-ccee48ff1b90?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2738] 199.204.45.210 () {34 vars in 1057 bytes} [Thu Apr 23 10:53:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.223&port_id=5bb6c02c-b9c4-4def-b1a9-40b903903361 => 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: 1345/2739] 199.204.45.210 () {34 vars in 1103 bytes} [Thu Apr 23 10:53:47 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1de&port_id=5bb6c02c-b9c4-4def-b1a9-40b903903361 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2740] 199.204.45.210 () {34 vars in 1063 bytes} [Thu Apr 23 10:53:47 2026] GET /v2.0/subnets?id=eec0bd63-da96-4be1-a4db-c36693db3809&id=f076a626-0b07-4e04-93a9-e7a352e4fbb0 => generated 1410 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2741] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:53:47 2026] GET /v2.0/ports?network_id=12ff9cde-c2ed-4cbd-93ad-93480ab11564&device_owner=network%3Adhcp => generated 1457 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2742] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:53:47 2026] GET /v2.0/ports?network_id=12ff9cde-c2ed-4cbd-93ad-93480ab11564&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2743] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:53:47 2026] GET /v2.0/networks/12ff9cde-c2ed-4cbd-93ad-93480ab11564?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2744] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:53:47 2026] GET /v2.0/networks/12ff9cde-c2ed-4cbd-93ad-93480ab11564?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: 1348/2745] 199.204.45.210 () {34 vars in 1055 bytes} [Thu Apr 23 10:53:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.10&port_id=fcaad972-7a9e-4bf9-bc2c-d3f103f144e1 => 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: 1398/2746] 199.204.45.210 () {34 vars in 1105 bytes} [Thu Apr 23 10:53:48 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2a1&port_id=fcaad972-7a9e-4bf9-bc2c-d3f103f144e1 => 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: 1349/2747] 199.204.45.210 () {34 vars in 1063 bytes} [Thu Apr 23 10:53:48 2026] GET /v2.0/subnets?id=7b81dd41-cf90-4bdb-9bec-9a727ae699b6&id=51d69e12-47c8-4c7c-b0f6-dda72c478f70 => generated 1415 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2748] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:53:48 2026] GET /v2.0/ports?network_id=ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2749] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:53:48 2026] GET /v2.0/ports?network_id=ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2750] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:53:48 2026] GET /v2.0/networks/ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff?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: 1351/2751] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:53:48 2026] GET /v2.0/networks/ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff?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: 1401/2752] 10.0.0.38 () {34 vars in 969 bytes} [Thu Apr 23 10:53:52 2026] GET /v2.0/ports/fcaad972-7a9e-4bf9-bc2c-d3f103f144e1 => generated 1520 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2753] 199.204.45.210 () {30 vars in 742 bytes} [Thu Apr 23 10:53:52 2026] GET /v2.0/networks/ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff => 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: 1402/2754] 199.204.45.210 () {30 vars in 740 bytes} [Thu Apr 23 10:53:52 2026] GET /v2.0/subnets/51d69e12-47c8-4c7c-b0f6-dda72c478f70 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2755] 199.204.45.210 () {30 vars in 740 bytes} [Thu Apr 23 10:53:52 2026] GET /v2.0/subnets/7b81dd41-cf90-4bdb-9bec-9a727ae699b6 => generated 748 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2756] 199.204.45.210 () {30 vars in 736 bytes} [Thu Apr 23 10:53:52 2026] GET /v2.0/ports/5bb6c02c-b9c4-4def-b1a9-40b903903361 => generated 1520 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2757] 199.204.45.210 () {34 vars in 789 bytes} [Thu Apr 23 10:53:52 2026] PUT /v2.0/ports/5bb6c02c-b9c4-4def-b1a9-40b903903361 => generated 1255 bytes in 355 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:53:53.034 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-860dcd27-a7aa-43c6-a960-1e0c51be96cf'] response: {'name': 'network-changed', 'server_uuid': '9a1f29c7-f7b5-4c1b-a914-a05adb769cbe', 'tag': '5bb6c02c-b9c4-4def-b1a9-40b903903361', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1404/2758] 199.204.45.210 () {30 vars in 742 bytes} [Thu Apr 23 10:53:52 2026] GET /v2.0/networks/12ff9cde-c2ed-4cbd-93ad-93480ab11564 => generated 797 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: 7|app: 0|req: 1355/2761] 199.204.45.210 () {30 vars in 740 bytes} [Thu Apr 23 10:53:53 2026] GET /v2.0/subnets/f076a626-0b07-4e04-93a9-e7a352e4fbb0 => generated 674 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2762] 199.204.45.210 () {30 vars in 702 bytes} [Thu Apr 23 10:53:53 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: 1356/2763] 199.204.45.210 () {30 vars in 704 bytes} [Thu Apr 23 10:53:53 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: 1408/2764] 199.204.45.210 () {30 vars in 680 bytes} [Thu Apr 23 10:53:53 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: 1357/2765] 199.204.45.210 () {30 vars in 716 bytes} [Thu Apr 23 10:53: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: 1409/2766] 199.204.45.210 () {30 vars in 740 bytes} [Thu Apr 23 10:53:53 2026] GET /v2.0/subnets/8d30afed-c918-44d2-851b-80be05a9627a => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2767] 199.204.45.210 () {30 vars in 736 bytes} [Thu Apr 23 10:53:53 2026] GET /v2.0/ports/2c9df60b-d5f9-49ac-85f1-3a32a4675408 => generated 1128 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2768] 199.204.45.210 () {30 vars in 736 bytes} [Thu Apr 23 10:53:53 2026] GET /v2.0/ports/01bd3c56-19d6-4397-9cb7-9a7e0a62de08 => generated 1349 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2769] 199.204.45.210 () {30 vars in 740 bytes} [Thu Apr 23 10:53:53 2026] GET /v2.0/subnets/8d30afed-c918-44d2-851b-80be05a9627a => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2770] 199.204.45.210 () {30 vars in 742 bytes} [Thu Apr 23 10:53:53 2026] GET /v2.0/networks/ae1a434e-7303-4f14-8812-ccee48ff1b90 => generated 800 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2771] 199.204.45.210 () {30 vars in 736 bytes} [Thu Apr 23 10:53:53 2026] GET /v2.0/ports/2c9df60b-d5f9-49ac-85f1-3a32a4675408 => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2772] 199.204.45.210 () {30 vars in 740 bytes} [Thu Apr 23 10:53:53 2026] GET /v2.0/subnets/8d30afed-c918-44d2-851b-80be05a9627a => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2773] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:53:53 2026] GET /v2.0/ports?tenant_id=9f8922fa8584406589c203a33255c25a&device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 5380 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2774] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:53:53 2026] GET /v2.0/networks?id=12ff9cde-c2ed-4cbd-93ad-93480ab11564 => generated 800 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2775] 199.204.45.210 () {34 vars in 1057 bytes} [Thu Apr 23 10:53:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.223&port_id=5bb6c02c-b9c4-4def-b1a9-40b903903361 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2776] 199.204.45.210 () {34 vars in 983 bytes} [Thu Apr 23 10:53:53 2026] GET /v2.0/subnets?id=f076a626-0b07-4e04-93a9-e7a352e4fbb0 => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2777] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:53:53 2026] GET /v2.0/ports?network_id=12ff9cde-c2ed-4cbd-93ad-93480ab11564&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2778] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:53:53 2026] GET /v2.0/networks/12ff9cde-c2ed-4cbd-93ad-93480ab11564?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: 1415/2779] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:53:53 2026] GET /v2.0/networks/12ff9cde-c2ed-4cbd-93ad-93480ab11564?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2780] 199.204.45.210 () {30 vars in 702 bytes} [Thu Apr 23 10:54:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2781] 199.204.45.210 () {30 vars in 704 bytes} [Thu Apr 23 10:54:05 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: 1366/2782] 199.204.45.210 () {30 vars in 680 bytes} [Thu Apr 23 10:54:05 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: 1417/2783] 199.204.45.210 () {30 vars in 716 bytes} [Thu Apr 23 10:54:05 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: 1367/2784] 199.204.45.210 () {30 vars in 740 bytes} [Thu Apr 23 10:54:05 2026] GET /v2.0/subnets/f076a626-0b07-4e04-93a9-e7a352e4fbb0 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2785] 199.204.45.210 () {30 vars in 768 bytes} [Thu Apr 23 10:54:05 2026] GET /v2.0/ports?device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 5380 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2786] 199.204.45.210 () {30 vars in 702 bytes} [Thu Apr 23 10:54:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2787] 199.204.45.210 () {30 vars in 704 bytes} [Thu Apr 23 10:54:06 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: 1369/2788] 199.204.45.210 () {30 vars in 680 bytes} [Thu Apr 23 10:54:06 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2789] 199.204.45.210 () {30 vars in 716 bytes} [Thu Apr 23 10:54:06 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: 1370/2790] 199.204.45.210 () {30 vars in 736 bytes} [Thu Apr 23 10:54:06 2026] GET /v2.0/ports/fcaad972-7a9e-4bf9-bc2c-d3f103f144e1 => generated 1520 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2791] 199.204.45.210 () {34 vars in 789 bytes} [Thu Apr 23 10:54:06 2026] PUT /v2.0/ports/fcaad972-7a9e-4bf9-bc2c-d3f103f144e1 => generated 1251 bytes in 365 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:54:06.562 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4e28f308-1a26-438e-a887-68eaff43954f'] response: {'name': 'network-changed', 'server_uuid': '9a1f29c7-f7b5-4c1b-a914-a05adb769cbe', 'tag': 'fcaad972-7a9e-4bf9-bc2c-d3f103f144e1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1371/2792] 199.204.45.210 () {30 vars in 742 bytes} [Thu Apr 23 10:54:06 2026] GET /v2.0/networks/ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff => generated 798 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1422/2793] 199.204.45.210 () {30 vars in 740 bytes} [Thu Apr 23 10:54:06 2026] GET /v2.0/subnets/51d69e12-47c8-4c7c-b0f6-dda72c478f70 => 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: 1372/2794] 199.204.45.210 () {30 vars in 736 bytes} [Thu Apr 23 10:54:06 2026] GET /v2.0/ports/fcaad972-7a9e-4bf9-bc2c-d3f103f144e1 => generated 1287 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2795] 199.204.45.210 () {34 vars in 788 bytes} [Thu Apr 23 10:54:06 2026] PUT /v2.0/ports/fcaad972-7a9e-4bf9-bc2c-d3f103f144e1 => generated 1080 bytes in 346 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: 1373/2796] 199.204.45.210 () {30 vars in 742 bytes} [Thu Apr 23 10:54:07 2026] GET /v2.0/networks/ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff => generated 798 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2797] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:54:07 2026] GET /v2.0/ports?tenant_id=9f8922fa8584406589c203a33255c25a&device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 4976 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2798] 199.204.45.210 () {30 vars in 768 bytes} [Thu Apr 23 10:54:07 2026] GET /v2.0/ports?device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 4976 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2799] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:54:07 2026] GET /v2.0/networks?id=ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff => generated 801 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2800] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:54:07 2026] GET /v2.0/networks/ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2801] 199.204.45.210 () {30 vars in 768 bytes} [Thu Apr 23 10:54:07 2026] GET /v2.0/ports?device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 4976 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2802] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:54:07 2026] GET /v2.0/networks/ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff?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: 1428/2805] 199.204.45.210 () {30 vars in 768 bytes} [Thu Apr 23 10:54:08 2026] GET /v2.0/ports?device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 4976 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:54:08.615 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-76486990-1fa8-4d27-8d97-bd4c5314b335'] response: {'name': 'network-changed', 'server_uuid': '9a1f29c7-f7b5-4c1b-a914-a05adb769cbe', 'tag': 'fcaad972-7a9e-4bf9-bc2c-d3f103f144e1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1378/2806] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:54:09 2026] GET /v2.0/ports?tenant_id=9f8922fa8584406589c203a33255c25a&device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 4976 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2807] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:54:09 2026] GET /v2.0/networks?id=ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff => generated 801 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2808] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:54:09 2026] GET /v2.0/networks/ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff?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: 1430/2809] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:54:09 2026] GET /v2.0/networks/ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff?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: 1380/2810] 199.204.45.210 () {30 vars in 768 bytes} [Thu Apr 23 10:54:09 2026] GET /v2.0/ports?device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 4976 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2811] 199.204.45.210 () {34 vars in 974 bytes} [Thu Apr 23 10:54:09 2026] GET /v2.0/ports/fcaad972-7a9e-4bf9-bc2c-d3f103f144e1 => generated 1116 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2812] 199.204.45.210 () {34 vars in 1059 bytes} [Thu Apr 23 10:54:09 2026] GET /v2.0/ports/fcaad972-7a9e-4bf9-bc2c-d3f103f144e1?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: 1432/2813] 199.204.45.210 () {34 vars in 1015 bytes} [Thu Apr 23 10:54:09 2026] GET /v2.0/networks/ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff?fields=dns_domain => generated 29 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2814] 199.204.45.210 () {38 vars in 1027 bytes} [Thu Apr 23 10:54:09 2026] PUT /v2.0/ports/fcaad972-7a9e-4bf9-bc2c-d3f103f144e1 => generated 917 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2815] 199.204.45.210 () {30 vars in 768 bytes} [Thu Apr 23 10:54:10 2026] GET /v2.0/ports?device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 3868 bytes in 53 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-23 10:54:10.628 7 INFO neutron_taas.services.taas.taas_plugin [None req-59b61e2f-8843-448c-88e0-818e8757a4f1 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: fcaad972-7a9e-4bf9-bc2c-d3f103f144e1 2026-04-23 10:54:10.632 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59b61e2f-8843-448c-88e0-818e8757a4f1 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: fcaad972-7a9e-4bf9-bc2c-d3f103f144e1 [pid: 7|app: 0|req: 1383/2816] 199.204.45.210 () {32 vars in 758 bytes} [Thu Apr 23 10:54:10 2026] DELETE /v2.0/ports/fcaad972-7a9e-4bf9-bc2c-d3f103f144e1 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2817] 199.204.45.210 () {30 vars in 702 bytes} [Thu Apr 23 10:54:10 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: 1384/2818] 199.204.45.210 () {30 vars in 704 bytes} [Thu Apr 23 10:54:10 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2819] 199.204.45.210 () {30 vars in 680 bytes} [Thu Apr 23 10:54:10 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2820] 199.204.45.210 () {30 vars in 716 bytes} [Thu Apr 23 10:54:10 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: 1436/2821] 199.204.45.210 () {30 vars in 740 bytes} [Thu Apr 23 10:54:10 2026] GET /v2.0/subnets/8d30afed-c918-44d2-851b-80be05a9627a => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2822] 199.204.45.210 () {30 vars in 736 bytes} [Thu Apr 23 10:54:10 2026] GET /v2.0/ports/2c9df60b-d5f9-49ac-85f1-3a32a4675408 => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2823] 199.204.45.210 () {30 vars in 736 bytes} [Thu Apr 23 10:54:10 2026] GET /v2.0/ports/01bd3c56-19d6-4397-9cb7-9a7e0a62de08 => generated 1349 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2824] 199.204.45.210 () {30 vars in 740 bytes} [Thu Apr 23 10:54:11 2026] GET /v2.0/subnets/8d30afed-c918-44d2-851b-80be05a9627a => generated 675 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2825] 199.204.45.210 () {30 vars in 742 bytes} [Thu Apr 23 10:54:11 2026] GET /v2.0/networks/ae1a434e-7303-4f14-8812-ccee48ff1b90 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2826] 199.204.45.210 () {30 vars in 736 bytes} [Thu Apr 23 10:54:11 2026] GET /v2.0/ports/2c9df60b-d5f9-49ac-85f1-3a32a4675408 => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2827] 199.204.45.210 () {30 vars in 740 bytes} [Thu Apr 23 10:54:11 2026] GET /v2.0/subnets/8d30afed-c918-44d2-851b-80be05a9627a => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2828] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:54:11 2026] GET /v2.0/ports?tenant_id=9f8922fa8584406589c203a33255c25a&device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 3868 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2829] 199.204.45.210 () {34 vars in 1225 bytes} [Thu Apr 23 10:54:11 2026] GET /v2.0/networks?id=a424de0c-d1d7-481d-9886-771e5e8e1019&id=ae1a434e-7303-4f14-8812-ccee48ff1b90&id=12ff9cde-c2ed-4cbd-93ad-93480ab11564&id=ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff => generated 3097 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2830] 199.204.45.210 () {34 vars in 1059 bytes} [Thu Apr 23 10:54:11 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.85&port_id=ca88cab2-4acd-43f6-900a-94bc5c227aa2 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2831] 199.204.45.210 () {34 vars in 983 bytes} [Thu Apr 23 10:54:11 2026] GET /v2.0/subnets?id=9958777f-2bfc-40f1-9bc3-fd0b1bd44bac => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2832] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:54:11 2026] GET /v2.0/ports?network_id=a424de0c-d1d7-481d-9886-771e5e8e1019&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: 8|app: 0|req: 1442/2833] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:54:11 2026] GET /v2.0/networks/a424de0c-d1d7-481d-9886-771e5e8e1019?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2834] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:54:11 2026] GET /v2.0/networks/a424de0c-d1d7-481d-9886-771e5e8e1019?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: 1443/2835] 199.204.45.210 () {34 vars in 1057 bytes} [Thu Apr 23 10:54:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.158&port_id=01bd3c56-19d6-4397-9cb7-9a7e0a62de08 => 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: 1393/2836] 199.204.45.210 () {34 vars in 983 bytes} [Thu Apr 23 10:54:11 2026] GET /v2.0/subnets?id=8d30afed-c918-44d2-851b-80be05a9627a => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2837] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:54:11 2026] GET /v2.0/ports?network_id=ae1a434e-7303-4f14-8812-ccee48ff1b90&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: 1394/2838] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:54:12 2026] GET /v2.0/networks/ae1a434e-7303-4f14-8812-ccee48ff1b90?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: 1445/2839] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:54:12 2026] GET /v2.0/networks/ae1a434e-7303-4f14-8812-ccee48ff1b90?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2840] 199.204.45.210 () {34 vars in 1057 bytes} [Thu Apr 23 10:54:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.223&port_id=5bb6c02c-b9c4-4def-b1a9-40b903903361 => 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: 1446/2841] 199.204.45.210 () {34 vars in 983 bytes} [Thu Apr 23 10:54:12 2026] GET /v2.0/subnets?id=f076a626-0b07-4e04-93a9-e7a352e4fbb0 => generated 677 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2842] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:54:12 2026] GET /v2.0/ports?network_id=12ff9cde-c2ed-4cbd-93ad-93480ab11564&device_owner=network%3Adhcp => generated 1457 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2843] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:54:12 2026] GET /v2.0/networks/12ff9cde-c2ed-4cbd-93ad-93480ab11564?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: 1397/2844] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:54:12 2026] GET /v2.0/networks/12ff9cde-c2ed-4cbd-93ad-93480ab11564?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2845] 199.204.45.210 () {30 vars in 702 bytes} [Thu Apr 23 10:54:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2846] 199.204.45.210 () {30 vars in 704 bytes} [Thu Apr 23 10:54:16 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2847] 199.204.45.210 () {30 vars in 680 bytes} [Thu Apr 23 10:54:16 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2848] 199.204.45.210 () {30 vars in 716 bytes} [Thu Apr 23 10:54:16 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: 1450/2849] 199.204.45.210 () {30 vars in 768 bytes} [Thu Apr 23 10:54:16 2026] GET /v2.0/ports?device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 3868 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2850] 199.204.45.210 () {30 vars in 702 bytes} [Thu Apr 23 10:54:16 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: 1451/2851] 199.204.45.210 () {30 vars in 704 bytes} [Thu Apr 23 10:54:16 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2852] 199.204.45.210 () {30 vars in 680 bytes} [Thu Apr 23 10:54:16 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: 1452/2853] 199.204.45.210 () {30 vars in 716 bytes} [Thu Apr 23 10:54:16 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: 1402/2854] 199.204.45.210 () {30 vars in 736 bytes} [Thu Apr 23 10:54:16 2026] GET /v2.0/ports/5bb6c02c-b9c4-4def-b1a9-40b903903361 => generated 1291 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2855] 199.204.45.210 () {34 vars in 788 bytes} [Thu Apr 23 10:54:16 2026] PUT /v2.0/ports/5bb6c02c-b9c4-4def-b1a9-40b903903361 => generated 1080 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:54:17.062 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3da243e7-6bc5-447b-8749-4b95df0b30d9'] response: {'name': 'network-changed', 'server_uuid': '9a1f29c7-f7b5-4c1b-a914-a05adb769cbe', 'tag': '5bb6c02c-b9c4-4def-b1a9-40b903903361', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1403/2856] 199.204.45.210 () {30 vars in 742 bytes} [Thu Apr 23 10:54:17 2026] GET /v2.0/networks/12ff9cde-c2ed-4cbd-93ad-93480ab11564 => 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: 8|app: 0|req: 1454/2857] 199.204.45.210 () {30 vars in 768 bytes} [Thu Apr 23 10:54:17 2026] GET /v2.0/ports?device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 3693 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2858] 199.204.45.210 () {30 vars in 768 bytes} [Thu Apr 23 10:54:17 2026] GET /v2.0/ports?device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 3693 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2859] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:54:17 2026] GET /v2.0/ports?tenant_id=9f8922fa8584406589c203a33255c25a&device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 3693 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2860] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:54:17 2026] GET /v2.0/networks?id=12ff9cde-c2ed-4cbd-93ad-93480ab11564 => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2861] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:54:17 2026] GET /v2.0/networks/12ff9cde-c2ed-4cbd-93ad-93480ab11564?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2862] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:54:17 2026] GET /v2.0/networks/12ff9cde-c2ed-4cbd-93ad-93480ab11564?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2863] 199.204.45.210 () {30 vars in 768 bytes} [Thu Apr 23 10:54:18 2026] GET /v2.0/ports?device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 3693 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2864] 199.204.45.210 () {34 vars in 974 bytes} [Thu Apr 23 10:54:19 2026] GET /v2.0/ports/5bb6c02c-b9c4-4def-b1a9-40b903903361 => generated 1116 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2865] 199.204.45.210 () {34 vars in 1059 bytes} [Thu Apr 23 10:54:19 2026] GET /v2.0/ports/5bb6c02c-b9c4-4def-b1a9-40b903903361?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2866] 199.204.45.210 () {30 vars in 768 bytes} [Thu Apr 23 10:54:19 2026] GET /v2.0/ports?device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 3693 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2867] 199.204.45.210 () {34 vars in 1015 bytes} [Thu Apr 23 10:54:19 2026] GET /v2.0/networks/12ff9cde-c2ed-4cbd-93ad-93480ab11564?fields=dns_domain => generated 29 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2868] 199.204.45.210 () {38 vars in 1027 bytes} [Thu Apr 23 10:54:19 2026] PUT /v2.0/ports/5bb6c02c-b9c4-4def-b1a9-40b903903361 => generated 917 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2869] 199.204.45.210 () {30 vars in 768 bytes} [Thu Apr 23 10:54:20 2026] GET /v2.0/ports?device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 2585 bytes in 65 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-23 10:54:20.617 7 INFO neutron_taas.services.taas.taas_plugin [None req-d94f54aa-294e-4457-95dc-5bb00b600c43 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: 5bb6c02c-b9c4-4def-b1a9-40b903903361 2026-04-23 10:54:20.619 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d94f54aa-294e-4457-95dc-5bb00b600c43 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: 5bb6c02c-b9c4-4def-b1a9-40b903903361 [pid: 7|app: 0|req: 1410/2870] 199.204.45.210 () {32 vars in 758 bytes} [Thu Apr 23 10:54:20 2026] DELETE /v2.0/ports/5bb6c02c-b9c4-4def-b1a9-40b903903361 => 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: 1461/2871] 199.204.45.210 () {30 vars in 702 bytes} [Thu Apr 23 10:54:21 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: 1411/2872] 199.204.45.210 () {30 vars in 704 bytes} [Thu Apr 23 10:54:21 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: 1412/2873] 199.204.45.210 () {30 vars in 680 bytes} [Thu Apr 23 10:54:21 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: 1413/2874] 199.204.45.210 () {30 vars in 716 bytes} [Thu Apr 23 10:54:21 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: 1462/2875] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:54:21 2026] GET /v2.0/ports?tenant_id=9f8922fa8584406589c203a33255c25a&device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 2585 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2876] 199.204.45.210 () {30 vars in 740 bytes} [Thu Apr 23 10:54:21 2026] GET /v2.0/subnets/8d30afed-c918-44d2-851b-80be05a9627a => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2877] 199.204.45.210 () {34 vars in 1145 bytes} [Thu Apr 23 10:54:21 2026] GET /v2.0/networks?id=a424de0c-d1d7-481d-9886-771e5e8e1019&id=ae1a434e-7303-4f14-8812-ccee48ff1b90&id=12ff9cde-c2ed-4cbd-93ad-93480ab11564 => generated 2310 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2878] 199.204.45.210 () {30 vars in 736 bytes} [Thu Apr 23 10:54:21 2026] GET /v2.0/ports/2c9df60b-d5f9-49ac-85f1-3a32a4675408 => generated 1128 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2879] 199.204.45.210 () {34 vars in 1059 bytes} [Thu Apr 23 10:54:21 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.85&port_id=ca88cab2-4acd-43f6-900a-94bc5c227aa2 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2880] 199.204.45.210 () {34 vars in 983 bytes} [Thu Apr 23 10:54:21 2026] GET /v2.0/subnets?id=9958777f-2bfc-40f1-9bc3-fd0b1bd44bac => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2881] 199.204.45.210 () {30 vars in 736 bytes} [Thu Apr 23 10:54:21 2026] GET /v2.0/ports/01bd3c56-19d6-4397-9cb7-9a7e0a62de08 => generated 1349 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2882] 199.204.45.210 () {30 vars in 740 bytes} [Thu Apr 23 10:54:21 2026] GET /v2.0/subnets/8d30afed-c918-44d2-851b-80be05a9627a => generated 675 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2883] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:54:21 2026] GET /v2.0/ports?network_id=a424de0c-d1d7-481d-9886-771e5e8e1019&device_owner=network%3Adhcp => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2884] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:54:21 2026] GET /v2.0/networks/a424de0c-d1d7-481d-9886-771e5e8e1019?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2885] 199.204.45.210 () {30 vars in 742 bytes} [Thu Apr 23 10:54:21 2026] GET /v2.0/networks/ae1a434e-7303-4f14-8812-ccee48ff1b90 => generated 800 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2886] 199.204.45.210 () {30 vars in 736 bytes} [Thu Apr 23 10:54:21 2026] GET /v2.0/ports/2c9df60b-d5f9-49ac-85f1-3a32a4675408 => generated 1128 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2887] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:54:21 2026] GET /v2.0/networks/a424de0c-d1d7-481d-9886-771e5e8e1019?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2888] 199.204.45.210 () {30 vars in 740 bytes} [Thu Apr 23 10:54:21 2026] GET /v2.0/subnets/8d30afed-c918-44d2-851b-80be05a9627a => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2889] 199.204.45.210 () {34 vars in 1057 bytes} [Thu Apr 23 10:54:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.158&port_id=01bd3c56-19d6-4397-9cb7-9a7e0a62de08 => 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: 1470/2890] 199.204.45.210 () {34 vars in 983 bytes} [Thu Apr 23 10:54:21 2026] GET /v2.0/subnets?id=8d30afed-c918-44d2-851b-80be05a9627a => 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: 1421/2891] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:54:21 2026] GET /v2.0/ports?network_id=ae1a434e-7303-4f14-8812-ccee48ff1b90&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2892] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:54:21 2026] GET /v2.0/networks/ae1a434e-7303-4f14-8812-ccee48ff1b90?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: 1422/2893] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:54:21 2026] GET /v2.0/networks/ae1a434e-7303-4f14-8812-ccee48ff1b90?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: 1424/2896] 199.204.45.210 () {30 vars in 702 bytes} [Thu Apr 23 10:54:32 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: 1473/2897] 199.204.45.210 () {30 vars in 704 bytes} [Thu Apr 23 10:54:32 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: 1425/2898] 199.204.45.210 () {30 vars in 680 bytes} [Thu Apr 23 10:54:32 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2899] 199.204.45.210 () {30 vars in 716 bytes} [Thu Apr 23 10:54:32 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-23 10:54:32.541 7 INFO neutron.api.v2.resource [None req-50d2aec3-df8f-4f3c-9ca4-f7f0ecd4d82a a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1426/2900] 199.204.45.210 () {30 vars in 762 bytes} [Thu Apr 23 10:54:32 2026] GET /v2.0/security-groups/lb-25e06567-4f78-44b5-b2b6-7d8e5d285c5e => 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: 1475/2901] 199.204.45.210 () {30 vars in 784 bytes} [Thu Apr 23 10:54:32 2026] GET /v2.0/security-groups?name=lb-25e06567-4f78-44b5-b2b6-7d8e5d285c5e => generated 2865 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2902] 199.204.45.210 () {30 vars in 814 bytes} [Thu Apr 23 10:54:32 2026] GET /v2.0/security-group-rules?security_group_id=8b9593ff-f741-47d7-864c-6250ceb2cbec => generated 2334 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2903] 199.204.45.210 () {32 vars in 788 bytes} [Thu Apr 23 10:54:32 2026] DELETE /v2.0/security-group-rules/7d0264ab-83b0-481d-a454-97f2b7b83a0e => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2904] 199.204.45.210 () {32 vars in 788 bytes} [Thu Apr 23 10:54:32 2026] DELETE /v2.0/security-group-rules/89910d5b-1dcb-4843-91d4-e7781cd7381e => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:54:36.525 8 INFO neutron_taas.services.taas.taas_plugin [None req-3660519e-0252-480d-997c-41279483d16f 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] TaaS: Handle Delete Port: a042b27e-cbfe-4698-aaaf-6f6e6f19494b 2026-04-23 10:54:36.528 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3660519e-0252-480d-997c-41279483d16f 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] Tap Mirror: Handle Delete Port: a042b27e-cbfe-4698-aaaf-6f6e6f19494b 2026-04-23 10:54:36.719 8 INFO neutron.db.l3_db [None req-3660519e-0252-480d-997c-41279483d16f 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] Floating IP 9dcdec21-2f5a-4a73-9b80-136a07397c09 disassociated (deleted). External IP: 10.96.250.215, port: 2c9df60b-d5f9-49ac-85f1-3a32a4675408. [pid: 8|app: 0|req: 1477/2905] 10.0.0.24 () {32 vars in 730 bytes} [Thu Apr 23 10:54:36 2026] DELETE /v2.0/floatingips/9dcdec21-2f5a-4a73-9b80-136a07397c09 => generated 0 bytes in 657 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:54:37.062 7 INFO neutron.api.v2.resource [None req-4dc487fb-ee14-400b-9f0f-c0b02468fac7 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1429/2906] 10.0.0.24 () {32 vars in 727 bytes} [Thu Apr 23 10:54:37 2026] GET /v2.0/floatingips/9dcdec21-2f5a-4a73-9b80-136a07397c09 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2907] 199.204.45.210 () {30 vars in 702 bytes} [Thu Apr 23 10:54:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2908] 199.204.45.210 () {30 vars in 704 bytes} [Thu Apr 23 10:54:37 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2909] 199.204.45.210 () {30 vars in 680 bytes} [Thu Apr 23 10:54:37 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: 1431/2910] 199.204.45.210 () {30 vars in 716 bytes} [Thu Apr 23 10:54:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:54:37.956 8 INFO neutron.api.v2.resource [None req-b873d6cc-f473-400a-9e18-8b18fdde7ed8 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1480/2911] 199.204.45.210 () {30 vars in 762 bytes} [Thu Apr 23 10:54:37 2026] GET /v2.0/security-groups/lb-25e06567-4f78-44b5-b2b6-7d8e5d285c5e => 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: 1432/2912] 199.204.45.210 () {30 vars in 784 bytes} [Thu Apr 23 10:54:37 2026] GET /v2.0/security-groups?name=lb-25e06567-4f78-44b5-b2b6-7d8e5d285c5e => generated 1639 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2913] 199.204.45.210 () {30 vars in 814 bytes} [Thu Apr 23 10:54:38 2026] GET /v2.0/security-group-rules?security_group_id=8b9593ff-f741-47d7-864c-6250ceb2cbec => generated 1182 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2916] 199.204.45.210 () {30 vars in 702 bytes} [Thu Apr 23 10:54:38 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: 1483/2917] 199.204.45.210 () {30 vars in 704 bytes} [Thu Apr 23 10:54:38 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: 1435/2918] 199.204.45.210 () {30 vars in 680 bytes} [Thu Apr 23 10:54:38 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: 1484/2919] 199.204.45.210 () {30 vars in 716 bytes} [Thu Apr 23 10:54:38 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: 1436/2920] 199.204.45.210 () {30 vars in 740 bytes} [Thu Apr 23 10:54:38 2026] GET /v2.0/subnets/8d30afed-c918-44d2-851b-80be05a9627a => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2921] 199.204.45.210 () {30 vars in 768 bytes} [Thu Apr 23 10:54:38 2026] GET /v2.0/ports?device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 2585 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2922] 199.204.45.210 () {30 vars in 768 bytes} [Thu Apr 23 10:54:38 2026] GET /v2.0/ports?device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 2585 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2923] 199.204.45.210 () {30 vars in 768 bytes} [Thu Apr 23 10:54:38 2026] GET /v2.0/ports?device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 2585 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2924] 199.204.45.210 () {30 vars in 768 bytes} [Thu Apr 23 10:54:39 2026] GET /v2.0/ports?device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 2585 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2925] 199.204.45.210 () {34 vars in 974 bytes} [Thu Apr 23 10:54:40 2026] GET /v2.0/ports/01bd3c56-19d6-4397-9cb7-9a7e0a62de08 => generated 1349 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2926] 199.204.45.210 () {34 vars in 1059 bytes} [Thu Apr 23 10:54:40 2026] GET /v2.0/ports/01bd3c56-19d6-4397-9cb7-9a7e0a62de08?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2927] 199.204.45.210 () {30 vars in 768 bytes} [Thu Apr 23 10:54:40 2026] GET /v2.0/ports?device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 2585 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2928] 199.204.45.210 () {34 vars in 1015 bytes} [Thu Apr 23 10:54:40 2026] GET /v2.0/networks/ae1a434e-7303-4f14-8812-ccee48ff1b90?fields=dns_domain => generated 29 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2929] 199.204.45.210 () {38 vars in 1027 bytes} [Thu Apr 23 10:54:40 2026] PUT /v2.0/ports/01bd3c56-19d6-4397-9cb7-9a7e0a62de08 => generated 1150 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2930] 199.204.45.210 () {30 vars in 768 bytes} [Thu Apr 23 10:54:41 2026] GET /v2.0/ports?device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1490/2931] 199.204.45.210 () {34 vars in 788 bytes} [Thu Apr 23 10:54:41 2026] PUT /v2.0/ports/01bd3c56-19d6-4397-9cb7-9a7e0a62de08 => generated 1090 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2932] 199.204.45.210 () {30 vars in 736 bytes} [Thu Apr 23 10:54:41 2026] GET /v2.0/ports/01bd3c56-19d6-4397-9cb7-9a7e0a62de08 => generated 1090 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 10:54:42.027 8 INFO neutron_taas.services.taas.taas_plugin [None req-581dfe13-beaf-4b4c-9ecd-892f4d326e39 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: 01bd3c56-19d6-4397-9cb7-9a7e0a62de08 2026-04-23 10:54:42.030 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-581dfe13-beaf-4b4c-9ecd-892f4d326e39 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: 01bd3c56-19d6-4397-9cb7-9a7e0a62de08 [pid: 8|app: 0|req: 1491/2933] 199.204.45.210 () {32 vars in 758 bytes} [Thu Apr 23 10:54:41 2026] DELETE /v2.0/ports/01bd3c56-19d6-4397-9cb7-9a7e0a62de08 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2934] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:54:42 2026] GET /v2.0/ports?tenant_id=9f8922fa8584406589c203a33255c25a&device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => 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: 1492/2935] 199.204.45.210 () {34 vars in 1065 bytes} [Thu Apr 23 10:54:42 2026] GET /v2.0/networks?id=a424de0c-d1d7-481d-9886-771e5e8e1019&id=ae1a434e-7303-4f14-8812-ccee48ff1b90 => generated 1524 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2936] 199.204.45.210 () {34 vars in 1059 bytes} [Thu Apr 23 10:54:42 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.85&port_id=ca88cab2-4acd-43f6-900a-94bc5c227aa2 => 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: 1493/2937] 199.204.45.210 () {34 vars in 983 bytes} [Thu Apr 23 10:54:42 2026] GET /v2.0/subnets?id=9958777f-2bfc-40f1-9bc3-fd0b1bd44bac => generated 654 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2938] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:54:42 2026] GET /v2.0/ports?network_id=a424de0c-d1d7-481d-9886-771e5e8e1019&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2939] 199.204.45.210 () {30 vars in 702 bytes} [Thu Apr 23 10:54:42 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: 1495/2940] 199.204.45.210 () {30 vars in 704 bytes} [Thu Apr 23 10:54:42 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: 1496/2941] 199.204.45.210 () {30 vars in 680 bytes} [Thu Apr 23 10:54: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: 1497/2942] 199.204.45.210 () {30 vars in 716 bytes} [Thu Apr 23 10:54:42 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: 1446/2943] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:54:42 2026] GET /v2.0/networks/a424de0c-d1d7-481d-9886-771e5e8e1019?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:54:42.744 8 INFO neutron.pecan_wsgi.hooks.translation [None req-641dde1e-534d-46d6-bf43-8c357d468613 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1498/2944] 199.204.45.210 () {32 vars in 758 bytes} [Thu Apr 23 10:54:42 2026] DELETE /v2.0/ports/01bd3c56-19d6-4397-9cb7-9a7e0a62de08 => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2945] 199.204.45.210 () {30 vars in 736 bytes} [Thu Apr 23 10:54:42 2026] GET /v2.0/ports/2c9df60b-d5f9-49ac-85f1-3a32a4675408 => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2946] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:54:42 2026] GET /v2.0/networks/a424de0c-d1d7-481d-9886-771e5e8e1019?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:54:42.808 8 INFO neutron.api.v2.resource [None req-2a8f190a-5c84-49a3-bcd1-0095fddc7905 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1500/2947] 199.204.45.210 () {30 vars in 762 bytes} [Thu Apr 23 10:54:42 2026] GET /v2.0/security-groups/lb-25e06567-4f78-44b5-b2b6-7d8e5d285c5e => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2948] 199.204.45.210 () {30 vars in 784 bytes} [Thu Apr 23 10:54:42 2026] GET /v2.0/security-groups?name=lb-25e06567-4f78-44b5-b2b6-7d8e5d285c5e => 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: 1501/2949] 199.204.45.210 () {30 vars in 736 bytes} [Thu Apr 23 10:54:42 2026] GET /v2.0/ports/2c9df60b-d5f9-49ac-85f1-3a32a4675408 => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2950] 199.204.45.210 () {34 vars in 788 bytes} [Thu Apr 23 10:54:42 2026] PUT /v2.0/ports/2c9df60b-d5f9-49ac-85f1-3a32a4675408 => generated 1090 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2951] 199.204.45.210 () {32 vars in 778 bytes} [Thu Apr 23 10:54:43 2026] DELETE /v2.0/security-groups/8b9593ff-f741-47d7-864c-6250ceb2cbec => generated 0 bytes in 164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:54:43.464 7 INFO neutron_taas.services.taas.taas_plugin [None req-7ce81cd6-fd75-437d-b72e-d8020766b855 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: 2c9df60b-d5f9-49ac-85f1-3a32a4675408 2026-04-23 10:54:43.466 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ce81cd6-fd75-437d-b72e-d8020766b855 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: 2c9df60b-d5f9-49ac-85f1-3a32a4675408 [pid: 7|app: 0|req: 1450/2952] 199.204.45.210 () {32 vars in 758 bytes} [Thu Apr 23 10:54:43 2026] DELETE /v2.0/ports/2c9df60b-d5f9-49ac-85f1-3a32a4675408 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2953] 199.204.45.210 () {34 vars in 993 bytes} [Thu Apr 23 10:54:46 2026] GET /v2.0/ports?device_id=9a1f29c7-f7b5-4c1b-a914-a05adb769cbe => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:54:46.707 7 INFO neutron_taas.services.taas.taas_plugin [req-b67b6bea-e5e0-4a7c-9f62-483426e3ce31 req-6d383cde-93da-4178-8951-b8c938d8ffe1 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] TaaS: Handle Delete Port: ca88cab2-4acd-43f6-900a-94bc5c227aa2 2026-04-23 10:54:46.712 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b67b6bea-e5e0-4a7c-9f62-483426e3ce31 req-6d383cde-93da-4178-8951-b8c938d8ffe1 a46ab2c816d04d1f9ccf9b5875cf212c 9f8922fa8584406589c203a33255c25a - - default default] Tap Mirror: Handle Delete Port: ca88cab2-4acd-43f6-900a-94bc5c227aa2 [pid: 7|app: 0|req: 1451/2954] 199.204.45.210 () {36 vars in 996 bytes} [Thu Apr 23 10:54:46 2026] DELETE /v2.0/ports/ca88cab2-4acd-43f6-900a-94bc5c227aa2 => generated 0 bytes in 319 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:54:46.944 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-edda8d44-22ac-42cc-9f4b-870129f9dc5c'] response: {'server_uuid': '9a1f29c7-f7b5-4c1b-a914-a05adb769cbe', 'name': 'network-vif-deleted', 'tag': 'ca88cab2-4acd-43f6-900a-94bc5c227aa2', 'status': 'completed', 'code': 200} 2026-04-23 10:54:47.509 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf90b70b-fc26-40ca-8b48-7a712e485e42 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] TaaS: Handle Delete Port: ca670a2e-7db7-41f6-8a23-d2a7bb35fd22 2026-04-23 10:54:47.513 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf90b70b-fc26-40ca-8b48-7a712e485e42 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] Tap Mirror: Handle Delete Port: ca670a2e-7db7-41f6-8a23-d2a7bb35fd22 2026-04-23 10:54:47.716 8 INFO neutron.db.l3_db [None req-cf90b70b-fc26-40ca-8b48-7a712e485e42 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] Floating IP 279235fc-ce10-4969-8e9d-b8d416b614be disassociated (deleted). External IP: 10.96.250.205, port: 6f1dc921-5413-48cb-8008-4396adc7d317. [pid: 8|app: 0|req: 1504/2955] 10.0.0.24 () {32 vars in 730 bytes} [Thu Apr 23 10:54:47 2026] DELETE /v2.0/floatingips/279235fc-ce10-4969-8e9d-b8d416b614be => generated 0 bytes in 705 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:54:48.084 7 INFO neutron.api.v2.resource [None req-5d979708-29ed-4809-886d-3802a1216206 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1452/2956] 10.0.0.24 () {32 vars in 727 bytes} [Thu Apr 23 10:54:48 2026] GET /v2.0/floatingips/279235fc-ce10-4969-8e9d-b8d416b614be => generated 144 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:54:48.098 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ae34ff1c-8b3b-4a8e-8e51-f5411722f779'] response: {'name': 'network-changed', 'server_uuid': '0c5b4ede-270f-4640-a4c8-5222b53bfa8a', 'tag': '6f1dc921-5413-48cb-8008-4396adc7d317', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1505/2957] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:54:48 2026] GET /v2.0/ports?device_id=0c5b4ede-270f-4640-a4c8-5222b53bfa8a => generated 1204 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2958] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:54:48 2026] GET /v2.0/security-groups?id=65b06a17-7349-4bb0-873e-ad58f39aa5e1&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/2959] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:54:48 2026] GET /v2.0/ports?tenant_id=eb013cf8423e4c109d90c3219a51ed03&device_id=0c5b4ede-270f-4640-a4c8-5222b53bfa8a => generated 1473 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2960] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:54:48 2026] GET /v2.0/networks?id=ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff => generated 801 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2961] 199.204.45.210 () {34 vars in 1057 bytes} [Thu Apr 23 10:54:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.128&port_id=6f1dc921-5413-48cb-8008-4396adc7d317 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2962] 199.204.45.210 () {34 vars in 1105 bytes} [Thu Apr 23 10:54:48 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1b9&port_id=6f1dc921-5413-48cb-8008-4396adc7d317 => 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: 1508/2963] 199.204.45.210 () {34 vars in 1063 bytes} [Thu Apr 23 10:54:48 2026] GET /v2.0/subnets?id=7b81dd41-cf90-4bdb-9bec-9a727ae699b6&id=51d69e12-47c8-4c7c-b0f6-dda72c478f70 => generated 1415 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2964] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:54:48 2026] GET /v2.0/ports?network_id=ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2965] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:54:48 2026] GET /v2.0/ports?network_id=ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2966] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:54:48 2026] GET /v2.0/networks/ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/2967] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:54:48 2026] GET /v2.0/networks/ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff?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: 1458/2968] 199.204.45.210 () {34 vars in 993 bytes} [Thu Apr 23 10:54:50 2026] GET /v2.0/ports?device_id=0c5b4ede-270f-4640-a4c8-5222b53bfa8a => generated 1204 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:54:50.834 8 INFO neutron_taas.services.taas.taas_plugin [req-958c1b77-34c4-4788-a0e0-092ea105f457 req-4b299abc-ce46-4aa1-a27a-2ee141fcf016 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] TaaS: Handle Delete Port: 6f1dc921-5413-48cb-8008-4396adc7d317 2026-04-23 10:54:50.837 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-958c1b77-34c4-4788-a0e0-092ea105f457 req-4b299abc-ce46-4aa1-a27a-2ee141fcf016 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] Tap Mirror: Handle Delete Port: 6f1dc921-5413-48cb-8008-4396adc7d317 [pid: 8|app: 0|req: 1511/2969] 199.204.45.210 () {36 vars in 996 bytes} [Thu Apr 23 10:54:50 2026] DELETE /v2.0/ports/6f1dc921-5413-48cb-8008-4396adc7d317 => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:54:51.081 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-93038c40-cf27-4263-ae2d-d21d95de3547'] response: {'server_uuid': '0c5b4ede-270f-4640-a4c8-5222b53bfa8a', 'name': 'network-vif-deleted', 'tag': '6f1dc921-5413-48cb-8008-4396adc7d317', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1460/2972] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:54:53 2026] GET /v2.0/ports?device_id=0c5b4ede-270f-4640-a4c8-5222b53bfa8a => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:54:58.647 8 INFO neutron_taas.services.taas.taas_plugin [None req-1d3a9571-b63c-4afc-a6b9-87ed1d8a9903 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] TaaS: Handle Delete Port: 60489522-0a86-4cd3-a214-7ca29375069c 2026-04-23 10:54:58.650 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d3a9571-b63c-4afc-a6b9-87ed1d8a9903 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] Tap Mirror: Handle Delete Port: 60489522-0a86-4cd3-a214-7ca29375069c 2026-04-23 10:54:58.816 8 INFO neutron.db.l3_db [None req-1d3a9571-b63c-4afc-a6b9-87ed1d8a9903 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] Floating IP b8020d35-1daa-4fa8-9a36-73ee4d7ac61c disassociated (deleted). External IP: 10.96.250.219, port: 1b4d4e57-c223-4c6f-84c6-336323ef9630. [pid: 8|app: 0|req: 1513/2973] 10.0.0.24 () {32 vars in 730 bytes} [Thu Apr 23 10:54:58 2026] DELETE /v2.0/floatingips/b8020d35-1daa-4fa8-9a36-73ee4d7ac61c => generated 0 bytes in 663 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:54:59.202 7 INFO neutron.api.v2.resource [None req-24e6be9e-9e65-4862-a22a-54a50161a454 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1461/2974] 10.0.0.24 () {32 vars in 727 bytes} [Thu Apr 23 10:54:59 2026] GET /v2.0/floatingips/b8020d35-1daa-4fa8-9a36-73ee4d7ac61c => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:54:59.218 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-39718ae7-2ba0-4714-a6d6-a53fc7e866fd'] response: {'name': 'network-changed', 'server_uuid': 'edcafad6-76ac-4d60-b88f-d7067b8fa948', 'tag': '1b4d4e57-c223-4c6f-84c6-336323ef9630', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1514/2975] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:54:59 2026] GET /v2.0/ports?device_id=edcafad6-76ac-4d60-b88f-d7067b8fa948 => generated 1196 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2976] 10.0.0.38 () {34 vars in 1038 bytes} [Thu Apr 23 10:54:59 2026] GET /v2.0/security-groups?id=65b06a17-7349-4bb0-873e-ad58f39aa5e1&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/2977] 199.204.45.210 () {34 vars in 1079 bytes} [Thu Apr 23 10:54:59 2026] GET /v2.0/ports?tenant_id=eb013cf8423e4c109d90c3219a51ed03&device_id=edcafad6-76ac-4d60-b88f-d7067b8fa948 => generated 1465 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2978] 199.204.45.210 () {34 vars in 985 bytes} [Thu Apr 23 10:54:59 2026] GET /v2.0/networks?id=12ff9cde-c2ed-4cbd-93ad-93480ab11564 => 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: 1516/2979] 199.204.45.210 () {34 vars in 1055 bytes} [Thu Apr 23 10:54:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.78&port_id=1b4d4e57-c223-4c6f-84c6-336323ef9630 => 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: 1464/2980] 199.204.45.210 () {34 vars in 1103 bytes} [Thu Apr 23 10:54:59 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2cc&port_id=1b4d4e57-c223-4c6f-84c6-336323ef9630 => 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: 1517/2981] 199.204.45.210 () {34 vars in 1063 bytes} [Thu Apr 23 10:54:59 2026] GET /v2.0/subnets?id=eec0bd63-da96-4be1-a4db-c36693db3809&id=f076a626-0b07-4e04-93a9-e7a352e4fbb0 => generated 1410 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2982] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:54:59 2026] GET /v2.0/ports?network_id=12ff9cde-c2ed-4cbd-93ad-93480ab11564&device_owner=network%3Adhcp => generated 1457 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/2983] 199.204.45.210 () {34 vars in 1051 bytes} [Thu Apr 23 10:54:59 2026] GET /v2.0/ports?network_id=12ff9cde-c2ed-4cbd-93ad-93480ab11564&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2984] 199.204.45.210 () {34 vars in 1011 bytes} [Thu Apr 23 10:54:59 2026] GET /v2.0/networks/12ff9cde-c2ed-4cbd-93ad-93480ab11564?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/2985] 199.204.45.210 () {34 vars in 1111 bytes} [Thu Apr 23 10:55:00 2026] GET /v2.0/networks/12ff9cde-c2ed-4cbd-93ad-93480ab11564?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2986] 199.204.45.210 () {34 vars in 993 bytes} [Thu Apr 23 10:55:01 2026] GET /v2.0/ports?device_id=edcafad6-76ac-4d60-b88f-d7067b8fa948 => generated 1196 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:55:01.978 8 INFO neutron_taas.services.taas.taas_plugin [req-083a30e3-164a-4f56-b0fe-18807067095e req-67d75fed-440e-4ac3-b993-828fa097ed8f 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] TaaS: Handle Delete Port: 1b4d4e57-c223-4c6f-84c6-336323ef9630 2026-04-23 10:55:01.981 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-083a30e3-164a-4f56-b0fe-18807067095e req-67d75fed-440e-4ac3-b993-828fa097ed8f 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] Tap Mirror: Handle Delete Port: 1b4d4e57-c223-4c6f-84c6-336323ef9630 [pid: 8|app: 0|req: 1520/2987] 199.204.45.210 () {36 vars in 996 bytes} [Thu Apr 23 10:55:01 2026] DELETE /v2.0/ports/1b4d4e57-c223-4c6f-84c6-336323ef9630 => generated 0 bytes in 325 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:55:02.223 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-eb86ff50-855a-4413-8cb5-a5385f151a03'] response: {'server_uuid': 'edcafad6-76ac-4d60-b88f-d7067b8fa948', 'name': 'network-vif-deleted', 'tag': '1b4d4e57-c223-4c6f-84c6-336323ef9630', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1468/2988] 10.0.0.38 () {34 vars in 988 bytes} [Thu Apr 23 10:55:04 2026] GET /v2.0/ports?device_id=edcafad6-76ac-4d60-b88f-d7067b8fa948 => 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: 1522/2991] 10.0.0.24 () {32 vars in 748 bytes} [Thu Apr 23 10:55:09 2026] DELETE /v2.0/security-group-rules/66508030-0559-4fab-8201-4a3a4b06e8ea => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:55:09.724 7 INFO neutron.api.v2.resource [None req-90fcfcba-9069-4124-bb5f-8de6ed8a760d 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1470/2992] 10.0.0.24 () {32 vars in 745 bytes} [Thu Apr 23 10:55:09 2026] GET /v2.0/security-group-rules/66508030-0559-4fab-8201-4a3a4b06e8ea => 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: 1523/2993] 10.0.0.24 () {32 vars in 748 bytes} [Thu Apr 23 10:55:09 2026] DELETE /v2.0/security-group-rules/f503e742-d4c5-433e-8804-361eec0c9c3c => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:55:09.841 7 INFO neutron.api.v2.resource [None req-bd632348-c9f0-4e5e-abcd-7b496e96c092 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1471/2994] 10.0.0.24 () {32 vars in 745 bytes} [Thu Apr 23 10:55:09 2026] GET /v2.0/security-group-rules/f503e742-d4c5-433e-8804-361eec0c9c3c => 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: 1524/2995] 10.0.0.24 () {32 vars in 748 bytes} [Thu Apr 23 10:55:09 2026] DELETE /v2.0/security-group-rules/57646cb9-eff7-440a-bcf1-4c804b0ed981 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:55:09.931 7 INFO neutron.api.v2.resource [None req-1930ac93-c12c-4f5f-bcf6-5fcf31f3714c 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1472/2996] 10.0.0.24 () {32 vars in 745 bytes} [Thu Apr 23 10:55:09 2026] GET /v2.0/security-group-rules/57646cb9-eff7-440a-bcf1-4c804b0ed981 => 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: 1525/2997] 10.0.0.24 () {32 vars in 748 bytes} [Thu Apr 23 10:55:09 2026] DELETE /v2.0/security-group-rules/1b7c95f1-bf8c-465f-840a-e3da0e283099 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:55:10.024 7 INFO neutron.api.v2.resource [None req-b009d06e-3baf-45ee-9aef-bf5bd7984a0b 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1473/2998] 10.0.0.24 () {32 vars in 745 bytes} [Thu Apr 23 10:55:10 2026] GET /v2.0/security-group-rules/1b7c95f1-bf8c-465f-840a-e3da0e283099 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/2999] 10.0.0.24 () {32 vars in 748 bytes} [Thu Apr 23 10:55:10 2026] DELETE /v2.0/security-group-rules/30c671d4-234e-425c-9984-822d604026c1 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:55:10.130 7 INFO neutron.api.v2.resource [None req-33b250b8-fe97-45ea-93f9-fd2a066aeda0 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1474/3000] 10.0.0.24 () {32 vars in 745 bytes} [Thu Apr 23 10:55:10 2026] GET /v2.0/security-group-rules/30c671d4-234e-425c-9984-822d604026c1 => 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: 1527/3001] 10.0.0.24 () {32 vars in 748 bytes} [Thu Apr 23 10:55:10 2026] DELETE /v2.0/security-group-rules/d7502c41-6bd7-4a95-bcd8-676f0b3111e0 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:55:10.242 7 INFO neutron.api.v2.resource [None req-e209538b-25d5-4e03-b966-390673f609db 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1475/3002] 10.0.0.24 () {32 vars in 745 bytes} [Thu Apr 23 10:55:10 2026] GET /v2.0/security-group-rules/d7502c41-6bd7-4a95-bcd8-676f0b3111e0 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3003] 10.0.0.24 () {32 vars in 748 bytes} [Thu Apr 23 10:55:10 2026] DELETE /v2.0/security-group-rules/4d16aead-ef2b-426d-ac4d-4ad4af1f5ef8 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:55:10.335 7 INFO neutron.api.v2.resource [None req-e9a8e996-452d-44df-840e-ba3ceadfcccd 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1476/3004] 10.0.0.24 () {32 vars in 745 bytes} [Thu Apr 23 10:55:10 2026] GET /v2.0/security-group-rules/4d16aead-ef2b-426d-ac4d-4ad4af1f5ef8 => 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: 1529/3005] 10.0.0.24 () {32 vars in 748 bytes} [Thu Apr 23 10:55:10 2026] DELETE /v2.0/security-group-rules/37ac1a89-3cdf-4ed7-ad29-a76e05a3e2ad => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:55:10.425 7 INFO neutron.api.v2.resource [None req-ec02d262-cda0-4e4c-8588-65af127ed545 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1477/3006] 10.0.0.24 () {32 vars in 745 bytes} [Thu Apr 23 10:55:10 2026] GET /v2.0/security-group-rules/37ac1a89-3cdf-4ed7-ad29-a76e05a3e2ad => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3007] 10.0.0.24 () {32 vars in 748 bytes} [Thu Apr 23 10:55:10 2026] DELETE /v2.0/security-group-rules/26f312fb-6bbc-427e-9648-fb87684d8221 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:55:10.516 7 INFO neutron.api.v2.resource [None req-4a23c530-25bc-412a-972c-e6ccb645262c 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1478/3008] 10.0.0.24 () {32 vars in 745 bytes} [Thu Apr 23 10:55:10 2026] GET /v2.0/security-group-rules/26f312fb-6bbc-427e-9648-fb87684d8221 => 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: 1531/3009] 10.0.0.24 () {32 vars in 748 bytes} [Thu Apr 23 10:55:10 2026] DELETE /v2.0/security-group-rules/e0b80121-22c2-4739-908c-3877895f66b8 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:55:10.609 7 INFO neutron.api.v2.resource [None req-419ce7f3-a369-463d-b719-ca0ae1772e86 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1479/3010] 10.0.0.24 () {32 vars in 745 bytes} [Thu Apr 23 10:55:10 2026] GET /v2.0/security-group-rules/e0b80121-22c2-4739-908c-3877895f66b8 => 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: 1532/3011] 10.0.0.24 () {32 vars in 748 bytes} [Thu Apr 23 10:55:10 2026] DELETE /v2.0/security-group-rules/b2bf891b-1363-42d2-90ec-21024e84f147 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:55:10.707 7 INFO neutron.api.v2.resource [None req-2d172674-9d16-42a8-9c73-6d7333ad0ddc 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1480/3012] 10.0.0.24 () {32 vars in 745 bytes} [Thu Apr 23 10:55:10 2026] GET /v2.0/security-group-rules/b2bf891b-1363-42d2-90ec-21024e84f147 => 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: 1533/3013] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:55:10 2026] DELETE /v2.0/security-groups/65b06a17-7349-4bb0-873e-ad58f39aa5e1 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:55:10.815 7 INFO neutron.api.v2.resource [None req-e4621505-f129-467b-a432-24ea6d339c2b 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1481/3014] 10.0.0.24 () {32 vars in 735 bytes} [Thu Apr 23 10:55:10 2026] GET /v2.0/security-groups/65b06a17-7349-4bb0-873e-ad58f39aa5e1 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:55:11.267 8 INFO neutron_taas.services.taas.taas_plugin [None req-67a514d5-0101-4569-b3c3-719f4e0c04b6 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] TaaS: Handle Delete Port: cbd4b6c1-6349-4ee9-b93c-cbe127f600f0 2026-04-23 10:55:11.270 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67a514d5-0101-4569-b3c3-719f4e0c04b6 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] Tap Mirror: Handle Delete Port: cbd4b6c1-6349-4ee9-b93c-cbe127f600f0 [pid: 8|app: 0|req: 1534/3015] 10.0.0.24 () {34 vars in 787 bytes} [Thu Apr 23 10:55:10 2026] PUT /v2.0/routers/7908597e-41e8-4cc0-a0a4-9109e98deba1/remove_router_interface => generated 309 bytes in 944 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:55:11.978 7 INFO neutron.api.v2.resource [None req-a0b11072-034c-4be6-b24d-53040fb92187 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1482/3016] 10.0.0.24 () {34 vars in 787 bytes} [Thu Apr 23 10:55:11 2026] PUT /v2.0/routers/7908597e-41e8-4cc0-a0a4-9109e98deba1/remove_router_interface => generated 198 bytes in 161 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:55:12.389 8 INFO neutron_taas.services.taas.taas_plugin [None req-0fd894e0-ce57-4d35-97d4-e6e4433798b9 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] TaaS: Handle Delete Port: e50ad3fc-9a2c-4c11-beb5-c008910ca6c2 2026-04-23 10:55:12.392 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0fd894e0-ce57-4d35-97d4-e6e4433798b9 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] Tap Mirror: Handle Delete Port: e50ad3fc-9a2c-4c11-beb5-c008910ca6c2 [pid: 8|app: 0|req: 1535/3017] 10.0.0.24 () {34 vars in 787 bytes} [Thu Apr 23 10:55:11 2026] PUT /v2.0/routers/7908597e-41e8-4cc0-a0a4-9109e98deba1/remove_router_interface => generated 309 bytes in 1029 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:55:13.170 7 INFO neutron.api.v2.resource [None req-dcd589d5-d2b7-4603-94ac-9033486b71d8 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1483/3018] 10.0.0.24 () {34 vars in 787 bytes} [Thu Apr 23 10:55:13 2026] PUT /v2.0/routers/7908597e-41e8-4cc0-a0a4-9109e98deba1/remove_router_interface => generated 198 bytes in 151 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:55:13.571 8 INFO neutron_taas.services.taas.taas_plugin [None req-431b42aa-e058-4508-9708-704fb4d0d091 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] TaaS: Handle Delete Port: 9d77f2dc-20fc-4924-90ed-88460cf52b51 2026-04-23 10:55:13.575 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-431b42aa-e058-4508-9708-704fb4d0d091 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] Tap Mirror: Handle Delete Port: 9d77f2dc-20fc-4924-90ed-88460cf52b51 [pid: 8|app: 0|req: 1536/3019] 10.0.0.24 () {34 vars in 787 bytes} [Thu Apr 23 10:55:13 2026] PUT /v2.0/routers/7908597e-41e8-4cc0-a0a4-9109e98deba1/remove_router_interface => generated 309 bytes in 955 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:55:14.258 7 INFO neutron.api.v2.resource [None req-c0dacb15-350a-46b5-acc2-4eb5a12a26c0 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1484/3020] 10.0.0.24 () {34 vars in 787 bytes} [Thu Apr 23 10:55:14 2026] PUT /v2.0/routers/7908597e-41e8-4cc0-a0a4-9109e98deba1/remove_router_interface => generated 198 bytes in 124 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:55:14.509 8 INFO neutron_taas.services.taas.taas_plugin [None req-5e800774-3aa5-4b57-bd26-e431632ddfcf 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] TaaS: Handle Delete Port: 5cac52fd-97d0-48fb-a2a7-729027046e61 2026-04-23 10:55:14.513 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e800774-3aa5-4b57-bd26-e431632ddfcf 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] Tap Mirror: Handle Delete Port: 5cac52fd-97d0-48fb-a2a7-729027046e61 2026-04-23 10:55:14.789 8 INFO neutron_taas.services.taas.taas_plugin [None req-5e800774-3aa5-4b57-bd26-e431632ddfcf 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] TaaS: Handle Delete Port: 8ef78c02-719a-4e64-a22b-9485385c53b8 2026-04-23 10:55:14.792 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e800774-3aa5-4b57-bd26-e431632ddfcf 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] Tap Mirror: Handle Delete Port: 8ef78c02-719a-4e64-a22b-9485385c53b8 2026-04-23 10:55:15.141 8 INFO neutron.services.segments.plugin [-] Segment e2c8dd10-140f-4eed-9063-7aa058c70446 resource provider aggregate not found 2026-04-23 10:55:15.145 8 INFO neutron.services.segments.plugin [-] Segment e2c8dd10-140f-4eed-9063-7aa058c70446 resource provider aggregate not found 2026-04-23 10:55:15.169 8 INFO neutron.services.segments.plugin [-] Segment e2c8dd10-140f-4eed-9063-7aa058c70446 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2c8dd10-140f-4eed-9063-7aa058c70446 found for delete ", "request_id": "req-faab9d44-9835-4189-adab-566ae1714a69"}]} 2026-04-23 10:55:15.170 8 INFO neutron.services.segments.plugin [-] Segment e2c8dd10-140f-4eed-9063-7aa058c70446 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2c8dd10-140f-4eed-9063-7aa058c70446 found for delete ", "request_id": "req-f4100233-4822-450d-ada8-35a82aaa3ba6"}]} 2026-04-23 10:55:15.176 8 INFO neutron.db.l3_hamode_db [None req-5e800774-3aa5-4b57-bd26-e431632ddfcf 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] HA network a2a6c323-3a7e-462e-9784-0f8c79721a2b was deleted as no HA routers are present in tenant eb013cf8423e4c109d90c3219a51ed03. [pid: 8|app: 0|req: 1537/3021] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:55:14 2026] DELETE /v2.0/routers/7908597e-41e8-4cc0-a0a4-9109e98deba1 => generated 0 bytes in 920 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:55:15.203 7 INFO neutron.api.v2.resource [None req-4f91c709-05f5-461d-81a5-e1f7ca24c2b1 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1485/3022] 10.0.0.24 () {32 vars in 719 bytes} [Thu Apr 23 10:55:15 2026] GET /v2.0/routers/7908597e-41e8-4cc0-a0a4-9109e98deba1 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3023] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:55:15 2026] DELETE /v2.0/subnets/7b81dd41-cf90-4bdb-9bec-9a727ae699b6 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:55:15.359 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1af5bcd7-0edf-41fa-8b0e-5cd2aa92f329 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1486/3024] 10.0.0.24 () {32 vars in 719 bytes} [Thu Apr 23 10:55:15 2026] GET /v2.0/subnets/7b81dd41-cf90-4bdb-9bec-9a727ae699b6 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3025] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:55:15 2026] DELETE /v2.0/subnets/51d69e12-47c8-4c7c-b0f6-dda72c478f70 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:55:15.508 7 INFO neutron.pecan_wsgi.hooks.translation [None req-35498e85-4cab-4c56-aa44-d1e4ced8b188 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1487/3026] 10.0.0.24 () {32 vars in 719 bytes} [Thu Apr 23 10:55:15 2026] GET /v2.0/subnets/51d69e12-47c8-4c7c-b0f6-dda72c478f70 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:55:15.604 8 INFO neutron_taas.services.taas.taas_plugin [None req-6b2444b3-601a-443a-8336-ec8bf07d9b12 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] TaaS: Handle Delete Port: 6c9badee-bb34-491b-a042-e1dd80f2f383 2026-04-23 10:55:15.607 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b2444b3-601a-443a-8336-ec8bf07d9b12 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] Tap Mirror: Handle Delete Port: 6c9badee-bb34-491b-a042-e1dd80f2f383 [pid: 8|app: 0|req: 1540/3027] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:55:15 2026] DELETE /v2.0/networks/ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:55:15.800 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c99f8c70-0003-46d8-9492-94b130132782 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1488/3028] 10.0.0.24 () {32 vars in 721 bytes} [Thu Apr 23 10:55:15 2026] GET /v2.0/networks/ed0c2900-8ad3-4bd4-8eb7-ec359f7051ff => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3029] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:55:15 2026] DELETE /v2.0/subnets/eec0bd63-da96-4be1-a4db-c36693db3809 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:55:15.946 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5a189fa2-6546-48c5-98ba-e797d1c51e43 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1489/3030] 10.0.0.24 () {32 vars in 719 bytes} [Thu Apr 23 10:55:15 2026] GET /v2.0/subnets/eec0bd63-da96-4be1-a4db-c36693db3809 => 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: 1542/3031] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:55:15 2026] DELETE /v2.0/subnets/f076a626-0b07-4e04-93a9-e7a352e4fbb0 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:55:16.134 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b62e21a8-f4c8-4973-bd0e-e7e42eb3d5d3 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1490/3032] 10.0.0.24 () {32 vars in 719 bytes} [Thu Apr 23 10:55:16 2026] GET /v2.0/subnets/f076a626-0b07-4e04-93a9-e7a352e4fbb0 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:55:16.241 8 INFO neutron_taas.services.taas.taas_plugin [None req-124a0401-b3a4-4951-8507-35a9a1e8772d 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] TaaS: Handle Delete Port: f82cad23-ef7d-4c81-8620-06142bd32e9b 2026-04-23 10:55:16.243 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-124a0401-b3a4-4951-8507-35a9a1e8772d 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] Tap Mirror: Handle Delete Port: f82cad23-ef7d-4c81-8620-06142bd32e9b [pid: 8|app: 0|req: 1543/3033] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:55:16 2026] DELETE /v2.0/networks/12ff9cde-c2ed-4cbd-93ad-93480ab11564 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:55:16.445 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1eca3d14-0823-4d5a-a2f5-c913edaf47a1 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1491/3034] 10.0.0.24 () {32 vars in 721 bytes} [Thu Apr 23 10:55:16 2026] GET /v2.0/networks/12ff9cde-c2ed-4cbd-93ad-93480ab11564 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3035] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:55:16 2026] DELETE /v2.0/subnets/56c9d2dc-4c09-45fa-8a8d-730182ffdce1 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:55:16.628 7 INFO neutron.pecan_wsgi.hooks.translation [None req-30e4f915-8100-4627-a0c8-04f139409878 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1492/3036] 10.0.0.24 () {32 vars in 719 bytes} [Thu Apr 23 10:55:16 2026] GET /v2.0/subnets/56c9d2dc-4c09-45fa-8a8d-730182ffdce1 => 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: 1545/3037] 10.0.0.24 () {32 vars in 722 bytes} [Thu Apr 23 10:55:16 2026] DELETE /v2.0/subnets/8d30afed-c918-44d2-851b-80be05a9627a => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:55:16.821 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2578602e-771a-455e-8f83-60050eb3f818 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1493/3038] 10.0.0.24 () {32 vars in 719 bytes} [Thu Apr 23 10:55:16 2026] GET /v2.0/subnets/8d30afed-c918-44d2-851b-80be05a9627a => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:55:16.931 8 INFO neutron_taas.services.taas.taas_plugin [None req-c13aa3ac-ff81-431f-8fff-0f356a0be63a 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] TaaS: Handle Delete Port: 97e98697-5127-48cf-b56e-f04d9fa77b64 2026-04-23 10:55:16.934 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c13aa3ac-ff81-431f-8fff-0f356a0be63a 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] Tap Mirror: Handle Delete Port: 97e98697-5127-48cf-b56e-f04d9fa77b64 [pid: 8|app: 0|req: 1546/3039] 10.0.0.24 () {32 vars in 724 bytes} [Thu Apr 23 10:55:16 2026] DELETE /v2.0/networks/ae1a434e-7303-4f14-8812-ccee48ff1b90 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:55:17.117 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1b95ce4b-ac9d-45e9-b202-d8992ff95f20 7756f86a3d1941e3beb600db7f64497d eb013cf8423e4c109d90c3219a51ed03 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1494/3040] 10.0.0.24 () {32 vars in 721 bytes} [Thu Apr 23 10:55:17 2026] GET /v2.0/networks/ae1a434e-7303-4f14-8812-ccee48ff1b90 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:55:17.186 8 INFO neutron.services.segments.plugin [-] Segment 1262f698-85d9-4730-8f03-2d3dccc792e2 resource provider aggregate not found 2026-04-23 10:55:17.187 8 INFO neutron.services.segments.plugin [-] Segment 1262f698-85d9-4730-8f03-2d3dccc792e2 resource provider aggregate not found 2026-04-23 10:55:17.209 8 INFO neutron.services.segments.plugin [-] Segment 1262f698-85d9-4730-8f03-2d3dccc792e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1262f698-85d9-4730-8f03-2d3dccc792e2 found for delete ", "request_id": "req-2586faa9-16bd-4d99-9f89-81043f414595"}]} 2026-04-23 10:55:17.214 8 INFO neutron.services.segments.plugin [-] Segment 1262f698-85d9-4730-8f03-2d3dccc792e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1262f698-85d9-4730-8f03-2d3dccc792e2 found for delete ", "request_id": "req-c55f568d-cbf0-4c1d-aee2-f139a85b9b2c"}]} 2026-04-23 10:55:17.225 8 INFO neutron.services.segments.plugin [-] Segment 4f1ba5e3-38b0-4053-8871-788dc700d7b0 resource provider aggregate not found 2026-04-23 10:55:17.229 8 INFO neutron.services.segments.plugin [-] Segment 4f1ba5e3-38b0-4053-8871-788dc700d7b0 resource provider aggregate not found 2026-04-23 10:55:17.243 8 INFO neutron.services.segments.plugin [-] Segment 4f1ba5e3-38b0-4053-8871-788dc700d7b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f1ba5e3-38b0-4053-8871-788dc700d7b0 found for delete ", "request_id": "req-c56eff96-6e9f-4050-8bf3-524b516dde66"}]} 2026-04-23 10:55:17.248 8 INFO neutron.services.segments.plugin [-] Segment 4f1ba5e3-38b0-4053-8871-788dc700d7b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f1ba5e3-38b0-4053-8871-788dc700d7b0 found for delete ", "request_id": "req-69e7f5b0-2872-4445-831a-a1b8ea98d24e"}]} 2026-04-23 10:55:17.261 8 INFO neutron.services.segments.plugin [-] Segment 3777cb4f-8352-4c84-870f-5db5683fbeda resource provider aggregate not found 2026-04-23 10:55:17.265 8 INFO neutron.services.segments.plugin [-] Segment 3777cb4f-8352-4c84-870f-5db5683fbeda resource provider aggregate not found 2026-04-23 10:55:17.276 8 INFO neutron.services.segments.plugin [-] Segment 3777cb4f-8352-4c84-870f-5db5683fbeda resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3777cb4f-8352-4c84-870f-5db5683fbeda found for delete ", "request_id": "req-51c95949-38e6-48ee-b017-bf4cb982763b"}]} 2026-04-23 10:55:17.279 8 INFO neutron.services.segments.plugin [-] Segment 3777cb4f-8352-4c84-870f-5db5683fbeda resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3777cb4f-8352-4c84-870f-5db5683fbeda found for delete ", "request_id": "req-f56c2df0-a779-4a61-a0b2-934086f86320"}]} [pid: 8|app: 0|req: 1547/3041] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:55:19 2026] GET /v2.0/security-groups?tenant_id=4c9d5193cb5f493886fcc6d0fbc4f850&name=default => generated 2929 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/3042] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:55:19 2026] DELETE /v2.0/security-groups/a231710d-2bf6-42ba-8abc-9efe22432781 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3043] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:55:19 2026] GET /v2.0/security-groups?tenant_id=851ec53c8bd64565b23ec0ffe5a3c926&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/3044] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:55:19 2026] DELETE /v2.0/security-groups/4f77949e-8165-4b65-8e2f-f9e4b687cd99 => 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: 1549/3045] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:55:19 2026] GET /v2.0/security-groups?tenant_id=cda0d8c8e8ef43a5aa3d38b12ed8c9fb&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: 1497/3046] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:55:20 2026] DELETE /v2.0/security-groups/cf8fb585-fe69-47ef-b6b9-a13803c6993d => 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: 1550/3047] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:55:20 2026] GET /v2.0/security-groups?tenant_id=d1d79c9041bd44e39dfea579026a6dfb&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/3048] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:55:20 2026] DELETE /v2.0/security-groups/2011af47-5a4f-43a4-8224-27adac934adb => 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: 1551/3049] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:55:20 2026] GET /v2.0/security-groups?tenant_id=6a86a67316f141f8a57cb5b648d7ec5f&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/3050] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:55:20 2026] DELETE /v2.0/security-groups/cbb55925-eca0-4ae7-81a6-bccd38e196cc => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3051] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:55:21 2026] GET /v2.0/security-groups?tenant_id=d45dab68a28740e6ac05d6c76e670948&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/3052] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:55:21 2026] DELETE /v2.0/security-groups/819495b7-dc58-4ac3-9d0f-e2db256e47f1 => 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: 1553/3053] 10.0.0.24 () {32 vars in 772 bytes} [Thu Apr 23 10:55:21 2026] GET /v2.0/security-groups?tenant_id=eb013cf8423e4c109d90c3219a51ed03&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/3054] 10.0.0.24 () {32 vars in 738 bytes} [Thu Apr 23 10:55:21 2026] DELETE /v2.0/security-groups/1ba60e66-2ed0-4586-8494-c87309a03902 => 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: 1503/3057] 10.0.0.24 () {32 vars in 647 bytes} [Thu Apr 23 10:55:23 2026] GET /v2.0/networks => generated 2168 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3058] 10.0.0.24 () {32 vars in 653 bytes} [Thu Apr 23 10:55:25 2026] GET /v2.0/floatingips => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3059] 10.0.0.24 () {32 vars in 645 bytes} [Thu Apr 23 10:55:25 2026] GET /v2.0/routers => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3060] 10.0.0.24 () {32 vars in 641 bytes} [Thu Apr 23 10:55:25 2026] GET /v2.0/ports => generated 4725 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3061] 10.0.0.24 () {32 vars in 645 bytes} [Thu Apr 23 10:55:25 2026] GET /v2.0/subnets => generated 1308 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3062] 10.0.0.24 () {32 vars in 647 bytes} [Thu Apr 23 10:55:25 2026] GET /v2.0/networks => generated 2168 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3063] 10.0.0.24 () {32 vars in 661 bytes} [Thu Apr 23 10:55:25 2026] GET /v2.0/security-groups => generated 17401 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3064] 10.0.0.24 () {32 vars in 653 bytes} [Thu Apr 23 10:55:25 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)