+ 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 Mar 26 14:50:40 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 nodename: neutron-server-f6459d5b7-qxltq 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 0x7f5402bf5668 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-03-26 14:50:44.935 8 INFO neutron.common.config [-] Logging enabled! 2026-03-26 14:50:44.935 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-03-26 14:50:44.983 7 INFO neutron.common.config [-] Logging enabled! 2026-03-26 14:50:44.983 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-03-26 14:50:46.063 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-03-26 14:50:46.187 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-03-26 14:50:47.738 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-26 14:50:47.742 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-03-26 14:50:47.746 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-03-26 14:50:47.747 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-26 14:50:47.748 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-03-26 14:50:47.748 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-03-26 14:50:47.748 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-26 14:50:47.757 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-26 14:50:47.758 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-26 14:50:47.758 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-03-26 14:50:47.785 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-03-26 14:50:47.786 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-03-26 14:50:47.786 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-03-26 14:50:47.819 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-03-26 14:50:47.820 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-03-26 14:50:47.820 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-03-26 14:50:47.820 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-03-26 14:50:47.969 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-26 14:50:47.972 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-03-26 14:50:47.976 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-03-26 14:50:47.977 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-26 14:50:47.977 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-03-26 14:50:47.978 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-03-26 14:50:47.978 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-26 14:50:47.985 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-26 14:50:47.986 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-26 14:50:47.986 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-03-26 14:50:48.010 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-03-26 14:50:48.011 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-03-26 14:50:48.011 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-03-26 14:50:48.043 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-03-26 14:50:48.044 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-03-26 14:50:48.044 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-03-26 14:50:48.045 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-03-26 14:50:48.143 8 INFO neutron.plugins.ml2.managers [None req-d645c41c-619c-4e68-83b9-63fe76033720 - - - - - -] Initializing driver for type 'vlan' 2026-03-26 14:50:48.387 7 INFO neutron.plugins.ml2.managers [None req-f92fee21-682a-49af-8256-4f46d54ebc60 - - - - - -] Initializing driver for type 'vlan' 2026-03-26 14:50:48.517 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-d645c41c-619c-4e68-83b9-63fe76033720 - - - - - -] VlanTypeDriver initialization complete 2026-03-26 14:50:48.517 8 INFO neutron.plugins.ml2.managers [None req-d645c41c-619c-4e68-83b9-63fe76033720 - - - - - -] Initializing driver for type 'vxlan' 2026-03-26 14:50:48.518 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-d645c41c-619c-4e68-83b9-63fe76033720 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-03-26 14:50:48.532 8 INFO neutron.plugins.ml2.managers [None req-d645c41c-619c-4e68-83b9-63fe76033720 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-03-26 14:50:48.533 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-d645c41c-619c-4e68-83b9-63fe76033720 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-03-26 14:50:48.533 8 INFO neutron.plugins.ml2.managers [None req-d645c41c-619c-4e68-83b9-63fe76033720 - - - - - -] Initializing extension driver 'port_security' 2026-03-26 14:50:48.533 8 INFO neutron.plugins.ml2.extensions.port_security [None req-d645c41c-619c-4e68-83b9-63fe76033720 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-03-26 14:50:48.533 8 INFO neutron.plugins.ml2.managers [None req-d645c41c-619c-4e68-83b9-63fe76033720 - - - - - -] Initializing extension driver 'qos' 2026-03-26 14:50:48.533 8 INFO neutron.plugins.ml2.managers [None req-d645c41c-619c-4e68-83b9-63fe76033720 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-03-26 14:50:48.534 8 INFO neutron.plugins.ml2.managers [None req-d645c41c-619c-4e68-83b9-63fe76033720 - - - - - -] Initializing mechanism driver 'l2population' 2026-03-26 14:50:48.549 8 INFO neutron.quota [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded quota_driver: . 2026-03-26 14:50:48.550 8 INFO neutron.plugins.ml2.plugin [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Modular L2 Plugin initialization complete 2026-03-26 14:50:48.550 8 INFO neutron.plugins.ml2.managers [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-03-26 14:50:48.550 8 INFO neutron.plugins.ml2.managers [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-03-26 14:50:48.550 8 INFO neutron.plugins.ml2.managers [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Got port-security extension from driver 'port_security' 2026-03-26 14:50:48.550 8 INFO neutron.manager [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loading Plugin: qos 2026-03-26 14:50:48.565 8 INFO neutron.manager [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loading Plugin: router 2026-03-26 14:50:48.613 8 INFO neutron.services.service_base [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-03-26 14:50:48.613 8 INFO neutron.manager [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loading Plugin: segments 2026-03-26 14:50:48.716 8 INFO neutron.manager [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loading Plugin: trunk 2026-03-26 14:50:48.720 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-f92fee21-682a-49af-8256-4f46d54ebc60 - - - - - -] VlanTypeDriver initialization complete 2026-03-26 14:50:48.720 7 INFO neutron.plugins.ml2.managers [None req-f92fee21-682a-49af-8256-4f46d54ebc60 - - - - - -] Initializing driver for type 'vxlan' 2026-03-26 14:50:48.721 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-f92fee21-682a-49af-8256-4f46d54ebc60 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-03-26 14:50:48.734 8 INFO neutron.manager [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loading Plugin: vpnaas 2026-03-26 14:50:48.737 7 INFO neutron.plugins.ml2.managers [None req-f92fee21-682a-49af-8256-4f46d54ebc60 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-03-26 14:50:48.737 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-f92fee21-682a-49af-8256-4f46d54ebc60 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-03-26 14:50:48.738 7 INFO neutron.plugins.ml2.managers [None req-f92fee21-682a-49af-8256-4f46d54ebc60 - - - - - -] Initializing extension driver 'port_security' 2026-03-26 14:50:48.738 7 INFO neutron.plugins.ml2.extensions.port_security [None req-f92fee21-682a-49af-8256-4f46d54ebc60 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-03-26 14:50:48.738 7 INFO neutron.plugins.ml2.managers [None req-f92fee21-682a-49af-8256-4f46d54ebc60 - - - - - -] Initializing extension driver 'qos' 2026-03-26 14:50:48.738 7 INFO neutron.plugins.ml2.managers [None req-f92fee21-682a-49af-8256-4f46d54ebc60 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-03-26 14:50:48.739 7 INFO neutron.plugins.ml2.managers [None req-f92fee21-682a-49af-8256-4f46d54ebc60 - - - - - -] Initializing mechanism driver 'l2population' 2026-03-26 14:50:48.755 7 INFO neutron.quota [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded quota_driver: . 2026-03-26 14:50:48.756 7 INFO neutron.plugins.ml2.plugin [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Modular L2 Plugin initialization complete 2026-03-26 14:50:48.756 7 INFO neutron.plugins.ml2.managers [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-03-26 14:50:48.756 7 INFO neutron.plugins.ml2.managers [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-03-26 14:50:48.757 7 INFO neutron.plugins.ml2.managers [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Got port-security extension from driver 'port_security' 2026-03-26 14:50:48.757 7 INFO neutron.manager [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loading Plugin: qos 2026-03-26 14:50:48.771 7 INFO neutron.manager [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loading Plugin: router 2026-03-26 14:50:48.786 8 WARNING stevedore.named [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-26 14:50:48.819 7 INFO neutron.services.service_base [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-03-26 14:50:48.820 7 INFO neutron.manager [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loading Plugin: segments 2026-03-26 14:50:48.868 8 INFO neutron_vpnaas.services.vpn.plugin [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-03-26 14:50:48.869 8 INFO neutron.common.utils [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-03-26 14:50:48.869 8 INFO neutron.manager [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loading Plugin: taas 2026-03-26 14:50:48.900 8 WARNING stevedore.named [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-26 14:50:48.900 8 WARNING stevedore.named [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-26 14:50:48.920 7 INFO neutron.manager [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loading Plugin: trunk 2026-03-26 14:50:48.925 8 INFO neutron_taas.services.taas.taas_plugin [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-03-26 14:50:48.926 8 INFO neutron.manager [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loading Plugin: tapmirror 2026-03-26 14:50:48.937 7 INFO neutron.manager [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loading Plugin: vpnaas 2026-03-26 14:50:48.941 8 WARNING stevedore.named [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-26 14:50:48.941 8 WARNING stevedore.named [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-26 14:50:48.958 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-03-26 14:50:48.958 8 INFO neutron.manager [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loading Plugin: auto_allocate 2026-03-26 14:50:48.968 8 INFO neutron.manager [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loading Plugin: tag 2026-03-26 14:50:48.978 8 INFO neutron.manager [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loading Plugin: timestamp 2026-03-26 14:50:48.979 7 WARNING stevedore.named [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-26 14:50:48.981 8 INFO neutron.manager [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loading Plugin: network_ip_availability 2026-03-26 14:50:48.986 8 INFO neutron.manager [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loading Plugin: flavors 2026-03-26 14:50:48.989 8 INFO neutron.manager [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loading Plugin: revisions 2026-03-26 14:50:48.995 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Initializing extension manager. 2026-03-26 14:50:48.996 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: address-group 2026-03-26 14:50:48.997 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: address-scope 2026-03-26 14:50:48.997 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-03-26 14:50:48.998 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: agent 2026-03-26 14:50:48.999 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: agent-resources-synced 2026-03-26 14:50:49.000 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: allowed-address-pairs 2026-03-26 14:50:49.001 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: auto-allocated-topology 2026-03-26 14:50:49.002 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: availability_zone 2026-03-26 14:50:49.002 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: availability_zone_filter 2026-03-26 14:50:49.003 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-03-26 14:50:49.004 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: default-subnetpools 2026-03-26 14:50:49.005 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-03-26 14:50:49.006 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: dns-integration 2026-03-26 14:50:49.006 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: dns-domain-ports 2026-03-26 14:50:49.007 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-03-26 14:50:49.009 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: dvr 2026-03-26 14:50:49.009 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-03-26 14:50:49.010 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: empty-string-filtering 2026-03-26 14:50:49.010 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-03-26 14:50:49.011 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-03-26 14:50:49.012 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: external-net 2026-03-26 14:50:49.013 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: extra_dhcp_opt 2026-03-26 14:50:49.014 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: extraroute 2026-03-26 14:50:49.015 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: extraroute-atomic 2026-03-26 14:50:49.016 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-03-26 14:50:49.017 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-03-26 14:50:49.018 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-03-26 14:50:49.019 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-03-26 14:50:49.020 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: fip-port-details 2026-03-26 14:50:49.021 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: flavors 2026-03-26 14:50:49.023 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-03-26 14:50:49.024 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: floatingip-pools 2026-03-26 14:50:49.025 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: ip_allocation 2026-03-26 14:50:49.026 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: ip-substring-filtering 2026-03-26 14:50:49.026 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: l2_adjacency 2026-03-26 14:50:49.028 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: router 2026-03-26 14:50:49.030 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-03-26 14:50:49.030 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-03-26 14:50:49.031 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-03-26 14:50:49.031 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: ext-gw-mode 2026-03-26 14:50:49.032 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: l3-ha 2026-03-26 14:50:49.033 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-03-26 14:50:49.033 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-03-26 14:50:49.034 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: l3-flavors 2026-03-26 14:50:49.035 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-03-26 14:50:49.035 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-03-26 14:50:49.038 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: l3_agent_scheduler 2026-03-26 14:50:49.039 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-03-26 14:50:49.040 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Extension logging not supported by any of loaded plugins 2026-03-26 14:50:49.041 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Extension metering not supported by any of loaded plugins 2026-03-26 14:50:49.042 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-03-26 14:50:49.043 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: multi-provider 2026-03-26 14:50:49.044 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: net-mtu 2026-03-26 14:50:49.044 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: net-mtu-writable 2026-03-26 14:50:49.045 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: network_availability_zone 2026-03-26 14:50:49.045 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: network_ha 2026-03-26 14:50:49.046 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: network-ip-availability 2026-03-26 14:50:49.047 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-03-26 14:50:49.048 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: pagination 2026-03-26 14:50:49.048 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: port-device-profile 2026-03-26 14:50:49.049 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-03-26 14:50:49.049 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-03-26 14:50:49.050 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-03-26 14:50:49.050 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: port-mac-override 2026-03-26 14:50:49.051 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-03-26 14:50:49.051 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-03-26 14:50:49.052 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-03-26 14:50:49.053 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: port-resource-request 2026-03-26 14:50:49.053 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: port-resource-request-groups 2026-03-26 14:50:49.054 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-03-26 14:50:49.054 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: binding 2026-03-26 14:50:49.055 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: binding-extended 2026-03-26 14:50:49.056 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: port-security 2026-03-26 14:50:49.056 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: project-id 2026-03-26 14:50:49.057 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: provider 2026-03-26 14:50:49.058 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-03-26 14:50:49.060 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: qos 2026-03-26 14:50:49.061 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-03-26 14:50:49.061 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-03-26 14:50:49.062 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: qos-default 2026-03-26 14:50:49.062 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: qos-fip 2026-03-26 14:50:49.063 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-03-26 14:50:49.063 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: qos-gateway-ip 2026-03-26 14:50:49.064 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: qos-port-network-policy 2026-03-26 14:50:49.064 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: qos-pps-minimum 2026-03-26 14:50:49.065 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-03-26 14:50:49.066 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: qos-pps 2026-03-26 14:50:49.066 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: qos-rule-type-details 2026-03-26 14:50:49.067 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: qos-rule-type-filter 2026-03-26 14:50:49.067 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: qos-rules-alias 2026-03-26 14:50:49.068 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: quota-check-limit 2026-03-26 14:50:49.069 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: quota-check-limit-default 2026-03-26 14:50:49.071 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: quotas 2026-03-26 14:50:49.072 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: quota_details 2026-03-26 14:50:49.072 7 INFO neutron_vpnaas.services.vpn.plugin [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-03-26 14:50:49.072 7 INFO neutron.common.utils [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-03-26 14:50:49.073 7 INFO neutron.manager [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loading Plugin: taas 2026-03-26 14:50:49.073 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: rbac-policies 2026-03-26 14:50:49.074 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: rbac-address-group 2026-03-26 14:50:49.075 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: rbac-address-scope 2026-03-26 14:50:49.075 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: rbac-security-groups 2026-03-26 14:50:49.076 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: rbac-subnetpool 2026-03-26 14:50:49.077 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: revision-if-match 2026-03-26 14:50:49.077 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: standard-attr-revisions 2026-03-26 14:50:49.078 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: router_availability_zone 2026-03-26 14:50:49.078 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-03-26 14:50:49.081 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: security-groups-default-rules 2026-03-26 14:50:49.082 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-03-26 14:50:49.083 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: port-security-groups-filtering 2026-03-26 14:50:49.083 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-03-26 14:50:49.084 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-03-26 14:50:49.085 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-03-26 14:50:49.093 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: security-group 2026-03-26 14:50:49.096 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: segment 2026-03-26 14:50:49.097 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-03-26 14:50:49.098 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: service-type 2026-03-26 14:50:49.099 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: sorting 2026-03-26 14:50:49.100 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: standard-attr-segment 2026-03-26 14:50:49.101 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: standard-attr-description 2026-03-26 14:50:49.102 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: stateful-security-group 2026-03-26 14:50:49.102 8 WARNING neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-03-26 14:50:49.103 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-03-26 14:50:49.104 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: subnet-external-network 2026-03-26 14:50:49.104 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: subnet_onboard 2026-03-26 14:50:49.105 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-03-26 14:50:49.106 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: subnet-service-types 2026-03-26 14:50:49.106 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: subnet_allocation 2026-03-26 14:50:49.108 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-03-26 14:50:49.108 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: tag-creation 2026-03-26 14:50:49.109 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-03-26 14:50:49.111 7 WARNING stevedore.named [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-26 14:50:49.111 7 WARNING stevedore.named [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-26 14:50:49.114 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: standard-attr-tag 2026-03-26 14:50:49.114 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: standard-attr-timestamp 2026-03-26 14:50:49.115 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: trunk 2026-03-26 14:50:49.116 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: trunk-details 2026-03-26 14:50:49.116 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-03-26 14:50:49.118 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-03-26 14:50:49.120 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-03-26 14:50:49.122 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: vpn-aes-ctr 2026-03-26 14:50:49.125 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-03-26 14:50:49.126 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-03-26 14:50:49.127 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: vpn-flavors 2026-03-26 14:50:49.130 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: vpnaas 2026-03-26 14:50:49.132 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: taas 2026-03-26 14:50:49.133 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: tap-mirror 2026-03-26 14:50:49.133 8 INFO neutron.api.extensions [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Loaded extension: taas-vlan-filter 2026-03-26 14:50:49.133 7 INFO neutron_taas.services.taas.taas_plugin [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-03-26 14:50:49.134 7 INFO neutron.manager [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loading Plugin: tapmirror 2026-03-26 14:50:49.136 8 INFO neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Creating instance of TrackedResource for resource:network 2026-03-26 14:50:49.136 8 INFO neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-03-26 14:50:49.137 8 INFO neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-26 14:50:49.137 8 INFO neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Creating instance of TrackedResource for resource:port 2026-03-26 14:50:49.141 8 INFO neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-26 14:50:49.142 8 INFO neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-26 14:50:49.147 7 WARNING stevedore.named [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-26 14:50:49.147 7 WARNING stevedore.named [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-26 14:50:49.152 8 INFO neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-26 14:50:49.153 8 INFO neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-26 14:50:49.153 8 INFO neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-26 14:50:49.154 8 INFO neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-26 14:50:49.155 8 WARNING neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] subnetpool is already registered 2026-03-26 14:50:49.155 8 INFO neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-26 14:50:49.155 8 WARNING neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] subnetpool is already registered 2026-03-26 14:50:49.156 8 INFO neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-26 14:50:49.156 8 INFO neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-26 14:50:49.157 8 INFO neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-26 14:50:49.158 8 INFO neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-26 14:50:49.158 8 INFO neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-26 14:50:49.159 8 INFO neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-26 14:50:49.159 8 INFO neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-26 14:50:49.159 8 WARNING neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] ipsecpolicy is already registered 2026-03-26 14:50:49.160 8 INFO neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-26 14:50:49.160 8 WARNING neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] ikepolicy is already registered 2026-03-26 14:50:49.165 8 INFO neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-26 14:50:49.166 8 WARNING neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] router is already registered 2026-03-26 14:50:49.166 8 INFO neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-26 14:50:49.166 8 WARNING neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] floatingip is already registered 2026-03-26 14:50:49.166 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-03-26 14:50:49.167 7 INFO neutron.manager [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loading Plugin: auto_allocate 2026-03-26 14:50:49.171 8 INFO neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-26 14:50:49.171 8 WARNING neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] rbac_policy is already registered 2026-03-26 14:50:49.172 8 INFO neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-26 14:50:49.172 8 WARNING neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] security_group is already registered 2026-03-26 14:50:49.172 8 INFO neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-26 14:50:49.173 8 WARNING neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] security_group_rule is already registered 2026-03-26 14:50:49.174 8 INFO neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-26 14:50:49.174 8 WARNING neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] subnetpool is already registered 2026-03-26 14:50:49.174 8 INFO neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-26 14:50:49.174 8 WARNING neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] subnetpool is already registered 2026-03-26 14:50:49.175 8 INFO neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-26 14:50:49.175 8 WARNING neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] trunk is already registered 2026-03-26 14:50:49.175 8 INFO neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-26 14:50:49.176 8 WARNING neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] ikepolicy is already registered 2026-03-26 14:50:49.176 8 INFO neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-26 14:50:49.176 8 WARNING neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] ipsecpolicy is already registered 2026-03-26 14:50:49.177 8 INFO neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-26 14:50:49.177 8 WARNING neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] endpoint_group is already registered 2026-03-26 14:50:49.177 8 INFO neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-26 14:50:49.177 8 WARNING neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] vpnservice is already registered 2026-03-26 14:50:49.178 8 INFO neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-26 14:50:49.178 8 WARNING neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] ipsec_site_connection is already registered 2026-03-26 14:50:49.178 8 INFO neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-26 14:50:49.178 8 WARNING neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] ipsecpolicy is already registered 2026-03-26 14:50:49.179 8 INFO neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-26 14:50:49.179 8 WARNING neutron.quota.resource_registry [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] ikepolicy is already registered 2026-03-26 14:50:49.181 7 INFO neutron.manager [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loading Plugin: tag 2026-03-26 14:50:49.198 7 INFO neutron.manager [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loading Plugin: timestamp 2026-03-26 14:50:49.202 7 INFO neutron.manager [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loading Plugin: network_ip_availability 2026-03-26 14:50:49.206 7 INFO neutron.manager [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loading Plugin: flavors 2026-03-26 14:50:49.210 7 INFO neutron.manager [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loading Plugin: revisions 2026-03-26 14:50:49.214 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Initializing extension manager. 2026-03-26 14:50:49.215 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: address-group 2026-03-26 14:50:49.216 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: address-scope 2026-03-26 14:50:49.217 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-03-26 14:50:49.218 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: agent 2026-03-26 14:50:49.218 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: agent-resources-synced 2026-03-26 14:50:49.220 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: allowed-address-pairs 2026-03-26 14:50:49.220 8 WARNING keystonemiddleware._common.config [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-03-26 14:50:49.221 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: auto-allocated-topology 2026-03-26 14:50:49.222 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: availability_zone 2026-03-26 14:50:49.222 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: availability_zone_filter 2026-03-26 14:50:49.223 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-03-26 14:50:49.223 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: default-subnetpools 2026-03-26 14:50:49.225 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-03-26 14:50:49.225 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: dns-integration 2026-03-26 14:50:49.226 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: dns-domain-ports 2026-03-26 14:50:49.226 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-03-26 14:50:49.227 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: dvr 2026-03-26 14:50:49.227 8 WARNING oslo_config.cfg [None req-82af5cc9-b723-4965-867e-8f595d62b409 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-03-26 14:50:49.228 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-03-26 14:50:49.228 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: empty-string-filtering 2026-03-26 14:50:49.229 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-03-26 14:50:49.229 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins WSGI app 0 (mountpoint='') ready in 9 seconds on interpreter 0x7f5402bf5668 pid: 8 (default app) 2026-03-26 14:50:49.230 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: external-net 2026-03-26 14:50:49.230 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: extra_dhcp_opt 2026-03-26 14:50:49.231 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: extraroute 2026-03-26 14:50:49.231 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: extraroute-atomic 2026-03-26 14:50:49.232 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-03-26 14:50:49.233 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-03-26 14:50:49.234 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-03-26 14:50:49.234 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-03-26 14:50:49.235 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: fip-port-details 2026-03-26 14:50:49.236 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: flavors 2026-03-26 14:50:49.238 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-03-26 14:50:49.238 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: floatingip-pools 2026-03-26 14:50:49.239 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: ip_allocation 2026-03-26 14:50:49.239 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: ip-substring-filtering 2026-03-26 14:50:49.240 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: l2_adjacency 2026-03-26 14:50:49.241 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: router 2026-03-26 14:50:49.244 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-03-26 14:50:49.245 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-03-26 14:50:49.245 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-03-26 14:50:49.246 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: ext-gw-mode 2026-03-26 14:50:49.247 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: l3-ha 2026-03-26 14:50:49.248 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-03-26 14:50:49.248 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-03-26 14:50:49.249 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: l3-flavors 2026-03-26 14:50:49.250 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-03-26 14:50:49.250 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-03-26 14:50:49.252 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: l3_agent_scheduler 2026-03-26 14:50:49.254 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-03-26 14:50:49.255 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Extension logging not supported by any of loaded plugins 2026-03-26 14:50:49.256 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Extension metering not supported by any of loaded plugins 2026-03-26 14:50:49.257 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-03-26 14:50:49.257 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: multi-provider 2026-03-26 14:50:49.258 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: net-mtu 2026-03-26 14:50:49.258 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: net-mtu-writable 2026-03-26 14:50:49.259 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: network_availability_zone 2026-03-26 14:50:49.259 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: network_ha 2026-03-26 14:50:49.260 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: network-ip-availability 2026-03-26 14:50:49.261 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-03-26 14:50:49.262 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: pagination 2026-03-26 14:50:49.262 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: port-device-profile 2026-03-26 14:50:49.263 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-03-26 14:50:49.263 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-03-26 14:50:49.264 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-03-26 14:50:49.264 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: port-mac-override 2026-03-26 14:50:49.265 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-03-26 14:50:49.265 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-03-26 14:50:49.266 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-03-26 14:50:49.266 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: port-resource-request 2026-03-26 14:50:49.267 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: port-resource-request-groups 2026-03-26 14:50:49.267 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-03-26 14:50:49.268 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: binding 2026-03-26 14:50:49.269 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: binding-extended 2026-03-26 14:50:49.269 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: port-security 2026-03-26 14:50:49.269 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: project-id 2026-03-26 14:50:49.270 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: provider 2026-03-26 14:50:49.271 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-03-26 14:50:49.273 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: qos 2026-03-26 14:50:49.274 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-03-26 14:50:49.274 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-03-26 14:50:49.275 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: qos-default 2026-03-26 14:50:49.275 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: qos-fip 2026-03-26 14:50:49.276 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-03-26 14:50:49.276 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: qos-gateway-ip 2026-03-26 14:50:49.277 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: qos-port-network-policy 2026-03-26 14:50:49.277 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: qos-pps-minimum 2026-03-26 14:50:49.278 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-03-26 14:50:49.279 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: qos-pps 2026-03-26 14:50:49.279 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: qos-rule-type-details 2026-03-26 14:50:49.280 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: qos-rule-type-filter 2026-03-26 14:50:49.280 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: qos-rules-alias 2026-03-26 14:50:49.281 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: quota-check-limit 2026-03-26 14:50:49.282 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: quota-check-limit-default 2026-03-26 14:50:49.284 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: quotas 2026-03-26 14:50:49.285 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: quota_details 2026-03-26 14:50:49.286 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: rbac-policies 2026-03-26 14:50:49.287 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: rbac-address-group 2026-03-26 14:50:49.288 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: rbac-address-scope 2026-03-26 14:50:49.288 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: rbac-security-groups 2026-03-26 14:50:49.289 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: rbac-subnetpool 2026-03-26 14:50:49.289 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: revision-if-match 2026-03-26 14:50:49.290 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: standard-attr-revisions 2026-03-26 14:50:49.290 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: router_availability_zone 2026-03-26 14:50:49.291 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-03-26 14:50:49.294 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: security-groups-default-rules 2026-03-26 14:50:49.294 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-03-26 14:50:49.295 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: port-security-groups-filtering 2026-03-26 14:50:49.295 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-03-26 14:50:49.296 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-03-26 14:50:49.296 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-03-26 14:50:49.303 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: security-group 2026-03-26 14:50:49.305 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: segment 2026-03-26 14:50:49.305 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-03-26 14:50:49.306 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: service-type 2026-03-26 14:50:49.306 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: sorting 2026-03-26 14:50:49.307 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: standard-attr-segment 2026-03-26 14:50:49.307 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: standard-attr-description 2026-03-26 14:50:49.308 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: stateful-security-group 2026-03-26 14:50:49.308 7 WARNING neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-03-26 14:50:49.309 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-03-26 14:50:49.309 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: subnet-external-network 2026-03-26 14:50:49.310 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: subnet_onboard 2026-03-26 14:50:49.311 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-03-26 14:50:49.312 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: subnet-service-types 2026-03-26 14:50:49.312 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: subnet_allocation 2026-03-26 14:50:49.313 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-03-26 14:50:49.314 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: tag-creation 2026-03-26 14:50:49.314 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-03-26 14:50:49.319 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: standard-attr-tag 2026-03-26 14:50:49.320 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: standard-attr-timestamp 2026-03-26 14:50:49.321 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: trunk 2026-03-26 14:50:49.321 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: trunk-details 2026-03-26 14:50:49.322 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-03-26 14:50:49.322 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-03-26 14:50:49.323 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-03-26 14:50:49.324 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: vpn-aes-ctr 2026-03-26 14:50:49.325 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-03-26 14:50:49.326 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-03-26 14:50:49.327 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: vpn-flavors 2026-03-26 14:50:49.329 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: vpnaas 2026-03-26 14:50:49.330 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: taas 2026-03-26 14:50:49.331 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: tap-mirror 2026-03-26 14:50:49.332 7 INFO neutron.api.extensions [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Loaded extension: taas-vlan-filter 2026-03-26 14:50:49.334 7 INFO neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Creating instance of TrackedResource for resource:network 2026-03-26 14:50:49.335 7 INFO neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-03-26 14:50:49.335 7 INFO neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-26 14:50:49.335 7 INFO neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Creating instance of TrackedResource for resource:port 2026-03-26 14:50:49.338 7 INFO neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-26 14:50:49.339 7 INFO neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-26 14:50:49.343 7 INFO neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-26 14:50:49.344 7 INFO neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-26 14:50:49.344 7 INFO neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-26 14:50:49.345 7 INFO neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-26 14:50:49.345 7 WARNING neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] subnetpool is already registered 2026-03-26 14:50:49.346 7 INFO neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-26 14:50:49.346 7 WARNING neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] subnetpool is already registered 2026-03-26 14:50:49.346 7 INFO neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-26 14:50:49.347 7 INFO neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-26 14:50:49.347 7 INFO neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-26 14:50:49.347 7 INFO neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-26 14:50:49.348 7 INFO neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-26 14:50:49.348 7 INFO neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-26 14:50:49.349 7 INFO neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-26 14:50:49.349 7 WARNING neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] ipsecpolicy is already registered 2026-03-26 14:50:49.349 7 INFO neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-26 14:50:49.349 7 WARNING neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] ikepolicy is already registered 2026-03-26 14:50:49.354 7 INFO neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-26 14:50:49.354 7 WARNING neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] router is already registered 2026-03-26 14:50:49.354 7 INFO neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-26 14:50:49.355 7 WARNING neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] floatingip is already registered 2026-03-26 14:50:49.358 7 INFO neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-26 14:50:49.358 7 WARNING neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] rbac_policy is already registered 2026-03-26 14:50:49.359 7 INFO neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-26 14:50:49.359 7 WARNING neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] security_group is already registered 2026-03-26 14:50:49.359 7 INFO neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-26 14:50:49.360 7 WARNING neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] security_group_rule is already registered 2026-03-26 14:50:49.360 7 INFO neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-26 14:50:49.360 7 WARNING neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] subnetpool is already registered 2026-03-26 14:50:49.361 7 INFO neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-26 14:50:49.361 7 WARNING neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] subnetpool is already registered 2026-03-26 14:50:49.361 7 INFO neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-26 14:50:49.362 7 WARNING neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] trunk is already registered 2026-03-26 14:50:49.362 7 INFO neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-26 14:50:49.362 7 WARNING neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] ikepolicy is already registered 2026-03-26 14:50:49.362 7 INFO neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-26 14:50:49.363 7 WARNING neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] ipsecpolicy is already registered 2026-03-26 14:50:49.363 7 INFO neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-26 14:50:49.363 7 WARNING neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] endpoint_group is already registered 2026-03-26 14:50:49.363 7 INFO neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-26 14:50:49.364 7 WARNING neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] vpnservice is already registered 2026-03-26 14:50:49.364 7 INFO neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-26 14:50:49.364 7 WARNING neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] ipsec_site_connection is already registered 2026-03-26 14:50:49.364 7 INFO neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-26 14:50:49.364 7 WARNING neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] ipsecpolicy is already registered 2026-03-26 14:50:49.365 7 INFO neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-26 14:50:49.365 7 WARNING neutron.quota.resource_registry [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] ikepolicy is already registered 2026-03-26 14:50:49.403 7 WARNING keystonemiddleware._common.config [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-03-26 14:50:49.410 7 WARNING oslo_config.cfg [None req-55612a8f-c768-45ff-b81c-190f3ae79702 - - - - - -] 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 9 seconds on interpreter 0x7f5402bf5668 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-03-26 14:50:53.365 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c907232b-cfcd-4cea-b50f-91f9c81fac4c d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/4] 199.204.45.89 () {44 vars in 922 bytes} [Thu Mar 26 14:50:52 2026] GET /v2.0/networks/public => generated 108 bytes in 933 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/5] 199.204.45.89 () {44 vars in 944 bytes} [Thu Mar 26 14:50:53 2026] GET /v2.0/networks?name=public => generated 15 bytes in 477 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 14:50:54.270 8 WARNING neutron.services.revisions.revision_plugin [None req-35764ead-c058-46c9-8381-0336d574524e d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Could not find related network for resource to bump revision. 2026-03-26 14:50:54.297 8 INFO neutron.db.segments_db [None req-35764ead-c058-46c9-8381-0336d574524e d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Added segment 8bbaed02-4588-4ca6-8c19-6ce45132eb8b of type flat for network 92718429-81fa-4bad-83df-142a9a16873e 2026-03-26 14:50:54.369 8 INFO neutron.pecan_wsgi.hooks.translation [None req-35764ead-c058-46c9-8381-0336d574524e d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/6] 199.204.45.89 () {48 vars in 962 bytes} [Thu Mar 26 14:50:53 2026] POST /v2.0/networks => generated 124 bytes in 539 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 14:51:00.344 8 INFO neutron.pecan_wsgi.hooks.translation [None req-56da4866-998e-4735-83ef-79936d8cdfc9 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/8] 199.204.45.89 () {44 vars in 922 bytes} [Thu Mar 26 14:51:00 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/9] 199.204.45.89 () {44 vars in 944 bytes} [Thu Mar 26 14:51:00 2026] GET /v2.0/networks?name=public => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 14:51:00.484 8 WARNING neutron.services.revisions.revision_plugin [None req-fdb85f92-c640-4295-b2d1-91e027d1de5b d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Could not find related network for resource to bump revision. 2026-03-26 14:51:00.504 8 INFO neutron.db.segments_db [None req-fdb85f92-c640-4295-b2d1-91e027d1de5b d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Added segment 777c7a8a-978f-48d9-b75c-5294f2835de0 of type flat for network b28a54a8-f5d1-4223-bf26-53a2b75f074b 2026-03-26 14:51:00.528 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fdb85f92-c640-4295-b2d1-91e027d1de5b d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/10] 199.204.45.89 () {48 vars in 962 bytes} [Thu Mar 26 14:51:00 2026] POST /v2.0/networks => generated 124 bytes in 196 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 14:51:06.840 7 INFO neutron.pecan_wsgi.hooks.translation [None req-088fa003-5e3e-4665-b38f-8cb4682e48cf d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/11] 199.204.45.89 () {44 vars in 922 bytes} [Thu Mar 26 14:51:06 2026] GET /v2.0/networks/public => generated 108 bytes in 395 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/12] 199.204.45.89 () {44 vars in 944 bytes} [Thu Mar 26 14:51:06 2026] GET /v2.0/networks?name=public => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 14:51:07.156 7 WARNING neutron.services.revisions.revision_plugin [None req-e8e34506-3923-413c-90ce-d3dba55c9a50 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Could not find related network for resource to bump revision. 2026-03-26 14:51:07.181 7 INFO neutron.db.segments_db [None req-e8e34506-3923-413c-90ce-d3dba55c9a50 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Added segment c123a5a2-6ad2-45b5-9e06-10963f92ea99 of type flat for network a2eb0356-d6e7-4a24-bf82-d5f6e509075b 2026-03-26 14:51:07.241 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e8e34506-3923-413c-90ce-d3dba55c9a50 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/13] 199.204.45.89 () {48 vars in 962 bytes} [Thu Mar 26 14:51:06 2026] POST /v2.0/networks => generated 124 bytes in 399 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 14:51:13.191 7 INFO neutron.pecan_wsgi.hooks.translation [None req-962fc3ba-0ddf-4236-9e83-22198336b4c4 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/15] 199.204.45.89 () {44 vars in 922 bytes} [Thu Mar 26 14:51:13 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 10/16] 199.204.45.89 () {44 vars in 944 bytes} [Thu Mar 26 14:51:13 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-03-26 14:51:13.279 7 WARNING neutron.services.revisions.revision_plugin [None req-af77888e-3cac-44df-bfe1-80926f1e3d8e d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Could not find related network for resource to bump revision. 2026-03-26 14:51:13.301 7 INFO neutron.db.segments_db [None req-af77888e-3cac-44df-bfe1-80926f1e3d8e d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Added segment d6206c4c-30f1-459c-a766-584900afa5c9 of type flat for network 41ec9251-3314-4660-8339-2c6fafca01b6 2026-03-26 14:51:13.338 7 INFO neutron.pecan_wsgi.hooks.translation [None req-af77888e-3cac-44df-bfe1-80926f1e3d8e d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/17] 199.204.45.89 () {48 vars in 962 bytes} [Thu Mar 26 14:51:13 2026] POST /v2.0/networks => generated 124 bytes in 131 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 14:51:19.329 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0bc894de-3fec-44e1-a5ee-7dec9bd934c6 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/18] 199.204.45.89 () {44 vars in 922 bytes} [Thu Mar 26 14:51:19 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/19] 199.204.45.89 () {44 vars in 944 bytes} [Thu Mar 26 14:51:19 2026] GET /v2.0/networks?name=public => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 14:51:19.413 8 WARNING neutron.services.revisions.revision_plugin [None req-27665fd8-add7-44c3-9230-b82d6b6e8f60 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Could not find related network for resource to bump revision. 2026-03-26 14:51:19.444 8 INFO neutron.db.segments_db [None req-27665fd8-add7-44c3-9230-b82d6b6e8f60 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Added segment 958a4ae4-4199-473a-b84f-3ae2df91a197 of type flat for network d577a003-34a7-46ad-b7ad-c11691da4859 2026-03-26 14:51:19.471 8 INFO neutron.pecan_wsgi.hooks.translation [None req-27665fd8-add7-44c3-9230-b82d6b6e8f60 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/20] 199.204.45.89 () {48 vars in 962 bytes} [Thu Mar 26 14:51:19 2026] POST /v2.0/networks => generated 124 bytes in 129 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 14:51:25.402 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a0e82537-4780-4370-bf0c-01eec0557cc5 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/21] 199.204.45.89 () {44 vars in 922 bytes} [Thu Mar 26 14:51:25 2026] GET /v2.0/networks/public => generated 108 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/22] 199.204.45.89 () {44 vars in 944 bytes} [Thu Mar 26 14:51:25 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-03-26 14:51:25.523 7 WARNING neutron.services.revisions.revision_plugin [None req-f31abefa-9630-4e95-8150-60ace16ef9e6 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Could not find related network for resource to bump revision. 2026-03-26 14:51:25.642 7 INFO neutron.db.segments_db [None req-f31abefa-9630-4e95-8150-60ace16ef9e6 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Added segment 82a017c9-ea30-4299-b659-a94ff00be84b of type flat for network d880a5ac-5837-4bab-ba8f-abbc2ad21313 [pid: 7|app: 0|req: 10/23] 199.204.45.89 () {48 vars in 962 bytes} [Thu Mar 26 14:51:25 2026] POST /v2.0/networks => generated 706 bytes in 672 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 14:51:27.293 8 INFO neutron.pecan_wsgi.hooks.translation [None req-46918a59-e85b-49d4-b725-7c5aa529afe6 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 14/25] 199.204.45.89 () {44 vars in 922 bytes} [Thu Mar 26 14:51:27 2026] GET /v2.0/networks/public => generated 108 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/26] 199.204.45.89 () {44 vars in 944 bytes} [Thu Mar 26 14:51:27 2026] GET /v2.0/networks?name=public => generated 709 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 14:51:27.376 8 INFO neutron.pecan_wsgi.hooks.translation [None req-750a689f-f706-4b82-a833-c4eb94e89f5b d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 15/27] 199.204.45.89 () {44 vars in 1029 bytes} [Thu Mar 26 14:51:27 2026] GET /v2.0/subnets/public-subnet?network_id=d880a5ac-5837-4bab-ba8f-abbc2ad21313 => generated 113 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/28] 199.204.45.89 () {44 vars in 1052 bytes} [Thu Mar 26 14:51:27 2026] GET /v2.0/subnets?name=public-subnet&network_id=d880a5ac-5837-4bab-ba8f-abbc2ad21313 => 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: 16/29] 199.204.45.89 () {48 vars in 960 bytes} [Thu Mar 26 14:51:27 2026] POST /v2.0/subnets => generated 664 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 14:56:35.310 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c47bbc78-5471-4cf3-8c81-0b5b5bc47af4 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/70] 199.204.45.89 () {44 vars in 932 bytes} [Thu Mar 26 14:56:35 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 125 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/71] 199.204.45.89 () {44 vars in 954 bytes} [Thu Mar 26 14:56:35 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 14:56:35.400 7 INFO neutron.db.segments_db [None req-3561e349-a4f4-4a70-bdd7-a986f0cf2f9f d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Added segment ef1b0b5d-ab12-4d16-9223-9b952482456a of type vxlan for network 99dbb3d3-282d-42b3-9582-2e77e0cb6418 [pid: 7|app: 0|req: 35/72] 199.204.45.89 () {48 vars in 961 bytes} [Thu Mar 26 14:56:35 2026] POST /v2.0/networks => generated 688 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 14:56:36.460 8 INFO neutron.pecan_wsgi.hooks.translation [None req-11c93bc1-2323-436e-9cf3-441afee4d912 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 38/73] 199.204.45.89 () {44 vars in 932 bytes} [Thu Mar 26 14:56:36 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/74] 199.204.45.89 () {44 vars in 954 bytes} [Thu Mar 26 14:56:36 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 14:56:36.514 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a71a27b6-809f-4625-9279-6819ab79ba93 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 39/75] 199.204.45.89 () {44 vars in 1031 bytes} [Thu Mar 26 14:56:36 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=99dbb3d3-282d-42b3-9582-2e77e0cb6418 => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/76] 199.204.45.89 () {44 vars in 1054 bytes} [Thu Mar 26 14:56:36 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=99dbb3d3-282d-42b3-9582-2e77e0cb6418 => generated 14 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/77] 199.204.45.89 () {48 vars in 960 bytes} [Thu Mar 26 14:56:36 2026] POST /v2.0/subnets => generated 651 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 14:56:37.734 7 INFO neutron.api.v2.resource [None req-8b3257db-58aa-480c-a559-d238bcef549c d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 38/78] 199.204.45.89 () {44 vars in 966 bytes} [Thu Mar 26 14:56:37 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/79] 199.204.45.89 () {44 vars in 988 bytes} [Thu Mar 26 14:56:37 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/80] 199.204.45.89 () {48 vars in 975 bytes} [Thu Mar 26 14:56:37 2026] POST /v2.0/security-groups => generated 1616 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/81] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 14:56:38 2026] GET /v2.0/security-groups/88e8133b-4cde-4f50-befc-b1fc4e47a7c5 => generated 1616 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/82] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 14:56:38 2026] GET /v2.0/security-groups/88e8133b-4cde-4f50-befc-b1fc4e47a7c5 => generated 1616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/83] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 14:56:39 2026] GET /v2.0/security-groups/88e8133b-4cde-4f50-befc-b1fc4e47a7c5 => generated 1616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/84] 199.204.45.89 () {48 vars in 986 bytes} [Thu Mar 26 14:56:39 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: 8|app: 0|req: 44/85] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 14:56:39 2026] GET /v2.0/security-groups/88e8133b-4cde-4f50-befc-b1fc4e47a7c5 => generated 2230 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/86] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 14:56:40 2026] GET /v2.0/security-groups/88e8133b-4cde-4f50-befc-b1fc4e47a7c5 => generated 2230 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/87] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 14:56:40 2026] GET /v2.0/security-groups/88e8133b-4cde-4f50-befc-b1fc4e47a7c5 => generated 2230 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/88] 199.204.45.89 () {48 vars in 986 bytes} [Thu Mar 26 14:56:40 2026] POST /v2.0/security-group-rules => generated 603 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/89] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 14:56:41 2026] GET /v2.0/security-groups/88e8133b-4cde-4f50-befc-b1fc4e47a7c5 => generated 2846 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/90] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 14:56:41 2026] GET /v2.0/security-groups/88e8133b-4cde-4f50-befc-b1fc4e47a7c5 => generated 2846 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/91] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 14:56:41 2026] GET /v2.0/security-groups/88e8133b-4cde-4f50-befc-b1fc4e47a7c5 => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/92] 199.204.45.89 () {48 vars in 986 bytes} [Thu Mar 26 14:56:41 2026] POST /v2.0/security-group-rules => generated 603 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/95] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 14:56:42 2026] GET /v2.0/security-groups/88e8133b-4cde-4f50-befc-b1fc4e47a7c5 => generated 3462 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/96] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 14:56:42 2026] GET /v2.0/security-groups/88e8133b-4cde-4f50-befc-b1fc4e47a7c5 => generated 3462 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/97] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 14:56:42 2026] GET /v2.0/security-groups/88e8133b-4cde-4f50-befc-b1fc4e47a7c5 => generated 3462 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/98] 199.204.45.89 () {48 vars in 986 bytes} [Thu Mar 26 14:56:42 2026] POST /v2.0/security-group-rules => generated 603 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/99] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 14:56:43 2026] GET /v2.0/security-groups/88e8133b-4cde-4f50-befc-b1fc4e47a7c5 => generated 4078 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/100] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 14:56:43 2026] GET /v2.0/security-groups/88e8133b-4cde-4f50-befc-b1fc4e47a7c5 => generated 4078 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/101] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 14:56:43 2026] GET /v2.0/security-groups/88e8133b-4cde-4f50-befc-b1fc4e47a7c5 => generated 4078 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/102] 199.204.45.89 () {48 vars in 986 bytes} [Thu Mar 26 14:56:43 2026] POST /v2.0/security-group-rules => generated 603 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/103] 199.204.45.89 () {44 vars in 982 bytes} [Thu Mar 26 14:56:44 2026] GET /v2.0/networks/99dbb3d3-282d-42b3-9582-2e77e0cb6418 => generated 732 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 14:56:44.862 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4e122c9f-eabe-4f12-a781-5194d5ec9507 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/104] 199.204.45.89 () {44 vars in 1071 bytes} [Thu Mar 26 14:56:44 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=99dbb3d3-282d-42b3-9582-2e77e0cb6418 => generated 132 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/105] 199.204.45.89 () {44 vars in 1094 bytes} [Thu Mar 26 14:56:44 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=99dbb3d3-282d-42b3-9582-2e77e0cb6418 => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/106] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 14:56:44 2026] GET /v2.0/security-groups/88e8133b-4cde-4f50-befc-b1fc4e47a7c5 => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/107] 199.204.45.89 () {48 vars in 956 bytes} [Thu Mar 26 14:56:44 2026] POST /v2.0/ports => generated 1100 bytes in 456 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-26 14:56:53.160 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0cbf2cc1-6d2e-4ceb-ba01-bb68d4c662d5 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 55/108] 199.204.45.89 () {44 vars in 974 bytes} [Thu Mar 26 14:56:53 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 83 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /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: 54/109] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 14:56:53 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/110] 199.204.45.89 () {48 vars in 1026 bytes} [Thu Mar 26 14:56:53 2026] PUT /v2.0/ports/7a27147f-e8a4-42b9-b262-677fbb3119fe => generated 1249 bytes in 795 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/111] 199.204.45.89 () {44 vars in 915 bytes} [Thu Mar 26 14:56:55 2026] GET /v2.0/ports => generated 3730 bytes in 317 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-03-26 14:56:57.033 8 INFO neutron.api.v2.resource [None req-72a5b711-4fe7-4bd5-973b-b3414287d8ea d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 57/112] 199.204.45.89 () {44 vars in 954 bytes} [Thu Mar 26 14:56:56 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/113] 199.204.45.89 () {44 vars in 976 bytes} [Thu Mar 26 14:56:57 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: 8|app: 0|req: 58/114] 199.204.45.89 () {48 vars in 975 bytes} [Thu Mar 26 14:56:57 2026] POST /v2.0/security-groups => generated 1610 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/117] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 14:56:58 2026] GET /v2.0/security-groups/95bccbf4-ea13-4ceb-8d38-1b708473edbe => generated 1610 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/118] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 14:56:58 2026] GET /v2.0/security-groups/95bccbf4-ea13-4ceb-8d38-1b708473edbe => generated 1610 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/119] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 14:56:58 2026] GET /v2.0/security-groups/95bccbf4-ea13-4ceb-8d38-1b708473edbe => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/120] 199.204.45.89 () {48 vars in 986 bytes} [Thu Mar 26 14:56:58 2026] POST /v2.0/security-group-rules => generated 623 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/121] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 14:56:59 2026] GET /v2.0/security-groups/95bccbf4-ea13-4ceb-8d38-1b708473edbe => generated 2246 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/122] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 14:56:59 2026] GET /v2.0/security-groups/95bccbf4-ea13-4ceb-8d38-1b708473edbe => generated 2246 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/123] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 14:56:59 2026] GET /v2.0/security-groups/95bccbf4-ea13-4ceb-8d38-1b708473edbe => generated 2246 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 63/124] 199.204.45.89 () {48 vars in 986 bytes} [Thu Mar 26 14:56:59 2026] POST /v2.0/security-group-rules => generated 627 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 68/133] 199.204.45.89 () {44 vars in 970 bytes} [Thu Mar 26 14:58:04 2026] GET /v2.0/quotas/5bec55fd3cc244238c5820565484b68e => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 66/134] 199.204.45.89 () {48 vars in 1022 bytes} [Thu Mar 26 14:58:05 2026] PUT /v2.0/quotas/5bec55fd3cc244238c5820565484b68e => generated 291 bytes in 41 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-03-26 15:00:25.542 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fa880e58-bc30-44dc-93b7-df90d58815b4 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 78/153] 199.204.45.89 () {30 vars in 739 bytes} [Thu Mar 26 15:00:25 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 202 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 76/154] 199.204.45.89 () {30 vars in 761 bytes} [Thu Mar 26 15:00:25 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) 2026-03-26 15:00:27.614 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3aa9e8bc-3cb2-475a-9f86-3e87e94d2c02 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 80/157] 199.204.45.89 () {30 vars in 739 bytes} [Thu Mar 26 15:00:27 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 78/158] 199.204.45.89 () {30 vars in 761 bytes} [Thu Mar 26 15:00:27 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:06:54.204 7 INFO neutron.api.v2.resource [None req-fea62be4-d09f-4423-b72c-6a5cc9058aef d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 104/209] 199.204.45.89 () {44 vars in 1069 bytes} [Thu Mar 26 15:06:54 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=2141c41aa66a46b2bb392a6488bde655 => generated 139 bytes in 141 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/210] 199.204.45.89 () {44 vars in 1092 bytes} [Thu Mar 26 15:06:54 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=2141c41aa66a46b2bb392a6488bde655 => generated 23 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/211] 199.204.45.89 () {48 vars in 976 bytes} [Thu Mar 26 15:06:54 2026] POST /v2.0/security-groups => generated 1624 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/212] 199.204.45.89 () {44 vars in 1083 bytes} [Thu Mar 26 15:06:55 2026] GET /v2.0/security-groups/30427e10-d2e3-47a7-ad99-aa2d11b2777d?project_id=2141c41aa66a46b2bb392a6488bde655 => generated 1624 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/213] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 15:06:55 2026] GET /v2.0/security-groups/30427e10-d2e3-47a7-ad99-aa2d11b2777d => generated 1624 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/214] 199.204.45.89 () {44 vars in 1083 bytes} [Thu Mar 26 15:06:55 2026] GET /v2.0/security-groups/30427e10-d2e3-47a7-ad99-aa2d11b2777d?project_id=2141c41aa66a46b2bb392a6488bde655 => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/215] 199.204.45.89 () {48 vars in 986 bytes} [Thu Mar 26 15:06:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/216] 199.204.45.89 () {44 vars in 1083 bytes} [Thu Mar 26 15:06:56 2026] GET /v2.0/security-groups/30427e10-d2e3-47a7-ad99-aa2d11b2777d?project_id=2141c41aa66a46b2bb392a6488bde655 => generated 2234 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/217] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 15:06:56 2026] GET /v2.0/security-groups/30427e10-d2e3-47a7-ad99-aa2d11b2777d => generated 2234 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/218] 199.204.45.89 () {44 vars in 1083 bytes} [Thu Mar 26 15:06:56 2026] GET /v2.0/security-groups/30427e10-d2e3-47a7-ad99-aa2d11b2777d?project_id=2141c41aa66a46b2bb392a6488bde655 => generated 2234 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/219] 199.204.45.89 () {48 vars in 986 bytes} [Thu Mar 26 15:06:56 2026] POST /v2.0/security-group-rules => generated 599 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/222] 199.204.45.89 () {44 vars in 1083 bytes} [Thu Mar 26 15:06:57 2026] GET /v2.0/security-groups/30427e10-d2e3-47a7-ad99-aa2d11b2777d?project_id=2141c41aa66a46b2bb392a6488bde655 => generated 2846 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/223] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 15:06:57 2026] GET /v2.0/security-groups/30427e10-d2e3-47a7-ad99-aa2d11b2777d => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/224] 199.204.45.89 () {44 vars in 1083 bytes} [Thu Mar 26 15:06:58 2026] GET /v2.0/security-groups/30427e10-d2e3-47a7-ad99-aa2d11b2777d?project_id=2141c41aa66a46b2bb392a6488bde655 => generated 2846 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/225] 199.204.45.89 () {48 vars in 986 bytes} [Thu Mar 26 15:06:58 2026] POST /v2.0/security-group-rules => generated 601 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/226] 199.204.45.89 () {44 vars in 1083 bytes} [Thu Mar 26 15:06:59 2026] GET /v2.0/security-groups/30427e10-d2e3-47a7-ad99-aa2d11b2777d?project_id=2141c41aa66a46b2bb392a6488bde655 => generated 3460 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/227] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 15:06:59 2026] GET /v2.0/security-groups/30427e10-d2e3-47a7-ad99-aa2d11b2777d => generated 3460 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/228] 199.204.45.89 () {44 vars in 1083 bytes} [Thu Mar 26 15:06:59 2026] GET /v2.0/security-groups/30427e10-d2e3-47a7-ad99-aa2d11b2777d?project_id=2141c41aa66a46b2bb392a6488bde655 => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/229] 199.204.45.89 () {48 vars in 986 bytes} [Thu Mar 26 15:06:59 2026] POST /v2.0/security-group-rules => generated 602 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 136/270] 199.204.45.89 () {30 vars in 738 bytes} [Thu Mar 26 15:11:58 2026] GET /v2.0/networks?tenant_id=2141c41aa66a46b2bb392a6488bde655&shared=False => generated 15 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:11:58.960 7 INFO neutron.db.segments_db [None req-e2ff877d-528d-4c86-831a-5ba0a0db6753 1f8ee079c77b4ae895c24294b7385d4c 2141c41aa66a46b2bb392a6488bde655 - - 67e08ded919441dba03c0ac6c1f9e63c 67e08ded919441dba03c0ac6c1f9e63c] Added segment 96b5d1bc-a693-4081-a436-5804afa22338 of type vxlan for network a31bcc72-eade-40e8-aef5-8cd76436fa6f [pid: 7|app: 0|req: 135/271] 199.204.45.89 () {34 vars in 680 bytes} [Thu Mar 26 15:11:58 2026] POST /v2.0/networks => generated 698 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 137/272] 199.204.45.89 () {30 vars in 720 bytes} [Thu Mar 26 15:11:59 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => 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: 136/273] 199.204.45.89 () {30 vars in 631 bytes} [Thu Mar 26 15:11:59 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 138/274] 199.204.45.89 () {34 vars in 675 bytes} [Thu Mar 26 15:11:59 2026] POST /v2.0/ports => generated 999 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/275] 199.204.45.89 () {30 vars in 701 bytes} [Thu Mar 26 15:11:59 2026] GET /v2.0/networks/a31bcc72-eade-40e8-aef5-8cd76436fa6f => generated 704 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 139/276] 199.204.45.89 () {30 vars in 720 bytes} [Thu Mar 26 15:12:01 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/277] 199.204.45.89 () {30 vars in 701 bytes} [Thu Mar 26 15:12:01 2026] GET /v2.0/networks/a31bcc72-eade-40e8-aef5-8cd76436fa6f => generated 704 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 140/280] 199.204.45.89 () {44 vars in 970 bytes} [Thu Mar 26 15:12:27 2026] GET /v2.0/quotas/2141c41aa66a46b2bb392a6488bde655 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 142/283] 199.204.45.89 () {48 vars in 1022 bytes} [Thu Mar 26 15:12:27 2026] PUT /v2.0/quotas/2141c41aa66a46b2bb392a6488bde655 => generated 291 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:24:01.504 8 INFO neutron.pecan_wsgi.hooks.translation [None req-09592746-fb50-40e4-89d7-034be8104e92 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 189/376] 199.204.45.89 () {44 vars in 922 bytes} [Thu Mar 26 15:24:01 2026] GET /v2.0/networks/public => generated 108 bytes in 141 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/377] 199.204.45.89 () {44 vars in 944 bytes} [Thu Mar 26 15:24:01 2026] GET /v2.0/networks?name=public => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:24:02.648 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0ffd2633-b837-467f-b8d3-a2cd7af3964b d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 190/378] 199.204.45.89 () {44 vars in 922 bytes} [Thu Mar 26 15:24:02 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: 189/379] 199.204.45.89 () {44 vars in 944 bytes} [Thu Mar 26 15:24:02 2026] GET /v2.0/networks?name=public => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:24:02.727 8 INFO neutron.pecan_wsgi.hooks.translation [None req-42a4be5b-cf0c-4845-bcef-d6937fa30a9a d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 191/380] 199.204.45.89 () {44 vars in 1029 bytes} [Thu Mar 26 15:24:02 2026] GET /v2.0/subnets/public-subnet?network_id=d880a5ac-5837-4bab-ba8f-abbc2ad21313 => generated 113 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/381] 199.204.45.89 () {44 vars in 1052 bytes} [Thu Mar 26 15:24:02 2026] GET /v2.0/subnets?name=public-subnet&network_id=d880a5ac-5837-4bab-ba8f-abbc2ad21313 => generated 667 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:24:31.975 8 INFO neutron.pecan_wsgi.hooks.translation [None req-66e72c72-c5ee-457b-b338-330f2459add3 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 194/386] 199.204.45.89 () {44 vars in 932 bytes} [Thu Mar 26 15:24:31 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/387] 199.204.45.89 () {44 vars in 954 bytes} [Thu Mar 26 15:24:31 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:24:32.959 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bd5af5f4-9448-4423-a108-766c9e23053d d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 195/388] 199.204.45.89 () {44 vars in 932 bytes} [Thu Mar 26 15:24:32 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/389] 199.204.45.89 () {44 vars in 954 bytes} [Thu Mar 26 15:24:32 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:24:33.043 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4911afbb-a7ed-4183-a219-aa026a6bd23e d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 196/390] 199.204.45.89 () {44 vars in 1031 bytes} [Thu Mar 26 15:24:33 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=99dbb3d3-282d-42b3-9582-2e77e0cb6418 => generated 114 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/391] 199.204.45.89 () {44 vars in 1054 bytes} [Thu Mar 26 15:24:33 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=99dbb3d3-282d-42b3-9582-2e77e0cb6418 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:24:34.258 8 INFO neutron.api.v2.resource [None req-1bb19090-aaa3-402b-9413-1d335a3ea13c d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 197/392] 199.204.45.89 () {44 vars in 966 bytes} [Thu Mar 26 15:24:34 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/393] 199.204.45.89 () {44 vars in 988 bytes} [Thu Mar 26 15:24:34 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/394] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 15:24:35 2026] GET /v2.0/security-groups/88e8133b-4cde-4f50-befc-b1fc4e47a7c5 => generated 4694 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/395] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 15:24:35 2026] GET /v2.0/security-groups/88e8133b-4cde-4f50-befc-b1fc4e47a7c5 => generated 4694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/396] 199.204.45.89 () {44 vars in 1006 bytes} [Thu Mar 26 15:24:35 2026] GET /v2.0/security-group-rules/2d964934-84c1-4f6c-bc0c-f599836bb90d => 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: 198/397] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 15:24:36 2026] GET /v2.0/security-groups/88e8133b-4cde-4f50-befc-b1fc4e47a7c5 => generated 4694 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/398] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 15:24:36 2026] GET /v2.0/security-groups/88e8133b-4cde-4f50-befc-b1fc4e47a7c5 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/399] 199.204.45.89 () {44 vars in 1006 bytes} [Thu Mar 26 15:24:36 2026] GET /v2.0/security-group-rules/f922061c-7fb7-4860-b62f-ec8e435f6e7b => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/400] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 15:24:37 2026] GET /v2.0/security-groups/88e8133b-4cde-4f50-befc-b1fc4e47a7c5 => generated 4694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/401] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 15:24:37 2026] GET /v2.0/security-groups/88e8133b-4cde-4f50-befc-b1fc4e47a7c5 => generated 4694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/402] 199.204.45.89 () {44 vars in 1006 bytes} [Thu Mar 26 15:24:37 2026] GET /v2.0/security-group-rules/6c88ead6-6b3b-48e1-8afd-a6cb548ede9d => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/403] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 15:24:38 2026] GET /v2.0/security-groups/88e8133b-4cde-4f50-befc-b1fc4e47a7c5 => generated 4694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/404] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 15:24:38 2026] GET /v2.0/security-groups/88e8133b-4cde-4f50-befc-b1fc4e47a7c5 => generated 4694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/405] 199.204.45.89 () {44 vars in 1006 bytes} [Thu Mar 26 15:24:38 2026] GET /v2.0/security-group-rules/85cf2ae0-3499-4f50-9502-46adb92e7a14 => generated 603 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/406] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 15:24:39 2026] GET /v2.0/security-groups/88e8133b-4cde-4f50-befc-b1fc4e47a7c5 => generated 4694 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/407] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 15:24:39 2026] GET /v2.0/security-groups/88e8133b-4cde-4f50-befc-b1fc4e47a7c5 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/408] 199.204.45.89 () {44 vars in 1006 bytes} [Thu Mar 26 15:24:39 2026] GET /v2.0/security-group-rules/0d05b780-0a4a-4fd7-9f58-4d9cb4f4b2cf => generated 603 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/409] 199.204.45.89 () {44 vars in 982 bytes} [Thu Mar 26 15:24:40 2026] GET /v2.0/networks/99dbb3d3-282d-42b3-9582-2e77e0cb6418 => generated 732 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:24:40.865 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2caf9058-4269-4d9e-af6b-4a41fb49570c d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 206/410] 199.204.45.89 () {44 vars in 1071 bytes} [Thu Mar 26 15:24:40 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=99dbb3d3-282d-42b3-9582-2e77e0cb6418 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/411] 199.204.45.89 () {44 vars in 1094 bytes} [Thu Mar 26 15:24:40 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=99dbb3d3-282d-42b3-9582-2e77e0cb6418 => generated 1254 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/412] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 15:24:40 2026] GET /v2.0/security-groups/88e8133b-4cde-4f50-befc-b1fc4e47a7c5 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:24:49.286 8 INFO neutron.pecan_wsgi.hooks.translation [None req-803ad17c-337c-4401-9b90-970f64370eaa d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 209/415] 199.204.45.89 () {44 vars in 974 bytes} [Thu Mar 26 15:24:49 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/416] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 15:24:49 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/417] 199.204.45.89 () {44 vars in 915 bytes} [Thu Mar 26 15:24:50 2026] GET /v2.0/ports => generated 4725 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:24:52.170 7 INFO neutron.api.v2.resource [None req-571c2e5c-2573-45e0-bd0a-7f6a112dfdfa d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 208/418] 199.204.45.89 () {44 vars in 954 bytes} [Thu Mar 26 15:24:52 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/419] 199.204.45.89 () {44 vars in 976 bytes} [Thu Mar 26 15:24:52 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/420] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 15:24:53 2026] GET /v2.0/security-groups/95bccbf4-ea13-4ceb-8d38-1b708473edbe => generated 2886 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/421] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 15:24:53 2026] GET /v2.0/security-groups/95bccbf4-ea13-4ceb-8d38-1b708473edbe => generated 2886 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/422] 199.204.45.89 () {44 vars in 1006 bytes} [Thu Mar 26 15:24:53 2026] GET /v2.0/security-group-rules/8f252b64-1394-4df0-8761-e9316cca3787 => generated 623 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/423] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 15:24:54 2026] GET /v2.0/security-groups/95bccbf4-ea13-4ceb-8d38-1b708473edbe => generated 2886 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/424] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 15:24:54 2026] GET /v2.0/security-groups/95bccbf4-ea13-4ceb-8d38-1b708473edbe => generated 2886 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/425] 199.204.45.89 () {44 vars in 1006 bytes} [Thu Mar 26 15:24:54 2026] GET /v2.0/security-group-rules/26097597-2fcf-4662-a2d7-0abb9b2abc8c => generated 627 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/428] 199.204.45.89 () {44 vars in 970 bytes} [Thu Mar 26 15:25:06 2026] GET /v2.0/quotas/5bec55fd3cc244238c5820565484b68e => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:26:00.073 8 INFO neutron.api.v2.resource [None req-8e28c9af-b4a9-4a37-bfde-1a026198dfe1 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 220/437] 199.204.45.89 () {44 vars in 1069 bytes} [Thu Mar 26 15:26:00 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=2141c41aa66a46b2bb392a6488bde655 => generated 139 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/438] 199.204.45.89 () {44 vars in 1092 bytes} [Thu Mar 26 15:26:00 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=2141c41aa66a46b2bb392a6488bde655 => generated 4072 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/439] 199.204.45.89 () {44 vars in 1083 bytes} [Thu Mar 26 15:26:01 2026] GET /v2.0/security-groups/30427e10-d2e3-47a7-ad99-aa2d11b2777d?project_id=2141c41aa66a46b2bb392a6488bde655 => generated 4075 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/440] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 15:26:01 2026] GET /v2.0/security-groups/30427e10-d2e3-47a7-ad99-aa2d11b2777d => generated 4075 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/441] 199.204.45.89 () {44 vars in 1006 bytes} [Thu Mar 26 15:26:01 2026] GET /v2.0/security-group-rules/a551feab-cc7b-47bb-95b4-a50ba18103fc => generated 597 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/442] 199.204.45.89 () {44 vars in 1083 bytes} [Thu Mar 26 15:26:02 2026] GET /v2.0/security-groups/30427e10-d2e3-47a7-ad99-aa2d11b2777d?project_id=2141c41aa66a46b2bb392a6488bde655 => generated 4075 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/443] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 15:26:02 2026] GET /v2.0/security-groups/30427e10-d2e3-47a7-ad99-aa2d11b2777d => generated 4075 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/444] 199.204.45.89 () {44 vars in 1006 bytes} [Thu Mar 26 15:26:02 2026] GET /v2.0/security-group-rules/f504d517-58b4-4325-98c4-42e93950f965 => generated 599 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/445] 199.204.45.89 () {44 vars in 1083 bytes} [Thu Mar 26 15:26:03 2026] GET /v2.0/security-groups/30427e10-d2e3-47a7-ad99-aa2d11b2777d?project_id=2141c41aa66a46b2bb392a6488bde655 => generated 4075 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/446] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 15:26:03 2026] GET /v2.0/security-groups/30427e10-d2e3-47a7-ad99-aa2d11b2777d => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/447] 199.204.45.89 () {44 vars in 1006 bytes} [Thu Mar 26 15:26:03 2026] GET /v2.0/security-group-rules/2e91ea82-1c2a-43fc-a56d-45e42c340840 => 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: 223/448] 199.204.45.89 () {44 vars in 1083 bytes} [Thu Mar 26 15:26:04 2026] GET /v2.0/security-groups/30427e10-d2e3-47a7-ad99-aa2d11b2777d?project_id=2141c41aa66a46b2bb392a6488bde655 => generated 4075 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/449] 199.204.45.89 () {44 vars in 996 bytes} [Thu Mar 26 15:26:04 2026] GET /v2.0/security-groups/30427e10-d2e3-47a7-ad99-aa2d11b2777d => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/450] 199.204.45.89 () {44 vars in 1006 bytes} [Thu Mar 26 15:26:04 2026] GET /v2.0/security-group-rules/e09fb8c6-3432-4ac5-a141-0fecd8371d3c => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/451] 199.204.45.89 () {44 vars in 970 bytes} [Thu Mar 26 15:26:11 2026] GET /v2.0/quotas/2141c41aa66a46b2bb392a6488bde655 => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/460] 199.204.45.89 () {44 vars in 944 bytes} [Thu Mar 26 15:27:03 2026] GET /v2.0/networks?name=public => generated 753 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/467] 10.0.0.103 () {32 vars in 648 bytes} [Thu Mar 26 15:27:44 2026] GET /v2.0/networks => generated 2167 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/468] 10.0.0.103 () {32 vars in 654 bytes} [Thu Mar 26 15:27:45 2026] GET /v2.0/floatingips => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/469] 10.0.0.103 () {32 vars in 646 bytes} [Thu Mar 26 15:27:45 2026] GET /v2.0/routers => generated 15 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/470] 10.0.0.103 () {32 vars in 642 bytes} [Thu Mar 26 15:27:45 2026] GET /v2.0/ports => generated 4725 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/471] 10.0.0.103 () {32 vars in 646 bytes} [Thu Mar 26 15:27:45 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: 7|app: 0|req: 234/472] 10.0.0.103 () {32 vars in 648 bytes} [Thu Mar 26 15:27:45 2026] GET /v2.0/networks => generated 2167 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/473] 10.0.0.103 () {32 vars in 662 bytes} [Thu Mar 26 15:27:45 2026] GET /v2.0/security-groups => generated 17401 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/474] 10.0.0.103 () {32 vars in 654 bytes} [Thu Mar 26 15:27:45 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:27:57.385 8 INFO neutron.db.segments_db [None req-674152b7-b90f-419f-8dd0-c074f6326695 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Added segment 15d486f9-3caf-4731-b33a-48390d1863ad of type vxlan for network 1ed4ae9d-dab4-4e8a-970b-0edd656d000e [pid: 8|app: 0|req: 240/477] 10.0.0.103 () {34 vars in 670 bytes} [Thu Mar 26 15:27:57 2026] POST /v2.0/networks => generated 733 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:27:57.534 7 INFO neutron.db.segments_db [None req-dec7062d-b373-4126-9090-39b7e74b477d d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Added segment b443bdb3-0a73-4f1a-96f5-39010588dab2 of type vxlan for network 6d6aa8db-a0b2-49f0-8506-8a72be4d1d84 [pid: 7|app: 0|req: 238/478] 10.0.0.103 () {34 vars in 670 bytes} [Thu Mar 26 15:27:57 2026] POST /v2.0/networks => generated 729 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:27:57.784 8 INFO neutron.db.segments_db [None req-c46b0db9-8deb-48a5-8eee-f8576ac2bc51 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Added segment c5435d3e-a579-4b05-af4c-8851fc7faf9c of type vxlan for network 4e1743d1-6ca8-4e64-b19b-f43136baee06 [pid: 8|app: 0|req: 241/479] 10.0.0.103 () {34 vars in 670 bytes} [Thu Mar 26 15:27:57 2026] POST /v2.0/networks => generated 724 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/480] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:27:57 2026] POST /v2.0/subnets => generated 699 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/481] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:27:57 2026] GET /v2.0/security-groups?tenant_id=5c25ad924b8141259b672f5c06c09252&name=default => generated 2921 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/482] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:27:57 2026] POST /v2.0/subnets => generated 695 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:27:58.155 8 INFO neutron.db.segments_db [None req-3e5f820e-b936-482b-9e5b-1e71ff5318ad d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Added segment 30e5f629-4d8f-4f15-b27a-d40da350af1a of type vxlan for network 20af2e6a-9144-4d5e-bac4-e83e9ec0a946 [pid: 7|app: 0|req: 241/483] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:27:58 2026] POST /v2.0/subnets => generated 690 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/484] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:27:58 2026] DELETE /v2.0/security-groups/b5e28053-859b-45b9-91b6-768aa047eb08 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:27:58.405 8 INFO neutron.db.l3_hamode_db [None req-3e5f820e-b936-482b-9e5b-1e71ff5318ad d0764c18170d45f498785062472ac84f 9b11c81e73b14dd88c7705ec5eb22ed0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-26 15:27:58.439 7 INFO neutron.db.segments_db [None req-593b3831-e23c-4ef8-be38-4dc1cf8ea7ea d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Added segment 19a4f789-3cbf-4f09-9859-ead80e08375f of type vxlan for network 7ceda0aa-c0b7-4736-b54f-e8a34593d9c5 2026-03-26 15:27:58.693 7 INFO neutron.db.l3_hamode_db [None req-593b3831-e23c-4ef8-be38-4dc1cf8ea7ea d0764c18170d45f498785062472ac84f 55bfdadee2534403ac5da229d340703c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-26 15:27:59.449 8 INFO neutron.db.l3_hamode_db [None req-3e5f820e-b936-482b-9e5b-1e71ff5318ad d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-26 15:27:59.691 7 INFO neutron.db.l3_hamode_db [None req-593b3831-e23c-4ef8-be38-4dc1cf8ea7ea d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 243/485] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:27:58 2026] POST /v2.0/routers => generated 739 bytes in 2777 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:28:00.931 8 INFO neutron.db.segments_db [None req-36d99b04-8369-416d-99e2-43bb5c5646cb d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Added segment 27e81673-4f09-40ee-8e0d-257f48c77f07 of type vxlan for network 1360cb56-68eb-4689-a4b9-bde92ab25a87 [pid: 7|app: 0|req: 243/486] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:27:58 2026] POST /v2.0/routers => generated 735 bytes in 2578 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:28:01.181 8 INFO neutron.db.l3_hamode_db [None req-36d99b04-8369-416d-99e2-43bb5c5646cb d0764c18170d45f498785062472ac84f fe8de5d3fe67484f94de4b4d9967a3ca - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-26 15:28:01.275 7 INFO neutron.db.segments_db [None req-7dbe7f0f-7553-4e5f-be6a-4d1a3f10f6fd d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Added segment 0c17f826-5ca9-4245-9084-d421ac0f6738 of type vxlan for network 17a37aba-a269-4f84-a3a2-9568355bec2d [pid: 7|app: 0|req: 244/487] 10.0.0.103 () {34 vars in 670 bytes} [Thu Mar 26 15:28:00 2026] POST /v2.0/networks => generated 718 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:28:01.895 8 INFO neutron.db.l3_hamode_db [None req-36d99b04-8369-416d-99e2-43bb5c5646cb d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 245/488] 10.0.0.103 () {34 vars in 782 bytes} [Thu Mar 26 15:28:01 2026] PUT /v2.0/routers/239dbb19-3863-4ca2-9cbd-28eb81d0a8eb/add_router_interface => generated 309 bytes in 1071 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/489] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:28:00 2026] POST /v2.0/routers => generated 730 bytes in 1960 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/490] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:28:02 2026] POST /v2.0/subnets => generated 684 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/491] 10.0.0.103 () {34 vars in 782 bytes} [Thu Mar 26 15:28:02 2026] PUT /v2.0/routers/fc73a6f1-11bc-4cee-9ecd-7526d9f3409f/add_router_interface => generated 309 bytes in 1189 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/492] 10.0.0.103 () {34 vars in 684 bytes} [Thu Mar 26 15:28:03 2026] POST /v2.0/security-groups => generated 1661 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-26 15:28:03.785 7 INFO neutron.db.segments_db [None req-d77c7507-9754-434e-80c6-35b78b6d2aa7 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Added segment 27e79661-fd82-4dc1-a1b3-0622b46d12db of type vxlan for network 786d3747-dfdc-4368-8d35-93981b7a5ecb 2026-03-26 15:28:03.998 7 INFO neutron.db.l3_hamode_db [None req-d77c7507-9754-434e-80c6-35b78b6d2aa7 d0764c18170d45f498785062472ac84f 637471acd9f9432e9ab3e522ceb27731 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 246/493] 10.0.0.103 () {34 vars in 782 bytes} [Thu Mar 26 15:28:03 2026] PUT /v2.0/routers/9cbc6a23-a8fc-4028-a9a7-c364d42129a7/add_router_interface => generated 309 bytes in 1010 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/494] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:28:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/495] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:28:04 2026] POST /v2.0/security-group-rules => generated 602 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:28:04.757 7 INFO neutron.db.l3_hamode_db [None req-d77c7507-9754-434e-80c6-35b78b6d2aa7 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 249/496] 10.0.0.103 () {34 vars in 675 bytes} [Thu Mar 26 15:28:04 2026] POST /v2.0/floatingips => generated 552 bytes in 550 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/497] 10.0.0.92 () {38 vars in 969 bytes} [Thu Mar 26 15:28:04 2026] POST /v2.0/security-groups => generated 1686 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/498] 10.0.0.92 () {38 vars in 969 bytes} [Thu Mar 26 15:28:04 2026] POST /v2.0/security-groups => generated 1681 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/499] 10.0.0.92 () {34 vars in 989 bytes} [Thu Mar 26 15:28:05 2026] GET /v2.0/security-groups/5809852e-42cb-4284-a3dc-51632cc5e847 => generated 1686 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/500] 10.0.0.92 () {38 vars in 969 bytes} [Thu Mar 26 15:28:05 2026] POST /v2.0/security-groups => generated 1681 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/501] 10.0.0.92 () {38 vars in 979 bytes} [Thu Mar 26 15:28:05 2026] POST /v2.0/security-group-rules => generated 614 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/502] 10.0.0.92 () {34 vars in 1098 bytes} [Thu Mar 26 15:28:05 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1795553376&fields=id&tenant_id=9b11c81e73b14dd88c7705ec5eb22ed0 => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/503] 10.0.0.92 () {38 vars in 969 bytes} [Thu Mar 26 15:28:05 2026] POST /v2.0/security-groups => generated 1682 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/504] 10.0.0.92 () {34 vars in 980 bytes} [Thu Mar 26 15:28:05 2026] GET /v2.0/networks?id=1ed4ae9d-dab4-4e8a-970b-0edd656d000e => generated 684 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/505] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:28:03 2026] POST /v2.0/routers => generated 724 bytes in 1991 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/506] 10.0.0.92 () {38 vars in 969 bytes} [Thu Mar 26 15:28:05 2026] POST /v2.0/security-groups => generated 1684 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/507] 10.0.0.92 () {34 vars in 963 bytes} [Thu Mar 26 15:28:05 2026] GET /v2.0/quotas/9b11c81e73b14dd88c7705ec5eb22ed0 => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/508] 10.0.0.92 () {34 vars in 1000 bytes} [Thu Mar 26 15:28:05 2026] GET /v2.0/ports?tenant_id=9b11c81e73b14dd88c7705ec5eb22ed0&fields=id => generated 103 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/509] 10.0.0.92 () {34 vars in 1000 bytes} [Thu Mar 26 15:28:05 2026] GET /v2.0/security-groups?tenant_id=fe8de5d3fe67484f94de4b4d9967a3ca => generated 7905 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/510] 10.0.0.92 () {34 vars in 989 bytes} [Thu Mar 26 15:28:05 2026] GET /v2.0/security-groups/bc41ef62-0e83-44f1-ae39-5af242917252 => generated 2918 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/511] 10.0.0.92 () {34 vars in 989 bytes} [Thu Mar 26 15:28:05 2026] GET /v2.0/security-groups/bc41ef62-0e83-44f1-ae39-5af242917252 => generated 2918 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/512] 10.0.0.92 () {34 vars in 989 bytes} [Thu Mar 26 15:28:06 2026] GET /v2.0/security-groups/8d2b038b-6659-491d-93c4-c5a46921789c => generated 1684 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/513] 10.0.0.92 () {38 vars in 979 bytes} [Thu Mar 26 15:28:06 2026] POST /v2.0/security-group-rules => generated 614 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/514] 10.0.0.92 () {34 vars in 989 bytes} [Thu Mar 26 15:28:06 2026] GET /v2.0/security-groups/7bba5796-0c59-403d-9d07-4a3402b9b2ff => generated 1681 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/515] 10.0.0.92 () {36 vars in 1011 bytes} [Thu Mar 26 15:28:06 2026] DELETE /v2.0/security-groups/7bba5796-0c59-403d-9d07-4a3402b9b2ff => 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: 258/516] 10.0.0.92 () {34 vars in 905 bytes} [Thu Mar 26 15:28:06 2026] GET /v2.0/extensions => generated 21537 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/517] 10.0.0.92 () {34 vars in 989 bytes} [Thu Mar 26 15:28:06 2026] GET /v2.0/security-groups/8d2b038b-6659-491d-93c4-c5a46921789c => generated 2309 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/518] 10.0.0.92 () {34 vars in 1006 bytes} [Thu Mar 26 15:28:06 2026] GET /v2.0/networks/1ed4ae9d-dab4-4e8a-970b-0edd656d000e?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/519] 10.0.0.92 () {38 vars in 979 bytes} [Thu Mar 26 15:28:06 2026] POST /v2.0/security-group-rules => generated 619 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/520] 10.0.0.92 () {34 vars in 1106 bytes} [Thu Mar 26 15:28:06 2026] GET /v2.0/networks/1ed4ae9d-dab4-4e8a-970b-0edd656d000e?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) 2026-03-26 15:28:06.620 7 INFO neutron.api.v2.resource [req-8cb120bf-38d9-4ee8-91c9-b350d2308b91 req-a756a514-d4c1-471a-a13e-81a7a6436f22 a795334f8bbc468292f72f1aaa55c8a7 fe8de5d3fe67484f94de4b4d9967a3ca - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 263/521] 10.0.0.92 () {34 vars in 989 bytes} [Thu Mar 26 15:28:06 2026] GET /v2.0/security-groups/7bba5796-0c59-403d-9d07-4a3402b9b2ff => 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: 264/522] 10.0.0.92 () {34 vars in 989 bytes} [Thu Mar 26 15:28:06 2026] GET /v2.0/security-groups/8d2b038b-6659-491d-93c4-c5a46921789c => generated 2939 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/523] 10.0.0.103 () {34 vars in 782 bytes} [Thu Mar 26 15:28:05 2026] PUT /v2.0/routers/dacc5852-0bfb-4c81-8c62-ca28a2bdd29a/add_router_interface => generated 309 bytes in 931 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/524] 10.0.0.92 () {34 vars in 989 bytes} [Thu Mar 26 15:28:06 2026] GET /v2.0/security-groups/2c161058-d891-4371-b92a-022a13c69d92 => generated 1681 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/525] 10.0.0.92 () {34 vars in 999 bytes} [Thu Mar 26 15:28:06 2026] GET /v2.0/security-group-rules/8d272e41-27c6-4b8b-86e1-f84229f8e618 => generated 616 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/526] 10.0.0.92 () {34 vars in 989 bytes} [Thu Mar 26 15:28:06 2026] GET /v2.0/security-groups/8d2b038b-6659-491d-93c4-c5a46921789c => generated 2939 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/527] 10.0.0.92 () {36 vars in 1011 bytes} [Thu Mar 26 15:28:06 2026] DELETE /v2.0/security-groups/2c161058-d891-4371-b92a-022a13c69d92 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/528] 10.0.0.92 () {36 vars in 1021 bytes} [Thu Mar 26 15:28:06 2026] DELETE /v2.0/security-group-rules/8d272e41-27c6-4b8b-86e1-f84229f8e618 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:28:06.950 7 INFO neutron.api.v2.resource [req-b47fc27c-edbf-429a-9f7f-3fad06d3d522 req-1cd0926f-0a96-4199-97cb-84c6312d7845 a795334f8bbc468292f72f1aaa55c8a7 fe8de5d3fe67484f94de4b4d9967a3ca - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 269/529] 10.0.0.92 () {34 vars in 989 bytes} [Thu Mar 26 15:28:06 2026] GET /v2.0/security-groups/2c161058-d891-4371-b92a-022a13c69d92 => 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: 270/530] 10.0.0.92 () {34 vars in 989 bytes} [Thu Mar 26 15:28:06 2026] GET /v2.0/security-groups/8d2b038b-6659-491d-93c4-c5a46921789c => generated 2309 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/531] 10.0.0.92 () {36 vars in 1011 bytes} [Thu Mar 26 15:28:07 2026] DELETE /v2.0/security-groups/8d2b038b-6659-491d-93c4-c5a46921789c => 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: 272/532] 10.0.0.92 () {34 vars in 989 bytes} [Thu Mar 26 15:28:07 2026] GET /v2.0/security-groups/cb01920b-27dc-4c6e-9126-e44cc0b99da4 => generated 1682 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/533] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:06 2026] GET /v2.0/ports?device_id=872a95af-c324-4e4d-9bf8-d90524e581c1 => generated 12 bytes in 361 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/534] 10.0.0.92 () {36 vars in 1011 bytes} [Thu Mar 26 15:28:07 2026] DELETE /v2.0/security-groups/cb01920b-27dc-4c6e-9126-e44cc0b99da4 => 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: 262/535] 10.0.0.92 () {34 vars in 989 bytes} [Thu Mar 26 15:28:07 2026] GET /v2.0/security-groups/5809852e-42cb-4284-a3dc-51632cc5e847 => generated 2311 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:28:07.423 8 INFO neutron.api.v2.resource [req-b29ff339-d045-4c03-abb5-339db9e29411 req-893dbc17-3729-44a5-99bf-d011c8f30929 a795334f8bbc468292f72f1aaa55c8a7 fe8de5d3fe67484f94de4b4d9967a3ca - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 263/536] 10.0.0.92 () {34 vars in 989 bytes} [Thu Mar 26 15:28:07 2026] GET /v2.0/security-groups/cb01920b-27dc-4c6e-9126-e44cc0b99da4 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/537] 10.0.0.92 () {36 vars in 1011 bytes} [Thu Mar 26 15:28:07 2026] DELETE /v2.0/security-groups/5809852e-42cb-4284-a3dc-51632cc5e847 => 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: 264/538] 10.0.0.103 () {34 vars in 684 bytes} [Thu Mar 26 15:28:07 2026] POST /v2.0/security-groups => generated 1660 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/539] 10.0.0.92 () {34 vars in 1000 bytes} [Thu Mar 26 15:28:07 2026] GET /v2.0/security-groups?tenant_id=fe8de5d3fe67484f94de4b4d9967a3ca => generated 2921 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/540] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:28:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/541] 10.0.0.92 () {34 vars in 989 bytes} [Thu Mar 26 15:28:07 2026] GET /v2.0/security-groups/bc41ef62-0e83-44f1-ae39-5af242917252 => generated 2918 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/542] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:28:07 2026] POST /v2.0/security-group-rules => generated 602 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/543] 10.0.0.92 () {34 vars in 989 bytes} [Thu Mar 26 15:28:07 2026] GET /v2.0/security-groups/bc41ef62-0e83-44f1-ae39-5af242917252 => generated 2918 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:28:08.181 7 INFO neutron_taas.services.taas.taas_plugin [None req-00c558ac-01d5-4d12-b84a-f948fad37729 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: ef532ee7-8101-49a1-97d6-8d6c85b61bb4 2026-03-26 15:28:08.189 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00c558ac-01d5-4d12-b84a-f948fad37729 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: ef532ee7-8101-49a1-97d6-8d6c85b61bb4 [pid: 8|app: 0|req: 270/544] 10.0.0.103 () {34 vars in 675 bytes} [Thu Mar 26 15:28:07 2026] POST /v2.0/floatingips => generated 552 bytes in 473 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:28:08.326 8 INFO neutron.api.v2.resource [req-21899f76-caf5-4968-be92-cb029634bfb4 req-bd94606c-5074-447f-acd3-fc80fc131e46 a795334f8bbc468292f72f1aaa55c8a7 fe8de5d3fe67484f94de4b4d9967a3ca - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 271/545] 10.0.0.92 () {34 vars in 989 bytes} [Thu Mar 26 15:28:08 2026] GET /v2.0/security-groups/cb01920b-27dc-4c6e-9126-e44cc0b99da4 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 15:28:08.365 8 INFO neutron.api.v2.resource [req-7fa779b4-ba70-45c2-8e0b-09665414d29f req-ad2c69a6-0710-4655-8077-60a69e707807 a795334f8bbc468292f72f1aaa55c8a7 fe8de5d3fe67484f94de4b4d9967a3ca - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 272/546] 10.0.0.92 () {34 vars in 989 bytes} [Thu Mar 26 15:28:08 2026] GET /v2.0/security-groups/2c161058-d891-4371-b92a-022a13c69d92 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/547] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:08 2026] GET /v2.0/ports?device_id=872a95af-c324-4e4d-9bf8-d90524e581c1 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:28:08.429 8 INFO neutron.api.v2.resource [req-e98933f8-f08a-42b2-b664-5fa41e74bf94 req-6dfbe97e-26a3-4a9e-a646-8596486b0713 a795334f8bbc468292f72f1aaa55c8a7 fe8de5d3fe67484f94de4b4d9967a3ca - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 274/548] 10.0.0.92 () {34 vars in 989 bytes} [Thu Mar 26 15:28:08 2026] GET /v2.0/security-groups/7bba5796-0c59-403d-9d07-4a3402b9b2ff => 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: 275/549] 10.0.0.103 () {34 vars in 788 bytes} [Thu Mar 26 15:28:07 2026] PUT /v2.0/routers/fc73a6f1-11bc-4cee-9ecd-7526d9f3409f/remove_router_interface => generated 309 bytes in 1290 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:28:08.908 8 INFO neutron_taas.services.taas.taas_plugin [None req-ef3d979f-4067-403c-8066-689a732d637a d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: e8a67967-7f65-4c67-a4f6-44f2b6dc7584 2026-03-26 15:28:08.917 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef3d979f-4067-403c-8066-689a732d637a d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: e8a67967-7f65-4c67-a4f6-44f2b6dc7584 2026-03-26 15:28:08.947 7 INFO neutron_taas.services.taas.taas_plugin [None req-471f87c5-d586-40b1-a655-11ace8cf0f39 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: a65e94b5-6179-4202-b7b2-11c06decd004 2026-03-26 15:28:08.950 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-471f87c5-d586-40b1-a655-11ace8cf0f39 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: a65e94b5-6179-4202-b7b2-11c06decd004 2026-03-26 15:28:09.209 7 INFO neutron_taas.services.taas.taas_plugin [None req-471f87c5-d586-40b1-a655-11ace8cf0f39 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: 2af07b05-0ffa-4e10-bbbe-12670c587cc9 2026-03-26 15:28:09.211 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-471f87c5-d586-40b1-a655-11ace8cf0f39 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: 2af07b05-0ffa-4e10-bbbe-12670c587cc9 2026-03-26 15:28:09.301 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-471f87c5-d586-40b1-a655-11ace8cf0f39 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - 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: 8|app: 0|req: 275/550] 10.0.0.103 () {34 vars in 788 bytes} [Thu Mar 26 15:28:08 2026] PUT /v2.0/routers/9cbc6a23-a8fc-4028-a9a7-c364d42129a7/remove_router_interface => generated 309 bytes in 1077 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/551] 10.0.0.92 () {34 vars in 1096 bytes} [Thu Mar 26 15:28:09 2026] GET /v2.0/security-groups?name=tempest-securitygroup--201716697&fields=id&tenant_id=637471acd9f9432e9ab3e522ceb27731 => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/552] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:09 2026] GET /v2.0/ports?device_id=872a95af-c324-4e4d-9bf8-d90524e581c1 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:28:09.698 7 INFO neutron.db.l3_hamode_db [None req-471f87c5-d586-40b1-a655-11ace8cf0f39 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] HA network 7ceda0aa-c0b7-4736-b54f-e8a34593d9c5 was deleted as no HA routers are present in tenant 55bfdadee2534403ac5da229d340703c. [pid: 7|app: 0|req: 276/553] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:28:08 2026] DELETE /v2.0/routers/fc73a6f1-11bc-4cee-9ecd-7526d9f3409f => generated 0 bytes in 957 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/554] 10.0.0.92 () {34 vars in 980 bytes} [Thu Mar 26 15:28:09 2026] GET /v2.0/networks?id=17a37aba-a269-4f84-a3a2-9568355bec2d => generated 669 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:28:09.784 8 INFO neutron_taas.services.taas.taas_plugin [None req-6a45bd90-656c-4c01-9c74-e151ddb5b1af d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: 1669bf9e-b7cc-4c3b-b427-113c072953fc 2026-03-26 15:28:09.788 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a45bd90-656c-4c01-9c74-e151ddb5b1af d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: 1669bf9e-b7cc-4c3b-b427-113c072953fc [pid: 7|app: 0|req: 278/555] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:28:09 2026] DELETE /v2.0/subnets/d07b5d3c-980e-4dc9-be72-e8378d0218cd => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/556] 10.0.0.92 () {34 vars in 963 bytes} [Thu Mar 26 15:28:09 2026] GET /v2.0/quotas/637471acd9f9432e9ab3e522ceb27731 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:28:10.082 7 INFO neutron.services.segments.plugin [-] Segment 19a4f789-3cbf-4f09-9859-ead80e08375f resource provider aggregate not found 2026-03-26 15:28:10.085 8 INFO neutron_taas.services.taas.taas_plugin [None req-6a45bd90-656c-4c01-9c74-e151ddb5b1af d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: a4395956-73db-47a3-96db-f1d27590fed7 2026-03-26 15:28:10.088 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a45bd90-656c-4c01-9c74-e151ddb5b1af d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: a4395956-73db-47a3-96db-f1d27590fed7 2026-03-26 15:28:10.108 7 INFO neutron.services.segments.plugin [-] Segment 19a4f789-3cbf-4f09-9859-ead80e08375f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19a4f789-3cbf-4f09-9859-ead80e08375f found for delete ", "request_id": "req-e1582e84-5a7b-4b92-acb2-f87599beb76a"}]} 2026-03-26 15:28:10.139 7 INFO neutron.services.segments.plugin [-] Segment 19a4f789-3cbf-4f09-9859-ead80e08375f resource provider aggregate not found 2026-03-26 15:28:10.158 7 INFO neutron_taas.services.taas.taas_plugin [None req-ae94e16b-6840-4d41-8114-767888f924e5 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: 72e78fa0-2da3-4f0f-baca-fb8b3c0f7cea 2026-03-26 15:28:10.162 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae94e16b-6840-4d41-8114-767888f924e5 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: 72e78fa0-2da3-4f0f-baca-fb8b3c0f7cea 2026-03-26 15:28:10.168 7 INFO neutron.services.segments.plugin [-] Segment 19a4f789-3cbf-4f09-9859-ead80e08375f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19a4f789-3cbf-4f09-9859-ead80e08375f found for delete ", "request_id": "req-fcd9118c-7df3-4c67-a7b1-8768817cf2da"}]} 2026-03-26 15:28:10.199 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-6a45bd90-656c-4c01-9c74-e151ddb5b1af d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - 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: 280/557] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:28:10 2026] DELETE /v2.0/networks/6d6aa8db-a0b2-49f0-8506-8a72be4d1d84 => generated 0 bytes in 410 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/558] 10.0.0.92 () {34 vars in 1000 bytes} [Thu Mar 26 15:28:10 2026] GET /v2.0/ports?tenant_id=637471acd9f9432e9ab3e522ceb27731&fields=id => generated 57 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/559] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:28:10 2026] GET /v2.0/security-groups?tenant_id=55bfdadee2534403ac5da229d340703c&name=default => generated 2921 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:28:10.616 8 INFO neutron.db.l3_hamode_db [None req-6a45bd90-656c-4c01-9c74-e151ddb5b1af d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] HA network 1360cb56-68eb-4689-a4b9-bde92ab25a87 was deleted as no HA routers are present in tenant fe8de5d3fe67484f94de4b4d9967a3ca. [pid: 8|app: 0|req: 278/560] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:28:09 2026] DELETE /v2.0/routers/9cbc6a23-a8fc-4028-a9a7-c364d42129a7 => 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: 283/561] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:28:10 2026] DELETE /v2.0/security-groups/e5183286-c0c2-4269-9c5f-4a6e46e1940c => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/562] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:10 2026] GET /v2.0/ports?device_id=872a95af-c324-4e4d-9bf8-d90524e581c1 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/563] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:28:10 2026] DELETE /v2.0/subnets/cdd304eb-d8ea-4998-bc6e-483f6026930d => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:28:10.951 7 INFO neutron_taas.services.taas.taas_plugin [None req-57f44e24-c602-4ea8-b1ab-a4a147ac4a67 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: 4aa79d02-8f22-495e-9242-85392f538cfc 2026-03-26 15:28:10.959 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57f44e24-c602-4ea8-b1ab-a4a147ac4a67 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: 4aa79d02-8f22-495e-9242-85392f538cfc [pid: 8|app: 0|req: 280/564] 10.0.0.92 () {34 vars in 905 bytes} [Thu Mar 26 15:28:10 2026] GET /v2.0/extensions => generated 21537 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-03-26 15:28:11.094 8 INFO neutron.services.segments.plugin [-] Segment 27e81673-4f09-40ee-8e0d-257f48c77f07 resource provider aggregate not found 2026-03-26 15:28:11.099 8 INFO neutron.services.segments.plugin [-] Segment 27e81673-4f09-40ee-8e0d-257f48c77f07 resource provider aggregate not found [pid: 8|app: 0|req: 281/565] 10.0.0.92 () {34 vars in 1006 bytes} [Thu Mar 26 15:28:11 2026] GET /v2.0/networks/17a37aba-a269-4f84-a3a2-9568355bec2d?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:28:11.118 8 INFO neutron.services.segments.plugin [-] Segment 27e81673-4f09-40ee-8e0d-257f48c77f07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27e81673-4f09-40ee-8e0d-257f48c77f07 found for delete ", "request_id": "req-286c8370-b0d6-424d-ac3d-3bce5e9be58e"}]} 2026-03-26 15:28:11.119 8 INFO neutron.services.segments.plugin [-] Segment 27e81673-4f09-40ee-8e0d-257f48c77f07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27e81673-4f09-40ee-8e0d-257f48c77f07 found for delete ", "request_id": "req-b713f14d-9964-4b5c-a7dc-8c958f6d06a9"}]} [pid: 8|app: 0|req: 282/566] 10.0.0.92 () {34 vars in 1106 bytes} [Thu Mar 26 15:28:11 2026] GET /v2.0/networks/17a37aba-a269-4f84-a3a2-9568355bec2d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/567] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:28:10 2026] DELETE /v2.0/networks/4e1743d1-6ca8-4e64-b19b-f43136baee06 => generated 0 bytes in 359 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/568] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:11 2026] GET /v2.0/ports?device_id=20d84fe6-663d-4da4-8adc-2be231be1052 => 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: 286/569] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:28:11 2026] GET /v2.0/security-groups?tenant_id=fe8de5d3fe67484f94de4b4d9967a3ca&name=default => generated 2921 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/570] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:28:11 2026] DELETE /v2.0/security-groups/bc41ef62-0e83-44f1-ae39-5af242917252 => 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: 285/571] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:11 2026] GET /v2.0/ports?device_id=872a95af-c324-4e4d-9bf8-d90524e581c1 => 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: 287/572] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:28:11 2026] GET /v2.0/networks?id=1ed4ae9d-dab4-4e8a-970b-0edd656d000e => generated 684 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/573] 199.204.45.89 () {34 vars in 909 bytes} [Thu Mar 26 15:28:12 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-03-26 15:28:12.128 7 INFO neutron.services.segments.plugin [-] Segment b443bdb3-0a73-4f1a-96f5-39010588dab2 resource provider aggregate not found [pid: 7|app: 0|req: 288/574] 199.204.45.89 () {34 vars in 1048 bytes} [Thu Mar 26 15:28:12 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9b11c81e73b14dd88c7705ec5eb22ed0 => generated 181 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:28:12.154 7 INFO neutron.services.segments.plugin [-] Segment b443bdb3-0a73-4f1a-96f5-39010588dab2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b443bdb3-0a73-4f1a-96f5-39010588dab2 found for delete ", "request_id": "req-663473b6-f914-4a3e-9fb3-7819282b7c7f"}]} 2026-03-26 15:28:12.179 7 INFO neutron.services.segments.plugin [-] Segment c5435d3e-a579-4b05-af4c-8851fc7faf9c resource provider aggregate not found 2026-03-26 15:28:12.186 7 INFO neutron.services.segments.plugin [-] Segment b443bdb3-0a73-4f1a-96f5-39010588dab2 resource provider aggregate not found 2026-03-26 15:28:12.198 7 INFO neutron.services.segments.plugin [-] Segment b443bdb3-0a73-4f1a-96f5-39010588dab2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b443bdb3-0a73-4f1a-96f5-39010588dab2 found for delete ", "request_id": "req-b4d07228-185f-45ad-bb03-b2efad9be7f1"}]} 2026-03-26 15:28:12.203 7 INFO neutron.services.segments.plugin [-] Segment c5435d3e-a579-4b05-af4c-8851fc7faf9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5435d3e-a579-4b05-af4c-8851fc7faf9c found for delete ", "request_id": "req-b0ed2dc6-2e11-4981-acad-caa033e8afd8"}]} 2026-03-26 15:28:12.212 7 INFO neutron.services.segments.plugin [-] Segment c5435d3e-a579-4b05-af4c-8851fc7faf9c resource provider aggregate not found 2026-03-26 15:28:12.234 7 INFO neutron.services.segments.plugin [-] Segment c5435d3e-a579-4b05-af4c-8851fc7faf9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5435d3e-a579-4b05-af4c-8851fc7faf9c found for delete ", "request_id": "req-cd03b548-f748-47c4-8418-3bb1e44ce979"}]} [pid: 7|app: 0|req: 291/577] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:12 2026] GET /v2.0/ports?device_id=20d84fe6-663d-4da4-8adc-2be231be1052 => 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: 287/578] 199.204.45.89 () {38 vars in 953 bytes} [Thu Mar 26 15:28:12 2026] POST /v2.0/ports => generated 958 bytes in 472 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/579] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:12 2026] GET /v2.0/ports?device_id=872a95af-c324-4e4d-9bf8-d90524e581c1 => generated 961 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/580] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:28:13 2026] GET /v2.0/security-groups?id=aed13e13-bb28-41fa-94d1-be8075b623a9&fields=id&fields=name => generated 114 bytes in 58 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: 294/581] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:13 2026] GET /v2.0/ports?device_id=20d84fe6-663d-4da4-8adc-2be231be1052 => 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: 288/582] 199.204.45.89 () {38 vars in 1026 bytes} [Thu Mar 26 15:28:13 2026] PUT /v2.0/ports/7f9a280b-c273-4928-86eb-b3b79098ea13 => generated 1239 bytes in 670 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/583] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:14 2026] GET /v2.0/ports?device_id=872a95af-c324-4e4d-9bf8-d90524e581c1 => generated 973 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: 289/584] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:28:14 2026] GET /v2.0/security-groups?id=aed13e13-bb28-41fa-94d1-be8075b623a9&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:28:14.552 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-adc63722-ba2b-47cf-9fba-b58b7817f9ab'] response: {'name': 'network-changed', 'server_uuid': '872a95af-c324-4e4d-9bf8-d90524e581c1', 'tag': '7f9a280b-c273-4928-86eb-b3b79098ea13', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 296/585] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:14 2026] GET /v2.0/ports?device_id=20d84fe6-663d-4da4-8adc-2be231be1052 => 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/586] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:28:14 2026] GET /v2.0/ports?tenant_id=9b11c81e73b14dd88c7705ec5eb22ed0&device_id=872a95af-c324-4e4d-9bf8-d90524e581c1 => 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: 297/587] 199.204.45.89 () {34 vars in 1058 bytes} [Thu Mar 26 15:28:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=7f9a280b-c273-4928-86eb-b3b79098ea13 => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/588] 199.204.45.89 () {34 vars in 982 bytes} [Thu Mar 26 15:28:14 2026] GET /v2.0/subnets?id=058bf6dc-1897-4290-81cc-41e32cc2b9da => generated 702 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/589] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:28:14 2026] GET /v2.0/ports?network_id=1ed4ae9d-dab4-4e8a-970b-0edd656d000e&device_owner=network%3Adhcp => generated 1244 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/590] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:28:15 2026] GET /v2.0/networks/1ed4ae9d-dab4-4e8a-970b-0edd656d000e?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/591] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:28:15 2026] GET /v2.0/networks/1ed4ae9d-dab4-4e8a-970b-0edd656d000e?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: 293/592] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:15 2026] GET /v2.0/ports?device_id=872a95af-c324-4e4d-9bf8-d90524e581c1 => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/593] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:28:15 2026] GET /v2.0/security-groups?id=aed13e13-bb28-41fa-94d1-be8075b623a9&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/594] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:28:15 2026] GET /v2.0/networks?id=17a37aba-a269-4f84-a3a2-9568355bec2d => generated 669 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/595] 199.204.45.89 () {34 vars in 1048 bytes} [Thu Mar 26 15:28:15 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=637471acd9f9432e9ab3e522ceb27731 => generated 180 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/596] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:28:15 2026] GET /v2.0/security-groups?tenant_id=9b6322d4149244a2800e143655d07634&name=default => generated 2925 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/597] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:16 2026] GET /v2.0/ports?device_id=20d84fe6-663d-4da4-8adc-2be231be1052 => generated 957 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/598] 199.204.45.89 () {38 vars in 953 bytes} [Thu Mar 26 15:28:15 2026] POST /v2.0/ports => generated 954 bytes in 490 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 303/599] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:28:16 2026] GET /v2.0/ports?tenant_id=9b11c81e73b14dd88c7705ec5eb22ed0&device_id=872a95af-c324-4e4d-9bf8-d90524e581c1 => generated 1242 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/600] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:28:16 2026] DELETE /v2.0/security-groups/c5df91cf-90d6-4c2e-adf5-2e9bf99a8459 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/601] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:28:16 2026] GET /v2.0/security-groups?id=4a8a30c4-1a0f-4c87-937f-c68349384688&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/602] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:28:16 2026] GET /v2.0/networks?id=1ed4ae9d-dab4-4e8a-970b-0edd656d000e => generated 780 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/603] 199.204.45.89 () {34 vars in 1058 bytes} [Thu Mar 26 15:28:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=7f9a280b-c273-4928-86eb-b3b79098ea13 => 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: 307/604] 199.204.45.89 () {34 vars in 982 bytes} [Thu Mar 26 15:28:16 2026] GET /v2.0/subnets?id=058bf6dc-1897-4290-81cc-41e32cc2b9da => generated 702 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/605] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:28:16 2026] GET /v2.0/ports?network_id=1ed4ae9d-dab4-4e8a-970b-0edd656d000e&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/606] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:16 2026] GET /v2.0/ports?device_id=872a95af-c324-4e4d-9bf8-d90524e581c1 => generated 973 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/607] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:28:16 2026] GET /v2.0/security-groups?tenant_id=f1bb822368e3439aaa4dcf7b1d68c55e&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/608] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:28:16 2026] GET /v2.0/networks/1ed4ae9d-dab4-4e8a-970b-0edd656d000e?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: 312/609] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:28:16 2026] GET /v2.0/security-groups?id=aed13e13-bb28-41fa-94d1-be8075b623a9&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/610] 199.204.45.89 () {38 vars in 1026 bytes} [Thu Mar 26 15:28:16 2026] PUT /v2.0/ports/8b248fb9-47cb-423a-82ca-54ad64f531b6 => 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: 313/611] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:28:16 2026] DELETE /v2.0/security-groups/ed82286c-943b-4e66-943e-e9b937516edc => 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: 299/612] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:28:16 2026] GET /v2.0/networks/1ed4ae9d-dab4-4e8a-970b-0edd656d000e?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) 2026-03-26 15:28:16.992 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f41a7ae0-21d5-4645-9125-f39e21305545'] response: {'name': 'network-changed', 'server_uuid': '20d84fe6-663d-4da4-8adc-2be231be1052', 'tag': '8b248fb9-47cb-423a-82ca-54ad64f531b6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 314/613] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:17 2026] GET /v2.0/ports?device_id=20d84fe6-663d-4da4-8adc-2be231be1052 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/614] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:28:17 2026] GET /v2.0/ports?tenant_id=637471acd9f9432e9ab3e522ceb27731&device_id=20d84fe6-663d-4da4-8adc-2be231be1052 => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/615] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:28:17 2026] GET /v2.0/security-groups?id=4a8a30c4-1a0f-4c87-937f-c68349384688&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: 301/616] 199.204.45.89 () {34 vars in 1016 bytes} [Thu Mar 26 15:28:17 2026] GET /v2.0/networks?tenant_id=637471acd9f9432e9ab3e522ceb27731&shared=False => generated 765 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/617] 199.204.45.89 () {34 vars in 928 bytes} [Thu Mar 26 15:28:17 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/618] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:28:17 2026] GET /v2.0/security-groups?tenant_id=903c826a39a54d828c1e45d445c72b15&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/619] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:17 2026] GET /v2.0/ports?device_id=872a95af-c324-4e4d-9bf8-d90524e581c1 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/620] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:28:17 2026] DELETE /v2.0/security-groups/a9462726-d6f5-4165-b406-b6e854481527 => 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: 318/621] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:28:17 2026] GET /v2.0/security-groups?id=aed13e13-bb28-41fa-94d1-be8075b623a9&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: 304/622] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:28:18 2026] GET /v2.0/security-groups?tenant_id=f46d335ef7d64130bea01bfcb5f05bb6&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/623] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:28:18 2026] DELETE /v2.0/security-groups/87f446e9-8374-46cc-8424-98fee3b8161f => 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: 305/624] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:18 2026] GET /v2.0/ports?device_id=20d84fe6-663d-4da4-8adc-2be231be1052 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/625] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:28:18 2026] GET /v2.0/security-groups?id=4a8a30c4-1a0f-4c87-937f-c68349384688&fields=id&fields=name => generated 113 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/626] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:28:18 2026] GET /v2.0/ports?tenant_id=637471acd9f9432e9ab3e522ceb27731&device_id=20d84fe6-663d-4da4-8adc-2be231be1052 => generated 1238 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/627] 199.204.45.89 () {34 vars in 1056 bytes} [Thu Mar 26 15:28:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=8b248fb9-47cb-423a-82ca-54ad64f531b6 => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/628] 199.204.45.89 () {34 vars in 982 bytes} [Thu Mar 26 15:28:18 2026] GET /v2.0/subnets?id=76063a9c-6d39-4494-ae34-d22e508359f0 => generated 687 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/629] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:28:18 2026] GET /v2.0/ports?network_id=17a37aba-a269-4f84-a3a2-9568355bec2d&device_owner=network%3Adhcp => generated 1244 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/630] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:28:18 2026] GET /v2.0/networks/17a37aba-a269-4f84-a3a2-9568355bec2d?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: 309/631] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:28:19 2026] GET /v2.0/networks/17a37aba-a269-4f84-a3a2-9568355bec2d?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: 323/632] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:19 2026] GET /v2.0/ports?device_id=872a95af-c324-4e4d-9bf8-d90524e581c1 => generated 973 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/633] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:28:19 2026] GET /v2.0/security-groups?id=aed13e13-bb28-41fa-94d1-be8075b623a9&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/634] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:19 2026] GET /v2.0/ports?device_id=20d84fe6-663d-4da4-8adc-2be231be1052 => 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: 311/635] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:28:19 2026] GET /v2.0/security-groups?id=4a8a30c4-1a0f-4c87-937f-c68349384688&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/636] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:20 2026] GET /v2.0/ports?device_id=872a95af-c324-4e4d-9bf8-d90524e581c1 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/637] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:28:20 2026] GET /v2.0/security-groups?id=aed13e13-bb28-41fa-94d1-be8075b623a9&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/638] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:21 2026] GET /v2.0/ports?device_id=20d84fe6-663d-4da4-8adc-2be231be1052 => 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: 313/639] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:28:21 2026] GET /v2.0/security-groups?id=4a8a30c4-1a0f-4c87-937f-c68349384688&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/640] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:21 2026] GET /v2.0/ports?device_id=872a95af-c324-4e4d-9bf8-d90524e581c1 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/641] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:28:21 2026] GET /v2.0/security-groups?id=aed13e13-bb28-41fa-94d1-be8075b623a9&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/642] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:22 2026] GET /v2.0/ports?device_id=20d84fe6-663d-4da4-8adc-2be231be1052 => generated 969 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/643] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:28:22 2026] GET /v2.0/security-groups?id=4a8a30c4-1a0f-4c87-937f-c68349384688&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: 7|app: 0|req: 329/644] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:22 2026] GET /v2.0/ports?device_id=872a95af-c324-4e4d-9bf8-d90524e581c1 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/645] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:28:22 2026] GET /v2.0/security-groups?id=aed13e13-bb28-41fa-94d1-be8075b623a9&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/646] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:23 2026] GET /v2.0/ports?device_id=20d84fe6-663d-4da4-8adc-2be231be1052 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/647] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:28:23 2026] GET /v2.0/security-groups?id=4a8a30c4-1a0f-4c87-937f-c68349384688&fields=id&fields=name => generated 113 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/648] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:23 2026] GET /v2.0/ports?device_id=872a95af-c324-4e4d-9bf8-d90524e581c1 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/649] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:28:23 2026] GET /v2.0/security-groups?id=aed13e13-bb28-41fa-94d1-be8075b623a9&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/650] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:23 2026] GET /v2.0/ports?device_id=872a95af-c324-4e4d-9bf8-d90524e581c1 => 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: 333/651] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:24 2026] GET /v2.0/ports?device_id=20d84fe6-663d-4da4-8adc-2be231be1052 => 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: 334/652] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:28:24 2026] GET /v2.0/security-groups?id=4a8a30c4-1a0f-4c87-937f-c68349384688&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/653] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:24 2026] GET /v2.0/ports?device_id=20d84fe6-663d-4da4-8adc-2be231be1052 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:28:24.990 8 INFO neutron.db.l3_db [None req-d3fa0ab2-88e3-40fb-af40-d876a4728960 79b2c5a66e0a4d1791d0c9191903f472 9b11c81e73b14dd88c7705ec5eb22ed0 - - default default] Floating IP 79fe6f23-5e28-4ceb-9b30-ea6297ff8509 associated. External IP: 10.96.250.211, port: 7f9a280b-c273-4928-86eb-b3b79098ea13. [pid: 8|app: 0|req: 319/654] 10.0.0.103 () {34 vars in 748 bytes} [Thu Mar 26 15:28:24 2026] PUT /v2.0/floatingips/79fe6f23-5e28-4ceb-9b30-ea6297ff8509 => generated 856 bytes in 1320 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:28:25.396 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a857018a-be04-44d6-8cf0-d6178908f1b8'] response: {'name': 'network-changed', 'server_uuid': '872a95af-c324-4e4d-9bf8-d90524e581c1', 'tag': '7f9a280b-c273-4928-86eb-b3b79098ea13', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 320/655] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:28:25 2026] GET /v2.0/security-groups?tenant_id=c3465c4a0e354aa2b4a683e6f85e6e80&name=default => generated 2925 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:28:25.693 7 INFO neutron.db.l3_db [None req-be118fd3-eec1-4c6d-9fbf-652140c14e9b f66c13e6ee5a4e899ad86669ef295a4a 637471acd9f9432e9ab3e522ceb27731 - - default default] Floating IP 7cbedc8b-266a-4e99-ad6e-b8f334ff2df3 associated. External IP: 10.96.250.217, port: 8b248fb9-47cb-423a-82ca-54ad64f531b6. [pid: 8|app: 0|req: 321/656] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:25 2026] GET /v2.0/ports?device_id=872a95af-c324-4e4d-9bf8-d90524e581c1 => generated 975 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/657] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:28:25 2026] DELETE /v2.0/security-groups/71d1d5cc-7e30-400d-ad86-e943a7b945a5 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/658] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:28:25 2026] GET /v2.0/security-groups?id=aed13e13-bb28-41fa-94d1-be8075b623a9&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: 324/659] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:28:25 2026] GET /v2.0/ports?tenant_id=9b11c81e73b14dd88c7705ec5eb22ed0&device_id=872a95af-c324-4e4d-9bf8-d90524e581c1 => 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: 336/660] 10.0.0.103 () {34 vars in 748 bytes} [Thu Mar 26 15:28:24 2026] PUT /v2.0/floatingips/7cbedc8b-266a-4e99-ad6e-b8f334ff2df3 => generated 855 bytes in 1158 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/661] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:28:25 2026] GET /v2.0/networks?id=1ed4ae9d-dab4-4e8a-970b-0edd656d000e => generated 780 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/662] 199.204.45.89 () {34 vars in 1058 bytes} [Thu Mar 26 15:28:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=7f9a280b-c273-4928-86eb-b3b79098ea13 => generated 859 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/663] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:26 2026] GET /v2.0/ports?device_id=20d84fe6-663d-4da4-8adc-2be231be1052 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/664] 199.204.45.89 () {34 vars in 982 bytes} [Thu Mar 26 15:28:26 2026] GET /v2.0/subnets?id=058bf6dc-1897-4290-81cc-41e32cc2b9da => generated 702 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/665] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:28:26 2026] GET /v2.0/security-groups?tenant_id=1d958878c25d4e8dbc759b7390e904bc&name=default => generated 2925 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/666] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:28:26 2026] GET /v2.0/security-groups?id=4a8a30c4-1a0f-4c87-937f-c68349384688&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/667] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:28:26 2026] GET /v2.0/ports?network_id=1ed4ae9d-dab4-4e8a-970b-0edd656d000e&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: 329/668] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:28:26 2026] DELETE /v2.0/security-groups/2e722f47-b457-463b-bd64-dc7bfc1a47c7 => 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: 330/669] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:28:26 2026] GET /v2.0/networks/1ed4ae9d-dab4-4e8a-970b-0edd656d000e?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: 340/670] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:28:26 2026] GET /v2.0/security-groups?tenant_id=c74607b0153141c09efbae7822044f16&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/671] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:28:26 2026] GET /v2.0/networks/1ed4ae9d-dab4-4e8a-970b-0edd656d000e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/672] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:28:26 2026] DELETE /v2.0/security-groups/3e345da1-5aea-4ed4-96df-5cbc56556e5b => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:28:26.694 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-86f91aa9-6644-4561-8a51-8ff533a09902'] response: {'name': 'network-changed', 'server_uuid': '20d84fe6-663d-4da4-8adc-2be231be1052', 'tag': '8b248fb9-47cb-423a-82ca-54ad64f531b6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 332/673] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:26 2026] GET /v2.0/ports?device_id=20d84fe6-663d-4da4-8adc-2be231be1052 => 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: 342/674] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:28:26 2026] GET /v2.0/security-groups?id=4a8a30c4-1a0f-4c87-937f-c68349384688&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: 333/675] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:28:26 2026] GET /v2.0/security-groups?tenant_id=9284bdafcbae47cfa01c64eed5ec4c7a&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/676] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:28:26 2026] DELETE /v2.0/security-groups/8fdf8ed0-420b-4f9c-a5bf-8d65d64f4647 => 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: 334/677] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:28:27 2026] GET /v2.0/ports?tenant_id=637471acd9f9432e9ab3e522ceb27731&device_id=20d84fe6-663d-4da4-8adc-2be231be1052 => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/680] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:28:27 2026] GET /v2.0/networks?id=17a37aba-a269-4f84-a3a2-9568355bec2d => generated 765 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/681] 199.204.45.89 () {34 vars in 1056 bytes} [Thu Mar 26 15:28:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=8b248fb9-47cb-423a-82ca-54ad64f531b6 => generated 858 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/682] 199.204.45.89 () {34 vars in 982 bytes} [Thu Mar 26 15:28:27 2026] GET /v2.0/subnets?id=76063a9c-6d39-4494-ae34-d22e508359f0 => generated 687 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/683] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:28:27 2026] GET /v2.0/ports?network_id=17a37aba-a269-4f84-a3a2-9568355bec2d&device_owner=network%3Adhcp => generated 1244 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/684] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:28:27 2026] GET /v2.0/networks/17a37aba-a269-4f84-a3a2-9568355bec2d?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: 339/685] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:28:27 2026] GET /v2.0/networks/17a37aba-a269-4f84-a3a2-9568355bec2d?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: 347/686] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:27 2026] GET /v2.0/ports?device_id=20d84fe6-663d-4da4-8adc-2be231be1052 => generated 971 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/687] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:28:27 2026] GET /v2.0/security-groups?id=4a8a30c4-1a0f-4c87-937f-c68349384688&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: 348/688] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:29 2026] GET /v2.0/ports?device_id=20d84fe6-663d-4da4-8adc-2be231be1052 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/689] 199.204.45.89 () {34 vars in 992 bytes} [Thu Mar 26 15:28:29 2026] GET /v2.0/ports?device_id=20d84fe6-663d-4da4-8adc-2be231be1052 => 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: 349/690] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:28:29 2026] GET /v2.0/security-groups?id=4a8a30c4-1a0f-4c87-937f-c68349384688&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-03-26 15:28:29.343 8 INFO neutron_taas.services.taas.taas_plugin [req-d460f7d2-606e-449e-9813-1c614c70d9f3 req-7bcc157b-5e0f-471f-94f5-582861c081aa f66c13e6ee5a4e899ad86669ef295a4a 637471acd9f9432e9ab3e522ceb27731 - - default default] TaaS: Handle Delete Port: 8b248fb9-47cb-423a-82ca-54ad64f531b6 2026-03-26 15:28:29.350 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d460f7d2-606e-449e-9813-1c614c70d9f3 req-7bcc157b-5e0f-471f-94f5-582861c081aa f66c13e6ee5a4e899ad86669ef295a4a 637471acd9f9432e9ab3e522ceb27731 - - default default] Tap Mirror: Handle Delete Port: 8b248fb9-47cb-423a-82ca-54ad64f531b6 2026-03-26 15:28:29.580 8 INFO neutron.db.l3_db [req-d460f7d2-606e-449e-9813-1c614c70d9f3 req-7bcc157b-5e0f-471f-94f5-582861c081aa f66c13e6ee5a4e899ad86669ef295a4a 637471acd9f9432e9ab3e522ceb27731 - - default default] Floating IP 7cbedc8b-266a-4e99-ad6e-b8f334ff2df3 disassociated. External IP: 10.96.250.217, port: 8b248fb9-47cb-423a-82ca-54ad64f531b6. [pid: 8|app: 0|req: 342/691] 199.204.45.89 () {36 vars in 995 bytes} [Thu Mar 26 15:28:29 2026] DELETE /v2.0/ports/8b248fb9-47cb-423a-82ca-54ad64f531b6 => generated 0 bytes in 846 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:28:30.115 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5247dbeb-8b45-4d97-a19a-908f435aa633'] response: {'server_uuid': '20d84fe6-663d-4da4-8adc-2be231be1052', 'name': 'network-vif-deleted', 'tag': '8b248fb9-47cb-423a-82ca-54ad64f531b6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 350/692] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:30 2026] GET /v2.0/ports?device_id=20d84fe6-663d-4da4-8adc-2be231be1052 => 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: 351/693] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:31 2026] GET /v2.0/ports?device_id=20d84fe6-663d-4da4-8adc-2be231be1052 => 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: 343/694] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:28:31 2026] GET /v2.0/security-groups?tenant_id=1afd09c16ff94acd9a2ec1ec32028b1a&name=default => generated 2925 bytes in 454 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/695] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:28:31 2026] DELETE /v2.0/security-groups/595f3aff-0852-47f2-8a57-1fda6b56bc7d => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/696] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:28:31 2026] GET /v2.0/security-groups?tenant_id=ffb28a0fe8cf42d991cc8ea5c29e55d8&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/697] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:28:31 2026] DELETE /v2.0/security-groups/5fb75d0e-ac31-4377-865c-9d06c57ea1cc => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/698] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:32 2026] GET /v2.0/ports?device_id=20d84fe6-663d-4da4-8adc-2be231be1052 => 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: 354/699] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:28:33 2026] DELETE /v2.0/security-groups/4a8a30c4-1a0f-4c87-937f-c68349384688 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:28:33.786 8 INFO neutron.api.v2.resource [None req-fe7df27e-dca1-484e-a38e-dfe041479c1e f66c13e6ee5a4e899ad86669ef295a4a 637471acd9f9432e9ab3e522ceb27731 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 346/700] 10.0.0.103 () {32 vars in 736 bytes} [Thu Mar 26 15:28:33 2026] GET /v2.0/security-groups/4a8a30c4-1a0f-4c87-937f-c68349384688 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 15:28:33.900 7 INFO neutron_taas.services.taas.taas_plugin [None req-1b70b8a7-ef75-419d-a42b-767be8eace45 f66c13e6ee5a4e899ad86669ef295a4a 637471acd9f9432e9ab3e522ceb27731 - - default default] TaaS: Handle Delete Port: 6177e820-1ac5-4486-b57b-49ffa31dd32d 2026-03-26 15:28:33.903 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b70b8a7-ef75-419d-a42b-767be8eace45 f66c13e6ee5a4e899ad86669ef295a4a 637471acd9f9432e9ab3e522ceb27731 - - default default] Tap Mirror: Handle Delete Port: 6177e820-1ac5-4486-b57b-49ffa31dd32d [pid: 7|app: 0|req: 355/701] 10.0.0.103 () {32 vars in 731 bytes} [Thu Mar 26 15:28:33 2026] DELETE /v2.0/floatingips/7cbedc8b-266a-4e99-ad6e-b8f334ff2df3 => 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: 347/702] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:28:33 2026] GET /v2.0/security-groups?tenant_id=829156d8bae341a68725e5e36117dfbe&name=default => generated 2925 bytes in 374 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/703] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:28:34 2026] DELETE /v2.0/security-groups/6b45ea3f-64ba-4dca-9f87-c7fe51950dc9 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:28:34.414 7 INFO neutron_taas.services.taas.taas_plugin [None req-7dfa7488-8b97-4230-87d7-49dcec1bb412 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: 359ec670-bec5-4ae5-99f1-0202bc114ff9 2026-03-26 15:28:34.417 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7dfa7488-8b97-4230-87d7-49dcec1bb412 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: 359ec670-bec5-4ae5-99f1-0202bc114ff9 [pid: 8|app: 0|req: 349/704] 10.0.0.76 () {34 vars in 988 bytes} [Thu Mar 26 15:28:34 2026] GET /v2.0/ports?device_id=872a95af-c324-4e4d-9bf8-d90524e581c1 => generated 1244 bytes in 394 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/705] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:28:34 2026] GET /v2.0/security-groups?tenant_id=3df32a6844c74013b6568080d0c04ab6&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: 351/706] 10.0.0.76 () {34 vars in 1038 bytes} [Thu Mar 26 15:28:34 2026] GET /v2.0/security-groups?id=aed13e13-bb28-41fa-94d1-be8075b623a9&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/707] 10.0.0.103 () {34 vars in 788 bytes} [Thu Mar 26 15:28:34 2026] PUT /v2.0/routers/dacc5852-0bfb-4c81-8c62-ca28a2bdd29a/remove_router_interface => generated 309 bytes in 952 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/708] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:28:34 2026] DELETE /v2.0/security-groups/387792f7-8991-41f4-859d-9bd9e0851a86 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:28:35.261 7 INFO neutron_taas.services.taas.taas_plugin [None req-2a88cdde-161e-4593-b2fd-e26213d945d5 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: fbb9256e-6d77-4232-b4f8-f9e3cde59887 2026-03-26 15:28:35.264 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a88cdde-161e-4593-b2fd-e26213d945d5 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: fbb9256e-6d77-4232-b4f8-f9e3cde59887 2026-03-26 15:28:35.529 7 INFO neutron_taas.services.taas.taas_plugin [None req-2a88cdde-161e-4593-b2fd-e26213d945d5 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: 006b200e-d36f-4844-b21e-42ae6a8a5890 2026-03-26 15:28:35.533 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a88cdde-161e-4593-b2fd-e26213d945d5 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: 006b200e-d36f-4844-b21e-42ae6a8a5890 2026-03-26 15:28:35.914 7 INFO neutron.services.segments.plugin [-] Segment 27e79661-fd82-4dc1-a1b3-0622b46d12db resource provider aggregate not found 2026-03-26 15:28:35.925 7 INFO neutron.services.segments.plugin [-] Segment 27e79661-fd82-4dc1-a1b3-0622b46d12db resource provider aggregate not found 2026-03-26 15:28:35.930 7 INFO neutron.services.segments.plugin [-] Segment 27e79661-fd82-4dc1-a1b3-0622b46d12db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27e79661-fd82-4dc1-a1b3-0622b46d12db found for delete ", "request_id": "req-3ef05d8b-6110-405c-ba7d-3e4cbba967d5"}]} 2026-03-26 15:28:35.943 7 INFO neutron.services.segments.plugin [-] Segment 27e79661-fd82-4dc1-a1b3-0622b46d12db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27e79661-fd82-4dc1-a1b3-0622b46d12db found for delete ", "request_id": "req-fc6c76c1-9613-4ce3-8346-114bcef1d7ea"}]} 2026-03-26 15:28:35.957 7 INFO neutron.db.l3_hamode_db [None req-2a88cdde-161e-4593-b2fd-e26213d945d5 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] HA network 786d3747-dfdc-4368-8d35-93981b7a5ecb was deleted as no HA routers are present in tenant 637471acd9f9432e9ab3e522ceb27731. [pid: 7|app: 0|req: 357/709] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:28:35 2026] DELETE /v2.0/routers/dacc5852-0bfb-4c81-8c62-ca28a2bdd29a => generated 0 bytes in 934 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/710] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:28:35 2026] DELETE /v2.0/subnets/76063a9c-6d39-4494-ae34-d22e508359f0 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:28:36.258 7 INFO neutron_taas.services.taas.taas_plugin [None req-b03e0052-a62c-483d-902e-7f37801c7f68 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: 0e85cb6b-5310-4b2a-a5c4-590478076dd3 2026-03-26 15:28:36.261 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b03e0052-a62c-483d-902e-7f37801c7f68 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: 0e85cb6b-5310-4b2a-a5c4-590478076dd3 [pid: 7|app: 0|req: 358/711] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:28:36 2026] DELETE /v2.0/networks/17a37aba-a269-4f84-a3a2-9568355bec2d => generated 0 bytes in 333 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/712] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:28:36 2026] GET /v2.0/security-groups?tenant_id=0a758791de214121b9d52241a5f22ec6&name=default => generated 2925 bytes in 383 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/713] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:28:36 2026] GET /v2.0/security-groups?tenant_id=637471acd9f9432e9ab3e522ceb27731&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/714] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:28:36 2026] DELETE /v2.0/security-groups/743ce5ac-57be-4069-819c-2eaaf69b3254 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/715] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:28:36 2026] DELETE /v2.0/security-groups/57720bfa-9ce2-40b4-89f1-6d39b2a282f6 => 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: 356/716] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:28:36 2026] GET /v2.0/security-groups?tenant_id=489973900bee44a895dee72f2bdc6a5a&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: 361/717] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:28:37 2026] DELETE /v2.0/security-groups/7175c0aa-4c4c-4b63-94bc-f57c807a1a85 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:28:37.952 7 INFO neutron.services.segments.plugin [-] Segment 0c17f826-5ca9-4245-9084-d421ac0f6738 resource provider aggregate not found 2026-03-26 15:28:37.976 7 INFO neutron.services.segments.plugin [-] Segment 0c17f826-5ca9-4245-9084-d421ac0f6738 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c17f826-5ca9-4245-9084-d421ac0f6738 found for delete ", "request_id": "req-c8412f8c-09f1-4f3b-a615-2222e7337e4a"}]} 2026-03-26 15:28:37.977 7 INFO neutron.services.segments.plugin [-] Segment 0c17f826-5ca9-4245-9084-d421ac0f6738 resource provider aggregate not found 2026-03-26 15:28:37.997 7 INFO neutron.services.segments.plugin [-] Segment 0c17f826-5ca9-4245-9084-d421ac0f6738 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c17f826-5ca9-4245-9084-d421ac0f6738 found for delete ", "request_id": "req-f0bdaf9f-484b-426c-b0d7-db6e9d6d8c51"}]} [pid: 8|app: 0|req: 357/718] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:28:37 2026] GET /v2.0/security-groups?tenant_id=01c8fa0dc1c248a8a27c7384f97792a1&name=default => generated 2925 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/719] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:28:38 2026] DELETE /v2.0/security-groups/83ea92b2-71de-49b9-8256-d2cfb5dc7e33 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:28:39.080 8 INFO neutron.db.segments_db [None req-d2cbf43c-a37a-4e91-b8d5-edd3ea443d90 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Added segment e6425179-5d6f-49ab-958d-f571967162ba of type vxlan for network 74d6533d-b3cc-4bff-b069-ceeb2e3f60c8 [pid: 8|app: 0|req: 358/720] 10.0.0.103 () {34 vars in 670 bytes} [Thu Mar 26 15:28:38 2026] POST /v2.0/networks => generated 725 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/721] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:28:39 2026] POST /v2.0/subnets => generated 691 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:28:39.480 8 INFO neutron.db.segments_db [None req-e014bc3c-b934-4c6c-9179-f1a13b9d4813 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Added segment 24325ad7-cd79-434f-823b-46beec8225a6 of type vxlan for network 9bdb3800-bb92-4b56-aa99-01b4ae98e7dc 2026-03-26 15:28:39.776 8 INFO neutron.db.l3_hamode_db [None req-e014bc3c-b934-4c6c-9179-f1a13b9d4813 d0764c18170d45f498785062472ac84f 3a8dd482894d4aba9ee37ae8fa75e23a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 364/722] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:28:39 2026] GET /v2.0/security-groups?tenant_id=1cd650b6bfe246298f0731a0b0e86163&name=default => generated 2925 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:28:40.213 7 INFO neutron.db.segments_db [None req-dcbc02d9-cf5f-490b-9f63-1bba73502f88 9ecbb92f8edc429188203e319a81274c e29bd8b29c2148f39a62685ebb1e2cc0 - - default default] Added segment f9885cd2-7c1b-4929-a67a-29927ebd0d5a of type vxlan for network baadb090-018a-4047-9bfc-997eb562ca84 [pid: 7|app: 0|req: 365/723] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:28:40 2026] POST /v2.0/networks => generated 630 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/724] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:28:40 2026] DELETE /v2.0/security-groups/949f6eb2-134f-4c48-8301-00866a957f2c => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:28:40.590 8 INFO neutron.db.l3_hamode_db [None req-e014bc3c-b934-4c6c-9179-f1a13b9d4813 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 367/725] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:28:40 2026] POST /v2.0/subnets => generated 627 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:28:40.787 7 INFO neutron.db.segments_db [None req-6eda3b9a-b939-477d-a474-498d02db3815 9ecbb92f8edc429188203e319a81274c e29bd8b29c2148f39a62685ebb1e2cc0 - - default default] Added segment efb3f8ad-2bb9-49be-b852-481cc24cf1c2 of type vxlan for network 3a1dc958-d74a-4c76-a0e4-a7b14bf34f44 2026-03-26 15:28:41.073 7 INFO neutron.db.l3_hamode_db [None req-6eda3b9a-b939-477d-a474-498d02db3815 9ecbb92f8edc429188203e319a81274c e29bd8b29c2148f39a62685ebb1e2cc0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 359/726] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:28:39 2026] POST /v2.0/routers => generated 731 bytes in 2260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:28:41.871 7 INFO neutron.db.l3_hamode_db [None req-6eda3b9a-b939-477d-a474-498d02db3815 9ecbb92f8edc429188203e319a81274c e29bd8b29c2148f39a62685ebb1e2cc0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 368/727] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:28:40 2026] POST /v2.0/routers => generated 695 bytes in 2110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/730] 10.0.0.103 () {34 vars in 782 bytes} [Thu Mar 26 15:28:41 2026] PUT /v2.0/routers/79d74746-e665-4aae-8c47-c52570721e23/add_router_interface => generated 309 bytes in 1322 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/731] 10.0.0.103 () {34 vars in 684 bytes} [Thu Mar 26 15:28:43 2026] POST /v2.0/security-groups => generated 1660 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/732] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:28:43 2026] POST /v2.0/security-group-rules => generated 597 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/733] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:28:43 2026] POST /v2.0/security-group-rules => generated 602 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/734] 10.0.0.103 () {34 vars in 782 bytes} [Thu Mar 26 15:28:42 2026] PUT /v2.0/routers/b030aff5-12fd-49ab-a109-c615560c3a9a/add_router_interface => generated 309 bytes in 1441 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/735] 10.0.0.103 () {34 vars in 675 bytes} [Thu Mar 26 15:28:43 2026] POST /v2.0/floatingips => generated 552 bytes in 519 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/736] 10.0.0.103 () {34 vars in 664 bytes} [Thu Mar 26 15:28:44 2026] POST /v2.0/ports => generated 958 bytes in 345 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: 373/737] 10.0.0.92 () {34 vars in 1096 bytes} [Thu Mar 26 15:28:44 2026] GET /v2.0/security-groups?name=tempest-securitygroup--353995081&fields=id&tenant_id=3a8dd482894d4aba9ee37ae8fa75e23a => generated 69 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/738] 10.0.0.92 () {34 vars in 980 bytes} [Thu Mar 26 15:28:44 2026] GET /v2.0/networks?id=74d6533d-b3cc-4bff-b069-ceeb2e3f60c8 => generated 676 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/739] 10.0.0.103 () {34 vars in 664 bytes} [Thu Mar 26 15:28:44 2026] POST /v2.0/ports => generated 955 bytes in 362 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: 375/740] 10.0.0.92 () {34 vars in 963 bytes} [Thu Mar 26 15:28:45 2026] GET /v2.0/quotas/3a8dd482894d4aba9ee37ae8fa75e23a => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/741] 10.0.0.92 () {34 vars in 1000 bytes} [Thu Mar 26 15:28:45 2026] GET /v2.0/ports?tenant_id=3a8dd482894d4aba9ee37ae8fa75e23a&fields=id => generated 103 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/742] 10.0.0.92 () {34 vars in 1006 bytes} [Thu Mar 26 15:28:45 2026] GET /v2.0/networks/74d6533d-b3cc-4bff-b069-ceeb2e3f60c8?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: 378/743] 10.0.0.92 () {34 vars in 1106 bytes} [Thu Mar 26 15:28:45 2026] GET /v2.0/networks/74d6533d-b3cc-4bff-b069-ceeb2e3f60c8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/744] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:45 2026] GET /v2.0/ports?device_id=cf5067a2-e076-4e83-b545-a9e66647b927 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:28:45.821 8 INFO neutron.db.l3_db [None req-3733931d-34a4-48e6-9bcc-e1f6ce84f599 9ecbb92f8edc429188203e319a81274c e29bd8b29c2148f39a62685ebb1e2cc0 - - default default] Floating IP e927e2a9-95a3-4b0c-ad8d-edbe3452e72c associated. External IP: 10.96.250.215, port: 6e1e15dc-e134-42ea-9b5c-da5dba3a4c05. [pid: 8|app: 0|req: 366/745] 10.0.0.103 () {34 vars in 676 bytes} [Thu Mar 26 15:28:45 2026] POST /v2.0/floatingips => generated 842 bytes in 1191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/746] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:28:45 2026] GET /v2.0/security-groups?tenant_id=186fc0373cd84cfcadc79f472db78894&name=default => generated 2925 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:28:46.328 8 INFO neutron.db.l3_db [None req-a3f82d3e-cfbb-41c8-8c67-2da9d0e3eb0b 9ecbb92f8edc429188203e319a81274c e29bd8b29c2148f39a62685ebb1e2cc0 - - default default] Floating IP e927e2a9-95a3-4b0c-ad8d-edbe3452e72c disassociated. External IP: 10.96.250.215, port: 6e1e15dc-e134-42ea-9b5c-da5dba3a4c05. [pid: 7|app: 0|req: 381/747] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:28:46 2026] DELETE /v2.0/security-groups/80ba7eba-1f69-42ad-8136-6eaf98bcab72 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/748] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:46 2026] GET /v2.0/ports?device_id=cf5067a2-e076-4e83-b545-a9e66647b927 => 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: 367/749] 10.0.0.103 () {34 vars in 748 bytes} [Thu Mar 26 15:28:46 2026] PUT /v2.0/floatingips/e927e2a9-95a3-4b0c-ad8d-edbe3452e72c => generated 552 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:28:46.756 7 INFO neutron_taas.services.taas.taas_plugin [None req-e2165d93-57d8-44b3-ba20-7fb9ca6a671f 9ecbb92f8edc429188203e319a81274c e29bd8b29c2148f39a62685ebb1e2cc0 - - default default] TaaS: Handle Delete Port: f8db9fb2-768a-4dd8-b8d2-025d1bfd385b 2026-03-26 15:28:46.759 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2165d93-57d8-44b3-ba20-7fb9ca6a671f 9ecbb92f8edc429188203e319a81274c e29bd8b29c2148f39a62685ebb1e2cc0 - - default default] Tap Mirror: Handle Delete Port: f8db9fb2-768a-4dd8-b8d2-025d1bfd385b [pid: 7|app: 0|req: 383/750] 10.0.0.103 () {32 vars in 731 bytes} [Thu Mar 26 15:28:46 2026] DELETE /v2.0/floatingips/e927e2a9-95a3-4b0c-ad8d-edbe3452e72c => generated 0 bytes in 329 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/751] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:47 2026] GET /v2.0/ports?device_id=cf5067a2-e076-4e83-b545-a9e66647b927 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:28:47.779 8 INFO neutron.db.l3_db [None req-3ac37d80-c6c2-40e6-8768-d9869787cfdd 9ecbb92f8edc429188203e319a81274c e29bd8b29c2148f39a62685ebb1e2cc0 - - default default] Floating IP 3aa0bdc2-ce32-4d27-a003-0902cc18697e associated. External IP: 10.96.250.202, port: 1813ec66-30ed-4904-beae-64adf6a0e3bc. [pid: 8|app: 0|req: 368/752] 10.0.0.103 () {34 vars in 676 bytes} [Thu Mar 26 15:28:46 2026] POST /v2.0/floatingips => generated 842 bytes in 1084 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/753] 10.0.0.103 () {32 vars in 728 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/floatingips/3aa0bdc2-ce32-4d27-a003-0902cc18697e => generated 842 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/754] 10.0.0.103 () {32 vars in 654 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/floatingips => generated 845 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/755] 10.0.0.103 () {32 vars in 652 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions => generated 21537 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/756] 10.0.0.103 () {32 vars in 680 bytes} [Thu Mar 26 15:28:48 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: 372/757] 10.0.0.103 () {32 vars in 680 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/758] 10.0.0.103 () {32 vars in 728 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/759] 10.0.0.103 () {32 vars in 664 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/agent => generated 153 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/760] 10.0.0.103 () {32 vars in 698 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/761] 10.0.0.103 () {32 vars in 696 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/762] 10.0.0.103 () {32 vars in 700 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/763] 10.0.0.103 () {32 vars in 688 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/764] 10.0.0.103 () {32 vars in 702 bytes} [Thu Mar 26 15:28:48 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: 380/765] 10.0.0.103 () {32 vars in 692 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/766] 10.0.0.103 () {32 vars in 694 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/767] 10.0.0.103 () {32 vars in 684 bytes} [Thu Mar 26 15:28:48 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: 383/768] 10.0.0.103 () {32 vars in 686 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/769] 10.0.0.103 () {32 vars in 660 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/770] 10.0.0.103 () {32 vars in 698 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/771] 10.0.0.103 () {32 vars in 678 bytes} [Thu Mar 26 15:28:48 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: 387/772] 10.0.0.103 () {32 vars in 682 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/773] 10.0.0.103 () {32 vars in 674 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/774] 10.0.0.103 () {32 vars in 688 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/775] 10.0.0.103 () {32 vars in 722 bytes} [Thu Mar 26 15:28:48 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: 391/776] 10.0.0.103 () {32 vars in 686 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/777] 10.0.0.103 () {32 vars in 668 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/778] 10.0.0.103 () {32 vars in 686 bytes} [Thu Mar 26 15:28:48 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: 394/779] 10.0.0.103 () {32 vars in 680 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/780] 10.0.0.103 () {32 vars in 698 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/781] 10.0.0.103 () {32 vars in 678 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:28:48.591 7 INFO neutron.db.l3_db [None req-2fac23d6-bd33-470b-85d1-71695542c74f 9ecbb92f8edc429188203e319a81274c e29bd8b29c2148f39a62685ebb1e2cc0 - - default default] Floating IP 3aa0bdc2-ce32-4d27-a003-0902cc18697e associated. External IP: 10.96.250.202, port: 1813ec66-30ed-4904-beae-64adf6a0e3bc. [pid: 8|app: 0|req: 397/782] 10.0.0.103 () {32 vars in 666 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/783] 10.0.0.103 () {32 vars in 676 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/784] 10.0.0.103 () {32 vars in 664 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/785] 10.0.0.103 () {32 vars in 674 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/786] 10.0.0.103 () {32 vars in 712 bytes} [Thu Mar 26 15:28:48 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: 402/787] 10.0.0.103 () {32 vars in 690 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/788] 10.0.0.103 () {32 vars in 682 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/789] 10.0.0.103 () {32 vars in 668 bytes} [Thu Mar 26 15:28:48 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: 405/790] 10.0.0.103 () {32 vars in 686 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/791] 10.0.0.103 () {32 vars in 704 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/792] 10.0.0.103 () {32 vars in 674 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/793] 10.0.0.103 () {32 vars in 700 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/794] 10.0.0.103 () {32 vars in 674 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/795] 10.0.0.103 () {32 vars in 692 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/796] 10.0.0.103 () {32 vars in 688 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/797] 10.0.0.103 () {32 vars in 708 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/798] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/ports?device_id=cf5067a2-e076-4e83-b545-a9e66647b927 => 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: 414/799] 10.0.0.103 () {32 vars in 704 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/800] 10.0.0.103 () {32 vars in 718 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/801] 10.0.0.103 () {32 vars in 696 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/802] 10.0.0.103 () {32 vars in 710 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/803] 10.0.0.103 () {32 vars in 668 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/804] 10.0.0.103 () {32 vars in 686 bytes} [Thu Mar 26 15:28:48 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: 420/805] 10.0.0.103 () {32 vars in 680 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/806] 10.0.0.103 () {32 vars in 674 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/807] 10.0.0.103 () {32 vars in 670 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/provider => generated 191 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/808] 10.0.0.103 () {32 vars in 660 bytes} [Thu Mar 26 15:28:48 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: 424/809] 10.0.0.103 () {32 vars in 698 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/810] 10.0.0.103 () {32 vars in 698 bytes} [Thu Mar 26 15:28:48 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: 426/811] 10.0.0.103 () {32 vars in 676 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/812] 10.0.0.103 () {32 vars in 668 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/813] 10.0.0.103 () {32 vars in 682 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/814] 10.0.0.103 () {32 vars in 700 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/qos-port-network-policy => 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: 430/815] 10.0.0.103 () {32 vars in 684 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/816] 10.0.0.103 () {32 vars in 706 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/817] 10.0.0.103 () {32 vars in 668 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/818] 10.0.0.103 () {32 vars in 696 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/819] 10.0.0.103 () {32 vars in 694 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/820] 10.0.0.103 () {32 vars in 684 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/821] 10.0.0.103 () {32 vars in 688 bytes} [Thu Mar 26 15:28:48 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: 437/822] 10.0.0.103 () {32 vars in 704 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/823] 10.0.0.103 () {32 vars in 666 bytes} [Thu Mar 26 15:28:48 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/824] 10.0.0.103 () {32 vars in 680 bytes} [Thu Mar 26 15:28:49 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: 440/825] 10.0.0.103 () {32 vars in 680 bytes} [Thu Mar 26 15:28:49 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/826] 10.0.0.103 () {32 vars in 690 bytes} [Thu Mar 26 15:28:49 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/827] 10.0.0.103 () {32 vars in 690 bytes} [Thu Mar 26 15:28:49 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/828] 10.0.0.103 () {32 vars in 694 bytes} [Thu Mar 26 15:28:49 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/829] 10.0.0.103 () {32 vars in 684 bytes} [Thu Mar 26 15:28:49 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/830] 10.0.0.103 () {32 vars in 688 bytes} [Thu Mar 26 15:28:49 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/831] 10.0.0.103 () {32 vars in 700 bytes} [Thu Mar 26 15:28:49 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/832] 10.0.0.103 () {32 vars in 702 bytes} [Thu Mar 26 15:28:49 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/833] 10.0.0.103 () {32 vars in 712 bytes} [Thu Mar 26 15:28:49 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/834] 10.0.0.103 () {32 vars in 716 bytes} [Thu Mar 26 15:28:49 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/835] 10.0.0.103 () {32 vars in 714 bytes} [Thu Mar 26 15:28:49 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/836] 10.0.0.103 () {32 vars in 726 bytes} [Thu Mar 26 15:28:49 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/837] 10.0.0.103 () {32 vars in 740 bytes} [Thu Mar 26 15:28:49 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/838] 10.0.0.103 () {32 vars in 718 bytes} [Thu Mar 26 15:28:49 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/839] 10.0.0.103 () {32 vars in 682 bytes} [Thu Mar 26 15:28:49 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: 455/840] 10.0.0.103 () {32 vars in 668 bytes} [Thu Mar 26 15:28:49 2026] GET /v2.0/extensions/segment => generated 145 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/841] 10.0.0.103 () {32 vars in 718 bytes} [Thu Mar 26 15:28:49 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/842] 10.0.0.103 () {32 vars in 678 bytes} [Thu Mar 26 15:28:49 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/843] 10.0.0.103 () {32 vars in 668 bytes} [Thu Mar 26 15:28:49 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/844] 10.0.0.103 () {32 vars in 696 bytes} [Thu Mar 26 15:28:49 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/845] 10.0.0.103 () {32 vars in 704 bytes} [Thu Mar 26 15:28:49 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/846] 10.0.0.103 () {32 vars in 700 bytes} [Thu Mar 26 15:28:49 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/847] 10.0.0.103 () {32 vars in 700 bytes} [Thu Mar 26 15:28:49 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/848] 10.0.0.103 () {32 vars in 682 bytes} [Thu Mar 26 15:28:49 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/849] 10.0.0.103 () {32 vars in 704 bytes} [Thu Mar 26 15:28:49 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/850] 10.0.0.103 () {32 vars in 694 bytes} [Thu Mar 26 15:28:49 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/851] 10.0.0.103 () {32 vars in 688 bytes} [Thu Mar 26 15:28:49 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/852] 10.0.0.103 () {32 vars in 696 bytes} [Thu Mar 26 15:28:49 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/853] 10.0.0.103 () {32 vars in 678 bytes} [Thu Mar 26 15:28:49 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/854] 10.0.0.103 () {32 vars in 688 bytes} [Thu Mar 26 15:28:49 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/855] 10.0.0.103 () {32 vars in 700 bytes} [Thu Mar 26 15:28:49 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/856] 10.0.0.103 () {32 vars in 664 bytes} [Thu Mar 26 15:28:49 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/857] 10.0.0.103 () {32 vars in 680 bytes} [Thu Mar 26 15:28:49 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/858] 10.0.0.103 () {34 vars in 748 bytes} [Thu Mar 26 15:28:48 2026] PUT /v2.0/floatingips/3aa0bdc2-ce32-4d27-a003-0902cc18697e => generated 842 bytes in 1041 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/859] 10.0.0.103 () {32 vars in 676 bytes} [Thu Mar 26 15:28:49 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/860] 10.0.0.103 () {32 vars in 692 bytes} [Thu Mar 26 15:28:49 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/861] 10.0.0.103 () {32 vars in 676 bytes} [Thu Mar 26 15:28:49 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/862] 10.0.0.103 () {32 vars in 666 bytes} [Thu Mar 26 15:28:49 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/863] 10.0.0.103 () {32 vars in 662 bytes} [Thu Mar 26 15:28:49 2026] GET /v2.0/extensions/taas => generated 175 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/864] 10.0.0.103 () {32 vars in 674 bytes} [Thu Mar 26 15:28:49 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/865] 10.0.0.103 () {32 vars in 686 bytes} [Thu Mar 26 15:28:49 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:28:49.383 7 INFO neutron.db.l3_db [None req-41823f31-17c8-4e92-ba61-29faf854fff2 9ecbb92f8edc429188203e319a81274c e29bd8b29c2148f39a62685ebb1e2cc0 - - default default] Floating IP 3aa0bdc2-ce32-4d27-a003-0902cc18697e disassociated. External IP: 10.96.250.202, port: 6e1e15dc-e134-42ea-9b5c-da5dba3a4c05. [pid: 7|app: 0|req: 387/866] 10.0.0.103 () {34 vars in 748 bytes} [Thu Mar 26 15:28:49 2026] PUT /v2.0/floatingips/3aa0bdc2-ce32-4d27-a003-0902cc18697e => generated 552 bytes in 430 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:28:49.809 8 INFO neutron_taas.services.taas.taas_plugin [None req-dde6b4fd-3bab-4c5c-a57e-e3119b47aa8b 9ecbb92f8edc429188203e319a81274c e29bd8b29c2148f39a62685ebb1e2cc0 - - default default] TaaS: Handle Delete Port: 7762b431-2c8d-4e88-8433-c29d06d17c9b 2026-03-26 15:28:49.812 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dde6b4fd-3bab-4c5c-a57e-e3119b47aa8b 9ecbb92f8edc429188203e319a81274c e29bd8b29c2148f39a62685ebb1e2cc0 - - default default] Tap Mirror: Handle Delete Port: 7762b431-2c8d-4e88-8433-c29d06d17c9b [pid: 7|app: 0|req: 388/867] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:49 2026] GET /v2.0/ports?device_id=cf5067a2-e076-4e83-b545-a9e66647b927 => 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: 480/868] 10.0.0.103 () {32 vars in 731 bytes} [Thu Mar 26 15:28:49 2026] DELETE /v2.0/floatingips/3aa0bdc2-ce32-4d27-a003-0902cc18697e => generated 0 bytes in 282 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/869] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:28:49 2026] GET /v2.0/networks?id=74d6533d-b3cc-4bff-b069-ceeb2e3f60c8 => generated 676 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:28:50.036 8 INFO neutron.api.v2.resource [None req-6de983e3-a76e-4105-a1cc-837d11a2a1ab 9ecbb92f8edc429188203e319a81274c e29bd8b29c2148f39a62685ebb1e2cc0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 482/870] 10.0.0.103 () {32 vars in 731 bytes} [Thu Mar 26 15:28:50 2026] DELETE /v2.0/floatingips/3aa0bdc2-ce32-4d27-a003-0902cc18697e => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/871] 199.204.45.89 () {34 vars in 1048 bytes} [Thu Mar 26 15:28:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3a8dd482894d4aba9ee37ae8fa75e23a => generated 180 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/872] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:28:49 2026] GET /v2.0/security-groups?tenant_id=6ac074734aea47168bd3edd93b2f5747&name=default => generated 2925 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/873] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:28:50 2026] DELETE /v2.0/security-groups/e8948c3c-eaeb-407b-ae04-e444bec01c56 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:28:50.273 8 INFO neutron_taas.services.taas.taas_plugin [None req-be892c40-660d-4999-8a7f-feddd5807014 9ecbb92f8edc429188203e319a81274c e29bd8b29c2148f39a62685ebb1e2cc0 - - default default] TaaS: Handle Delete Port: 6e1e15dc-e134-42ea-9b5c-da5dba3a4c05 2026-03-26 15:28:50.277 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be892c40-660d-4999-8a7f-feddd5807014 9ecbb92f8edc429188203e319a81274c e29bd8b29c2148f39a62685ebb1e2cc0 - - default default] Tap Mirror: Handle Delete Port: 6e1e15dc-e134-42ea-9b5c-da5dba3a4c05 [pid: 8|app: 0|req: 484/874] 10.0.0.103 () {32 vars in 719 bytes} [Thu Mar 26 15:28:50 2026] DELETE /v2.0/ports/6e1e15dc-e134-42ea-9b5c-da5dba3a4c05 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:28:50.497 8 INFO neutron_taas.services.taas.taas_plugin [None req-be789b1d-a24f-4be7-900e-18f961405dc7 9ecbb92f8edc429188203e319a81274c e29bd8b29c2148f39a62685ebb1e2cc0 - - default default] TaaS: Handle Delete Port: 1813ec66-30ed-4904-beae-64adf6a0e3bc 2026-03-26 15:28:50.499 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be789b1d-a24f-4be7-900e-18f961405dc7 9ecbb92f8edc429188203e319a81274c e29bd8b29c2148f39a62685ebb1e2cc0 - - default default] Tap Mirror: Handle Delete Port: 1813ec66-30ed-4904-beae-64adf6a0e3bc [pid: 7|app: 0|req: 391/875] 199.204.45.89 () {38 vars in 953 bytes} [Thu Mar 26 15:28:50 2026] POST /v2.0/ports => generated 954 bytes in 410 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: 485/876] 10.0.0.103 () {32 vars in 719 bytes} [Thu Mar 26 15:28:50 2026] DELETE /v2.0/ports/1813ec66-30ed-4904-beae-64adf6a0e3bc => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/877] 10.0.0.103 () {32 vars in 735 bytes} [Thu Mar 26 15:28:50 2026] GET /v2.0/ports?device_id=b030aff5-12fd-49ab-a109-c615560c3a9a => generated 958 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/878] 199.204.45.89 () {38 vars in 1026 bytes} [Thu Mar 26 15:28:50 2026] PUT /v2.0/ports/0bede796-4181-4ce6-b06e-746f5811973c => generated 1235 bytes in 555 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-03-26 15:28:51.210 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f9a4c3d4-c7d1-43a5-afc4-f59bcae45217'] response: {'name': 'network-changed', 'server_uuid': 'cf5067a2-e076-4e83-b545-a9e66647b927', 'tag': '0bede796-4181-4ce6-b06e-746f5811973c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 393/879] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:51 2026] GET /v2.0/ports?device_id=cf5067a2-e076-4e83-b545-a9e66647b927 => 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: 394/880] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:28:51 2026] GET /v2.0/security-groups?id=53f3a42d-9570-4741-b065-a5c6472a966b&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:28:51.672 8 INFO neutron_taas.services.taas.taas_plugin [None req-4d86ffd4-632c-4ae3-ab0f-6016025197b7 9ecbb92f8edc429188203e319a81274c e29bd8b29c2148f39a62685ebb1e2cc0 - - default default] TaaS: Handle Delete Port: bc768a50-60b2-4de3-8bf9-decdcf50d8b7 2026-03-26 15:28:51.675 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d86ffd4-632c-4ae3-ab0f-6016025197b7 9ecbb92f8edc429188203e319a81274c e29bd8b29c2148f39a62685ebb1e2cc0 - - default default] Tap Mirror: Handle Delete Port: bc768a50-60b2-4de3-8bf9-decdcf50d8b7 [pid: 7|app: 0|req: 395/881] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:28:51 2026] GET /v2.0/ports?tenant_id=3a8dd482894d4aba9ee37ae8fa75e23a&device_id=cf5067a2-e076-4e83-b545-a9e66647b927 => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/882] 199.204.45.89 () {34 vars in 1016 bytes} [Thu Mar 26 15:28:51 2026] GET /v2.0/networks?tenant_id=3a8dd482894d4aba9ee37ae8fa75e23a&shared=False => generated 772 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/883] 199.204.45.89 () {34 vars in 928 bytes} [Thu Mar 26 15:28:51 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/884] 10.0.0.103 () {34 vars in 788 bytes} [Thu Mar 26 15:28:50 2026] PUT /v2.0/routers/b030aff5-12fd-49ab-a109-c615560c3a9a/remove_router_interface => generated 309 bytes in 1535 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:28:52.353 7 INFO neutron.db.segments_db [None req-483d46ce-ad78-4ecf-ab9d-9e38541bec17 82b9a3af0e4e418295afbec8fb8b5ef3 b0ecb9e308a14a708ee9381df3e4da02 - - default default] Added segment 6dd9a900-5581-46db-8946-f2ba741daae2 of type vxlan for network 489bd0c3-b69e-4154-beac-53d7f630132e 2026-03-26 15:28:52.424 7 INFO neutron.db.segments_db [None req-483d46ce-ad78-4ecf-ab9d-9e38541bec17 82b9a3af0e4e418295afbec8fb8b5ef3 b0ecb9e308a14a708ee9381df3e4da02 - - default default] Added segment a76c80b7-423b-4f28-a15a-534bd4d39b71 of type vxlan for network b88eb8e7-790a-436f-8543-a1f63e6c6034 2026-03-26 15:28:52.506 8 INFO neutron_taas.services.taas.taas_plugin [None req-925ae0b8-4dd9-440f-87d7-f6c2cb4387de 9ecbb92f8edc429188203e319a81274c e29bd8b29c2148f39a62685ebb1e2cc0 - - default default] TaaS: Handle Delete Port: 88dcf929-09ad-487b-9373-97bb8430377a 2026-03-26 15:28:52.509 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-925ae0b8-4dd9-440f-87d7-f6c2cb4387de 9ecbb92f8edc429188203e319a81274c e29bd8b29c2148f39a62685ebb1e2cc0 - - default default] Tap Mirror: Handle Delete Port: 88dcf929-09ad-487b-9373-97bb8430377a [pid: 7|app: 0|req: 398/885] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:28:51 2026] POST /v2.0/networks => generated 1207 bytes in 590 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/886] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:52 2026] GET /v2.0/ports?device_id=cf5067a2-e076-4e83-b545-a9e66647b927 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/887] 10.0.0.103 () {32 vars in 648 bytes} [Thu Mar 26 15:28:52 2026] GET /v2.0/networks => generated 1844 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/888] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:28:52 2026] GET /v2.0/security-groups?id=53f3a42d-9570-4741-b065-a5c6472a966b&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:28:52.832 8 INFO neutron_taas.services.taas.taas_plugin [None req-925ae0b8-4dd9-440f-87d7-f6c2cb4387de 9ecbb92f8edc429188203e319a81274c e29bd8b29c2148f39a62685ebb1e2cc0 - - default default] TaaS: Handle Delete Port: 856648a3-d4e3-48b6-ab92-1e3df1fc1e65 2026-03-26 15:28:52.833 7 INFO neutron.services.segments.plugin [-] Segment 6dd9a900-5581-46db-8946-f2ba741daae2 resource provider aggregate not found 2026-03-26 15:28:52.835 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-925ae0b8-4dd9-440f-87d7-f6c2cb4387de 9ecbb92f8edc429188203e319a81274c e29bd8b29c2148f39a62685ebb1e2cc0 - - default default] Tap Mirror: Handle Delete Port: 856648a3-d4e3-48b6-ab92-1e3df1fc1e65 2026-03-26 15:28:52.834 7 INFO neutron.services.segments.plugin [-] Segment 6dd9a900-5581-46db-8946-f2ba741daae2 resource provider aggregate not found 2026-03-26 15:28:52.873 7 INFO neutron.services.segments.plugin [-] Segment 6dd9a900-5581-46db-8946-f2ba741daae2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6dd9a900-5581-46db-8946-f2ba741daae2 found for delete ", "request_id": "req-62ceb665-3051-4603-9b0b-8056e2e0bfd9"}]} 2026-03-26 15:28:52.875 7 INFO neutron.services.segments.plugin [-] Segment 6dd9a900-5581-46db-8946-f2ba741daae2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6dd9a900-5581-46db-8946-f2ba741daae2 found for delete ", "request_id": "req-b37e4ce2-d652-451d-ab64-9d7edb0591d5"}]} [pid: 7|app: 0|req: 402/889] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:28:52 2026] DELETE /v2.0/networks/489bd0c3-b69e-4154-beac-53d7f630132e => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/890] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:28:52 2026] DELETE /v2.0/networks/b88eb8e7-790a-436f-8543-a1f63e6c6034 => 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: 404/891] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:28:53 2026] GET /v2.0/ports?tenant_id=3a8dd482894d4aba9ee37ae8fa75e23a&device_id=cf5067a2-e076-4e83-b545-a9e66647b927 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/892] 10.0.0.103 () {32 vars in 648 bytes} [Thu Mar 26 15:28:53 2026] GET /v2.0/networks => generated 651 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/893] 199.204.45.89 () {34 vars in 1056 bytes} [Thu Mar 26 15:28:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=0bede796-4181-4ce6-b06e-746f5811973c => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:28:53.201 7 INFO neutron.db.segments_db [None req-1ffb8a2e-e484-4d5b-b124-cba18adb4424 82b9a3af0e4e418295afbec8fb8b5ef3 b0ecb9e308a14a708ee9381df3e4da02 - - default default] Added segment 24752080-7cd8-4fc0-96a8-b0e758f2daa8 of type vxlan for network 3cf889db-2c49-4165-8658-2cb863a778ae 2026-03-26 15:28:53.250 8 INFO neutron.services.segments.plugin [-] Segment efb3f8ad-2bb9-49be-b852-481cc24cf1c2 resource provider aggregate not found 2026-03-26 15:28:53.254 8 INFO neutron.services.segments.plugin [-] Segment efb3f8ad-2bb9-49be-b852-481cc24cf1c2 resource provider aggregate not found 2026-03-26 15:28:53.276 8 INFO neutron.services.segments.plugin [-] Segment efb3f8ad-2bb9-49be-b852-481cc24cf1c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid efb3f8ad-2bb9-49be-b852-481cc24cf1c2 found for delete ", "request_id": "req-4847cc5f-78cf-41da-b00a-5eb18c2fd83b"}]} 2026-03-26 15:28:53.279 8 INFO neutron.services.segments.plugin [-] Segment efb3f8ad-2bb9-49be-b852-481cc24cf1c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid efb3f8ad-2bb9-49be-b852-481cc24cf1c2 found for delete ", "request_id": "req-b5e72a0e-7ed3-440e-8751-9b6bff389732"}]} 2026-03-26 15:28:53.282 8 INFO neutron.db.l3_hamode_db [None req-925ae0b8-4dd9-440f-87d7-f6c2cb4387de 9ecbb92f8edc429188203e319a81274c e29bd8b29c2148f39a62685ebb1e2cc0 - - default default] HA network 3a1dc958-d74a-4c76-a0e4-a7b14bf34f44 was deleted as no HA routers are present in tenant e29bd8b29c2148f39a62685ebb1e2cc0. [pid: 8|app: 0|req: 488/894] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:28:52 2026] DELETE /v2.0/routers/b030aff5-12fd-49ab-a109-c615560c3a9a => generated 0 bytes in 1045 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/895] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:28:53 2026] POST /v2.0/networks => generated 634 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/896] 199.204.45.89 () {34 vars in 982 bytes} [Thu Mar 26 15:28:53 2026] GET /v2.0/subnets?id=513cec69-2002-494c-8bea-f79f2e168e98 => generated 694 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:28:53.370 7 INFO neutron.db.segments_db [None req-2c092b6d-c11b-48f9-9209-b54b4c2deb3c 82b9a3af0e4e418295afbec8fb8b5ef3 b0ecb9e308a14a708ee9381df3e4da02 - - default default] Added segment e367b276-1ad8-4a2b-8e44-7a7a9bf4b462 of type vxlan for network ce8be0f3-9f73-491e-b80a-1998831a4f4a [pid: 8|app: 0|req: 490/897] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:28:53 2026] DELETE /v2.0/subnets/4fe769a1-8976-4387-82c1-760d254ba8db => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/898] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:28:53 2026] POST /v2.0/networks => generated 634 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/899] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:28:53 2026] GET /v2.0/ports?network_id=74d6533d-b3cc-4bff-b069-ceeb2e3f60c8&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: 409/900] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:28:53 2026] DELETE /v2.0/networks/baadb090-018a-4047-9bfc-997eb562ca84 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/901] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:28:53 2026] GET /v2.0/networks/74d6533d-b3cc-4bff-b069-ceeb2e3f60c8?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: 411/902] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:28:53 2026] GET /v2.0/networks/74d6533d-b3cc-4bff-b069-ceeb2e3f60c8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/903] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:53 2026] GET /v2.0/ports?device_id=cf5067a2-e076-4e83-b545-a9e66647b927 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/904] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:28:53 2026] GET /v2.0/security-groups?id=53f3a42d-9570-4741-b065-a5c6472a966b&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: 492/905] 10.0.0.103 () {34 vars in 664 bytes} [Thu Mar 26 15:28:53 2026] POST /v2.0/ports => generated 1506 bytes in 616 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/906] 10.0.0.103 () {32 vars in 642 bytes} [Thu Mar 26 15:28:54 2026] GET /v2.0/ports => generated 1506 bytes in 124 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-03-26 15:28:54.315 7 INFO neutron_taas.services.taas.taas_plugin [None req-4ede3671-0a78-4491-86d1-17c046b62b4b 82b9a3af0e4e418295afbec8fb8b5ef3 b0ecb9e308a14a708ee9381df3e4da02 - - default default] TaaS: Handle Delete Port: 8b3b8b31-91f3-4f80-b8e6-86df507bf1be 2026-03-26 15:28:54.322 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ede3671-0a78-4491-86d1-17c046b62b4b 82b9a3af0e4e418295afbec8fb8b5ef3 b0ecb9e308a14a708ee9381df3e4da02 - - default default] Tap Mirror: Handle Delete Port: 8b3b8b31-91f3-4f80-b8e6-86df507bf1be [pid: 8|app: 0|req: 493/907] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:28:54 2026] GET /v2.0/security-groups?tenant_id=e29bd8b29c2148f39a62685ebb1e2cc0&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/908] 10.0.0.103 () {32 vars in 719 bytes} [Thu Mar 26 15:28:54 2026] DELETE /v2.0/ports/8b3b8b31-91f3-4f80-b8e6-86df507bf1be => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/909] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:54 2026] GET /v2.0/ports?device_id=872a95af-c324-4e4d-9bf8-d90524e581c1 => generated 975 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/910] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:28:54 2026] DELETE /v2.0/security-groups/7a3eefa9-4dde-4212-87c0-01d054663005 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:28:54.515 8 INFO neutron_taas.services.taas.taas_plugin [None req-dc9d13ab-947b-4b36-a850-0a832b4a340e 82b9a3af0e4e418295afbec8fb8b5ef3 b0ecb9e308a14a708ee9381df3e4da02 - - default default] TaaS: Handle Delete Port: d0cae02b-41a8-4566-9394-1d373bda74b1 2026-03-26 15:28:54.519 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc9d13ab-947b-4b36-a850-0a832b4a340e 82b9a3af0e4e418295afbec8fb8b5ef3 b0ecb9e308a14a708ee9381df3e4da02 - - default default] Tap Mirror: Handle Delete Port: d0cae02b-41a8-4566-9394-1d373bda74b1 [pid: 7|app: 0|req: 417/911] 10.0.0.92 () {34 vars in 969 bytes} [Thu Mar 26 15:28:54 2026] GET /v2.0/ports/7f9a280b-c273-4928-86eb-b3b79098ea13 => generated 972 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/912] 10.0.0.103 () {32 vars in 719 bytes} [Thu Mar 26 15:28:54 2026] DELETE /v2.0/ports/d0cae02b-41a8-4566-9394-1d373bda74b1 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/913] 10.0.0.103 () {32 vars in 642 bytes} [Thu Mar 26 15:28:54 2026] GET /v2.0/ports => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:28:54.702 8 INFO neutron.db.segments_db [None req-e6c135e0-8635-4d4c-9c11-09e65749e1bf 82b9a3af0e4e418295afbec8fb8b5ef3 b0ecb9e308a14a708ee9381df3e4da02 - - default default] Added segment 3aed0992-e17f-4f92-9546-96c4dfd6ba92 of type vxlan for network a5f4017e-66bf-42b7-a642-d810b928bf74 [pid: 8|app: 0|req: 496/914] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:28:54 2026] POST /v2.0/networks => generated 635 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:28:54.900 7 INFO neutron.services.segments.plugin [-] Segment a76c80b7-423b-4f28-a15a-534bd4d39b71 resource provider aggregate not found 2026-03-26 15:28:54.908 7 INFO neutron.services.segments.plugin [-] Segment a76c80b7-423b-4f28-a15a-534bd4d39b71 resource provider aggregate not found 2026-03-26 15:28:54.923 7 INFO neutron.services.segments.plugin [-] Segment a76c80b7-423b-4f28-a15a-534bd4d39b71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a76c80b7-423b-4f28-a15a-534bd4d39b71 found for delete ", "request_id": "req-4faa026e-8d27-4818-9b17-70bc90da6d76"}]} 2026-03-26 15:28:54.933 7 INFO neutron.services.segments.plugin [-] Segment a76c80b7-423b-4f28-a15a-534bd4d39b71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a76c80b7-423b-4f28-a15a-534bd4d39b71 found for delete ", "request_id": "req-df7ee76d-5438-4760-9afa-d38a8c1870f3"}]} 2026-03-26 15:28:54.941 7 INFO neutron.db.segments_db [None req-51a0d0ce-4553-4c8d-bc2a-cde0509aaa3c 82b9a3af0e4e418295afbec8fb8b5ef3 b0ecb9e308a14a708ee9381df3e4da02 - - default default] Added segment f37921be-e8a2-40e8-b333-188d3b6f77e3 of type vxlan for network 0362602e-f4ea-45ea-b057-31cfa3cc80e3 2026-03-26 15:28:54.948 7 INFO neutron.services.segments.plugin [-] Segment f9885cd2-7c1b-4929-a67a-29927ebd0d5a resource provider aggregate not found 2026-03-26 15:28:54.961 7 INFO neutron.services.segments.plugin [-] Segment f9885cd2-7c1b-4929-a67a-29927ebd0d5a resource provider aggregate not found 2026-03-26 15:28:54.992 7 INFO neutron.services.segments.plugin [-] Segment f9885cd2-7c1b-4929-a67a-29927ebd0d5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9885cd2-7c1b-4929-a67a-29927ebd0d5a found for delete ", "request_id": "req-cf932575-772f-40f1-937f-2ea4a8293fd0"}]} 2026-03-26 15:28:55.000 7 INFO neutron.services.segments.plugin [-] Segment f9885cd2-7c1b-4929-a67a-29927ebd0d5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9885cd2-7c1b-4929-a67a-29927ebd0d5a found for delete ", "request_id": "req-a5aae4f0-abcc-4daf-9b16-f8fa5f77d6b5"}]} [pid: 8|app: 0|req: 497/915] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:54 2026] GET /v2.0/ports?device_id=cf5067a2-e076-4e83-b545-a9e66647b927 => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/916] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:28:54 2026] POST /v2.0/networks => generated 633 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/917] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:28:55 2026] GET /v2.0/security-groups?id=53f3a42d-9570-4741-b065-a5c6472a966b&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: 420/918] 199.204.45.89 () {34 vars in 998 bytes} [Thu Mar 26 15:28:55 2026] GET /v2.0/subnets?network_id=1ed4ae9d-dab4-4e8a-970b-0edd656d000e => generated 684 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/919] 199.204.45.89 () {34 vars in 1144 bytes} [Thu Mar 26 15:28:55 2026] GET /v2.0/ports?device_id=872a95af-c324-4e4d-9bf8-d90524e581c1&device_owner=compute%3Anova&network_id=1ed4ae9d-dab4-4e8a-970b-0edd656d000e => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/920] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:28:55 2026] POST /v2.0/subnets => generated 1323 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/921] 10.0.0.103 () {32 vars in 646 bytes} [Thu Mar 26 15:28:56 2026] GET /v2.0/subnets => generated 1959 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/922] 199.204.45.89 () {38 vars in 1026 bytes} [Thu Mar 26 15:28:55 2026] PUT /v2.0/ports/7f9a280b-c273-4928-86eb-b3b79098ea13 => generated 1149 bytes in 767 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:28:56.141 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7cfa8afb-72e2-468f-8085-8ba6377f4fe7'] response: {'name': 'network-changed', 'server_uuid': '872a95af-c324-4e4d-9bf8-d90524e581c1', 'tag': '7f9a280b-c273-4928-86eb-b3b79098ea13', '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: 422/923] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:56 2026] GET /v2.0/ports?device_id=cf5067a2-e076-4e83-b545-a9e66647b927 => generated 969 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/924] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:28:56 2026] DELETE /v2.0/subnets/5b56fd1d-8642-40be-9b17-97da018a617d => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/925] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:28:56 2026] GET /v2.0/security-groups?id=53f3a42d-9570-4741-b065-a5c6472a966b&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/926] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:28:56 2026] DELETE /v2.0/subnets/afde09ab-6846-4380-87ca-78de99b50881 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/927] 10.0.0.103 () {32 vars in 646 bytes} [Thu Mar 26 15:28:56 2026] GET /v2.0/subnets => generated 649 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:28:56.678 8 INFO neutron.services.segments.plugin [-] Segment f37921be-e8a2-40e8-b333-188d3b6f77e3 resource provider aggregate not found 2026-03-26 15:28:56.686 8 INFO neutron.services.segments.plugin [-] Segment f37921be-e8a2-40e8-b333-188d3b6f77e3 resource provider aggregate not found 2026-03-26 15:28:56.696 8 INFO neutron.services.segments.plugin [-] Segment f37921be-e8a2-40e8-b333-188d3b6f77e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f37921be-e8a2-40e8-b333-188d3b6f77e3 found for delete ", "request_id": "req-efa8f994-94d8-4fe8-a44e-09510e68d453"}]} 2026-03-26 15:28:56.709 8 INFO neutron.services.segments.plugin [-] Segment f37921be-e8a2-40e8-b333-188d3b6f77e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f37921be-e8a2-40e8-b333-188d3b6f77e3 found for delete ", "request_id": "req-ac8bc7d0-785e-46e3-9e36-0afcc9c2c5d0"}]} [pid: 8|app: 0|req: 505/928] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:28:56 2026] DELETE /v2.0/networks/0362602e-f4ea-45ea-b057-31cfa3cc80e3 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:28:56.730 7 INFO neutron.db.segments_db [None req-57162c1e-e74e-4d00-bce2-95279efd1cbc 1534601a950d42f3b85e331f5d9cc371 9e7a84279ab94707b453b36e2641d10f - - default default] Added segment 4e26519a-0a7e-430b-9265-35b7a6481b45 of type vxlan for network 40b9769a-1c31-4d68-ae21-bb58fa6465c8 [pid: 8|app: 0|req: 506/929] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:28:56 2026] GET /v2.0/ports?tenant_id=9b11c81e73b14dd88c7705ec5eb22ed0&device_id=872a95af-c324-4e4d-9bf8-d90524e581c1 => generated 1421 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/930] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:28:56 2026] POST /v2.0/networks => generated 629 bytes in 454 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/931] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:28:56 2026] GET /v2.0/networks?id=1ed4ae9d-dab4-4e8a-970b-0edd656d000e => generated 780 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/932] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:28:56 2026] DELETE /v2.0/networks/a5f4017e-66bf-42b7-a642-d810b928bf74 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/933] 199.204.45.89 () {34 vars in 1058 bytes} [Thu Mar 26 15:28:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=7f9a280b-c273-4928-86eb-b3b79098ea13 => generated 861 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/934] 199.204.45.89 () {34 vars in 1056 bytes} [Thu Mar 26 15:28:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=7f9a280b-c273-4928-86eb-b3b79098ea13 => 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: 428/935] 199.204.45.89 () {34 vars in 982 bytes} [Thu Mar 26 15:28:56 2026] GET /v2.0/subnets?id=058bf6dc-1897-4290-81cc-41e32cc2b9da => generated 702 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/936] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:28:57 2026] GET /v2.0/ports?network_id=1ed4ae9d-dab4-4e8a-970b-0edd656d000e&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/937] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:28:56 2026] DELETE /v2.0/networks/ce8be0f3-9f73-491e-b80a-1998831a4f4a => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/938] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:28:57 2026] GET /v2.0/networks/1ed4ae9d-dab4-4e8a-970b-0edd656d000e?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/939] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:28:57 2026] GET /v2.0/networks/1ed4ae9d-dab4-4e8a-970b-0edd656d000e?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: 509/940] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:28:57 2026] DELETE /v2.0/networks/3cf889db-2c49-4165-8658-2cb863a778ae => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/943] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:57 2026] GET /v2.0/ports?device_id=cf5067a2-e076-4e83-b545-a9e66647b927 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/944] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:28:57 2026] GET /v2.0/security-groups?id=53f3a42d-9570-4741-b065-a5c6472a966b&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: 513/945] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:28:57 2026] GET /v2.0/security-groups?tenant_id=b0ecb9e308a14a708ee9381df3e4da02&name=default => generated 2925 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/946] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:28:58 2026] DELETE /v2.0/security-groups/86659b98-3f7b-443a-9a1d-02901ae1f3f3 => 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: 433/947] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:28:57 2026] POST /v2.0/subnets => generated 673 bytes in 804 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/948] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:58 2026] GET /v2.0/ports?device_id=872a95af-c324-4e4d-9bf8-d90524e581c1 => generated 1152 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/949] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:28:58 2026] GET /v2.0/security-groups?id=aed13e13-bb28-41fa-94d1-be8075b623a9&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-03-26 15:28:58.233 7 INFO neutron.db.segments_db [None req-59828840-5a36-4bc9-891d-95aad9b786b0 1534601a950d42f3b85e331f5d9cc371 9e7a84279ab94707b453b36e2641d10f - - default default] Added segment fea840c4-392b-4928-9f2c-8221c08e2f87 of type vxlan for network c3906ac7-c936-4df5-9682-936c4a1d71c7 [pid: 8|app: 0|req: 517/950] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:28:58 2026] GET /v2.0/ports?tenant_id=9b11c81e73b14dd88c7705ec5eb22ed0&device_id=872a95af-c324-4e4d-9bf8-d90524e581c1 => generated 1421 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/951] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:28:58 2026] GET /v2.0/networks?id=1ed4ae9d-dab4-4e8a-970b-0edd656d000e => generated 780 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/952] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:28:58 2026] POST /v2.0/networks => generated 628 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/953] 199.204.45.89 () {34 vars in 1058 bytes} [Thu Mar 26 15:28:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=7f9a280b-c273-4928-86eb-b3b79098ea13 => generated 861 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/954] 199.204.45.89 () {34 vars in 1056 bytes} [Thu Mar 26 15:28:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=7f9a280b-c273-4928-86eb-b3b79098ea13 => 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: 435/955] 10.0.0.103 () {34 vars in 742 bytes} [Thu Mar 26 15:28:58 2026] PUT /v2.0/networks/c3906ac7-c936-4df5-9682-936c4a1d71c7 => generated 592 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/956] 199.204.45.89 () {34 vars in 982 bytes} [Thu Mar 26 15:28:58 2026] GET /v2.0/subnets?id=058bf6dc-1897-4290-81cc-41e32cc2b9da => generated 702 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/957] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:28:58 2026] GET /v2.0/ports?network_id=1ed4ae9d-dab4-4e8a-970b-0edd656d000e&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: 523/958] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:28:58 2026] GET /v2.0/networks/1ed4ae9d-dab4-4e8a-970b-0edd656d000e?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: 524/959] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:58 2026] GET /v2.0/ports?device_id=cf5067a2-e076-4e83-b545-a9e66647b927 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/960] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:28:58 2026] GET /v2.0/networks/1ed4ae9d-dab4-4e8a-970b-0edd656d000e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/961] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:28:58 2026] POST /v2.0/subnets => generated 646 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/962] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:28:58 2026] GET /v2.0/security-groups?id=53f3a42d-9570-4741-b065-a5c6472a966b&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:28:58.730 8 INFO neutron.services.segments.plugin [-] Segment 3aed0992-e17f-4f92-9546-96c4dfd6ba92 resource provider aggregate not found 2026-03-26 15:28:58.739 8 INFO neutron.services.segments.plugin [-] Segment 3aed0992-e17f-4f92-9546-96c4dfd6ba92 resource provider aggregate not found 2026-03-26 15:28:58.757 8 INFO neutron.services.segments.plugin [-] Segment 3aed0992-e17f-4f92-9546-96c4dfd6ba92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3aed0992-e17f-4f92-9546-96c4dfd6ba92 found for delete ", "request_id": "req-376a9ee5-8d09-44a1-8332-a16409dcd1e5"}]} 2026-03-26 15:28:58.764 8 INFO neutron.services.segments.plugin [-] Segment 3aed0992-e17f-4f92-9546-96c4dfd6ba92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3aed0992-e17f-4f92-9546-96c4dfd6ba92 found for delete ", "request_id": "req-38359f71-b08f-4582-a757-8764fac63098"}]} 2026-03-26 15:28:58.779 8 INFO neutron.services.segments.plugin [-] Segment e367b276-1ad8-4a2b-8e44-7a7a9bf4b462 resource provider aggregate not found 2026-03-26 15:28:58.784 8 INFO neutron.services.segments.plugin [-] Segment e367b276-1ad8-4a2b-8e44-7a7a9bf4b462 resource provider aggregate not found 2026-03-26 15:28:58.803 8 INFO neutron.services.segments.plugin [-] Segment e367b276-1ad8-4a2b-8e44-7a7a9bf4b462 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e367b276-1ad8-4a2b-8e44-7a7a9bf4b462 found for delete ", "request_id": "req-eb962a46-13ac-459b-9ee8-ce99e766c974"}]} 2026-03-26 15:28:58.813 8 INFO neutron.services.segments.plugin [-] Segment e367b276-1ad8-4a2b-8e44-7a7a9bf4b462 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e367b276-1ad8-4a2b-8e44-7a7a9bf4b462 found for delete ", "request_id": "req-b1da0eff-e915-407f-8f1f-671c3a63f963"}]} 2026-03-26 15:28:58.828 8 INFO neutron.services.segments.plugin [-] Segment 24752080-7cd8-4fc0-96a8-b0e758f2daa8 resource provider aggregate not found 2026-03-26 15:28:58.834 8 INFO neutron.services.segments.plugin [-] Segment 24752080-7cd8-4fc0-96a8-b0e758f2daa8 resource provider aggregate not found 2026-03-26 15:28:58.840 8 INFO neutron.services.segments.plugin [-] Segment 24752080-7cd8-4fc0-96a8-b0e758f2daa8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24752080-7cd8-4fc0-96a8-b0e758f2daa8 found for delete ", "request_id": "req-2d1c6fc5-63f8-4eba-a632-df7557e7cbd3"}]} [pid: 7|app: 0|req: 437/963] 10.0.0.103 () {34 vars in 740 bytes} [Thu Mar 26 15:28:58 2026] PUT /v2.0/subnets/970dfd95-de46-4bf3-86b9-794c4b942e5f => generated 656 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:28:58.857 8 INFO neutron.services.segments.plugin [-] Segment 24752080-7cd8-4fc0-96a8-b0e758f2daa8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24752080-7cd8-4fc0-96a8-b0e758f2daa8 found for delete ", "request_id": "req-50baf212-03cd-48af-946f-5ad6f21ba0dc"}]} [pid: 8|app: 0|req: 527/964] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:28:58 2026] DELETE /v2.0/networks/c3906ac7-c936-4df5-9682-936c4a1d71c7 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:28:59.093 7 INFO neutron.pecan_wsgi.hooks.translation [None req-73549c0a-c2d2-4fe4-9114-030db05de38d 1534601a950d42f3b85e331f5d9cc371 9e7a84279ab94707b453b36e2641d10f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 438/965] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:28:59 2026] DELETE /v2.0/networks/c3906ac7-c936-4df5-9682-936c4a1d71c7 => 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: 528/966] 10.0.0.103 () {32 vars in 693 bytes} [Thu Mar 26 15:28:59 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/967] 10.0.0.103 () {32 vars in 741 bytes} [Thu Mar 26 15:28:59 2026] GET /v2.0/subnets?network_id=d880a5ac-5837-4bab-ba8f-abbc2ad21313 => generated 649 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/968] 10.0.0.103 () {32 vars in 652 bytes} [Thu Mar 26 15:28:59 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/969] 199.204.45.89 () {34 vars in 1116 bytes} [Thu Mar 26 15:28:59 2026] GET /v2.0/ports?device_id=872a95af-c324-4e4d-9bf8-d90524e581c1&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.6 => generated 1152 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/970] 10.0.0.103 () {32 vars in 648 bytes} [Thu Mar 26 15:28:59 2026] GET /v2.0/networks => generated 1313 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/971] 10.0.0.103 () {32 vars in 646 bytes} [Thu Mar 26 15:28:59 2026] GET /v2.0/subnets => generated 1312 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/972] 10.0.0.103 () {32 vars in 722 bytes} [Thu Mar 26 15:28:59 2026] GET /v2.0/networks/40b9769a-1c31-4d68-ae21-bb58fa6465c8 => generated 673 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/973] 10.0.0.103 () {32 vars in 720 bytes} [Thu Mar 26 15:28:59 2026] GET /v2.0/subnets/72cc4d65-e59c-4365-bb3c-95e6330e5702 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:28:59.484 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fa6c14a2-c8da-46a4-8010-14c8e33f9090 1534601a950d42f3b85e331f5d9cc371 9e7a84279ab94707b453b36e2641d10f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 445/974] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:28:59 2026] DELETE /v2.0/subnets/970dfd95-de46-4bf3-86b9-794c4b942e5f => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 15:28:59.504 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b585cf35-b426-4b65-84f2-c3d9149fec27 1534601a950d42f3b85e331f5d9cc371 9e7a84279ab94707b453b36e2641d10f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 446/975] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:28:59 2026] DELETE /v2.0/networks/c3906ac7-c936-4df5-9682-936c4a1d71c7 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/976] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:28:59 2026] DELETE /v2.0/subnets/72cc4d65-e59c-4365-bb3c-95e6330e5702 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:28:59.786 7 INFO neutron.services.segments.plugin [-] Segment 4e26519a-0a7e-430b-9265-35b7a6481b45 resource provider aggregate not found 2026-03-26 15:28:59.787 7 INFO neutron.services.segments.plugin [-] Segment 4e26519a-0a7e-430b-9265-35b7a6481b45 resource provider aggregate not found 2026-03-26 15:28:59.807 7 INFO neutron.services.segments.plugin [-] Segment 4e26519a-0a7e-430b-9265-35b7a6481b45 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e26519a-0a7e-430b-9265-35b7a6481b45 found for delete ", "request_id": "req-6a2768bd-4b2a-4405-8d64-694aadcf5e3f"}]} 2026-03-26 15:28:59.817 7 INFO neutron.services.segments.plugin [-] Segment 4e26519a-0a7e-430b-9265-35b7a6481b45 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e26519a-0a7e-430b-9265-35b7a6481b45 found for delete ", "request_id": "req-bd77497a-b396-4a1d-9f73-b295cf4af43b"}]} [pid: 7|app: 0|req: 448/977] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:28:59 2026] DELETE /v2.0/networks/40b9769a-1c31-4d68-ae21-bb58fa6465c8 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/978] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:59 2026] GET /v2.0/ports?device_id=cf5067a2-e076-4e83-b545-a9e66647b927 => 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: 450/979] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:28:59 2026] GET /v2.0/security-groups?id=53f3a42d-9570-4741-b065-a5c6472a966b&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/980] 199.204.45.89 () {38 vars in 1026 bytes} [Thu Mar 26 15:28:59 2026] PUT /v2.0/ports/7f9a280b-c273-4928-86eb-b3b79098ea13 => generated 972 bytes in 643 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:28:59.972 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7160f9d2-ed2c-4821-bf42-36efbed1ed5d'] response: {'name': 'network-changed', 'server_uuid': '872a95af-c324-4e4d-9bf8-d90524e581c1', 'tag': '7f9a280b-c273-4928-86eb-b3b79098ea13', '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: 531/981] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:28:59 2026] GET /v2.0/ports?device_id=cf5067a2-e076-4e83-b545-a9e66647b927 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:29:00.381 7 INFO neutron.db.segments_db [None req-201328b2-28e0-4843-bdfa-6d49d2bdfe4b e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] Added segment 1a4d131d-116b-4606-ac29-3dbc5d67bd88 of type vxlan for network e927935c-6cb5-49dd-9cc8-37ed2b2334f4 2026-03-26 15:29:00.454 8 INFO neutron.db.l3_db [None req-00e752eb-a989-47f1-89d5-614fd0538230 0f0f668fe65b47acb9beffae3e9965bb 3a8dd482894d4aba9ee37ae8fa75e23a - - default default] Floating IP f9f271af-2033-48f4-95c4-bd84ba368cf1 associated. External IP: 10.96.250.218, port: 0bede796-4181-4ce6-b06e-746f5811973c. [pid: 7|app: 0|req: 451/982] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:28:59 2026] POST /v2.0/networks => generated 615 bytes in 556 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/983] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:29:00 2026] GET /v2.0/security-groups?tenant_id=9e7a84279ab94707b453b36e2641d10f&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/984] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:29:00 2026] GET /v2.0/ports?tenant_id=9b11c81e73b14dd88c7705ec5eb22ed0&device_id=872a95af-c324-4e4d-9bf8-d90524e581c1 => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:29:00.710 7 INFO neutron.db.segments_db [None req-bff12753-1baf-4caa-b6eb-f81494fcbded e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] Added segment af158621-4462-4449-b012-d2910cd1b583 of type vxlan for network 71e5e479-e520-4fb6-9468-585ec3afd191 [pid: 8|app: 0|req: 532/985] 10.0.0.103 () {34 vars in 748 bytes} [Thu Mar 26 15:29:00 2026] PUT /v2.0/floatingips/f9f271af-2033-48f4-95c4-bd84ba368cf1 => generated 855 bytes in 691 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/986] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:29:00 2026] POST /v2.0/networks => generated 614 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:29:00.873 8 INFO neutron.services.segments.plugin [-] Segment fea840c4-392b-4928-9f2c-8221c08e2f87 resource provider aggregate not found 2026-03-26 15:29:00.897 8 INFO neutron.services.segments.plugin [-] Segment fea840c4-392b-4928-9f2c-8221c08e2f87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fea840c4-392b-4928-9f2c-8221c08e2f87 found for delete ", "request_id": "req-ee96be94-e6a9-4780-80fd-94cb27f51f8b"}]} 2026-03-26 15:29:00.919 8 INFO neutron.services.segments.plugin [-] Segment fea840c4-392b-4928-9f2c-8221c08e2f87 resource provider aggregate not found [pid: 7|app: 0|req: 455/987] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:29:00 2026] GET /v2.0/networks?id=1ed4ae9d-dab4-4e8a-970b-0edd656d000e => generated 780 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/988] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:29:00 2026] DELETE /v2.0/security-groups/01be1502-b5b5-4474-aec6-d6eb88bc3ef9 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:29:00.950 8 INFO neutron.services.segments.plugin [-] Segment fea840c4-392b-4928-9f2c-8221c08e2f87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fea840c4-392b-4928-9f2c-8221c08e2f87 found for delete ", "request_id": "req-53adf621-96a3-4e46-86e5-5b988a050d37"}]} [pid: 8|app: 0|req: 534/989] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:00 2026] GET /v2.0/ports?device_id=cf5067a2-e076-4e83-b545-a9e66647b927 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/990] 199.204.45.89 () {34 vars in 1058 bytes} [Thu Mar 26 15:29:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=7f9a280b-c273-4928-86eb-b3b79098ea13 => generated 861 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/991] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:29:01 2026] GET /v2.0/security-groups?id=53f3a42d-9570-4741-b065-a5c6472a966b&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: 537/992] 199.204.45.89 () {34 vars in 982 bytes} [Thu Mar 26 15:29:01 2026] GET /v2.0/subnets?id=058bf6dc-1897-4290-81cc-41e32cc2b9da => generated 702 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/993] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:29:01 2026] GET /v2.0/ports?network_id=1ed4ae9d-dab4-4e8a-970b-0edd656d000e&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: 539/994] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:29:01 2026] GET /v2.0/networks/1ed4ae9d-dab4-4e8a-970b-0edd656d000e?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: 540/995] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:29:01 2026] GET /v2.0/networks/1ed4ae9d-dab4-4e8a-970b-0edd656d000e?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: 456/996] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:29:00 2026] POST /v2.0/subnets => generated 646 bytes in 462 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/997] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:01 2026] GET /v2.0/ports?device_id=cf5067a2-e076-4e83-b545-a9e66647b927 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/998] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:29:01 2026] GET /v2.0/security-groups?id=53f3a42d-9570-4741-b065-a5c6472a966b&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: 541/999] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:29:01 2026] POST /v2.0/subnets => generated 655 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:29:01.756 7 INFO neutron.db.segments_db [None req-e803cede-a150-4402-bb02-5fb8bb9572c5 e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] Added segment c712c057-3f7d-4031-a586-9288390c2a57 of type vxlan for network 6752fa35-cadf-488e-bf6c-d969002ddf55 [pid: 8|app: 0|req: 542/1000] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:01 2026] GET /v2.0/ports?device_id=872a95af-c324-4e4d-9bf8-d90524e581c1 => generated 975 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1001] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:29:01 2026] GET /v2.0/security-groups?id=aed13e13-bb28-41fa-94d1-be8075b623a9&fields=id&fields=name => generated 114 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:29:02.011 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3e625bdd-180d-4aa2-a0e8-077884bf73af'] response: {'name': 'network-changed', 'server_uuid': 'cf5067a2-e076-4e83-b545-a9e66647b927', 'tag': '0bede796-4181-4ce6-b06e-746f5811973c', 'status': 'completed', 'code': 200} 2026-03-26 15:29:02.056 7 INFO neutron.db.l3_hamode_db [None req-e803cede-a150-4402-bb02-5fb8bb9572c5 e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-26 15:29:02.193 7 INFO neutron.db.l3_hamode_db [None req-e803cede-a150-4402-bb02-5fb8bb9572c5 e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 544/1002] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:29:02 2026] GET /v2.0/ports?tenant_id=9b11c81e73b14dd88c7705ec5eb22ed0&device_id=872a95af-c324-4e4d-9bf8-d90524e581c1 => 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: 545/1003] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:29:02 2026] GET /v2.0/networks?id=1ed4ae9d-dab4-4e8a-970b-0edd656d000e => generated 780 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1004] 199.204.45.89 () {34 vars in 1058 bytes} [Thu Mar 26 15:29:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=7f9a280b-c273-4928-86eb-b3b79098ea13 => generated 861 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1005] 199.204.45.89 () {34 vars in 982 bytes} [Thu Mar 26 15:29:02 2026] GET /v2.0/subnets?id=058bf6dc-1897-4290-81cc-41e32cc2b9da => generated 702 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1006] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:29:02 2026] GET /v2.0/ports?network_id=1ed4ae9d-dab4-4e8a-970b-0edd656d000e&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1007] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:29:02 2026] GET /v2.0/ports?tenant_id=3a8dd482894d4aba9ee37ae8fa75e23a&device_id=cf5067a2-e076-4e83-b545-a9e66647b927 => generated 1240 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1008] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:29:02 2026] GET /v2.0/networks/1ed4ae9d-dab4-4e8a-970b-0edd656d000e?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1009] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:29:02 2026] GET /v2.0/networks?id=74d6533d-b3cc-4bff-b069-ceeb2e3f60c8 => generated 772 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1010] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:29:02 2026] GET /v2.0/networks/1ed4ae9d-dab4-4e8a-970b-0edd656d000e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1011] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:02 2026] GET /v2.0/ports?device_id=cf5067a2-e076-4e83-b545-a9e66647b927 => 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: 554/1012] 199.204.45.89 () {34 vars in 1056 bytes} [Thu Mar 26 15:29:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=0bede796-4181-4ce6-b06e-746f5811973c => generated 860 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1013] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:29:02 2026] GET /v2.0/security-groups?id=53f3a42d-9570-4741-b065-a5c6472a966b&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/1014] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:29:01 2026] POST /v2.0/routers => generated 510 bytes in 1143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1015] 199.204.45.89 () {34 vars in 982 bytes} [Thu Mar 26 15:29:02 2026] GET /v2.0/subnets?id=513cec69-2002-494c-8bea-f79f2e168e98 => generated 694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1016] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:29:02 2026] GET /v2.0/ports?network_id=74d6533d-b3cc-4bff-b069-ceeb2e3f60c8&device_owner=network%3Adhcp => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:29:03.243 8 INFO neutron.db.segments_db [None req-b9103195-af3b-46e0-af86-e1224e60dfca 9b6948f506cb4850a599e40ea044d50a b2b28f2177924786a8286d0cd33eba45 - - default default] Added segment a79de0f5-c8a1-4aec-ae0c-eeb49e9c4692 of type vxlan for network 4c3ee110-79ae-44d7-b046-bb82c3e3fa39 [pid: 8|app: 0|req: 558/1017] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:29:02 2026] POST /v2.0/networks => generated 626 bytes in 503 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1018] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:03 2026] GET /v2.0/ports?device_id=872a95af-c324-4e4d-9bf8-d90524e581c1 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1019] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:29:03 2026] GET /v2.0/networks/74d6533d-b3cc-4bff-b069-ceeb2e3f60c8?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1020] 10.0.0.103 () {34 vars in 664 bytes} [Thu Mar 26 15:29:03 2026] POST /v2.0/ports => generated 774 bytes in 382 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: 562/1021] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:29:03 2026] GET /v2.0/security-groups?id=aed13e13-bb28-41fa-94d1-be8075b623a9&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: 460/1022] 10.0.0.103 () {34 vars in 782 bytes} [Thu Mar 26 15:29:02 2026] PUT /v2.0/routers/5b329bb4-1e1f-49ef-a4b4-5a808b81067c/add_router_interface => generated 309 bytes in 1129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1023] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:29:03 2026] GET /v2.0/networks/74d6533d-b3cc-4bff-b069-ceeb2e3f60c8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/1024] 199.204.45.89 () {34 vars in 992 bytes} [Thu Mar 26 15:29:03 2026] GET /v2.0/ports?device_id=cf5067a2-e076-4e83-b545-a9e66647b927 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1025] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:03 2026] GET /v2.0/ports?device_id=cf5067a2-e076-4e83-b545-a9e66647b927 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:29:04.066 7 INFO neutron.db.segments_db [None req-5d510d8e-ef5d-494b-88db-e4ad4df488a1 9b6948f506cb4850a599e40ea044d50a b2b28f2177924786a8286d0cd33eba45 - - default default] Added segment cb09ebbe-1454-4700-a9a9-3156584ee38b of type vxlan for network 0cf1a8b8-7b40-4bf5-af1c-f8569c14be57 [pid: 8|app: 0|req: 565/1026] 10.0.0.103 () {32 vars in 716 bytes} [Thu Mar 26 15:29:04 2026] GET /v2.0/ports/be7b45e0-ab7d-42df-ad08-86edcc23c85e => generated 959 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/1027] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:29:04 2026] POST /v2.0/networks => generated 612 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/1028] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:29:04 2026] GET /v2.0/security-groups?id=53f3a42d-9570-4741-b065-a5c6472a966b&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:29:04.227 8 INFO neutron_taas.services.taas.taas_plugin [req-4fcdd432-21cc-4c1d-8ffb-6aa6fb98eb67 req-9ec26dfa-6821-4a38-a821-9e5e387b8469 0f0f668fe65b47acb9beffae3e9965bb 3a8dd482894d4aba9ee37ae8fa75e23a - - default default] TaaS: Handle Delete Port: 0bede796-4181-4ce6-b06e-746f5811973c 2026-03-26 15:29:04.231 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4fcdd432-21cc-4c1d-8ffb-6aa6fb98eb67 req-9ec26dfa-6821-4a38-a821-9e5e387b8469 0f0f668fe65b47acb9beffae3e9965bb 3a8dd482894d4aba9ee37ae8fa75e23a - - default default] Tap Mirror: Handle Delete Port: 0bede796-4181-4ce6-b06e-746f5811973c 2026-03-26 15:29:04.354 8 INFO neutron.db.l3_db [req-4fcdd432-21cc-4c1d-8ffb-6aa6fb98eb67 req-9ec26dfa-6821-4a38-a821-9e5e387b8469 0f0f668fe65b47acb9beffae3e9965bb 3a8dd482894d4aba9ee37ae8fa75e23a - - default default] Floating IP f9f271af-2033-48f4-95c4-bd84ba368cf1 disassociated. External IP: 10.96.250.218, port: 0bede796-4181-4ce6-b06e-746f5811973c. [pid: 8|app: 0|req: 566/1029] 199.204.45.89 () {36 vars in 995 bytes} [Thu Mar 26 15:29:04 2026] DELETE /v2.0/ports/0bede796-4181-4ce6-b06e-746f5811973c => generated 0 bytes in 623 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:29:04.761 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ba54b96a-1d91-4f86-9636-ce048b80f9a4'] response: {'server_uuid': 'cf5067a2-e076-4e83-b545-a9e66647b927', 'name': 'network-vif-deleted', 'tag': '0bede796-4181-4ce6-b06e-746f5811973c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 567/1030] 199.204.45.89 () {34 vars in 992 bytes} [Thu Mar 26 15:29:04 2026] GET /v2.0/ports?device_id=872a95af-c324-4e4d-9bf8-d90524e581c1 => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1031] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:29:04 2026] POST /v2.0/subnets => generated 626 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:29:05.154 8 INFO neutron_taas.services.taas.taas_plugin [req-a3328bfa-2a72-4644-8acc-ad367230f854 req-35eb865b-346e-4f6f-bf0b-30c25083e8d5 79b2c5a66e0a4d1791d0c9191903f472 9b11c81e73b14dd88c7705ec5eb22ed0 - - default default] TaaS: Handle Delete Port: 7f9a280b-c273-4928-86eb-b3b79098ea13 2026-03-26 15:29:05.157 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a3328bfa-2a72-4644-8acc-ad367230f854 req-35eb865b-346e-4f6f-bf0b-30c25083e8d5 79b2c5a66e0a4d1791d0c9191903f472 9b11c81e73b14dd88c7705ec5eb22ed0 - - default default] Tap Mirror: Handle Delete Port: 7f9a280b-c273-4928-86eb-b3b79098ea13 [pid: 7|app: 0|req: 464/1032] 10.0.0.103 () {34 vars in 782 bytes} [Thu Mar 26 15:29:04 2026] PUT /v2.0/routers/5b329bb4-1e1f-49ef-a4b4-5a808b81067c/add_router_interface => generated 309 bytes in 1061 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:29:05.283 8 INFO neutron.db.l3_db [req-a3328bfa-2a72-4644-8acc-ad367230f854 req-35eb865b-346e-4f6f-bf0b-30c25083e8d5 79b2c5a66e0a4d1791d0c9191903f472 9b11c81e73b14dd88c7705ec5eb22ed0 - - default default] Floating IP 79fe6f23-5e28-4ceb-9b30-ea6297ff8509 disassociated. External IP: 10.96.250.211, port: 7f9a280b-c273-4928-86eb-b3b79098ea13. [pid: 7|app: 0|req: 465/1033] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:05 2026] GET /v2.0/ports?device_id=872a95af-c324-4e4d-9bf8-d90524e581c1 => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1034] 199.204.45.89 () {36 vars in 995 bytes} [Thu Mar 26 15:29:05 2026] DELETE /v2.0/ports/7f9a280b-c273-4928-86eb-b3b79098ea13 => generated 0 bytes in 613 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/1035] 10.0.0.103 () {34 vars in 664 bytes} [Thu Mar 26 15:29:05 2026] POST /v2.0/ports => generated 953 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1036] 10.0.0.103 () {32 vars in 716 bytes} [Thu Mar 26 15:29:05 2026] GET /v2.0/ports/af662685-5e9d-4c1e-bc9a-96178dfe18d2 => generated 967 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 467/1037] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:05 2026] GET /v2.0/ports?device_id=cf5067a2-e076-4e83-b545-a9e66647b927 => 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: 571/1038] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:29:05 2026] GET /v2.0/security-groups?id=aed13e13-bb28-41fa-94d1-be8075b623a9&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:29:05.819 7 INFO neutron_taas.services.taas.taas_plugin [None req-5759656a-498b-4bed-b880-f6daec0e8043 9b6948f506cb4850a599e40ea044d50a b2b28f2177924786a8286d0cd33eba45 - - default default] TaaS: Handle Delete Port: fd509501-9ae6-47f1-ba40-74c313d9f0d7 2026-03-26 15:29:05.822 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5759656a-498b-4bed-b880-f6daec0e8043 9b6948f506cb4850a599e40ea044d50a b2b28f2177924786a8286d0cd33eba45 - - default default] Tap Mirror: Handle Delete Port: fd509501-9ae6-47f1-ba40-74c313d9f0d7 [pid: 7|app: 0|req: 468/1039] 10.0.0.103 () {32 vars in 719 bytes} [Thu Mar 26 15:29:05 2026] DELETE /v2.0/ports/fd509501-9ae6-47f1-ba40-74c313d9f0d7 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:29:05.986 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cb7bf6cf-2586-4c2b-b6d4-d0269229e1be 9b6948f506cb4850a599e40ea044d50a b2b28f2177924786a8286d0cd33eba45 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 469/1040] 10.0.0.103 () {32 vars in 719 bytes} [Thu Mar 26 15:29:05 2026] DELETE /v2.0/ports/fd509501-9ae6-47f1-ba40-74c313d9f0d7 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 15:29:06.010 7 INFO neutron.pecan_wsgi.hooks.translation [None req-be48c0e0-22d1-4381-a5e3-229b66df0735 9b6948f506cb4850a599e40ea044d50a b2b28f2177924786a8286d0cd33eba45 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 470/1041] 10.0.0.103 () {32 vars in 716 bytes} [Thu Mar 26 15:29:05 2026] GET /v2.0/ports/fd509501-9ae6-47f1-ba40-74c313d9f0d7 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 15:29:06.052 8 INFO neutron_taas.services.taas.taas_plugin [None req-a4e1f0b5-935d-48e6-a131-f8646d5217e7 e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] TaaS: Handle Delete Port: af662685-5e9d-4c1e-bc9a-96178dfe18d2 2026-03-26 15:29:06.055 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4e1f0b5-935d-48e6-a131-f8646d5217e7 e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] Tap Mirror: Handle Delete Port: af662685-5e9d-4c1e-bc9a-96178dfe18d2 [pid: 7|app: 0|req: 471/1042] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:29:06 2026] DELETE /v2.0/subnets/1e0e57f1-4bd2-4a34-b516-0c893d2d5a8b => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:29:06.240 7 INFO neutron.services.segments.plugin [-] Segment cb09ebbe-1454-4700-a9a9-3156584ee38b resource provider aggregate not found 2026-03-26 15:29:06.247 7 INFO neutron.services.segments.plugin [-] Segment cb09ebbe-1454-4700-a9a9-3156584ee38b resource provider aggregate not found 2026-03-26 15:29:06.259 7 INFO neutron.services.segments.plugin [-] Segment cb09ebbe-1454-4700-a9a9-3156584ee38b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb09ebbe-1454-4700-a9a9-3156584ee38b found for delete ", "request_id": "req-f3132355-087f-4e98-b25b-97e330979ab0"}]} 2026-03-26 15:29:06.269 7 INFO neutron.services.segments.plugin [-] Segment cb09ebbe-1454-4700-a9a9-3156584ee38b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb09ebbe-1454-4700-a9a9-3156584ee38b found for delete ", "request_id": "req-386bfff6-24f3-4aaf-9714-ec2d311ddeb6"}]} [pid: 7|app: 0|req: 472/1043] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:29:06 2026] DELETE /v2.0/networks/0cf1a8b8-7b40-4bf5-af1c-f8569c14be57 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:29:06.363 7 INFO neutron.db.segments_db [None req-0b6583ba-8447-4ed0-ac44-7b91957d4dbc 9b6948f506cb4850a599e40ea044d50a b2b28f2177924786a8286d0cd33eba45 - - default default] Added segment 9257dd42-9e93-4968-8674-f94cce86d83a of type vxlan for network eca80563-333d-48ba-91f7-f3f70066205d [pid: 7|app: 0|req: 473/1044] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:29:06 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) [pid: 8|app: 0|req: 572/1045] 10.0.0.103 () {34 vars in 788 bytes} [Thu Mar 26 15:29:05 2026] PUT /v2.0/routers/5b329bb4-1e1f-49ef-a4b4-5a808b81067c/remove_router_interface => generated 309 bytes in 770 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/1046] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:29:06 2026] POST /v2.0/subnets => generated 626 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:29:06.918 8 INFO neutron_taas.services.taas.taas_plugin [None req-18c4226e-73f7-41b4-996e-823992f5397e e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] TaaS: Handle Delete Port: be7b45e0-ab7d-42df-ad08-86edcc23c85e 2026-03-26 15:29:06.923 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18c4226e-73f7-41b4-996e-823992f5397e e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] Tap Mirror: Handle Delete Port: be7b45e0-ab7d-42df-ad08-86edcc23c85e [pid: 7|app: 0|req: 475/1047] 10.0.0.103 () {34 vars in 664 bytes} [Thu Mar 26 15:29:06 2026] POST /v2.0/ports => generated 915 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/1048] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:07 2026] GET /v2.0/ports?device_id=cf5067a2-e076-4e83-b545-a9e66647b927 => 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: 477/1049] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:07 2026] GET /v2.0/ports?device_id=872a95af-c324-4e4d-9bf8-d90524e581c1 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:29:07.255 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-19c2a6a7-9c15-4ffe-8461-e63f5f1b734d'] response: {'server_uuid': '872a95af-c324-4e4d-9bf8-d90524e581c1', 'name': 'network-vif-deleted', 'tag': '7f9a280b-c273-4928-86eb-b3b79098ea13', 'status': 'completed', 'code': 200} 2026-03-26 15:29:07.345 7 INFO neutron_taas.services.taas.taas_plugin [None req-e3cdbed2-7088-43f8-ad68-91c75ca48a08 9b6948f506cb4850a599e40ea044d50a b2b28f2177924786a8286d0cd33eba45 - - default default] TaaS: Handle Delete Port: 63c31bf6-382a-4df8-8275-2d15250072dc 2026-03-26 15:29:07.349 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3cdbed2-7088-43f8-ad68-91c75ca48a08 9b6948f506cb4850a599e40ea044d50a b2b28f2177924786a8286d0cd33eba45 - - default default] Tap Mirror: Handle Delete Port: 63c31bf6-382a-4df8-8275-2d15250072dc [pid: 8|app: 0|req: 573/1050] 10.0.0.103 () {34 vars in 788 bytes} [Thu Mar 26 15:29:06 2026] PUT /v2.0/routers/5b329bb4-1e1f-49ef-a4b4-5a808b81067c/remove_router_interface => generated 309 bytes in 885 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1051] 10.0.0.103 () {32 vars in 735 bytes} [Thu Mar 26 15:29:07 2026] GET /v2.0/ports?device_id=5b329bb4-1e1f-49ef-a4b4-5a808b81067c => 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: 478/1052] 10.0.0.103 () {32 vars in 719 bytes} [Thu Mar 26 15:29:07 2026] DELETE /v2.0/ports/63c31bf6-382a-4df8-8275-2d15250072dc => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:29:07.564 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4aebeea9-78f0-4ce6-9059-6fa1438b43f4 9b6948f506cb4850a599e40ea044d50a b2b28f2177924786a8286d0cd33eba45 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 479/1053] 10.0.0.103 () {32 vars in 716 bytes} [Thu Mar 26 15:29:07 2026] GET /v2.0/ports/63c31bf6-382a-4df8-8275-2d15250072dc => generated 132 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 15:29:07.599 8 INFO neutron_taas.services.taas.taas_plugin [None req-c1bda160-c938-42f3-892d-22d1dace6727 e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] TaaS: Handle Delete Port: 3eda864c-dc0b-4b1c-8ae7-e65e89a9605c 2026-03-26 15:29:07.601 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1bda160-c938-42f3-892d-22d1dace6727 e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] Tap Mirror: Handle Delete Port: 3eda864c-dc0b-4b1c-8ae7-e65e89a9605c [pid: 7|app: 0|req: 480/1054] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:29:07 2026] DELETE /v2.0/subnets/66d4f57e-630a-4527-a36c-6dea1f86c4b1 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/1055] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:29:07 2026] DELETE /v2.0/networks/eca80563-333d-48ba-91f7-f3f70066205d => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:29:07.964 8 INFO neutron.services.segments.plugin [-] Segment c712c057-3f7d-4031-a586-9288390c2a57 resource provider aggregate not found 2026-03-26 15:29:07.970 8 INFO neutron.services.segments.plugin [-] Segment c712c057-3f7d-4031-a586-9288390c2a57 resource provider aggregate not found 2026-03-26 15:29:07.989 8 INFO neutron.services.segments.plugin [-] Segment c712c057-3f7d-4031-a586-9288390c2a57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c712c057-3f7d-4031-a586-9288390c2a57 found for delete ", "request_id": "req-902849c4-ccfe-427c-8292-a30e82777cf3"}]} 2026-03-26 15:29:07.990 8 INFO neutron.services.segments.plugin [-] Segment c712c057-3f7d-4031-a586-9288390c2a57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c712c057-3f7d-4031-a586-9288390c2a57 found for delete ", "request_id": "req-c68f5158-141f-4c8c-b4f7-740045677415"}]} 2026-03-26 15:29:08.002 8 INFO neutron.db.l3_hamode_db [None req-c1bda160-c938-42f3-892d-22d1dace6727 e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] HA network 6752fa35-cadf-488e-bf6c-d969002ddf55 was deleted as no HA routers are present in tenant c1ea1048e0534ef7acab0d76cf02c3dc. [pid: 8|app: 0|req: 575/1056] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:29:07 2026] DELETE /v2.0/routers/5b329bb4-1e1f-49ef-a4b4-5a808b81067c => generated 0 bytes in 591 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/1057] 10.0.0.103 () {34 vars in 664 bytes} [Thu Mar 26 15:29:07 2026] POST /v2.0/ports => generated 775 bytes in 300 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: 576/1058] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:29:08 2026] DELETE /v2.0/subnets/c69f7bf5-9a5d-4c5a-8d92-d1106bb40759 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:29:08.288 7 INFO neutron.services.segments.plugin [-] Segment 9257dd42-9e93-4968-8674-f94cce86d83a resource provider aggregate not found 2026-03-26 15:29:08.297 7 INFO neutron.services.segments.plugin [-] Segment 9257dd42-9e93-4968-8674-f94cce86d83a resource provider aggregate not found 2026-03-26 15:29:08.316 7 INFO neutron.services.segments.plugin [-] Segment 9257dd42-9e93-4968-8674-f94cce86d83a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9257dd42-9e93-4968-8674-f94cce86d83a found for delete ", "request_id": "req-8e2760f7-875d-41ea-887a-010fa73fef88"}]} 2026-03-26 15:29:08.322 7 INFO neutron.services.segments.plugin [-] Segment 9257dd42-9e93-4968-8674-f94cce86d83a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9257dd42-9e93-4968-8674-f94cce86d83a found for delete ", "request_id": "req-0297f65f-9bfe-4a8b-bd7a-3521d11c0f1e"}]} [pid: 8|app: 0|req: 577/1059] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:29:08 2026] DELETE /v2.0/subnets/b9e42d6c-2883-41f2-b43d-d9785f58547f => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/1060] 10.0.0.103 () {34 vars in 736 bytes} [Thu Mar 26 15:29:08 2026] PUT /v2.0/ports/b72c3a6c-6b3c-4d58-81a6-56750ac82dbb => generated 752 bytes in 219 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: 484/1061] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:08 2026] GET /v2.0/ports?device_id=872a95af-c324-4e4d-9bf8-d90524e581c1 => 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: 578/1062] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:29:08 2026] DELETE /v2.0/security-groups/53f3a42d-9570-4741-b065-a5c6472a966b => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:29:08.519 7 INFO neutron_taas.services.taas.taas_plugin [None req-39b2f443-0dcc-4551-9597-62a1063862cf e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] TaaS: Handle Delete Port: 7de75436-5f76-4847-be95-5432506085de 2026-03-26 15:29:08.521 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39b2f443-0dcc-4551-9597-62a1063862cf e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] Tap Mirror: Handle Delete Port: 7de75436-5f76-4847-be95-5432506085de 2026-03-26 15:29:08.593 8 INFO neutron_taas.services.taas.taas_plugin [None req-04eaab61-19cf-4416-8b4b-accb385900f6 9b6948f506cb4850a599e40ea044d50a b2b28f2177924786a8286d0cd33eba45 - - default default] TaaS: Handle Delete Port: b72c3a6c-6b3c-4d58-81a6-56750ac82dbb 2026-03-26 15:29:08.595 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04eaab61-19cf-4416-8b4b-accb385900f6 9b6948f506cb4850a599e40ea044d50a b2b28f2177924786a8286d0cd33eba45 - - default default] Tap Mirror: Handle Delete Port: b72c3a6c-6b3c-4d58-81a6-56750ac82dbb [pid: 8|app: 0|req: 579/1063] 10.0.0.103 () {32 vars in 719 bytes} [Thu Mar 26 15:29:08 2026] DELETE /v2.0/ports/b72c3a6c-6b3c-4d58-81a6-56750ac82dbb => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:29:08.689 8 INFO neutron.api.v2.resource [None req-c2cbd769-878a-4077-ab00-f6e8f203d351 0f0f668fe65b47acb9beffae3e9965bb 3a8dd482894d4aba9ee37ae8fa75e23a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 580/1064] 10.0.0.103 () {32 vars in 736 bytes} [Thu Mar 26 15:29:08 2026] GET /v2.0/security-groups/53f3a42d-9570-4741-b065-a5c6472a966b => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/1065] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:29:08 2026] DELETE /v2.0/networks/71e5e479-e520-4fb6-9468-585ec3afd191 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1066] 10.0.0.103 () {32 vars in 642 bytes} [Thu Mar 26 15:29:08 2026] GET /v2.0/ports => generated 777 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:29:08.848 7 INFO neutron_taas.services.taas.taas_plugin [None req-d4cdacf3-3e19-481d-991a-70f9f1db13f6 0f0f668fe65b47acb9beffae3e9965bb 3a8dd482894d4aba9ee37ae8fa75e23a - - default default] TaaS: Handle Delete Port: c67b0a54-5035-4d42-ac00-f6e63bebc778 2026-03-26 15:29:08.852 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4cdacf3-3e19-481d-991a-70f9f1db13f6 0f0f668fe65b47acb9beffae3e9965bb 3a8dd482894d4aba9ee37ae8fa75e23a - - default default] Tap Mirror: Handle Delete Port: c67b0a54-5035-4d42-ac00-f6e63bebc778 2026-03-26 15:29:08.856 8 INFO neutron_taas.services.taas.taas_plugin [None req-b1db4670-2b15-43bf-8432-bd81115f7065 e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] TaaS: Handle Delete Port: 2199ed33-5820-4ef3-9af0-125913d33adc 2026-03-26 15:29:08.859 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1db4670-2b15-43bf-8432-bd81115f7065 e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] Tap Mirror: Handle Delete Port: 2199ed33-5820-4ef3-9af0-125913d33adc [pid: 7|app: 0|req: 486/1067] 10.0.0.103 () {32 vars in 731 bytes} [Thu Mar 26 15:29:08 2026] DELETE /v2.0/floatingips/f9f271af-2033-48f4-95c4-bd84ba368cf1 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:29:09.025 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1136da20-b2a1-4833-8635-be2b3b280ac1 9b6948f506cb4850a599e40ea044d50a b2b28f2177924786a8286d0cd33eba45 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 487/1068] 10.0.0.103 () {32 vars in 716 bytes} [Thu Mar 26 15:29:09 2026] GET /v2.0/ports/b72c3a6c-6b3c-4d58-81a6-56750ac82dbb => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1069] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:29:08 2026] DELETE /v2.0/networks/e927935c-6cb5-49dd-9cc8-37ed2b2334f4 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1070] 10.0.0.103 () {32 vars in 642 bytes} [Thu Mar 26 15:29:09 2026] GET /v2.0/ports => generated 777 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:29:09.157 8 INFO neutron.db.segments_db [None req-cba66b30-a3bc-474a-89ed-ef326bc29974 e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] Added segment cbfffd43-0093-4a9c-b8b1-42fb40bb6a54 of type vxlan for network 74ae2f83-70c0-4b23-bf2a-4b96008d093c [pid: 8|app: 0|req: 584/1071] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:29:09 2026] POST /v2.0/networks => generated 615 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1072] 10.0.0.103 () {32 vars in 716 bytes} [Thu Mar 26 15:29:09 2026] GET /v2.0/ports/d9beb205-5382-4038-8599-5ddcb46d4042 => generated 774 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:29:09.395 7 INFO neutron_taas.services.taas.taas_plugin [None req-6714139c-d354-4d5c-9832-b28d9fe32e61 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: 070c6fec-d2c7-4e91-a8f4-cca86e3188c6 2026-03-26 15:29:09.398 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6714139c-d354-4d5c-9832-b28d9fe32e61 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: 070c6fec-d2c7-4e91-a8f4-cca86e3188c6 [pid: 8|app: 0|req: 586/1073] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:29:09 2026] POST /v2.0/subnets => generated 646 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:29:09.503 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8881e371-a6ef-4401-8f95-8b28aef0715f 9b6948f506cb4850a599e40ea044d50a b2b28f2177924786a8286d0cd33eba45 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 587/1074] 10.0.0.103 () {32 vars in 719 bytes} [Thu Mar 26 15:29:09 2026] DELETE /v2.0/ports/63c31bf6-382a-4df8-8275-2d15250072dc => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 15:29:09.543 8 INFO neutron.db.segments_db [None req-0c817efb-b189-4d5a-9899-71b63f059ac6 e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] Added segment 4deac909-7de6-443f-8c38-78224aa195b0 of type vxlan for network 5ca88fa7-2898-4abd-a9e0-0acb115792c4 2026-03-26 15:29:09.774 8 INFO neutron.db.l3_hamode_db [None req-0c817efb-b189-4d5a-9899-71b63f059ac6 e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-26 15:29:09.900 8 INFO neutron.db.l3_hamode_db [None req-0c817efb-b189-4d5a-9899-71b63f059ac6 e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 488/1075] 10.0.0.103 () {34 vars in 788 bytes} [Thu Mar 26 15:29:09 2026] PUT /v2.0/routers/79d74746-e665-4aae-8c47-c52570721e23/remove_router_interface => generated 309 bytes in 967 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:29:10.007 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2b949023-643b-4157-b285-1864596eb4c1 9b6948f506cb4850a599e40ea044d50a b2b28f2177924786a8286d0cd33eba45 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 489/1076] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:29:09 2026] DELETE /v2.0/subnets/66d4f57e-630a-4527-a36c-6dea1f86c4b1 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 15:29:10.018 8 INFO neutron.services.segments.plugin [-] Segment 1a4d131d-116b-4606-ac29-3dbc5d67bd88 resource provider aggregate not found 2026-03-26 15:29:10.024 8 INFO neutron.services.segments.plugin [-] Segment 1a4d131d-116b-4606-ac29-3dbc5d67bd88 resource provider aggregate not found 2026-03-26 15:29:10.042 8 INFO neutron.services.segments.plugin [-] Segment 1a4d131d-116b-4606-ac29-3dbc5d67bd88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a4d131d-116b-4606-ac29-3dbc5d67bd88 found for delete ", "request_id": "req-ea730908-8b4d-4365-a704-abbebd741f66"}]} 2026-03-26 15:29:10.043 8 INFO neutron.services.segments.plugin [-] Segment 1a4d131d-116b-4606-ac29-3dbc5d67bd88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a4d131d-116b-4606-ac29-3dbc5d67bd88 found for delete ", "request_id": "req-a24d0b43-9d0b-40b2-ab99-04cc3164bb9b"}]} [pid: 7|app: 0|req: 490/1077] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:29:10 2026] DELETE /v2.0/security-groups/aed13e13-bb28-41fa-94d1-be8075b623a9 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:29:10.341 7 INFO neutron.services.segments.plugin [-] Segment af158621-4462-4449-b012-d2910cd1b583 resource provider aggregate not found 2026-03-26 15:29:10.347 7 INFO neutron.services.segments.plugin [-] Segment af158621-4462-4449-b012-d2910cd1b583 resource provider aggregate not found 2026-03-26 15:29:10.375 7 INFO neutron.services.segments.plugin [-] Segment af158621-4462-4449-b012-d2910cd1b583 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af158621-4462-4449-b012-d2910cd1b583 found for delete ", "request_id": "req-1c28838c-cf00-4a4b-ae67-1df91974ba24"}]} 2026-03-26 15:29:10.376 7 INFO neutron.services.segments.plugin [-] Segment af158621-4462-4449-b012-d2910cd1b583 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af158621-4462-4449-b012-d2910cd1b583 found for delete ", "request_id": "req-12508db7-de71-47c7-9fc9-0517545b9163"}]} 2026-03-26 15:29:10.449 7 INFO neutron_taas.services.taas.taas_plugin [None req-5f8469de-e71e-481b-8675-32dbcb04d91a d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: b2378ad5-45f6-47ce-88a1-e6936af268dd 2026-03-26 15:29:10.453 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f8469de-e71e-481b-8675-32dbcb04d91a d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: b2378ad5-45f6-47ce-88a1-e6936af268dd [pid: 8|app: 0|req: 588/1078] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:29:09 2026] POST /v2.0/routers => generated 510 bytes in 1186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:29:10.705 8 INFO neutron.pecan_wsgi.hooks.translation [None req-baeff943-5110-48af-bae2-bcd2b841dfa9 9b6948f506cb4850a599e40ea044d50a b2b28f2177924786a8286d0cd33eba45 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 589/1079] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:29:10 2026] DELETE /v2.0/subnets/1e0e57f1-4bd2-4a34-b516-0c893d2d5a8b => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 15:29:10.716 7 INFO neutron_taas.services.taas.taas_plugin [None req-5f8469de-e71e-481b-8675-32dbcb04d91a d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: ed699e3d-9c2f-4b95-b40c-06b2e8f95e1d 2026-03-26 15:29:10.716 8 INFO neutron.api.v2.resource [None req-dd676e09-b79a-41df-a753-e72f5294ab02 79b2c5a66e0a4d1791d0c9191903f472 9b11c81e73b14dd88c7705ec5eb22ed0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 590/1080] 10.0.0.103 () {32 vars in 736 bytes} [Thu Mar 26 15:29:10 2026] GET /v2.0/security-groups/aed13e13-bb28-41fa-94d1-be8075b623a9 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 15:29:10.719 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f8469de-e71e-481b-8675-32dbcb04d91a d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: ed699e3d-9c2f-4b95-b40c-06b2e8f95e1d [pid: 8|app: 0|req: 591/1081] 10.0.0.103 () {34 vars in 664 bytes} [Thu Mar 26 15:29:10 2026] POST /v2.0/ports => generated 962 bytes in 389 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-03-26 15:29:11.117 7 INFO neutron.db.l3_hamode_db [None req-5f8469de-e71e-481b-8675-32dbcb04d91a d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] HA network 9bdb3800-bb92-4b56-aa99-01b4ae98e7dc was deleted as no HA routers are present in tenant 3a8dd482894d4aba9ee37ae8fa75e23a. [pid: 7|app: 0|req: 491/1082] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:29:10 2026] DELETE /v2.0/routers/79d74746-e665-4aae-8c47-c52570721e23 => generated 0 bytes in 962 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:29:11.214 8 INFO neutron_taas.services.taas.taas_plugin [None req-cd40bf06-d3c8-45dc-87ec-297b8a0fc867 9b6948f506cb4850a599e40ea044d50a b2b28f2177924786a8286d0cd33eba45 - - default default] TaaS: Handle Delete Port: d9beb205-5382-4038-8599-5ddcb46d4042 2026-03-26 15:29:11.218 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd40bf06-d3c8-45dc-87ec-297b8a0fc867 9b6948f506cb4850a599e40ea044d50a b2b28f2177924786a8286d0cd33eba45 - - default default] Tap Mirror: Handle Delete Port: d9beb205-5382-4038-8599-5ddcb46d4042 2026-03-26 15:29:11.237 7 INFO neutron_taas.services.taas.taas_plugin [None req-8b0a13c6-d41d-418b-a71b-df146f15d19b 79b2c5a66e0a4d1791d0c9191903f472 9b11c81e73b14dd88c7705ec5eb22ed0 - - default default] TaaS: Handle Delete Port: 1afc1049-c571-4dcb-b14c-e9546fed5066 2026-03-26 15:29:11.240 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b0a13c6-d41d-418b-a71b-df146f15d19b 79b2c5a66e0a4d1791d0c9191903f472 9b11c81e73b14dd88c7705ec5eb22ed0 - - default default] Tap Mirror: Handle Delete Port: 1afc1049-c571-4dcb-b14c-e9546fed5066 [pid: 8|app: 0|req: 592/1083] 10.0.0.103 () {32 vars in 719 bytes} [Thu Mar 26 15:29:11 2026] DELETE /v2.0/ports/d9beb205-5382-4038-8599-5ddcb46d4042 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/1084] 10.0.0.103 () {32 vars in 731 bytes} [Thu Mar 26 15:29:11 2026] DELETE /v2.0/floatingips/79fe6f23-5e28-4ceb-9b30-ea6297ff8509 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/1085] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:29:11 2026] DELETE /v2.0/subnets/513cec69-2002-494c-8bea-f79f2e168e98 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/1086] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:29:11 2026] DELETE /v2.0/networks/4c3ee110-79ae-44d7-b046-bb82c3e3fa39 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:29:12.161 7 INFO neutron_taas.services.taas.taas_plugin [None req-29e0ccc6-b3bc-42e1-9d47-61f26ec0395e d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: 0013f1c3-6d6c-4a01-af1e-71e69577becc 2026-03-26 15:29:12.164 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29e0ccc6-b3bc-42e1-9d47-61f26ec0395e d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: 0013f1c3-6d6c-4a01-af1e-71e69577becc 2026-03-26 15:29:12.410 7 INFO neutron.services.segments.plugin [-] Segment 24325ad7-cd79-434f-823b-46beec8225a6 resource provider aggregate not found 2026-03-26 15:29:12.415 7 INFO neutron.services.segments.plugin [-] Segment 24325ad7-cd79-434f-823b-46beec8225a6 resource provider aggregate not found 2026-03-26 15:29:12.436 7 INFO neutron.services.segments.plugin [-] Segment 24325ad7-cd79-434f-823b-46beec8225a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24325ad7-cd79-434f-823b-46beec8225a6 found for delete ", "request_id": "req-7535509a-d700-4daf-97a5-86fb4ab23728"}]} 2026-03-26 15:29:12.439 7 INFO neutron.services.segments.plugin [-] Segment 24325ad7-cd79-434f-823b-46beec8225a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24325ad7-cd79-434f-823b-46beec8225a6 found for delete ", "request_id": "req-35f42a17-4102-44ba-86c2-10a9b4b9d5c3"}]} 2026-03-26 15:29:12.457 7 INFO neutron.services.segments.plugin [-] Segment a79de0f5-c8a1-4aec-ae0c-eeb49e9c4692 resource provider aggregate not found 2026-03-26 15:29:12.462 7 INFO neutron.services.segments.plugin [-] Segment a79de0f5-c8a1-4aec-ae0c-eeb49e9c4692 resource provider aggregate not found [pid: 8|app: 0|req: 593/1087] 10.0.0.103 () {34 vars in 782 bytes} [Thu Mar 26 15:29:11 2026] PUT /v2.0/routers/91c97f4d-50b2-4773-81ac-a671936f9faa/add_router_interface => generated 309 bytes in 1151 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-03-26 15:29:12.479 7 INFO neutron.services.segments.plugin [-] Segment a79de0f5-c8a1-4aec-ae0c-eeb49e9c4692 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a79de0f5-c8a1-4aec-ae0c-eeb49e9c4692 found for delete ", "request_id": "req-6689d900-e6e6-4042-a3df-d45a3f46043c"}]} 2026-03-26 15:29:12.482 7 INFO neutron.services.segments.plugin [-] Segment a79de0f5-c8a1-4aec-ae0c-eeb49e9c4692 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a79de0f5-c8a1-4aec-ae0c-eeb49e9c4692 found for delete ", "request_id": "req-f3eb6743-7652-440f-a233-76e0ed00eafe"}]} 2026-03-26 15:29:12.543 8 INFO neutron_taas.services.taas.taas_plugin [None req-524e7a8e-d84e-4bea-a8cc-d8ac9556d259 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: b2f883b9-ff91-47ea-bb4e-97f025107a0b 2026-03-26 15:29:12.546 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-524e7a8e-d84e-4bea-a8cc-d8ac9556d259 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: b2f883b9-ff91-47ea-bb4e-97f025107a0b 2026-03-26 15:29:12.724 8 INFO neutron.services.segments.plugin [-] Segment e6425179-5d6f-49ab-958d-f571967162ba resource provider aggregate not found 2026-03-26 15:29:12.732 8 INFO neutron.services.segments.plugin [-] Segment e6425179-5d6f-49ab-958d-f571967162ba resource provider aggregate not found 2026-03-26 15:29:12.752 8 INFO neutron.services.segments.plugin [-] Segment e6425179-5d6f-49ab-958d-f571967162ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6425179-5d6f-49ab-958d-f571967162ba found for delete ", "request_id": "req-9a901dc0-c46b-4649-bdcc-fa7d4857c50f"}]} 2026-03-26 15:29:12.753 8 INFO neutron.services.segments.plugin [-] Segment e6425179-5d6f-49ab-958d-f571967162ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6425179-5d6f-49ab-958d-f571967162ba found for delete ", "request_id": "req-d4513d37-838b-4209-a4ff-2d1fa90eb728"}]} [pid: 8|app: 0|req: 594/1088] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:29:12 2026] DELETE /v2.0/networks/74d6533d-b3cc-4bff-b069-ceeb2e3f60c8 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/1091] 10.0.0.103 () {34 vars in 788 bytes} [Thu Mar 26 15:29:11 2026] PUT /v2.0/routers/239dbb19-3863-4ca2-9cbd-28eb81d0a8eb/remove_router_interface => generated 309 bytes in 1031 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/1092] 10.0.0.103 () {32 vars in 716 bytes} [Thu Mar 26 15:29:12 2026] GET /v2.0/ports/d8a90e9a-41f6-4b44-a070-18e92a5e00aa => generated 1036 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1093] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:29:12 2026] GET /v2.0/security-groups?tenant_id=b2b28f2177924786a8286d0cd33eba45&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: 598/1094] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:29:12 2026] GET /v2.0/security-groups?tenant_id=3a8dd482894d4aba9ee37ae8fa75e23a&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:29:13.108 7 INFO neutron_taas.services.taas.taas_plugin [None req-4a8fa913-7b42-4490-9bdc-a9c0d5afbc36 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: 2b743daf-ec68-4750-a81a-af548bc66ef8 2026-03-26 15:29:13.110 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a8fa913-7b42-4490-9bdc-a9c0d5afbc36 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: 2b743daf-ec68-4750-a81a-af548bc66ef8 2026-03-26 15:29:13.351 8 INFO neutron_taas.services.taas.taas_plugin [None req-767ac77f-c09a-4334-82eb-857e851359a4 e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] TaaS: Handle Delete Port: d8a90e9a-41f6-4b44-a070-18e92a5e00aa 2026-03-26 15:29:13.354 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-767ac77f-c09a-4334-82eb-857e851359a4 e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] Tap Mirror: Handle Delete Port: d8a90e9a-41f6-4b44-a070-18e92a5e00aa 2026-03-26 15:29:13.446 7 INFO neutron_taas.services.taas.taas_plugin [None req-4a8fa913-7b42-4490-9bdc-a9c0d5afbc36 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: 5b6434c9-1981-473c-a3da-4b3c3aba3e3f 2026-03-26 15:29:13.450 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a8fa913-7b42-4490-9bdc-a9c0d5afbc36 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: 5b6434c9-1981-473c-a3da-4b3c3aba3e3f 2026-03-26 15:29:13.857 7 INFO neutron.db.l3_hamode_db [None req-4a8fa913-7b42-4490-9bdc-a9c0d5afbc36 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] HA network 20af2e6a-9144-4d5e-bac4-e83e9ec0a946 was deleted as no HA routers are present in tenant 9b11c81e73b14dd88c7705ec5eb22ed0. [pid: 7|app: 0|req: 497/1095] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:29:12 2026] DELETE /v2.0/routers/239dbb19-3863-4ca2-9cbd-28eb81d0a8eb => generated 0 bytes in 956 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1096] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:29:13 2026] DELETE /v2.0/security-groups/e1d27ba9-f15a-4ceb-b140-1a9509299cf4 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1097] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:29:13 2026] DELETE /v2.0/security-groups/f03cebca-b6c7-4f00-9f6f-0c081029bccf => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1098] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:29:14 2026] DELETE /v2.0/subnets/058bf6dc-1897-4290-81cc-41e32cc2b9da => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1099] 10.0.0.103 () {34 vars in 788 bytes} [Thu Mar 26 15:29:12 2026] PUT /v2.0/routers/91c97f4d-50b2-4773-81ac-a671936f9faa/remove_router_interface => generated 309 bytes in 1373 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-03-26 15:29:14.403 7 INFO neutron_taas.services.taas.taas_plugin [None req-8f885202-fa72-4732-a738-cb5f4d16d6e4 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: de267adf-da6c-4dfc-9067-2b6023351fa1 2026-03-26 15:29:14.406 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f885202-fa72-4732-a738-cb5f4d16d6e4 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: de267adf-da6c-4dfc-9067-2b6023351fa1 2026-03-26 15:29:14.480 8 INFO neutron.api.v2.resource [None req-76b4a646-0605-42a3-b7eb-b0e223bae87c e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 600/1100] 10.0.0.103 () {34 vars in 788 bytes} [Thu Mar 26 15:29:14 2026] PUT /v2.0/routers/91c97f4d-50b2-4773-81ac-a671936f9faa/remove_router_interface => generated 197 bytes in 119 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 15:29:14.507 7 INFO neutron.services.segments.plugin [-] Segment 30e5f629-4d8f-4f15-b27a-d40da350af1a resource provider aggregate not found 2026-03-26 15:29:14.510 7 INFO neutron.services.segments.plugin [-] Segment 30e5f629-4d8f-4f15-b27a-d40da350af1a resource provider aggregate not found [pid: 8|app: 0|req: 601/1101] 10.0.0.103 () {32 vars in 735 bytes} [Thu Mar 26 15:29:14 2026] GET /v2.0/ports?device_id=91c97f4d-50b2-4773-81ac-a671936f9faa => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:29:14.531 7 INFO neutron.services.segments.plugin [-] Segment 30e5f629-4d8f-4f15-b27a-d40da350af1a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30e5f629-4d8f-4f15-b27a-d40da350af1a found for delete ", "request_id": "req-6092708b-df64-481b-9181-22bced2eb4e8"}]} 2026-03-26 15:29:14.561 7 INFO neutron.services.segments.plugin [-] Segment 30e5f629-4d8f-4f15-b27a-d40da350af1a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30e5f629-4d8f-4f15-b27a-d40da350af1a found for delete ", "request_id": "req-7598da0b-7543-4072-bc44-43499677f1a0"}]} [pid: 7|app: 0|req: 501/1102] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:29:14 2026] DELETE /v2.0/networks/1ed4ae9d-dab4-4e8a-970b-0edd656d000e => generated 0 bytes in 350 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:29:14.684 8 INFO neutron_taas.services.taas.taas_plugin [None req-b2144bd3-993e-4e46-8332-f1caa95f4f62 e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] TaaS: Handle Delete Port: 405f2526-5157-4f3a-8c71-9c5490e756e1 2026-03-26 15:29:14.687 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2144bd3-993e-4e46-8332-f1caa95f4f62 e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] Tap Mirror: Handle Delete Port: 405f2526-5157-4f3a-8c71-9c5490e756e1 [pid: 7|app: 0|req: 502/1103] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:29:14 2026] GET /v2.0/security-groups?tenant_id=9b11c81e73b14dd88c7705ec5eb22ed0&name=default => generated 2921 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1104] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:29:14 2026] DELETE /v2.0/security-groups/b6b2b825-f04a-4a1c-9b5f-cda01bba618d => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:29:15.022 8 INFO neutron.services.segments.plugin [-] Segment 4deac909-7de6-443f-8c38-78224aa195b0 resource provider aggregate not found 2026-03-26 15:29:15.035 8 INFO neutron.services.segments.plugin [-] Segment 4deac909-7de6-443f-8c38-78224aa195b0 resource provider aggregate not found 2026-03-26 15:29:15.041 8 INFO neutron.services.segments.plugin [-] Segment 4deac909-7de6-443f-8c38-78224aa195b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4deac909-7de6-443f-8c38-78224aa195b0 found for delete ", "request_id": "req-8c3077ae-826b-4ed5-ae4b-c000c1dc1d42"}]} 2026-03-26 15:29:15.053 8 INFO neutron.services.segments.plugin [-] Segment 4deac909-7de6-443f-8c38-78224aa195b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4deac909-7de6-443f-8c38-78224aa195b0 found for delete ", "request_id": "req-3befd542-2305-4911-a025-46922e93c727"}]} 2026-03-26 15:29:15.063 8 INFO neutron.db.l3_hamode_db [None req-b2144bd3-993e-4e46-8332-f1caa95f4f62 e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] HA network 5ca88fa7-2898-4abd-a9e0-0acb115792c4 was deleted as no HA routers are present in tenant c1ea1048e0534ef7acab0d76cf02c3dc. [pid: 8|app: 0|req: 602/1105] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:29:14 2026] DELETE /v2.0/routers/91c97f4d-50b2-4773-81ac-a671936f9faa => generated 0 bytes in 543 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1106] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:29:15 2026] DELETE /v2.0/subnets/b0e98fc9-5cd7-4a54-9c21-e91c61ff50ca => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1107] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:29:15 2026] DELETE /v2.0/networks/74ae2f83-70c0-4b23-bf2a-4b96008d093c => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:29:15.450 7 INFO neutron.db.segments_db [None req-d41db48b-bc44-4a00-871d-eb80b18a4006 e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] Added segment cc7b34da-fe16-4ffc-954a-f9b03dc7b384 of type vxlan for network 39917e4f-92fc-4bc1-ad4e-f695c3dc0229 [pid: 7|app: 0|req: 505/1108] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:29:15 2026] POST /v2.0/networks => generated 614 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1109] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:29:15 2026] POST /v2.0/subnets => generated 646 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:29:15.858 7 INFO neutron.db.segments_db [None req-6691ba11-146f-47c2-9a74-e7dfcd6754d8 e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] Added segment fb7eef41-21d0-4bf8-b763-db405f9a668e of type vxlan for network 94170347-9bb8-4900-b558-cccdbbf6ee13 [pid: 8|app: 0|req: 605/1110] 10.0.0.103 () {32 vars in 622 bytes} [Thu Mar 26 15:29:16 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) 2026-03-26 15:29:16.142 7 INFO neutron.db.l3_hamode_db [None req-6691ba11-146f-47c2-9a74-e7dfcd6754d8 e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 606/1111] 10.0.0.103 () {32 vars in 632 bytes} [Thu Mar 26 15:29:16 2026] GET /v2.0/ => generated 632 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:29:16.299 7 INFO neutron.db.l3_hamode_db [None req-6691ba11-146f-47c2-9a74-e7dfcd6754d8 e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-26 15:29:16.383 8 INFO neutron.db.segments_db [None req-b13fa04f-3a05-4864-a52e-724f08bfbd40 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Added segment 2686c379-659c-49c3-9528-b361c8f706c2 of type vxlan for network dd9f0206-a6d7-410a-9241-cb2b89e0ead8 [pid: 8|app: 0|req: 607/1112] 10.0.0.103 () {34 vars in 670 bytes} [Thu Mar 26 15:29:16 2026] POST /v2.0/networks => generated 726 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:29:16.560 7 INFO neutron.services.segments.plugin [-] Segment 15d486f9-3caf-4731-b33a-48390d1863ad resource provider aggregate not found 2026-03-26 15:29:16.594 7 INFO neutron.services.segments.plugin [-] Segment 15d486f9-3caf-4731-b33a-48390d1863ad resource provider aggregate not found 2026-03-26 15:29:16.601 7 INFO neutron.services.segments.plugin [-] Segment 15d486f9-3caf-4731-b33a-48390d1863ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15d486f9-3caf-4731-b33a-48390d1863ad found for delete ", "request_id": "req-18dd6785-e989-4a88-8b7b-f12c8e6347c7"}]} 2026-03-26 15:29:16.621 7 INFO neutron.services.segments.plugin [-] Segment 15d486f9-3caf-4731-b33a-48390d1863ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15d486f9-3caf-4731-b33a-48390d1863ad found for delete ", "request_id": "req-a7e9eee7-ec82-4cbe-9a45-dece84c3d8da"}]} [pid: 8|app: 0|req: 608/1113] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:29:16 2026] POST /v2.0/subnets => generated 692 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1114] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:29:15 2026] POST /v2.0/routers => generated 510 bytes in 1252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:29:17.069 8 INFO neutron.services.segments.plugin [-] Segment cbfffd43-0093-4a9c-b8b1-42fb40bb6a54 resource provider aggregate not found 2026-03-26 15:29:17.082 8 INFO neutron.services.segments.plugin [-] Segment cbfffd43-0093-4a9c-b8b1-42fb40bb6a54 resource provider aggregate not found [pid: 8|app: 0|req: 609/1115] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:29:16 2026] GET /v2.0/security-groups?tenant_id=bf0e066fc5f24a92a76b5b394f5c5f2c&name=default => generated 2925 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:29:17.096 8 INFO neutron.services.segments.plugin [-] Segment cbfffd43-0093-4a9c-b8b1-42fb40bb6a54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbfffd43-0093-4a9c-b8b1-42fb40bb6a54 found for delete ", "request_id": "req-9e4fab32-614b-4288-b890-5565d0a09124"}]} 2026-03-26 15:29:17.100 8 INFO neutron.services.segments.plugin [-] Segment cbfffd43-0093-4a9c-b8b1-42fb40bb6a54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbfffd43-0093-4a9c-b8b1-42fb40bb6a54 found for delete ", "request_id": "req-f72e360a-8642-4cfb-8a7d-e36b05d8c5dd"}]} 2026-03-26 15:29:17.103 7 INFO neutron.db.segments_db [None req-9b1be342-1dae-44d6-9933-3f0e17cc844a d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Added segment 1ae0517b-7275-4eee-b86e-0ef31c31c398 of type vxlan for network 7e02fea1-764e-46a4-a6d4-bb2be62263d4 2026-03-26 15:29:17.283 8 INFO neutron.db.segments_db [None req-2026e8fb-a85c-4bac-a948-fae156804379 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Added segment 08bbe04c-9bf5-4aa2-9bb5-36173e726c31 of type vxlan for network 9bf5129c-a86c-4f72-9e3a-faaa0a6388f5 2026-03-26 15:29:17.337 7 INFO neutron.db.l3_hamode_db [None req-9b1be342-1dae-44d6-9933-3f0e17cc844a d0764c18170d45f498785062472ac84f 3a6dcb093c4c4d63a9ee1b7325df9523 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 610/1116] 10.0.0.103 () {34 vars in 670 bytes} [Thu Mar 26 15:29:17 2026] POST /v2.0/networks => generated 728 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:29:18.096 7 INFO neutron.db.l3_hamode_db [None req-9b1be342-1dae-44d6-9933-3f0e17cc844a d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 611/1117] 10.0.0.103 () {34 vars in 782 bytes} [Thu Mar 26 15:29:17 2026] PUT /v2.0/routers/55c21d20-b1ae-4f93-b5d8-37a8ae14f392/add_router_interface => generated 309 bytes in 1126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1118] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:29:18 2026] DELETE /v2.0/security-groups/d627cab9-4688-405b-be4b-e32a5505d45f => 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: 613/1119] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:29:18 2026] POST /v2.0/subnets => generated 694 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1120] 10.0.0.103 () {32 vars in 716 bytes} [Thu Mar 26 15:29:18 2026] GET /v2.0/ports/55f4960a-8eb9-459a-aaa9-c76f1879c912 => generated 959 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:29:18.891 8 INFO neutron.db.segments_db [None req-40b5bfbf-d595-4000-919b-ce31ffa8d4e4 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Added segment 84b65089-420e-4ea8-81af-326217772ced of type vxlan for network b3054103-00d1-492a-9741-66936df099e9 [pid: 7|app: 0|req: 507/1121] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:29:17 2026] POST /v2.0/routers => generated 732 bytes in 1994 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:29:19.178 8 INFO neutron.db.l3_hamode_db [None req-40b5bfbf-d595-4000-919b-ce31ffa8d4e4 d0764c18170d45f498785062472ac84f 0fcfb3012c464c7f8452ea23cd67d637 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-26 15:29:19.442 7 INFO neutron_taas.services.taas.taas_plugin [None req-03daf64a-145e-45b6-b2d3-8f30341791f7 e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] TaaS: Handle Delete Port: 55f4960a-8eb9-459a-aaa9-c76f1879c912 2026-03-26 15:29:19.445 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03daf64a-145e-45b6-b2d3-8f30341791f7 e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] Tap Mirror: Handle Delete Port: 55f4960a-8eb9-459a-aaa9-c76f1879c912 [pid: 7|app: 0|req: 508/1122] 10.0.0.103 () {34 vars in 788 bytes} [Thu Mar 26 15:29:19 2026] PUT /v2.0/routers/55c21d20-b1ae-4f93-b5d8-37a8ae14f392/remove_router_interface => generated 309 bytes in 922 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:29:20.126 8 INFO neutron.db.l3_hamode_db [None req-40b5bfbf-d595-4000-919b-ce31ffa8d4e4 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 615/1123] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:29:18 2026] POST /v2.0/routers => generated 734 bytes in 2401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1124] 10.0.0.103 () {32 vars in 735 bytes} [Thu Mar 26 15:29:21 2026] GET /v2.0/ports?device_id=55c21d20-b1ae-4f93-b5d8-37a8ae14f392 => 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: 509/1125] 10.0.0.103 () {34 vars in 782 bytes} [Thu Mar 26 15:29:19 2026] PUT /v2.0/routers/2add1bc8-64ca-47a2-a9fb-135d33edb982/add_router_interface => generated 309 bytes in 1409 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:29:21.657 7 INFO neutron_taas.services.taas.taas_plugin [None req-15d87fc5-eb11-418a-8d6d-f3b838a28039 e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] TaaS: Handle Delete Port: 4657e03a-b24f-4e8c-a94e-a32a23413c29 2026-03-26 15:29:21.662 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15d87fc5-eb11-418a-8d6d-f3b838a28039 e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] Tap Mirror: Handle Delete Port: 4657e03a-b24f-4e8c-a94e-a32a23413c29 2026-03-26 15:29:22.176 7 INFO neutron.services.segments.plugin [-] Segment fb7eef41-21d0-4bf8-b763-db405f9a668e resource provider aggregate not found 2026-03-26 15:29:22.183 7 INFO neutron.services.segments.plugin [-] Segment fb7eef41-21d0-4bf8-b763-db405f9a668e resource provider aggregate not found 2026-03-26 15:29:22.220 7 INFO neutron.services.segments.plugin [-] Segment fb7eef41-21d0-4bf8-b763-db405f9a668e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb7eef41-21d0-4bf8-b763-db405f9a668e found for delete ", "request_id": "req-53f4f7d4-999e-43ff-992e-6fdaad470064"}]} 2026-03-26 15:29:22.221 7 INFO neutron.db.l3_hamode_db [None req-15d87fc5-eb11-418a-8d6d-f3b838a28039 e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] HA network 94170347-9bb8-4900-b558-cccdbbf6ee13 was deleted as no HA routers are present in tenant c1ea1048e0534ef7acab0d76cf02c3dc. 2026-03-26 15:29:22.222 7 INFO neutron.services.segments.plugin [-] Segment fb7eef41-21d0-4bf8-b763-db405f9a668e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb7eef41-21d0-4bf8-b763-db405f9a668e found for delete ", "request_id": "req-1b97ff67-3fbf-4f63-9c4f-f4596b17a6b7"}]} [pid: 7|app: 0|req: 510/1126] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:29:21 2026] DELETE /v2.0/routers/55c21d20-b1ae-4f93-b5d8-37a8ae14f392 => generated 0 bytes in 841 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1127] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:29:22 2026] DELETE /v2.0/subnets/becf4482-14fb-452a-b1a2-88e115ebfd31 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:29:22.548 7 INFO neutron_taas.services.taas.taas_plugin [None req-086f92fe-13bb-435f-8d78-f5aa19868fac e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] TaaS: Handle Delete Port: b82d4731-9211-4537-a911-d6dfa25aff50 2026-03-26 15:29:22.552 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-086f92fe-13bb-435f-8d78-f5aa19868fac e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] Tap Mirror: Handle Delete Port: b82d4731-9211-4537-a911-d6dfa25aff50 [pid: 8|app: 0|req: 617/1128] 10.0.0.103 () {34 vars in 782 bytes} [Thu Mar 26 15:29:21 2026] PUT /v2.0/routers/2f37f83d-26c2-4ba8-9aa2-696fe9e91dea/add_router_interface => generated 309 bytes in 1348 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1129] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:29:22 2026] DELETE /v2.0/networks/39917e4f-92fc-4bc1-ad4e-f695c3dc0229 => generated 0 bytes in 522 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:29:23.072 8 INFO neutron.db.segments_db [None req-655d937d-e507-4a45-9617-81b11c62f563 e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] Added segment 5d160802-64e1-4d57-a763-8e16b3d53cd7 of type vxlan for network 0d8bc3ed-ad13-4a2f-9955-4e2a69180691 [pid: 7|app: 0|req: 513/1130] 10.0.0.92 () {34 vars in 980 bytes} [Thu Mar 26 15:29:23 2026] GET /v2.0/networks?id=dd9f0206-a6d7-410a-9241-cb2b89e0ead8 => generated 677 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1131] 10.0.0.92 () {34 vars in 963 bytes} [Thu Mar 26 15:29:23 2026] GET /v2.0/quotas/3a6dcb093c4c4d63a9ee1b7325df9523 => generated 292 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1132] 10.0.0.92 () {34 vars in 1000 bytes} [Thu Mar 26 15:29:23 2026] GET /v2.0/ports?tenant_id=3a6dcb093c4c4d63a9ee1b7325df9523&fields=id => generated 57 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:29:23.430 8 INFO neutron.db.l3_hamode_db [None req-655d937d-e507-4a45-9617-81b11c62f563 e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 516/1133] 10.0.0.103 () {34 vars in 684 bytes} [Thu Mar 26 15:29:23 2026] POST /v2.0/security-groups => generated 1660 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1134] 10.0.0.92 () {34 vars in 1006 bytes} [Thu Mar 26 15:29:23 2026] GET /v2.0/networks/dd9f0206-a6d7-410a-9241-cb2b89e0ead8?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1135] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:29:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1136] 10.0.0.92 () {34 vars in 1106 bytes} [Thu Mar 26 15:29:23 2026] GET /v2.0/networks/dd9f0206-a6d7-410a-9241-cb2b89e0ead8?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: 520/1137] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:29:23 2026] POST /v2.0/security-group-rules => generated 602 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:29:24.247 7 INFO neutron.services.segments.plugin [-] Segment cc7b34da-fe16-4ffc-954a-f9b03dc7b384 resource provider aggregate not found 2026-03-26 15:29:24.249 7 INFO neutron.services.segments.plugin [-] Segment cc7b34da-fe16-4ffc-954a-f9b03dc7b384 resource provider aggregate not found 2026-03-26 15:29:24.273 7 INFO neutron.services.segments.plugin [-] Segment cc7b34da-fe16-4ffc-954a-f9b03dc7b384 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc7b34da-fe16-4ffc-954a-f9b03dc7b384 found for delete ", "request_id": "req-009e3713-ada2-490e-8164-8adc92a2b779"}]} 2026-03-26 15:29:24.278 7 INFO neutron.services.segments.plugin [-] Segment cc7b34da-fe16-4ffc-954a-f9b03dc7b384 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc7b34da-fe16-4ffc-954a-f9b03dc7b384 found for delete ", "request_id": "req-49aaf2fd-d6db-4927-9527-cce2191282b7"}]} 2026-03-26 15:29:24.326 8 INFO neutron.db.l3_hamode_db [None req-655d937d-e507-4a45-9617-81b11c62f563 e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 521/1138] 10.0.0.103 () {34 vars in 675 bytes} [Thu Mar 26 15:29:23 2026] POST /v2.0/floatingips => generated 552 bytes in 1158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1139] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:25 2026] GET /v2.0/ports?device_id=33fde2ad-af74-4c43-9de8-e953826ce9cc => 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: 523/1140] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:29:25 2026] GET /v2.0/security-groups?tenant_id=a33b3e7dccb747c4b6a2005cc6493852&name=default => generated 2925 bytes in 355 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1141] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:29:22 2026] POST /v2.0/routers => generated 692 bytes in 2434 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1142] 10.0.0.103 () {32 vars in 720 bytes} [Thu Mar 26 15:29:25 2026] GET /v2.0/routers/d23776b4-b8ab-403f-bb4d-9af6a6a6043c => generated 698 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1143] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:29:25 2026] DELETE /v2.0/security-groups/d14ae267-4051-41bf-bdeb-464ecdf95a69 => 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: 620/1144] 10.0.0.103 () {32 vars in 646 bytes} [Thu Mar 26 15:29:25 2026] GET /v2.0/routers => generated 701 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1145] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:29:25 2026] GET /v2.0/security-groups?tenant_id=82468133004e482aa97dad49e94b6449&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1146] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:29:25 2026] DELETE /v2.0/security-groups/37cd283e-598c-45f6-8ad5-857141a6f48b => 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: 525/1147] 10.0.0.103 () {34 vars in 740 bytes} [Thu Mar 26 15:29:25 2026] PUT /v2.0/routers/d23776b4-b8ab-403f-bb4d-9af6a6a6043c => generated 705 bytes in 508 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1148] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:26 2026] GET /v2.0/ports?device_id=33fde2ad-af74-4c43-9de8-e953826ce9cc => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1149] 10.0.0.103 () {32 vars in 720 bytes} [Thu Mar 26 15:29:26 2026] GET /v2.0/routers/d23776b4-b8ab-403f-bb4d-9af6a6a6043c => generated 705 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1150] 10.0.0.103 () {32 vars in 735 bytes} [Thu Mar 26 15:29:26 2026] GET /v2.0/ports?device_id=d23776b4-b8ab-403f-bb4d-9af6a6a6043c => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:29:26.531 8 INFO neutron_taas.services.taas.taas_plugin [None req-824d89d1-4013-44f4-8549-ac69f37d4a50 e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] TaaS: Handle Delete Port: c6791cef-4e7f-403c-8ef1-56bce9510b21 2026-03-26 15:29:26.541 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-824d89d1-4013-44f4-8549-ac69f37d4a50 e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] Tap Mirror: Handle Delete Port: c6791cef-4e7f-403c-8ef1-56bce9510b21 2026-03-26 15:29:26.847 8 INFO neutron_taas.services.taas.taas_plugin [None req-824d89d1-4013-44f4-8549-ac69f37d4a50 e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] TaaS: Handle Delete Port: 2f163fe7-40d6-4730-b101-ce52b544629f 2026-03-26 15:29:26.850 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-824d89d1-4013-44f4-8549-ac69f37d4a50 e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] Tap Mirror: Handle Delete Port: 2f163fe7-40d6-4730-b101-ce52b544629f 2026-03-26 15:29:27.237 8 INFO neutron.services.segments.plugin [-] Segment 5d160802-64e1-4d57-a763-8e16b3d53cd7 resource provider aggregate not found 2026-03-26 15:29:27.245 8 INFO neutron.services.segments.plugin [-] Segment 5d160802-64e1-4d57-a763-8e16b3d53cd7 resource provider aggregate not found 2026-03-26 15:29:27.260 8 INFO neutron.services.segments.plugin [-] Segment 5d160802-64e1-4d57-a763-8e16b3d53cd7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d160802-64e1-4d57-a763-8e16b3d53cd7 found for delete ", "request_id": "req-0f5c673d-6a1b-4d8f-9b57-0ad4bc388f78"}]} 2026-03-26 15:29:27.266 8 INFO neutron.services.segments.plugin [-] Segment 5d160802-64e1-4d57-a763-8e16b3d53cd7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d160802-64e1-4d57-a763-8e16b3d53cd7 found for delete ", "request_id": "req-182a6324-5079-4979-9f39-7fa6b86cb96e"}]} 2026-03-26 15:29:27.279 8 INFO neutron.db.l3_hamode_db [None req-824d89d1-4013-44f4-8549-ac69f37d4a50 e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] HA network 0d8bc3ed-ad13-4a2f-9955-4e2a69180691 was deleted as no HA routers are present in tenant c1ea1048e0534ef7acab0d76cf02c3dc. [pid: 8|app: 0|req: 624/1153] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:29:26 2026] DELETE /v2.0/routers/d23776b4-b8ab-403f-bb4d-9af6a6a6043c => generated 0 bytes in 1025 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1154] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:27 2026] GET /v2.0/ports?device_id=33fde2ad-af74-4c43-9de8-e953826ce9cc => 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: 625/1155] 10.0.0.103 () {32 vars in 735 bytes} [Thu Mar 26 15:29:27 2026] GET /v2.0/ports?device_id=d23776b4-b8ab-403f-bb4d-9af6a6a6043c => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:29:27.354 7 INFO neutron.api.v2.resource [None req-3751ec65-ebd4-4d20-8749-067b9a1f6acd e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 531/1156] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:29:27 2026] DELETE /v2.0/routers/d23776b4-b8ab-403f-bb4d-9af6a6a6043c => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1157] 10.0.0.103 () {32 vars in 735 bytes} [Thu Mar 26 15:29:27 2026] GET /v2.0/ports?device_id=55c21d20-b1ae-4f93-b5d8-37a8ae14f392 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:29:27.427 7 INFO neutron.api.v2.resource [None req-c790b041-dd96-4f9c-b7f7-d7578e1fc9df e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 532/1158] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:29:27 2026] DELETE /v2.0/routers/55c21d20-b1ae-4f93-b5d8-37a8ae14f392 => generated 135 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 15:29:27.450 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b9296b30-5731-4bcf-a8c8-8672c09a5fe1 e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 627/1159] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:29:27 2026] DELETE /v2.0/subnets/becf4482-14fb-452a-b1a2-88e115ebfd31 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1160] 10.0.0.103 () {32 vars in 735 bytes} [Thu Mar 26 15:29:27 2026] GET /v2.0/ports?device_id=91c97f4d-50b2-4773-81ac-a671936f9faa => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:29:27.516 8 INFO neutron.api.v2.resource [None req-7d7a442f-b6f6-4f17-bae5-251245f2ae69 e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 628/1161] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:29:27 2026] DELETE /v2.0/routers/91c97f4d-50b2-4773-81ac-a671936f9faa => generated 135 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 15:29:27.537 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ec887537-108e-4ce0-a5fd-6162a1c5ac29 e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 534/1162] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:29:27 2026] DELETE /v2.0/subnets/b0e98fc9-5cd7-4a54-9c21-e91c61ff50ca => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1163] 10.0.0.103 () {32 vars in 735 bytes} [Thu Mar 26 15:29:27 2026] GET /v2.0/ports?device_id=5b329bb4-1e1f-49ef-a4b4-5a808b81067c => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:29:27.601 7 INFO neutron.api.v2.resource [None req-2452eefb-a22c-4828-ab24-cdd3f41be9dc e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 535/1164] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:29:27 2026] DELETE /v2.0/routers/5b329bb4-1e1f-49ef-a4b4-5a808b81067c => generated 135 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 15:29:27.623 8 INFO neutron.pecan_wsgi.hooks.translation [None req-170930dc-2b1a-43e0-b0fb-01456d95c1e9 e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 630/1165] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:29:27 2026] DELETE /v2.0/subnets/c69f7bf5-9a5d-4c5a-8d92-d1106bb40759 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 15:29:27.640 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b5c6cd69-0749-4a5d-9cff-7fed3cf0afc7 e5f580b0ff704fa993728b481531ff9a c1ea1048e0534ef7acab0d76cf02c3dc - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 536/1166] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:29:27 2026] DELETE /v2.0/subnets/b9e42d6c-2883-41f2-b43d-d9785f58547f => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1167] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:29:28 2026] GET /v2.0/networks?id=dd9f0206-a6d7-410a-9241-cb2b89e0ead8 => generated 677 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1168] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:29:28 2026] GET /v2.0/security-groups?tenant_id=c1ea1048e0534ef7acab0d76cf02c3dc&name=default => generated 2925 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1169] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:28 2026] GET /v2.0/ports?device_id=33fde2ad-af74-4c43-9de8-e953826ce9cc => 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: 539/1170] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:29:28 2026] DELETE /v2.0/security-groups/ebb9c5ff-9efd-4f89-bfbb-3c9ddb19f96f => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1171] 199.204.45.89 () {38 vars in 953 bytes} [Thu Mar 26 15:29:28 2026] POST /v2.0/ports => generated 954 bytes in 475 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1172] 199.204.45.89 () {38 vars in 1026 bytes} [Thu Mar 26 15:29:28 2026] PUT /v2.0/ports/bada50e0-3725-4e72-b3e9-1e18bfd1043c => generated 1235 bytes in 588 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:29:29.388 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-29bfb239-2b8d-4c88-8ae4-dc8186d9e215'] response: {'name': 'network-changed', 'server_uuid': '33fde2ad-af74-4c43-9de8-e953826ce9cc', 'tag': 'bada50e0-3725-4e72-b3e9-1e18bfd1043c', '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: 633/1173] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:29 2026] GET /v2.0/ports?device_id=33fde2ad-af74-4c43-9de8-e953826ce9cc => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1174] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:29:29 2026] GET /v2.0/security-groups?id=e291eb2e-ace1-4bc2-9d1c-27756c5e3c83&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 541/1175] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:29:29 2026] GET /v2.0/security-groups?tenant_id=93dfa9964ba046a4bb25904494b1a8bf&name=default => generated 2925 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1176] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:29:29 2026] GET /v2.0/ports?tenant_id=3a6dcb093c4c4d63a9ee1b7325df9523&device_id=33fde2ad-af74-4c43-9de8-e953826ce9cc => generated 1238 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1177] 10.0.0.92 () {34 vars in 1098 bytes} [Thu Mar 26 15:29:29 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1319452302&fields=id&tenant_id=0fcfb3012c464c7f8452ea23cd67d637 => 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: 542/1178] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:29:29 2026] DELETE /v2.0/security-groups/a03bd01c-99fc-40b3-a4a7-239432db1596 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1179] 199.204.45.89 () {34 vars in 1016 bytes} [Thu Mar 26 15:29:29 2026] GET /v2.0/networks?tenant_id=3a6dcb093c4c4d63a9ee1b7325df9523&shared=False => generated 773 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1180] 199.204.45.89 () {34 vars in 928 bytes} [Thu Mar 26 15:29:30 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1181] 10.0.0.92 () {34 vars in 980 bytes} [Thu Mar 26 15:29:30 2026] GET /v2.0/networks?id=9bf5129c-a86c-4f72-9e3a-faaa0a6388f5 => generated 679 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1182] 10.0.0.92 () {34 vars in 963 bytes} [Thu Mar 26 15:29:30 2026] GET /v2.0/quotas/0fcfb3012c464c7f8452ea23cd67d637 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1183] 10.0.0.92 () {34 vars in 1000 bytes} [Thu Mar 26 15:29:30 2026] GET /v2.0/ports?tenant_id=0fcfb3012c464c7f8452ea23cd67d637&fields=id => generated 57 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1184] 10.0.0.92 () {34 vars in 1006 bytes} [Thu Mar 26 15:29:30 2026] GET /v2.0/networks/9bf5129c-a86c-4f72-9e3a-faaa0a6388f5?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: 545/1185] 10.0.0.92 () {34 vars in 1106 bytes} [Thu Mar 26 15:29:30 2026] GET /v2.0/networks/9bf5129c-a86c-4f72-9e3a-faaa0a6388f5?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: 546/1186] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:30 2026] GET /v2.0/ports?device_id=33fde2ad-af74-4c43-9de8-e953826ce9cc => generated 969 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1187] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:30 2026] GET /v2.0/ports?device_id=b59d8619-46ef-43ec-b15d-ca6bf07bb52e => 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: 641/1188] 10.0.0.103 () {34 vars in 675 bytes} [Thu Mar 26 15:29:30 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: 548/1189] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:29:30 2026] GET /v2.0/security-groups?id=e291eb2e-ace1-4bc2-9d1c-27756c5e3c83&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1190] 10.0.0.103 () {32 vars in 728 bytes} [Thu Mar 26 15:29:30 2026] GET /v2.0/subnetpools/a1170d86-aee4-4b0c-9633-192f6e4706be => generated 548 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1191] 10.0.0.103 () {34 vars in 748 bytes} [Thu Mar 26 15:29:30 2026] PUT /v2.0/subnetpools/a1170d86-aee4-4b0c-9633-192f6e4706be => generated 501 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1192] 10.0.0.103 () {32 vars in 731 bytes} [Thu Mar 26 15:29:31 2026] DELETE /v2.0/subnetpools/a1170d86-aee4-4b0c-9633-192f6e4706be => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:29:31.082 7 INFO neutron.api.v2.resource [None req-f81a51bf-24a2-4fab-a1c7-7b627d14fc89 3572040ac81e4405a922d6fe07ccd9c0 ca4019708ea54334b758bfd0d2df2e74 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 550/1193] 10.0.0.103 () {32 vars in 728 bytes} [Thu Mar 26 15:29:31 2026] GET /v2.0/subnetpools/a1170d86-aee4-4b0c-9633-192f6e4706be => generated 145 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 15:29:31.104 8 INFO neutron.api.v2.resource [None req-320dc326-f408-4f44-9678-81fb1df91b7b 3572040ac81e4405a922d6fe07ccd9c0 ca4019708ea54334b758bfd0d2df2e74 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 644/1194] 10.0.0.103 () {32 vars in 731 bytes} [Thu Mar 26 15:29:31 2026] DELETE /v2.0/subnetpools/a1170d86-aee4-4b0c-9633-192f6e4706be => generated 145 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1195] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:29:31 2026] GET /v2.0/ports?tenant_id=3a6dcb093c4c4d63a9ee1b7325df9523&device_id=33fde2ad-af74-4c43-9de8-e953826ce9cc => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1196] 199.204.45.89 () {34 vars in 1056 bytes} [Thu Mar 26 15:29:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=bada50e0-3725-4e72-b3e9-1e18bfd1043c => 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: 552/1197] 199.204.45.89 () {34 vars in 982 bytes} [Thu Mar 26 15:29:31 2026] GET /v2.0/subnets?id=56ccb342-f8b1-4a5b-b946-e9243ee86479 => generated 695 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1198] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:29:31 2026] GET /v2.0/ports?network_id=dd9f0206-a6d7-410a-9241-cb2b89e0ead8&device_owner=network%3Adhcp => generated 1244 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1199] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:29:31 2026] GET /v2.0/networks/dd9f0206-a6d7-410a-9241-cb2b89e0ead8?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: 647/1200] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:29:31 2026] GET /v2.0/networks/dd9f0206-a6d7-410a-9241-cb2b89e0ead8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1201] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:31 2026] GET /v2.0/ports?device_id=b59d8619-46ef-43ec-b15d-ca6bf07bb52e => 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: 554/1202] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:29:31 2026] GET /v2.0/security-groups?tenant_id=ca4019708ea54334b758bfd0d2df2e74&name=default => generated 2925 bytes in 407 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1203] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:31 2026] GET /v2.0/ports?device_id=33fde2ad-af74-4c43-9de8-e953826ce9cc => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1204] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:29:32 2026] DELETE /v2.0/security-groups/03a00a0f-c7ca-4b86-a3e6-8b3786c2a9bb => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1205] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:29:32 2026] GET /v2.0/security-groups?id=e291eb2e-ace1-4bc2-9d1c-27756c5e3c83&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:29:32.238 7 INFO neutron.db.segments_db [None req-0023284f-bbc2-42e5-bd7f-dc855a62d45d d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Added segment 420da90f-15f0-4872-99a7-cfca225591cc of type vxlan for network 5a32b430-0b92-4a72-9d63-cc19b5e17820 [pid: 7|app: 0|req: 555/1206] 10.0.0.103 () {34 vars in 670 bytes} [Thu Mar 26 15:29:32 2026] POST /v2.0/networks => generated 721 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1207] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:29:32 2026] POST /v2.0/subnets => generated 687 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:29:32.695 7 INFO neutron.db.segments_db [None req-101917eb-dd3b-45e1-874f-e619dcde7c41 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Added segment bedd265c-d494-4ad3-91d9-0b0d51d8c2ca of type vxlan for network 593d2518-ccca-46ae-bee7-5083c6273c56 2026-03-26 15:29:32.948 7 INFO neutron.db.l3_hamode_db [None req-101917eb-dd3b-45e1-874f-e619dcde7c41 d0764c18170d45f498785062472ac84f 1de3f930a60b499fa554ef7ac8d081ec - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 653/1208] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:33 2026] GET /v2.0/ports?device_id=b59d8619-46ef-43ec-b15d-ca6bf07bb52e => 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: 654/1209] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:33 2026] GET /v2.0/ports?device_id=33fde2ad-af74-4c43-9de8-e953826ce9cc => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1210] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:29:33 2026] GET /v2.0/security-groups?id=e291eb2e-ace1-4bc2-9d1c-27756c5e3c83&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:29:33.873 7 INFO neutron.db.l3_hamode_db [None req-101917eb-dd3b-45e1-874f-e619dcde7c41 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 656/1211] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:34 2026] GET /v2.0/ports?device_id=b59d8619-46ef-43ec-b15d-ca6bf07bb52e => 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: 657/1212] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:34 2026] GET /v2.0/ports?device_id=33fde2ad-af74-4c43-9de8-e953826ce9cc => generated 971 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1213] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:29:34 2026] GET /v2.0/security-groups?tenant_id=f67871135b184bdea523672198541590&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1214] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:29:34 2026] GET /v2.0/security-groups?id=e291eb2e-ace1-4bc2-9d1c-27756c5e3c83&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1215] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:29:32 2026] POST /v2.0/routers => generated 727 bytes in 2270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1216] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:29:34 2026] DELETE /v2.0/security-groups/0768f9ea-f914-42c8-99d8-9628e6b31034 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1217] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:35 2026] GET /v2.0/ports?device_id=b59d8619-46ef-43ec-b15d-ca6bf07bb52e => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1218] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:29:35 2026] GET /v2.0/networks?id=9bf5129c-a86c-4f72-9e3a-faaa0a6388f5 => generated 679 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1219] 199.204.45.89 () {34 vars in 1048 bytes} [Thu Mar 26 15:29:35 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0fcfb3012c464c7f8452ea23cd67d637 => generated 181 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1220] 199.204.45.89 () {38 vars in 953 bytes} [Thu Mar 26 15:29:35 2026] POST /v2.0/ports => generated 954 bytes in 465 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 665/1221] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:35 2026] GET /v2.0/ports?device_id=33fde2ad-af74-4c43-9de8-e953826ce9cc => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1222] 10.0.0.103 () {34 vars in 782 bytes} [Thu Mar 26 15:29:34 2026] PUT /v2.0/routers/21b98686-aaf5-41a8-a3df-766104fc9ed7/add_router_interface => generated 309 bytes in 1245 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1223] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:29:36 2026] GET /v2.0/security-groups?id=e291eb2e-ace1-4bc2-9d1c-27756c5e3c83&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: 559/1224] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:36 2026] GET /v2.0/ports?device_id=b59d8619-46ef-43ec-b15d-ca6bf07bb52e => generated 969 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1225] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:29:36 2026] GET /v2.0/security-groups?id=74a1cee7-2362-40eb-9efe-9032948e1327&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1226] 199.204.45.89 () {38 vars in 1026 bytes} [Thu Mar 26 15:29:36 2026] PUT /v2.0/ports/30e9008d-811b-4521-8955-da9396e3d3cf => generated 1235 bytes in 520 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:29:36.606 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4d1ea1d1-0d9f-4f6d-afd2-016b4d2ed067'] response: {'name': 'network-changed', 'server_uuid': 'b59d8619-46ef-43ec-b15d-ca6bf07bb52e', 'tag': '30e9008d-811b-4521-8955-da9396e3d3cf', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 561/1227] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:29:37 2026] GET /v2.0/ports?tenant_id=0fcfb3012c464c7f8452ea23cd67d637&device_id=b59d8619-46ef-43ec-b15d-ca6bf07bb52e => generated 1238 bytes in 54 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: 667/1228] 199.204.45.89 () {34 vars in 1016 bytes} [Thu Mar 26 15:29:37 2026] GET /v2.0/networks?tenant_id=0fcfb3012c464c7f8452ea23cd67d637&shared=False => generated 775 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1229] 199.204.45.89 () {34 vars in 928 bytes} [Thu Mar 26 15:29:37 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1230] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:37 2026] GET /v2.0/ports?device_id=33fde2ad-af74-4c43-9de8-e953826ce9cc => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1231] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:29:37 2026] GET /v2.0/security-groups?id=e291eb2e-ace1-4bc2-9d1c-27756c5e3c83&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1232] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:37 2026] GET /v2.0/ports?device_id=b59d8619-46ef-43ec-b15d-ca6bf07bb52e => 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: 670/1233] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:29:37 2026] GET /v2.0/security-groups?id=74a1cee7-2362-40eb-9efe-9032948e1327&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: 564/1234] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:37 2026] GET /v2.0/ports?device_id=33fde2ad-af74-4c43-9de8-e953826ce9cc => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1235] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:29:37 2026] GET /v2.0/security-groups?id=e291eb2e-ace1-4bc2-9d1c-27756c5e3c83&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1236] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:29:38 2026] GET /v2.0/ports?tenant_id=0fcfb3012c464c7f8452ea23cd67d637&device_id=b59d8619-46ef-43ec-b15d-ca6bf07bb52e => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1237] 199.204.45.89 () {34 vars in 1056 bytes} [Thu Mar 26 15:29:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=30e9008d-811b-4521-8955-da9396e3d3cf => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1238] 199.204.45.89 () {34 vars in 982 bytes} [Thu Mar 26 15:29:38 2026] GET /v2.0/subnets?id=4db87239-3587-48fa-a30e-a9fd7e9bc9b8 => generated 697 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1239] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:29:38 2026] GET /v2.0/ports?network_id=9bf5129c-a86c-4f72-9e3a-faaa0a6388f5&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1240] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:29:38 2026] GET /v2.0/networks/9bf5129c-a86c-4f72-9e3a-faaa0a6388f5?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1241] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:29:38 2026] GET /v2.0/networks/9bf5129c-a86c-4f72-9e3a-faaa0a6388f5?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: 568/1242] 10.0.0.92 () {34 vars in 980 bytes} [Thu Mar 26 15:29:38 2026] GET /v2.0/networks?id=5a32b430-0b92-4a72-9d63-cc19b5e17820 => generated 672 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1243] 10.0.0.92 () {34 vars in 963 bytes} [Thu Mar 26 15:29:38 2026] GET /v2.0/quotas/1de3f930a60b499fa554ef7ac8d081ec => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1244] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:38 2026] GET /v2.0/ports?device_id=b59d8619-46ef-43ec-b15d-ca6bf07bb52e => 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: 677/1245] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:29:38 2026] GET /v2.0/security-groups?id=74a1cee7-2362-40eb-9efe-9032948e1327&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1246] 10.0.0.92 () {34 vars in 1000 bytes} [Thu Mar 26 15:29:38 2026] GET /v2.0/ports?tenant_id=1de3f930a60b499fa554ef7ac8d081ec&fields=id => generated 57 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1247] 10.0.0.92 () {34 vars in 1006 bytes} [Thu Mar 26 15:29:38 2026] GET /v2.0/networks/5a32b430-0b92-4a72-9d63-cc19b5e17820?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: 570/1248] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:38 2026] GET /v2.0/ports?device_id=33fde2ad-af74-4c43-9de8-e953826ce9cc => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1249] 10.0.0.92 () {34 vars in 1106 bytes} [Thu Mar 26 15:29:38 2026] GET /v2.0/networks/5a32b430-0b92-4a72-9d63-cc19b5e17820?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1250] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:29:38 2026] GET /v2.0/security-groups?id=e291eb2e-ace1-4bc2-9d1c-27756c5e3c83&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1251] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:39 2026] GET /v2.0/ports?device_id=681dd275-f89b-4e19-b794-1675e53dbd5f => 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: 572/1252] 10.0.0.103 () {34 vars in 675 bytes} [Thu Mar 26 15:29:39 2026] POST /v2.0/subnetpools => generated 516 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1253] 10.0.0.103 () {34 vars in 675 bytes} [Thu Mar 26 15:29:39 2026] POST /v2.0/subnetpools => generated 516 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1254] 10.0.0.103 () {34 vars in 675 bytes} [Thu Mar 26 15:29:39 2026] POST /v2.0/subnetpools => generated 516 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1255] 10.0.0.103 () {34 vars in 675 bytes} [Thu Mar 26 15:29:39 2026] POST /v2.0/subnetpools => generated 516 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1256] 10.0.0.103 () {34 vars in 675 bytes} [Thu Mar 26 15:29:39 2026] POST /v2.0/subnetpools => generated 516 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1257] 10.0.0.103 () {34 vars in 758 bytes} [Thu Mar 26 15:29:39 2026] PUT /v2.0/subnetpools/3a0f6543-f3cd-4fde-a8b4-7d7e8fab12a5/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1258] 10.0.0.103 () {34 vars in 758 bytes} [Thu Mar 26 15:29:39 2026] PUT /v2.0/subnetpools/27341af5-73f8-466a-ba52-d1f068e5d124/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1259] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:39 2026] GET /v2.0/ports?device_id=b59d8619-46ef-43ec-b15d-ca6bf07bb52e => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1260] 10.0.0.103 () {34 vars in 758 bytes} [Thu Mar 26 15:29:39 2026] PUT /v2.0/subnetpools/90cb9d1c-161e-4120-a860-20e2b6a7f9df/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1261] 10.0.0.103 () {34 vars in 758 bytes} [Thu Mar 26 15:29:40 2026] PUT /v2.0/subnetpools/e2aa54ab-f8eb-47ad-98e9-012c4c562aeb/tags => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1262] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:29:40 2026] GET /v2.0/security-groups?id=74a1cee7-2362-40eb-9efe-9032948e1327&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1263] 10.0.0.103 () {32 vars in 671 bytes} [Thu Mar 26 15:29:40 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) [pid: 8|app: 0|req: 687/1264] 10.0.0.103 () {32 vars in 685 bytes} [Thu Mar 26 15:29:40 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1265] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:40 2026] GET /v2.0/ports?device_id=33fde2ad-af74-4c43-9de8-e953826ce9cc => 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: 688/1266] 10.0.0.103 () {32 vars in 681 bytes} [Thu Mar 26 15:29:40 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1267] 10.0.0.103 () {32 vars in 693 bytes} [Thu Mar 26 15:29:40 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1268] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:29:40 2026] GET /v2.0/security-groups?id=e291eb2e-ace1-4bc2-9d1c-27756c5e3c83&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1269] 10.0.0.103 () {32 vars in 679 bytes} [Thu Mar 26 15:29:40 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1270] 10.0.0.103 () {32 vars in 693 bytes} [Thu Mar 26 15:29:40 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1271] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:40 2026] GET /v2.0/ports?device_id=681dd275-f89b-4e19-b794-1675e53dbd5f => 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: 581/1272] 10.0.0.103 () {32 vars in 689 bytes} [Thu Mar 26 15:29:40 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1273] 10.0.0.103 () {32 vars in 701 bytes} [Thu Mar 26 15:29:40 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1274] 199.204.45.89 () {34 vars in 992 bytes} [Thu Mar 26 15:29:40 2026] GET /v2.0/ports?device_id=33fde2ad-af74-4c43-9de8-e953826ce9cc => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1275] 10.0.0.103 () {32 vars in 731 bytes} [Thu Mar 26 15:29:40 2026] DELETE /v2.0/subnetpools/3a0f6543-f3cd-4fde-a8b4-7d7e8fab12a5 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1276] 10.0.0.103 () {32 vars in 731 bytes} [Thu Mar 26 15:29:40 2026] DELETE /v2.0/subnetpools/27341af5-73f8-466a-ba52-d1f068e5d124 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:29:40.550 7 INFO neutron_taas.services.taas.taas_plugin [req-7cd91478-e191-4cc5-9561-88e5248bafbd req-1e05f06c-6d16-4148-9d66-6030f7d7121f ffecc62ee38b47da9763d9d17f48db41 3a6dcb093c4c4d63a9ee1b7325df9523 - - default default] TaaS: Handle Delete Port: bada50e0-3725-4e72-b3e9-1e18bfd1043c 2026-03-26 15:29:40.554 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7cd91478-e191-4cc5-9561-88e5248bafbd req-1e05f06c-6d16-4148-9d66-6030f7d7121f ffecc62ee38b47da9763d9d17f48db41 3a6dcb093c4c4d63a9ee1b7325df9523 - - default default] Tap Mirror: Handle Delete Port: bada50e0-3725-4e72-b3e9-1e18bfd1043c [pid: 8|app: 0|req: 695/1277] 10.0.0.103 () {32 vars in 731 bytes} [Thu Mar 26 15:29:40 2026] DELETE /v2.0/subnetpools/90cb9d1c-161e-4120-a860-20e2b6a7f9df => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1278] 10.0.0.103 () {32 vars in 731 bytes} [Thu Mar 26 15:29:40 2026] DELETE /v2.0/subnetpools/e2aa54ab-f8eb-47ad-98e9-012c4c562aeb => 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: 697/1279] 10.0.0.103 () {32 vars in 731 bytes} [Thu Mar 26 15:29:40 2026] DELETE /v2.0/subnetpools/5792b064-49a1-45b3-a44e-965d52517c86 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1280] 199.204.45.89 () {36 vars in 995 bytes} [Thu Mar 26 15:29:40 2026] DELETE /v2.0/ports/bada50e0-3725-4e72-b3e9-1e18bfd1043c => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:29:40.775 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-34b62631-cdc4-472e-b25a-63818bd81614'] response: {'server_uuid': '33fde2ad-af74-4c43-9de8-e953826ce9cc', 'name': 'network-vif-deleted', 'tag': 'bada50e0-3725-4e72-b3e9-1e18bfd1043c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 698/1281] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:41 2026] GET /v2.0/ports?device_id=b59d8619-46ef-43ec-b15d-ca6bf07bb52e => generated 969 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1282] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:41 2026] GET /v2.0/ports?device_id=33fde2ad-af74-4c43-9de8-e953826ce9cc => 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: 584/1283] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:29:41 2026] GET /v2.0/security-groups?id=74a1cee7-2362-40eb-9efe-9032948e1327&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: 700/1284] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:41 2026] GET /v2.0/ports?device_id=681dd275-f89b-4e19-b794-1675e53dbd5f => 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: 585/1285] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:29:41 2026] GET /v2.0/security-groups?tenant_id=8b2ad954e4e7419e8f3fa37c07ce88e5&name=default => generated 2925 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1286] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:29:42 2026] DELETE /v2.0/security-groups/732dd1df-563f-4547-9433-6bd140a4f33c => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1289] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:29:42 2026] GET /v2.0/security-groups?tenant_id=3af16142acae4bd384b78a1e11301afc&name=default => generated 2925 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1290] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:42 2026] GET /v2.0/ports?device_id=33fde2ad-af74-4c43-9de8-e953826ce9cc => 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: 587/1291] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:42 2026] GET /v2.0/ports?device_id=b59d8619-46ef-43ec-b15d-ca6bf07bb52e => generated 969 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1292] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:29:42 2026] GET /v2.0/security-groups?id=74a1cee7-2362-40eb-9efe-9032948e1327&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1293] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:29:42 2026] DELETE /v2.0/security-groups/a3faa522-75c9-4219-b300-73b1f6236c4e => 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: 589/1294] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:42 2026] GET /v2.0/ports?device_id=681dd275-f89b-4e19-b794-1675e53dbd5f => 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: 706/1295] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:29:42 2026] GET /v2.0/security-groups?tenant_id=78c86bd13d5c47cda2443904eeb59f94&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1296] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:29:42 2026] DELETE /v2.0/security-groups/785f67bd-f1ca-4697-8524-f80df014dd65 => 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: 707/1297] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:29:43 2026] GET /v2.0/networks?id=5a32b430-0b92-4a72-9d63-cc19b5e17820 => generated 672 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1298] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:43 2026] GET /v2.0/ports?device_id=33fde2ad-af74-4c43-9de8-e953826ce9cc => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1299] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:43 2026] GET /v2.0/ports?device_id=b59d8619-46ef-43ec-b15d-ca6bf07bb52e => 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: 710/1300] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:43 2026] GET /v2.0/ports?device_id=681dd275-f89b-4e19-b794-1675e53dbd5f => 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: 711/1301] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:29:43 2026] GET /v2.0/security-groups?id=74a1cee7-2362-40eb-9efe-9032948e1327&fields=id&fields=name => generated 114 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1302] 199.204.45.89 () {38 vars in 953 bytes} [Thu Mar 26 15:29:43 2026] POST /v2.0/ports => generated 954 bytes in 424 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1303] 199.204.45.89 () {38 vars in 1026 bytes} [Thu Mar 26 15:29:43 2026] PUT /v2.0/ports/5e638637-ca80-402b-b1f4-1e00efa299d8 => generated 1235 bytes in 508 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:29:44.551 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7a162ad2-0b4e-48ae-afa4-048ea825a55d'] response: {'name': 'network-changed', 'server_uuid': '681dd275-f89b-4e19-b794-1675e53dbd5f', 'tag': '5e638637-ca80-402b-b1f4-1e00efa299d8', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 713/1304] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:44 2026] GET /v2.0/ports?device_id=681dd275-f89b-4e19-b794-1675e53dbd5f => generated 969 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1305] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:45 2026] GET /v2.0/ports?device_id=b59d8619-46ef-43ec-b15d-ca6bf07bb52e => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1306] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:29:45 2026] GET /v2.0/security-groups?id=16b3c634-9cd0-42fd-b76e-bc90e8eda80c&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1307] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:29:45 2026] GET /v2.0/ports?tenant_id=1de3f930a60b499fa554ef7ac8d081ec&device_id=681dd275-f89b-4e19-b794-1675e53dbd5f => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1308] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:29:45 2026] GET /v2.0/security-groups?id=74a1cee7-2362-40eb-9efe-9032948e1327&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: 718/1309] 199.204.45.89 () {34 vars in 1016 bytes} [Thu Mar 26 15:29:45 2026] GET /v2.0/networks?tenant_id=1de3f930a60b499fa554ef7ac8d081ec&shared=False => generated 768 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:29:45.222 7 INFO neutron_taas.services.taas.taas_plugin [None req-79e2809d-730f-4966-8e8b-c62781495097 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: 9816f189-b373-45c9-82e4-ada9ebac548c 2026-03-26 15:29:45.226 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79e2809d-730f-4966-8e8b-c62781495097 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: 9816f189-b373-45c9-82e4-ada9ebac548c [pid: 8|app: 0|req: 719/1310] 199.204.45.89 () {34 vars in 928 bytes} [Thu Mar 26 15:29:45 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1311] 10.0.0.103 () {34 vars in 788 bytes} [Thu Mar 26 15:29:44 2026] PUT /v2.0/routers/2add1bc8-64ca-47a2-a9fb-135d33edb982/remove_router_interface => generated 309 bytes in 1079 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:29:46.038 8 INFO neutron_taas.services.taas.taas_plugin [None req-b1081d57-3f22-4a43-bf14-53af4ce4bb9d d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: bb18e061-6dfe-4486-81ec-34a32b260ec3 2026-03-26 15:29:46.041 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1081d57-3f22-4a43-bf14-53af4ce4bb9d d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: bb18e061-6dfe-4486-81ec-34a32b260ec3 [pid: 7|app: 0|req: 593/1312] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:46 2026] GET /v2.0/ports?device_id=681dd275-f89b-4e19-b794-1675e53dbd5f => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1313] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:29:46 2026] GET /v2.0/security-groups?id=16b3c634-9cd0-42fd-b76e-bc90e8eda80c&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: 595/1314] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:46 2026] GET /v2.0/ports?device_id=b59d8619-46ef-43ec-b15d-ca6bf07bb52e => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:29:46.339 8 INFO neutron_taas.services.taas.taas_plugin [None req-b1081d57-3f22-4a43-bf14-53af4ce4bb9d d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: 633c4498-2892-4f38-a36a-2bd1d1ebea76 2026-03-26 15:29:46.342 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1081d57-3f22-4a43-bf14-53af4ce4bb9d d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: 633c4498-2892-4f38-a36a-2bd1d1ebea76 [pid: 7|app: 0|req: 596/1315] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:29:46 2026] GET /v2.0/ports?tenant_id=1de3f930a60b499fa554ef7ac8d081ec&device_id=681dd275-f89b-4e19-b794-1675e53dbd5f => 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: 597/1316] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:29:46 2026] GET /v2.0/security-groups?id=74a1cee7-2362-40eb-9efe-9032948e1327&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1317] 199.204.45.89 () {34 vars in 1056 bytes} [Thu Mar 26 15:29:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=5e638637-ca80-402b-b1f4-1e00efa299d8 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1318] 199.204.45.89 () {34 vars in 982 bytes} [Thu Mar 26 15:29:46 2026] GET /v2.0/subnets?id=2463bb74-fb61-4552-8522-faaedf0b64ff => generated 690 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1319] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:29:46 2026] GET /v2.0/ports?network_id=5a32b430-0b92-4a72-9d63-cc19b5e17820&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1320] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:29:46 2026] GET /v2.0/networks/5a32b430-0b92-4a72-9d63-cc19b5e17820?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1321] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:29:46 2026] GET /v2.0/networks/5a32b430-0b92-4a72-9d63-cc19b5e17820?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-03-26 15:29:46.763 8 INFO neutron.services.segments.plugin [-] Segment 1ae0517b-7275-4eee-b86e-0ef31c31c398 resource provider aggregate not found 2026-03-26 15:29:46.770 8 INFO neutron.services.segments.plugin [-] Segment 1ae0517b-7275-4eee-b86e-0ef31c31c398 resource provider aggregate not found 2026-03-26 15:29:46.794 8 INFO neutron.services.segments.plugin [-] Segment 1ae0517b-7275-4eee-b86e-0ef31c31c398 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ae0517b-7275-4eee-b86e-0ef31c31c398 found for delete ", "request_id": "req-a9fc458c-8fcb-4600-97a5-aa280b9644e0"}]} 2026-03-26 15:29:46.801 8 INFO neutron.services.segments.plugin [-] Segment 1ae0517b-7275-4eee-b86e-0ef31c31c398 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ae0517b-7275-4eee-b86e-0ef31c31c398 found for delete ", "request_id": "req-c6aa5812-656d-4c8e-bf07-e43f2025e944"}]} 2026-03-26 15:29:46.828 8 INFO neutron.db.l3_hamode_db [None req-b1081d57-3f22-4a43-bf14-53af4ce4bb9d d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] HA network 7e02fea1-764e-46a4-a6d4-bb2be62263d4 was deleted as no HA routers are present in tenant 3a6dcb093c4c4d63a9ee1b7325df9523. [pid: 8|app: 0|req: 720/1322] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:29:45 2026] DELETE /v2.0/routers/2add1bc8-64ca-47a2-a9fb-135d33edb982 => generated 0 bytes in 997 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:29:47.079 7 INFO neutron.db.segments_db [None req-850ce986-d86d-4c15-82d4-612839167e20 c36f2c46ffef4be68d631be30828e56a bffc0ff52b444560be57285438dbf0e3 - - default default] Added segment d5171db8-11c8-42ac-a292-96bb010b0896 of type vxlan for network b8c35c9c-daae-4dd0-bc35-b2f3bb6e4f2d [pid: 8|app: 0|req: 721/1323] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:29:46 2026] DELETE /v2.0/subnets/56ccb342-f8b1-4a5b-b946-e9243ee86479 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1324] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:29:46 2026] POST /v2.0/networks => generated 613 bytes in 583 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:29:47.269 8 INFO neutron_taas.services.taas.taas_plugin [None req-a84589e2-7855-4594-9890-2766c91d736c d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: c68e678e-c211-470f-96a6-814c227f50e3 2026-03-26 15:29:47.272 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a84589e2-7855-4594-9890-2766c91d736c d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: c68e678e-c211-470f-96a6-814c227f50e3 [pid: 7|app: 0|req: 604/1325] 10.0.0.103 () {34 vars in 752 bytes} [Thu Mar 26 15:29:47 2026] PUT /v2.0/networks/b8c35c9c-daae-4dd0-bc35-b2f3bb6e4f2d/tags => generated 25 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1326] 10.0.0.103 () {32 vars in 732 bytes} [Thu Mar 26 15:29:47 2026] GET /v2.0/networks/b8c35c9c-daae-4dd0-bc35-b2f3bb6e4f2d/tags => generated 25 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1327] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:47 2026] GET /v2.0/ports?device_id=681dd275-f89b-4e19-b794-1675e53dbd5f => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1328] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:29:47 2026] DELETE /v2.0/networks/dd9f0206-a6d7-410a-9241-cb2b89e0ead8 => generated 0 bytes in 426 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1329] 10.0.0.103 () {34 vars in 763 bytes} [Thu Mar 26 15:29:47 2026] PUT /v2.0/networks/b8c35c9c-daae-4dd0-bc35-b2f3bb6e4f2d/tags/green => generated 4 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1330] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:29:47 2026] GET /v2.0/security-groups?id=16b3c634-9cd0-42fd-b76e-bc90e8eda80c&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1331] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:47 2026] GET /v2.0/ports?device_id=b59d8619-46ef-43ec-b15d-ca6bf07bb52e => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1332] 10.0.0.103 () {32 vars in 732 bytes} [Thu Mar 26 15:29:47 2026] GET /v2.0/networks/b8c35c9c-daae-4dd0-bc35-b2f3bb6e4f2d/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1333] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:29:47 2026] GET /v2.0/security-groups?id=74a1cee7-2362-40eb-9efe-9032948e1327&fields=id&fields=name => generated 114 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1334] 10.0.0.103 () {34 vars in 759 bytes} [Thu Mar 26 15:29:47 2026] PUT /v2.0/networks/b8c35c9c-daae-4dd0-bc35-b2f3bb6e4f2d/tags/red => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1335] 10.0.0.103 () {32 vars in 732 bytes} [Thu Mar 26 15:29:47 2026] GET /v2.0/networks/b8c35c9c-daae-4dd0-bc35-b2f3bb6e4f2d/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1336] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:29:47 2026] GET /v2.0/security-groups?tenant_id=3a6dcb093c4c4d63a9ee1b7325df9523&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1337] 10.0.0.103 () {34 vars in 781 bytes} [Thu Mar 26 15:29:47 2026] PUT /v2.0/networks/b8c35c9c-daae-4dd0-bc35-b2f3bb6e4f2d/tags/black.or.white => generated 4 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1338] 10.0.0.103 () {32 vars in 732 bytes} [Thu Mar 26 15:29:47 2026] GET /v2.0/networks/b8c35c9c-daae-4dd0-bc35-b2f3bb6e4f2d/tags => generated 52 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1339] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:29:47 2026] DELETE /v2.0/security-groups/e291eb2e-ace1-4bc2-9d1c-27756c5e3c83 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1340] 10.0.0.103 () {34 vars in 752 bytes} [Thu Mar 26 15:29:47 2026] PUT /v2.0/networks/b8c35c9c-daae-4dd0-bc35-b2f3bb6e4f2d/tags => generated 37 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1341] 10.0.0.103 () {32 vars in 732 bytes} [Thu Mar 26 15:29:48 2026] GET /v2.0/networks/b8c35c9c-daae-4dd0-bc35-b2f3bb6e4f2d/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1342] 10.0.0.103 () {32 vars in 740 bytes} [Thu Mar 26 15:29:48 2026] GET /v2.0/networks/b8c35c9c-daae-4dd0-bc35-b2f3bb6e4f2d/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:29:48.369 8 INFO neutron.api.v2.resource [None req-5d27671e-2d11-4fd6-a8a6-93ef9967bf29 c36f2c46ffef4be68d631be30828e56a bffc0ff52b444560be57285438dbf0e3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 729/1343] 10.0.0.103 () {32 vars in 744 bytes} [Thu Mar 26 15:29:48 2026] GET /v2.0/networks/b8c35c9c-daae-4dd0-bc35-b2f3bb6e4f2d/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: 615/1344] 10.0.0.103 () {32 vars in 743 bytes} [Thu Mar 26 15:29:48 2026] DELETE /v2.0/networks/b8c35c9c-daae-4dd0-bc35-b2f3bb6e4f2d/tags/red => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1345] 10.0.0.103 () {32 vars in 732 bytes} [Thu Mar 26 15:29:48 2026] GET /v2.0/networks/b8c35c9c-daae-4dd0-bc35-b2f3bb6e4f2d/tags => generated 30 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:29:48.561 7 INFO neutron.api.v2.resource [None req-65ccaefb-1af0-48d7-81b0-82992a1065a1 c36f2c46ffef4be68d631be30828e56a bffc0ff52b444560be57285438dbf0e3 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 616/1346] 10.0.0.103 () {32 vars in 747 bytes} [Thu Mar 26 15:29:48 2026] DELETE /v2.0/networks/b8c35c9c-daae-4dd0-bc35-b2f3bb6e4f2d/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1347] 10.0.0.103 () {32 vars in 735 bytes} [Thu Mar 26 15:29:48 2026] DELETE /v2.0/networks/b8c35c9c-daae-4dd0-bc35-b2f3bb6e4f2d/tags => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1348] 10.0.0.103 () {32 vars in 732 bytes} [Thu Mar 26 15:29:48 2026] GET /v2.0/networks/b8c35c9c-daae-4dd0-bc35-b2f3bb6e4f2d/tags => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1349] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:48 2026] GET /v2.0/ports?device_id=681dd275-f89b-4e19-b794-1675e53dbd5f => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1350] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:29:48 2026] GET /v2.0/security-groups?id=16b3c634-9cd0-42fd-b76e-bc90e8eda80c&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:29:48.826 8 INFO neutron.services.segments.plugin [-] Segment 2686c379-659c-49c3-9528-b361c8f706c2 resource provider aggregate not found 2026-03-26 15:29:48.834 8 INFO neutron.services.segments.plugin [-] Segment 2686c379-659c-49c3-9528-b361c8f706c2 resource provider aggregate not found 2026-03-26 15:29:48.844 7 INFO neutron.services.segments.plugin [-] Segment d5171db8-11c8-42ac-a292-96bb010b0896 resource provider aggregate not found 2026-03-26 15:29:48.855 7 INFO neutron.services.segments.plugin [-] Segment d5171db8-11c8-42ac-a292-96bb010b0896 resource provider aggregate not found 2026-03-26 15:29:48.855 8 INFO neutron.services.segments.plugin [-] Segment 2686c379-659c-49c3-9528-b361c8f706c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2686c379-659c-49c3-9528-b361c8f706c2 found for delete ", "request_id": "req-a1bb4c30-8d7b-4ed0-807a-238ccbc6e6aa"}]} 2026-03-26 15:29:48.864 7 INFO neutron.services.segments.plugin [-] Segment d5171db8-11c8-42ac-a292-96bb010b0896 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5171db8-11c8-42ac-a292-96bb010b0896 found for delete ", "request_id": "req-94d287e5-090e-4920-8bd1-874a7b90d59e"}]} [pid: 7|app: 0|req: 618/1351] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:29:48 2026] DELETE /v2.0/networks/b8c35c9c-daae-4dd0-bc35-b2f3bb6e4f2d => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:29:48.871 8 INFO neutron.services.segments.plugin [-] Segment 2686c379-659c-49c3-9528-b361c8f706c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2686c379-659c-49c3-9528-b361c8f706c2 found for delete ", "request_id": "req-a9756b0a-7ac7-4e55-9d18-58ad497950e4"}]} 2026-03-26 15:29:48.871 7 INFO neutron.services.segments.plugin [-] Segment d5171db8-11c8-42ac-a292-96bb010b0896 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5171db8-11c8-42ac-a292-96bb010b0896 found for delete ", "request_id": "req-a377719e-bd7d-4a51-96d1-4cec348526b1"}]} [pid: 8|app: 0|req: 734/1352] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:48 2026] GET /v2.0/ports?device_id=b59d8619-46ef-43ec-b15d-ca6bf07bb52e => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1353] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:29:48 2026] GET /v2.0/security-groups?id=74a1cee7-2362-40eb-9efe-9032948e1327&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1354] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:49 2026] GET /v2.0/ports?device_id=b59d8619-46ef-43ec-b15d-ca6bf07bb52e => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:29:49.524 7 INFO neutron.db.l3_db [None req-ab351c06-2d14-4c64-ac8c-65670452c13d 9a12d632216c45499f48e735350a9a3e 0fcfb3012c464c7f8452ea23cd67d637 - - default default] Floating IP e78a9481-6987-4581-bfa2-368db5b02c1d associated. External IP: 10.96.250.214, port: 30e9008d-811b-4521-8955-da9396e3d3cf. [pid: 8|app: 0|req: 736/1355] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:29:49 2026] GET /v2.0/security-groups?tenant_id=47d7c5f3e9f74b72846e2898f7555328&name=default => generated 2925 bytes in 338 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1356] 10.0.0.103 () {34 vars in 748 bytes} [Thu Mar 26 15:29:49 2026] PUT /v2.0/floatingips/e78a9481-6987-4581-bfa2-368db5b02c1d => generated 855 bytes in 834 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1357] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:49 2026] GET /v2.0/ports?device_id=681dd275-f89b-4e19-b794-1675e53dbd5f => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1358] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:29:49 2026] GET /v2.0/security-groups?id=16b3c634-9cd0-42fd-b76e-bc90e8eda80c&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:29:50.048 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bd5f43bf-485e-484c-b7b5-a20605c1f7a6'] response: {'name': 'network-changed', 'server_uuid': 'b59d8619-46ef-43ec-b15d-ca6bf07bb52e', 'tag': '30e9008d-811b-4521-8955-da9396e3d3cf', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 739/1359] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:50 2026] GET /v2.0/ports?device_id=b59d8619-46ef-43ec-b15d-ca6bf07bb52e => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1360] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:29:49 2026] DELETE /v2.0/security-groups/4f22f658-d54f-4871-a9d5-5508f89073c8 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1361] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:29:50 2026] GET /v2.0/security-groups?id=74a1cee7-2362-40eb-9efe-9032948e1327&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: 622/1362] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:29:50 2026] GET /v2.0/security-groups?tenant_id=bffc0ff52b444560be57285438dbf0e3&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1363] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:29:50 2026] DELETE /v2.0/security-groups/e309ab46-7c89-4579-a69f-d0c7e3c63751 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1364] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:50 2026] GET /v2.0/ports?device_id=b59d8619-46ef-43ec-b15d-ca6bf07bb52e => 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: 742/1365] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:29:50 2026] GET /v2.0/security-groups?id=74a1cee7-2362-40eb-9efe-9032948e1327&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: 624/1366] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:29:50 2026] GET /v2.0/ports?tenant_id=0fcfb3012c464c7f8452ea23cd67d637&device_id=b59d8619-46ef-43ec-b15d-ca6bf07bb52e => generated 1240 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1367] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:29:50 2026] GET /v2.0/networks?id=9bf5129c-a86c-4f72-9e3a-faaa0a6388f5 => generated 775 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1368] 199.204.45.89 () {34 vars in 1056 bytes} [Thu Mar 26 15:29:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=30e9008d-811b-4521-8955-da9396e3d3cf => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1369] 199.204.45.89 () {34 vars in 982 bytes} [Thu Mar 26 15:29:50 2026] GET /v2.0/subnets?id=4db87239-3587-48fa-a30e-a9fd7e9bc9b8 => generated 697 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1370] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:29:50 2026] GET /v2.0/ports?network_id=9bf5129c-a86c-4f72-9e3a-faaa0a6388f5&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: 745/1371] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:29:50 2026] GET /v2.0/networks/9bf5129c-a86c-4f72-9e3a-faaa0a6388f5?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: 627/1372] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:29:50 2026] GET /v2.0/networks/9bf5129c-a86c-4f72-9e3a-faaa0a6388f5?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: 746/1373] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:51 2026] GET /v2.0/ports?device_id=681dd275-f89b-4e19-b794-1675e53dbd5f => generated 971 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1374] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:29:51 2026] GET /v2.0/security-groups?id=16b3c634-9cd0-42fd-b76e-bc90e8eda80c&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: 629/1375] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:51 2026] GET /v2.0/ports?device_id=b59d8619-46ef-43ec-b15d-ca6bf07bb52e => 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: 630/1376] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:29:51 2026] GET /v2.0/security-groups?id=74a1cee7-2362-40eb-9efe-9032948e1327&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: 747/1377] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:29:51 2026] GET /v2.0/security-groups?tenant_id=5a51c1da68724e34a3665cd244fab814&name=default => generated 2925 bytes in 366 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1378] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:29:51 2026] DELETE /v2.0/security-groups/d8e29906-d725-4c8c-b047-e4b63a529c52 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1379] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:52 2026] GET /v2.0/ports?device_id=681dd275-f89b-4e19-b794-1675e53dbd5f => 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: 632/1380] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:29:52 2026] GET /v2.0/security-groups?id=16b3c634-9cd0-42fd-b76e-bc90e8eda80c&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: 749/1381] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:52 2026] GET /v2.0/ports?device_id=b59d8619-46ef-43ec-b15d-ca6bf07bb52e => 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: 633/1382] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:29:52 2026] GET /v2.0/security-groups?id=74a1cee7-2362-40eb-9efe-9032948e1327&fields=id&fields=name => generated 114 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1383] 199.204.45.89 () {34 vars in 992 bytes} [Thu Mar 26 15:29:53 2026] GET /v2.0/ports?device_id=b59d8619-46ef-43ec-b15d-ca6bf07bb52e => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:29:53.294 7 INFO neutron_taas.services.taas.taas_plugin [req-c1945a59-d8ed-4837-8830-02a4a1b5d32f req-87f8ccac-fb29-4007-9c0d-321a1580a95c 9a12d632216c45499f48e735350a9a3e 0fcfb3012c464c7f8452ea23cd67d637 - - default default] TaaS: Handle Delete Port: 30e9008d-811b-4521-8955-da9396e3d3cf 2026-03-26 15:29:53.298 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c1945a59-d8ed-4837-8830-02a4a1b5d32f req-87f8ccac-fb29-4007-9c0d-321a1580a95c 9a12d632216c45499f48e735350a9a3e 0fcfb3012c464c7f8452ea23cd67d637 - - default default] Tap Mirror: Handle Delete Port: 30e9008d-811b-4521-8955-da9396e3d3cf 2026-03-26 15:29:53.452 7 INFO neutron.db.l3_db [req-c1945a59-d8ed-4837-8830-02a4a1b5d32f req-87f8ccac-fb29-4007-9c0d-321a1580a95c 9a12d632216c45499f48e735350a9a3e 0fcfb3012c464c7f8452ea23cd67d637 - - default default] Floating IP e78a9481-6987-4581-bfa2-368db5b02c1d disassociated. External IP: 10.96.250.214, port: 30e9008d-811b-4521-8955-da9396e3d3cf. [pid: 7|app: 0|req: 634/1384] 199.204.45.89 () {36 vars in 995 bytes} [Thu Mar 26 15:29:53 2026] DELETE /v2.0/ports/30e9008d-811b-4521-8955-da9396e3d3cf => generated 0 bytes in 715 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:29:53.927 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ae23fd4c-17e1-4a36-870e-bc6f8b37f2e5'] response: {'server_uuid': 'b59d8619-46ef-43ec-b15d-ca6bf07bb52e', 'name': 'network-vif-deleted', 'tag': '30e9008d-811b-4521-8955-da9396e3d3cf', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 751/1385] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:53 2026] GET /v2.0/ports?device_id=681dd275-f89b-4e19-b794-1675e53dbd5f => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1386] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:29:54 2026] GET /v2.0/security-groups?id=16b3c634-9cd0-42fd-b76e-bc90e8eda80c&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1387] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:54 2026] GET /v2.0/ports?device_id=b59d8619-46ef-43ec-b15d-ca6bf07bb52e => 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: 636/1388] 10.0.0.103 () {34 vars in 677 bytes} [Thu Mar 26 15:29:54 2026] POST /v2.0/qos/policies => generated 359 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1389] 10.0.0.103 () {34 vars in 752 bytes} [Thu Mar 26 15:29:54 2026] PUT /v2.0/policies/69f0d491-5384-4aac-a6c6-293276ded59b/tags => generated 25 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1390] 10.0.0.103 () {32 vars in 732 bytes} [Thu Mar 26 15:29:54 2026] GET /v2.0/policies/69f0d491-5384-4aac-a6c6-293276ded59b/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1391] 10.0.0.103 () {34 vars in 763 bytes} [Thu Mar 26 15:29:54 2026] PUT /v2.0/policies/69f0d491-5384-4aac-a6c6-293276ded59b/tags/green => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1392] 10.0.0.103 () {32 vars in 732 bytes} [Thu Mar 26 15:29:54 2026] GET /v2.0/policies/69f0d491-5384-4aac-a6c6-293276ded59b/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1393] 10.0.0.103 () {34 vars in 759 bytes} [Thu Mar 26 15:29:54 2026] PUT /v2.0/policies/69f0d491-5384-4aac-a6c6-293276ded59b/tags/red => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1394] 10.0.0.103 () {32 vars in 732 bytes} [Thu Mar 26 15:29:55 2026] GET /v2.0/policies/69f0d491-5384-4aac-a6c6-293276ded59b/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1395] 10.0.0.103 () {34 vars in 781 bytes} [Thu Mar 26 15:29:55 2026] PUT /v2.0/policies/69f0d491-5384-4aac-a6c6-293276ded59b/tags/black.or.white => 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: 757/1396] 10.0.0.103 () {32 vars in 732 bytes} [Thu Mar 26 15:29:55 2026] GET /v2.0/policies/69f0d491-5384-4aac-a6c6-293276ded59b/tags => generated 52 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1397] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:55 2026] GET /v2.0/ports?device_id=681dd275-f89b-4e19-b794-1675e53dbd5f => generated 971 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1398] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:55 2026] GET /v2.0/ports?device_id=b59d8619-46ef-43ec-b15d-ca6bf07bb52e => 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: 759/1399] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:29:55 2026] GET /v2.0/security-groups?id=16b3c634-9cd0-42fd-b76e-bc90e8eda80c&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1400] 10.0.0.103 () {34 vars in 752 bytes} [Thu Mar 26 15:29:55 2026] PUT /v2.0/policies/69f0d491-5384-4aac-a6c6-293276ded59b/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: 760/1401] 10.0.0.103 () {32 vars in 732 bytes} [Thu Mar 26 15:29:55 2026] GET /v2.0/policies/69f0d491-5384-4aac-a6c6-293276ded59b/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: 642/1402] 10.0.0.103 () {32 vars in 740 bytes} [Thu Mar 26 15:29:55 2026] GET /v2.0/policies/69f0d491-5384-4aac-a6c6-293276ded59b/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:29:55.437 8 INFO neutron.api.v2.resource [None req-db9fab67-9e0d-46b7-9115-4267ab874775 fc4ec8c4c6634996b3c04a1bdd013bb8 f5272dbbdead4028acf369da55e45dae - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 761/1403] 10.0.0.103 () {32 vars in 744 bytes} [Thu Mar 26 15:29:55 2026] GET /v2.0/policies/69f0d491-5384-4aac-a6c6-293276ded59b/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1404] 10.0.0.103 () {32 vars in 743 bytes} [Thu Mar 26 15:29:55 2026] DELETE /v2.0/policies/69f0d491-5384-4aac-a6c6-293276ded59b/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1405] 10.0.0.103 () {32 vars in 732 bytes} [Thu Mar 26 15:29:55 2026] GET /v2.0/policies/69f0d491-5384-4aac-a6c6-293276ded59b/tags => generated 30 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:29:55.620 7 INFO neutron.api.v2.resource [None req-909c57be-f3e9-4b40-be48-d98b9f3ecf4f fc4ec8c4c6634996b3c04a1bdd013bb8 f5272dbbdead4028acf369da55e45dae - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 644/1406] 10.0.0.103 () {32 vars in 747 bytes} [Thu Mar 26 15:29:55 2026] DELETE /v2.0/policies/69f0d491-5384-4aac-a6c6-293276ded59b/tags/green => generated 99 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1407] 10.0.0.103 () {32 vars in 735 bytes} [Thu Mar 26 15:29:55 2026] DELETE /v2.0/policies/69f0d491-5384-4aac-a6c6-293276ded59b/tags => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1408] 10.0.0.103 () {32 vars in 732 bytes} [Thu Mar 26 15:29:55 2026] GET /v2.0/policies/69f0d491-5384-4aac-a6c6-293276ded59b/tags => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1409] 10.0.0.103 () {32 vars in 733 bytes} [Thu Mar 26 15:29:55 2026] DELETE /v2.0/qos/policies/69f0d491-5384-4aac-a6c6-293276ded59b => 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: 646/1410] 199.204.45.89 () {34 vars in 992 bytes} [Thu Mar 26 15:29:56 2026] GET /v2.0/ports?device_id=681dd275-f89b-4e19-b794-1675e53dbd5f => 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: 647/1411] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:56 2026] GET /v2.0/ports?device_id=b59d8619-46ef-43ec-b15d-ca6bf07bb52e => 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: 648/1412] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:56 2026] GET /v2.0/ports?device_id=681dd275-f89b-4e19-b794-1675e53dbd5f => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:29:56.455 8 INFO neutron_taas.services.taas.taas_plugin [req-bfddf0cb-9455-47fd-b62d-c57e59fb40ac req-ae088682-0a03-43e2-993c-6125c7e16e57 d7bfe4c45cea4ab7a18c608328b6352f 1de3f930a60b499fa554ef7ac8d081ec - - default default] TaaS: Handle Delete Port: 5e638637-ca80-402b-b1f4-1e00efa299d8 2026-03-26 15:29:56.458 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-bfddf0cb-9455-47fd-b62d-c57e59fb40ac req-ae088682-0a03-43e2-993c-6125c7e16e57 d7bfe4c45cea4ab7a18c608328b6352f 1de3f930a60b499fa554ef7ac8d081ec - - default default] Tap Mirror: Handle Delete Port: 5e638637-ca80-402b-b1f4-1e00efa299d8 [pid: 7|app: 0|req: 649/1413] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:29:56 2026] GET /v2.0/security-groups?id=16b3c634-9cd0-42fd-b76e-bc90e8eda80c&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1414] 199.204.45.89 () {36 vars in 995 bytes} [Thu Mar 26 15:29:56 2026] DELETE /v2.0/ports/5e638637-ca80-402b-b1f4-1e00efa299d8 => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:29:56.685 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-659a3946-17ae-48eb-a6b5-f4ea852818d3'] response: {'server_uuid': '681dd275-f89b-4e19-b794-1675e53dbd5f', 'name': 'network-vif-deleted', 'tag': '5e638637-ca80-402b-b1f4-1e00efa299d8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 650/1415] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:29:56 2026] GET /v2.0/security-groups?tenant_id=0244e1cf3466450e99e6161ede8f58ad&name=default => generated 2925 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1416] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:29:56 2026] DELETE /v2.0/security-groups/5660a1e3-521e-444c-9037-7d14b58d166e => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1419] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:29:57 2026] GET /v2.0/security-groups?tenant_id=f5272dbbdead4028acf369da55e45dae&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1420] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:57 2026] GET /v2.0/ports?device_id=b59d8619-46ef-43ec-b15d-ca6bf07bb52e => 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: 769/1421] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:29:57 2026] DELETE /v2.0/security-groups/2d6217f0-b519-4adc-9940-c09e03d5c800 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1422] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:57 2026] GET /v2.0/ports?device_id=681dd275-f89b-4e19-b794-1675e53dbd5f => 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: 770/1423] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:29:58 2026] GET /v2.0/security-groups?tenant_id=ec659011375b4187978426c1d515059c&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: 771/1424] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:58 2026] GET /v2.0/ports?device_id=681dd275-f89b-4e19-b794-1675e53dbd5f => 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: 654/1425] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:29:58 2026] DELETE /v2.0/security-groups/74a1cee7-2362-40eb-9efe-9032948e1327 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:29:58.724 7 INFO neutron.api.v2.resource [None req-20c81139-dbd4-4098-b63d-612d9e70351d 9a12d632216c45499f48e735350a9a3e 0fcfb3012c464c7f8452ea23cd67d637 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 655/1426] 10.0.0.103 () {32 vars in 736 bytes} [Thu Mar 26 15:29:58 2026] GET /v2.0/security-groups/74a1cee7-2362-40eb-9efe-9032948e1327 => generated 146 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1427] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:29:58 2026] DELETE /v2.0/security-groups/07c58df1-04df-4e46-b78f-907f6bce76c6 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:29:58.850 7 INFO neutron_taas.services.taas.taas_plugin [None req-d1646ca9-fe67-480c-9c3d-3e5354676bec 9a12d632216c45499f48e735350a9a3e 0fcfb3012c464c7f8452ea23cd67d637 - - default default] TaaS: Handle Delete Port: 8691d42f-ba1b-4ba9-ad55-77311a416921 2026-03-26 15:29:58.853 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1646ca9-fe67-480c-9c3d-3e5354676bec 9a12d632216c45499f48e735350a9a3e 0fcfb3012c464c7f8452ea23cd67d637 - - default default] Tap Mirror: Handle Delete Port: 8691d42f-ba1b-4ba9-ad55-77311a416921 [pid: 7|app: 0|req: 656/1428] 10.0.0.103 () {32 vars in 731 bytes} [Thu Mar 26 15:29:58 2026] DELETE /v2.0/floatingips/e78a9481-6987-4581-bfa2-368db5b02c1d => generated 0 bytes in 298 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1429] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:29:58 2026] GET /v2.0/security-groups?tenant_id=f6864cf2cc8645e7955a8eb4a7984be4&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1430] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:29:59 2026] DELETE /v2.0/security-groups/bf5b8e0c-c9fb-4baa-9a02-5d16ce45ad90 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:29:59.402 7 INFO neutron_taas.services.taas.taas_plugin [None req-bfe40d8d-b40d-4c58-b7a0-1bbc13640475 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: b6fe7677-8752-436d-aa25-a236948ae3d2 2026-03-26 15:29:59.405 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bfe40d8d-b40d-4c58-b7a0-1bbc13640475 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: b6fe7677-8752-436d-aa25-a236948ae3d2 [pid: 8|app: 0|req: 775/1431] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:29:59 2026] GET /v2.0/ports?device_id=681dd275-f89b-4e19-b794-1675e53dbd5f => 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: 657/1432] 10.0.0.103 () {34 vars in 788 bytes} [Thu Mar 26 15:29:59 2026] PUT /v2.0/routers/2f37f83d-26c2-4ba8-9aa2-696fe9e91dea/remove_router_interface => generated 309 bytes in 936 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:30:00.248 8 INFO neutron_taas.services.taas.taas_plugin [None req-b2b0e6f5-cb02-4cd7-9f40-39ca15b40ac8 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: 21f8113a-82c3-4a86-a5d0-39648d10bbb8 2026-03-26 15:30:00.251 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2b0e6f5-cb02-4cd7-9f40-39ca15b40ac8 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: 21f8113a-82c3-4a86-a5d0-39648d10bbb8 2026-03-26 15:30:00.575 8 INFO neutron_taas.services.taas.taas_plugin [None req-b2b0e6f5-cb02-4cd7-9f40-39ca15b40ac8 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: d7c374a3-456c-4221-af83-81b7a72b7e36 2026-03-26 15:30:00.578 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2b0e6f5-cb02-4cd7-9f40-39ca15b40ac8 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: d7c374a3-456c-4221-af83-81b7a72b7e36 2026-03-26 15:30:01.008 8 INFO neutron.services.segments.plugin [-] Segment 84b65089-420e-4ea8-81af-326217772ced resource provider aggregate not found 2026-03-26 15:30:01.020 8 INFO neutron.services.segments.plugin [-] Segment 84b65089-420e-4ea8-81af-326217772ced resource provider aggregate not found 2026-03-26 15:30:01.040 8 INFO neutron.services.segments.plugin [-] Segment 84b65089-420e-4ea8-81af-326217772ced resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84b65089-420e-4ea8-81af-326217772ced found for delete ", "request_id": "req-11471dbf-53bc-4df5-99e3-3921e3e3ed95"}]} 2026-03-26 15:30:01.044 8 INFO neutron.services.segments.plugin [-] Segment 84b65089-420e-4ea8-81af-326217772ced resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84b65089-420e-4ea8-81af-326217772ced found for delete ", "request_id": "req-f47e9810-641a-474c-b9a6-468d94f7bba1"}]} 2026-03-26 15:30:01.052 8 INFO neutron.db.l3_hamode_db [None req-b2b0e6f5-cb02-4cd7-9f40-39ca15b40ac8 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] HA network b3054103-00d1-492a-9741-66936df099e9 was deleted as no HA routers are present in tenant 0fcfb3012c464c7f8452ea23cd67d637. [pid: 8|app: 0|req: 776/1433] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:29:59 2026] DELETE /v2.0/routers/2f37f83d-26c2-4ba8-9aa2-696fe9e91dea => generated 0 bytes in 1081 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1434] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:30:01 2026] DELETE /v2.0/subnets/4db87239-3587-48fa-a30e-a9fd7e9bc9b8 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:30:01.336 7 INFO neutron_taas.services.taas.taas_plugin [None req-c6baa9d3-a729-4382-b895-14706da41797 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: 5b67c139-c59a-498d-abd0-a61ba9d55e0c 2026-03-26 15:30:01.338 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6baa9d3-a729-4382-b895-14706da41797 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: 5b67c139-c59a-498d-abd0-a61ba9d55e0c 2026-03-26 15:30:01.501 7 INFO neutron.services.segments.plugin [-] Segment 08bbe04c-9bf5-4aa2-9bb5-36173e726c31 resource provider aggregate not found 2026-03-26 15:30:01.513 7 INFO neutron.services.segments.plugin [-] Segment 08bbe04c-9bf5-4aa2-9bb5-36173e726c31 resource provider aggregate not found 2026-03-26 15:30:01.524 7 INFO neutron.services.segments.plugin [-] Segment 08bbe04c-9bf5-4aa2-9bb5-36173e726c31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08bbe04c-9bf5-4aa2-9bb5-36173e726c31 found for delete ", "request_id": "req-916cfa5c-1984-4330-83d2-37f77568df3c"}]} 2026-03-26 15:30:01.530 7 INFO neutron.services.segments.plugin [-] Segment 08bbe04c-9bf5-4aa2-9bb5-36173e726c31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08bbe04c-9bf5-4aa2-9bb5-36173e726c31 found for delete ", "request_id": "req-1f126f2c-2a41-4b76-8a81-2c68b286fc76"}]} [pid: 7|app: 0|req: 659/1435] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:30:01 2026] DELETE /v2.0/networks/9bf5129c-a86c-4f72-9e3a-faaa0a6388f5 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1436] 10.0.0.103 () {34 vars in 683 bytes} [Thu Mar 26 15:30:01 2026] POST /v2.0/security-groups => generated 1601 bytes in 551 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1437] 10.0.0.103 () {34 vars in 766 bytes} [Thu Mar 26 15:30:01 2026] PUT /v2.0/security-groups/0d8c1419-b6e9-4dad-99c0-1fb76477f639/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1438] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:30:01 2026] GET /v2.0/security-groups?tenant_id=0fcfb3012c464c7f8452ea23cd67d637&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1439] 10.0.0.103 () {32 vars in 746 bytes} [Thu Mar 26 15:30:01 2026] GET /v2.0/security-groups/0d8c1419-b6e9-4dad-99c0-1fb76477f639/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1440] 10.0.0.103 () {34 vars in 777 bytes} [Thu Mar 26 15:30:01 2026] PUT /v2.0/security-groups/0d8c1419-b6e9-4dad-99c0-1fb76477f639/tags/green => 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: 779/1441] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:30:01 2026] DELETE /v2.0/security-groups/8645729e-5c0f-4a34-9216-deca3ec20fe8 => 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: 663/1442] 10.0.0.103 () {32 vars in 746 bytes} [Thu Mar 26 15:30:01 2026] GET /v2.0/security-groups/0d8c1419-b6e9-4dad-99c0-1fb76477f639/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1443] 10.0.0.103 () {34 vars in 773 bytes} [Thu Mar 26 15:30:01 2026] PUT /v2.0/security-groups/0d8c1419-b6e9-4dad-99c0-1fb76477f639/tags/red => generated 4 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1444] 10.0.0.103 () {32 vars in 746 bytes} [Thu Mar 26 15:30:01 2026] GET /v2.0/security-groups/0d8c1419-b6e9-4dad-99c0-1fb76477f639/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1445] 10.0.0.103 () {34 vars in 795 bytes} [Thu Mar 26 15:30:01 2026] PUT /v2.0/security-groups/0d8c1419-b6e9-4dad-99c0-1fb76477f639/tags/black.or.white => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1446] 10.0.0.103 () {32 vars in 746 bytes} [Thu Mar 26 15:30:02 2026] GET /v2.0/security-groups/0d8c1419-b6e9-4dad-99c0-1fb76477f639/tags => generated 52 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1447] 10.0.0.103 () {34 vars in 766 bytes} [Thu Mar 26 15:30:02 2026] PUT /v2.0/security-groups/0d8c1419-b6e9-4dad-99c0-1fb76477f639/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1448] 10.0.0.103 () {32 vars in 746 bytes} [Thu Mar 26 15:30:02 2026] GET /v2.0/security-groups/0d8c1419-b6e9-4dad-99c0-1fb76477f639/tags => generated 37 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1449] 10.0.0.103 () {32 vars in 754 bytes} [Thu Mar 26 15:30:02 2026] GET /v2.0/security-groups/0d8c1419-b6e9-4dad-99c0-1fb76477f639/tags/red => generated 0 bytes in 27 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:30:02.314 7 INFO neutron.api.v2.resource [None req-2266079d-5465-405b-a2a1-003ca863bb3a b59e972d82334ab8a3ba566296c9a988 12b5a3e3b35a40e09ac299fc613490e5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 669/1450] 10.0.0.103 () {32 vars in 758 bytes} [Thu Mar 26 15:30:02 2026] GET /v2.0/security-groups/0d8c1419-b6e9-4dad-99c0-1fb76477f639/tags/green => generated 99 bytes in 87 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1451] 10.0.0.103 () {32 vars in 757 bytes} [Thu Mar 26 15:30:02 2026] DELETE /v2.0/security-groups/0d8c1419-b6e9-4dad-99c0-1fb76477f639/tags/red => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1452] 10.0.0.103 () {32 vars in 746 bytes} [Thu Mar 26 15:30:02 2026] GET /v2.0/security-groups/0d8c1419-b6e9-4dad-99c0-1fb76477f639/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:30:02.478 7 INFO neutron.api.v2.resource [None req-e719c008-f66f-4186-b1b3-e7c1339618bb b59e972d82334ab8a3ba566296c9a988 12b5a3e3b35a40e09ac299fc613490e5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 672/1453] 10.0.0.103 () {32 vars in 761 bytes} [Thu Mar 26 15:30:02 2026] DELETE /v2.0/security-groups/0d8c1419-b6e9-4dad-99c0-1fb76477f639/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1454] 10.0.0.103 () {32 vars in 749 bytes} [Thu Mar 26 15:30:02 2026] DELETE /v2.0/security-groups/0d8c1419-b6e9-4dad-99c0-1fb76477f639/tags => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1455] 10.0.0.103 () {32 vars in 746 bytes} [Thu Mar 26 15:30:02 2026] GET /v2.0/security-groups/0d8c1419-b6e9-4dad-99c0-1fb76477f639/tags => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:30:02.583 8 INFO neutron_taas.services.taas.taas_plugin [None req-202410c3-0f0f-4b30-bca5-c6cca309a49b d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: ba43a330-d772-431e-8ebb-a284aa33b851 2026-03-26 15:30:02.586 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-202410c3-0f0f-4b30-bca5-c6cca309a49b d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: ba43a330-d772-431e-8ebb-a284aa33b851 [pid: 7|app: 0|req: 675/1456] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:30:02 2026] DELETE /v2.0/security-groups/0d8c1419-b6e9-4dad-99c0-1fb76477f639 => 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: 676/1457] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:30:03 2026] GET /v2.0/security-groups?tenant_id=6b271d05f49e49a0bc9ef328cb499503&name=default => generated 2925 bytes in 347 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1458] 10.0.0.103 () {34 vars in 788 bytes} [Thu Mar 26 15:30:02 2026] PUT /v2.0/routers/21b98686-aaf5-41a8-a3df-766104fc9ed7/remove_router_interface => generated 309 bytes in 1740 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1459] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:30:03 2026] DELETE /v2.0/security-groups/95401057-001c-419b-b450-606268ead58d => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1460] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:30:03 2026] GET /v2.0/security-groups?tenant_id=1a74ff4d242e4669b3ddd81fe2772eb1&name=default => generated 2925 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1461] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:30:04 2026] GET /v2.0/security-groups?tenant_id=12b5a3e3b35a40e09ac299fc613490e5&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:30:04.190 8 INFO neutron_taas.services.taas.taas_plugin [None req-ea4c3e80-36fe-4de2-aa47-a549dd246a55 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: c3de7bfc-d39a-4664-a9cc-29940a6ab6b3 2026-03-26 15:30:04.193 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea4c3e80-36fe-4de2-aa47-a549dd246a55 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: c3de7bfc-d39a-4664-a9cc-29940a6ab6b3 [pid: 7|app: 0|req: 679/1462] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:30:04 2026] DELETE /v2.0/security-groups/13df2efa-bdb1-408f-93cc-c9f71e864115 => 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: 680/1463] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:30:04 2026] DELETE /v2.0/security-groups/bbf49b71-c4b7-4e49-90e7-57919571c4bd => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:30:04.485 8 INFO neutron_taas.services.taas.taas_plugin [None req-ea4c3e80-36fe-4de2-aa47-a549dd246a55 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: 7d07fa3e-a382-4d1c-805a-433e073a397c 2026-03-26 15:30:04.488 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea4c3e80-36fe-4de2-aa47-a549dd246a55 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: 7d07fa3e-a382-4d1c-805a-433e073a397c 2026-03-26 15:30:04.684 7 INFO neutron.db.segments_db [None req-9df12c1e-7968-4740-a894-2435cae4b805 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Added segment d43a302d-205b-4bdc-b486-8307797f791f of type vxlan for network d9c35ed5-1167-4257-a08a-068340ec0f7a [pid: 7|app: 0|req: 681/1464] 10.0.0.103 () {34 vars in 670 bytes} [Thu Mar 26 15:30:04 2026] POST /v2.0/networks => generated 723 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:30:04.813 8 INFO neutron.services.segments.plugin [-] Segment bedd265c-d494-4ad3-91d9-0b0d51d8c2ca resource provider aggregate not found 2026-03-26 15:30:04.817 8 INFO neutron.services.segments.plugin [-] Segment bedd265c-d494-4ad3-91d9-0b0d51d8c2ca resource provider aggregate not found 2026-03-26 15:30:04.831 8 INFO neutron.services.segments.plugin [-] Segment bedd265c-d494-4ad3-91d9-0b0d51d8c2ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bedd265c-d494-4ad3-91d9-0b0d51d8c2ca found for delete ", "request_id": "req-44713b7d-1940-4231-b483-e474079128f4"}]} 2026-03-26 15:30:04.832 8 INFO neutron.services.segments.plugin [-] Segment bedd265c-d494-4ad3-91d9-0b0d51d8c2ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bedd265c-d494-4ad3-91d9-0b0d51d8c2ca found for delete ", "request_id": "req-90ef0456-92e4-4917-82d6-0b99279ed296"}]} 2026-03-26 15:30:04.838 8 INFO neutron.db.l3_hamode_db [None req-ea4c3e80-36fe-4de2-aa47-a549dd246a55 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] HA network 593d2518-ccca-46ae-bee7-5083c6273c56 was deleted as no HA routers are present in tenant 1de3f930a60b499fa554ef7ac8d081ec. [pid: 8|app: 0|req: 784/1465] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:30:03 2026] DELETE /v2.0/routers/21b98686-aaf5-41a8-a3df-766104fc9ed7 => generated 0 bytes in 900 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1466] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:30:04 2026] GET /v2.0/security-groups?tenant_id=bbccf43862834cec979415e4591b028c&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1467] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:30:04 2026] DELETE /v2.0/subnets/2463bb74-fb61-4552-8522-faaedf0b64ff => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1468] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:30:04 2026] POST /v2.0/subnets => generated 690 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:30:05.153 8 INFO neutron_taas.services.taas.taas_plugin [None req-144df451-0379-4f31-a4f7-b1af97d6be9d d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: d21ab417-3b80-44b1-8b5f-7385ffb32f91 2026-03-26 15:30:05.155 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-144df451-0379-4f31-a4f7-b1af97d6be9d d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: d21ab417-3b80-44b1-8b5f-7385ffb32f91 [pid: 7|app: 0|req: 684/1469] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:30:05 2026] DELETE /v2.0/security-groups/54e43670-b514-4479-9dd4-1aacab41355a => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:30:05.224 7 INFO neutron.db.segments_db [None req-29237795-3b2d-432d-a9cc-bd5d4a22ae3d d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Added segment b487f937-d4d9-4061-b4a7-bd8977627a8e of type vxlan for network 847d5a9f-a3a7-42f6-b8d5-c0cb427f38ad [pid: 8|app: 0|req: 786/1470] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:30:05 2026] DELETE /v2.0/networks/5a32b430-0b92-4a72-9d63-cc19b5e17820 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1471] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:30:05 2026] GET /v2.0/security-groups?tenant_id=1de3f930a60b499fa554ef7ac8d081ec&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:30:05.541 7 INFO neutron.db.l3_hamode_db [None req-29237795-3b2d-432d-a9cc-bd5d4a22ae3d d0764c18170d45f498785062472ac84f 16cb83f35a9d47f4a148291c474855cd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 788/1472] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:30:05 2026] DELETE /v2.0/security-groups/16b3c634-9cd0-42fd-b76e-bc90e8eda80c => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:30:06.355 7 INFO neutron.db.l3_hamode_db [None req-29237795-3b2d-432d-a9cc-bd5d4a22ae3d d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-26 15:30:06.851 8 INFO neutron.services.segments.plugin [-] Segment 420da90f-15f0-4872-99a7-cfca225591cc resource provider aggregate not found 2026-03-26 15:30:06.870 8 INFO neutron.services.segments.plugin [-] Segment 420da90f-15f0-4872-99a7-cfca225591cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 420da90f-15f0-4872-99a7-cfca225591cc found for delete ", "request_id": "req-9426c92a-13c8-4419-aaeb-48da52730f76"}]} 2026-03-26 15:30:06.875 8 INFO neutron.services.segments.plugin [-] Segment 420da90f-15f0-4872-99a7-cfca225591cc resource provider aggregate not found 2026-03-26 15:30:06.889 8 INFO neutron.services.segments.plugin [-] Segment 420da90f-15f0-4872-99a7-cfca225591cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 420da90f-15f0-4872-99a7-cfca225591cc found for delete ", "request_id": "req-62b4ab7a-e626-4512-be20-0d6852a26076"}]} [pid: 7|app: 0|req: 685/1473] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:30:05 2026] POST /v2.0/routers => generated 730 bytes in 2055 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1474] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:30:07 2026] GET /v2.0/security-groups?tenant_id=07c83f5f4c504c7ba9267d64cd722fdf&name=default => generated 2925 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:30:08.331 7 INFO neutron.db.segments_db [None req-5ad5be79-c0bb-4b7b-936a-5875d33390f0 a5b7d1f93b634005ba4abef135d6c71d 340c9e69e48a437da890ca49a4fda7e9 - - default default] Added segment f5bd504d-4573-4c2f-8ffc-0a74d3348b1b of type vxlan for network bf5c12eb-d7af-4832-9599-bdc2b120f1db [pid: 7|app: 0|req: 687/1475] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:30:08 2026] POST /v2.0/networks => generated 613 bytes in 446 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1476] 10.0.0.103 () {34 vars in 782 bytes} [Thu Mar 26 15:30:07 2026] PUT /v2.0/routers/b97cf02b-c646-4e62-b2fc-5999941e1cfe/add_router_interface => generated 309 bytes in 1370 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1477] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:30:08 2026] DELETE /v2.0/security-groups/4406f19b-b4bd-466b-b9a5-52bd4fe7ac63 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1478] 10.0.0.103 () {34 vars in 663 bytes} [Thu Mar 26 15:30:08 2026] POST /v2.0/ports => generated 743 bytes in 453 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: 791/1479] 10.0.0.103 () {34 vars in 684 bytes} [Thu Mar 26 15:30:09 2026] POST /v2.0/security-groups => generated 1661 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1480] 10.0.0.248 () {32 vars in 801 bytes} [Thu Mar 26 15:30:09 2026] GET /v2.0/extensions => generated 21537 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1481] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:30:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1482] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:30:09 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: 689/1483] 10.0.0.103 () {34 vars in 665 bytes} [Thu Mar 26 15:30:09 2026] POST /v2.0/trunks => generated 407 bytes in 806 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1484] 10.0.0.248 () {30 vars in 723 bytes} [Thu Mar 26 15:30:09 2026] GET /v2.0/quotas/7aae435892e4418495583b8cb626d4dc/details => generated 847 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1485] 10.0.0.103 () {34 vars in 748 bytes} [Thu Mar 26 15:30:09 2026] PUT /v2.0/trunks/b8108595-da53-42fd-a0f7-f68e1a118586/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1486] 10.0.0.103 () {32 vars in 728 bytes} [Thu Mar 26 15:30:10 2026] GET /v2.0/trunks/b8108595-da53-42fd-a0f7-f68e1a118586/tags => generated 25 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1487] 10.0.0.103 () {34 vars in 759 bytes} [Thu Mar 26 15:30:10 2026] PUT /v2.0/trunks/b8108595-da53-42fd-a0f7-f68e1a118586/tags/green => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1488] 10.0.0.103 () {32 vars in 728 bytes} [Thu Mar 26 15:30:10 2026] GET /v2.0/trunks/b8108595-da53-42fd-a0f7-f68e1a118586/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1489] 10.0.0.103 () {34 vars in 755 bytes} [Thu Mar 26 15:30:10 2026] PUT /v2.0/trunks/b8108595-da53-42fd-a0f7-f68e1a118586/tags/red => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1490] 10.0.0.103 () {32 vars in 728 bytes} [Thu Mar 26 15:30:10 2026] GET /v2.0/trunks/b8108595-da53-42fd-a0f7-f68e1a118586/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1491] 10.0.0.103 () {34 vars in 777 bytes} [Thu Mar 26 15:30:10 2026] PUT /v2.0/trunks/b8108595-da53-42fd-a0f7-f68e1a118586/tags/black.or.white => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1492] 10.0.0.103 () {32 vars in 728 bytes} [Thu Mar 26 15:30:10 2026] GET /v2.0/trunks/b8108595-da53-42fd-a0f7-f68e1a118586/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1493] 10.0.0.103 () {34 vars in 748 bytes} [Thu Mar 26 15:30:10 2026] PUT /v2.0/trunks/b8108595-da53-42fd-a0f7-f68e1a118586/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1494] 10.0.0.103 () {32 vars in 728 bytes} [Thu Mar 26 15:30:10 2026] GET /v2.0/trunks/b8108595-da53-42fd-a0f7-f68e1a118586/tags => generated 37 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1495] 10.0.0.103 () {32 vars in 736 bytes} [Thu Mar 26 15:30:10 2026] GET /v2.0/trunks/b8108595-da53-42fd-a0f7-f68e1a118586/tags/red => generated 0 bytes in 27 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:30:10.517 8 INFO neutron.api.v2.resource [None req-947e651f-a2cb-4736-826f-2aaf11977f66 a5b7d1f93b634005ba4abef135d6c71d 340c9e69e48a437da890ca49a4fda7e9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 807/1496] 10.0.0.103 () {32 vars in 740 bytes} [Thu Mar 26 15:30:10 2026] GET /v2.0/trunks/b8108595-da53-42fd-a0f7-f68e1a118586/tags/green => generated 99 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1497] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:30:10 2026] DELETE /v2.0/trunks/b8108595-da53-42fd-a0f7-f68e1a118586/tags/red => 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: 809/1498] 10.0.0.103 () {32 vars in 728 bytes} [Thu Mar 26 15:30:10 2026] GET /v2.0/trunks/b8108595-da53-42fd-a0f7-f68e1a118586/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1499] 10.0.0.103 () {34 vars in 675 bytes} [Thu Mar 26 15:30:09 2026] POST /v2.0/floatingips => generated 552 bytes in 753 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:30:10.644 8 INFO neutron.api.v2.resource [None req-a57d2b5a-3362-4197-9e29-b2216614ba23 a5b7d1f93b634005ba4abef135d6c71d 340c9e69e48a437da890ca49a4fda7e9 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 810/1500] 10.0.0.103 () {32 vars in 743 bytes} [Thu Mar 26 15:30:10 2026] DELETE /v2.0/trunks/b8108595-da53-42fd-a0f7-f68e1a118586/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1501] 10.0.0.103 () {32 vars in 731 bytes} [Thu Mar 26 15:30:10 2026] DELETE /v2.0/trunks/b8108595-da53-42fd-a0f7-f68e1a118586/tags => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1502] 10.0.0.103 () {32 vars in 728 bytes} [Thu Mar 26 15:30:10 2026] GET /v2.0/trunks/b8108595-da53-42fd-a0f7-f68e1a118586/tags => 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: 813/1503] 10.0.0.103 () {32 vars in 718 bytes} [Thu Mar 26 15:30:10 2026] GET /v2.0/trunks/b8108595-da53-42fd-a0f7-f68e1a118586 => generated 407 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1504] 10.0.0.103 () {32 vars in 716 bytes} [Thu Mar 26 15:30:10 2026] GET /v2.0/ports/d02877e7-a84a-47d8-8116-101bd4705de3 => generated 826 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1505] 10.0.0.103 () {32 vars in 721 bytes} [Thu Mar 26 15:30:10 2026] DELETE /v2.0/trunks/b8108595-da53-42fd-a0f7-f68e1a118586 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:30:11.005 7 INFO neutron.db.segments_db [None req-6d90ccd4-b552-4cfa-bb60-34ad77a27fc9 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] Added segment 45d0de8f-f3d3-451c-acff-d5cf23f71302 of type vxlan for network 2b8c9f5d-d627-4731-b345-0e5d632e9532 2026-03-26 15:30:11.020 8 INFO neutron_taas.services.taas.taas_plugin [None req-4cc0fbf9-0152-4860-8cc8-d4c2d2dabb43 a5b7d1f93b634005ba4abef135d6c71d 340c9e69e48a437da890ca49a4fda7e9 - - default default] TaaS: Handle Delete Port: d02877e7-a84a-47d8-8116-101bd4705de3 2026-03-26 15:30:11.026 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4cc0fbf9-0152-4860-8cc8-d4c2d2dabb43 a5b7d1f93b634005ba4abef135d6c71d 340c9e69e48a437da890ca49a4fda7e9 - - default default] Tap Mirror: Handle Delete Port: d02877e7-a84a-47d8-8116-101bd4705de3 [pid: 7|app: 0|req: 691/1506] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:30:10 2026] POST /v2.0/networks => generated 611 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1507] 10.0.0.103 () {32 vars in 719 bytes} [Thu Mar 26 15:30:10 2026] DELETE /v2.0/ports/d02877e7-a84a-47d8-8116-101bd4705de3 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:30:11.198 7 INFO neutron.db.segments_db [None req-128f953e-e5f6-4f96-8204-69d7c1488101 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] Added segment c5f2e902-795a-427f-835b-34c2664e9013 of type vxlan for network 9235ca3f-ba31-4606-aa26-cc9df75dc93b 2026-03-26 15:30:11.249 8 INFO neutron.services.segments.plugin [-] Segment f5bd504d-4573-4c2f-8ffc-0a74d3348b1b resource provider aggregate not found 2026-03-26 15:30:11.251 8 INFO neutron.services.segments.plugin [-] Segment f5bd504d-4573-4c2f-8ffc-0a74d3348b1b resource provider aggregate not found [pid: 8|app: 0|req: 817/1508] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:30:11 2026] DELETE /v2.0/networks/bf5c12eb-d7af-4832-9599-bdc2b120f1db => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:30:11.291 8 INFO neutron.services.segments.plugin [-] Segment f5bd504d-4573-4c2f-8ffc-0a74d3348b1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5bd504d-4573-4c2f-8ffc-0a74d3348b1b found for delete ", "request_id": "req-29c23a61-6dda-41fa-87ed-e757c2ec4262"}]} 2026-03-26 15:30:11.293 8 INFO neutron.services.segments.plugin [-] Segment f5bd504d-4573-4c2f-8ffc-0a74d3348b1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5bd504d-4573-4c2f-8ffc-0a74d3348b1b found for delete ", "request_id": "req-7fb08268-0b16-4366-a9e4-9b3344cf106f"}]} [pid: 7|app: 0|req: 692/1509] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:30:11 2026] POST /v2.0/networks => generated 611 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1510] 10.0.0.92 () {34 vars in 1098 bytes} [Thu Mar 26 15:30:11 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1657395879&fields=id&tenant_id=16cb83f35a9d47f4a148291c474855cd => generated 69 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1511] 10.0.0.92 () {34 vars in 980 bytes} [Thu Mar 26 15:30:11 2026] GET /v2.0/networks?id=d9c35ed5-1167-4257-a08a-068340ec0f7a => generated 675 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1512] 10.0.0.92 () {34 vars in 963 bytes} [Thu Mar 26 15:30:11 2026] GET /v2.0/quotas/16cb83f35a9d47f4a148291c474855cd => 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: 821/1513] 10.0.0.92 () {34 vars in 1000 bytes} [Thu Mar 26 15:30:11 2026] GET /v2.0/ports?tenant_id=16cb83f35a9d47f4a148291c474855cd&fields=id => generated 103 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1514] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:30:11 2026] POST /v2.0/subnets => generated 626 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1515] 10.0.0.92 () {34 vars in 1006 bytes} [Thu Mar 26 15:30:11 2026] GET /v2.0/networks/d9c35ed5-1167-4257-a08a-068340ec0f7a?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: 823/1516] 10.0.0.92 () {34 vars in 1106 bytes} [Thu Mar 26 15:30:11 2026] GET /v2.0/networks/d9c35ed5-1167-4257-a08a-068340ec0f7a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1517] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:30:11 2026] GET /v2.0/ports?device_id=8897a776-6b59-4795-ab65-04e44fdfa100 => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1518] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:30:11 2026] POST /v2.0/subnets => generated 626 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:30:12.034 8 INFO neutron.db.segments_db [None req-c9967e84-fdd0-4fda-aae0-4697d9469c0e 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] Added segment 57991fa3-ae45-4acb-ac57-b0f73bad9f31 of type vxlan for network df0b4ae3-5d44-4878-9063-0d3e51be2a7b 2026-03-26 15:30:12.292 8 INFO neutron.db.l3_hamode_db [None req-c9967e84-fdd0-4fda-aae0-4697d9469c0e 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 695/1519] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:30:12 2026] GET /v2.0/security-groups?tenant_id=7b2879a0395b4dbeb498db1262a82651&name=default => generated 2925 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1522] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:30:12 2026] DELETE /v2.0/security-groups/5fb66fde-8934-4c18-a60a-c9fc5156e209 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:30:12.485 8 INFO neutron.db.l3_hamode_db [None req-c9967e84-fdd0-4fda-aae0-4697d9469c0e 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 699/1523] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:30:12 2026] GET /v2.0/security-groups?tenant_id=340c9e69e48a437da890ca49a4fda7e9&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: 700/1524] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:30:12 2026] DELETE /v2.0/security-groups/3157000c-9286-4116-b7bb-6d7de982aa00 => 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: 701/1525] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:30:12 2026] GET /v2.0/ports?device_id=8897a776-6b59-4795-ab65-04e44fdfa100 => 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: 825/1526] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:30:11 2026] POST /v2.0/routers => generated 506 bytes in 1193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1527] 10.0.0.248 () {32 vars in 801 bytes} [Thu Mar 26 15:30:13 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1528] 10.0.0.248 () {30 vars in 723 bytes} [Thu Mar 26 15:30:13 2026] GET /v2.0/quotas/7aae435892e4418495583b8cb626d4dc/details => generated 847 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1529] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:30:14 2026] GET /v2.0/ports?device_id=8897a776-6b59-4795-ab65-04e44fdfa100 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1530] 10.0.0.103 () {34 vars in 782 bytes} [Thu Mar 26 15:30:13 2026] PUT /v2.0/routers/6b76a002-561b-4913-8de1-0f7ff286c277/add_router_interface => generated 309 bytes in 1446 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1531] 10.0.0.103 () {32 vars in 716 bytes} [Thu Mar 26 15:30:14 2026] GET /v2.0/ports/c7130fa7-3c23-4878-83dc-33ce8bcd4c7f => generated 955 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1532] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:30:15 2026] GET /v2.0/ports?device_id=8897a776-6b59-4795-ab65-04e44fdfa100 => 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: 703/1533] 10.0.0.103 () {34 vars in 782 bytes} [Thu Mar 26 15:30:14 2026] PUT /v2.0/routers/6b76a002-561b-4913-8de1-0f7ff286c277/add_router_interface => generated 309 bytes in 1249 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1534] 10.0.0.103 () {32 vars in 716 bytes} [Thu Mar 26 15:30:15 2026] GET /v2.0/ports/a56f1263-c489-47ee-8bf6-c2a6cd312787 => generated 955 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1535] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:30:16 2026] GET /v2.0/networks?id=d9c35ed5-1167-4257-a08a-068340ec0f7a => generated 675 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1536] 199.204.45.89 () {34 vars in 1048 bytes} [Thu Mar 26 15:30:16 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=16cb83f35a9d47f4a148291c474855cd => generated 181 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1537] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:30:16 2026] GET /v2.0/ports?device_id=8897a776-6b59-4795-ab65-04e44fdfa100 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:30:16.507 7 INFO neutron_taas.services.taas.taas_plugin [None req-37b136c7-a647-45ee-91a9-c870d1f4174f 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] TaaS: Handle Delete Port: a56f1263-c489-47ee-8bf6-c2a6cd312787 2026-03-26 15:30:16.510 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-37b136c7-a647-45ee-91a9-c870d1f4174f 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] Tap Mirror: Handle Delete Port: a56f1263-c489-47ee-8bf6-c2a6cd312787 [pid: 8|app: 0|req: 835/1538] 199.204.45.89 () {38 vars in 953 bytes} [Thu Mar 26 15:30:16 2026] POST /v2.0/ports => generated 958 bytes in 497 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1539] 10.0.0.103 () {34 vars in 788 bytes} [Thu Mar 26 15:30:16 2026] PUT /v2.0/routers/6b76a002-561b-4913-8de1-0f7ff286c277/remove_router_interface => generated 309 bytes in 916 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: 836/1540] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:30:16 2026] GET /v2.0/security-groups?tenant_id=7aae435892e4418495583b8cb626d4dc&name=default => generated 2925 bytes in 359 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1541] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:30:17 2026] GET /v2.0/security-groups?tenant_id=ad8b611522af408aa37360a4bf81d91f&name=default => generated 2925 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1542] 199.204.45.89 () {38 vars in 1026 bytes} [Thu Mar 26 15:30:17 2026] PUT /v2.0/ports/57b423e3-2370-45b3-8574-a1c93ace2e98 => generated 1239 bytes in 487 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-03-26 15:30:17.584 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7e55c844-219f-42d7-9830-3a078b010069'] response: {'name': 'network-changed', 'server_uuid': '8897a776-6b59-4795-ab65-04e44fdfa100', 'tag': '57b423e3-2370-45b3-8574-a1c93ace2e98', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 706/1543] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:30:17 2026] DELETE /v2.0/security-groups/29c45562-5ebd-4c71-89f8-2e5fb838756e => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1544] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:30:17 2026] DELETE /v2.0/security-groups/e95254c8-592d-4133-a7da-b5e245b9ffc8 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1545] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:30:17 2026] GET /v2.0/ports?device_id=8897a776-6b59-4795-ab65-04e44fdfa100 => generated 973 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1546] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:30:17 2026] GET /v2.0/security-groups?id=a4b4f188-656d-403e-80e4-8ea2dab2044e&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:30:17.917 8 INFO neutron_taas.services.taas.taas_plugin [None req-80e767a2-4244-448e-aec7-7aef3298d47b 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] TaaS: Handle Delete Port: c7130fa7-3c23-4878-83dc-33ce8bcd4c7f 2026-03-26 15:30:17.921 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80e767a2-4244-448e-aec7-7aef3298d47b 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] Tap Mirror: Handle Delete Port: c7130fa7-3c23-4878-83dc-33ce8bcd4c7f [pid: 7|app: 0|req: 710/1547] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:30:17 2026] GET /v2.0/security-groups?tenant_id=28224e6f9dea4cc6be2c7a9c9f668178&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: 711/1548] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:30:18 2026] GET /v2.0/ports?tenant_id=16cb83f35a9d47f4a148291c474855cd&device_id=8897a776-6b59-4795-ab65-04e44fdfa100 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1549] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:30:18 2026] DELETE /v2.0/security-groups/2d423c84-7bfe-441b-bb15-7afb2a8c14a2 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1550] 199.204.45.89 () {34 vars in 1016 bytes} [Thu Mar 26 15:30:18 2026] GET /v2.0/networks?tenant_id=16cb83f35a9d47f4a148291c474855cd&shared=False => generated 770 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1551] 199.204.45.89 () {34 vars in 928 bytes} [Thu Mar 26 15:30:18 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: 838/1552] 10.0.0.103 () {34 vars in 788 bytes} [Thu Mar 26 15:30:17 2026] PUT /v2.0/routers/6b76a002-561b-4913-8de1-0f7ff286c277/remove_router_interface => generated 309 bytes in 1028 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1553] 10.0.0.103 () {32 vars in 735 bytes} [Thu Mar 26 15:30:18 2026] GET /v2.0/ports?device_id=6b76a002-561b-4913-8de1-0f7ff286c277 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:30:18.703 8 INFO neutron_taas.services.taas.taas_plugin [None req-8dc54697-4f32-4206-bf13-7c41d7660ac5 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] TaaS: Handle Delete Port: 734bc1bf-aab9-43f2-b8ca-9a4efc3b9591 2026-03-26 15:30:18.705 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8dc54697-4f32-4206-bf13-7c41d7660ac5 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] Tap Mirror: Handle Delete Port: 734bc1bf-aab9-43f2-b8ca-9a4efc3b9591 [pid: 7|app: 0|req: 716/1554] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:30:18 2026] GET /v2.0/ports?device_id=8897a776-6b59-4795-ab65-04e44fdfa100 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:30:19.061 8 INFO neutron.services.segments.plugin [-] Segment 57991fa3-ae45-4acb-ac57-b0f73bad9f31 resource provider aggregate not found [pid: 7|app: 0|req: 717/1555] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:30:19 2026] GET /v2.0/security-groups?id=a4b4f188-656d-403e-80e4-8ea2dab2044e&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-03-26 15:30:19.065 8 INFO neutron.services.segments.plugin [-] Segment 57991fa3-ae45-4acb-ac57-b0f73bad9f31 resource provider aggregate not found 2026-03-26 15:30:19.089 8 INFO neutron.services.segments.plugin [-] Segment 57991fa3-ae45-4acb-ac57-b0f73bad9f31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57991fa3-ae45-4acb-ac57-b0f73bad9f31 found for delete ", "request_id": "req-97a975de-7a1b-40ff-bf78-4c8b45e7eab9"}]} 2026-03-26 15:30:19.092 8 INFO neutron.services.segments.plugin [-] Segment 57991fa3-ae45-4acb-ac57-b0f73bad9f31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57991fa3-ae45-4acb-ac57-b0f73bad9f31 found for delete ", "request_id": "req-498f9c09-bb4c-4a17-bea9-82625b6a14ff"}]} 2026-03-26 15:30:19.095 8 INFO neutron.db.l3_hamode_db [None req-8dc54697-4f32-4206-bf13-7c41d7660ac5 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] HA network df0b4ae3-5d44-4878-9063-0d3e51be2a7b was deleted as no HA routers are present in tenant 7569b47b8299484bad5e926abd15d5aa. [pid: 8|app: 0|req: 839/1556] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:30:18 2026] DELETE /v2.0/routers/6b76a002-561b-4913-8de1-0f7ff286c277 => generated 0 bytes in 598 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1557] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:30:19 2026] DELETE /v2.0/subnets/a4546203-22f9-47fb-a245-c3f37364cca6 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1558] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:30:19 2026] GET /v2.0/ports?tenant_id=16cb83f35a9d47f4a148291c474855cd&device_id=8897a776-6b59-4795-ab65-04e44fdfa100 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1559] 199.204.45.89 () {34 vars in 1058 bytes} [Thu Mar 26 15:30:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=57b423e3-2370-45b3-8574-a1c93ace2e98 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1560] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:30:19 2026] DELETE /v2.0/subnets/0c1fc749-92f6-4310-8ca7-debaac1786c9 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1561] 199.204.45.89 () {34 vars in 982 bytes} [Thu Mar 26 15:30:19 2026] GET /v2.0/subnets?id=21e6e903-2fa2-499a-ad32-f4aa995cd94c => generated 693 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1562] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:30:19 2026] GET /v2.0/ports?network_id=d9c35ed5-1167-4257-a08a-068340ec0f7a&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:30:19.555 8 INFO neutron_taas.services.taas.taas_plugin [None req-b6068092-ad2a-4695-8099-1786f07d270c 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] TaaS: Handle Delete Port: 71ee3ad8-89c6-4f6e-8e97-27046e82840b 2026-03-26 15:30:19.558 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b6068092-ad2a-4695-8099-1786f07d270c 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] Tap Mirror: Handle Delete Port: 71ee3ad8-89c6-4f6e-8e97-27046e82840b [pid: 7|app: 0|req: 723/1563] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:30:19 2026] GET /v2.0/networks/d9c35ed5-1167-4257-a08a-068340ec0f7a?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: 724/1564] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:30:19 2026] GET /v2.0/networks/d9c35ed5-1167-4257-a08a-068340ec0f7a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1565] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:30:19 2026] DELETE /v2.0/networks/9235ca3f-ba31-4606-aa26-cc9df75dc93b => generated 0 bytes in 344 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:30:19.890 7 INFO neutron_taas.services.taas.taas_plugin [None req-30810678-2ab6-4a92-90c6-757d6725e93e 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] TaaS: Handle Delete Port: 6e60ca52-91b3-4ab8-9d0a-df2e63b4673c 2026-03-26 15:30:19.892 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-30810678-2ab6-4a92-90c6-757d6725e93e 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] Tap Mirror: Handle Delete Port: 6e60ca52-91b3-4ab8-9d0a-df2e63b4673c 2026-03-26 15:30:20.065 7 INFO neutron.services.segments.plugin [-] Segment 45d0de8f-f3d3-451c-acff-d5cf23f71302 resource provider aggregate not found 2026-03-26 15:30:20.065 7 INFO neutron.services.segments.plugin [-] Segment 45d0de8f-f3d3-451c-acff-d5cf23f71302 resource provider aggregate not found 2026-03-26 15:30:20.087 7 INFO neutron.services.segments.plugin [-] Segment 45d0de8f-f3d3-451c-acff-d5cf23f71302 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45d0de8f-f3d3-451c-acff-d5cf23f71302 found for delete ", "request_id": "req-5e2f31c1-7c81-4f4e-bec2-c24a464949c9"}]} 2026-03-26 15:30:20.095 7 INFO neutron.services.segments.plugin [-] Segment 45d0de8f-f3d3-451c-acff-d5cf23f71302 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45d0de8f-f3d3-451c-acff-d5cf23f71302 found for delete ", "request_id": "req-36a865ab-8da3-4944-8f20-dbb7334d41cf"}]} [pid: 7|app: 0|req: 725/1566] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:30:19 2026] DELETE /v2.0/networks/2b8c9f5d-d627-4731-b345-0e5d632e9532 => generated 0 bytes in 352 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1567] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:30:20 2026] GET /v2.0/ports?device_id=8897a776-6b59-4795-ab65-04e44fdfa100 => 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: 843/1568] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:30:20 2026] GET /v2.0/security-groups?id=a4b4f188-656d-403e-80e4-8ea2dab2044e&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:30:20.253 7 INFO neutron.db.segments_db [None req-65d6d8df-1cb8-4e04-b670-a96d72c14bee 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] Added segment aa9fed87-6bc2-4b11-82ca-9fb09bc94df8 of type vxlan for network a7c6e32b-ea06-4537-9071-cb001cecfcc6 [pid: 7|app: 0|req: 726/1569] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:30:20 2026] POST /v2.0/networks => generated 610 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1570] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:30:20 2026] POST /v2.0/subnets => generated 626 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:30:20.650 7 INFO neutron.db.segments_db [None req-6a46b5ac-eb82-4b3d-86bc-2e72cb029e43 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] Added segment 3f1b8f15-6cd7-49f1-affa-44050fc15294 of type vxlan for network 81c06415-3484-4486-b24b-e42747df4086 2026-03-26 15:30:20.937 7 INFO neutron.db.l3_hamode_db [None req-6a46b5ac-eb82-4b3d-86bc-2e72cb029e43 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-26 15:30:21.093 7 INFO neutron.db.l3_hamode_db [None req-6a46b5ac-eb82-4b3d-86bc-2e72cb029e43 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-26 15:30:21.126 8 INFO neutron.services.segments.plugin [-] Segment c5f2e902-795a-427f-835b-34c2664e9013 resource provider aggregate not found 2026-03-26 15:30:21.134 8 INFO neutron.services.segments.plugin [-] Segment c5f2e902-795a-427f-835b-34c2664e9013 resource provider aggregate not found 2026-03-26 15:30:21.147 8 INFO neutron.services.segments.plugin [-] Segment c5f2e902-795a-427f-835b-34c2664e9013 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5f2e902-795a-427f-835b-34c2664e9013 found for delete ", "request_id": "req-5a8c1e34-1f75-4f5a-aa7d-dbe065862f85"}]} 2026-03-26 15:30:21.160 8 INFO neutron.services.segments.plugin [-] Segment c5f2e902-795a-427f-835b-34c2664e9013 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5f2e902-795a-427f-835b-34c2664e9013 found for delete ", "request_id": "req-91e72ac1-5036-4d7d-95a0-bb8157525515"}]} 2026-03-26 15:30:21.230 8 INFO neutron.db.segments_db [None req-dd21d183-1993-4186-8394-6831922ebd43 2e4aab4f455d43338ecb5715cbccae19 dc8ab133825c4079bfd2388dcbe7c7a5 - - default default] Added segment 8ff8e4c5-2195-4d49-9a31-cc642b6fed18 of type vxlan for network 85cc6faa-61fb-46b4-a3cf-22607a1c9a5a [pid: 8|app: 0|req: 845/1571] 10.0.0.103 () {34 vars in 670 bytes} [Thu Mar 26 15:30:20 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: 846/1572] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:30:21 2026] GET /v2.0/ports?device_id=8897a776-6b59-4795-ab65-04e44fdfa100 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:30:21.430 8 INFO neutron.db.segments_db [None req-614fca7c-f54c-490a-a206-3bd3caa09909 2e4aab4f455d43338ecb5715cbccae19 dc8ab133825c4079bfd2388dcbe7c7a5 - - default default] Added segment d8101d90-89b2-4265-b9e8-454f6e0c3201 of type vxlan for network 60f83bc2-fd46-4d4d-9eca-c2b16ac3e57e 2026-03-26 15:30:21.766 8 INFO neutron.db.l3_hamode_db [None req-614fca7c-f54c-490a-a206-3bd3caa09909 2e4aab4f455d43338ecb5715cbccae19 dc8ab133825c4079bfd2388dcbe7c7a5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 727/1573] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:30:20 2026] POST /v2.0/routers => generated 506 bytes in 1208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1574] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:30:21 2026] GET /v2.0/security-groups?id=a4b4f188-656d-403e-80e4-8ea2dab2044e&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: 729/1575] 10.0.0.103 () {34 vars in 664 bytes} [Thu Mar 26 15:30:21 2026] POST /v2.0/ports => generated 948 bytes in 496 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-03-26 15:30:22.642 8 INFO neutron.db.l3_hamode_db [None req-614fca7c-f54c-490a-a206-3bd3caa09909 2e4aab4f455d43338ecb5715cbccae19 dc8ab133825c4079bfd2388dcbe7c7a5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 730/1576] 10.0.0.103 () {34 vars in 782 bytes} [Thu Mar 26 15:30:22 2026] PUT /v2.0/routers/f7544649-13e5-42ca-bda8-a3e7e790a4df/add_router_interface => generated 309 bytes in 1296 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: 731/1577] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:30:23 2026] GET /v2.0/ports?device_id=8897a776-6b59-4795-ab65-04e44fdfa100 => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1578] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:30:21 2026] POST /v2.0/routers => generated 694 bytes in 2364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1579] 10.0.0.103 () {32 vars in 716 bytes} [Thu Mar 26 15:30:23 2026] GET /v2.0/ports/3fcc4f1f-a9f4-4aa9-894b-dd16a2f91a5d => generated 1022 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1580] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:30:23 2026] GET /v2.0/security-groups?id=a4b4f188-656d-403e-80e4-8ea2dab2044e&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1581] 10.0.0.103 () {32 vars in 775 bytes} [Thu Mar 26 15:30:23 2026] GET /v2.0/subnets?project_id=dc8ab133825c4079bfd2388dcbe7c7a5&cidr=10.100.0.0%2F28 => generated 14 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1582] 10.0.0.103 () {32 vars in 693 bytes} [Thu Mar 26 15:30:23 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1583] 10.0.0.103 () {32 vars in 783 bytes} [Thu Mar 26 15:30:23 2026] GET /v2.0/subnets?network_id=d880a5ac-5837-4bab-ba8f-abbc2ad21313&cidr=10.100.0.0%2F28 => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:30:24.121 8 INFO neutron_taas.services.taas.taas_plugin [None req-64d17caa-f861-4012-bf81-1e898c5fa305 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] TaaS: Handle Delete Port: 3fcc4f1f-a9f4-4aa9-894b-dd16a2f91a5d 2026-03-26 15:30:24.124 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64d17caa-f861-4012-bf81-1e898c5fa305 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] Tap Mirror: Handle Delete Port: 3fcc4f1f-a9f4-4aa9-894b-dd16a2f91a5d [pid: 7|app: 0|req: 736/1584] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:30:23 2026] POST /v2.0/subnets => generated 657 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1585] 10.0.0.103 () {34 vars in 788 bytes} [Thu Mar 26 15:30:23 2026] PUT /v2.0/routers/f7544649-13e5-42ca-bda8-a3e7e790a4df/remove_router_interface => generated 309 bytes in 865 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-03-26 15:30:24.786 8 INFO neutron.api.v2.resource [None req-0d6921e0-c58b-4fe7-9a0d-bcc05ca9d9d6 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 850/1586] 10.0.0.103 () {34 vars in 788 bytes} [Thu Mar 26 15:30:24 2026] PUT /v2.0/routers/f7544649-13e5-42ca-bda8-a3e7e790a4df/remove_router_interface => generated 197 bytes in 137 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1587] 10.0.0.103 () {32 vars in 735 bytes} [Thu Mar 26 15:30:24 2026] GET /v2.0/ports?device_id=f7544649-13e5-42ca-bda8-a3e7e790a4df => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:30:25.012 8 INFO neutron_taas.services.taas.taas_plugin [None req-53a10e02-54aa-4d93-946c-a8ac026e7637 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] TaaS: Handle Delete Port: b47f2b8a-a79a-4234-b0ef-b8d6a6cb675b 2026-03-26 15:30:25.015 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53a10e02-54aa-4d93-946c-a8ac026e7637 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] Tap Mirror: Handle Delete Port: b47f2b8a-a79a-4234-b0ef-b8d6a6cb675b 2026-03-26 15:30:25.371 8 INFO neutron.services.segments.plugin [-] Segment 3f1b8f15-6cd7-49f1-affa-44050fc15294 resource provider aggregate not found 2026-03-26 15:30:25.382 8 INFO neutron.services.segments.plugin [-] Segment 3f1b8f15-6cd7-49f1-affa-44050fc15294 resource provider aggregate not found 2026-03-26 15:30:25.389 8 INFO neutron.services.segments.plugin [-] Segment 3f1b8f15-6cd7-49f1-affa-44050fc15294 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f1b8f15-6cd7-49f1-affa-44050fc15294 found for delete ", "request_id": "req-d3492e60-97d3-4846-a141-89a42e1d43bf"}]} 2026-03-26 15:30:25.406 8 INFO neutron.db.l3_hamode_db [None req-53a10e02-54aa-4d93-946c-a8ac026e7637 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] HA network 81c06415-3484-4486-b24b-e42747df4086 was deleted as no HA routers are present in tenant 7569b47b8299484bad5e926abd15d5aa. 2026-03-26 15:30:25.411 8 INFO neutron.services.segments.plugin [-] Segment 3f1b8f15-6cd7-49f1-affa-44050fc15294 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f1b8f15-6cd7-49f1-affa-44050fc15294 found for delete ", "request_id": "req-2e85741a-d0b7-4935-92b0-685931549edc"}]} [pid: 8|app: 0|req: 852/1588] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:30:24 2026] DELETE /v2.0/routers/f7544649-13e5-42ca-bda8-a3e7e790a4df => generated 0 bytes in 594 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1589] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:30:25 2026] GET /v2.0/ports?device_id=8897a776-6b59-4795-ab65-04e44fdfa100 => generated 975 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1590] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:30:25 2026] DELETE /v2.0/subnets/b025859e-3dec-43ba-b662-07a36495dc71 => 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: 855/1591] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:30:25 2026] GET /v2.0/security-groups?id=a4b4f188-656d-403e-80e4-8ea2dab2044e&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-03-26 15:30:25.873 8 INFO neutron_taas.services.taas.taas_plugin [None req-07ccc189-50b9-42c1-bfe6-d6bbc007aa09 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] TaaS: Handle Delete Port: 87569e1a-c688-4424-987e-fef04f4ce9d8 2026-03-26 15:30:25.877 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07ccc189-50b9-42c1-bfe6-d6bbc007aa09 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] Tap Mirror: Handle Delete Port: 87569e1a-c688-4424-987e-fef04f4ce9d8 [pid: 7|app: 0|req: 737/1592] 10.0.0.103 () {34 vars in 782 bytes} [Thu Mar 26 15:30:24 2026] PUT /v2.0/routers/f2972541-71ff-4250-b7d8-bb3cdd1a7edb/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: 738/1593] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:30:25 2026] GET /v2.0/ports?device_id=8897a776-6b59-4795-ab65-04e44fdfa100 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1594] 10.0.0.103 () {32 vars in 648 bytes} [Thu Mar 26 15:30:25 2026] GET /v2.0/networks => generated 5758 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1595] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:30:25 2026] DELETE /v2.0/networks/a7c6e32b-ea06-4537-9071-cb001cecfcc6 => generated 0 bytes in 410 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1596] 10.0.0.103 () {32 vars in 646 bytes} [Thu Mar 26 15:30:26 2026] GET /v2.0/subnets => generated 3897 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:30:26.319 8 INFO neutron.db.segments_db [None req-b142a694-4ce8-4002-a713-be99e02cdffd 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] Added segment b03fdf09-8557-48a9-b3cc-0e6018506302 of type vxlan for network 65be3a54-2f9b-4e95-8137-eb11ec3b976a [pid: 8|app: 0|req: 858/1597] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:30:26 2026] POST /v2.0/networks => generated 611 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:30:26.527 7 INFO neutron.db.l3_db [None req-cf6dc581-d728-44db-9967-f9b3865d492f 739a9aa843b74b0393384c5a42b36d6a 16cb83f35a9d47f4a148291c474855cd - - default default] Floating IP 76ffb07d-5ade-4f09-8696-fd9e9e7185b9 associated. External IP: 10.96.250.216, port: 57b423e3-2370-45b3-8574-a1c93ace2e98. [pid: 8|app: 0|req: 859/1598] 10.0.0.103 () {32 vars in 646 bytes} [Thu Mar 26 15:30:26 2026] GET /v2.0/routers => generated 1463 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1599] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:30:26 2026] POST /v2.0/subnets => generated 626 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1600] 10.0.0.103 () {34 vars in 748 bytes} [Thu Mar 26 15:30:26 2026] PUT /v2.0/floatingips/76ffb07d-5ade-4f09-8696-fd9e9e7185b9 => generated 856 bytes in 818 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:30:26.925 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8ce57d04-69c1-462f-9a7a-41606f15f6f0'] response: {'name': 'network-changed', 'server_uuid': '8897a776-6b59-4795-ab65-04e44fdfa100', 'tag': '57b423e3-2370-45b3-8574-a1c93ace2e98', 'status': 'completed', 'code': 200} 2026-03-26 15:30:26.926 7 INFO neutron.db.segments_db [None req-92d544d7-5c90-4f93-b651-fabad94bce6c 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] Added segment 4d12d395-cedc-43c1-9ad0-0cf0196c6896 of type vxlan for network 12834060-7fb4-4ce9-88a6-1a6e724ddd0c [pid: 8|app: 0|req: 861/1601] 10.0.0.103 () {34 vars in 684 bytes} [Thu Mar 26 15:30:26 2026] POST /v2.0/security-groups => generated 1673 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1602] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:30:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:30:27.403 7 INFO neutron.db.l3_hamode_db [None req-92d544d7-5c90-4f93-b651-fabad94bce6c 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-26 15:30:27.409 8 INFO neutron.services.segments.plugin [-] Segment aa9fed87-6bc2-4b11-82ca-9fb09bc94df8 resource provider aggregate not found 2026-03-26 15:30:27.426 8 INFO neutron.services.segments.plugin [-] Segment aa9fed87-6bc2-4b11-82ca-9fb09bc94df8 resource provider aggregate not found 2026-03-26 15:30:27.438 8 INFO neutron.services.segments.plugin [-] Segment aa9fed87-6bc2-4b11-82ca-9fb09bc94df8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa9fed87-6bc2-4b11-82ca-9fb09bc94df8 found for delete ", "request_id": "req-1b660eef-4d05-4489-b051-37858acb08ab"}]} 2026-03-26 15:30:27.438 8 INFO neutron.services.segments.plugin [-] Segment aa9fed87-6bc2-4b11-82ca-9fb09bc94df8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa9fed87-6bc2-4b11-82ca-9fb09bc94df8 found for delete ", "request_id": "req-2e622496-9a13-48a5-9c04-2cd29d2d63ef"}]} [pid: 8|app: 0|req: 863/1603] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:30:27 2026] POST /v2.0/security-group-rules => generated 596 bytes in 455 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:30:27.642 7 INFO neutron.db.l3_hamode_db [None req-92d544d7-5c90-4f93-b651-fabad94bce6c 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 866/1606] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:30:27 2026] GET /v2.0/ports?tenant_id=16cb83f35a9d47f4a148291c474855cd&device_id=8897a776-6b59-4795-ab65-04e44fdfa100 => 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: 867/1607] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:30:27 2026] POST /v2.0/security-group-rules => generated 602 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1608] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:30:27 2026] GET /v2.0/networks?id=d9c35ed5-1167-4257-a08a-068340ec0f7a => generated 770 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1609] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:30:27 2026] POST /v2.0/security-group-rules => generated 601 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1610] 199.204.45.89 () {34 vars in 1058 bytes} [Thu Mar 26 15:30:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=57b423e3-2370-45b3-8574-a1c93ace2e98 => generated 859 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:30:28.066 8 INFO neutron.db.securitygroups_db [None req-61219529-d621-470b-acb4-795f579bd8b8 2e4aab4f455d43338ecb5715cbccae19 dc8ab133825c4079bfd2388dcbe7c7a5 - - default default] Project dc8ab133825c4079bfd2388dcbe7c7a5 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: 871/1611] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:30:28 2026] POST /v2.0/security-group-rules => generated 607 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1612] 199.204.45.89 () {34 vars in 982 bytes} [Thu Mar 26 15:30:28 2026] GET /v2.0/subnets?id=21e6e903-2fa2-499a-ad32-f4aa995cd94c => generated 693 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:30:28.228 8 INFO neutron.db.securitygroups_db [None req-7007797d-7d1f-4a3f-ba3f-1ef42d5000bb 2e4aab4f455d43338ecb5715cbccae19 dc8ab133825c4079bfd2388dcbe7c7a5 - - default default] Project dc8ab133825c4079bfd2388dcbe7c7a5 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: 873/1613] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:30:28 2026] POST /v2.0/security-group-rules => generated 606 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1614] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:30:28 2026] GET /v2.0/ports?network_id=d9c35ed5-1167-4257-a08a-068340ec0f7a&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: 741/1615] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:30:26 2026] POST /v2.0/routers => generated 506 bytes in 1533 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1616] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:30:28 2026] GET /v2.0/networks/d9c35ed5-1167-4257-a08a-068340ec0f7a?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: 876/1617] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:30:28 2026] GET /v2.0/networks/d9c35ed5-1167-4257-a08a-068340ec0f7a?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: 877/1618] 10.0.0.103 () {32 vars in 648 bytes} [Thu Mar 26 15:30:28 2026] GET /v2.0/networks => generated 1297 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1619] 10.0.0.92 () {34 vars in 1096 bytes} [Thu Mar 26 15:30:28 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-305887808&fields=id&tenant_id=dc8ab133825c4079bfd2388dcbe7c7a5 => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1620] 10.0.0.92 () {34 vars in 980 bytes} [Thu Mar 26 15:30:28 2026] GET /v2.0/networks?id=85cc6faa-61fb-46b4-a3cf-22607a1c9a5a => generated 660 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1621] 10.0.0.92 () {34 vars in 963 bytes} [Thu Mar 26 15:30:28 2026] GET /v2.0/quotas/dc8ab133825c4079bfd2388dcbe7c7a5 => 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: 881/1622] 10.0.0.92 () {34 vars in 1000 bytes} [Thu Mar 26 15:30:29 2026] GET /v2.0/ports?tenant_id=dc8ab133825c4079bfd2388dcbe7c7a5&fields=id => generated 57 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1623] 10.0.0.92 () {34 vars in 1006 bytes} [Thu Mar 26 15:30:29 2026] GET /v2.0/networks/85cc6faa-61fb-46b4-a3cf-22607a1c9a5a?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: 883/1624] 10.0.0.92 () {34 vars in 1106 bytes} [Thu Mar 26 15:30:29 2026] GET /v2.0/networks/85cc6faa-61fb-46b4-a3cf-22607a1c9a5a?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: 884/1625] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:30:29 2026] GET /v2.0/ports?device_id=16c5acaf-39c8-43d9-a0c3-2636de6cde02 => 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: 742/1626] 10.0.0.103 () {34 vars in 782 bytes} [Thu Mar 26 15:30:28 2026] PUT /v2.0/routers/91627864-92a2-462c-ae7b-f0f1b6bc9ee1/add_router_interface => generated 309 bytes in 1303 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1627] 10.0.0.103 () {32 vars in 716 bytes} [Thu Mar 26 15:30:29 2026] GET /v2.0/ports/81583e55-2c56-4dcf-ac7d-308a8000ea63 => generated 955 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:30:30.124 7 INFO neutron_taas.services.taas.taas_plugin [None req-14f5028c-49f3-4fd6-bf37-d488c0891738 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] TaaS: Handle Delete Port: 81583e55-2c56-4dcf-ac7d-308a8000ea63 2026-03-26 15:30:30.126 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14f5028c-49f3-4fd6-bf37-d488c0891738 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] Tap Mirror: Handle Delete Port: 81583e55-2c56-4dcf-ac7d-308a8000ea63 [pid: 8|app: 0|req: 886/1628] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:30:30 2026] GET /v2.0/ports?device_id=16c5acaf-39c8-43d9-a0c3-2636de6cde02 => 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: 743/1629] 10.0.0.103 () {34 vars in 788 bytes} [Thu Mar 26 15:30:29 2026] PUT /v2.0/routers/91627864-92a2-462c-ae7b-f0f1b6bc9ee1/remove_router_interface => generated 309 bytes in 843 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1630] 10.0.0.103 () {32 vars in 735 bytes} [Thu Mar 26 15:30:30 2026] GET /v2.0/ports?device_id=91627864-92a2-462c-ae7b-f0f1b6bc9ee1 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:30:30.810 7 INFO neutron_taas.services.taas.taas_plugin [None req-25d016f2-25cc-4b63-b312-62c0911edeb9 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] TaaS: Handle Delete Port: a7a8cfda-4a9c-4118-ba11-3793f5bba991 2026-03-26 15:30:30.813 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25d016f2-25cc-4b63-b312-62c0911edeb9 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] Tap Mirror: Handle Delete Port: a7a8cfda-4a9c-4118-ba11-3793f5bba991 2026-03-26 15:30:31.185 7 INFO neutron.services.segments.plugin [-] Segment 4d12d395-cedc-43c1-9ad0-0cf0196c6896 resource provider aggregate not found 2026-03-26 15:30:31.190 7 INFO neutron.services.segments.plugin [-] Segment 4d12d395-cedc-43c1-9ad0-0cf0196c6896 resource provider aggregate not found 2026-03-26 15:30:31.209 7 INFO neutron.services.segments.plugin [-] Segment 4d12d395-cedc-43c1-9ad0-0cf0196c6896 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d12d395-cedc-43c1-9ad0-0cf0196c6896 found for delete ", "request_id": "req-ac96e6da-523c-4d30-944f-4fac320cc952"}]} 2026-03-26 15:30:31.211 7 INFO neutron.services.segments.plugin [-] Segment 4d12d395-cedc-43c1-9ad0-0cf0196c6896 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d12d395-cedc-43c1-9ad0-0cf0196c6896 found for delete ", "request_id": "req-4a764889-27fe-4539-9402-83fb8e8211e6"}]} 2026-03-26 15:30:31.221 7 INFO neutron.db.l3_hamode_db [None req-25d016f2-25cc-4b63-b312-62c0911edeb9 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] HA network 12834060-7fb4-4ce9-88a6-1a6e724ddd0c was deleted as no HA routers are present in tenant 7569b47b8299484bad5e926abd15d5aa. [pid: 7|app: 0|req: 744/1631] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:30:30 2026] DELETE /v2.0/routers/91627864-92a2-462c-ae7b-f0f1b6bc9ee1 => generated 0 bytes in 598 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1632] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:30:31 2026] DELETE /v2.0/subnets/e53dca53-faf5-4862-8a2a-dccebb42ef00 => 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: 745/1633] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:30:31 2026] DELETE /v2.0/networks/65be3a54-2f9b-4e95-8137-eb11ec3b976a => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:30:31.570 8 INFO neutron.db.segments_db [None req-fd1408ab-11b2-476d-9752-416a3f66038f 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] Added segment fc0de219-12ea-4543-a849-68ef0ff8d938 of type vxlan for network 312071ab-07d9-4e59-a534-97baa0df5223 [pid: 7|app: 0|req: 746/1634] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:30:31 2026] GET /v2.0/ports?device_id=16c5acaf-39c8-43d9-a0c3-2636de6cde02 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:30:31.847 8 INFO neutron.db.l3_hamode_db [None req-fd1408ab-11b2-476d-9752-416a3f66038f 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 747/1635] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:30:32 2026] GET /v2.0/ports?device_id=16c5acaf-39c8-43d9-a0c3-2636de6cde02 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:30:32.728 8 INFO neutron.db.l3_hamode_db [None req-fd1408ab-11b2-476d-9752-416a3f66038f 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-26 15:30:33.229 7 INFO neutron.services.segments.plugin [-] Segment b03fdf09-8557-48a9-b3cc-0e6018506302 resource provider aggregate not found 2026-03-26 15:30:33.234 7 INFO neutron.services.segments.plugin [-] Segment b03fdf09-8557-48a9-b3cc-0e6018506302 resource provider aggregate not found 2026-03-26 15:30:33.249 7 INFO neutron.services.segments.plugin [-] Segment b03fdf09-8557-48a9-b3cc-0e6018506302 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b03fdf09-8557-48a9-b3cc-0e6018506302 found for delete ", "request_id": "req-ff07b411-b3dc-4954-929e-2ddad30e8048"}]} 2026-03-26 15:30:33.253 7 INFO neutron.services.segments.plugin [-] Segment b03fdf09-8557-48a9-b3cc-0e6018506302 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b03fdf09-8557-48a9-b3cc-0e6018506302 found for delete ", "request_id": "req-3e5188b7-402e-4937-8595-c9588f32eb61"}]} [pid: 8|app: 0|req: 889/1636] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:30:31 2026] POST /v2.0/routers => generated 686 bytes in 2114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1637] 10.0.0.103 () {32 vars in 720 bytes} [Thu Mar 26 15:30:33 2026] GET /v2.0/routers/825474ed-3d77-4ab2-a472-c41c0892dcc6 => generated 692 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1638] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:30:33 2026] GET /v2.0/ports?device_id=16c5acaf-39c8-43d9-a0c3-2636de6cde02 => 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: 890/1639] 10.0.0.103 () {32 vars in 646 bytes} [Thu Mar 26 15:30:33 2026] GET /v2.0/routers => generated 695 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1640] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:30:33 2026] GET /v2.0/networks?id=85cc6faa-61fb-46b4-a3cf-22607a1c9a5a => generated 660 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1641] 199.204.45.89 () {34 vars in 1048 bytes} [Thu Mar 26 15:30:33 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=dc8ab133825c4079bfd2388dcbe7c7a5 => generated 180 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1642] 10.0.0.103 () {34 vars in 740 bytes} [Thu Mar 26 15:30:33 2026] PUT /v2.0/routers/825474ed-3d77-4ab2-a472-c41c0892dcc6 => generated 699 bytes in 472 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1643] 199.204.45.89 () {38 vars in 953 bytes} [Thu Mar 26 15:30:33 2026] POST /v2.0/ports => generated 954 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1644] 10.0.0.103 () {32 vars in 720 bytes} [Thu Mar 26 15:30:34 2026] GET /v2.0/routers/825474ed-3d77-4ab2-a472-c41c0892dcc6 => generated 699 bytes in 64 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: 894/1645] 10.0.0.103 () {32 vars in 735 bytes} [Thu Mar 26 15:30:34 2026] GET /v2.0/ports?device_id=825474ed-3d77-4ab2-a472-c41c0892dcc6 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:30:34.595 8 INFO neutron_taas.services.taas.taas_plugin [None req-eb4a2f03-238b-455a-8643-6817babd1a22 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] TaaS: Handle Delete Port: f54f719f-0d18-4c6f-96b6-b60cced4236c 2026-03-26 15:30:34.597 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb4a2f03-238b-455a-8643-6817babd1a22 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] Tap Mirror: Handle Delete Port: f54f719f-0d18-4c6f-96b6-b60cced4236c [pid: 7|app: 0|req: 752/1646] 199.204.45.89 () {38 vars in 1026 bytes} [Thu Mar 26 15:30:34 2026] PUT /v2.0/ports/ae5fa167-b868-4ffb-9c45-b9625995d794 => generated 1235 bytes in 419 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:30:34.818 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-657aaeb8-5e61-4a70-a344-2472848da2ac'] response: {'name': 'network-changed', 'server_uuid': '16c5acaf-39c8-43d9-a0c3-2636de6cde02', 'tag': 'ae5fa167-b868-4ffb-9c45-b9625995d794', '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, ' 2026-03-26 15:30:34.920 8 INFO neutron_taas.services.taas.taas_plugin [None req-eb4a2f03-238b-455a-8643-6817babd1a22 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] TaaS: Handle Delete Port: cd0c0f7d-4db7-4315-a17f-16ad13e36558 2026-03-26 15:30:34.927 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb4a2f03-238b-455a-8643-6817babd1a22 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] Tap Mirror: Handle Delete Port: cd0c0f7d-4db7-4315-a17f-16ad13e36558 [pid: 7|app: 0|req: 753/1647] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:30:34 2026] GET /v2.0/ports?device_id=16c5acaf-39c8-43d9-a0c3-2636de6cde02 => 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: 754/1648] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:30:34 2026] GET /v2.0/security-groups?id=112868a4-fcf3-48c7-8297-29f14bb08cc5&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:30:35.341 8 INFO neutron.services.segments.plugin [-] Segment fc0de219-12ea-4543-a849-68ef0ff8d938 resource provider aggregate not found 2026-03-26 15:30:35.348 8 INFO neutron.services.segments.plugin [-] Segment fc0de219-12ea-4543-a849-68ef0ff8d938 resource provider aggregate not found 2026-03-26 15:30:35.364 8 INFO neutron.services.segments.plugin [-] Segment fc0de219-12ea-4543-a849-68ef0ff8d938 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc0de219-12ea-4543-a849-68ef0ff8d938 found for delete ", "request_id": "req-812155fb-af1e-4563-818d-fdbbfd921854"}]} 2026-03-26 15:30:35.370 8 INFO neutron.services.segments.plugin [-] Segment fc0de219-12ea-4543-a849-68ef0ff8d938 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc0de219-12ea-4543-a849-68ef0ff8d938 found for delete ", "request_id": "req-5f22531d-fb2a-41a4-9074-8d573aa19d43"}]} [pid: 7|app: 0|req: 755/1649] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:30:35 2026] GET /v2.0/ports?tenant_id=dc8ab133825c4079bfd2388dcbe7c7a5&device_id=16c5acaf-39c8-43d9-a0c3-2636de6cde02 => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:30:35.381 8 INFO neutron.db.l3_hamode_db [None req-eb4a2f03-238b-455a-8643-6817babd1a22 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] HA network 312071ab-07d9-4e59-a534-97baa0df5223 was deleted as no HA routers are present in tenant 7569b47b8299484bad5e926abd15d5aa. [pid: 8|app: 0|req: 895/1650] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:30:34 2026] DELETE /v2.0/routers/825474ed-3d77-4ab2-a472-c41c0892dcc6 => generated 0 bytes in 1011 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1651] 10.0.0.103 () {32 vars in 735 bytes} [Thu Mar 26 15:30:35 2026] GET /v2.0/ports?device_id=825474ed-3d77-4ab2-a472-c41c0892dcc6 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:30:35.434 8 INFO neutron.api.v2.resource [None req-9809cb17-a23a-46fb-bdf3-8149b6153245 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 897/1652] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:30:35 2026] DELETE /v2.0/routers/825474ed-3d77-4ab2-a472-c41c0892dcc6 => 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: 756/1653] 199.204.45.89 () {34 vars in 1016 bytes} [Thu Mar 26 15:30:35 2026] GET /v2.0/networks?tenant_id=dc8ab133825c4079bfd2388dcbe7c7a5&shared=False => 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: 898/1654] 10.0.0.103 () {32 vars in 735 bytes} [Thu Mar 26 15:30:35 2026] GET /v2.0/ports?device_id=91627864-92a2-462c-ae7b-f0f1b6bc9ee1 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:30:35.480 8 INFO neutron.api.v2.resource [None req-533b0e97-9ffa-4861-90e2-321c98cc242d 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 899/1655] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:30:35 2026] DELETE /v2.0/routers/91627864-92a2-462c-ae7b-f0f1b6bc9ee1 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1656] 199.204.45.89 () {34 vars in 928 bytes} [Thu Mar 26 15:30:35 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:30:35.498 8 INFO neutron.pecan_wsgi.hooks.translation [None req-78edcfe4-5534-4954-9316-e7cb4dceb6a6 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 900/1657] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:30:35 2026] DELETE /v2.0/subnets/e53dca53-faf5-4862-8a2a-dccebb42ef00 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1658] 10.0.0.103 () {32 vars in 735 bytes} [Thu Mar 26 15:30:35 2026] GET /v2.0/ports?device_id=f7544649-13e5-42ca-bda8-a3e7e790a4df => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:30:35.558 8 INFO neutron.api.v2.resource [None req-17cd1391-9bc7-4e92-b905-a81036dcd432 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 901/1659] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:30:35 2026] DELETE /v2.0/routers/f7544649-13e5-42ca-bda8-a3e7e790a4df => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 15:30:35.577 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6b8709cb-bfb7-4ee7-bb8b-68723e33b009 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 759/1660] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:30:35 2026] DELETE /v2.0/subnets/b025859e-3dec-43ba-b662-07a36495dc71 => 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: 902/1661] 10.0.0.103 () {32 vars in 735 bytes} [Thu Mar 26 15:30:35 2026] GET /v2.0/ports?device_id=6b76a002-561b-4913-8de1-0f7ff286c277 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:30:35.631 7 INFO neutron.api.v2.resource [None req-b9eda102-15e7-4d99-84f9-260bb2cfaa99 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 760/1662] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:30:35 2026] DELETE /v2.0/routers/6b76a002-561b-4913-8de1-0f7ff286c277 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 15:30:35.652 8 INFO neutron.pecan_wsgi.hooks.translation [None req-62576606-c075-4f75-b888-5bef01a91cf0 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 903/1663] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:30:35 2026] DELETE /v2.0/subnets/a4546203-22f9-47fb-a245-c3f37364cca6 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 15:30:35.673 7 INFO neutron.pecan_wsgi.hooks.translation [None req-62ee4eb0-26e3-46bb-b0fc-5ed345585785 703807d7080d47a2b841ab5b568d0903 7569b47b8299484bad5e926abd15d5aa - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 761/1664] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:30:35 2026] DELETE /v2.0/subnets/0c1fc749-92f6-4310-8ca7-debaac1786c9 => 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: 904/1665] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:30:36 2026] GET /v2.0/ports?device_id=16c5acaf-39c8-43d9-a0c3-2636de6cde02 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1666] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:30:36 2026] GET /v2.0/security-groups?id=112868a4-fcf3-48c7-8297-29f14bb08cc5&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1667] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:30:36 2026] GET /v2.0/security-groups?tenant_id=7569b47b8299484bad5e926abd15d5aa&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1668] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:30:36 2026] DELETE /v2.0/security-groups/72a19b6e-1653-49bc-a329-23406f2da378 => 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: 763/1669] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:30:36 2026] GET /v2.0/ports?tenant_id=dc8ab133825c4079bfd2388dcbe7c7a5&device_id=16c5acaf-39c8-43d9-a0c3-2636de6cde02 => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1670] 199.204.45.89 () {34 vars in 1056 bytes} [Thu Mar 26 15:30:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=ae5fa167-b868-4ffb-9c45-b9625995d794 => 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: 907/1671] 10.0.0.76 () {34 vars in 988 bytes} [Thu Mar 26 15:30:36 2026] GET /v2.0/ports?device_id=8897a776-6b59-4795-ab65-04e44fdfa100 => 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: 765/1672] 199.204.45.89 () {34 vars in 982 bytes} [Thu Mar 26 15:30:36 2026] GET /v2.0/subnets?id=f45da31b-482f-41dc-95eb-161a740ae014 => generated 678 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1673] 10.0.0.76 () {34 vars in 1038 bytes} [Thu Mar 26 15:30:36 2026] GET /v2.0/security-groups?id=a4b4f188-656d-403e-80e4-8ea2dab2044e&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: 766/1674] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:30:36 2026] GET /v2.0/ports?network_id=85cc6faa-61fb-46b4-a3cf-22607a1c9a5a&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1675] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:30:36 2026] GET /v2.0/networks/85cc6faa-61fb-46b4-a3cf-22607a1c9a5a?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: 767/1676] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:30:36 2026] GET /v2.0/networks/85cc6faa-61fb-46b4-a3cf-22607a1c9a5a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1677] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:30:37 2026] GET /v2.0/ports?device_id=16c5acaf-39c8-43d9-a0c3-2636de6cde02 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1678] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:30:37 2026] GET /v2.0/security-groups?id=112868a4-fcf3-48c7-8297-29f14bb08cc5&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: 911/1679] 10.0.0.103 () {34 vars in 683 bytes} [Thu Mar 26 15:30:38 2026] POST /v2.0/security-groups => generated 1625 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1680] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:30:38 2026] GET /v2.0/ports?device_id=16c5acaf-39c8-43d9-a0c3-2636de6cde02 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1681] 10.0.0.103 () {32 vars in 662 bytes} [Thu Mar 26 15:30:38 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: 7|app: 0|req: 770/1682] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:30:38 2026] GET /v2.0/security-groups?id=112868a4-fcf3-48c7-8297-29f14bb08cc5&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1683] 10.0.0.103 () {34 vars in 757 bytes} [Thu Mar 26 15:30:38 2026] PUT /v2.0/security-groups/4f0779b8-ae88-41a2-a329-a1b44fae58b7 => generated 1663 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1684] 10.0.0.103 () {32 vars in 736 bytes} [Thu Mar 26 15:30:38 2026] GET /v2.0/security-groups/4f0779b8-ae88-41a2-a329-a1b44fae58b7 => generated 1663 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1685] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:30:38 2026] DELETE /v2.0/security-groups/4f0779b8-ae88-41a2-a329-a1b44fae58b7 => 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: 772/1686] 10.0.0.103 () {32 vars in 662 bytes} [Thu Mar 26 15:30:38 2026] GET /v2.0/security-groups => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:30:38.768 8 INFO neutron.api.v2.resource [None req-b269f0a3-484e-4385-a92d-4bcc5dd0cfe1 eac95be0f2e148d7b814174f7c0ed007 444a01e8935e40768bb0f85351c5dae2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 915/1687] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:30:38 2026] DELETE /v2.0/security-groups/4f0779b8-ae88-41a2-a329-a1b44fae58b7 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1688] 10.0.0.103 () {34 vars in 683 bytes} [Thu Mar 26 15:30:38 2026] POST /v2.0/security-groups => generated 1625 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1689] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:30:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1690] 10.0.0.103 () {32 vars in 746 bytes} [Thu Mar 26 15:30:39 2026] GET /v2.0/security-group-rules/d40826bf-e445-43b6-9d0a-d47013bc3905 => generated 601 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1691] 10.0.0.103 () {32 vars in 672 bytes} [Thu Mar 26 15:30:39 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1692] 10.0.0.103 () {32 vars in 749 bytes} [Thu Mar 26 15:30:39 2026] DELETE /v2.0/security-group-rules/d40826bf-e445-43b6-9d0a-d47013bc3905 => 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: 918/1693] 10.0.0.103 () {32 vars in 672 bytes} [Thu Mar 26 15:30:39 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1694] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:30:39 2026] POST /v2.0/security-group-rules => generated 601 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1695] 10.0.0.103 () {32 vars in 746 bytes} [Thu Mar 26 15:30:39 2026] GET /v2.0/security-group-rules/13530bd3-8994-4c49-8c6e-9eca2a7379ac => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1696] 10.0.0.103 () {32 vars in 672 bytes} [Thu Mar 26 15:30:39 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1697] 10.0.0.103 () {32 vars in 749 bytes} [Thu Mar 26 15:30:39 2026] DELETE /v2.0/security-group-rules/13530bd3-8994-4c49-8c6e-9eca2a7379ac => 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: 778/1698] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:30:39 2026] GET /v2.0/ports?device_id=16c5acaf-39c8-43d9-a0c3-2636de6cde02 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1699] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:30:39 2026] GET /v2.0/security-groups?id=112868a4-fcf3-48c7-8297-29f14bb08cc5&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: 921/1700] 10.0.0.103 () {32 vars in 672 bytes} [Thu Mar 26 15:30:39 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1701] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:30:39 2026] POST /v2.0/security-group-rules => generated 602 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1702] 10.0.0.103 () {32 vars in 746 bytes} [Thu Mar 26 15:30:39 2026] GET /v2.0/security-group-rules/fb4237b9-9340-4bdc-8fc6-d0d3c50ce68e => generated 602 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1703] 10.0.0.103 () {32 vars in 672 bytes} [Thu Mar 26 15:30:39 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1704] 10.0.0.103 () {32 vars in 749 bytes} [Thu Mar 26 15:30:39 2026] DELETE /v2.0/security-group-rules/fb4237b9-9340-4bdc-8fc6-d0d3c50ce68e => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1705] 10.0.0.103 () {32 vars in 672 bytes} [Thu Mar 26 15:30:40 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1706] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:30:40 2026] DELETE /v2.0/security-groups/358844fe-78dc-47ba-afd8-4ef700670631 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1707] 10.0.0.103 () {32 vars in 662 bytes} [Thu Mar 26 15:30:40 2026] GET /v2.0/security-groups => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1708] 10.0.0.103 () {32 vars in 662 bytes} [Thu Mar 26 15:30:40 2026] GET /v2.0/security-groups => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1709] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:30:40 2026] GET /v2.0/ports?device_id=16c5acaf-39c8-43d9-a0c3-2636de6cde02 => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1710] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:30:40 2026] GET /v2.0/security-groups?id=112868a4-fcf3-48c7-8297-29f14bb08cc5&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: 926/1711] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:30:40 2026] GET /v2.0/security-groups?tenant_id=444a01e8935e40768bb0f85351c5dae2&name=default => generated 2925 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1712] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:30:41 2026] DELETE /v2.0/security-groups/fd92abc6-8c86-4106-b375-a08a29f160e4 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1713] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:30:42 2026] GET /v2.0/ports?device_id=16c5acaf-39c8-43d9-a0c3-2636de6cde02 => generated 971 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1714] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:30:42 2026] GET /v2.0/security-groups?id=112868a4-fcf3-48c7-8297-29f14bb08cc5&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1717] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:30:42 2026] GET /v2.0/ports?device_id=16c5acaf-39c8-43d9-a0c3-2636de6cde02 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1718] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:30:42 2026] GET /v2.0/security-groups?id=112868a4-fcf3-48c7-8297-29f14bb08cc5&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: 929/1719] 10.0.0.103 () {32 vars in 735 bytes} [Thu Mar 26 15:30:42 2026] GET /v2.0/ports?device_id=16c5acaf-39c8-43d9-a0c3-2636de6cde02 => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:30:43.331 7 INFO neutron.db.l3_db [None req-5ab71345-0542-432e-8d79-2bb08db67e48 2e4aab4f455d43338ecb5715cbccae19 dc8ab133825c4079bfd2388dcbe7c7a5 - - default default] Floating IP 454939d0-a9f5-4fcc-bb64-ddac634794c6 associated. External IP: 10.96.250.203, port: ae5fa167-b868-4ffb-9c45-b9625995d794. [pid: 7|app: 0|req: 791/1720] 10.0.0.103 () {34 vars in 676 bytes} [Thu Mar 26 15:30:42 2026] POST /v2.0/floatingips => generated 855 bytes in 1790 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:30:44.256 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8d6d5974-5423-4fe8-ba2c-8c3d84c6b663'] response: {'name': 'network-changed', 'server_uuid': '16c5acaf-39c8-43d9-a0c3-2636de6cde02', 'tag': 'ae5fa167-b868-4ffb-9c45-b9625995d794', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 930/1721] 10.0.0.103 () {32 vars in 728 bytes} [Thu Mar 26 15:30:44 2026] GET /v2.0/floatingips/454939d0-a9f5-4fcc-bb64-ddac634794c6 => generated 855 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1722] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:30:44 2026] GET /v2.0/ports?tenant_id=dc8ab133825c4079bfd2388dcbe7c7a5&device_id=16c5acaf-39c8-43d9-a0c3-2636de6cde02 => generated 1240 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1723] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:30:44 2026] GET /v2.0/networks?id=85cc6faa-61fb-46b4-a3cf-22607a1c9a5a => generated 756 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1724] 199.204.45.89 () {34 vars in 1056 bytes} [Thu Mar 26 15:30:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=ae5fa167-b868-4ffb-9c45-b9625995d794 => generated 858 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1725] 199.204.45.89 () {34 vars in 982 bytes} [Thu Mar 26 15:30:44 2026] GET /v2.0/subnets?id=f45da31b-482f-41dc-95eb-161a740ae014 => generated 678 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1726] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:30:45 2026] GET /v2.0/ports?network_id=85cc6faa-61fb-46b4-a3cf-22607a1c9a5a&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: 933/1727] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:30:45 2026] GET /v2.0/networks/85cc6faa-61fb-46b4-a3cf-22607a1c9a5a?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: 795/1728] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:30:45 2026] GET /v2.0/networks/85cc6faa-61fb-46b4-a3cf-22607a1c9a5a?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: 934/1729] 10.0.0.103 () {32 vars in 728 bytes} [Thu Mar 26 15:30:45 2026] GET /v2.0/floatingips/454939d0-a9f5-4fcc-bb64-ddac634794c6 => generated 855 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1730] 10.0.0.103 () {32 vars in 728 bytes} [Thu Mar 26 15:30:46 2026] GET /v2.0/floatingips/454939d0-a9f5-4fcc-bb64-ddac634794c6 => generated 857 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1731] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:30:47 2026] GET /v2.0/ports?device_id=8897a776-6b59-4795-ab65-04e44fdfa100 => 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: 797/1732] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:30:48 2026] GET /v2.0/security-groups?id=a4b4f188-656d-403e-80e4-8ea2dab2044e&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: 936/1733] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:30:48 2026] GET /v2.0/ports?device_id=8897a776-6b59-4795-ab65-04e44fdfa100 => 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: 798/1734] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:30:48 2026] GET /v2.0/security-groups?id=a4b4f188-656d-403e-80e4-8ea2dab2044e&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: 937/1735] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:30:48 2026] GET /v2.0/ports?device_id=8897a776-6b59-4795-ab65-04e44fdfa100 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1736] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:30:48 2026] GET /v2.0/security-groups?id=a4b4f188-656d-403e-80e4-8ea2dab2044e&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: 938/1737] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:30:49 2026] GET /v2.0/ports?device_id=8897a776-6b59-4795-ab65-04e44fdfa100 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1738] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:30:49 2026] GET /v2.0/security-groups?id=a4b4f188-656d-403e-80e4-8ea2dab2044e&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: 939/1739] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:30:50 2026] GET /v2.0/ports?tenant_id=16cb83f35a9d47f4a148291c474855cd&device_id=8897a776-6b59-4795-ab65-04e44fdfa100 => 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: 801/1740] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:30:50 2026] GET /v2.0/networks?id=d9c35ed5-1167-4257-a08a-068340ec0f7a => generated 770 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1741] 199.204.45.89 () {34 vars in 1058 bytes} [Thu Mar 26 15:30:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=57b423e3-2370-45b3-8574-a1c93ace2e98 => generated 861 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1742] 199.204.45.89 () {34 vars in 982 bytes} [Thu Mar 26 15:30:50 2026] GET /v2.0/subnets?id=21e6e903-2fa2-499a-ad32-f4aa995cd94c => generated 693 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1743] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:30:50 2026] GET /v2.0/ports?network_id=d9c35ed5-1167-4257-a08a-068340ec0f7a&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: 803/1744] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:30:50 2026] GET /v2.0/networks/d9c35ed5-1167-4257-a08a-068340ec0f7a?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: 942/1745] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:30:50 2026] GET /v2.0/networks/d9c35ed5-1167-4257-a08a-068340ec0f7a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1746] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:30:50 2026] GET /v2.0/ports?device_id=8897a776-6b59-4795-ab65-04e44fdfa100 => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1747] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:30:51 2026] GET /v2.0/security-groups?id=a4b4f188-656d-403e-80e4-8ea2dab2044e&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: 805/1748] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:30:51 2026] GET /v2.0/security-groups?tenant_id=26106de13a5947fe8053693d968005af&name=default => generated 2925 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1749] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:30:51 2026] DELETE /v2.0/security-groups/13cf46df-94db-4ba3-b44f-ea08ae3a45d3 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1750] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:30:52 2026] GET /v2.0/ports?device_id=8897a776-6b59-4795-ab65-04e44fdfa100 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1751] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:30:52 2026] GET /v2.0/security-groups?id=a4b4f188-656d-403e-80e4-8ea2dab2044e&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: 807/1752] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:30:53 2026] GET /v2.0/ports?device_id=8897a776-6b59-4795-ab65-04e44fdfa100 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1753] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:30:53 2026] GET /v2.0/security-groups?id=a4b4f188-656d-403e-80e4-8ea2dab2044e&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1754] 10.0.0.76 () {34 vars in 988 bytes} [Thu Mar 26 15:30:53 2026] GET /v2.0/ports?device_id=16c5acaf-39c8-43d9-a0c3-2636de6cde02 => generated 1240 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1755] 10.0.0.76 () {34 vars in 1038 bytes} [Thu Mar 26 15:30:53 2026] GET /v2.0/security-groups?id=112868a4-fcf3-48c7-8297-29f14bb08cc5&fields=id&fields=name => generated 113 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:30:54.004 8 INFO neutron.db.segments_db [None req-a7a7c430-07f4-461f-8eff-eb948860bbc5 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Added segment f8849048-e0d8-4f35-beaf-9c0921197dc4 of type vxlan for network bf799670-bd19-4099-8042-a365a351e806 [pid: 8|app: 0|req: 947/1756] 10.0.0.103 () {34 vars in 670 bytes} [Thu Mar 26 15:30:53 2026] POST /v2.0/networks => generated 722 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1757] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:30:54 2026] POST /v2.0/subnets => generated 688 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:30:54.412 8 INFO neutron.db.segments_db [None req-f8396b99-cd0a-4206-845e-e7c5ef31f326 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Added segment 4151b226-03ae-46a9-8132-badad63d7ede of type vxlan for network d8ea736c-ee6b-4ed1-b51f-cc1023b6fe0a [pid: 7|app: 0|req: 811/1758] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:30:54 2026] GET /v2.0/ports?device_id=8897a776-6b59-4795-ab65-04e44fdfa100 => 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: 812/1759] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:30:54 2026] GET /v2.0/security-groups?id=a4b4f188-656d-403e-80e4-8ea2dab2044e&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:30:55.207 8 INFO neutron.db.l3_hamode_db [None req-f8396b99-cd0a-4206-845e-e7c5ef31f326 d0764c18170d45f498785062472ac84f 3e22f46c9da541a3bfa7da7da32656d8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 813/1760] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:30:55 2026] GET /v2.0/ports?device_id=8897a776-6b59-4795-ab65-04e44fdfa100 => 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: 814/1761] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:30:55 2026] GET /v2.0/security-groups?id=a4b4f188-656d-403e-80e4-8ea2dab2044e&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:30:55.995 8 INFO neutron.db.l3_hamode_db [None req-f8396b99-cd0a-4206-845e-e7c5ef31f326 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 815/1762] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:30:56 2026] GET /v2.0/ports?device_id=8897a776-6b59-4795-ab65-04e44fdfa100 => generated 973 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1763] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:30:54 2026] POST /v2.0/routers => generated 728 bytes in 2674 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1764] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:30:56 2026] GET /v2.0/security-groups?id=a4b4f188-656d-403e-80e4-8ea2dab2044e&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: 819/1767] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:30:58 2026] GET /v2.0/ports?device_id=8897a776-6b59-4795-ab65-04e44fdfa100 => 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: 820/1768] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:30:58 2026] GET /v2.0/security-groups?id=a4b4f188-656d-403e-80e4-8ea2dab2044e&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: 949/1769] 10.0.0.103 () {34 vars in 782 bytes} [Thu Mar 26 15:30:57 2026] PUT /v2.0/routers/7fd7c95c-7461-4ab9-b3d9-2526e1c9397c/add_router_interface => generated 309 bytes in 1295 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:30:59.571 7 INFO neutron.db.segments_db [None req-64dd73dd-3d56-478f-bad3-f1b451b2e129 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Added segment 89b55033-8e77-4e2d-9e67-5462081c32b0 of type vxlan for network 05963a82-f36c-43fb-aefe-1185d3641fd4 [pid: 7|app: 0|req: 821/1770] 10.0.0.103 () {34 vars in 670 bytes} [Thu Mar 26 15:30:59 2026] POST /v2.0/networks => generated 721 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1771] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:30:59 2026] POST /v2.0/subnets => generated 687 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:30:59.944 7 INFO neutron.db.segments_db [None req-2a217cb9-6c55-4abf-9b7d-610141f88e59 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Added segment 3e2548ae-abc6-407e-9195-bf671d02f111 of type vxlan for network 97b2ed68-130c-4be3-887a-018200104f22 2026-03-26 15:31:00.294 7 INFO neutron.db.l3_hamode_db [None req-2a217cb9-6c55-4abf-9b7d-610141f88e59 d0764c18170d45f498785062472ac84f 0f5a29c88763456285f5d26dee24f45b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-26 15:31:01.179 7 INFO neutron.db.l3_hamode_db [None req-2a217cb9-6c55-4abf-9b7d-610141f88e59 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 822/1772] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:30:59 2026] POST /v2.0/routers => generated 727 bytes in 2329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1773] 10.0.0.103 () {34 vars in 782 bytes} [Thu Mar 26 15:31:02 2026] PUT /v2.0/routers/146ada17-94ea-4686-acd0-cb03a3c98cd4/add_router_interface => generated 309 bytes in 1441 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1774] 10.0.0.103 () {32 vars in 825 bytes} [Thu Mar 26 15:31:03 2026] GET /v2.0/ports?project_id=dc8ab133825c4079bfd2388dcbe7c7a5&network_id=85cc6faa-61fb-46b4-a3cf-22607a1c9a5a => generated 3691 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1775] 10.0.0.103 () {32 vars in 741 bytes} [Thu Mar 26 15:31:04 2026] GET /v2.0/subnets?network_id=d880a5ac-5837-4bab-ba8f-abbc2ad21313 => generated 667 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:31:04.547 8 INFO neutron.db.l3_db [None req-1cde8a67-ab74-4b82-83a0-03c47ae437b7 2e4aab4f455d43338ecb5715cbccae19 dc8ab133825c4079bfd2388dcbe7c7a5 - - default default] Floating IP 454939d0-a9f5-4fcc-bb64-ddac634794c6 disassociated. External IP: 10.96.250.203, port: ae5fa167-b868-4ffb-9c45-b9625995d794. [pid: 7|app: 0|req: 824/1776] 10.0.0.103 () {34 vars in 684 bytes} [Thu Mar 26 15:31:04 2026] POST /v2.0/security-groups => generated 1673 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1777] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:31:04 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) [pid: 7|app: 0|req: 826/1778] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:31:04 2026] POST /v2.0/security-group-rules => generated 596 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1779] 10.0.0.103 () {34 vars in 748 bytes} [Thu Mar 26 15:31:04 2026] PUT /v2.0/floatingips/454939d0-a9f5-4fcc-bb64-ddac634794c6 => generated 554 bytes in 548 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1780] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:31:04 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-03-26 15:31:05.018 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b3167871-b111-411b-a8c2-c32646f69920'] response: {'name': 'network-changed', 'server_uuid': '16c5acaf-39c8-43d9-a0c3-2636de6cde02', 'tag': 'ae5fa167-b868-4ffb-9c45-b9625995d794', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 954/1781] 10.0.0.103 () {32 vars in 728 bytes} [Thu Mar 26 15:31:04 2026] GET /v2.0/floatingips/454939d0-a9f5-4fcc-bb64-ddac634794c6 => generated 554 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1782] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:31:04 2026] POST /v2.0/security-group-rules => generated 601 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:31:05.212 8 INFO neutron.db.securitygroups_db [None req-03589f26-a2dd-4ddf-9752-7148a23b5481 fc40010004a44f1b92313e71c3efd7de 3e22f46c9da541a3bfa7da7da32656d8 - - default default] Project 3e22f46c9da541a3bfa7da7da32656d8 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: 955/1783] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:31:05 2026] POST /v2.0/security-group-rules => generated 607 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:31:05.334 7 INFO neutron.db.securitygroups_db [None req-0593a14c-1454-4e59-b440-053d5a4c130e fc40010004a44f1b92313e71c3efd7de 3e22f46c9da541a3bfa7da7da32656d8 - - default default] Project 3e22f46c9da541a3bfa7da7da32656d8 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: 829/1784] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:31:05 2026] POST /v2.0/security-group-rules => generated 606 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1785] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:31:05 2026] GET /v2.0/ports?tenant_id=dc8ab133825c4079bfd2388dcbe7c7a5&device_id=16c5acaf-39c8-43d9-a0c3-2636de6cde02 => generated 1240 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1786] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:31:05 2026] GET /v2.0/networks?id=85cc6faa-61fb-46b4-a3cf-22607a1c9a5a => generated 756 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1787] 199.204.45.89 () {34 vars in 1056 bytes} [Thu Mar 26 15:31:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=ae5fa167-b868-4ffb-9c45-b9625995d794 => 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: 831/1788] 199.204.45.89 () {34 vars in 982 bytes} [Thu Mar 26 15:31:05 2026] GET /v2.0/subnets?id=f45da31b-482f-41dc-95eb-161a740ae014 => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1789] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:31:05 2026] GET /v2.0/ports?network_id=85cc6faa-61fb-46b4-a3cf-22607a1c9a5a&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: 832/1790] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:31:05 2026] GET /v2.0/networks/85cc6faa-61fb-46b4-a3cf-22607a1c9a5a?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: 833/1791] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:31:05 2026] GET /v2.0/networks/85cc6faa-61fb-46b4-a3cf-22607a1c9a5a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1792] 10.0.0.103 () {34 vars in 684 bytes} [Thu Mar 26 15:31:05 2026] POST /v2.0/security-groups => generated 1661 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1793] 10.0.0.103 () {32 vars in 728 bytes} [Thu Mar 26 15:31:06 2026] GET /v2.0/floatingips/454939d0-a9f5-4fcc-bb64-ddac634794c6 => generated 554 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1794] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:31:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1795] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:31:06 2026] POST /v2.0/security-group-rules => generated 602 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1796] 10.0.0.103 () {34 vars in 675 bytes} [Thu Mar 26 15:31:06 2026] POST /v2.0/floatingips => generated 552 bytes in 693 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1797] 10.0.0.103 () {32 vars in 728 bytes} [Thu Mar 26 15:31:07 2026] GET /v2.0/floatingips/454939d0-a9f5-4fcc-bb64-ddac634794c6 => generated 552 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1798] 10.0.0.92 () {34 vars in 1098 bytes} [Thu Mar 26 15:31:07 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2107801178&fields=id&tenant_id=3e22f46c9da541a3bfa7da7da32656d8 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1799] 10.0.0.92 () {34 vars in 1096 bytes} [Thu Mar 26 15:31:07 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-205152869&fields=id&tenant_id=3e22f46c9da541a3bfa7da7da32656d8 => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1800] 10.0.0.92 () {34 vars in 980 bytes} [Thu Mar 26 15:31:07 2026] GET /v2.0/networks?id=bf799670-bd19-4099-8042-a365a351e806 => generated 673 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1801] 10.0.0.92 () {34 vars in 963 bytes} [Thu Mar 26 15:31:07 2026] GET /v2.0/quotas/3e22f46c9da541a3bfa7da7da32656d8 => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1802] 10.0.0.92 () {34 vars in 1000 bytes} [Thu Mar 26 15:31:07 2026] GET /v2.0/ports?tenant_id=3e22f46c9da541a3bfa7da7da32656d8&fields=id => generated 103 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1803] 10.0.0.92 () {34 vars in 1006 bytes} [Thu Mar 26 15:31:07 2026] GET /v2.0/networks/bf799670-bd19-4099-8042-a365a351e806?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: 839/1804] 10.0.0.92 () {34 vars in 1106 bytes} [Thu Mar 26 15:31:07 2026] GET /v2.0/networks/bf799670-bd19-4099-8042-a365a351e806?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: 966/1805] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:07 2026] GET /v2.0/ports?device_id=9b62abe3-bf87-4a7a-95a9-dea338ada69e => 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: 840/1806] 10.0.0.103 () {34 vars in 684 bytes} [Thu Mar 26 15:31:08 2026] POST /v2.0/security-groups => generated 1675 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1807] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:31:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1808] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:31:08 2026] POST /v2.0/security-group-rules => generated 596 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1809] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:31:08 2026] POST /v2.0/security-group-rules => generated 602 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1810] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:08 2026] GET /v2.0/ports?device_id=9b62abe3-bf87-4a7a-95a9-dea338ada69e => 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: 842/1811] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:31:08 2026] POST /v2.0/security-group-rules => generated 601 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:31:08.951 8 INFO neutron.db.securitygroups_db [None req-5228e21e-f2fa-4803-8fcd-408ed03b6e3c 2e4aab4f455d43338ecb5715cbccae19 dc8ab133825c4079bfd2388dcbe7c7a5 - - default default] Project dc8ab133825c4079bfd2388dcbe7c7a5 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: 970/1812] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:31:08 2026] POST /v2.0/security-group-rules => generated 607 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:31:09.083 7 INFO neutron.db.securitygroups_db [None req-344deecd-54bb-47b9-8916-00d711c2a777 2e4aab4f455d43338ecb5715cbccae19 dc8ab133825c4079bfd2388dcbe7c7a5 - - default default] Project dc8ab133825c4079bfd2388dcbe7c7a5 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: 843/1813] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:31:09 2026] POST /v2.0/security-group-rules => generated 606 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1814] 10.0.0.76 () {34 vars in 988 bytes} [Thu Mar 26 15:31:09 2026] GET /v2.0/ports?device_id=8897a776-6b59-4795-ab65-04e44fdfa100 => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1815] 10.0.0.76 () {34 vars in 1038 bytes} [Thu Mar 26 15:31:09 2026] GET /v2.0/security-groups?id=a4b4f188-656d-403e-80e4-8ea2dab2044e&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1816] 10.0.0.103 () {32 vars in 648 bytes} [Thu Mar 26 15:31:09 2026] GET /v2.0/networks => generated 1297 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1817] 10.0.0.92 () {34 vars in 1098 bytes} [Thu Mar 26 15:31:09 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1116431697&fields=id&tenant_id=dc8ab133825c4079bfd2388dcbe7c7a5 => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1818] 10.0.0.92 () {34 vars in 980 bytes} [Thu Mar 26 15:31:09 2026] GET /v2.0/networks?id=85cc6faa-61fb-46b4-a3cf-22607a1c9a5a => generated 660 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1819] 10.0.0.92 () {34 vars in 963 bytes} [Thu Mar 26 15:31:09 2026] GET /v2.0/quotas/dc8ab133825c4079bfd2388dcbe7c7a5 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1820] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:09 2026] GET /v2.0/ports?device_id=9b62abe3-bf87-4a7a-95a9-dea338ada69e => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1821] 10.0.0.92 () {34 vars in 1000 bytes} [Thu Mar 26 15:31:09 2026] GET /v2.0/ports?tenant_id=dc8ab133825c4079bfd2388dcbe7c7a5&fields=id => generated 149 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1822] 10.0.0.92 () {34 vars in 1006 bytes} [Thu Mar 26 15:31:10 2026] GET /v2.0/networks/85cc6faa-61fb-46b4-a3cf-22607a1c9a5a?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1823] 10.0.0.92 () {34 vars in 1106 bytes} [Thu Mar 26 15:31:10 2026] GET /v2.0/networks/85cc6faa-61fb-46b4-a3cf-22607a1c9a5a?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: 848/1824] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:10 2026] GET /v2.0/ports?device_id=c1669789-0d3b-4826-81d5-a665e9e0ba96 => 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: 977/1825] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:11 2026] GET /v2.0/ports?device_id=9b62abe3-bf87-4a7a-95a9-dea338ada69e => 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: 849/1826] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:11 2026] GET /v2.0/ports?device_id=c1669789-0d3b-4826-81d5-a665e9e0ba96 => 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: 978/1827] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:31:12 2026] GET /v2.0/networks?id=bf799670-bd19-4099-8042-a365a351e806 => generated 673 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1828] 199.204.45.89 () {34 vars in 1048 bytes} [Thu Mar 26 15:31:12 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3e22f46c9da541a3bfa7da7da32656d8 => generated 273 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1829] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:12 2026] GET /v2.0/ports?device_id=9b62abe3-bf87-4a7a-95a9-dea338ada69e => 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: 982/1832] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:12 2026] GET /v2.0/ports?device_id=c1669789-0d3b-4826-81d5-a665e9e0ba96 => 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: 851/1833] 199.204.45.89 () {38 vars in 953 bytes} [Thu Mar 26 15:31:12 2026] POST /v2.0/ports => generated 993 bytes in 449 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1834] 199.204.45.89 () {38 vars in 1026 bytes} [Thu Mar 26 15:31:12 2026] PUT /v2.0/ports/2d6e20b6-6623-499e-afe9-2baecf8f3237 => generated 1274 bytes in 440 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:31:13.100 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-979ad77e-d28f-44ba-afdb-6c4b02925026'] response: {'name': 'network-changed', 'server_uuid': '9b62abe3-bf87-4a7a-95a9-dea338ada69e', 'tag': '2d6e20b6-6623-499e-afe9-2baecf8f3237', '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: 852/1835] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:13 2026] GET /v2.0/ports?device_id=9b62abe3-bf87-4a7a-95a9-dea338ada69e => generated 1008 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: 8|app: 0|req: 984/1836] 10.0.0.92 () {34 vars in 1118 bytes} [Thu Mar 26 15:31:13 2026] GET /v2.0/security-groups?id=64012572-5eca-4496-b64f-a06e6bd67a10&id=7c90844b-39d4-49f9-aff2-ac11b10d034e&fields=id&fields=name => generated 206 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1837] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:31:13 2026] GET /v2.0/ports?tenant_id=3e22f46c9da541a3bfa7da7da32656d8&device_id=9b62abe3-bf87-4a7a-95a9-dea338ada69e => generated 1277 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1838] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:13 2026] GET /v2.0/ports?device_id=c1669789-0d3b-4826-81d5-a665e9e0ba96 => 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: 854/1839] 199.204.45.89 () {34 vars in 1016 bytes} [Thu Mar 26 15:31:13 2026] GET /v2.0/networks?tenant_id=3e22f46c9da541a3bfa7da7da32656d8&shared=False => generated 769 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1840] 199.204.45.89 () {34 vars in 928 bytes} [Thu Mar 26 15:31:13 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1841] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:14 2026] GET /v2.0/ports?device_id=9b62abe3-bf87-4a7a-95a9-dea338ada69e => generated 1008 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1842] 10.0.0.92 () {34 vars in 1118 bytes} [Thu Mar 26 15:31:14 2026] GET /v2.0/security-groups?id=64012572-5eca-4496-b64f-a06e6bd67a10&id=7c90844b-39d4-49f9-aff2-ac11b10d034e&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1843] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:31:14 2026] GET /v2.0/networks?id=85cc6faa-61fb-46b4-a3cf-22607a1c9a5a => generated 660 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1844] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:14 2026] GET /v2.0/ports?device_id=c1669789-0d3b-4826-81d5-a665e9e0ba96 => 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: 988/1845] 199.204.45.89 () {34 vars in 1048 bytes} [Thu Mar 26 15:31:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=dc8ab133825c4079bfd2388dcbe7c7a5 => generated 273 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1846] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:31:14 2026] GET /v2.0/ports?tenant_id=3e22f46c9da541a3bfa7da7da32656d8&device_id=9b62abe3-bf87-4a7a-95a9-dea338ada69e => generated 1277 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1847] 199.204.45.89 () {34 vars in 1056 bytes} [Thu Mar 26 15:31:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=2d6e20b6-6623-499e-afe9-2baecf8f3237 => 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: 991/1848] 199.204.45.89 () {34 vars in 982 bytes} [Thu Mar 26 15:31:14 2026] GET /v2.0/subnets?id=5ab4bf34-13f6-4003-b36e-c3b843aeb20a => 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: 992/1849] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:31:14 2026] GET /v2.0/ports?network_id=bf799670-bd19-4099-8042-a365a351e806&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1850] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:31:14 2026] GET /v2.0/networks/bf799670-bd19-4099-8042-a365a351e806?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1851] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:31:15 2026] GET /v2.0/networks/bf799670-bd19-4099-8042-a365a351e806?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: 858/1852] 199.204.45.89 () {38 vars in 953 bytes} [Thu Mar 26 15:31:14 2026] POST /v2.0/ports => generated 954 bytes in 481 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: 859/1853] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:15 2026] GET /v2.0/ports?device_id=9b62abe3-bf87-4a7a-95a9-dea338ada69e => generated 1008 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1854] 10.0.0.92 () {34 vars in 1118 bytes} [Thu Mar 26 15:31:15 2026] GET /v2.0/security-groups?id=64012572-5eca-4496-b64f-a06e6bd67a10&id=7c90844b-39d4-49f9-aff2-ac11b10d034e&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1855] 199.204.45.89 () {38 vars in 1026 bytes} [Thu Mar 26 15:31:15 2026] PUT /v2.0/ports/81c45904-127b-4c95-998b-876e47159515 => generated 1235 bytes in 435 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:31:15.736 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b23ac3a7-323b-4832-aac7-83633106a2bc'] response: {'name': 'network-changed', 'server_uuid': 'c1669789-0d3b-4826-81d5-a665e9e0ba96', 'tag': '81c45904-127b-4c95-998b-876e47159515', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 861/1856] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:15 2026] GET /v2.0/ports?device_id=c1669789-0d3b-4826-81d5-a665e9e0ba96 => generated 969 bytes in 40 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: 996/1857] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:31:15 2026] GET /v2.0/security-groups?id=96e707b9-1083-44f9-9f06-16533157f164&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: 862/1858] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:31:16 2026] GET /v2.0/ports?tenant_id=dc8ab133825c4079bfd2388dcbe7c7a5&device_id=c1669789-0d3b-4826-81d5-a665e9e0ba96 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1859] 199.204.45.89 () {34 vars in 1016 bytes} [Thu Mar 26 15:31:16 2026] GET /v2.0/networks?tenant_id=dc8ab133825c4079bfd2388dcbe7c7a5&shared=False => generated 756 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1860] 199.204.45.89 () {34 vars in 928 bytes} [Thu Mar 26 15:31:16 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1861] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:16 2026] GET /v2.0/ports?device_id=9b62abe3-bf87-4a7a-95a9-dea338ada69e => generated 1008 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1862] 10.0.0.92 () {34 vars in 1118 bytes} [Thu Mar 26 15:31:16 2026] GET /v2.0/security-groups?id=64012572-5eca-4496-b64f-a06e6bd67a10&id=7c90844b-39d4-49f9-aff2-ac11b10d034e&fields=id&fields=name => generated 206 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1863] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:16 2026] GET /v2.0/ports?device_id=c1669789-0d3b-4826-81d5-a665e9e0ba96 => generated 969 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1864] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:31:17 2026] GET /v2.0/security-groups?id=96e707b9-1083-44f9-9f06-16533157f164&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: 1000/1865] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:31:17 2026] GET /v2.0/ports?tenant_id=dc8ab133825c4079bfd2388dcbe7c7a5&device_id=c1669789-0d3b-4826-81d5-a665e9e0ba96 => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1866] 199.204.45.89 () {34 vars in 1056 bytes} [Thu Mar 26 15:31:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=81c45904-127b-4c95-998b-876e47159515 => 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: 1001/1867] 199.204.45.89 () {34 vars in 982 bytes} [Thu Mar 26 15:31:17 2026] GET /v2.0/subnets?id=f45da31b-482f-41dc-95eb-161a740ae014 => generated 678 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1868] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:31:17 2026] GET /v2.0/ports?network_id=85cc6faa-61fb-46b4-a3cf-22607a1c9a5a&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: 1002/1869] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:31:17 2026] GET /v2.0/networks/85cc6faa-61fb-46b4-a3cf-22607a1c9a5a?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1870] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:31:17 2026] GET /v2.0/networks/85cc6faa-61fb-46b4-a3cf-22607a1c9a5a?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: 1003/1871] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:17 2026] GET /v2.0/ports?device_id=9b62abe3-bf87-4a7a-95a9-dea338ada69e => generated 1008 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1872] 10.0.0.92 () {34 vars in 1118 bytes} [Thu Mar 26 15:31:18 2026] GET /v2.0/security-groups?id=64012572-5eca-4496-b64f-a06e6bd67a10&id=7c90844b-39d4-49f9-aff2-ac11b10d034e&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1873] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:18 2026] GET /v2.0/ports?device_id=c1669789-0d3b-4826-81d5-a665e9e0ba96 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1874] 199.204.45.89 () {34 vars in 992 bytes} [Thu Mar 26 15:31:18 2026] GET /v2.0/ports?device_id=9b62abe3-bf87-4a7a-95a9-dea338ada69e => generated 1277 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1875] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:31:18 2026] GET /v2.0/security-groups?id=96e707b9-1083-44f9-9f06-16533157f164&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: 871/1876] 199.204.45.89 () {34 vars in 1122 bytes} [Thu Mar 26 15:31:18 2026] GET /v2.0/security-groups?id=7c90844b-39d4-49f9-aff2-ac11b10d034e&id=64012572-5eca-4496-b64f-a06e6bd67a10&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1877] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:19 2026] GET /v2.0/ports?device_id=9b62abe3-bf87-4a7a-95a9-dea338ada69e => generated 1008 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1878] 10.0.0.92 () {34 vars in 1118 bytes} [Thu Mar 26 15:31:19 2026] GET /v2.0/security-groups?id=64012572-5eca-4496-b64f-a06e6bd67a10&id=7c90844b-39d4-49f9-aff2-ac11b10d034e&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1879] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:19 2026] GET /v2.0/ports?device_id=c1669789-0d3b-4826-81d5-a665e9e0ba96 => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1880] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:31:19 2026] GET /v2.0/security-groups?id=96e707b9-1083-44f9-9f06-16533157f164&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1881] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:19 2026] GET /v2.0/ports?device_id=8897a776-6b59-4795-ab65-04e44fdfa100 => generated 975 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1882] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:31:19 2026] GET /v2.0/security-groups?id=a4b4f188-656d-403e-80e4-8ea2dab2044e&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1883] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:20 2026] GET /v2.0/ports?device_id=8897a776-6b59-4795-ab65-04e44fdfa100 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1884] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:31:20 2026] GET /v2.0/security-groups?id=a4b4f188-656d-403e-80e4-8ea2dab2044e&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/1885] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:20 2026] GET /v2.0/ports?device_id=9b62abe3-bf87-4a7a-95a9-dea338ada69e => generated 1010 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1886] 10.0.0.92 () {34 vars in 1118 bytes} [Thu Mar 26 15:31:20 2026] GET /v2.0/security-groups?id=64012572-5eca-4496-b64f-a06e6bd67a10&id=7c90844b-39d4-49f9-aff2-ac11b10d034e&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: 8|app: 0|req: 1011/1887] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:20 2026] GET /v2.0/ports?device_id=c1669789-0d3b-4826-81d5-a665e9e0ba96 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1888] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:31:20 2026] GET /v2.0/security-groups?id=96e707b9-1083-44f9-9f06-16533157f164&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: 1012/1889] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:21 2026] GET /v2.0/ports?device_id=8897a776-6b59-4795-ab65-04e44fdfa100 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1890] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:31:21 2026] GET /v2.0/security-groups?id=a4b4f188-656d-403e-80e4-8ea2dab2044e&fields=id&fields=name => generated 114 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1891] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:21 2026] GET /v2.0/ports?device_id=9b62abe3-bf87-4a7a-95a9-dea338ada69e => generated 1010 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1892] 10.0.0.92 () {34 vars in 1118 bytes} [Thu Mar 26 15:31:21 2026] GET /v2.0/security-groups?id=64012572-5eca-4496-b64f-a06e6bd67a10&id=7c90844b-39d4-49f9-aff2-ac11b10d034e&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: 1014/1893] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:21 2026] GET /v2.0/ports?device_id=9b62abe3-bf87-4a7a-95a9-dea338ada69e => generated 1010 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1894] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:21 2026] GET /v2.0/ports?device_id=c1669789-0d3b-4826-81d5-a665e9e0ba96 => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1895] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:31:21 2026] GET /v2.0/security-groups?id=96e707b9-1083-44f9-9f06-16533157f164&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:31:22.154 8 INFO neutron.db.l3_db [None req-3c293b3c-2a52-498b-9dde-871659eae26f fc40010004a44f1b92313e71c3efd7de 3e22f46c9da541a3bfa7da7da32656d8 - - default default] Floating IP 6b40fa88-a36e-45d3-b326-1491f631e4cc associated. External IP: 10.96.250.210, port: 2d6e20b6-6623-499e-afe9-2baecf8f3237. [pid: 8|app: 0|req: 1015/1896] 10.0.0.103 () {34 vars in 748 bytes} [Thu Mar 26 15:31:21 2026] PUT /v2.0/floatingips/6b40fa88-a36e-45d3-b326-1491f631e4cc => generated 855 bytes in 781 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:31:22.573 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-726b5d8c-5882-4924-b7e4-f1d9f5822f31'] response: {'name': 'network-changed', 'server_uuid': '9b62abe3-bf87-4a7a-95a9-dea338ada69e', 'tag': '2d6e20b6-6623-499e-afe9-2baecf8f3237', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 882/1897] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:22 2026] GET /v2.0/ports?device_id=8897a776-6b59-4795-ab65-04e44fdfa100 => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1898] 199.204.45.89 () {34 vars in 992 bytes} [Thu Mar 26 15:31:22 2026] GET /v2.0/ports?device_id=8897a776-6b59-4795-ab65-04e44fdfa100 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1899] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:31:22 2026] GET /v2.0/security-groups?id=a4b4f188-656d-403e-80e4-8ea2dab2044e&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-03-26 15:31:22.841 8 INFO neutron_taas.services.taas.taas_plugin [req-b63c51b9-4a35-4476-813a-b205c28a19f3 req-a933381f-fe4c-487b-a81c-42e687b476ef 739a9aa843b74b0393384c5a42b36d6a 16cb83f35a9d47f4a148291c474855cd - - default default] TaaS: Handle Delete Port: 57b423e3-2370-45b3-8574-a1c93ace2e98 2026-03-26 15:31:22.843 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b63c51b9-4a35-4476-813a-b205c28a19f3 req-a933381f-fe4c-487b-a81c-42e687b476ef 739a9aa843b74b0393384c5a42b36d6a 16cb83f35a9d47f4a148291c474855cd - - default default] Tap Mirror: Handle Delete Port: 57b423e3-2370-45b3-8574-a1c93ace2e98 2026-03-26 15:31:22.976 8 INFO neutron.db.l3_db [req-b63c51b9-4a35-4476-813a-b205c28a19f3 req-a933381f-fe4c-487b-a81c-42e687b476ef 739a9aa843b74b0393384c5a42b36d6a 16cb83f35a9d47f4a148291c474855cd - - default default] Floating IP 76ffb07d-5ade-4f09-8696-fd9e9e7185b9 disassociated. External IP: 10.96.250.216, port: 57b423e3-2370-45b3-8574-a1c93ace2e98. [pid: 7|app: 0|req: 884/1900] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:22 2026] GET /v2.0/ports?device_id=c1669789-0d3b-4826-81d5-a665e9e0ba96 => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1901] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:31:23 2026] GET /v2.0/security-groups?id=96e707b9-1083-44f9-9f06-16533157f164&fields=id&fields=name => generated 114 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1902] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:31:23 2026] GET /v2.0/ports?tenant_id=3e22f46c9da541a3bfa7da7da32656d8&device_id=9b62abe3-bf87-4a7a-95a9-dea338ada69e => generated 1279 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1903] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:31:23 2026] GET /v2.0/networks?id=bf799670-bd19-4099-8042-a365a351e806 => generated 769 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1904] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:23 2026] GET /v2.0/ports?device_id=c1669789-0d3b-4826-81d5-a665e9e0ba96 => 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: 889/1905] 199.204.45.89 () {34 vars in 1056 bytes} [Thu Mar 26 15:31:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=2d6e20b6-6623-499e-afe9-2baecf8f3237 => 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: 890/1906] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:31:23 2026] GET /v2.0/security-groups?id=96e707b9-1083-44f9-9f06-16533157f164&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: 891/1907] 199.204.45.89 () {34 vars in 982 bytes} [Thu Mar 26 15:31:23 2026] GET /v2.0/subnets?id=5ab4bf34-13f6-4003-b36e-c3b843aeb20a => generated 691 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1908] 10.0.0.103 () {32 vars in 735 bytes} [Thu Mar 26 15:31:23 2026] GET /v2.0/ports?device_id=c1669789-0d3b-4826-81d5-a665e9e0ba96 => 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: 1017/1909] 199.204.45.89 () {36 vars in 995 bytes} [Thu Mar 26 15:31:22 2026] DELETE /v2.0/ports/57b423e3-2370-45b3-8574-a1c93ace2e98 => generated 0 bytes in 711 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1910] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:31:23 2026] GET /v2.0/ports?network_id=bf799670-bd19-4099-8042-a365a351e806&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1911] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:31:23 2026] GET /v2.0/networks/bf799670-bd19-4099-8042-a365a351e806?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1912] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:31:23 2026] GET /v2.0/networks/bf799670-bd19-4099-8042-a365a351e806?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1913] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:23 2026] GET /v2.0/ports?device_id=8897a776-6b59-4795-ab65-04e44fdfa100 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:31:23.893 8 INFO neutron.db.l3_db [None req-53b2099e-b892-41d1-a505-2ecf88f9c21c 2e4aab4f455d43338ecb5715cbccae19 dc8ab133825c4079bfd2388dcbe7c7a5 - - default default] Floating IP 454939d0-a9f5-4fcc-bb64-ddac634794c6 associated. External IP: 10.96.250.203, port: 81c45904-127b-4c95-998b-876e47159515. [pid: 8|app: 0|req: 1018/1914] 10.0.0.103 () {34 vars in 748 bytes} [Thu Mar 26 15:31:23 2026] PUT /v2.0/floatingips/454939d0-a9f5-4fcc-bb64-ddac634794c6 => generated 855 bytes in 834 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1915] 10.0.0.103 () {32 vars in 728 bytes} [Thu Mar 26 15:31:24 2026] GET /v2.0/floatingips/454939d0-a9f5-4fcc-bb64-ddac634794c6 => generated 855 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:31:24.620 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7cca3e62-0342-4542-bb0e-9bd954528a24'] response: {'server_uuid': '8897a776-6b59-4795-ab65-04e44fdfa100', 'name': 'network-vif-deleted', 'tag': '57b423e3-2370-45b3-8574-a1c93ace2e98', 'status': 'completed', 'code': 200} 2026-03-26 15:31:24.620 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7cca3e62-0342-4542-bb0e-9bd954528a24'] response: {'name': 'network-changed', 'server_uuid': 'c1669789-0d3b-4826-81d5-a665e9e0ba96', 'tag': '81c45904-127b-4c95-998b-876e47159515', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1019/1916] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:24 2026] GET /v2.0/ports?device_id=8897a776-6b59-4795-ab65-04e44fdfa100 => 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: 898/1917] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:31:25 2026] GET /v2.0/ports?tenant_id=dc8ab133825c4079bfd2388dcbe7c7a5&device_id=c1669789-0d3b-4826-81d5-a665e9e0ba96 => generated 1240 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/1918] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:31:25 2026] GET /v2.0/networks?id=85cc6faa-61fb-46b4-a3cf-22607a1c9a5a => generated 756 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1919] 199.204.45.89 () {34 vars in 1056 bytes} [Thu Mar 26 15:31:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=81c45904-127b-4c95-998b-876e47159515 => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1920] 199.204.45.89 () {34 vars in 982 bytes} [Thu Mar 26 15:31:25 2026] GET /v2.0/subnets?id=f45da31b-482f-41dc-95eb-161a740ae014 => generated 678 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/1921] 10.0.0.103 () {32 vars in 728 bytes} [Thu Mar 26 15:31:25 2026] GET /v2.0/floatingips/454939d0-a9f5-4fcc-bb64-ddac634794c6 => generated 855 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1922] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:31:25 2026] GET /v2.0/ports?network_id=85cc6faa-61fb-46b4-a3cf-22607a1c9a5a&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: 1022/1923] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:31:25 2026] GET /v2.0/networks/85cc6faa-61fb-46b4-a3cf-22607a1c9a5a?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1924] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:31:25 2026] GET /v2.0/networks/85cc6faa-61fb-46b4-a3cf-22607a1c9a5a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/1925] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:26 2026] GET /v2.0/ports?device_id=8897a776-6b59-4795-ab65-04e44fdfa100 => 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: 903/1926] 10.0.0.103 () {32 vars in 728 bytes} [Thu Mar 26 15:31:26 2026] GET /v2.0/floatingips/454939d0-a9f5-4fcc-bb64-ddac634794c6 => generated 857 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/1929] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:31:27 2026] DELETE /v2.0/security-groups/a4b4f188-656d-403e-80e4-8ea2dab2044e => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:31:27.330 7 INFO neutron.api.v2.resource [None req-fb87a750-4b57-4b06-8968-fc4dee728b97 739a9aa843b74b0393384c5a42b36d6a 16cb83f35a9d47f4a148291c474855cd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 906/1930] 10.0.0.103 () {32 vars in 736 bytes} [Thu Mar 26 15:31:27 2026] GET /v2.0/security-groups/a4b4f188-656d-403e-80e4-8ea2dab2044e => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 15:31:27.436 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2e27100-9adc-4aed-9299-54e6bfcc6196 739a9aa843b74b0393384c5a42b36d6a 16cb83f35a9d47f4a148291c474855cd - - default default] TaaS: Handle Delete Port: 9870cc97-22d7-4ac4-814d-519a590ec3a9 2026-03-26 15:31:27.439 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2e27100-9adc-4aed-9299-54e6bfcc6196 739a9aa843b74b0393384c5a42b36d6a 16cb83f35a9d47f4a148291c474855cd - - default default] Tap Mirror: Handle Delete Port: 9870cc97-22d7-4ac4-814d-519a590ec3a9 [pid: 8|app: 0|req: 1025/1931] 10.0.0.103 () {32 vars in 731 bytes} [Thu Mar 26 15:31:27 2026] DELETE /v2.0/floatingips/76ffb07d-5ade-4f09-8696-fd9e9e7185b9 => generated 0 bytes in 323 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:31:27.984 7 INFO neutron_taas.services.taas.taas_plugin [None req-263077d1-adfc-4978-98a7-6b525466018e d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: d4d21270-3180-448f-9986-58b1ea9bb3e1 2026-03-26 15:31:27.986 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-263077d1-adfc-4978-98a7-6b525466018e d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: d4d21270-3180-448f-9986-58b1ea9bb3e1 [pid: 7|app: 0|req: 907/1932] 10.0.0.103 () {34 vars in 788 bytes} [Thu Mar 26 15:31:27 2026] PUT /v2.0/routers/b97cf02b-c646-4e62-b2fc-5999941e1cfe/remove_router_interface => generated 309 bytes in 765 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:31:28.675 8 INFO neutron_taas.services.taas.taas_plugin [None req-8651944c-7100-423b-a05a-2b60b1064f70 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: 8ead0688-644b-4320-9100-b0ca4e6622e1 2026-03-26 15:31:28.678 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8651944c-7100-423b-a05a-2b60b1064f70 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: 8ead0688-644b-4320-9100-b0ca4e6622e1 2026-03-26 15:31:28.953 8 INFO neutron_taas.services.taas.taas_plugin [None req-8651944c-7100-423b-a05a-2b60b1064f70 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: 77dfb9de-38fb-4165-b74c-9b032def2bbb 2026-03-26 15:31:28.956 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8651944c-7100-423b-a05a-2b60b1064f70 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: 77dfb9de-38fb-4165-b74c-9b032def2bbb 2026-03-26 15:31:29.339 8 INFO neutron.services.segments.plugin [-] Segment b487f937-d4d9-4061-b4a7-bd8977627a8e resource provider aggregate not found 2026-03-26 15:31:29.341 8 INFO neutron.services.segments.plugin [-] Segment b487f937-d4d9-4061-b4a7-bd8977627a8e resource provider aggregate not found 2026-03-26 15:31:29.361 8 INFO neutron.services.segments.plugin [-] Segment b487f937-d4d9-4061-b4a7-bd8977627a8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b487f937-d4d9-4061-b4a7-bd8977627a8e found for delete ", "request_id": "req-07ba6f56-6b93-4cd2-9a48-76287462a2b9"}]} 2026-03-26 15:31:29.364 8 INFO neutron.services.segments.plugin [-] Segment b487f937-d4d9-4061-b4a7-bd8977627a8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b487f937-d4d9-4061-b4a7-bd8977627a8e found for delete ", "request_id": "req-7b6eabc1-1438-4114-a6cf-1b5486103474"}]} 2026-03-26 15:31:29.373 8 INFO neutron.db.l3_hamode_db [None req-8651944c-7100-423b-a05a-2b60b1064f70 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] HA network 847d5a9f-a3a7-42f6-b8d5-c0cb427f38ad was deleted as no HA routers are present in tenant 16cb83f35a9d47f4a148291c474855cd. [pid: 8|app: 0|req: 1026/1933] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:31:28 2026] DELETE /v2.0/routers/b97cf02b-c646-4e62-b2fc-5999941e1cfe => generated 0 bytes in 941 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1934] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:31:29 2026] DELETE /v2.0/subnets/21e6e903-2fa2-499a-ad32-f4aa995cd94c => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:31:29.669 8 INFO neutron_taas.services.taas.taas_plugin [None req-d0c59644-738f-4ecc-85b5-3556fc1a642c d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: 60849349-255e-4757-8e5f-34bb25841f56 2026-03-26 15:31:29.672 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0c59644-738f-4ecc-85b5-3556fc1a642c d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: 60849349-255e-4757-8e5f-34bb25841f56 [pid: 8|app: 0|req: 1027/1935] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:31:29 2026] DELETE /v2.0/networks/d9c35ed5-1167-4257-a08a-068340ec0f7a => generated 0 bytes in 344 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1936] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:31:30 2026] GET /v2.0/security-groups?tenant_id=16cb83f35a9d47f4a148291c474855cd&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/1937] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:31:30 2026] DELETE /v2.0/security-groups/d0473a35-e3e3-46d8-801a-418186c096cc => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:31:31.384 8 INFO neutron.services.segments.plugin [-] Segment d43a302d-205b-4bdc-b486-8307797f791f resource provider aggregate not found 2026-03-26 15:31:31.388 8 INFO neutron.services.segments.plugin [-] Segment d43a302d-205b-4bdc-b486-8307797f791f resource provider aggregate not found 2026-03-26 15:31:31.401 8 INFO neutron.services.segments.plugin [-] Segment d43a302d-205b-4bdc-b486-8307797f791f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d43a302d-205b-4bdc-b486-8307797f791f found for delete ", "request_id": "req-eac307ff-488e-4846-a46a-cd11ab418dfd"}]} 2026-03-26 15:31:31.405 8 INFO neutron.services.segments.plugin [-] Segment d43a302d-205b-4bdc-b486-8307797f791f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d43a302d-205b-4bdc-b486-8307797f791f found for delete ", "request_id": "req-a855d06a-0ade-4193-bacb-39f2e308a311"}]} [pid: 7|app: 0|req: 910/1938] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:31 2026] GET /v2.0/ports?device_id=9b62abe3-bf87-4a7a-95a9-dea338ada69e => generated 1010 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/1939] 10.0.0.92 () {34 vars in 1118 bytes} [Thu Mar 26 15:31:31 2026] GET /v2.0/security-groups?id=64012572-5eca-4496-b64f-a06e6bd67a10&id=7c90844b-39d4-49f9-aff2-ac11b10d034e&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: 911/1940] 10.0.0.103 () {32 vars in 735 bytes} [Thu Mar 26 15:31:31 2026] GET /v2.0/ports?device_id=9b62abe3-bf87-4a7a-95a9-dea338ada69e => generated 1279 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/1941] 10.0.0.103 () {32 vars in 857 bytes} [Thu Mar 26 15:31:31 2026] GET /v2.0/floatingips?floating_network_id=d880a5ac-5837-4bab-ba8f-abbc2ad21313&port_id=2d6e20b6-6623-499e-afe9-2baecf8f3237 => generated 860 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:31:32.232 7 INFO neutron.db.segments_db [None req-00b902ea-1fc3-4cce-b1f7-7084204640e4 f65c238e52424ae19f60209fdcd5e7da a973e25c07c74ff38f81c8a7147b5230 - - default default] Added segment 57a2da28-6d09-483b-b424-c187f31042a4 of type vxlan for network b7b68411-3ea1-4b2f-90fd-ad715d90f816 2026-03-26 15:31:32.289 7 INFO neutron.db.segments_db [None req-00b902ea-1fc3-4cce-b1f7-7084204640e4 f65c238e52424ae19f60209fdcd5e7da a973e25c07c74ff38f81c8a7147b5230 - - default default] Added segment 5c263696-c28f-49b3-afc1-772f90d434df of type vxlan for network fa5c562a-37d2-42a3-80ed-37ca7dfa50c6 [pid: 7|app: 0|req: 912/1942] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:31:31 2026] POST /v2.0/networks => generated 1205 bytes in 472 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/1943] 10.0.0.103 () {32 vars in 648 bytes} [Thu Mar 26 15:31:32 2026] GET /v2.0/networks => generated 1842 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/1944] 10.0.0.76 () {34 vars in 988 bytes} [Thu Mar 26 15:31:32 2026] GET /v2.0/ports?device_id=9b62abe3-bf87-4a7a-95a9-dea338ada69e => generated 1279 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:31:32.631 7 INFO neutron.services.segments.plugin [-] Segment 57a2da28-6d09-483b-b424-c187f31042a4 resource provider aggregate not found 2026-03-26 15:31:32.638 7 INFO neutron.services.segments.plugin [-] Segment 57a2da28-6d09-483b-b424-c187f31042a4 resource provider aggregate not found 2026-03-26 15:31:32.660 7 INFO neutron.services.segments.plugin [-] Segment 57a2da28-6d09-483b-b424-c187f31042a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57a2da28-6d09-483b-b424-c187f31042a4 found for delete ", "request_id": "req-1a351736-b01f-40a8-b69d-060ae0699f94"}]} 2026-03-26 15:31:32.660 7 INFO neutron.services.segments.plugin [-] Segment 57a2da28-6d09-483b-b424-c187f31042a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57a2da28-6d09-483b-b424-c187f31042a4 found for delete ", "request_id": "req-8d294a1b-2edf-4bff-b7c3-ad362ec7a930"}]} [pid: 8|app: 0|req: 1033/1945] 10.0.0.76 () {34 vars in 1118 bytes} [Thu Mar 26 15:31:32 2026] GET /v2.0/security-groups?id=7c90844b-39d4-49f9-aff2-ac11b10d034e&id=64012572-5eca-4496-b64f-a06e6bd67a10&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: 7|app: 0|req: 913/1946] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:31:32 2026] DELETE /v2.0/networks/b7b68411-3ea1-4b2f-90fd-ad715d90f816 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/1947] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:31:32 2026] DELETE /v2.0/networks/fa5c562a-37d2-42a3-80ed-37ca7dfa50c6 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1948] 10.0.0.103 () {32 vars in 648 bytes} [Thu Mar 26 15:31:32 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) 2026-03-26 15:31:32.951 8 INFO neutron.db.segments_db [None req-00de01cf-b466-485e-8682-9a634af84bf4 f65c238e52424ae19f60209fdcd5e7da a973e25c07c74ff38f81c8a7147b5230 - - default default] Added segment edd4fd64-9dfd-45ae-a00d-f3f14328caf6 of type vxlan for network c2abdc9d-76ca-410c-916a-701a0b0f954c [pid: 8|app: 0|req: 1035/1949] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:31:32 2026] POST /v2.0/networks => generated 630 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:31:33.112 7 INFO neutron.db.segments_db [None req-bb6ee2b5-7e5f-4c82-bf37-04c2c037dd32 f65c238e52424ae19f60209fdcd5e7da a973e25c07c74ff38f81c8a7147b5230 - - default default] Added segment 54c4e849-ead9-41d7-a8be-d063b8aae022 of type vxlan for network 2b65f1e6-c791-406d-8bc4-51f64f61dca6 [pid: 7|app: 0|req: 915/1950] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:31:33 2026] POST /v2.0/networks => generated 630 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:31:33.427 8 INFO neutron.services.segments.plugin [-] Segment 5c263696-c28f-49b3-afc1-772f90d434df resource provider aggregate not found 2026-03-26 15:31:33.436 8 INFO neutron.services.segments.plugin [-] Segment 5c263696-c28f-49b3-afc1-772f90d434df resource provider aggregate not found 2026-03-26 15:31:33.461 8 INFO neutron.services.segments.plugin [-] Segment 5c263696-c28f-49b3-afc1-772f90d434df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c263696-c28f-49b3-afc1-772f90d434df found for delete ", "request_id": "req-3523ffdc-851e-4489-8f6f-729a62133cb7"}]} 2026-03-26 15:31:33.462 8 INFO neutron.services.segments.plugin [-] Segment 5c263696-c28f-49b3-afc1-772f90d434df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c263696-c28f-49b3-afc1-772f90d434df found for delete ", "request_id": "req-b61d414f-bcba-449b-b97b-bb92933c06d7"}]} [pid: 8|app: 0|req: 1036/1951] 10.0.0.103 () {34 vars in 664 bytes} [Thu Mar 26 15:31:33 2026] POST /v2.0/ports => generated 1506 bytes in 645 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1952] 10.0.0.103 () {32 vars in 642 bytes} [Thu Mar 26 15:31:33 2026] GET /v2.0/ports => generated 1506 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-26 15:31:34.075 8 INFO neutron_taas.services.taas.taas_plugin [None req-9f46fa10-25b0-430f-8c58-c97ce3a2efef f65c238e52424ae19f60209fdcd5e7da a973e25c07c74ff38f81c8a7147b5230 - - default default] TaaS: Handle Delete Port: 29035c81-6ddd-4f67-8fab-ef8cc4d1367b 2026-03-26 15:31:34.077 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f46fa10-25b0-430f-8c58-c97ce3a2efef f65c238e52424ae19f60209fdcd5e7da a973e25c07c74ff38f81c8a7147b5230 - - default default] Tap Mirror: Handle Delete Port: 29035c81-6ddd-4f67-8fab-ef8cc4d1367b [pid: 8|app: 0|req: 1037/1953] 10.0.0.103 () {32 vars in 719 bytes} [Thu Mar 26 15:31:33 2026] DELETE /v2.0/ports/29035c81-6ddd-4f67-8fab-ef8cc4d1367b => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:31:34.310 7 INFO neutron_taas.services.taas.taas_plugin [None req-f19ec6a6-2501-4902-91a1-cfb72375af3b f65c238e52424ae19f60209fdcd5e7da a973e25c07c74ff38f81c8a7147b5230 - - default default] TaaS: Handle Delete Port: 654dec43-a8d0-4db1-ac87-f2b954735826 2026-03-26 15:31:34.313 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f19ec6a6-2501-4902-91a1-cfb72375af3b f65c238e52424ae19f60209fdcd5e7da a973e25c07c74ff38f81c8a7147b5230 - - default default] Tap Mirror: Handle Delete Port: 654dec43-a8d0-4db1-ac87-f2b954735826 [pid: 7|app: 0|req: 917/1954] 10.0.0.103 () {32 vars in 719 bytes} [Thu Mar 26 15:31:34 2026] DELETE /v2.0/ports/654dec43-a8d0-4db1-ac87-f2b954735826 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/1955] 10.0.0.103 () {32 vars in 642 bytes} [Thu Mar 26 15:31:34 2026] GET /v2.0/ports => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:31:34.497 7 INFO neutron.db.segments_db [None req-ef304d73-cdab-4fa2-8399-d669cda0446e f65c238e52424ae19f60209fdcd5e7da a973e25c07c74ff38f81c8a7147b5230 - - default default] Added segment 5c9882c6-0128-4b70-bacb-b819fc5e9eb5 of type vxlan for network 6feab0da-d2b8-4a25-b548-7a8f8114cd6a [pid: 7|app: 0|req: 918/1956] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:31:34 2026] POST /v2.0/networks => generated 630 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:31:34.652 8 INFO neutron.db.segments_db [None req-4f415673-c895-40c7-9cc4-6dc0e6ba62e6 f65c238e52424ae19f60209fdcd5e7da a973e25c07c74ff38f81c8a7147b5230 - - default default] Added segment 62c7af81-f21c-45f6-b379-ef66c7404502 of type vxlan for network 327b579a-b908-4436-b95f-914fc986d315 [pid: 8|app: 0|req: 1039/1957] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:31:34 2026] POST /v2.0/networks => generated 631 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/1958] 10.0.0.76 () {34 vars in 988 bytes} [Thu Mar 26 15:31:34 2026] GET /v2.0/ports?device_id=c1669789-0d3b-4826-81d5-a665e9e0ba96 => 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: 1041/1959] 10.0.0.76 () {34 vars in 1038 bytes} [Thu Mar 26 15:31:34 2026] GET /v2.0/security-groups?id=96e707b9-1083-44f9-9f06-16533157f164&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: 919/1960] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:31:34 2026] POST /v2.0/subnets => generated 1274 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/1961] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:35 2026] GET /v2.0/ports?device_id=9b62abe3-bf87-4a7a-95a9-dea338ada69e => generated 1010 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1962] 10.0.0.103 () {32 vars in 646 bytes} [Thu Mar 26 15:31:35 2026] GET /v2.0/subnets => generated 1910 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/1963] 10.0.0.92 () {34 vars in 1118 bytes} [Thu Mar 26 15:31:35 2026] GET /v2.0/security-groups?id=64012572-5eca-4496-b64f-a06e6bd67a10&id=7c90844b-39d4-49f9-aff2-ac11b10d034e&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1964] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:31:35 2026] DELETE /v2.0/subnets/991b1d23-5ae5-4996-9888-a7a6e261d671 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/1965] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:31:35 2026] DELETE /v2.0/subnets/973a77df-a975-4f94-be60-cac2f0f414e6 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1966] 10.0.0.103 () {32 vars in 646 bytes} [Thu Mar 26 15:31:35 2026] GET /v2.0/subnets => generated 649 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:31:35.812 8 INFO neutron.services.segments.plugin [-] Segment 62c7af81-f21c-45f6-b379-ef66c7404502 resource provider aggregate not found 2026-03-26 15:31:35.818 8 INFO neutron.services.segments.plugin [-] Segment 62c7af81-f21c-45f6-b379-ef66c7404502 resource provider aggregate not found 2026-03-26 15:31:35.833 8 INFO neutron.services.segments.plugin [-] Segment 62c7af81-f21c-45f6-b379-ef66c7404502 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62c7af81-f21c-45f6-b379-ef66c7404502 found for delete ", "request_id": "req-d89fb283-cd7b-49e5-aacd-91d7f72755ff"}]} 2026-03-26 15:31:35.835 8 INFO neutron.services.segments.plugin [-] Segment 62c7af81-f21c-45f6-b379-ef66c7404502 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62c7af81-f21c-45f6-b379-ef66c7404502 found for delete ", "request_id": "req-7cafb089-bd91-4305-a157-2b7db6bcf82e"}]} [pid: 8|app: 0|req: 1045/1967] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:31:35 2026] DELETE /v2.0/networks/327b579a-b908-4436-b95f-914fc986d315 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:31:35.983 7 INFO neutron.services.segments.plugin [-] Segment 5c9882c6-0128-4b70-bacb-b819fc5e9eb5 resource provider aggregate not found 2026-03-26 15:31:35.984 7 INFO neutron.services.segments.plugin [-] Segment 5c9882c6-0128-4b70-bacb-b819fc5e9eb5 resource provider aggregate not found 2026-03-26 15:31:36.010 7 INFO neutron.services.segments.plugin [-] Segment 5c9882c6-0128-4b70-bacb-b819fc5e9eb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c9882c6-0128-4b70-bacb-b819fc5e9eb5 found for delete ", "request_id": "req-7c5bb33e-9b8b-4440-9840-d10b7bb8b1c2"}]} [pid: 7|app: 0|req: 923/1968] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:31:35 2026] DELETE /v2.0/networks/6feab0da-d2b8-4a25-b548-7a8f8114cd6a => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:31:36.015 7 INFO neutron.services.segments.plugin [-] Segment 5c9882c6-0128-4b70-bacb-b819fc5e9eb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c9882c6-0128-4b70-bacb-b819fc5e9eb5 found for delete ", "request_id": "req-dd011010-aaa9-44ac-b4c3-06935ae85849"}]} [pid: 8|app: 0|req: 1046/1969] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:31:36 2026] DELETE /v2.0/networks/2b65f1e6-c791-406d-8bc4-51f64f61dca6 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1970] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:31:36 2026] DELETE /v2.0/networks/c2abdc9d-76ca-410c-916a-701a0b0f954c => 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: 1047/1971] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:36 2026] GET /v2.0/ports?device_id=9b62abe3-bf87-4a7a-95a9-dea338ada69e => generated 1010 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1972] 10.0.0.92 () {34 vars in 1118 bytes} [Thu Mar 26 15:31:36 2026] GET /v2.0/security-groups?id=64012572-5eca-4496-b64f-a06e6bd67a10&id=7c90844b-39d4-49f9-aff2-ac11b10d034e&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/1973] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:31:36 2026] GET /v2.0/security-groups?tenant_id=a973e25c07c74ff38f81c8a7147b5230&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1974] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:31:37 2026] DELETE /v2.0/security-groups/0d51d3bf-c2ec-4286-bc3a-0204a5af8db2 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/1975] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:37 2026] GET /v2.0/ports?device_id=9b62abe3-bf87-4a7a-95a9-dea338ada69e => generated 1010 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1976] 10.0.0.92 () {34 vars in 1118 bytes} [Thu Mar 26 15:31:37 2026] GET /v2.0/security-groups?id=64012572-5eca-4496-b64f-a06e6bd67a10&id=7c90844b-39d4-49f9-aff2-ac11b10d034e&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: 1050/1977] 199.204.45.89 () {34 vars in 992 bytes} [Thu Mar 26 15:31:37 2026] GET /v2.0/ports?device_id=9b62abe3-bf87-4a7a-95a9-dea338ada69e => generated 1010 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:31:37.830 7 INFO neutron_taas.services.taas.taas_plugin [req-cc4768bb-a44d-4dab-8e3e-deaad5e2cb09 req-0741b0ff-aeff-4ebe-bc6f-f6a4b48da3ff fc40010004a44f1b92313e71c3efd7de 3e22f46c9da541a3bfa7da7da32656d8 - - default default] TaaS: Handle Delete Port: 2d6e20b6-6623-499e-afe9-2baecf8f3237 2026-03-26 15:31:37.835 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cc4768bb-a44d-4dab-8e3e-deaad5e2cb09 req-0741b0ff-aeff-4ebe-bc6f-f6a4b48da3ff fc40010004a44f1b92313e71c3efd7de 3e22f46c9da541a3bfa7da7da32656d8 - - default default] Tap Mirror: Handle Delete Port: 2d6e20b6-6623-499e-afe9-2baecf8f3237 2026-03-26 15:31:37.854 8 INFO neutron.services.segments.plugin [-] Segment 54c4e849-ead9-41d7-a8be-d063b8aae022 resource provider aggregate not found 2026-03-26 15:31:37.860 8 INFO neutron.services.segments.plugin [-] Segment 54c4e849-ead9-41d7-a8be-d063b8aae022 resource provider aggregate not found 2026-03-26 15:31:37.877 8 INFO neutron.services.segments.plugin [-] Segment 54c4e849-ead9-41d7-a8be-d063b8aae022 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54c4e849-ead9-41d7-a8be-d063b8aae022 found for delete ", "request_id": "req-31428369-57b7-4861-9b52-23575290d614"}]} 2026-03-26 15:31:37.884 8 INFO neutron.services.segments.plugin [-] Segment 54c4e849-ead9-41d7-a8be-d063b8aae022 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54c4e849-ead9-41d7-a8be-d063b8aae022 found for delete ", "request_id": "req-8c769952-d2af-4f8a-8d0c-b0c0da4d4a05"}]} 2026-03-26 15:31:37.987 7 INFO neutron.db.l3_db [req-cc4768bb-a44d-4dab-8e3e-deaad5e2cb09 req-0741b0ff-aeff-4ebe-bc6f-f6a4b48da3ff fc40010004a44f1b92313e71c3efd7de 3e22f46c9da541a3bfa7da7da32656d8 - - default default] Floating IP 6b40fa88-a36e-45d3-b326-1491f631e4cc disassociated. External IP: 10.96.250.210, port: 2d6e20b6-6623-499e-afe9-2baecf8f3237. 2026-03-26 15:31:38.039 7 INFO neutron.services.segments.plugin [-] Segment edd4fd64-9dfd-45ae-a00d-f3f14328caf6 resource provider aggregate not found 2026-03-26 15:31:38.043 7 INFO neutron.services.segments.plugin [-] Segment edd4fd64-9dfd-45ae-a00d-f3f14328caf6 resource provider aggregate not found 2026-03-26 15:31:38.064 7 INFO neutron.services.segments.plugin [-] Segment edd4fd64-9dfd-45ae-a00d-f3f14328caf6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid edd4fd64-9dfd-45ae-a00d-f3f14328caf6 found for delete ", "request_id": "req-8920fbfc-e590-4d43-99cb-5d4934bc9ac3"}]} 2026-03-26 15:31:38.067 7 INFO neutron.services.segments.plugin [-] Segment edd4fd64-9dfd-45ae-a00d-f3f14328caf6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid edd4fd64-9dfd-45ae-a00d-f3f14328caf6 found for delete ", "request_id": "req-fc838976-aab4-4465-b011-740d6e63e73d"}]} [pid: 7|app: 0|req: 928/1978] 199.204.45.89 () {36 vars in 995 bytes} [Thu Mar 26 15:31:37 2026] DELETE /v2.0/ports/2d6e20b6-6623-499e-afe9-2baecf8f3237 => generated 0 bytes in 770 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:31:38.470 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8412b4a0-5163-47eb-8d82-2e1f055972c9'] response: {'server_uuid': '9b62abe3-bf87-4a7a-95a9-dea338ada69e', 'name': 'network-vif-deleted', 'tag': '2d6e20b6-6623-499e-afe9-2baecf8f3237', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1051/1979] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:38 2026] GET /v2.0/ports?device_id=9b62abe3-bf87-4a7a-95a9-dea338ada69e => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:31:39.242 7 INFO neutron.db.segments_db [None req-dde77699-6446-4820-8474-eed4f237653a ce2c1f349b3e494d99564ca4ad807ca0 28126ae839b147b2b80c4d27e65f5033 - - default default] Added segment 06b13060-9b0c-4072-8e84-4c7e2242287c of type vxlan for network ff5faaa3-8129-42e8-92f7-19c1b25031b4 [pid: 7|app: 0|req: 929/1980] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:31:38 2026] POST /v2.0/networks => generated 624 bytes in 450 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/1981] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:31:39 2026] POST /v2.0/subnets => generated 641 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:31:39.646 7 INFO neutron.db.segments_db [None req-30fdf254-a506-4f34-bbd7-e5fccf87d024 ce2c1f349b3e494d99564ca4ad807ca0 28126ae839b147b2b80c4d27e65f5033 - - default default] Added segment 4f9deb04-9ddb-4be3-9a7b-3129d43916a2 of type vxlan for network a86870f9-57c3-46ce-88dd-aa450e6d04e9 [pid: 7|app: 0|req: 930/1982] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:31:39 2026] POST /v2.0/networks => generated 625 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1983] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:39 2026] GET /v2.0/ports?device_id=9b62abe3-bf87-4a7a-95a9-dea338ada69e => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/1984] 10.0.0.103 () {34 vars in 742 bytes} [Thu Mar 26 15:31:39 2026] PUT /v2.0/networks/a86870f9-57c3-46ce-88dd-aa450e6d04e9 => generated 592 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1985] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:31:39 2026] POST /v2.0/subnets => generated 626 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/1986] 10.0.0.103 () {34 vars in 740 bytes} [Thu Mar 26 15:31:40 2026] PUT /v2.0/subnets/ca53ba6f-ebd9-4741-b7c5-bf46205edf98 => generated 636 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:31:40.543 7 INFO neutron.services.segments.plugin [-] Segment 4f9deb04-9ddb-4be3-9a7b-3129d43916a2 resource provider aggregate not found 2026-03-26 15:31:40.549 7 INFO neutron.services.segments.plugin [-] Segment 4f9deb04-9ddb-4be3-9a7b-3129d43916a2 resource provider aggregate not found 2026-03-26 15:31:40.575 7 INFO neutron.services.segments.plugin [-] Segment 4f9deb04-9ddb-4be3-9a7b-3129d43916a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f9deb04-9ddb-4be3-9a7b-3129d43916a2 found for delete ", "request_id": "req-18db0c18-abc5-4c75-893c-e40e096250a8"}]} 2026-03-26 15:31:40.576 7 INFO neutron.services.segments.plugin [-] Segment 4f9deb04-9ddb-4be3-9a7b-3129d43916a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f9deb04-9ddb-4be3-9a7b-3129d43916a2 found for delete ", "request_id": "req-02ec5968-3175-45bf-bb49-a70c19de603b"}]} [pid: 7|app: 0|req: 933/1987] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:31:40 2026] DELETE /v2.0/networks/a86870f9-57c3-46ce-88dd-aa450e6d04e9 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:31:40.601 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c16fbbd3-70e5-4ccc-a30d-d8884a3510b6 ce2c1f349b3e494d99564ca4ad807ca0 28126ae839b147b2b80c4d27e65f5033 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1055/1988] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:31:40 2026] DELETE /v2.0/networks/a86870f9-57c3-46ce-88dd-aa450e6d04e9 => generated 138 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1989] 10.0.0.103 () {32 vars in 693 bytes} [Thu Mar 26 15:31:40 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/1990] 10.0.0.103 () {32 vars in 741 bytes} [Thu Mar 26 15:31:40 2026] GET /v2.0/subnets?network_id=d880a5ac-5837-4bab-ba8f-abbc2ad21313 => generated 649 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1991] 10.0.0.103 () {32 vars in 652 bytes} [Thu Mar 26 15:31:40 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/1992] 10.0.0.103 () {32 vars in 648 bytes} [Thu Mar 26 15:31:40 2026] GET /v2.0/networks => generated 1308 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1993] 10.0.0.103 () {32 vars in 646 bytes} [Thu Mar 26 15:31:40 2026] GET /v2.0/subnets => generated 1280 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/1994] 10.0.0.103 () {32 vars in 722 bytes} [Thu Mar 26 15:31:40 2026] GET /v2.0/networks/ff5faaa3-8129-42e8-92f7-19c1b25031b4 => generated 668 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1995] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:40 2026] GET /v2.0/ports?device_id=9b62abe3-bf87-4a7a-95a9-dea338ada69e => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/1996] 10.0.0.103 () {32 vars in 720 bytes} [Thu Mar 26 15:31:40 2026] GET /v2.0/subnets/5c6dae60-277d-4144-bc1d-65556ace69e7 => generated 641 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:31:41.093 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e78703c2-3cc4-45df-b1c2-869cb898c804 ce2c1f349b3e494d99564ca4ad807ca0 28126ae839b147b2b80c4d27e65f5033 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 938/1997] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:31:41 2026] DELETE /v2.0/subnets/ca53ba6f-ebd9-4741-b7c5-bf46205edf98 => generated 136 bytes in 89 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 15:31:41.118 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dd3ff336-cba5-4616-abcd-5760b7cb7320 ce2c1f349b3e494d99564ca4ad807ca0 28126ae839b147b2b80c4d27e65f5033 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1060/1998] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:31:41 2026] DELETE /v2.0/networks/a86870f9-57c3-46ce-88dd-aa450e6d04e9 => 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: 939/1999] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:31:41 2026] DELETE /v2.0/subnets/5c6dae60-277d-4144-bc1d-65556ace69e7 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:31:41.419 8 INFO neutron_taas.services.taas.taas_plugin [None req-995a1048-642d-4eb6-bef0-25d253fe801b ce2c1f349b3e494d99564ca4ad807ca0 28126ae839b147b2b80c4d27e65f5033 - - default default] TaaS: Handle Delete Port: 5a68290b-f406-48e2-821a-10f6e0d765e2 2026-03-26 15:31:41.422 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-995a1048-642d-4eb6-bef0-25d253fe801b ce2c1f349b3e494d99564ca4ad807ca0 28126ae839b147b2b80c4d27e65f5033 - - default default] Tap Mirror: Handle Delete Port: 5a68290b-f406-48e2-821a-10f6e0d765e2 2026-03-26 15:31:41.598 8 INFO neutron.services.segments.plugin [-] Segment 06b13060-9b0c-4072-8e84-4c7e2242287c resource provider aggregate not found 2026-03-26 15:31:41.607 8 INFO neutron.services.segments.plugin [-] Segment 06b13060-9b0c-4072-8e84-4c7e2242287c resource provider aggregate not found 2026-03-26 15:31:41.616 8 INFO neutron.services.segments.plugin [-] Segment 06b13060-9b0c-4072-8e84-4c7e2242287c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06b13060-9b0c-4072-8e84-4c7e2242287c found for delete ", "request_id": "req-f57bcfb7-631e-43ca-9222-b7a57b2e364e"}]} 2026-03-26 15:31:41.624 8 INFO neutron.services.segments.plugin [-] Segment 06b13060-9b0c-4072-8e84-4c7e2242287c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06b13060-9b0c-4072-8e84-4c7e2242287c found for delete ", "request_id": "req-80e953ba-f34d-43b4-9301-1cefbc50b469"}]} [pid: 8|app: 0|req: 1061/2000] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:31:41 2026] DELETE /v2.0/networks/ff5faaa3-8129-42e8-92f7-19c1b25031b4 => 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: 1062/2001] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:31:42 2026] DELETE /v2.0/security-groups/64012572-5eca-4496-b64f-a06e6bd67a10 => 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: 940/2002] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:31:42 2026] GET /v2.0/security-groups?tenant_id=28126ae839b147b2b80c4d27e65f5033&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:31:42.270 8 INFO neutron.api.v2.resource [None req-48b806ee-03f6-4026-a912-e596f0182296 fc40010004a44f1b92313e71c3efd7de 3e22f46c9da541a3bfa7da7da32656d8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1063/2003] 10.0.0.103 () {32 vars in 736 bytes} [Thu Mar 26 15:31:42 2026] GET /v2.0/security-groups/64012572-5eca-4496-b64f-a06e6bd67a10 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/2006] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:31:42 2026] DELETE /v2.0/security-groups/3e32721d-6c2f-4f5d-b180-23d2c95d6347 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:31:42.405 8 INFO neutron_taas.services.taas.taas_plugin [None req-1699b631-4841-4e09-8886-6ea219fa688e fc40010004a44f1b92313e71c3efd7de 3e22f46c9da541a3bfa7da7da32656d8 - - default default] TaaS: Handle Delete Port: 5664f76a-75db-4cb6-b188-c6b4e78007b5 2026-03-26 15:31:42.408 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1699b631-4841-4e09-8886-6ea219fa688e fc40010004a44f1b92313e71c3efd7de 3e22f46c9da541a3bfa7da7da32656d8 - - default default] Tap Mirror: Handle Delete Port: 5664f76a-75db-4cb6-b188-c6b4e78007b5 [pid: 8|app: 0|req: 1066/2007] 10.0.0.103 () {32 vars in 731 bytes} [Thu Mar 26 15:31:42 2026] DELETE /v2.0/floatingips/6b40fa88-a36e-45d3-b326-1491f631e4cc => generated 0 bytes in 295 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/2008] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:31:42 2026] DELETE /v2.0/security-groups/7c90844b-39d4-49f9-aff2-ac11b10d034e => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:31:43.131 8 INFO neutron_taas.services.taas.taas_plugin [None req-955edaec-e7cf-4308-83eb-067aec380440 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: 21754494-32de-49ec-a96d-421e674fb9ff 2026-03-26 15:31:43.134 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-955edaec-e7cf-4308-83eb-067aec380440 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: 21754494-32de-49ec-a96d-421e674fb9ff [pid: 8|app: 0|req: 1067/2009] 10.0.0.103 () {34 vars in 788 bytes} [Thu Mar 26 15:31:42 2026] PUT /v2.0/routers/7fd7c95c-7461-4ab9-b3d9-2526e1c9397c/remove_router_interface => generated 309 bytes in 953 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:31:43.932 7 INFO neutron_taas.services.taas.taas_plugin [None req-cab32196-b86a-4cd3-b9de-a7cd7dfffe12 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: 8fc12855-def2-4460-b830-83faa8da6603 2026-03-26 15:31:43.935 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cab32196-b86a-4cd3-b9de-a7cd7dfffe12 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: 8fc12855-def2-4460-b830-83faa8da6603 2026-03-26 15:31:44.223 7 INFO neutron_taas.services.taas.taas_plugin [None req-cab32196-b86a-4cd3-b9de-a7cd7dfffe12 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: 9279451d-7b9d-4024-9b1a-7c1466f676ef 2026-03-26 15:31:44.227 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cab32196-b86a-4cd3-b9de-a7cd7dfffe12 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: 9279451d-7b9d-4024-9b1a-7c1466f676ef 2026-03-26 15:31:44.468 8 INFO neutron.db.segments_db [None req-48979469-8498-43c1-ada7-20b4589114e3 4eb24bf4afdd4c03b91b78b43c15968d 1b86a3df854b4ddfa0fa6f758731a7ce - - default default] Added segment 01822184-2457-4455-93d7-fcff3e26aea0 of type vxlan for network bfc12436-5e89-468c-83d3-1211186cfad7 [pid: 8|app: 0|req: 1068/2010] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:31:44 2026] POST /v2.0/networks => generated 630 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:31:44.602 7 INFO neutron.services.segments.plugin [-] Segment 4151b226-03ae-46a9-8132-badad63d7ede resource provider aggregate not found 2026-03-26 15:31:44.610 7 INFO neutron.services.segments.plugin [-] Segment 4151b226-03ae-46a9-8132-badad63d7ede resource provider aggregate not found 2026-03-26 15:31:44.626 7 INFO neutron.services.segments.plugin [-] Segment 4151b226-03ae-46a9-8132-badad63d7ede resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4151b226-03ae-46a9-8132-badad63d7ede found for delete ", "request_id": "req-b9241e86-1c77-4b2d-9505-153331749501"}]} 2026-03-26 15:31:44.628 7 INFO neutron.services.segments.plugin [-] Segment 4151b226-03ae-46a9-8132-badad63d7ede resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4151b226-03ae-46a9-8132-badad63d7ede found for delete ", "request_id": "req-5dc3db5b-e565-4423-8f2d-316dd5246fc3"}]} 2026-03-26 15:31:44.646 7 INFO neutron.db.l3_hamode_db [None req-cab32196-b86a-4cd3-b9de-a7cd7dfffe12 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] HA network d8ea736c-ee6b-4ed1-b51f-cc1023b6fe0a was deleted as no HA routers are present in tenant 3e22f46c9da541a3bfa7da7da32656d8. [pid: 7|app: 0|req: 943/2011] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:31:43 2026] DELETE /v2.0/routers/7fd7c95c-7461-4ab9-b3d9-2526e1c9397c => generated 0 bytes in 956 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2012] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:44 2026] GET /v2.0/ports?device_id=c1669789-0d3b-4826-81d5-a665e9e0ba96 => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2013] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:31:44 2026] DELETE /v2.0/subnets/5ab4bf34-13f6-4003-b36e-c3b843aeb20a => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2014] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:31:44 2026] GET /v2.0/security-groups?id=96e707b9-1083-44f9-9f06-16533157f164&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:31:44.887 8 INFO neutron_taas.services.taas.taas_plugin [None req-cfc967fa-792c-406e-964a-53f611a51812 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: b5255ae1-903f-4526-821d-1c284e03ef14 2026-03-26 15:31:44.890 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cfc967fa-792c-406e-964a-53f611a51812 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: b5255ae1-903f-4526-821d-1c284e03ef14 [pid: 7|app: 0|req: 944/2015] 10.0.0.103 () {34 vars in 664 bytes} [Thu Mar 26 15:31:44 2026] POST /v2.0/ports => generated 778 bytes in 335 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-03-26 15:31:45.052 7 INFO neutron.db.segments_db [None req-3520c465-3d59-4336-95c3-b4d4243e5238 4eb24bf4afdd4c03b91b78b43c15968d 1b86a3df854b4ddfa0fa6f758731a7ce - - default default] Added segment 39ff08d8-547b-464c-bee4-31d72fcf3f36 of type vxlan for network 9a523fa8-ba39-4b4c-bf74-4326ffbfb698 2026-03-26 15:31:45.087 8 INFO neutron.services.segments.plugin [-] Segment f8849048-e0d8-4f35-beaf-9c0921197dc4 resource provider aggregate not found 2026-03-26 15:31:45.090 8 INFO neutron.services.segments.plugin [-] Segment f8849048-e0d8-4f35-beaf-9c0921197dc4 resource provider aggregate not found 2026-03-26 15:31:45.115 8 INFO neutron.services.segments.plugin [-] Segment f8849048-e0d8-4f35-beaf-9c0921197dc4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8849048-e0d8-4f35-beaf-9c0921197dc4 found for delete ", "request_id": "req-b1598a9d-cd1f-4e7a-b5bf-a5af70f4236e"}]} 2026-03-26 15:31:45.125 8 INFO neutron.services.segments.plugin [-] Segment f8849048-e0d8-4f35-beaf-9c0921197dc4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8849048-e0d8-4f35-beaf-9c0921197dc4 found for delete ", "request_id": "req-2b2c89df-daae-4ef0-99ec-20ac7f400013"}]} [pid: 8|app: 0|req: 1072/2016] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:31:44 2026] DELETE /v2.0/networks/bf799670-bd19-4099-8042-a365a351e806 => generated 0 bytes in 338 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/2017] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:31:44 2026] POST /v2.0/networks => generated 617 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/2018] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:31:45 2026] POST /v2.0/subnets => generated 646 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:31:45.511 8 INFO neutron_taas.services.taas.taas_plugin [None req-dc627cc4-db23-4b4b-9d4b-2e43e561739b d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: e6ece67b-4264-4935-bbd7-3761b58f8e50 2026-03-26 15:31:45.513 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc627cc4-db23-4b4b-9d4b-2e43e561739b d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: e6ece67b-4264-4935-bbd7-3761b58f8e50 [pid: 7|app: 0|req: 947/2019] 10.0.0.103 () {34 vars in 664 bytes} [Thu Mar 26 15:31:45 2026] POST /v2.0/ports => generated 961 bytes in 411 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-03-26 15:31:45.974 7 INFO neutron_taas.services.taas.taas_plugin [None req-58bc9df7-a557-4b8a-ad17-1cf3a58e37e5 4eb24bf4afdd4c03b91b78b43c15968d 1b86a3df854b4ddfa0fa6f758731a7ce - - default default] TaaS: Handle Delete Port: 81edb048-39c9-4c98-a113-050ddf7fbb95 2026-03-26 15:31:45.977 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58bc9df7-a557-4b8a-ad17-1cf3a58e37e5 4eb24bf4afdd4c03b91b78b43c15968d 1b86a3df854b4ddfa0fa6f758731a7ce - - default default] Tap Mirror: Handle Delete Port: 81edb048-39c9-4c98-a113-050ddf7fbb95 [pid: 7|app: 0|req: 948/2020] 10.0.0.103 () {32 vars in 719 bytes} [Thu Mar 26 15:31:45 2026] DELETE /v2.0/ports/81edb048-39c9-4c98-a113-050ddf7fbb95 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2021] 10.0.0.103 () {34 vars in 788 bytes} [Thu Mar 26 15:31:45 2026] PUT /v2.0/routers/146ada17-94ea-4686-acd0-cb03a3c98cd4/remove_router_interface => generated 309 bytes in 1024 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/2022] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:46 2026] GET /v2.0/ports?device_id=c1669789-0d3b-4826-81d5-a665e9e0ba96 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:31:46.188 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d62ed4fb-78e0-4bf2-9cf9-6fb3e0a2530c 4eb24bf4afdd4c03b91b78b43c15968d 1b86a3df854b4ddfa0fa6f758731a7ce - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1074/2023] 10.0.0.103 () {32 vars in 719 bytes} [Thu Mar 26 15:31:46 2026] DELETE /v2.0/ports/81edb048-39c9-4c98-a113-050ddf7fbb95 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2024] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:31:46 2026] GET /v2.0/security-groups?id=96e707b9-1083-44f9-9f06-16533157f164&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:31:46.246 8 INFO neutron.pecan_wsgi.hooks.translation [None req-46427fed-c339-49b8-a7e2-4c5ac49f18c2 4eb24bf4afdd4c03b91b78b43c15968d 1b86a3df854b4ddfa0fa6f758731a7ce - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1076/2025] 10.0.0.103 () {32 vars in 716 bytes} [Thu Mar 26 15:31:46 2026] GET /v2.0/ports/81edb048-39c9-4c98-a113-050ddf7fbb95 => 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: 1077/2026] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:31:46 2026] DELETE /v2.0/subnets/9542ab93-938b-41f9-84a3-d358db26d8f3 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:31:46.504 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c3cc50a-028c-48c4-aaba-f1b892201031 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: 280357e7-1211-4bc8-8fe0-c27d2db0e6a4 2026-03-26 15:31:46.508 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c3cc50a-028c-48c4-aaba-f1b892201031 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: 280357e7-1211-4bc8-8fe0-c27d2db0e6a4 [pid: 8|app: 0|req: 1078/2027] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:31:46 2026] DELETE /v2.0/networks/9a523fa8-ba39-4b4c-bf74-4326ffbfb698 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:31:46.669 8 INFO neutron.db.segments_db [None req-0fafacb3-9099-47fc-aacb-1b21bca65f6f 4eb24bf4afdd4c03b91b78b43c15968d 1b86a3df854b4ddfa0fa6f758731a7ce - - default default] Added segment 497f120e-70db-42a4-9182-38fe03847f5b of type vxlan for network d7fbd3dd-1d5a-48c3-9e5e-b1970ee6afcc [pid: 8|app: 0|req: 1079/2028] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:31:46 2026] POST /v2.0/networks => generated 616 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:31:46.843 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c3cc50a-028c-48c4-aaba-f1b892201031 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: 766aae72-2564-41cf-bbf2-79469c57b495 2026-03-26 15:31:46.846 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c3cc50a-028c-48c4-aaba-f1b892201031 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: 766aae72-2564-41cf-bbf2-79469c57b495 [pid: 8|app: 0|req: 1080/2029] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:31:46 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: 8|app: 0|req: 1081/2030] 199.204.45.89 () {34 vars in 992 bytes} [Thu Mar 26 15:31:47 2026] GET /v2.0/ports?device_id=c1669789-0d3b-4826-81d5-a665e9e0ba96 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:31:47.136 8 INFO neutron.services.segments.plugin [-] Segment 39ff08d8-547b-464c-bee4-31d72fcf3f36 resource provider aggregate not found 2026-03-26 15:31:47.148 8 INFO neutron.services.segments.plugin [-] Segment 39ff08d8-547b-464c-bee4-31d72fcf3f36 resource provider aggregate not found 2026-03-26 15:31:47.155 8 INFO neutron.services.segments.plugin [-] Segment 39ff08d8-547b-464c-bee4-31d72fcf3f36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39ff08d8-547b-464c-bee4-31d72fcf3f36 found for delete ", "request_id": "req-4161e0f2-958e-44f1-81f8-66ab4f668e5e"}]} 2026-03-26 15:31:47.170 8 INFO neutron.services.segments.plugin [-] Segment 39ff08d8-547b-464c-bee4-31d72fcf3f36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39ff08d8-547b-464c-bee4-31d72fcf3f36 found for delete ", "request_id": "req-5cd18e7f-ba93-4580-988f-d85788ea77ef"}]} 2026-03-26 15:31:47.231 7 INFO neutron.services.segments.plugin [-] Segment 3e2548ae-abc6-407e-9195-bf671d02f111 resource provider aggregate not found 2026-03-26 15:31:47.237 7 INFO neutron.services.segments.plugin [-] Segment 3e2548ae-abc6-407e-9195-bf671d02f111 resource provider aggregate not found 2026-03-26 15:31:47.257 7 INFO neutron.services.segments.plugin [-] Segment 3e2548ae-abc6-407e-9195-bf671d02f111 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e2548ae-abc6-407e-9195-bf671d02f111 found for delete ", "request_id": "req-db1b11e2-3ae0-46f9-99f0-7ceef7bde468"}]} 2026-03-26 15:31:47.259 7 INFO neutron.services.segments.plugin [-] Segment 3e2548ae-abc6-407e-9195-bf671d02f111 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e2548ae-abc6-407e-9195-bf671d02f111 found for delete ", "request_id": "req-e7c629c2-dac4-4642-b4f1-349553c44e3e"}]} 2026-03-26 15:31:47.275 7 INFO neutron.db.l3_hamode_db [None req-6c3cc50a-028c-48c4-aaba-f1b892201031 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] HA network 97b2ed68-130c-4be3-887a-018200104f22 was deleted as no HA routers are present in tenant 0f5a29c88763456285f5d26dee24f45b. [pid: 7|app: 0|req: 950/2031] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:31:46 2026] DELETE /v2.0/routers/146ada17-94ea-4686-acd0-cb03a3c98cd4 => generated 0 bytes in 1104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:31:47.379 7 INFO neutron_taas.services.taas.taas_plugin [req-0acfefbc-f1dc-4345-824f-16b2c1c44187 req-2a6f30da-7839-4f8e-9ff7-d0b5fcb9c13e 2e4aab4f455d43338ecb5715cbccae19 dc8ab133825c4079bfd2388dcbe7c7a5 - - default default] TaaS: Handle Delete Port: 81c45904-127b-4c95-998b-876e47159515 2026-03-26 15:31:47.389 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0acfefbc-f1dc-4345-824f-16b2c1c44187 req-2a6f30da-7839-4f8e-9ff7-d0b5fcb9c13e 2e4aab4f455d43338ecb5715cbccae19 dc8ab133825c4079bfd2388dcbe7c7a5 - - default default] Tap Mirror: Handle Delete Port: 81c45904-127b-4c95-998b-876e47159515 [pid: 8|app: 0|req: 1082/2032] 10.0.0.103 () {34 vars in 664 bytes} [Thu Mar 26 15:31:47 2026] POST /v2.0/ports => generated 927 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:31:47.529 7 INFO neutron.db.l3_db [req-0acfefbc-f1dc-4345-824f-16b2c1c44187 req-2a6f30da-7839-4f8e-9ff7-d0b5fcb9c13e 2e4aab4f455d43338ecb5715cbccae19 dc8ab133825c4079bfd2388dcbe7c7a5 - - default default] Floating IP 454939d0-a9f5-4fcc-bb64-ddac634794c6 disassociated. External IP: 10.96.250.203, port: 81c45904-127b-4c95-998b-876e47159515. [pid: 8|app: 0|req: 1083/2033] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:31:47 2026] DELETE /v2.0/subnets/3fed94ee-e012-4a54-9f20-a64d131751a7 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2034] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:47 2026] GET /v2.0/ports?device_id=c1669789-0d3b-4826-81d5-a665e9e0ba96 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:31:47.718 8 INFO neutron_taas.services.taas.taas_plugin [None req-8dbb7e15-f72c-4fd1-8a57-e4c961c13d83 4eb24bf4afdd4c03b91b78b43c15968d 1b86a3df854b4ddfa0fa6f758731a7ce - - default default] TaaS: Handle Delete Port: f8e79eba-79d7-407e-b6e0-9cdd0ef6acf2 2026-03-26 15:31:47.721 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8dbb7e15-f72c-4fd1-8a57-e4c961c13d83 4eb24bf4afdd4c03b91b78b43c15968d 1b86a3df854b4ddfa0fa6f758731a7ce - - default default] Tap Mirror: Handle Delete Port: f8e79eba-79d7-407e-b6e0-9cdd0ef6acf2 [pid: 8|app: 0|req: 1085/2035] 10.0.0.103 () {32 vars in 719 bytes} [Thu Mar 26 15:31:47 2026] DELETE /v2.0/ports/f8e79eba-79d7-407e-b6e0-9cdd0ef6acf2 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:31:47.910 8 INFO neutron_taas.services.taas.taas_plugin [None req-9453b5bf-694a-4f52-ad8c-984ef450e4e7 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: f49727ba-2a73-4d5d-a3e0-36733f1df36d 2026-03-26 15:31:47.914 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9453b5bf-694a-4f52-ad8c-984ef450e4e7 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: f49727ba-2a73-4d5d-a3e0-36733f1df36d [pid: 7|app: 0|req: 951/2036] 199.204.45.89 () {36 vars in 995 bytes} [Thu Mar 26 15:31:47 2026] DELETE /v2.0/ports/81c45904-127b-4c95-998b-876e47159515 => generated 0 bytes in 659 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/2037] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:31:47 2026] GET /v2.0/security-groups?id=96e707b9-1083-44f9-9f06-16533157f164&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:31:47.983 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f902a15-b086-46dd-82e3-ec545ea09209'] response: {'server_uuid': 'c1669789-0d3b-4826-81d5-a665e9e0ba96', 'name': 'network-vif-deleted', 'tag': '81c45904-127b-4c95-998b-876e47159515', 'status': 'completed', 'code': 200} 2026-03-26 15:31:47.999 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f0aea419-bea6-4d85-a423-113b46f3f156 4eb24bf4afdd4c03b91b78b43c15968d 1b86a3df854b4ddfa0fa6f758731a7ce - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 953/2038] 10.0.0.103 () {32 vars in 716 bytes} [Thu Mar 26 15:31:47 2026] GET /v2.0/ports/f8e79eba-79d7-407e-b6e0-9cdd0ef6acf2 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2039] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:31:47 2026] DELETE /v2.0/networks/05963a82-f36c-43fb-aefe-1185d3641fd4 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/2040] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:31:48 2026] DELETE /v2.0/subnets/9da126e2-fea5-490d-a2e6-5d5636d15e99 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2041] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:31:48 2026] DELETE /v2.0/networks/d7fbd3dd-1d5a-48c3-9e5e-b1970ee6afcc => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2042] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:31:48 2026] GET /v2.0/security-groups?tenant_id=0f5a29c88763456285f5d26dee24f45b&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: 1089/2043] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:31:48 2026] DELETE /v2.0/security-groups/609721a5-9065-40cf-83da-309fc64d02d8 => 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: 955/2044] 10.0.0.103 () {34 vars in 664 bytes} [Thu Mar 26 15:31:48 2026] POST /v2.0/ports => generated 779 bytes in 283 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: 956/2045] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:31:48 2026] GET /v2.0/security-groups?tenant_id=3e22f46c9da541a3bfa7da7da32656d8&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2046] 10.0.0.103 () {34 vars in 736 bytes} [Thu Mar 26 15:31:48 2026] PUT /v2.0/ports/4acf60f1-d53a-4029-b0af-66f7076dec3e => generated 752 bytes in 186 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: 957/2047] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:31:48 2026] DELETE /v2.0/security-groups/41aa4789-8dcd-4b94-ae65-228667b42e58 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:31:48.926 8 INFO neutron_taas.services.taas.taas_plugin [None req-50dd6bfc-e212-4506-b084-302f3adc5d29 4eb24bf4afdd4c03b91b78b43c15968d 1b86a3df854b4ddfa0fa6f758731a7ce - - default default] TaaS: Handle Delete Port: 4acf60f1-d53a-4029-b0af-66f7076dec3e 2026-03-26 15:31:48.929 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-50dd6bfc-e212-4506-b084-302f3adc5d29 4eb24bf4afdd4c03b91b78b43c15968d 1b86a3df854b4ddfa0fa6f758731a7ce - - default default] Tap Mirror: Handle Delete Port: 4acf60f1-d53a-4029-b0af-66f7076dec3e [pid: 8|app: 0|req: 1091/2048] 10.0.0.103 () {32 vars in 719 bytes} [Thu Mar 26 15:31:48 2026] DELETE /v2.0/ports/4acf60f1-d53a-4029-b0af-66f7076dec3e => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/2049] 10.0.0.103 () {32 vars in 642 bytes} [Thu Mar 26 15:31:49 2026] GET /v2.0/ports => generated 781 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/2050] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:49 2026] GET /v2.0/ports?device_id=c1669789-0d3b-4826-81d5-a665e9e0ba96 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:31:49.110 8 INFO neutron.pecan_wsgi.hooks.translation [None req-111afbe3-a853-41b1-9cd4-fcb087dcc574 4eb24bf4afdd4c03b91b78b43c15968d 1b86a3df854b4ddfa0fa6f758731a7ce - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1092/2051] 10.0.0.103 () {32 vars in 716 bytes} [Thu Mar 26 15:31:49 2026] GET /v2.0/ports/4acf60f1-d53a-4029-b0af-66f7076dec3e => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/2052] 10.0.0.103 () {32 vars in 642 bytes} [Thu Mar 26 15:31:49 2026] GET /v2.0/ports => generated 781 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:31:49.200 8 INFO neutron.services.segments.plugin [-] Segment 89b55033-8e77-4e2d-9e67-5462081c32b0 resource provider aggregate not found 2026-03-26 15:31:49.206 8 INFO neutron.services.segments.plugin [-] Segment 89b55033-8e77-4e2d-9e67-5462081c32b0 resource provider aggregate not found 2026-03-26 15:31:49.231 8 INFO neutron.services.segments.plugin [-] Segment 89b55033-8e77-4e2d-9e67-5462081c32b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89b55033-8e77-4e2d-9e67-5462081c32b0 found for delete ", "request_id": "req-51348a7d-2700-4758-9677-df118934747f"}]} 2026-03-26 15:31:49.238 8 INFO neutron.services.segments.plugin [-] Segment 89b55033-8e77-4e2d-9e67-5462081c32b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89b55033-8e77-4e2d-9e67-5462081c32b0 found for delete ", "request_id": "req-9c6b4041-0ffd-44e1-97e4-345c1d4e0e34"}]} 2026-03-26 15:31:49.263 8 INFO neutron.services.segments.plugin [-] Segment 497f120e-70db-42a4-9182-38fe03847f5b resource provider aggregate not found [pid: 8|app: 0|req: 1093/2053] 10.0.0.103 () {32 vars in 716 bytes} [Thu Mar 26 15:31:49 2026] GET /v2.0/ports/b7eb8c21-a6ec-4ebe-ab33-a4fbbfe2f9da => generated 778 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:31:49.269 8 INFO neutron.services.segments.plugin [-] Segment 497f120e-70db-42a4-9182-38fe03847f5b resource provider aggregate not found 2026-03-26 15:31:49.285 8 INFO neutron.services.segments.plugin [-] Segment 497f120e-70db-42a4-9182-38fe03847f5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 497f120e-70db-42a4-9182-38fe03847f5b found for delete ", "request_id": "req-a61ec48e-64e0-4cb9-a72e-8ca28acc09fa"}]} 2026-03-26 15:31:49.291 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7a3fbaae-b62b-4c28-b670-66414fab99dd 4eb24bf4afdd4c03b91b78b43c15968d 1b86a3df854b4ddfa0fa6f758731a7ce - - default default] DELETE failed (client error): The resource could not be found. 2026-03-26 15:31:49.294 8 INFO neutron.services.segments.plugin [-] Segment 497f120e-70db-42a4-9182-38fe03847f5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 497f120e-70db-42a4-9182-38fe03847f5b found for delete ", "request_id": "req-122e091c-1b95-4620-aa86-72936d864853"}]} [pid: 7|app: 0|req: 961/2054] 10.0.0.103 () {32 vars in 719 bytes} [Thu Mar 26 15:31:49 2026] DELETE /v2.0/ports/f8e79eba-79d7-407e-b6e0-9cdd0ef6acf2 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 15:31:49.315 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a460e570-f4ac-404e-b5b1-a368110874da 4eb24bf4afdd4c03b91b78b43c15968d 1b86a3df854b4ddfa0fa6f758731a7ce - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1094/2055] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:31:49 2026] DELETE /v2.0/subnets/9da126e2-fea5-490d-a2e6-5d5636d15e99 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 15:31:49.337 7 INFO neutron.pecan_wsgi.hooks.translation [None req-70c472fa-0539-4106-861c-a0008562977e 4eb24bf4afdd4c03b91b78b43c15968d 1b86a3df854b4ddfa0fa6f758731a7ce - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 962/2056] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:31:49 2026] DELETE /v2.0/subnets/9542ab93-938b-41f9-84a3-d358db26d8f3 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 15:31:49.438 8 INFO neutron_taas.services.taas.taas_plugin [None req-69e57707-7853-4977-994a-8286464d78ee 4eb24bf4afdd4c03b91b78b43c15968d 1b86a3df854b4ddfa0fa6f758731a7ce - - default default] TaaS: Handle Delete Port: b7eb8c21-a6ec-4ebe-ab33-a4fbbfe2f9da 2026-03-26 15:31:49.441 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69e57707-7853-4977-994a-8286464d78ee 4eb24bf4afdd4c03b91b78b43c15968d 1b86a3df854b4ddfa0fa6f758731a7ce - - default default] Tap Mirror: Handle Delete Port: b7eb8c21-a6ec-4ebe-ab33-a4fbbfe2f9da [pid: 8|app: 0|req: 1095/2057] 10.0.0.103 () {32 vars in 719 bytes} [Thu Mar 26 15:31:49 2026] DELETE /v2.0/ports/b7eb8c21-a6ec-4ebe-ab33-a4fbbfe2f9da => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:31:49.659 7 INFO neutron.services.segments.plugin [-] Segment 01822184-2457-4455-93d7-fcff3e26aea0 resource provider aggregate not found 2026-03-26 15:31:49.664 7 INFO neutron.services.segments.plugin [-] Segment 01822184-2457-4455-93d7-fcff3e26aea0 resource provider aggregate not found 2026-03-26 15:31:49.680 7 INFO neutron.services.segments.plugin [-] Segment 01822184-2457-4455-93d7-fcff3e26aea0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01822184-2457-4455-93d7-fcff3e26aea0 found for delete ", "request_id": "req-ecc1282f-6c47-438d-a925-c11bd2e8aa1d"}]} 2026-03-26 15:31:49.689 7 INFO neutron.services.segments.plugin [-] Segment 01822184-2457-4455-93d7-fcff3e26aea0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01822184-2457-4455-93d7-fcff3e26aea0 found for delete ", "request_id": "req-c61f6be8-ac9b-4b79-8414-c15731d76766"}]} [pid: 7|app: 0|req: 963/2058] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:31:49 2026] DELETE /v2.0/networks/bfc12436-5e89-468c-83d3-1211186cfad7 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/2059] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:50 2026] GET /v2.0/ports?device_id=c1669789-0d3b-4826-81d5-a665e9e0ba96 => 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: 1096/2060] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:31:50 2026] GET /v2.0/security-groups?tenant_id=1b86a3df854b4ddfa0fa6f758731a7ce&name=default => generated 2925 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/2061] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:31:50 2026] DELETE /v2.0/security-groups/e33a0b70-5a81-4b99-8cbf-36e92f886b1f => 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: 1097/2062] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:31:51 2026] DELETE /v2.0/security-groups/96e707b9-1083-44f9-9f06-16533157f164 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:31:51.607 7 INFO neutron_taas.services.taas.taas_plugin [None req-f4ff7a2e-f972-43f8-b97b-79ed95077aec 2e4aab4f455d43338ecb5715cbccae19 dc8ab133825c4079bfd2388dcbe7c7a5 - - default default] TaaS: Handle Delete Port: b4bce353-6dd0-46ff-9596-0aecbd2c94d7 2026-03-26 15:31:51.610 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4ff7a2e-f972-43f8-b97b-79ed95077aec 2e4aab4f455d43338ecb5715cbccae19 dc8ab133825c4079bfd2388dcbe7c7a5 - - default default] Tap Mirror: Handle Delete Port: b4bce353-6dd0-46ff-9596-0aecbd2c94d7 [pid: 7|app: 0|req: 966/2063] 10.0.0.103 () {32 vars in 731 bytes} [Thu Mar 26 15:31:51 2026] DELETE /v2.0/floatingips/454939d0-a9f5-4fcc-bb64-ddac634794c6 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2064] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:51 2026] GET /v2.0/ports?device_id=16c5acaf-39c8-43d9-a0c3-2636de6cde02 => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/2065] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:31:52 2026] GET /v2.0/security-groups?id=112868a4-fcf3-48c7-8297-29f14bb08cc5&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: 1099/2066] 10.0.0.103 () {34 vars in 683 bytes} [Thu Mar 26 15:31:52 2026] POST /v2.0/security-groups => generated 1625 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/2067] 10.0.0.103 () {32 vars in 662 bytes} [Thu Mar 26 15:31:52 2026] GET /v2.0/security-groups => generated 4530 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2068] 10.0.0.103 () {34 vars in 757 bytes} [Thu Mar 26 15:31:52 2026] PUT /v2.0/security-groups/4c8df679-693a-4645-95cc-b59985e817ff => generated 1661 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/2069] 10.0.0.103 () {32 vars in 736 bytes} [Thu Mar 26 15:31:52 2026] GET /v2.0/security-groups/4c8df679-693a-4645-95cc-b59985e817ff => generated 1661 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2070] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:31:52 2026] DELETE /v2.0/security-groups/4c8df679-693a-4645-95cc-b59985e817ff => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/2071] 10.0.0.103 () {32 vars in 662 bytes} [Thu Mar 26 15:31:53 2026] GET /v2.0/security-groups => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:31:53.084 8 INFO neutron.api.v2.resource [None req-30e30cce-d73f-4007-8119-4926d459249b 8c7159725b9c4af8934ee8efefa35246 b80222db7ea44abb830019f041681eaf - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1102/2072] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:31:53 2026] DELETE /v2.0/security-groups/4c8df679-693a-4645-95cc-b59985e817ff => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2073] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:53 2026] GET /v2.0/ports?device_id=16c5acaf-39c8-43d9-a0c3-2636de6cde02 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2074] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:31:53 2026] GET /v2.0/security-groups?id=112868a4-fcf3-48c7-8297-29f14bb08cc5&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: 971/2075] 10.0.0.103 () {34 vars in 683 bytes} [Thu Mar 26 15:31:53 2026] POST /v2.0/security-groups => generated 1625 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2076] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:31:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/2077] 10.0.0.103 () {32 vars in 746 bytes} [Thu Mar 26 15:31:53 2026] GET /v2.0/security-group-rules/0ddb1e1c-0d79-43de-b045-0ab928dd26fa => generated 601 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2078] 10.0.0.103 () {32 vars in 672 bytes} [Thu Mar 26 15:31:53 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2079] 10.0.0.103 () {32 vars in 749 bytes} [Thu Mar 26 15:31:53 2026] DELETE /v2.0/security-group-rules/0ddb1e1c-0d79-43de-b045-0ab928dd26fa => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2080] 10.0.0.103 () {32 vars in 672 bytes} [Thu Mar 26 15:31:53 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2081] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:31:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2082] 10.0.0.103 () {32 vars in 746 bytes} [Thu Mar 26 15:31:53 2026] GET /v2.0/security-group-rules/0243482a-03a8-4704-bacc-351a0a206d99 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:31:53.791 7 INFO neutron.db.segments_db [None req-95548eec-c1a3-4cbe-aa61-71a2c3ccedf2 eedf74cd63154e64a99fd97c103d2fda 5b800ace8c5c4cb089da3d6ee796b734 - - default default] Added segment c82c1b1b-8859-468f-8ac9-fbd958c305a4 of type vxlan for network 16cdb96f-f004-4e27-ba9d-5c752eb705ef [pid: 8|app: 0|req: 1111/2083] 10.0.0.103 () {32 vars in 672 bytes} [Thu Mar 26 15:31:53 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/2084] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:31:53 2026] POST /v2.0/networks => generated 612 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2085] 10.0.0.103 () {32 vars in 749 bytes} [Thu Mar 26 15:31:53 2026] DELETE /v2.0/security-group-rules/0243482a-03a8-4704-bacc-351a0a206d99 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:31:53.950 7 INFO neutron.db.segments_db [None req-bc4e1b92-8819-48bf-b63a-a8ecb3b89ccc eedf74cd63154e64a99fd97c103d2fda 5b800ace8c5c4cb089da3d6ee796b734 - - default default] Added segment aeba9c4e-02bd-4049-9bf3-c7953aea0061 of type vxlan for network 75af9c8e-b4fe-4988-83a2-1a0949161578 [pid: 8|app: 0|req: 1113/2086] 10.0.0.103 () {32 vars in 672 bytes} [Thu Mar 26 15:31:53 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) 2026-03-26 15:31:54.033 8 INFO neutron.db.securitygroups_db [None req-878e18ae-76cf-4ab1-a1a1-eedb1c30ed8b 8c7159725b9c4af8934ee8efefa35246 b80222db7ea44abb830019f041681eaf - - default default] Project b80222db7ea44abb830019f041681eaf 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: 974/2087] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:31:53 2026] POST /v2.0/networks => generated 613 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:31:54.099 7 INFO neutron.db.segments_db [None req-8a6dea6f-e7cb-4ee9-8bf9-afbcb1f1df0d eedf74cd63154e64a99fd97c103d2fda 5b800ace8c5c4cb089da3d6ee796b734 - - default default] Added segment ca10f505-ea9f-4879-ac4c-e4b379019f1f of type vxlan for network d249223d-fc77-43ff-868e-efcbab367ad3 [pid: 8|app: 0|req: 1114/2088] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:31:53 2026] POST /v2.0/security-group-rules => generated 607 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2089] 10.0.0.103 () {32 vars in 746 bytes} [Thu Mar 26 15:31:54 2026] GET /v2.0/security-group-rules/2a858d9d-7400-47ff-8d26-a19d1e5b4860 => generated 607 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2090] 10.0.0.103 () {32 vars in 672 bytes} [Thu Mar 26 15:31:54 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/2091] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:31:54 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) 2026-03-26 15:31:54.269 7 INFO neutron.db.segments_db [None req-0e0b89a7-b10c-4e4a-a14c-66300e16f4dd eedf74cd63154e64a99fd97c103d2fda 5b800ace8c5c4cb089da3d6ee796b734 - - default default] Added segment 72b14603-043f-419d-9331-8ef007677824 of type vxlan for network 157650ee-340a-465f-9b8b-f2d7b176a90d [pid: 8|app: 0|req: 1117/2092] 10.0.0.103 () {32 vars in 749 bytes} [Thu Mar 26 15:31:54 2026] DELETE /v2.0/security-group-rules/2a858d9d-7400-47ff-8d26-a19d1e5b4860 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2093] 10.0.0.103 () {32 vars in 672 bytes} [Thu Mar 26 15:31:54 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/2094] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:31:54 2026] POST /v2.0/networks => generated 613 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2095] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:54 2026] GET /v2.0/ports?device_id=16c5acaf-39c8-43d9-a0c3-2636de6cde02 => 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: 977/2096] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:31:54 2026] DELETE /v2.0/security-groups/a3899b50-b932-406d-8e78-32c3c3a0a825 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:31:54.449 8 INFO neutron.db.segments_db [None req-0e1e8f74-740e-400a-9f63-ed75eb5742c0 eedf74cd63154e64a99fd97c103d2fda 5b800ace8c5c4cb089da3d6ee796b734 - - default default] Added segment 61256ae3-5a67-432d-b3db-0ad57f6bac7b of type vxlan for network ac364543-32d3-4ed0-9ac6-4825a9907ebe [pid: 7|app: 0|req: 978/2097] 199.204.45.89 () {34 vars in 992 bytes} [Thu Mar 26 15:31:54 2026] GET /v2.0/ports?device_id=16c5acaf-39c8-43d9-a0c3-2636de6cde02 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2098] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:31:54 2026] POST /v2.0/networks => generated 613 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/2099] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:31:54 2026] GET /v2.0/security-groups?id=112868a4-fcf3-48c7-8297-29f14bb08cc5&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: 1121/2100] 10.0.0.103 () {32 vars in 662 bytes} [Thu Mar 26 15:31:54 2026] GET /v2.0/security-groups => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2101] 10.0.0.103 () {34 vars in 752 bytes} [Thu Mar 26 15:31:54 2026] PUT /v2.0/networks/16cdb96f-f004-4e27-ba9d-5c752eb705ef/tags => generated 17 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2102] 10.0.0.103 () {32 vars in 662 bytes} [Thu Mar 26 15:31:54 2026] GET /v2.0/security-groups => generated 2925 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:31:54.669 7 INFO neutron_taas.services.taas.taas_plugin [req-67a37032-2512-4a9d-af7d-54fe5824b1bf req-23759994-f2cc-4872-b1d9-c8e92f4d12f1 2e4aab4f455d43338ecb5715cbccae19 dc8ab133825c4079bfd2388dcbe7c7a5 - - default default] TaaS: Handle Delete Port: ae5fa167-b868-4ffb-9c45-b9625995d794 2026-03-26 15:31:54.672 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-67a37032-2512-4a9d-af7d-54fe5824b1bf req-23759994-f2cc-4872-b1d9-c8e92f4d12f1 2e4aab4f455d43338ecb5715cbccae19 dc8ab133825c4079bfd2388dcbe7c7a5 - - default default] Tap Mirror: Handle Delete Port: ae5fa167-b868-4ffb-9c45-b9625995d794 [pid: 8|app: 0|req: 1124/2103] 10.0.0.103 () {34 vars in 752 bytes} [Thu Mar 26 15:31:54 2026] PUT /v2.0/networks/75af9c8e-b4fe-4988-83a2-1a0949161578/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2104] 10.0.0.103 () {34 vars in 752 bytes} [Thu Mar 26 15:31:54 2026] PUT /v2.0/networks/d249223d-fc77-43ff-868e-efcbab367ad3/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: 1126/2105] 10.0.0.103 () {34 vars in 752 bytes} [Thu Mar 26 15:31:54 2026] PUT /v2.0/networks/157650ee-340a-465f-9b8b-f2d7b176a90d/tags => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/2106] 199.204.45.89 () {36 vars in 995 bytes} [Thu Mar 26 15:31:54 2026] DELETE /v2.0/ports/ae5fa167-b868-4ffb-9c45-b9625995d794 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2107] 10.0.0.103 () {32 vars in 665 bytes} [Thu Mar 26 15:31:54 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:31:54.880 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-25b11e07-05a2-4653-9a24-a68da4dc3895'] response: {'server_uuid': '16c5acaf-39c8-43d9-a0c3-2636de6cde02', 'name': 'network-vif-deleted', 'tag': 'ae5fa167-b868-4ffb-9c45-b9625995d794', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 981/2108] 10.0.0.103 () {32 vars in 679 bytes} [Thu Mar 26 15:31:54 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2109] 10.0.0.103 () {32 vars in 675 bytes} [Thu Mar 26 15:31:54 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/2110] 10.0.0.103 () {32 vars in 687 bytes} [Thu Mar 26 15:31:54 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2111] 10.0.0.103 () {32 vars in 673 bytes} [Thu Mar 26 15:31:55 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2112] 10.0.0.103 () {32 vars in 687 bytes} [Thu Mar 26 15:31:55 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/2113] 10.0.0.103 () {32 vars in 683 bytes} [Thu Mar 26 15:31:55 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2114] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:31:55 2026] GET /v2.0/security-groups?tenant_id=b80222db7ea44abb830019f041681eaf&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: 985/2115] 10.0.0.103 () {32 vars in 695 bytes} [Thu Mar 26 15:31:55 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:31:55.469 7 INFO neutron.services.segments.plugin [-] Segment c82c1b1b-8859-468f-8ac9-fbd958c305a4 resource provider aggregate not found [pid: 8|app: 0|req: 1131/2116] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:31:55 2026] DELETE /v2.0/security-groups/eea02605-0f27-4213-9c87-50a9d4b86dcf => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:31:55.474 7 INFO neutron.services.segments.plugin [-] Segment c82c1b1b-8859-468f-8ac9-fbd958c305a4 resource provider aggregate not found 2026-03-26 15:31:55.491 7 INFO neutron.services.segments.plugin [-] Segment c82c1b1b-8859-468f-8ac9-fbd958c305a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c82c1b1b-8859-468f-8ac9-fbd958c305a4 found for delete ", "request_id": "req-c9b95708-a96e-431f-bbd1-49b2b6579cea"}]} 2026-03-26 15:31:55.498 7 INFO neutron.services.segments.plugin [-] Segment c82c1b1b-8859-468f-8ac9-fbd958c305a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c82c1b1b-8859-468f-8ac9-fbd958c305a4 found for delete ", "request_id": "req-4047689b-782c-4f31-a7b0-1c5208c9558b"}]} [pid: 7|app: 0|req: 986/2117] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:31:55 2026] DELETE /v2.0/networks/16cdb96f-f004-4e27-ba9d-5c752eb705ef => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/2118] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:55 2026] GET /v2.0/ports?device_id=16c5acaf-39c8-43d9-a0c3-2636de6cde02 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:31:55.654 8 INFO neutron.services.segments.plugin [-] Segment aeba9c4e-02bd-4049-9bf3-c7953aea0061 resource provider aggregate not found 2026-03-26 15:31:55.660 8 INFO neutron.services.segments.plugin [-] Segment aeba9c4e-02bd-4049-9bf3-c7953aea0061 resource provider aggregate not found 2026-03-26 15:31:55.680 8 INFO neutron.services.segments.plugin [-] Segment aeba9c4e-02bd-4049-9bf3-c7953aea0061 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aeba9c4e-02bd-4049-9bf3-c7953aea0061 found for delete ", "request_id": "req-e313ef4b-fc86-4a4a-9a13-c7539a7584ed"}]} 2026-03-26 15:31:55.681 8 INFO neutron.services.segments.plugin [-] Segment aeba9c4e-02bd-4049-9bf3-c7953aea0061 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aeba9c4e-02bd-4049-9bf3-c7953aea0061 found for delete ", "request_id": "req-883f3966-6e86-4fb8-b356-7cf83b46c386"}]} [pid: 8|app: 0|req: 1132/2119] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:31:55 2026] DELETE /v2.0/networks/75af9c8e-b4fe-4988-83a2-1a0949161578 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2120] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:31:55 2026] DELETE /v2.0/networks/d249223d-fc77-43ff-868e-efcbab367ad3 => 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: 1133/2121] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:31:55 2026] DELETE /v2.0/networks/157650ee-340a-465f-9b8b-f2d7b176a90d => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2122] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:31:56 2026] DELETE /v2.0/networks/ac364543-32d3-4ed0-9ac6-4825a9907ebe => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2123] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:56 2026] GET /v2.0/ports?device_id=16c5acaf-39c8-43d9-a0c3-2636de6cde02 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:31:57.516 7 INFO neutron.services.segments.plugin [-] Segment ca10f505-ea9f-4879-ac4c-e4b379019f1f resource provider aggregate not found 2026-03-26 15:31:57.523 7 INFO neutron.services.segments.plugin [-] Segment ca10f505-ea9f-4879-ac4c-e4b379019f1f resource provider aggregate not found 2026-03-26 15:31:57.540 7 INFO neutron.services.segments.plugin [-] Segment ca10f505-ea9f-4879-ac4c-e4b379019f1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca10f505-ea9f-4879-ac4c-e4b379019f1f found for delete ", "request_id": "req-e2a49f0e-a146-4ec1-a232-0835ce83c555"}]} 2026-03-26 15:31:57.564 7 INFO neutron.services.segments.plugin [-] Segment ca10f505-ea9f-4879-ac4c-e4b379019f1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca10f505-ea9f-4879-ac4c-e4b379019f1f found for delete ", "request_id": "req-9cd33326-1a12-43a5-8931-d764172bac5d"}]} 2026-03-26 15:31:57.578 7 INFO neutron.services.segments.plugin [-] Segment 61256ae3-5a67-432d-b3db-0ad57f6bac7b resource provider aggregate not found 2026-03-26 15:31:57.596 7 INFO neutron.services.segments.plugin [-] Segment 61256ae3-5a67-432d-b3db-0ad57f6bac7b resource provider aggregate not found 2026-03-26 15:31:57.611 7 INFO neutron.services.segments.plugin [-] Segment 61256ae3-5a67-432d-b3db-0ad57f6bac7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61256ae3-5a67-432d-b3db-0ad57f6bac7b found for delete ", "request_id": "req-d0cc97d4-b442-4b32-8806-9755431717af"}]} 2026-03-26 15:31:57.624 7 INFO neutron.services.segments.plugin [-] Segment 61256ae3-5a67-432d-b3db-0ad57f6bac7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61256ae3-5a67-432d-b3db-0ad57f6bac7b found for delete ", "request_id": "req-85a47c18-5175-4aac-a924-cfc614e9241b"}]} 2026-03-26 15:31:57.703 8 INFO neutron.services.segments.plugin [-] Segment 72b14603-043f-419d-9331-8ef007677824 resource provider aggregate not found 2026-03-26 15:31:57.708 8 INFO neutron.services.segments.plugin [-] Segment 72b14603-043f-419d-9331-8ef007677824 resource provider aggregate not found 2026-03-26 15:31:57.722 8 INFO neutron.services.segments.plugin [-] Segment 72b14603-043f-419d-9331-8ef007677824 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72b14603-043f-419d-9331-8ef007677824 found for delete ", "request_id": "req-5fbfd71b-6594-4777-b884-af9144caffdd"}]} 2026-03-26 15:31:57.726 8 INFO neutron.services.segments.plugin [-] Segment 72b14603-043f-419d-9331-8ef007677824 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72b14603-043f-419d-9331-8ef007677824 found for delete ", "request_id": "req-c9cf70f7-dfac-4aeb-99fb-87a392571230"}]} [pid: 8|app: 0|req: 1136/2126] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:31:57 2026] GET /v2.0/ports?device_id=16c5acaf-39c8-43d9-a0c3-2636de6cde02 => 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: 991/2127] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:31:57 2026] GET /v2.0/security-groups?tenant_id=5b800ace8c5c4cb089da3d6ee796b734&name=default => generated 2925 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2128] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:31:57 2026] DELETE /v2.0/security-groups/e3f9b6e2-5975-407f-b002-0302ede8c72a => generated 0 bytes in 183 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2129] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:31:58 2026] GET /v2.0/security-groups?tenant_id=ed90b7b9d4dc4184bb97c64098eb2ddb&name=default => generated 2925 bytes in 349 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2130] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:31:58 2026] DELETE /v2.0/security-groups/d5b1ebaf-f373-4931-a84e-23a775e1d7a2 => 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: 993/2131] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:31:58 2026] DELETE /v2.0/security-groups/112868a4-fcf3-48c7-8297-29f14bb08cc5 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2132] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:31:58 2026] GET /v2.0/security-groups?tenant_id=5d6e2175534c43b6b8000f60737f653f&name=default => generated 2925 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2133] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:31:59 2026] DELETE /v2.0/security-groups/08cd586e-49a5-428e-8a74-903e389927c6 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:32:00.111 8 INFO neutron_taas.services.taas.taas_plugin [None req-27f1b794-d13d-4655-b49e-14d1b3b0a925 2e4aab4f455d43338ecb5715cbccae19 dc8ab133825c4079bfd2388dcbe7c7a5 - - default default] TaaS: Handle Delete Port: 7b64aff2-2133-4827-9de4-3a160a86f783 2026-03-26 15:32:00.115 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27f1b794-d13d-4655-b49e-14d1b3b0a925 2e4aab4f455d43338ecb5715cbccae19 dc8ab133825c4079bfd2388dcbe7c7a5 - - default default] Tap Mirror: Handle Delete Port: 7b64aff2-2133-4827-9de4-3a160a86f783 [pid: 8|app: 0|req: 1140/2134] 10.0.0.103 () {34 vars in 788 bytes} [Thu Mar 26 15:31:59 2026] PUT /v2.0/routers/f2972541-71ff-4250-b7d8-bb3cdd1a7edb/remove_router_interface => generated 309 bytes in 1585 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2135] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:32:00 2026] DELETE /v2.0/subnets/f45da31b-482f-41dc-95eb-161a740ae014 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:32:01.424 8 INFO neutron_taas.services.taas.taas_plugin [None req-ce177144-1f99-4e67-804f-d2e4ed2f3992 2e4aab4f455d43338ecb5715cbccae19 dc8ab133825c4079bfd2388dcbe7c7a5 - - default default] TaaS: Handle Delete Port: 1aa64d82-8b76-4c3b-98d5-58486c44516e 2026-03-26 15:32:01.427 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce177144-1f99-4e67-804f-d2e4ed2f3992 2e4aab4f455d43338ecb5715cbccae19 dc8ab133825c4079bfd2388dcbe7c7a5 - - default default] Tap Mirror: Handle Delete Port: 1aa64d82-8b76-4c3b-98d5-58486c44516e 2026-03-26 15:32:01.890 8 INFO neutron_taas.services.taas.taas_plugin [None req-ce177144-1f99-4e67-804f-d2e4ed2f3992 2e4aab4f455d43338ecb5715cbccae19 dc8ab133825c4079bfd2388dcbe7c7a5 - - default default] TaaS: Handle Delete Port: 53469d4b-947e-4b6f-b1a4-bb7d6bd52fe9 2026-03-26 15:32:01.893 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce177144-1f99-4e67-804f-d2e4ed2f3992 2e4aab4f455d43338ecb5715cbccae19 dc8ab133825c4079bfd2388dcbe7c7a5 - - default default] Tap Mirror: Handle Delete Port: 53469d4b-947e-4b6f-b1a4-bb7d6bd52fe9 2026-03-26 15:32:02.587 8 INFO neutron.services.segments.plugin [-] Segment d8101d90-89b2-4265-b9e8-454f6e0c3201 resource provider aggregate not found 2026-03-26 15:32:02.593 8 INFO neutron.services.segments.plugin [-] Segment d8101d90-89b2-4265-b9e8-454f6e0c3201 resource provider aggregate not found 2026-03-26 15:32:02.608 8 INFO neutron.services.segments.plugin [-] Segment d8101d90-89b2-4265-b9e8-454f6e0c3201 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8101d90-89b2-4265-b9e8-454f6e0c3201 found for delete ", "request_id": "req-8163da9b-9143-4c04-8b1e-701cf5901d20"}]} 2026-03-26 15:32:02.609 8 INFO neutron.services.segments.plugin [-] Segment d8101d90-89b2-4265-b9e8-454f6e0c3201 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8101d90-89b2-4265-b9e8-454f6e0c3201 found for delete ", "request_id": "req-89cdbefc-6c2b-4aaa-a652-8d8e8a6cbd10"}]} 2026-03-26 15:32:02.736 8 INFO neutron.db.l3_hamode_db [None req-ce177144-1f99-4e67-804f-d2e4ed2f3992 2e4aab4f455d43338ecb5715cbccae19 dc8ab133825c4079bfd2388dcbe7c7a5 - - default default] HA network 60f83bc2-fd46-4d4d-9eca-c2b16ac3e57e was deleted as no HA routers are present in tenant dc8ab133825c4079bfd2388dcbe7c7a5. [pid: 8|app: 0|req: 1141/2136] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:32:01 2026] DELETE /v2.0/routers/f2972541-71ff-4250-b7d8-bb3cdd1a7edb => generated 0 bytes in 1630 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:32:02.852 7 INFO neutron.services.segments.plugin [-] Segment 8ff8e4c5-2195-4d49-9a31-cc642b6fed18 resource provider aggregate not found 2026-03-26 15:32:02.856 7 INFO neutron.services.segments.plugin [-] Segment 8ff8e4c5-2195-4d49-9a31-cc642b6fed18 resource provider aggregate not found 2026-03-26 15:32:02.877 7 INFO neutron.services.segments.plugin [-] Segment 8ff8e4c5-2195-4d49-9a31-cc642b6fed18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ff8e4c5-2195-4d49-9a31-cc642b6fed18 found for delete ", "request_id": "req-9d3eb00d-35d6-4086-a9b2-e4ae6908491e"}]} 2026-03-26 15:32:02.878 7 INFO neutron.services.segments.plugin [-] Segment 8ff8e4c5-2195-4d49-9a31-cc642b6fed18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ff8e4c5-2195-4d49-9a31-cc642b6fed18 found for delete ", "request_id": "req-0591682b-db68-469a-bff8-67b639610291"}]} [pid: 7|app: 0|req: 996/2137] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:32:02 2026] DELETE /v2.0/networks/85cc6faa-61fb-46b4-a3cf-22607a1c9a5a => generated 0 bytes in 385 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2138] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:32:04 2026] GET /v2.0/security-groups?tenant_id=965e08a0952f4cc58c1dbc56eb3a3f9c&name=default => generated 2925 bytes in 379 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2139] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:32:05 2026] DELETE /v2.0/security-groups/ff2c0eae-cbb9-4bd7-a960-bfff132a139b => generated 0 bytes in 215 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2140] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:32:05 2026] GET /v2.0/security-groups?tenant_id=dc8ab133825c4079bfd2388dcbe7c7a5&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: 999/2141] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:32:05 2026] DELETE /v2.0/security-groups/ea579c91-7163-40de-a6c6-eafd75e968a6 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:32:05.760 8 INFO neutron.db.segments_db [None req-e29fc032-2a86-481a-84a6-a161a8f537ab 172bbe80cfaa43edb42e1ef8a89a3ffc 6c0625425bf7447c8795b3d89875d177 - - default default] Added segment 0b2b5447-0988-49e8-ac55-134833c97e7d of type vxlan for network 2486f083-06c4-4e4c-991e-5fc76963b84c [pid: 8|app: 0|req: 1143/2142] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:32:05 2026] POST /v2.0/networks => generated 612 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2143] 10.0.0.103 () {34 vars in 663 bytes} [Thu Mar 26 15:32:05 2026] POST /v2.0/ports => generated 743 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:32:06.338 8 INFO neutron.db.segments_db [None req-aa7a2b9a-ee4c-4575-8b0d-513f2675166b 172bbe80cfaa43edb42e1ef8a89a3ffc 6c0625425bf7447c8795b3d89875d177 - - default default] Added segment 684d4cd0-7c85-4f39-8e81-44aa0031e4c7 of type vxlan for network 3248c014-33a8-46f4-bf54-ecccc3dfa757 [pid: 8|app: 0|req: 1144/2144] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:32:06 2026] POST /v2.0/networks => generated 613 bytes in 228 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: 1001/2145] 10.0.0.103 () {34 vars in 663 bytes} [Thu Mar 26 15:32:06 2026] POST /v2.0/ports => generated 743 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:32:06.942 8 INFO neutron.db.segments_db [None req-33de63e5-3f23-4584-8ea5-f013c243f769 172bbe80cfaa43edb42e1ef8a89a3ffc 6c0625425bf7447c8795b3d89875d177 - - default default] Added segment fcdde9fe-e4c3-4c41-aeb9-43ebfec57af2 of type vxlan for network 0607ce5e-9322-4cd1-808b-f05fb9e9ce3a [pid: 8|app: 0|req: 1145/2146] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:32:06 2026] POST /v2.0/networks => generated 613 bytes in 153 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: 1002/2147] 10.0.0.103 () {34 vars in 663 bytes} [Thu Mar 26 15:32:07 2026] POST /v2.0/ports => generated 743 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:32:07.479 8 INFO neutron.db.segments_db [None req-d3a1bd3c-bde0-45d9-b906-50a1477ef17a 172bbe80cfaa43edb42e1ef8a89a3ffc 6c0625425bf7447c8795b3d89875d177 - - default default] Added segment ced4eec2-47c6-46b1-bd13-a1fde509ba7e of type vxlan for network 6a9e55c4-a06d-4ccd-8d64-cc6567332e17 [pid: 8|app: 0|req: 1146/2148] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:32:07 2026] POST /v2.0/networks => generated 612 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1003/2149] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:32:07 2026] GET /v2.0/security-groups?tenant_id=d67fb78519414a8daf9c8fc8f2a10498&name=default => generated 2925 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2150] 10.0.0.103 () {34 vars in 663 bytes} [Thu Mar 26 15:32:07 2026] POST /v2.0/ports => generated 743 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2151] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:32:07 2026] DELETE /v2.0/security-groups/fe1cc64c-f798-4947-bb08-f72dab7fba38 => generated 0 bytes in 97 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-03-26 15:32:07.960 8 INFO neutron.db.segments_db [None req-cab475ec-efe3-4771-b543-8b3871854f5a 172bbe80cfaa43edb42e1ef8a89a3ffc 6c0625425bf7447c8795b3d89875d177 - - default default] Added segment 4bfd16a9-0d99-4d72-ab5a-ef88377f063f of type vxlan for network 949f810a-ac87-4b0d-a0e7-e89afb243762 [pid: 8|app: 0|req: 1148/2152] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:32:07 2026] POST /v2.0/networks => generated 613 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2153] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:32:07 2026] GET /v2.0/security-groups?tenant_id=9f58b71148474fcdbce2cd934ac13ee7&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2154] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:32:08 2026] DELETE /v2.0/security-groups/3bb5ed97-d6e3-4b8b-94c3-f449e14294b2 => 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: 1149/2155] 10.0.0.103 () {34 vars in 663 bytes} [Thu Mar 26 15:32:08 2026] POST /v2.0/ports => generated 743 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2156] 10.0.0.103 () {34 vars in 746 bytes} [Thu Mar 26 15:32:08 2026] PUT /v2.0/ports/ce5020a8-caa0-4d16-a9ce-6bfc8fe68136/tags => generated 17 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1150/2157] 10.0.0.103 () {34 vars in 746 bytes} [Thu Mar 26 15:32:08 2026] PUT /v2.0/ports/b1584688-2c73-479a-8efa-557424c863c1/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1008/2158] 10.0.0.103 () {34 vars in 746 bytes} [Thu Mar 26 15:32:08 2026] PUT /v2.0/ports/b5a174bf-a0b9-4ee1-93d9-abf48261327a/tags => generated 34 bytes in 70 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: 1151/2159] 10.0.0.103 () {34 vars in 746 bytes} [Thu Mar 26 15:32:08 2026] PUT /v2.0/ports/2be56c2d-d660-48bd-9ed4-60b4a59ea619/tags => generated 19 bytes in 75 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: 1009/2160] 10.0.0.103 () {32 vars in 659 bytes} [Thu Mar 26 15:32:08 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 70 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: 1152/2161] 10.0.0.103 () {32 vars in 673 bytes} [Thu Mar 26 15:32:08 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2162] 10.0.0.103 () {32 vars in 669 bytes} [Thu Mar 26 15:32:08 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2163] 10.0.0.103 () {32 vars in 681 bytes} [Thu Mar 26 15:32:08 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2164] 10.0.0.103 () {32 vars in 667 bytes} [Thu Mar 26 15:32:09 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2165] 10.0.0.103 () {32 vars in 681 bytes} [Thu Mar 26 15:32:09 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2166] 10.0.0.103 () {32 vars in 677 bytes} [Thu Mar 26 15:32:09 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2167] 10.0.0.103 () {32 vars in 689 bytes} [Thu Mar 26 15:32:09 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:32:09.615 7 INFO neutron_taas.services.taas.taas_plugin [None req-d29f1a26-d256-48ef-8f5a-3df5e0da5180 172bbe80cfaa43edb42e1ef8a89a3ffc 6c0625425bf7447c8795b3d89875d177 - - default default] TaaS: Handle Delete Port: ce5020a8-caa0-4d16-a9ce-6bfc8fe68136 2026-03-26 15:32:09.618 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d29f1a26-d256-48ef-8f5a-3df5e0da5180 172bbe80cfaa43edb42e1ef8a89a3ffc 6c0625425bf7447c8795b3d89875d177 - - default default] Tap Mirror: Handle Delete Port: ce5020a8-caa0-4d16-a9ce-6bfc8fe68136 [pid: 7|app: 0|req: 1013/2168] 10.0.0.103 () {32 vars in 719 bytes} [Thu Mar 26 15:32:09 2026] DELETE /v2.0/ports/ce5020a8-caa0-4d16-a9ce-6bfc8fe68136 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:32:09.821 8 INFO neutron_taas.services.taas.taas_plugin [None req-add2c0a5-b354-41f2-bc75-9b74e79efbcb 172bbe80cfaa43edb42e1ef8a89a3ffc 6c0625425bf7447c8795b3d89875d177 - - default default] TaaS: Handle Delete Port: b1584688-2c73-479a-8efa-557424c863c1 2026-03-26 15:32:09.825 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-add2c0a5-b354-41f2-bc75-9b74e79efbcb 172bbe80cfaa43edb42e1ef8a89a3ffc 6c0625425bf7447c8795b3d89875d177 - - default default] Tap Mirror: Handle Delete Port: b1584688-2c73-479a-8efa-557424c863c1 [pid: 8|app: 0|req: 1156/2169] 10.0.0.103 () {32 vars in 719 bytes} [Thu Mar 26 15:32:09 2026] DELETE /v2.0/ports/b1584688-2c73-479a-8efa-557424c863c1 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:32:10.011 7 INFO neutron_taas.services.taas.taas_plugin [None req-55ccff59-ad1e-4501-b065-d2c9bb430aec 172bbe80cfaa43edb42e1ef8a89a3ffc 6c0625425bf7447c8795b3d89875d177 - - default default] TaaS: Handle Delete Port: b5a174bf-a0b9-4ee1-93d9-abf48261327a 2026-03-26 15:32:10.014 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55ccff59-ad1e-4501-b065-d2c9bb430aec 172bbe80cfaa43edb42e1ef8a89a3ffc 6c0625425bf7447c8795b3d89875d177 - - default default] Tap Mirror: Handle Delete Port: b5a174bf-a0b9-4ee1-93d9-abf48261327a [pid: 7|app: 0|req: 1014/2170] 10.0.0.103 () {32 vars in 719 bytes} [Thu Mar 26 15:32:09 2026] DELETE /v2.0/ports/b5a174bf-a0b9-4ee1-93d9-abf48261327a => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:32:10.221 8 INFO neutron_taas.services.taas.taas_plugin [None req-5933c2b8-f7a6-4431-8347-1e7db25f8912 172bbe80cfaa43edb42e1ef8a89a3ffc 6c0625425bf7447c8795b3d89875d177 - - default default] TaaS: Handle Delete Port: 2be56c2d-d660-48bd-9ed4-60b4a59ea619 2026-03-26 15:32:10.224 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5933c2b8-f7a6-4431-8347-1e7db25f8912 172bbe80cfaa43edb42e1ef8a89a3ffc 6c0625425bf7447c8795b3d89875d177 - - default default] Tap Mirror: Handle Delete Port: 2be56c2d-d660-48bd-9ed4-60b4a59ea619 [pid: 8|app: 0|req: 1157/2171] 10.0.0.103 () {32 vars in 719 bytes} [Thu Mar 26 15:32:10 2026] DELETE /v2.0/ports/2be56c2d-d660-48bd-9ed4-60b4a59ea619 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:32:10.396 8 INFO neutron_taas.services.taas.taas_plugin [None req-6a478c3f-7e28-45a3-bf0c-ad3b3dd8f324 172bbe80cfaa43edb42e1ef8a89a3ffc 6c0625425bf7447c8795b3d89875d177 - - default default] TaaS: Handle Delete Port: 2a712baf-f160-4ac5-b61f-ddca900b4ec5 2026-03-26 15:32:10.399 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a478c3f-7e28-45a3-bf0c-ad3b3dd8f324 172bbe80cfaa43edb42e1ef8a89a3ffc 6c0625425bf7447c8795b3d89875d177 - - default default] Tap Mirror: Handle Delete Port: 2a712baf-f160-4ac5-b61f-ddca900b4ec5 [pid: 8|app: 0|req: 1158/2172] 10.0.0.103 () {32 vars in 719 bytes} [Thu Mar 26 15:32:10 2026] DELETE /v2.0/ports/2a712baf-f160-4ac5-b61f-ddca900b4ec5 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:32:10.646 8 INFO neutron.services.segments.plugin [-] Segment 0b2b5447-0988-49e8-ac55-134833c97e7d resource provider aggregate not found 2026-03-26 15:32:10.651 8 INFO neutron.services.segments.plugin [-] Segment 0b2b5447-0988-49e8-ac55-134833c97e7d resource provider aggregate not found 2026-03-26 15:32:10.667 8 INFO neutron.services.segments.plugin [-] Segment 0b2b5447-0988-49e8-ac55-134833c97e7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b2b5447-0988-49e8-ac55-134833c97e7d found for delete ", "request_id": "req-1ec1d22d-0103-4cc9-8780-4c2f60ce52d3"}]} 2026-03-26 15:32:10.672 8 INFO neutron.services.segments.plugin [-] Segment 0b2b5447-0988-49e8-ac55-134833c97e7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b2b5447-0988-49e8-ac55-134833c97e7d found for delete ", "request_id": "req-b6f17d75-1887-478f-aa41-c9f52f13d3ef"}]} [pid: 8|app: 0|req: 1159/2173] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:32:10 2026] DELETE /v2.0/networks/2486f083-06c4-4e4c-991e-5fc76963b84c => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2174] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:32:10 2026] DELETE /v2.0/networks/3248c014-33a8-46f4-bf54-ecccc3dfa757 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2175] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:32:10 2026] DELETE /v2.0/networks/0607ce5e-9322-4cd1-808b-f05fb9e9ce3a => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2176] 10.0.0.103 () {34 vars in 675 bytes} [Thu Mar 26 15:32:10 2026] POST /v2.0/floatingips => generated 552 bytes in 1082 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2177] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:32:11 2026] DELETE /v2.0/networks/6a9e55c4-a06d-4ccd-8d64-cc6567332e17 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2178] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:32:11 2026] DELETE /v2.0/networks/949f810a-ac87-4b0d-a0e7-e89afb243762 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2179] 10.0.0.103 () {34 vars in 675 bytes} [Thu Mar 26 15:32:11 2026] POST /v2.0/floatingips => generated 552 bytes in 973 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:32:12.697 8 INFO neutron.services.segments.plugin [-] Segment 684d4cd0-7c85-4f39-8e81-44aa0031e4c7 resource provider aggregate not found 2026-03-26 15:32:12.697 8 INFO neutron.services.segments.plugin [-] Segment 684d4cd0-7c85-4f39-8e81-44aa0031e4c7 resource provider aggregate not found 2026-03-26 15:32:12.726 8 INFO neutron.services.segments.plugin [-] Segment 684d4cd0-7c85-4f39-8e81-44aa0031e4c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 684d4cd0-7c85-4f39-8e81-44aa0031e4c7 found for delete ", "request_id": "req-ee67cbbf-bf10-4799-8cc4-e8e371e83234"}]} 2026-03-26 15:32:12.731 8 INFO neutron.services.segments.plugin [-] Segment 684d4cd0-7c85-4f39-8e81-44aa0031e4c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 684d4cd0-7c85-4f39-8e81-44aa0031e4c7 found for delete ", "request_id": "req-7393b22c-a686-4915-bf44-be2f0daa6191"}]} 2026-03-26 15:32:12.756 8 INFO neutron.services.segments.plugin [-] Segment fcdde9fe-e4c3-4c41-aeb9-43ebfec57af2 resource provider aggregate not found 2026-03-26 15:32:12.759 8 INFO neutron.services.segments.plugin [-] Segment fcdde9fe-e4c3-4c41-aeb9-43ebfec57af2 resource provider aggregate not found 2026-03-26 15:32:12.780 8 INFO neutron.services.segments.plugin [-] Segment fcdde9fe-e4c3-4c41-aeb9-43ebfec57af2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fcdde9fe-e4c3-4c41-aeb9-43ebfec57af2 found for delete ", "request_id": "req-2962732c-0699-4369-8acf-63d6601b331a"}]} 2026-03-26 15:32:12.785 8 INFO neutron.services.segments.plugin [-] Segment fcdde9fe-e4c3-4c41-aeb9-43ebfec57af2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fcdde9fe-e4c3-4c41-aeb9-43ebfec57af2 found for delete ", "request_id": "req-805e0e59-a855-4064-975c-63975b939703"}]} 2026-03-26 15:32:12.801 8 INFO neutron.services.segments.plugin [-] Segment ced4eec2-47c6-46b1-bd13-a1fde509ba7e resource provider aggregate not found 2026-03-26 15:32:12.804 8 INFO neutron.services.segments.plugin [-] Segment ced4eec2-47c6-46b1-bd13-a1fde509ba7e resource provider aggregate not found 2026-03-26 15:32:12.824 8 INFO neutron.services.segments.plugin [-] Segment ced4eec2-47c6-46b1-bd13-a1fde509ba7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ced4eec2-47c6-46b1-bd13-a1fde509ba7e found for delete ", "request_id": "req-f70ffeef-7bc8-4498-96f0-f16662803c77"}]} 2026-03-26 15:32:12.824 8 INFO neutron.services.segments.plugin [-] Segment ced4eec2-47c6-46b1-bd13-a1fde509ba7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ced4eec2-47c6-46b1-bd13-a1fde509ba7e found for delete ", "request_id": "req-07e0d973-0cf9-49f4-9b4d-026217b6b145"}]} 2026-03-26 15:32:12.843 8 INFO neutron.services.segments.plugin [-] Segment 4bfd16a9-0d99-4d72-ab5a-ef88377f063f resource provider aggregate not found 2026-03-26 15:32:12.850 8 INFO neutron.services.segments.plugin [-] Segment 4bfd16a9-0d99-4d72-ab5a-ef88377f063f resource provider aggregate not found 2026-03-26 15:32:12.865 8 INFO neutron.services.segments.plugin [-] Segment 4bfd16a9-0d99-4d72-ab5a-ef88377f063f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bfd16a9-0d99-4d72-ab5a-ef88377f063f found for delete ", "request_id": "req-96a3726e-8329-42ff-b2a8-354d76cd0f57"}]} 2026-03-26 15:32:12.867 8 INFO neutron.services.segments.plugin [-] Segment 4bfd16a9-0d99-4d72-ab5a-ef88377f063f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bfd16a9-0d99-4d72-ab5a-ef88377f063f found for delete ", "request_id": "req-bbc2c30a-f2df-41d5-a778-774dad8a83f8"}]} [pid: 8|app: 0|req: 1164/2182] 10.0.0.103 () {34 vars in 675 bytes} [Thu Mar 26 15:32:12 2026] POST /v2.0/floatingips => generated 552 bytes in 1551 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2183] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:32:13 2026] GET /v2.0/security-groups?tenant_id=6f29c2d61170453a9d6961e254911127&name=default => generated 2925 bytes in 683 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2184] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:32:14 2026] DELETE /v2.0/security-groups/83ed2325-7fd7-417f-b34e-7ce131a8c212 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2185] 10.0.0.103 () {34 vars in 675 bytes} [Thu Mar 26 15:32:13 2026] POST /v2.0/floatingips => generated 552 bytes in 1599 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2186] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:32:15 2026] GET /v2.0/security-groups?tenant_id=4d723dbe22ff4809a8e397fc5449194a&name=default => generated 2925 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2187] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:32:15 2026] DELETE /v2.0/security-groups/a5837acc-a207-479b-b1a9-44732732911b => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2188] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:32:15 2026] GET /v2.0/security-groups?tenant_id=6c0625425bf7447c8795b3d89875d177&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2189] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:32:15 2026] DELETE /v2.0/security-groups/dbea1370-f143-41e2-b2fe-3fb2ffc44593 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2190] 10.0.0.103 () {34 vars in 675 bytes} [Thu Mar 26 15:32:15 2026] POST /v2.0/floatingips => generated 552 bytes in 667 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2191] 10.0.0.103 () {34 vars in 758 bytes} [Thu Mar 26 15:32:16 2026] PUT /v2.0/floatingips/cbebf58c-a581-4bbb-810b-e4de880f9083/tags => generated 17 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2192] 10.0.0.103 () {34 vars in 758 bytes} [Thu Mar 26 15:32:16 2026] PUT /v2.0/floatingips/99d0f6ba-af22-44c5-b9ba-7efa817a32b6/tags => generated 25 bytes in 958 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2193] 10.0.0.103 () {34 vars in 758 bytes} [Thu Mar 26 15:32:17 2026] PUT /v2.0/floatingips/2bbdbef1-d292-4944-b5ef-402e911aef77/tags => generated 34 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2194] 10.0.0.103 () {34 vars in 758 bytes} [Thu Mar 26 15:32:17 2026] PUT /v2.0/floatingips/4a66dd17-4b0a-40b4-adcb-6f82d42dfd04/tags => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2195] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:32:17 2026] GET /v2.0/security-groups?tenant_id=208b11e470944022b5c978141c358a63&name=default => generated 2925 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2196] 10.0.0.103 () {32 vars in 671 bytes} [Thu Mar 26 15:32:17 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2197] 10.0.0.103 () {32 vars in 685 bytes} [Thu Mar 26 15:32:17 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2198] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:32:17 2026] DELETE /v2.0/security-groups/1f8d10ac-490b-45ce-af63-aa6d742bb0e2 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2199] 10.0.0.103 () {32 vars in 681 bytes} [Thu Mar 26 15:32:17 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2200] 10.0.0.103 () {32 vars in 693 bytes} [Thu Mar 26 15:32:17 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2201] 10.0.0.103 () {32 vars in 679 bytes} [Thu Mar 26 15:32:17 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: 1175/2202] 10.0.0.103 () {32 vars in 693 bytes} [Thu Mar 26 15:32:17 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2203] 10.0.0.103 () {32 vars in 689 bytes} [Thu Mar 26 15:32:17 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2204] 10.0.0.103 () {32 vars in 701 bytes} [Thu Mar 26 15:32:17 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:32:17.896 7 INFO neutron_taas.services.taas.taas_plugin [None req-500e0270-bd8f-4041-b6a9-7f9c95370b79 4a4ace8c5c1f47599846f484b309eef9 284f65674fe24e84b0a80207f70f04ea - - default default] TaaS: Handle Delete Port: ad9edde3-828f-45ee-bd5f-0990c34141ac 2026-03-26 15:32:17.899 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-500e0270-bd8f-4041-b6a9-7f9c95370b79 4a4ace8c5c1f47599846f484b309eef9 284f65674fe24e84b0a80207f70f04ea - - default default] Tap Mirror: Handle Delete Port: ad9edde3-828f-45ee-bd5f-0990c34141ac [pid: 7|app: 0|req: 1029/2205] 10.0.0.103 () {32 vars in 731 bytes} [Thu Mar 26 15:32:17 2026] DELETE /v2.0/floatingips/cbebf58c-a581-4bbb-810b-e4de880f9083 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:32:18.186 8 INFO neutron_taas.services.taas.taas_plugin [None req-31dce414-83be-4aa3-b57f-3434940a47e3 4a4ace8c5c1f47599846f484b309eef9 284f65674fe24e84b0a80207f70f04ea - - default default] TaaS: Handle Delete Port: f125bb59-3900-484b-ac50-6346126a8ecf 2026-03-26 15:32:18.188 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-31dce414-83be-4aa3-b57f-3434940a47e3 4a4ace8c5c1f47599846f484b309eef9 284f65674fe24e84b0a80207f70f04ea - - default default] Tap Mirror: Handle Delete Port: f125bb59-3900-484b-ac50-6346126a8ecf [pid: 8|app: 0|req: 1177/2206] 10.0.0.103 () {32 vars in 731 bytes} [Thu Mar 26 15:32:18 2026] DELETE /v2.0/floatingips/99d0f6ba-af22-44c5-b9ba-7efa817a32b6 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:32:18.483 7 INFO neutron_taas.services.taas.taas_plugin [None req-5574a3a3-6b6b-4b47-a1f9-061c5115a39d 4a4ace8c5c1f47599846f484b309eef9 284f65674fe24e84b0a80207f70f04ea - - default default] TaaS: Handle Delete Port: c1354fc0-2c83-4d28-a389-68e24da28c9b 2026-03-26 15:32:18.486 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5574a3a3-6b6b-4b47-a1f9-061c5115a39d 4a4ace8c5c1f47599846f484b309eef9 284f65674fe24e84b0a80207f70f04ea - - default default] Tap Mirror: Handle Delete Port: c1354fc0-2c83-4d28-a389-68e24da28c9b [pid: 7|app: 0|req: 1030/2207] 10.0.0.103 () {32 vars in 731 bytes} [Thu Mar 26 15:32:18 2026] DELETE /v2.0/floatingips/2bbdbef1-d292-4944-b5ef-402e911aef77 => generated 0 bytes in 318 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:32:18.768 8 INFO neutron_taas.services.taas.taas_plugin [None req-8e174ed7-36ad-4b50-a5f7-52a415242ae4 4a4ace8c5c1f47599846f484b309eef9 284f65674fe24e84b0a80207f70f04ea - - default default] TaaS: Handle Delete Port: b563844e-54f7-46de-aa48-025f7800d93a 2026-03-26 15:32:18.772 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e174ed7-36ad-4b50-a5f7-52a415242ae4 4a4ace8c5c1f47599846f484b309eef9 284f65674fe24e84b0a80207f70f04ea - - default default] Tap Mirror: Handle Delete Port: b563844e-54f7-46de-aa48-025f7800d93a [pid: 8|app: 0|req: 1178/2208] 10.0.0.103 () {32 vars in 731 bytes} [Thu Mar 26 15:32:18 2026] DELETE /v2.0/floatingips/4a66dd17-4b0a-40b4-adcb-6f82d42dfd04 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:32:19.062 7 INFO neutron_taas.services.taas.taas_plugin [None req-ba38053d-5269-41f1-b9e9-7a86664639af 4a4ace8c5c1f47599846f484b309eef9 284f65674fe24e84b0a80207f70f04ea - - default default] TaaS: Handle Delete Port: 01e2bdc4-adaa-4d84-9d97-494e12353ba0 2026-03-26 15:32:19.065 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba38053d-5269-41f1-b9e9-7a86664639af 4a4ace8c5c1f47599846f484b309eef9 284f65674fe24e84b0a80207f70f04ea - - default default] Tap Mirror: Handle Delete Port: 01e2bdc4-adaa-4d84-9d97-494e12353ba0 [pid: 7|app: 0|req: 1031/2209] 10.0.0.103 () {32 vars in 731 bytes} [Thu Mar 26 15:32:18 2026] DELETE /v2.0/floatingips/815d3615-36cd-4b55-b1f5-c5ea5ff20fdf => generated 0 bytes in 327 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2210] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:32:20 2026] GET /v2.0/security-groups?tenant_id=284f65674fe24e84b0a80207f70f04ea&name=default => generated 2925 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2211] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:32:20 2026] DELETE /v2.0/security-groups/faa0d751-6641-427f-a090-73cfce3453b5 => 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: 1033/2212] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:32:20 2026] GET /v2.0/security-groups?tenant_id=8d7f2a9a3781454787cfa1cfc246be2f&name=default => generated 2925 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2213] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:32:20 2026] DELETE /v2.0/security-groups/b4ad819a-7fd3-4938-aa60-8ce4f0cf523e => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:32:20.996 8 INFO neutron.db.segments_db [None req-f9dd800f-9f0a-42c3-a471-a275628a2dbf 9421be0d237d47ba8aa7ed78080fe805 8b5dbcbd65a14ed388ac5f4ecb1a7b25 - - default default] Added segment 91234c36-56d5-4138-8334-8fa2e214f51f of type vxlan for network a1735fd4-a140-4128-8a8e-61b328c511b8 [pid: 8|app: 0|req: 1180/2214] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:32:20 2026] POST /v2.0/networks => generated 612 bytes in 461 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2215] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:32:21 2026] GET /v2.0/security-groups?tenant_id=7a1e3513ecf448e2a8c0499be19c27cd&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2216] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:32:21 2026] POST /v2.0/subnets => generated 626 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2217] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:32:21 2026] DELETE /v2.0/security-groups/d0bb3dc4-febb-4b3f-8012-6a58b9fff10f => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:32:21.433 7 INFO neutron.db.segments_db [None req-2f92e82b-e601-4602-8ed6-5a799ae82f57 9421be0d237d47ba8aa7ed78080fe805 8b5dbcbd65a14ed388ac5f4ecb1a7b25 - - default default] Added segment f98a95da-b8ee-4b23-84a9-325c27b07891 of type vxlan for network 6592f32a-8149-4442-959f-98d5657aa0e8 [pid: 7|app: 0|req: 1036/2218] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:32:21 2026] POST /v2.0/networks => generated 612 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2219] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:32:21 2026] GET /v2.0/security-groups?tenant_id=0903d2dda4684518b9edb82fd739ea05&name=default => generated 2925 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2220] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:32:21 2026] POST /v2.0/subnets => generated 629 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2221] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:32:21 2026] DELETE /v2.0/security-groups/0d80a03f-30ee-42bd-8326-b12894c55439 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:32:21.856 7 INFO neutron.db.segments_db [None req-4cf9fb3a-b891-4f34-8386-03987a2d6cd0 9421be0d237d47ba8aa7ed78080fe805 8b5dbcbd65a14ed388ac5f4ecb1a7b25 - - default default] Added segment 064fc8ff-2165-4ad8-bcbf-2cb98ade85c4 of type vxlan for network ae11e423-afee-4458-b84f-65969eedbfb9 [pid: 7|app: 0|req: 1038/2222] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:32:21 2026] POST /v2.0/networks => generated 613 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2223] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:32:21 2026] POST /v2.0/subnets => generated 629 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:32:22.308 7 INFO neutron.db.segments_db [None req-2f6addb1-67ec-425a-b57c-68d4248e281e 9421be0d237d47ba8aa7ed78080fe805 8b5dbcbd65a14ed388ac5f4ecb1a7b25 - - default default] Added segment afa59526-494d-41a8-a277-8d5bc9dacdc1 of type vxlan for network 737bc6d9-71a3-4f2b-ba24-5f0cead3314d [pid: 7|app: 0|req: 1039/2224] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:32:22 2026] POST /v2.0/networks => generated 613 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2225] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:32:22 2026] POST /v2.0/subnets => generated 629 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:32:22.916 7 INFO neutron.db.segments_db [None req-ad983eac-d698-4d8a-854d-2171c17e9780 9421be0d237d47ba8aa7ed78080fe805 8b5dbcbd65a14ed388ac5f4ecb1a7b25 - - default default] Added segment aa70ec03-885c-48f8-bc1c-716e0e59e63d of type vxlan for network 63785b12-a58a-433f-965d-473ee8c267ab [pid: 7|app: 0|req: 1040/2226] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:32:22 2026] POST /v2.0/networks => generated 612 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2227] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:32:23 2026] POST /v2.0/subnets => generated 629 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2228] 10.0.0.103 () {34 vars in 750 bytes} [Thu Mar 26 15:32:23 2026] PUT /v2.0/subnets/43f39e5a-7ca5-41fd-8d57-7e023833a611/tags => generated 17 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2229] 10.0.0.103 () {34 vars in 750 bytes} [Thu Mar 26 15:32:23 2026] PUT /v2.0/subnets/1dd3f884-67e4-477f-8d0d-ff6d338d86ce/tags => generated 25 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2230] 10.0.0.103 () {34 vars in 750 bytes} [Thu Mar 26 15:32:23 2026] PUT /v2.0/subnets/4e27fffd-d7bd-4262-9be8-5288ffceacdb/tags => generated 34 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2231] 10.0.0.103 () {34 vars in 750 bytes} [Thu Mar 26 15:32:23 2026] PUT /v2.0/subnets/b950c12c-0a13-404b-b8c4-f1658209b740/tags => generated 19 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2232] 10.0.0.103 () {32 vars in 663 bytes} [Thu Mar 26 15:32:23 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2233] 10.0.0.103 () {32 vars in 677 bytes} [Thu Mar 26 15:32:23 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2234] 10.0.0.103 () {32 vars in 673 bytes} [Thu Mar 26 15:32:23 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2235] 10.0.0.103 () {32 vars in 685 bytes} [Thu Mar 26 15:32:23 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2236] 10.0.0.103 () {32 vars in 671 bytes} [Thu Mar 26 15:32:23 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2237] 10.0.0.103 () {32 vars in 685 bytes} [Thu Mar 26 15:32:24 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2238] 10.0.0.103 () {32 vars in 681 bytes} [Thu Mar 26 15:32:24 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2239] 10.0.0.103 () {32 vars in 693 bytes} [Thu Mar 26 15:32:24 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2240] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:32:24 2026] DELETE /v2.0/subnets/43f39e5a-7ca5-41fd-8d57-7e023833a611 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2241] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:32:24 2026] DELETE /v2.0/subnets/1dd3f884-67e4-477f-8d0d-ff6d338d86ce => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2242] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:32:24 2026] DELETE /v2.0/subnets/4e27fffd-d7bd-4262-9be8-5288ffceacdb => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2243] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:32:24 2026] DELETE /v2.0/subnets/b950c12c-0a13-404b-b8c4-f1658209b740 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2244] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:32:24 2026] DELETE /v2.0/subnets/08f69782-1ff6-4489-b853-fd0611d6aaf5 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:32:25.035 8 INFO neutron_taas.services.taas.taas_plugin [None req-de08824b-7785-4769-9c68-6ed1a0df04fe 9421be0d237d47ba8aa7ed78080fe805 8b5dbcbd65a14ed388ac5f4ecb1a7b25 - - default default] TaaS: Handle Delete Port: 07f42917-b104-4868-bec3-3ec5d0533981 2026-03-26 15:32:25.039 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de08824b-7785-4769-9c68-6ed1a0df04fe 9421be0d237d47ba8aa7ed78080fe805 8b5dbcbd65a14ed388ac5f4ecb1a7b25 - - default default] Tap Mirror: Handle Delete Port: 07f42917-b104-4868-bec3-3ec5d0533981 2026-03-26 15:32:25.236 8 INFO neutron.services.segments.plugin [-] Segment 91234c36-56d5-4138-8334-8fa2e214f51f resource provider aggregate not found 2026-03-26 15:32:25.244 8 INFO neutron.services.segments.plugin [-] Segment 91234c36-56d5-4138-8334-8fa2e214f51f resource provider aggregate not found 2026-03-26 15:32:25.260 8 INFO neutron.services.segments.plugin [-] Segment 91234c36-56d5-4138-8334-8fa2e214f51f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91234c36-56d5-4138-8334-8fa2e214f51f found for delete ", "request_id": "req-651ffc00-db1f-4d00-84ef-4400022f09d1"}]} 2026-03-26 15:32:25.262 8 INFO neutron.services.segments.plugin [-] Segment 91234c36-56d5-4138-8334-8fa2e214f51f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91234c36-56d5-4138-8334-8fa2e214f51f found for delete ", "request_id": "req-b7064d50-0885-4fb6-a836-da1507d33bbe"}]} [pid: 8|app: 0|req: 1196/2245] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:32:24 2026] DELETE /v2.0/networks/a1735fd4-a140-4128-8a8e-61b328c511b8 => generated 0 bytes in 328 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:32:25.389 7 INFO neutron.services.segments.plugin [-] Segment f98a95da-b8ee-4b23-84a9-325c27b07891 resource provider aggregate not found 2026-03-26 15:32:25.394 7 INFO neutron.services.segments.plugin [-] Segment f98a95da-b8ee-4b23-84a9-325c27b07891 resource provider aggregate not found 2026-03-26 15:32:25.411 7 INFO neutron.services.segments.plugin [-] Segment f98a95da-b8ee-4b23-84a9-325c27b07891 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f98a95da-b8ee-4b23-84a9-325c27b07891 found for delete ", "request_id": "req-43e867b0-dd0f-4dc7-b4b2-6f155af21689"}]} 2026-03-26 15:32:25.413 7 INFO neutron.services.segments.plugin [-] Segment f98a95da-b8ee-4b23-84a9-325c27b07891 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f98a95da-b8ee-4b23-84a9-325c27b07891 found for delete ", "request_id": "req-e77764c1-6d1a-4724-ad64-6083212bd183"}]} [pid: 7|app: 0|req: 1050/2246] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:32:25 2026] DELETE /v2.0/networks/6592f32a-8149-4442-959f-98d5657aa0e8 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2247] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:32:25 2026] DELETE /v2.0/networks/ae11e423-afee-4458-b84f-65969eedbfb9 => 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: 1051/2248] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:32:25 2026] DELETE /v2.0/networks/737bc6d9-71a3-4f2b-ba24-5f0cead3314d => 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: 1198/2249] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:32:25 2026] DELETE /v2.0/networks/63785b12-a58a-433f-965d-473ee8c267ab => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:32:26.568 7 INFO neutron.db.segments_db [None req-47109d00-7b9c-472a-ad11-b83756cb3341 75ce303dff3f481aac47e3165b775dbe e0712d592232434fa71fcd6604883528 - - default default] Added segment 5f61d7cb-e03c-4bb2-9e04-8a8060d4b3ad of type vxlan for network a18e7e6d-aa15-475b-bd6b-39334bbbb405 [pid: 7|app: 0|req: 1052/2250] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:32:26 2026] POST /v2.0/networks => generated 613 bytes in 539 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2251] 10.0.0.103 () {34 vars in 663 bytes} [Thu Mar 26 15:32:26 2026] POST /v2.0/ports => generated 743 bytes in 413 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: 1053/2252] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:32:26 2026] GET /v2.0/security-groups?tenant_id=5e4859c74f374544bd63fdf18730b41b&name=default => generated 2925 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2253] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:32:27 2026] DELETE /v2.0/security-groups/57787905-9f14-4e7b-81b6-e329674ea6df => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:32:27.301 8 INFO neutron.services.segments.plugin [-] Segment 064fc8ff-2165-4ad8-bcbf-2cb98ade85c4 resource provider aggregate not found 2026-03-26 15:32:27.334 8 INFO neutron.services.segments.plugin [-] Segment 064fc8ff-2165-4ad8-bcbf-2cb98ade85c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 064fc8ff-2165-4ad8-bcbf-2cb98ade85c4 found for delete ", "request_id": "req-23425a37-e42b-494d-838c-4dfb73ae0704"}]} 2026-03-26 15:32:27.340 8 INFO neutron.services.segments.plugin [-] Segment 064fc8ff-2165-4ad8-bcbf-2cb98ade85c4 resource provider aggregate not found 2026-03-26 15:32:27.360 8 INFO neutron.services.segments.plugin [-] Segment 064fc8ff-2165-4ad8-bcbf-2cb98ade85c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 064fc8ff-2165-4ad8-bcbf-2cb98ade85c4 found for delete ", "request_id": "req-d7483d06-22e9-4a20-bf46-7bbd88d5adca"}]} 2026-03-26 15:32:27.365 8 INFO neutron.services.segments.plugin [-] Segment aa70ec03-885c-48f8-bc1c-716e0e59e63d resource provider aggregate not found [pid: 8|app: 0|req: 1200/2256] 10.0.0.103 () {34 vars in 665 bytes} [Thu Mar 26 15:32:27 2026] POST /v2.0/trunks => generated 407 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:32:27.395 8 INFO neutron.services.segments.plugin [-] Segment aa70ec03-885c-48f8-bc1c-716e0e59e63d resource provider aggregate not found 2026-03-26 15:32:27.404 8 INFO neutron.services.segments.plugin [-] Segment aa70ec03-885c-48f8-bc1c-716e0e59e63d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa70ec03-885c-48f8-bc1c-716e0e59e63d found for delete ", "request_id": "req-f460fcda-67d3-4c6c-ae3b-6b7acb4462d0"}]} 2026-03-26 15:32:27.422 8 INFO neutron.services.segments.plugin [-] Segment aa70ec03-885c-48f8-bc1c-716e0e59e63d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa70ec03-885c-48f8-bc1c-716e0e59e63d found for delete ", "request_id": "req-56948871-f80a-49fe-9f88-1dcfde022f20"}]} 2026-03-26 15:32:27.433 7 INFO neutron.services.segments.plugin [-] Segment afa59526-494d-41a8-a277-8d5bc9dacdc1 resource provider aggregate not found 2026-03-26 15:32:27.446 7 INFO neutron.services.segments.plugin [-] Segment afa59526-494d-41a8-a277-8d5bc9dacdc1 resource provider aggregate not found 2026-03-26 15:32:27.469 7 INFO neutron.services.segments.plugin [-] Segment afa59526-494d-41a8-a277-8d5bc9dacdc1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afa59526-494d-41a8-a277-8d5bc9dacdc1 found for delete ", "request_id": "req-d64bfba7-f1ac-41e0-9f8a-f1d1e4ad60f2"}]} 2026-03-26 15:32:27.473 8 INFO neutron.db.segments_db [None req-5bd4e0e6-d659-46d0-beae-57cb6282fc35 75ce303dff3f481aac47e3165b775dbe e0712d592232434fa71fcd6604883528 - - default default] Added segment 7e02905b-da09-4558-b2bc-4c2b03ea1879 of type vxlan for network 28d8a1a2-4683-4670-9812-d6dc96514e41 2026-03-26 15:32:27.479 7 INFO neutron.services.segments.plugin [-] Segment afa59526-494d-41a8-a277-8d5bc9dacdc1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afa59526-494d-41a8-a277-8d5bc9dacdc1 found for delete ", "request_id": "req-2c28827c-948d-4c97-ae98-f909fe5a7158"}]} [pid: 7|app: 0|req: 1057/2257] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:32:27 2026] GET /v2.0/security-groups?tenant_id=15558dea98ab40dc9af32ff29fefee93&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2258] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:32:27 2026] POST /v2.0/networks => generated 612 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2259] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:32:27 2026] DELETE /v2.0/security-groups/83e844ee-06e9-466a-9358-1e48da911a6a => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2260] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:32:27 2026] GET /v2.0/security-groups?tenant_id=8b5dbcbd65a14ed388ac5f4ecb1a7b25&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2261] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:32:27 2026] DELETE /v2.0/security-groups/b6b73e5a-f750-485f-8537-441d8e463cca => 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: 1202/2262] 10.0.0.103 () {34 vars in 663 bytes} [Thu Mar 26 15:32:27 2026] POST /v2.0/ports => generated 743 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2263] 10.0.0.103 () {34 vars in 665 bytes} [Thu Mar 26 15:32:27 2026] POST /v2.0/trunks => generated 407 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-03-26 15:32:28.199 8 INFO neutron.db.segments_db [None req-999fc9b9-495d-4834-b7f2-a6bb3657f9ce 75ce303dff3f481aac47e3165b775dbe e0712d592232434fa71fcd6604883528 - - default default] Added segment 28f7d55a-795f-4099-b5f5-7172b81fe18f of type vxlan for network 7651c216-c982-4b03-8e5c-518966e4bf98 [pid: 8|app: 0|req: 1203/2264] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:32:28 2026] POST /v2.0/networks => generated 613 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2265] 10.0.0.103 () {34 vars in 663 bytes} [Thu Mar 26 15:32:28 2026] POST /v2.0/ports => generated 743 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2266] 10.0.0.103 () {34 vars in 665 bytes} [Thu Mar 26 15:32:28 2026] POST /v2.0/trunks => generated 407 bytes in 282 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-03-26 15:32:29.010 7 INFO neutron.db.segments_db [None req-579ed050-d2a9-490a-8ae4-eccac5c0e9e6 75ce303dff3f481aac47e3165b775dbe e0712d592232434fa71fcd6604883528 - - default default] Added segment 99307eec-7ff3-48d5-9b14-c80b8ed1a65e of type vxlan for network cf382110-06b5-4c47-a4f7-aceb64c2f5cb [pid: 7|app: 0|req: 1063/2267] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:32:28 2026] POST /v2.0/networks => generated 612 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2268] 10.0.0.103 () {34 vars in 663 bytes} [Thu Mar 26 15:32:29 2026] POST /v2.0/ports => generated 743 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2269] 10.0.0.103 () {34 vars in 665 bytes} [Thu Mar 26 15:32:29 2026] POST /v2.0/trunks => generated 407 bytes in 189 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-03-26 15:32:29.783 8 INFO neutron.db.segments_db [None req-f35ff818-1257-4f93-abdf-9716639df72b 75ce303dff3f481aac47e3165b775dbe e0712d592232434fa71fcd6604883528 - - default default] Added segment dd07d9e9-3290-4c5f-9427-cdefdf2c0fe6 of type vxlan for network e4c34452-381d-46f8-a9c2-95071aeb29bb [pid: 8|app: 0|req: 1206/2270] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:32:29 2026] POST /v2.0/networks => generated 612 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2271] 10.0.0.103 () {34 vars in 663 bytes} [Thu Mar 26 15:32:29 2026] POST /v2.0/ports => generated 743 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2272] 10.0.0.103 () {34 vars in 665 bytes} [Thu Mar 26 15:32:30 2026] POST /v2.0/trunks => generated 407 bytes in 237 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: 1066/2273] 10.0.0.103 () {34 vars in 748 bytes} [Thu Mar 26 15:32:30 2026] PUT /v2.0/trunks/28d7b4b7-23dc-4f6e-a2bf-e101e431d4fa/tags => generated 17 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2274] 10.0.0.103 () {34 vars in 748 bytes} [Thu Mar 26 15:32:30 2026] PUT /v2.0/trunks/ec389fb8-6c39-440f-a3ed-a06e636583e6/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2275] 10.0.0.103 () {34 vars in 748 bytes} [Thu Mar 26 15:32:30 2026] PUT /v2.0/trunks/0a4e7461-4a59-44cb-985d-c3eee16f5e73/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: 1209/2276] 10.0.0.103 () {34 vars in 748 bytes} [Thu Mar 26 15:32:30 2026] PUT /v2.0/trunks/137e2b86-b78f-4b1f-9b52-3da575da18f2/tags => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2277] 10.0.0.103 () {32 vars in 661 bytes} [Thu Mar 26 15:32:30 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2278] 10.0.0.103 () {32 vars in 675 bytes} [Thu Mar 26 15:32:30 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2279] 10.0.0.103 () {32 vars in 671 bytes} [Thu Mar 26 15:32:30 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2280] 10.0.0.103 () {32 vars in 683 bytes} [Thu Mar 26 15:32:30 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2281] 10.0.0.103 () {32 vars in 669 bytes} [Thu Mar 26 15:32:30 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2282] 10.0.0.103 () {32 vars in 683 bytes} [Thu Mar 26 15:32:30 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2283] 10.0.0.103 () {32 vars in 679 bytes} [Thu Mar 26 15:32:30 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2284] 10.0.0.103 () {32 vars in 691 bytes} [Thu Mar 26 15:32:30 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2285] 10.0.0.103 () {32 vars in 718 bytes} [Thu Mar 26 15:32:30 2026] GET /v2.0/trunks/28d7b4b7-23dc-4f6e-a2bf-e101e431d4fa => generated 412 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2286] 10.0.0.103 () {32 vars in 716 bytes} [Thu Mar 26 15:32:30 2026] GET /v2.0/ports/a165376c-c6ba-4575-ad90-285ef1169723 => generated 826 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2287] 10.0.0.103 () {32 vars in 721 bytes} [Thu Mar 26 15:32:31 2026] DELETE /v2.0/trunks/28d7b4b7-23dc-4f6e-a2bf-e101e431d4fa => 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: 1215/2288] 10.0.0.103 () {32 vars in 718 bytes} [Thu Mar 26 15:32:31 2026] GET /v2.0/trunks/ec389fb8-6c39-440f-a3ed-a06e636583e6 => generated 420 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2289] 10.0.0.103 () {32 vars in 716 bytes} [Thu Mar 26 15:32:31 2026] GET /v2.0/ports/7c68171f-280b-47db-860a-10050016ad42 => generated 826 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2290] 10.0.0.103 () {32 vars in 721 bytes} [Thu Mar 26 15:32:31 2026] DELETE /v2.0/trunks/ec389fb8-6c39-440f-a3ed-a06e636583e6 => 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: 1075/2291] 10.0.0.103 () {32 vars in 718 bytes} [Thu Mar 26 15:32:31 2026] GET /v2.0/trunks/0a4e7461-4a59-44cb-985d-c3eee16f5e73 => generated 429 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2292] 10.0.0.103 () {32 vars in 716 bytes} [Thu Mar 26 15:32:31 2026] GET /v2.0/ports/95dccc6d-dd1b-49cf-bc0d-e26d8b82e0e4 => generated 826 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2293] 10.0.0.103 () {32 vars in 721 bytes} [Thu Mar 26 15:32:31 2026] DELETE /v2.0/trunks/0a4e7461-4a59-44cb-985d-c3eee16f5e73 => 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: 1077/2294] 10.0.0.103 () {32 vars in 718 bytes} [Thu Mar 26 15:32:31 2026] GET /v2.0/trunks/137e2b86-b78f-4b1f-9b52-3da575da18f2 => generated 414 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2295] 10.0.0.103 () {32 vars in 716 bytes} [Thu Mar 26 15:32:31 2026] GET /v2.0/ports/ba67c288-d37a-4c5d-a66c-71858b02bf03 => generated 826 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2296] 10.0.0.103 () {32 vars in 721 bytes} [Thu Mar 26 15:32:31 2026] DELETE /v2.0/trunks/137e2b86-b78f-4b1f-9b52-3da575da18f2 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2297] 10.0.0.103 () {32 vars in 718 bytes} [Thu Mar 26 15:32:31 2026] GET /v2.0/trunks/95e0a829-e6ad-4f91-8eda-9be01d940b38 => 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: 1081/2298] 10.0.0.103 () {32 vars in 716 bytes} [Thu Mar 26 15:32:31 2026] GET /v2.0/ports/c9fc4188-fc4c-4a5f-90dd-6fd53301cd3d => generated 826 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2299] 10.0.0.103 () {32 vars in 721 bytes} [Thu Mar 26 15:32:31 2026] DELETE /v2.0/trunks/95e0a829-e6ad-4f91-8eda-9be01d940b38 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:32:32.036 7 INFO neutron_taas.services.taas.taas_plugin [None req-b1cc571c-2526-40ae-bf31-2319171ed794 75ce303dff3f481aac47e3165b775dbe e0712d592232434fa71fcd6604883528 - - default default] TaaS: Handle Delete Port: a165376c-c6ba-4575-ad90-285ef1169723 2026-03-26 15:32:32.040 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1cc571c-2526-40ae-bf31-2319171ed794 75ce303dff3f481aac47e3165b775dbe e0712d592232434fa71fcd6604883528 - - default default] Tap Mirror: Handle Delete Port: a165376c-c6ba-4575-ad90-285ef1169723 [pid: 7|app: 0|req: 1083/2300] 10.0.0.103 () {32 vars in 719 bytes} [Thu Mar 26 15:32:31 2026] DELETE /v2.0/ports/a165376c-c6ba-4575-ad90-285ef1169723 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:32:32.243 7 INFO neutron_taas.services.taas.taas_plugin [None req-62ff6479-bd4c-41f2-9581-3871b852ecd5 75ce303dff3f481aac47e3165b775dbe e0712d592232434fa71fcd6604883528 - - default default] TaaS: Handle Delete Port: 7c68171f-280b-47db-860a-10050016ad42 2026-03-26 15:32:32.246 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62ff6479-bd4c-41f2-9581-3871b852ecd5 75ce303dff3f481aac47e3165b775dbe e0712d592232434fa71fcd6604883528 - - default default] Tap Mirror: Handle Delete Port: 7c68171f-280b-47db-860a-10050016ad42 [pid: 8|app: 0|req: 1218/2301] 10.0.0.103 () {34 vars in 675 bytes} [Thu Mar 26 15:32:31 2026] POST /v2.0/floatingips => generated 552 bytes in 747 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2302] 10.0.0.103 () {32 vars in 719 bytes} [Thu Mar 26 15:32:32 2026] DELETE /v2.0/ports/7c68171f-280b-47db-860a-10050016ad42 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2303] 10.0.0.103 () {34 vars in 758 bytes} [Thu Mar 26 15:32:32 2026] PUT /v2.0/floatingips/e57e53e7-a67a-4012-bd04-ca69756ba94d/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2304] 10.0.0.103 () {32 vars in 738 bytes} [Thu Mar 26 15:32:32 2026] GET /v2.0/floatingips/e57e53e7-a67a-4012-bd04-ca69756ba94d/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:32:32.474 7 INFO neutron_taas.services.taas.taas_plugin [None req-17fe6d9b-158b-4410-9183-539dc0c383b6 75ce303dff3f481aac47e3165b775dbe e0712d592232434fa71fcd6604883528 - - default default] TaaS: Handle Delete Port: 95dccc6d-dd1b-49cf-bc0d-e26d8b82e0e4 2026-03-26 15:32:32.478 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17fe6d9b-158b-4410-9183-539dc0c383b6 75ce303dff3f481aac47e3165b775dbe e0712d592232434fa71fcd6604883528 - - default default] Tap Mirror: Handle Delete Port: 95dccc6d-dd1b-49cf-bc0d-e26d8b82e0e4 [pid: 8|app: 0|req: 1221/2305] 10.0.0.103 () {34 vars in 769 bytes} [Thu Mar 26 15:32:32 2026] PUT /v2.0/floatingips/e57e53e7-a67a-4012-bd04-ca69756ba94d/tags/green => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2306] 10.0.0.103 () {32 vars in 738 bytes} [Thu Mar 26 15:32:32 2026] GET /v2.0/floatingips/e57e53e7-a67a-4012-bd04-ca69756ba94d/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2307] 10.0.0.103 () {32 vars in 719 bytes} [Thu Mar 26 15:32:32 2026] DELETE /v2.0/ports/95dccc6d-dd1b-49cf-bc0d-e26d8b82e0e4 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2308] 10.0.0.103 () {34 vars in 765 bytes} [Thu Mar 26 15:32:32 2026] PUT /v2.0/floatingips/e57e53e7-a67a-4012-bd04-ca69756ba94d/tags/red => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2309] 10.0.0.103 () {32 vars in 738 bytes} [Thu Mar 26 15:32:32 2026] GET /v2.0/floatingips/e57e53e7-a67a-4012-bd04-ca69756ba94d/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:32:32.687 7 INFO neutron_taas.services.taas.taas_plugin [None req-c85d980c-3071-4a44-b8db-7421215a970c 75ce303dff3f481aac47e3165b775dbe e0712d592232434fa71fcd6604883528 - - default default] TaaS: Handle Delete Port: ba67c288-d37a-4c5d-a66c-71858b02bf03 2026-03-26 15:32:32.690 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c85d980c-3071-4a44-b8db-7421215a970c 75ce303dff3f481aac47e3165b775dbe e0712d592232434fa71fcd6604883528 - - default default] Tap Mirror: Handle Delete Port: ba67c288-d37a-4c5d-a66c-71858b02bf03 [pid: 8|app: 0|req: 1225/2310] 10.0.0.103 () {34 vars in 787 bytes} [Thu Mar 26 15:32:32 2026] PUT /v2.0/floatingips/e57e53e7-a67a-4012-bd04-ca69756ba94d/tags/black.or.white => generated 4 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2311] 10.0.0.103 () {32 vars in 719 bytes} [Thu Mar 26 15:32:32 2026] DELETE /v2.0/ports/ba67c288-d37a-4c5d-a66c-71858b02bf03 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2312] 10.0.0.103 () {32 vars in 738 bytes} [Thu Mar 26 15:32:32 2026] GET /v2.0/floatingips/e57e53e7-a67a-4012-bd04-ca69756ba94d/tags => generated 52 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:32:32.870 7 INFO neutron_taas.services.taas.taas_plugin [None req-0e7cbb4a-b200-49c5-be1d-fec1f67a78c6 75ce303dff3f481aac47e3165b775dbe e0712d592232434fa71fcd6604883528 - - default default] TaaS: Handle Delete Port: c9fc4188-fc4c-4a5f-90dd-6fd53301cd3d 2026-03-26 15:32:32.874 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e7cbb4a-b200-49c5-be1d-fec1f67a78c6 75ce303dff3f481aac47e3165b775dbe e0712d592232434fa71fcd6604883528 - - default default] Tap Mirror: Handle Delete Port: c9fc4188-fc4c-4a5f-90dd-6fd53301cd3d [pid: 8|app: 0|req: 1227/2313] 10.0.0.103 () {34 vars in 758 bytes} [Thu Mar 26 15:32:32 2026] PUT /v2.0/floatingips/e57e53e7-a67a-4012-bd04-ca69756ba94d/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: 1228/2314] 10.0.0.103 () {32 vars in 738 bytes} [Thu Mar 26 15:32:32 2026] GET /v2.0/floatingips/e57e53e7-a67a-4012-bd04-ca69756ba94d/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2315] 10.0.0.103 () {32 vars in 746 bytes} [Thu Mar 26 15:32:32 2026] GET /v2.0/floatingips/e57e53e7-a67a-4012-bd04-ca69756ba94d/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2316] 10.0.0.103 () {32 vars in 719 bytes} [Thu Mar 26 15:32:32 2026] DELETE /v2.0/ports/c9fc4188-fc4c-4a5f-90dd-6fd53301cd3d => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:32:33.029 8 INFO neutron.api.v2.resource [None req-30e118dd-8a63-4707-a7b0-db7f64d6369a 110862d0265a4f36af69504c99908f0a 76f958fd5c17414fb9dd9c77a13d25a8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1230/2317] 10.0.0.103 () {32 vars in 750 bytes} [Thu Mar 26 15:32:32 2026] GET /v2.0/floatingips/e57e53e7-a67a-4012-bd04-ca69756ba94d/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2318] 10.0.0.103 () {32 vars in 749 bytes} [Thu Mar 26 15:32:33 2026] DELETE /v2.0/floatingips/e57e53e7-a67a-4012-bd04-ca69756ba94d/tags/red => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:32:33.132 7 INFO neutron.services.segments.plugin [-] Segment 5f61d7cb-e03c-4bb2-9e04-8a8060d4b3ad resource provider aggregate not found 2026-03-26 15:32:33.138 7 INFO neutron.services.segments.plugin [-] Segment 5f61d7cb-e03c-4bb2-9e04-8a8060d4b3ad resource provider aggregate not found 2026-03-26 15:32:33.156 7 INFO neutron.services.segments.plugin [-] Segment 5f61d7cb-e03c-4bb2-9e04-8a8060d4b3ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f61d7cb-e03c-4bb2-9e04-8a8060d4b3ad found for delete ", "request_id": "req-57a0bcaf-60b0-4b44-9e02-299ad60e412d"}]} [pid: 7|app: 0|req: 1088/2319] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:32:32 2026] DELETE /v2.0/networks/a18e7e6d-aa15-475b-bd6b-39334bbbb405 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:32:33.167 7 INFO neutron.services.segments.plugin [-] Segment 5f61d7cb-e03c-4bb2-9e04-8a8060d4b3ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f61d7cb-e03c-4bb2-9e04-8a8060d4b3ad found for delete ", "request_id": "req-8451c8ad-fb32-4135-bf9f-551871ea5ec6"}]} [pid: 8|app: 0|req: 1232/2320] 10.0.0.103 () {32 vars in 738 bytes} [Thu Mar 26 15:32:33 2026] GET /v2.0/floatingips/e57e53e7-a67a-4012-bd04-ca69756ba94d/tags => generated 30 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:32:33.217 7 INFO neutron.api.v2.resource [None req-8b9f86c8-4471-4416-8aa0-40608225641e 110862d0265a4f36af69504c99908f0a 76f958fd5c17414fb9dd9c77a13d25a8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1089/2321] 10.0.0.103 () {32 vars in 753 bytes} [Thu Mar 26 15:32:33 2026] DELETE /v2.0/floatingips/e57e53e7-a67a-4012-bd04-ca69756ba94d/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2322] 10.0.0.103 () {32 vars in 741 bytes} [Thu Mar 26 15:32:33 2026] DELETE /v2.0/floatingips/e57e53e7-a67a-4012-bd04-ca69756ba94d/tags => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:32:33.302 8 INFO neutron.services.segments.plugin [-] Segment 7e02905b-da09-4558-b2bc-4c2b03ea1879 resource provider aggregate not found 2026-03-26 15:32:33.315 8 INFO neutron.services.segments.plugin [-] Segment 7e02905b-da09-4558-b2bc-4c2b03ea1879 resource provider aggregate not found 2026-03-26 15:32:33.321 8 INFO neutron.services.segments.plugin [-] Segment 7e02905b-da09-4558-b2bc-4c2b03ea1879 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e02905b-da09-4558-b2bc-4c2b03ea1879 found for delete ", "request_id": "req-e3b2d0f9-8173-4923-9225-e4b44d2b1a02"}]} 2026-03-26 15:32:33.330 8 INFO neutron.services.segments.plugin [-] Segment 7e02905b-da09-4558-b2bc-4c2b03ea1879 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e02905b-da09-4558-b2bc-4c2b03ea1879 found for delete ", "request_id": "req-a308bda7-620f-40de-a5dc-148d015e9993"}]} [pid: 8|app: 0|req: 1233/2323] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:32:33 2026] DELETE /v2.0/networks/28d8a1a2-4683-4670-9812-d6dc96514e41 => 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: 1091/2324] 10.0.0.103 () {32 vars in 738 bytes} [Thu Mar 26 15:32:33 2026] GET /v2.0/floatingips/e57e53e7-a67a-4012-bd04-ca69756ba94d/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:32:33.478 7 INFO neutron_taas.services.taas.taas_plugin [None req-ec14ec4e-8934-4791-a679-e85d3b277f5c 110862d0265a4f36af69504c99908f0a 76f958fd5c17414fb9dd9c77a13d25a8 - - default default] TaaS: Handle Delete Port: ad8fef47-f5ff-4692-aa14-5ea840bbd0e2 2026-03-26 15:32:33.481 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec14ec4e-8934-4791-a679-e85d3b277f5c 110862d0265a4f36af69504c99908f0a 76f958fd5c17414fb9dd9c77a13d25a8 - - default default] Tap Mirror: Handle Delete Port: ad8fef47-f5ff-4692-aa14-5ea840bbd0e2 [pid: 8|app: 0|req: 1234/2325] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:32:33 2026] DELETE /v2.0/networks/7651c216-c982-4b03-8e5c-518966e4bf98 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2326] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:32:33 2026] DELETE /v2.0/networks/cf382110-06b5-4c47-a4f7-aceb64c2f5cb => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2327] 10.0.0.103 () {32 vars in 731 bytes} [Thu Mar 26 15:32:33 2026] DELETE /v2.0/floatingips/e57e53e7-a67a-4012-bd04-ca69756ba94d => generated 0 bytes in 348 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2328] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:32:33 2026] DELETE /v2.0/networks/e4c34452-381d-46f8-a9c2-95071aeb29bb => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2329] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:32:34 2026] GET /v2.0/security-groups?tenant_id=76f958fd5c17414fb9dd9c77a13d25a8&name=default => generated 2929 bytes in 360 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2330] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:32:34 2026] GET /v2.0/security-groups?tenant_id=d80843b5944a4b7287c50bdc8fe35ebb&name=default => generated 2929 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2331] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:32:34 2026] DELETE /v2.0/security-groups/52396770-4500-4ec9-abb9-589f5a0a071e => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2332] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:32:34 2026] DELETE /v2.0/security-groups/081fb3df-fb37-40f8-9103-be017710b95a => 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: 1239/2333] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:32:34 2026] GET /v2.0/security-groups?tenant_id=b68f6b71b14a410599ba9a9f262c8ff8&name=default => generated 2929 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2334] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:32:34 2026] GET /v2.0/security-groups?tenant_id=8ae629fc2406464badf3e230855cb0c4&name=default => generated 2929 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2335] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:32:35 2026] DELETE /v2.0/security-groups/ee9789d6-355d-42a8-9df7-89489f8ee6d0 => 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: 1096/2336] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:32:35 2026] DELETE /v2.0/security-groups/d86dd7ea-edcf-4667-a08d-5c0bb73f5112 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:32:35.350 8 INFO neutron.services.segments.plugin [-] Segment 28f7d55a-795f-4099-b5f5-7172b81fe18f resource provider aggregate not found 2026-03-26 15:32:35.354 8 INFO neutron.services.segments.plugin [-] Segment 28f7d55a-795f-4099-b5f5-7172b81fe18f resource provider aggregate not found 2026-03-26 15:32:35.371 8 INFO neutron.services.segments.plugin [-] Segment 28f7d55a-795f-4099-b5f5-7172b81fe18f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28f7d55a-795f-4099-b5f5-7172b81fe18f found for delete ", "request_id": "req-43f8daef-865a-4a6f-a639-466c2a284717"}]} 2026-03-26 15:32:35.376 8 INFO neutron.services.segments.plugin [-] Segment 28f7d55a-795f-4099-b5f5-7172b81fe18f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28f7d55a-795f-4099-b5f5-7172b81fe18f found for delete ", "request_id": "req-acc1798e-2c11-4ced-a75e-16666225d806"}]} 2026-03-26 15:32:35.389 8 INFO neutron.services.segments.plugin [-] Segment 99307eec-7ff3-48d5-9b14-c80b8ed1a65e resource provider aggregate not found 2026-03-26 15:32:35.393 8 INFO neutron.services.segments.plugin [-] Segment 99307eec-7ff3-48d5-9b14-c80b8ed1a65e resource provider aggregate not found 2026-03-26 15:32:35.408 8 INFO neutron.services.segments.plugin [-] Segment 99307eec-7ff3-48d5-9b14-c80b8ed1a65e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99307eec-7ff3-48d5-9b14-c80b8ed1a65e found for delete ", "request_id": "req-584315b3-531b-417e-82ff-37e6d9b4496b"}]} 2026-03-26 15:32:35.413 8 INFO neutron.services.segments.plugin [-] Segment 99307eec-7ff3-48d5-9b14-c80b8ed1a65e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99307eec-7ff3-48d5-9b14-c80b8ed1a65e found for delete ", "request_id": "req-19e32f59-6537-4e8b-b66b-c78b4f6f4740"}]} 2026-03-26 15:32:35.436 8 INFO neutron.services.segments.plugin [-] Segment dd07d9e9-3290-4c5f-9427-cdefdf2c0fe6 resource provider aggregate not found 2026-03-26 15:32:35.443 8 INFO neutron.services.segments.plugin [-] Segment dd07d9e9-3290-4c5f-9427-cdefdf2c0fe6 resource provider aggregate not found 2026-03-26 15:32:35.453 8 INFO neutron.services.segments.plugin [-] Segment dd07d9e9-3290-4c5f-9427-cdefdf2c0fe6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd07d9e9-3290-4c5f-9427-cdefdf2c0fe6 found for delete ", "request_id": "req-a4fecc99-5183-4994-a964-ab66fafe014f"}]} 2026-03-26 15:32:35.462 8 INFO neutron.services.segments.plugin [-] Segment dd07d9e9-3290-4c5f-9427-cdefdf2c0fe6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd07d9e9-3290-4c5f-9427-cdefdf2c0fe6 found for delete ", "request_id": "req-1524db61-4caa-47cc-9006-67f2a2edc7b1"}]} [pid: 8|app: 0|req: 1241/2337] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:32:35 2026] GET /v2.0/security-groups?tenant_id=e0712d592232434fa71fcd6604883528&name=default => generated 2925 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2338] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:32:35 2026] DELETE /v2.0/security-groups/758c1dcc-b322-4f26-98b6-9213cb920495 => 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: 1242/2339] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:32:35 2026] GET /v2.0/security-groups?tenant_id=11c5a589385e49ba870e7e2aca38ca9b&name=default => generated 2929 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2340] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:32:36 2026] DELETE /v2.0/security-groups/82a3b82c-f5d5-4628-89d8-fb18713b4435 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:32:38.777 8 INFO neutron.db.segments_db [None req-926ce827-fb38-4f18-b8f9-601af18e20d3 bac2559376654109b0c98d11b8f1b4a4 920da022ba1a4e9589365ac44ce62670 - - default default] Added segment 714cce7b-0769-463f-81a9-ffd4697376fb of type vxlan for network 0196e370-e90e-4df0-b8d8-1fa9eb04128b 2026-03-26 15:32:39.052 8 INFO neutron.db.l3_hamode_db [None req-926ce827-fb38-4f18-b8f9-601af18e20d3 bac2559376654109b0c98d11b8f1b4a4 920da022ba1a4e9589365ac44ce62670 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-26 15:32:39.166 7 INFO neutron.db.segments_db [None req-ae9b4f6c-0038-4e46-b334-99b7eb3dea4a d253a2d5f406436cac45165d934d84f8 913dc36f0a1249e8b08e69ec188d5a18 - - default default] Added segment 5fd0b89b-b621-428d-937f-d81e2a9d8715 of type vxlan for network e4e25522-52ea-4c11-8cea-1be9698a2ba9 2026-03-26 15:32:39.184 8 INFO neutron.db.l3_hamode_db [None req-926ce827-fb38-4f18-b8f9-601af18e20d3 bac2559376654109b0c98d11b8f1b4a4 920da022ba1a4e9589365ac44ce62670 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1099/2341] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:32:38 2026] POST /v2.0/networks => generated 613 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2342] 10.0.0.103 () {34 vars in 663 bytes} [Thu Mar 26 15:32:39 2026] POST /v2.0/ports => generated 743 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1101/2343] 10.0.0.103 () {34 vars in 746 bytes} [Thu Mar 26 15:32:39 2026] PUT /v2.0/ports/700179b9-bbe4-47ee-9222-2b834b6d459c/tags => generated 25 bytes in 77 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/2344] 10.0.0.103 () {32 vars in 726 bytes} [Thu Mar 26 15:32:39 2026] GET /v2.0/ports/700179b9-bbe4-47ee-9222-2b834b6d459c/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1243/2345] 10.0.0.103 () {34 vars in 667 bytes} [Thu Mar 26 15:32:38 2026] POST /v2.0/routers => generated 474 bytes in 1176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2346] 10.0.0.103 () {34 vars in 757 bytes} [Thu Mar 26 15:32:39 2026] PUT /v2.0/ports/700179b9-bbe4-47ee-9222-2b834b6d459c/tags/green => generated 4 bytes in 95 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: 1104/2347] 10.0.0.103 () {32 vars in 726 bytes} [Thu Mar 26 15:32:39 2026] GET /v2.0/ports/700179b9-bbe4-47ee-9222-2b834b6d459c/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1244/2348] 10.0.0.103 () {34 vars in 750 bytes} [Thu Mar 26 15:32:39 2026] PUT /v2.0/routers/1b962388-f938-42b8-b001-c1f82d770433/tags => generated 25 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2349] 10.0.0.103 () {34 vars in 753 bytes} [Thu Mar 26 15:32:39 2026] PUT /v2.0/ports/700179b9-bbe4-47ee-9222-2b834b6d459c/tags/red => generated 4 bytes in 83 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: 1245/2350] 10.0.0.103 () {32 vars in 730 bytes} [Thu Mar 26 15:32:39 2026] GET /v2.0/routers/1b962388-f938-42b8-b001-c1f82d770433/tags => generated 25 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2351] 10.0.0.103 () {32 vars in 726 bytes} [Thu Mar 26 15:32:39 2026] GET /v2.0/ports/700179b9-bbe4-47ee-9222-2b834b6d459c/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1107/2352] 10.0.0.103 () {34 vars in 775 bytes} [Thu Mar 26 15:32:40 2026] PUT /v2.0/ports/700179b9-bbe4-47ee-9222-2b834b6d459c/tags/black.or.white => generated 4 bytes in 105 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: 1246/2353] 10.0.0.103 () {34 vars in 761 bytes} [Thu Mar 26 15:32:40 2026] PUT /v2.0/routers/1b962388-f938-42b8-b001-c1f82d770433/tags/green => generated 4 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2354] 10.0.0.103 () {32 vars in 726 bytes} [Thu Mar 26 15:32:40 2026] GET /v2.0/ports/700179b9-bbe4-47ee-9222-2b834b6d459c/tags => generated 52 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1247/2355] 10.0.0.103 () {32 vars in 730 bytes} [Thu Mar 26 15:32:40 2026] GET /v2.0/routers/1b962388-f938-42b8-b001-c1f82d770433/tags => generated 34 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2356] 10.0.0.103 () {34 vars in 746 bytes} [Thu Mar 26 15:32:40 2026] PUT /v2.0/ports/700179b9-bbe4-47ee-9222-2b834b6d459c/tags => generated 37 bytes in 110 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: 1110/2357] 10.0.0.103 () {32 vars in 726 bytes} [Thu Mar 26 15:32:40 2026] GET /v2.0/ports/700179b9-bbe4-47ee-9222-2b834b6d459c/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1111/2358] 10.0.0.103 () {32 vars in 734 bytes} [Thu Mar 26 15:32:40 2026] GET /v2.0/ports/700179b9-bbe4-47ee-9222-2b834b6d459c/tags/red => generated 0 bytes in 50 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: 1248/2359] 10.0.0.103 () {34 vars in 757 bytes} [Thu Mar 26 15:32:40 2026] PUT /v2.0/routers/1b962388-f938-42b8-b001-c1f82d770433/tags/red => generated 4 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-03-26 15:32:40.490 7 INFO neutron.api.v2.resource [None req-6df2c313-e9a2-4f0f-bb41-eccf7daa4b87 d253a2d5f406436cac45165d934d84f8 913dc36f0a1249e8b08e69ec188d5a18 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1112/2360] 10.0.0.103 () {32 vars in 738 bytes} [Thu Mar 26 15:32:40 2026] GET /v2.0/ports/700179b9-bbe4-47ee-9222-2b834b6d459c/tags/green => generated 99 bytes in 47 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: 1113/2361] 10.0.0.103 () {32 vars in 737 bytes} [Thu Mar 26 15:32:40 2026] DELETE /v2.0/ports/700179b9-bbe4-47ee-9222-2b834b6d459c/tags/red => generated 0 bytes in 70 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: 1249/2362] 10.0.0.103 () {32 vars in 730 bytes} [Thu Mar 26 15:32:40 2026] GET /v2.0/routers/1b962388-f938-42b8-b001-c1f82d770433/tags => generated 34 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2363] 10.0.0.103 () {32 vars in 726 bytes} [Thu Mar 26 15:32:40 2026] GET /v2.0/ports/700179b9-bbe4-47ee-9222-2b834b6d459c/tags => generated 30 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2364] 10.0.0.103 () {34 vars in 779 bytes} [Thu Mar 26 15:32:40 2026] PUT /v2.0/routers/1b962388-f938-42b8-b001-c1f82d770433/tags/black.or.white => generated 4 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-26 15:32:40.795 8 INFO neutron.api.v2.resource [None req-d13d1af6-32af-4f96-bd0d-4c369e98a16f d253a2d5f406436cac45165d934d84f8 913dc36f0a1249e8b08e69ec188d5a18 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1251/2365] 10.0.0.103 () {32 vars in 741 bytes} [Thu Mar 26 15:32:40 2026] DELETE /v2.0/ports/700179b9-bbe4-47ee-9222-2b834b6d459c/tags/green => generated 99 bytes in 62 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: 1252/2366] 10.0.0.103 () {32 vars in 730 bytes} [Thu Mar 26 15:32:40 2026] GET /v2.0/routers/1b962388-f938-42b8-b001-c1f82d770433/tags => generated 52 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:32:40.932 7 INFO neutron.db.segments_db [None req-80012bbf-2123-43d3-b904-8e35fb87b85b 4eebc800099f4ed1b8c553e00318fd2d a2caada062e04f0ba04c911b95e532fb - - default default] Added segment 0adcd98a-36dc-499f-bc30-c27fcda5deab of type vxlan for network 2c563c53-2fb4-46d0-8d6a-b81fd2c06c1d [pid: 8|app: 0|req: 1253/2367] 10.0.0.103 () {32 vars in 729 bytes} [Thu Mar 26 15:32:40 2026] DELETE /v2.0/ports/700179b9-bbe4-47ee-9222-2b834b6d459c/tags => generated 0 bytes in 76 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: 1115/2368] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:32:40 2026] POST /v2.0/networks => generated 707 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2369] 10.0.0.103 () {34 vars in 750 bytes} [Thu Mar 26 15:32:40 2026] PUT /v2.0/routers/1b962388-f938-42b8-b001-c1f82d770433/tags => generated 37 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2370] 10.0.0.103 () {32 vars in 726 bytes} [Thu Mar 26 15:32:41 2026] GET /v2.0/ports/700179b9-bbe4-47ee-9222-2b834b6d459c/tags => generated 12 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1117/2371] 10.0.0.103 () {32 vars in 730 bytes} [Thu Mar 26 15:32:41 2026] GET /v2.0/routers/1b962388-f938-42b8-b001-c1f82d770433/tags => generated 37 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2372] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:32:41 2026] POST /v2.0/subnets => generated 644 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:32:41.323 7 INFO neutron_taas.services.taas.taas_plugin [None req-d856add9-c1df-4eec-ad6d-7308c0faa0f2 d253a2d5f406436cac45165d934d84f8 913dc36f0a1249e8b08e69ec188d5a18 - - default default] TaaS: Handle Delete Port: 700179b9-bbe4-47ee-9222-2b834b6d459c 2026-03-26 15:32:41.328 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d856add9-c1df-4eec-ad6d-7308c0faa0f2 d253a2d5f406436cac45165d934d84f8 913dc36f0a1249e8b08e69ec188d5a18 - - default default] Tap Mirror: Handle Delete Port: 700179b9-bbe4-47ee-9222-2b834b6d459c [pid: 8|app: 0|req: 1256/2373] 10.0.0.103 () {32 vars in 738 bytes} [Thu Mar 26 15:32:41 2026] GET /v2.0/routers/1b962388-f938-42b8-b001-c1f82d770433/tags/red => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:32:41.373 8 WARNING neutron.api.v2.base [None req-38b5f74d-a67a-4465-9e1e-16ac2c1c64ce 4eebc800099f4ed1b8c553e00318fd2d a2caada062e04f0ba04c911b95e532fb - - 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-03-26 15:32:41.374 8 INFO neutron.api.v2.resource [None req-38b5f74d-a67a-4465-9e1e-16ac2c1c64ce 4eebc800099f4ed1b8c553e00318fd2d a2caada062e04f0ba04c911b95e532fb - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1257/2374] 10.0.0.103 () {34 vars in 680 bytes} [Thu Mar 26 15:32:41 2026] POST /v2.0/rbac-policies => generated 143 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2375] 10.0.0.103 () {32 vars in 719 bytes} [Thu Mar 26 15:32:41 2026] DELETE /v2.0/ports/700179b9-bbe4-47ee-9222-2b834b6d459c => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:32:41.456 8 INFO neutron.api.v2.resource [None req-47227937-3a47-45f1-9ec9-c1460778d4d9 bac2559376654109b0c98d11b8f1b4a4 920da022ba1a4e9589365ac44ce62670 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1258/2376] 10.0.0.103 () {32 vars in 742 bytes} [Thu Mar 26 15:32:41 2026] GET /v2.0/routers/1b962388-f938-42b8-b001-c1f82d770433/tags/green => generated 99 bytes in 82 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-03-26 15:32:41.580 8 INFO neutron.services.segments.plugin [-] Segment 5fd0b89b-b621-428d-937f-d81e2a9d8715 resource provider aggregate not found 2026-03-26 15:32:41.588 7 INFO neutron.services.segments.plugin [-] Segment 0adcd98a-36dc-499f-bc30-c27fcda5deab resource provider aggregate not found 2026-03-26 15:32:41.590 7 INFO neutron.services.segments.plugin [-] Segment 0adcd98a-36dc-499f-bc30-c27fcda5deab resource provider aggregate not found 2026-03-26 15:32:41.591 8 INFO neutron.services.segments.plugin [-] Segment 5fd0b89b-b621-428d-937f-d81e2a9d8715 resource provider aggregate not found 2026-03-26 15:32:41.598 8 INFO neutron.services.segments.plugin [-] Segment 5fd0b89b-b621-428d-937f-d81e2a9d8715 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5fd0b89b-b621-428d-937f-d81e2a9d8715 found for delete ", "request_id": "req-935f0335-c39f-4d00-8bac-8f1b9d5b3dcb"}]} 2026-03-26 15:32:41.608 8 INFO neutron.services.segments.plugin [-] Segment 5fd0b89b-b621-428d-937f-d81e2a9d8715 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5fd0b89b-b621-428d-937f-d81e2a9d8715 found for delete ", "request_id": "req-53c07687-a017-44f8-9c4d-e38fb563de98"}]} 2026-03-26 15:32:41.610 7 INFO neutron.services.segments.plugin [-] Segment 0adcd98a-36dc-499f-bc30-c27fcda5deab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0adcd98a-36dc-499f-bc30-c27fcda5deab found for delete ", "request_id": "req-604fce21-112d-40e9-8097-bba142711bd3"}]} [pid: 8|app: 0|req: 1259/2377] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:32:41 2026] DELETE /v2.0/networks/e4e25522-52ea-4c11-8cea-1be9698a2ba9 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:32:41.622 7 INFO neutron.services.segments.plugin [-] Segment 0adcd98a-36dc-499f-bc30-c27fcda5deab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0adcd98a-36dc-499f-bc30-c27fcda5deab found for delete ", "request_id": "req-e819d9a7-ad2e-4a79-839d-de697b7606aa"}]} [pid: 7|app: 0|req: 1119/2378] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:32:41 2026] DELETE /v2.0/networks/2c563c53-2fb4-46d0-8d6a-b81fd2c06c1d => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:32:41.706 7 INFO neutron.db.segments_db [None req-bec4fa83-0cc1-4691-b9ac-f24a028273bb 4eebc800099f4ed1b8c553e00318fd2d a2caada062e04f0ba04c911b95e532fb - - default default] Added segment 390d892e-90f6-4e6d-8980-dbbb0ddd7c7b of type vxlan for network 5569edcf-2426-4a84-9895-051c840fb39c [pid: 8|app: 0|req: 1260/2379] 10.0.0.103 () {32 vars in 741 bytes} [Thu Mar 26 15:32:41 2026] DELETE /v2.0/routers/1b962388-f938-42b8-b001-c1f82d770433/tags/red => 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: 1120/2380] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:32:41 2026] POST /v2.0/networks => generated 708 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2381] 10.0.0.103 () {32 vars in 730 bytes} [Thu Mar 26 15:32:41 2026] GET /v2.0/routers/1b962388-f938-42b8-b001-c1f82d770433/tags => generated 30 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:32:41.942 8 INFO neutron.api.v2.resource [None req-537e3497-8cb3-4890-80b8-8df4ff358278 bac2559376654109b0c98d11b8f1b4a4 920da022ba1a4e9589365ac44ce62670 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1262/2382] 10.0.0.103 () {32 vars in 745 bytes} [Thu Mar 26 15:32:41 2026] DELETE /v2.0/routers/1b962388-f938-42b8-b001-c1f82d770433/tags/green => generated 99 bytes in 104 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2383] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:32:41 2026] POST /v2.0/subnets => generated 647 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:32:42.031 7 WARNING neutron.api.v2.base [None req-4013d584-2005-4d60-b6e8-91030710cc2b 4eebc800099f4ed1b8c553e00318fd2d a2caada062e04f0ba04c911b95e532fb - - 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-03-26 15:32:42.032 7 INFO neutron.api.v2.resource [None req-4013d584-2005-4d60-b6e8-91030710cc2b 4eebc800099f4ed1b8c553e00318fd2d a2caada062e04f0ba04c911b95e532fb - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1122/2384] 10.0.0.103 () {34 vars in 680 bytes} [Thu Mar 26 15:32:42 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: 8|app: 0|req: 1263/2385] 10.0.0.103 () {32 vars in 733 bytes} [Thu Mar 26 15:32:41 2026] DELETE /v2.0/routers/1b962388-f938-42b8-b001-c1f82d770433/tags => 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: 1264/2386] 10.0.0.103 () {32 vars in 730 bytes} [Thu Mar 26 15:32:42 2026] GET /v2.0/routers/1b962388-f938-42b8-b001-c1f82d770433/tags => generated 12 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2387] 10.0.0.103 () {32 vars in 720 bytes} [Thu Mar 26 15:32:42 2026] GET /v2.0/routers/1b962388-f938-42b8-b001-c1f82d770433 => generated 480 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2388] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:32:42 2026] DELETE /v2.0/networks/5569edcf-2426-4a84-9895-051c840fb39c => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2391] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:32:42 2026] GET /v2.0/security-groups?tenant_id=913dc36f0a1249e8b08e69ec188d5a18&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:32:42.529 7 INFO neutron.db.segments_db [None req-27d39770-1f0d-4a11-8b44-a0a4d17e884e 4eebc800099f4ed1b8c553e00318fd2d a2caada062e04f0ba04c911b95e532fb - - default default] Added segment 777b1d65-6f5a-482f-90cf-85df00c90636 of type vxlan for network 915b918f-6fea-4e9d-abbf-0141dd05c28a [pid: 7|app: 0|req: 1127/2392] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:32:42 2026] POST /v2.0/networks => generated 707 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2393] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:32:42 2026] DELETE /v2.0/security-groups/9fb1337d-86b6-4344-8aca-24995d85e8fb => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2394] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:32:42 2026] POST /v2.0/subnets => generated 647 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2395] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:32:43 2026] GET /v2.0/security-groups?tenant_id=7dda868dc50747b3844bd53f73ba5474&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2396] 10.0.0.103 () {34 vars in 741 bytes} [Thu Mar 26 15:32:42 2026] PUT /v2.0/routers/1b962388-f938-42b8-b001-c1f82d770433 => generated 480 bytes in 1110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2397] 10.0.0.103 () {34 vars in 680 bytes} [Thu Mar 26 15:32:43 2026] POST /v2.0/rbac-policies => generated 324 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2398] 10.0.0.103 () {32 vars in 735 bytes} [Thu Mar 26 15:32:43 2026] GET /v2.0/ports?device_id=1b962388-f938-42b8-b001-c1f82d770433 => 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: 1267/2399] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:32:43 2026] DELETE /v2.0/security-groups/5fcba307-159b-44f2-9b98-1e928f7fb7e7 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:32:43.575 7 INFO neutron_taas.services.taas.taas_plugin [None req-26504fe9-3a1a-40e6-8903-1fad16b1f7d4 bac2559376654109b0c98d11b8f1b4a4 920da022ba1a4e9589365ac44ce62670 - - default default] TaaS: Handle Delete Port: 12beeb9b-2346-4e31-8881-17cb413e941e 2026-03-26 15:32:43.579 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26504fe9-3a1a-40e6-8903-1fad16b1f7d4 bac2559376654109b0c98d11b8f1b4a4 920da022ba1a4e9589365ac44ce62670 - - default default] Tap Mirror: Handle Delete Port: 12beeb9b-2346-4e31-8881-17cb413e941e 2026-03-26 15:32:43.637 7 INFO neutron.services.segments.plugin [-] Segment 390d892e-90f6-4e6d-8980-dbbb0ddd7c7b resource provider aggregate not found 2026-03-26 15:32:43.658 7 INFO neutron.services.segments.plugin [-] Segment 390d892e-90f6-4e6d-8980-dbbb0ddd7c7b resource provider aggregate not found 2026-03-26 15:32:43.676 7 INFO neutron.services.segments.plugin [-] Segment 390d892e-90f6-4e6d-8980-dbbb0ddd7c7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 390d892e-90f6-4e6d-8980-dbbb0ddd7c7b found for delete ", "request_id": "req-633ad0b0-6072-424f-b1cf-7e9bc2fee8bf"}]} 2026-03-26 15:32:43.689 7 INFO neutron.services.segments.plugin [-] Segment 390d892e-90f6-4e6d-8980-dbbb0ddd7c7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 390d892e-90f6-4e6d-8980-dbbb0ddd7c7b found for delete ", "request_id": "req-0da274c5-d877-4cbf-ae7c-801a27352269"}]} 2026-03-26 15:32:43.998 7 INFO neutron.db.l3_hamode_db [None req-26504fe9-3a1a-40e6-8903-1fad16b1f7d4 bac2559376654109b0c98d11b8f1b4a4 920da022ba1a4e9589365ac44ce62670 - - default default] HA network 0196e370-e90e-4df0-b8d8-1fa9eb04128b was deleted as no HA routers are present in tenant 920da022ba1a4e9589365ac44ce62670. [pid: 7|app: 0|req: 1133/2400] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:32:43 2026] DELETE /v2.0/routers/1b962388-f938-42b8-b001-c1f82d770433 => generated 0 bytes in 610 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2401] 10.0.0.103 () {32 vars in 722 bytes} [Thu Mar 26 15:32:43 2026] GET /v2.0/networks/915b918f-6fea-4e9d-abbf-0141dd05c28a => generated 654 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:32:44.591 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9c5cad58-00f9-48df-a3aa-774714157d30 2e2027ff0a694b7c9296e7bd08047458 0bd2e607068b4546bf9587af41ebc601 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1134/2402] 10.0.0.103 () {32 vars in 722 bytes} [Thu Mar 26 15:32:44 2026] GET /v2.0/networks/915b918f-6fea-4e9d-abbf-0141dd05c28a => generated 138 bytes in 203 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 15:32:44.710 8 INFO neutron_taas.services.taas.taas_plugin [None req-9084c953-7736-44a3-bdc5-701cdcca62a0 4eebc800099f4ed1b8c553e00318fd2d a2caada062e04f0ba04c911b95e532fb - - default default] TaaS: Handle Delete Port: f9a419bc-b554-47b0-8ab0-eba259f89841 2026-03-26 15:32:44.712 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9084c953-7736-44a3-bdc5-701cdcca62a0 4eebc800099f4ed1b8c553e00318fd2d a2caada062e04f0ba04c911b95e532fb - - default default] Tap Mirror: Handle Delete Port: f9a419bc-b554-47b0-8ab0-eba259f89841 [pid: 7|app: 0|req: 1135/2403] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:32:44 2026] GET /v2.0/security-groups?tenant_id=c1a37b482fab45a5a4fb38b7d5d56cb5&name=default => generated 2929 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:32:44.980 8 INFO neutron.services.segments.plugin [-] Segment 777b1d65-6f5a-482f-90cf-85df00c90636 resource provider aggregate not found [pid: 7|app: 0|req: 1136/2404] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:32:44 2026] DELETE /v2.0/security-groups/a1a68022-d86f-42a3-b0e2-ee3e221d0180 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:32:44.993 8 INFO neutron.services.segments.plugin [-] Segment 777b1d65-6f5a-482f-90cf-85df00c90636 resource provider aggregate not found 2026-03-26 15:32:45.005 8 INFO neutron.services.segments.plugin [-] Segment 777b1d65-6f5a-482f-90cf-85df00c90636 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 777b1d65-6f5a-482f-90cf-85df00c90636 found for delete ", "request_id": "req-f1da7fa8-6e9c-4d6a-8471-fbecc290c753"}]} 2026-03-26 15:32:45.009 8 INFO neutron.services.segments.plugin [-] Segment 777b1d65-6f5a-482f-90cf-85df00c90636 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 777b1d65-6f5a-482f-90cf-85df00c90636 found for delete ", "request_id": "req-1b35069a-c802-4958-86af-a6f07e7faa7e"}]} [pid: 8|app: 0|req: 1269/2405] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:32:44 2026] DELETE /v2.0/networks/915b918f-6fea-4e9d-abbf-0141dd05c28a => generated 0 bytes in 430 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:32:45.046 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9110712c-526b-4b84-9221-b9f62d41950a 4eebc800099f4ed1b8c553e00318fd2d a2caada062e04f0ba04c911b95e532fb - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1137/2406] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:32:45 2026] DELETE /v2.0/subnets/13c46ae7-a544-454d-a07e-ecc72e565fc2 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 15:32:45.067 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ae466999-dc5f-48a5-b11d-8991bcd0cc0b 4eebc800099f4ed1b8c553e00318fd2d a2caada062e04f0ba04c911b95e532fb - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1270/2407] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:32:45 2026] DELETE /v2.0/subnets/49d469e5-4357-46c9-a5fa-6efba75d1854 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 15:32:45.087 7 INFO neutron.pecan_wsgi.hooks.translation [None req-abbce537-aa72-4e4f-985f-2388dbdc587e 4eebc800099f4ed1b8c553e00318fd2d a2caada062e04f0ba04c911b95e532fb - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1138/2408] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:32:45 2026] DELETE /v2.0/subnets/1545fb4f-bd1e-4e43-ac18-b5d705f269ae => 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: 1271/2409] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:32:45 2026] GET /v2.0/security-groups?tenant_id=920da022ba1a4e9589365ac44ce62670&name=default => generated 2929 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2410] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:32:45 2026] DELETE /v2.0/security-groups/cd777dfc-8ddc-4bb6-b398-cad5be8af27f => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:32:45.694 7 INFO neutron.services.segments.plugin [-] Segment 714cce7b-0769-463f-81a9-ffd4697376fb resource provider aggregate not found 2026-03-26 15:32:45.705 7 INFO neutron.services.segments.plugin [-] Segment 714cce7b-0769-463f-81a9-ffd4697376fb resource provider aggregate not found 2026-03-26 15:32:45.710 7 INFO neutron.services.segments.plugin [-] Segment 714cce7b-0769-463f-81a9-ffd4697376fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 714cce7b-0769-463f-81a9-ffd4697376fb found for delete ", "request_id": "req-a54e0b09-b780-448f-b117-0af9b2c96955"}]} 2026-03-26 15:32:45.720 7 INFO neutron.services.segments.plugin [-] Segment 714cce7b-0769-463f-81a9-ffd4697376fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 714cce7b-0769-463f-81a9-ffd4697376fb found for delete ", "request_id": "req-60e177c9-39f8-4026-b0cc-b968a1a19e20"}]} [pid: 8|app: 0|req: 1272/2411] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:32:45 2026] GET /v2.0/security-groups?tenant_id=20f25dbcb739404eb5125b2274b141ed&name=default => generated 2929 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2412] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:32:46 2026] DELETE /v2.0/security-groups/ecb477e5-a713-4ff8-89a1-293300ac6d67 => 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: 1273/2413] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:32:46 2026] GET /v2.0/security-groups?tenant_id=0bd2e607068b4546bf9587af41ebc601&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2414] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:32:46 2026] DELETE /v2.0/security-groups/449db71d-82b9-46a7-b235-e691a3f186fb => 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: 1274/2415] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:32:46 2026] GET /v2.0/security-groups?tenant_id=a2caada062e04f0ba04c911b95e532fb&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2416] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:32:46 2026] DELETE /v2.0/security-groups/96750ea7-ea54-43f6-9e9d-a024dd277fde => 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: 1275/2417] 10.0.0.103 () {34 vars in 675 bytes} [Thu Mar 26 15:32:48 2026] POST /v2.0/subnetpools => generated 516 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2418] 10.0.0.103 () {34 vars in 758 bytes} [Thu Mar 26 15:32:49 2026] PUT /v2.0/subnetpools/a8092a49-565f-43f8-aa4a-ad76c1915177/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: 1276/2419] 10.0.0.103 () {32 vars in 738 bytes} [Thu Mar 26 15:32:49 2026] GET /v2.0/subnetpools/a8092a49-565f-43f8-aa4a-ad76c1915177/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2420] 10.0.0.103 () {34 vars in 769 bytes} [Thu Mar 26 15:32:49 2026] PUT /v2.0/subnetpools/a8092a49-565f-43f8-aa4a-ad76c1915177/tags/green => 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: 1277/2421] 10.0.0.103 () {32 vars in 738 bytes} [Thu Mar 26 15:32:49 2026] GET /v2.0/subnetpools/a8092a49-565f-43f8-aa4a-ad76c1915177/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2422] 10.0.0.103 () {34 vars in 765 bytes} [Thu Mar 26 15:32:49 2026] PUT /v2.0/subnetpools/a8092a49-565f-43f8-aa4a-ad76c1915177/tags/red => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2423] 10.0.0.103 () {32 vars in 738 bytes} [Thu Mar 26 15:32:49 2026] GET /v2.0/subnetpools/a8092a49-565f-43f8-aa4a-ad76c1915177/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2424] 10.0.0.103 () {34 vars in 787 bytes} [Thu Mar 26 15:32:49 2026] PUT /v2.0/subnetpools/a8092a49-565f-43f8-aa4a-ad76c1915177/tags/black.or.white => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2425] 10.0.0.103 () {32 vars in 738 bytes} [Thu Mar 26 15:32:49 2026] GET /v2.0/subnetpools/a8092a49-565f-43f8-aa4a-ad76c1915177/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2426] 10.0.0.103 () {34 vars in 758 bytes} [Thu Mar 26 15:32:49 2026] PUT /v2.0/subnetpools/a8092a49-565f-43f8-aa4a-ad76c1915177/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2427] 10.0.0.103 () {32 vars in 738 bytes} [Thu Mar 26 15:32:49 2026] GET /v2.0/subnetpools/a8092a49-565f-43f8-aa4a-ad76c1915177/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: 1148/2428] 10.0.0.103 () {32 vars in 746 bytes} [Thu Mar 26 15:32:49 2026] GET /v2.0/subnetpools/a8092a49-565f-43f8-aa4a-ad76c1915177/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:32:49.786 8 INFO neutron.api.v2.resource [None req-990fe2fa-f93a-4bf6-9a10-068f9c7da86e 612a1ead14f5427ab9633adaef03ea63 a8c20d1c11da4a9e8c90b70dc3f14a36 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1281/2429] 10.0.0.103 () {32 vars in 750 bytes} [Thu Mar 26 15:32:49 2026] GET /v2.0/subnetpools/a8092a49-565f-43f8-aa4a-ad76c1915177/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2430] 10.0.0.103 () {32 vars in 749 bytes} [Thu Mar 26 15:32:49 2026] DELETE /v2.0/subnetpools/a8092a49-565f-43f8-aa4a-ad76c1915177/tags/red => 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: 1282/2431] 10.0.0.103 () {32 vars in 738 bytes} [Thu Mar 26 15:32:49 2026] GET /v2.0/subnetpools/a8092a49-565f-43f8-aa4a-ad76c1915177/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:32:49.929 7 INFO neutron.api.v2.resource [None req-a9f327b3-bd0e-42c7-aed1-bbadb1bc54fe 612a1ead14f5427ab9633adaef03ea63 a8c20d1c11da4a9e8c90b70dc3f14a36 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1150/2432] 10.0.0.103 () {32 vars in 753 bytes} [Thu Mar 26 15:32:49 2026] DELETE /v2.0/subnetpools/a8092a49-565f-43f8-aa4a-ad76c1915177/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2433] 10.0.0.103 () {32 vars in 741 bytes} [Thu Mar 26 15:32:49 2026] DELETE /v2.0/subnetpools/a8092a49-565f-43f8-aa4a-ad76c1915177/tags => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2434] 10.0.0.103 () {32 vars in 738 bytes} [Thu Mar 26 15:32:50 2026] GET /v2.0/subnetpools/a8092a49-565f-43f8-aa4a-ad76c1915177/tags => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2435] 10.0.0.103 () {32 vars in 731 bytes} [Thu Mar 26 15:32:50 2026] DELETE /v2.0/subnetpools/a8092a49-565f-43f8-aa4a-ad76c1915177 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2436] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:32:50 2026] GET /v2.0/security-groups?tenant_id=86b117bd959a4536904935ef18d6fd3a&name=default => generated 2929 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2437] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:32:51 2026] DELETE /v2.0/security-groups/5ecba2a9-c02e-4a42-ad44-6b866bfc18fc => 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: 1153/2438] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:32:51 2026] GET /v2.0/security-groups?tenant_id=a8c20d1c11da4a9e8c90b70dc3f14a36&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2439] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:32:51 2026] DELETE /v2.0/security-groups/929329bb-dc48-49de-a5e4-f341177c01ce => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2440] 10.0.0.103 () {34 vars in 677 bytes} [Thu Mar 26 15:32:51 2026] POST /v2.0/qos/policies => generated 359 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2441] 10.0.0.103 () {34 vars in 677 bytes} [Thu Mar 26 15:32:51 2026] POST /v2.0/qos/policies => generated 359 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2442] 10.0.0.103 () {34 vars in 677 bytes} [Thu Mar 26 15:32:51 2026] POST /v2.0/qos/policies => generated 359 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2443] 10.0.0.103 () {34 vars in 677 bytes} [Thu Mar 26 15:32:51 2026] POST /v2.0/qos/policies => generated 359 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2444] 10.0.0.103 () {34 vars in 677 bytes} [Thu Mar 26 15:32:51 2026] POST /v2.0/qos/policies => generated 359 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2445] 10.0.0.103 () {34 vars in 752 bytes} [Thu Mar 26 15:32:52 2026] PUT /v2.0/policies/30089278-a731-4c02-81c3-65ca23beda53/tags => generated 17 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2446] 10.0.0.103 () {34 vars in 752 bytes} [Thu Mar 26 15:32:52 2026] PUT /v2.0/policies/1eb1a8bc-3760-4034-8a17-f3b8a81be43d/tags => generated 25 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2447] 10.0.0.103 () {34 vars in 752 bytes} [Thu Mar 26 15:32:52 2026] PUT /v2.0/policies/a7321e1f-21db-4f85-bab5-58eda90210d3/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2448] 10.0.0.103 () {34 vars in 752 bytes} [Thu Mar 26 15:32:52 2026] PUT /v2.0/policies/30a186fd-db77-4399-ae37-8985b478bc88/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2449] 10.0.0.103 () {32 vars in 673 bytes} [Thu Mar 26 15:32:52 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2450] 10.0.0.103 () {32 vars in 687 bytes} [Thu Mar 26 15:32:53 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2451] 10.0.0.103 () {32 vars in 683 bytes} [Thu Mar 26 15:32:53 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2452] 10.0.0.103 () {32 vars in 695 bytes} [Thu Mar 26 15:32:53 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2453] 10.0.0.103 () {32 vars in 681 bytes} [Thu Mar 26 15:32:53 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2454] 10.0.0.103 () {32 vars in 695 bytes} [Thu Mar 26 15:32:53 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2455] 10.0.0.103 () {32 vars in 691 bytes} [Thu Mar 26 15:32:53 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2456] 10.0.0.103 () {32 vars in 703 bytes} [Thu Mar 26 15:32:53 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2457] 10.0.0.103 () {32 vars in 733 bytes} [Thu Mar 26 15:32:53 2026] DELETE /v2.0/qos/policies/30089278-a731-4c02-81c3-65ca23beda53 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2458] 10.0.0.103 () {32 vars in 733 bytes} [Thu Mar 26 15:32:53 2026] DELETE /v2.0/qos/policies/1eb1a8bc-3760-4034-8a17-f3b8a81be43d => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2459] 10.0.0.103 () {32 vars in 733 bytes} [Thu Mar 26 15:32:53 2026] DELETE /v2.0/qos/policies/a7321e1f-21db-4f85-bab5-58eda90210d3 => 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: 1298/2460] 10.0.0.103 () {32 vars in 733 bytes} [Thu Mar 26 15:32:53 2026] DELETE /v2.0/qos/policies/30a186fd-db77-4399-ae37-8985b478bc88 => 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: 1299/2461] 10.0.0.103 () {32 vars in 733 bytes} [Thu Mar 26 15:32:53 2026] DELETE /v2.0/qos/policies/4efd63b3-4213-498f-a836-d06ce4f099dd => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:32:53.775 7 INFO neutron.db.segments_db [None req-4cdf6dd1-1007-40ad-8f71-dda3e7590b6e 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] Added segment 3206e973-f6c5-45b3-a15e-72c335b4a252 of type vxlan for network 81a1b6d1-a5aa-4c1c-9542-01df2220ae28 [pid: 7|app: 0|req: 1163/2462] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:32:53 2026] POST /v2.0/networks => generated 620 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2463] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:32:53 2026] POST /v2.0/subnets => generated 657 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2464] 10.0.0.103 () {32 vars in 721 bytes} [Thu Mar 26 15:32:54 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2465] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:32:54 2026] POST /v2.0/subnets => generated 732 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:32:54.620 7 INFO neutron.db.segments_db [None req-f50404a6-f33c-4f73-a296-06393aa22d1f 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] Added segment 2778ce5e-9349-4bc5-a598-dd4bbe3be587 of type vxlan for network 3dffadaf-18ce-469d-bce2-f075f8d834b8 [pid: 7|app: 0|req: 1165/2466] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:32:54 2026] POST /v2.0/networks => generated 618 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2467] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:32:54 2026] GET /v2.0/security-groups?tenant_id=ba8d00d0a9134bc7a2e3213bf5bcc10f&name=default => generated 2929 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2468] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:32:54 2026] POST /v2.0/subnets => generated 656 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2469] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:32:54 2026] DELETE /v2.0/security-groups/cf37e770-2c14-4dca-ba8b-979a70e4f296 => 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: 1167/2470] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:32:54 2026] POST /v2.0/subnets => generated 725 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2471] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:32:55 2026] GET /v2.0/security-groups?tenant_id=0d1297f536344316b1ea9645afb12c0d&name=default => generated 2929 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:32:55.237 7 INFO neutron.db.segments_db [None req-44d78a7e-cd83-49a3-ac0a-1c3dd6cc1d4a 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] Added segment 2ee8388e-dda9-4c25-9f0f-6bb0332707d3 of type vxlan for network 51930f03-0d7a-4af8-aab8-a6aed5cebd9e [pid: 7|app: 0|req: 1168/2472] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:32:55 2026] POST /v2.0/networks => generated 619 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2473] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:32:55 2026] DELETE /v2.0/security-groups/21c93e6d-6e37-4e91-bf22-873f6675ed71 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2474] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:32:55 2026] POST /v2.0/subnets => generated 655 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2475] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:32:55 2026] GET /v2.0/security-groups?tenant_id=f5239c4ddc6c43cdaca81b6deac121e3&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2476] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:32:55 2026] DELETE /v2.0/security-groups/a14d5913-f66d-4047-990f-d7ddfb61c202 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2477] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:32:55 2026] POST /v2.0/subnets => generated 730 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:32:55.932 8 INFO neutron.db.segments_db [None req-a5889f08-b704-442e-bc2c-a631f3274447 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] Added segment 29bfefe8-3b77-434a-8cbf-82e87d86c1ba of type vxlan for network 3856540e-3d57-4b02-b808-db8c7c1f7317 2026-03-26 15:32:56.278 8 INFO neutron.db.l3_hamode_db [None req-a5889f08-b704-442e-bc2c-a631f3274447 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-26 15:32:57.103 8 INFO neutron.db.l3_hamode_db [None req-a5889f08-b704-442e-bc2c-a631f3274447 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1308/2480] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:32:55 2026] POST /v2.0/routers => generated 685 bytes in 2225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2481] 10.0.0.103 () {34 vars in 782 bytes} [Thu Mar 26 15:32:58 2026] PUT /v2.0/routers/23e344c3-0c03-4a5f-beac-eb0ba67c1983/add_router_interface => generated 309 bytes in 1352 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:33:00.386 7 INFO neutron.db.segments_db [None req-ac44da5f-bf1d-467f-8635-994d40ae029a d9dfffc4e8e2422aafd3bcea3d719154 a32fadb119b3439a980d378c81388e27 - - default default] Added segment 3868dc0d-6997-4dec-ad51-783b158d00fb of type vxlan for network 8b6641d6-61e0-41b4-ad1d-e5867b6d91c8 2026-03-26 15:33:00.676 7 INFO neutron.db.l3_hamode_db [None req-ac44da5f-bf1d-467f-8635-994d40ae029a d9dfffc4e8e2422aafd3bcea3d719154 a32fadb119b3439a980d378c81388e27 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-26 15:33:00.817 7 INFO neutron.db.l3_hamode_db [None req-ac44da5f-bf1d-467f-8635-994d40ae029a d9dfffc4e8e2422aafd3bcea3d719154 a32fadb119b3439a980d378c81388e27 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1309/2482] 10.0.0.103 () {34 vars in 782 bytes} [Thu Mar 26 15:32:59 2026] PUT /v2.0/routers/23e344c3-0c03-4a5f-beac-eb0ba67c1983/add_router_interface => generated 309 bytes in 1515 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2483] 10.0.0.103 () {34 vars in 667 bytes} [Thu Mar 26 15:33:00 2026] POST /v2.0/routers => generated 474 bytes in 1272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:33:01.510 7 INFO neutron.db.l3_hamode_db [None req-568287e3-1605-40db-b5f7-1a9c39b5a720 d9dfffc4e8e2422aafd3bcea3d719154 a32fadb119b3439a980d378c81388e27 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-26 15:33:01.658 7 INFO neutron.db.l3_hamode_db [None req-568287e3-1605-40db-b5f7-1a9c39b5a720 d9dfffc4e8e2422aafd3bcea3d719154 a32fadb119b3439a980d378c81388e27 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1175/2484] 10.0.0.103 () {34 vars in 667 bytes} [Thu Mar 26 15:33:01 2026] POST /v2.0/routers => generated 474 bytes in 916 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:33:02.429 7 INFO neutron.db.l3_hamode_db [None req-b7868ee3-21e7-4667-888b-f1076baa5e66 d9dfffc4e8e2422aafd3bcea3d719154 a32fadb119b3439a980d378c81388e27 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-26 15:33:02.606 7 INFO neutron.db.l3_hamode_db [None req-b7868ee3-21e7-4667-888b-f1076baa5e66 d9dfffc4e8e2422aafd3bcea3d719154 a32fadb119b3439a980d378c81388e27 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1310/2485] 10.0.0.103 () {34 vars in 782 bytes} [Thu Mar 26 15:33:00 2026] PUT /v2.0/routers/23e344c3-0c03-4a5f-beac-eb0ba67c1983/add_router_interface => generated 309 bytes in 1705 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2486] 10.0.0.103 () {34 vars in 683 bytes} [Thu Mar 26 15:33:02 2026] POST /v2.0/security-groups => generated 1630 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2487] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:33:02 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2488] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:33:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2489] 10.0.0.103 () {34 vars in 667 bytes} [Thu Mar 26 15:33:02 2026] POST /v2.0/routers => generated 474 bytes in 965 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2490] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:33:03 2026] POST /v2.0/security-group-rules => generated 599 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:33:03.400 7 INFO neutron.db.l3_hamode_db [None req-e20b7e03-1bb3-401b-a2af-690305275b56 d9dfffc4e8e2422aafd3bcea3d719154 a32fadb119b3439a980d378c81388e27 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1315/2491] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:33:03 2026] POST /v2.0/security-group-rules => generated 601 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:33:03.571 7 INFO neutron.db.l3_hamode_db [None req-e20b7e03-1bb3-401b-a2af-690305275b56 d9dfffc4e8e2422aafd3bcea3d719154 a32fadb119b3439a980d378c81388e27 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1316/2492] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:33:03 2026] POST /v2.0/security-group-rules => generated 601 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2493] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:33:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2494] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:33:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2495] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:33:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2496] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:33:04 2026] POST /v2.0/security-group-rules => generated 599 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2497] 10.0.0.103 () {34 vars in 667 bytes} [Thu Mar 26 15:33:03 2026] POST /v2.0/routers => generated 474 bytes in 949 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:33:04.346 7 INFO neutron.db.l3_hamode_db [None req-77cd3e1e-17fb-4613-b8b3-f57c81b3c25e d9dfffc4e8e2422aafd3bcea3d719154 a32fadb119b3439a980d378c81388e27 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1321/2498] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:33:04 2026] POST /v2.0/security-group-rules => generated 601 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:33:04.484 7 INFO neutron.db.l3_hamode_db [None req-77cd3e1e-17fb-4613-b8b3-f57c81b3c25e d9dfffc4e8e2422aafd3bcea3d719154 a32fadb119b3439a980d378c81388e27 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1322/2499] 10.0.0.103 () {34 vars in 694 bytes} [Thu Mar 26 15:33:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2500] 10.0.0.103 () {34 vars in 667 bytes} [Thu Mar 26 15:33:04 2026] POST /v2.0/routers => generated 474 bytes in 837 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2501] 10.0.0.92 () {34 vars in 1094 bytes} [Thu Mar 26 15:33:05 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1530056958&fields=id&tenant_id=c92fe0587ab04da0b8bafa606bcaea07 => generated 69 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2502] 10.0.0.92 () {34 vars in 980 bytes} [Thu Mar 26 15:33:05 2026] GET /v2.0/networks?id=3dffadaf-18ce-469d-bce2-f075f8d834b8 => generated 704 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2503] 10.0.0.92 () {34 vars in 963 bytes} [Thu Mar 26 15:33:05 2026] GET /v2.0/quotas/c92fe0587ab04da0b8bafa606bcaea07 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2504] 10.0.0.103 () {34 vars in 750 bytes} [Thu Mar 26 15:33:05 2026] PUT /v2.0/routers/f89ce513-9641-4128-840e-9f767c806fbc/tags => generated 17 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2505] 10.0.0.103 () {34 vars in 750 bytes} [Thu Mar 26 15:33:05 2026] PUT /v2.0/routers/da724900-3230-4169-be12-4ba4f4e3277a/tags => generated 25 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2506] 10.0.0.92 () {34 vars in 1000 bytes} [Thu Mar 26 15:33:05 2026] GET /v2.0/ports?tenant_id=c92fe0587ab04da0b8bafa606bcaea07&fields=id => generated 287 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2507] 10.0.0.103 () {34 vars in 750 bytes} [Thu Mar 26 15:33:05 2026] PUT /v2.0/routers/1234b4b3-8b58-4d57-900e-2d4d6f16322d/tags => generated 34 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2508] 10.0.0.92 () {34 vars in 1006 bytes} [Thu Mar 26 15:33:05 2026] GET /v2.0/networks/3dffadaf-18ce-469d-bce2-f075f8d834b8?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2509] 10.0.0.92 () {34 vars in 1106 bytes} [Thu Mar 26 15:33:05 2026] GET /v2.0/networks/3dffadaf-18ce-469d-bce2-f075f8d834b8?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: 1182/2510] 10.0.0.103 () {34 vars in 750 bytes} [Thu Mar 26 15:33:05 2026] PUT /v2.0/routers/26f1fe17-566e-47b2-a042-6f7e93520c1a/tags => generated 19 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2511] 10.0.0.103 () {32 vars in 663 bytes} [Thu Mar 26 15:33:05 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2512] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:33:05 2026] GET /v2.0/ports?device_id=af7ffaec-7883-42c2-9c8f-e652e15ed85e => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2513] 10.0.0.103 () {32 vars in 677 bytes} [Thu Mar 26 15:33:05 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2514] 10.0.0.103 () {32 vars in 673 bytes} [Thu Mar 26 15:33:05 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2515] 10.0.0.103 () {32 vars in 685 bytes} [Thu Mar 26 15:33:05 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2516] 10.0.0.103 () {32 vars in 671 bytes} [Thu Mar 26 15:33:05 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 809 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2517] 10.0.0.103 () {32 vars in 685 bytes} [Thu Mar 26 15:33:06 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2518] 10.0.0.103 () {32 vars in 681 bytes} [Thu Mar 26 15:33:06 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2519] 10.0.0.103 () {32 vars in 693 bytes} [Thu Mar 26 15:33:06 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2520] 10.0.0.103 () {32 vars in 720 bytes} [Thu Mar 26 15:33:07 2026] GET /v2.0/routers/f89ce513-9641-4128-840e-9f767c806fbc => generated 485 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2521] 10.0.0.103 () {34 vars in 741 bytes} [Thu Mar 26 15:33:07 2026] PUT /v2.0/routers/f89ce513-9641-4128-840e-9f767c806fbc => generated 485 bytes in 552 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2522] 10.0.0.103 () {32 vars in 735 bytes} [Thu Mar 26 15:33:07 2026] GET /v2.0/ports?device_id=f89ce513-9641-4128-840e-9f767c806fbc => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:33:07.925 8 INFO neutron_taas.services.taas.taas_plugin [None req-98ed3a40-831a-4152-a515-68e62c81fef7 d9dfffc4e8e2422aafd3bcea3d719154 a32fadb119b3439a980d378c81388e27 - - default default] TaaS: Handle Delete Port: ee68822c-1855-453e-b75f-a561933e6fab 2026-03-26 15:33:07.932 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98ed3a40-831a-4152-a515-68e62c81fef7 d9dfffc4e8e2422aafd3bcea3d719154 a32fadb119b3439a980d378c81388e27 - - default default] Tap Mirror: Handle Delete Port: ee68822c-1855-453e-b75f-a561933e6fab [pid: 8|app: 0|req: 1335/2523] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:33:07 2026] DELETE /v2.0/routers/f89ce513-9641-4128-840e-9f767c806fbc => generated 0 bytes in 491 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2524] 10.0.0.103 () {32 vars in 720 bytes} [Thu Mar 26 15:33:08 2026] GET /v2.0/routers/da724900-3230-4169-be12-4ba4f4e3277a => generated 493 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2525] 10.0.0.103 () {34 vars in 741 bytes} [Thu Mar 26 15:33:08 2026] PUT /v2.0/routers/da724900-3230-4169-be12-4ba4f4e3277a => generated 493 bytes in 560 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2526] 10.0.0.103 () {32 vars in 735 bytes} [Thu Mar 26 15:33:08 2026] GET /v2.0/ports?device_id=da724900-3230-4169-be12-4ba4f4e3277a => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:33:09.046 8 INFO neutron_taas.services.taas.taas_plugin [None req-6f7ed0ff-2ce2-4f7f-b3d9-37554ffbdee9 d9dfffc4e8e2422aafd3bcea3d719154 a32fadb119b3439a980d378c81388e27 - - default default] TaaS: Handle Delete Port: c2f9efe5-ba50-4c1f-ad2e-5f1081c85f11 2026-03-26 15:33:09.049 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f7ed0ff-2ce2-4f7f-b3d9-37554ffbdee9 d9dfffc4e8e2422aafd3bcea3d719154 a32fadb119b3439a980d378c81388e27 - - default default] Tap Mirror: Handle Delete Port: c2f9efe5-ba50-4c1f-ad2e-5f1081c85f11 [pid: 8|app: 0|req: 1337/2527] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:33:08 2026] DELETE /v2.0/routers/da724900-3230-4169-be12-4ba4f4e3277a => generated 0 bytes in 420 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2528] 10.0.0.103 () {32 vars in 720 bytes} [Thu Mar 26 15:33:09 2026] GET /v2.0/routers/1234b4b3-8b58-4d57-900e-2d4d6f16322d => generated 502 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2529] 10.0.0.103 () {34 vars in 741 bytes} [Thu Mar 26 15:33:09 2026] PUT /v2.0/routers/1234b4b3-8b58-4d57-900e-2d4d6f16322d => generated 502 bytes in 500 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2530] 10.0.0.103 () {32 vars in 735 bytes} [Thu Mar 26 15:33:09 2026] GET /v2.0/ports?device_id=1234b4b3-8b58-4d57-900e-2d4d6f16322d => 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: 1193/2531] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:33:09 2026] GET /v2.0/networks?id=3dffadaf-18ce-469d-bce2-f075f8d834b8 => generated 704 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2532] 199.204.45.89 () {34 vars in 1048 bytes} [Thu Mar 26 15:33:09 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c92fe0587ab04da0b8bafa606bcaea07 => generated 179 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:33:10.059 8 INFO neutron_taas.services.taas.taas_plugin [None req-dac5a4cd-a78d-4d31-9672-5ab2df2dec50 d9dfffc4e8e2422aafd3bcea3d719154 a32fadb119b3439a980d378c81388e27 - - default default] TaaS: Handle Delete Port: 3fdac000-c992-4a6f-8c2d-b57e6c9a2369 2026-03-26 15:33:10.061 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dac5a4cd-a78d-4d31-9672-5ab2df2dec50 d9dfffc4e8e2422aafd3bcea3d719154 a32fadb119b3439a980d378c81388e27 - - default default] Tap Mirror: Handle Delete Port: 3fdac000-c992-4a6f-8c2d-b57e6c9a2369 [pid: 8|app: 0|req: 1339/2533] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:33:09 2026] DELETE /v2.0/routers/1234b4b3-8b58-4d57-900e-2d4d6f16322d => generated 0 bytes in 445 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2534] 10.0.0.103 () {32 vars in 720 bytes} [Thu Mar 26 15:33:10 2026] GET /v2.0/routers/26f1fe17-566e-47b2-a042-6f7e93520c1a => generated 487 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2535] 199.204.45.89 () {38 vars in 953 bytes} [Thu Mar 26 15:33:10 2026] POST /v2.0/ports => generated 1183 bytes in 414 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: 1341/2536] 10.0.0.103 () {34 vars in 741 bytes} [Thu Mar 26 15:33:10 2026] PUT /v2.0/routers/26f1fe17-566e-47b2-a042-6f7e93520c1a => generated 487 bytes in 525 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2537] 199.204.45.89 () {38 vars in 1026 bytes} [Thu Mar 26 15:33:10 2026] PUT /v2.0/ports/e0699428-55b8-40f5-aeb8-251ff847d80e => generated 1464 bytes in 440 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: 1197/2538] 10.0.0.103 () {32 vars in 735 bytes} [Thu Mar 26 15:33:10 2026] GET /v2.0/ports?device_id=26f1fe17-566e-47b2-a042-6f7e93520c1a => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:33:10.962 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-08d7585e-e6dc-4b47-b09b-c79985561320'] response: {'name': 'network-changed', 'server_uuid': 'af7ffaec-7883-42c2-9c8f-e652e15ed85e', 'tag': 'e0699428-55b8-40f5-aeb8-251ff847d80e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1342/2539] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:33:10 2026] GET /v2.0/ports?device_id=af7ffaec-7883-42c2-9c8f-e652e15ed85e => generated 1198 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2540] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:33:10 2026] GET /v2.0/security-groups?id=5a254900-e99e-4223-9cfa-46fb04dbf829&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:33:11.127 7 INFO neutron_taas.services.taas.taas_plugin [None req-e5f493c5-ff7a-4dc3-b128-ea549855a5b7 d9dfffc4e8e2422aafd3bcea3d719154 a32fadb119b3439a980d378c81388e27 - - default default] TaaS: Handle Delete Port: a7f1ec7d-727c-43e4-b465-d9da648a2276 2026-03-26 15:33:11.130 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5f493c5-ff7a-4dc3-b128-ea549855a5b7 d9dfffc4e8e2422aafd3bcea3d719154 a32fadb119b3439a980d378c81388e27 - - default default] Tap Mirror: Handle Delete Port: a7f1ec7d-727c-43e4-b465-d9da648a2276 [pid: 7|app: 0|req: 1198/2541] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:33:10 2026] DELETE /v2.0/routers/26f1fe17-566e-47b2-a042-6f7e93520c1a => generated 0 bytes in 381 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2542] 10.0.0.103 () {32 vars in 720 bytes} [Thu Mar 26 15:33:11 2026] GET /v2.0/routers/c3742bc9-0dd7-4dd4-a668-9740e6380c84 => generated 480 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2543] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:33:11 2026] GET /v2.0/ports?tenant_id=c92fe0587ab04da0b8bafa606bcaea07&device_id=af7ffaec-7883-42c2-9c8f-e652e15ed85e => generated 1467 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2544] 199.204.45.89 () {34 vars in 1016 bytes} [Thu Mar 26 15:33:11 2026] GET /v2.0/networks?tenant_id=c92fe0587ab04da0b8bafa606bcaea07&shared=False => generated 2374 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2545] 199.204.45.89 () {34 vars in 928 bytes} [Thu Mar 26 15:33: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: 7|app: 0|req: 1199/2546] 10.0.0.103 () {34 vars in 741 bytes} [Thu Mar 26 15:33:11 2026] PUT /v2.0/routers/c3742bc9-0dd7-4dd4-a668-9740e6380c84 => generated 480 bytes in 494 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2547] 10.0.0.103 () {32 vars in 735 bytes} [Thu Mar 26 15:33:11 2026] GET /v2.0/ports?device_id=c3742bc9-0dd7-4dd4-a668-9740e6380c84 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:33:12.089 7 INFO neutron_taas.services.taas.taas_plugin [None req-e7c86951-09f9-48f5-a856-a7f341211a7c d9dfffc4e8e2422aafd3bcea3d719154 a32fadb119b3439a980d378c81388e27 - - default default] TaaS: Handle Delete Port: 480e369c-b972-4bba-b3c0-4f919f382404 2026-03-26 15:33:12.092 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7c86951-09f9-48f5-a856-a7f341211a7c d9dfffc4e8e2422aafd3bcea3d719154 a32fadb119b3439a980d378c81388e27 - - default default] Tap Mirror: Handle Delete Port: 480e369c-b972-4bba-b3c0-4f919f382404 2026-03-26 15:33:12.489 7 INFO neutron.db.l3_hamode_db [None req-e7c86951-09f9-48f5-a856-a7f341211a7c d9dfffc4e8e2422aafd3bcea3d719154 a32fadb119b3439a980d378c81388e27 - - default default] HA network 8b6641d6-61e0-41b4-ad1d-e5867b6d91c8 was deleted as no HA routers are present in tenant a32fadb119b3439a980d378c81388e27. [pid: 7|app: 0|req: 1200/2550] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:33:11 2026] DELETE /v2.0/routers/c3742bc9-0dd7-4dd4-a668-9740e6380c84 => generated 0 bytes in 581 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:33:12.575 7 INFO neutron.services.segments.plugin [-] Segment 3868dc0d-6997-4dec-ad51-783b158d00fb resource provider aggregate not found 2026-03-26 15:33:12.584 7 INFO neutron.services.segments.plugin [-] Segment 3868dc0d-6997-4dec-ad51-783b158d00fb resource provider aggregate not found 2026-03-26 15:33:12.589 7 INFO neutron.services.segments.plugin [-] Segment 3868dc0d-6997-4dec-ad51-783b158d00fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3868dc0d-6997-4dec-ad51-783b158d00fb found for delete ", "request_id": "req-5281c434-207f-466c-ad87-faf494206b5d"}]} 2026-03-26 15:33:12.599 7 INFO neutron.services.segments.plugin [-] Segment 3868dc0d-6997-4dec-ad51-783b158d00fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3868dc0d-6997-4dec-ad51-783b158d00fb found for delete ", "request_id": "req-a4a06c41-3b0d-41e8-b54f-e7897ae99d73"}]} [pid: 8|app: 0|req: 1351/2551] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:33:12 2026] GET /v2.0/ports?tenant_id=c92fe0587ab04da0b8bafa606bcaea07&device_id=af7ffaec-7883-42c2-9c8f-e652e15ed85e => generated 1467 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2552] 199.204.45.89 () {34 vars in 1056 bytes} [Thu Mar 26 15:33:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.110&port_id=e0699428-55b8-40f5-aeb8-251ff847d80e => 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: 1352/2553] 199.204.45.89 () {34 vars in 1102 bytes} [Thu Mar 26 15:33:12 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2e7&port_id=e0699428-55b8-40f5-aeb8-251ff847d80e => 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: 1202/2554] 199.204.45.89 () {34 vars in 1062 bytes} [Thu Mar 26 15:33:12 2026] GET /v2.0/subnets?id=4b901e20-8ed5-44db-b978-4ea81345bcd0&id=a46dd202-4c5f-4be6-a996-8288b566f6be => generated 1410 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2555] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:33:12 2026] GET /v2.0/ports?network_id=3dffadaf-18ce-469d-bce2-f075f8d834b8&device_owner=network%3Adhcp => generated 1457 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2556] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:33:12 2026] GET /v2.0/ports?network_id=3dffadaf-18ce-469d-bce2-f075f8d834b8&device_owner=network%3Adhcp => generated 1457 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2557] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:33:13 2026] GET /v2.0/networks/3dffadaf-18ce-469d-bce2-f075f8d834b8?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2558] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:33:13 2026] GET /v2.0/networks/3dffadaf-18ce-469d-bce2-f075f8d834b8?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: 1355/2559] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:33:13 2026] GET /v2.0/security-groups?tenant_id=f5b81646b1204dee97e0b0aff0ea449d&name=default => generated 2929 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2560] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:33:13 2026] DELETE /v2.0/security-groups/292f8cdb-31ce-4219-b359-e5eacfe8845a => 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: 1356/2561] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:33:13 2026] GET /v2.0/security-groups?tenant_id=a32fadb119b3439a980d378c81388e27&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2562] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:33:14 2026] DELETE /v2.0/security-groups/d640a9c0-f811-4434-bf9a-7b4d1d4db819 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2563] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:33:14 2026] GET /v2.0/security-groups?tenant_id=5d4bb4b53f9d46e6bc2bcee6660b987d&name=default => generated 2929 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2564] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:33:14 2026] DELETE /v2.0/security-groups/09fc01de-d818-499d-a15d-45f66bb59b60 => 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: 1358/2565] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:33:16 2026] GET /v2.0/ports?device_id=af7ffaec-7883-42c2-9c8f-e652e15ed85e => generated 1198 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2566] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:33:16 2026] GET /v2.0/security-groups?id=5a254900-e99e-4223-9cfa-46fb04dbf829&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2567] 10.0.0.103 () {34 vars in 683 bytes} [Thu Mar 26 15:33:19 2026] POST /v2.0/security-groups => generated 1603 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2568] 10.0.0.103 () {34 vars in 683 bytes} [Thu Mar 26 15:33:19 2026] POST /v2.0/security-groups => generated 1603 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2569] 10.0.0.103 () {34 vars in 683 bytes} [Thu Mar 26 15:33:19 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: 7|app: 0|req: 1210/2570] 10.0.0.103 () {34 vars in 683 bytes} [Thu Mar 26 15:33:19 2026] POST /v2.0/security-groups => generated 1603 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2571] 10.0.0.103 () {34 vars in 683 bytes} [Thu Mar 26 15:33:20 2026] POST /v2.0/security-groups => generated 1603 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2572] 10.0.0.103 () {34 vars in 766 bytes} [Thu Mar 26 15:33:20 2026] PUT /v2.0/security-groups/caf036c2-3018-42a8-a025-9b57d6af904f/tags => generated 17 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2573] 10.0.0.103 () {34 vars in 766 bytes} [Thu Mar 26 15:33:20 2026] PUT /v2.0/security-groups/212c55be-dd49-4efb-9760-3032c8c6274c/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2574] 10.0.0.103 () {34 vars in 766 bytes} [Thu Mar 26 15:33:20 2026] PUT /v2.0/security-groups/d2f10246-8468-4427-9a7d-877263c79038/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2575] 10.0.0.103 () {34 vars in 766 bytes} [Thu Mar 26 15:33:20 2026] PUT /v2.0/security-groups/40469666-b56c-4926-93de-4c7ea3f00cb0/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2576] 10.0.0.103 () {32 vars in 679 bytes} [Thu Mar 26 15:33:20 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2577] 10.0.0.103 () {32 vars in 693 bytes} [Thu Mar 26 15:33:20 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2578] 10.0.0.103 () {32 vars in 689 bytes} [Thu Mar 26 15:33:20 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2579] 10.0.0.103 () {32 vars in 701 bytes} [Thu Mar 26 15:33:20 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2580] 10.0.0.103 () {32 vars in 687 bytes} [Thu Mar 26 15:33:20 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2581] 10.0.0.103 () {32 vars in 701 bytes} [Thu Mar 26 15:33:20 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2582] 10.0.0.103 () {32 vars in 697 bytes} [Thu Mar 26 15:33:20 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2583] 10.0.0.103 () {32 vars in 709 bytes} [Thu Mar 26 15:33:20 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2584] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:33:20 2026] DELETE /v2.0/security-groups/caf036c2-3018-42a8-a025-9b57d6af904f => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2585] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:33:20 2026] DELETE /v2.0/security-groups/212c55be-dd49-4efb-9760-3032c8c6274c => 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: 1218/2586] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:33:21 2026] DELETE /v2.0/security-groups/d2f10246-8468-4427-9a7d-877263c79038 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2587] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:33:21 2026] DELETE /v2.0/security-groups/40469666-b56c-4926-93de-4c7ea3f00cb0 => 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: 1219/2588] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:33:21 2026] DELETE /v2.0/security-groups/b63f1f5c-3a2f-4cdc-afb2-0d0e7d37cd12 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2589] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:33:21 2026] GET /v2.0/ports?device_id=af7ffaec-7883-42c2-9c8f-e652e15ed85e => generated 1200 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2590] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:33:21 2026] GET /v2.0/security-groups?id=5a254900-e99e-4223-9cfa-46fb04dbf829&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: 8|app: 0|req: 1371/2591] 10.0.0.103 () {32 vars in 817 bytes} [Thu Mar 26 15:33:21 2026] GET /v2.0/ports?network_id=3dffadaf-18ce-469d-bce2-f075f8d834b8&mac_address=fa%3A16%3A3e%3Ab2%3Af6%3Ad8 => generated 1200 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:33:22.357 7 INFO neutron.db.l3_db [None req-6626d487-663a-4ff3-9b59-b51fa8a7b093 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] Floating IP f2bd4e4e-38d9-4046-a307-1839a69d242c associated. External IP: 10.96.250.207, port: e0699428-55b8-40f5-aeb8-251ff847d80e. [pid: 8|app: 0|req: 1372/2592] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:33:22 2026] GET /v2.0/security-groups?tenant_id=6ab3635fef2a44648dbf5c0eebc0652d&name=default => generated 2929 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2593] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:33:22 2026] DELETE /v2.0/security-groups/93ed2735-8f61-41ef-92f2-05f60a41d581 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2594] 10.0.0.103 () {34 vars in 676 bytes} [Thu Mar 26 15:33:21 2026] POST /v2.0/floatingips => generated 855 bytes in 1160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:33:22.768 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-937c0b65-bfca-43a0-b79f-c6f0e6280fff'] response: {'name': 'network-changed', 'server_uuid': 'af7ffaec-7883-42c2-9c8f-e652e15ed85e', 'tag': 'e0699428-55b8-40f5-aeb8-251ff847d80e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1374/2595] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:33:22 2026] GET /v2.0/security-groups?tenant_id=afd8554915a4491096f303ee572610a4&name=default => generated 2929 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2596] 10.0.0.92 () {34 vars in 1094 bytes} [Thu Mar 26 15:33:22 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1530056958&fields=id&tenant_id=c92fe0587ab04da0b8bafa606bcaea07 => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2597] 10.0.0.92 () {34 vars in 980 bytes} [Thu Mar 26 15:33:22 2026] GET /v2.0/networks?id=51930f03-0d7a-4af8-aab8-a6aed5cebd9e => generated 705 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2598] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:33:22 2026] DELETE /v2.0/security-groups/0d86f15c-9a48-4e86-bdb8-3d52959f4d00 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2599] 10.0.0.92 () {34 vars in 963 bytes} [Thu Mar 26 15:33:22 2026] GET /v2.0/quotas/c92fe0587ab04da0b8bafa606bcaea07 => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2600] 10.0.0.92 () {34 vars in 1000 bytes} [Thu Mar 26 15:33:22 2026] GET /v2.0/ports?tenant_id=c92fe0587ab04da0b8bafa606bcaea07&fields=id => generated 333 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2601] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:33:23 2026] GET /v2.0/security-groups?tenant_id=615ef2cc97fb41139b0da2fb03c9ad7f&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2602] 10.0.0.92 () {34 vars in 1006 bytes} [Thu Mar 26 15:33:23 2026] GET /v2.0/networks/51930f03-0d7a-4af8-aab8-a6aed5cebd9e?fields=segments => generated 14 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2603] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:33:23 2026] GET /v2.0/ports?tenant_id=c92fe0587ab04da0b8bafa606bcaea07&device_id=af7ffaec-7883-42c2-9c8f-e652e15ed85e => generated 1469 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2604] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:33:23 2026] DELETE /v2.0/security-groups/b305882e-85ed-4ab4-8160-0fb6ad55d172 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2605] 10.0.0.92 () {34 vars in 1106 bytes} [Thu Mar 26 15:33:23 2026] GET /v2.0/networks/51930f03-0d7a-4af8-aab8-a6aed5cebd9e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2606] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:33:23 2026] GET /v2.0/networks?id=3dffadaf-18ce-469d-bce2-f075f8d834b8 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2607] 199.204.45.89 () {34 vars in 1056 bytes} [Thu Mar 26 15:33:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.110&port_id=e0699428-55b8-40f5-aeb8-251ff847d80e => generated 858 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2608] 199.204.45.89 () {34 vars in 1102 bytes} [Thu Mar 26 15:33:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2e7&port_id=e0699428-55b8-40f5-aeb8-251ff847d80e => 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: 1229/2609] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:33:23 2026] GET /v2.0/ports?device_id=b9c84141-e4aa-4499-a785-f167700b523a => 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: 1381/2610] 199.204.45.89 () {34 vars in 1062 bytes} [Thu Mar 26 15:33:23 2026] GET /v2.0/subnets?id=4b901e20-8ed5-44db-b978-4ea81345bcd0&id=a46dd202-4c5f-4be6-a996-8288b566f6be => generated 1410 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2611] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:33:23 2026] GET /v2.0/ports?network_id=3dffadaf-18ce-469d-bce2-f075f8d834b8&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2612] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:33:23 2026] GET /v2.0/ports?network_id=3dffadaf-18ce-469d-bce2-f075f8d834b8&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: 1231/2613] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:33:23 2026] GET /v2.0/networks/3dffadaf-18ce-469d-bce2-f075f8d834b8?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2614] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:33:23 2026] GET /v2.0/networks/3dffadaf-18ce-469d-bce2-f075f8d834b8?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) 2026-03-26 15:33:27.040 7 INFO neutron.db.segments_db [None req-0a180cd5-0117-4624-a11a-c6710f3235d6 cc80ee9e4d9f42caaddc7fccce4bd783 764d65e8fe9f4bd3b9f7bc647c4db947 - - default default] Added segment 6e1b0a95-6a9f-4991-9f76-fe3ad32f1d9d of type vxlan for network 2dba554b-36bf-4301-81a5-9f4b2dfa972a [pid: 7|app: 0|req: 1232/2615] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:33:26 2026] POST /v2.0/networks => generated 613 bytes in 446 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2618] 10.0.0.103 () {34 vars in 668 bytes} [Thu Mar 26 15:33:27 2026] POST /v2.0/subnets => generated 626 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2619] 10.0.0.76 () {34 vars in 988 bytes} [Thu Mar 26 15:33:27 2026] GET /v2.0/ports?device_id=af7ffaec-7883-42c2-9c8f-e652e15ed85e => generated 1469 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2620] 10.0.0.103 () {34 vars in 750 bytes} [Thu Mar 26 15:33:27 2026] PUT /v2.0/subnets/0caab3c2-0d4a-4d0c-a178-287890d6e265/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2621] 10.0.0.76 () {34 vars in 1038 bytes} [Thu Mar 26 15:33:27 2026] GET /v2.0/security-groups?id=5a254900-e99e-4223-9cfa-46fb04dbf829&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2622] 10.0.0.103 () {32 vars in 730 bytes} [Thu Mar 26 15:33:27 2026] GET /v2.0/subnets/0caab3c2-0d4a-4d0c-a178-287890d6e265/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: 1387/2623] 10.0.0.103 () {34 vars in 761 bytes} [Thu Mar 26 15:33:27 2026] PUT /v2.0/subnets/0caab3c2-0d4a-4d0c-a178-287890d6e265/tags/green => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2624] 10.0.0.103 () {32 vars in 730 bytes} [Thu Mar 26 15:33:27 2026] GET /v2.0/subnets/0caab3c2-0d4a-4d0c-a178-287890d6e265/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2625] 10.0.0.103 () {34 vars in 757 bytes} [Thu Mar 26 15:33:27 2026] PUT /v2.0/subnets/0caab3c2-0d4a-4d0c-a178-287890d6e265/tags/red => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2626] 10.0.0.103 () {32 vars in 730 bytes} [Thu Mar 26 15:33:27 2026] GET /v2.0/subnets/0caab3c2-0d4a-4d0c-a178-287890d6e265/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2627] 10.0.0.103 () {34 vars in 779 bytes} [Thu Mar 26 15:33:27 2026] PUT /v2.0/subnets/0caab3c2-0d4a-4d0c-a178-287890d6e265/tags/black.or.white => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2628] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:33:27 2026] GET /v2.0/networks?id=51930f03-0d7a-4af8-aab8-a6aed5cebd9e => generated 705 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2629] 10.0.0.103 () {32 vars in 730 bytes} [Thu Mar 26 15:33:27 2026] GET /v2.0/subnets/0caab3c2-0d4a-4d0c-a178-287890d6e265/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2630] 199.204.45.89 () {34 vars in 1048 bytes} [Thu Mar 26 15:33:27 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c92fe0587ab04da0b8bafa606bcaea07 => generated 179 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2631] 10.0.0.103 () {34 vars in 750 bytes} [Thu Mar 26 15:33:27 2026] PUT /v2.0/subnets/0caab3c2-0d4a-4d0c-a178-287890d6e265/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2632] 10.0.0.103 () {32 vars in 730 bytes} [Thu Mar 26 15:33:27 2026] GET /v2.0/subnets/0caab3c2-0d4a-4d0c-a178-287890d6e265/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2633] 10.0.0.103 () {32 vars in 738 bytes} [Thu Mar 26 15:33:27 2026] GET /v2.0/subnets/0caab3c2-0d4a-4d0c-a178-287890d6e265/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:33:28.065 8 INFO neutron.api.v2.resource [None req-2eeeaa3f-c780-46f2-b539-06c15c99539c cc80ee9e4d9f42caaddc7fccce4bd783 764d65e8fe9f4bd3b9f7bc647c4db947 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1394/2634] 10.0.0.103 () {32 vars in 742 bytes} [Thu Mar 26 15:33:28 2026] GET /v2.0/subnets/0caab3c2-0d4a-4d0c-a178-287890d6e265/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: 1395/2635] 10.0.0.103 () {32 vars in 741 bytes} [Thu Mar 26 15:33:28 2026] DELETE /v2.0/subnets/0caab3c2-0d4a-4d0c-a178-287890d6e265/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: 1396/2636] 10.0.0.103 () {32 vars in 730 bytes} [Thu Mar 26 15:33:28 2026] GET /v2.0/subnets/0caab3c2-0d4a-4d0c-a178-287890d6e265/tags => generated 30 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:33:28.234 8 INFO neutron.api.v2.resource [None req-abc3e559-cb0f-4507-b170-03cbbe7a2494 cc80ee9e4d9f42caaddc7fccce4bd783 764d65e8fe9f4bd3b9f7bc647c4db947 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1397/2637] 10.0.0.103 () {32 vars in 745 bytes} [Thu Mar 26 15:33:28 2026] DELETE /v2.0/subnets/0caab3c2-0d4a-4d0c-a178-287890d6e265/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2638] 10.0.0.103 () {32 vars in 733 bytes} [Thu Mar 26 15:33:28 2026] DELETE /v2.0/subnets/0caab3c2-0d4a-4d0c-a178-287890d6e265/tags => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2639] 199.204.45.89 () {38 vars in 953 bytes} [Thu Mar 26 15:33:27 2026] POST /v2.0/ports => generated 1187 bytes in 410 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: 1399/2640] 10.0.0.103 () {32 vars in 730 bytes} [Thu Mar 26 15:33:28 2026] GET /v2.0/subnets/0caab3c2-0d4a-4d0c-a178-287890d6e265/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2641] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:33:28 2026] DELETE /v2.0/subnets/0caab3c2-0d4a-4d0c-a178-287890d6e265 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:33:28.648 8 INFO neutron_taas.services.taas.taas_plugin [None req-0ae7fcd1-319c-4558-b530-38facabb9d07 cc80ee9e4d9f42caaddc7fccce4bd783 764d65e8fe9f4bd3b9f7bc647c4db947 - - default default] TaaS: Handle Delete Port: f73609f9-cdc2-40c8-b488-8d368717e197 2026-03-26 15:33:28.653 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ae7fcd1-319c-4558-b530-38facabb9d07 cc80ee9e4d9f42caaddc7fccce4bd783 764d65e8fe9f4bd3b9f7bc647c4db947 - - default default] Tap Mirror: Handle Delete Port: f73609f9-cdc2-40c8-b488-8d368717e197 [pid: 8|app: 0|req: 1401/2642] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:33:28 2026] DELETE /v2.0/networks/2dba554b-36bf-4301-81a5-9f4b2dfa972a => generated 0 bytes in 329 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2643] 199.204.45.89 () {38 vars in 1026 bytes} [Thu Mar 26 15:33:28 2026] PUT /v2.0/ports/55c25f6c-42d3-4a3f-b277-99be08f0328e => generated 1468 bytes in 560 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2644] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:33:28 2026] GET /v2.0/ports?device_id=b9c84141-e4aa-4499-a785-f167700b523a => generated 1202 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-26 15:33:28.962 8 INFO neutron.services.segments.plugin [-] Segment 6e1b0a95-6a9f-4991-9f76-fe3ad32f1d9d resource provider aggregate not found 2026-03-26 15:33:28.982 8 INFO neutron.services.segments.plugin [-] Segment 6e1b0a95-6a9f-4991-9f76-fe3ad32f1d9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e1b0a95-6a9f-4991-9f76-fe3ad32f1d9d found for delete ", "request_id": "req-60a01c9f-10fd-4332-8ab4-a45e26582b2e"}]} [pid: 7|app: 0|req: 1243/2645] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:33:28 2026] GET /v2.0/security-groups?id=5a254900-e99e-4223-9cfa-46fb04dbf829&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:33:29.079 8 INFO neutron.services.segments.plugin [-] Segment 6e1b0a95-6a9f-4991-9f76-fe3ad32f1d9d resource provider aggregate not found 2026-03-26 15:33:29.098 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c478809d-7773-4140-b06e-4fc0813f621a'] response: {'name': 'network-changed', 'server_uuid': 'b9c84141-e4aa-4499-a785-f167700b523a', 'tag': '55c25f6c-42d3-4a3f-b277-99be08f0328e', 'status': 'completed', 'code': 200} 2026-03-26 15:33:29.099 8 INFO neutron.services.segments.plugin [-] Segment 6e1b0a95-6a9f-4991-9f76-fe3ad32f1d9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e1b0a95-6a9f-4991-9f76-fe3ad32f1d9d found for delete ", "request_id": "req-9def5181-007c-4092-a4d4-d6dd7cd16925"}]} [pid: 7|app: 0|req: 1244/2646] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:33:29 2026] GET /v2.0/ports?tenant_id=c92fe0587ab04da0b8bafa606bcaea07&device_id=b9c84141-e4aa-4499-a785-f167700b523a => generated 1471 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2647] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:33:29 2026] GET /v2.0/security-groups?tenant_id=764d65e8fe9f4bd3b9f7bc647c4db947&name=default => generated 2929 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2648] 199.204.45.89 () {34 vars in 1016 bytes} [Thu Mar 26 15:33:29 2026] GET /v2.0/networks?tenant_id=c92fe0587ab04da0b8bafa606bcaea07&shared=False => generated 2374 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2649] 199.204.45.89 () {34 vars in 928 bytes} [Thu Mar 26 15:33:29 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2650] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:33:29 2026] DELETE /v2.0/security-groups/49685f84-35e7-4219-8d8a-b9ab2d3125c8 => 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: 1247/2651] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:33:29 2026] GET /v2.0/security-groups?tenant_id=508ce9a9b1724e9a9529cce58eac1000&name=default => generated 2929 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2652] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:33:30 2026] DELETE /v2.0/security-groups/8603edea-6a60-4f4a-a231-20322d75fd7d => 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: 1248/2653] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:33:30 2026] GET /v2.0/ports?tenant_id=c92fe0587ab04da0b8bafa606bcaea07&device_id=b9c84141-e4aa-4499-a785-f167700b523a => generated 1471 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2654] 199.204.45.89 () {34 vars in 1056 bytes} [Thu Mar 26 15:33:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.103&port_id=55c25f6c-42d3-4a3f-b277-99be08f0328e => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2655] 199.204.45.89 () {34 vars in 1104 bytes} [Thu Mar 26 15:33:30 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2f2&port_id=55c25f6c-42d3-4a3f-b277-99be08f0328e => 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: 1407/2656] 199.204.45.89 () {34 vars in 1062 bytes} [Thu Mar 26 15:33:30 2026] GET /v2.0/subnets?id=da00f220-2ff8-4cf3-90e6-34f11407cc36&id=8dfb4c67-f63b-40db-b8ab-2ec037eacbab => generated 1414 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2657] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:33:30 2026] GET /v2.0/ports?network_id=51930f03-0d7a-4af8-aab8-a6aed5cebd9e&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2658] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:33:31 2026] GET /v2.0/ports?network_id=51930f03-0d7a-4af8-aab8-a6aed5cebd9e&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: 1251/2659] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:33:31 2026] GET /v2.0/networks/51930f03-0d7a-4af8-aab8-a6aed5cebd9e?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: 1409/2660] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:33:31 2026] GET /v2.0/networks/51930f03-0d7a-4af8-aab8-a6aed5cebd9e?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) 2026-03-26 15:33:33.835 7 INFO neutron.db.segments_db [None req-4e2a9ac7-620a-4eb6-a8d5-b7c4049141a1 4380e8afa11241f48d97504ebfd71679 d18cda4411474ce8a1fc8af53b28ebb1 - - default default] Added segment 95f6206d-15e5-421f-a161-0d33380913eb of type vxlan for network 99308810-0dc8-48b4-99fc-5e2084fdc491 [pid: 7|app: 0|req: 1252/2661] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:33:33 2026] POST /v2.0/networks => generated 612 bytes in 477 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:33:34.004 8 INFO neutron.db.segments_db [None req-c9866f4f-8ac4-4bef-8059-c1cca0ece843 4380e8afa11241f48d97504ebfd71679 d18cda4411474ce8a1fc8af53b28ebb1 - - default default] Added segment 326e4cc4-85d3-434f-9192-89a5d6ee4eaa of type vxlan for network e670b1e4-49bb-477a-81f0-f244a721ec6f [pid: 8|app: 0|req: 1410/2662] 10.0.0.103 () {34 vars in 669 bytes} [Thu Mar 26 15:33:33 2026] POST /v2.0/networks => generated 613 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2663] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:33:34 2026] GET /v2.0/ports?device_id=b9c84141-e4aa-4499-a785-f167700b523a => 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: 1411/2664] 10.0.0.103 () {34 vars in 752 bytes} [Thu Mar 26 15:33:34 2026] PUT /v2.0/networks/99308810-0dc8-48b4-99fc-5e2084fdc491/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: 1254/2665] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:33:34 2026] GET /v2.0/security-groups?id=5a254900-e99e-4223-9cfa-46fb04dbf829&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: 1412/2666] 10.0.0.103 () {32 vars in 732 bytes} [Thu Mar 26 15:33:34 2026] GET /v2.0/networks/99308810-0dc8-48b4-99fc-5e2084fdc491/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2667] 10.0.0.103 () {34 vars in 752 bytes} [Thu Mar 26 15:33:34 2026] PUT /v2.0/networks/e670b1e4-49bb-477a-81f0-f244a721ec6f/tags => generated 17 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2668] 10.0.0.103 () {32 vars in 732 bytes} [Thu Mar 26 15:33:34 2026] GET /v2.0/networks/e670b1e4-49bb-477a-81f0-f244a721ec6f/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2669] 10.0.0.103 () {34 vars in 752 bytes} [Thu Mar 26 15:33:34 2026] PUT /v2.0/networks/e670b1e4-49bb-477a-81f0-f244a721ec6f/tags => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2670] 10.0.0.103 () {32 vars in 732 bytes} [Thu Mar 26 15:33:34 2026] GET /v2.0/networks/e670b1e4-49bb-477a-81f0-f244a721ec6f/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2671] 10.0.0.103 () {32 vars in 732 bytes} [Thu Mar 26 15:33:34 2026] GET /v2.0/networks/99308810-0dc8-48b4-99fc-5e2084fdc491/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:33:34.722 8 INFO neutron.services.segments.plugin [-] Segment 95f6206d-15e5-421f-a161-0d33380913eb resource provider aggregate not found 2026-03-26 15:33:34.732 8 INFO neutron.services.segments.plugin [-] Segment 95f6206d-15e5-421f-a161-0d33380913eb resource provider aggregate not found 2026-03-26 15:33:34.750 8 INFO neutron.services.segments.plugin [-] Segment 95f6206d-15e5-421f-a161-0d33380913eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95f6206d-15e5-421f-a161-0d33380913eb found for delete ", "request_id": "req-cd47ca7c-e367-434a-ae12-a94a06636d41"}]} 2026-03-26 15:33:34.750 8 INFO neutron.services.segments.plugin [-] Segment 95f6206d-15e5-421f-a161-0d33380913eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95f6206d-15e5-421f-a161-0d33380913eb found for delete ", "request_id": "req-b4bbbbdb-abc5-4a03-9447-c02f892477ea"}]} [pid: 8|app: 0|req: 1415/2672] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:33:34 2026] DELETE /v2.0/networks/99308810-0dc8-48b4-99fc-5e2084fdc491 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:33:34.881 7 INFO neutron.services.segments.plugin [-] Segment 326e4cc4-85d3-434f-9192-89a5d6ee4eaa resource provider aggregate not found 2026-03-26 15:33:34.886 7 INFO neutron.services.segments.plugin [-] Segment 326e4cc4-85d3-434f-9192-89a5d6ee4eaa resource provider aggregate not found 2026-03-26 15:33:34.907 7 INFO neutron.services.segments.plugin [-] Segment 326e4cc4-85d3-434f-9192-89a5d6ee4eaa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 326e4cc4-85d3-434f-9192-89a5d6ee4eaa found for delete ", "request_id": "req-8bf2667a-5b79-4a12-9c8f-a705baa00bee"}]} 2026-03-26 15:33:34.907 7 INFO neutron.services.segments.plugin [-] Segment 326e4cc4-85d3-434f-9192-89a5d6ee4eaa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 326e4cc4-85d3-434f-9192-89a5d6ee4eaa found for delete ", "request_id": "req-dd3b898b-d878-4048-ab4c-f018ac819815"}]} [pid: 7|app: 0|req: 1258/2673] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:33:34 2026] DELETE /v2.0/networks/e670b1e4-49bb-477a-81f0-f244a721ec6f => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2674] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:33:35 2026] GET /v2.0/security-groups?tenant_id=d18cda4411474ce8a1fc8af53b28ebb1&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2675] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:33:35 2026] DELETE /v2.0/security-groups/d61cc4c6-1210-4c02-957e-95012dc06b1e => 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: 1417/2676] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:33:36 2026] GET /v2.0/security-groups?tenant_id=6f940ecace674f51b6655bfdca66a18c&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2677] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:33:36 2026] DELETE /v2.0/security-groups/95ae789c-1522-446a-bf56-301cda065c56 => 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: 1418/2678] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:33:39 2026] GET /v2.0/ports?device_id=b9c84141-e4aa-4499-a785-f167700b523a => generated 1204 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2679] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:33:39 2026] GET /v2.0/security-groups?id=5a254900-e99e-4223-9cfa-46fb04dbf829&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: 8|app: 0|req: 1419/2680] 10.0.0.103 () {32 vars in 817 bytes} [Thu Mar 26 15:33:39 2026] GET /v2.0/ports?network_id=51930f03-0d7a-4af8-aab8-a6aed5cebd9e&mac_address=fa%3A16%3A3e%3A15%3A05%3Ac4 => generated 1204 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:33:40.359 7 INFO neutron.db.l3_db [None req-56770a3e-624a-4192-a1cc-6cf2cbff6f25 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] Floating IP a3dd8c81-8844-4516-93b8-0bc444ae9cd5 associated. External IP: 10.96.250.201, port: 55c25f6c-42d3-4a3f-b277-99be08f0328e. [pid: 7|app: 0|req: 1262/2681] 10.0.0.103 () {34 vars in 676 bytes} [Thu Mar 26 15:33:39 2026] POST /v2.0/floatingips => generated 855 bytes in 1104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-26 15:33:40.730 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dc8c4d3c-0754-46d6-b405-07016579953e'] response: {'name': 'network-changed', 'server_uuid': 'b9c84141-e4aa-4499-a785-f167700b523a', 'tag': '55c25f6c-42d3-4a3f-b277-99be08f0328e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1420/2682] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:33:41 2026] GET /v2.0/ports?tenant_id=c92fe0587ab04da0b8bafa606bcaea07&device_id=b9c84141-e4aa-4499-a785-f167700b523a => generated 1473 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2683] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:33:41 2026] GET /v2.0/networks?id=51930f03-0d7a-4af8-aab8-a6aed5cebd9e => generated 801 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2684] 199.204.45.89 () {34 vars in 1056 bytes} [Thu Mar 26 15:33:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.103&port_id=55c25f6c-42d3-4a3f-b277-99be08f0328e => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2685] 199.204.45.89 () {34 vars in 1104 bytes} [Thu Mar 26 15:33:41 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2f2&port_id=55c25f6c-42d3-4a3f-b277-99be08f0328e => 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: 1422/2686] 199.204.45.89 () {34 vars in 1062 bytes} [Thu Mar 26 15:33:41 2026] GET /v2.0/subnets?id=da00f220-2ff8-4cf3-90e6-34f11407cc36&id=8dfb4c67-f63b-40db-b8ab-2ec037eacbab => generated 1414 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2687] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:33:41 2026] GET /v2.0/ports?network_id=51930f03-0d7a-4af8-aab8-a6aed5cebd9e&device_owner=network%3Adhcp => generated 1461 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2688] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:33:41 2026] GET /v2.0/ports?network_id=51930f03-0d7a-4af8-aab8-a6aed5cebd9e&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2689] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:33:41 2026] GET /v2.0/networks/51930f03-0d7a-4af8-aab8-a6aed5cebd9e?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: 1424/2690] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:33:41 2026] GET /v2.0/networks/51930f03-0d7a-4af8-aab8-a6aed5cebd9e?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: 1426/2693] 10.0.0.76 () {34 vars in 988 bytes} [Thu Mar 26 15:33:47 2026] GET /v2.0/ports?device_id=b9c84141-e4aa-4499-a785-f167700b523a => generated 1473 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2694] 10.0.0.76 () {34 vars in 1038 bytes} [Thu Mar 26 15:33:48 2026] GET /v2.0/security-groups?id=5a254900-e99e-4223-9cfa-46fb04dbf829&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2697] 10.0.0.103 () {32 vars in 720 bytes} [Thu Mar 26 15:34:03 2026] GET /v2.0/subnets/6a11528d-1e89-4b08-aa26-319bc5e1f76b => generated 675 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2698] 10.0.0.24 () {30 vars in 688 bytes} [Thu Mar 26 15:34:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2699] 10.0.0.24 () {30 vars in 690 bytes} [Thu Mar 26 15:34:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2700] 10.0.0.24 () {30 vars in 666 bytes} [Thu Mar 26 15:34:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2701] 10.0.0.24 () {30 vars in 702 bytes} [Thu Mar 26 15:34:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2702] 10.0.0.24 () {28 vars in 437 bytes} [Thu Mar 26 15:34:05 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2703] 10.0.0.24 () {30 vars in 726 bytes} [Thu Mar 26 15:34:05 2026] GET /v2.0/subnets/6a11528d-1e89-4b08-aa26-319bc5e1f76b => generated 657 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2704] 10.0.0.24 () {30 vars in 688 bytes} [Thu Mar 26 15:34:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2705] 10.0.0.24 () {30 vars in 690 bytes} [Thu Mar 26 15:34:05 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: 1432/2706] 10.0.0.24 () {30 vars in 666 bytes} [Thu Mar 26 15:34: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: 7|app: 0|req: 1275/2707] 10.0.0.24 () {30 vars in 702 bytes} [Thu Mar 26 15:34:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2708] 10.0.0.24 () {30 vars in 726 bytes} [Thu Mar 26 15:34:05 2026] GET /v2.0/subnets/6a11528d-1e89-4b08-aa26-319bc5e1f76b => 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: 1276/2709] 10.0.0.24 () {30 vars in 688 bytes} [Thu Mar 26 15:34:05 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: 1434/2710] 10.0.0.24 () {30 vars in 690 bytes} [Thu Mar 26 15:34:05 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: 1277/2711] 10.0.0.24 () {30 vars in 666 bytes} [Thu Mar 26 15:34:05 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: 1435/2712] 10.0.0.24 () {30 vars in 702 bytes} [Thu Mar 26 15:34:05 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: 1278/2713] 10.0.0.24 () {30 vars in 728 bytes} [Thu Mar 26 15:34:05 2026] GET /v2.0/networks/81a1b6d1-a5aa-4c1c-9542-01df2220ae28 => 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: 1436/2714] 10.0.0.24 () {30 vars in 680 bytes} [Thu Mar 26 15:34:05 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2715] 10.0.0.24 () {34 vars in 702 bytes} [Thu Mar 26 15:34:05 2026] POST /v2.0/ports => generated 1132 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2716] 199.204.45.89 () {30 vars in 701 bytes} [Thu Mar 26 15:34:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1280/2717] 199.204.45.89 () {30 vars in 703 bytes} [Thu Mar 26 15:34:08 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: 1438/2718] 199.204.45.89 () {30 vars in 679 bytes} [Thu Mar 26 15:34:08 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: 1281/2719] 199.204.45.89 () {30 vars in 715 bytes} [Thu Mar 26 15:34:08 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: 1439/2720] 199.204.45.89 () {30 vars in 735 bytes} [Thu Mar 26 15:34:08 2026] GET /v2.0/ports/d2ce8467-c603-4742-8a3a-29d4772b449e => generated 1132 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2721] 199.204.45.89 () {30 vars in 701 bytes} [Thu Mar 26 15:34:09 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: 1440/2722] 199.204.45.89 () {30 vars in 703 bytes} [Thu Mar 26 15:34:09 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: 1283/2723] 199.204.45.89 () {30 vars in 679 bytes} [Thu Mar 26 15:34:09 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2724] 199.204.45.89 () {30 vars in 715 bytes} [Thu Mar 26 15:34:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:34:09.338 7 INFO neutron.api.v2.resource [None req-8b3841de-5c7e-43e5-8b61-37f980e1d8fb d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1284/2725] 199.204.45.89 () {30 vars in 761 bytes} [Thu Mar 26 15:34:09 2026] GET /v2.0/security-groups/lb-30a3fd97-508b-479d-b2d4-dee242dcf9f5 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2726] 199.204.45.89 () {30 vars in 783 bytes} [Thu Mar 26 15:34:09 2026] GET /v2.0/security-groups?name=lb-30a3fd97-508b-479d-b2d4-dee242dcf9f5 => generated 23 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2727] 199.204.45.89 () {34 vars in 734 bytes} [Thu Mar 26 15:34:09 2026] POST /v2.0/security-groups => generated 1638 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2728] 199.204.45.89 () {30 vars in 813 bytes} [Thu Mar 26 15:34:09 2026] GET /v2.0/security-group-rules?security_group_id=50398a6b-d5f0-4505-a25a-959b4e8e98ba => generated 1182 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2729] 199.204.45.89 () {34 vars in 787 bytes} [Thu Mar 26 15:34:09 2026] PUT /v2.0/ports/d2ce8467-c603-4742-8a3a-29d4772b449e => generated 1132 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2730] 199.204.45.89 () {30 vars in 701 bytes} [Thu Mar 26 15:34:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1287/2731] 199.204.45.89 () {30 vars in 703 bytes} [Thu Mar 26 15:34:09 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2732] 199.204.45.89 () {30 vars in 679 bytes} [Thu Mar 26 15:34:09 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2733] 199.204.45.89 () {30 vars in 715 bytes} [Thu Mar 26 15:34:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2734] 199.204.45.89 () {30 vars in 739 bytes} [Thu Mar 26 15:34:09 2026] GET /v2.0/subnets/6a11528d-1e89-4b08-aa26-319bc5e1f76b => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2737] 10.0.0.92 () {34 vars in 1014 bytes} [Thu Mar 26 15:34:17 2026] GET /v2.0/security-groups?id=95bccbf4-ea13-4ceb-8d38-1b708473edbe&fields=id => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2738] 10.0.0.92 () {34 vars in 980 bytes} [Thu Mar 26 15:34:17 2026] GET /v2.0/networks?id=99dbb3d3-282d-42b3-9582-2e77e0cb6418 => generated 735 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2739] 10.0.0.92 () {34 vars in 963 bytes} [Thu Mar 26 15:34:17 2026] GET /v2.0/quotas/5bec55fd3cc244238c5820565484b68e => 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: 1291/2740] 10.0.0.92 () {34 vars in 1000 bytes} [Thu Mar 26 15:34:17 2026] GET /v2.0/ports?tenant_id=5bec55fd3cc244238c5820565484b68e&fields=id => generated 149 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2741] 10.0.0.92 () {34 vars in 1006 bytes} [Thu Mar 26 15:34:17 2026] GET /v2.0/networks/99dbb3d3-282d-42b3-9582-2e77e0cb6418?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: 1292/2742] 10.0.0.92 () {34 vars in 1106 bytes} [Thu Mar 26 15:34:17 2026] GET /v2.0/networks/99dbb3d3-282d-42b3-9582-2e77e0cb6418?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2743] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:34:18 2026] GET /v2.0/ports?device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => 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: 1293/2744] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:34:18 2026] GET /v2.0/ports?device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => 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: 1452/2745] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:34:21 2026] GET /v2.0/ports?device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => 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: 1294/2746] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:34:21 2026] GET /v2.0/ports?device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => 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: 1453/2747] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:34:22 2026] GET /v2.0/networks?id=99dbb3d3-282d-42b3-9582-2e77e0cb6418 => generated 735 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2748] 199.204.45.89 () {34 vars in 1048 bytes} [Thu Mar 26 15:34:22 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5bec55fd3cc244238c5820565484b68e => generated 343 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2749] 199.204.45.89 () {38 vars in 953 bytes} [Thu Mar 26 15:34:22 2026] POST /v2.0/ports => generated 1078 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2750] 199.204.45.89 () {38 vars in 1026 bytes} [Thu Mar 26 15:34:22 2026] PUT /v2.0/ports/6d75b3c0-71d1-4880-bd0a-23fe51c347ba => generated 1239 bytes in 442 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:34:23.264 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d2301278-48fd-4dd8-bace-7be7277c814d'] response: {'name': 'network-changed', 'server_uuid': '6e5a8fc9-b155-4fec-87fd-05b119d8434b', 'tag': '6d75b3c0-71d1-4880-bd0a-23fe51c347ba', '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: 1455/2751] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:34:23 2026] GET /v2.0/ports?tenant_id=5bec55fd3cc244238c5820565484b68e&device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1297/2752] 199.204.45.89 () {34 vars in 1016 bytes} [Thu Mar 26 15:34:23 2026] GET /v2.0/networks?tenant_id=5bec55fd3cc244238c5820565484b68e&shared=False => generated 735 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2753] 199.204.45.89 () {34 vars in 928 bytes} [Thu Mar 26 15:34:23 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2754] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:34:24 2026] GET /v2.0/ports?device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2755] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:34:24 2026] GET /v2.0/security-groups?id=95bccbf4-ea13-4ceb-8d38-1b708473edbe&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2756] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:34:24 2026] GET /v2.0/ports?tenant_id=5bec55fd3cc244238c5820565484b68e&device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2757] 199.204.45.89 () {34 vars in 1058 bytes} [Thu Mar 26 15:34:24 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.48&port_id=6d75b3c0-71d1-4880-bd0a-23fe51c347ba => 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: 1458/2758] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:34:24 2026] GET /v2.0/ports?device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 1242 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2759] 199.204.45.89 () {34 vars in 982 bytes} [Thu Mar 26 15:34:25 2026] GET /v2.0/subnets?id=dfcc1309-3ea3-4cc1-ba16-8ea883907d6d => generated 654 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2760] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:34:25 2026] GET /v2.0/ports?network_id=99dbb3d3-282d-42b3-9582-2e77e0cb6418&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2761] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:34:25 2026] GET /v2.0/networks/99dbb3d3-282d-42b3-9582-2e77e0cb6418?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: 1460/2762] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:34:25 2026] GET /v2.0/networks/99dbb3d3-282d-42b3-9582-2e77e0cb6418?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: 1304/2765] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:34:27 2026] GET /v2.0/ports?device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => 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: 1462/2766] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:34:27 2026] GET /v2.0/security-groups?id=95bccbf4-ea13-4ceb-8d38-1b708473edbe&fields=id&fields=name => generated 96 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2767] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:34:27 2026] GET /v2.0/ports?device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2768] 199.204.45.89 () {34 vars in 992 bytes} [Thu Mar 26 15:34:29 2026] GET /v2.0/ports?device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2769] 199.204.45.89 () {34 vars in 1042 bytes} [Thu Mar 26 15:34:29 2026] GET /v2.0/security-groups?id=95bccbf4-ea13-4ceb-8d38-1b708473edbe&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2770] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:34:31 2026] GET /v2.0/ports?device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2771] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:34:31 2026] GET /v2.0/security-groups?id=95bccbf4-ea13-4ceb-8d38-1b708473edbe&fields=id&fields=name => generated 96 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2772] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:34:31 2026] GET /v2.0/ports?device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => 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: 1308/2773] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:34:34 2026] GET /v2.0/ports?device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2774] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:34:34 2026] GET /v2.0/security-groups?id=95bccbf4-ea13-4ceb-8d38-1b708473edbe&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: 1309/2775] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:34:34 2026] GET /v2.0/ports?device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => 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: 1311/2778] 10.0.0.92 () {34 vars in 1176 bytes} [Thu Mar 26 15:34:50 2026] GET /v2.0/ports?device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b&device_id=b9c84141-e4aa-4499-a785-f167700b523a&device_id=af7ffaec-7883-42c2-9c8f-e652e15ed85e => generated 4164 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2779] 10.0.0.92 () {34 vars in 1118 bytes} [Thu Mar 26 15:34:50 2026] GET /v2.0/security-groups?id=5a254900-e99e-4223-9cfa-46fb04dbf829&id=95bccbf4-ea13-4ceb-8d38-1b708473edbe&fields=id&fields=name => generated 187 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2780] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:34:51 2026] GET /v2.0/ports?device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => 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: 1469/2781] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:34:51 2026] GET /v2.0/security-groups?id=95bccbf4-ea13-4ceb-8d38-1b708473edbe&fields=id&fields=name => generated 96 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2782] 10.0.0.92 () {34 vars in 1082 bytes} [Thu Mar 26 15:34:51 2026] GET /v2.0/ports?device_id=b9c84141-e4aa-4499-a785-f167700b523a&device_id=af7ffaec-7883-42c2-9c8f-e652e15ed85e => generated 2931 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2783] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:34:51 2026] GET /v2.0/security-groups?id=5a254900-e99e-4223-9cfa-46fb04dbf829&fields=id&fields=name => generated 112 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2786] 199.204.45.89 () {30 vars in 701 bytes} [Thu Mar 26 15:35:11 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2787] 199.204.45.89 () {30 vars in 703 bytes} [Thu Mar 26 15:35:11 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/2788] 199.204.45.89 () {30 vars in 679 bytes} [Thu Mar 26 15:35:11 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: 1473/2789] 199.204.45.89 () {30 vars in 715 bytes} [Thu Mar 26 15:35:11 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: 1317/2790] 199.204.45.89 () {30 vars in 739 bytes} [Thu Mar 26 15:35:11 2026] GET /v2.0/subnets/6a11528d-1e89-4b08-aa26-319bc5e1f76b => generated 675 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2791] 199.204.45.89 () {30 vars in 767 bytes} [Thu Mar 26 15:35:11 2026] GET /v2.0/ports?device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => 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: 1318/2792] 199.204.45.89 () {34 vars in 715 bytes} [Thu Mar 26 15:35:11 2026] POST /v2.0/ports => generated 1055 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2793] 10.0.0.92 () {34 vars in 969 bytes} [Thu Mar 26 15:35:12 2026] GET /v2.0/ports/3ec8c2b6-8c81-46d6-a49a-2f831f074bb8 => generated 1055 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2794] 10.0.0.92 () {34 vars in 905 bytes} [Thu Mar 26 15:35:12 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2797] 199.204.45.89 () {34 vars in 1260 bytes} [Thu Mar 26 15:35:13 2026] GET /v2.0/ports/3ec8c2b6-8c81-46d6-a49a-2f831f074bb8?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2798] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:35:13 2026] GET /v2.0/networks/81a1b6d1-a5aa-4c1c-9542-01df2220ae28?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: 1478/2799] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:35:13 2026] GET /v2.0/networks/81a1b6d1-a5aa-4c1c-9542-01df2220ae28?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2800] 199.204.45.89 () {34 vars in 973 bytes} [Thu Mar 26 15:35:13 2026] GET /v2.0/ports/3ec8c2b6-8c81-46d6-a49a-2f831f074bb8 => generated 1055 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2801] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:35:13 2026] GET /v2.0/networks?id=81a1b6d1-a5aa-4c1c-9542-01df2220ae28 => generated 801 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2802] 199.204.45.89 () {38 vars in 1026 bytes} [Thu Mar 26 15:35:13 2026] PUT /v2.0/ports/3ec8c2b6-8c81-46d6-a49a-2f831f074bb8 => generated 1245 bytes in 438 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:35:14.408 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fc6e2908-09ad-437f-924a-9ff0115b67a9'] response: {'name': 'network-changed', 'server_uuid': '6e5a8fc9-b155-4fec-87fd-05b119d8434b', 'tag': '3ec8c2b6-8c81-46d6-a49a-2f831f074bb8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1480/2803] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:35:14 2026] GET /v2.0/ports?tenant_id=5bec55fd3cc244238c5820565484b68e&device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 2481 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2804] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:35:14 2026] GET /v2.0/networks?id=81a1b6d1-a5aa-4c1c-9542-01df2220ae28 => generated 801 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2805] 199.204.45.89 () {34 vars in 1054 bytes} [Thu Mar 26 15:35:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.80&port_id=3ec8c2b6-8c81-46d6-a49a-2f831f074bb8 => 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: 1325/2806] 199.204.45.89 () {34 vars in 982 bytes} [Thu Mar 26 15:35:15 2026] GET /v2.0/subnets?id=6a11528d-1e89-4b08-aa26-319bc5e1f76b => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2807] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:35:15 2026] GET /v2.0/ports?network_id=81a1b6d1-a5aa-4c1c-9542-01df2220ae28&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2808] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:35:15 2026] GET /v2.0/networks/81a1b6d1-a5aa-4c1c-9542-01df2220ae28?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: 1483/2809] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:35:15 2026] GET /v2.0/networks/81a1b6d1-a5aa-4c1c-9542-01df2220ae28?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: 1327/2810] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:35:16 2026] GET /v2.0/ports?tenant_id=5bec55fd3cc244238c5820565484b68e&device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 2481 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2811] 199.204.45.89 () {34 vars in 1058 bytes} [Thu Mar 26 15:35:16 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.48&port_id=6d75b3c0-71d1-4880-bd0a-23fe51c347ba => 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: 1328/2812] 199.204.45.89 () {34 vars in 982 bytes} [Thu Mar 26 15:35:16 2026] GET /v2.0/subnets?id=dfcc1309-3ea3-4cc1-ba16-8ea883907d6d => 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: 1485/2813] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:35:16 2026] GET /v2.0/ports?network_id=99dbb3d3-282d-42b3-9582-2e77e0cb6418&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2814] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:35:16 2026] GET /v2.0/networks/99dbb3d3-282d-42b3-9582-2e77e0cb6418?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: 1486/2815] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:35:16 2026] GET /v2.0/networks/99dbb3d3-282d-42b3-9582-2e77e0cb6418?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 678 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2816] 199.204.45.89 () {34 vars in 1054 bytes} [Thu Mar 26 15:35:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.80&port_id=3ec8c2b6-8c81-46d6-a49a-2f831f074bb8 => 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: 1487/2817] 199.204.45.89 () {34 vars in 982 bytes} [Thu Mar 26 15:35:17 2026] GET /v2.0/subnets?id=6a11528d-1e89-4b08-aa26-319bc5e1f76b => 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: 1331/2818] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:35:17 2026] GET /v2.0/ports?network_id=81a1b6d1-a5aa-4c1c-9542-01df2220ae28&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: 1488/2819] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:35:17 2026] GET /v2.0/networks/81a1b6d1-a5aa-4c1c-9542-01df2220ae28?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: 1332/2820] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:35:17 2026] GET /v2.0/networks/81a1b6d1-a5aa-4c1c-9542-01df2220ae28?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2821] 10.0.0.92 () {34 vars in 969 bytes} [Thu Mar 26 15:35:21 2026] GET /v2.0/ports/3ec8c2b6-8c81-46d6-a49a-2f831f074bb8 => generated 1247 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2822] 199.204.45.89 () {34 vars in 787 bytes} [Thu Mar 26 15:35:21 2026] PUT /v2.0/ports/3ec8c2b6-8c81-46d6-a49a-2f831f074bb8 => generated 1272 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:35:21.519 8 INFO neutron.api.v2.resource [None req-6673ea46-8939-40be-a967-8fd2afacf905 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1490/2823] 199.204.45.89 () {30 vars in 761 bytes} [Thu Mar 26 15:35:21 2026] GET /v2.0/security-groups/lb-30a3fd97-508b-479d-b2d4-dee242dcf9f5 => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 15:35:21.541 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ea1274a2-a41f-444f-b1dd-40f300ee19a6'] response: {'name': 'network-changed', 'server_uuid': '6e5a8fc9-b155-4fec-87fd-05b119d8434b', 'tag': '3ec8c2b6-8c81-46d6-a49a-2f831f074bb8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1334/2824] 199.204.45.89 () {30 vars in 783 bytes} [Thu Mar 26 15:35:21 2026] GET /v2.0/security-groups?name=lb-30a3fd97-508b-479d-b2d4-dee242dcf9f5 => generated 1639 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2825] 199.204.45.89 () {34 vars in 787 bytes} [Thu Mar 26 15:35:21 2026] PUT /v2.0/ports/3ec8c2b6-8c81-46d6-a49a-2f831f074bb8 => generated 1310 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:35:22.017 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9d24f725-28d7-484c-92f9-6267e329750c'] response: {'name': 'network-changed', 'server_uuid': '6e5a8fc9-b155-4fec-87fd-05b119d8434b', 'tag': '3ec8c2b6-8c81-46d6-a49a-2f831f074bb8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1335/2826] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:35:22 2026] GET /v2.0/ports?tenant_id=5bec55fd3cc244238c5820565484b68e&device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 2582 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: 8|app: 0|req: 1492/2827] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:35:22 2026] GET /v2.0/networks?id=81a1b6d1-a5aa-4c1c-9542-01df2220ae28 => generated 801 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2828] 199.204.45.89 () {30 vars in 701 bytes} [Thu Mar 26 15:35:22 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: 1337/2829] 199.204.45.89 () {30 vars in 703 bytes} [Thu Mar 26 15:35:22 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: 1493/2830] 199.204.45.89 () {34 vars in 1054 bytes} [Thu Mar 26 15:35:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.80&port_id=3ec8c2b6-8c81-46d6-a49a-2f831f074bb8 => 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: 1338/2831] 199.204.45.89 () {30 vars in 679 bytes} [Thu Mar 26 15:35:22 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2832] 199.204.45.89 () {30 vars in 715 bytes} [Thu Mar 26 15:35:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2833] 199.204.45.89 () {34 vars in 982 bytes} [Thu Mar 26 15:35:22 2026] GET /v2.0/subnets?id=6a11528d-1e89-4b08-aa26-319bc5e1f76b => generated 678 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2834] 199.204.45.89 () {30 vars in 739 bytes} [Thu Mar 26 15:35:22 2026] GET /v2.0/subnets/6a11528d-1e89-4b08-aa26-319bc5e1f76b => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2835] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:35:22 2026] GET /v2.0/ports?network_id=81a1b6d1-a5aa-4c1c-9542-01df2220ae28&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: 1496/2836] 199.204.45.89 () {30 vars in 735 bytes} [Thu Mar 26 15:35:22 2026] GET /v2.0/ports/d2ce8467-c603-4742-8a3a-29d4772b449e => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2837] 199.204.45.89 () {30 vars in 735 bytes} [Thu Mar 26 15:35:22 2026] GET /v2.0/ports/3ec8c2b6-8c81-46d6-a49a-2f831f074bb8 => generated 1346 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2838] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:35:22 2026] GET /v2.0/networks/81a1b6d1-a5aa-4c1c-9542-01df2220ae28?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2839] 199.204.45.89 () {30 vars in 739 bytes} [Thu Mar 26 15:35:22 2026] GET /v2.0/subnets/6a11528d-1e89-4b08-aa26-319bc5e1f76b => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2840] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:35:22 2026] GET /v2.0/networks/81a1b6d1-a5aa-4c1c-9542-01df2220ae28?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2841] 199.204.45.89 () {30 vars in 741 bytes} [Thu Mar 26 15:35:22 2026] GET /v2.0/networks/81a1b6d1-a5aa-4c1c-9542-01df2220ae28 => generated 798 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2842] 199.204.45.89 () {30 vars in 735 bytes} [Thu Mar 26 15:35:22 2026] GET /v2.0/ports/d2ce8467-c603-4742-8a3a-29d4772b449e => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2843] 199.204.45.89 () {30 vars in 739 bytes} [Thu Mar 26 15:35:22 2026] GET /v2.0/subnets/6a11528d-1e89-4b08-aa26-319bc5e1f76b => 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: 1344/2844] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:35:23 2026] GET /v2.0/ports?tenant_id=5bec55fd3cc244238c5820565484b68e&device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 2582 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2845] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:35:23 2026] GET /v2.0/networks?id=81a1b6d1-a5aa-4c1c-9542-01df2220ae28 => generated 801 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2846] 199.204.45.89 () {34 vars in 1054 bytes} [Thu Mar 26 15:35:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.80&port_id=3ec8c2b6-8c81-46d6-a49a-2f831f074bb8 => 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: 1502/2847] 199.204.45.89 () {34 vars in 982 bytes} [Thu Mar 26 15:35:23 2026] GET /v2.0/subnets?id=6a11528d-1e89-4b08-aa26-319bc5e1f76b => 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: 1346/2848] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:35:23 2026] GET /v2.0/ports?network_id=81a1b6d1-a5aa-4c1c-9542-01df2220ae28&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2849] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:35:23 2026] GET /v2.0/networks/81a1b6d1-a5aa-4c1c-9542-01df2220ae28?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: 1347/2850] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:35:23 2026] GET /v2.0/networks/81a1b6d1-a5aa-4c1c-9542-01df2220ae28?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) 2026-03-26 15:35:27.432 8 INFO neutron.db.l3_db [None req-2b2ab89d-8577-4297-bb33-fc9664d5d024 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] Floating IP 6e600c1e-2a62-4696-bf50-6abef6f87914 associated. External IP: 10.96.250.212, port: d2ce8467-c603-4742-8a3a-29d4772b449e. [pid: 8|app: 0|req: 1504/2853] 10.0.0.103 () {34 vars in 676 bytes} [Thu Mar 26 15:35:26 2026] POST /v2.0/floatingips => generated 899 bytes in 1291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2854] 199.204.45.89 () {30 vars in 701 bytes} [Thu Mar 26 15:35:30 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: 1505/2855] 199.204.45.89 () {30 vars in 703 bytes} [Thu Mar 26 15:35:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2856] 199.204.45.89 () {30 vars in 679 bytes} [Thu Mar 26 15:35:30 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/2857] 199.204.45.89 () {30 vars in 715 bytes} [Thu Mar 26 15:35:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:35:30.820 7 INFO neutron.api.v2.resource [None req-bfc59f30-eacb-4e19-b0d4-189bb7dc20c5 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1352/2858] 199.204.45.89 () {30 vars in 761 bytes} [Thu Mar 26 15:35:30 2026] GET /v2.0/security-groups/lb-30a3fd97-508b-479d-b2d4-dee242dcf9f5 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2859] 199.204.45.89 () {30 vars in 783 bytes} [Thu Mar 26 15:35:30 2026] GET /v2.0/security-groups?name=lb-30a3fd97-508b-479d-b2d4-dee242dcf9f5 => generated 1639 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2860] 199.204.45.89 () {30 vars in 813 bytes} [Thu Mar 26 15:35:30 2026] GET /v2.0/security-group-rules?security_group_id=50398a6b-d5f0-4505-a25a-959b4e8e98ba => generated 1182 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2861] 199.204.45.89 () {34 vars in 745 bytes} [Thu Mar 26 15:35:30 2026] POST /v2.0/security-group-rules => generated 601 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2862] 199.204.45.89 () {34 vars in 745 bytes} [Thu Mar 26 15:35:31 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: 1509/2863] 10.0.0.24 () {30 vars in 688 bytes} [Thu Mar 26 15:35:39 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2864] 10.0.0.24 () {30 vars in 690 bytes} [Thu Mar 26 15:35: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: 8|app: 0|req: 1510/2865] 10.0.0.24 () {30 vars in 666 bytes} [Thu Mar 26 15:35:39 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2866] 10.0.0.24 () {30 vars in 702 bytes} [Thu Mar 26 15:35:39 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: 1511/2867] 10.0.0.24 () {28 vars in 437 bytes} [Thu Mar 26 15:35:40 2026] GET / => generated 151 bytes in 9 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2868] 10.0.0.24 () {30 vars in 726 bytes} [Thu Mar 26 15:35:40 2026] GET /v2.0/subnets/4b901e20-8ed5-44db-b978-4ea81345bcd0 => generated 656 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2869] 199.204.45.89 () {30 vars in 701 bytes} [Thu Mar 26 15:35: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: 7|app: 0|req: 1358/2870] 199.204.45.89 () {30 vars in 703 bytes} [Thu Mar 26 15:35:41 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: 1513/2871] 199.204.45.89 () {30 vars in 679 bytes} [Thu Mar 26 15:35:41 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2872] 199.204.45.89 () {30 vars in 715 bytes} [Thu Mar 26 15:35:41 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/2873] 199.204.45.89 () {30 vars in 739 bytes} [Thu Mar 26 15:35:41 2026] GET /v2.0/subnets/4b901e20-8ed5-44db-b978-4ea81345bcd0 => 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: 1360/2874] 199.204.45.89 () {30 vars in 767 bytes} [Thu Mar 26 15:35:41 2026] GET /v2.0/ports?device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 2582 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/2875] 199.204.45.89 () {30 vars in 701 bytes} [Thu Mar 26 15:35:41 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: 1361/2876] 199.204.45.89 () {30 vars in 703 bytes} [Thu Mar 26 15:35:41 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/2877] 199.204.45.89 () {30 vars in 679 bytes} [Thu Mar 26 15:35:41 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: 1362/2878] 199.204.45.89 () {30 vars in 715 bytes} [Thu Mar 26 15:35:41 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: 1517/2879] 199.204.45.89 () {34 vars in 715 bytes} [Thu Mar 26 15:35:41 2026] POST /v2.0/ports => generated 1324 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2880] 10.0.0.92 () {34 vars in 969 bytes} [Thu Mar 26 15:35:42 2026] GET /v2.0/ports/9ccee83f-6ca0-4870-ad35-75e6041ca78f => generated 1324 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1518/2881] 10.0.0.92 () {34 vars in 905 bytes} [Thu Mar 26 15:35:42 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/2884] 199.204.45.89 () {34 vars in 1260 bytes} [Thu Mar 26 15:35:43 2026] GET /v2.0/ports/9ccee83f-6ca0-4870-ad35-75e6041ca78f?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: 1365/2885] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:35:43 2026] GET /v2.0/networks/3dffadaf-18ce-469d-bce2-f075f8d834b8?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: 1521/2886] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:35:43 2026] GET /v2.0/networks/3dffadaf-18ce-469d-bce2-f075f8d834b8?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: 1366/2887] 199.204.45.89 () {34 vars in 973 bytes} [Thu Mar 26 15:35:43 2026] GET /v2.0/ports/9ccee83f-6ca0-4870-ad35-75e6041ca78f => generated 1324 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/2888] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:35:43 2026] GET /v2.0/networks?id=3dffadaf-18ce-469d-bce2-f075f8d834b8 => generated 800 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2889] 199.204.45.89 () {38 vars in 1026 bytes} [Thu Mar 26 15:35:44 2026] PUT /v2.0/ports/9ccee83f-6ca0-4870-ad35-75e6041ca78f => generated 1514 bytes in 544 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:35:44.631 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6486b8fb-06b2-44f2-9f33-68ffdba8664e'] response: {'name': 'network-changed', 'server_uuid': '6e5a8fc9-b155-4fec-87fd-05b119d8434b', 'tag': '9ccee83f-6ca0-4870-ad35-75e6041ca78f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1523/2890] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:35:45 2026] GET /v2.0/ports?tenant_id=5bec55fd3cc244238c5820565484b68e&device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 4088 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: 1368/2891] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:35:45 2026] GET /v2.0/networks?id=3dffadaf-18ce-469d-bce2-f075f8d834b8 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/2892] 199.204.45.89 () {34 vars in 1054 bytes} [Thu Mar 26 15:35:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.94&port_id=9ccee83f-6ca0-4870-ad35-75e6041ca78f => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2893] 199.204.45.89 () {34 vars in 1102 bytes} [Thu Mar 26 15:35:45 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A297&port_id=9ccee83f-6ca0-4870-ad35-75e6041ca78f => 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: 1525/2894] 199.204.45.89 () {34 vars in 1062 bytes} [Thu Mar 26 15:35:45 2026] GET /v2.0/subnets?id=4b901e20-8ed5-44db-b978-4ea81345bcd0&id=a46dd202-4c5f-4be6-a996-8288b566f6be => generated 1410 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2895] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:35:45 2026] GET /v2.0/ports?network_id=3dffadaf-18ce-469d-bce2-f075f8d834b8&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/2896] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:35:45 2026] GET /v2.0/ports?network_id=3dffadaf-18ce-469d-bce2-f075f8d834b8&device_owner=network%3Adhcp => generated 1457 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2897] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:35:45 2026] GET /v2.0/networks/3dffadaf-18ce-469d-bce2-f075f8d834b8?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: 1527/2898] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:35:45 2026] GET /v2.0/networks/3dffadaf-18ce-469d-bce2-f075f8d834b8?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: 1372/2899] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:35:46 2026] GET /v2.0/ports?tenant_id=5bec55fd3cc244238c5820565484b68e&device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 4088 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/2900] 199.204.45.89 () {34 vars in 1058 bytes} [Thu Mar 26 15:35:46 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.48&port_id=6d75b3c0-71d1-4880-bd0a-23fe51c347ba => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2901] 199.204.45.89 () {34 vars in 982 bytes} [Thu Mar 26 15:35:46 2026] GET /v2.0/subnets?id=dfcc1309-3ea3-4cc1-ba16-8ea883907d6d => 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: 1529/2902] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:35:46 2026] GET /v2.0/ports?network_id=99dbb3d3-282d-42b3-9582-2e77e0cb6418&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2903] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:35:46 2026] GET /v2.0/networks/99dbb3d3-282d-42b3-9582-2e77e0cb6418?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: 1530/2904] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:35:46 2026] GET /v2.0/networks/99dbb3d3-282d-42b3-9582-2e77e0cb6418?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2905] 199.204.45.89 () {34 vars in 1054 bytes} [Thu Mar 26 15:35:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.80&port_id=3ec8c2b6-8c81-46d6-a49a-2f831f074bb8 => 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: 1531/2906] 199.204.45.89 () {34 vars in 982 bytes} [Thu Mar 26 15:35:46 2026] GET /v2.0/subnets?id=6a11528d-1e89-4b08-aa26-319bc5e1f76b => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2907] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:35:46 2026] GET /v2.0/ports?network_id=81a1b6d1-a5aa-4c1c-9542-01df2220ae28&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: 8|app: 0|req: 1532/2908] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:35:47 2026] GET /v2.0/networks/81a1b6d1-a5aa-4c1c-9542-01df2220ae28?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: 1377/2909] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:35:47 2026] GET /v2.0/networks/81a1b6d1-a5aa-4c1c-9542-01df2220ae28?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: 1533/2910] 199.204.45.89 () {34 vars in 1054 bytes} [Thu Mar 26 15:35:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.94&port_id=9ccee83f-6ca0-4870-ad35-75e6041ca78f => 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: 1378/2911] 199.204.45.89 () {34 vars in 1102 bytes} [Thu Mar 26 15:35:47 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A297&port_id=9ccee83f-6ca0-4870-ad35-75e6041ca78f => 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: 1534/2912] 199.204.45.89 () {34 vars in 1062 bytes} [Thu Mar 26 15:35:47 2026] GET /v2.0/subnets?id=4b901e20-8ed5-44db-b978-4ea81345bcd0&id=a46dd202-4c5f-4be6-a996-8288b566f6be => 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: 1379/2913] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:35:47 2026] GET /v2.0/ports?network_id=3dffadaf-18ce-469d-bce2-f075f8d834b8&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: 1535/2914] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:35:47 2026] GET /v2.0/ports?network_id=3dffadaf-18ce-469d-bce2-f075f8d834b8&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: 7|app: 0|req: 1380/2915] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:35:47 2026] GET /v2.0/networks/3dffadaf-18ce-469d-bce2-f075f8d834b8?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: 1536/2916] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:35:47 2026] GET /v2.0/networks/3dffadaf-18ce-469d-bce2-f075f8d834b8?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: 1381/2917] 10.0.0.92 () {34 vars in 969 bytes} [Thu Mar 26 15:35:51 2026] GET /v2.0/ports/9ccee83f-6ca0-4870-ad35-75e6041ca78f => generated 1514 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/2918] 199.204.45.89 () {30 vars in 741 bytes} [Thu Mar 26 15:35:51 2026] GET /v2.0/networks/3dffadaf-18ce-469d-bce2-f075f8d834b8 => generated 797 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2919] 199.204.45.89 () {30 vars in 739 bytes} [Thu Mar 26 15:35:51 2026] GET /v2.0/subnets/4b901e20-8ed5-44db-b978-4ea81345bcd0 => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/2920] 199.204.45.89 () {30 vars in 739 bytes} [Thu Mar 26 15:35:51 2026] GET /v2.0/subnets/a46dd202-4c5f-4be6-a996-8288b566f6be => generated 743 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2921] 199.204.45.89 () {30 vars in 701 bytes} [Thu Mar 26 15:35:51 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: 1539/2922] 199.204.45.89 () {30 vars in 703 bytes} [Thu Mar 26 15:35:51 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2923] 199.204.45.89 () {30 vars in 679 bytes} [Thu Mar 26 15:35:51 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: 1540/2924] 199.204.45.89 () {30 vars in 715 bytes} [Thu Mar 26 15:35:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2925] 199.204.45.89 () {30 vars in 739 bytes} [Thu Mar 26 15:35:51 2026] GET /v2.0/subnets/6a11528d-1e89-4b08-aa26-319bc5e1f76b => 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: 1541/2926] 199.204.45.89 () {30 vars in 735 bytes} [Thu Mar 26 15:35:51 2026] GET /v2.0/ports/d2ce8467-c603-4742-8a3a-29d4772b449e => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2927] 199.204.45.89 () {30 vars in 735 bytes} [Thu Mar 26 15:35:51 2026] GET /v2.0/ports/3ec8c2b6-8c81-46d6-a49a-2f831f074bb8 => generated 1346 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/2928] 199.204.45.89 () {30 vars in 739 bytes} [Thu Mar 26 15:35:51 2026] GET /v2.0/subnets/6a11528d-1e89-4b08-aa26-319bc5e1f76b => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2929] 199.204.45.89 () {30 vars in 741 bytes} [Thu Mar 26 15:35:51 2026] GET /v2.0/networks/81a1b6d1-a5aa-4c1c-9542-01df2220ae28 => generated 798 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/2930] 199.204.45.89 () {30 vars in 735 bytes} [Thu Mar 26 15:35:51 2026] GET /v2.0/ports/d2ce8467-c603-4742-8a3a-29d4772b449e => generated 1132 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2931] 199.204.45.89 () {30 vars in 739 bytes} [Thu Mar 26 15:35:52 2026] GET /v2.0/subnets/6a11528d-1e89-4b08-aa26-319bc5e1f76b => 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: 1545/2934] 10.0.0.24 () {30 vars in 688 bytes} [Thu Mar 26 15:36:00 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: 1390/2935] 10.0.0.24 () {30 vars in 690 bytes} [Thu Mar 26 15:36:00 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/2936] 10.0.0.24 () {30 vars in 666 bytes} [Thu Mar 26 15:36:01 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: 1391/2937] 10.0.0.24 () {30 vars in 702 bytes} [Thu Mar 26 15:36:01 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: 1547/2938] 10.0.0.24 () {28 vars in 437 bytes} [Thu Mar 26 15:36:01 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: 1392/2939] 10.0.0.24 () {30 vars in 726 bytes} [Thu Mar 26 15:36:01 2026] GET /v2.0/subnets/da00f220-2ff8-4cf3-90e6-34f11407cc36 => generated 655 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/2940] 199.204.45.89 () {30 vars in 701 bytes} [Thu Mar 26 15:36:03 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2941] 199.204.45.89 () {30 vars in 703 bytes} [Thu Mar 26 15:36:03 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: 1549/2942] 199.204.45.89 () {30 vars in 679 bytes} [Thu Mar 26 15:36:03 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: 1394/2943] 199.204.45.89 () {30 vars in 715 bytes} [Thu Mar 26 15:36:03 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: 1550/2944] 199.204.45.89 () {30 vars in 739 bytes} [Thu Mar 26 15:36:03 2026] GET /v2.0/subnets/4b901e20-8ed5-44db-b978-4ea81345bcd0 => 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: 1395/2945] 199.204.45.89 () {30 vars in 739 bytes} [Thu Mar 26 15:36:03 2026] GET /v2.0/subnets/da00f220-2ff8-4cf3-90e6-34f11407cc36 => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/2946] 199.204.45.89 () {30 vars in 767 bytes} [Thu Mar 26 15:36:03 2026] GET /v2.0/ports?device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 4090 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2947] 199.204.45.89 () {30 vars in 701 bytes} [Thu Mar 26 15:36:03 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/2948] 199.204.45.89 () {30 vars in 703 bytes} [Thu Mar 26 15:36:03 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: 1397/2949] 199.204.45.89 () {30 vars in 679 bytes} [Thu Mar 26 15:36:03 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: 1553/2950] 199.204.45.89 () {30 vars in 715 bytes} [Thu Mar 26 15:36:03 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: 1398/2951] 199.204.45.89 () {34 vars in 715 bytes} [Thu Mar 26 15:36:03 2026] POST /v2.0/ports => generated 1332 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/2952] 10.0.0.92 () {34 vars in 969 bytes} [Thu Mar 26 15:36:04 2026] GET /v2.0/ports/34b2b8a5-56bd-4a89-ab36-147c17665e62 => generated 1332 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1399/2953] 199.204.45.89 () {34 vars in 1260 bytes} [Thu Mar 26 15:36:05 2026] GET /v2.0/ports/34b2b8a5-56bd-4a89-ab36-147c17665e62?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/2954] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:36:05 2026] GET /v2.0/networks/51930f03-0d7a-4af8-aab8-a6aed5cebd9e?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2955] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:36:05 2026] GET /v2.0/networks/51930f03-0d7a-4af8-aab8-a6aed5cebd9e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/2956] 199.204.45.89 () {34 vars in 973 bytes} [Thu Mar 26 15:36:06 2026] GET /v2.0/ports/34b2b8a5-56bd-4a89-ab36-147c17665e62 => generated 1332 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2957] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:36:06 2026] GET /v2.0/networks?id=51930f03-0d7a-4af8-aab8-a6aed5cebd9e => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/2958] 199.204.45.89 () {38 vars in 1026 bytes} [Thu Mar 26 15:36:06 2026] PUT /v2.0/ports/34b2b8a5-56bd-4a89-ab36-147c17665e62 => generated 1522 bytes in 519 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:36:07.021 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-533a46af-53f8-403b-8282-16b23089fd5e'] response: {'name': 'network-changed', 'server_uuid': '6e5a8fc9-b155-4fec-87fd-05b119d8434b', 'tag': '34b2b8a5-56bd-4a89-ab36-147c17665e62', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1402/2959] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:36:07 2026] GET /v2.0/ports?tenant_id=5bec55fd3cc244238c5820565484b68e&device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 5604 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1558/2960] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:36:07 2026] GET /v2.0/networks?id=51930f03-0d7a-4af8-aab8-a6aed5cebd9e => 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: 1403/2961] 199.204.45.89 () {34 vars in 1056 bytes} [Thu Mar 26 15:36:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.165&port_id=34b2b8a5-56bd-4a89-ab36-147c17665e62 => 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: 1559/2962] 199.204.45.89 () {34 vars in 1104 bytes} [Thu Mar 26 15:36:07 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1da&port_id=34b2b8a5-56bd-4a89-ab36-147c17665e62 => 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: 1404/2963] 199.204.45.89 () {34 vars in 1062 bytes} [Thu Mar 26 15:36:07 2026] GET /v2.0/subnets?id=da00f220-2ff8-4cf3-90e6-34f11407cc36&id=8dfb4c67-f63b-40db-b8ab-2ec037eacbab => generated 1414 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/2964] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:36:07 2026] GET /v2.0/ports?network_id=51930f03-0d7a-4af8-aab8-a6aed5cebd9e&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2965] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:36:07 2026] GET /v2.0/ports?network_id=51930f03-0d7a-4af8-aab8-a6aed5cebd9e&device_owner=network%3Adhcp => generated 1461 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/2966] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:36:07 2026] GET /v2.0/networks/51930f03-0d7a-4af8-aab8-a6aed5cebd9e?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: 1406/2967] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:36:07 2026] GET /v2.0/networks/51930f03-0d7a-4af8-aab8-a6aed5cebd9e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/2968] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:36:08 2026] GET /v2.0/ports?tenant_id=5bec55fd3cc244238c5820565484b68e&device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 5604 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2969] 199.204.45.89 () {34 vars in 1058 bytes} [Thu Mar 26 15:36:09 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.48&port_id=6d75b3c0-71d1-4880-bd0a-23fe51c347ba => 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: 1563/2970] 199.204.45.89 () {34 vars in 982 bytes} [Thu Mar 26 15:36:09 2026] GET /v2.0/subnets?id=dfcc1309-3ea3-4cc1-ba16-8ea883907d6d => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2971] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:36:09 2026] GET /v2.0/ports?network_id=99dbb3d3-282d-42b3-9582-2e77e0cb6418&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/2972] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:36:09 2026] GET /v2.0/networks/99dbb3d3-282d-42b3-9582-2e77e0cb6418?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: 1409/2973] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:36:09 2026] GET /v2.0/networks/99dbb3d3-282d-42b3-9582-2e77e0cb6418?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: 1565/2974] 199.204.45.89 () {34 vars in 1054 bytes} [Thu Mar 26 15:36:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.80&port_id=3ec8c2b6-8c81-46d6-a49a-2f831f074bb8 => 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: 1410/2975] 199.204.45.89 () {34 vars in 982 bytes} [Thu Mar 26 15:36:09 2026] GET /v2.0/subnets?id=6a11528d-1e89-4b08-aa26-319bc5e1f76b => 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: 1566/2976] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:36:09 2026] GET /v2.0/ports?network_id=81a1b6d1-a5aa-4c1c-9542-01df2220ae28&device_owner=network%3Adhcp => generated 1461 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2977] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:36:09 2026] GET /v2.0/networks/81a1b6d1-a5aa-4c1c-9542-01df2220ae28?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: 1567/2978] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:36:09 2026] GET /v2.0/networks/81a1b6d1-a5aa-4c1c-9542-01df2220ae28?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: 1412/2979] 199.204.45.89 () {34 vars in 1054 bytes} [Thu Mar 26 15:36:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.94&port_id=9ccee83f-6ca0-4870-ad35-75e6041ca78f => 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: 1568/2980] 199.204.45.89 () {34 vars in 1102 bytes} [Thu Mar 26 15:36:09 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A297&port_id=9ccee83f-6ca0-4870-ad35-75e6041ca78f => 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: 1413/2981] 199.204.45.89 () {34 vars in 1062 bytes} [Thu Mar 26 15:36:09 2026] GET /v2.0/subnets?id=4b901e20-8ed5-44db-b978-4ea81345bcd0&id=a46dd202-4c5f-4be6-a996-8288b566f6be => generated 1410 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/2982] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:36:09 2026] GET /v2.0/ports?network_id=3dffadaf-18ce-469d-bce2-f075f8d834b8&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: 7|app: 0|req: 1414/2983] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:36:09 2026] GET /v2.0/ports?network_id=3dffadaf-18ce-469d-bce2-f075f8d834b8&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/2984] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:36:09 2026] GET /v2.0/networks/3dffadaf-18ce-469d-bce2-f075f8d834b8?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2985] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:36:09 2026] GET /v2.0/networks/3dffadaf-18ce-469d-bce2-f075f8d834b8?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: 1571/2986] 199.204.45.89 () {34 vars in 1056 bytes} [Thu Mar 26 15:36:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.165&port_id=34b2b8a5-56bd-4a89-ab36-147c17665e62 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2987] 199.204.45.89 () {34 vars in 1104 bytes} [Thu Mar 26 15:36:09 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1da&port_id=34b2b8a5-56bd-4a89-ab36-147c17665e62 => 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: 1572/2988] 199.204.45.89 () {34 vars in 1062 bytes} [Thu Mar 26 15:36:09 2026] GET /v2.0/subnets?id=da00f220-2ff8-4cf3-90e6-34f11407cc36&id=8dfb4c67-f63b-40db-b8ab-2ec037eacbab => generated 1414 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2989] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:36:09 2026] GET /v2.0/ports?network_id=51930f03-0d7a-4af8-aab8-a6aed5cebd9e&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: 8|app: 0|req: 1573/2990] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:36:10 2026] GET /v2.0/ports?network_id=51930f03-0d7a-4af8-aab8-a6aed5cebd9e&device_owner=network%3Adhcp => generated 1461 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2991] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:36:10 2026] GET /v2.0/networks/51930f03-0d7a-4af8-aab8-a6aed5cebd9e?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/2992] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:36:10 2026] GET /v2.0/networks/51930f03-0d7a-4af8-aab8-a6aed5cebd9e?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: 1420/2995] 10.0.0.92 () {34 vars in 969 bytes} [Thu Mar 26 15:36:14 2026] GET /v2.0/ports/34b2b8a5-56bd-4a89-ab36-147c17665e62 => generated 1524 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/2996] 199.204.45.89 () {30 vars in 741 bytes} [Thu Mar 26 15:36:14 2026] GET /v2.0/networks/51930f03-0d7a-4af8-aab8-a6aed5cebd9e => generated 798 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2997] 199.204.45.89 () {30 vars in 739 bytes} [Thu Mar 26 15:36:14 2026] GET /v2.0/subnets/da00f220-2ff8-4cf3-90e6-34f11407cc36 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/2998] 199.204.45.89 () {30 vars in 739 bytes} [Thu Mar 26 15:36:14 2026] GET /v2.0/subnets/8dfb4c67-f63b-40db-b8ab-2ec037eacbab => generated 748 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2999] 199.204.45.89 () {30 vars in 735 bytes} [Thu Mar 26 15:36:14 2026] GET /v2.0/ports/9ccee83f-6ca0-4870-ad35-75e6041ca78f => generated 1516 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3000] 199.204.45.89 () {34 vars in 788 bytes} [Thu Mar 26 15:36:14 2026] PUT /v2.0/ports/9ccee83f-6ca0-4870-ad35-75e6041ca78f => generated 1251 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:36:14.850 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ab2bf649-8b73-4a51-8cb5-028581475cd6'] response: {'name': 'network-changed', 'server_uuid': '6e5a8fc9-b155-4fec-87fd-05b119d8434b', 'tag': '9ccee83f-6ca0-4870-ad35-75e6041ca78f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1423/3001] 199.204.45.89 () {30 vars in 741 bytes} [Thu Mar 26 15:36:14 2026] GET /v2.0/networks/3dffadaf-18ce-469d-bce2-f075f8d834b8 => generated 797 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1579/3002] 199.204.45.89 () {30 vars in 739 bytes} [Thu Mar 26 15:36:14 2026] GET /v2.0/subnets/4b901e20-8ed5-44db-b978-4ea81345bcd0 => 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: 1424/3003] 199.204.45.89 () {30 vars in 701 bytes} [Thu Mar 26 15:36:15 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: 1580/3004] 199.204.45.89 () {30 vars in 703 bytes} [Thu Mar 26 15:36:15 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: 1425/3005] 199.204.45.89 () {30 vars in 679 bytes} [Thu Mar 26 15:36:15 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: 1581/3006] 199.204.45.89 () {30 vars in 715 bytes} [Thu Mar 26 15:36:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/3007] 199.204.45.89 () {30 vars in 739 bytes} [Thu Mar 26 15:36:15 2026] GET /v2.0/subnets/6a11528d-1e89-4b08-aa26-319bc5e1f76b => generated 675 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3008] 199.204.45.89 () {30 vars in 735 bytes} [Thu Mar 26 15:36:15 2026] GET /v2.0/ports/d2ce8467-c603-4742-8a3a-29d4772b449e => generated 1132 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/3009] 199.204.45.89 () {30 vars in 735 bytes} [Thu Mar 26 15:36:15 2026] GET /v2.0/ports/3ec8c2b6-8c81-46d6-a49a-2f831f074bb8 => generated 1346 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3010] 199.204.45.89 () {30 vars in 739 bytes} [Thu Mar 26 15:36:15 2026] GET /v2.0/subnets/6a11528d-1e89-4b08-aa26-319bc5e1f76b => 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: 1428/3011] 199.204.45.89 () {30 vars in 741 bytes} [Thu Mar 26 15:36:15 2026] GET /v2.0/networks/81a1b6d1-a5aa-4c1c-9542-01df2220ae28 => generated 798 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3012] 199.204.45.89 () {30 vars in 735 bytes} [Thu Mar 26 15:36:15 2026] GET /v2.0/ports/d2ce8467-c603-4742-8a3a-29d4772b449e => generated 1132 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/3013] 199.204.45.89 () {30 vars in 739 bytes} [Thu Mar 26 15:36:15 2026] GET /v2.0/subnets/6a11528d-1e89-4b08-aa26-319bc5e1f76b => 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: 1585/3014] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:36:15 2026] GET /v2.0/ports?tenant_id=5bec55fd3cc244238c5820565484b68e&device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 5377 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/3015] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:36:15 2026] GET /v2.0/networks?id=3dffadaf-18ce-469d-bce2-f075f8d834b8 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3016] 199.204.45.89 () {34 vars in 1054 bytes} [Thu Mar 26 15:36:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.94&port_id=9ccee83f-6ca0-4870-ad35-75e6041ca78f => 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: 1431/3017] 199.204.45.89 () {34 vars in 982 bytes} [Thu Mar 26 15:36:15 2026] GET /v2.0/subnets?id=4b901e20-8ed5-44db-b978-4ea81345bcd0 => 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: 1587/3018] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:36:15 2026] GET /v2.0/ports?network_id=3dffadaf-18ce-469d-bce2-f075f8d834b8&device_owner=network%3Adhcp => generated 1457 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/3019] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:36:15 2026] GET /v2.0/networks/3dffadaf-18ce-469d-bce2-f075f8d834b8?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: 1588/3020] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:36:15 2026] GET /v2.0/networks/3dffadaf-18ce-469d-bce2-f075f8d834b8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/3021] 199.204.45.89 () {30 vars in 701 bytes} [Thu Mar 26 15:36:26 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: 1589/3022] 199.204.45.89 () {30 vars in 703 bytes} [Thu Mar 26 15:36:26 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: 1434/3023] 199.204.45.89 () {30 vars in 679 bytes} [Thu Mar 26 15:36:26 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: 1590/3024] 199.204.45.89 () {30 vars in 715 bytes} [Thu Mar 26 15:36:26 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: 1435/3025] 199.204.45.89 () {30 vars in 739 bytes} [Thu Mar 26 15:36:26 2026] GET /v2.0/subnets/4b901e20-8ed5-44db-b978-4ea81345bcd0 => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3026] 199.204.45.89 () {30 vars in 767 bytes} [Thu Mar 26 15:36:26 2026] GET /v2.0/ports?device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 5377 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/3027] 199.204.45.89 () {30 vars in 701 bytes} [Thu Mar 26 15:36:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3028] 199.204.45.89 () {30 vars in 703 bytes} [Thu Mar 26 15:36:26 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: 1437/3029] 199.204.45.89 () {30 vars in 679 bytes} [Thu Mar 26 15:36:26 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: 1593/3030] 199.204.45.89 () {30 vars in 715 bytes} [Thu Mar 26 15:36:26 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: 1438/3031] 199.204.45.89 () {30 vars in 735 bytes} [Thu Mar 26 15:36:26 2026] GET /v2.0/ports/34b2b8a5-56bd-4a89-ab36-147c17665e62 => generated 1524 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3032] 199.204.45.89 () {34 vars in 788 bytes} [Thu Mar 26 15:36:26 2026] PUT /v2.0/ports/34b2b8a5-56bd-4a89-ab36-147c17665e62 => generated 1255 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:36:27.074 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1130f3f0-9318-458c-86af-3c9157a95bcf'] response: {'name': 'network-changed', 'server_uuid': '6e5a8fc9-b155-4fec-87fd-05b119d8434b', 'tag': '34b2b8a5-56bd-4a89-ab36-147c17665e62', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1439/3033] 199.204.45.89 () {30 vars in 741 bytes} [Thu Mar 26 15:36:27 2026] GET /v2.0/networks/51930f03-0d7a-4af8-aab8-a6aed5cebd9e => generated 798 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1595/3034] 199.204.45.89 () {30 vars in 739 bytes} [Thu Mar 26 15:36:27 2026] GET /v2.0/subnets/da00f220-2ff8-4cf3-90e6-34f11407cc36 => generated 673 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/3035] 199.204.45.89 () {30 vars in 735 bytes} [Thu Mar 26 15:36:27 2026] GET /v2.0/ports/34b2b8a5-56bd-4a89-ab36-147c17665e62 => generated 1291 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3038] 199.204.45.89 () {34 vars in 787 bytes} [Thu Mar 26 15:36:27 2026] PUT /v2.0/ports/34b2b8a5-56bd-4a89-ab36-147c17665e62 => generated 1080 bytes in 327 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: 1443/3039] 199.204.45.89 () {30 vars in 741 bytes} [Thu Mar 26 15:36:27 2026] GET /v2.0/networks/51930f03-0d7a-4af8-aab8-a6aed5cebd9e => generated 798 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3040] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:36:27 2026] GET /v2.0/ports?tenant_id=5bec55fd3cc244238c5820565484b68e&device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 4969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/3041] 199.204.45.89 () {30 vars in 767 bytes} [Thu Mar 26 15:36:27 2026] GET /v2.0/ports?device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 4969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3042] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:36:27 2026] GET /v2.0/networks?id=51930f03-0d7a-4af8-aab8-a6aed5cebd9e => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/3043] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:36:27 2026] GET /v2.0/networks/51930f03-0d7a-4af8-aab8-a6aed5cebd9e?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3044] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:36:27 2026] GET /v2.0/networks/51930f03-0d7a-4af8-aab8-a6aed5cebd9e?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: 1446/3045] 199.204.45.89 () {30 vars in 767 bytes} [Thu Mar 26 15:36:27 2026] GET /v2.0/ports?device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 4969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3046] 199.204.45.89 () {30 vars in 767 bytes} [Thu Mar 26 15:36:28 2026] GET /v2.0/ports?device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 4969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:36:29.123 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-11b56be8-d932-4c68-aea1-acf01f47848b'] response: {'name': 'network-changed', 'server_uuid': '6e5a8fc9-b155-4fec-87fd-05b119d8434b', 'tag': '34b2b8a5-56bd-4a89-ab36-147c17665e62', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1447/3047] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:36:29 2026] GET /v2.0/ports?tenant_id=5bec55fd3cc244238c5820565484b68e&device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 4969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3048] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:36:29 2026] GET /v2.0/networks?id=51930f03-0d7a-4af8-aab8-a6aed5cebd9e => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/3049] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:36:29 2026] GET /v2.0/networks/51930f03-0d7a-4af8-aab8-a6aed5cebd9e?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: 1602/3050] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:36:29 2026] GET /v2.0/networks/51930f03-0d7a-4af8-aab8-a6aed5cebd9e?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: 1449/3051] 199.204.45.89 () {30 vars in 767 bytes} [Thu Mar 26 15:36:29 2026] GET /v2.0/ports?device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 4969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3052] 199.204.45.89 () {34 vars in 973 bytes} [Thu Mar 26 15:36:30 2026] GET /v2.0/ports/34b2b8a5-56bd-4a89-ab36-147c17665e62 => 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: 1450/3053] 199.204.45.89 () {34 vars in 1058 bytes} [Thu Mar 26 15:36:30 2026] GET /v2.0/ports/34b2b8a5-56bd-4a89-ab36-147c17665e62?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: 1604/3054] 199.204.45.89 () {34 vars in 1014 bytes} [Thu Mar 26 15:36:30 2026] GET /v2.0/networks/51930f03-0d7a-4af8-aab8-a6aed5cebd9e?fields=dns_domain => generated 29 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/3055] 199.204.45.89 () {38 vars in 1026 bytes} [Thu Mar 26 15:36:30 2026] PUT /v2.0/ports/34b2b8a5-56bd-4a89-ab36-147c17665e62 => generated 917 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3056] 199.204.45.89 () {30 vars in 767 bytes} [Thu Mar 26 15:36:30 2026] GET /v2.0/ports?device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 3861 bytes in 51 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-03-26 15:36:31.159 7 INFO neutron_taas.services.taas.taas_plugin [None req-4bffc620-5fc1-4a13-8d74-afbf7313c7fd d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: 34b2b8a5-56bd-4a89-ab36-147c17665e62 2026-03-26 15:36:31.162 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4bffc620-5fc1-4a13-8d74-afbf7313c7fd d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: 34b2b8a5-56bd-4a89-ab36-147c17665e62 [pid: 7|app: 0|req: 1452/3057] 199.204.45.89 () {32 vars in 757 bytes} [Thu Mar 26 15:36:31 2026] DELETE /v2.0/ports/34b2b8a5-56bd-4a89-ab36-147c17665e62 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3058] 199.204.45.89 () {30 vars in 701 bytes} [Thu Mar 26 15:36:31 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: 1453/3059] 199.204.45.89 () {30 vars in 703 bytes} [Thu Mar 26 15:36:31 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: 1607/3060] 199.204.45.89 () {30 vars in 679 bytes} [Thu Mar 26 15:36:31 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/3061] 199.204.45.89 () {30 vars in 715 bytes} [Thu Mar 26 15:36:31 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: 1608/3062] 199.204.45.89 () {30 vars in 739 bytes} [Thu Mar 26 15:36:31 2026] GET /v2.0/subnets/6a11528d-1e89-4b08-aa26-319bc5e1f76b => 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: 1455/3063] 199.204.45.89 () {30 vars in 735 bytes} [Thu Mar 26 15:36:31 2026] GET /v2.0/ports/d2ce8467-c603-4742-8a3a-29d4772b449e => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3064] 199.204.45.89 () {30 vars in 735 bytes} [Thu Mar 26 15:36:31 2026] GET /v2.0/ports/3ec8c2b6-8c81-46d6-a49a-2f831f074bb8 => generated 1346 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/3065] 199.204.45.89 () {30 vars in 739 bytes} [Thu Mar 26 15:36:31 2026] GET /v2.0/subnets/6a11528d-1e89-4b08-aa26-319bc5e1f76b => 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: 1610/3066] 199.204.45.89 () {30 vars in 741 bytes} [Thu Mar 26 15:36:31 2026] GET /v2.0/networks/81a1b6d1-a5aa-4c1c-9542-01df2220ae28 => generated 798 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/3067] 199.204.45.89 () {30 vars in 735 bytes} [Thu Mar 26 15:36:31 2026] GET /v2.0/ports/d2ce8467-c603-4742-8a3a-29d4772b449e => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3068] 199.204.45.89 () {30 vars in 739 bytes} [Thu Mar 26 15:36:31 2026] GET /v2.0/subnets/6a11528d-1e89-4b08-aa26-319bc5e1f76b => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/3069] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:36:32 2026] GET /v2.0/ports?tenant_id=5bec55fd3cc244238c5820565484b68e&device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 3861 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3070] 199.204.45.89 () {34 vars in 1224 bytes} [Thu Mar 26 15:36:32 2026] GET /v2.0/networks?id=99dbb3d3-282d-42b3-9582-2e77e0cb6418&id=81a1b6d1-a5aa-4c1c-9542-01df2220ae28&id=3dffadaf-18ce-469d-bce2-f075f8d834b8&id=51930f03-0d7a-4af8-aab8-a6aed5cebd9e => generated 3095 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/3071] 199.204.45.89 () {34 vars in 1058 bytes} [Thu Mar 26 15:36:32 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.48&port_id=6d75b3c0-71d1-4880-bd0a-23fe51c347ba => 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: 1613/3072] 199.204.45.89 () {34 vars in 982 bytes} [Thu Mar 26 15:36:32 2026] GET /v2.0/subnets?id=dfcc1309-3ea3-4cc1-ba16-8ea883907d6d => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/3073] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:36:32 2026] GET /v2.0/ports?network_id=99dbb3d3-282d-42b3-9582-2e77e0cb6418&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: 1614/3074] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:36:32 2026] GET /v2.0/networks/99dbb3d3-282d-42b3-9582-2e77e0cb6418?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/3075] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:36:32 2026] GET /v2.0/networks/99dbb3d3-282d-42b3-9582-2e77e0cb6418?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: 1615/3076] 199.204.45.89 () {34 vars in 1054 bytes} [Thu Mar 26 15:36:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.80&port_id=3ec8c2b6-8c81-46d6-a49a-2f831f074bb8 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/3077] 199.204.45.89 () {34 vars in 982 bytes} [Thu Mar 26 15:36:32 2026] GET /v2.0/subnets?id=6a11528d-1e89-4b08-aa26-319bc5e1f76b => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3078] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:36:32 2026] GET /v2.0/ports?network_id=81a1b6d1-a5aa-4c1c-9542-01df2220ae28&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: 1463/3079] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:36:32 2026] GET /v2.0/networks/81a1b6d1-a5aa-4c1c-9542-01df2220ae28?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3080] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:36:32 2026] GET /v2.0/networks/81a1b6d1-a5aa-4c1c-9542-01df2220ae28?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/3081] 199.204.45.89 () {34 vars in 1054 bytes} [Thu Mar 26 15:36:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.94&port_id=9ccee83f-6ca0-4870-ad35-75e6041ca78f => 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: 1618/3082] 199.204.45.89 () {34 vars in 982 bytes} [Thu Mar 26 15:36:32 2026] GET /v2.0/subnets?id=4b901e20-8ed5-44db-b978-4ea81345bcd0 => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/3083] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:36:32 2026] GET /v2.0/ports?network_id=3dffadaf-18ce-469d-bce2-f075f8d834b8&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: 8|app: 0|req: 1619/3084] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:36:32 2026] GET /v2.0/networks/3dffadaf-18ce-469d-bce2-f075f8d834b8?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/3085] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:36:32 2026] GET /v2.0/networks/3dffadaf-18ce-469d-bce2-f075f8d834b8?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: 1620/3086] 199.204.45.89 () {30 vars in 701 bytes} [Thu Mar 26 15:36:36 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: 1467/3087] 199.204.45.89 () {30 vars in 703 bytes} [Thu Mar 26 15:36:36 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3088] 199.204.45.89 () {30 vars in 679 bytes} [Thu Mar 26 15:36:36 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/3089] 199.204.45.89 () {30 vars in 715 bytes} [Thu Mar 26 15:36:36 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3090] 199.204.45.89 () {30 vars in 767 bytes} [Thu Mar 26 15:36:36 2026] GET /v2.0/ports?device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 3861 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/3091] 199.204.45.89 () {30 vars in 701 bytes} [Thu Mar 26 15:36:37 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: 1623/3092] 199.204.45.89 () {30 vars in 703 bytes} [Thu Mar 26 15:36:37 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/3093] 199.204.45.89 () {30 vars in 679 bytes} [Thu Mar 26 15:36:37 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3094] 199.204.45.89 () {30 vars in 715 bytes} [Thu Mar 26 15:36:37 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: 1471/3095] 199.204.45.89 () {30 vars in 735 bytes} [Thu Mar 26 15:36:37 2026] GET /v2.0/ports/9ccee83f-6ca0-4870-ad35-75e6041ca78f => generated 1287 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3096] 199.204.45.89 () {34 vars in 787 bytes} [Thu Mar 26 15:36:37 2026] PUT /v2.0/ports/9ccee83f-6ca0-4870-ad35-75e6041ca78f => generated 1080 bytes in 357 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:36:37.666 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-181b88a1-d7c2-4a5b-a0e1-da6b51b119dd'] response: {'name': 'network-changed', 'server_uuid': '6e5a8fc9-b155-4fec-87fd-05b119d8434b', 'tag': '9ccee83f-6ca0-4870-ad35-75e6041ca78f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1472/3097] 199.204.45.89 () {30 vars in 741 bytes} [Thu Mar 26 15:36:37 2026] GET /v2.0/networks/3dffadaf-18ce-469d-bce2-f075f8d834b8 => generated 797 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1626/3098] 199.204.45.89 () {30 vars in 767 bytes} [Thu Mar 26 15:36:37 2026] GET /v2.0/ports?device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 3690 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/3099] 199.204.45.89 () {30 vars in 767 bytes} [Thu Mar 26 15:36:37 2026] GET /v2.0/ports?device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 3690 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3100] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:36:38 2026] GET /v2.0/ports?tenant_id=5bec55fd3cc244238c5820565484b68e&device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 3690 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/3101] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:36:38 2026] GET /v2.0/networks?id=3dffadaf-18ce-469d-bce2-f075f8d834b8 => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3102] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:36:38 2026] GET /v2.0/networks/3dffadaf-18ce-469d-bce2-f075f8d834b8?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/3103] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:36:38 2026] GET /v2.0/networks/3dffadaf-18ce-469d-bce2-f075f8d834b8?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: 1629/3104] 199.204.45.89 () {30 vars in 767 bytes} [Thu Mar 26 15:36:38 2026] GET /v2.0/ports?device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 3690 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/3105] 199.204.45.89 () {34 vars in 973 bytes} [Thu Mar 26 15:36:39 2026] GET /v2.0/ports/9ccee83f-6ca0-4870-ad35-75e6041ca78f => generated 1116 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3106] 199.204.45.89 () {34 vars in 1058 bytes} [Thu Mar 26 15:36:39 2026] GET /v2.0/ports/9ccee83f-6ca0-4870-ad35-75e6041ca78f?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/3107] 199.204.45.89 () {30 vars in 767 bytes} [Thu Mar 26 15:36:39 2026] GET /v2.0/ports?device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 3690 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3108] 199.204.45.89 () {34 vars in 1014 bytes} [Thu Mar 26 15:36:40 2026] GET /v2.0/networks/3dffadaf-18ce-469d-bce2-f075f8d834b8?fields=dns_domain => generated 29 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/3109] 199.204.45.89 () {38 vars in 1026 bytes} [Thu Mar 26 15:36:40 2026] PUT /v2.0/ports/9ccee83f-6ca0-4870-ad35-75e6041ca78f => generated 917 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3110] 199.204.45.89 () {30 vars in 767 bytes} [Thu Mar 26 15:36:41 2026] GET /v2.0/ports?device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 2582 bytes in 45 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-03-26 15:36:41.207 7 INFO neutron_taas.services.taas.taas_plugin [None req-8cef1614-a044-4066-a94f-ce648fc8892f d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: 9ccee83f-6ca0-4870-ad35-75e6041ca78f 2026-03-26 15:36:41.210 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8cef1614-a044-4066-a94f-ce648fc8892f d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: 9ccee83f-6ca0-4870-ad35-75e6041ca78f [pid: 7|app: 0|req: 1479/3111] 199.204.45.89 () {32 vars in 757 bytes} [Thu Mar 26 15:36:41 2026] DELETE /v2.0/ports/9ccee83f-6ca0-4870-ad35-75e6041ca78f => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3112] 199.204.45.89 () {30 vars in 701 bytes} [Thu Mar 26 15:36: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: 7|app: 0|req: 1480/3113] 199.204.45.89 () {30 vars in 703 bytes} [Thu Mar 26 15:36:41 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3114] 199.204.45.89 () {30 vars in 679 bytes} [Thu Mar 26 15:36:41 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: 1481/3115] 199.204.45.89 () {30 vars in 715 bytes} [Thu Mar 26 15:36:41 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3116] 199.204.45.89 () {30 vars in 739 bytes} [Thu Mar 26 15:36:41 2026] GET /v2.0/subnets/6a11528d-1e89-4b08-aa26-319bc5e1f76b => 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: 1482/3117] 199.204.45.89 () {30 vars in 735 bytes} [Thu Mar 26 15:36:41 2026] GET /v2.0/ports/d2ce8467-c603-4742-8a3a-29d4772b449e => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3118] 199.204.45.89 () {30 vars in 735 bytes} [Thu Mar 26 15:36:41 2026] GET /v2.0/ports/3ec8c2b6-8c81-46d6-a49a-2f831f074bb8 => generated 1346 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/3119] 199.204.45.89 () {30 vars in 739 bytes} [Thu Mar 26 15:36:41 2026] GET /v2.0/subnets/6a11528d-1e89-4b08-aa26-319bc5e1f76b => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3120] 199.204.45.89 () {30 vars in 741 bytes} [Thu Mar 26 15:36:41 2026] GET /v2.0/networks/81a1b6d1-a5aa-4c1c-9542-01df2220ae28 => generated 798 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/3121] 199.204.45.89 () {30 vars in 735 bytes} [Thu Mar 26 15:36:41 2026] GET /v2.0/ports/d2ce8467-c603-4742-8a3a-29d4772b449e => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3122] 199.204.45.89 () {30 vars in 739 bytes} [Thu Mar 26 15:36:41 2026] GET /v2.0/subnets/6a11528d-1e89-4b08-aa26-319bc5e1f76b => generated 675 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/3123] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:36:41 2026] GET /v2.0/ports?tenant_id=5bec55fd3cc244238c5820565484b68e&device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 2582 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3124] 199.204.45.89 () {34 vars in 1144 bytes} [Thu Mar 26 15:36:41 2026] GET /v2.0/networks?id=99dbb3d3-282d-42b3-9582-2e77e0cb6418&id=81a1b6d1-a5aa-4c1c-9542-01df2220ae28&id=3dffadaf-18ce-469d-bce2-f075f8d834b8 => generated 2308 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/3125] 199.204.45.89 () {34 vars in 1058 bytes} [Thu Mar 26 15:36:41 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.48&port_id=6d75b3c0-71d1-4880-bd0a-23fe51c347ba => 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: 1640/3126] 199.204.45.89 () {34 vars in 982 bytes} [Thu Mar 26 15:36:41 2026] GET /v2.0/subnets?id=dfcc1309-3ea3-4cc1-ba16-8ea883907d6d => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/3127] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:36:42 2026] GET /v2.0/ports?network_id=99dbb3d3-282d-42b3-9582-2e77e0cb6418&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3128] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:36:42 2026] GET /v2.0/networks/99dbb3d3-282d-42b3-9582-2e77e0cb6418?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: 1488/3129] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:36:42 2026] GET /v2.0/networks/99dbb3d3-282d-42b3-9582-2e77e0cb6418?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: 1642/3130] 199.204.45.89 () {34 vars in 1054 bytes} [Thu Mar 26 15:36:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.80&port_id=3ec8c2b6-8c81-46d6-a49a-2f831f074bb8 => 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: 1489/3131] 199.204.45.89 () {34 vars in 982 bytes} [Thu Mar 26 15:36:42 2026] GET /v2.0/subnets?id=6a11528d-1e89-4b08-aa26-319bc5e1f76b => 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: 1643/3134] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:36:42 2026] GET /v2.0/ports?network_id=81a1b6d1-a5aa-4c1c-9542-01df2220ae28&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: 1492/3135] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:36:42 2026] GET /v2.0/networks/81a1b6d1-a5aa-4c1c-9542-01df2220ae28?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: 1644/3136] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:36:42 2026] GET /v2.0/networks/81a1b6d1-a5aa-4c1c-9542-01df2220ae28?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: 1493/3137] 199.204.45.89 () {30 vars in 701 bytes} [Thu Mar 26 15:36:53 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: 1645/3138] 199.204.45.89 () {30 vars in 703 bytes} [Thu Mar 26 15:36:53 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: 1494/3139] 199.204.45.89 () {30 vars in 679 bytes} [Thu Mar 26 15:36:53 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: 1646/3140] 199.204.45.89 () {30 vars in 715 bytes} [Thu Mar 26 15:36:53 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-03-26 15:36:53.888 7 INFO neutron.api.v2.resource [None req-c2ec3144-6a24-453f-85fe-d896931033ae d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1495/3141] 199.204.45.89 () {30 vars in 761 bytes} [Thu Mar 26 15:36:53 2026] GET /v2.0/security-groups/lb-30a3fd97-508b-479d-b2d4-dee242dcf9f5 => 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: 1647/3142] 199.204.45.89 () {30 vars in 783 bytes} [Thu Mar 26 15:36:53 2026] GET /v2.0/security-groups?name=lb-30a3fd97-508b-479d-b2d4-dee242dcf9f5 => generated 2865 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/3143] 199.204.45.89 () {30 vars in 813 bytes} [Thu Mar 26 15:36:53 2026] GET /v2.0/security-group-rules?security_group_id=50398a6b-d5f0-4505-a25a-959b4e8e98ba => generated 2334 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3144] 199.204.45.89 () {32 vars in 787 bytes} [Thu Mar 26 15:36:53 2026] DELETE /v2.0/security-group-rules/8e55f29d-60a9-478b-9ad7-7ac440aab699 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/3145] 199.204.45.89 () {32 vars in 787 bytes} [Thu Mar 26 15:36:54 2026] DELETE /v2.0/security-group-rules/e7193c0c-1aac-4744-af28-ed75ca954336 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:36:56.802 8 INFO neutron_taas.services.taas.taas_plugin [None req-c3c29802-accd-428b-bcf2-12c6966521e5 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] TaaS: Handle Delete Port: 7df72d3f-e03e-45bd-8fc7-af59ec29810a 2026-03-26 15:36:56.805 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3c29802-accd-428b-bcf2-12c6966521e5 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] Tap Mirror: Handle Delete Port: 7df72d3f-e03e-45bd-8fc7-af59ec29810a 2026-03-26 15:36:57.008 8 INFO neutron.db.l3_db [None req-c3c29802-accd-428b-bcf2-12c6966521e5 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] Floating IP 6e600c1e-2a62-4696-bf50-6abef6f87914 disassociated (deleted). External IP: 10.96.250.212, port: d2ce8467-c603-4742-8a3a-29d4772b449e. [pid: 8|app: 0|req: 1649/3148] 10.0.0.103 () {32 vars in 731 bytes} [Thu Mar 26 15:36:56 2026] DELETE /v2.0/floatingips/6e600c1e-2a62-4696-bf50-6abef6f87914 => generated 0 bytes in 672 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:36:57.344 7 INFO neutron.api.v2.resource [None req-ce5bd529-275e-4306-bdb7-1723ad6432b1 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1500/3149] 10.0.0.103 () {32 vars in 728 bytes} [Thu Mar 26 15:36:57 2026] GET /v2.0/floatingips/6e600c1e-2a62-4696-bf50-6abef6f87914 => generated 144 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1650/3150] 199.204.45.89 () {30 vars in 701 bytes} [Thu Mar 26 15:36:58 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: 1501/3151] 199.204.45.89 () {30 vars in 703 bytes} [Thu Mar 26 15:36:58 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1651/3152] 199.204.45.89 () {30 vars in 679 bytes} [Thu Mar 26 15:36:58 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: 1502/3153] 199.204.45.89 () {30 vars in 715 bytes} [Thu Mar 26 15:36:58 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:36:58.516 8 INFO neutron.api.v2.resource [None req-1bbf31f6-d40e-4433-a99d-4d7325fca8ad d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1652/3154] 199.204.45.89 () {30 vars in 761 bytes} [Thu Mar 26 15:36:58 2026] GET /v2.0/security-groups/lb-30a3fd97-508b-479d-b2d4-dee242dcf9f5 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3155] 199.204.45.89 () {30 vars in 783 bytes} [Thu Mar 26 15:36:58 2026] GET /v2.0/security-groups?name=lb-30a3fd97-508b-479d-b2d4-dee242dcf9f5 => generated 1639 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3156] 199.204.45.89 () {30 vars in 813 bytes} [Thu Mar 26 15:36:58 2026] GET /v2.0/security-group-rules?security_group_id=50398a6b-d5f0-4505-a25a-959b4e8e98ba => generated 1182 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3157] 199.204.45.89 () {30 vars in 701 bytes} [Thu Mar 26 15:36:58 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1654/3158] 199.204.45.89 () {30 vars in 703 bytes} [Thu Mar 26 15:36:58 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: 1505/3159] 199.204.45.89 () {30 vars in 679 bytes} [Thu Mar 26 15:36:58 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: 1655/3160] 199.204.45.89 () {30 vars in 715 bytes} [Thu Mar 26 15:36:58 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: 1506/3161] 199.204.45.89 () {30 vars in 739 bytes} [Thu Mar 26 15:36:58 2026] GET /v2.0/subnets/6a11528d-1e89-4b08-aa26-319bc5e1f76b => 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: 1656/3162] 199.204.45.89 () {30 vars in 767 bytes} [Thu Mar 26 15:36:58 2026] GET /v2.0/ports?device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 2582 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3163] 199.204.45.89 () {30 vars in 767 bytes} [Thu Mar 26 15:36:58 2026] GET /v2.0/ports?device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 2582 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3164] 199.204.45.89 () {30 vars in 767 bytes} [Thu Mar 26 15:36:58 2026] GET /v2.0/ports?device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 2582 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3165] 199.204.45.89 () {30 vars in 767 bytes} [Thu Mar 26 15:37:00 2026] GET /v2.0/ports?device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 2582 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3166] 199.204.45.89 () {34 vars in 973 bytes} [Thu Mar 26 15:37:01 2026] GET /v2.0/ports/3ec8c2b6-8c81-46d6-a49a-2f831f074bb8 => generated 1346 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3167] 199.204.45.89 () {34 vars in 1058 bytes} [Thu Mar 26 15:37:01 2026] GET /v2.0/ports/3ec8c2b6-8c81-46d6-a49a-2f831f074bb8?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1659/3168] 199.204.45.89 () {30 vars in 767 bytes} [Thu Mar 26 15:37:01 2026] GET /v2.0/ports?device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 2582 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3169] 199.204.45.89 () {34 vars in 1014 bytes} [Thu Mar 26 15:37:01 2026] GET /v2.0/networks/81a1b6d1-a5aa-4c1c-9542-01df2220ae28?fields=dns_domain => generated 29 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3170] 199.204.45.89 () {38 vars in 1026 bytes} [Thu Mar 26 15:37:01 2026] PUT /v2.0/ports/3ec8c2b6-8c81-46d6-a49a-2f831f074bb8 => generated 1147 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/3171] 199.204.45.89 () {30 vars in 767 bytes} [Thu Mar 26 15:37:02 2026] GET /v2.0/ports?device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1661/3172] 199.204.45.89 () {34 vars in 787 bytes} [Thu Mar 26 15:37:02 2026] PUT /v2.0/ports/3ec8c2b6-8c81-46d6-a49a-2f831f074bb8 => generated 1086 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3173] 199.204.45.89 () {30 vars in 735 bytes} [Thu Mar 26 15:37:02 2026] GET /v2.0/ports/3ec8c2b6-8c81-46d6-a49a-2f831f074bb8 => generated 1086 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-26 15:37:02.550 8 INFO neutron_taas.services.taas.taas_plugin [None req-d4504e57-d20f-4f16-bf6e-5dc8d1edbf4f d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: 3ec8c2b6-8c81-46d6-a49a-2f831f074bb8 2026-03-26 15:37:02.552 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4504e57-d20f-4f16-bf6e-5dc8d1edbf4f d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: 3ec8c2b6-8c81-46d6-a49a-2f831f074bb8 [pid: 8|app: 0|req: 1662/3174] 199.204.45.89 () {32 vars in 757 bytes} [Thu Mar 26 15:37:02 2026] DELETE /v2.0/ports/3ec8c2b6-8c81-46d6-a49a-2f831f074bb8 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3175] 199.204.45.89 () {30 vars in 701 bytes} [Thu Mar 26 15:37:02 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: 1663/3176] 199.204.45.89 () {30 vars in 703 bytes} [Thu Mar 26 15:37:02 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3177] 199.204.45.89 () {30 vars in 679 bytes} [Thu Mar 26 15:37:02 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: 1664/3178] 199.204.45.89 () {30 vars in 715 bytes} [Thu Mar 26 15:37:02 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-03-26 15:37:02.825 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dad3e6eb-afe3-418b-85df-6dc8d57ccc14 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1515/3179] 199.204.45.89 () {32 vars in 757 bytes} [Thu Mar 26 15:37:02 2026] DELETE /v2.0/ports/3ec8c2b6-8c81-46d6-a49a-2f831f074bb8 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1665/3180] 199.204.45.89 () {30 vars in 735 bytes} [Thu Mar 26 15:37:02 2026] GET /v2.0/ports/d2ce8467-c603-4742-8a3a-29d4772b449e => generated 1132 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:37:02.907 7 INFO neutron.api.v2.resource [None req-fada1412-e1b9-4db9-83ae-26e5afea90d4 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1516/3181] 199.204.45.89 () {30 vars in 761 bytes} [Thu Mar 26 15:37:02 2026] GET /v2.0/security-groups/lb-30a3fd97-508b-479d-b2d4-dee242dcf9f5 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1666/3182] 199.204.45.89 () {30 vars in 783 bytes} [Thu Mar 26 15:37:02 2026] GET /v2.0/security-groups?name=lb-30a3fd97-508b-479d-b2d4-dee242dcf9f5 => generated 1639 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3183] 199.204.45.89 () {30 vars in 735 bytes} [Thu Mar 26 15:37:02 2026] GET /v2.0/ports/d2ce8467-c603-4742-8a3a-29d4772b449e => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1667/3184] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:37:02 2026] GET /v2.0/ports?tenant_id=5bec55fd3cc244238c5820565484b68e&device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => 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: 1668/3185] 199.204.45.89 () {34 vars in 1064 bytes} [Thu Mar 26 15:37:03 2026] GET /v2.0/networks?id=99dbb3d3-282d-42b3-9582-2e77e0cb6418&id=81a1b6d1-a5aa-4c1c-9542-01df2220ae28 => generated 1522 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1669/3186] 199.204.45.89 () {34 vars in 1058 bytes} [Thu Mar 26 15:37:03 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.48&port_id=6d75b3c0-71d1-4880-bd0a-23fe51c347ba => 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: 1670/3187] 199.204.45.89 () {34 vars in 982 bytes} [Thu Mar 26 15:37:03 2026] GET /v2.0/subnets?id=dfcc1309-3ea3-4cc1-ba16-8ea883907d6d => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1671/3188] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:37:03 2026] GET /v2.0/ports?network_id=99dbb3d3-282d-42b3-9582-2e77e0cb6418&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3189] 199.204.45.89 () {34 vars in 787 bytes} [Thu Mar 26 15:37:03 2026] PUT /v2.0/ports/d2ce8467-c603-4742-8a3a-29d4772b449e => generated 1094 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1672/3190] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:37:03 2026] GET /v2.0/networks/99dbb3d3-282d-42b3-9582-2e77e0cb6418?fields=segments => generated 14 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3191] 199.204.45.89 () {32 vars in 777 bytes} [Thu Mar 26 15:37:03 2026] DELETE /v2.0/security-groups/50398a6b-d5f0-4505-a25a-959b4e8e98ba => 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: 1673/3192] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:37:03 2026] GET /v2.0/networks/99dbb3d3-282d-42b3-9582-2e77e0cb6418?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-03-26 15:37:03.429 7 INFO neutron_taas.services.taas.taas_plugin [None req-67927fd0-821b-4544-93c9-e7d36c8ec91e d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: d2ce8467-c603-4742-8a3a-29d4772b449e 2026-03-26 15:37:03.432 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67927fd0-821b-4544-93c9-e7d36c8ec91e d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: d2ce8467-c603-4742-8a3a-29d4772b449e [pid: 7|app: 0|req: 1520/3193] 199.204.45.89 () {32 vars in 757 bytes} [Thu Mar 26 15:37:03 2026] DELETE /v2.0/ports/d2ce8467-c603-4742-8a3a-29d4772b449e => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1674/3194] 199.204.45.89 () {34 vars in 992 bytes} [Thu Mar 26 15:37:06 2026] GET /v2.0/ports?device_id=6e5a8fc9-b155-4fec-87fd-05b119d8434b => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:37:06.581 7 INFO neutron_taas.services.taas.taas_plugin [req-ff9c06a9-6d99-490f-9edd-7b92a9aaf20a req-5fc6cc56-f71c-4ae7-90bb-cac674622937 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] TaaS: Handle Delete Port: 6d75b3c0-71d1-4880-bd0a-23fe51c347ba 2026-03-26 15:37:06.584 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ff9c06a9-6d99-490f-9edd-7b92a9aaf20a req-5fc6cc56-f71c-4ae7-90bb-cac674622937 d0764c18170d45f498785062472ac84f 5bec55fd3cc244238c5820565484b68e - - default default] Tap Mirror: Handle Delete Port: 6d75b3c0-71d1-4880-bd0a-23fe51c347ba [pid: 7|app: 0|req: 1521/3195] 199.204.45.89 () {36 vars in 995 bytes} [Thu Mar 26 15:37:06 2026] DELETE /v2.0/ports/6d75b3c0-71d1-4880-bd0a-23fe51c347ba => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:37:06.770 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fa3abfdd-7d32-4624-b37e-b1f07e8a236c'] response: {'server_uuid': '6e5a8fc9-b155-4fec-87fd-05b119d8434b', 'name': 'network-vif-deleted', 'tag': '6d75b3c0-71d1-4880-bd0a-23fe51c347ba', 'status': 'completed', 'code': 200} 2026-03-26 15:37:07.718 8 INFO neutron_taas.services.taas.taas_plugin [None req-07245be6-e37a-4ace-819d-f7790104c11b 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] TaaS: Handle Delete Port: 84187694-3445-4f32-b684-e18959035682 2026-03-26 15:37:07.721 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07245be6-e37a-4ace-819d-f7790104c11b 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] Tap Mirror: Handle Delete Port: 84187694-3445-4f32-b684-e18959035682 2026-03-26 15:37:07.913 8 INFO neutron.db.l3_db [None req-07245be6-e37a-4ace-819d-f7790104c11b 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] Floating IP a3dd8c81-8844-4516-93b8-0bc444ae9cd5 disassociated (deleted). External IP: 10.96.250.201, port: 55c25f6c-42d3-4a3f-b277-99be08f0328e. [pid: 8|app: 0|req: 1675/3196] 10.0.0.103 () {32 vars in 731 bytes} [Thu Mar 26 15:37:07 2026] DELETE /v2.0/floatingips/a3dd8c81-8844-4516-93b8-0bc444ae9cd5 => generated 0 bytes in 657 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:37:08.266 7 INFO neutron.api.v2.resource [None req-4271ca2c-dfef-48c4-a3eb-7ad06e007d3f 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1522/3197] 10.0.0.103 () {32 vars in 728 bytes} [Thu Mar 26 15:37:08 2026] GET /v2.0/floatingips/a3dd8c81-8844-4516-93b8-0bc444ae9cd5 => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 15:37:08.276 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2033ce72-7a96-49b6-9365-5eb5f9dda3c9'] response: {'name': 'network-changed', 'server_uuid': 'b9c84141-e4aa-4499-a785-f167700b523a', 'tag': '55c25f6c-42d3-4a3f-b277-99be08f0328e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1676/3198] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:37:08 2026] GET /v2.0/ports?device_id=b9c84141-e4aa-4499-a785-f167700b523a => generated 1204 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3199] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:37:08 2026] GET /v2.0/security-groups?id=5a254900-e99e-4223-9cfa-46fb04dbf829&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1677/3200] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:37:08 2026] GET /v2.0/ports?tenant_id=c92fe0587ab04da0b8bafa606bcaea07&device_id=b9c84141-e4aa-4499-a785-f167700b523a => 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: 1524/3201] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:37:08 2026] GET /v2.0/networks?id=51930f03-0d7a-4af8-aab8-a6aed5cebd9e => generated 801 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1678/3202] 199.204.45.89 () {34 vars in 1056 bytes} [Thu Mar 26 15:37:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.103&port_id=55c25f6c-42d3-4a3f-b277-99be08f0328e => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3203] 199.204.45.89 () {34 vars in 1104 bytes} [Thu Mar 26 15:37:08 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2f2&port_id=55c25f6c-42d3-4a3f-b277-99be08f0328e => 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: 1679/3204] 199.204.45.89 () {34 vars in 1062 bytes} [Thu Mar 26 15:37:08 2026] GET /v2.0/subnets?id=da00f220-2ff8-4cf3-90e6-34f11407cc36&id=8dfb4c67-f63b-40db-b8ab-2ec037eacbab => generated 1414 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3205] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:37:09 2026] GET /v2.0/ports?network_id=51930f03-0d7a-4af8-aab8-a6aed5cebd9e&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1680/3206] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:37:09 2026] GET /v2.0/ports?network_id=51930f03-0d7a-4af8-aab8-a6aed5cebd9e&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: 1527/3207] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:37:09 2026] GET /v2.0/networks/51930f03-0d7a-4af8-aab8-a6aed5cebd9e?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1681/3208] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:37:09 2026] GET /v2.0/networks/51930f03-0d7a-4af8-aab8-a6aed5cebd9e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3209] 199.204.45.89 () {34 vars in 992 bytes} [Thu Mar 26 15:37:10 2026] GET /v2.0/ports?device_id=b9c84141-e4aa-4499-a785-f167700b523a => generated 1204 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:37:11.036 8 INFO neutron_taas.services.taas.taas_plugin [req-1fce1f0f-7b7e-4caa-ab9c-4f6146225000 req-6ebcb329-a151-44cf-a532-29b223b36562 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] TaaS: Handle Delete Port: 55c25f6c-42d3-4a3f-b277-99be08f0328e 2026-03-26 15:37:11.039 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1fce1f0f-7b7e-4caa-ab9c-4f6146225000 req-6ebcb329-a151-44cf-a532-29b223b36562 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] Tap Mirror: Handle Delete Port: 55c25f6c-42d3-4a3f-b277-99be08f0328e [pid: 8|app: 0|req: 1682/3210] 199.204.45.89 () {36 vars in 995 bytes} [Thu Mar 26 15:37:10 2026] DELETE /v2.0/ports/55c25f6c-42d3-4a3f-b277-99be08f0328e => generated 0 bytes in 323 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:37:11.287 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1f633218-fd9c-460f-9e4f-56c6d829189b'] response: {'server_uuid': 'b9c84141-e4aa-4499-a785-f167700b523a', 'name': 'network-vif-deleted', 'tag': '55c25f6c-42d3-4a3f-b277-99be08f0328e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1530/3213] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:37:13 2026] GET /v2.0/ports?device_id=b9c84141-e4aa-4499-a785-f167700b523a => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-26 15:37:18.884 8 INFO neutron_taas.services.taas.taas_plugin [None req-1dccba03-ec51-49a5-8846-7914fb06a553 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] TaaS: Handle Delete Port: 0a3662e1-9b8c-4b35-a96e-a14e4cd298c8 2026-03-26 15:37:18.887 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1dccba03-ec51-49a5-8846-7914fb06a553 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] Tap Mirror: Handle Delete Port: 0a3662e1-9b8c-4b35-a96e-a14e4cd298c8 2026-03-26 15:37:19.091 8 INFO neutron.db.l3_db [None req-1dccba03-ec51-49a5-8846-7914fb06a553 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] Floating IP f2bd4e4e-38d9-4046-a307-1839a69d242c disassociated (deleted). External IP: 10.96.250.207, port: e0699428-55b8-40f5-aeb8-251ff847d80e. [pid: 8|app: 0|req: 1684/3214] 10.0.0.103 () {32 vars in 731 bytes} [Thu Mar 26 15:37:18 2026] DELETE /v2.0/floatingips/f2bd4e4e-38d9-4046-a307-1839a69d242c => generated 0 bytes in 730 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:37:19.485 7 INFO neutron.api.v2.resource [None req-fcf8c80e-6510-4122-9bc8-ab8b66e3ad28 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1531/3215] 10.0.0.103 () {32 vars in 728 bytes} [Thu Mar 26 15:37:19 2026] GET /v2.0/floatingips/f2bd4e4e-38d9-4046-a307-1839a69d242c => generated 144 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 15:37:19.502 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a991f633-7bc8-46fa-bb4d-2afc39ac63f5'] response: {'name': 'network-changed', 'server_uuid': 'af7ffaec-7883-42c2-9c8f-e652e15ed85e', 'tag': 'e0699428-55b8-40f5-aeb8-251ff847d80e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1685/3216] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:37:19 2026] GET /v2.0/ports?device_id=af7ffaec-7883-42c2-9c8f-e652e15ed85e => generated 1200 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3217] 10.0.0.92 () {34 vars in 1038 bytes} [Thu Mar 26 15:37:19 2026] GET /v2.0/security-groups?id=5a254900-e99e-4223-9cfa-46fb04dbf829&fields=id&fields=name => generated 112 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1686/3218] 199.204.45.89 () {34 vars in 1078 bytes} [Thu Mar 26 15:37:20 2026] GET /v2.0/ports?tenant_id=c92fe0587ab04da0b8bafa606bcaea07&device_id=af7ffaec-7883-42c2-9c8f-e652e15ed85e => generated 1469 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3219] 199.204.45.89 () {34 vars in 984 bytes} [Thu Mar 26 15:37:20 2026] GET /v2.0/networks?id=3dffadaf-18ce-469d-bce2-f075f8d834b8 => 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: 1687/3220] 199.204.45.89 () {34 vars in 1056 bytes} [Thu Mar 26 15:37:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.110&port_id=e0699428-55b8-40f5-aeb8-251ff847d80e => 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: 1534/3221] 199.204.45.89 () {34 vars in 1102 bytes} [Thu Mar 26 15:37:20 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2e7&port_id=e0699428-55b8-40f5-aeb8-251ff847d80e => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1688/3222] 199.204.45.89 () {34 vars in 1062 bytes} [Thu Mar 26 15:37:20 2026] GET /v2.0/subnets?id=4b901e20-8ed5-44db-b978-4ea81345bcd0&id=a46dd202-4c5f-4be6-a996-8288b566f6be => 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: 1535/3223] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:37:20 2026] GET /v2.0/ports?network_id=3dffadaf-18ce-469d-bce2-f075f8d834b8&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1689/3224] 199.204.45.89 () {34 vars in 1050 bytes} [Thu Mar 26 15:37:20 2026] GET /v2.0/ports?network_id=3dffadaf-18ce-469d-bce2-f075f8d834b8&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: 1536/3225] 199.204.45.89 () {34 vars in 1010 bytes} [Thu Mar 26 15:37:20 2026] GET /v2.0/networks/3dffadaf-18ce-469d-bce2-f075f8d834b8?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: 1690/3226] 199.204.45.89 () {34 vars in 1110 bytes} [Thu Mar 26 15:37:20 2026] GET /v2.0/networks/3dffadaf-18ce-469d-bce2-f075f8d834b8?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: 1537/3227] 199.204.45.89 () {34 vars in 992 bytes} [Thu Mar 26 15:37:22 2026] GET /v2.0/ports?device_id=af7ffaec-7883-42c2-9c8f-e652e15ed85e => generated 1200 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-26 15:37:22.254 8 INFO neutron_taas.services.taas.taas_plugin [req-f6362dd7-02d0-450c-8c32-a2d47e18820b req-e3783e1e-a946-4f99-822b-889d8b1cdd03 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] TaaS: Handle Delete Port: e0699428-55b8-40f5-aeb8-251ff847d80e 2026-03-26 15:37:22.260 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f6362dd7-02d0-450c-8c32-a2d47e18820b req-e3783e1e-a946-4f99-822b-889d8b1cdd03 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] Tap Mirror: Handle Delete Port: e0699428-55b8-40f5-aeb8-251ff847d80e [pid: 8|app: 0|req: 1691/3228] 199.204.45.89 () {36 vars in 995 bytes} [Thu Mar 26 15:37:22 2026] DELETE /v2.0/ports/e0699428-55b8-40f5-aeb8-251ff847d80e => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:37:22.488 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-aa337b94-bb18-432b-b135-fe16a7e138bf'] response: {'server_uuid': 'af7ffaec-7883-42c2-9c8f-e652e15ed85e', 'name': 'network-vif-deleted', 'tag': 'e0699428-55b8-40f5-aeb8-251ff847d80e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1538/3229] 10.0.0.92 () {34 vars in 988 bytes} [Thu Mar 26 15:37:24 2026] GET /v2.0/ports?device_id=af7ffaec-7883-42c2-9c8f-e652e15ed85e => 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: 1693/3232] 10.0.0.103 () {32 vars in 749 bytes} [Thu Mar 26 15:37:29 2026] DELETE /v2.0/security-group-rules/235d5c5e-d906-415d-b889-f532bab8f1db => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:37:30.040 7 INFO neutron.api.v2.resource [None req-5a2f3df6-6361-4f62-9235-5b4e16d0f9b5 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1540/3233] 10.0.0.103 () {32 vars in 746 bytes} [Thu Mar 26 15:37:30 2026] GET /v2.0/security-group-rules/235d5c5e-d906-415d-b889-f532bab8f1db => 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: 1694/3234] 10.0.0.103 () {32 vars in 749 bytes} [Thu Mar 26 15:37:30 2026] DELETE /v2.0/security-group-rules/c3b6f0d8-2c10-45e6-b0af-f3d2853a2a43 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:37:30.137 7 INFO neutron.api.v2.resource [None req-ac9b9755-9667-4094-a973-af3293f76640 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1541/3235] 10.0.0.103 () {32 vars in 746 bytes} [Thu Mar 26 15:37:30 2026] GET /v2.0/security-group-rules/c3b6f0d8-2c10-45e6-b0af-f3d2853a2a43 => 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: 1695/3236] 10.0.0.103 () {32 vars in 749 bytes} [Thu Mar 26 15:37:30 2026] DELETE /v2.0/security-group-rules/e1bbe90d-83a8-4cde-8efa-3abe6a154724 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:37:30.248 7 INFO neutron.api.v2.resource [None req-3b5b7ea4-2b95-440e-a056-33b506dd1422 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1542/3237] 10.0.0.103 () {32 vars in 746 bytes} [Thu Mar 26 15:37:30 2026] GET /v2.0/security-group-rules/e1bbe90d-83a8-4cde-8efa-3abe6a154724 => 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: 1696/3238] 10.0.0.103 () {32 vars in 749 bytes} [Thu Mar 26 15:37:30 2026] DELETE /v2.0/security-group-rules/2cab97e6-5a30-4273-87d7-7d2101619af5 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:37:30.348 7 INFO neutron.api.v2.resource [None req-e5951b15-c18d-4e6c-8e62-eb1444074c44 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1543/3239] 10.0.0.103 () {32 vars in 746 bytes} [Thu Mar 26 15:37:30 2026] GET /v2.0/security-group-rules/2cab97e6-5a30-4273-87d7-7d2101619af5 => 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: 1697/3240] 10.0.0.103 () {32 vars in 749 bytes} [Thu Mar 26 15:37:30 2026] DELETE /v2.0/security-group-rules/072a91cb-6eee-4afa-8a04-b56466c4913a => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:37:30.430 7 INFO neutron.api.v2.resource [None req-b42eb673-2820-466c-86b4-3caf572442ad 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1544/3241] 10.0.0.103 () {32 vars in 746 bytes} [Thu Mar 26 15:37:30 2026] GET /v2.0/security-group-rules/072a91cb-6eee-4afa-8a04-b56466c4913a => 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: 1698/3242] 10.0.0.103 () {32 vars in 749 bytes} [Thu Mar 26 15:37:30 2026] DELETE /v2.0/security-group-rules/3e4c2da5-7467-4734-876a-9636f7df6246 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:37:30.536 7 INFO neutron.api.v2.resource [None req-390ebf3c-e689-48d6-9f3b-0c772e0ecbcd 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1545/3243] 10.0.0.103 () {32 vars in 746 bytes} [Thu Mar 26 15:37:30 2026] GET /v2.0/security-group-rules/3e4c2da5-7467-4734-876a-9636f7df6246 => 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: 1699/3244] 10.0.0.103 () {32 vars in 749 bytes} [Thu Mar 26 15:37:30 2026] DELETE /v2.0/security-group-rules/29927795-90fc-4d2a-91a3-bf52a16cf09b => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:37:30.663 7 INFO neutron.api.v2.resource [None req-d6650b62-d97d-4740-8c72-b263e94daf5f 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1546/3245] 10.0.0.103 () {32 vars in 746 bytes} [Thu Mar 26 15:37:30 2026] GET /v2.0/security-group-rules/29927795-90fc-4d2a-91a3-bf52a16cf09b => 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: 1700/3246] 10.0.0.103 () {32 vars in 749 bytes} [Thu Mar 26 15:37:30 2026] DELETE /v2.0/security-group-rules/69c6a23c-5723-4fd0-96d4-50115a338442 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:37:30.742 7 INFO neutron.api.v2.resource [None req-f4f9502f-4769-4d4e-b354-a0b00ecff661 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1547/3247] 10.0.0.103 () {32 vars in 746 bytes} [Thu Mar 26 15:37:30 2026] GET /v2.0/security-group-rules/69c6a23c-5723-4fd0-96d4-50115a338442 => 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: 1701/3248] 10.0.0.103 () {32 vars in 749 bytes} [Thu Mar 26 15:37:30 2026] DELETE /v2.0/security-group-rules/5e478263-f7b9-4661-8109-f7696e201a2b => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:37:30.831 7 INFO neutron.api.v2.resource [None req-510dcbff-942b-4717-ba6f-b9b8641e0a02 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1548/3249] 10.0.0.103 () {32 vars in 746 bytes} [Thu Mar 26 15:37:30 2026] GET /v2.0/security-group-rules/5e478263-f7b9-4661-8109-f7696e201a2b => 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: 1702/3250] 10.0.0.103 () {32 vars in 749 bytes} [Thu Mar 26 15:37:30 2026] DELETE /v2.0/security-group-rules/77fa2a56-745a-428a-b412-f36efa2ce6cc => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:37:30.909 7 INFO neutron.api.v2.resource [None req-09fdb981-edec-4424-a7e4-d7165f52c14c 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1549/3251] 10.0.0.103 () {32 vars in 746 bytes} [Thu Mar 26 15:37:30 2026] GET /v2.0/security-group-rules/77fa2a56-745a-428a-b412-f36efa2ce6cc => 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: 1703/3252] 10.0.0.103 () {32 vars in 749 bytes} [Thu Mar 26 15:37:30 2026] DELETE /v2.0/security-group-rules/153b32fd-d3ba-4fb6-a75d-bcce35ebde26 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:37:31.008 7 INFO neutron.api.v2.resource [None req-463ed7a9-ee75-487e-ae74-7438e4fe331b 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1550/3253] 10.0.0.103 () {32 vars in 746 bytes} [Thu Mar 26 15:37:30 2026] GET /v2.0/security-group-rules/153b32fd-d3ba-4fb6-a75d-bcce35ebde26 => 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: 1704/3254] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:37:31 2026] DELETE /v2.0/security-groups/5a254900-e99e-4223-9cfa-46fb04dbf829 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:37:31.125 7 INFO neutron.api.v2.resource [None req-90a309e9-bb84-4b70-bb7c-4a00267dc031 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1551/3255] 10.0.0.103 () {32 vars in 736 bytes} [Thu Mar 26 15:37:31 2026] GET /v2.0/security-groups/5a254900-e99e-4223-9cfa-46fb04dbf829 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 15:37:31.603 8 INFO neutron_taas.services.taas.taas_plugin [None req-81f8436a-7d94-49d2-a003-fb46cc2e9419 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] TaaS: Handle Delete Port: e20f8066-c584-49ae-8ee3-2f843bd492ec 2026-03-26 15:37:31.607 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81f8436a-7d94-49d2-a003-fb46cc2e9419 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] Tap Mirror: Handle Delete Port: e20f8066-c584-49ae-8ee3-2f843bd492ec [pid: 8|app: 0|req: 1705/3256] 10.0.0.103 () {34 vars in 788 bytes} [Thu Mar 26 15:37:31 2026] PUT /v2.0/routers/23e344c3-0c03-4a5f-beac-eb0ba67c1983/remove_router_interface => generated 309 bytes in 1091 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:37:32.455 7 INFO neutron.api.v2.resource [None req-4fa94973-b41f-4a9d-a8eb-d8383be3a4f8 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1552/3257] 10.0.0.103 () {34 vars in 788 bytes} [Thu Mar 26 15:37:32 2026] PUT /v2.0/routers/23e344c3-0c03-4a5f-beac-eb0ba67c1983/remove_router_interface => generated 198 bytes in 180 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 15:37:32.876 8 INFO neutron_taas.services.taas.taas_plugin [None req-dfb3802b-eca0-4c8d-95d0-f1602d066bc5 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] TaaS: Handle Delete Port: 7aaaabee-1c90-4fc7-9a2c-9b44cca95639 2026-03-26 15:37:32.880 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dfb3802b-eca0-4c8d-95d0-f1602d066bc5 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] Tap Mirror: Handle Delete Port: 7aaaabee-1c90-4fc7-9a2c-9b44cca95639 [pid: 8|app: 0|req: 1706/3258] 10.0.0.103 () {34 vars in 788 bytes} [Thu Mar 26 15:37:32 2026] PUT /v2.0/routers/23e344c3-0c03-4a5f-beac-eb0ba67c1983/remove_router_interface => generated 309 bytes in 1029 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:37:33.685 7 INFO neutron.api.v2.resource [None req-ada9857d-4d84-4e2c-9465-d1b0303ff9d2 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1553/3259] 10.0.0.103 () {34 vars in 788 bytes} [Thu Mar 26 15:37:33 2026] PUT /v2.0/routers/23e344c3-0c03-4a5f-beac-eb0ba67c1983/remove_router_interface => generated 198 bytes in 186 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 15:37:34.178 8 INFO neutron_taas.services.taas.taas_plugin [None req-708d83d1-8555-4359-9154-10f21ae6bfc1 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] TaaS: Handle Delete Port: 1d4e9eb5-34a4-47c5-80f3-56ee3c052ef0 2026-03-26 15:37:34.181 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-708d83d1-8555-4359-9154-10f21ae6bfc1 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] Tap Mirror: Handle Delete Port: 1d4e9eb5-34a4-47c5-80f3-56ee3c052ef0 [pid: 8|app: 0|req: 1707/3260] 10.0.0.103 () {34 vars in 788 bytes} [Thu Mar 26 15:37:33 2026] PUT /v2.0/routers/23e344c3-0c03-4a5f-beac-eb0ba67c1983/remove_router_interface => generated 309 bytes in 1188 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-26 15:37:35.048 7 INFO neutron.api.v2.resource [None req-cfb762ac-f190-4d9b-ad5e-9ed0cc0440f3 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1554/3261] 10.0.0.103 () {34 vars in 788 bytes} [Thu Mar 26 15:37:34 2026] PUT /v2.0/routers/23e344c3-0c03-4a5f-beac-eb0ba67c1983/remove_router_interface => generated 198 bytes in 160 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 15:37:35.323 8 INFO neutron_taas.services.taas.taas_plugin [None req-d683591d-7ab6-4f4c-b3de-16fc80b36002 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] TaaS: Handle Delete Port: 8f101e76-f606-4eb8-bb55-9bf17df69a37 2026-03-26 15:37:35.329 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d683591d-7ab6-4f4c-b3de-16fc80b36002 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] Tap Mirror: Handle Delete Port: 8f101e76-f606-4eb8-bb55-9bf17df69a37 2026-03-26 15:37:35.669 8 INFO neutron_taas.services.taas.taas_plugin [None req-d683591d-7ab6-4f4c-b3de-16fc80b36002 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] TaaS: Handle Delete Port: d11f1567-138e-4a2c-a18b-6e28e0708a83 2026-03-26 15:37:35.672 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d683591d-7ab6-4f4c-b3de-16fc80b36002 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] Tap Mirror: Handle Delete Port: d11f1567-138e-4a2c-a18b-6e28e0708a83 2026-03-26 15:37:36.028 8 INFO neutron.services.segments.plugin [-] Segment 29bfefe8-3b77-434a-8cbf-82e87d86c1ba resource provider aggregate not found 2026-03-26 15:37:36.034 8 INFO neutron.services.segments.plugin [-] Segment 29bfefe8-3b77-434a-8cbf-82e87d86c1ba resource provider aggregate not found 2026-03-26 15:37:36.056 8 INFO neutron.services.segments.plugin [-] Segment 29bfefe8-3b77-434a-8cbf-82e87d86c1ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29bfefe8-3b77-434a-8cbf-82e87d86c1ba found for delete ", "request_id": "req-fd88d264-eeb1-44f8-a5f9-00f9c692a43a"}]} 2026-03-26 15:37:36.061 8 INFO neutron.services.segments.plugin [-] Segment 29bfefe8-3b77-434a-8cbf-82e87d86c1ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29bfefe8-3b77-434a-8cbf-82e87d86c1ba found for delete ", "request_id": "req-fb7a3415-3467-4b5d-a608-063377debfda"}]} 2026-03-26 15:37:36.067 8 INFO neutron.db.l3_hamode_db [None req-d683591d-7ab6-4f4c-b3de-16fc80b36002 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] HA network 3856540e-3d57-4b02-b808-db8c7c1f7317 was deleted as no HA routers are present in tenant c92fe0587ab04da0b8bafa606bcaea07. [pid: 8|app: 0|req: 1708/3262] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:37:35 2026] DELETE /v2.0/routers/23e344c3-0c03-4a5f-beac-eb0ba67c1983 => generated 0 bytes in 1021 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-26 15:37:36.104 7 INFO neutron.api.v2.resource [None req-1c9c5cc2-97e6-4b5e-b501-ff5a95c97b2a 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1555/3263] 10.0.0.103 () {32 vars in 720 bytes} [Thu Mar 26 15:37:36 2026] GET /v2.0/routers/23e344c3-0c03-4a5f-beac-eb0ba67c1983 => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1709/3264] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:37:36 2026] DELETE /v2.0/subnets/8dfb4c67-f63b-40db-b8ab-2ec037eacbab => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:37:36.328 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5599a4f6-fc6a-4309-b7f5-4d66867d895e 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1556/3265] 10.0.0.103 () {32 vars in 720 bytes} [Thu Mar 26 15:37:36 2026] GET /v2.0/subnets/8dfb4c67-f63b-40db-b8ab-2ec037eacbab => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1710/3266] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:37:36 2026] DELETE /v2.0/subnets/da00f220-2ff8-4cf3-90e6-34f11407cc36 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:37:36.541 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c3a173f3-1f18-4f9a-9e25-4b853181077d 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1557/3267] 10.0.0.103 () {32 vars in 720 bytes} [Thu Mar 26 15:37:36 2026] GET /v2.0/subnets/da00f220-2ff8-4cf3-90e6-34f11407cc36 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 15:37:36.676 8 INFO neutron_taas.services.taas.taas_plugin [None req-e502f826-2ec4-40dc-b1eb-9d6c823784d6 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] TaaS: Handle Delete Port: 89a33f47-0715-4488-8849-85eb4d8ae752 2026-03-26 15:37:36.680 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e502f826-2ec4-40dc-b1eb-9d6c823784d6 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] Tap Mirror: Handle Delete Port: 89a33f47-0715-4488-8849-85eb4d8ae752 [pid: 8|app: 0|req: 1711/3268] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:37:36 2026] DELETE /v2.0/networks/51930f03-0d7a-4af8-aab8-a6aed5cebd9e => generated 0 bytes in 411 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:37:36.987 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b9b5d90c-d495-428d-a3aa-129961d3f6e9 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1558/3269] 10.0.0.103 () {32 vars in 722 bytes} [Thu Mar 26 15:37:36 2026] GET /v2.0/networks/51930f03-0d7a-4af8-aab8-a6aed5cebd9e => 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: 1712/3270] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:37:36 2026] DELETE /v2.0/subnets/a46dd202-4c5f-4be6-a996-8288b566f6be => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:37:37.200 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9bb70f72-d263-4f7a-973d-72e9e3da8efc 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1559/3271] 10.0.0.103 () {32 vars in 720 bytes} [Thu Mar 26 15:37:37 2026] GET /v2.0/subnets/a46dd202-4c5f-4be6-a996-8288b566f6be => 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: 1713/3272] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:37:37 2026] DELETE /v2.0/subnets/4b901e20-8ed5-44db-b978-4ea81345bcd0 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:37:37.385 7 INFO neutron.pecan_wsgi.hooks.translation [None req-04fe4bc1-12ef-40fa-b741-04461cac64ce 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1560/3273] 10.0.0.103 () {32 vars in 720 bytes} [Thu Mar 26 15:37:37 2026] GET /v2.0/subnets/4b901e20-8ed5-44db-b978-4ea81345bcd0 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 15:37:37.496 8 INFO neutron_taas.services.taas.taas_plugin [None req-66b863f9-d8b0-468f-af8c-51b7401c9317 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] TaaS: Handle Delete Port: 4d9c3d2d-51bc-44fb-9f62-1e42a4e9f471 2026-03-26 15:37:37.499 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66b863f9-d8b0-468f-af8c-51b7401c9317 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] Tap Mirror: Handle Delete Port: 4d9c3d2d-51bc-44fb-9f62-1e42a4e9f471 [pid: 8|app: 0|req: 1714/3274] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:37:37 2026] DELETE /v2.0/networks/3dffadaf-18ce-469d-bce2-f075f8d834b8 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:37:37.706 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8161fb44-af56-422d-9200-156608ecd024 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1561/3275] 10.0.0.103 () {32 vars in 722 bytes} [Thu Mar 26 15:37:37 2026] GET /v2.0/networks/3dffadaf-18ce-469d-bce2-f075f8d834b8 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1715/3276] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:37:37 2026] DELETE /v2.0/subnets/bada2245-6079-41e5-9c4f-0990c4d6bba1 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:37:37.912 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7c14ca33-06bc-4234-b3c1-c8e2cedb5c96 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1562/3277] 10.0.0.103 () {32 vars in 720 bytes} [Thu Mar 26 15:37:37 2026] GET /v2.0/subnets/bada2245-6079-41e5-9c4f-0990c4d6bba1 => 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: 1716/3278] 10.0.0.103 () {32 vars in 723 bytes} [Thu Mar 26 15:37:37 2026] DELETE /v2.0/subnets/6a11528d-1e89-4b08-aa26-319bc5e1f76b => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:37:38.086 8 INFO neutron.services.segments.plugin [-] Segment 2ee8388e-dda9-4c25-9f0f-6bb0332707d3 resource provider aggregate not found 2026-03-26 15:37:38.091 8 INFO neutron.services.segments.plugin [-] Segment 2ee8388e-dda9-4c25-9f0f-6bb0332707d3 resource provider aggregate not found 2026-03-26 15:37:38.104 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6342fe1d-a7c3-4154-8242-e334933d4030 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1563/3279] 10.0.0.103 () {32 vars in 720 bytes} [Thu Mar 26 15:37:38 2026] GET /v2.0/subnets/6a11528d-1e89-4b08-aa26-319bc5e1f76b => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 15:37:38.110 8 INFO neutron.services.segments.plugin [-] Segment 2ee8388e-dda9-4c25-9f0f-6bb0332707d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ee8388e-dda9-4c25-9f0f-6bb0332707d3 found for delete ", "request_id": "req-997fa255-f1f0-4dbf-a539-5122a8009784"}]} 2026-03-26 15:37:38.123 8 INFO neutron.services.segments.plugin [-] Segment 2ee8388e-dda9-4c25-9f0f-6bb0332707d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ee8388e-dda9-4c25-9f0f-6bb0332707d3 found for delete ", "request_id": "req-3dd5620f-22bf-4933-a197-015925d0c236"}]} 2026-03-26 15:37:38.142 8 INFO neutron.services.segments.plugin [-] Segment 2778ce5e-9349-4bc5-a598-dd4bbe3be587 resource provider aggregate not found 2026-03-26 15:37:38.154 8 INFO neutron.services.segments.plugin [-] Segment 2778ce5e-9349-4bc5-a598-dd4bbe3be587 resource provider aggregate not found 2026-03-26 15:37:38.170 8 INFO neutron.services.segments.plugin [-] Segment 2778ce5e-9349-4bc5-a598-dd4bbe3be587 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2778ce5e-9349-4bc5-a598-dd4bbe3be587 found for delete ", "request_id": "req-585ee1c1-8e98-400f-bb43-3e2fbfb9a3d8"}]} 2026-03-26 15:37:38.177 8 INFO neutron.services.segments.plugin [-] Segment 2778ce5e-9349-4bc5-a598-dd4bbe3be587 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2778ce5e-9349-4bc5-a598-dd4bbe3be587 found for delete ", "request_id": "req-794f448a-218f-42ac-b504-c978233fdee8"}]} 2026-03-26 15:37:38.246 8 INFO neutron_taas.services.taas.taas_plugin [None req-8a8da039-9881-480b-8c4c-deb7204ef5e7 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] TaaS: Handle Delete Port: 53f4e4a4-ef21-42ec-a172-3fe94f4afca9 2026-03-26 15:37:38.250 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a8da039-9881-480b-8c4c-deb7204ef5e7 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] Tap Mirror: Handle Delete Port: 53f4e4a4-ef21-42ec-a172-3fe94f4afca9 [pid: 8|app: 0|req: 1717/3280] 10.0.0.103 () {32 vars in 725 bytes} [Thu Mar 26 15:37:38 2026] DELETE /v2.0/networks/81a1b6d1-a5aa-4c1c-9542-01df2220ae28 => generated 0 bytes in 400 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-26 15:37:38.531 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f1227ce8-b881-4ad2-8f1f-dd5b98c8ca1f 12a6d6f78d3344c7b3cb0c215380c2dc c92fe0587ab04da0b8bafa606bcaea07 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1564/3281] 10.0.0.103 () {32 vars in 722 bytes} [Thu Mar 26 15:37:38 2026] GET /v2.0/networks/81a1b6d1-a5aa-4c1c-9542-01df2220ae28 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-26 15:37:40.192 8 INFO neutron.services.segments.plugin [-] Segment 3206e973-f6c5-45b3-a15e-72c335b4a252 resource provider aggregate not found 2026-03-26 15:37:40.196 8 INFO neutron.services.segments.plugin [-] Segment 3206e973-f6c5-45b3-a15e-72c335b4a252 resource provider aggregate not found 2026-03-26 15:37:40.214 8 INFO neutron.services.segments.plugin [-] Segment 3206e973-f6c5-45b3-a15e-72c335b4a252 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3206e973-f6c5-45b3-a15e-72c335b4a252 found for delete ", "request_id": "req-c6b42def-9404-4533-929c-89f8c6440306"}]} 2026-03-26 15:37:40.215 8 INFO neutron.services.segments.plugin [-] Segment 3206e973-f6c5-45b3-a15e-72c335b4a252 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3206e973-f6c5-45b3-a15e-72c335b4a252 found for delete ", "request_id": "req-7bf71726-0677-43d7-a6f0-f4d1821167ed"}]} [pid: 8|app: 0|req: 1718/3282] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:37:40 2026] GET /v2.0/security-groups?tenant_id=c92fe0587ab04da0b8bafa606bcaea07&name=default => generated 2929 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3283] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:37:41 2026] DELETE /v2.0/security-groups/3f55de47-1c11-4312-9ca6-b9513c5a1c75 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1719/3284] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:37:41 2026] GET /v2.0/security-groups?tenant_id=5a41b4bc37ee44b69a498f05e8f5070c&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: 1566/3285] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:37:41 2026] DELETE /v2.0/security-groups/a883e431-2af0-45e0-bcd9-5d277c0735c2 => 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: 1720/3286] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:37:41 2026] GET /v2.0/security-groups?tenant_id=602b26e2b8344067a23939f10147f814&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3287] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:37:41 2026] DELETE /v2.0/security-groups/fbebcf1c-5c4e-4246-97af-c1c4ef5c5176 => 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: 1721/3288] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:37:42 2026] GET /v2.0/security-groups?tenant_id=745bde0dfe084092b34d1098afb1dcfa&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3289] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:37:42 2026] DELETE /v2.0/security-groups/efb6d04b-007d-4335-8ce9-310689f4129d => 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: 1570/3292] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:37:42 2026] GET /v2.0/security-groups?tenant_id=888b8e1fea914f8fb82d8a753fba0986&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1723/3293] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:37:42 2026] DELETE /v2.0/security-groups/04e7ce96-6952-49a4-9d2c-4e11ae46f7db => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3294] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:37:42 2026] GET /v2.0/security-groups?tenant_id=d81398e74a3c42e186c9128fe57ebafa&name=default => generated 2929 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1724/3295] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:37:42 2026] DELETE /v2.0/security-groups/a063891b-dd64-4ac0-ba2b-00fe9396b1b4 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3296] 10.0.0.103 () {32 vars in 773 bytes} [Thu Mar 26 15:37:43 2026] GET /v2.0/security-groups?tenant_id=37b4b660c41d4f49b124a1cca40f241f&name=default => generated 2929 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1725/3297] 10.0.0.103 () {32 vars in 739 bytes} [Thu Mar 26 15:37:43 2026] DELETE /v2.0/security-groups/b1d0bad7-d69e-42b0-af02-9351f0cdfdee => 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: 1573/3298] 10.0.0.103 () {32 vars in 648 bytes} [Thu Mar 26 15:37:46 2026] GET /v2.0/networks => generated 2167 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1726/3299] 10.0.0.103 () {32 vars in 654 bytes} [Thu Mar 26 15:37:47 2026] GET /v2.0/floatingips => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3300] 10.0.0.103 () {32 vars in 646 bytes} [Thu Mar 26 15:37:47 2026] GET /v2.0/routers => generated 15 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1727/3301] 10.0.0.103 () {32 vars in 642 bytes} [Thu Mar 26 15:37:47 2026] GET /v2.0/ports => generated 4725 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3302] 10.0.0.103 () {32 vars in 646 bytes} [Thu Mar 26 15:37:47 2026] GET /v2.0/subnets => generated 1308 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1728/3303] 10.0.0.103 () {32 vars in 648 bytes} [Thu Mar 26 15:37:47 2026] GET /v2.0/networks => generated 2167 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3304] 10.0.0.103 () {32 vars in 662 bytes} [Thu Mar 26 15:37:47 2026] GET /v2.0/security-groups => generated 17401 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1729/3305] 10.0.0.103 () {32 vars in 654 bytes} [Thu Mar 26 15:37:48 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)