+ 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 [Sun Apr 26 09:23:22 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 nodename: neutron-server-5745b4b9b7-mfqnl 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 0x7fb771c89668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-04-26 09:23:26.993 7 INFO neutron.common.config [-] Logging enabled! 2026-04-26 09:23:26.994 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-26 09:23:27.090 8 INFO neutron.common.config [-] Logging enabled! 2026-04-26 09:23:27.090 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-26 09:23:28.037 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-26 09:23:28.140 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-26 09:23:29.603 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-26 09:23:29.606 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-26 09:23:29.609 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-26 09:23:29.610 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-26 09:23:29.611 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-26 09:23:29.611 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-26 09:23:29.611 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-26 09:23:29.620 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-26 09:23:29.620 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-26 09:23:29.620 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-26 09:23:29.643 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-26 09:23:29.644 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-26 09:23:29.644 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-26 09:23:29.675 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-26 09:23:29.676 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-26 09:23:29.676 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-26 09:23:29.676 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-26 09:23:29.710 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-26 09:23:29.713 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-26 09:23:29.717 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-26 09:23:29.718 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-26 09:23:29.718 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-26 09:23:29.718 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-26 09:23:29.719 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-26 09:23:29.726 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-26 09:23:29.726 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-26 09:23:29.726 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-26 09:23:29.748 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-26 09:23:29.749 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-26 09:23:29.749 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-26 09:23:29.780 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-26 09:23:29.780 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-26 09:23:29.780 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-26 09:23:29.780 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-26 09:23:29.974 7 INFO neutron.plugins.ml2.managers [None req-685d6bd5-e5a2-4932-bd40-35d781801334 - - - - - -] Initializing driver for type 'vlan' 2026-04-26 09:23:30.084 8 INFO neutron.plugins.ml2.managers [None req-b4d4da40-502f-4f0e-8e59-028f2898f848 - - - - - -] Initializing driver for type 'vlan' 2026-04-26 09:23:30.279 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-685d6bd5-e5a2-4932-bd40-35d781801334 - - - - - -] VlanTypeDriver initialization complete 2026-04-26 09:23:30.280 7 INFO neutron.plugins.ml2.managers [None req-685d6bd5-e5a2-4932-bd40-35d781801334 - - - - - -] Initializing driver for type 'vxlan' 2026-04-26 09:23:30.280 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-685d6bd5-e5a2-4932-bd40-35d781801334 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-26 09:23:30.294 7 INFO neutron.plugins.ml2.managers [None req-685d6bd5-e5a2-4932-bd40-35d781801334 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-26 09:23:30.295 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-685d6bd5-e5a2-4932-bd40-35d781801334 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-26 09:23:30.295 7 INFO neutron.plugins.ml2.managers [None req-685d6bd5-e5a2-4932-bd40-35d781801334 - - - - - -] Initializing extension driver 'port_security' 2026-04-26 09:23:30.295 7 INFO neutron.plugins.ml2.extensions.port_security [None req-685d6bd5-e5a2-4932-bd40-35d781801334 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-26 09:23:30.295 7 INFO neutron.plugins.ml2.managers [None req-685d6bd5-e5a2-4932-bd40-35d781801334 - - - - - -] Initializing extension driver 'qos' 2026-04-26 09:23:30.295 7 INFO neutron.plugins.ml2.managers [None req-685d6bd5-e5a2-4932-bd40-35d781801334 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-26 09:23:30.295 7 INFO neutron.plugins.ml2.managers [None req-685d6bd5-e5a2-4932-bd40-35d781801334 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-26 09:23:30.312 7 INFO neutron.quota [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded quota_driver: . 2026-04-26 09:23:30.312 7 INFO neutron.plugins.ml2.plugin [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Modular L2 Plugin initialization complete 2026-04-26 09:23:30.313 7 INFO neutron.plugins.ml2.managers [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-26 09:23:30.313 7 INFO neutron.plugins.ml2.managers [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-26 09:23:30.313 7 INFO neutron.plugins.ml2.managers [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-26 09:23:30.313 7 INFO neutron.manager [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loading Plugin: qos 2026-04-26 09:23:30.327 7 INFO neutron.manager [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loading Plugin: router 2026-04-26 09:23:30.372 7 INFO neutron.services.service_base [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-26 09:23:30.372 7 INFO neutron.manager [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loading Plugin: segments 2026-04-26 09:23:30.445 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-b4d4da40-502f-4f0e-8e59-028f2898f848 - - - - - -] VlanTypeDriver initialization complete 2026-04-26 09:23:30.445 8 INFO neutron.plugins.ml2.managers [None req-b4d4da40-502f-4f0e-8e59-028f2898f848 - - - - - -] Initializing driver for type 'vxlan' 2026-04-26 09:23:30.446 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-b4d4da40-502f-4f0e-8e59-028f2898f848 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-26 09:23:30.461 8 INFO neutron.plugins.ml2.managers [None req-b4d4da40-502f-4f0e-8e59-028f2898f848 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-26 09:23:30.461 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-b4d4da40-502f-4f0e-8e59-028f2898f848 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-26 09:23:30.461 8 INFO neutron.plugins.ml2.managers [None req-b4d4da40-502f-4f0e-8e59-028f2898f848 - - - - - -] Initializing extension driver 'port_security' 2026-04-26 09:23:30.462 8 INFO neutron.plugins.ml2.extensions.port_security [None req-b4d4da40-502f-4f0e-8e59-028f2898f848 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-26 09:23:30.462 8 INFO neutron.plugins.ml2.managers [None req-b4d4da40-502f-4f0e-8e59-028f2898f848 - - - - - -] Initializing extension driver 'qos' 2026-04-26 09:23:30.462 8 INFO neutron.plugins.ml2.managers [None req-b4d4da40-502f-4f0e-8e59-028f2898f848 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-26 09:23:30.462 8 INFO neutron.plugins.ml2.managers [None req-b4d4da40-502f-4f0e-8e59-028f2898f848 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-26 09:23:30.472 7 INFO neutron.manager [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loading Plugin: trunk 2026-04-26 09:23:30.479 8 INFO neutron.quota [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded quota_driver: . 2026-04-26 09:23:30.480 8 INFO neutron.plugins.ml2.plugin [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Modular L2 Plugin initialization complete 2026-04-26 09:23:30.480 8 INFO neutron.plugins.ml2.managers [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-26 09:23:30.480 8 INFO neutron.plugins.ml2.managers [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-26 09:23:30.480 8 INFO neutron.plugins.ml2.managers [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-26 09:23:30.480 8 INFO neutron.manager [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loading Plugin: qos 2026-04-26 09:23:30.486 7 INFO neutron.manager [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loading Plugin: vpnaas 2026-04-26 09:23:30.498 8 INFO neutron.manager [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loading Plugin: router 2026-04-26 09:23:30.526 7 WARNING stevedore.named [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-26 09:23:30.544 8 INFO neutron.services.service_base [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-26 09:23:30.544 8 INFO neutron.manager [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loading Plugin: segments 2026-04-26 09:23:30.596 7 INFO neutron_vpnaas.services.vpn.plugin [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-26 09:23:30.597 7 INFO neutron.common.utils [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-26 09:23:30.597 7 INFO neutron.manager [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loading Plugin: taas 2026-04-26 09:23:30.625 7 WARNING stevedore.named [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-26 09:23:30.625 7 WARNING stevedore.named [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-26 09:23:30.644 8 INFO neutron.manager [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loading Plugin: trunk 2026-04-26 09:23:30.649 7 INFO neutron_taas.services.taas.taas_plugin [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-26 09:23:30.650 7 INFO neutron.manager [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loading Plugin: tapmirror 2026-04-26 09:23:30.658 8 INFO neutron.manager [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loading Plugin: vpnaas 2026-04-26 09:23:30.663 7 WARNING stevedore.named [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-26 09:23:30.664 7 WARNING stevedore.named [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-26 09:23:30.680 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-26 09:23:30.681 7 INFO neutron.manager [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loading Plugin: auto_allocate 2026-04-26 09:23:30.689 7 INFO neutron.manager [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loading Plugin: tag 2026-04-26 09:23:30.698 7 INFO neutron.manager [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loading Plugin: timestamp 2026-04-26 09:23:30.701 7 INFO neutron.manager [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loading Plugin: network_ip_availability 2026-04-26 09:23:30.705 7 INFO neutron.manager [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loading Plugin: flavors 2026-04-26 09:23:30.708 8 WARNING stevedore.named [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-26 09:23:30.708 7 INFO neutron.manager [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loading Plugin: revisions 2026-04-26 09:23:30.712 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Initializing extension manager. 2026-04-26 09:23:30.713 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: address-group 2026-04-26 09:23:30.714 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: address-scope 2026-04-26 09:23:30.714 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-26 09:23:30.715 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: agent 2026-04-26 09:23:30.716 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: agent-resources-synced 2026-04-26 09:23:30.717 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-26 09:23:30.717 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-26 09:23:30.718 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: availability_zone 2026-04-26 09:23:30.719 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: availability_zone_filter 2026-04-26 09:23:30.719 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-26 09:23:30.720 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: default-subnetpools 2026-04-26 09:23:30.721 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-26 09:23:30.722 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: dns-integration 2026-04-26 09:23:30.722 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: dns-domain-ports 2026-04-26 09:23:30.723 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-26 09:23:30.724 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: dvr 2026-04-26 09:23:30.724 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-26 09:23:30.725 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: empty-string-filtering 2026-04-26 09:23:30.726 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-26 09:23:30.726 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-26 09:23:30.727 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: external-net 2026-04-26 09:23:30.727 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-26 09:23:30.728 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: extraroute 2026-04-26 09:23:30.728 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: extraroute-atomic 2026-04-26 09:23:30.729 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-26 09:23:30.730 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-26 09:23:30.730 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-26 09:23:30.731 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-26 09:23:30.731 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: fip-port-details 2026-04-26 09:23:30.732 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: flavors 2026-04-26 09:23:30.733 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-26 09:23:30.734 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: floatingip-pools 2026-04-26 09:23:30.734 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: ip_allocation 2026-04-26 09:23:30.735 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-26 09:23:30.735 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: l2_adjacency 2026-04-26 09:23:30.736 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: router 2026-04-26 09:23:30.738 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-26 09:23:30.739 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-26 09:23:30.739 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-26 09:23:30.740 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: ext-gw-mode 2026-04-26 09:23:30.740 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: l3-ha 2026-04-26 09:23:30.741 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-26 09:23:30.741 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-26 09:23:30.742 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: l3-flavors 2026-04-26 09:23:30.743 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-26 09:23:30.743 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-26 09:23:30.745 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-26 09:23:30.747 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-26 09:23:30.748 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-26 09:23:30.749 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-26 09:23:30.749 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-26 09:23:30.750 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: multi-provider 2026-04-26 09:23:30.750 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: net-mtu 2026-04-26 09:23:30.751 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: net-mtu-writable 2026-04-26 09:23:30.751 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: network_availability_zone 2026-04-26 09:23:30.752 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: network_ha 2026-04-26 09:23:30.752 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: network-ip-availability 2026-04-26 09:23:30.753 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-26 09:23:30.754 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: pagination 2026-04-26 09:23:30.754 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: port-device-profile 2026-04-26 09:23:30.755 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-26 09:23:30.755 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-26 09:23:30.756 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-26 09:23:30.756 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: port-mac-override 2026-04-26 09:23:30.757 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-26 09:23:30.758 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-26 09:23:30.758 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-26 09:23:30.759 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: port-resource-request 2026-04-26 09:23:30.759 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-26 09:23:30.760 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-26 09:23:30.760 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: binding 2026-04-26 09:23:30.761 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: binding-extended 2026-04-26 09:23:30.761 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: port-security 2026-04-26 09:23:30.762 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: project-id 2026-04-26 09:23:30.762 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: provider 2026-04-26 09:23:30.763 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-26 09:23:30.765 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: qos 2026-04-26 09:23:30.766 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-26 09:23:30.766 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-26 09:23:30.767 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: qos-default 2026-04-26 09:23:30.767 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: qos-fip 2026-04-26 09:23:30.768 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-26 09:23:30.768 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-26 09:23:30.769 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-26 09:23:30.769 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-26 09:23:30.770 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-26 09:23:30.771 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: qos-pps 2026-04-26 09:23:30.771 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-26 09:23:30.772 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-26 09:23:30.772 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: qos-rules-alias 2026-04-26 09:23:30.773 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: quota-check-limit 2026-04-26 09:23:30.774 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-26 09:23:30.775 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: quotas 2026-04-26 09:23:30.777 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: quota_details 2026-04-26 09:23:30.778 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: rbac-policies 2026-04-26 09:23:30.778 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: rbac-address-group 2026-04-26 09:23:30.779 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: rbac-address-scope 2026-04-26 09:23:30.779 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: rbac-security-groups 2026-04-26 09:23:30.780 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-26 09:23:30.780 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: revision-if-match 2026-04-26 09:23:30.781 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-26 09:23:30.782 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: router_availability_zone 2026-04-26 09:23:30.782 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-26 09:23:30.784 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-26 09:23:30.784 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-26 09:23:30.785 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-26 09:23:30.785 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-26 09:23:30.786 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-26 09:23:30.786 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-26 09:23:30.786 8 INFO neutron_vpnaas.services.vpn.plugin [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-26 09:23:30.787 8 INFO neutron.common.utils [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-26 09:23:30.787 8 INFO neutron.manager [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loading Plugin: taas 2026-04-26 09:23:30.791 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: security-group 2026-04-26 09:23:30.792 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: segment 2026-04-26 09:23:30.792 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-26 09:23:30.793 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: service-type 2026-04-26 09:23:30.794 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: sorting 2026-04-26 09:23:30.795 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: standard-attr-segment 2026-04-26 09:23:30.795 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: standard-attr-description 2026-04-26 09:23:30.796 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: stateful-security-group 2026-04-26 09:23:30.796 7 WARNING neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-26 09:23:30.797 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-26 09:23:30.797 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: subnet-external-network 2026-04-26 09:23:30.798 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: subnet_onboard 2026-04-26 09:23:30.798 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-26 09:23:30.799 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: subnet-service-types 2026-04-26 09:23:30.800 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: subnet_allocation 2026-04-26 09:23:30.800 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-26 09:23:30.801 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: tag-creation 2026-04-26 09:23:30.801 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-26 09:23:30.805 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: standard-attr-tag 2026-04-26 09:23:30.806 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-26 09:23:30.806 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: trunk 2026-04-26 09:23:30.807 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: trunk-details 2026-04-26 09:23:30.807 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-26 09:23:30.808 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-26 09:23:30.809 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-26 09:23:30.809 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-26 09:23:30.811 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-26 09:23:30.812 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-26 09:23:30.812 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: vpn-flavors 2026-04-26 09:23:30.814 8 WARNING stevedore.named [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-26 09:23:30.814 8 WARNING stevedore.named [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-26 09:23:30.816 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: vpnaas 2026-04-26 09:23:30.817 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: taas 2026-04-26 09:23:30.818 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: tap-mirror 2026-04-26 09:23:30.818 7 INFO neutron.api.extensions [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-26 09:23:30.821 7 INFO neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-26 09:23:30.821 7 INFO neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-26 09:23:30.821 7 INFO neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-26 09:23:30.821 7 INFO neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-26 09:23:30.825 7 INFO neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-26 09:23:30.825 7 INFO neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-26 09:23:30.830 7 INFO neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-26 09:23:30.830 7 INFO neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-26 09:23:30.831 7 INFO neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-26 09:23:30.832 7 INFO neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-26 09:23:30.832 7 WARNING neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] subnetpool is already registered 2026-04-26 09:23:30.832 7 INFO neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-26 09:23:30.832 7 WARNING neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] subnetpool is already registered 2026-04-26 09:23:30.833 7 INFO neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-26 09:23:30.833 7 INFO neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-26 09:23:30.834 7 INFO neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-26 09:23:30.834 7 INFO neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-26 09:23:30.834 7 INFO neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-26 09:23:30.835 7 INFO neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-26 09:23:30.835 7 INFO neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-26 09:23:30.835 7 WARNING neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] ipsecpolicy is already registered 2026-04-26 09:23:30.836 7 INFO neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-26 09:23:30.836 7 WARNING neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] ikepolicy is already registered 2026-04-26 09:23:30.837 8 INFO neutron_taas.services.taas.taas_plugin [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-26 09:23:30.837 8 INFO neutron.manager [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loading Plugin: tapmirror 2026-04-26 09:23:30.840 7 INFO neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-26 09:23:30.840 7 WARNING neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] router is already registered 2026-04-26 09:23:30.841 7 INFO neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-26 09:23:30.841 7 WARNING neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] floatingip is already registered 2026-04-26 09:23:30.845 7 INFO neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-26 09:23:30.845 7 WARNING neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] rbac_policy is already registered 2026-04-26 09:23:30.845 7 INFO neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-26 09:23:30.845 7 WARNING neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] security_group is already registered 2026-04-26 09:23:30.846 7 INFO neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-26 09:23:30.846 7 WARNING neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] security_group_rule is already registered 2026-04-26 09:23:30.847 7 INFO neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-26 09:23:30.847 7 WARNING neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] subnetpool is already registered 2026-04-26 09:23:30.847 7 INFO neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-26 09:23:30.847 7 WARNING neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] subnetpool is already registered 2026-04-26 09:23:30.848 7 INFO neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-26 09:23:30.848 7 WARNING neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] trunk is already registered 2026-04-26 09:23:30.848 7 INFO neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-26 09:23:30.849 7 WARNING neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] ikepolicy is already registered 2026-04-26 09:23:30.849 7 INFO neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-26 09:23:30.849 7 WARNING neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] ipsecpolicy is already registered 2026-04-26 09:23:30.849 7 INFO neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-26 09:23:30.850 7 WARNING neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] endpoint_group is already registered 2026-04-26 09:23:30.850 8 WARNING stevedore.named [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-26 09:23:30.850 8 WARNING stevedore.named [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-26 09:23:30.850 7 INFO neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-26 09:23:30.851 7 WARNING neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] vpnservice is already registered 2026-04-26 09:23:30.851 7 INFO neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-26 09:23:30.851 7 WARNING neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] ipsec_site_connection is already registered 2026-04-26 09:23:30.851 7 INFO neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-26 09:23:30.852 7 WARNING neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] ipsecpolicy is already registered 2026-04-26 09:23:30.852 7 INFO neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-26 09:23:30.852 7 WARNING neutron.quota.resource_registry [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] ikepolicy is already registered 2026-04-26 09:23:30.866 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-26 09:23:30.866 8 INFO neutron.manager [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loading Plugin: auto_allocate 2026-04-26 09:23:30.875 8 INFO neutron.manager [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loading Plugin: tag 2026-04-26 09:23:30.883 8 INFO neutron.manager [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loading Plugin: timestamp 2026-04-26 09:23:30.887 8 INFO neutron.manager [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loading Plugin: network_ip_availability 2026-04-26 09:23:30.890 7 WARNING keystonemiddleware._common.config [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-26 09:23:30.891 8 INFO neutron.manager [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loading Plugin: flavors 2026-04-26 09:23:30.894 8 INFO neutron.manager [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loading Plugin: revisions 2026-04-26 09:23:30.897 7 WARNING oslo_config.cfg [None req-91b4a493-9468-4f2c-843f-e96006177e85 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-04-26 09:23:30.897 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Initializing extension manager. 2026-04-26 09:23:30.899 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: address-group WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7fb771c89668 pid: 7 (default app) 2026-04-26 09:23:30.900 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: address-scope 2026-04-26 09:23:30.901 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-26 09:23:30.902 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: agent 2026-04-26 09:23:30.902 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: agent-resources-synced 2026-04-26 09:23:30.903 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-26 09:23:30.904 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-26 09:23:30.905 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: availability_zone 2026-04-26 09:23:30.905 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: availability_zone_filter 2026-04-26 09:23:30.906 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-26 09:23:30.906 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: default-subnetpools 2026-04-26 09:23:30.908 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-26 09:23:30.908 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: dns-integration 2026-04-26 09:23:30.909 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: dns-domain-ports 2026-04-26 09:23:30.910 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-26 09:23:30.911 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: dvr 2026-04-26 09:23:30.911 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-26 09:23:30.912 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: empty-string-filtering 2026-04-26 09:23:30.912 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-26 09:23:30.913 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-26 09:23:30.913 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: external-net 2026-04-26 09:23:30.914 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-26 09:23:30.914 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: extraroute 2026-04-26 09:23:30.915 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: extraroute-atomic 2026-04-26 09:23:30.916 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-26 09:23:30.916 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-26 09:23:30.917 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-26 09:23:30.917 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-26 09:23:30.918 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: fip-port-details 2026-04-26 09:23:30.919 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: flavors 2026-04-26 09:23:30.920 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-26 09:23:30.921 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: floatingip-pools 2026-04-26 09:23:30.921 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: ip_allocation 2026-04-26 09:23:30.922 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-26 09:23:30.923 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: l2_adjacency 2026-04-26 09:23:30.924 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: router 2026-04-26 09:23:30.926 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-26 09:23:30.926 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-26 09:23:30.927 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-26 09:23:30.927 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: ext-gw-mode 2026-04-26 09:23:30.928 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: l3-ha 2026-04-26 09:23:30.928 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-26 09:23:30.929 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-26 09:23:30.929 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: l3-flavors 2026-04-26 09:23:30.930 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-26 09:23:30.931 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-26 09:23:30.933 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-26 09:23:30.934 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-26 09:23:30.935 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-26 09:23:30.936 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-26 09:23:30.937 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-26 09:23:30.937 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: multi-provider 2026-04-26 09:23:30.938 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: net-mtu 2026-04-26 09:23:30.938 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: net-mtu-writable 2026-04-26 09:23:30.939 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: network_availability_zone 2026-04-26 09:23:30.940 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: network_ha 2026-04-26 09:23:30.940 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: network-ip-availability 2026-04-26 09:23:30.941 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-26 09:23:30.942 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: pagination 2026-04-26 09:23:30.942 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: port-device-profile 2026-04-26 09:23:30.943 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-26 09:23:30.943 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-26 09:23:30.944 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-26 09:23:30.944 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: port-mac-override 2026-04-26 09:23:30.945 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-26 09:23:30.945 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-26 09:23:30.946 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-26 09:23:30.946 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: port-resource-request 2026-04-26 09:23:30.947 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-26 09:23:30.948 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-26 09:23:30.948 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: binding 2026-04-26 09:23:30.949 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: binding-extended 2026-04-26 09:23:30.949 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: port-security 2026-04-26 09:23:30.950 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: project-id 2026-04-26 09:23:30.950 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: provider 2026-04-26 09:23:30.951 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-26 09:23:30.953 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: qos 2026-04-26 09:23:30.954 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-26 09:23:30.954 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-26 09:23:30.955 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: qos-default 2026-04-26 09:23:30.955 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: qos-fip 2026-04-26 09:23:30.956 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-26 09:23:30.956 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-26 09:23:30.957 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-26 09:23:30.957 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-26 09:23:30.958 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-26 09:23:30.959 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: qos-pps 2026-04-26 09:23:30.959 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-26 09:23:30.960 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-26 09:23:30.960 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: qos-rules-alias 2026-04-26 09:23:30.961 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: quota-check-limit 2026-04-26 09:23:30.961 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-26 09:23:30.964 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: quotas 2026-04-26 09:23:30.965 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: quota_details 2026-04-26 09:23:30.966 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: rbac-policies 2026-04-26 09:23:30.967 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: rbac-address-group 2026-04-26 09:23:30.967 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: rbac-address-scope 2026-04-26 09:23:30.968 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: rbac-security-groups 2026-04-26 09:23:30.968 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-26 09:23:30.969 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: revision-if-match 2026-04-26 09:23:30.969 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-26 09:23:30.970 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: router_availability_zone 2026-04-26 09:23:30.970 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-26 09:23:30.972 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-26 09:23:30.972 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-26 09:23:30.973 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-26 09:23:30.973 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-26 09:23:30.974 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-26 09:23:30.975 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-26 09:23:30.979 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: security-group 2026-04-26 09:23:30.980 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: segment 2026-04-26 09:23:30.981 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-26 09:23:30.981 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: service-type 2026-04-26 09:23:30.982 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: sorting 2026-04-26 09:23:30.982 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: standard-attr-segment 2026-04-26 09:23:30.984 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: standard-attr-description 2026-04-26 09:23:30.984 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: stateful-security-group 2026-04-26 09:23:30.985 8 WARNING neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-26 09:23:30.985 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-26 09:23:30.986 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: subnet-external-network 2026-04-26 09:23:30.986 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: subnet_onboard 2026-04-26 09:23:30.987 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-26 09:23:30.987 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: subnet-service-types 2026-04-26 09:23:30.988 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: subnet_allocation 2026-04-26 09:23:30.988 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-26 09:23:30.989 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: tag-creation 2026-04-26 09:23:30.989 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-26 09:23:30.993 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: standard-attr-tag 2026-04-26 09:23:30.994 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-26 09:23:30.995 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: trunk 2026-04-26 09:23:30.995 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: trunk-details 2026-04-26 09:23:30.997 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-26 09:23:30.998 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-26 09:23:30.999 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-26 09:23:30.999 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-26 09:23:31.001 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-26 09:23:31.002 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-26 09:23:31.003 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: vpn-flavors 2026-04-26 09:23:31.004 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: vpnaas 2026-04-26 09:23:31.005 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: taas 2026-04-26 09:23:31.006 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: tap-mirror 2026-04-26 09:23:31.007 8 INFO neutron.api.extensions [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-26 09:23:31.009 8 INFO neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-26 09:23:31.010 8 INFO neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-26 09:23:31.010 8 INFO neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-26 09:23:31.010 8 INFO neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-26 09:23:31.013 8 INFO neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-26 09:23:31.014 8 INFO neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-26 09:23:31.019 8 INFO neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-26 09:23:31.019 8 INFO neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-26 09:23:31.020 8 INFO neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-26 09:23:31.020 8 INFO neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-26 09:23:31.021 8 WARNING neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] subnetpool is already registered 2026-04-26 09:23:31.021 8 INFO neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-26 09:23:31.021 8 WARNING neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] subnetpool is already registered 2026-04-26 09:23:31.022 8 INFO neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-26 09:23:31.022 8 INFO neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-26 09:23:31.022 8 INFO neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-26 09:23:31.023 8 INFO neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-26 09:23:31.023 8 INFO neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-26 09:23:31.024 8 INFO neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-26 09:23:31.024 8 INFO neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-26 09:23:31.024 8 WARNING neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] ipsecpolicy is already registered 2026-04-26 09:23:31.025 8 INFO neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-26 09:23:31.025 8 WARNING neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] ikepolicy is already registered 2026-04-26 09:23:31.029 8 INFO neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-26 09:23:31.029 8 WARNING neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] router is already registered 2026-04-26 09:23:31.030 8 INFO neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-26 09:23:31.030 8 WARNING neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] floatingip is already registered 2026-04-26 09:23:31.034 8 INFO neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-26 09:23:31.034 8 WARNING neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] rbac_policy is already registered 2026-04-26 09:23:31.034 8 INFO neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-26 09:23:31.034 8 WARNING neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] security_group is already registered 2026-04-26 09:23:31.035 8 INFO neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-26 09:23:31.035 8 WARNING neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] security_group_rule is already registered 2026-04-26 09:23:31.036 8 INFO neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-26 09:23:31.036 8 WARNING neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] subnetpool is already registered 2026-04-26 09:23:31.036 8 INFO neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-26 09:23:31.036 8 WARNING neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] subnetpool is already registered 2026-04-26 09:23:31.037 8 INFO neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-26 09:23:31.037 8 WARNING neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] trunk is already registered 2026-04-26 09:23:31.037 8 INFO neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-26 09:23:31.038 8 WARNING neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] ikepolicy is already registered 2026-04-26 09:23:31.038 8 INFO neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-26 09:23:31.038 8 WARNING neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] ipsecpolicy is already registered 2026-04-26 09:23:31.038 8 INFO neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-26 09:23:31.039 8 WARNING neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] endpoint_group is already registered 2026-04-26 09:23:31.039 8 INFO neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-26 09:23:31.039 8 WARNING neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] vpnservice is already registered 2026-04-26 09:23:31.039 8 INFO neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-26 09:23:31.040 8 WARNING neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] ipsec_site_connection is already registered 2026-04-26 09:23:31.040 8 INFO neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-26 09:23:31.040 8 WARNING neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] ipsecpolicy is already registered 2026-04-26 09:23:31.040 8 INFO neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-26 09:23:31.041 8 WARNING neutron.quota.resource_registry [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] ikepolicy is already registered 2026-04-26 09:23:31.079 8 WARNING keystonemiddleware._common.config [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-26 09:23:31.086 8 WARNING oslo_config.cfg [None req-4d6506c9-36cd-4241-b12a-a2bff17b63b4 - - - - - -] 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 0x7fb771c89668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-26 09:23:36.775 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f688aebd-9973-4652-b8d2-0c0f8c3c5de7 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1/4] 199.204.45.223 () {44 vars in 927 bytes} [Sun Apr 26 09:23:35 2026] GET /v2.0/networks/public => generated 108 bytes in 906 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: 4/5] 199.204.45.223 () {44 vars in 949 bytes} [Sun Apr 26 09:23:36 2026] GET /v2.0/networks?name=public => generated 15 bytes in 405 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:23:37.577 8 WARNING neutron.services.revisions.revision_plugin [None req-9373dfdf-0b03-4d36-9475-eff6215c6823 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Could not find related network for resource to bump revision. 2026-04-26 09:23:37.600 8 INFO neutron.db.segments_db [None req-9373dfdf-0b03-4d36-9475-eff6215c6823 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Added segment 1602d5b9-f21f-4024-a77b-5bec0fe55cbd of type flat for network 0eb1eb3e-3e0c-4a30-9f80-3bbbbcaf6ad7 2026-04-26 09:23:37.661 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9373dfdf-0b03-4d36-9475-eff6215c6823 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/6] 199.204.45.223 () {48 vars in 967 bytes} [Sun Apr 26 09:23:37 2026] POST /v2.0/networks => generated 124 bytes in 486 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:23:44.024 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ae2e68b7-ea30-452f-8490-1f0f90ba3bce 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/7] 199.204.45.223 () {44 vars in 927 bytes} [Sun Apr 26 09:23:43 2026] GET /v2.0/networks/public => generated 108 bytes in 391 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/8] 199.204.45.223 () {44 vars in 949 bytes} [Sun Apr 26 09:23:44 2026] GET /v2.0/networks?name=public => generated 15 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:23:44.281 7 WARNING neutron.services.revisions.revision_plugin [None req-57f7a47b-877e-473a-976f-e180dff6d894 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Could not find related network for resource to bump revision. 2026-04-26 09:23:44.302 7 INFO neutron.db.segments_db [None req-57f7a47b-877e-473a-976f-e180dff6d894 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Added segment 0313cdab-a282-47a8-b6e0-1610b700f1c2 of type flat for network 3afe34fa-0001-4dcb-ad17-1b5361898d78 2026-04-26 09:23:44.351 7 INFO neutron.pecan_wsgi.hooks.translation [None req-57f7a47b-877e-473a-976f-e180dff6d894 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/9] 199.204.45.223 () {48 vars in 967 bytes} [Sun Apr 26 09:23:44 2026] POST /v2.0/networks => generated 124 bytes in 301 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:23:50.333 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2fca550d-3499-4d64-917a-613c5be897a0 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/11] 199.204.45.223 () {44 vars in 927 bytes} [Sun Apr 26 09:23:50 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/12] 199.204.45.223 () {44 vars in 949 bytes} [Sun Apr 26 09:23:50 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:23:50.401 7 WARNING neutron.services.revisions.revision_plugin [None req-05983bdf-38d8-46d1-9d54-e97ad2109c29 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Could not find related network for resource to bump revision. 2026-04-26 09:23:50.413 7 INFO neutron.db.segments_db [None req-05983bdf-38d8-46d1-9d54-e97ad2109c29 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Added segment 9b04a222-96bc-472c-9717-e7ea6ce9b711 of type flat for network 8a4d0de0-98da-41dd-9b85-3fb7a7343e0e 2026-04-26 09:23:50.437 7 INFO neutron.pecan_wsgi.hooks.translation [None req-05983bdf-38d8-46d1-9d54-e97ad2109c29 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/13] 199.204.45.223 () {48 vars in 967 bytes} [Sun Apr 26 09:23:50 2026] POST /v2.0/networks => generated 124 bytes in 90 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:23:56.447 8 INFO neutron.pecan_wsgi.hooks.translation [None req-27a43c24-34e8-4949-b081-9f3ec73aa100 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/14] 199.204.45.223 () {44 vars in 927 bytes} [Sun Apr 26 09:23:56 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/15] 199.204.45.223 () {44 vars in 949 bytes} [Sun Apr 26 09:23:56 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:23:56.522 8 WARNING neutron.services.revisions.revision_plugin [None req-23c4ca66-02f3-47b2-9e2e-7030e1dfadca 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Could not find related network for resource to bump revision. 2026-04-26 09:23:56.549 8 INFO neutron.db.segments_db [None req-23c4ca66-02f3-47b2-9e2e-7030e1dfadca 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Added segment 8b3840c9-e3dc-4b78-8b53-7a80329661a9 of type flat for network edb9046b-ae8e-4e96-8479-2d99136ecb1e 2026-04-26 09:23:56.575 8 INFO neutron.pecan_wsgi.hooks.translation [None req-23c4ca66-02f3-47b2-9e2e-7030e1dfadca 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/16] 199.204.45.223 () {48 vars in 967 bytes} [Sun Apr 26 09:23:56 2026] POST /v2.0/networks => generated 124 bytes in 115 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:24:02.673 7 INFO neutron.pecan_wsgi.hooks.translation [None req-99b47580-559c-40e3-92c7-4a6e200378b1 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.204.45.223 () {44 vars in 927 bytes} [Sun Apr 26 09:24:02 2026] GET /v2.0/networks/public => generated 108 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/18] 199.204.45.223 () {44 vars in 949 bytes} [Sun Apr 26 09:24:02 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:24:02.745 7 WARNING neutron.services.revisions.revision_plugin [None req-544ac954-bbd5-452d-b4fe-671ef722e06c 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Could not find related network for resource to bump revision. 2026-04-26 09:24:02.760 7 INFO neutron.db.segments_db [None req-544ac954-bbd5-452d-b4fe-671ef722e06c 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Added segment 2cff2b8c-6cc6-4a65-94d6-1e6d1ebfc64a of type flat for network e0210100-4fb8-4aa0-9a2e-31eeac163ba1 2026-04-26 09:24:02.779 7 INFO neutron.pecan_wsgi.hooks.translation [None req-544ac954-bbd5-452d-b4fe-671ef722e06c 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/19] 199.204.45.223 () {48 vars in 967 bytes} [Sun Apr 26 09:24:02 2026] POST /v2.0/networks => generated 124 bytes in 90 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:24:08.781 7 INFO neutron.pecan_wsgi.hooks.translation [None req-40b56951-4dd2-46ac-8c6a-30994efe2bef 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/21] 199.204.45.223 () {44 vars in 927 bytes} [Sun Apr 26 09:24:08 2026] GET /v2.0/networks/public => generated 108 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 10/22] 199.204.45.223 () {44 vars in 949 bytes} [Sun Apr 26 09:24:08 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-04-26 09:24:08.850 7 WARNING neutron.services.revisions.revision_plugin [None req-34ba0529-5c69-4889-b4fb-cc2628a67a9e 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Could not find related network for resource to bump revision. 2026-04-26 09:24:08.865 7 INFO neutron.db.segments_db [None req-34ba0529-5c69-4889-b4fb-cc2628a67a9e 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Added segment c3ecfe59-258b-4281-830e-105a8219baa4 of type flat for network 043a0314-b21d-43b4-a171-d88c3c84f559 2026-04-26 09:24:08.885 7 INFO neutron.pecan_wsgi.hooks.translation [None req-34ba0529-5c69-4889-b4fb-cc2628a67a9e 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 13/23] 199.204.45.223 () {48 vars in 967 bytes} [Sun Apr 26 09:24:08 2026] POST /v2.0/networks => generated 124 bytes in 84 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:24:14.992 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4d56071a-a779-4dc2-9c0a-4cfdb3c49c56 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/24] 199.204.45.223 () {44 vars in 927 bytes} [Sun Apr 26 09:24:14 2026] GET /v2.0/networks/public => generated 108 bytes in 65 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/25] 199.204.45.223 () {44 vars in 949 bytes} [Sun Apr 26 09:24:14 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:24:15.060 8 WARNING neutron.services.revisions.revision_plugin [None req-f86a5859-ca8d-4ade-89b1-9b8a2326eea3 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Could not find related network for resource to bump revision. 2026-04-26 09:24:15.076 8 INFO neutron.db.segments_db [None req-f86a5859-ca8d-4ade-89b1-9b8a2326eea3 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Added segment 4c38891a-2a97-472d-abf1-2826a6140307 of type flat for network 112f74c3-671c-49d4-a1a6-c57e1a503137 [pid: 8|app: 0|req: 12/26] 199.204.45.223 () {48 vars in 967 bytes} [Sun Apr 26 09:24:15 2026] POST /v2.0/networks => generated 706 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:24:16.450 7 INFO neutron.pecan_wsgi.hooks.translation [None req-14deb6df-170c-4d1b-8632-4c1a38de2722 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 15/27] 199.204.45.223 () {44 vars in 927 bytes} [Sun Apr 26 09:24:16 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/28] 199.204.45.223 () {44 vars in 949 bytes} [Sun Apr 26 09:24:16 2026] GET /v2.0/networks?name=public => generated 709 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:24:16.527 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f2d87633-60c8-4670-b060-379bfb1779a5 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 16/29] 199.204.45.223 () {44 vars in 1034 bytes} [Sun Apr 26 09:24:16 2026] GET /v2.0/subnets/public-subnet?network_id=112f74c3-671c-49d4-a1a6-c57e1a503137 => generated 113 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/30] 199.204.45.223 () {44 vars in 1057 bytes} [Sun Apr 26 09:24:16 2026] GET /v2.0/subnets?name=public-subnet&network_id=112f74c3-671c-49d4-a1a6-c57e1a503137 => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 17/31] 199.204.45.223 () {48 vars in 965 bytes} [Sun Apr 26 09:24:16 2026] POST /v2.0/subnets => generated 664 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 17/35] 199.204.45.223 () {44 vars in 975 bytes} [Sun Apr 26 09:24:42 2026] GET /v2.0/quotas/2994054e32194da7a07352dc905b222e => 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: 19/36] 199.204.45.223 () {48 vars in 1027 bytes} [Sun Apr 26 09:24:42 2026] PUT /v2.0/quotas/2994054e32194da7a07352dc905b222e => generated 291 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:25:17.203 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9e06d84e-467f-4d41-ac2e-503eb7f84ddc 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 20/41] 199.204.45.223 () {44 vars in 937 bytes} [Sun Apr 26 09:25:17 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 22/42] 199.204.45.223 () {44 vars in 959 bytes} [Sun Apr 26 09:25:17 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:25:17.283 8 INFO neutron.db.segments_db [None req-24e24c33-416d-4658-acdd-9a1e1140cac7 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Added segment f28baa10-1602-4b95-91d9-af2838bef8f6 of type vxlan for network 2a8db31d-5550-47e1-96da-6889dbad61ea [pid: 8|app: 0|req: 21/43] 199.204.45.223 () {48 vars in 966 bytes} [Sun Apr 26 09:25:17 2026] POST /v2.0/networks => generated 687 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:25:18.600 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6a3cc46f-01f1-40d7-abad-5c28f7dd1184 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 23/44] 199.204.45.223 () {44 vars in 937 bytes} [Sun Apr 26 09:25:18 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 22/45] 199.204.45.223 () {44 vars in 959 bytes} [Sun Apr 26 09:25:18 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 690 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:25:18.656 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5eda1dca-67bf-47f6-9fd0-2affbd67fb4e 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 24/46] 199.204.45.223 () {44 vars in 1036 bytes} [Sun Apr 26 09:25:18 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=2a8db31d-5550-47e1-96da-6889dbad61ea => generated 114 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 23/47] 199.204.45.223 () {44 vars in 1059 bytes} [Sun Apr 26 09:25:18 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=2a8db31d-5550-47e1-96da-6889dbad61ea => generated 14 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 25/50] 199.204.45.223 () {48 vars in 965 bytes} [Sun Apr 26 09:25:18 2026] POST /v2.0/subnets => generated 651 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:25:20.171 8 INFO neutron.api.v2.resource [None req-21047331-710a-49c0-8cc4-436ef2706c4f 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 26/51] 199.204.45.223 () {44 vars in 971 bytes} [Sun Apr 26 09:25:20 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 26/52] 199.204.45.223 () {44 vars in 993 bytes} [Sun Apr 26 09:25:20 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 27/53] 199.204.45.223 () {48 vars in 980 bytes} [Sun Apr 26 09:25:20 2026] POST /v2.0/security-groups => generated 1616 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 27/54] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Apr 26 09:25:21 2026] GET /v2.0/security-groups/7156c070-13e3-4d4e-a809-9c602e858178 => generated 1616 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 28/55] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Apr 26 09:25:21 2026] GET /v2.0/security-groups/7156c070-13e3-4d4e-a809-9c602e858178 => generated 1616 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 28/56] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Apr 26 09:25:21 2026] GET /v2.0/security-groups/7156c070-13e3-4d4e-a809-9c602e858178 => generated 1616 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 29/57] 199.204.45.223 () {48 vars in 991 bytes} [Sun Apr 26 09:25:21 2026] POST /v2.0/security-group-rules => generated 601 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 29/58] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Apr 26 09:25:22 2026] GET /v2.0/security-groups/7156c070-13e3-4d4e-a809-9c602e858178 => generated 2230 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 30/59] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Apr 26 09:25:23 2026] GET /v2.0/security-groups/7156c070-13e3-4d4e-a809-9c602e858178 => generated 2230 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 30/60] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Apr 26 09:25:23 2026] GET /v2.0/security-groups/7156c070-13e3-4d4e-a809-9c602e858178 => generated 2230 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 31/61] 199.204.45.223 () {48 vars in 991 bytes} [Sun Apr 26 09:25:23 2026] POST /v2.0/security-group-rules => generated 603 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 31/62] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Apr 26 09:25:24 2026] GET /v2.0/security-groups/7156c070-13e3-4d4e-a809-9c602e858178 => generated 2846 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/63] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Apr 26 09:25:24 2026] GET /v2.0/security-groups/7156c070-13e3-4d4e-a809-9c602e858178 => generated 2846 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 32/64] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Apr 26 09:25:24 2026] GET /v2.0/security-groups/7156c070-13e3-4d4e-a809-9c602e858178 => generated 2846 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/65] 199.204.45.223 () {48 vars in 991 bytes} [Sun Apr 26 09:25:24 2026] POST /v2.0/security-group-rules => generated 603 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/66] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Apr 26 09:25:25 2026] GET /v2.0/security-groups/7156c070-13e3-4d4e-a809-9c602e858178 => generated 3462 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/67] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Apr 26 09:25:25 2026] GET /v2.0/security-groups/7156c070-13e3-4d4e-a809-9c602e858178 => generated 3462 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/68] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Apr 26 09:25:25 2026] GET /v2.0/security-groups/7156c070-13e3-4d4e-a809-9c602e858178 => generated 3462 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/69] 199.204.45.223 () {48 vars in 991 bytes} [Sun Apr 26 09:25:25 2026] POST /v2.0/security-group-rules => generated 603 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/70] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Apr 26 09:25:26 2026] GET /v2.0/security-groups/7156c070-13e3-4d4e-a809-9c602e858178 => generated 4078 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/71] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Apr 26 09:25:26 2026] GET /v2.0/security-groups/7156c070-13e3-4d4e-a809-9c602e858178 => generated 4078 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/72] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Apr 26 09:25:26 2026] GET /v2.0/security-groups/7156c070-13e3-4d4e-a809-9c602e858178 => generated 4078 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/73] 199.204.45.223 () {48 vars in 991 bytes} [Sun Apr 26 09:25:26 2026] POST /v2.0/security-group-rules => generated 603 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/74] 199.204.45.223 () {44 vars in 987 bytes} [Sun Apr 26 09:25:28 2026] GET /v2.0/networks/2a8db31d-5550-47e1-96da-6889dbad61ea => generated 731 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:25:28.456 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7590c77a-4c73-4864-b39f-66da0cea953b 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 38/75] 199.204.45.223 () {44 vars in 1076 bytes} [Sun Apr 26 09:25:28 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=2a8db31d-5550-47e1-96da-6889dbad61ea => generated 132 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/76] 199.204.45.223 () {44 vars in 1099 bytes} [Sun Apr 26 09:25:28 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=2a8db31d-5550-47e1-96da-6889dbad61ea => 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: 39/77] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Apr 26 09:25:28 2026] GET /v2.0/security-groups/7156c070-13e3-4d4e-a809-9c602e858178 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/78] 199.204.45.223 () {48 vars in 961 bytes} [Sun Apr 26 09:25:28 2026] POST /v2.0/ports => generated 1096 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-26 09:25:32.445 8 INFO neutron.api.v2.resource [None req-62c4d490-417a-411d-be62-c186473e6c10 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 40/79] 199.204.45.223 () {44 vars in 1074 bytes} [Sun Apr 26 09:25:32 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=60d6c817a4494e00be448a267a0f8807 => generated 139 bytes in 53 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: 40/80] 199.204.45.223 () {44 vars in 1097 bytes} [Sun Apr 26 09:25:32 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=60d6c817a4494e00be448a267a0f8807 => generated 23 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/81] 199.204.45.223 () {48 vars in 981 bytes} [Sun Apr 26 09:25:32 2026] POST /v2.0/security-groups => generated 1624 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/84] 199.204.45.223 () {44 vars in 1088 bytes} [Sun Apr 26 09:25:34 2026] GET /v2.0/security-groups/746f4dbb-0565-447c-ae57-16f5fc3df972?project_id=60d6c817a4494e00be448a267a0f8807 => generated 1624 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/85] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Apr 26 09:25:34 2026] GET /v2.0/security-groups/746f4dbb-0565-447c-ae57-16f5fc3df972 => generated 1624 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/86] 199.204.45.223 () {44 vars in 1088 bytes} [Sun Apr 26 09:25:34 2026] GET /v2.0/security-groups/746f4dbb-0565-447c-ae57-16f5fc3df972?project_id=60d6c817a4494e00be448a267a0f8807 => generated 1624 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/87] 199.204.45.223 () {48 vars in 991 bytes} [Sun Apr 26 09:25:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/88] 199.204.45.223 () {44 vars in 1088 bytes} [Sun Apr 26 09:25:35 2026] GET /v2.0/security-groups/746f4dbb-0565-447c-ae57-16f5fc3df972?project_id=60d6c817a4494e00be448a267a0f8807 => generated 2234 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/89] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Apr 26 09:25:35 2026] GET /v2.0/security-groups/746f4dbb-0565-447c-ae57-16f5fc3df972 => generated 2234 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/90] 199.204.45.223 () {44 vars in 1088 bytes} [Sun Apr 26 09:25:35 2026] GET /v2.0/security-groups/746f4dbb-0565-447c-ae57-16f5fc3df972?project_id=60d6c817a4494e00be448a267a0f8807 => generated 2234 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/91] 199.204.45.223 () {48 vars in 991 bytes} [Sun Apr 26 09:25:35 2026] POST /v2.0/security-group-rules => generated 599 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/92] 199.204.45.223 () {44 vars in 1088 bytes} [Sun Apr 26 09:25:36 2026] GET /v2.0/security-groups/746f4dbb-0565-447c-ae57-16f5fc3df972?project_id=60d6c817a4494e00be448a267a0f8807 => generated 2846 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/93] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Apr 26 09:25:37 2026] GET /v2.0/security-groups/746f4dbb-0565-447c-ae57-16f5fc3df972 => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/94] 199.204.45.223 () {44 vars in 1088 bytes} [Sun Apr 26 09:25:37 2026] GET /v2.0/security-groups/746f4dbb-0565-447c-ae57-16f5fc3df972?project_id=60d6c817a4494e00be448a267a0f8807 => 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: 48/95] 199.204.45.223 () {48 vars in 991 bytes} [Sun Apr 26 09:25:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:25:37.565 7 INFO neutron.pecan_wsgi.hooks.translation [None req-752c6d67-0d5e-40c9-8ad6-25b2a74f181a 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 48/96] 199.204.45.223 () {44 vars in 979 bytes} [Sun Apr 26 09:25:37 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: 8|app: 0|req: 49/97] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Apr 26 09:25:37 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/98] 199.204.45.223 () {48 vars in 1031 bytes} [Sun Apr 26 09:25:37 2026] PUT /v2.0/ports/54fa513d-a54a-414a-971d-ab09ce7a5e5c => generated 1245 bytes in 459 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/99] 199.204.45.223 () {44 vars in 1088 bytes} [Sun Apr 26 09:25:38 2026] GET /v2.0/security-groups/746f4dbb-0565-447c-ae57-16f5fc3df972?project_id=60d6c817a4494e00be448a267a0f8807 => generated 3460 bytes in 61 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, ' [pid: 7|app: 0|req: 50/100] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Apr 26 09:25:38 2026] GET /v2.0/security-groups/746f4dbb-0565-447c-ae57-16f5fc3df972 => generated 3460 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/101] 199.204.45.223 () {44 vars in 1088 bytes} [Sun Apr 26 09:25:38 2026] GET /v2.0/security-groups/746f4dbb-0565-447c-ae57-16f5fc3df972?project_id=60d6c817a4494e00be448a267a0f8807 => generated 3460 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/102] 199.204.45.223 () {48 vars in 991 bytes} [Sun Apr 26 09:25:38 2026] POST /v2.0/security-group-rules => generated 602 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/103] 199.204.45.223 () {44 vars in 920 bytes} [Sun Apr 26 09:25:39 2026] GET /v2.0/ports => generated 3726 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:25:41.141 7 INFO neutron.api.v2.resource [None req-357fc07e-72fe-4086-a77a-fda3468bf0cf 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 52/104] 199.204.45.223 () {44 vars in 959 bytes} [Sun Apr 26 09:25:41 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/105] 199.204.45.223 () {44 vars in 981 bytes} [Sun Apr 26 09:25:41 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/106] 199.204.45.223 () {48 vars in 980 bytes} [Sun Apr 26 09:25:41 2026] POST /v2.0/security-groups => generated 1610 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/107] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Apr 26 09:25:42 2026] GET /v2.0/security-groups/600e2011-4dc0-4dc3-9e5a-d59157976d4c => generated 1610 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/108] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Apr 26 09:25:42 2026] GET /v2.0/security-groups/600e2011-4dc0-4dc3-9e5a-d59157976d4c => generated 1610 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/109] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Apr 26 09:25:42 2026] GET /v2.0/security-groups/600e2011-4dc0-4dc3-9e5a-d59157976d4c => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/110] 199.204.45.223 () {48 vars in 991 bytes} [Sun Apr 26 09:25:42 2026] POST /v2.0/security-group-rules => generated 621 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/111] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Apr 26 09:25:43 2026] GET /v2.0/security-groups/600e2011-4dc0-4dc3-9e5a-d59157976d4c => generated 2244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/112] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Apr 26 09:25:43 2026] GET /v2.0/security-groups/600e2011-4dc0-4dc3-9e5a-d59157976d4c => generated 2244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/113] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Apr 26 09:25:43 2026] GET /v2.0/security-groups/600e2011-4dc0-4dc3-9e5a-d59157976d4c => generated 2244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/114] 199.204.45.223 () {48 vars in 991 bytes} [Sun Apr 26 09:25:43 2026] POST /v2.0/security-group-rules => generated 625 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:28:08.351 8 WARNING keystonemiddleware.audit [None req-e1059457-0dad-4d8d-93a9-fbc3e49d8dda 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Skipping service octavia as it have no endpoints. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 68/135] 199.204.45.223 () {30 vars in 740 bytes} [Sun Apr 26 09:28:08 2026] GET /v2.0/networks?tenant_id=60d6c817a4494e00be448a267a0f8807&shared=False => generated 15 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:28:08.394 7 WARNING keystonemiddleware.audit [None req-b468023d-4e18-4a7b-b479-b66348506788 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Skipping service octavia as it have no endpoints. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-26 09:28:08.457 7 INFO neutron.db.segments_db [None req-c4ce945f-1680-40ce-a878-9e636964ff52 1e12de0a788d400cb9eb442d7c52abeb 60d6c817a4494e00be448a267a0f8807 - - ea3f53c6723a40eaa3e97c86f19e6f1a ea3f53c6723a40eaa3e97c86f19e6f1a] Added segment 1428089e-14d4-45a9-ab23-f8c7f211fa28 of type vxlan for network f9e7c8d0-0619-4d9e-8913-8e395ee1c7fc [pid: 7|app: 0|req: 68/136] 199.204.45.223 () {34 vars in 682 bytes} [Sun Apr 26 09:28:08 2026] POST /v2.0/networks => generated 699 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:28:08.598 8 WARNING keystonemiddleware.audit [None req-23b0d9dc-3c45-423a-9824-f2d57f0064be 1e12de0a788d400cb9eb442d7c52abeb 60d6c817a4494e00be448a267a0f8807 - - ea3f53c6723a40eaa3e97c86f19e6f1a ea3f53c6723a40eaa3e97c86f19e6f1a] Skipping service octavia as it have no endpoints. [pid: 8|app: 0|req: 69/137] 199.204.45.223 () {30 vars in 722 bytes} [Sun Apr 26 09:28:08 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:28:08.656 7 WARNING keystonemiddleware.audit [None req-c4ce945f-1680-40ce-a878-9e636964ff52 1e12de0a788d400cb9eb442d7c52abeb 60d6c817a4494e00be448a267a0f8807 - - ea3f53c6723a40eaa3e97c86f19e6f1a ea3f53c6723a40eaa3e97c86f19e6f1a] Skipping service octavia as it have no endpoints. [pid: 7|app: 0|req: 69/138] 199.204.45.223 () {30 vars in 633 bytes} [Sun Apr 26 09:28:08 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) 2026-04-26 09:28:08.672 8 WARNING keystonemiddleware.audit [None req-c9999c4f-f780-4e71-bcc2-774b4efa14c9 1e12de0a788d400cb9eb442d7c52abeb 60d6c817a4494e00be448a267a0f8807 - - ea3f53c6723a40eaa3e97c86f19e6f1a ea3f53c6723a40eaa3e97c86f19e6f1a] Skipping service octavia as it have no endpoints. [pid: 8|app: 0|req: 70/139] 199.204.45.223 () {34 vars in 677 bytes} [Sun Apr 26 09:28:08 2026] POST /v2.0/ports => generated 999 bytes in 767 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:28:09.449 7 WARNING keystonemiddleware.audit [None req-66f7a06f-2847-438f-89be-9c2a3bdfa022 1e12de0a788d400cb9eb442d7c52abeb 60d6c817a4494e00be448a267a0f8807 - - ea3f53c6723a40eaa3e97c86f19e6f1a ea3f53c6723a40eaa3e97c86f19e6f1a] Skipping service octavia as it have no endpoints. [pid: 7|app: 0|req: 70/140] 199.204.45.223 () {30 vars in 703 bytes} [Sun Apr 26 09:28:09 2026] GET /v2.0/networks/f9e7c8d0-0619-4d9e-8913-8e395ee1c7fc => generated 705 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:28:11.326 8 WARNING keystonemiddleware.audit [None req-46123e4a-4f33-412c-bbd3-bcda70ffc7c4 1e12de0a788d400cb9eb442d7c52abeb 60d6c817a4494e00be448a267a0f8807 - - ea3f53c6723a40eaa3e97c86f19e6f1a ea3f53c6723a40eaa3e97c86f19e6f1a] Skipping service octavia as it have no endpoints. [pid: 8|app: 0|req: 71/141] 199.204.45.223 () {30 vars in 722 bytes} [Sun Apr 26 09:28:11 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:28:11.381 7 WARNING keystonemiddleware.audit [None req-db23a70b-2f7d-4369-afa4-7a799ef51099 1e12de0a788d400cb9eb442d7c52abeb 60d6c817a4494e00be448a267a0f8807 - - ea3f53c6723a40eaa3e97c86f19e6f1a ea3f53c6723a40eaa3e97c86f19e6f1a] Skipping service octavia as it have no endpoints. [pid: 7|app: 0|req: 71/142] 199.204.45.223 () {30 vars in 703 bytes} [Sun Apr 26 09:28:11 2026] GET /v2.0/networks/f9e7c8d0-0619-4d9e-8913-8e395ee1c7fc => generated 705 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/quotasv2.py:134: UserWarning: "--check-limit" parameter is no longer needed since Epoxy (2025.1) release. By default, Neutron quota engine checks the resource usage before updating the limits warnings.warn('"--check-limit" parameter is no longer needed ' [pid: 7|app: 0|req: 74/147] 199.204.45.223 () {48 vars in 1025 bytes} [Sun Apr 26 09:28:39 2026] PUT /v2.0/quotas/60d6c817a4494e00be448a267a0f8807 => generated 291 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:29:10.860 8 INFO neutron.pecan_wsgi.hooks.translation [None req-68e2819f-4be3-4415-ac51-3202c3921d77 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 76/152] 199.204.45.223 () {30 vars in 741 bytes} [Sun Apr 26 09:29:10 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 141 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 77/153] 199.204.45.223 () {30 vars in 763 bytes} [Sun Apr 26 09:29:10 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:29:12.882 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b3b05a8a-9dde-4fa6-9b67-0a175cd08f65 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 77/154] 199.204.45.223 () {30 vars in 741 bytes} [Sun Apr 26 09:29:12 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 78/155] 199.204.45.223 () {30 vars in 763 bytes} [Sun Apr 26 09:29:12 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 82/162] 199.204.45.223 () {44 vars in 949 bytes} [Sun Apr 26 09:29:58 2026] GET /v2.0/networks?name=public => generated 753 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 84/169] 10.0.0.126 () {32 vars in 649 bytes} [Sun Apr 26 09:30:38 2026] GET /v2.0/networks => generated 2167 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 86/170] 10.0.0.126 () {32 vars in 655 bytes} [Sun Apr 26 09:30:39 2026] GET /v2.0/floatingips => generated 19 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 85/171] 10.0.0.126 () {32 vars in 647 bytes} [Sun Apr 26 09:30:39 2026] GET /v2.0/routers => generated 15 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 87/172] 10.0.0.126 () {32 vars in 643 bytes} [Sun Apr 26 09:30:39 2026] GET /v2.0/ports => generated 4721 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 86/173] 10.0.0.126 () {32 vars in 647 bytes} [Sun Apr 26 09:30:39 2026] GET /v2.0/subnets => generated 1308 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 88/174] 10.0.0.126 () {32 vars in 649 bytes} [Sun Apr 26 09:30:39 2026] GET /v2.0/networks => generated 2167 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 87/175] 10.0.0.126 () {32 vars in 663 bytes} [Sun Apr 26 09:30:39 2026] GET /v2.0/security-groups => generated 17397 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 89/176] 10.0.0.126 () {32 vars in 655 bytes} [Sun Apr 26 09:30:39 2026] GET /v2.0/subnetpools => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:30:50.958 7 INFO neutron.db.segments_db [None req-4168c735-5c26-4fc1-b1b9-206d2c919ef1 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Added segment 7af757c1-88a4-4968-bfb2-8e9c3f834154 of type vxlan for network e7330b2c-0361-4f86-b460-fe49644edfea 2026-04-26 09:30:50.977 8 INFO neutron.db.segments_db [None req-f9cadff6-afa3-4045-9072-127f6ccf3315 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Added segment b563edf5-b96a-49bd-aa1a-71e0b87bd0e9 of type vxlan for network ed04bf28-2dc9-4bfa-aa7c-011786d2f529 [pid: 7|app: 0|req: 91/179] 10.0.0.126 () {34 vars in 671 bytes} [Sun Apr 26 09:30:50 2026] POST /v2.0/networks => generated 729 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 89/180] 10.0.0.126 () {34 vars in 671 bytes} [Sun Apr 26 09:30:50 2026] POST /v2.0/networks => generated 719 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 90/181] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:30:51 2026] POST /v2.0/subnets => generated 695 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:30:51.332 7 INFO neutron.db.segments_db [None req-9f04d7ea-9220-4be9-8c61-c7c6003103c0 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Added segment fb4606db-8d6a-418e-8ec3-1d85012baf11 of type vxlan for network 9b848581-d3aa-4434-8206-d6c4e5363fdb [pid: 8|app: 0|req: 91/182] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:30:51 2026] POST /v2.0/subnets => generated 685 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 92/183] 10.0.0.126 () {34 vars in 671 bytes} [Sun Apr 26 09:30:51 2026] POST /v2.0/networks => generated 730 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:30:51.451 8 INFO neutron.db.segments_db [None req-96427630-1941-4eef-bfd8-28343d8bbe50 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Added segment 6b5f7860-bffe-4e08-8b60-e869c857e772 of type vxlan for network b5de0df7-3c76-4f69-bc30-aea1c029159a [pid: 7|app: 0|req: 93/184] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:30:51 2026] GET /v2.0/security-groups?tenant_id=5dbb7aadf1da4936b17536608de4c882&name=default => generated 2921 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:30:51.638 7 INFO neutron.db.segments_db [None req-74d124fd-5e0c-4498-a134-98f093aaca31 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Added segment db9e0ea0-d355-46ef-80c2-a3c2af4cf763 of type vxlan for network 2f7b74cc-497b-4938-a947-91d59690c682 2026-04-26 09:30:51.715 8 INFO neutron.db.l3_hamode_db [None req-96427630-1941-4eef-bfd8-28343d8bbe50 67e79c91acc742b68c9b7d2ea1d363f5 e9d9640b5f354726b6885b2d6c6ac0e9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-26 09:30:51.880 7 INFO neutron.db.l3_hamode_db [None req-74d124fd-5e0c-4498-a134-98f093aaca31 67e79c91acc742b68c9b7d2ea1d363f5 76f9c60909804a9bb7af2fa9976e7abb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-26 09:30:52.649 8 INFO neutron.db.l3_hamode_db [None req-96427630-1941-4eef-bfd8-28343d8bbe50 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-26 09:30:52.719 7 INFO neutron.db.l3_hamode_db [None req-74d124fd-5e0c-4498-a134-98f093aaca31 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 92/185] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:30:51 2026] POST /v2.0/routers => generated 735 bytes in 2403 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 94/186] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:30:51 2026] POST /v2.0/routers => generated 725 bytes in 2358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 95/187] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:30:53 2026] DELETE /v2.0/security-groups/2cca56b9-d78c-4346-880f-f946ad6db160 => 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: 93/188] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:30:53 2026] POST /v2.0/subnets => generated 696 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 96/189] 10.0.0.126 () {34 vars in 783 bytes} [Sun Apr 26 09:30:54 2026] PUT /v2.0/routers/1db82618-2743-4653-85fd-05b023913287/add_router_interface => generated 309 bytes in 1146 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:30:55.306 7 INFO neutron.db.segments_db [None req-74897039-e9f5-43b7-8c4b-00bf91ee50bc 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Added segment 57055483-5115-46c5-baed-6b19480d5ca9 of type vxlan for network 2e01f6ad-8514-4697-979f-c35bb218dba5 [pid: 8|app: 0|req: 94/190] 10.0.0.126 () {34 vars in 783 bytes} [Sun Apr 26 09:30:54 2026] PUT /v2.0/routers/0b2b3995-28aa-4f9a-8877-32932e36242c/add_router_interface => generated 309 bytes in 1409 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:30:55.622 7 INFO neutron.db.l3_hamode_db [None req-74897039-e9f5-43b7-8c4b-00bf91ee50bc 67e79c91acc742b68c9b7d2ea1d363f5 b16c17eedd0e45c2833121a6674cf7ab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 95/191] 10.0.0.126 () {34 vars in 685 bytes} [Sun Apr 26 09:30:55 2026] POST /v2.0/security-groups => generated 1659 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-26 09:30:56.249 8 INFO neutron.db.segments_db [None req-d2687f6d-4052-4825-a513-a389a435b222 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Added segment caeabfba-59a7-4dbd-afa0-2a628ccfd9d7 of type vxlan for network f1176cce-3077-4672-af7d-bd2591f5627c 2026-04-26 09:30:56.282 7 INFO neutron.db.l3_hamode_db [None req-74897039-e9f5-43b7-8c4b-00bf91ee50bc 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 96/192] 10.0.0.126 () {34 vars in 671 bytes} [Sun Apr 26 09:30:55 2026] POST /v2.0/networks => generated 726 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 97/193] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:30:56 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: 98/194] 10.0.0.126 () {34 vars in 685 bytes} [Sun Apr 26 09:30:56 2026] POST /v2.0/security-groups => generated 1661 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 99/195] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:30:56 2026] POST /v2.0/subnets => generated 692 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 100/196] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:30:56 2026] POST /v2.0/security-group-rules => generated 602 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 101/197] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:30:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:30:57.035 8 INFO neutron.db.segments_db [None req-f5d7b211-dc4d-4962-8da1-e3f032451147 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Added segment dc339d0b-b7f7-4865-bddc-8bc7223d77d2 of type vxlan for network c5370785-06a3-4ac7-afd5-b72ff667c7d0 [pid: 7|app: 0|req: 97/198] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:30:55 2026] POST /v2.0/routers => generated 736 bytes in 1837 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:30:57.297 8 INFO neutron.db.l3_hamode_db [None req-f5d7b211-dc4d-4962-8da1-e3f032451147 67e79c91acc742b68c9b7d2ea1d363f5 fdeb85a3ea064d88b9817410835d4b81 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 98/199] 10.0.0.126 () {34 vars in 676 bytes} [Sun Apr 26 09:30:57 2026] POST /v2.0/floatingips => generated 552 bytes in 584 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 99/200] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:30:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:30:57.997 8 INFO neutron.db.l3_hamode_db [None req-f5d7b211-dc4d-4962-8da1-e3f032451147 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 102/201] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:30:56 2026] POST /v2.0/routers => generated 732 bytes in 1823 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 100/202] 10.0.0.126 () {34 vars in 783 bytes} [Sun Apr 26 09:30:57 2026] PUT /v2.0/routers/54668f6a-b062-43ce-8978-0181dbb7dcb4/add_router_interface => generated 309 bytes in 1317 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/203] 10.0.0.126 () {34 vars in 676 bytes} [Sun Apr 26 09:30:58 2026] POST /v2.0/floatingips => generated 552 bytes in 665 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/204] 10.0.0.205 () {38 vars in 971 bytes} [Sun Apr 26 09:30:59 2026] POST /v2.0/security-groups => generated 1686 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/205] 10.0.0.205 () {34 vars in 991 bytes} [Sun Apr 26 09:31:00 2026] GET /v2.0/security-groups/e70ca4f4-ebd1-4582-b375-43b6fd74497e => generated 1686 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/206] 10.0.0.126 () {34 vars in 783 bytes} [Sun Apr 26 09:30:59 2026] PUT /v2.0/routers/20261a84-9b11-4824-be8d-576c2ef56e8d/add_router_interface => generated 309 bytes in 1058 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/207] 10.0.0.205 () {38 vars in 981 bytes} [Sun Apr 26 09:31:00 2026] POST /v2.0/security-group-rules => generated 614 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/208] 10.0.0.205 () {34 vars in 1100 bytes} [Sun Apr 26 09:31:00 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1967432966&fields=id&tenant_id=76f9c60909804a9bb7af2fa9976e7abb => generated 69 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/209] 10.0.0.205 () {38 vars in 971 bytes} [Sun Apr 26 09:31:00 2026] POST /v2.0/security-groups => generated 1685 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/210] 10.0.0.205 () {34 vars in 982 bytes} [Sun Apr 26 09:31:00 2026] GET /v2.0/networks?id=ed04bf28-2dc9-4bfa-aa7c-011786d2f529 => generated 670 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/211] 10.0.0.205 () {34 vars in 965 bytes} [Sun Apr 26 09:31:00 2026] GET /v2.0/quotas/76f9c60909804a9bb7af2fa9976e7abb => 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: 109/212] 10.0.0.205 () {34 vars in 991 bytes} [Sun Apr 26 09:31:00 2026] GET /v2.0/security-groups/458b3d13-da83-4411-9b68-23f86a21a26d => generated 1685 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/213] 10.0.0.205 () {34 vars in 1002 bytes} [Sun Apr 26 09:31:00 2026] GET /v2.0/ports?tenant_id=76f9c60909804a9bb7af2fa9976e7abb&fields=id => generated 103 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/214] 10.0.0.205 () {38 vars in 981 bytes} [Sun Apr 26 09:31:00 2026] POST /v2.0/security-group-rules => generated 614 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/215] 10.0.0.205 () {38 vars in 971 bytes} [Sun Apr 26 09:31:00 2026] POST /v2.0/security-groups => generated 1682 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/216] 10.0.0.205 () {34 vars in 991 bytes} [Sun Apr 26 09:31:00 2026] GET /v2.0/security-groups/458b3d13-da83-4411-9b68-23f86a21a26d => generated 2310 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/217] 10.0.0.205 () {34 vars in 907 bytes} [Sun Apr 26 09:31:00 2026] GET /v2.0/extensions => generated 21537 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/218] 10.0.0.205 () {38 vars in 981 bytes} [Sun Apr 26 09:31:00 2026] POST /v2.0/security-group-rules => generated 619 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/219] 10.0.0.205 () {34 vars in 1008 bytes} [Sun Apr 26 09:31:00 2026] GET /v2.0/networks/ed04bf28-2dc9-4bfa-aa7c-011786d2f529?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/220] 10.0.0.205 () {34 vars in 1108 bytes} [Sun Apr 26 09:31:00 2026] GET /v2.0/networks/ed04bf28-2dc9-4bfa-aa7c-011786d2f529?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/221] 10.0.0.205 () {38 vars in 971 bytes} [Sun Apr 26 09:31:00 2026] POST /v2.0/security-groups => generated 1680 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/222] 10.0.0.205 () {34 vars in 991 bytes} [Sun Apr 26 09:31:01 2026] GET /v2.0/security-groups/458b3d13-da83-4411-9b68-23f86a21a26d => generated 2940 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/223] 10.0.0.205 () {34 vars in 1001 bytes} [Sun Apr 26 09:31:01 2026] GET /v2.0/security-group-rules/e22a9443-808d-45f2-8372-f2cfe850eef8 => generated 616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/224] 10.0.0.205 () {34 vars in 991 bytes} [Sun Apr 26 09:31:01 2026] GET /v2.0/security-groups/458b3d13-da83-4411-9b68-23f86a21a26d => generated 2940 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/225] 10.0.0.205 () {38 vars in 971 bytes} [Sun Apr 26 09:31:01 2026] POST /v2.0/security-groups => generated 1682 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/226] 10.0.0.205 () {36 vars in 1023 bytes} [Sun Apr 26 09:31:01 2026] DELETE /v2.0/security-group-rules/e22a9443-808d-45f2-8372-f2cfe850eef8 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/227] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:01 2026] GET /v2.0/ports?device_id=cfad1c2c-6a98-426e-9ca7-cf1ce5daea72 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/228] 10.0.0.205 () {34 vars in 1002 bytes} [Sun Apr 26 09:31:01 2026] GET /v2.0/security-groups?tenant_id=fdeb85a3ea064d88b9817410835d4b81 => generated 7909 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/229] 10.0.0.205 () {34 vars in 991 bytes} [Sun Apr 26 09:31:01 2026] GET /v2.0/security-groups/458b3d13-da83-4411-9b68-23f86a21a26d => generated 2310 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/230] 10.0.0.205 () {34 vars in 991 bytes} [Sun Apr 26 09:31:01 2026] GET /v2.0/security-groups/d111f4ac-1f80-4ff6-9a50-01eed33d5bfb => generated 2922 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/231] 10.0.0.205 () {34 vars in 991 bytes} [Sun Apr 26 09:31:01 2026] GET /v2.0/security-groups/d111f4ac-1f80-4ff6-9a50-01eed33d5bfb => generated 2922 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/232] 10.0.0.205 () {36 vars in 1013 bytes} [Sun Apr 26 09:31:01 2026] DELETE /v2.0/security-groups/458b3d13-da83-4411-9b68-23f86a21a26d => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/233] 10.0.0.205 () {34 vars in 991 bytes} [Sun Apr 26 09:31:01 2026] GET /v2.0/security-groups/153b0dc6-a391-45b2-b136-e996767460de => generated 1682 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/234] 10.0.0.205 () {34 vars in 991 bytes} [Sun Apr 26 09:31:01 2026] GET /v2.0/security-groups/e70ca4f4-ebd1-4582-b375-43b6fd74497e => generated 2311 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/235] 10.0.0.205 () {36 vars in 1013 bytes} [Sun Apr 26 09:31:01 2026] DELETE /v2.0/security-groups/153b0dc6-a391-45b2-b136-e996767460de => 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: 113/236] 10.0.0.205 () {36 vars in 1013 bytes} [Sun Apr 26 09:31:01 2026] DELETE /v2.0/security-groups/e70ca4f4-ebd1-4582-b375-43b6fd74497e => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:31:01.731 7 INFO neutron.api.v2.resource [req-c1c822ca-dc03-40aa-903f-d5bf4f117412 req-b20e0ad0-85c5-45fb-b4e7-861cef64672b 5edd2020e84148adaabac68cf794294c fdeb85a3ea064d88b9817410835d4b81 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 114/237] 10.0.0.205 () {34 vars in 991 bytes} [Sun Apr 26 09:31:01 2026] GET /v2.0/security-groups/153b0dc6-a391-45b2-b136-e996767460de => 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: 115/238] 10.0.0.205 () {34 vars in 991 bytes} [Sun Apr 26 09:31:01 2026] GET /v2.0/security-groups/d7f62051-d4db-43d4-b18a-cc2e993e4e00 => generated 1680 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/239] 10.0.0.205 () {36 vars in 1013 bytes} [Sun Apr 26 09:31:01 2026] DELETE /v2.0/security-groups/d7f62051-d4db-43d4-b18a-cc2e993e4e00 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:31:01.907 7 INFO neutron.api.v2.resource [req-25373c5c-edf6-48f8-bcf2-a8fc527262f7 req-eaa944af-a3a2-4838-9276-c6a4c2e9606f 5edd2020e84148adaabac68cf794294c fdeb85a3ea064d88b9817410835d4b81 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 117/240] 10.0.0.205 () {34 vars in 991 bytes} [Sun Apr 26 09:31:01 2026] GET /v2.0/security-groups/d7f62051-d4db-43d4-b18a-cc2e993e4e00 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/241] 10.0.0.205 () {34 vars in 991 bytes} [Sun Apr 26 09:31:01 2026] GET /v2.0/security-groups/52ef1c1c-07a2-4483-83cd-d397159ea396 => generated 1682 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/242] 10.0.0.205 () {36 vars in 1013 bytes} [Sun Apr 26 09:31:01 2026] DELETE /v2.0/security-groups/52ef1c1c-07a2-4483-83cd-d397159ea396 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:31:02.089 7 INFO neutron.api.v2.resource [req-f177df03-f5a2-4e81-9f18-1a1baa378a81 req-8c90a634-7c73-4ee4-9bdc-4ea08230788f 5edd2020e84148adaabac68cf794294c fdeb85a3ea064d88b9817410835d4b81 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 120/243] 10.0.0.205 () {34 vars in 991 bytes} [Sun Apr 26 09:31:02 2026] GET /v2.0/security-groups/52ef1c1c-07a2-4483-83cd-d397159ea396 => 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: 121/244] 10.0.0.205 () {34 vars in 1002 bytes} [Sun Apr 26 09:31:02 2026] GET /v2.0/security-groups?tenant_id=fdeb85a3ea064d88b9817410835d4b81 => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/245] 10.0.0.205 () {34 vars in 991 bytes} [Sun Apr 26 09:31:02 2026] GET /v2.0/security-groups/d111f4ac-1f80-4ff6-9a50-01eed33d5bfb => generated 2922 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/246] 10.0.0.205 () {34 vars in 991 bytes} [Sun Apr 26 09:31:02 2026] GET /v2.0/security-groups/d111f4ac-1f80-4ff6-9a50-01eed33d5bfb => generated 2922 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:31:02.335 7 INFO neutron.api.v2.resource [req-7f2060ee-af69-476f-96fc-0639c56e37ac req-a498285a-5e03-4f85-b59d-26928a153224 5edd2020e84148adaabac68cf794294c fdeb85a3ea064d88b9817410835d4b81 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 124/247] 10.0.0.205 () {34 vars in 991 bytes} [Sun Apr 26 09:31:02 2026] GET /v2.0/security-groups/52ef1c1c-07a2-4483-83cd-d397159ea396 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:31:02.364 7 INFO neutron.api.v2.resource [req-8c026c4e-83e0-445a-8c06-7d29e7253727 req-a86ed4ce-1c27-437f-967f-8b0435222193 5edd2020e84148adaabac68cf794294c fdeb85a3ea064d88b9817410835d4b81 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 125/248] 10.0.0.205 () {34 vars in 991 bytes} [Sun Apr 26 09:31:02 2026] GET /v2.0/security-groups/d7f62051-d4db-43d4-b18a-cc2e993e4e00 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:31:02.393 7 INFO neutron.api.v2.resource [req-f5a37df0-175c-4fd4-b74b-314b92387927 req-79ecfe56-69f7-4a46-9af7-dfc5218d9870 5edd2020e84148adaabac68cf794294c fdeb85a3ea064d88b9817410835d4b81 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 126/249] 10.0.0.205 () {34 vars in 991 bytes} [Sun Apr 26 09:31:02 2026] GET /v2.0/security-groups/153b0dc6-a391-45b2-b136-e996767460de => 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: 127/250] 10.0.0.205 () {34 vars in 1098 bytes} [Sun Apr 26 09:31:02 2026] GET /v2.0/security-groups?name=tempest-securitygroup--542456931&fields=id&tenant_id=e9d9640b5f354726b6885b2d6c6ac0e9 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:31:02.553 8 INFO neutron_taas.services.taas.taas_plugin [None req-eb33be26-9a00-4295-894b-d05cdd0827fc 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: ab0edf7c-e144-4124-aad8-59fb20fcfea9 2026-04-26 09:31:02.560 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb33be26-9a00-4295-894b-d05cdd0827fc 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: ab0edf7c-e144-4124-aad8-59fb20fcfea9 2026-04-26 09:31:02.893 7 INFO neutron_taas.services.taas.taas_plugin [None req-2b5ceb72-acd5-41db-9127-995ec0eb51a5 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: 185cd0fc-88b8-4d01-8f3c-7dd68a11a26b 2026-04-26 09:31:02.901 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b5ceb72-acd5-41db-9127-995ec0eb51a5 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: 185cd0fc-88b8-4d01-8f3c-7dd68a11a26b [pid: 8|app: 0|req: 124/251] 10.0.0.126 () {34 vars in 789 bytes} [Sun Apr 26 09:31:01 2026] PUT /v2.0/routers/54668f6a-b062-43ce-8978-0181dbb7dcb4/remove_router_interface => generated 309 bytes in 1391 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/252] 10.0.0.205 () {34 vars in 982 bytes} [Sun Apr 26 09:31:03 2026] GET /v2.0/networks?id=e7330b2c-0361-4f86-b460-fe49644edfea => generated 680 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/253] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:03 2026] GET /v2.0/ports?device_id=cfad1c2c-6a98-426e-9ca7-cf1ce5daea72 => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:31:03.389 8 INFO neutron_taas.services.taas.taas_plugin [None req-a413259c-1033-4747-ad12-26392445ff9e 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: e2b89a3d-2189-48e8-832f-b76aa9a1dd5a 2026-04-26 09:31:03.392 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a413259c-1033-4747-ad12-26392445ff9e 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: e2b89a3d-2189-48e8-832f-b76aa9a1dd5a [pid: 7|app: 0|req: 128/254] 10.0.0.126 () {34 vars in 789 bytes} [Sun Apr 26 09:31:02 2026] PUT /v2.0/routers/20261a84-9b11-4824-be8d-576c2ef56e8d/remove_router_interface => generated 309 bytes in 1009 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/255] 10.0.0.205 () {34 vars in 965 bytes} [Sun Apr 26 09:31:03 2026] GET /v2.0/quotas/e9d9640b5f354726b6885b2d6c6ac0e9 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:31:03.643 7 INFO neutron_taas.services.taas.taas_plugin [None req-eae7a777-6daa-400b-afb0-b6894885b8f6 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: ecfe7997-0316-40c0-bcac-92bce88b8a44 2026-04-26 09:31:03.646 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eae7a777-6daa-400b-afb0-b6894885b8f6 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: ecfe7997-0316-40c0-bcac-92bce88b8a44 2026-04-26 09:31:03.670 8 INFO neutron_taas.services.taas.taas_plugin [None req-a413259c-1033-4747-ad12-26392445ff9e 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: dc31bd82-e2fd-43c5-b59c-81e044a0588e 2026-04-26 09:31:03.673 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a413259c-1033-4747-ad12-26392445ff9e 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: dc31bd82-e2fd-43c5-b59c-81e044a0588e 2026-04-26 09:31:03.752 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-a413259c-1033-4747-ad12-26392445ff9e 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-04-26 09:31:03.852 7 INFO neutron_taas.services.taas.taas_plugin [None req-eae7a777-6daa-400b-afb0-b6894885b8f6 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: 8961afb8-70fb-45a5-938d-f8c706d23874 2026-04-26 09:31:03.855 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eae7a777-6daa-400b-afb0-b6894885b8f6 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: 8961afb8-70fb-45a5-938d-f8c706d23874 2026-04-26 09:31:03.931 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-eae7a777-6daa-400b-afb0-b6894885b8f6 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-04-26 09:31:04.114 8 INFO neutron.db.l3_hamode_db [None req-a413259c-1033-4747-ad12-26392445ff9e 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] HA network 2e01f6ad-8514-4697-979f-c35bb218dba5 was deleted as no HA routers are present in tenant b16c17eedd0e45c2833121a6674cf7ab. [pid: 8|app: 0|req: 127/256] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:31:03 2026] DELETE /v2.0/routers/54668f6a-b062-43ce-8978-0181dbb7dcb4 => generated 0 bytes in 923 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/257] 10.0.0.205 () {34 vars in 1002 bytes} [Sun Apr 26 09:31:04 2026] GET /v2.0/ports?tenant_id=e9d9640b5f354726b6885b2d6c6ac0e9&fields=id => generated 103 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:31:04.296 7 INFO neutron.db.l3_hamode_db [None req-eae7a777-6daa-400b-afb0-b6894885b8f6 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] HA network c5370785-06a3-4ac7-afd5-b72ff667c7d0 was deleted as no HA routers are present in tenant fdeb85a3ea064d88b9817410835d4b81. [pid: 7|app: 0|req: 130/260] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:31:03 2026] DELETE /v2.0/routers/20261a84-9b11-4824-be8d-576c2ef56e8d => generated 0 bytes in 848 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/261] 10.0.0.205 () {34 vars in 1008 bytes} [Sun Apr 26 09:31:04 2026] GET /v2.0/networks/e7330b2c-0361-4f86-b460-fe49644edfea?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:31:04.428 8 INFO neutron.services.segments.plugin [-] Segment 57055483-5115-46c5-baed-6b19480d5ca9 resource provider aggregate not found 2026-04-26 09:31:04.455 8 INFO neutron.services.segments.plugin [-] Segment 57055483-5115-46c5-baed-6b19480d5ca9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57055483-5115-46c5-baed-6b19480d5ca9 found for delete ", "request_id": "req-055e934c-4cea-4b2f-be0b-33da2cf79d54"}]} [pid: 8|app: 0|req: 131/262] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:31:04 2026] DELETE /v2.0/subnets/ec58c09e-9596-4ba1-b078-bbe7c432fefc => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:31:04.499 8 INFO neutron.services.segments.plugin [-] Segment 57055483-5115-46c5-baed-6b19480d5ca9 resource provider aggregate not found [pid: 8|app: 0|req: 132/263] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:04 2026] GET /v2.0/ports?device_id=cfad1c2c-6a98-426e-9ca7-cf1ce5daea72 => 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: 132/264] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:31:04 2026] DELETE /v2.0/subnets/bff30913-b958-4337-a3d7-690902d9dee4 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:31:04.526 8 INFO neutron.services.segments.plugin [-] Segment 57055483-5115-46c5-baed-6b19480d5ca9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57055483-5115-46c5-baed-6b19480d5ca9 found for delete ", "request_id": "req-9ba2d34e-2b15-4d92-98a5-52766bd3e14d"}]} [pid: 8|app: 0|req: 133/265] 10.0.0.205 () {34 vars in 1108 bytes} [Sun Apr 26 09:31:04 2026] GET /v2.0/networks/e7330b2c-0361-4f86-b460-fe49644edfea?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-04-26 09:31:04.624 7 INFO neutron_taas.services.taas.taas_plugin [None req-ee86f57f-026e-430a-a0c6-6893b5e24fd8 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: fb6db029-d389-4844-bb14-e93cef41bb08 2026-04-26 09:31:04.628 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee86f57f-026e-430a-a0c6-6893b5e24fd8 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: fb6db029-d389-4844-bb14-e93cef41bb08 2026-04-26 09:31:04.629 8 INFO neutron_taas.services.taas.taas_plugin [None req-65ffc88c-4eff-4e0f-89e1-c80be3c03bb6 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: 2e241640-0315-4494-910b-f6851e63e9ab 2026-04-26 09:31:04.632 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65ffc88c-4eff-4e0f-89e1-c80be3c03bb6 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: 2e241640-0315-4494-910b-f6851e63e9ab 2026-04-26 09:31:04.632 7 INFO neutron.services.segments.plugin [-] Segment dc339d0b-b7f7-4865-bddc-8bc7223d77d2 resource provider aggregate not found 2026-04-26 09:31:04.686 7 INFO neutron.services.segments.plugin [-] Segment dc339d0b-b7f7-4865-bddc-8bc7223d77d2 resource provider aggregate not found 2026-04-26 09:31:04.694 7 INFO neutron.services.segments.plugin [-] Segment dc339d0b-b7f7-4865-bddc-8bc7223d77d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc339d0b-b7f7-4865-bddc-8bc7223d77d2 found for delete ", "request_id": "req-934c71e0-e775-4811-b445-bd7e9ec8a4ce"}]} 2026-04-26 09:31:04.706 7 INFO neutron.services.segments.plugin [-] Segment dc339d0b-b7f7-4865-bddc-8bc7223d77d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc339d0b-b7f7-4865-bddc-8bc7223d77d2 found for delete ", "request_id": "req-45b6e1a9-1a8e-4607-a094-9fc604cae058"}]} [pid: 8|app: 0|req: 134/266] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:31:04 2026] DELETE /v2.0/networks/f1176cce-3077-4672-af7d-bd2591f5627c => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/267] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:04 2026] GET /v2.0/ports?device_id=4365cbb5-f7ac-4f97-8f4c-f4717fc795f2 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/268] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:31:04 2026] DELETE /v2.0/networks/9b848581-d3aa-4434-8206-d6c4e5363fdb => generated 0 bytes in 402 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 136/269] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:31:05 2026] GET /v2.0/security-groups?tenant_id=fdeb85a3ea064d88b9817410835d4b81&name=default => generated 2925 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/270] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:31:05 2026] GET /v2.0/security-groups?tenant_id=b16c17eedd0e45c2833121a6674cf7ab&name=default => generated 2921 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 137/271] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:31:05 2026] DELETE /v2.0/security-groups/d111f4ac-1f80-4ff6-9a50-01eed33d5bfb => 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: 135/272] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:31:05 2026] DELETE /v2.0/security-groups/21ca62a2-e732-4a1b-af95-a38a63e58ce4 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 138/273] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:05 2026] GET /v2.0/ports?device_id=cfad1c2c-6a98-426e-9ca7-cf1ce5daea72 => 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: 136/274] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:05 2026] GET /v2.0/ports?device_id=4365cbb5-f7ac-4f97-8f4c-f4717fc795f2 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:31:06.473 8 INFO neutron.services.segments.plugin [-] Segment caeabfba-59a7-4dbd-afa0-2a628ccfd9d7 resource provider aggregate not found 2026-04-26 09:31:06.484 8 INFO neutron.services.segments.plugin [-] Segment caeabfba-59a7-4dbd-afa0-2a628ccfd9d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid caeabfba-59a7-4dbd-afa0-2a628ccfd9d7 found for delete ", "request_id": "req-b40ce23c-44c5-49e3-82ef-b828cc80e0e7"}]} 2026-04-26 09:31:06.551 8 INFO neutron.services.segments.plugin [-] Segment caeabfba-59a7-4dbd-afa0-2a628ccfd9d7 resource provider aggregate not found 2026-04-26 09:31:06.575 8 INFO neutron.services.segments.plugin [-] Segment caeabfba-59a7-4dbd-afa0-2a628ccfd9d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid caeabfba-59a7-4dbd-afa0-2a628ccfd9d7 found for delete ", "request_id": "req-863809b6-ad5b-48a2-9a92-37b77d57130d"}]} 2026-04-26 09:31:06.710 7 INFO neutron.services.segments.plugin [-] Segment fb4606db-8d6a-418e-8ec3-1d85012baf11 resource provider aggregate not found 2026-04-26 09:31:06.726 7 INFO neutron.services.segments.plugin [-] Segment fb4606db-8d6a-418e-8ec3-1d85012baf11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb4606db-8d6a-418e-8ec3-1d85012baf11 found for delete ", "request_id": "req-b3e43046-544f-49d2-9341-cee1e1468e5e"}]} 2026-04-26 09:31:06.731 7 INFO neutron.services.segments.plugin [-] Segment fb4606db-8d6a-418e-8ec3-1d85012baf11 resource provider aggregate not found 2026-04-26 09:31:06.750 7 INFO neutron.services.segments.plugin [-] Segment fb4606db-8d6a-418e-8ec3-1d85012baf11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb4606db-8d6a-418e-8ec3-1d85012baf11 found for delete ", "request_id": "req-3bdc293f-b964-4c89-b0ca-a719ae594bf6"}]} [pid: 7|app: 0|req: 137/275] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:06 2026] GET /v2.0/ports?device_id=cfad1c2c-6a98-426e-9ca7-cf1ce5daea72 => 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: 139/276] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:31:06 2026] GET /v2.0/networks?id=ed04bf28-2dc9-4bfa-aa7c-011786d2f529 => generated 670 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/277] 199.204.45.223 () {34 vars in 911 bytes} [Sun Apr 26 09:31:06 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: 140/278] 199.204.45.223 () {34 vars in 1050 bytes} [Sun Apr 26 09:31:06 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=76f9c60909804a9bb7af2fa9976e7abb => generated 181 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:31:07.206 7 INFO neutron.db.segments_db [None req-f5821312-38d6-4ab0-b3ab-a2512e18222c 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Added segment 9b171fa6-d5ba-4e8f-ab03-3dde27f1030d of type vxlan for network 89cdb7fc-89bb-4c72-8f47-0cc392cf3095 [pid: 7|app: 0|req: 139/279] 10.0.0.126 () {34 vars in 671 bytes} [Sun Apr 26 09:31:07 2026] POST /v2.0/networks => generated 732 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 140/280] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:07 2026] GET /v2.0/ports?device_id=4365cbb5-f7ac-4f97-8f4c-f4717fc795f2 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:31:07.521 7 INFO neutron.db.segments_db [None req-5761e241-3679-4141-bd2b-8132559b02d0 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Added segment 47dbcf7a-50ee-4a20-ab8f-02444438b76f of type vxlan for network e4140f65-04d4-441d-b914-61c8db49e5d4 [pid: 8|app: 0|req: 141/281] 199.204.45.223 () {38 vars in 955 bytes} [Sun Apr 26 09:31:07 2026] POST /v2.0/ports => generated 954 bytes in 503 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: 141/282] 10.0.0.126 () {34 vars in 671 bytes} [Sun Apr 26 09:31:07 2026] POST /v2.0/networks => generated 727 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 142/283] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:31:07 2026] POST /v2.0/subnets => generated 698 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:31:07.775 8 INFO neutron.db.segments_db [None req-b2e12edb-bf23-471c-84b6-bf7ec569f844 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Added segment 3dda7843-68ab-4b4b-b9c3-76969fb1ee80 of type vxlan for network 683c39a1-74ca-4624-a1d7-8942c1677a12 [pid: 7|app: 0|req: 142/284] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:31:07 2026] POST /v2.0/subnets => generated 693 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:31:07.852 7 INFO neutron.db.segments_db [None req-103b521a-7d53-4ac4-a96a-30580c73d090 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Added segment 4669bbc5-a1ef-44ac-81a6-b7bec511e805 of type vxlan for network 02e5ff93-6a10-4c77-9e41-fb5097f086c2 2026-04-26 09:31:07.995 8 INFO neutron.db.l3_hamode_db [None req-b2e12edb-bf23-471c-84b6-bf7ec569f844 67e79c91acc742b68c9b7d2ea1d363f5 382e28f193644a4290cbdb2f3d137c5e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-26 09:31:08.067 7 INFO neutron.db.l3_hamode_db [None req-103b521a-7d53-4ac4-a96a-30580c73d090 67e79c91acc742b68c9b7d2ea1d363f5 408a386550ec4dd1afe889ee5efd86a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-26 09:31:08.741 8 INFO neutron.db.l3_hamode_db [None req-b2e12edb-bf23-471c-84b6-bf7ec569f844 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-26 09:31:08.771 7 INFO neutron.db.l3_hamode_db [None req-103b521a-7d53-4ac4-a96a-30580c73d090 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 143/285] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:31:07 2026] POST /v2.0/routers => generated 733 bytes in 1856 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 144/286] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:09 2026] GET /v2.0/ports?device_id=cfad1c2c-6a98-426e-9ca7-cf1ce5daea72 => generated 957 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 143/287] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:31:07 2026] POST /v2.0/routers => generated 738 bytes in 2049 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 144/288] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:09 2026] GET /v2.0/ports?device_id=4365cbb5-f7ac-4f97-8f4c-f4717fc795f2 => 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: 145/289] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:31:09 2026] GET /v2.0/networks?id=e7330b2c-0361-4f86-b460-fe49644edfea => generated 680 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/290] 199.204.45.223 () {38 vars in 1028 bytes} [Sun Apr 26 09:31:09 2026] PUT /v2.0/ports/39009856-6865-401d-8ba0-3fb66af58042 => generated 1235 bytes in 485 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: 146/291] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:10 2026] GET /v2.0/security-groups?id=7b4b6cd5-1956-44eb-85d3-bfdf18eda25c&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:31:10.764 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7d4ec028-6573-458f-be1a-fe85568fc0ac'] response: {'name': 'network-changed', 'server_uuid': 'cfad1c2c-6a98-426e-9ca7-cf1ce5daea72', 'tag': '39009856-6865-401d-8ba0-3fb66af58042', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 146/292] 10.0.0.126 () {34 vars in 783 bytes} [Sun Apr 26 09:31:09 2026] PUT /v2.0/routers/b4a2edf5-7899-403c-9a27-856f2769db64/add_router_interface => generated 309 bytes in 1160 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 147/293] 199.204.45.223 () {34 vars in 1050 bytes} [Sun Apr 26 09:31:11 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e9d9640b5f354726b6885b2d6c6ac0e9 => generated 180 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 148/294] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:11 2026] GET /v2.0/ports?device_id=4365cbb5-f7ac-4f97-8f4c-f4717fc795f2 => 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: 149/295] 199.204.45.223 () {38 vars in 955 bytes} [Sun Apr 26 09:31:11 2026] POST /v2.0/ports => generated 958 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 150/296] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:31:11 2026] GET /v2.0/ports?tenant_id=76f9c60909804a9bb7af2fa9976e7abb&device_id=cfad1c2c-6a98-426e-9ca7-cf1ce5daea72 => generated 1238 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 151/297] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:11 2026] GET /v2.0/ports?device_id=cfad1c2c-6a98-426e-9ca7-cf1ce5daea72 => 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: 147/298] 10.0.0.126 () {34 vars in 783 bytes} [Sun Apr 26 09:31:10 2026] PUT /v2.0/routers/2f631968-48b2-4c79-a4f8-10158f44ef2e/add_router_interface => generated 309 bytes in 1445 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 148/299] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Apr 26 09:31:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=39009856-6865-401d-8ba0-3fb66af58042 => 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: 149/300] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:11 2026] GET /v2.0/security-groups?id=7b4b6cd5-1956-44eb-85d3-bfdf18eda25c&fields=id&fields=name => generated 114 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 150/301] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:31:11 2026] GET /v2.0/subnets?id=2e037fdc-e5e1-48bc-82e1-ac2766efb016 => generated 688 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 151/302] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:31:11 2026] GET /v2.0/ports?network_id=ed04bf28-2dc9-4bfa-aa7c-011786d2f529&device_owner=network%3Adhcp => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 152/303] 199.204.45.223 () {38 vars in 1028 bytes} [Sun Apr 26 09:31:11 2026] PUT /v2.0/ports/60e21ac7-fb0a-487c-9b21-5c8b95c62d0e => generated 1239 bytes in 390 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 152/304] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:31:11 2026] GET /v2.0/networks/ed04bf28-2dc9-4bfa-aa7c-011786d2f529?fields=segments => generated 14 bytes in 59 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: 153/305] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:31:11 2026] GET /v2.0/networks/ed04bf28-2dc9-4bfa-aa7c-011786d2f529?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: 153/306] 10.0.0.205 () {34 vars in 982 bytes} [Sun Apr 26 09:31:12 2026] GET /v2.0/networks?id=e4140f65-04d4-441d-b914-61c8db49e5d4 => generated 678 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 154/307] 10.0.0.205 () {34 vars in 965 bytes} [Sun Apr 26 09:31:12 2026] GET /v2.0/quotas/408a386550ec4dd1afe889ee5efd86a0 => generated 292 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 154/308] 10.0.0.205 () {34 vars in 1002 bytes} [Sun Apr 26 09:31:12 2026] GET /v2.0/ports?tenant_id=408a386550ec4dd1afe889ee5efd86a0&fields=id => generated 57 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 155/309] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:12 2026] GET /v2.0/ports?device_id=4365cbb5-f7ac-4f97-8f4c-f4717fc795f2 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 155/310] 10.0.0.205 () {34 vars in 1008 bytes} [Sun Apr 26 09:31:12 2026] GET /v2.0/networks/e4140f65-04d4-441d-b914-61c8db49e5d4?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: 156/311] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:12 2026] GET /v2.0/security-groups?id=5e8f4964-6f8c-44b4-8895-72a08243f10e&fields=id&fields=name => generated 113 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 156/312] 10.0.0.205 () {34 vars in 1108 bytes} [Sun Apr 26 09:31:12 2026] GET /v2.0/networks/e4140f65-04d4-441d-b914-61c8db49e5d4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:31:12.457 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8820d2b1-c07f-4887-a0fa-dd11858452e4'] response: {'name': 'network-changed', 'server_uuid': '4365cbb5-f7ac-4f97-8f4c-f4717fc795f2', 'tag': '60e21ac7-fb0a-487c-9b21-5c8b95c62d0e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 157/313] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:12 2026] GET /v2.0/ports?device_id=616217a7-ed90-4d2f-b904-44e01c6ab7bb => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 157/314] 10.0.0.126 () {34 vars in 685 bytes} [Sun Apr 26 09:31:12 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: 7|app: 0|req: 158/315] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:31:12 2026] POST /v2.0/security-group-rules => generated 597 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 158/316] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:31:12 2026] POST /v2.0/security-group-rules => generated 602 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 159/317] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:12 2026] GET /v2.0/ports?device_id=cfad1c2c-6a98-426e-9ca7-cf1ce5daea72 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 160/318] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:31:12 2026] GET /v2.0/ports?tenant_id=e9d9640b5f354726b6885b2d6c6ac0e9&device_id=4365cbb5-f7ac-4f97-8f4c-f4717fc795f2 => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 161/319] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:12 2026] GET /v2.0/security-groups?id=7b4b6cd5-1956-44eb-85d3-bfdf18eda25c&fields=id&fields=name => generated 114 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 162/320] 199.204.45.223 () {34 vars in 1060 bytes} [Sun Apr 26 09:31:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=60e21ac7-fb0a-487c-9b21-5c8b95c62d0e => 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: 163/321] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:31:13 2026] GET /v2.0/ports?tenant_id=76f9c60909804a9bb7af2fa9976e7abb&device_id=cfad1c2c-6a98-426e-9ca7-cf1ce5daea72 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 164/322] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:31:13 2026] GET /v2.0/subnets?id=3bda52fb-97f0-44b4-b264-491b2fb0b659 => generated 698 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 159/323] 10.0.0.126 () {34 vars in 676 bytes} [Sun Apr 26 09:31:12 2026] POST /v2.0/floatingips => generated 552 bytes in 607 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 160/324] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:31:13 2026] GET /v2.0/ports?network_id=e7330b2c-0361-4f86-b460-fe49644edfea&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 165/325] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:31:13 2026] GET /v2.0/networks?id=ed04bf28-2dc9-4bfa-aa7c-011786d2f529 => generated 766 bytes in 415 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 161/326] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:13 2026] GET /v2.0/ports?device_id=4365cbb5-f7ac-4f97-8f4c-f4717fc795f2 => generated 973 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 162/327] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Apr 26 09:31:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=39009856-6865-401d-8ba0-3fb66af58042 => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 166/328] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:31:13 2026] GET /v2.0/networks/e7330b2c-0361-4f86-b460-fe49644edfea?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: 167/329] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:31:13 2026] GET /v2.0/subnets?id=2e037fdc-e5e1-48bc-82e1-ac2766efb016 => generated 688 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 163/330] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:13 2026] GET /v2.0/security-groups?id=5e8f4964-6f8c-44b4-8895-72a08243f10e&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: 164/331] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:13 2026] GET /v2.0/ports?device_id=616217a7-ed90-4d2f-b904-44e01c6ab7bb => 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: 168/332] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:31:13 2026] GET /v2.0/networks/e7330b2c-0361-4f86-b460-fe49644edfea?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: 165/333] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:31:13 2026] GET /v2.0/ports?network_id=ed04bf28-2dc9-4bfa-aa7c-011786d2f529&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 169/334] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:31:13 2026] GET /v2.0/networks/ed04bf28-2dc9-4bfa-aa7c-011786d2f529?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 166/335] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:31:13 2026] GET /v2.0/networks/ed04bf28-2dc9-4bfa-aa7c-011786d2f529?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: 170/336] 10.0.0.205 () {34 vars in 1100 bytes} [Sun Apr 26 09:31:13 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2121598852&fields=id&tenant_id=382e28f193644a4290cbdb2f3d137c5e => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 167/337] 10.0.0.205 () {34 vars in 982 bytes} [Sun Apr 26 09:31:13 2026] GET /v2.0/networks?id=89cdb7fc-89bb-4c72-8f47-0cc392cf3095 => generated 683 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 171/338] 10.0.0.205 () {34 vars in 965 bytes} [Sun Apr 26 09:31:14 2026] GET /v2.0/quotas/382e28f193644a4290cbdb2f3d137c5e => 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: 168/339] 10.0.0.205 () {34 vars in 1002 bytes} [Sun Apr 26 09:31:14 2026] GET /v2.0/ports?tenant_id=382e28f193644a4290cbdb2f3d137c5e&fields=id => generated 103 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 172/340] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:14 2026] GET /v2.0/ports?device_id=cfad1c2c-6a98-426e-9ca7-cf1ce5daea72 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 173/341] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:14 2026] GET /v2.0/security-groups?id=7b4b6cd5-1956-44eb-85d3-bfdf18eda25c&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: 169/342] 10.0.0.205 () {34 vars in 1008 bytes} [Sun Apr 26 09:31:14 2026] GET /v2.0/networks/89cdb7fc-89bb-4c72-8f47-0cc392cf3095?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 174/343] 10.0.0.205 () {34 vars in 1108 bytes} [Sun Apr 26 09:31:14 2026] GET /v2.0/networks/89cdb7fc-89bb-4c72-8f47-0cc392cf3095?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 170/344] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:14 2026] GET /v2.0/ports?device_id=bc2b43c4-39a1-489e-bdb6-199568a8205d => 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: 175/345] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:31:14 2026] GET /v2.0/ports?tenant_id=e9d9640b5f354726b6885b2d6c6ac0e9&device_id=4365cbb5-f7ac-4f97-8f4c-f4717fc795f2 => generated 1242 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 171/346] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:14 2026] GET /v2.0/ports?device_id=616217a7-ed90-4d2f-b904-44e01c6ab7bb => 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: 176/347] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:14 2026] GET /v2.0/ports?device_id=4365cbb5-f7ac-4f97-8f4c-f4717fc795f2 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 172/348] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:31:14 2026] GET /v2.0/networks?id=e7330b2c-0361-4f86-b460-fe49644edfea => generated 776 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 173/349] 199.204.45.223 () {34 vars in 1060 bytes} [Sun Apr 26 09:31:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=60e21ac7-fb0a-487c-9b21-5c8b95c62d0e => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/350] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:14 2026] GET /v2.0/security-groups?id=5e8f4964-6f8c-44b4-8895-72a08243f10e&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 174/351] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:31:14 2026] GET /v2.0/subnets?id=3bda52fb-97f0-44b4-b264-491b2fb0b659 => generated 698 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/352] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:31:14 2026] GET /v2.0/ports?network_id=e7330b2c-0361-4f86-b460-fe49644edfea&device_owner=network%3Adhcp => generated 1244 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/353] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:31:14 2026] GET /v2.0/networks/e7330b2c-0361-4f86-b460-fe49644edfea?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/354] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:31:15 2026] GET /v2.0/networks/e7330b2c-0361-4f86-b460-fe49644edfea?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/355] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:15 2026] GET /v2.0/ports?device_id=cfad1c2c-6a98-426e-9ca7-cf1ce5daea72 => generated 969 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/356] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:15 2026] GET /v2.0/security-groups?id=7b4b6cd5-1956-44eb-85d3-bfdf18eda25c&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: 177/357] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:15 2026] GET /v2.0/ports?device_id=bc2b43c4-39a1-489e-bdb6-199568a8205d => 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: 181/358] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:15 2026] GET /v2.0/ports?device_id=616217a7-ed90-4d2f-b904-44e01c6ab7bb => 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: 178/359] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:15 2026] GET /v2.0/ports?device_id=4365cbb5-f7ac-4f97-8f4c-f4717fc795f2 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/360] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:15 2026] GET /v2.0/security-groups?id=5e8f4964-6f8c-44b4-8895-72a08243f10e&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/361] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:16 2026] GET /v2.0/ports?device_id=cfad1c2c-6a98-426e-9ca7-cf1ce5daea72 => 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: 183/362] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:16 2026] GET /v2.0/security-groups?id=7b4b6cd5-1956-44eb-85d3-bfdf18eda25c&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: 180/363] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:16 2026] GET /v2.0/ports?device_id=bc2b43c4-39a1-489e-bdb6-199568a8205d => 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: 184/364] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:16 2026] GET /v2.0/ports?device_id=616217a7-ed90-4d2f-b904-44e01c6ab7bb => 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: 181/365] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:31:16 2026] GET /v2.0/networks?id=e4140f65-04d4-441d-b914-61c8db49e5d4 => generated 678 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/366] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:17 2026] GET /v2.0/ports?device_id=4365cbb5-f7ac-4f97-8f4c-f4717fc795f2 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/367] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:17 2026] GET /v2.0/security-groups?id=5e8f4964-6f8c-44b4-8895-72a08243f10e&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/368] 199.204.45.223 () {38 vars in 955 bytes} [Sun Apr 26 09:31:17 2026] POST /v2.0/ports => generated 958 bytes in 470 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: 186/369] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:17 2026] GET /v2.0/ports?device_id=cfad1c2c-6a98-426e-9ca7-cf1ce5daea72 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/370] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:17 2026] GET /v2.0/ports?device_id=bc2b43c4-39a1-489e-bdb6-199568a8205d => 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: 188/371] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:17 2026] GET /v2.0/security-groups?id=7b4b6cd5-1956-44eb-85d3-bfdf18eda25c&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/372] 199.204.45.223 () {38 vars in 1028 bytes} [Sun Apr 26 09:31:17 2026] PUT /v2.0/ports/1a0d45fc-c0b0-4070-9d28-504207ca32bd => generated 1239 bytes in 333 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:31:17.892 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-53669518-7030-4c81-8e5c-6fbfb435aff8'] response: {'name': 'network-changed', 'server_uuid': '616217a7-ed90-4d2f-b904-44e01c6ab7bb', 'tag': '1a0d45fc-c0b0-4070-9d28-504207ca32bd', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 189/373] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:18 2026] GET /v2.0/ports?device_id=616217a7-ed90-4d2f-b904-44e01c6ab7bb => generated 973 bytes in 39 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: 185/374] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:18 2026] GET /v2.0/security-groups?id=8af447b4-8e2e-4ff5-b2d7-fdda66cb9615&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/375] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:18 2026] GET /v2.0/ports?device_id=4365cbb5-f7ac-4f97-8f4c-f4717fc795f2 => 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: 186/376] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:18 2026] GET /v2.0/security-groups?id=5e8f4964-6f8c-44b4-8895-72a08243f10e&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: 191/377] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:31:18 2026] GET /v2.0/ports?tenant_id=408a386550ec4dd1afe889ee5efd86a0&device_id=616217a7-ed90-4d2f-b904-44e01c6ab7bb => generated 1242 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/378] 199.204.45.223 () {34 vars in 1018 bytes} [Sun Apr 26 09:31:18 2026] GET /v2.0/networks?tenant_id=408a386550ec4dd1afe889ee5efd86a0&shared=False => generated 774 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/379] 199.204.45.223 () {34 vars in 930 bytes} [Sun Apr 26 09:31:18 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/382] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:18 2026] GET /v2.0/ports?device_id=bc2b43c4-39a1-489e-bdb6-199568a8205d => 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: 189/383] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:18 2026] GET /v2.0/ports?device_id=cfad1c2c-6a98-426e-9ca7-cf1ce5daea72 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/384] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:18 2026] GET /v2.0/security-groups?id=7b4b6cd5-1956-44eb-85d3-bfdf18eda25c&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/385] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:31:19 2026] GET /v2.0/networks?id=89cdb7fc-89bb-4c72-8f47-0cc392cf3095 => generated 683 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/386] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:19 2026] GET /v2.0/ports?device_id=616217a7-ed90-4d2f-b904-44e01c6ab7bb => generated 973 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/387] 199.204.45.223 () {34 vars in 1050 bytes} [Sun Apr 26 09:31:19 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=382e28f193644a4290cbdb2f3d137c5e => 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: 197/388] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:19 2026] GET /v2.0/security-groups?id=8af447b4-8e2e-4ff5-b2d7-fdda66cb9615&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/389] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:19 2026] GET /v2.0/ports?device_id=4365cbb5-f7ac-4f97-8f4c-f4717fc795f2 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/390] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:19 2026] GET /v2.0/security-groups?id=5e8f4964-6f8c-44b4-8895-72a08243f10e&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/391] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:31:19 2026] GET /v2.0/ports?tenant_id=408a386550ec4dd1afe889ee5efd86a0&device_id=616217a7-ed90-4d2f-b904-44e01c6ab7bb => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/392] 199.204.45.223 () {34 vars in 1060 bytes} [Sun Apr 26 09:31:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=1a0d45fc-c0b0-4070-9d28-504207ca32bd => 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: 202/393] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:31:19 2026] GET /v2.0/subnets?id=dc5cd411-ff68-44ef-8f2f-d3db5fd80007 => generated 696 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/394] 199.204.45.223 () {38 vars in 955 bytes} [Sun Apr 26 09:31:19 2026] POST /v2.0/ports => generated 958 bytes in 482 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: 203/395] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:31:19 2026] GET /v2.0/ports?network_id=e4140f65-04d4-441d-b914-61c8db49e5d4&device_owner=network%3Adhcp => generated 1242 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/396] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:31:19 2026] GET /v2.0/networks/e4140f65-04d4-441d-b914-61c8db49e5d4?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: 205/397] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:31:19 2026] GET /v2.0/networks/e4140f65-04d4-441d-b914-61c8db49e5d4?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: 206/398] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:19 2026] GET /v2.0/ports?device_id=bc2b43c4-39a1-489e-bdb6-199568a8205d => generated 961 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/399] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:20 2026] GET /v2.0/ports?device_id=cfad1c2c-6a98-426e-9ca7-cf1ce5daea72 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/400] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:20 2026] GET /v2.0/security-groups?id=d1a32438-f4f2-4142-95f1-545df1ddba98&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: 209/401] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:20 2026] GET /v2.0/security-groups?id=7b4b6cd5-1956-44eb-85d3-bfdf18eda25c&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: 193/402] 199.204.45.223 () {38 vars in 1028 bytes} [Sun Apr 26 09:31:19 2026] PUT /v2.0/ports/94eec9f6-1889-4aa0-9170-3c3b09398ea4 => generated 1239 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:31:20.304 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-85b513a8-8d69-4678-8298-a690f1ea0fe0'] response: {'name': 'network-changed', 'server_uuid': 'bc2b43c4-39a1-489e-bdb6-199568a8205d', 'tag': '94eec9f6-1889-4aa0-9170-3c3b09398ea4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 210/403] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:20 2026] GET /v2.0/ports?device_id=cfad1c2c-6a98-426e-9ca7-cf1ce5daea72 => generated 971 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: 211/404] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:20 2026] GET /v2.0/ports?device_id=616217a7-ed90-4d2f-b904-44e01c6ab7bb => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/405] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:20 2026] GET /v2.0/security-groups?id=8af447b4-8e2e-4ff5-b2d7-fdda66cb9615&fields=id&fields=name => generated 88 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/406] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:20 2026] GET /v2.0/ports?device_id=4365cbb5-f7ac-4f97-8f4c-f4717fc795f2 => 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: 214/407] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:20 2026] GET /v2.0/security-groups?id=5e8f4964-6f8c-44b4-8895-72a08243f10e&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/408] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:31:20 2026] GET /v2.0/ports?tenant_id=382e28f193644a4290cbdb2f3d137c5e&device_id=bc2b43c4-39a1-489e-bdb6-199568a8205d => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:31:20.895 7 INFO neutron.db.l3_db [None req-93c41232-03fc-4c0b-8f41-2d683bfc96b4 75ed0b7719f34263a6a8b3368f670a8c 76f9c60909804a9bb7af2fa9976e7abb - - default default] Floating IP 8703b01b-2d13-49ed-8aeb-79328532ef7e associated. External IP: 10.96.250.218, port: 39009856-6865-401d-8ba0-3fb66af58042. [pid: 8|app: 0|req: 216/409] 199.204.45.223 () {34 vars in 1018 bytes} [Sun Apr 26 09:31:20 2026] GET /v2.0/networks?tenant_id=382e28f193644a4290cbdb2f3d137c5e&shared=False => generated 779 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/410] 199.204.45.223 () {34 vars in 930 bytes} [Sun Apr 26 09:31:20 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/411] 10.0.0.126 () {34 vars in 749 bytes} [Sun Apr 26 09:31:20 2026] PUT /v2.0/floatingips/8703b01b-2d13-49ed-8aeb-79328532ef7e => generated 855 bytes in 838 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/412] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:21 2026] GET /v2.0/ports?device_id=bc2b43c4-39a1-489e-bdb6-199568a8205d => generated 973 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/413] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:21 2026] GET /v2.0/security-groups?id=d1a32438-f4f2-4142-95f1-545df1ddba98&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/414] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:21 2026] GET /v2.0/ports?device_id=cfad1c2c-6a98-426e-9ca7-cf1ce5daea72 => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/415] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:21 2026] GET /v2.0/security-groups?id=7b4b6cd5-1956-44eb-85d3-bfdf18eda25c&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: 196/416] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:21 2026] GET /v2.0/ports?device_id=616217a7-ed90-4d2f-b904-44e01c6ab7bb => generated 973 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/417] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:21 2026] GET /v2.0/security-groups?id=8af447b4-8e2e-4ff5-b2d7-fdda66cb9615&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: 7|app: 0|req: 197/418] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:21 2026] GET /v2.0/ports?device_id=cfad1c2c-6a98-426e-9ca7-cf1ce5daea72 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/419] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:21 2026] GET /v2.0/ports?device_id=4365cbb5-f7ac-4f97-8f4c-f4717fc795f2 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/420] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:21 2026] GET /v2.0/security-groups?id=7b4b6cd5-1956-44eb-85d3-bfdf18eda25c&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: 223/421] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:21 2026] GET /v2.0/security-groups?id=5e8f4964-6f8c-44b4-8895-72a08243f10e&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/422] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:21 2026] GET /v2.0/ports?device_id=4365cbb5-f7ac-4f97-8f4c-f4717fc795f2 => generated 975 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/423] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:31:22 2026] GET /v2.0/ports?tenant_id=382e28f193644a4290cbdb2f3d137c5e&device_id=bc2b43c4-39a1-489e-bdb6-199568a8205d => 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: 225/424] 199.204.45.223 () {34 vars in 1060 bytes} [Sun Apr 26 09:31:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=94eec9f6-1889-4aa0-9170-3c3b09398ea4 => 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: 226/425] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:31:22 2026] GET /v2.0/subnets?id=48146a6a-932d-4f1b-a120-0a6405af9869 => generated 701 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/426] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:31:22 2026] GET /v2.0/ports?network_id=89cdb7fc-89bb-4c72-8f47-0cc392cf3095&device_owner=network%3Adhcp => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/427] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:31:22 2026] GET /v2.0/networks/89cdb7fc-89bb-4c72-8f47-0cc392cf3095?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/428] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:31:22 2026] GET /v2.0/networks/89cdb7fc-89bb-4c72-8f47-0cc392cf3095?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:31:22.378 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b2cf0e9d-e029-4e89-9aff-a4318844a392'] response: {'name': 'network-changed', 'server_uuid': 'cfad1c2c-6a98-426e-9ca7-cf1ce5daea72', 'tag': '39009856-6865-401d-8ba0-3fb66af58042', 'status': 'completed', 'code': 200} 2026-04-26 09:31:22.414 7 INFO neutron.db.l3_db [None req-8bba59fe-a206-4410-9765-47ac986c5afc 81b9942931fd4ee7a2eea494d413df4a e9d9640b5f354726b6885b2d6c6ac0e9 - - default default] Floating IP a5231964-9efa-4bea-92f6-011cce3c9858 associated. External IP: 10.96.250.213, port: 60e21ac7-fb0a-487c-9b21-5c8b95c62d0e. [pid: 8|app: 0|req: 230/429] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:22 2026] GET /v2.0/ports?device_id=bc2b43c4-39a1-489e-bdb6-199568a8205d => 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: 231/430] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:22 2026] GET /v2.0/security-groups?id=d1a32438-f4f2-4142-95f1-545df1ddba98&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: 200/431] 10.0.0.126 () {34 vars in 749 bytes} [Sun Apr 26 09:31:22 2026] PUT /v2.0/floatingips/a5231964-9efa-4bea-92f6-011cce3c9858 => generated 856 bytes in 858 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/432] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:22 2026] GET /v2.0/ports?device_id=616217a7-ed90-4d2f-b904-44e01c6ab7bb => generated 973 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/433] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:31:22 2026] GET /v2.0/ports?tenant_id=76f9c60909804a9bb7af2fa9976e7abb&device_id=cfad1c2c-6a98-426e-9ca7-cf1ce5daea72 => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/434] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:22 2026] GET /v2.0/ports?device_id=cfad1c2c-6a98-426e-9ca7-cf1ce5daea72 => generated 971 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/435] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:22 2026] GET /v2.0/security-groups?id=8af447b4-8e2e-4ff5-b2d7-fdda66cb9615&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/436] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:31:22 2026] GET /v2.0/networks?id=ed04bf28-2dc9-4bfa-aa7c-011786d2f529 => generated 766 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/437] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:22 2026] GET /v2.0/security-groups?id=7b4b6cd5-1956-44eb-85d3-bfdf18eda25c&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: 235/438] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:23 2026] GET /v2.0/ports?device_id=4365cbb5-f7ac-4f97-8f4c-f4717fc795f2 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/439] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Apr 26 09:31:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=39009856-6865-401d-8ba0-3fb66af58042 => generated 858 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/440] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:23 2026] GET /v2.0/security-groups?id=5e8f4964-6f8c-44b4-8895-72a08243f10e&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/441] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:31:23 2026] GET /v2.0/subnets?id=2e037fdc-e5e1-48bc-82e1-ac2766efb016 => generated 688 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/442] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:31:23 2026] GET /v2.0/ports?network_id=ed04bf28-2dc9-4bfa-aa7c-011786d2f529&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/443] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:31:23 2026] GET /v2.0/networks/ed04bf28-2dc9-4bfa-aa7c-011786d2f529?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: 207/444] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:31:23 2026] GET /v2.0/networks/ed04bf28-2dc9-4bfa-aa7c-011786d2f529?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/445] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:23 2026] GET /v2.0/ports?device_id=4365cbb5-f7ac-4f97-8f4c-f4717fc795f2 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/446] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:23 2026] GET /v2.0/security-groups?id=5e8f4964-6f8c-44b4-8895-72a08243f10e&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/447] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:23 2026] GET /v2.0/ports?device_id=bc2b43c4-39a1-489e-bdb6-199568a8205d => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/448] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:23 2026] GET /v2.0/security-groups?id=d1a32438-f4f2-4142-95f1-545df1ddba98&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: 240/449] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:24 2026] GET /v2.0/ports?device_id=616217a7-ed90-4d2f-b904-44e01c6ab7bb => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/450] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:24 2026] GET /v2.0/security-groups?id=8af447b4-8e2e-4ff5-b2d7-fdda66cb9615&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/451] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:24 2026] GET /v2.0/ports?device_id=cfad1c2c-6a98-426e-9ca7-cf1ce5daea72 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/452] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:24 2026] GET /v2.0/security-groups?id=7b4b6cd5-1956-44eb-85d3-bfdf18eda25c&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: 211/453] 199.204.45.223 () {34 vars in 994 bytes} [Sun Apr 26 09:31:24 2026] GET /v2.0/ports?device_id=cfad1c2c-6a98-426e-9ca7-cf1ce5daea72 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:31:24.422 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4f6f4ab7-8e19-46f8-8e84-2562ea986913'] response: {'name': 'network-changed', 'server_uuid': '4365cbb5-f7ac-4f97-8f4c-f4717fc795f2', 'tag': '60e21ac7-fb0a-487c-9b21-5c8b95c62d0e', 'status': 'completed', 'code': 200} 2026-04-26 09:31:24.480 8 INFO neutron_taas.services.taas.taas_plugin [req-42a7f748-b2f5-4281-8d65-0d8fa621a969 req-37bda233-56b2-4cab-bd90-257092d9210a 75ed0b7719f34263a6a8b3368f670a8c 76f9c60909804a9bb7af2fa9976e7abb - - default default] TaaS: Handle Delete Port: 39009856-6865-401d-8ba0-3fb66af58042 2026-04-26 09:31:24.486 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-42a7f748-b2f5-4281-8d65-0d8fa621a969 req-37bda233-56b2-4cab-bd90-257092d9210a 75ed0b7719f34263a6a8b3368f670a8c 76f9c60909804a9bb7af2fa9976e7abb - - default default] Tap Mirror: Handle Delete Port: 39009856-6865-401d-8ba0-3fb66af58042 [pid: 7|app: 0|req: 212/454] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:24 2026] GET /v2.0/ports?device_id=4365cbb5-f7ac-4f97-8f4c-f4717fc795f2 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/455] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:24 2026] GET /v2.0/security-groups?id=5e8f4964-6f8c-44b4-8895-72a08243f10e&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:31:24.747 8 INFO neutron.db.l3_db [req-42a7f748-b2f5-4281-8d65-0d8fa621a969 req-37bda233-56b2-4cab-bd90-257092d9210a 75ed0b7719f34263a6a8b3368f670a8c 76f9c60909804a9bb7af2fa9976e7abb - - default default] Floating IP 8703b01b-2d13-49ed-8aeb-79328532ef7e disassociated. External IP: 10.96.250.218, port: 39009856-6865-401d-8ba0-3fb66af58042. [pid: 7|app: 0|req: 214/456] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:24 2026] GET /v2.0/ports?device_id=bc2b43c4-39a1-489e-bdb6-199568a8205d => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/457] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:24 2026] GET /v2.0/security-groups?id=d1a32438-f4f2-4142-95f1-545df1ddba98&fields=id&fields=name => generated 114 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/458] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:31:24 2026] GET /v2.0/ports?tenant_id=e9d9640b5f354726b6885b2d6c6ac0e9&device_id=4365cbb5-f7ac-4f97-8f4c-f4717fc795f2 => 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: 217/459] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:31:24 2026] GET /v2.0/networks?id=e7330b2c-0361-4f86-b460-fe49644edfea => generated 776 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/460] 199.204.45.223 () {34 vars in 1060 bytes} [Sun Apr 26 09:31:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=60e21ac7-fb0a-487c-9b21-5c8b95c62d0e => generated 859 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/461] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:31:25 2026] GET /v2.0/subnets?id=3bda52fb-97f0-44b4-b264-491b2fb0b659 => generated 698 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/462] 199.204.45.223 () {36 vars in 997 bytes} [Sun Apr 26 09:31:24 2026] DELETE /v2.0/ports/39009856-6865-401d-8ba0-3fb66af58042 => generated 0 bytes in 862 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/463] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:31:25 2026] GET /v2.0/ports?network_id=e7330b2c-0361-4f86-b460-fe49644edfea&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:31:25.198 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f9e2b591-fe8e-4397-b331-46c34a418cf7'] response: {'server_uuid': 'cfad1c2c-6a98-426e-9ca7-cf1ce5daea72', 'name': 'network-vif-deleted', 'tag': '39009856-6865-401d-8ba0-3fb66af58042', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 244/464] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:31:25 2026] GET /v2.0/networks/e7330b2c-0361-4f86-b460-fe49644edfea?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: 245/465] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:25 2026] GET /v2.0/ports?device_id=616217a7-ed90-4d2f-b904-44e01c6ab7bb => 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: 221/466] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:31:25 2026] GET /v2.0/networks/e7330b2c-0361-4f86-b460-fe49644edfea?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/467] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:25 2026] GET /v2.0/ports?device_id=cfad1c2c-6a98-426e-9ca7-cf1ce5daea72 => 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: 222/468] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:25 2026] GET /v2.0/security-groups?id=8af447b4-8e2e-4ff5-b2d7-fdda66cb9615&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/469] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:25 2026] GET /v2.0/ports?device_id=616217a7-ed90-4d2f-b904-44e01c6ab7bb => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/470] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:25 2026] GET /v2.0/ports?device_id=4365cbb5-f7ac-4f97-8f4c-f4717fc795f2 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/471] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:25 2026] GET /v2.0/security-groups?id=8af447b4-8e2e-4ff5-b2d7-fdda66cb9615&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: 249/472] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:25 2026] GET /v2.0/security-groups?id=5e8f4964-6f8c-44b4-8895-72a08243f10e&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/473] 199.204.45.223 () {34 vars in 994 bytes} [Sun Apr 26 09:31:25 2026] GET /v2.0/ports?device_id=4365cbb5-f7ac-4f97-8f4c-f4717fc795f2 => 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: 225/474] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:25 2026] GET /v2.0/ports?device_id=bc2b43c4-39a1-489e-bdb6-199568a8205d => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:31:25.985 8 INFO neutron_taas.services.taas.taas_plugin [req-6c5eec4a-2705-4aff-8160-d6dda7402b52 req-5d60b62b-3e26-4881-9c27-8fee6857f55f 81b9942931fd4ee7a2eea494d413df4a e9d9640b5f354726b6885b2d6c6ac0e9 - - default default] TaaS: Handle Delete Port: 60e21ac7-fb0a-487c-9b21-5c8b95c62d0e 2026-04-26 09:31:25.988 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6c5eec4a-2705-4aff-8160-d6dda7402b52 req-5d60b62b-3e26-4881-9c27-8fee6857f55f 81b9942931fd4ee7a2eea494d413df4a e9d9640b5f354726b6885b2d6c6ac0e9 - - default default] Tap Mirror: Handle Delete Port: 60e21ac7-fb0a-487c-9b21-5c8b95c62d0e [pid: 7|app: 0|req: 226/475] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:25 2026] GET /v2.0/security-groups?id=d1a32438-f4f2-4142-95f1-545df1ddba98&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:31:26.095 8 INFO neutron.db.l3_db [req-6c5eec4a-2705-4aff-8160-d6dda7402b52 req-5d60b62b-3e26-4881-9c27-8fee6857f55f 81b9942931fd4ee7a2eea494d413df4a e9d9640b5f354726b6885b2d6c6ac0e9 - - default default] Floating IP a5231964-9efa-4bea-92f6-011cce3c9858 disassociated. External IP: 10.96.250.213, port: 60e21ac7-fb0a-487c-9b21-5c8b95c62d0e. [pid: 7|app: 0|req: 227/476] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:26 2026] GET /v2.0/ports?device_id=cfad1c2c-6a98-426e-9ca7-cf1ce5daea72 => 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: 250/477] 199.204.45.223 () {36 vars in 997 bytes} [Sun Apr 26 09:31:25 2026] DELETE /v2.0/ports/60e21ac7-fb0a-487c-9b21-5c8b95c62d0e => generated 0 bytes in 598 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/478] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:26 2026] GET /v2.0/ports?device_id=4365cbb5-f7ac-4f97-8f4c-f4717fc795f2 => 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: 228/479] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:26 2026] GET /v2.0/ports?device_id=616217a7-ed90-4d2f-b904-44e01c6ab7bb => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/480] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:26 2026] GET /v2.0/security-groups?id=8af447b4-8e2e-4ff5-b2d7-fdda66cb9615&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/481] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:27 2026] GET /v2.0/ports?device_id=bc2b43c4-39a1-489e-bdb6-199568a8205d => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/482] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:27 2026] GET /v2.0/security-groups?id=d1a32438-f4f2-4142-95f1-545df1ddba98&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:31:27.232 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a597c927-6e70-4b5f-895f-13e2e3a9faa6'] response: {'server_uuid': '4365cbb5-f7ac-4f97-8f4c-f4717fc795f2', 'name': 'network-vif-deleted', 'tag': '60e21ac7-fb0a-487c-9b21-5c8b95c62d0e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 230/483] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:27 2026] GET /v2.0/ports?device_id=bc2b43c4-39a1-489e-bdb6-199568a8205d => generated 975 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/484] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:27 2026] GET /v2.0/ports?device_id=cfad1c2c-6a98-426e-9ca7-cf1ce5daea72 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:31:27.749 8 INFO neutron.db.l3_db [None req-7d73ffd2-5ae7-41b2-8caa-583ebfe9a323 08eb83aff0c3420297cb42a5825e7f99 382e28f193644a4290cbdb2f3d137c5e - - default default] Floating IP 8afbddd4-aa2c-4f57-aab4-1b56a9a961be associated. External IP: 10.96.250.204, port: 94eec9f6-1889-4aa0-9170-3c3b09398ea4. [pid: 7|app: 0|req: 232/485] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:27 2026] GET /v2.0/ports?device_id=4365cbb5-f7ac-4f97-8f4c-f4717fc795f2 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/486] 10.0.0.126 () {34 vars in 749 bytes} [Sun Apr 26 09:31:27 2026] PUT /v2.0/floatingips/8afbddd4-aa2c-4f57-aab4-1b56a9a961be => generated 856 bytes in 703 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/487] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:28 2026] GET /v2.0/ports?device_id=616217a7-ed90-4d2f-b904-44e01c6ab7bb => generated 975 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/488] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:28 2026] GET /v2.0/ports?device_id=bc2b43c4-39a1-489e-bdb6-199568a8205d => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/489] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:28 2026] GET /v2.0/security-groups?id=8af447b4-8e2e-4ff5-b2d7-fdda66cb9615&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/490] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:28 2026] GET /v2.0/security-groups?id=d1a32438-f4f2-4142-95f1-545df1ddba98&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: 257/491] 199.204.45.223 () {34 vars in 994 bytes} [Sun Apr 26 09:31:28 2026] GET /v2.0/ports?device_id=616217a7-ed90-4d2f-b904-44e01c6ab7bb => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/492] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:31:28 2026] DELETE /v2.0/security-groups/7b4b6cd5-1956-44eb-85d3-bfdf18eda25c => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:31:28.845 7 INFO neutron.api.v2.resource [None req-63e747b3-a948-4679-ae7d-d6879b4d40df 75ed0b7719f34263a6a8b3368f670a8c 76f9c60909804a9bb7af2fa9976e7abb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 236/493] 10.0.0.126 () {32 vars in 737 bytes} [Sun Apr 26 09:31:28 2026] GET /v2.0/security-groups/7b4b6cd5-1956-44eb-85d3-bfdf18eda25c => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:31:28.911 8 INFO neutron_taas.services.taas.taas_plugin [req-b7f12121-1fe1-4877-b4e8-c9fe46f20b3b req-e53c9d23-e6e1-49c2-9b9b-9e23a1f40beb 3ef80dd81b794ffc8b7e84e4dc87fe6c 408a386550ec4dd1afe889ee5efd86a0 - - default default] TaaS: Handle Delete Port: 1a0d45fc-c0b0-4070-9d28-504207ca32bd 2026-04-26 09:31:28.914 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b7f12121-1fe1-4877-b4e8-c9fe46f20b3b req-e53c9d23-e6e1-49c2-9b9b-9e23a1f40beb 3ef80dd81b794ffc8b7e84e4dc87fe6c 408a386550ec4dd1afe889ee5efd86a0 - - default default] Tap Mirror: Handle Delete Port: 1a0d45fc-c0b0-4070-9d28-504207ca32bd 2026-04-26 09:31:28.954 7 INFO neutron_taas.services.taas.taas_plugin [None req-b8175323-cda7-435f-937f-59b5d72791da 75ed0b7719f34263a6a8b3368f670a8c 76f9c60909804a9bb7af2fa9976e7abb - - default default] TaaS: Handle Delete Port: c544ba2a-c829-4e1e-91d0-eecb2f699f7f 2026-04-26 09:31:28.959 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8175323-cda7-435f-937f-59b5d72791da 75ed0b7719f34263a6a8b3368f670a8c 76f9c60909804a9bb7af2fa9976e7abb - - default default] Tap Mirror: Handle Delete Port: c544ba2a-c829-4e1e-91d0-eecb2f699f7f [pid: 8|app: 0|req: 258/494] 199.204.45.223 () {36 vars in 997 bytes} [Sun Apr 26 09:31:28 2026] DELETE /v2.0/ports/1a0d45fc-c0b0-4070-9d28-504207ca32bd => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/495] 10.0.0.126 () {32 vars in 732 bytes} [Sun Apr 26 09:31:28 2026] DELETE /v2.0/floatingips/8703b01b-2d13-49ed-8aeb-79328532ef7e => generated 0 bytes in 291 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/496] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:29 2026] GET /v2.0/ports?device_id=4365cbb5-f7ac-4f97-8f4c-f4717fc795f2 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:31:29.277 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d10162d1-8145-401d-8135-de1c3d974998'] response: {'name': 'network-changed', 'server_uuid': 'bc2b43c4-39a1-489e-bdb6-199568a8205d', 'tag': '94eec9f6-1889-4aa0-9170-3c3b09398ea4', 'status': 'completed', 'code': 200} 2026-04-26 09:31:29.277 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d10162d1-8145-401d-8135-de1c3d974998'] response: {'server_uuid': '616217a7-ed90-4d2f-b904-44e01c6ab7bb', 'name': 'network-vif-deleted', 'tag': '1a0d45fc-c0b0-4070-9d28-504207ca32bd', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 260/497] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:29 2026] GET /v2.0/ports?device_id=616217a7-ed90-4d2f-b904-44e01c6ab7bb => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:31:29.474 7 INFO neutron_taas.services.taas.taas_plugin [None req-7d7aa4ca-bc3e-4d19-ba10-e29c6543aa47 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: 4e98dc03-d8e0-4f9c-9659-318fb9a30190 2026-04-26 09:31:29.476 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d7aa4ca-bc3e-4d19-ba10-e29c6543aa47 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: 4e98dc03-d8e0-4f9c-9659-318fb9a30190 [pid: 8|app: 0|req: 261/498] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:31:29 2026] GET /v2.0/ports?tenant_id=382e28f193644a4290cbdb2f3d137c5e&device_id=bc2b43c4-39a1-489e-bdb6-199568a8205d => 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: 262/499] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:31:29 2026] GET /v2.0/networks?id=89cdb7fc-89bb-4c72-8f47-0cc392cf3095 => generated 779 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/500] 199.204.45.223 () {34 vars in 1060 bytes} [Sun Apr 26 09:31:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=94eec9f6-1889-4aa0-9170-3c3b09398ea4 => generated 859 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/501] 10.0.0.126 () {34 vars in 789 bytes} [Sun Apr 26 09:31:29 2026] PUT /v2.0/routers/0b2b3995-28aa-4f9a-8877-32932e36242c/remove_router_interface => generated 309 bytes in 804 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/502] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:31:29 2026] GET /v2.0/subnets?id=48146a6a-932d-4f1b-a120-0a6405af9869 => generated 701 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/503] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:31:29 2026] GET /v2.0/ports?network_id=89cdb7fc-89bb-4c72-8f47-0cc392cf3095&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: 8|app: 0|req: 266/504] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:31:30 2026] GET /v2.0/networks/89cdb7fc-89bb-4c72-8f47-0cc392cf3095?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/505] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:31:30 2026] GET /v2.0/networks/89cdb7fc-89bb-4c72-8f47-0cc392cf3095?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) 2026-04-26 09:31:30.110 7 INFO neutron_taas.services.taas.taas_plugin [None req-3d2ab7cb-a5af-43a4-86a1-658c1293d472 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: d0df9a9e-9ac8-4fbe-8f4f-e0d3adf7ecc7 2026-04-26 09:31:30.113 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d2ab7cb-a5af-43a4-86a1-658c1293d472 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: d0df9a9e-9ac8-4fbe-8f4f-e0d3adf7ecc7 [pid: 8|app: 0|req: 268/506] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:30 2026] GET /v2.0/ports?device_id=4365cbb5-f7ac-4f97-8f4c-f4717fc795f2 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:31:30.320 7 INFO neutron_taas.services.taas.taas_plugin [None req-3d2ab7cb-a5af-43a4-86a1-658c1293d472 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: 6d1c4fb3-6fe8-4fb1-901b-951b871f2273 2026-04-26 09:31:30.323 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d2ab7cb-a5af-43a4-86a1-658c1293d472 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: 6d1c4fb3-6fe8-4fb1-901b-951b871f2273 [pid: 8|app: 0|req: 269/507] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:30 2026] GET /v2.0/ports?device_id=616217a7-ed90-4d2f-b904-44e01c6ab7bb => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:31:30.673 7 INFO neutron.services.segments.plugin [-] Segment db9e0ea0-d355-46ef-80c2-a3c2af4cf763 resource provider aggregate not found 2026-04-26 09:31:30.674 7 INFO neutron.services.segments.plugin [-] Segment db9e0ea0-d355-46ef-80c2-a3c2af4cf763 resource provider aggregate not found 2026-04-26 09:31:30.696 7 INFO neutron.db.l3_hamode_db [None req-3d2ab7cb-a5af-43a4-86a1-658c1293d472 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] HA network 2f7b74cc-497b-4938-a947-91d59690c682 was deleted as no HA routers are present in tenant 76f9c60909804a9bb7af2fa9976e7abb. 2026-04-26 09:31:30.697 7 INFO neutron.services.segments.plugin [-] Segment db9e0ea0-d355-46ef-80c2-a3c2af4cf763 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db9e0ea0-d355-46ef-80c2-a3c2af4cf763 found for delete ", "request_id": "req-80797080-8280-4412-8063-ca65bb967f4f"}]} 2026-04-26 09:31:30.706 7 INFO neutron.services.segments.plugin [-] Segment db9e0ea0-d355-46ef-80c2-a3c2af4cf763 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db9e0ea0-d355-46ef-80c2-a3c2af4cf763 found for delete ", "request_id": "req-4c2a9227-2feb-43a7-bfff-bc6fe872b76a"}]} [pid: 7|app: 0|req: 239/508] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:31:29 2026] DELETE /v2.0/routers/0b2b3995-28aa-4f9a-8877-32932e36242c => generated 0 bytes in 755 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/509] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:31:30 2026] DELETE /v2.0/subnets/2e037fdc-e5e1-48bc-82e1-ac2766efb016 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:31:30.944 7 INFO neutron_taas.services.taas.taas_plugin [None req-972aa762-8e56-44e7-8614-48770f690180 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: c4e22d46-dae4-4395-b477-32f4467411ce 2026-04-26 09:31:30.947 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-972aa762-8e56-44e7-8614-48770f690180 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: c4e22d46-dae4-4395-b477-32f4467411ce [pid: 7|app: 0|req: 240/510] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:31:30 2026] DELETE /v2.0/networks/ed04bf28-2dc9-4bfa-aa7c-011786d2f529 => 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: 271/511] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:31:31 2026] GET /v2.0/security-groups?tenant_id=76f9c60909804a9bb7af2fa9976e7abb&name=default => generated 2921 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/512] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:31:31 2026] DELETE /v2.0/security-groups/5d1e4586-be92-43e5-b78d-91120a41424d => 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: 272/513] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:31:31 2026] DELETE /v2.0/security-groups/5e8f4964-6f8c-44b4-8895-72a08243f10e => 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: 242/514] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:31 2026] GET /v2.0/ports?device_id=616217a7-ed90-4d2f-b904-44e01c6ab7bb => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:31:31.498 8 INFO neutron.api.v2.resource [None req-ccbef2e5-add5-4167-b43a-66b1e4e4722e 81b9942931fd4ee7a2eea494d413df4a e9d9640b5f354726b6885b2d6c6ac0e9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 273/515] 10.0.0.126 () {32 vars in 737 bytes} [Sun Apr 26 09:31:31 2026] GET /v2.0/security-groups/5e8f4964-6f8c-44b4-8895-72a08243f10e => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:31:32.159 7 INFO neutron_taas.services.taas.taas_plugin [None req-e10880aa-5f07-4fe8-be67-307a8302ed6a 81b9942931fd4ee7a2eea494d413df4a e9d9640b5f354726b6885b2d6c6ac0e9 - - default default] TaaS: Handle Delete Port: 94533bc3-cc7b-41a3-9395-d5f22cc0b151 2026-04-26 09:31:32.165 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e10880aa-5f07-4fe8-be67-307a8302ed6a 81b9942931fd4ee7a2eea494d413df4a e9d9640b5f354726b6885b2d6c6ac0e9 - - default default] Tap Mirror: Handle Delete Port: 94533bc3-cc7b-41a3-9395-d5f22cc0b151 [pid: 7|app: 0|req: 243/516] 10.0.0.126 () {32 vars in 732 bytes} [Sun Apr 26 09:31:31 2026] DELETE /v2.0/floatingips/a5231964-9efa-4bea-92f6-011cce3c9858 => generated 0 bytes in 837 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:31:32.723 7 INFO neutron.services.segments.plugin [-] Segment b563edf5-b96a-49bd-aa1a-71e0b87bd0e9 resource provider aggregate not found 2026-04-26 09:31:32.741 7 INFO neutron.services.segments.plugin [-] Segment b563edf5-b96a-49bd-aa1a-71e0b87bd0e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b563edf5-b96a-49bd-aa1a-71e0b87bd0e9 found for delete ", "request_id": "req-4f499077-9e3a-4bcf-a31c-619227fd5b7b"}]} 2026-04-26 09:31:32.742 7 INFO neutron.services.segments.plugin [-] Segment b563edf5-b96a-49bd-aa1a-71e0b87bd0e9 resource provider aggregate not found 2026-04-26 09:31:32.772 7 INFO neutron.services.segments.plugin [-] Segment b563edf5-b96a-49bd-aa1a-71e0b87bd0e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b563edf5-b96a-49bd-aa1a-71e0b87bd0e9 found for delete ", "request_id": "req-02586de1-f462-4191-84a8-2ef73f6b4a20"}]} 2026-04-26 09:31:32.805 8 INFO neutron_taas.services.taas.taas_plugin [None req-58a1c8f5-ced2-40c4-b5e3-7fb678fff84b 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: a30e8abc-095d-49b5-86aa-f9ed3dbc4881 2026-04-26 09:31:32.808 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58a1c8f5-ced2-40c4-b5e3-7fb678fff84b 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: a30e8abc-095d-49b5-86aa-f9ed3dbc4881 2026-04-26 09:31:33.139 7 INFO neutron_taas.services.taas.taas_plugin [None req-27e65157-dd9d-4777-9111-f0b71e91efa4 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: b99ccf67-d73f-4e71-ad56-1b901f29b305 2026-04-26 09:31:33.143 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27e65157-dd9d-4777-9111-f0b71e91efa4 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: b99ccf67-d73f-4e71-ad56-1b901f29b305 [pid: 8|app: 0|req: 274/517] 10.0.0.126 () {34 vars in 789 bytes} [Sun Apr 26 09:31:32 2026] PUT /v2.0/routers/1db82618-2743-4653-85fd-05b023913287/remove_router_interface => generated 309 bytes in 1185 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/518] 10.0.0.126 () {34 vars in 789 bytes} [Sun Apr 26 09:31:32 2026] PUT /v2.0/routers/b4a2edf5-7899-403c-9a27-856f2769db64/remove_router_interface => generated 309 bytes in 1071 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:31:33.859 7 INFO neutron_taas.services.taas.taas_plugin [None req-f9ed4860-66b3-47ee-aaa4-09fb86ce006e 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: b5196f5b-4cf2-4b8d-8fe1-49cf09c311dc 2026-04-26 09:31:33.862 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9ed4860-66b3-47ee-aaa4-09fb86ce006e 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: b5196f5b-4cf2-4b8d-8fe1-49cf09c311dc 2026-04-26 09:31:33.895 8 INFO neutron.db.segments_db [None req-283bdb9d-8b7a-42ea-b12d-e5de57c355b7 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Added segment c075c3c5-3bfc-4264-b17d-19f949e2f96f of type vxlan for network 628be903-81e2-4ec6-9098-f6723e07b973 [pid: 8|app: 0|req: 275/519] 10.0.0.126 () {34 vars in 671 bytes} [Sun Apr 26 09:31:33 2026] POST /v2.0/networks => generated 724 bytes in 456 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:31:34.144 7 INFO neutron_taas.services.taas.taas_plugin [None req-f9ed4860-66b3-47ee-aaa4-09fb86ce006e 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: 372efbc4-62e9-434a-b223-d9e6cf804175 2026-04-26 09:31:34.147 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9ed4860-66b3-47ee-aaa4-09fb86ce006e 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: 372efbc4-62e9-434a-b223-d9e6cf804175 2026-04-26 09:31:34.214 8 INFO neutron_taas.services.taas.taas_plugin [None req-e755c3c8-7002-4232-a98b-b15e890a523c 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: 2960607a-306e-4ab6-886f-5f03066e8991 2026-04-26 09:31:34.217 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e755c3c8-7002-4232-a98b-b15e890a523c 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: 2960607a-306e-4ab6-886f-5f03066e8991 2026-04-26 09:31:34.469 8 INFO neutron_taas.services.taas.taas_plugin [None req-e755c3c8-7002-4232-a98b-b15e890a523c 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: 78ed6e92-f2ff-4005-ae40-ada097dd01e9 2026-04-26 09:31:34.472 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e755c3c8-7002-4232-a98b-b15e890a523c 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: 78ed6e92-f2ff-4005-ae40-ada097dd01e9 2026-04-26 09:31:34.566 7 INFO neutron.db.l3_hamode_db [None req-f9ed4860-66b3-47ee-aaa4-09fb86ce006e 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] HA network b5de0df7-3c76-4f69-bc30-aea1c029159a was deleted as no HA routers are present in tenant e9d9640b5f354726b6885b2d6c6ac0e9. [pid: 7|app: 0|req: 245/520] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:31:33 2026] DELETE /v2.0/routers/1db82618-2743-4653-85fd-05b023913287 => generated 0 bytes in 928 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:31:34.765 7 INFO neutron.services.segments.plugin [-] Segment 6b5f7860-bffe-4e08-8b60-e869c857e772 resource provider aggregate not found 2026-04-26 09:31:34.792 7 INFO neutron.services.segments.plugin [-] Segment 6b5f7860-bffe-4e08-8b60-e869c857e772 resource provider aggregate not found 2026-04-26 09:31:34.807 7 INFO neutron.services.segments.plugin [-] Segment 6b5f7860-bffe-4e08-8b60-e869c857e772 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b5f7860-bffe-4e08-8b60-e869c857e772 found for delete ", "request_id": "req-dc82d69e-3058-4899-b7bd-f9fb7e153666"}]} 2026-04-26 09:31:34.818 7 INFO neutron.services.segments.plugin [-] Segment 6b5f7860-bffe-4e08-8b60-e869c857e772 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b5f7860-bffe-4e08-8b60-e869c857e772 found for delete ", "request_id": "req-52b113a6-5ffc-4c46-b596-d211b0e0d48e"}]} [pid: 7|app: 0|req: 248/523] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:31:34 2026] POST /v2.0/subnets => generated 690 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:31:34.871 8 INFO neutron.services.segments.plugin [-] Segment 4669bbc5-a1ef-44ac-81a6-b7bec511e805 resource provider aggregate not found 2026-04-26 09:31:34.875 8 INFO neutron.services.segments.plugin [-] Segment 4669bbc5-a1ef-44ac-81a6-b7bec511e805 resource provider aggregate not found 2026-04-26 09:31:34.893 8 INFO neutron.services.segments.plugin [-] Segment 4669bbc5-a1ef-44ac-81a6-b7bec511e805 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4669bbc5-a1ef-44ac-81a6-b7bec511e805 found for delete ", "request_id": "req-4eb37589-2aef-4439-a5c1-d24190d6ca86"}]} 2026-04-26 09:31:34.894 8 INFO neutron.services.segments.plugin [-] Segment 4669bbc5-a1ef-44ac-81a6-b7bec511e805 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4669bbc5-a1ef-44ac-81a6-b7bec511e805 found for delete ", "request_id": "req-0cb2dd61-a268-466f-b085-6eccf861897c"}]} 2026-04-26 09:31:34.900 8 INFO neutron.db.l3_hamode_db [None req-e755c3c8-7002-4232-a98b-b15e890a523c 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] HA network 02e5ff93-6a10-4c77-9e41-fb5097f086c2 was deleted as no HA routers are present in tenant 408a386550ec4dd1afe889ee5efd86a0. [pid: 8|app: 0|req: 276/524] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:31:33 2026] DELETE /v2.0/routers/b4a2edf5-7899-403c-9a27-856f2769db64 => generated 0 bytes in 920 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:31:34.946 8 INFO neutron.db.segments_db [None req-6930510d-309b-41c1-9161-c7c7b60db0c3 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Added segment b07dd0c3-a43b-4f31-a6f9-40d9ad842a19 of type vxlan for network 763b699a-bd61-4fe4-8068-374e77ab22f4 [pid: 7|app: 0|req: 249/525] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:31:34 2026] DELETE /v2.0/subnets/3bda52fb-97f0-44b4-b264-491b2fb0b659 => 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: 250/526] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:31:34 2026] DELETE /v2.0/subnets/dc5cd411-ff68-44ef-8f2f-d3db5fd80007 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:31:35.193 8 INFO neutron.db.l3_hamode_db [None req-6930510d-309b-41c1-9161-c7c7b60db0c3 67e79c91acc742b68c9b7d2ea1d363f5 61d7c9096ad6435ea543ecaf20ad75a9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-26 09:31:35.261 7 INFO neutron_taas.services.taas.taas_plugin [None req-b17edf9d-51cd-449d-bb60-f0f36078c25c 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: b5c31bc1-210f-4140-81a2-5fddbb367b1e 2026-04-26 09:31:35.265 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b17edf9d-51cd-449d-bb60-f0f36078c25c 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: b5c31bc1-210f-4140-81a2-5fddbb367b1e [pid: 7|app: 0|req: 251/527] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:31:35 2026] DELETE /v2.0/networks/e7330b2c-0361-4f86-b460-fe49644edfea => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:31:35.605 7 INFO neutron_taas.services.taas.taas_plugin [None req-08fbea77-9e5a-4b46-a862-3dace480a5f1 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: ea976214-0e20-4d3c-9712-aa3929119bf7 2026-04-26 09:31:35.609 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08fbea77-9e5a-4b46-a862-3dace480a5f1 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: ea976214-0e20-4d3c-9712-aa3929119bf7 [pid: 7|app: 0|req: 252/528] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:31:35 2026] DELETE /v2.0/networks/e4140f65-04d4-441d-b914-61c8db49e5d4 => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/529] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:31:35 2026] GET /v2.0/security-groups?tenant_id=e9d9640b5f354726b6885b2d6c6ac0e9&name=default => generated 2921 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/530] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:31:35 2026] DELETE /v2.0/security-groups/fb78198b-26ab-4adf-a3ca-d6a4f4bed4a7 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:31:36.002 8 INFO neutron.db.l3_hamode_db [None req-6930510d-309b-41c1-9161-c7c7b60db0c3 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 255/531] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:31:36 2026] GET /v2.0/security-groups?tenant_id=408a386550ec4dd1afe889ee5efd86a0&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/532] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:31:36 2026] DELETE /v2.0/security-groups/8af447b4-8e2e-4ff5-b2d7-fdda66cb9615 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:31:36.828 7 INFO neutron.services.segments.plugin [-] Segment 7af757c1-88a4-4968-bfb2-8e9c3f834154 resource provider aggregate not found 2026-04-26 09:31:36.843 7 INFO neutron.services.segments.plugin [-] Segment 7af757c1-88a4-4968-bfb2-8e9c3f834154 resource provider aggregate not found 2026-04-26 09:31:36.848 7 INFO neutron.services.segments.plugin [-] Segment 7af757c1-88a4-4968-bfb2-8e9c3f834154 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7af757c1-88a4-4968-bfb2-8e9c3f834154 found for delete ", "request_id": "req-54eb68c1-3ffd-49d7-85cf-0c56dcae4d54"}]} 2026-04-26 09:31:36.862 7 INFO neutron.services.segments.plugin [-] Segment 7af757c1-88a4-4968-bfb2-8e9c3f834154 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7af757c1-88a4-4968-bfb2-8e9c3f834154 found for delete ", "request_id": "req-6ed0e7f2-6b23-4157-9737-b182e9af764a"}]} 2026-04-26 09:31:36.867 7 INFO neutron.services.segments.plugin [-] Segment 47dbcf7a-50ee-4a20-ab8f-02444438b76f resource provider aggregate not found 2026-04-26 09:31:36.896 7 INFO neutron.services.segments.plugin [-] Segment 47dbcf7a-50ee-4a20-ab8f-02444438b76f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47dbcf7a-50ee-4a20-ab8f-02444438b76f found for delete ", "request_id": "req-c8ce7f01-9f6e-4e33-a6e2-38adaa2f200d"}]} 2026-04-26 09:31:36.902 7 INFO neutron.services.segments.plugin [-] Segment 47dbcf7a-50ee-4a20-ab8f-02444438b76f resource provider aggregate not found 2026-04-26 09:31:36.919 7 INFO neutron.services.segments.plugin [-] Segment 47dbcf7a-50ee-4a20-ab8f-02444438b76f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47dbcf7a-50ee-4a20-ab8f-02444438b76f found for delete ", "request_id": "req-6be1689f-6a94-45a8-9a94-52885ef07512"}]} [pid: 8|app: 0|req: 277/533] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:31:34 2026] POST /v2.0/routers => generated 730 bytes in 2094 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:31:38.338 8 INFO neutron.db.segments_db [None req-c2718e2e-aa19-49d3-8571-e9d3d93d0b75 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Added segment 7471e539-4f13-48e1-be21-274d5b34e8f8 of type vxlan for network db81a44b-0e21-40a4-b5e7-2a636f3116a4 [pid: 8|app: 0|req: 278/534] 10.0.0.126 () {34 vars in 671 bytes} [Sun Apr 26 09:31:37 2026] POST /v2.0/networks => generated 724 bytes in 518 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/535] 10.0.0.126 () {34 vars in 783 bytes} [Sun Apr 26 09:31:37 2026] PUT /v2.0/routers/55ef294c-1947-4354-88ea-15f8d184f36d/add_router_interface => generated 309 bytes in 1462 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/536] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:31:38 2026] POST /v2.0/subnets => generated 690 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:31:38.703 7 INFO neutron.db.segments_db [None req-eb006a1a-69b6-4a8f-b6ec-e7fd2fd92b60 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Added segment 27e138e8-af0b-46fe-83c8-f2c369900ffb of type vxlan for network 7e0921ed-05e3-4938-9d14-3e4fa6377dda 2026-04-26 09:31:39.018 7 INFO neutron.db.l3_hamode_db [None req-eb006a1a-69b6-4a8f-b6ec-e7fd2fd92b60 67e79c91acc742b68c9b7d2ea1d363f5 38558093228940eea3a04bc9015ee0b0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 280/537] 10.0.0.126 () {34 vars in 685 bytes} [Sun Apr 26 09:31:39 2026] POST /v2.0/security-groups => generated 1661 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/538] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:31:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/539] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:31:39 2026] POST /v2.0/security-group-rules => generated 602 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:31:39.815 7 INFO neutron.db.l3_hamode_db [None req-eb006a1a-69b6-4a8f-b6ec-e7fd2fd92b60 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 283/540] 10.0.0.166 () {34 vars in 990 bytes} [Sun Apr 26 09:31:39 2026] GET /v2.0/ports?device_id=bc2b43c4-39a1-489e-bdb6-199568a8205d => generated 1244 bytes in 389 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/541] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:31:38 2026] POST /v2.0/routers => generated 730 bytes in 2104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/542] 10.0.0.166 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:40 2026] GET /v2.0/security-groups?id=d1a32438-f4f2-4142-95f1-545df1ddba98&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: 284/543] 10.0.0.126 () {34 vars in 676 bytes} [Sun Apr 26 09:31:39 2026] POST /v2.0/floatingips => generated 552 bytes in 1167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/544] 10.0.0.205 () {34 vars in 1100 bytes} [Sun Apr 26 09:31:41 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1228123132&fields=id&tenant_id=61d7c9096ad6435ea543ecaf20ad75a9 => generated 69 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/545] 10.0.0.205 () {34 vars in 982 bytes} [Sun Apr 26 09:31:41 2026] GET /v2.0/networks?id=628be903-81e2-4ec6-9098-f6723e07b973 => 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: 287/546] 10.0.0.205 () {34 vars in 965 bytes} [Sun Apr 26 09:31:41 2026] GET /v2.0/quotas/61d7c9096ad6435ea543ecaf20ad75a9 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/547] 10.0.0.205 () {34 vars in 1002 bytes} [Sun Apr 26 09:31:41 2026] GET /v2.0/ports?tenant_id=61d7c9096ad6435ea543ecaf20ad75a9&fields=id => generated 57 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/548] 10.0.0.126 () {34 vars in 783 bytes} [Sun Apr 26 09:31:40 2026] PUT /v2.0/routers/2241a2da-7d07-4fdb-863b-f618b11a99c8/add_router_interface => generated 309 bytes in 1234 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/549] 10.0.0.205 () {34 vars in 907 bytes} [Sun Apr 26 09:31:42 2026] GET /v2.0/extensions => generated 21537 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/550] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:31:41 2026] GET /v2.0/security-groups?tenant_id=71e57d400baf4acc8dd117e62d064249&name=default => generated 2925 bytes in 397 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/551] 10.0.0.205 () {34 vars in 1008 bytes} [Sun Apr 26 09:31:42 2026] GET /v2.0/networks/628be903-81e2-4ec6-9098-f6723e07b973?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/552] 10.0.0.205 () {34 vars in 1108 bytes} [Sun Apr 26 09:31:42 2026] GET /v2.0/networks/628be903-81e2-4ec6-9098-f6723e07b973?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: 290/553] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:31:42 2026] DELETE /v2.0/security-groups/7407b5e2-08b1-4c4d-a980-7385d1714c5a => 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: 291/554] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:42 2026] GET /v2.0/ports?device_id=37031f33-86aa-4969-83e2-d1d32d606b44 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/555] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:31:42 2026] GET /v2.0/security-groups?tenant_id=78586dfe9bbb4305b1c3bff315a91f27&name=default => generated 2925 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/556] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:31:42 2026] DELETE /v2.0/security-groups/53b1a2d5-dd32-474d-a352-62967a7cb750 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/557] 10.0.0.126 () {34 vars in 685 bytes} [Sun Apr 26 09:31:42 2026] POST /v2.0/security-groups => generated 1659 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/558] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:31:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/559] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:31:43 2026] POST /v2.0/security-group-rules => generated 602 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/560] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:43 2026] GET /v2.0/ports?device_id=37031f33-86aa-4969-83e2-d1d32d606b44 => 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: 294/561] 10.0.0.126 () {34 vars in 676 bytes} [Sun Apr 26 09:31:43 2026] POST /v2.0/floatingips => generated 552 bytes in 634 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/562] 10.0.0.205 () {34 vars in 1098 bytes} [Sun Apr 26 09:31:44 2026] GET /v2.0/security-groups?name=tempest-securitygroup--875076901&fields=id&tenant_id=38558093228940eea3a04bc9015ee0b0 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/563] 10.0.0.205 () {34 vars in 982 bytes} [Sun Apr 26 09:31:44 2026] GET /v2.0/networks?id=db81a44b-0e21-40a4-b5e7-2a636f3116a4 => generated 675 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/564] 10.0.0.205 () {34 vars in 965 bytes} [Sun Apr 26 09:31:44 2026] GET /v2.0/quotas/38558093228940eea3a04bc9015ee0b0 => 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: 296/565] 10.0.0.205 () {34 vars in 1002 bytes} [Sun Apr 26 09:31:44 2026] GET /v2.0/ports?tenant_id=38558093228940eea3a04bc9015ee0b0&fields=id => generated 103 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/566] 10.0.0.205 () {34 vars in 1008 bytes} [Sun Apr 26 09:31:44 2026] GET /v2.0/networks/db81a44b-0e21-40a4-b5e7-2a636f3116a4?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: 271/567] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:44 2026] GET /v2.0/ports?device_id=37031f33-86aa-4969-83e2-d1d32d606b44 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/568] 10.0.0.205 () {34 vars in 1108 bytes} [Sun Apr 26 09:31:44 2026] GET /v2.0/networks/db81a44b-0e21-40a4-b5e7-2a636f3116a4?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: 272/569] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:44 2026] GET /v2.0/ports?device_id=a375d620-80c6-4b57-a120-f8ec582d0af4 => 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: 298/570] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:45 2026] GET /v2.0/ports?device_id=37031f33-86aa-4969-83e2-d1d32d606b44 => 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: 273/571] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:46 2026] GET /v2.0/ports?device_id=a375d620-80c6-4b57-a120-f8ec582d0af4 => 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: 299/572] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:46 2026] GET /v2.0/ports?device_id=37031f33-86aa-4969-83e2-d1d32d606b44 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/573] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:31:46 2026] GET /v2.0/networks?id=628be903-81e2-4ec6-9098-f6723e07b973 => generated 675 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/574] 199.204.45.223 () {34 vars in 1050 bytes} [Sun Apr 26 09:31:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=61d7c9096ad6435ea543ecaf20ad75a9 => generated 181 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/575] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:47 2026] GET /v2.0/ports?device_id=a375d620-80c6-4b57-a120-f8ec582d0af4 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/576] 199.204.45.223 () {38 vars in 955 bytes} [Sun Apr 26 09:31:47 2026] POST /v2.0/ports => generated 958 bytes in 395 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: 302/577] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:31:47 2026] GET /v2.0/security-groups?tenant_id=16f51d6a075d4b46b8e023a9eb42647b&name=default => generated 2925 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/578] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:31:47 2026] DELETE /v2.0/security-groups/f7de4a40-9bd6-4bed-88a1-43493f600cd6 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/579] 199.204.45.223 () {38 vars in 1028 bytes} [Sun Apr 26 09:31:47 2026] PUT /v2.0/ports/6af115f0-13a4-45b3-b76d-a9c0afb188f5 => generated 1239 bytes in 428 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:31:47.912 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8a3f5172-49af-4e92-b9f8-c27a8cbde463'] response: {'name': 'network-changed', 'server_uuid': '37031f33-86aa-4969-83e2-d1d32d606b44', 'tag': '6af115f0-13a4-45b3-b76d-a9c0afb188f5', '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: 304/580] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:31:47 2026] GET /v2.0/security-groups?tenant_id=e4fc30e95657487cbb0ae90e21649aee&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/581] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:48 2026] GET /v2.0/ports?device_id=37031f33-86aa-4969-83e2-d1d32d606b44 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/582] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:48 2026] GET /v2.0/security-groups?id=c397f5f6-7e6c-493c-a535-33e2b0a50904&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/583] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:31:48 2026] DELETE /v2.0/security-groups/3f24a7f5-4678-44a8-be72-507cea38c2a4 => 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: 279/584] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:48 2026] GET /v2.0/ports?device_id=a375d620-80c6-4b57-a120-f8ec582d0af4 => 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: 306/585] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:31:48 2026] GET /v2.0/ports?tenant_id=61d7c9096ad6435ea543ecaf20ad75a9&device_id=37031f33-86aa-4969-83e2-d1d32d606b44 => 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: 280/586] 199.204.45.223 () {34 vars in 1018 bytes} [Sun Apr 26 09:31:48 2026] GET /v2.0/networks?tenant_id=61d7c9096ad6435ea543ecaf20ad75a9&shared=False => generated 771 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/587] 199.204.45.223 () {34 vars in 930 bytes} [Sun Apr 26 09:31:48 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/590] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:49 2026] GET /v2.0/ports?device_id=37031f33-86aa-4969-83e2-d1d32d606b44 => generated 973 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/591] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:49 2026] GET /v2.0/security-groups?id=c397f5f6-7e6c-493c-a535-33e2b0a50904&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: 283/592] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:31:49 2026] GET /v2.0/networks?id=db81a44b-0e21-40a4-b5e7-2a636f3116a4 => generated 675 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/593] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:49 2026] GET /v2.0/ports?device_id=a375d620-80c6-4b57-a120-f8ec582d0af4 => 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: 310/594] 199.204.45.223 () {34 vars in 1050 bytes} [Sun Apr 26 09:31:49 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=38558093228940eea3a04bc9015ee0b0 => generated 180 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/595] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:31:49 2026] GET /v2.0/ports?tenant_id=61d7c9096ad6435ea543ecaf20ad75a9&device_id=37031f33-86aa-4969-83e2-d1d32d606b44 => 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: 312/596] 199.204.45.223 () {34 vars in 1060 bytes} [Sun Apr 26 09:31:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=6af115f0-13a4-45b3-b76d-a9c0afb188f5 => 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: 313/597] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:31:49 2026] GET /v2.0/subnets?id=94abb97c-57aa-4f7e-a5c3-472b3f62c588 => generated 693 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/598] 199.204.45.223 () {38 vars in 955 bytes} [Sun Apr 26 09:31:49 2026] POST /v2.0/ports => generated 954 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 314/599] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:31:49 2026] GET /v2.0/ports?network_id=628be903-81e2-4ec6-9098-f6723e07b973&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: 315/600] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:31:49 2026] GET /v2.0/networks/628be903-81e2-4ec6-9098-f6723e07b973?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: 316/601] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:31:49 2026] GET /v2.0/networks/628be903-81e2-4ec6-9098-f6723e07b973?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: 286/602] 199.204.45.223 () {38 vars in 1028 bytes} [Sun Apr 26 09:31:49 2026] PUT /v2.0/ports/376feea7-6b07-4325-9b18-97d2d4c18132 => generated 1235 bytes in 440 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:31:50.160 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c58675b7-7d75-442a-adc8-4ee1d0065cd2'] response: {'name': 'network-changed', 'server_uuid': 'a375d620-80c6-4b57-a120-f8ec582d0af4', 'tag': '376feea7-6b07-4325-9b18-97d2d4c18132', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 317/603] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:50 2026] GET /v2.0/ports?device_id=37031f33-86aa-4969-83e2-d1d32d606b44 => generated 973 bytes in 85 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: 287/604] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:50 2026] GET /v2.0/ports?device_id=a375d620-80c6-4b57-a120-f8ec582d0af4 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/605] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:50 2026] GET /v2.0/security-groups?id=c397f5f6-7e6c-493c-a535-33e2b0a50904&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: 288/606] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:50 2026] GET /v2.0/security-groups?id=5fab46fe-6896-4053-89f0-445f4532ccd5&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: 319/607] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:31:50 2026] GET /v2.0/ports?tenant_id=38558093228940eea3a04bc9015ee0b0&device_id=a375d620-80c6-4b57-a120-f8ec582d0af4 => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/608] 199.204.45.223 () {34 vars in 1018 bytes} [Sun Apr 26 09:31:50 2026] GET /v2.0/networks?tenant_id=38558093228940eea3a04bc9015ee0b0&shared=False => generated 771 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/609] 199.204.45.223 () {34 vars in 930 bytes} [Sun Apr 26 09:31:50 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/610] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:51 2026] GET /v2.0/ports?device_id=37031f33-86aa-4969-83e2-d1d32d606b44 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/611] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:51 2026] GET /v2.0/security-groups?id=c397f5f6-7e6c-493c-a535-33e2b0a50904&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/612] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:51 2026] GET /v2.0/ports?device_id=a375d620-80c6-4b57-a120-f8ec582d0af4 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/613] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:51 2026] GET /v2.0/security-groups?id=5fab46fe-6896-4053-89f0-445f4532ccd5&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/614] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:31:51 2026] GET /v2.0/ports?tenant_id=38558093228940eea3a04bc9015ee0b0&device_id=a375d620-80c6-4b57-a120-f8ec582d0af4 => generated 1238 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/615] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Apr 26 09:31:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=376feea7-6b07-4325-9b18-97d2d4c18132 => 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: 323/616] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:31:51 2026] GET /v2.0/subnets?id=8ae78e6d-de78-4f8a-bad0-f2674dd562ab => 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: 294/617] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:31:51 2026] GET /v2.0/ports?network_id=db81a44b-0e21-40a4-b5e7-2a636f3116a4&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: 8|app: 0|req: 324/618] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:31:52 2026] GET /v2.0/networks/db81a44b-0e21-40a4-b5e7-2a636f3116a4?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: 295/619] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:31:52 2026] GET /v2.0/networks/db81a44b-0e21-40a4-b5e7-2a636f3116a4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/620] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:52 2026] GET /v2.0/ports?device_id=37031f33-86aa-4969-83e2-d1d32d606b44 => generated 973 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/621] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:52 2026] GET /v2.0/ports?device_id=a375d620-80c6-4b57-a120-f8ec582d0af4 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/622] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:52 2026] GET /v2.0/security-groups?id=c397f5f6-7e6c-493c-a535-33e2b0a50904&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/623] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:52 2026] GET /v2.0/security-groups?id=5fab46fe-6896-4053-89f0-445f4532ccd5&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/624] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:31:52 2026] GET /v2.0/security-groups?tenant_id=bf51680adc0046c2844265029eb71dd5&name=default => generated 2925 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/625] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:31:52 2026] DELETE /v2.0/security-groups/2f6ad5c3-02f8-43c3-80d5-f87ca7ed3329 => 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: 301/626] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:53 2026] GET /v2.0/ports?device_id=a375d620-80c6-4b57-a120-f8ec582d0af4 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/627] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:53 2026] GET /v2.0/ports?device_id=37031f33-86aa-4969-83e2-d1d32d606b44 => generated 973 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/628] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:53 2026] GET /v2.0/security-groups?id=5fab46fe-6896-4053-89f0-445f4532ccd5&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: 327/629] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:53 2026] GET /v2.0/security-groups?id=c397f5f6-7e6c-493c-a535-33e2b0a50904&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/630] 10.0.0.126 () {32 vars in 653 bytes} [Sun Apr 26 09:31:54 2026] GET /v2.0/extensions => generated 21537 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/631] 10.0.0.126 () {32 vars in 681 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/632] 10.0.0.126 () {32 vars in 681 bytes} [Sun Apr 26 09:31:55 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: 329/633] 10.0.0.126 () {32 vars in 729 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/634] 10.0.0.126 () {32 vars in 665 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/agent => generated 153 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/635] 10.0.0.126 () {32 vars in 699 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/636] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/ports?device_id=a375d620-80c6-4b57-a120-f8ec582d0af4 => 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: 331/637] 10.0.0.126 () {32 vars in 697 bytes} [Sun Apr 26 09:31:55 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: 307/638] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/ports?device_id=37031f33-86aa-4969-83e2-d1d32d606b44 => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/639] 10.0.0.126 () {32 vars in 701 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/640] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/security-groups?id=5fab46fe-6896-4053-89f0-445f4532ccd5&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: 333/641] 10.0.0.126 () {32 vars in 689 bytes} [Sun Apr 26 09:31:55 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: 334/642] 10.0.0.126 () {32 vars in 703 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/643] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/security-groups?id=c397f5f6-7e6c-493c-a535-33e2b0a50904&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/644] 10.0.0.126 () {32 vars in 693 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/645] 10.0.0.126 () {32 vars in 695 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/646] 10.0.0.126 () {32 vars in 685 bytes} [Sun Apr 26 09:31:55 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: 311/647] 10.0.0.126 () {32 vars in 687 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/648] 10.0.0.126 () {32 vars in 661 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/649] 10.0.0.126 () {32 vars in 699 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/650] 10.0.0.126 () {32 vars in 679 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/651] 10.0.0.126 () {32 vars in 683 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/652] 10.0.0.126 () {32 vars in 675 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/653] 10.0.0.126 () {32 vars in 689 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/654] 10.0.0.126 () {32 vars in 723 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/655] 10.0.0.126 () {32 vars in 687 bytes} [Sun Apr 26 09:31:55 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: 341/656] 10.0.0.126 () {32 vars in 669 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/657] 10.0.0.126 () {32 vars in 687 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/658] 10.0.0.126 () {32 vars in 681 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/659] 10.0.0.126 () {32 vars in 699 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/660] 10.0.0.126 () {32 vars in 679 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/661] 10.0.0.126 () {32 vars in 667 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/router => generated 256 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/662] 10.0.0.126 () {32 vars in 677 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/663] 10.0.0.126 () {32 vars in 665 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/l3-ha => 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: 345/664] 10.0.0.126 () {32 vars in 675 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/l3-flavors => 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: 320/665] 10.0.0.126 () {32 vars in 713 bytes} [Sun Apr 26 09:31:55 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: 346/666] 10.0.0.126 () {32 vars in 691 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/667] 10.0.0.126 () {32 vars in 683 bytes} [Sun Apr 26 09:31:55 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: 347/668] 10.0.0.126 () {32 vars in 669 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/669] 10.0.0.126 () {32 vars in 687 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/670] 10.0.0.126 () {32 vars in 705 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/671] 10.0.0.126 () {32 vars in 675 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/672] 10.0.0.126 () {32 vars in 701 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/673] 10.0.0.126 () {32 vars in 675 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/674] 10.0.0.126 () {32 vars in 693 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/675] 10.0.0.126 () {32 vars in 689 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/676] 10.0.0.126 () {32 vars in 709 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/677] 10.0.0.126 () {32 vars in 705 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/678] 10.0.0.126 () {32 vars in 719 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/679] 10.0.0.126 () {32 vars in 697 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/680] 10.0.0.126 () {32 vars in 711 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/681] 10.0.0.126 () {32 vars in 669 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/binding => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/682] 10.0.0.126 () {32 vars in 687 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/683] 10.0.0.126 () {32 vars in 681 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/684] 10.0.0.126 () {32 vars in 675 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/685] 10.0.0.126 () {32 vars in 671 bytes} [Sun Apr 26 09:31:55 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: 356/686] 10.0.0.126 () {32 vars in 661 bytes} [Sun Apr 26 09:31:55 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: 331/687] 10.0.0.126 () {32 vars in 699 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/688] 10.0.0.126 () {32 vars in 699 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/689] 10.0.0.126 () {32 vars in 677 bytes} [Sun Apr 26 09:31:55 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: 358/690] 10.0.0.126 () {32 vars in 669 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/691] 10.0.0.126 () {32 vars in 683 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/692] 10.0.0.126 () {32 vars in 701 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/693] 10.0.0.126 () {32 vars in 685 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/694] 10.0.0.126 () {32 vars in 707 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/695] 10.0.0.126 () {32 vars in 669 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/696] 10.0.0.126 () {32 vars in 697 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/697] 10.0.0.126 () {32 vars in 695 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/698] 10.0.0.126 () {32 vars in 685 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/699] 10.0.0.126 () {32 vars in 689 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/700] 10.0.0.126 () {32 vars in 705 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/701] 10.0.0.126 () {32 vars in 667 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/quotas => 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: 364/702] 10.0.0.126 () {32 vars in 681 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/703] 10.0.0.126 () {32 vars in 681 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/704] 10.0.0.126 () {32 vars in 691 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/705] 10.0.0.126 () {32 vars in 691 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/706] 10.0.0.126 () {32 vars in 695 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/707] 10.0.0.126 () {32 vars in 685 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/708] 10.0.0.126 () {32 vars in 689 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/709] 10.0.0.126 () {32 vars in 701 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/710] 10.0.0.126 () {32 vars in 703 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/711] 10.0.0.126 () {32 vars in 713 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/712] 10.0.0.126 () {32 vars in 717 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/713] 10.0.0.126 () {32 vars in 715 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/714] 10.0.0.126 () {32 vars in 727 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/715] 10.0.0.126 () {32 vars in 741 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/716] 10.0.0.126 () {32 vars in 719 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/717] 10.0.0.126 () {32 vars in 683 bytes} [Sun Apr 26 09:31:55 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: 372/718] 10.0.0.126 () {32 vars in 669 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/segment => generated 145 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/719] 10.0.0.126 () {32 vars in 719 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/720] 10.0.0.126 () {32 vars in 679 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/721] 10.0.0.126 () {32 vars in 669 bytes} [Sun Apr 26 09:31:55 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/722] 10.0.0.126 () {32 vars in 697 bytes} [Sun Apr 26 09:31:56 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/723] 10.0.0.126 () {32 vars in 705 bytes} [Sun Apr 26 09:31:56 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/724] 10.0.0.126 () {32 vars in 701 bytes} [Sun Apr 26 09:31:56 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/725] 10.0.0.126 () {32 vars in 701 bytes} [Sun Apr 26 09:31:56 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/726] 10.0.0.126 () {32 vars in 683 bytes} [Sun Apr 26 09:31:56 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/727] 10.0.0.126 () {32 vars in 705 bytes} [Sun Apr 26 09:31:56 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/728] 10.0.0.126 () {32 vars in 695 bytes} [Sun Apr 26 09:31:56 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/729] 10.0.0.126 () {32 vars in 689 bytes} [Sun Apr 26 09:31:56 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/730] 10.0.0.126 () {32 vars in 697 bytes} [Sun Apr 26 09:31:56 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/731] 10.0.0.126 () {32 vars in 679 bytes} [Sun Apr 26 09:31:56 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/732] 10.0.0.126 () {32 vars in 689 bytes} [Sun Apr 26 09:31:56 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/733] 10.0.0.126 () {32 vars in 701 bytes} [Sun Apr 26 09:31:56 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/734] 10.0.0.126 () {32 vars in 665 bytes} [Sun Apr 26 09:31:56 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/735] 10.0.0.126 () {32 vars in 681 bytes} [Sun Apr 26 09:31:56 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/736] 10.0.0.126 () {32 vars in 677 bytes} [Sun Apr 26 09:31:56 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/737] 10.0.0.126 () {32 vars in 693 bytes} [Sun Apr 26 09:31:56 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/738] 10.0.0.126 () {32 vars in 677 bytes} [Sun Apr 26 09:31:56 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/739] 10.0.0.126 () {32 vars in 667 bytes} [Sun Apr 26 09:31:56 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/740] 10.0.0.126 () {32 vars in 663 bytes} [Sun Apr 26 09:31:56 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/741] 10.0.0.126 () {32 vars in 675 bytes} [Sun Apr 26 09:31:56 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/742] 10.0.0.126 () {32 vars in 687 bytes} [Sun Apr 26 09:31:56 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/743] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:56 2026] GET /v2.0/ports?device_id=a375d620-80c6-4b57-a120-f8ec582d0af4 => generated 969 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/744] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:56 2026] GET /v2.0/ports?device_id=37031f33-86aa-4969-83e2-d1d32d606b44 => generated 975 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/745] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:56 2026] GET /v2.0/security-groups?id=5fab46fe-6896-4053-89f0-445f4532ccd5&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: 386/746] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:56 2026] GET /v2.0/security-groups?id=c397f5f6-7e6c-493c-a535-33e2b0a50904&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: 361/747] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:56 2026] GET /v2.0/ports?device_id=37031f33-86aa-4969-83e2-d1d32d606b44 => 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: 362/748] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:56 2026] GET /v2.0/ports?device_id=bc2b43c4-39a1-489e-bdb6-199568a8205d => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:31:56.892 8 INFO neutron.db.l3_db [None req-350f8382-7981-4a89-b18d-4c49e801c70b ffc02fa60d894a728a06cb23917ee808 61d7c9096ad6435ea543ecaf20ad75a9 - - default default] Floating IP d64cd14a-db79-4990-8c02-a7d6a47fb96b associated. External IP: 10.96.250.216, port: 6af115f0-13a4-45b3-b76d-a9c0afb188f5. [pid: 7|app: 0|req: 363/749] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:31:56 2026] GET /v2.0/security-groups?tenant_id=7f429eced3b6468fb7ba3280966c191f&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: 364/750] 10.0.0.205 () {34 vars in 971 bytes} [Sun Apr 26 09:31:57 2026] GET /v2.0/ports/94eec9f6-1889-4aa0-9170-3c3b09398ea4 => generated 972 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/751] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:31:57 2026] DELETE /v2.0/security-groups/cd1d2bd7-bd98-4729-8fc7-bc9410fd4059 => 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: 387/752] 10.0.0.126 () {34 vars in 749 bytes} [Sun Apr 26 09:31:56 2026] PUT /v2.0/floatingips/d64cd14a-db79-4990-8c02-a7d6a47fb96b => generated 856 bytes in 719 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:31:57.297 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3fce7131-be64-4028-a65d-87e501a468b6'] response: {'name': 'network-changed', 'server_uuid': '37031f33-86aa-4969-83e2-d1d32d606b44', 'tag': '6af115f0-13a4-45b3-b76d-a9c0afb188f5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 366/753] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:57 2026] GET /v2.0/ports?device_id=a375d620-80c6-4b57-a120-f8ec582d0af4 => 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: 388/754] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:57 2026] GET /v2.0/security-groups?id=5fab46fe-6896-4053-89f0-445f4532ccd5&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/755] 199.204.45.223 () {34 vars in 1000 bytes} [Sun Apr 26 09:31:57 2026] GET /v2.0/subnets?network_id=89cdb7fc-89bb-4c72-8f47-0cc392cf3095 => generated 683 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/756] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:31:57 2026] GET /v2.0/ports?tenant_id=61d7c9096ad6435ea543ecaf20ad75a9&device_id=37031f33-86aa-4969-83e2-d1d32d606b44 => 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: 368/757] 199.204.45.223 () {34 vars in 1146 bytes} [Sun Apr 26 09:31:57 2026] GET /v2.0/ports?device_id=bc2b43c4-39a1-489e-bdb6-199568a8205d&device_owner=compute%3Anova&network_id=89cdb7fc-89bb-4c72-8f47-0cc392cf3095 => generated 975 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/758] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:31:57 2026] GET /v2.0/networks?id=628be903-81e2-4ec6-9098-f6723e07b973 => generated 771 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/759] 199.204.45.223 () {34 vars in 1060 bytes} [Sun Apr 26 09:31:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=6af115f0-13a4-45b3-b76d-a9c0afb188f5 => generated 859 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/760] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:31:57 2026] GET /v2.0/subnets?id=94abb97c-57aa-4f7e-a5c3-472b3f62c588 => generated 693 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/761] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:31:57 2026] GET /v2.0/ports?network_id=628be903-81e2-4ec6-9098-f6723e07b973&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/762] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:31:58 2026] GET /v2.0/networks/628be903-81e2-4ec6-9098-f6723e07b973?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: 395/763] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:31:58 2026] GET /v2.0/networks/628be903-81e2-4ec6-9098-f6723e07b973?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/764] 199.204.45.223 () {38 vars in 1028 bytes} [Sun Apr 26 09:31:57 2026] PUT /v2.0/ports/94eec9f6-1889-4aa0-9170-3c3b09398ea4 => generated 1149 bytes in 466 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:31:58.406 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f40bece-e8fa-4471-8990-86e34778ed2d'] response: {'name': 'network-changed', 'server_uuid': 'bc2b43c4-39a1-489e-bdb6-199568a8205d', 'tag': '94eec9f6-1889-4aa0-9170-3c3b09398ea4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 396/765] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:58 2026] GET /v2.0/ports?device_id=a375d620-80c6-4b57-a120-f8ec582d0af4 => generated 971 bytes in 85 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: 370/766] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:58 2026] GET /v2.0/security-groups?id=5fab46fe-6896-4053-89f0-445f4532ccd5&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: 8|app: 0|req: 397/767] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:58 2026] GET /v2.0/ports?device_id=a375d620-80c6-4b57-a120-f8ec582d0af4 => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/768] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:31:58 2026] GET /v2.0/ports?tenant_id=382e28f193644a4290cbdb2f3d137c5e&device_id=bc2b43c4-39a1-489e-bdb6-199568a8205d => generated 1421 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/769] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:31:58 2026] GET /v2.0/networks?id=89cdb7fc-89bb-4c72-8f47-0cc392cf3095 => generated 779 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/770] 199.204.45.223 () {34 vars in 1060 bytes} [Sun Apr 26 09:31:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=94eec9f6-1889-4aa0-9170-3c3b09398ea4 => generated 861 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/771] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Apr 26 09:31:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=94eec9f6-1889-4aa0-9170-3c3b09398ea4 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:31:59.288 8 INFO neutron.db.l3_db [None req-b52a1024-c29e-4019-834d-eb2a5cb40d9f 2ccaa69b6f0e48339e8391ed87a3a43c 38558093228940eea3a04bc9015ee0b0 - - default default] Floating IP 469975fb-dbf6-4704-8e14-1a5430769805 associated. External IP: 10.96.250.203, port: 376feea7-6b07-4325-9b18-97d2d4c18132. 2026-04-26 09:31:59.377 7 INFO neutron.db.segments_db [None req-9b336da8-fa1a-4de0-9829-c53b3c51dcf7 cdc047e39da2437384aaa491cd9e2f52 eca9075d89a042c29862548cd0293054 - - default default] Added segment c6e503e8-2192-47d9-b681-1978c7d10677 of type vxlan for network a2987673-3ec2-4507-9aa1-fb23fe35963a 2026-04-26 09:31:59.473 7 INFO neutron.db.segments_db [None req-9b336da8-fa1a-4de0-9829-c53b3c51dcf7 cdc047e39da2437384aaa491cd9e2f52 eca9075d89a042c29862548cd0293054 - - default default] Added segment b5744344-fb27-4f20-bd02-30a063afccdd of type vxlan for network b7012f05-d864-4a28-9d50-969fde56e4f6 [pid: 7|app: 0|req: 375/772] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:31:59 2026] POST /v2.0/networks => generated 1207 bytes in 538 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/773] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:31:59 2026] GET /v2.0/subnets?id=48146a6a-932d-4f1b-a120-0a6405af9869 => generated 701 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/774] 10.0.0.126 () {34 vars in 749 bytes} [Sun Apr 26 09:31:58 2026] PUT /v2.0/floatingips/469975fb-dbf6-4704-8e14-1a5430769805 => generated 855 bytes in 772 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/775] 10.0.0.126 () {32 vars in 649 bytes} [Sun Apr 26 09:31:59 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) 2026-04-26 09:31:59.724 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9853fe5c-80da-47bd-8be1-153ef1ffd2bc'] response: {'name': 'network-changed', 'server_uuid': 'a375d620-80c6-4b57-a120-f8ec582d0af4', 'tag': '376feea7-6b07-4325-9b18-97d2d4c18132', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 399/776] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:31:59 2026] GET /v2.0/ports?network_id=89cdb7fc-89bb-4c72-8f47-0cc392cf3095&device_owner=network%3Adhcp => generated 1244 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/777] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:31:59 2026] GET /v2.0/ports?device_id=a375d620-80c6-4b57-a120-f8ec582d0af4 => 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: 401/778] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:31:59 2026] GET /v2.0/networks/89cdb7fc-89bb-4c72-8f47-0cc392cf3095?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:31:59.858 7 INFO neutron.services.segments.plugin [-] Segment c6e503e8-2192-47d9-b681-1978c7d10677 resource provider aggregate not found 2026-04-26 09:31:59.858 7 INFO neutron.services.segments.plugin [-] Segment c6e503e8-2192-47d9-b681-1978c7d10677 resource provider aggregate not found [pid: 8|app: 0|req: 402/779] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:31:59 2026] GET /v2.0/security-groups?id=5fab46fe-6896-4053-89f0-445f4532ccd5&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:31:59.876 7 INFO neutron.services.segments.plugin [-] Segment c6e503e8-2192-47d9-b681-1978c7d10677 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6e503e8-2192-47d9-b681-1978c7d10677 found for delete ", "request_id": "req-c07fcb19-2ff6-4779-9acb-fe9dbe48f997"}]} 2026-04-26 09:31:59.886 7 INFO neutron.services.segments.plugin [-] Segment c6e503e8-2192-47d9-b681-1978c7d10677 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6e503e8-2192-47d9-b681-1978c7d10677 found for delete ", "request_id": "req-e87d8d62-3e2b-4242-8588-83cebe575b3d"}]} [pid: 7|app: 0|req: 378/780] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:31:59 2026] DELETE /v2.0/networks/a2987673-3ec2-4507-9aa1-fb23fe35963a => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/781] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:31:59 2026] GET /v2.0/networks/89cdb7fc-89bb-4c72-8f47-0cc392cf3095?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/782] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:31:59 2026] DELETE /v2.0/networks/b7012f05-d864-4a28-9d50-969fde56e4f6 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/783] 10.0.0.126 () {32 vars in 649 bytes} [Sun Apr 26 09:32:00 2026] GET /v2.0/networks => generated 651 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:32:00.149 7 INFO neutron.db.segments_db [None req-7cd1b899-44f5-4475-a46d-e5891195f418 cdc047e39da2437384aaa491cd9e2f52 eca9075d89a042c29862548cd0293054 - - default default] Added segment c439a064-a1fa-476a-886e-191e0d029a86 of type vxlan for network 446942eb-277e-4e1e-8c86-e7fbfb101edc [pid: 8|app: 0|req: 405/784] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:32:00 2026] GET /v2.0/ports?device_id=a375d620-80c6-4b57-a120-f8ec582d0af4 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/785] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:32:00 2026] GET /v2.0/security-groups?id=5fab46fe-6896-4053-89f0-445f4532ccd5&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: 380/786] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:32:00 2026] POST /v2.0/networks => generated 634 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/787] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:32:00 2026] GET /v2.0/ports?tenant_id=38558093228940eea3a04bc9015ee0b0&device_id=a375d620-80c6-4b57-a120-f8ec582d0af4 => generated 1240 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:32:00.336 7 INFO neutron.db.segments_db [None req-ac5a2809-4739-43b3-be5a-aa5f24721436 cdc047e39da2437384aaa491cd9e2f52 eca9075d89a042c29862548cd0293054 - - default default] Added segment ebc4dc8b-7c7d-4b8d-9191-debe48513f40 of type vxlan for network 8a52e022-4666-4f78-95e6-3572067a2ca2 [pid: 8|app: 0|req: 408/788] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:32:00 2026] GET /v2.0/networks?id=db81a44b-0e21-40a4-b5e7-2a636f3116a4 => generated 771 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/789] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Apr 26 09:32:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=376feea7-6b07-4325-9b18-97d2d4c18132 => generated 858 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/790] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:32:00 2026] POST /v2.0/networks => generated 634 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/791] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:32:00 2026] GET /v2.0/subnets?id=8ae78e6d-de78-4f8a-bad0-f2674dd562ab => generated 693 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/792] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:32:00 2026] GET /v2.0/ports?network_id=db81a44b-0e21-40a4-b5e7-2a636f3116a4&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: 412/793] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:32:00 2026] GET /v2.0/networks/db81a44b-0e21-40a4-b5e7-2a636f3116a4?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/794] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:32:00 2026] GET /v2.0/ports?device_id=bc2b43c4-39a1-489e-bdb6-199568a8205d => generated 1152 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/795] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:32:00 2026] GET /v2.0/networks/db81a44b-0e21-40a4-b5e7-2a636f3116a4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/796] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:32:00 2026] GET /v2.0/security-groups?id=d1a32438-f4f2-4142-95f1-545df1ddba98&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/797] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:32:00 2026] GET /v2.0/ports?tenant_id=382e28f193644a4290cbdb2f3d137c5e&device_id=bc2b43c4-39a1-489e-bdb6-199568a8205d => generated 1421 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/798] 10.0.0.126 () {34 vars in 665 bytes} [Sun Apr 26 09:32:00 2026] POST /v2.0/ports => generated 1506 bytes in 620 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: 417/799] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:32:01 2026] GET /v2.0/networks?id=89cdb7fc-89bb-4c72-8f47-0cc392cf3095 => generated 779 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/800] 10.0.0.126 () {32 vars in 643 bytes} [Sun Apr 26 09:32:01 2026] GET /v2.0/ports => generated 1506 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/801] 199.204.45.223 () {34 vars in 1060 bytes} [Sun Apr 26 09:32:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=94eec9f6-1889-4aa0-9170-3c3b09398ea4 => generated 861 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/802] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Apr 26 09:32:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=94eec9f6-1889-4aa0-9170-3c3b09398ea4 => 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: 420/803] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:32:01 2026] GET /v2.0/subnets?id=48146a6a-932d-4f1b-a120-0a6405af9869 => generated 701 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:32:01.246 7 INFO neutron_taas.services.taas.taas_plugin [None req-f49d1f68-bf34-44fb-8d0c-4a74e48f0b11 cdc047e39da2437384aaa491cd9e2f52 eca9075d89a042c29862548cd0293054 - - default default] TaaS: Handle Delete Port: 802b236c-4185-47b5-b13b-690500efe029 [pid: 8|app: 0|req: 421/804] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:32:01 2026] GET /v2.0/ports?network_id=89cdb7fc-89bb-4c72-8f47-0cc392cf3095&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:32:01.253 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f49d1f68-bf34-44fb-8d0c-4a74e48f0b11 cdc047e39da2437384aaa491cd9e2f52 eca9075d89a042c29862548cd0293054 - - default default] Tap Mirror: Handle Delete Port: 802b236c-4185-47b5-b13b-690500efe029 [pid: 8|app: 0|req: 422/805] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:32:01 2026] GET /v2.0/networks/89cdb7fc-89bb-4c72-8f47-0cc392cf3095?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/806] 10.0.0.126 () {32 vars in 720 bytes} [Sun Apr 26 09:32:01 2026] DELETE /v2.0/ports/802b236c-4185-47b5-b13b-690500efe029 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/807] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:32:01 2026] GET /v2.0/ports?device_id=a375d620-80c6-4b57-a120-f8ec582d0af4 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/808] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:32:01 2026] GET /v2.0/networks/89cdb7fc-89bb-4c72-8f47-0cc392cf3095?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/809] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:32:01 2026] GET /v2.0/security-groups?id=5fab46fe-6896-4053-89f0-445f4532ccd5&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:32:01.433 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c39f5df-dcf8-411f-9deb-689fc9115f9e cdc047e39da2437384aaa491cd9e2f52 eca9075d89a042c29862548cd0293054 - - default default] TaaS: Handle Delete Port: f0f6da22-d5a4-4745-bee7-9404868f1d3c 2026-04-26 09:32:01.436 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c39f5df-dcf8-411f-9deb-689fc9115f9e cdc047e39da2437384aaa491cd9e2f52 eca9075d89a042c29862548cd0293054 - - default default] Tap Mirror: Handle Delete Port: f0f6da22-d5a4-4745-bee7-9404868f1d3c [pid: 8|app: 0|req: 424/810] 10.0.0.126 () {32 vars in 720 bytes} [Sun Apr 26 09:32:01 2026] DELETE /v2.0/ports/f0f6da22-d5a4-4745-bee7-9404868f1d3c => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/811] 10.0.0.126 () {32 vars in 643 bytes} [Sun Apr 26 09:32:01 2026] GET /v2.0/ports => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:32:01.598 8 INFO neutron.db.segments_db [None req-8dffb2f8-3d06-4bd3-99e1-67f997e52898 cdc047e39da2437384aaa491cd9e2f52 eca9075d89a042c29862548cd0293054 - - default default] Added segment f05d39f7-1a39-4ff5-bc6b-d999b781833d of type vxlan for network d53c39b4-f439-4d8d-9806-4ff9ccfd4c30 [pid: 8|app: 0|req: 425/812] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:32:01 2026] POST /v2.0/networks => generated 635 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:32:01.747 7 INFO neutron.db.segments_db [None req-46ea5a23-0de8-430f-93ba-8bbf239d74c5 cdc047e39da2437384aaa491cd9e2f52 eca9075d89a042c29862548cd0293054 - - default default] Added segment bf8d9cc0-93c0-4dbb-9e1a-a17875a9c8c8 of type vxlan for network 386fc56a-b70b-41b3-9746-ddf216a64baf [pid: 7|app: 0|req: 388/813] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:32:01 2026] POST /v2.0/networks => generated 635 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:32:01.894 7 INFO neutron.services.segments.plugin [-] Segment b5744344-fb27-4f20-bd02-30a063afccdd resource provider aggregate not found 2026-04-26 09:32:01.913 7 INFO neutron.services.segments.plugin [-] Segment b5744344-fb27-4f20-bd02-30a063afccdd resource provider aggregate not found 2026-04-26 09:32:01.916 7 INFO neutron.services.segments.plugin [-] Segment b5744344-fb27-4f20-bd02-30a063afccdd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5744344-fb27-4f20-bd02-30a063afccdd found for delete ", "request_id": "req-0318ab47-5ced-4a94-a311-10b6bce68181"}]} 2026-04-26 09:32:01.936 7 INFO neutron.services.segments.plugin [-] Segment b5744344-fb27-4f20-bd02-30a063afccdd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5744344-fb27-4f20-bd02-30a063afccdd found for delete ", "request_id": "req-afbe7f65-7eb8-4690-977a-38ab5d7f57bd"}]} [pid: 8|app: 0|req: 426/814] 199.204.45.223 () {34 vars in 1118 bytes} [Sun Apr 26 09:32:01 2026] GET /v2.0/ports?device_id=bc2b43c4-39a1-489e-bdb6-199568a8205d&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.5 => generated 1152 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/815] 199.204.45.223 () {38 vars in 1028 bytes} [Sun Apr 26 09:32:01 2026] PUT /v2.0/ports/94eec9f6-1889-4aa0-9170-3c3b09398ea4 => generated 972 bytes in 432 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:32:02.418 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c4fd8878-060d-41c5-bb6e-ccfcd0278368'] response: {'name': 'network-changed', 'server_uuid': 'bc2b43c4-39a1-489e-bdb6-199568a8205d', 'tag': '94eec9f6-1889-4aa0-9170-3c3b09398ea4', '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: 390/816] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:32:02 2026] GET /v2.0/ports?device_id=a375d620-80c6-4b57-a120-f8ec582d0af4 => generated 971 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/817] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:32:02 2026] GET /v2.0/security-groups?id=5fab46fe-6896-4053-89f0-445f4532ccd5&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: 392/818] 199.204.45.223 () {34 vars in 994 bytes} [Sun Apr 26 09:32:02 2026] GET /v2.0/ports?device_id=a375d620-80c6-4b57-a120-f8ec582d0af4 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:32:02.719 7 INFO neutron_taas.services.taas.taas_plugin [req-f3705d7d-90b1-4689-abe8-ec9bf0eaed25 req-af001beb-bd72-42d1-b8bf-e68f4d4b2f07 2ccaa69b6f0e48339e8391ed87a3a43c 38558093228940eea3a04bc9015ee0b0 - - default default] TaaS: Handle Delete Port: 376feea7-6b07-4325-9b18-97d2d4c18132 2026-04-26 09:32:02.723 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f3705d7d-90b1-4689-abe8-ec9bf0eaed25 req-af001beb-bd72-42d1-b8bf-e68f4d4b2f07 2ccaa69b6f0e48339e8391ed87a3a43c 38558093228940eea3a04bc9015ee0b0 - - default default] Tap Mirror: Handle Delete Port: 376feea7-6b07-4325-9b18-97d2d4c18132 [pid: 8|app: 0|req: 427/819] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:32:02 2026] POST /v2.0/subnets => generated 1324 bytes in 495 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/820] 10.0.0.126 () {32 vars in 647 bytes} [Sun Apr 26 09:32:02 2026] GET /v2.0/subnets => generated 1960 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:32:02.867 7 INFO neutron.db.l3_db [req-f3705d7d-90b1-4689-abe8-ec9bf0eaed25 req-af001beb-bd72-42d1-b8bf-e68f4d4b2f07 2ccaa69b6f0e48339e8391ed87a3a43c 38558093228940eea3a04bc9015ee0b0 - - default default] Floating IP 469975fb-dbf6-4704-8e14-1a5430769805 disassociated. External IP: 10.96.250.203, port: 376feea7-6b07-4325-9b18-97d2d4c18132. [pid: 8|app: 0|req: 429/821] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:32:02 2026] DELETE /v2.0/subnets/d7ba1314-1929-47e7-b76c-1a02c6909bb8 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/822] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:32:02 2026] GET /v2.0/ports?tenant_id=382e28f193644a4290cbdb2f3d137c5e&device_id=bc2b43c4-39a1-489e-bdb6-199568a8205d => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/823] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:32:03 2026] DELETE /v2.0/subnets/4998989f-3186-404c-bf5a-3b140befa6e8 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/824] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:32:03 2026] GET /v2.0/networks?id=89cdb7fc-89bb-4c72-8f47-0cc392cf3095 => generated 779 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/825] 199.204.45.223 () {36 vars in 997 bytes} [Sun Apr 26 09:32:02 2026] DELETE /v2.0/ports/376feea7-6b07-4325-9b18-97d2d4c18132 => generated 0 bytes in 569 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/826] 10.0.0.126 () {32 vars in 647 bytes} [Sun Apr 26 09:32:03 2026] GET /v2.0/subnets => generated 649 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/827] 199.204.45.223 () {34 vars in 1060 bytes} [Sun Apr 26 09:32:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=94eec9f6-1889-4aa0-9170-3c3b09398ea4 => generated 861 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/828] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:32:03 2026] GET /v2.0/subnets?id=48146a6a-932d-4f1b-a120-0a6405af9869 => generated 701 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/829] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:32:03 2026] GET /v2.0/ports?network_id=89cdb7fc-89bb-4c72-8f47-0cc392cf3095&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/830] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:32:03 2026] GET /v2.0/networks/89cdb7fc-89bb-4c72-8f47-0cc392cf3095?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:32:03.365 8 INFO neutron.services.segments.plugin [-] Segment bf8d9cc0-93c0-4dbb-9e1a-a17875a9c8c8 resource provider aggregate not found 2026-04-26 09:32:03.373 8 INFO neutron.services.segments.plugin [-] Segment bf8d9cc0-93c0-4dbb-9e1a-a17875a9c8c8 resource provider aggregate not found 2026-04-26 09:32:03.389 8 INFO neutron.services.segments.plugin [-] Segment bf8d9cc0-93c0-4dbb-9e1a-a17875a9c8c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf8d9cc0-93c0-4dbb-9e1a-a17875a9c8c8 found for delete ", "request_id": "req-11bb8d29-8178-4de5-9f61-6fbe4a6f6c80"}]} [pid: 8|app: 0|req: 434/831] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:32:03 2026] DELETE /v2.0/networks/386fc56a-b70b-41b3-9746-ddf216a64baf => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:32:03.398 8 INFO neutron.services.segments.plugin [-] Segment bf8d9cc0-93c0-4dbb-9e1a-a17875a9c8c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf8d9cc0-93c0-4dbb-9e1a-a17875a9c8c8 found for delete ", "request_id": "req-a1580170-bb60-4399-af86-48dc27f8011d"}]} [pid: 7|app: 0|req: 398/832] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:32:03 2026] GET /v2.0/networks/89cdb7fc-89bb-4c72-8f47-0cc392cf3095?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/833] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:32:03 2026] DELETE /v2.0/networks/d53c39b4-f439-4d8d-9806-4ff9ccfd4c30 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/834] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:32:03 2026] DELETE /v2.0/networks/8a52e022-4666-4f78-95e6-3572067a2ca2 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/835] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:32:03 2026] GET /v2.0/ports?device_id=a375d620-80c6-4b57-a120-f8ec582d0af4 => 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: 400/838] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:32:03 2026] DELETE /v2.0/networks/446942eb-277e-4e1e-8c86-e7fbfb101edc => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:32:03.936 7 INFO neutron.services.segments.plugin [-] Segment ebc4dc8b-7c7d-4b8d-9191-debe48513f40 resource provider aggregate not found 2026-04-26 09:32:03.956 7 INFO neutron.services.segments.plugin [-] Segment ebc4dc8b-7c7d-4b8d-9191-debe48513f40 resource provider aggregate not found 2026-04-26 09:32:03.956 7 INFO neutron.services.segments.plugin [-] Segment ebc4dc8b-7c7d-4b8d-9191-debe48513f40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebc4dc8b-7c7d-4b8d-9191-debe48513f40 found for delete ", "request_id": "req-1765b0ef-defd-45a4-b4cc-2c663bf4bfd8"}]} 2026-04-26 09:32:03.971 7 INFO neutron.services.segments.plugin [-] Segment c439a064-a1fa-476a-886e-191e0d029a86 resource provider aggregate not found 2026-04-26 09:32:03.977 7 INFO neutron.services.segments.plugin [-] Segment ebc4dc8b-7c7d-4b8d-9191-debe48513f40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebc4dc8b-7c7d-4b8d-9191-debe48513f40 found for delete ", "request_id": "req-5ee3b785-6290-4c75-844a-0674306f4034"}]} 2026-04-26 09:32:03.989 7 INFO neutron.services.segments.plugin [-] Segment c439a064-a1fa-476a-886e-191e0d029a86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c439a064-a1fa-476a-886e-191e0d029a86 found for delete ", "request_id": "req-c018bc3b-f48c-4183-92da-7725ab4fafb9"}]} 2026-04-26 09:32:03.995 7 INFO neutron.services.segments.plugin [-] Segment c439a064-a1fa-476a-886e-191e0d029a86 resource provider aggregate not found 2026-04-26 09:32:04.012 7 INFO neutron.services.segments.plugin [-] Segment c439a064-a1fa-476a-886e-191e0d029a86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c439a064-a1fa-476a-886e-191e0d029a86 found for delete ", "request_id": "req-2db0b5c8-cad2-4698-9e34-204a447c59cf"}]} [pid: 8|app: 0|req: 439/839] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:32:04 2026] GET /v2.0/ports?device_id=bc2b43c4-39a1-489e-bdb6-199568a8205d => 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: 401/840] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:32:04 2026] GET /v2.0/security-groups?id=d1a32438-f4f2-4142-95f1-545df1ddba98&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: 8|app: 0|req: 440/841] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:32:04 2026] GET /v2.0/security-groups?tenant_id=eca9075d89a042c29862548cd0293054&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:32:04.455 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-da93e11b-da32-4b83-947f-43e47f2ef7bd'] response: {'server_uuid': 'a375d620-80c6-4b57-a120-f8ec582d0af4', 'name': 'network-vif-deleted', 'tag': '376feea7-6b07-4325-9b18-97d2d4c18132', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 402/842] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:32:04 2026] GET /v2.0/ports?tenant_id=382e28f193644a4290cbdb2f3d137c5e&device_id=bc2b43c4-39a1-489e-bdb6-199568a8205d => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/843] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:32:04 2026] GET /v2.0/networks?id=89cdb7fc-89bb-4c72-8f47-0cc392cf3095 => generated 779 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/844] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:32:04 2026] DELETE /v2.0/security-groups/e286b9a6-3ee2-4efe-9994-72bad78fe2cd => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/845] 199.204.45.223 () {34 vars in 1060 bytes} [Sun Apr 26 09:32:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=94eec9f6-1889-4aa0-9170-3c3b09398ea4 => generated 861 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/846] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:32:04 2026] GET /v2.0/subnets?id=48146a6a-932d-4f1b-a120-0a6405af9869 => generated 701 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/847] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:32:04 2026] GET /v2.0/ports?network_id=89cdb7fc-89bb-4c72-8f47-0cc392cf3095&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: 8|app: 0|req: 443/848] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:32:04 2026] GET /v2.0/networks/89cdb7fc-89bb-4c72-8f47-0cc392cf3095?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: 406/849] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:32:04 2026] GET /v2.0/networks/89cdb7fc-89bb-4c72-8f47-0cc392cf3095?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: 444/850] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:32:04 2026] GET /v2.0/ports?device_id=a375d620-80c6-4b57-a120-f8ec582d0af4 => 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: 407/851] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:32:05 2026] GET /v2.0/ports?device_id=bc2b43c4-39a1-489e-bdb6-199568a8205d => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:32:05.410 8 INFO neutron.services.segments.plugin [-] Segment f05d39f7-1a39-4ff5-bc6b-d999b781833d resource provider aggregate not found 2026-04-26 09:32:05.419 8 INFO neutron.services.segments.plugin [-] Segment f05d39f7-1a39-4ff5-bc6b-d999b781833d resource provider aggregate not found 2026-04-26 09:32:05.430 8 INFO neutron.services.segments.plugin [-] Segment f05d39f7-1a39-4ff5-bc6b-d999b781833d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f05d39f7-1a39-4ff5-bc6b-d999b781833d found for delete ", "request_id": "req-e151f0bf-9508-4bb9-b44a-aea2814fe4d8"}]} 2026-04-26 09:32:05.442 8 INFO neutron.services.segments.plugin [-] Segment f05d39f7-1a39-4ff5-bc6b-d999b781833d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f05d39f7-1a39-4ff5-bc6b-d999b781833d found for delete ", "request_id": "req-85e59da1-ff1f-4a89-9361-304ed3b9ecf8"}]} [pid: 8|app: 0|req: 445/852] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:32:05 2026] GET /v2.0/security-groups?id=d1a32438-f4f2-4142-95f1-545df1ddba98&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: 408/853] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:32:05 2026] GET /v2.0/ports?device_id=a375d620-80c6-4b57-a120-f8ec582d0af4 => 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: 409/854] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:32:06 2026] GET /v2.0/ports?device_id=bc2b43c4-39a1-489e-bdb6-199568a8205d => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/855] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:32:06 2026] GET /v2.0/security-groups?id=d1a32438-f4f2-4142-95f1-545df1ddba98&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:32:06.640 8 INFO neutron.db.segments_db [None req-e8c9c900-4c2c-48aa-9102-d9629ad7c2ca 08d0f569a67a4c759c0a87a2d249efcc 97c3a5acdf754a8a8e44f2dee6218148 - - default default] Added segment 9534d2c7-5a95-466a-b663-45ead2a7aaba of type vxlan for network 118a45d9-7217-45b1-8a60-e2b9795df8f3 [pid: 7|app: 0|req: 411/856] 199.204.45.223 () {34 vars in 994 bytes} [Sun Apr 26 09:32:06 2026] GET /v2.0/ports?device_id=bc2b43c4-39a1-489e-bdb6-199568a8205d => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/857] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:32:06 2026] POST /v2.0/networks => generated 629 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:32:06.839 7 INFO neutron_taas.services.taas.taas_plugin [req-f4048994-d1a7-4734-a1ee-623f8b8e81e0 req-d0b7a17d-4ff5-4808-a4fe-46fb7fd883e7 08eb83aff0c3420297cb42a5825e7f99 382e28f193644a4290cbdb2f3d137c5e - - default default] TaaS: Handle Delete Port: 94eec9f6-1889-4aa0-9170-3c3b09398ea4 2026-04-26 09:32:06.843 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f4048994-d1a7-4734-a1ee-623f8b8e81e0 req-d0b7a17d-4ff5-4808-a4fe-46fb7fd883e7 08eb83aff0c3420297cb42a5825e7f99 382e28f193644a4290cbdb2f3d137c5e - - default default] Tap Mirror: Handle Delete Port: 94eec9f6-1889-4aa0-9170-3c3b09398ea4 2026-04-26 09:32:07.000 7 INFO neutron.db.l3_db [req-f4048994-d1a7-4734-a1ee-623f8b8e81e0 req-d0b7a17d-4ff5-4808-a4fe-46fb7fd883e7 08eb83aff0c3420297cb42a5825e7f99 382e28f193644a4290cbdb2f3d137c5e - - default default] Floating IP 8afbddd4-aa2c-4f57-aab4-1b56a9a961be disassociated. External IP: 10.96.250.204, port: 94eec9f6-1889-4aa0-9170-3c3b09398ea4. [pid: 8|app: 0|req: 447/858] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:32:07 2026] DELETE /v2.0/security-groups/5fab46fe-6896-4053-89f0-445f4532ccd5 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/859] 10.0.0.166 () {34 vars in 990 bytes} [Sun Apr 26 09:32:07 2026] GET /v2.0/ports?device_id=37031f33-86aa-4969-83e2-d1d32d606b44 => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:32:07.167 8 INFO neutron.api.v2.resource [None req-81a5fe1e-e33e-4363-934c-2eaf900a26da 2ccaa69b6f0e48339e8391ed87a3a43c 38558093228940eea3a04bc9015ee0b0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 449/860] 10.0.0.126 () {32 vars in 737 bytes} [Sun Apr 26 09:32:07 2026] GET /v2.0/security-groups/5fab46fe-6896-4053-89f0-445f4532ccd5 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/861] 10.0.0.166 () {34 vars in 1040 bytes} [Sun Apr 26 09:32:07 2026] GET /v2.0/security-groups?id=c397f5f6-7e6c-493c-a535-33e2b0a50904&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:32:07.301 8 INFO neutron_taas.services.taas.taas_plugin [None req-3fd3594b-8be2-440b-9bf9-316d3541befb 2ccaa69b6f0e48339e8391ed87a3a43c 38558093228940eea3a04bc9015ee0b0 - - default default] TaaS: Handle Delete Port: 55aea65f-7755-44c3-a109-dd9c02f1fc0d 2026-04-26 09:32:07.303 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3fd3594b-8be2-440b-9bf9-316d3541befb 2ccaa69b6f0e48339e8391ed87a3a43c 38558093228940eea3a04bc9015ee0b0 - - default default] Tap Mirror: Handle Delete Port: 55aea65f-7755-44c3-a109-dd9c02f1fc0d [pid: 7|app: 0|req: 412/862] 199.204.45.223 () {36 vars in 997 bytes} [Sun Apr 26 09:32:06 2026] DELETE /v2.0/ports/94eec9f6-1889-4aa0-9170-3c3b09398ea4 => generated 0 bytes in 697 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:32:07.428 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-98229f15-2bf3-4cc4-bd99-83a8dcf2eda6'] response: {'server_uuid': 'bc2b43c4-39a1-489e-bdb6-199568a8205d', 'name': 'network-vif-deleted', 'tag': '94eec9f6-1889-4aa0-9170-3c3b09398ea4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 451/863] 10.0.0.126 () {32 vars in 732 bytes} [Sun Apr 26 09:32:07 2026] DELETE /v2.0/floatingips/469975fb-dbf6-4704-8e14-1a5430769805 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/864] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:32:07 2026] POST /v2.0/subnets => generated 673 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:32:07.650 7 INFO neutron.db.segments_db [None req-3042acb0-0311-4462-a52c-6d3d53cea43b 08d0f569a67a4c759c0a87a2d249efcc 97c3a5acdf754a8a8e44f2dee6218148 - - default default] Added segment 9309c133-dd09-447a-9e74-5853d1f445fd of type vxlan for network d0b5f085-af80-4b58-9f0b-6c03e87a2e21 [pid: 7|app: 0|req: 414/865] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:32:07 2026] POST /v2.0/networks => generated 628 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/866] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:32:07 2026] GET /v2.0/ports?device_id=bc2b43c4-39a1-489e-bdb6-199568a8205d => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:32:07.818 8 INFO neutron_taas.services.taas.taas_plugin [None req-190c57d8-9141-47dd-bb34-8eea766681d1 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: 576778bb-618a-4070-be96-1c582f666144 2026-04-26 09:32:07.822 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-190c57d8-9141-47dd-bb34-8eea766681d1 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: 576778bb-618a-4070-be96-1c582f666144 [pid: 7|app: 0|req: 416/867] 10.0.0.126 () {34 vars in 743 bytes} [Sun Apr 26 09:32:07 2026] PUT /v2.0/networks/d0b5f085-af80-4b58-9f0b-6c03e87a2e21 => generated 592 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/868] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:32:07 2026] POST /v2.0/subnets => generated 646 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/869] 10.0.0.126 () {34 vars in 741 bytes} [Sun Apr 26 09:32:08 2026] PUT /v2.0/subnets/8d96ef68-aa4d-4c51-96dd-20f6faa6da42 => generated 656 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/870] 10.0.0.126 () {34 vars in 789 bytes} [Sun Apr 26 09:32:07 2026] PUT /v2.0/routers/2241a2da-7d07-4fdb-863b-f618b11a99c8/remove_router_interface => generated 309 bytes in 874 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:32:08.423 7 INFO neutron.services.segments.plugin [-] Segment 9309c133-dd09-447a-9e74-5853d1f445fd resource provider aggregate not found 2026-04-26 09:32:08.429 7 INFO neutron.services.segments.plugin [-] Segment 9309c133-dd09-447a-9e74-5853d1f445fd resource provider aggregate not found 2026-04-26 09:32:08.442 7 INFO neutron.services.segments.plugin [-] Segment 9309c133-dd09-447a-9e74-5853d1f445fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9309c133-dd09-447a-9e74-5853d1f445fd found for delete ", "request_id": "req-6b1ce076-c570-4dd6-9bd8-94874f7ed0a4"}]} 2026-04-26 09:32:08.450 7 INFO neutron.services.segments.plugin [-] Segment 9309c133-dd09-447a-9e74-5853d1f445fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9309c133-dd09-447a-9e74-5853d1f445fd found for delete ", "request_id": "req-302160e7-5519-44c0-8d65-7336cc95a64b"}]} [pid: 7|app: 0|req: 419/871] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:32:08 2026] DELETE /v2.0/networks/d0b5f085-af80-4b58-9f0b-6c03e87a2e21 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:32:08.475 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2c57ccd6-0603-459d-b0de-b81a2cf6101e 08d0f569a67a4c759c0a87a2d249efcc 97c3a5acdf754a8a8e44f2dee6218148 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 420/872] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:32:08 2026] DELETE /v2.0/networks/d0b5f085-af80-4b58-9f0b-6c03e87a2e21 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:32:08.524 8 INFO neutron_taas.services.taas.taas_plugin [None req-a588cd1b-93f6-4b36-b5d0-5c8e20bf50fe 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: 444d0688-9f49-42ac-9548-01afba4099b1 2026-04-26 09:32:08.526 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a588cd1b-93f6-4b36-b5d0-5c8e20bf50fe 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: 444d0688-9f49-42ac-9548-01afba4099b1 [pid: 7|app: 0|req: 421/873] 10.0.0.126 () {32 vars in 694 bytes} [Sun Apr 26 09:32:08 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/874] 10.0.0.126 () {32 vars in 742 bytes} [Sun Apr 26 09:32:08 2026] GET /v2.0/subnets?network_id=112f74c3-671c-49d4-a1a6-c57e1a503137 => generated 649 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/875] 10.0.0.126 () {32 vars in 653 bytes} [Sun Apr 26 09:32:08 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/876] 10.0.0.126 () {32 vars in 649 bytes} [Sun Apr 26 09:32:08 2026] GET /v2.0/networks => generated 1313 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/877] 10.0.0.126 () {32 vars in 647 bytes} [Sun Apr 26 09:32:08 2026] GET /v2.0/subnets => generated 1312 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/878] 10.0.0.126 () {32 vars in 723 bytes} [Sun Apr 26 09:32:08 2026] GET /v2.0/networks/118a45d9-7217-45b1-8a60-e2b9795df8f3 => generated 673 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:32:08.743 8 INFO neutron_taas.services.taas.taas_plugin [None req-a588cd1b-93f6-4b36-b5d0-5c8e20bf50fe 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: f5487abc-2912-454b-94d1-d0a17c190e36 2026-04-26 09:32:08.745 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a588cd1b-93f6-4b36-b5d0-5c8e20bf50fe 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: f5487abc-2912-454b-94d1-d0a17c190e36 [pid: 7|app: 0|req: 427/879] 10.0.0.126 () {32 vars in 721 bytes} [Sun Apr 26 09:32:08 2026] GET /v2.0/subnets/b959a8ee-be2f-4095-9a85-6f9ffe7c5506 => generated 673 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:32:08.766 7 INFO neutron.pecan_wsgi.hooks.translation [None req-db039545-5d94-40e8-b5fb-e2afea401967 08d0f569a67a4c759c0a87a2d249efcc 97c3a5acdf754a8a8e44f2dee6218148 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 428/880] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:32:08 2026] DELETE /v2.0/subnets/8d96ef68-aa4d-4c51-96dd-20f6faa6da42 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:32:08.785 7 INFO neutron.pecan_wsgi.hooks.translation [None req-083742c1-ef0c-42d3-b0ed-7e8e8f82edf9 08d0f569a67a4c759c0a87a2d249efcc 97c3a5acdf754a8a8e44f2dee6218148 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 429/881] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:32:08 2026] DELETE /v2.0/networks/d0b5f085-af80-4b58-9f0b-6c03e87a2e21 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/882] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:32:08 2026] DELETE /v2.0/subnets/b959a8ee-be2f-4095-9a85-6f9ffe7c5506 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/883] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:32:08 2026] GET /v2.0/ports?device_id=bc2b43c4-39a1-489e-bdb6-199568a8205d => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/884] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:32:08 2026] DELETE /v2.0/networks/118a45d9-7217-45b1-8a60-e2b9795df8f3 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:32:09.120 8 INFO neutron.services.segments.plugin [-] Segment 27e138e8-af0b-46fe-83c8-f2c369900ffb resource provider aggregate not found 2026-04-26 09:32:09.129 8 INFO neutron.services.segments.plugin [-] Segment 27e138e8-af0b-46fe-83c8-f2c369900ffb resource provider aggregate not found 2026-04-26 09:32:09.143 8 INFO neutron.services.segments.plugin [-] Segment 27e138e8-af0b-46fe-83c8-f2c369900ffb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27e138e8-af0b-46fe-83c8-f2c369900ffb found for delete ", "request_id": "req-3d2f6874-e5ab-4d13-b232-b6e5e31e6afc"}]} 2026-04-26 09:32:09.145 8 INFO neutron.services.segments.plugin [-] Segment 27e138e8-af0b-46fe-83c8-f2c369900ffb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27e138e8-af0b-46fe-83c8-f2c369900ffb found for delete ", "request_id": "req-dd02770a-41a7-435f-ae64-6c20239a7ace"}]} 2026-04-26 09:32:09.147 8 INFO neutron.db.l3_hamode_db [None req-a588cd1b-93f6-4b36-b5d0-5c8e20bf50fe 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] HA network 7e0921ed-05e3-4938-9d14-3e4fa6377dda was deleted as no HA routers are present in tenant 38558093228940eea3a04bc9015ee0b0. [pid: 8|app: 0|req: 453/885] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:32:08 2026] DELETE /v2.0/routers/2241a2da-7d07-4fdb-863b-f618b11a99c8 => generated 0 bytes in 809 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/886] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:32:09 2026] DELETE /v2.0/subnets/8ae78e6d-de78-4f8a-bad0-f2674dd562ab => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:32:09.395 8 INFO neutron_taas.services.taas.taas_plugin [None req-5afa93a7-b75c-4c40-8cba-cbec7f1f2687 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: 80101ebd-3d91-4f1e-bd36-8417a8210a22 2026-04-26 09:32:09.398 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5afa93a7-b75c-4c40-8cba-cbec7f1f2687 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: 80101ebd-3d91-4f1e-bd36-8417a8210a22 [pid: 8|app: 0|req: 454/887] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:32:09 2026] DELETE /v2.0/networks/db81a44b-0e21-40a4-b5e7-2a636f3116a4 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/888] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:32:09 2026] GET /v2.0/security-groups?tenant_id=38558093228940eea3a04bc9015ee0b0&name=default => generated 2925 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/889] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:32:09 2026] DELETE /v2.0/security-groups/7a0ed7d3-7b3d-40ae-919e-916bfd0da556 => 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: 434/890] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:32:09 2026] GET /v2.0/security-groups?tenant_id=97c3a5acdf754a8a8e44f2dee6218148&name=default => generated 2925 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/891] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:32:09 2026] DELETE /v2.0/security-groups/a06f20f4-2a4f-4007-a128-51aa1ea8cf58 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/892] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:32:10 2026] GET /v2.0/ports?device_id=bc2b43c4-39a1-489e-bdb6-199568a8205d => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:32:10.469 7 INFO neutron.services.segments.plugin [-] Segment 9534d2c7-5a95-466a-b663-45ead2a7aaba resource provider aggregate not found 2026-04-26 09:32:10.474 7 INFO neutron.services.segments.plugin [-] Segment 9534d2c7-5a95-466a-b663-45ead2a7aaba resource provider aggregate not found 2026-04-26 09:32:10.488 7 INFO neutron.services.segments.plugin [-] Segment 9534d2c7-5a95-466a-b663-45ead2a7aaba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9534d2c7-5a95-466a-b663-45ead2a7aaba found for delete ", "request_id": "req-9a00a9b8-d7df-40e4-b8fe-b116fb826cdc"}]} 2026-04-26 09:32:10.492 7 INFO neutron.services.segments.plugin [-] Segment 9534d2c7-5a95-466a-b663-45ead2a7aaba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9534d2c7-5a95-466a-b663-45ead2a7aaba found for delete ", "request_id": "req-fc60acdf-708d-4865-8eaf-0d886080cc50"}]} 2026-04-26 09:32:11.166 8 INFO neutron.services.segments.plugin [-] Segment 7471e539-4f13-48e1-be21-274d5b34e8f8 resource provider aggregate not found 2026-04-26 09:32:11.172 8 INFO neutron.services.segments.plugin [-] Segment 7471e539-4f13-48e1-be21-274d5b34e8f8 resource provider aggregate not found 2026-04-26 09:32:11.197 8 INFO neutron.services.segments.plugin [-] Segment 7471e539-4f13-48e1-be21-274d5b34e8f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7471e539-4f13-48e1-be21-274d5b34e8f8 found for delete ", "request_id": "req-4ff748a9-dafe-4130-8ea7-4a172e950804"}]} 2026-04-26 09:32:11.198 8 INFO neutron.services.segments.plugin [-] Segment 7471e539-4f13-48e1-be21-274d5b34e8f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7471e539-4f13-48e1-be21-274d5b34e8f8 found for delete ", "request_id": "req-ddc5402f-5098-4443-9249-d777e986a635"}]} [pid: 8|app: 0|req: 458/893] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:32:11 2026] DELETE /v2.0/security-groups/d1a32438-f4f2-4142-95f1-545df1ddba98 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:32:11.310 7 INFO neutron.api.v2.resource [None req-5b57376c-a41c-49ec-a629-4751f2b6777e 08eb83aff0c3420297cb42a5825e7f99 382e28f193644a4290cbdb2f3d137c5e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 436/894] 10.0.0.126 () {32 vars in 737 bytes} [Sun Apr 26 09:32:11 2026] GET /v2.0/security-groups/d1a32438-f4f2-4142-95f1-545df1ddba98 => generated 146 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:32:11.449 8 INFO neutron_taas.services.taas.taas_plugin [None req-52c22346-03a1-4c15-b7b0-cc7f7feaf7d4 08eb83aff0c3420297cb42a5825e7f99 382e28f193644a4290cbdb2f3d137c5e - - default default] TaaS: Handle Delete Port: 2dac7caa-5914-464e-bcc9-ac2f264190b0 2026-04-26 09:32:11.452 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52c22346-03a1-4c15-b7b0-cc7f7feaf7d4 08eb83aff0c3420297cb42a5825e7f99 382e28f193644a4290cbdb2f3d137c5e - - default default] Tap Mirror: Handle Delete Port: 2dac7caa-5914-464e-bcc9-ac2f264190b0 [pid: 8|app: 0|req: 459/895] 10.0.0.126 () {32 vars in 732 bytes} [Sun Apr 26 09:32:11 2026] DELETE /v2.0/floatingips/8afbddd4-aa2c-4f57-aab4-1b56a9a961be => generated 0 bytes in 293 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/896] 10.0.0.126 () {34 vars in 684 bytes} [Sun Apr 26 09:32:11 2026] POST /v2.0/security-groups => generated 1625 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/897] 10.0.0.126 () {32 vars in 663 bytes} [Sun Apr 26 09:32:12 2026] GET /v2.0/security-groups => generated 4530 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:32:12.130 8 INFO neutron_taas.services.taas.taas_plugin [None req-d8826113-978a-4f57-822f-403c17d9ddd9 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: 4ddea8ca-0137-421f-9dfc-1bd2a8200ddb 2026-04-26 09:32:12.134 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8826113-978a-4f57-822f-403c17d9ddd9 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: 4ddea8ca-0137-421f-9dfc-1bd2a8200ddb [pid: 7|app: 0|req: 439/898] 10.0.0.126 () {34 vars in 758 bytes} [Sun Apr 26 09:32:12 2026] PUT /v2.0/security-groups/b2f69ac8-2ec5-42aa-8db2-4d4808109a79 => generated 1664 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/899] 10.0.0.126 () {32 vars in 737 bytes} [Sun Apr 26 09:32:12 2026] GET /v2.0/security-groups/b2f69ac8-2ec5-42aa-8db2-4d4808109a79 => generated 1664 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/900] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:32:12 2026] DELETE /v2.0/security-groups/b2f69ac8-2ec5-42aa-8db2-4d4808109a79 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/901] 10.0.0.126 () {32 vars in 663 bytes} [Sun Apr 26 09:32:12 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) 2026-04-26 09:32:12.317 7 INFO neutron.api.v2.resource [None req-63249f22-4eb8-4673-a0bc-439f48ee4c50 999ccc6091bf4352a3ec8cdadddd7991 594181adcfec456691574ab534afc012 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 443/902] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:32:12 2026] DELETE /v2.0/security-groups/b2f69ac8-2ec5-42aa-8db2-4d4808109a79 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/903] 10.0.0.126 () {34 vars in 684 bytes} [Sun Apr 26 09:32:12 2026] POST /v2.0/security-groups => generated 1625 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/904] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:32:12 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) [pid: 8|app: 0|req: 460/905] 10.0.0.126 () {34 vars in 789 bytes} [Sun Apr 26 09:32:11 2026] PUT /v2.0/routers/2f631968-48b2-4c79-a4f8-10158f44ef2e/remove_router_interface => generated 309 bytes in 955 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/906] 10.0.0.126 () {32 vars in 747 bytes} [Sun Apr 26 09:32:12 2026] GET /v2.0/security-group-rules/d1fba35e-958e-4299-8d99-724ead6fb003 => generated 601 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/907] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:32:12 2026] GET /v2.0/security-groups?tenant_id=51804b17f92b4112ac8577329af08dd4&name=default => generated 2925 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:32:12.915 8 INFO neutron_taas.services.taas.taas_plugin [None req-a150b5c6-b6f1-4c70-95fa-4badb1a168ed 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: f57a5611-6aa5-460c-9bd2-e22943fbfb78 2026-04-26 09:32:12.918 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a150b5c6-b6f1-4c70-95fa-4badb1a168ed 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: f57a5611-6aa5-460c-9bd2-e22943fbfb78 [pid: 7|app: 0|req: 447/908] 10.0.0.126 () {32 vars in 673 bytes} [Sun Apr 26 09:32:12 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/909] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:32:12 2026] DELETE /v2.0/security-groups/66760140-e666-4e77-ada0-3f537f5ab8b4 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/910] 10.0.0.126 () {32 vars in 750 bytes} [Sun Apr 26 09:32:13 2026] DELETE /v2.0/security-group-rules/d1fba35e-958e-4299-8d99-724ead6fb003 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/911] 10.0.0.126 () {32 vars in 673 bytes} [Sun Apr 26 09:32:13 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:32:13.179 8 INFO neutron_taas.services.taas.taas_plugin [None req-a150b5c6-b6f1-4c70-95fa-4badb1a168ed 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: 87331d4d-4f6a-4960-b476-bca268f3f87e 2026-04-26 09:32:13.182 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a150b5c6-b6f1-4c70-95fa-4badb1a168ed 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: 87331d4d-4f6a-4960-b476-bca268f3f87e [pid: 7|app: 0|req: 451/912] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:32:13 2026] POST /v2.0/security-group-rules => generated 601 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/913] 10.0.0.126 () {32 vars in 747 bytes} [Sun Apr 26 09:32:13 2026] GET /v2.0/security-group-rules/301cd300-cd98-4905-b9b7-3cd205547d87 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/914] 10.0.0.126 () {32 vars in 673 bytes} [Sun Apr 26 09:32:13 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:32:13.567 8 INFO neutron.services.segments.plugin [-] Segment 3dda7843-68ab-4b4b-b9c3-76969fb1ee80 resource provider aggregate not found 2026-04-26 09:32:13.573 8 INFO neutron.services.segments.plugin [-] Segment 3dda7843-68ab-4b4b-b9c3-76969fb1ee80 resource provider aggregate not found 2026-04-26 09:32:13.593 8 INFO neutron.db.l3_hamode_db [None req-a150b5c6-b6f1-4c70-95fa-4badb1a168ed 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] HA network 683c39a1-74ca-4624-a1d7-8942c1677a12 was deleted as no HA routers are present in tenant 382e28f193644a4290cbdb2f3d137c5e. 2026-04-26 09:32:13.600 8 INFO neutron.services.segments.plugin [-] Segment 3dda7843-68ab-4b4b-b9c3-76969fb1ee80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3dda7843-68ab-4b4b-b9c3-76969fb1ee80 found for delete ", "request_id": "req-85d6d0ef-a9ea-45f5-9955-ee54f753d6e5"}]} 2026-04-26 09:32:13.600 8 INFO neutron.services.segments.plugin [-] Segment 3dda7843-68ab-4b4b-b9c3-76969fb1ee80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3dda7843-68ab-4b4b-b9c3-76969fb1ee80 found for delete ", "request_id": "req-ec405013-5a7a-45c3-beb0-b6bea1a48d92"}]} [pid: 8|app: 0|req: 462/915] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:32:12 2026] DELETE /v2.0/routers/2f631968-48b2-4c79-a4f8-10158f44ef2e => generated 0 bytes in 908 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/916] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:32:13 2026] DELETE /v2.0/subnets/48146a6a-932d-4f1b-a120-0a6405af9869 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/917] 10.0.0.126 () {32 vars in 750 bytes} [Sun Apr 26 09:32:13 2026] DELETE /v2.0/security-group-rules/301cd300-cd98-4905-b9b7-3cd205547d87 => generated 0 bytes in 481 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:32:13.899 8 INFO neutron_taas.services.taas.taas_plugin [None req-35c265b7-4ba2-4767-b091-8155ed3f77ab 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: 7007cf5f-0ad0-414f-80a8-09a32b94527d 2026-04-26 09:32:13.902 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35c265b7-4ba2-4767-b091-8155ed3f77ab 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: 7007cf5f-0ad0-414f-80a8-09a32b94527d [pid: 7|app: 0|req: 455/918] 10.0.0.126 () {32 vars in 673 bytes} [Sun Apr 26 09:32:13 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/919] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:32:13 2026] POST /v2.0/security-group-rules => generated 602 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/920] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:32:13 2026] DELETE /v2.0/networks/89cdb7fc-89bb-4c72-8f47-0cc392cf3095 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/921] 10.0.0.126 () {32 vars in 747 bytes} [Sun Apr 26 09:32:14 2026] GET /v2.0/security-group-rules/1b85e3c2-fbfa-402f-92a0-e9591cbee246 => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/922] 10.0.0.126 () {32 vars in 673 bytes} [Sun Apr 26 09:32:14 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/923] 10.0.0.126 () {32 vars in 750 bytes} [Sun Apr 26 09:32:14 2026] DELETE /v2.0/security-group-rules/1b85e3c2-fbfa-402f-92a0-e9591cbee246 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/924] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:32:14 2026] GET /v2.0/security-groups?tenant_id=382e28f193644a4290cbdb2f3d137c5e&name=default => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/925] 10.0.0.126 () {32 vars in 673 bytes} [Sun Apr 26 09:32:14 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/926] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:32:14 2026] DELETE /v2.0/security-groups/a6d34344-32c5-4391-b998-2659491642ee => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/927] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:32:14 2026] DELETE /v2.0/security-groups/313a8ea6-c11d-4f3d-b4f9-c1bb310f17c5 => 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: 468/928] 10.0.0.126 () {32 vars in 663 bytes} [Sun Apr 26 09:32:14 2026] GET /v2.0/security-groups => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/929] 10.0.0.126 () {32 vars in 663 bytes} [Sun Apr 26 09:32:14 2026] GET /v2.0/security-groups => generated 2925 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/930] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:32:15 2026] GET /v2.0/security-groups?tenant_id=594181adcfec456691574ab534afc012&name=default => generated 2925 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/931] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:32:15 2026] DELETE /v2.0/security-groups/b67d7f29-3cff-488b-a125-74c6d90d38f1 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:32:15.628 8 INFO neutron.services.segments.plugin [-] Segment 9b171fa6-d5ba-4e8f-ab03-3dde27f1030d resource provider aggregate not found 2026-04-26 09:32:15.633 8 INFO neutron.services.segments.plugin [-] Segment 9b171fa6-d5ba-4e8f-ab03-3dde27f1030d resource provider aggregate not found 2026-04-26 09:32:15.655 8 INFO neutron.services.segments.plugin [-] Segment 9b171fa6-d5ba-4e8f-ab03-3dde27f1030d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b171fa6-d5ba-4e8f-ab03-3dde27f1030d found for delete ", "request_id": "req-7a394fb3-0411-48cd-ac83-303c565054e6"}]} 2026-04-26 09:32:15.686 8 INFO neutron.services.segments.plugin [-] Segment 9b171fa6-d5ba-4e8f-ab03-3dde27f1030d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b171fa6-d5ba-4e8f-ab03-3dde27f1030d found for delete ", "request_id": "req-f4b5cfe7-866a-4d13-8c07-2a6b0a857c3b"}]} [pid: 8|app: 0|req: 470/932] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:32:16 2026] GET /v2.0/security-groups?tenant_id=abcc8f1dbde147e8b75c71520731c2b0&name=default => generated 2925 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/933] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:32:17 2026] DELETE /v2.0/security-groups/91553228-5dcb-4fda-9f0d-8632bb8252ff => 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: 471/934] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:32:17 2026] GET /v2.0/security-groups?tenant_id=e49504a545714979b544b978449f0a9b&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/935] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:32:17 2026] DELETE /v2.0/security-groups/9c136766-e4b0-4f3d-86d8-01abebb95264 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/936] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:32:18 2026] GET /v2.0/ports?device_id=37031f33-86aa-4969-83e2-d1d32d606b44 => generated 975 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/937] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:32:18 2026] GET /v2.0/security-groups?id=c397f5f6-7e6c-493c-a535-33e2b0a50904&fields=id&fields=name => generated 114 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/940] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:32:18 2026] GET /v2.0/ports?device_id=37031f33-86aa-4969-83e2-d1d32d606b44 => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/941] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:32:18 2026] GET /v2.0/security-groups?id=c397f5f6-7e6c-493c-a535-33e2b0a50904&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: 473/942] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:32:18 2026] GET /v2.0/security-groups?tenant_id=84860ab17b264dd5894edf0cfc64449b&name=default => generated 2925 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/943] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:32:19 2026] DELETE /v2.0/security-groups/b5ad4338-b98a-4cca-b22c-c29a376a190c => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/944] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:32:19 2026] GET /v2.0/ports?device_id=37031f33-86aa-4969-83e2-d1d32d606b44 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/945] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:32:19 2026] GET /v2.0/security-groups?id=c397f5f6-7e6c-493c-a535-33e2b0a50904&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/946] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:32:19 2026] GET /v2.0/security-groups?tenant_id=ab4c58c867934c52b87d886394d487fa&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/947] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:32:19 2026] DELETE /v2.0/security-groups/461a4c7f-2862-46b0-a0ee-0f8a5a341b38 => 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: 472/948] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:32:20 2026] GET /v2.0/security-groups?tenant_id=6272643fdc6240ffa0d83d62209da7a3&name=default => generated 2925 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/949] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:32:20 2026] DELETE /v2.0/security-groups/f3d7078e-6d83-492f-9455-d9a25df829a2 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/950] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:32:20 2026] GET /v2.0/security-groups?tenant_id=791147d0759c41b3ba863607d70897d9&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: 474/951] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:32:20 2026] GET /v2.0/ports?device_id=37031f33-86aa-4969-83e2-d1d32d606b44 => generated 975 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/952] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:32:20 2026] GET /v2.0/security-groups?id=c397f5f6-7e6c-493c-a535-33e2b0a50904&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/953] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:32:20 2026] DELETE /v2.0/security-groups/6834df52-f562-4c9f-81d0-bf55c458983e => 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: 479/954] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:32:20 2026] GET /v2.0/ports?tenant_id=61d7c9096ad6435ea543ecaf20ad75a9&device_id=37031f33-86aa-4969-83e2-d1d32d606b44 => 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: 480/955] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:32:20 2026] GET /v2.0/networks?id=628be903-81e2-4ec6-9098-f6723e07b973 => generated 771 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/956] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:32:20 2026] GET /v2.0/security-groups?tenant_id=c8420d6b810f4e84bd803f352eab5b08&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/957] 199.204.45.223 () {34 vars in 1060 bytes} [Sun Apr 26 09:32:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=6af115f0-13a4-45b3-b76d-a9c0afb188f5 => generated 861 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/958] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:32:21 2026] GET /v2.0/subnets?id=94abb97c-57aa-4f7e-a5c3-472b3f62c588 => generated 693 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/959] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:32:20 2026] DELETE /v2.0/security-groups/ec70c6f3-5e4b-458c-a9e5-40362448760b => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/960] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:32:21 2026] GET /v2.0/ports?network_id=628be903-81e2-4ec6-9098-f6723e07b973&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/961] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:32:21 2026] GET /v2.0/networks/628be903-81e2-4ec6-9098-f6723e07b973?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/962] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:32:21 2026] GET /v2.0/networks/628be903-81e2-4ec6-9098-f6723e07b973?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/963] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:32:21 2026] GET /v2.0/ports?device_id=37031f33-86aa-4969-83e2-d1d32d606b44 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/964] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:32:21 2026] GET /v2.0/security-groups?id=c397f5f6-7e6c-493c-a535-33e2b0a50904&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: 486/965] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:32:22 2026] GET /v2.0/ports?device_id=37031f33-86aa-4969-83e2-d1d32d606b44 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/966] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:32:22 2026] GET /v2.0/security-groups?id=c397f5f6-7e6c-493c-a535-33e2b0a50904&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:32:22.943 7 INFO neutron.db.segments_db [None req-79630dbe-27eb-4b8b-a202-293742ed4507 41e8d69348124964adc52342d52b22ba fddfd7509c2847a4b27c158d82399aef - - default default] Added segment 28b63edd-d356-4fdc-a275-123e7fb2007e of type vxlan for network 96d8f461-f98d-4180-8067-ebbd74a15be3 2026-04-26 09:32:23.005 7 INFO neutron.db.segments_db [None req-79630dbe-27eb-4b8b-a202-293742ed4507 41e8d69348124964adc52342d52b22ba fddfd7509c2847a4b27c158d82399aef - - default default] Added segment 0b112e51-ab82-4fcb-92d3-00e6f311c3d5 of type vxlan for network 920e6461-3671-40c7-97c7-d3ad02ed9944 [pid: 7|app: 0|req: 480/967] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:32:22 2026] POST /v2.0/networks => generated 1208 bytes in 614 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/968] 10.0.0.126 () {32 vars in 649 bytes} [Sun Apr 26 09:32:23 2026] GET /v2.0/networks => generated 1845 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:32:23.301 7 INFO neutron.services.segments.plugin [-] Segment 28b63edd-d356-4fdc-a275-123e7fb2007e resource provider aggregate not found 2026-04-26 09:32:23.305 7 INFO neutron.services.segments.plugin [-] Segment 28b63edd-d356-4fdc-a275-123e7fb2007e resource provider aggregate not found 2026-04-26 09:32:23.328 7 INFO neutron.services.segments.plugin [-] Segment 28b63edd-d356-4fdc-a275-123e7fb2007e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28b63edd-d356-4fdc-a275-123e7fb2007e found for delete ", "request_id": "req-3c8b615f-25e7-4652-8cd7-7967763dc9b2"}]} 2026-04-26 09:32:23.329 7 INFO neutron.services.segments.plugin [-] Segment 28b63edd-d356-4fdc-a275-123e7fb2007e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28b63edd-d356-4fdc-a275-123e7fb2007e found for delete ", "request_id": "req-98f8456a-66d7-4204-9aa8-9852b0f320ed"}]} [pid: 7|app: 0|req: 481/969] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:32:23 2026] DELETE /v2.0/networks/96d8f461-f98d-4180-8067-ebbd74a15be3 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:32:23.478 8 INFO neutron.services.segments.plugin [-] Segment 0b112e51-ab82-4fcb-92d3-00e6f311c3d5 resource provider aggregate not found 2026-04-26 09:32:23.484 8 INFO neutron.services.segments.plugin [-] Segment 0b112e51-ab82-4fcb-92d3-00e6f311c3d5 resource provider aggregate not found 2026-04-26 09:32:23.496 8 INFO neutron.services.segments.plugin [-] Segment 0b112e51-ab82-4fcb-92d3-00e6f311c3d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b112e51-ab82-4fcb-92d3-00e6f311c3d5 found for delete ", "request_id": "req-39c80efd-f496-4c1e-a5ba-04a1b1dc842d"}]} 2026-04-26 09:32:23.497 8 INFO neutron.services.segments.plugin [-] Segment 0b112e51-ab82-4fcb-92d3-00e6f311c3d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b112e51-ab82-4fcb-92d3-00e6f311c3d5 found for delete ", "request_id": "req-bb151121-9b60-4e14-ab95-16f404b6a121"}]} [pid: 8|app: 0|req: 489/970] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:32:23 2026] DELETE /v2.0/networks/920e6461-3671-40c7-97c7-d3ad02ed9944 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/971] 10.0.0.126 () {32 vars in 649 bytes} [Sun Apr 26 09:32:23 2026] GET /v2.0/networks => generated 651 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:32:23.634 8 INFO neutron.db.segments_db [None req-e046071f-8f2c-47f4-b611-afc72ff3837c 41e8d69348124964adc52342d52b22ba fddfd7509c2847a4b27c158d82399aef - - default default] Added segment 7972716e-4a04-4410-9ce5-47326fb9959f of type vxlan for network c7687186-3d39-4db9-919b-648067166a68 [pid: 8|app: 0|req: 490/972] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:32:23 2026] POST /v2.0/networks => generated 630 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:32:23.793 7 INFO neutron.db.segments_db [None req-2ef55041-3854-4bed-925f-ed3d22c228a6 41e8d69348124964adc52342d52b22ba fddfd7509c2847a4b27c158d82399aef - - default default] Added segment 7a153511-09e8-4c68-8c9b-7f76a679c3f5 of type vxlan for network dd412b64-2fb9-4082-b792-530ea69feed4 [pid: 7|app: 0|req: 483/973] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:32:23 2026] POST /v2.0/networks => generated 630 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/974] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:32:24 2026] GET /v2.0/ports?device_id=37031f33-86aa-4969-83e2-d1d32d606b44 => generated 975 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/975] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:32:24 2026] GET /v2.0/security-groups?id=c397f5f6-7e6c-493c-a535-33e2b0a50904&fields=id&fields=name => generated 114 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/976] 10.0.0.126 () {34 vars in 665 bytes} [Sun Apr 26 09:32:23 2026] POST /v2.0/ports => generated 1506 bytes in 755 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 486/977] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:32:24 2026] GET /v2.0/security-groups?tenant_id=eb29669e1734411193665734a1caaf0f&name=default => generated 2925 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/978] 10.0.0.126 () {32 vars in 643 bytes} [Sun Apr 26 09:32:24 2026] GET /v2.0/ports => generated 1506 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/979] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:32:24 2026] DELETE /v2.0/security-groups/614245db-4540-4053-80b2-22f3afe627c8 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:32:24.857 8 INFO neutron_taas.services.taas.taas_plugin [None req-58cce426-2e1c-4ac5-84c5-b083962be41f 41e8d69348124964adc52342d52b22ba fddfd7509c2847a4b27c158d82399aef - - default default] TaaS: Handle Delete Port: 2a5ec208-4bee-4695-a4a2-51852725d377 2026-04-26 09:32:24.861 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58cce426-2e1c-4ac5-84c5-b083962be41f 41e8d69348124964adc52342d52b22ba fddfd7509c2847a4b27c158d82399aef - - default default] Tap Mirror: Handle Delete Port: 2a5ec208-4bee-4695-a4a2-51852725d377 [pid: 8|app: 0|req: 493/980] 10.0.0.126 () {32 vars in 720 bytes} [Sun Apr 26 09:32:24 2026] DELETE /v2.0/ports/2a5ec208-4bee-4695-a4a2-51852725d377 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/981] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:32:24 2026] GET /v2.0/security-groups?tenant_id=aecdfe5e617a4f5b995111e79a79ad30&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:32:25.080 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c878e98-b720-404a-bd94-286b5933a2b2 41e8d69348124964adc52342d52b22ba fddfd7509c2847a4b27c158d82399aef - - default default] TaaS: Handle Delete Port: ccee842a-8fc2-450b-a778-ea4faac39582 2026-04-26 09:32:25.083 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c878e98-b720-404a-bd94-286b5933a2b2 41e8d69348124964adc52342d52b22ba fddfd7509c2847a4b27c158d82399aef - - default default] Tap Mirror: Handle Delete Port: ccee842a-8fc2-450b-a778-ea4faac39582 [pid: 7|app: 0|req: 489/982] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:32:25 2026] DELETE /v2.0/security-groups/f07211e9-0520-4d01-b535-978130e6c15c => 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: 494/983] 10.0.0.126 () {32 vars in 720 bytes} [Sun Apr 26 09:32:24 2026] DELETE /v2.0/ports/ccee842a-8fc2-450b-a778-ea4faac39582 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/984] 10.0.0.126 () {32 vars in 643 bytes} [Sun Apr 26 09:32:25 2026] GET /v2.0/ports => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:32:25.314 8 INFO neutron.db.segments_db [None req-7996f7c2-c8ca-4ba6-ab1b-cf6bd0e9ea9d 41e8d69348124964adc52342d52b22ba fddfd7509c2847a4b27c158d82399aef - - default default] Added segment b8b1a5eb-0636-4393-8be7-1f88933d9ad4 of type vxlan for network 4ccf9aa6-a1a8-42c6-b12a-854bc395ee3e [pid: 7|app: 0|req: 491/985] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:32:25 2026] GET /v2.0/ports?device_id=37031f33-86aa-4969-83e2-d1d32d606b44 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/986] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:32:25 2026] GET /v2.0/security-groups?id=c397f5f6-7e6c-493c-a535-33e2b0a50904&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/987] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:32:25 2026] POST /v2.0/networks => generated 631 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:32:25.480 7 INFO neutron.db.segments_db [None req-db61f646-ee32-48d7-bbf3-60ea916d5d68 41e8d69348124964adc52342d52b22ba fddfd7509c2847a4b27c158d82399aef - - default default] Added segment eabdcdff-9214-402e-b00f-1ce26ec02e19 of type vxlan for network 3771b5bb-3a45-462a-ab4a-827b999c0840 [pid: 7|app: 0|req: 493/988] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:32:25 2026] POST /v2.0/networks => generated 630 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/989] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:32:25 2026] POST /v2.0/subnets => generated 1274 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/990] 10.0.0.126 () {32 vars in 647 bytes} [Sun Apr 26 09:32:26 2026] GET /v2.0/subnets => generated 1910 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/991] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:32:26 2026] DELETE /v2.0/subnets/82cdfa4a-8326-4373-89ba-b07a822712b2 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/992] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:32:26 2026] DELETE /v2.0/subnets/0a9744a1-ff34-456d-aab5-dd8b463e503b => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/993] 10.0.0.126 () {32 vars in 647 bytes} [Sun Apr 26 09:32:26 2026] GET /v2.0/subnets => generated 649 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:32:26.464 8 INFO neutron.services.segments.plugin [-] Segment eabdcdff-9214-402e-b00f-1ce26ec02e19 resource provider aggregate not found 2026-04-26 09:32:26.475 8 INFO neutron.services.segments.plugin [-] Segment eabdcdff-9214-402e-b00f-1ce26ec02e19 resource provider aggregate not found 2026-04-26 09:32:26.497 8 INFO neutron.services.segments.plugin [-] Segment eabdcdff-9214-402e-b00f-1ce26ec02e19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eabdcdff-9214-402e-b00f-1ce26ec02e19 found for delete ", "request_id": "req-4028e2b8-9bd4-49f3-aa85-583e1a605067"}]} 2026-04-26 09:32:26.499 8 INFO neutron.services.segments.plugin [-] Segment eabdcdff-9214-402e-b00f-1ce26ec02e19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eabdcdff-9214-402e-b00f-1ce26ec02e19 found for delete ", "request_id": "req-1e996ca3-04fc-4792-9684-d62f7294330e"}]} [pid: 8|app: 0|req: 499/994] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:32:26 2026] DELETE /v2.0/networks/3771b5bb-3a45-462a-ab4a-827b999c0840 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/995] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:32:26 2026] GET /v2.0/ports?device_id=37031f33-86aa-4969-83e2-d1d32d606b44 => generated 973 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/996] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:32:26 2026] GET /v2.0/security-groups?tenant_id=a85a7dd75f2846ed9c5fb0a0b4af0e51&name=default => generated 2925 bytes in 383 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/997] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:32:26 2026] DELETE /v2.0/networks/4ccf9aa6-a1a8-42c6-b12a-854bc395ee3e => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/998] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:32:26 2026] GET /v2.0/security-groups?id=c397f5f6-7e6c-493c-a535-33e2b0a50904&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/999] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:32:26 2026] DELETE /v2.0/security-groups/67c38f21-7d65-4a8f-9e28-fdfade32b698 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:32:26.883 7 INFO neutron.services.segments.plugin [-] Segment 7a153511-09e8-4c68-8c9b-7f76a679c3f5 resource provider aggregate not found 2026-04-26 09:32:26.892 7 INFO neutron.services.segments.plugin [-] Segment 7a153511-09e8-4c68-8c9b-7f76a679c3f5 resource provider aggregate not found 2026-04-26 09:32:26.909 7 INFO neutron.services.segments.plugin [-] Segment 7a153511-09e8-4c68-8c9b-7f76a679c3f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a153511-09e8-4c68-8c9b-7f76a679c3f5 found for delete ", "request_id": "req-eb341ad9-64a1-4188-93e6-8c4a31555054"}]} 2026-04-26 09:32:26.911 7 INFO neutron.services.segments.plugin [-] Segment 7a153511-09e8-4c68-8c9b-7f76a679c3f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a153511-09e8-4c68-8c9b-7f76a679c3f5 found for delete ", "request_id": "req-8a39bb67-8358-4ff5-93a4-2d0dc86e3025"}]} [pid: 7|app: 0|req: 498/1000] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:32:26 2026] DELETE /v2.0/networks/dd412b64-2fb9-4082-b792-530ea69feed4 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1001] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:32:26 2026] DELETE /v2.0/networks/c7687186-3d39-4db9-919b-648067166a68 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1002] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:32:27 2026] GET /v2.0/security-groups?tenant_id=fd6147b5ca974653ae74da2466cf5d76&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1003] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:32:27 2026] DELETE /v2.0/security-groups/d5e21a44-000e-498a-ad72-c115b48cdec0 => 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: 500/1004] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:32:27 2026] GET /v2.0/security-groups?tenant_id=fddfd7509c2847a4b27c158d82399aef&name=default => generated 2925 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1005] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:32:27 2026] GET /v2.0/ports?device_id=37031f33-86aa-4969-83e2-d1d32d606b44 => generated 973 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1006] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:32:27 2026] DELETE /v2.0/security-groups/ec99baa6-be81-4d10-aba8-7ec7741a4fbd => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1007] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:32:27 2026] GET /v2.0/security-groups?id=c397f5f6-7e6c-493c-a535-33e2b0a50904&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:32:28.526 8 INFO neutron.services.segments.plugin [-] Segment b8b1a5eb-0636-4393-8be7-1f88933d9ad4 resource provider aggregate not found 2026-04-26 09:32:28.531 8 INFO neutron.services.segments.plugin [-] Segment b8b1a5eb-0636-4393-8be7-1f88933d9ad4 resource provider aggregate not found 2026-04-26 09:32:28.546 8 INFO neutron.services.segments.plugin [-] Segment b8b1a5eb-0636-4393-8be7-1f88933d9ad4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8b1a5eb-0636-4393-8be7-1f88933d9ad4 found for delete ", "request_id": "req-6f964aa9-e05b-4877-a619-8b5d6bf9523b"}]} 2026-04-26 09:32:28.552 8 INFO neutron.services.segments.plugin [-] Segment b8b1a5eb-0636-4393-8be7-1f88933d9ad4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8b1a5eb-0636-4393-8be7-1f88933d9ad4 found for delete ", "request_id": "req-a465b58e-9736-4a83-b5e0-4c391bb15104"}]} 2026-04-26 09:32:28.569 8 INFO neutron.services.segments.plugin [-] Segment 7972716e-4a04-4410-9ce5-47326fb9959f resource provider aggregate not found 2026-04-26 09:32:28.573 8 INFO neutron.services.segments.plugin [-] Segment 7972716e-4a04-4410-9ce5-47326fb9959f resource provider aggregate not found 2026-04-26 09:32:28.588 8 INFO neutron.services.segments.plugin [-] Segment 7972716e-4a04-4410-9ce5-47326fb9959f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7972716e-4a04-4410-9ce5-47326fb9959f found for delete ", "request_id": "req-d3ca7bdf-c426-49a8-9036-a17ff80988d2"}]} 2026-04-26 09:32:28.591 8 INFO neutron.services.segments.plugin [-] Segment 7972716e-4a04-4410-9ce5-47326fb9959f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7972716e-4a04-4410-9ce5-47326fb9959f found for delete ", "request_id": "req-fa8f9372-fc4f-44b6-a455-10a0699dcd65"}]} [pid: 8|app: 0|req: 506/1008] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:32:29 2026] GET /v2.0/ports?device_id=37031f33-86aa-4969-83e2-d1d32d606b44 => 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: 503/1009] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:32:29 2026] GET /v2.0/security-groups?id=c397f5f6-7e6c-493c-a535-33e2b0a50904&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:32:30.335 8 INFO neutron.db.segments_db [None req-634bdc9f-ce05-41a7-a985-e7e1c1061477 bef5d79c7ff54d05ab47a547b03b8544 9ef3a1b7e3044468b2fc970d31a1d834 - - default default] Added segment 15293d80-1785-4fb4-8cbc-4388695af29a of type vxlan for network 80ca1025-0a73-44b5-b723-4f7515619593 [pid: 7|app: 0|req: 504/1010] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:32:30 2026] GET /v2.0/ports?device_id=37031f33-86aa-4969-83e2-d1d32d606b44 => generated 975 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1011] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:32:30 2026] GET /v2.0/security-groups?id=c397f5f6-7e6c-493c-a535-33e2b0a50904&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1012] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:32:29 2026] POST /v2.0/networks => generated 626 bytes in 511 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1013] 10.0.0.126 () {34 vars in 665 bytes} [Sun Apr 26 09:32:30 2026] POST /v2.0/ports => generated 775 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:32:30.764 8 INFO neutron.db.segments_db [None req-6464f489-346e-4405-bfdb-b0d25713041d bef5d79c7ff54d05ab47a547b03b8544 9ef3a1b7e3044468b2fc970d31a1d834 - - default default] Added segment bdd05d99-42aa-491b-acf0-1161898ae2a8 of type vxlan for network 899a07ac-0bb2-4da7-95b5-d72ea000b576 [pid: 8|app: 0|req: 508/1014] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:32:30 2026] POST /v2.0/networks => generated 613 bytes in 123 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: 507/1015] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:32:30 2026] POST /v2.0/subnets => generated 626 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1016] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:32:31 2026] GET /v2.0/security-groups?tenant_id=eea2bc011e4f4f35bc5da89557c198f4&name=default => generated 2925 bytes in 357 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1017] 10.0.0.126 () {34 vars in 665 bytes} [Sun Apr 26 09:32:31 2026] POST /v2.0/ports => generated 954 bytes in 353 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: 510/1018] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:32:31 2026] DELETE /v2.0/security-groups/0b46fd95-8593-45cb-84ab-744becb59a92 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:32:31.526 7 INFO neutron_taas.services.taas.taas_plugin [None req-f12e3c86-a8dc-485b-b600-4e73ff9fe7d5 bef5d79c7ff54d05ab47a547b03b8544 9ef3a1b7e3044468b2fc970d31a1d834 - - default default] TaaS: Handle Delete Port: 0f1c8aa3-856d-406b-89d1-0e74b098c975 2026-04-26 09:32:31.529 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f12e3c86-a8dc-485b-b600-4e73ff9fe7d5 bef5d79c7ff54d05ab47a547b03b8544 9ef3a1b7e3044468b2fc970d31a1d834 - - default default] Tap Mirror: Handle Delete Port: 0f1c8aa3-856d-406b-89d1-0e74b098c975 [pid: 7|app: 0|req: 509/1019] 10.0.0.126 () {32 vars in 720 bytes} [Sun Apr 26 09:32:31 2026] DELETE /v2.0/ports/0f1c8aa3-856d-406b-89d1-0e74b098c975 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:32:31.710 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a8f3fa85-32da-46e6-9048-151b92c35b51 bef5d79c7ff54d05ab47a547b03b8544 9ef3a1b7e3044468b2fc970d31a1d834 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 511/1020] 10.0.0.126 () {32 vars in 720 bytes} [Sun Apr 26 09:32:31 2026] DELETE /v2.0/ports/0f1c8aa3-856d-406b-89d1-0e74b098c975 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:32:31.735 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7c616e1f-1d8d-4b9b-91ec-cd81cc2076f5 bef5d79c7ff54d05ab47a547b03b8544 9ef3a1b7e3044468b2fc970d31a1d834 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 510/1021] 10.0.0.126 () {32 vars in 717 bytes} [Sun Apr 26 09:32:31 2026] GET /v2.0/ports/0f1c8aa3-856d-406b-89d1-0e74b098c975 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1022] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:32:31 2026] DELETE /v2.0/subnets/ad087857-5f7e-4cd6-a761-b810baf6d04b => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:32:32.121 8 INFO neutron_taas.services.taas.taas_plugin [None req-94d74bdf-397d-4104-8943-6900c663d506 bef5d79c7ff54d05ab47a547b03b8544 9ef3a1b7e3044468b2fc970d31a1d834 - - default default] TaaS: Handle Delete Port: 3a2ff8de-262d-4106-a060-b63d0e43a124 2026-04-26 09:32:32.124 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94d74bdf-397d-4104-8943-6900c663d506 bef5d79c7ff54d05ab47a547b03b8544 9ef3a1b7e3044468b2fc970d31a1d834 - - default default] Tap Mirror: Handle Delete Port: 3a2ff8de-262d-4106-a060-b63d0e43a124 [pid: 7|app: 0|req: 511/1023] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:32:31 2026] GET /v2.0/security-groups?tenant_id=e89d77770a9e40ec9a7caedd38babe9d&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: 512/1024] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:32:32 2026] DELETE /v2.0/security-groups/3f845a46-cfcf-45a1-b299-b454b304d548 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:32:32.359 8 INFO neutron.services.segments.plugin [-] Segment bdd05d99-42aa-491b-acf0-1161898ae2a8 resource provider aggregate not found 2026-04-26 09:32:32.363 8 INFO neutron.services.segments.plugin [-] Segment bdd05d99-42aa-491b-acf0-1161898ae2a8 resource provider aggregate not found 2026-04-26 09:32:32.377 8 INFO neutron.services.segments.plugin [-] Segment bdd05d99-42aa-491b-acf0-1161898ae2a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdd05d99-42aa-491b-acf0-1161898ae2a8 found for delete ", "request_id": "req-d645c6e8-677f-420b-8ae4-6da0bb69d9b5"}]} 2026-04-26 09:32:32.381 8 INFO neutron.services.segments.plugin [-] Segment bdd05d99-42aa-491b-acf0-1161898ae2a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdd05d99-42aa-491b-acf0-1161898ae2a8 found for delete ", "request_id": "req-c66a4c12-ceac-4128-9e12-a11ad7c306de"}]} [pid: 8|app: 0|req: 513/1025] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:32:32 2026] DELETE /v2.0/networks/899a07ac-0bb2-4da7-95b5-d72ea000b576 => generated 0 bytes in 367 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:32:32.473 7 INFO neutron.db.segments_db [None req-a0259b45-7bed-4e97-937e-155b3cbbf030 bef5d79c7ff54d05ab47a547b03b8544 9ef3a1b7e3044468b2fc970d31a1d834 - - default default] Added segment 0c17e8d5-fb90-41ff-b4c7-02cfb997f2ec of type vxlan for network d6f1f68d-9c49-4b14-88e9-0f551397c23b [pid: 7|app: 0|req: 513/1026] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:32:32 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: 514/1027] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:32:32 2026] GET /v2.0/security-groups?tenant_id=3f1fecaf55154bd7ad4d29cce5356f70&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1028] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:32:32 2026] DELETE /v2.0/security-groups/54f44125-456a-4980-b2b1-63ad02627358 => 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: 514/1029] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:32:32 2026] POST /v2.0/subnets => generated 626 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1030] 10.0.0.126 () {34 vars in 665 bytes} [Sun Apr 26 09:32:32 2026] POST /v2.0/ports => generated 911 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:32:33.360 7 INFO neutron_taas.services.taas.taas_plugin [None req-96d3a747-4796-4770-9d7b-b76e18ae251c bef5d79c7ff54d05ab47a547b03b8544 9ef3a1b7e3044468b2fc970d31a1d834 - - default default] TaaS: Handle Delete Port: 95b3ec2e-7b38-478b-9c92-723a260a26ec 2026-04-26 09:32:33.363 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96d3a747-4796-4770-9d7b-b76e18ae251c bef5d79c7ff54d05ab47a547b03b8544 9ef3a1b7e3044468b2fc970d31a1d834 - - default default] Tap Mirror: Handle Delete Port: 95b3ec2e-7b38-478b-9c92-723a260a26ec [pid: 7|app: 0|req: 515/1031] 10.0.0.126 () {32 vars in 720 bytes} [Sun Apr 26 09:32:33 2026] DELETE /v2.0/ports/95b3ec2e-7b38-478b-9c92-723a260a26ec => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:32:33.546 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8faddedf-191d-41b4-8cb4-f41cb9c651f3 bef5d79c7ff54d05ab47a547b03b8544 9ef3a1b7e3044468b2fc970d31a1d834 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 517/1032] 10.0.0.126 () {32 vars in 717 bytes} [Sun Apr 26 09:32:33 2026] GET /v2.0/ports/95b3ec2e-7b38-478b-9c92-723a260a26ec => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1033] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:32:33 2026] DELETE /v2.0/subnets/125da41f-eb9d-4a17-a9a2-6c0fd6b625d4 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1035] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:32:33 2026] DELETE /v2.0/networks/d6f1f68d-9c49-4b14-88e9-0f551397c23b => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1037] 10.0.0.126 () {34 vars in 665 bytes} [Sun Apr 26 09:32:33 2026] POST /v2.0/ports => generated 774 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1038] 10.0.0.126 () {34 vars in 737 bytes} [Sun Apr 26 09:32:34 2026] PUT /v2.0/ports/5872ba14-ca31-4fe9-be0d-bf20cffcd49a => generated 752 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-26 09:32:34.408 8 INFO neutron.services.segments.plugin [-] Segment 0c17e8d5-fb90-41ff-b4c7-02cfb997f2ec resource provider aggregate not found 2026-04-26 09:32:34.417 8 INFO neutron.services.segments.plugin [-] Segment 0c17e8d5-fb90-41ff-b4c7-02cfb997f2ec resource provider aggregate not found 2026-04-26 09:32:34.426 8 INFO neutron.services.segments.plugin [-] Segment 0c17e8d5-fb90-41ff-b4c7-02cfb997f2ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c17e8d5-fb90-41ff-b4c7-02cfb997f2ec found for delete ", "request_id": "req-6d607766-fcda-4df6-abe6-f9350ee04436"}]} 2026-04-26 09:32:34.432 8 INFO neutron_taas.services.taas.taas_plugin [None req-7d500039-3a10-4b18-bbf1-c61830b6009f bef5d79c7ff54d05ab47a547b03b8544 9ef3a1b7e3044468b2fc970d31a1d834 - - default default] TaaS: Handle Delete Port: 5872ba14-ca31-4fe9-be0d-bf20cffcd49a 2026-04-26 09:32:34.436 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d500039-3a10-4b18-bbf1-c61830b6009f bef5d79c7ff54d05ab47a547b03b8544 9ef3a1b7e3044468b2fc970d31a1d834 - - default default] Tap Mirror: Handle Delete Port: 5872ba14-ca31-4fe9-be0d-bf20cffcd49a 2026-04-26 09:32:34.439 8 INFO neutron.services.segments.plugin [-] Segment 0c17e8d5-fb90-41ff-b4c7-02cfb997f2ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c17e8d5-fb90-41ff-b4c7-02cfb997f2ec found for delete ", "request_id": "req-f33b3ec4-dd46-42bf-bbcc-e3944ef841c7"}]} [pid: 8|app: 0|req: 520/1039] 10.0.0.126 () {32 vars in 720 bytes} [Sun Apr 26 09:32:34 2026] DELETE /v2.0/ports/5872ba14-ca31-4fe9-be0d-bf20cffcd49a => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 520/1040] 10.0.0.126 () {32 vars in 643 bytes} [Sun Apr 26 09:32:34 2026] GET /v2.0/ports => generated 778 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:32:34.620 8 INFO neutron.pecan_wsgi.hooks.translation [None req-24367dd0-6e30-43e0-80e1-65a628959b35 bef5d79c7ff54d05ab47a547b03b8544 9ef3a1b7e3044468b2fc970d31a1d834 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 521/1041] 10.0.0.126 () {32 vars in 717 bytes} [Sun Apr 26 09:32:34 2026] GET /v2.0/ports/5872ba14-ca31-4fe9-be0d-bf20cffcd49a => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1042] 10.0.0.126 () {32 vars in 643 bytes} [Sun Apr 26 09:32:34 2026] GET /v2.0/ports => generated 778 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1043] 10.0.0.126 () {32 vars in 717 bytes} [Sun Apr 26 09:32:34 2026] GET /v2.0/ports/e893da3e-b468-4427-a4dc-61b5bb209c86 => generated 775 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:32:34.736 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a63d3683-4832-4ef6-93ab-42455e326169 bef5d79c7ff54d05ab47a547b03b8544 9ef3a1b7e3044468b2fc970d31a1d834 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 522/1044] 10.0.0.126 () {32 vars in 720 bytes} [Sun Apr 26 09:32:34 2026] DELETE /v2.0/ports/95b3ec2e-7b38-478b-9c92-723a260a26ec => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:32:34.758 8 INFO neutron.pecan_wsgi.hooks.translation [None req-16ef64c4-a7e1-4bd5-9541-6af7254b58f4 bef5d79c7ff54d05ab47a547b03b8544 9ef3a1b7e3044468b2fc970d31a1d834 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 523/1045] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:32:34 2026] DELETE /v2.0/subnets/125da41f-eb9d-4a17-a9a2-6c0fd6b625d4 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:32:34.785 7 INFO neutron.pecan_wsgi.hooks.translation [None req-27e373a6-c848-48e4-a23f-a721c41b462c bef5d79c7ff54d05ab47a547b03b8544 9ef3a1b7e3044468b2fc970d31a1d834 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 523/1046] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:32:34 2026] DELETE /v2.0/subnets/ad087857-5f7e-4cd6-a761-b810baf6d04b => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:32:34.889 8 INFO neutron_taas.services.taas.taas_plugin [None req-ea1d1a36-0887-4fa5-8a96-b294d00de6ac bef5d79c7ff54d05ab47a547b03b8544 9ef3a1b7e3044468b2fc970d31a1d834 - - default default] TaaS: Handle Delete Port: e893da3e-b468-4427-a4dc-61b5bb209c86 2026-04-26 09:32:34.896 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea1d1a36-0887-4fa5-8a96-b294d00de6ac bef5d79c7ff54d05ab47a547b03b8544 9ef3a1b7e3044468b2fc970d31a1d834 - - default default] Tap Mirror: Handle Delete Port: e893da3e-b468-4427-a4dc-61b5bb209c86 [pid: 8|app: 0|req: 524/1047] 10.0.0.126 () {32 vars in 720 bytes} [Sun Apr 26 09:32:34 2026] DELETE /v2.0/ports/e893da3e-b468-4427-a4dc-61b5bb209c86 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:32:35.115 7 INFO neutron.services.segments.plugin [-] Segment 15293d80-1785-4fb4-8cbc-4388695af29a resource provider aggregate not found 2026-04-26 09:32:35.116 7 INFO neutron.services.segments.plugin [-] Segment 15293d80-1785-4fb4-8cbc-4388695af29a resource provider aggregate not found 2026-04-26 09:32:35.138 7 INFO neutron.services.segments.plugin [-] Segment 15293d80-1785-4fb4-8cbc-4388695af29a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15293d80-1785-4fb4-8cbc-4388695af29a found for delete ", "request_id": "req-90a27b2c-d120-4c12-9ae9-f847efc410e8"}]} 2026-04-26 09:32:35.139 7 INFO neutron.services.segments.plugin [-] Segment 15293d80-1785-4fb4-8cbc-4388695af29a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15293d80-1785-4fb4-8cbc-4388695af29a found for delete ", "request_id": "req-9d03f1c6-3089-4265-9e9c-4b440aacf3d2"}]} [pid: 7|app: 0|req: 524/1048] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:32:34 2026] DELETE /v2.0/networks/80ca1025-0a73-44b5-b723-4f7515619593 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1049] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:32:35 2026] GET /v2.0/security-groups?tenant_id=9ef3a1b7e3044468b2fc970d31a1d834&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: 525/1050] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:32:35 2026] DELETE /v2.0/security-groups/14dabdf8-c187-48aa-a5c7-1e87e8621b0c => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1051] 10.0.0.126 () {34 vars in 684 bytes} [Sun Apr 26 09:32:37 2026] POST /v2.0/security-groups => generated 1625 bytes in 455 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1052] 10.0.0.126 () {32 vars in 663 bytes} [Sun Apr 26 09:32:38 2026] GET /v2.0/security-groups => generated 4530 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1053] 10.0.0.126 () {34 vars in 758 bytes} [Sun Apr 26 09:32:38 2026] PUT /v2.0/security-groups/6340327d-42de-4884-8c57-cf92f8f74a53 => generated 1664 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1054] 10.0.0.126 () {32 vars in 737 bytes} [Sun Apr 26 09:32:38 2026] GET /v2.0/security-groups/6340327d-42de-4884-8c57-cf92f8f74a53 => generated 1664 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1055] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:32:38 2026] DELETE /v2.0/security-groups/6340327d-42de-4884-8c57-cf92f8f74a53 => 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: 528/1056] 10.0.0.126 () {32 vars in 663 bytes} [Sun Apr 26 09:32:38 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) 2026-04-26 09:32:38.533 8 INFO neutron.api.v2.resource [None req-412688d1-6562-4a61-a4a4-19fc82be0043 b85b4fa27eef43e38e67404f4db48ce6 4b03860c07d64e2ab02dfd48a9ad6c12 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 529/1057] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:32:38 2026] DELETE /v2.0/security-groups/6340327d-42de-4884-8c57-cf92f8f74a53 => 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: 529/1058] 10.0.0.126 () {34 vars in 684 bytes} [Sun Apr 26 09:32:38 2026] POST /v2.0/security-groups => generated 1625 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1059] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:32:38 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: 7|app: 0|req: 530/1060] 10.0.0.166 () {34 vars in 990 bytes} [Sun Apr 26 09:32:38 2026] GET /v2.0/ports?device_id=37031f33-86aa-4969-83e2-d1d32d606b44 => generated 1244 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1061] 10.0.0.126 () {32 vars in 747 bytes} [Sun Apr 26 09:32:38 2026] GET /v2.0/security-group-rules/e7f1f8aa-8f40-45d6-bd6b-75bde9784814 => generated 601 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1062] 10.0.0.166 () {34 vars in 1040 bytes} [Sun Apr 26 09:32:38 2026] GET /v2.0/security-groups?id=c397f5f6-7e6c-493c-a535-33e2b0a50904&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: 531/1063] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:32:38 2026] GET /v2.0/security-groups?tenant_id=6569840fd51a4aa9ac859a083cd109a6&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: 533/1064] 10.0.0.126 () {32 vars in 673 bytes} [Sun Apr 26 09:32:38 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1065] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:32:38 2026] DELETE /v2.0/security-groups/7b0b7ff6-4ec4-4288-a3db-c1ba9da56055 => 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: 534/1066] 10.0.0.126 () {32 vars in 750 bytes} [Sun Apr 26 09:32:39 2026] DELETE /v2.0/security-group-rules/e7f1f8aa-8f40-45d6-bd6b-75bde9784814 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1067] 10.0.0.126 () {32 vars in 673 bytes} [Sun Apr 26 09:32:39 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1068] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:32:39 2026] GET /v2.0/security-groups?tenant_id=f60bff949e574d5bbf6c7668b4aca8ce&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: 534/1069] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:32: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: 535/1070] 10.0.0.126 () {32 vars in 747 bytes} [Sun Apr 26 09:32:39 2026] GET /v2.0/security-group-rules/4e452551-9ed1-42d7-9bd5-a1ed1b91e3ce => 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: 536/1071] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:32:39 2026] DELETE /v2.0/security-groups/d61c8dfc-4bce-4bb9-bcc1-a81040742240 => 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: 536/1072] 10.0.0.126 () {32 vars in 673 bytes} [Sun Apr 26 09:32:39 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1073] 10.0.0.126 () {32 vars in 750 bytes} [Sun Apr 26 09:32:39 2026] DELETE /v2.0/security-group-rules/4e452551-9ed1-42d7-9bd5-a1ed1b91e3ce => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1074] 10.0.0.126 () {32 vars in 673 bytes} [Sun Apr 26 09:32:39 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) 2026-04-26 09:32:39.615 7 INFO neutron.db.securitygroups_db [None req-3d12641e-acc7-4cb4-9a79-cd28903bcabe b85b4fa27eef43e38e67404f4db48ce6 4b03860c07d64e2ab02dfd48a9ad6c12 - - default default] Project 4b03860c07d64e2ab02dfd48a9ad6c12 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: 538/1075] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:32:39 2026] POST /v2.0/security-group-rules => generated 607 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1076] 10.0.0.126 () {32 vars in 747 bytes} [Sun Apr 26 09:32:39 2026] GET /v2.0/security-group-rules/2cdcbeae-6649-4ee9-96eb-ea82e9cd9f4e => generated 607 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1077] 10.0.0.126 () {32 vars in 673 bytes} [Sun Apr 26 09:32:39 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1078] 10.0.0.126 () {32 vars in 750 bytes} [Sun Apr 26 09:32:39 2026] DELETE /v2.0/security-group-rules/2cdcbeae-6649-4ee9-96eb-ea82e9cd9f4e => 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: 540/1079] 10.0.0.126 () {32 vars in 673 bytes} [Sun Apr 26 09:32:39 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1080] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:32:39 2026] DELETE /v2.0/security-groups/d5e834a2-bd13-42e7-be5c-c6ec9c010a5a => 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: 541/1081] 10.0.0.126 () {32 vars in 663 bytes} [Sun Apr 26 09:32:40 2026] GET /v2.0/security-groups => generated 2925 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1082] 10.0.0.126 () {32 vars in 663 bytes} [Sun Apr 26 09:32:40 2026] GET /v2.0/security-groups => generated 2925 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1083] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:32:40 2026] GET /v2.0/security-groups?tenant_id=4b03860c07d64e2ab02dfd48a9ad6c12&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1084] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:32:40 2026] DELETE /v2.0/security-groups/39549ab9-b23a-4933-9fda-651239ab9a4a => 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: 543/1085] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:32:41 2026] GET /v2.0/security-groups?tenant_id=d0cd3924cb8a4dc7ad1b3f52fd56a55e&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: 543/1086] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:32:42 2026] DELETE /v2.0/security-groups/54d014ef-b547-4f39-b15e-f441c5fe0523 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1087] 10.0.0.126 () {34 vars in 676 bytes} [Sun Apr 26 09:32:42 2026] POST /v2.0/subnetpools => generated 548 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1088] 10.0.0.126 () {32 vars in 729 bytes} [Sun Apr 26 09:32:43 2026] GET /v2.0/subnetpools/fe0b31af-14e2-4253-842b-5225febe1a6d => generated 548 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1089] 10.0.0.126 () {34 vars in 749 bytes} [Sun Apr 26 09:32:43 2026] PUT /v2.0/subnetpools/fe0b31af-14e2-4253-842b-5225febe1a6d => generated 500 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1090] 10.0.0.126 () {32 vars in 732 bytes} [Sun Apr 26 09:32:43 2026] DELETE /v2.0/subnetpools/fe0b31af-14e2-4253-842b-5225febe1a6d => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:32:43.210 7 INFO neutron.api.v2.resource [None req-43c5467a-acba-48ff-9cb8-9cba6f996784 474960232d9441bf8e5aed7ed596034b 42df5005c0b146e1834b428a4c3589e8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 546/1091] 10.0.0.126 () {32 vars in 729 bytes} [Sun Apr 26 09:32:43 2026] GET /v2.0/subnetpools/fe0b31af-14e2-4253-842b-5225febe1a6d => generated 145 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:32:43.230 8 INFO neutron.api.v2.resource [None req-3214c97e-6a49-41b8-8c0b-f1dfbfee7258 474960232d9441bf8e5aed7ed596034b 42df5005c0b146e1834b428a4c3589e8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 546/1092] 10.0.0.126 () {32 vars in 732 bytes} [Sun Apr 26 09:32:43 2026] DELETE /v2.0/subnetpools/fe0b31af-14e2-4253-842b-5225febe1a6d => generated 145 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1093] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:32:43 2026] GET /v2.0/security-groups?tenant_id=ea565532502a4cf2a3b8c49fcd1fcb95&name=default => generated 2925 bytes in 363 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1094] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:32:43 2026] GET /v2.0/security-groups?tenant_id=42df5005c0b146e1834b428a4c3589e8&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1095] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:32:43 2026] DELETE /v2.0/security-groups/f83ed6fb-7a68-46da-9029-39ecc261aa8b => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1096] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:32:43 2026] DELETE /v2.0/security-groups/4e3cc6ab-3e59-4035-a1ef-de01199958e5 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1097] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:32:44 2026] GET /v2.0/security-groups?tenant_id=0a183c3c03b74d928c6b238957fdea01&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1098] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:32:44 2026] DELETE /v2.0/security-groups/078ed74d-d7ff-4eff-9786-6cb8ba437ba3 => 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: 550/1099] 10.0.0.126 () {32 vars in 623 bytes} [Sun Apr 26 09:32:45 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: 550/1100] 10.0.0.180 () {32 vars in 802 bytes} [Sun Apr 26 09:32:45 2026] GET /v2.0/extensions => generated 21537 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1101] 10.0.0.126 () {32 vars in 633 bytes} [Sun Apr 26 09:32:45 2026] GET /v2.0/ => generated 632 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1102] 10.0.0.180 () {30 vars in 724 bytes} [Sun Apr 26 09:32:46 2026] GET /v2.0/quotas/78db07d97abe47bc85e8ab8954bd36ff/details => generated 847 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1103] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:32:46 2026] GET /v2.0/security-groups?tenant_id=86a2c8e092054e02be9922f033394f60&name=default => generated 2925 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1104] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:32:46 2026] DELETE /v2.0/security-groups/a0797283-4458-454a-86a5-6f331ac3968a => 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: 553/1105] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:32:48 2026] GET /v2.0/ports?device_id=37031f33-86aa-4969-83e2-d1d32d606b44 => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1106] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:32:48 2026] GET /v2.0/security-groups?id=c397f5f6-7e6c-493c-a535-33e2b0a50904&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1107] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:32:48 2026] GET /v2.0/ports?device_id=37031f33-86aa-4969-83e2-d1d32d606b44 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1108] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:32:48 2026] GET /v2.0/security-groups?id=c397f5f6-7e6c-493c-a535-33e2b0a50904&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:32:48.852 8 INFO neutron.db.segments_db [None req-ff967204-5a61-4d5d-8631-af859d5d7a13 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Added segment b0781639-608e-4bc8-b33b-f8cc4aaa1435 of type vxlan for network 724fc1d7-1545-49f0-b4c2-fbef862733bc [pid: 8|app: 0|req: 555/1111] 10.0.0.126 () {34 vars in 671 bytes} [Sun Apr 26 09:32:48 2026] POST /v2.0/networks => generated 722 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1112] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:32:48 2026] POST /v2.0/subnets => generated 688 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:32:49.218 8 INFO neutron.db.segments_db [None req-9f2e10f3-bccc-4148-870f-1457c1012576 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Added segment 3c200edc-cf3f-40c6-8ed7-c7e1cbd91f52 of type vxlan for network b0692483-5415-4840-9e17-6ccc6f9ca818 2026-04-26 09:32:49.477 8 INFO neutron.db.l3_hamode_db [None req-9f2e10f3-bccc-4148-870f-1457c1012576 67e79c91acc742b68c9b7d2ea1d363f5 3bfed8db8f344135a2dee9bc0d3e627d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 558/1113] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:32:49 2026] GET /v2.0/ports?device_id=37031f33-86aa-4969-83e2-d1d32d606b44 => generated 975 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1114] 10.0.0.180 () {32 vars in 802 bytes} [Sun Apr 26 09:32:49 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1115] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:32:49 2026] GET /v2.0/security-groups?id=c397f5f6-7e6c-493c-a535-33e2b0a50904&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: 561/1116] 10.0.0.180 () {30 vars in 724 bytes} [Sun Apr 26 09:32:49 2026] GET /v2.0/quotas/78db07d97abe47bc85e8ab8954bd36ff/details => generated 847 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:32:50.280 8 INFO neutron.db.l3_hamode_db [None req-9f2e10f3-bccc-4148-870f-1457c1012576 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 562/1117] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:32:50 2026] GET /v2.0/security-groups?tenant_id=d9dbba0f297948a6b04f1428d576bc1e&name=default => generated 2925 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1118] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:32:50 2026] DELETE /v2.0/security-groups/8b3e9c4c-63dc-46b0-b76d-876384fe3859 => 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: 564/1119] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:32:50 2026] GET /v2.0/security-groups?tenant_id=c3a64732038d4749a972e85c1e536db8&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1120] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:32:50 2026] GET /v2.0/ports?device_id=37031f33-86aa-4969-83e2-d1d32d606b44 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1121] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:32:51 2026] DELETE /v2.0/security-groups/d824ece4-5eb3-4f47-b19b-260ed8ef4899 => 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: 567/1122] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:32:51 2026] GET /v2.0/security-groups?id=c397f5f6-7e6c-493c-a535-33e2b0a50904&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: 568/1123] 199.204.45.223 () {34 vars in 994 bytes} [Sun Apr 26 09:32:51 2026] GET /v2.0/ports?device_id=37031f33-86aa-4969-83e2-d1d32d606b44 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1124] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:32:49 2026] POST /v2.0/routers => generated 728 bytes in 2127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:32:51.311 7 INFO neutron_taas.services.taas.taas_plugin [req-d443190f-269c-4b8d-9e38-83487b153e9f req-7afec3af-98ba-430e-813b-c9fbad15c447 ffc02fa60d894a728a06cb23917ee808 61d7c9096ad6435ea543ecaf20ad75a9 - - default default] TaaS: Handle Delete Port: 6af115f0-13a4-45b3-b76d-a9c0afb188f5 2026-04-26 09:32:51.315 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d443190f-269c-4b8d-9e38-83487b153e9f req-7afec3af-98ba-430e-813b-c9fbad15c447 ffc02fa60d894a728a06cb23917ee808 61d7c9096ad6435ea543ecaf20ad75a9 - - default default] Tap Mirror: Handle Delete Port: 6af115f0-13a4-45b3-b76d-a9c0afb188f5 2026-04-26 09:32:51.458 7 INFO neutron.db.l3_db [req-d443190f-269c-4b8d-9e38-83487b153e9f req-7afec3af-98ba-430e-813b-c9fbad15c447 ffc02fa60d894a728a06cb23917ee808 61d7c9096ad6435ea543ecaf20ad75a9 - - default default] Floating IP d64cd14a-db79-4990-8c02-a7d6a47fb96b disassociated. External IP: 10.96.250.216, port: 6af115f0-13a4-45b3-b76d-a9c0afb188f5. [pid: 7|app: 0|req: 569/1125] 199.204.45.223 () {36 vars in 997 bytes} [Sun Apr 26 09:32:51 2026] DELETE /v2.0/ports/6af115f0-13a4-45b3-b76d-a9c0afb188f5 => generated 0 bytes in 635 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:32:51.888 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-17f07e12-3845-4619-ae15-e4df279aeef3'] response: {'server_uuid': '37031f33-86aa-4969-83e2-d1d32d606b44', 'name': 'network-vif-deleted', 'tag': '6af115f0-13a4-45b3-b76d-a9c0afb188f5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 570/1126] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:32:52 2026] GET /v2.0/ports?device_id=37031f33-86aa-4969-83e2-d1d32d606b44 => 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: 557/1127] 10.0.0.126 () {34 vars in 783 bytes} [Sun Apr 26 09:32:51 2026] PUT /v2.0/routers/708d130f-6361-4530-ad76-bd40ec29bc3c/add_router_interface => generated 309 bytes in 1864 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:32:53.318 7 INFO neutron.db.segments_db [None req-4c55b894-d86c-4820-a072-726498296618 bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] Added segment 916cf66f-e828-49d0-90b4-ab4af004ca04 of type vxlan for network 730616b6-be46-4da2-a8f8-5b23cdf9fb77 [pid: 7|app: 0|req: 571/1128] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:32:53 2026] POST /v2.0/networks => generated 614 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1129] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:32:53 2026] GET /v2.0/ports?device_id=37031f33-86aa-4969-83e2-d1d32d606b44 => 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: 558/1130] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:32:53 2026] GET /v2.0/security-groups?tenant_id=78db07d97abe47bc85e8ab8954bd36ff&name=default => generated 2925 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:32:53.528 7 INFO neutron.db.segments_db [None req-e95da28e-2ba6-408f-a2a9-285e7f6cb389 bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] Added segment d8edcdf1-7379-4577-af3a-21e6a2348905 of type vxlan for network a83dc49f-482b-473f-8c3e-5517d909660b [pid: 8|app: 0|req: 559/1131] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:32:53 2026] DELETE /v2.0/security-groups/1fc48d57-2347-4fa7-830c-d8d28fdfbf79 => 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: 573/1132] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:32:53 2026] POST /v2.0/networks => generated 615 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1133] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:32:53 2026] POST /v2.0/subnets => generated 646 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1134] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:32:53 2026] POST /v2.0/subnets => generated 655 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:32:54.224 8 INFO neutron.db.segments_db [None req-369b6cf9-292c-489f-8184-0a516f52e4aa bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] Added segment bd623bc1-a2b8-4887-b321-89390911d0f7 of type vxlan for network c856348c-5014-443a-9e3a-2b24085f4ea4 2026-04-26 09:32:54.401 7 INFO neutron.db.segments_db [None req-d6c8f987-0d39-4faf-a851-45f1226ae93b 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Added segment b789c5d4-c26f-4693-8fee-06e835ce2b93 of type vxlan for network 81821000-3689-4440-b9bb-c9f7e1380cfb 2026-04-26 09:32:54.475 8 INFO neutron.db.l3_hamode_db [None req-369b6cf9-292c-489f-8184-0a516f52e4aa bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 575/1135] 10.0.0.126 () {34 vars in 671 bytes} [Sun Apr 26 09:32:54 2026] POST /v2.0/networks => generated 721 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:32:54.604 8 INFO neutron.db.l3_hamode_db [None req-369b6cf9-292c-489f-8184-0a516f52e4aa bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 576/1136] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:32:54 2026] POST /v2.0/subnets => generated 688 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1137] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:32:54 2026] GET /v2.0/ports?device_id=37031f33-86aa-4969-83e2-d1d32d606b44 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:32:54.819 7 INFO neutron.db.segments_db [None req-88e14c96-a63f-4632-8c70-6f54159179e0 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Added segment 16d16597-85f0-47cf-a611-5f942456203b of type vxlan for network 7fe4b677-45fa-4852-b52c-ce69a2ae89dc 2026-04-26 09:32:55.114 7 INFO neutron.db.l3_hamode_db [None req-88e14c96-a63f-4632-8c70-6f54159179e0 67e79c91acc742b68c9b7d2ea1d363f5 7d2a38eb38f94a7887fce5601d5e562d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 561/1138] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:32:54 2026] POST /v2.0/routers => generated 510 bytes in 1054 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:32:55.953 7 INFO neutron.db.l3_hamode_db [None req-88e14c96-a63f-4632-8c70-6f54159179e0 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 562/1139] 10.0.0.126 () {34 vars in 783 bytes} [Sun Apr 26 09:32:55 2026] PUT /v2.0/routers/c8acf09c-66da-4237-a663-3ddbb8cbc0b6/add_router_interface => generated 309 bytes in 1117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1140] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:32:56 2026] GET /v2.0/ports?device_id=37031f33-86aa-4969-83e2-d1d32d606b44 => 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: 564/1141] 10.0.0.126 () {32 vars in 717 bytes} [Sun Apr 26 09:32:56 2026] GET /v2.0/ports/ef5dbb55-7c9b-48ff-a0ec-3d1140eab465 => generated 959 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1142] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:32:54 2026] POST /v2.0/routers => generated 728 bytes in 2191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1143] 10.0.0.126 () {34 vars in 783 bytes} [Sun Apr 26 09:32:56 2026] PUT /v2.0/routers/c8acf09c-66da-4237-a663-3ddbb8cbc0b6/add_router_interface => generated 309 bytes in 1178 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1144] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:32:57 2026] DELETE /v2.0/security-groups/c397f5f6-7e6c-493c-a535-33e2b0a50904 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1145] 10.0.0.126 () {32 vars in 717 bytes} [Sun Apr 26 09:32:57 2026] GET /v2.0/ports/fb950653-c432-4bc4-b77e-c315c47b73ee => generated 967 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:32:57.775 8 INFO neutron.api.v2.resource [None req-07a1a27c-1639-4ab1-baef-99bba27d994b ffc02fa60d894a728a06cb23917ee808 61d7c9096ad6435ea543ecaf20ad75a9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 568/1146] 10.0.0.126 () {32 vars in 737 bytes} [Sun Apr 26 09:32:57 2026] GET /v2.0/security-groups/c397f5f6-7e6c-493c-a535-33e2b0a50904 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:32:58.095 8 INFO neutron_taas.services.taas.taas_plugin [None req-8d54f5de-cfeb-4bd0-a01a-ff00f3aa48da bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] TaaS: Handle Delete Port: fb950653-c432-4bc4-b77e-c315c47b73ee 2026-04-26 09:32:58.099 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d54f5de-cfeb-4bd0-a01a-ff00f3aa48da bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] Tap Mirror: Handle Delete Port: fb950653-c432-4bc4-b77e-c315c47b73ee [pid: 7|app: 0|req: 579/1147] 10.0.0.126 () {34 vars in 783 bytes} [Sun Apr 26 09:32:56 2026] PUT /v2.0/routers/89abf31b-0b70-4468-b981-0f7b1bbb7dcf/add_router_interface => generated 309 bytes in 1212 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:32:58.260 7 INFO neutron_taas.services.taas.taas_plugin [None req-bed97f97-2334-4acd-92bc-ea46f918fee2 ffc02fa60d894a728a06cb23917ee808 61d7c9096ad6435ea543ecaf20ad75a9 - - default default] TaaS: Handle Delete Port: 953dfa2c-0f85-4fbf-809a-d7a6447a631d 2026-04-26 09:32:58.262 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bed97f97-2334-4acd-92bc-ea46f918fee2 ffc02fa60d894a728a06cb23917ee808 61d7c9096ad6435ea543ecaf20ad75a9 - - default default] Tap Mirror: Handle Delete Port: 953dfa2c-0f85-4fbf-809a-d7a6447a631d [pid: 7|app: 0|req: 580/1148] 10.0.0.126 () {32 vars in 732 bytes} [Sun Apr 26 09:32:58 2026] DELETE /v2.0/floatingips/d64cd14a-db79-4990-8c02-a7d6a47fb96b => generated 0 bytes in 288 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1149] 10.0.0.126 () {34 vars in 789 bytes} [Sun Apr 26 09:32:57 2026] PUT /v2.0/routers/c8acf09c-66da-4237-a663-3ddbb8cbc0b6/remove_router_interface => generated 309 bytes in 792 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:32:58.697 7 INFO neutron.db.segments_db [None req-93e8bc9c-6266-411b-b7e9-7669cd2887b2 54901f2b7c53495dab45a6f6a6949442 d9b6376f69a2400f81c5d3b29f511804 - - default default] Added segment d77f9837-8931-45c1-93ec-7f6516b23009 of type vxlan for network c61f1842-9505-47bf-a0fc-421b5e8cd620 [pid: 7|app: 0|req: 581/1150] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:32:58 2026] POST /v2.0/networks => generated 613 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:32:58.978 8 INFO neutron_taas.services.taas.taas_plugin [None req-3ca1e1f2-7c5a-46b5-983c-186d9b9898a7 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: a6131757-81af-4eee-bb75-534e390bd1cd 2026-04-26 09:32:58.981 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ca1e1f2-7c5a-46b5-983c-186d9b9898a7 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: a6131757-81af-4eee-bb75-534e390bd1cd 2026-04-26 09:32:59.137 7 INFO neutron_taas.services.taas.taas_plugin [None req-2f6e0dff-5c9a-47c8-8400-f02318d08a2e bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] TaaS: Handle Delete Port: ef5dbb55-7c9b-48ff-a0ec-3d1140eab465 2026-04-26 09:32:59.141 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f6e0dff-5c9a-47c8-8400-f02318d08a2e bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] Tap Mirror: Handle Delete Port: ef5dbb55-7c9b-48ff-a0ec-3d1140eab465 [pid: 8|app: 0|req: 570/1151] 10.0.0.126 () {34 vars in 789 bytes} [Sun Apr 26 09:32:58 2026] PUT /v2.0/routers/55ef294c-1947-4354-88ea-15f8d184f36d/remove_router_interface => generated 309 bytes in 1026 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1152] 10.0.0.126 () {34 vars in 789 bytes} [Sun Apr 26 09:32:58 2026] PUT /v2.0/routers/c8acf09c-66da-4237-a663-3ddbb8cbc0b6/remove_router_interface => generated 309 bytes in 837 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:32:59.692 7 INFO neutron.db.segments_db [None req-3856d09d-402d-4830-9e95-e99a579f1820 54901f2b7c53495dab45a6f6a6949442 d9b6376f69a2400f81c5d3b29f511804 - - default default] Added segment f5fbcd99-bfdb-44aa-bb1f-29327cb07d6e of type vxlan for network 9472dd3d-9ee9-4e3f-b271-3453ef4076f4 [pid: 8|app: 0|req: 571/1153] 10.0.0.126 () {34 vars in 685 bytes} [Sun Apr 26 09:32:59 2026] POST /v2.0/security-groups => generated 1675 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1154] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:32:59 2026] POST /v2.0/networks => generated 612 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1155] 10.0.0.126 () {32 vars in 736 bytes} [Sun Apr 26 09:32:59 2026] GET /v2.0/ports?device_id=c8acf09c-66da-4237-a663-3ddbb8cbc0b6 => 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/1156] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:32:59 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) 2026-04-26 09:32:59.961 8 INFO neutron_taas.services.taas.taas_plugin [None req-dc0e3858-b7b9-4058-928a-45120bed500a 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: 1cce9300-08b7-43fb-825e-40264ffaebe1 2026-04-26 09:32:59.965 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc0e3858-b7b9-4058-928a-45120bed500a 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: 1cce9300-08b7-43fb-825e-40264ffaebe1 2026-04-26 09:32:59.996 7 INFO neutron.db.segments_db [None req-c1598e29-1344-4495-ab16-aacaede3d1e5 54901f2b7c53495dab45a6f6a6949442 d9b6376f69a2400f81c5d3b29f511804 - - default default] Added segment 9efecc03-3412-467b-a42b-9b856b697bf8 of type vxlan for network 391fc0e8-ace4-4ab2-8b2e-7f502ff3efb6 [pid: 7|app: 0|req: 586/1157] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:32:59 2026] POST /v2.0/networks => generated 613 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:33:00.271 8 INFO neutron_taas.services.taas.taas_plugin [None req-dc0e3858-b7b9-4058-928a-45120bed500a 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: c88a1f41-33f5-4b58-b146-f9dbc45e08c1 2026-04-26 09:33:00.273 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc0e3858-b7b9-4058-928a-45120bed500a 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: c88a1f41-33f5-4b58-b146-f9dbc45e08c1 2026-04-26 09:33:00.329 7 INFO neutron_taas.services.taas.taas_plugin [None req-06f508ca-65cc-4c5f-8097-8fa857206a99 bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] TaaS: Handle Delete Port: 1338a866-e27e-4aac-96ad-b058b670002b 2026-04-26 09:33:00.332 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06f508ca-65cc-4c5f-8097-8fa857206a99 bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] Tap Mirror: Handle Delete Port: 1338a866-e27e-4aac-96ad-b058b670002b 2026-04-26 09:33:00.694 8 INFO neutron.services.segments.plugin [-] Segment b07dd0c3-a43b-4f31-a6f9-40d9ad842a19 resource provider aggregate not found 2026-04-26 09:33:00.704 8 INFO neutron.services.segments.plugin [-] Segment b07dd0c3-a43b-4f31-a6f9-40d9ad842a19 resource provider aggregate not found 2026-04-26 09:33:00.715 8 INFO neutron.services.segments.plugin [-] Segment b07dd0c3-a43b-4f31-a6f9-40d9ad842a19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b07dd0c3-a43b-4f31-a6f9-40d9ad842a19 found for delete ", "request_id": "req-ef22f0be-0754-4196-b9ab-a3a8cd0984d5"}]} 2026-04-26 09:33:00.727 8 INFO neutron.services.segments.plugin [-] Segment b07dd0c3-a43b-4f31-a6f9-40d9ad842a19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b07dd0c3-a43b-4f31-a6f9-40d9ad842a19 found for delete ", "request_id": "req-1e807ffc-515c-4309-8578-46149b610d39"}]} 2026-04-26 09:33:00.727 7 INFO neutron.services.segments.plugin [-] Segment bd623bc1-a2b8-4887-b321-89390911d0f7 resource provider aggregate not found 2026-04-26 09:33:00.733 7 INFO neutron.services.segments.plugin [-] Segment bd623bc1-a2b8-4887-b321-89390911d0f7 resource provider aggregate not found 2026-04-26 09:33:00.739 8 INFO neutron.db.l3_hamode_db [None req-dc0e3858-b7b9-4058-928a-45120bed500a 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] HA network 763b699a-bd61-4fe4-8068-374e77ab22f4 was deleted as no HA routers are present in tenant 61d7c9096ad6435ea543ecaf20ad75a9. [pid: 8|app: 0|req: 572/1158] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:32:59 2026] DELETE /v2.0/routers/55ef294c-1947-4354-88ea-15f8d184f36d => generated 0 bytes in 1019 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:33:00.754 7 INFO neutron.services.segments.plugin [-] Segment bd623bc1-a2b8-4887-b321-89390911d0f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd623bc1-a2b8-4887-b321-89390911d0f7 found for delete ", "request_id": "req-55f3deac-008c-4f9f-9438-c09501e6ca4b"}]} 2026-04-26 09:33:00.756 7 INFO neutron.services.segments.plugin [-] Segment bd623bc1-a2b8-4887-b321-89390911d0f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd623bc1-a2b8-4887-b321-89390911d0f7 found for delete ", "request_id": "req-72719a0b-ad52-4812-91d5-410b1a0e40b3"}]} 2026-04-26 09:33:00.770 7 INFO neutron.db.l3_hamode_db [None req-06f508ca-65cc-4c5f-8097-8fa857206a99 bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] HA network c856348c-5014-443a-9e3a-2b24085f4ea4 was deleted as no HA routers are present in tenant 90efc5ad3e4043f4bed829abef346dc0. [pid: 7|app: 0|req: 587/1159] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:33:00 2026] DELETE /v2.0/routers/c8acf09c-66da-4237-a663-3ddbb8cbc0b6 => generated 0 bytes in 681 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:33:00.821 7 INFO neutron.db.segments_db [None req-d98e3c00-ec83-46a0-aa84-79422eeeb174 54901f2b7c53495dab45a6f6a6949442 d9b6376f69a2400f81c5d3b29f511804 - - default default] Added segment 2a2eb990-bf35-4122-99dd-abf0d5225b69 of type vxlan for network 3bfbd60c-12fb-41a1-8be0-4106e2627271 [pid: 8|app: 0|req: 573/1160] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:33:00 2026] POST /v2.0/security-group-rules => generated 596 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1161] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:33:00 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: 589/1162] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:33:00 2026] DELETE /v2.0/subnets/c9136f90-b480-4469-b281-af6914c3b8b6 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1163] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:33:00 2026] DELETE /v2.0/subnets/94abb97c-57aa-4f7e-a5c3-472b3f62c588 => 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: 590/1164] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:33:01 2026] POST /v2.0/security-group-rules => generated 602 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:33:01.121 8 INFO neutron.db.segments_db [None req-99705083-58ce-4c91-9f09-ae3f84a8c580 54901f2b7c53495dab45a6f6a6949442 d9b6376f69a2400f81c5d3b29f511804 - - default default] Added segment 446e9cd0-27e7-4a23-902c-bd0fe3819489 of type vxlan for network 49cfb551-3031-45d6-a6f5-e9a1d879e027 [pid: 8|app: 0|req: 575/1165] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:33:01 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: 591/1166] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:33:01 2026] DELETE /v2.0/subnets/752c66fa-3f17-468c-b903-d6a710cc9898 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:33:01.310 8 INFO neutron_taas.services.taas.taas_plugin [None req-eed7f4a0-3e3d-4f26-beab-26c913d03072 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: fed52d98-8aa9-45c7-9ae4-c06825cf20d8 2026-04-26 09:33:01.313 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eed7f4a0-3e3d-4f26-beab-26c913d03072 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: fed52d98-8aa9-45c7-9ae4-c06825cf20d8 [pid: 7|app: 0|req: 592/1167] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:33:01 2026] POST /v2.0/security-group-rules => generated 601 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1168] 10.0.0.126 () {34 vars in 753 bytes} [Sun Apr 26 09:33:01 2026] PUT /v2.0/networks/c61f1842-9505-47bf-a0fc-421b5e8cd620/tags => generated 17 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1169] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:33:01 2026] DELETE /v2.0/networks/628be903-81e2-4ec6-9098-f6723e07b973 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1170] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:33:01 2026] DELETE /v2.0/networks/a83dc49f-482b-473f-8c3e-5517d909660b => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:33:01.554 8 INFO neutron.db.securitygroups_db [None req-e121fce7-1268-4c83-8b92-df25dca7fe55 5fe7315a79a0421ebf3efe95bb4ae772 3bfed8db8f344135a2dee9bc0d3e627d - - default default] Project 3bfed8db8f344135a2dee9bc0d3e627d 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: 595/1171] 10.0.0.126 () {34 vars in 753 bytes} [Sun Apr 26 09:33:01 2026] PUT /v2.0/networks/9472dd3d-9ee9-4e3f-b271-3453ef4076f4/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1172] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:33:01 2026] POST /v2.0/security-group-rules => generated 607 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1173] 10.0.0.126 () {34 vars in 753 bytes} [Sun Apr 26 09:33:01 2026] PUT /v2.0/networks/391fc0e8-ace4-4ab2-8b2e-7f502ff3efb6/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:33:01.706 7 INFO neutron_taas.services.taas.taas_plugin [None req-2490cc6d-cb3c-47f2-bb6c-1c4c091493fd bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] TaaS: Handle Delete Port: 16385e37-d6b1-442f-81da-5dd4a506c141 2026-04-26 09:33:01.709 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2490cc6d-cb3c-47f2-bb6c-1c4c091493fd bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] Tap Mirror: Handle Delete Port: 16385e37-d6b1-442f-81da-5dd4a506c141 2026-04-26 09:33:01.738 8 INFO neutron.db.securitygroups_db [None req-e75bdec4-2729-4a44-8912-03156171b750 5fe7315a79a0421ebf3efe95bb4ae772 3bfed8db8f344135a2dee9bc0d3e627d - - default default] Project 3bfed8db8f344135a2dee9bc0d3e627d 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: 579/1174] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:33:01 2026] POST /v2.0/security-group-rules => generated 606 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1175] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:33:01 2026] GET /v2.0/security-groups?tenant_id=61d7c9096ad6435ea543ecaf20ad75a9&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1176] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:33:01 2026] DELETE /v2.0/networks/730616b6-be46-4da2-a8f8-5b23cdf9fb77 => generated 0 bytes in 343 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1177] 10.0.0.126 () {34 vars in 753 bytes} [Sun Apr 26 09:33:01 2026] PUT /v2.0/networks/3bfbd60c-12fb-41a1-8be0-4106e2627271/tags => generated 19 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:33:01.997 8 INFO neutron.db.segments_db [None req-9a17eb79-b6bf-4fbe-b965-febf9fb4214c bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] Added segment c220f47c-0e47-4aa0-9164-03808e696494 of type vxlan for network 6db1496f-b689-4322-9e74-19a7a34fd86c [pid: 7|app: 0|req: 597/1178] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:33:01 2026] DELETE /v2.0/security-groups/02d65088-a6cb-4b0f-8c01-2f86898bf83f => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1179] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:33:01 2026] POST /v2.0/networks => generated 615 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1180] 10.0.0.126 () {32 vars in 666 bytes} [Sun Apr 26 09:33:02 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1181] 10.0.0.126 () {32 vars in 680 bytes} [Sun Apr 26 09:33:02 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1182] 10.0.0.126 () {32 vars in 676 bytes} [Sun Apr 26 09:33:02 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1183] 10.0.0.126 () {32 vars in 688 bytes} [Sun Apr 26 09:33:02 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1184] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:33:02 2026] POST /v2.0/subnets => generated 646 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1185] 10.0.0.126 () {32 vars in 674 bytes} [Sun Apr 26 09:33:02 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1186] 10.0.0.126 () {34 vars in 685 bytes} [Sun Apr 26 09:33:02 2026] POST /v2.0/security-groups => generated 1660 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-26 09:33:02.475 8 INFO neutron.db.segments_db [None req-57da5c0b-8dc7-4af3-9452-f703065c2d76 bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] Added segment 60371330-5af9-4cf8-bf04-168a7e5aecac of type vxlan for network 5edb12f0-4c21-4c43-8789-cb5aa75d42cf [pid: 7|app: 0|req: 603/1187] 10.0.0.126 () {32 vars in 688 bytes} [Sun Apr 26 09:33:02 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2469 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1188] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:33:02 2026] POST /v2.0/security-group-rules => generated 597 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1189] 10.0.0.126 () {32 vars in 684 bytes} [Sun Apr 26 09:33:02 2026] GET /v2.0/networks?not-tags-any=blue => generated 2469 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:33:02.737 8 INFO neutron.services.segments.plugin [-] Segment c075c3c5-3bfc-4264-b17d-19f949e2f96f resource provider aggregate not found 2026-04-26 09:33:02.748 8 INFO neutron.db.l3_hamode_db [None req-57da5c0b-8dc7-4af3-9452-f703065c2d76 bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-26 09:33:02.749 8 INFO neutron.services.segments.plugin [-] Segment c075c3c5-3bfc-4264-b17d-19f949e2f96f resource provider aggregate not found 2026-04-26 09:33:02.757 8 INFO neutron.services.segments.plugin [-] Segment c075c3c5-3bfc-4264-b17d-19f949e2f96f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c075c3c5-3bfc-4264-b17d-19f949e2f96f found for delete ", "request_id": "req-b5e2205b-67a4-4625-bd30-97f06615de23"}]} 2026-04-26 09:33:02.790 8 INFO neutron.services.segments.plugin [-] Segment c075c3c5-3bfc-4264-b17d-19f949e2f96f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c075c3c5-3bfc-4264-b17d-19f949e2f96f found for delete ", "request_id": "req-cf97037d-f113-447a-b006-6d07503d35ad"}]} 2026-04-26 09:33:02.799 7 INFO neutron.services.segments.plugin [-] Segment d8edcdf1-7379-4577-af3a-21e6a2348905 resource provider aggregate not found 2026-04-26 09:33:02.812 7 INFO neutron.services.segments.plugin [-] Segment d8edcdf1-7379-4577-af3a-21e6a2348905 resource provider aggregate not found 2026-04-26 09:33:02.819 7 INFO neutron.services.segments.plugin [-] Segment d8edcdf1-7379-4577-af3a-21e6a2348905 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8edcdf1-7379-4577-af3a-21e6a2348905 found for delete ", "request_id": "req-205750af-6f09-491a-9632-b64d01a07aa5"}]} [pid: 7|app: 0|req: 606/1190] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:33:02 2026] POST /v2.0/security-group-rules => generated 602 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:33:02.842 7 INFO neutron.services.segments.plugin [-] Segment d8edcdf1-7379-4577-af3a-21e6a2348905 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8edcdf1-7379-4577-af3a-21e6a2348905 found for delete ", "request_id": "req-f811dec5-7e37-425e-8418-c279d97da61c"}]} 2026-04-26 09:33:02.847 7 INFO neutron.services.segments.plugin [-] Segment 916cf66f-e828-49d0-90b4-ab4af004ca04 resource provider aggregate not found 2026-04-26 09:33:02.871 7 INFO neutron.services.segments.plugin [-] Segment 916cf66f-e828-49d0-90b4-ab4af004ca04 resource provider aggregate not found 2026-04-26 09:33:02.876 7 INFO neutron.services.segments.plugin [-] Segment 916cf66f-e828-49d0-90b4-ab4af004ca04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 916cf66f-e828-49d0-90b4-ab4af004ca04 found for delete ", "request_id": "req-f2fffa29-d841-4225-969f-f4f3d83807df"}]} 2026-04-26 09:33:02.894 7 INFO neutron.services.segments.plugin [-] Segment 916cf66f-e828-49d0-90b4-ab4af004ca04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 916cf66f-e828-49d0-90b4-ab4af004ca04 found for delete ", "request_id": "req-9ffa04fc-d91d-4107-b13c-2873a4be7f5f"}]} 2026-04-26 09:33:02.895 8 INFO neutron.db.l3_hamode_db [None req-57da5c0b-8dc7-4af3-9452-f703065c2d76 bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 607/1191] 10.0.0.126 () {32 vars in 696 bytes} [Sun Apr 26 09:33:02 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1192] 10.0.0.126 () {34 vars in 676 bytes} [Sun Apr 26 09:33:02 2026] POST /v2.0/floatingips => generated 552 bytes in 606 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1193] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:33:02 2026] POST /v2.0/routers => generated 509 bytes in 1201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1194] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:33:03 2026] DELETE /v2.0/networks/c61f1842-9505-47bf-a0fc-421b5e8cd620 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1195] 10.0.0.205 () {34 vars in 1100 bytes} [Sun Apr 26 09:33:03 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2124959864&fields=id&tenant_id=3bfed8db8f344135a2dee9bc0d3e627d => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1196] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:33:03 2026] DELETE /v2.0/networks/9472dd3d-9ee9-4e3f-b271-3453ef4076f4 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1197] 10.0.0.205 () {34 vars in 1100 bytes} [Sun Apr 26 09:33:03 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1395953699&fields=id&tenant_id=3bfed8db8f344135a2dee9bc0d3e627d => generated 69 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1198] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:33:03 2026] DELETE /v2.0/networks/391fc0e8-ace4-4ab2-8b2e-7f502ff3efb6 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1199] 10.0.0.205 () {34 vars in 982 bytes} [Sun Apr 26 09:33:03 2026] GET /v2.0/networks?id=724fc1d7-1545-49f0-b4c2-fbef862733bc => generated 673 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1202] 10.0.0.126 () {34 vars in 665 bytes} [Sun Apr 26 09:33:03 2026] POST /v2.0/ports => generated 963 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 611/1203] 10.0.0.205 () {34 vars in 965 bytes} [Sun Apr 26 09:33:03 2026] GET /v2.0/quotas/3bfed8db8f344135a2dee9bc0d3e627d => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1204] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:33:03 2026] DELETE /v2.0/networks/3bfbd60c-12fb-41a1-8be0-4106e2627271 => 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: 594/1205] 10.0.0.205 () {34 vars in 1002 bytes} [Sun Apr 26 09:33:04 2026] GET /v2.0/ports?tenant_id=3bfed8db8f344135a2dee9bc0d3e627d&fields=id => generated 103 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1206] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:33:04 2026] DELETE /v2.0/networks/49cfb551-3031-45d6-a6f5-e9a1d879e027 => 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: 596/1207] 10.0.0.205 () {34 vars in 1008 bytes} [Sun Apr 26 09:33:04 2026] GET /v2.0/networks/724fc1d7-1545-49f0-b4c2-fbef862733bc?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1208] 10.0.0.205 () {34 vars in 1108 bytes} [Sun Apr 26 09:33:04 2026] GET /v2.0/networks/724fc1d7-1545-49f0-b4c2-fbef862733bc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1209] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:33:04 2026] GET /v2.0/ports?device_id=357a63a3-af74-47f7-8aed-fcf3a53d8554 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:33:04.841 8 INFO neutron.services.segments.plugin [-] Segment f5fbcd99-bfdb-44aa-bb1f-29327cb07d6e resource provider aggregate not found 2026-04-26 09:33:04.846 8 INFO neutron.services.segments.plugin [-] Segment f5fbcd99-bfdb-44aa-bb1f-29327cb07d6e resource provider aggregate not found 2026-04-26 09:33:04.859 8 INFO neutron.services.segments.plugin [-] Segment f5fbcd99-bfdb-44aa-bb1f-29327cb07d6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5fbcd99-bfdb-44aa-bb1f-29327cb07d6e found for delete ", "request_id": "req-c168bdd4-463e-4c1e-a032-5f7c2fc3ac44"}]} 2026-04-26 09:33:04.872 8 INFO neutron.services.segments.plugin [-] Segment f5fbcd99-bfdb-44aa-bb1f-29327cb07d6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5fbcd99-bfdb-44aa-bb1f-29327cb07d6e found for delete ", "request_id": "req-83efc4e1-905f-4e76-802a-8d54003dec06"}]} 2026-04-26 09:33:04.882 8 INFO neutron.services.segments.plugin [-] Segment 9efecc03-3412-467b-a42b-9b856b697bf8 resource provider aggregate not found 2026-04-26 09:33:04.891 8 INFO neutron.services.segments.plugin [-] Segment 9efecc03-3412-467b-a42b-9b856b697bf8 resource provider aggregate not found 2026-04-26 09:33:04.899 8 INFO neutron.services.segments.plugin [-] Segment 9efecc03-3412-467b-a42b-9b856b697bf8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9efecc03-3412-467b-a42b-9b856b697bf8 found for delete ", "request_id": "req-0d93c511-310b-4741-b342-bd018c7e8673"}]} 2026-04-26 09:33:04.906 7 INFO neutron.services.segments.plugin [-] Segment d77f9837-8931-45c1-93ec-7f6516b23009 resource provider aggregate not found 2026-04-26 09:33:04.910 8 INFO neutron.services.segments.plugin [-] Segment 9efecc03-3412-467b-a42b-9b856b697bf8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9efecc03-3412-467b-a42b-9b856b697bf8 found for delete ", "request_id": "req-a270f996-fe97-49f8-aa10-eb5faba755f9"}]} 2026-04-26 09:33:04.917 8 INFO neutron.services.segments.plugin [-] Segment 2a2eb990-bf35-4122-99dd-abf0d5225b69 resource provider aggregate not found 2026-04-26 09:33:04.930 7 INFO neutron.services.segments.plugin [-] Segment d77f9837-8931-45c1-93ec-7f6516b23009 resource provider aggregate not found 2026-04-26 09:33:04.937 8 INFO neutron.services.segments.plugin [-] Segment 2a2eb990-bf35-4122-99dd-abf0d5225b69 resource provider aggregate not found 2026-04-26 09:33:04.947 8 INFO neutron.services.segments.plugin [-] Segment 2a2eb990-bf35-4122-99dd-abf0d5225b69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a2eb990-bf35-4122-99dd-abf0d5225b69 found for delete ", "request_id": "req-0c8e4433-3cd3-4705-a12b-89c5ad48b4e6"}]} 2026-04-26 09:33:04.953 7 INFO neutron.services.segments.plugin [-] Segment d77f9837-8931-45c1-93ec-7f6516b23009 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d77f9837-8931-45c1-93ec-7f6516b23009 found for delete ", "request_id": "req-28288ce6-55d0-4be7-86b3-fecafafda725"}]} 2026-04-26 09:33:04.957 7 INFO neutron.services.segments.plugin [-] Segment d77f9837-8931-45c1-93ec-7f6516b23009 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d77f9837-8931-45c1-93ec-7f6516b23009 found for delete ", "request_id": "req-a4a19f4e-f47b-48bf-beb2-f2dc0fe58e44"}]} 2026-04-26 09:33:04.965 8 INFO neutron.services.segments.plugin [-] Segment 2a2eb990-bf35-4122-99dd-abf0d5225b69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a2eb990-bf35-4122-99dd-abf0d5225b69 found for delete ", "request_id": "req-1ce82da8-ea7f-418e-8730-bcf47fc1f65f"}]} 2026-04-26 09:33:04.972 8 INFO neutron.services.segments.plugin [-] Segment 446e9cd0-27e7-4a23-902c-bd0fe3819489 resource provider aggregate not found 2026-04-26 09:33:04.987 8 INFO neutron.services.segments.plugin [-] Segment 446e9cd0-27e7-4a23-902c-bd0fe3819489 resource provider aggregate not found 2026-04-26 09:33:04.995 8 INFO neutron.services.segments.plugin [-] Segment 446e9cd0-27e7-4a23-902c-bd0fe3819489 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 446e9cd0-27e7-4a23-902c-bd0fe3819489 found for delete ", "request_id": "req-ddea899b-3054-43ba-a300-14ec4d34db40"}]} 2026-04-26 09:33:05.014 8 INFO neutron.services.segments.plugin [-] Segment 446e9cd0-27e7-4a23-902c-bd0fe3819489 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 446e9cd0-27e7-4a23-902c-bd0fe3819489 found for delete ", "request_id": "req-f362e483-534b-4ed4-9b91-cca89d36e590"}]} [pid: 8|app: 0|req: 599/1210] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:33:04 2026] GET /v2.0/security-groups?tenant_id=d22dc12d8df942959873739d6f51d1e9&name=default => generated 2925 bytes in 491 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1211] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:33:05 2026] DELETE /v2.0/security-groups/d29fa2fd-a1e3-458c-be7a-d334191cb527 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1212] 10.0.0.126 () {34 vars in 783 bytes} [Sun Apr 26 09:33:03 2026] PUT /v2.0/routers/05f098e5-c59c-4728-b5cd-87ea641b508e/add_router_interface => generated 309 bytes in 1348 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1213] 10.0.0.126 () {32 vars in 717 bytes} [Sun Apr 26 09:33:05 2026] GET /v2.0/ports/dd2589f1-0122-4d59-a03c-a9ca2a61cba7 => generated 1037 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 602/1214] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:33:05 2026] GET /v2.0/security-groups?tenant_id=a50723188894438d826e98f02bc2085e&name=default => generated 2925 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1215] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:33:05 2026] GET /v2.0/ports?device_id=357a63a3-af74-47f7-8aed-fcf3a53d8554 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:33:05.774 7 INFO neutron_taas.services.taas.taas_plugin [None req-96eaa4e6-48be-4870-bff6-e3fd9039a3bd bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] TaaS: Handle Delete Port: dd2589f1-0122-4d59-a03c-a9ca2a61cba7 2026-04-26 09:33:05.778 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96eaa4e6-48be-4870-bff6-e3fd9039a3bd bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] Tap Mirror: Handle Delete Port: dd2589f1-0122-4d59-a03c-a9ca2a61cba7 [pid: 8|app: 0|req: 604/1216] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:33:05 2026] DELETE /v2.0/security-groups/c66e7cf1-b077-483f-86a1-d614a4ede437 => 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: 605/1217] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:33:05 2026] GET /v2.0/security-groups?tenant_id=d9b6376f69a2400f81c5d3b29f511804&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1218] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:33:05 2026] DELETE /v2.0/security-groups/b6f1118c-5889-4a80-8dcd-691ec3ae1bbc => 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: 613/1219] 10.0.0.126 () {34 vars in 789 bytes} [Sun Apr 26 09:33:05 2026] PUT /v2.0/routers/05f098e5-c59c-4728-b5cd-87ea641b508e/remove_router_interface => generated 309 bytes in 851 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-26 09:33:06.371 8 INFO neutron.api.v2.resource [None req-4f7283d8-97a8-4939-bc77-d182d578c4e8 bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 607/1220] 10.0.0.126 () {34 vars in 789 bytes} [Sun Apr 26 09:33:06 2026] PUT /v2.0/routers/05f098e5-c59c-4728-b5cd-87ea641b508e/remove_router_interface => generated 197 bytes in 140 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1221] 10.0.0.126 () {32 vars in 736 bytes} [Sun Apr 26 09:33:06 2026] GET /v2.0/ports?device_id=05f098e5-c59c-4728-b5cd-87ea641b508e => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1222] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:33:06 2026] GET /v2.0/security-groups?tenant_id=9ff66704b76e42a1b6a57fb24c97bdf6&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1223] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:33:06 2026] DELETE /v2.0/security-groups/e66f8de9-3862-438f-a785-88c396d132da => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:33:06.529 8 INFO neutron_taas.services.taas.taas_plugin [None req-4486038e-3650-4c8a-84b4-96208af2439a bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] TaaS: Handle Delete Port: e217ebdb-5d50-4cc1-b8ab-5f947c3dfbf5 2026-04-26 09:33:06.532 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4486038e-3650-4c8a-84b4-96208af2439a bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] Tap Mirror: Handle Delete Port: e217ebdb-5d50-4cc1-b8ab-5f947c3dfbf5 [pid: 7|app: 0|req: 616/1224] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:33:06 2026] GET /v2.0/ports?device_id=357a63a3-af74-47f7-8aed-fcf3a53d8554 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:33:06.907 8 INFO neutron.db.l3_hamode_db [None req-4486038e-3650-4c8a-84b4-96208af2439a bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] HA network 5edb12f0-4c21-4c43-8789-cb5aa75d42cf was deleted as no HA routers are present in tenant 90efc5ad3e4043f4bed829abef346dc0. [pid: 8|app: 0|req: 609/1225] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:33:06 2026] DELETE /v2.0/routers/05f098e5-c59c-4728-b5cd-87ea641b508e => generated 0 bytes in 520 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:33:07.018 8 INFO neutron.services.segments.plugin [-] Segment 60371330-5af9-4cf8-bf04-168a7e5aecac resource provider aggregate not found 2026-04-26 09:33:07.038 8 INFO neutron.services.segments.plugin [-] Segment 60371330-5af9-4cf8-bf04-168a7e5aecac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60371330-5af9-4cf8-bf04-168a7e5aecac found for delete ", "request_id": "req-3d8d609b-ccc3-4489-ae10-3bfe31ee5461"}]} 2026-04-26 09:33:07.040 8 INFO neutron.services.segments.plugin [-] Segment 60371330-5af9-4cf8-bf04-168a7e5aecac resource provider aggregate not found 2026-04-26 09:33:07.053 8 INFO neutron.services.segments.plugin [-] Segment 60371330-5af9-4cf8-bf04-168a7e5aecac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60371330-5af9-4cf8-bf04-168a7e5aecac found for delete ", "request_id": "req-7453775f-de2f-4748-8cf8-693b6a189bd7"}]} [pid: 7|app: 0|req: 617/1226] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:33:06 2026] DELETE /v2.0/subnets/3c7e0a00-de9e-48c5-8591-41bfddbd0c26 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1227] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:33:07 2026] DELETE /v2.0/networks/6db1496f-b689-4322-9e74-19a7a34fd86c => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:33:07.342 7 INFO neutron.db.segments_db [None req-25a6728f-c3a6-42e5-a496-a7b67cc42bab bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] Added segment 2782f892-1cb6-48b2-9ecf-b9d162d2a5eb of type vxlan for network c2f8f135-c8f5-44b6-af95-5a21064f7b7d [pid: 7|app: 0|req: 618/1228] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:33:07 2026] POST /v2.0/networks => generated 614 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1229] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:33:07 2026] POST /v2.0/subnets => generated 646 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:33:07.807 8 INFO neutron.db.segments_db [None req-7063b17b-1dd8-450b-98c3-3ce76342b692 bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] Added segment eca56f3d-3fa0-4c35-a647-5c379722aeba of type vxlan for network 460a4f0e-fbab-437d-a963-b95ac4fe1610 2026-04-26 09:33:08.048 8 INFO neutron.db.l3_hamode_db [None req-7063b17b-1dd8-450b-98c3-3ce76342b692 bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 619/1230] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:33:07 2026] GET /v2.0/security-groups?tenant_id=5afa2b52fa6a47a096375c1262ed8059&name=default => generated 2925 bytes in 347 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1231] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:33:08 2026] GET /v2.0/ports?device_id=357a63a3-af74-47f7-8aed-fcf3a53d8554 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:33:08.166 8 INFO neutron.db.l3_hamode_db [None req-7063b17b-1dd8-450b-98c3-3ce76342b692 bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 621/1232] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:33:08 2026] DELETE /v2.0/security-groups/ec6b230e-cf4a-468f-a301-e849e1be0d7c => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1233] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:33:07 2026] POST /v2.0/routers => generated 510 bytes in 933 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1234] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:33:08 2026] GET /v2.0/networks?id=724fc1d7-1545-49f0-b4c2-fbef862733bc => generated 673 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1235] 199.204.45.223 () {34 vars in 1050 bytes} [Sun Apr 26 09:33:08 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3bfed8db8f344135a2dee9bc0d3e627d => generated 274 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:33:09.077 8 INFO neutron.services.segments.plugin [-] Segment c220f47c-0e47-4aa0-9164-03808e696494 resource provider aggregate not found 2026-04-26 09:33:09.100 8 INFO neutron.services.segments.plugin [-] Segment c220f47c-0e47-4aa0-9164-03808e696494 resource provider aggregate not found 2026-04-26 09:33:09.106 8 INFO neutron.services.segments.plugin [-] Segment c220f47c-0e47-4aa0-9164-03808e696494 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c220f47c-0e47-4aa0-9164-03808e696494 found for delete ", "request_id": "req-bdd61f20-3e67-4ae5-b887-e5db5053c7f1"}]} 2026-04-26 09:33:09.126 8 INFO neutron.services.segments.plugin [-] Segment c220f47c-0e47-4aa0-9164-03808e696494 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c220f47c-0e47-4aa0-9164-03808e696494 found for delete ", "request_id": "req-b1f80c91-0242-4a28-ba56-da6ba67009d7"}]} [pid: 8|app: 0|req: 615/1236] 199.204.45.223 () {38 vars in 955 bytes} [Sun Apr 26 09:33:08 2026] POST /v2.0/ports => generated 997 bytes in 439 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 616/1237] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:33:09 2026] GET /v2.0/ports?device_id=357a63a3-af74-47f7-8aed-fcf3a53d8554 => generated 1000 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1238] 199.204.45.223 () {38 vars in 1028 bytes} [Sun Apr 26 09:33:09 2026] PUT /v2.0/ports/44da3602-1c68-40a5-a36a-31b952600313 => generated 1278 bytes in 401 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: 618/1239] 10.0.0.205 () {34 vars in 1120 bytes} [Sun Apr 26 09:33:09 2026] GET /v2.0/security-groups?id=86ef4fbc-77d1-4279-a092-580588931f0f&id=23ba7377-3523-4e40-92d0-932a94e4b889&fields=id&fields=name => generated 207 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:33:09.901 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1ccb84b0-07f5-4539-8a8c-2d5a653abfbb'] response: {'name': 'network-changed', 'server_uuid': '357a63a3-af74-47f7-8aed-fcf3a53d8554', 'tag': '44da3602-1c68-40a5-a36a-31b952600313', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 622/1240] 10.0.0.126 () {34 vars in 783 bytes} [Sun Apr 26 09:33:08 2026] PUT /v2.0/routers/77a7eb0c-93ec-40ef-a542-baa02f0b2b04/add_router_interface => generated 309 bytes in 1432 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1241] 10.0.0.126 () {32 vars in 717 bytes} [Sun Apr 26 09:33:10 2026] GET /v2.0/ports/da5f7262-899c-4aa8-8d04-86f6422093c3 => generated 959 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:33:10.489 8 INFO neutron_taas.services.taas.taas_plugin [None req-dcc62b8a-d347-4ab1-8577-bb4208be2e78 bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] TaaS: Handle Delete Port: da5f7262-899c-4aa8-8d04-86f6422093c3 2026-04-26 09:33:10.491 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dcc62b8a-d347-4ab1-8577-bb4208be2e78 bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] Tap Mirror: Handle Delete Port: da5f7262-899c-4aa8-8d04-86f6422093c3 2026-04-26 09:33:10.590 7 INFO neutron.db.segments_db [None req-249ba3a7-b22d-436a-a6c9-099837707ff6 ca4453c549d14edcb2bc3098f6eed7a1 a60bfc5382844e969e89fe758fc45538 - - default default] Added segment bd1cb89a-24b8-4fa5-8e25-d97751d1bf4e of type vxlan for network 6e4f6648-f178-4c29-af23-e59d546e4571 [pid: 7|app: 0|req: 623/1242] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:33:10 2026] POST /v2.0/networks => generated 631 bytes in 518 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1243] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:33:10 2026] GET /v2.0/ports?tenant_id=3bfed8db8f344135a2dee9bc0d3e627d&device_id=357a63a3-af74-47f7-8aed-fcf3a53d8554 => generated 1281 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1244] 10.0.0.126 () {34 vars in 789 bytes} [Sun Apr 26 09:33:10 2026] PUT /v2.0/routers/77a7eb0c-93ec-40ef-a542-baa02f0b2b04/remove_router_interface => generated 309 bytes in 684 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1245] 199.204.45.223 () {34 vars in 1018 bytes} [Sun Apr 26 09:33:10 2026] GET /v2.0/networks?tenant_id=3bfed8db8f344135a2dee9bc0d3e627d&shared=False => generated 769 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1246] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:33:10 2026] POST /v2.0/subnets => generated 627 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1247] 10.0.0.126 () {32 vars in 736 bytes} [Sun Apr 26 09:33:10 2026] GET /v2.0/ports?device_id=77a7eb0c-93ec-40ef-a542-baa02f0b2b04 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:33:10.970 7 INFO neutron.db.segments_db [None req-d25b3164-f51f-41c2-afd8-e501bb0c7216 ca4453c549d14edcb2bc3098f6eed7a1 a60bfc5382844e969e89fe758fc45538 - - default default] Added segment 393604d7-0823-4b77-b775-6b40b9de9d6c of type vxlan for network 66c93036-459d-4524-8bcf-b838a83c7172 [pid: 8|app: 0|req: 623/1248] 199.204.45.223 () {34 vars in 930 bytes} [Sun Apr 26 09:33:10 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:33:11.144 8 INFO neutron_taas.services.taas.taas_plugin [None req-c110f5d2-c4df-4741-a48c-7c3985c44ac3 bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] TaaS: Handle Delete Port: 11e276a7-7211-4575-b4e5-b6db852f67b0 2026-04-26 09:33:11.148 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c110f5d2-c4df-4741-a48c-7c3985c44ac3 bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] Tap Mirror: Handle Delete Port: 11e276a7-7211-4575-b4e5-b6db852f67b0 2026-04-26 09:33:11.189 7 INFO neutron.db.l3_hamode_db [None req-d25b3164-f51f-41c2-afd8-e501bb0c7216 ca4453c549d14edcb2bc3098f6eed7a1 a60bfc5382844e969e89fe758fc45538 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-26 09:33:11.481 8 INFO neutron.services.segments.plugin [-] Segment eca56f3d-3fa0-4c35-a647-5c379722aeba resource provider aggregate not found 2026-04-26 09:33:11.488 8 INFO neutron.services.segments.plugin [-] Segment eca56f3d-3fa0-4c35-a647-5c379722aeba resource provider aggregate not found 2026-04-26 09:33:11.503 8 INFO neutron.services.segments.plugin [-] Segment eca56f3d-3fa0-4c35-a647-5c379722aeba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eca56f3d-3fa0-4c35-a647-5c379722aeba found for delete ", "request_id": "req-0fc2c93e-8dc5-4287-88d5-b0456341e1a0"}]} 2026-04-26 09:33:11.507 8 INFO neutron.services.segments.plugin [-] Segment eca56f3d-3fa0-4c35-a647-5c379722aeba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eca56f3d-3fa0-4c35-a647-5c379722aeba found for delete ", "request_id": "req-1215c858-6bc1-4bff-9dd7-b63606ae0e69"}]} 2026-04-26 09:33:11.517 8 INFO neutron.db.l3_hamode_db [None req-c110f5d2-c4df-4741-a48c-7c3985c44ac3 bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] HA network 460a4f0e-fbab-437d-a963-b95ac4fe1610 was deleted as no HA routers are present in tenant 90efc5ad3e4043f4bed829abef346dc0. [pid: 8|app: 0|req: 624/1249] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:33:10 2026] DELETE /v2.0/routers/77a7eb0c-93ec-40ef-a542-baa02f0b2b04 => generated 0 bytes in 545 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1250] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:33:11 2026] GET /v2.0/ports?device_id=357a63a3-af74-47f7-8aed-fcf3a53d8554 => generated 1012 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:33:11.648 8 INFO neutron.db.segments_db [None req-f27f8e7d-b931-4f90-8794-548165d6a52e 7044cf14b6a84d058d407ab0d5a4e500 4eea4a1036f64bbe929ccd8d46d274a6 - - default default] Added segment c275bbfd-69d9-440d-a428-b9f79d134c2f of type vxlan for network 8feefe81-ff39-410e-bcfb-ad7f84a827e3 2026-04-26 09:33:11.891 8 INFO neutron.db.l3_hamode_db [None req-f27f8e7d-b931-4f90-8794-548165d6a52e 7044cf14b6a84d058d407ab0d5a4e500 4eea4a1036f64bbe929ccd8d46d274a6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-26 09:33:11.969 7 INFO neutron.db.l3_hamode_db [None req-d25b3164-f51f-41c2-afd8-e501bb0c7216 ca4453c549d14edcb2bc3098f6eed7a1 a60bfc5382844e969e89fe758fc45538 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-26 09:33:11.996 8 INFO neutron.db.l3_hamode_db [None req-f27f8e7d-b931-4f90-8794-548165d6a52e 7044cf14b6a84d058d407ab0d5a4e500 4eea4a1036f64bbe929ccd8d46d274a6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 626/1251] 10.0.0.126 () {34 vars in 668 bytes} [Sun Apr 26 09:33:11 2026] POST /v2.0/routers => generated 474 bytes in 1039 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1252] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:33:12 2026] DELETE /v2.0/subnets/24fcd723-623d-4c75-9ba8-b3bf7344e83b => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1253] 10.0.0.205 () {34 vars in 1120 bytes} [Sun Apr 26 09:33:12 2026] GET /v2.0/security-groups?id=86ef4fbc-77d1-4279-a092-580588931f0f&id=23ba7377-3523-4e40-92d0-932a94e4b889&fields=id&fields=name => generated 207 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1254] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:33:12 2026] GET /v2.0/ports?tenant_id=3bfed8db8f344135a2dee9bc0d3e627d&device_id=357a63a3-af74-47f7-8aed-fcf3a53d8554 => generated 1281 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:33:12.826 8 INFO neutron.db.l3_hamode_db [None req-5a4b7bbf-0857-48e3-be3f-2a370911d8b2 7044cf14b6a84d058d407ab0d5a4e500 4eea4a1036f64bbe929ccd8d46d274a6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 626/1255] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:33:10 2026] POST /v2.0/routers => generated 693 bytes in 1962 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:33:12.940 8 INFO neutron.db.l3_hamode_db [None req-5a4b7bbf-0857-48e3-be3f-2a370911d8b2 7044cf14b6a84d058d407ab0d5a4e500 4eea4a1036f64bbe929ccd8d46d274a6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-26 09:33:12.992 7 INFO neutron.services.segments.plugin [-] Segment 2782f892-1cb6-48b2-9ecf-b9d162d2a5eb resource provider aggregate not found 2026-04-26 09:33:12.997 7 INFO neutron.services.segments.plugin [-] Segment 2782f892-1cb6-48b2-9ecf-b9d162d2a5eb resource provider aggregate not found 2026-04-26 09:33:13.011 7 INFO neutron.services.segments.plugin [-] Segment 2782f892-1cb6-48b2-9ecf-b9d162d2a5eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2782f892-1cb6-48b2-9ecf-b9d162d2a5eb found for delete ", "request_id": "req-79356b30-7a8a-48f4-b9fe-e1924e59d3b8"}]} 2026-04-26 09:33:13.014 7 INFO neutron.services.segments.plugin [-] Segment 2782f892-1cb6-48b2-9ecf-b9d162d2a5eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2782f892-1cb6-48b2-9ecf-b9d162d2a5eb found for delete ", "request_id": "req-4d3ab04d-4b6d-4d4c-9cd4-c613cd93ff95"}]} [pid: 7|app: 0|req: 627/1256] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:33:12 2026] DELETE /v2.0/networks/c2f8f135-c8f5-44b6-af95-5a21064f7b7d => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1257] 199.204.45.223 () {34 vars in 1060 bytes} [Sun Apr 26 09:33:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=44da3602-1c68-40a5-a36a-31b952600313 => 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: 630/1258] 10.0.0.126 () {34 vars in 668 bytes} [Sun Apr 26 09:33:12 2026] POST /v2.0/routers => generated 474 bytes in 813 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:33:13.663 8 INFO neutron.db.segments_db [None req-54415785-06ed-4ff8-8b6b-32cb65b1ff7a bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] Added segment 627fe09d-33b3-4ab3-8445-ec11b49fdbee of type vxlan for network 76d743dd-ebff-4cc9-9a86-c3603ee878fd 2026-04-26 09:33:13.915 8 INFO neutron.db.l3_hamode_db [None req-54415785-06ed-4ff8-8b6b-32cb65b1ff7a bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 629/1259] 10.0.0.126 () {34 vars in 783 bytes} [Sun Apr 26 09:33:13 2026] PUT /v2.0/routers/af631963-4064-45b5-b7cf-ca6b9d6e546e/add_router_interface => generated 309 bytes in 1226 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1260] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:33:14 2026] GET /v2.0/subnets?id=e27e257b-62e6-499c-9b4d-d7868b227522 => generated 691 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:33:14.351 7 INFO neutron.db.l3_hamode_db [None req-86a454e8-c464-4934-9b4e-3c988fcfbb3a 7044cf14b6a84d058d407ab0d5a4e500 4eea4a1036f64bbe929ccd8d46d274a6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-26 09:33:14.484 7 INFO neutron.db.l3_hamode_db [None req-86a454e8-c464-4934-9b4e-3c988fcfbb3a 7044cf14b6a84d058d407ab0d5a4e500 4eea4a1036f64bbe929ccd8d46d274a6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 631/1261] 10.0.0.126 () {34 vars in 668 bytes} [Sun Apr 26 09:33:14 2026] POST /v2.0/routers => generated 474 bytes in 704 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1262] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:33:15 2026] GET /v2.0/ports?device_id=357a63a3-af74-47f7-8aed-fcf3a53d8554 => generated 1012 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:33:15.211 8 INFO neutron.db.l3_hamode_db [None req-54415785-06ed-4ff8-8b6b-32cb65b1ff7a bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 633/1263] 10.0.0.126 () {34 vars in 665 bytes} [Sun Apr 26 09:33:15 2026] POST /v2.0/ports => generated 959 bytes in 435 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: 634/1264] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:33:15 2026] GET /v2.0/ports?network_id=724fc1d7-1545-49f0-b4c2-fbef862733bc&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:33:15.585 7 INFO neutron.db.l3_hamode_db [None req-5da6a085-7b25-4452-8aa6-550cd008ecd6 7044cf14b6a84d058d407ab0d5a4e500 4eea4a1036f64bbe929ccd8d46d274a6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-26 09:33:15.708 7 INFO neutron.db.l3_hamode_db [None req-5da6a085-7b25-4452-8aa6-550cd008ecd6 7044cf14b6a84d058d407ab0d5a4e500 4eea4a1036f64bbe929ccd8d46d274a6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 631/1265] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:33:13 2026] POST /v2.0/routers => generated 692 bytes in 2515 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1266] 10.0.0.205 () {34 vars in 1120 bytes} [Sun Apr 26 09:33:16 2026] GET /v2.0/security-groups?id=86ef4fbc-77d1-4279-a092-580588931f0f&id=23ba7377-3523-4e40-92d0-932a94e4b889&fields=id&fields=name => generated 207 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1267] 10.0.0.126 () {34 vars in 668 bytes} [Sun Apr 26 09:33:15 2026] POST /v2.0/routers => generated 474 bytes in 750 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1268] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:33:16 2026] GET /v2.0/networks/724fc1d7-1545-49f0-b4c2-fbef862733bc?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: 637/1269] 10.0.0.126 () {32 vars in 721 bytes} [Sun Apr 26 09:33:16 2026] GET /v2.0/routers/92251378-df5d-4ebf-a695-6e3bb162fb0b => generated 698 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:33:16.447 7 INFO neutron.db.l3_hamode_db [None req-98517b84-4cb8-460b-88ed-27b1a1e9f5ff 7044cf14b6a84d058d407ab0d5a4e500 4eea4a1036f64bbe929ccd8d46d274a6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 633/1270] 10.0.0.126 () {34 vars in 665 bytes} [Sun Apr 26 09:33:16 2026] POST /v2.0/ports => generated 955 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-04-26 09:33:16.560 7 INFO neutron.db.l3_hamode_db [None req-98517b84-4cb8-460b-88ed-27b1a1e9f5ff 7044cf14b6a84d058d407ab0d5a4e500 4eea4a1036f64bbe929ccd8d46d274a6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 634/1271] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:33:16 2026] GET /v2.0/networks/724fc1d7-1545-49f0-b4c2-fbef862733bc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1272] 10.0.0.126 () {32 vars in 647 bytes} [Sun Apr 26 09:33:16 2026] GET /v2.0/routers => generated 701 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1273] 10.0.0.126 () {34 vars in 668 bytes} [Sun Apr 26 09:33:16 2026] POST /v2.0/routers => generated 474 bytes in 812 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:33:17.374 8 INFO neutron.db.l3_db [None req-311a76c5-08af-4bcb-9fc7-6870c5ea3fba ca4453c549d14edcb2bc3098f6eed7a1 a60bfc5382844e969e89fe758fc45538 - - default default] Floating IP 6178389d-5530-454e-ac82-f13d85279ae6 associated. External IP: 10.96.250.213, port: 762321ac-890f-453c-9a27-018c0a18218b. [pid: 7|app: 0|req: 639/1274] 10.0.0.126 () {34 vars in 741 bytes} [Sun Apr 26 09:33:17 2026] PUT /v2.0/routers/92251378-df5d-4ebf-a695-6e3bb162fb0b => generated 705 bytes in 405 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1275] 10.0.0.126 () {34 vars in 677 bytes} [Sun Apr 26 09:33:16 2026] POST /v2.0/floatingips => generated 842 bytes in 982 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1276] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:33:17 2026] GET /v2.0/ports?device_id=357a63a3-af74-47f7-8aed-fcf3a53d8554 => generated 1012 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1277] 10.0.0.126 () {32 vars in 721 bytes} [Sun Apr 26 09:33:17 2026] GET /v2.0/routers/92251378-df5d-4ebf-a695-6e3bb162fb0b => generated 705 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1278] 10.0.0.126 () {34 vars in 751 bytes} [Sun Apr 26 09:33:17 2026] PUT /v2.0/routers/2ad313e6-507c-41ab-b147-af069d26dd10/tags => generated 17 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1279] 10.0.0.205 () {34 vars in 1120 bytes} [Sun Apr 26 09:33:17 2026] GET /v2.0/security-groups?id=86ef4fbc-77d1-4279-a092-580588931f0f&id=23ba7377-3523-4e40-92d0-932a94e4b889&fields=id&fields=name => generated 207 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1280] 10.0.0.126 () {32 vars in 736 bytes} [Sun Apr 26 09:33:17 2026] GET /v2.0/ports?device_id=92251378-df5d-4ebf-a695-6e3bb162fb0b => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:33:17.875 7 INFO neutron.db.l3_db [None req-bb764166-1b27-4abb-b0eb-7524f0ff59e2 ca4453c549d14edcb2bc3098f6eed7a1 a60bfc5382844e969e89fe758fc45538 - - default default] Floating IP 6178389d-5530-454e-ac82-f13d85279ae6 disassociated. External IP: 10.96.250.213, port: 762321ac-890f-453c-9a27-018c0a18218b. [pid: 8|app: 0|req: 640/1281] 10.0.0.126 () {34 vars in 751 bytes} [Sun Apr 26 09:33:17 2026] PUT /v2.0/routers/5b329c21-f2de-4487-aaec-e1adf5ee49f6/tags => generated 25 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:33:18.181 8 INFO neutron_taas.services.taas.taas_plugin [None req-86e0f293-a496-4b67-b57d-8934ad0b96bc bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] TaaS: Handle Delete Port: a480fbf8-8adf-4d76-b42b-f52e1f98801d 2026-04-26 09:33:18.183 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86e0f293-a496-4b67-b57d-8934ad0b96bc bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] Tap Mirror: Handle Delete Port: a480fbf8-8adf-4d76-b42b-f52e1f98801d [pid: 7|app: 0|req: 642/1282] 10.0.0.126 () {34 vars in 749 bytes} [Sun Apr 26 09:33:17 2026] PUT /v2.0/floatingips/6178389d-5530-454e-ac82-f13d85279ae6 => generated 552 bytes in 434 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1283] 10.0.0.126 () {34 vars in 751 bytes} [Sun Apr 26 09:33:18 2026] PUT /v2.0/routers/6656e0e6-556b-47bc-aea3-b9a1b9b27a45/tags => generated 34 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:33:18.435 7 INFO neutron_taas.services.taas.taas_plugin [None req-1e0e0e5a-5c3e-41f0-b01d-e171b9240d6b ca4453c549d14edcb2bc3098f6eed7a1 a60bfc5382844e969e89fe758fc45538 - - default default] TaaS: Handle Delete Port: 37d6eaa4-0efa-403d-b73d-ba55736cbce3 2026-04-26 09:33:18.438 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e0e0e5a-5c3e-41f0-b01d-e171b9240d6b ca4453c549d14edcb2bc3098f6eed7a1 a60bfc5382844e969e89fe758fc45538 - - default default] Tap Mirror: Handle Delete Port: 37d6eaa4-0efa-403d-b73d-ba55736cbce3 2026-04-26 09:33:18.456 8 INFO neutron_taas.services.taas.taas_plugin [None req-86e0f293-a496-4b67-b57d-8934ad0b96bc bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] TaaS: Handle Delete Port: 163dbc9b-e4f3-4091-8c60-512fef768230 2026-04-26 09:33:18.459 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86e0f293-a496-4b67-b57d-8934ad0b96bc bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] Tap Mirror: Handle Delete Port: 163dbc9b-e4f3-4091-8c60-512fef768230 [pid: 7|app: 0|req: 644/1284] 10.0.0.126 () {32 vars in 732 bytes} [Sun Apr 26 09:33:18 2026] DELETE /v2.0/floatingips/6178389d-5530-454e-ac82-f13d85279ae6 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1285] 10.0.0.126 () {34 vars in 751 bytes} [Sun Apr 26 09:33:18 2026] PUT /v2.0/routers/b0d373f9-52f0-4571-9417-0038b42f12af/tags => generated 19 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:33:18.796 8 INFO neutron.services.segments.plugin [-] Segment 627fe09d-33b3-4ab3-8445-ec11b49fdbee resource provider aggregate not found 2026-04-26 09:33:18.807 8 INFO neutron.services.segments.plugin [-] Segment 627fe09d-33b3-4ab3-8445-ec11b49fdbee resource provider aggregate not found 2026-04-26 09:33:18.825 8 INFO neutron.services.segments.plugin [-] Segment 627fe09d-33b3-4ab3-8445-ec11b49fdbee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 627fe09d-33b3-4ab3-8445-ec11b49fdbee found for delete ", "request_id": "req-ed8f9677-780c-4cf2-bdfa-8f1568d1f461"}]} 2026-04-26 09:33:18.831 8 INFO neutron.services.segments.plugin [-] Segment 627fe09d-33b3-4ab3-8445-ec11b49fdbee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 627fe09d-33b3-4ab3-8445-ec11b49fdbee found for delete ", "request_id": "req-82c5d2c2-f386-40ae-a626-315c74fa4a78"}]} 2026-04-26 09:33:18.836 8 INFO neutron.db.l3_hamode_db [None req-86e0f293-a496-4b67-b57d-8934ad0b96bc bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] HA network 76d743dd-ebff-4cc9-9a86-c3603ee878fd was deleted as no HA routers are present in tenant 90efc5ad3e4043f4bed829abef346dc0. [pid: 8|app: 0|req: 641/1286] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:33:17 2026] DELETE /v2.0/routers/92251378-df5d-4ebf-a695-6e3bb162fb0b => generated 0 bytes in 884 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1287] 10.0.0.126 () {32 vars in 664 bytes} [Sun Apr 26 09:33:18 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1290] 10.0.0.126 () {32 vars in 736 bytes} [Sun Apr 26 09:33:18 2026] GET /v2.0/ports?device_id=92251378-df5d-4ebf-a695-6e3bb162fb0b => 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: 646/1291] 10.0.0.126 () {32 vars in 678 bytes} [Sun Apr 26 09:33:18 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1292] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:33:19 2026] GET /v2.0/ports?device_id=357a63a3-af74-47f7-8aed-fcf3a53d8554 => generated 1012 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:33:19.105 8 INFO neutron.api.v2.resource [None req-f572d071-ad01-4847-b1e6-56c4d52b4f0a bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 648/1293] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:33:19 2026] DELETE /v2.0/routers/92251378-df5d-4ebf-a695-6e3bb162fb0b => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1294] 10.0.0.126 () {32 vars in 674 bytes} [Sun Apr 26 09:33:19 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1295] 10.0.0.205 () {34 vars in 1120 bytes} [Sun Apr 26 09:33:19 2026] GET /v2.0/security-groups?id=86ef4fbc-77d1-4279-a092-580588931f0f&id=23ba7377-3523-4e40-92d0-932a94e4b889&fields=id&fields=name => generated 207 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1296] 10.0.0.126 () {32 vars in 736 bytes} [Sun Apr 26 09:33:19 2026] GET /v2.0/ports?device_id=77a7eb0c-93ec-40ef-a542-baa02f0b2b04 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1297] 10.0.0.126 () {32 vars in 686 bytes} [Sun Apr 26 09:33:19 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:33:19.277 8 INFO neutron.api.v2.resource [None req-2dfe7d73-e66f-4b3e-9264-472e7170989a bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 653/1298] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:33:19 2026] DELETE /v2.0/routers/77a7eb0c-93ec-40ef-a542-baa02f0b2b04 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1299] 10.0.0.126 () {32 vars in 672 bytes} [Sun Apr 26 09:33:19 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:33:19.368 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9873a482-f916-4ed4-a623-ac1077b7adb1 bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 655/1300] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:33:19 2026] DELETE /v2.0/subnets/24fcd723-623d-4c75-9ba8-b3bf7344e83b => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1301] 10.0.0.126 () {32 vars in 686 bytes} [Sun Apr 26 09:33:19 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1302] 10.0.0.126 () {32 vars in 736 bytes} [Sun Apr 26 09:33:19 2026] GET /v2.0/ports?device_id=05f098e5-c59c-4728-b5cd-87ea641b508e => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:33:19.475 7 INFO neutron.db.l3_db [None req-c715ab9c-9191-4b6c-b7a1-1ea4ecf8b98e ca4453c549d14edcb2bc3098f6eed7a1 a60bfc5382844e969e89fe758fc45538 - - default default] Floating IP 7ec2de1e-5c8c-43fe-80c6-cc378071e61d associated. External IP: 10.96.250.210, port: ff9e6ebf-8d6a-48fd-852a-0736273059f8. [pid: 8|app: 0|req: 658/1303] 10.0.0.126 () {32 vars in 682 bytes} [Sun Apr 26 09:33:19 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:33:19.542 8 INFO neutron.api.v2.resource [None req-fb9a5b76-fc2c-4f01-a7f9-bbaaa50eed28 bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 659/1304] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:33:19 2026] DELETE /v2.0/routers/05f098e5-c59c-4728-b5cd-87ea641b508e => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1305] 10.0.0.126 () {32 vars in 694 bytes} [Sun Apr 26 09:33:19 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:33:19.609 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e3479cff-0c00-4c0b-aeb7-b8a6f182887d bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 661/1306] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:33:19 2026] DELETE /v2.0/subnets/3c7e0a00-de9e-48c5-8591-41bfddbd0c26 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1307] 10.0.0.126 () {32 vars in 721 bytes} [Sun Apr 26 09:33:19 2026] GET /v2.0/routers/2ad313e6-507c-41ab-b147-af069d26dd10 => generated 485 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1308] 10.0.0.126 () {32 vars in 736 bytes} [Sun Apr 26 09:33:19 2026] GET /v2.0/ports?device_id=c8acf09c-66da-4237-a663-3ddbb8cbc0b6 => 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: 646/1309] 10.0.0.126 () {34 vars in 677 bytes} [Sun Apr 26 09:33:18 2026] POST /v2.0/floatingips => generated 843 bytes in 1034 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:33:19.777 7 INFO neutron.api.v2.resource [None req-8b262f3e-a2b1-4f12-8c0e-755121e1e2c3 bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 647/1310] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:33:19 2026] DELETE /v2.0/routers/c8acf09c-66da-4237-a663-3ddbb8cbc0b6 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1311] 199.204.45.223 () {34 vars in 994 bytes} [Sun Apr 26 09:33:19 2026] GET /v2.0/ports?device_id=357a63a3-af74-47f7-8aed-fcf3a53d8554 => generated 1281 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1312] 10.0.0.126 () {32 vars in 729 bytes} [Sun Apr 26 09:33:19 2026] GET /v2.0/floatingips/7ec2de1e-5c8c-43fe-80c6-cc378071e61d => generated 843 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:33:19.861 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3ebacc7b-7013-4873-826c-3ff6b909d2cd bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 650/1313] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:33:19 2026] DELETE /v2.0/subnets/c9136f90-b480-4469-b281-af6914c3b8b6 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1314] 199.204.45.223 () {34 vars in 1124 bytes} [Sun Apr 26 09:33:19 2026] GET /v2.0/security-groups?id=86ef4fbc-77d1-4279-a092-580588931f0f&id=23ba7377-3523-4e40-92d0-932a94e4b889&fields=id&fields=name => generated 207 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1315] 10.0.0.126 () {32 vars in 655 bytes} [Sun Apr 26 09:33:19 2026] GET /v2.0/floatingips => generated 846 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:33:19.962 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c1b912f0-59b6-4a33-b6d6-6c61ac980ba9 bd7f21e1cb8c4ed8a267b122b9c89ba9 90efc5ad3e4043f4bed829abef346dc0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 653/1316] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:33:19 2026] DELETE /v2.0/subnets/752c66fa-3f17-468c-b903-d6a710cc9898 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:33:20.260 7 INFO neutron.db.l3_db [None req-1bc7dd60-9eae-4440-899f-8d2e323b4d3e ca4453c549d14edcb2bc3098f6eed7a1 a60bfc5382844e969e89fe758fc45538 - - default default] Floating IP 7ec2de1e-5c8c-43fe-80c6-cc378071e61d associated. External IP: 10.96.250.210, port: ff9e6ebf-8d6a-48fd-852a-0736273059f8. [pid: 8|app: 0|req: 664/1317] 10.0.0.126 () {34 vars in 742 bytes} [Sun Apr 26 09:33:19 2026] PUT /v2.0/routers/2ad313e6-507c-41ab-b147-af069d26dd10 => generated 485 bytes in 648 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1318] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:33:20 2026] GET /v2.0/ports?device_id=357a63a3-af74-47f7-8aed-fcf3a53d8554 => generated 1012 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1319] 10.0.0.126 () {32 vars in 736 bytes} [Sun Apr 26 09:33:20 2026] GET /v2.0/ports?device_id=2ad313e6-507c-41ab-b147-af069d26dd10 => 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: 667/1320] 10.0.0.205 () {34 vars in 1120 bytes} [Sun Apr 26 09:33:20 2026] GET /v2.0/security-groups?id=86ef4fbc-77d1-4279-a092-580588931f0f&id=23ba7377-3523-4e40-92d0-932a94e4b889&fields=id&fields=name => generated 207 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:33:20.549 8 INFO neutron_taas.services.taas.taas_plugin [None req-ddceb791-096a-4ab1-86e2-a89c2f949e32 7044cf14b6a84d058d407ab0d5a4e500 4eea4a1036f64bbe929ccd8d46d274a6 - - default default] TaaS: Handle Delete Port: c15ff4dc-207f-4045-bdfc-99159c9b4478 2026-04-26 09:33:20.552 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ddceb791-096a-4ab1-86e2-a89c2f949e32 7044cf14b6a84d058d407ab0d5a4e500 4eea4a1036f64bbe929ccd8d46d274a6 - - default default] Tap Mirror: Handle Delete Port: c15ff4dc-207f-4045-bdfc-99159c9b4478 [pid: 8|app: 0|req: 668/1321] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:33:20 2026] DELETE /v2.0/routers/2ad313e6-507c-41ab-b147-af069d26dd10 => generated 0 bytes in 361 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1322] 10.0.0.126 () {34 vars in 749 bytes} [Sun Apr 26 09:33:19 2026] PUT /v2.0/floatingips/7ec2de1e-5c8c-43fe-80c6-cc378071e61d => generated 842 bytes in 906 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1323] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:33:20 2026] GET /v2.0/security-groups?tenant_id=90efc5ad3e4043f4bed829abef346dc0&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1324] 10.0.0.126 () {32 vars in 721 bytes} [Sun Apr 26 09:33:20 2026] GET /v2.0/routers/5b329c21-f2de-4487-aaec-e1adf5ee49f6 => generated 493 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1325] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:33:20 2026] DELETE /v2.0/security-groups/da016c4e-fed6-44ec-8ed2-008573dcd295 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:33:21.012 8 INFO neutron.db.l3_db [None req-5e12dd47-ee70-4545-b725-3e0a8d020b4f ca4453c549d14edcb2bc3098f6eed7a1 a60bfc5382844e969e89fe758fc45538 - - default default] Floating IP 7ec2de1e-5c8c-43fe-80c6-cc378071e61d disassociated. External IP: 10.96.250.210, port: 762321ac-890f-453c-9a27-018c0a18218b. [pid: 8|app: 0|req: 670/1326] 10.0.0.126 () {34 vars in 749 bytes} [Sun Apr 26 09:33:20 2026] PUT /v2.0/floatingips/7ec2de1e-5c8c-43fe-80c6-cc378071e61d => generated 552 bytes in 466 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:33:21.478 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf102d17-7fa3-4f55-ae17-f633b8fa744b ca4453c549d14edcb2bc3098f6eed7a1 a60bfc5382844e969e89fe758fc45538 - - default default] TaaS: Handle Delete Port: 4237ddb4-dc06-4b54-9494-5137518adbf1 2026-04-26 09:33:21.482 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf102d17-7fa3-4f55-ae17-f633b8fa744b ca4453c549d14edcb2bc3098f6eed7a1 a60bfc5382844e969e89fe758fc45538 - - default default] Tap Mirror: Handle Delete Port: 4237ddb4-dc06-4b54-9494-5137518adbf1 [pid: 7|app: 0|req: 657/1327] 10.0.0.126 () {34 vars in 742 bytes} [Sun Apr 26 09:33:21 2026] PUT /v2.0/routers/5b329c21-f2de-4487-aaec-e1adf5ee49f6 => generated 493 bytes in 551 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1328] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:33:21 2026] GET /v2.0/ports?device_id=357a63a3-af74-47f7-8aed-fcf3a53d8554 => generated 1014 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1329] 10.0.0.126 () {32 vars in 736 bytes} [Sun Apr 26 09:33:21 2026] GET /v2.0/ports?device_id=5b329c21-f2de-4487-aaec-e1adf5ee49f6 => 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: 660/1330] 10.0.0.205 () {34 vars in 1120 bytes} [Sun Apr 26 09:33:21 2026] GET /v2.0/security-groups?id=86ef4fbc-77d1-4279-a092-580588931f0f&id=23ba7377-3523-4e40-92d0-932a94e4b889&fields=id&fields=name => generated 207 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1331] 10.0.0.126 () {32 vars in 732 bytes} [Sun Apr 26 09:33:21 2026] DELETE /v2.0/floatingips/7ec2de1e-5c8c-43fe-80c6-cc378071e61d => generated 0 bytes in 351 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:33:21.747 8 INFO neutron.api.v2.resource [None req-74c2b8cd-ea46-4284-9fb2-fee62e63d92d ca4453c549d14edcb2bc3098f6eed7a1 a60bfc5382844e969e89fe758fc45538 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 672/1332] 10.0.0.126 () {32 vars in 732 bytes} [Sun Apr 26 09:33:21 2026] DELETE /v2.0/floatingips/7ec2de1e-5c8c-43fe-80c6-cc378071e61d => generated 144 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:33:21.876 7 INFO neutron_taas.services.taas.taas_plugin [None req-e28858c7-44a4-4e44-afd7-0bd9d51d08a9 7044cf14b6a84d058d407ab0d5a4e500 4eea4a1036f64bbe929ccd8d46d274a6 - - default default] TaaS: Handle Delete Port: ce0968d6-0bba-4577-b961-cda9ddf2b6bc 2026-04-26 09:33:21.880 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e28858c7-44a4-4e44-afd7-0bd9d51d08a9 7044cf14b6a84d058d407ab0d5a4e500 4eea4a1036f64bbe929ccd8d46d274a6 - - default default] Tap Mirror: Handle Delete Port: ce0968d6-0bba-4577-b961-cda9ddf2b6bc 2026-04-26 09:33:21.909 8 INFO neutron_taas.services.taas.taas_plugin [None req-b8598c82-3901-4a43-ae9e-d4e24a86b73b ca4453c549d14edcb2bc3098f6eed7a1 a60bfc5382844e969e89fe758fc45538 - - default default] TaaS: Handle Delete Port: 762321ac-890f-453c-9a27-018c0a18218b 2026-04-26 09:33:21.913 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8598c82-3901-4a43-ae9e-d4e24a86b73b ca4453c549d14edcb2bc3098f6eed7a1 a60bfc5382844e969e89fe758fc45538 - - default default] Tap Mirror: Handle Delete Port: 762321ac-890f-453c-9a27-018c0a18218b [pid: 8|app: 0|req: 673/1333] 10.0.0.126 () {32 vars in 720 bytes} [Sun Apr 26 09:33:21 2026] DELETE /v2.0/ports/762321ac-890f-453c-9a27-018c0a18218b => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1334] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:33:21 2026] DELETE /v2.0/routers/5b329c21-f2de-4487-aaec-e1adf5ee49f6 => generated 0 bytes in 380 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1335] 10.0.0.126 () {32 vars in 721 bytes} [Sun Apr 26 09:33:22 2026] GET /v2.0/routers/6656e0e6-556b-47bc-aea3-b9a1b9b27a45 => generated 502 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:33:22.190 8 INFO neutron_taas.services.taas.taas_plugin [None req-bc357e7e-cce0-4bad-b078-a35fc1a88f98 ca4453c549d14edcb2bc3098f6eed7a1 a60bfc5382844e969e89fe758fc45538 - - default default] TaaS: Handle Delete Port: ff9e6ebf-8d6a-48fd-852a-0736273059f8 2026-04-26 09:33:22.193 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc357e7e-cce0-4bad-b078-a35fc1a88f98 ca4453c549d14edcb2bc3098f6eed7a1 a60bfc5382844e969e89fe758fc45538 - - default default] Tap Mirror: Handle Delete Port: ff9e6ebf-8d6a-48fd-852a-0736273059f8 [pid: 8|app: 0|req: 674/1336] 10.0.0.126 () {32 vars in 720 bytes} [Sun Apr 26 09:33:22 2026] DELETE /v2.0/ports/ff9e6ebf-8d6a-48fd-852a-0736273059f8 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1337] 10.0.0.126 () {32 vars in 736 bytes} [Sun Apr 26 09:33:22 2026] GET /v2.0/ports?device_id=af631963-4064-45b5-b7cf-ca6b9d6e546e => generated 958 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1338] 10.0.0.126 () {34 vars in 742 bytes} [Sun Apr 26 09:33:22 2026] PUT /v2.0/routers/6656e0e6-556b-47bc-aea3-b9a1b9b27a45 => generated 502 bytes in 563 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1339] 10.0.0.126 () {32 vars in 736 bytes} [Sun Apr 26 09:33:22 2026] GET /v2.0/ports?device_id=6656e0e6-556b-47bc-aea3-b9a1b9b27a45 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:33:22.771 8 INFO neutron_taas.services.taas.taas_plugin [None req-1025f7f1-cd58-4622-8d15-bac8041e9322 ca4453c549d14edcb2bc3098f6eed7a1 a60bfc5382844e969e89fe758fc45538 - - default default] TaaS: Handle Delete Port: 609bf6ee-782e-4a6f-803e-e79941254254 2026-04-26 09:33:22.776 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1025f7f1-cd58-4622-8d15-bac8041e9322 ca4453c549d14edcb2bc3098f6eed7a1 a60bfc5382844e969e89fe758fc45538 - - default default] Tap Mirror: Handle Delete Port: 609bf6ee-782e-4a6f-803e-e79941254254 2026-04-26 09:33:22.860 7 INFO neutron_taas.services.taas.taas_plugin [None req-044a9d55-1ee7-4233-9bf6-a8edfc636fc0 7044cf14b6a84d058d407ab0d5a4e500 4eea4a1036f64bbe929ccd8d46d274a6 - - default default] TaaS: Handle Delete Port: 2ec3c76d-7a1f-47ae-a2a1-409dd4144347 2026-04-26 09:33:22.863 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-044a9d55-1ee7-4233-9bf6-a8edfc636fc0 7044cf14b6a84d058d407ab0d5a4e500 4eea4a1036f64bbe929ccd8d46d274a6 - - default default] Tap Mirror: Handle Delete Port: 2ec3c76d-7a1f-47ae-a2a1-409dd4144347 [pid: 7|app: 0|req: 665/1340] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:33:22 2026] DELETE /v2.0/routers/6656e0e6-556b-47bc-aea3-b9a1b9b27a45 => generated 0 bytes in 339 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1341] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:33:23 2026] GET /v2.0/ports?device_id=357a63a3-af74-47f7-8aed-fcf3a53d8554 => generated 1014 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1342] 10.0.0.126 () {32 vars in 721 bytes} [Sun Apr 26 09:33:23 2026] GET /v2.0/routers/b0d373f9-52f0-4571-9417-0038b42f12af => generated 487 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1343] 10.0.0.205 () {34 vars in 1120 bytes} [Sun Apr 26 09:33:23 2026] GET /v2.0/security-groups?id=86ef4fbc-77d1-4279-a092-580588931f0f&id=23ba7377-3523-4e40-92d0-932a94e4b889&fields=id&fields=name => generated 207 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1344] 10.0.0.126 () {34 vars in 789 bytes} [Sun Apr 26 09:33:22 2026] PUT /v2.0/routers/af631963-4064-45b5-b7cf-ca6b9d6e546e/remove_router_interface => generated 309 bytes in 865 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1345] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:33:23 2026] GET /v2.0/ports?device_id=357a63a3-af74-47f7-8aed-fcf3a53d8554 => generated 1014 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:33:23.526 8 INFO neutron_taas.services.taas.taas_plugin [None req-a902dcc6-0739-4b52-996e-9e2953a5de79 ca4453c549d14edcb2bc3098f6eed7a1 a60bfc5382844e969e89fe758fc45538 - - default default] TaaS: Handle Delete Port: 06f0898e-874f-445c-85e9-f729c5f3fc8a 2026-04-26 09:33:23.529 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a902dcc6-0739-4b52-996e-9e2953a5de79 ca4453c549d14edcb2bc3098f6eed7a1 a60bfc5382844e969e89fe758fc45538 - - default default] Tap Mirror: Handle Delete Port: 06f0898e-874f-445c-85e9-f729c5f3fc8a 2026-04-26 09:33:23.756 8 INFO neutron_taas.services.taas.taas_plugin [None req-a902dcc6-0739-4b52-996e-9e2953a5de79 ca4453c549d14edcb2bc3098f6eed7a1 a60bfc5382844e969e89fe758fc45538 - - default default] TaaS: Handle Delete Port: 1d78d59b-d532-42f2-880e-4d7197e55dd2 2026-04-26 09:33:23.758 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a902dcc6-0739-4b52-996e-9e2953a5de79 ca4453c549d14edcb2bc3098f6eed7a1 a60bfc5382844e969e89fe758fc45538 - - default default] Tap Mirror: Handle Delete Port: 1d78d59b-d532-42f2-880e-4d7197e55dd2 2026-04-26 09:33:24.144 8 INFO neutron.services.segments.plugin [-] Segment 393604d7-0823-4b77-b775-6b40b9de9d6c resource provider aggregate not found 2026-04-26 09:33:24.152 8 INFO neutron.services.segments.plugin [-] Segment 393604d7-0823-4b77-b775-6b40b9de9d6c resource provider aggregate not found 2026-04-26 09:33:24.160 8 INFO neutron.services.segments.plugin [-] Segment 393604d7-0823-4b77-b775-6b40b9de9d6c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 393604d7-0823-4b77-b775-6b40b9de9d6c found for delete ", "request_id": "req-1b675368-d615-41b1-b24b-a871db02c675"}]} 2026-04-26 09:33:24.172 8 INFO neutron.services.segments.plugin [-] Segment 393604d7-0823-4b77-b775-6b40b9de9d6c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 393604d7-0823-4b77-b775-6b40b9de9d6c found for delete ", "request_id": "req-3dc2c250-7cac-4ade-a794-e91d27566b59"}]} 2026-04-26 09:33:24.182 8 INFO neutron.db.l3_hamode_db [None req-a902dcc6-0739-4b52-996e-9e2953a5de79 ca4453c549d14edcb2bc3098f6eed7a1 a60bfc5382844e969e89fe758fc45538 - - default default] HA network 66c93036-459d-4524-8bcf-b838a83c7172 was deleted as no HA routers are present in tenant a60bfc5382844e969e89fe758fc45538. [pid: 8|app: 0|req: 678/1346] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:33:23 2026] DELETE /v2.0/routers/af631963-4064-45b5-b7cf-ca6b9d6e546e => generated 0 bytes in 862 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1347] 10.0.0.126 () {34 vars in 742 bytes} [Sun Apr 26 09:33:23 2026] PUT /v2.0/routers/b0d373f9-52f0-4571-9417-0038b42f12af => generated 487 bytes in 1266 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:33:24.515 8 INFO neutron.db.l3_db [None req-61e6e897-117f-4075-addb-da73233d5239 5fe7315a79a0421ebf3efe95bb4ae772 3bfed8db8f344135a2dee9bc0d3e627d - - default default] Floating IP d2848a6a-c44c-49be-a214-ad6daa38a099 associated. External IP: 10.96.250.217, port: 44da3602-1c68-40a5-a36a-31b952600313. 2026-04-26 09:33:24.802 7 INFO neutron.db.segments_db [None req-4f704121-4d3f-446c-bc57-990fd934d956 dc30e44afbb74edfb0d3b917fef85b63 241b4c192b49456cacd693b19838cf10 - - default default] Added segment 11110efb-d550-4bbe-9ec0-8a50394c6e72 of type vxlan for network d9cee74e-9b7e-4673-ba82-d075fb7bd182 [pid: 8|app: 0|req: 679/1348] 10.0.0.126 () {34 vars in 749 bytes} [Sun Apr 26 09:33:24 2026] PUT /v2.0/floatingips/d2848a6a-c44c-49be-a214-ad6daa38a099 => generated 856 bytes in 669 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1349] 10.0.0.126 () {34 vars in 671 bytes} [Sun Apr 26 09:33:24 2026] POST /v2.0/networks => generated 614 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:33:24.918 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-94a4db6e-83a9-49e9-8cce-b8317d8d56cb'] response: {'name': 'network-changed', 'server_uuid': '357a63a3-af74-47f7-8aed-fcf3a53d8554', 'tag': '44da3602-1c68-40a5-a36a-31b952600313', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 671/1350] 10.0.0.126 () {32 vars in 736 bytes} [Sun Apr 26 09:33:24 2026] GET /v2.0/ports?device_id=b0d373f9-52f0-4571-9417-0038b42f12af => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:33:24.979 7 INFO neutron.db.segments_db [None req-1eb07e0e-f371-4e2e-bcc3-07cb01336fa6 dc30e44afbb74edfb0d3b917fef85b63 241b4c192b49456cacd693b19838cf10 - - default default] Added segment 46dd8ed1-c96f-47d1-a28c-1cfb7aa8a222 of type vxlan for network 16c0430b-1eb8-41eb-85ab-ffa351de9a69 [pid: 8|app: 0|req: 680/1351] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:33:24 2026] DELETE /v2.0/subnets/95652228-13f4-455b-afb8-e828d416cb8f => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:33:25.178 8 INFO neutron_taas.services.taas.taas_plugin [None req-0877a75f-9bae-4d50-8929-6f5dcdda14c1 7044cf14b6a84d058d407ab0d5a4e500 4eea4a1036f64bbe929ccd8d46d274a6 - - default default] TaaS: Handle Delete Port: bdd91a9e-af2b-41b9-b641-f24193fd141a 2026-04-26 09:33:25.180 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0877a75f-9bae-4d50-8929-6f5dcdda14c1 7044cf14b6a84d058d407ab0d5a4e500 4eea4a1036f64bbe929ccd8d46d274a6 - - default default] Tap Mirror: Handle Delete Port: bdd91a9e-af2b-41b9-b641-f24193fd141a 2026-04-26 09:33:25.248 7 INFO neutron.db.l3_hamode_db [None req-1eb07e0e-f371-4e2e-bcc3-07cb01336fa6 dc30e44afbb74edfb0d3b917fef85b63 241b4c192b49456cacd693b19838cf10 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 681/1352] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:33:25 2026] DELETE /v2.0/routers/b0d373f9-52f0-4571-9417-0038b42f12af => generated 0 bytes in 324 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1353] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:33:25 2026] DELETE /v2.0/networks/6e4f6648-f178-4c29-af23-e59d546e4571 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1354] 10.0.0.126 () {32 vars in 721 bytes} [Sun Apr 26 09:33:25 2026] GET /v2.0/routers/096b7a0a-2cd6-4185-ae2d-0498dca39019 => generated 480 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1355] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:33:25 2026] GET /v2.0/ports?tenant_id=3bfed8db8f344135a2dee9bc0d3e627d&device_id=357a63a3-af74-47f7-8aed-fcf3a53d8554 => generated 1283 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:33:26.093 7 INFO neutron.db.l3_hamode_db [None req-1eb07e0e-f371-4e2e-bcc3-07cb01336fa6 dc30e44afbb74edfb0d3b917fef85b63 241b4c192b49456cacd693b19838cf10 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-26 09:33:26.431 8 INFO neutron.services.segments.plugin [-] Segment bd1cb89a-24b8-4fa5-8e25-d97751d1bf4e resource provider aggregate not found 2026-04-26 09:33:26.441 8 INFO neutron.services.segments.plugin [-] Segment bd1cb89a-24b8-4fa5-8e25-d97751d1bf4e resource provider aggregate not found 2026-04-26 09:33:26.456 8 INFO neutron.services.segments.plugin [-] Segment bd1cb89a-24b8-4fa5-8e25-d97751d1bf4e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd1cb89a-24b8-4fa5-8e25-d97751d1bf4e found for delete ", "request_id": "req-ec3df7e9-5c48-4e6e-985c-c4def7838bd5"}]} 2026-04-26 09:33:26.467 8 INFO neutron.services.segments.plugin [-] Segment bd1cb89a-24b8-4fa5-8e25-d97751d1bf4e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd1cb89a-24b8-4fa5-8e25-d97751d1bf4e found for delete ", "request_id": "req-96fa701a-e134-4a1f-8018-acba489cf010"}]} [pid: 8|app: 0|req: 685/1356] 10.0.0.126 () {34 vars in 742 bytes} [Sun Apr 26 09:33:25 2026] PUT /v2.0/routers/096b7a0a-2cd6-4185-ae2d-0498dca39019 => generated 480 bytes in 963 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1357] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:33:26 2026] GET /v2.0/networks?id=724fc1d7-1545-49f0-b4c2-fbef862733bc => generated 769 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1358] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:33:26 2026] GET /v2.0/security-groups?tenant_id=a60bfc5382844e969e89fe758fc45538&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1359] 10.0.0.126 () {32 vars in 736 bytes} [Sun Apr 26 09:33:26 2026] GET /v2.0/ports?device_id=096b7a0a-2cd6-4185-ae2d-0498dca39019 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1360] 199.204.45.223 () {34 vars in 1060 bytes} [Sun Apr 26 09:33:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=44da3602-1c68-40a5-a36a-31b952600313 => generated 861 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1361] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:33:26 2026] DELETE /v2.0/security-groups/fe4ff009-179d-43d0-8582-47bcf2524d1e => 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: 672/1362] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:33:24 2026] POST /v2.0/routers => generated 693 bytes in 2098 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:33:27.035 8 INFO neutron_taas.services.taas.taas_plugin [None req-dcb6ff5e-a437-4cc1-8438-0470239d057e 7044cf14b6a84d058d407ab0d5a4e500 4eea4a1036f64bbe929ccd8d46d274a6 - - default default] TaaS: Handle Delete Port: 8c3655be-1c1d-4481-9566-26216d4f0bcb 2026-04-26 09:33:27.039 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dcb6ff5e-a437-4cc1-8438-0470239d057e 7044cf14b6a84d058d407ab0d5a4e500 4eea4a1036f64bbe929ccd8d46d274a6 - - default default] Tap Mirror: Handle Delete Port: 8c3655be-1c1d-4481-9566-26216d4f0bcb [pid: 7|app: 0|req: 673/1363] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:33:27 2026] GET /v2.0/subnets?id=e27e257b-62e6-499c-9b4d-d7868b227522 => generated 691 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1364] 10.0.0.126 () {32 vars in 776 bytes} [Sun Apr 26 09:33:27 2026] GET /v2.0/subnets?project_id=241b4c192b49456cacd693b19838cf10&cidr=10.100.0.0%2F28 => generated 14 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1365] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:33:27 2026] GET /v2.0/ports?network_id=724fc1d7-1545-49f0-b4c2-fbef862733bc&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1366] 10.0.0.126 () {32 vars in 694 bytes} [Sun Apr 26 09:33:27 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:33:27.348 8 INFO neutron.db.l3_hamode_db [None req-dcb6ff5e-a437-4cc1-8438-0470239d057e 7044cf14b6a84d058d407ab0d5a4e500 4eea4a1036f64bbe929ccd8d46d274a6 - - default default] HA network 8feefe81-ff39-410e-bcfb-ad7f84a827e3 was deleted as no HA routers are present in tenant 4eea4a1036f64bbe929ccd8d46d274a6. [pid: 8|app: 0|req: 691/1367] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:33:26 2026] DELETE /v2.0/routers/096b7a0a-2cd6-4185-ae2d-0498dca39019 => generated 0 bytes in 470 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1368] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:33:27 2026] GET /v2.0/networks/724fc1d7-1545-49f0-b4c2-fbef862733bc?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: 692/1369] 10.0.0.126 () {32 vars in 784 bytes} [Sun Apr 26 09:33:27 2026] GET /v2.0/subnets?network_id=112f74c3-671c-49d4-a1a6-c57e1a503137&cidr=10.100.0.0%2F28 => generated 14 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1370] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:33:27 2026] GET /v2.0/networks/724fc1d7-1545-49f0-b4c2-fbef862733bc?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: 8|app: 0|req: 693/1371] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:33:27 2026] POST /v2.0/subnets => generated 656 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1372] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:33:28 2026] GET /v2.0/security-groups?tenant_id=4eea4a1036f64bbe929ccd8d46d274a6&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:33:28.487 8 INFO neutron.services.segments.plugin [-] Segment c275bbfd-69d9-440d-a428-b9f79d134c2f resource provider aggregate not found 2026-04-26 09:33:28.493 8 INFO neutron.services.segments.plugin [-] Segment c275bbfd-69d9-440d-a428-b9f79d134c2f resource provider aggregate not found 2026-04-26 09:33:28.509 8 INFO neutron.services.segments.plugin [-] Segment c275bbfd-69d9-440d-a428-b9f79d134c2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c275bbfd-69d9-440d-a428-b9f79d134c2f found for delete ", "request_id": "req-f8a6a6f5-a6e7-4731-aac9-d47ee53fbbab"}]} [pid: 8|app: 0|req: 695/1373] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:33:28 2026] DELETE /v2.0/security-groups/d425f6b5-26e5-4166-8c80-5538bf0e1555 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:33:28.517 8 INFO neutron.services.segments.plugin [-] Segment c275bbfd-69d9-440d-a428-b9f79d134c2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c275bbfd-69d9-440d-a428-b9f79d134c2f found for delete ", "request_id": "req-4b6bb792-82fc-46a0-9928-00e9fb5b07fc"}]} [pid: 8|app: 0|req: 696/1374] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:33:28 2026] GET /v2.0/security-groups?tenant_id=598586b2aea7463080fe7df9bb716eb2&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1375] 10.0.0.126 () {34 vars in 783 bytes} [Sun Apr 26 09:33:27 2026] PUT /v2.0/routers/84c2e12e-6e57-40b4-b57b-50a0361917f8/add_router_interface => generated 309 bytes in 1314 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1376] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:33:28 2026] DELETE /v2.0/security-groups/d2f0ff8f-2b72-40f3-b415-cd5e0a0dda57 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:33:29.058 8 INFO neutron.db.segments_db [None req-d189493e-38bf-42bc-b07a-782d3dbb6fc6 af35de64827c4e5094369b4eb08b5f15 af69786b19494c32adeceb5dae19831f - - default default] Added segment 76cf713e-2dc3-4ebf-9698-c7464580ac75 of type vxlan for network 9c77198f-bf96-4177-98f9-ca0d8c7d0943 [pid: 7|app: 0|req: 681/1377] 10.0.0.126 () {32 vars in 649 bytes} [Sun Apr 26 09:33:29 2026] GET /v2.0/networks => generated 6507 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1378] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:33:28 2026] POST /v2.0/networks => generated 625 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1379] 10.0.0.126 () {32 vars in 647 bytes} [Sun Apr 26 09:33:29 2026] GET /v2.0/subnets => generated 5194 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1380] 10.0.0.126 () {32 vars in 647 bytes} [Sun Apr 26 09:33:29 2026] GET /v2.0/routers => generated 2184 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1381] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:33:29 2026] GET /v2.0/security-groups?tenant_id=391262d87fec46afa0c1340aede817a3&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1382] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:33:29 2026] POST /v2.0/subnets => generated 641 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1383] 10.0.0.126 () {34 vars in 685 bytes} [Sun Apr 26 09:33:29 2026] POST /v2.0/security-groups => generated 1673 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1384] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:33:29 2026] DELETE /v2.0/security-groups/784ceee4-0fea-46a0-9f8f-a432f61a1a04 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:33:29.591 8 INFO neutron.db.segments_db [None req-35d0fa97-c6f6-4379-91a7-d8fc0e4622af af35de64827c4e5094369b4eb08b5f15 af69786b19494c32adeceb5dae19831f - - default default] Added segment 05710bb5-4932-4cd2-bb9f-37cfebd6d58b of type vxlan for network 1b892405-e2ae-4793-9afc-adaf63b511ef [pid: 7|app: 0|req: 685/1385] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:33:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1386] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:33:29 2026] POST /v2.0/networks => generated 625 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1387] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:33:29 2026] POST /v2.0/security-group-rules => generated 596 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1388] 10.0.0.126 () {34 vars in 743 bytes} [Sun Apr 26 09:33:29 2026] PUT /v2.0/networks/1b892405-e2ae-4793-9afc-adaf63b511ef => generated 592 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1389] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:33:29 2026] POST /v2.0/security-group-rules => generated 602 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1390] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:33:29 2026] POST /v2.0/security-group-rules => generated 601 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1391] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:33:29 2026] POST /v2.0/subnets => generated 626 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:33:30.103 7 INFO neutron.db.securitygroups_db [None req-39b1797c-8691-4698-8724-5ca9da02fb5b dc30e44afbb74edfb0d3b917fef85b63 241b4c192b49456cacd693b19838cf10 - - default default] Project 241b4c192b49456cacd693b19838cf10 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: 689/1392] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:33:30 2026] POST /v2.0/security-group-rules => generated 607 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:33:30.234 7 INFO neutron.db.securitygroups_db [None req-61880199-b059-473a-b637-297460137b2b dc30e44afbb74edfb0d3b917fef85b63 241b4c192b49456cacd693b19838cf10 - - default default] Project 241b4c192b49456cacd693b19838cf10 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: 704/1393] 10.0.0.126 () {34 vars in 741 bytes} [Sun Apr 26 09:33:30 2026] PUT /v2.0/subnets/d5f3e667-80c7-4ea4-b574-b614d25fe7fb => generated 636 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1394] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:33:30 2026] POST /v2.0/security-group-rules => generated 606 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1395] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:33:30 2026] DELETE /v2.0/networks/1b892405-e2ae-4793-9afc-adaf63b511ef => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:33:30.477 7 INFO neutron.pecan_wsgi.hooks.translation [None req-23e0c8d7-0abe-4cf4-baf1-9c7eed76c2ed af35de64827c4e5094369b4eb08b5f15 af69786b19494c32adeceb5dae19831f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 691/1396] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:33:30 2026] DELETE /v2.0/networks/1b892405-e2ae-4793-9afc-adaf63b511ef => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:33:30.533 8 INFO neutron.services.segments.plugin [-] Segment 05710bb5-4932-4cd2-bb9f-37cfebd6d58b resource provider aggregate not found 2026-04-26 09:33:30.545 8 INFO neutron.services.segments.plugin [-] Segment 05710bb5-4932-4cd2-bb9f-37cfebd6d58b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05710bb5-4932-4cd2-bb9f-37cfebd6d58b found for delete ", "request_id": "req-a31717d0-2976-4d5f-b160-da8d1b7985e9"}]} 2026-04-26 09:33:30.545 8 INFO neutron.services.segments.plugin [-] Segment 05710bb5-4932-4cd2-bb9f-37cfebd6d58b resource provider aggregate not found 2026-04-26 09:33:30.565 8 INFO neutron.services.segments.plugin [-] Segment 05710bb5-4932-4cd2-bb9f-37cfebd6d58b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05710bb5-4932-4cd2-bb9f-37cfebd6d58b found for delete ", "request_id": "req-365717d1-b7fc-43d8-9f06-f8ad373879eb"}]} [pid: 8|app: 0|req: 706/1397] 10.0.0.126 () {32 vars in 694 bytes} [Sun Apr 26 09:33:30 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1398] 10.0.0.126 () {32 vars in 742 bytes} [Sun Apr 26 09:33:30 2026] GET /v2.0/subnets?network_id=112f74c3-671c-49d4-a1a6-c57e1a503137 => generated 649 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1399] 10.0.0.126 () {32 vars in 653 bytes} [Sun Apr 26 09:33:30 2026] GET /v2.0/extensions => generated 21537 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1400] 10.0.0.126 () {32 vars in 649 bytes} [Sun Apr 26 09:33:30 2026] GET /v2.0/networks => generated 1309 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1401] 10.0.0.126 () {32 vars in 647 bytes} [Sun Apr 26 09:33:30 2026] GET /v2.0/subnets => generated 1280 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1402] 10.0.0.126 () {32 vars in 723 bytes} [Sun Apr 26 09:33:30 2026] GET /v2.0/networks/9c77198f-bf96-4177-98f9-ca0d8c7d0943 => generated 669 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1403] 10.0.0.126 () {32 vars in 721 bytes} [Sun Apr 26 09:33:30 2026] GET /v2.0/subnets/86abb88e-0007-442a-a1c0-d00466001213 => generated 641 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:33:30.861 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d1ea9f3e-fd7d-42ec-b8b8-897261bb5220 af35de64827c4e5094369b4eb08b5f15 af69786b19494c32adeceb5dae19831f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 696/1404] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:33:30 2026] DELETE /v2.0/subnets/d5f3e667-80c7-4ea4-b574-b614d25fe7fb => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:33:30.879 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bcf92a4e-9fb0-493c-a069-2e1ca3b24263 af35de64827c4e5094369b4eb08b5f15 af69786b19494c32adeceb5dae19831f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 697/1405] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:33:30 2026] DELETE /v2.0/networks/1b892405-e2ae-4793-9afc-adaf63b511ef => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1406] 10.0.0.126 () {32 vars in 649 bytes} [Sun Apr 26 09:33:30 2026] GET /v2.0/networks => generated 1298 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1407] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:33:30 2026] DELETE /v2.0/subnets/86abb88e-0007-442a-a1c0-d00466001213 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1408] 10.0.0.205 () {34 vars in 1098 bytes} [Sun Apr 26 09:33:31 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-799084686&fields=id&tenant_id=241b4c192b49456cacd693b19838cf10 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1409] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:33:31 2026] DELETE /v2.0/networks/9c77198f-bf96-4177-98f9-ca0d8c7d0943 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1410] 10.0.0.205 () {34 vars in 982 bytes} [Sun Apr 26 09:33:31 2026] GET /v2.0/networks?id=d9cee74e-9b7e-4673-ba82-d075fb7bd182 => generated 661 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1411] 10.0.0.205 () {34 vars in 965 bytes} [Sun Apr 26 09:33:31 2026] GET /v2.0/quotas/241b4c192b49456cacd693b19838cf10 => 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: 701/1412] 10.0.0.205 () {34 vars in 1002 bytes} [Sun Apr 26 09:33:31 2026] GET /v2.0/ports?tenant_id=241b4c192b49456cacd693b19838cf10&fields=id => generated 103 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1413] 10.0.0.205 () {34 vars in 1008 bytes} [Sun Apr 26 09:33:31 2026] GET /v2.0/networks/d9cee74e-9b7e-4673-ba82-d075fb7bd182?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: 702/1414] 10.0.0.205 () {34 vars in 1108 bytes} [Sun Apr 26 09:33:31 2026] GET /v2.0/networks/d9cee74e-9b7e-4673-ba82-d075fb7bd182?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1415] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:33:31 2026] GET /v2.0/ports?device_id=52220b90-44af-4d41-b487-5a3e7a497e2a => 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: 703/1416] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:33:31 2026] GET /v2.0/security-groups?tenant_id=af69786b19494c32adeceb5dae19831f&name=default => generated 2925 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1417] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:33:31 2026] DELETE /v2.0/security-groups/eb3fe43a-3c4a-43ae-8680-6c9944c22b47 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1418] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:33:32 2026] GET /v2.0/ports?device_id=357a63a3-af74-47f7-8aed-fcf3a53d8554 => generated 1014 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1419] 10.0.0.205 () {34 vars in 1120 bytes} [Sun Apr 26 09:33:32 2026] GET /v2.0/security-groups?id=86ef4fbc-77d1-4279-a092-580588931f0f&id=23ba7377-3523-4e40-92d0-932a94e4b889&fields=id&fields=name => generated 207 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:33:32.563 8 INFO neutron.services.segments.plugin [-] Segment 76cf713e-2dc3-4ebf-9698-c7464580ac75 resource provider aggregate not found 2026-04-26 09:33:32.586 8 INFO neutron.services.segments.plugin [-] Segment 76cf713e-2dc3-4ebf-9698-c7464580ac75 resource provider aggregate not found 2026-04-26 09:33:32.587 8 INFO neutron.services.segments.plugin [-] Segment 76cf713e-2dc3-4ebf-9698-c7464580ac75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76cf713e-2dc3-4ebf-9698-c7464580ac75 found for delete ", "request_id": "req-e17da306-20b3-46ea-9c73-daae5429c9c0"}]} 2026-04-26 09:33:32.606 8 INFO neutron.services.segments.plugin [-] Segment 76cf713e-2dc3-4ebf-9698-c7464580ac75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76cf713e-2dc3-4ebf-9698-c7464580ac75 found for delete ", "request_id": "req-63c83fb6-e4af-4630-bec4-672743ae26b9"}]} [pid: 8|app: 0|req: 716/1420] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:33:32 2026] GET /v2.0/ports?device_id=52220b90-44af-4d41-b487-5a3e7a497e2a => 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: 705/1421] 10.0.0.126 () {32 vars in 736 bytes} [Sun Apr 26 09:33:32 2026] GET /v2.0/ports?device_id=357a63a3-af74-47f7-8aed-fcf3a53d8554 => generated 1283 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1422] 10.0.0.126 () {32 vars in 858 bytes} [Sun Apr 26 09:33:32 2026] GET /v2.0/floatingips?floating_network_id=112f74c3-671c-49d4-a1a6-c57e1a503137&port_id=44da3602-1c68-40a5-a36a-31b952600313 => generated 861 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1423] 10.0.0.126 () {34 vars in 678 bytes} [Sun Apr 26 09:33:33 2026] POST /v2.0/qos/policies => generated 359 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1424] 10.0.0.126 () {34 vars in 753 bytes} [Sun Apr 26 09:33:33 2026] PUT /v2.0/policies/1624f006-b916-4f5f-8295-135091cd4d5f/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1425] 10.0.0.126 () {32 vars in 733 bytes} [Sun Apr 26 09:33:33 2026] GET /v2.0/policies/1624f006-b916-4f5f-8295-135091cd4d5f/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1426] 10.0.0.126 () {34 vars in 764 bytes} [Sun Apr 26 09:33:33 2026] PUT /v2.0/policies/1624f006-b916-4f5f-8295-135091cd4d5f/tags/green => 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: 708/1427] 10.0.0.126 () {32 vars in 733 bytes} [Sun Apr 26 09:33:33 2026] GET /v2.0/policies/1624f006-b916-4f5f-8295-135091cd4d5f/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1428] 10.0.0.126 () {34 vars in 760 bytes} [Sun Apr 26 09:33:33 2026] PUT /v2.0/policies/1624f006-b916-4f5f-8295-135091cd4d5f/tags/red => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1429] 10.0.0.126 () {32 vars in 733 bytes} [Sun Apr 26 09:33:33 2026] GET /v2.0/policies/1624f006-b916-4f5f-8295-135091cd4d5f/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1430] 10.0.0.166 () {34 vars in 990 bytes} [Sun Apr 26 09:33:33 2026] GET /v2.0/ports?device_id=357a63a3-af74-47f7-8aed-fcf3a53d8554 => generated 1283 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1431] 10.0.0.126 () {34 vars in 782 bytes} [Sun Apr 26 09:33:33 2026] PUT /v2.0/policies/1624f006-b916-4f5f-8295-135091cd4d5f/tags/black.or.white => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1432] 10.0.0.166 () {34 vars in 1120 bytes} [Sun Apr 26 09:33:33 2026] GET /v2.0/security-groups?id=86ef4fbc-77d1-4279-a092-580588931f0f&id=23ba7377-3523-4e40-92d0-932a94e4b889&fields=id&fields=name => generated 207 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1433] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:33:33 2026] GET /v2.0/ports?device_id=52220b90-44af-4d41-b487-5a3e7a497e2a => 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: 711/1434] 10.0.0.126 () {32 vars in 733 bytes} [Sun Apr 26 09:33:33 2026] GET /v2.0/policies/1624f006-b916-4f5f-8295-135091cd4d5f/tags => generated 52 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1435] 10.0.0.126 () {34 vars in 753 bytes} [Sun Apr 26 09:33:33 2026] PUT /v2.0/policies/1624f006-b916-4f5f-8295-135091cd4d5f/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1438] 10.0.0.126 () {32 vars in 733 bytes} [Sun Apr 26 09:33:33 2026] GET /v2.0/policies/1624f006-b916-4f5f-8295-135091cd4d5f/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1439] 10.0.0.126 () {32 vars in 741 bytes} [Sun Apr 26 09:33:33 2026] GET /v2.0/policies/1624f006-b916-4f5f-8295-135091cd4d5f/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:33:33.922 8 INFO neutron.api.v2.resource [None req-28d81487-f766-4e1d-aea1-4478a98ef598 ec6e86751fb14b62a9b0a19bc20e2c43 08a8103f7646495587baca7eba0b1efc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 729/1440] 10.0.0.126 () {32 vars in 745 bytes} [Sun Apr 26 09:33:33 2026] GET /v2.0/policies/1624f006-b916-4f5f-8295-135091cd4d5f/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: 730/1441] 10.0.0.126 () {32 vars in 744 bytes} [Sun Apr 26 09:33:33 2026] DELETE /v2.0/policies/1624f006-b916-4f5f-8295-135091cd4d5f/tags/red => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1442] 10.0.0.126 () {32 vars in 733 bytes} [Sun Apr 26 09:33:33 2026] GET /v2.0/policies/1624f006-b916-4f5f-8295-135091cd4d5f/tags => generated 30 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:33:34.030 7 INFO neutron.db.segments_db [None req-94ceca46-3a8c-4e70-9b4a-6b5fc6bd6ddb 4a770e1697fa4f92895ada604df01a6d 4aa03e0f21d24150a0b69505c6a41df9 - - default default] Added segment a5a06e18-3aa2-4b22-a672-03f2eac410cd of type vxlan for network 2648592b-5dad-473d-8e9c-75f618fb1f89 2026-04-26 09:33:34.047 8 INFO neutron.api.v2.resource [None req-59ddb0e9-892a-46fd-88dc-acac3fcbb17d ec6e86751fb14b62a9b0a19bc20e2c43 08a8103f7646495587baca7eba0b1efc - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 732/1443] 10.0.0.126 () {32 vars in 748 bytes} [Sun Apr 26 09:33:34 2026] DELETE /v2.0/policies/1624f006-b916-4f5f-8295-135091cd4d5f/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1444] 10.0.0.126 () {32 vars in 736 bytes} [Sun Apr 26 09:33:34 2026] DELETE /v2.0/policies/1624f006-b916-4f5f-8295-135091cd4d5f/tags => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1445] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:33:33 2026] POST /v2.0/networks => generated 630 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1446] 10.0.0.126 () {32 vars in 733 bytes} [Sun Apr 26 09:33:34 2026] GET /v2.0/policies/1624f006-b916-4f5f-8295-135091cd4d5f/tags => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1447] 10.0.0.126 () {32 vars in 734 bytes} [Sun Apr 26 09:33:34 2026] DELETE /v2.0/qos/policies/1624f006-b916-4f5f-8295-135091cd4d5f => 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: 713/1448] 10.0.0.126 () {34 vars in 665 bytes} [Sun Apr 26 09:33:34 2026] POST /v2.0/ports => generated 778 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:33:34.463 8 INFO neutron.db.segments_db [None req-9b4df83d-1091-451a-b866-3273ee140c05 4a770e1697fa4f92895ada604df01a6d 4aa03e0f21d24150a0b69505c6a41df9 - - default default] Added segment 88eadbf0-61c9-4a58-8623-b4e83a31b012 of type vxlan for network 8c3f182e-eb19-45a0-967a-1446b7005a20 [pid: 8|app: 0|req: 736/1449] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:33:34 2026] POST /v2.0/networks => generated 616 bytes in 121 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: 714/1450] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:33:34 2026] POST /v2.0/subnets => generated 646 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1451] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:33:34 2026] GET /v2.0/ports?device_id=52220b90-44af-4d41-b487-5a3e7a497e2a => 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: 716/1452] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:33:34 2026] GET /v2.0/security-groups?tenant_id=b3f7e3ef56ea44c4bc85ffb0654b25ec&name=default => generated 2925 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1453] 10.0.0.126 () {34 vars in 665 bytes} [Sun Apr 26 09:33:34 2026] POST /v2.0/ports => generated 965 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1454] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:33:35 2026] DELETE /v2.0/security-groups/3dacd3f7-5f2e-4e9c-82eb-4379fde709c9 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-26 09:33:35.349 8 INFO neutron_taas.services.taas.taas_plugin [None req-8b7a9b29-1731-4ac8-8274-00d00df4029c 4a770e1697fa4f92895ada604df01a6d 4aa03e0f21d24150a0b69505c6a41df9 - - default default] TaaS: Handle Delete Port: 672d5dbb-707c-4a0b-a1af-f07767fc03d0 2026-04-26 09:33:35.352 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b7a9b29-1731-4ac8-8274-00d00df4029c 4a770e1697fa4f92895ada604df01a6d 4aa03e0f21d24150a0b69505c6a41df9 - - default default] Tap Mirror: Handle Delete Port: 672d5dbb-707c-4a0b-a1af-f07767fc03d0 [pid: 7|app: 0|req: 718/1455] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:33:35 2026] GET /v2.0/security-groups?tenant_id=08a8103f7646495587baca7eba0b1efc&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: 738/1456] 10.0.0.126 () {32 vars in 720 bytes} [Sun Apr 26 09:33:35 2026] DELETE /v2.0/ports/672d5dbb-707c-4a0b-a1af-f07767fc03d0 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:33:35.508 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c3e00471-cf6a-491c-bdab-f55d4ac3807e 4a770e1697fa4f92895ada604df01a6d 4aa03e0f21d24150a0b69505c6a41df9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 739/1457] 10.0.0.126 () {32 vars in 720 bytes} [Sun Apr 26 09:33:35 2026] DELETE /v2.0/ports/672d5dbb-707c-4a0b-a1af-f07767fc03d0 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:33:35.527 8 INFO neutron.pecan_wsgi.hooks.translation [None req-deb0dbfe-c12a-4e4d-9763-46662a74f77a 4a770e1697fa4f92895ada604df01a6d 4aa03e0f21d24150a0b69505c6a41df9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 740/1458] 10.0.0.126 () {32 vars in 717 bytes} [Sun Apr 26 09:33:35 2026] GET /v2.0/ports/672d5dbb-707c-4a0b-a1af-f07767fc03d0 => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1459] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:33:35 2026] DELETE /v2.0/security-groups/11aca54d-4bae-4485-92fa-ab21ab648bcc => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1460] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:33:35 2026] DELETE /v2.0/subnets/3060720f-81ff-4b05-8943-8dec7b99f355 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:33:35.802 7 INFO neutron.services.segments.plugin [-] Segment 88eadbf0-61c9-4a58-8623-b4e83a31b012 resource provider aggregate not found 2026-04-26 09:33:35.810 7 INFO neutron.services.segments.plugin [-] Segment 88eadbf0-61c9-4a58-8623-b4e83a31b012 resource provider aggregate not found 2026-04-26 09:33:35.830 7 INFO neutron.services.segments.plugin [-] Segment 88eadbf0-61c9-4a58-8623-b4e83a31b012 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88eadbf0-61c9-4a58-8623-b4e83a31b012 found for delete ", "request_id": "req-016cf8fb-4862-412f-b0b8-2402ea3b4e12"}]} [pid: 8|app: 0|req: 742/1461] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:33:35 2026] GET /v2.0/networks?id=d9cee74e-9b7e-4673-ba82-d075fb7bd182 => generated 661 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:33:35.839 7 INFO neutron.services.segments.plugin [-] Segment 88eadbf0-61c9-4a58-8623-b4e83a31b012 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88eadbf0-61c9-4a58-8623-b4e83a31b012 found for delete ", "request_id": "req-b33e233c-ce4c-4e5d-a29f-326619b65692"}]} [pid: 7|app: 0|req: 720/1462] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:33:35 2026] DELETE /v2.0/networks/8c3f182e-eb19-45a0-967a-1446b7005a20 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1463] 199.204.45.223 () {34 vars in 1050 bytes} [Sun Apr 26 09:33:35 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=241b4c192b49456cacd693b19838cf10 => generated 180 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:33:35.924 7 INFO neutron.db.segments_db [None req-6b850baf-d4f8-42fa-92cd-8c46ae5d0e00 4a770e1697fa4f92895ada604df01a6d 4aa03e0f21d24150a0b69505c6a41df9 - - default default] Added segment 32cbcb4b-e2db-4b01-83ad-8701ca969a9d of type vxlan for network 42b8e55d-603e-4597-8d0c-e9e363144abc [pid: 7|app: 0|req: 721/1464] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:33:35 2026] POST /v2.0/networks => generated 616 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1465] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:33:36 2026] GET /v2.0/ports?device_id=52220b90-44af-4d41-b487-5a3e7a497e2a => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1466] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:33:36 2026] POST /v2.0/subnets => generated 646 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1467] 199.204.45.223 () {38 vars in 955 bytes} [Sun Apr 26 09:33:35 2026] POST /v2.0/ports => generated 954 bytes in 415 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: 724/1468] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:33:36 2026] GET /v2.0/ports?device_id=357a63a3-af74-47f7-8aed-fcf3a53d8554 => generated 1014 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1469] 10.0.0.126 () {34 vars in 665 bytes} [Sun Apr 26 09:33:36 2026] POST /v2.0/ports => generated 928 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1470] 10.0.0.205 () {34 vars in 1120 bytes} [Sun Apr 26 09:33:36 2026] GET /v2.0/security-groups?id=86ef4fbc-77d1-4279-a092-580588931f0f&id=23ba7377-3523-4e40-92d0-932a94e4b889&fields=id&fields=name => generated 207 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:33:36.740 8 INFO neutron_taas.services.taas.taas_plugin [None req-ebe3ed9c-aee1-4e3b-9ed3-9b9db624e12a 4a770e1697fa4f92895ada604df01a6d 4aa03e0f21d24150a0b69505c6a41df9 - - default default] TaaS: Handle Delete Port: 5ad35a8f-be6d-4777-aedb-a68e77a22d27 2026-04-26 09:33:36.743 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ebe3ed9c-aee1-4e3b-9ed3-9b9db624e12a 4a770e1697fa4f92895ada604df01a6d 4aa03e0f21d24150a0b69505c6a41df9 - - default default] Tap Mirror: Handle Delete Port: 5ad35a8f-be6d-4777-aedb-a68e77a22d27 [pid: 7|app: 0|req: 725/1471] 199.204.45.223 () {38 vars in 1028 bytes} [Sun Apr 26 09:33:36 2026] PUT /v2.0/ports/80c4d6a4-6858-4766-a4f9-e519a55668de => generated 1235 bytes in 456 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:33:36.827 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-64ef436c-b180-4f8d-9e00-e9ca94dc20ee'] response: {'name': 'network-changed', 'server_uuid': '52220b90-44af-4d41-b487-5a3e7a497e2a', 'tag': '80c4d6a4-6858-4766-a4f9-e519a55668de', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 747/1472] 10.0.0.126 () {32 vars in 720 bytes} [Sun Apr 26 09:33:36 2026] DELETE /v2.0/ports/5ad35a8f-be6d-4777-aedb-a68e77a22d27 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-26 09:33:36.896 7 INFO neutron.pecan_wsgi.hooks.translation [None req-604ef209-3529-45e3-9103-ee82a77d8933 4a770e1697fa4f92895ada604df01a6d 4aa03e0f21d24150a0b69505c6a41df9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 726/1473] 10.0.0.126 () {32 vars in 717 bytes} [Sun Apr 26 09:33:36 2026] GET /v2.0/ports/5ad35a8f-be6d-4777-aedb-a68e77a22d27 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1474] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:33:36 2026] DELETE /v2.0/subnets/f7cd605c-1bd6-4dbd-98c6-c79da41fef58 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1475] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:33:37 2026] GET /v2.0/ports?device_id=52220b90-44af-4d41-b487-5a3e7a497e2a => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1476] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:33:37 2026] DELETE /v2.0/networks/42b8e55d-603e-4597-8d0c-e9e363144abc => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1477] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:33:37 2026] GET /v2.0/security-groups?id=b63cba31-627f-43d8-bba6-6eaaf4760ba7&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: 751/1478] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:33:37 2026] GET /v2.0/ports?tenant_id=241b4c192b49456cacd693b19838cf10&device_id=52220b90-44af-4d41-b487-5a3e7a497e2a => 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: 752/1479] 199.204.45.223 () {34 vars in 1018 bytes} [Sun Apr 26 09:33:37 2026] GET /v2.0/networks?tenant_id=241b4c192b49456cacd693b19838cf10&shared=False => generated 757 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1480] 10.0.0.126 () {34 vars in 665 bytes} [Sun Apr 26 09:33:37 2026] POST /v2.0/ports => generated 779 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 753/1481] 199.204.45.223 () {34 vars in 930 bytes} [Sun Apr 26 09:33:37 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1482] 10.0.0.126 () {34 vars in 737 bytes} [Sun Apr 26 09:33:37 2026] PUT /v2.0/ports/988aef7f-09da-4ff0-af3c-2944821e3abb => generated 752 bytes in 180 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: 730/1483] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:33:37 2026] GET /v2.0/ports?device_id=357a63a3-af74-47f7-8aed-fcf3a53d8554 => generated 1014 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:33:37.796 8 INFO neutron_taas.services.taas.taas_plugin [None req-c25ab27e-bcb3-47e7-875b-7a988dcf8e83 4a770e1697fa4f92895ada604df01a6d 4aa03e0f21d24150a0b69505c6a41df9 - - default default] TaaS: Handle Delete Port: 988aef7f-09da-4ff0-af3c-2944821e3abb 2026-04-26 09:33:37.801 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c25ab27e-bcb3-47e7-875b-7a988dcf8e83 4a770e1697fa4f92895ada604df01a6d 4aa03e0f21d24150a0b69505c6a41df9 - - default default] Tap Mirror: Handle Delete Port: 988aef7f-09da-4ff0-af3c-2944821e3abb [pid: 7|app: 0|req: 731/1484] 10.0.0.205 () {34 vars in 1120 bytes} [Sun Apr 26 09:33:37 2026] GET /v2.0/security-groups?id=86ef4fbc-77d1-4279-a092-580588931f0f&id=23ba7377-3523-4e40-92d0-932a94e4b889&fields=id&fields=name => generated 207 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:33:37.848 7 INFO neutron.services.segments.plugin [-] Segment 32cbcb4b-e2db-4b01-83ad-8701ca969a9d resource provider aggregate not found 2026-04-26 09:33:37.866 7 INFO neutron.services.segments.plugin [-] Segment 32cbcb4b-e2db-4b01-83ad-8701ca969a9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32cbcb4b-e2db-4b01-83ad-8701ca969a9d found for delete ", "request_id": "req-a8654826-4901-4fa0-a52c-937429898db5"}]} 2026-04-26 09:33:37.872 7 INFO neutron.services.segments.plugin [-] Segment 32cbcb4b-e2db-4b01-83ad-8701ca969a9d resource provider aggregate not found 2026-04-26 09:33:37.896 7 INFO neutron.services.segments.plugin [-] Segment 32cbcb4b-e2db-4b01-83ad-8701ca969a9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32cbcb4b-e2db-4b01-83ad-8701ca969a9d found for delete ", "request_id": "req-2cae5c9f-fb48-46f7-b5c1-bda2297bd297"}]} [pid: 8|app: 0|req: 754/1485] 10.0.0.126 () {32 vars in 720 bytes} [Sun Apr 26 09:33:37 2026] DELETE /v2.0/ports/988aef7f-09da-4ff0-af3c-2944821e3abb => 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: 732/1486] 10.0.0.126 () {32 vars in 643 bytes} [Sun Apr 26 09:33:37 2026] GET /v2.0/ports => generated 781 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:33:37.977 8 INFO neutron.pecan_wsgi.hooks.translation [None req-230f578b-667e-4d7f-9912-b37dff45143f 4a770e1697fa4f92895ada604df01a6d 4aa03e0f21d24150a0b69505c6a41df9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 755/1487] 10.0.0.126 () {32 vars in 717 bytes} [Sun Apr 26 09:33:37 2026] GET /v2.0/ports/988aef7f-09da-4ff0-af3c-2944821e3abb => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1488] 10.0.0.126 () {32 vars in 643 bytes} [Sun Apr 26 09:33:37 2026] GET /v2.0/ports => generated 781 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1489] 10.0.0.126 () {32 vars in 717 bytes} [Sun Apr 26 09:33:38 2026] GET /v2.0/ports/7b7ed2ec-0e12-47a6-8ea9-6884a6a3fcfd => generated 778 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:33:38.117 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a5d798c2-3d3a-465a-a241-33380d9f1d9c 4a770e1697fa4f92895ada604df01a6d 4aa03e0f21d24150a0b69505c6a41df9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 734/1490] 10.0.0.126 () {32 vars in 720 bytes} [Sun Apr 26 09:33:38 2026] DELETE /v2.0/ports/5ad35a8f-be6d-4777-aedb-a68e77a22d27 => generated 132 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:33:38.149 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2967cd10-f675-44c0-a227-d955d49a3507 4a770e1697fa4f92895ada604df01a6d 4aa03e0f21d24150a0b69505c6a41df9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 757/1491] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:33:38 2026] DELETE /v2.0/subnets/f7cd605c-1bd6-4dbd-98c6-c79da41fef58 => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:33:38.172 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f5f30bcc-ffb3-4c7b-b362-6e1f96abb1b3 4a770e1697fa4f92895ada604df01a6d 4aa03e0f21d24150a0b69505c6a41df9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 735/1492] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:33:38 2026] DELETE /v2.0/subnets/3060720f-81ff-4b05-8943-8dec7b99f355 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:33:38.286 8 INFO neutron_taas.services.taas.taas_plugin [None req-3f86466c-5a8b-4bce-8ef2-23df73b361b9 4a770e1697fa4f92895ada604df01a6d 4aa03e0f21d24150a0b69505c6a41df9 - - default default] TaaS: Handle Delete Port: 7b7ed2ec-0e12-47a6-8ea9-6884a6a3fcfd 2026-04-26 09:33:38.288 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f86466c-5a8b-4bce-8ef2-23df73b361b9 4a770e1697fa4f92895ada604df01a6d 4aa03e0f21d24150a0b69505c6a41df9 - - default default] Tap Mirror: Handle Delete Port: 7b7ed2ec-0e12-47a6-8ea9-6884a6a3fcfd [pid: 8|app: 0|req: 758/1493] 10.0.0.126 () {32 vars in 720 bytes} [Sun Apr 26 09:33:38 2026] DELETE /v2.0/ports/7b7ed2ec-0e12-47a6-8ea9-6884a6a3fcfd => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1494] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:33:38 2026] GET /v2.0/ports?device_id=52220b90-44af-4d41-b487-5a3e7a497e2a => 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: 737/1495] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:33:38 2026] GET /v2.0/security-groups?id=b63cba31-627f-43d8-bba6-6eaaf4760ba7&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:33:38.489 8 INFO neutron.services.segments.plugin [-] Segment a5a06e18-3aa2-4b22-a672-03f2eac410cd resource provider aggregate not found 2026-04-26 09:33:38.492 8 INFO neutron.services.segments.plugin [-] Segment a5a06e18-3aa2-4b22-a672-03f2eac410cd resource provider aggregate not found 2026-04-26 09:33:38.509 8 INFO neutron.services.segments.plugin [-] Segment a5a06e18-3aa2-4b22-a672-03f2eac410cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5a06e18-3aa2-4b22-a672-03f2eac410cd found for delete ", "request_id": "req-3ca2f451-9b30-450e-962e-b07ca5f2250f"}]} 2026-04-26 09:33:38.512 8 INFO neutron.services.segments.plugin [-] Segment a5a06e18-3aa2-4b22-a672-03f2eac410cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5a06e18-3aa2-4b22-a672-03f2eac410cd found for delete ", "request_id": "req-26cc59a4-a859-424f-af2a-d42de22ca27b"}]} [pid: 8|app: 0|req: 759/1496] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:33:38 2026] DELETE /v2.0/networks/2648592b-5dad-473d-8e9c-75f618fb1f89 => 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: 738/1497] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:33:38 2026] GET /v2.0/ports?tenant_id=241b4c192b49456cacd693b19838cf10&device_id=52220b90-44af-4d41-b487-5a3e7a497e2a => 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: 760/1498] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Apr 26 09:33:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=80c4d6a4-6858-4766-a4f9-e519a55668de => 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: 739/1499] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:33:38 2026] GET /v2.0/subnets?id=7cbaa285-8bbd-489a-b2b6-dfb3637840e4 => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1500] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:33:38 2026] GET /v2.0/ports?network_id=d9cee74e-9b7e-4673-ba82-d075fb7bd182&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1501] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:33:38 2026] GET /v2.0/networks/d9cee74e-9b7e-4673-ba82-d075fb7bd182?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: 741/1502] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:33:38 2026] GET /v2.0/networks/d9cee74e-9b7e-4673-ba82-d075fb7bd182?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1503] 199.204.45.223 () {34 vars in 994 bytes} [Sun Apr 26 09:33:38 2026] GET /v2.0/ports?device_id=357a63a3-af74-47f7-8aed-fcf3a53d8554 => generated 1014 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1504] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:33:38 2026] GET /v2.0/ports?device_id=357a63a3-af74-47f7-8aed-fcf3a53d8554 => generated 1014 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:33:38.943 7 INFO neutron_taas.services.taas.taas_plugin [req-3cf2f7c2-915f-40f9-8c00-5ec0d7ac7b12 req-ed7f8d2a-e461-4dc9-97b1-c1f0843aac3f 5fe7315a79a0421ebf3efe95bb4ae772 3bfed8db8f344135a2dee9bc0d3e627d - - default default] TaaS: Handle Delete Port: 44da3602-1c68-40a5-a36a-31b952600313 2026-04-26 09:33:38.946 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3cf2f7c2-915f-40f9-8c00-5ec0d7ac7b12 req-ed7f8d2a-e461-4dc9-97b1-c1f0843aac3f 5fe7315a79a0421ebf3efe95bb4ae772 3bfed8db8f344135a2dee9bc0d3e627d - - default default] Tap Mirror: Handle Delete Port: 44da3602-1c68-40a5-a36a-31b952600313 [pid: 8|app: 0|req: 764/1505] 10.0.0.205 () {34 vars in 1120 bytes} [Sun Apr 26 09:33:38 2026] GET /v2.0/security-groups?id=86ef4fbc-77d1-4279-a092-580588931f0f&id=23ba7377-3523-4e40-92d0-932a94e4b889&fields=id&fields=name => generated 207 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:33:39.088 7 INFO neutron.db.l3_db [req-3cf2f7c2-915f-40f9-8c00-5ec0d7ac7b12 req-ed7f8d2a-e461-4dc9-97b1-c1f0843aac3f 5fe7315a79a0421ebf3efe95bb4ae772 3bfed8db8f344135a2dee9bc0d3e627d - - default default] Floating IP d2848a6a-c44c-49be-a214-ad6daa38a099 disassociated. External IP: 10.96.250.217, port: 44da3602-1c68-40a5-a36a-31b952600313. [pid: 8|app: 0|req: 765/1506] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:33:39 2026] GET /v2.0/security-groups?tenant_id=4aa03e0f21d24150a0b69505c6a41df9&name=default => generated 2925 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1507] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:33:39 2026] DELETE /v2.0/security-groups/01ed9b3b-db59-48f0-bfe5-6e6aa513e0bd => 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: 742/1508] 199.204.45.223 () {36 vars in 997 bytes} [Sun Apr 26 09:33:38 2026] DELETE /v2.0/ports/44da3602-1c68-40a5-a36a-31b952600313 => generated 0 bytes in 655 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:33:39.511 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-81927627-032e-43fa-a795-60dd269c9ea1'] response: {'server_uuid': '357a63a3-af74-47f7-8aed-fcf3a53d8554', 'name': 'network-vif-deleted', 'tag': '44da3602-1c68-40a5-a36a-31b952600313', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 767/1509] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:33:39 2026] GET /v2.0/ports?device_id=52220b90-44af-4d41-b487-5a3e7a497e2a => 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: 743/1510] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:33:39 2026] GET /v2.0/security-groups?id=b63cba31-627f-43d8-bba6-6eaaf4760ba7&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1511] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:33:40 2026] GET /v2.0/ports?device_id=357a63a3-af74-47f7-8aed-fcf3a53d8554 => 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: 744/1512] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:33:40 2026] GET /v2.0/ports?device_id=52220b90-44af-4d41-b487-5a3e7a497e2a => 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: 769/1513] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:33:40 2026] GET /v2.0/security-groups?id=b63cba31-627f-43d8-bba6-6eaaf4760ba7&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: 745/1514] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:33:41 2026] GET /v2.0/ports?device_id=357a63a3-af74-47f7-8aed-fcf3a53d8554 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:33:41.771 8 INFO neutron.db.segments_db [None req-944cc7e1-78c9-4377-b5ae-edd9286289c1 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] Added segment 9158dc53-9658-4ddb-a34e-b405901fafdf of type vxlan for network 04943ebb-affc-4878-ae4c-5c1e3fbe7800 [pid: 8|app: 0|req: 770/1515] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:33:41 2026] POST /v2.0/networks => generated 610 bytes in 539 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:33:41.976 7 INFO neutron.db.segments_db [None req-5230e935-50f9-4a2f-9fd6-4b1501e449ab 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] Added segment f72e2d22-82c4-4d62-b15a-908cfe1770f1 of type vxlan for network 6ca1a06f-abbc-4b81-88c5-7b3512d45062 [pid: 8|app: 0|req: 771/1516] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:33:41 2026] GET /v2.0/ports?device_id=52220b90-44af-4d41-b487-5a3e7a497e2a => generated 969 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1517] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:33:42 2026] GET /v2.0/security-groups?id=b63cba31-627f-43d8-bba6-6eaaf4760ba7&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1518] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:33:41 2026] POST /v2.0/networks => generated 610 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1519] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:33:42 2026] GET /v2.0/ports?device_id=357a63a3-af74-47f7-8aed-fcf3a53d8554 => 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: 773/1520] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:33:42 2026] POST /v2.0/subnets => generated 626 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1521] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:33:42 2026] POST /v2.0/subnets => generated 626 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:33:42.744 8 INFO neutron.db.segments_db [None req-32feba07-00e4-4cea-b8b9-7d48cb223587 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] Added segment d89cb2b7-fd26-47fe-9165-9c00023c68b0 of type vxlan for network d1a2e32c-d270-4554-b860-17f1842dcc4e 2026-04-26 09:33:43.031 8 INFO neutron.db.l3_hamode_db [None req-32feba07-00e4-4cea-b8b9-7d48cb223587 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-26 09:33:43.144 8 INFO neutron.db.l3_hamode_db [None req-32feba07-00e4-4cea-b8b9-7d48cb223587 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 749/1522] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:33:43 2026] GET /v2.0/ports?device_id=52220b90-44af-4d41-b487-5a3e7a497e2a => 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: 750/1523] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:33:43 2026] GET /v2.0/security-groups?id=b63cba31-627f-43d8-bba6-6eaaf4760ba7&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1524] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:33:43 2026] DELETE /v2.0/security-groups/23ba7377-3523-4e40-92d0-932a94e4b889 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:33:43.638 7 INFO neutron.api.v2.resource [None req-cd3f2520-b051-4132-b512-cc969d8000f9 5fe7315a79a0421ebf3efe95bb4ae772 3bfed8db8f344135a2dee9bc0d3e627d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 752/1525] 10.0.0.126 () {32 vars in 737 bytes} [Sun Apr 26 09:33:43 2026] GET /v2.0/security-groups/23ba7377-3523-4e40-92d0-932a94e4b889 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:33:43.735 7 INFO neutron_taas.services.taas.taas_plugin [None req-0e38c56a-4716-4492-b339-862e28d0c0e9 5fe7315a79a0421ebf3efe95bb4ae772 3bfed8db8f344135a2dee9bc0d3e627d - - default default] TaaS: Handle Delete Port: cd02745e-9ee2-436e-93bc-38a6c78eb1cc 2026-04-26 09:33:43.738 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e38c56a-4716-4492-b339-862e28d0c0e9 5fe7315a79a0421ebf3efe95bb4ae772 3bfed8db8f344135a2dee9bc0d3e627d - - default default] Tap Mirror: Handle Delete Port: cd02745e-9ee2-436e-93bc-38a6c78eb1cc [pid: 7|app: 0|req: 753/1526] 10.0.0.126 () {32 vars in 732 bytes} [Sun Apr 26 09:33:43 2026] DELETE /v2.0/floatingips/d2848a6a-c44c-49be-a214-ad6daa38a099 => generated 0 bytes in 268 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1527] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:33:42 2026] POST /v2.0/routers => generated 506 bytes in 1299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1528] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:33:43 2026] DELETE /v2.0/security-groups/86ef4fbc-77d1-4279-a092-580588931f0f => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:33:44.486 7 INFO neutron_taas.services.taas.taas_plugin [None req-f40d1e6f-6a3d-487b-9ce5-c5e4c4d9e729 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: b4d9bfb5-6009-425b-b51e-1711a918d314 2026-04-26 09:33:44.489 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f40d1e6f-6a3d-487b-9ce5-c5e4c4d9e729 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: b4d9bfb5-6009-425b-b51e-1711a918d314 [pid: 8|app: 0|req: 775/1529] 10.0.0.126 () {34 vars in 783 bytes} [Sun Apr 26 09:33:43 2026] PUT /v2.0/routers/9e70ed90-633c-4901-92f4-5b70fcd54987/add_router_interface => generated 309 bytes in 1140 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1530] 10.0.0.126 () {34 vars in 789 bytes} [Sun Apr 26 09:33:44 2026] PUT /v2.0/routers/708d130f-6361-4530-ad76-bd40ec29bc3c/remove_router_interface => generated 309 bytes in 1047 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1531] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:33:45 2026] GET /v2.0/ports?device_id=52220b90-44af-4d41-b487-5a3e7a497e2a => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1532] 10.0.0.126 () {32 vars in 717 bytes} [Sun Apr 26 09:33:45 2026] GET /v2.0/ports/8aa059c8-a11b-4177-a38c-bdb0d3f8980f => generated 955 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1533] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:33:45 2026] GET /v2.0/security-groups?id=b63cba31-627f-43d8-bba6-6eaaf4760ba7&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:33:45.469 8 INFO neutron_taas.services.taas.taas_plugin [None req-dd7c282b-557e-4d61-a194-4606ce73a35e 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: c8ab9c5c-cfe0-440f-b1b0-71faf6169ec2 2026-04-26 09:33:45.472 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd7c282b-557e-4d61-a194-4606ce73a35e 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: c8ab9c5c-cfe0-440f-b1b0-71faf6169ec2 2026-04-26 09:33:45.710 8 INFO neutron_taas.services.taas.taas_plugin [None req-dd7c282b-557e-4d61-a194-4606ce73a35e 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: 9f1f108e-c68f-4578-a9a4-ac6f3ec736d7 2026-04-26 09:33:45.713 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd7c282b-557e-4d61-a194-4606ce73a35e 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: 9f1f108e-c68f-4578-a9a4-ac6f3ec736d7 2026-04-26 09:33:46.045 8 INFO neutron.services.segments.plugin [-] Segment 3c200edc-cf3f-40c6-8ed7-c7e1cbd91f52 resource provider aggregate not found 2026-04-26 09:33:46.048 8 INFO neutron.services.segments.plugin [-] Segment 3c200edc-cf3f-40c6-8ed7-c7e1cbd91f52 resource provider aggregate not found 2026-04-26 09:33:46.066 8 INFO neutron.services.segments.plugin [-] Segment 3c200edc-cf3f-40c6-8ed7-c7e1cbd91f52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c200edc-cf3f-40c6-8ed7-c7e1cbd91f52 found for delete ", "request_id": "req-c862da80-8097-4c11-8cef-1fe58f2d823c"}]} 2026-04-26 09:33:46.068 8 INFO neutron.services.segments.plugin [-] Segment 3c200edc-cf3f-40c6-8ed7-c7e1cbd91f52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c200edc-cf3f-40c6-8ed7-c7e1cbd91f52 found for delete ", "request_id": "req-489e969d-5f55-42db-b683-a3bd7d3fe3a9"}]} 2026-04-26 09:33:46.078 8 INFO neutron.db.l3_hamode_db [None req-dd7c282b-557e-4d61-a194-4606ce73a35e 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] HA network b0692483-5415-4840-9e17-6ccc6f9ca818 was deleted as no HA routers are present in tenant 3bfed8db8f344135a2dee9bc0d3e627d. [pid: 8|app: 0|req: 777/1534] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:33:45 2026] DELETE /v2.0/routers/708d130f-6361-4530-ad76-bd40ec29bc3c => generated 0 bytes in 886 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1535] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:33:46 2026] GET /v2.0/ports?device_id=52220b90-44af-4d41-b487-5a3e7a497e2a => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:33:46.478 8 INFO neutron.db.segments_db [None req-d6245703-f352-4afc-8a34-421cc48d7d59 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] Added segment 10ffd289-8250-43ef-93d2-476a005755ec of type vxlan for network aebc6c27-3e33-4107-92bd-8d5939fb6675 [pid: 8|app: 0|req: 779/1536] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:33:46 2026] POST /v2.0/networks => generated 621 bytes in 444 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1537] 10.0.0.126 () {34 vars in 783 bytes} [Sun Apr 26 09:33:45 2026] PUT /v2.0/routers/9e70ed90-633c-4901-92f4-5b70fcd54987/add_router_interface => generated 309 bytes in 1334 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1538] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:33:46 2026] DELETE /v2.0/subnets/e27e257b-62e6-499c-9b4d-d7868b227522 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1539] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:33:46 2026] GET /v2.0/security-groups?id=b63cba31-627f-43d8-bba6-6eaaf4760ba7&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: 760/1540] 10.0.0.126 () {32 vars in 717 bytes} [Sun Apr 26 09:33:46 2026] GET /v2.0/ports/002eabc7-adcc-4e31-859a-376ab2c4ada4 => generated 955 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:33:46.869 7 INFO neutron_taas.services.taas.taas_plugin [None req-4ae105e4-70fd-4494-a1f9-199e1e506627 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: d6c23cb6-ccd4-4472-b66d-b49389225658 2026-04-26 09:33:46.873 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ae105e4-70fd-4494-a1f9-199e1e506627 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: d6c23cb6-ccd4-4472-b66d-b49389225658 [pid: 8|app: 0|req: 781/1541] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:33:46 2026] POST /v2.0/subnets => generated 658 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1542] 10.0.0.126 () {32 vars in 736 bytes} [Sun Apr 26 09:33:46 2026] GET /v2.0/ports?device_id=52220b90-44af-4d41-b487-5a3e7a497e2a => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:33:47.060 7 INFO neutron.services.segments.plugin [-] Segment b0781639-608e-4bc8-b33b-f8cc4aaa1435 resource provider aggregate not found 2026-04-26 09:33:47.067 7 INFO neutron.services.segments.plugin [-] Segment b0781639-608e-4bc8-b33b-f8cc4aaa1435 resource provider aggregate not found 2026-04-26 09:33:47.085 7 INFO neutron.services.segments.plugin [-] Segment b0781639-608e-4bc8-b33b-f8cc4aaa1435 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0781639-608e-4bc8-b33b-f8cc4aaa1435 found for delete ", "request_id": "req-57de11be-4719-48c7-819a-3f2c553b0fe9"}]} 2026-04-26 09:33:47.091 7 INFO neutron.services.segments.plugin [-] Segment b0781639-608e-4bc8-b33b-f8cc4aaa1435 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0781639-608e-4bc8-b33b-f8cc4aaa1435 found for delete ", "request_id": "req-45e0f7ff-4b98-4ef7-b406-13eca2cdd9a2"}]} [pid: 7|app: 0|req: 761/1543] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:33:46 2026] DELETE /v2.0/networks/724fc1d7-1545-49f0-b4c2-fbef862733bc => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1544] 10.0.0.126 () {32 vars in 722 bytes} [Sun Apr 26 09:33:47 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:33:47.343 8 INFO neutron_taas.services.taas.taas_plugin [None req-4bb543e9-4c8e-44bb-b6dc-b42e08270a2c 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] TaaS: Handle Delete Port: 002eabc7-adcc-4e31-859a-376ab2c4ada4 2026-04-26 09:33:47.346 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4bb543e9-4c8e-44bb-b6dc-b42e08270a2c 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] Tap Mirror: Handle Delete Port: 002eabc7-adcc-4e31-859a-376ab2c4ada4 [pid: 8|app: 0|req: 783/1545] 10.0.0.126 () {34 vars in 789 bytes} [Sun Apr 26 09:33:46 2026] PUT /v2.0/routers/9e70ed90-633c-4901-92f4-5b70fcd54987/remove_router_interface => generated 309 bytes in 772 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:33:47.870 7 INFO neutron.db.l3_db [None req-e7e1a60a-7768-45a1-ae84-25554391aefa dc30e44afbb74edfb0d3b917fef85b63 241b4c192b49456cacd693b19838cf10 - - default default] Floating IP ec640e76-137e-44f7-a47f-0078cd999352 associated. External IP: 10.96.250.213, port: 80c4d6a4-6858-4766-a4f9-e519a55668de. [pid: 7|app: 0|req: 763/1546] 10.0.0.126 () {34 vars in 677 bytes} [Sun Apr 26 09:33:47 2026] POST /v2.0/floatingips => generated 855 bytes in 1004 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:33:48.158 8 INFO neutron_taas.services.taas.taas_plugin [None req-dfdcfc0d-5722-49d2-9110-b636a56d6c86 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: 91d72d79-f658-4dac-be15-c6c9a2527546 2026-04-26 09:33:48.161 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dfdcfc0d-5722-49d2-9110-b636a56d6c86 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: 91d72d79-f658-4dac-be15-c6c9a2527546 2026-04-26 09:33:48.199 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3d2652e6-d48b-4d91-94c7-f8d408f27848'] response: {'name': 'network-changed', 'server_uuid': '52220b90-44af-4d41-b487-5a3e7a497e2a', 'tag': '80c4d6a4-6858-4766-a4f9-e519a55668de', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 764/1547] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:33:48 2026] POST /v2.0/subnets => generated 731 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1548] 10.0.0.126 () {34 vars in 789 bytes} [Sun Apr 26 09:33:47 2026] PUT /v2.0/routers/89abf31b-0b70-4468-b981-0f7b1bbb7dcf/remove_router_interface => generated 309 bytes in 980 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:33:48.770 7 INFO neutron_taas.services.taas.taas_plugin [None req-0986cd0e-2051-49c5-bca1-1b2b42a6dd88 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] TaaS: Handle Delete Port: 8aa059c8-a11b-4177-a38c-bdb0d3f8980f 2026-04-26 09:33:48.774 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0986cd0e-2051-49c5-bca1-1b2b42a6dd88 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] Tap Mirror: Handle Delete Port: 8aa059c8-a11b-4177-a38c-bdb0d3f8980f [pid: 8|app: 0|req: 785/1549] 10.0.0.126 () {32 vars in 729 bytes} [Sun Apr 26 09:33:48 2026] GET /v2.0/floatingips/ec640e76-137e-44f7-a47f-0078cd999352 => generated 855 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:33:48.849 8 INFO neutron.db.segments_db [None req-116953c8-301c-4e89-8c3c-5db8fe4f342b 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] Added segment dd762ef5-bffa-4ed3-9e9c-1383f2797419 of type vxlan for network f3c087d7-67a7-4251-9323-4097ed0e0c32 [pid: 8|app: 0|req: 786/1550] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:33:48 2026] POST /v2.0/networks => generated 618 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1551] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:33:48 2026] GET /v2.0/ports?tenant_id=241b4c192b49456cacd693b19838cf10&device_id=52220b90-44af-4d41-b487-5a3e7a497e2a => generated 1240 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:33:49.191 8 INFO neutron_taas.services.taas.taas_plugin [None req-a45d3c77-543a-4247-8130-176e42ddfcda 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: a7eeeb39-9765-4626-ba3c-ebe54cc029de 2026-04-26 09:33:49.196 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a45d3c77-543a-4247-8130-176e42ddfcda 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: a7eeeb39-9765-4626-ba3c-ebe54cc029de [pid: 7|app: 0|req: 765/1552] 10.0.0.126 () {34 vars in 789 bytes} [Sun Apr 26 09:33:48 2026] PUT /v2.0/routers/9e70ed90-633c-4901-92f4-5b70fcd54987/remove_router_interface => generated 309 bytes in 757 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:33:49.441 8 INFO neutron_taas.services.taas.taas_plugin [None req-a45d3c77-543a-4247-8130-176e42ddfcda 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: d924aff0-d225-4911-b5c9-a10ced6e4156 2026-04-26 09:33:49.445 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a45d3c77-543a-4247-8130-176e42ddfcda 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: d924aff0-d225-4911-b5c9-a10ced6e4156 [pid: 7|app: 0|req: 768/1555] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:33:49 2026] POST /v2.0/subnets => generated 655 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1556] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:33:49 2026] GET /v2.0/networks?id=d9cee74e-9b7e-4673-ba82-d075fb7bd182 => generated 757 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1557] 10.0.0.126 () {32 vars in 736 bytes} [Sun Apr 26 09:33:49 2026] GET /v2.0/ports?device_id=9e70ed90-633c-4901-92f4-5b70fcd54987 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1558] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:33:49 2026] POST /v2.0/subnets => generated 726 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1559] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Apr 26 09:33:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=80c4d6a4-6858-4766-a4f9-e519a55668de => generated 860 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:33:49.801 8 INFO neutron.services.segments.plugin [-] Segment 16d16597-85f0-47cf-a611-5f942456203b resource provider aggregate not found 2026-04-26 09:33:49.808 8 INFO neutron.services.segments.plugin [-] Segment 16d16597-85f0-47cf-a611-5f942456203b resource provider aggregate not found 2026-04-26 09:33:49.828 8 INFO neutron.services.segments.plugin [-] Segment 16d16597-85f0-47cf-a611-5f942456203b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16d16597-85f0-47cf-a611-5f942456203b found for delete ", "request_id": "req-710705a7-ed43-4b5c-9811-7436440f588d"}]} 2026-04-26 09:33:49.832 8 INFO neutron.services.segments.plugin [-] Segment 16d16597-85f0-47cf-a611-5f942456203b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16d16597-85f0-47cf-a611-5f942456203b found for delete ", "request_id": "req-dee36611-e121-4a33-b73b-635d242227b6"}]} 2026-04-26 09:33:49.832 8 INFO neutron.db.l3_hamode_db [None req-a45d3c77-543a-4247-8130-176e42ddfcda 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] HA network 7fe4b677-45fa-4852-b52c-ce69a2ae89dc was deleted as no HA routers are present in tenant 7d2a38eb38f94a7887fce5601d5e562d. [pid: 8|app: 0|req: 788/1560] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:33:48 2026] DELETE /v2.0/routers/89abf31b-0b70-4468-b981-0f7b1bbb7dcf => generated 0 bytes in 853 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:33:49.894 8 INFO neutron.db.segments_db [None req-3eb1e851-63c0-44af-8e7e-70165e910098 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] Added segment 9915ec33-7cb9-4ea9-b0bd-32cf3c1d158b of type vxlan for network f004d1ac-fab4-48e0-a8b6-666ffc0f005f [pid: 8|app: 0|req: 789/1561] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:33:49 2026] POST /v2.0/networks => generated 618 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:33:50.001 7 INFO neutron_taas.services.taas.taas_plugin [None req-a48e1d5a-699a-4d13-a469-1d98a16b6c9a 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] TaaS: Handle Delete Port: 48f4a2ef-5a14-47d7-8811-38eb1545f80d 2026-04-26 09:33:50.005 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a48e1d5a-699a-4d13-a469-1d98a16b6c9a 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] Tap Mirror: Handle Delete Port: 48f4a2ef-5a14-47d7-8811-38eb1545f80d [pid: 8|app: 0|req: 790/1562] 10.0.0.126 () {32 vars in 729 bytes} [Sun Apr 26 09:33:49 2026] GET /v2.0/floatingips/ec640e76-137e-44f7-a47f-0078cd999352 => generated 857 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1563] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:33:50 2026] GET /v2.0/subnets?id=7cbaa285-8bbd-489a-b2b6-dfb3637840e4 => generated 677 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1564] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:33:50 2026] DELETE /v2.0/subnets/5811116c-9713-4019-9994-f84e9fe28150 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:33:50.399 7 INFO neutron.services.segments.plugin [-] Segment d89cb2b7-fd26-47fe-9165-9c00023c68b0 resource provider aggregate not found 2026-04-26 09:33:50.403 7 INFO neutron.services.segments.plugin [-] Segment d89cb2b7-fd26-47fe-9165-9c00023c68b0 resource provider aggregate not found 2026-04-26 09:33:50.422 7 INFO neutron.services.segments.plugin [-] Segment d89cb2b7-fd26-47fe-9165-9c00023c68b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d89cb2b7-fd26-47fe-9165-9c00023c68b0 found for delete ", "request_id": "req-9a73621a-0764-4287-bb3d-ed81050d79a8"}]} 2026-04-26 09:33:50.422 7 INFO neutron.services.segments.plugin [-] Segment d89cb2b7-fd26-47fe-9165-9c00023c68b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d89cb2b7-fd26-47fe-9165-9c00023c68b0 found for delete ", "request_id": "req-77764285-895d-472b-85f2-5ca0d964a579"}]} 2026-04-26 09:33:50.434 7 INFO neutron.db.l3_hamode_db [None req-a48e1d5a-699a-4d13-a469-1d98a16b6c9a 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] HA network d1a2e32c-d270-4554-b860-17f1842dcc4e was deleted as no HA routers are present in tenant b4d8c93d5bab4ed6baa312801c974d5c. [pid: 7|app: 0|req: 773/1565] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:33:49 2026] DELETE /v2.0/routers/9e70ed90-633c-4901-92f4-5b70fcd54987 => generated 0 bytes in 647 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1566] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:33:50 2026] GET /v2.0/ports?network_id=d9cee74e-9b7e-4673-ba82-d075fb7bd182&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: 793/1567] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:33:50 2026] POST /v2.0/subnets => generated 655 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:33:50.561 7 INFO neutron_taas.services.taas.taas_plugin [None req-2b9d71b8-f79e-4696-9ac1-6e1dfd027781 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: 8dd3ebfa-4eea-487d-91c2-9722a0e58786 2026-04-26 09:33:50.565 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b9d71b8-f79e-4696-9ac1-6e1dfd027781 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: 8dd3ebfa-4eea-487d-91c2-9722a0e58786 [pid: 8|app: 0|req: 794/1568] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:33:50 2026] DELETE /v2.0/subnets/f57ef275-13f0-4fc1-9d1a-fb81a8c4e0e8 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1569] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:33:50 2026] GET /v2.0/networks/d9cee74e-9b7e-4673-ba82-d075fb7bd182?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: 775/1570] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:33:50 2026] DELETE /v2.0/networks/81821000-3689-4440-b9bb-c9f7e1380cfb => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1571] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:33:50 2026] POST /v2.0/subnets => generated 730 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1572] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:33:50 2026] DELETE /v2.0/subnets/80f25506-b104-4eba-a8da-2d2fca8aa472 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1573] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:33:50 2026] GET /v2.0/networks/d9cee74e-9b7e-4673-ba82-d075fb7bd182?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:33:51.026 7 INFO neutron.db.segments_db [None req-ecc3e671-a2ac-4cb5-8e78-b688d9ff0172 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] Added segment e32f8f96-c635-4436-bdaa-dfb1ad22f02e of type vxlan for network 88402647-079d-4319-8902-34a93a77556d 2026-04-26 09:33:51.087 8 INFO neutron_taas.services.taas.taas_plugin [None req-f47b7479-7e7d-44fc-8791-56fb4cc7936b 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] TaaS: Handle Delete Port: 5c8ab7b8-d891-444c-9830-7007d0a50ffe 2026-04-26 09:33:51.090 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f47b7479-7e7d-44fc-8791-56fb4cc7936b 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] Tap Mirror: Handle Delete Port: 5c8ab7b8-d891-444c-9830-7007d0a50ffe 2026-04-26 09:33:51.288 7 INFO neutron.db.l3_hamode_db [None req-ecc3e671-a2ac-4cb5-8e78-b688d9ff0172 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 798/1574] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:33:50 2026] DELETE /v2.0/networks/6ca1a06f-abbc-4b81-88c5-7b3512d45062 => generated 0 bytes in 329 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1575] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:33:51 2026] GET /v2.0/security-groups?tenant_id=7d2a38eb38f94a7887fce5601d5e562d&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:33:51.419 8 INFO neutron_taas.services.taas.taas_plugin [None req-01b0f5f8-2749-4891-8fa8-764d5b90a311 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] TaaS: Handle Delete Port: f1a4cf67-d4b8-40b8-9ccc-199591cb325b 2026-04-26 09:33:51.422 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01b0f5f8-2749-4891-8fa8-764d5b90a311 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] Tap Mirror: Handle Delete Port: f1a4cf67-d4b8-40b8-9ccc-199591cb325b [pid: 8|app: 0|req: 800/1576] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:33:51 2026] DELETE /v2.0/networks/04943ebb-affc-4878-ae4c-5c1e3fbe7800 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1577] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:33:51 2026] DELETE /v2.0/security-groups/2a2d9029-33a4-4e75-ab68-3b56972f8b07 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:33:51.709 8 INFO neutron.db.segments_db [None req-08870d1d-6ae3-4d50-8519-8a5296c71cbf 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] Added segment f9bd22bf-20d8-4129-8355-8a473b8ffc58 of type vxlan for network b9a31941-dc8b-409b-ba89-28fa323947fe [pid: 8|app: 0|req: 802/1578] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:33:51 2026] POST /v2.0/networks => generated 610 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:33:51.861 8 INFO neutron.services.segments.plugin [-] Segment f72e2d22-82c4-4d62-b15a-908cfe1770f1 resource provider aggregate not found 2026-04-26 09:33:51.868 8 INFO neutron.services.segments.plugin [-] Segment f72e2d22-82c4-4d62-b15a-908cfe1770f1 resource provider aggregate not found 2026-04-26 09:33:51.882 8 INFO neutron.services.segments.plugin [-] Segment f72e2d22-82c4-4d62-b15a-908cfe1770f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f72e2d22-82c4-4d62-b15a-908cfe1770f1 found for delete ", "request_id": "req-41c31e7f-26c9-4870-aea6-d7e2f227915a"}]} 2026-04-26 09:33:51.888 8 INFO neutron.services.segments.plugin [-] Segment f72e2d22-82c4-4d62-b15a-908cfe1770f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f72e2d22-82c4-4d62-b15a-908cfe1770f1 found for delete ", "request_id": "req-2cf028e4-546b-41be-8b74-aa1d55329a47"}]} 2026-04-26 09:33:51.918 8 INFO neutron.services.segments.plugin [-] Segment 9158dc53-9658-4ddb-a34e-b405901fafdf resource provider aggregate not found 2026-04-26 09:33:51.928 8 INFO neutron.services.segments.plugin [-] Segment 9158dc53-9658-4ddb-a34e-b405901fafdf resource provider aggregate not found 2026-04-26 09:33:51.951 8 INFO neutron.services.segments.plugin [-] Segment 9158dc53-9658-4ddb-a34e-b405901fafdf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9158dc53-9658-4ddb-a34e-b405901fafdf found for delete ", "request_id": "req-14c9e251-58ac-4b83-b475-2a8862f9ec2b"}]} 2026-04-26 09:33:51.953 8 INFO neutron.services.segments.plugin [-] Segment 9158dc53-9658-4ddb-a34e-b405901fafdf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9158dc53-9658-4ddb-a34e-b405901fafdf found for delete ", "request_id": "req-6991a42e-dd1f-4606-bb08-96e9a8fb60d2"}]} [pid: 8|app: 0|req: 803/1579] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:33:51 2026] POST /v2.0/subnets => generated 626 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1580] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:33:52 2026] GET /v2.0/security-groups?tenant_id=3bfed8db8f344135a2dee9bc0d3e627d&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:33:52.126 7 INFO neutron.db.l3_hamode_db [None req-ecc3e671-a2ac-4cb5-8e78-b688d9ff0172 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-26 09:33:52.153 8 INFO neutron.db.segments_db [None req-38ac1191-95ba-49a2-96e7-3716b7116a4b 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] Added segment 07ac2491-f141-408b-8aa3-4184283b692c of type vxlan for network 90d2b2d4-7347-4b90-ae3d-cb1a0e8aab9d 2026-04-26 09:33:52.423 8 INFO neutron.db.l3_hamode_db [None req-38ac1191-95ba-49a2-96e7-3716b7116a4b 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-26 09:33:52.445 7 INFO neutron.services.segments.plugin [-] Segment b789c5d4-c26f-4693-8fee-06e835ce2b93 resource provider aggregate not found 2026-04-26 09:33:52.452 7 INFO neutron.services.segments.plugin [-] Segment b789c5d4-c26f-4693-8fee-06e835ce2b93 resource provider aggregate not found 2026-04-26 09:33:52.461 7 INFO neutron.services.segments.plugin [-] Segment b789c5d4-c26f-4693-8fee-06e835ce2b93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b789c5d4-c26f-4693-8fee-06e835ce2b93 found for delete ", "request_id": "req-2bc9b169-884e-458a-866d-66c527020298"}]} 2026-04-26 09:33:52.472 7 INFO neutron.services.segments.plugin [-] Segment b789c5d4-c26f-4693-8fee-06e835ce2b93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b789c5d4-c26f-4693-8fee-06e835ce2b93 found for delete ", "request_id": "req-9691a33c-d189-4f4c-91d4-1d7d603c19f3"}]} 2026-04-26 09:33:52.586 8 INFO neutron.db.l3_hamode_db [None req-38ac1191-95ba-49a2-96e7-3716b7116a4b 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 777/1581] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:33:50 2026] POST /v2.0/routers => generated 685 bytes in 2067 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1582] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:33:53 2026] DELETE /v2.0/security-groups/940f9d3f-bb29-402c-9fdd-dea123b44971 => 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: 805/1583] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:33:52 2026] POST /v2.0/routers => generated 507 bytes in 1029 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1584] 10.0.0.126 () {34 vars in 665 bytes} [Sun Apr 26 09:33:53 2026] POST /v2.0/ports => generated 952 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 779/1585] 10.0.0.126 () {34 vars in 783 bytes} [Sun Apr 26 09:33:53 2026] PUT /v2.0/routers/9091a349-2ec4-485f-ad95-0cefd54be7c7/add_router_interface => generated 309 bytes in 1368 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1586] 10.0.0.126 () {34 vars in 783 bytes} [Sun Apr 26 09:33:53 2026] PUT /v2.0/routers/c36db792-fdf9-4790-89c9-adddeaf546ae/add_router_interface => generated 309 bytes in 1211 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: 808/1587] 10.0.0.126 () {32 vars in 717 bytes} [Sun Apr 26 09:33:54 2026] GET /v2.0/ports/fe34a94c-1639-4552-bcc3-c98b42d9765a => generated 1026 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:33:55.073 8 INFO neutron_taas.services.taas.taas_plugin [None req-2f54b620-f18b-4107-857e-200d3458de8a 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] TaaS: Handle Delete Port: fe34a94c-1639-4552-bcc3-c98b42d9765a 2026-04-26 09:33:55.076 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f54b620-f18b-4107-857e-200d3458de8a 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] Tap Mirror: Handle Delete Port: fe34a94c-1639-4552-bcc3-c98b42d9765a [pid: 8|app: 0|req: 809/1588] 10.0.0.126 () {34 vars in 789 bytes} [Sun Apr 26 09:33:54 2026] PUT /v2.0/routers/c36db792-fdf9-4790-89c9-adddeaf546ae/remove_router_interface => generated 309 bytes in 836 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: 810/1589] 10.0.0.166 () {34 vars in 990 bytes} [Sun Apr 26 09:33:55 2026] GET /v2.0/ports?device_id=52220b90-44af-4d41-b487-5a3e7a497e2a => generated 1240 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:33:55.748 8 INFO neutron.api.v2.resource [None req-8f59570e-0a80-4e29-9957-9329b8817127 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 811/1590] 10.0.0.126 () {34 vars in 789 bytes} [Sun Apr 26 09:33:55 2026] PUT /v2.0/routers/c36db792-fdf9-4790-89c9-adddeaf546ae/remove_router_interface => generated 197 bytes in 128 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1591] 10.0.0.166 () {34 vars in 1040 bytes} [Sun Apr 26 09:33:55 2026] GET /v2.0/security-groups?id=b63cba31-627f-43d8-bba6-6eaaf4760ba7&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: 813/1592] 10.0.0.126 () {32 vars in 736 bytes} [Sun Apr 26 09:33:55 2026] GET /v2.0/ports?device_id=c36db792-fdf9-4790-89c9-adddeaf546ae => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:33:55.988 8 INFO neutron_taas.services.taas.taas_plugin [None req-9ce9f63a-0d82-4afb-bbf3-d9b62b04e137 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] TaaS: Handle Delete Port: 80d414b6-fb9f-488d-8cd1-b6f7facd4481 2026-04-26 09:33:55.990 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ce9f63a-0d82-4afb-bbf3-d9b62b04e137 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] Tap Mirror: Handle Delete Port: 80d414b6-fb9f-488d-8cd1-b6f7facd4481 2026-04-26 09:33:56.331 8 INFO neutron.services.segments.plugin [-] Segment 07ac2491-f141-408b-8aa3-4184283b692c resource provider aggregate not found 2026-04-26 09:33:56.338 8 INFO neutron.services.segments.plugin [-] Segment 07ac2491-f141-408b-8aa3-4184283b692c resource provider aggregate not found 2026-04-26 09:33:56.360 8 INFO neutron.services.segments.plugin [-] Segment 07ac2491-f141-408b-8aa3-4184283b692c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07ac2491-f141-408b-8aa3-4184283b692c found for delete ", "request_id": "req-0aeff892-deb3-40c4-96b6-0df21f18d936"}]} 2026-04-26 09:33:56.362 8 INFO neutron.services.segments.plugin [-] Segment 07ac2491-f141-408b-8aa3-4184283b692c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07ac2491-f141-408b-8aa3-4184283b692c found for delete ", "request_id": "req-a7da0945-92a7-44a5-a22d-6265d9f4e0d2"}]} 2026-04-26 09:33:56.380 8 INFO neutron.db.l3_hamode_db [None req-9ce9f63a-0d82-4afb-bbf3-d9b62b04e137 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] HA network 90d2b2d4-7347-4b90-ae3d-cb1a0e8aab9d was deleted as no HA routers are present in tenant b4d8c93d5bab4ed6baa312801c974d5c. [pid: 8|app: 0|req: 814/1593] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:33:55 2026] DELETE /v2.0/routers/c36db792-fdf9-4790-89c9-adddeaf546ae => generated 0 bytes in 587 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1594] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:33:56 2026] DELETE /v2.0/subnets/bf83f471-edf0-46fa-968a-2c73fade0ee3 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1595] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:33:56 2026] DELETE /v2.0/networks/b9a31941-dc8b-409b-ba89-28fa323947fe => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:33:56.740 8 INFO neutron.db.segments_db [None req-08fda643-c652-4558-8b5f-1baa9fdc5194 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] Added segment 8bf67d1c-29a5-41a8-90f3-6eb73f7700b5 of type vxlan for network 0be4d45d-06cb-4db1-90dc-f3175a1b5352 [pid: 7|app: 0|req: 780/1596] 10.0.0.126 () {34 vars in 783 bytes} [Sun Apr 26 09:33:54 2026] PUT /v2.0/routers/9091a349-2ec4-485f-ad95-0cefd54be7c7/add_router_interface => generated 309 bytes in 2242 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1597] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:33:56 2026] POST /v2.0/networks => generated 610 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1598] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:33:56 2026] POST /v2.0/subnets => generated 626 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:33:57.141 8 INFO neutron.db.segments_db [None req-47da699a-082b-4c5c-a01d-22d958de6aa1 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] Added segment bd4b22f8-1765-4bea-a4aa-58edf788ec0d of type vxlan for network 911882c5-59db-446b-a091-36969631906c 2026-04-26 09:33:57.402 8 INFO neutron.db.l3_hamode_db [None req-47da699a-082b-4c5c-a01d-22d958de6aa1 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-26 09:33:57.555 8 INFO neutron.db.l3_hamode_db [None req-47da699a-082b-4c5c-a01d-22d958de6aa1 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 819/1599] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:33:57 2026] POST /v2.0/routers => generated 507 bytes in 1101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1600] 10.0.0.126 () {34 vars in 783 bytes} [Sun Apr 26 09:33:56 2026] PUT /v2.0/routers/9091a349-2ec4-485f-ad95-0cefd54be7c7/add_router_interface => generated 309 bytes in 1470 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:33:58.389 8 INFO neutron.services.segments.plugin [-] Segment f9bd22bf-20d8-4129-8355-8a473b8ffc58 resource provider aggregate not found 2026-04-26 09:33:58.396 8 INFO neutron.services.segments.plugin [-] Segment f9bd22bf-20d8-4129-8355-8a473b8ffc58 resource provider aggregate not found 2026-04-26 09:33:58.412 8 INFO neutron.services.segments.plugin [-] Segment f9bd22bf-20d8-4129-8355-8a473b8ffc58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9bd22bf-20d8-4129-8355-8a473b8ffc58 found for delete ", "request_id": "req-3829b5ad-66e8-464c-951f-e89c8456ff5b"}]} 2026-04-26 09:33:58.418 8 INFO neutron.services.segments.plugin [-] Segment f9bd22bf-20d8-4129-8355-8a473b8ffc58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9bd22bf-20d8-4129-8355-8a473b8ffc58 found for delete ", "request_id": "req-ff2d9868-9597-489c-8241-4b97e591dfb1"}]} [pid: 7|app: 0|req: 782/1601] 10.0.0.126 () {34 vars in 783 bytes} [Sun Apr 26 09:33:58 2026] PUT /v2.0/routers/3dc8d4c3-53fe-489c-b08d-9bd895892931/add_router_interface => generated 309 bytes in 1191 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1602] 10.0.0.126 () {34 vars in 684 bytes} [Sun Apr 26 09:33:59 2026] POST /v2.0/security-groups => generated 1627 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1603] 10.0.0.126 () {32 vars in 717 bytes} [Sun Apr 26 09:33:59 2026] GET /v2.0/ports/028bc823-ba99-48dc-992f-c86831fd026f => generated 955 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1604] 10.0.0.126 () {34 vars in 676 bytes} [Sun Apr 26 09:33:58 2026] POST /v2.0/floatingips => generated 552 bytes in 1467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1605] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:33:59 2026] POST /v2.0/security-group-rules => generated 597 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:34:00.006 8 INFO neutron_taas.services.taas.taas_plugin [None req-75f68a84-a6fa-4011-b574-bb8795ccb5da 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] TaaS: Handle Delete Port: 028bc823-ba99-48dc-992f-c86831fd026f 2026-04-26 09:34:00.014 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75f68a84-a6fa-4011-b574-bb8795ccb5da 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] Tap Mirror: Handle Delete Port: 028bc823-ba99-48dc-992f-c86831fd026f [pid: 7|app: 0|req: 786/1606] 10.0.0.126 () {34 vars in 676 bytes} [Sun Apr 26 09:33:59 2026] POST /v2.0/floatingips => generated 552 bytes in 531 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1607] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:34:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1608] 10.0.0.126 () {34 vars in 789 bytes} [Sun Apr 26 09:33:59 2026] PUT /v2.0/routers/3dc8d4c3-53fe-489c-b08d-9bd895892931/remove_router_interface => generated 309 bytes in 688 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1609] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:34:00 2026] POST /v2.0/security-group-rules => generated 599 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1610] 10.0.0.126 () {32 vars in 736 bytes} [Sun Apr 26 09:34:00 2026] GET /v2.0/ports?device_id=3dc8d4c3-53fe-489c-b08d-9bd895892931 => 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: 824/1611] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:34:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:34:00.822 8 INFO neutron_taas.services.taas.taas_plugin [None req-d0a3c26e-b181-4b4d-a91b-12fd5faf8dc5 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] TaaS: Handle Delete Port: 66cc2516-c672-4291-80e3-f0d14064c2d3 2026-04-26 09:34:00.826 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0a3c26e-b181-4b4d-a91b-12fd5faf8dc5 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] Tap Mirror: Handle Delete Port: 66cc2516-c672-4291-80e3-f0d14064c2d3 [pid: 7|app: 0|req: 788/1612] 10.0.0.126 () {34 vars in 676 bytes} [Sun Apr 26 09:34:00 2026] POST /v2.0/floatingips => generated 552 bytes in 556 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1613] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:34:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:34:01.170 8 INFO neutron.services.segments.plugin [-] Segment bd4b22f8-1765-4bea-a4aa-58edf788ec0d resource provider aggregate not found 2026-04-26 09:34:01.173 8 INFO neutron.services.segments.plugin [-] Segment bd4b22f8-1765-4bea-a4aa-58edf788ec0d resource provider aggregate not found 2026-04-26 09:34:01.198 8 INFO neutron.services.segments.plugin [-] Segment bd4b22f8-1765-4bea-a4aa-58edf788ec0d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd4b22f8-1765-4bea-a4aa-58edf788ec0d found for delete ", "request_id": "req-d6f47163-b39f-4e3a-b46a-7b9f99a50a90"}]} 2026-04-26 09:34:01.201 8 INFO neutron.services.segments.plugin [-] Segment bd4b22f8-1765-4bea-a4aa-58edf788ec0d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd4b22f8-1765-4bea-a4aa-58edf788ec0d found for delete ", "request_id": "req-f0f9742a-4235-429c-90e4-ed630b336578"}]} 2026-04-26 09:34:01.205 8 INFO neutron.db.l3_hamode_db [None req-d0a3c26e-b181-4b4d-a91b-12fd5faf8dc5 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] HA network 911882c5-59db-446b-a091-36969631906c was deleted as no HA routers are present in tenant b4d8c93d5bab4ed6baa312801c974d5c. [pid: 8|app: 0|req: 825/1614] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:34:00 2026] DELETE /v2.0/routers/3dc8d4c3-53fe-489c-b08d-9bd895892931 => generated 0 bytes in 575 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1615] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:34:01 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: 8|app: 0|req: 827/1616] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:34:01 2026] DELETE /v2.0/subnets/912d3cb3-dd89-4ce2-8714-6a347d74cf20 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1617] 10.0.0.126 () {34 vars in 676 bytes} [Sun Apr 26 09:34:01 2026] POST /v2.0/floatingips => generated 552 bytes in 534 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1618] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:34:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:34:01.712 7 INFO neutron.services.segments.plugin [-] Segment 8bf67d1c-29a5-41a8-90f3-6eb73f7700b5 resource provider aggregate not found 2026-04-26 09:34:01.717 7 INFO neutron.services.segments.plugin [-] Segment 8bf67d1c-29a5-41a8-90f3-6eb73f7700b5 resource provider aggregate not found 2026-04-26 09:34:01.733 7 INFO neutron.services.segments.plugin [-] Segment 8bf67d1c-29a5-41a8-90f3-6eb73f7700b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8bf67d1c-29a5-41a8-90f3-6eb73f7700b5 found for delete ", "request_id": "req-1b17c366-98d8-4ff4-8e94-d854de3e0524"}]} 2026-04-26 09:34:01.740 7 INFO neutron.services.segments.plugin [-] Segment 8bf67d1c-29a5-41a8-90f3-6eb73f7700b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8bf67d1c-29a5-41a8-90f3-6eb73f7700b5 found for delete ", "request_id": "req-09050b5c-9472-469f-81f7-f5cbb65c3024"}]} [pid: 7|app: 0|req: 791/1619] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:34:01 2026] DELETE /v2.0/networks/0be4d45d-06cb-4db1-90dc-f3175a1b5352 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1620] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:34:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:34:01.929 7 INFO neutron.db.segments_db [None req-fda856ce-127b-4539-bf47-d8072b7b945a 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] Added segment f87e3418-bbc3-4685-af6f-6dd41f8e81c6 of type vxlan for network 5173c7b6-f4e6-4881-83b8-99b7de4ec220 [pid: 8|app: 0|req: 829/1621] 10.0.0.126 () {34 vars in 676 bytes} [Sun Apr 26 09:34:01 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) 2026-04-26 09:34:02.203 7 INFO neutron.db.l3_hamode_db [None req-fda856ce-127b-4539-bf47-d8072b7b945a 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 830/1622] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:34:02 2026] POST /v2.0/security-group-rules => generated 599 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1623] 10.0.0.126 () {34 vars in 759 bytes} [Sun Apr 26 09:34:02 2026] PUT /v2.0/floatingips/63978248-383f-463a-aef8-7de6fa31cde1/tags => generated 17 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1624] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:34:02 2026] POST /v2.0/security-group-rules => generated 601 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1625] 10.0.0.126 () {34 vars in 759 bytes} [Sun Apr 26 09:34:02 2026] PUT /v2.0/floatingips/725ad079-f34e-4742-bd1e-322ac50bcbca/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: 834/1626] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:34:02 2026] POST /v2.0/security-group-rules => generated 597 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1627] 10.0.0.126 () {34 vars in 759 bytes} [Sun Apr 26 09:34:02 2026] PUT /v2.0/floatingips/958067fd-c7b9-4acd-8138-923b5da4941b/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: 836/1628] 10.0.0.126 () {34 vars in 759 bytes} [Sun Apr 26 09:34:02 2026] PUT /v2.0/floatingips/dfe3b185-9754-4551-b61f-d0cec31185c4/tags => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1629] 10.0.0.126 () {32 vars in 672 bytes} [Sun Apr 26 09:34:02 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1630] 10.0.0.126 () {32 vars in 686 bytes} [Sun Apr 26 09:34:02 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:34:03.033 7 INFO neutron.db.l3_hamode_db [None req-fda856ce-127b-4539-bf47-d8072b7b945a 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 839/1631] 10.0.0.126 () {32 vars in 682 bytes} [Sun Apr 26 09:34:03 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: 840/1632] 10.0.0.126 () {32 vars in 694 bytes} [Sun Apr 26 09:34:03 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1633] 10.0.0.205 () {34 vars in 1094 bytes} [Sun Apr 26 09:34:03 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-651192265&fields=id&tenant_id=b3a6d04dd8a544f7a70ff98e32830a5f => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1634] 10.0.0.126 () {32 vars in 680 bytes} [Sun Apr 26 09:34:03 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1635] 10.0.0.205 () {34 vars in 982 bytes} [Sun Apr 26 09:34:03 2026] GET /v2.0/networks?id=f3c087d7-67a7-4251-9323-4097ed0e0c32 => generated 704 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1636] 10.0.0.126 () {32 vars in 694 bytes} [Sun Apr 26 09:34:03 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1637] 10.0.0.205 () {34 vars in 965 bytes} [Sun Apr 26 09:34:03 2026] GET /v2.0/quotas/b3a6d04dd8a544f7a70ff98e32830a5f => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1638] 10.0.0.126 () {32 vars in 690 bytes} [Sun Apr 26 09:34:03 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1639] 10.0.0.205 () {34 vars in 1002 bytes} [Sun Apr 26 09:34:03 2026] GET /v2.0/ports?tenant_id=b3a6d04dd8a544f7a70ff98e32830a5f&fields=id => generated 241 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1640] 10.0.0.126 () {32 vars in 702 bytes} [Sun Apr 26 09:34:03 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1641] 10.0.0.205 () {34 vars in 1008 bytes} [Sun Apr 26 09:34:03 2026] GET /v2.0/networks/f3c087d7-67a7-4251-9323-4097ed0e0c32?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:34:03.554 8 INFO neutron_taas.services.taas.taas_plugin [None req-c1e777f8-82ee-4550-a6b2-52cfdae2cb3a ddf1250c96054bc6a4678a7cbb5e5402 dedb348385864907b50a981689ee14ea - - default default] TaaS: Handle Delete Port: 0152ecc6-5447-415c-90f4-c59d149238e1 2026-04-26 09:34:03.557 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1e777f8-82ee-4550-a6b2-52cfdae2cb3a ddf1250c96054bc6a4678a7cbb5e5402 dedb348385864907b50a981689ee14ea - - default default] Tap Mirror: Handle Delete Port: 0152ecc6-5447-415c-90f4-c59d149238e1 [pid: 8|app: 0|req: 850/1642] 10.0.0.126 () {32 vars in 732 bytes} [Sun Apr 26 09:34:03 2026] DELETE /v2.0/floatingips/63978248-383f-463a-aef8-7de6fa31cde1 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1643] 10.0.0.205 () {34 vars in 1108 bytes} [Sun Apr 26 09:34:03 2026] GET /v2.0/networks/f3c087d7-67a7-4251-9323-4097ed0e0c32?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:34:03.863 8 INFO neutron_taas.services.taas.taas_plugin [None req-6d85f74f-4e26-40d5-9fe3-70ef3a3bd9d3 ddf1250c96054bc6a4678a7cbb5e5402 dedb348385864907b50a981689ee14ea - - default default] TaaS: Handle Delete Port: d816b9a4-5621-468f-9414-a51f12e5215f 2026-04-26 09:34:03.870 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d85f74f-4e26-40d5-9fe3-70ef3a3bd9d3 ddf1250c96054bc6a4678a7cbb5e5402 dedb348385864907b50a981689ee14ea - - default default] Tap Mirror: Handle Delete Port: d816b9a4-5621-468f-9414-a51f12e5215f [pid: 7|app: 0|req: 793/1644] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:34:01 2026] POST /v2.0/routers => generated 688 bytes in 2085 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1647] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:03 2026] GET /v2.0/ports?device_id=35c5a370-1534-4b17-9bca-780c8132215e => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1648] 10.0.0.126 () {32 vars in 732 bytes} [Sun Apr 26 09:34:03 2026] DELETE /v2.0/floatingips/725ad079-f34e-4742-bd1e-322ac50bcbca => generated 0 bytes in 289 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1649] 10.0.0.126 () {32 vars in 721 bytes} [Sun Apr 26 09:34:03 2026] GET /v2.0/routers/36a45953-76f7-4cf6-8a35-06db02a04496 => generated 694 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1650] 10.0.0.126 () {32 vars in 647 bytes} [Sun Apr 26 09:34:04 2026] GET /v2.0/routers => generated 697 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:34:04.160 8 INFO neutron_taas.services.taas.taas_plugin [None req-2824bcf9-ccc8-411e-b4e5-cc3c38e64f39 ddf1250c96054bc6a4678a7cbb5e5402 dedb348385864907b50a981689ee14ea - - default default] TaaS: Handle Delete Port: e66b70a1-abb8-4abd-bf82-1b6e7bd0282c 2026-04-26 09:34:04.163 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2824bcf9-ccc8-411e-b4e5-cc3c38e64f39 ddf1250c96054bc6a4678a7cbb5e5402 dedb348385864907b50a981689ee14ea - - default default] Tap Mirror: Handle Delete Port: e66b70a1-abb8-4abd-bf82-1b6e7bd0282c [pid: 8|app: 0|req: 853/1651] 10.0.0.126 () {32 vars in 732 bytes} [Sun Apr 26 09:34:04 2026] DELETE /v2.0/floatingips/958067fd-c7b9-4acd-8138-923b5da4941b => generated 0 bytes in 289 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:34:04.437 8 INFO neutron_taas.services.taas.taas_plugin [None req-f407be10-615c-4b5a-930e-8c58f29209f8 ddf1250c96054bc6a4678a7cbb5e5402 dedb348385864907b50a981689ee14ea - - default default] TaaS: Handle Delete Port: 9b2e6111-16cd-4188-a6ed-6c97e42915e8 2026-04-26 09:34:04.439 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f407be10-615c-4b5a-930e-8c58f29209f8 ddf1250c96054bc6a4678a7cbb5e5402 dedb348385864907b50a981689ee14ea - - default default] Tap Mirror: Handle Delete Port: 9b2e6111-16cd-4188-a6ed-6c97e42915e8 [pid: 7|app: 0|req: 799/1652] 10.0.0.126 () {34 vars in 741 bytes} [Sun Apr 26 09:34:04 2026] PUT /v2.0/routers/36a45953-76f7-4cf6-8a35-06db02a04496 => generated 701 bytes in 366 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1653] 10.0.0.126 () {32 vars in 721 bytes} [Sun Apr 26 09:34:04 2026] GET /v2.0/routers/36a45953-76f7-4cf6-8a35-06db02a04496 => generated 701 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1654] 10.0.0.126 () {32 vars in 736 bytes} [Sun Apr 26 09:34:04 2026] GET /v2.0/ports?device_id=36a45953-76f7-4cf6-8a35-06db02a04496 => 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: 854/1655] 10.0.0.126 () {32 vars in 732 bytes} [Sun Apr 26 09:34:04 2026] DELETE /v2.0/floatingips/dfe3b185-9754-4551-b61f-d0cec31185c4 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:34:04.744 8 INFO neutron_taas.services.taas.taas_plugin [None req-dbaee2eb-8037-4bf1-a05f-e500aa7eabdc ddf1250c96054bc6a4678a7cbb5e5402 dedb348385864907b50a981689ee14ea - - default default] TaaS: Handle Delete Port: c8c61a65-0279-480a-8a38-6345e02951d8 2026-04-26 09:34:04.747 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dbaee2eb-8037-4bf1-a05f-e500aa7eabdc ddf1250c96054bc6a4678a7cbb5e5402 dedb348385864907b50a981689ee14ea - - default default] Tap Mirror: Handle Delete Port: c8c61a65-0279-480a-8a38-6345e02951d8 2026-04-26 09:34:04.836 7 INFO neutron_taas.services.taas.taas_plugin [None req-0a56dc1b-bece-426e-988c-8129cb16d2a4 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] TaaS: Handle Delete Port: 03c8933e-08f2-4eb7-af1f-81c480dd766e 2026-04-26 09:34:04.840 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a56dc1b-bece-426e-988c-8129cb16d2a4 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] Tap Mirror: Handle Delete Port: 03c8933e-08f2-4eb7-af1f-81c480dd766e [pid: 8|app: 0|req: 855/1656] 10.0.0.126 () {32 vars in 732 bytes} [Sun Apr 26 09:34:04 2026] DELETE /v2.0/floatingips/1382fdd1-9382-48d1-8063-a76eae71ba19 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:34:05.098 7 INFO neutron_taas.services.taas.taas_plugin [None req-0a56dc1b-bece-426e-988c-8129cb16d2a4 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] TaaS: Handle Delete Port: 6333996e-3f54-4724-afee-09db3ff475b5 2026-04-26 09:34:05.101 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a56dc1b-bece-426e-988c-8129cb16d2a4 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] Tap Mirror: Handle Delete Port: 6333996e-3f54-4724-afee-09db3ff475b5 [pid: 8|app: 0|req: 856/1657] 10.0.0.126 () {32 vars in 826 bytes} [Sun Apr 26 09:34:05 2026] GET /v2.0/ports?project_id=241b4c192b49456cacd693b19838cf10&network_id=d9cee74e-9b7e-4673-ba82-d075fb7bd182 => generated 3691 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:34:05.414 7 INFO neutron.services.segments.plugin [-] Segment f87e3418-bbc3-4685-af6f-6dd41f8e81c6 resource provider aggregate not found 2026-04-26 09:34:05.422 7 INFO neutron.services.segments.plugin [-] Segment f87e3418-bbc3-4685-af6f-6dd41f8e81c6 resource provider aggregate not found 2026-04-26 09:34:05.436 7 INFO neutron.services.segments.plugin [-] Segment f87e3418-bbc3-4685-af6f-6dd41f8e81c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f87e3418-bbc3-4685-af6f-6dd41f8e81c6 found for delete ", "request_id": "req-99eb2bef-b0e4-428f-b8d2-b17efd0fdf57"}]} 2026-04-26 09:34:05.440 7 INFO neutron.services.segments.plugin [-] Segment f87e3418-bbc3-4685-af6f-6dd41f8e81c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f87e3418-bbc3-4685-af6f-6dd41f8e81c6 found for delete ", "request_id": "req-c4c50344-c579-44e5-99ce-758bdbb30d1f"}]} 2026-04-26 09:34:05.446 7 INFO neutron.db.l3_hamode_db [None req-0a56dc1b-bece-426e-988c-8129cb16d2a4 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] HA network 5173c7b6-f4e6-4881-83b8-99b7de4ec220 was deleted as no HA routers are present in tenant b4d8c93d5bab4ed6baa312801c974d5c. [pid: 7|app: 0|req: 802/1658] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:34:04 2026] DELETE /v2.0/routers/36a45953-76f7-4cf6-8a35-06db02a04496 => generated 0 bytes in 830 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1659] 10.0.0.126 () {32 vars in 736 bytes} [Sun Apr 26 09:34:05 2026] GET /v2.0/ports?device_id=36a45953-76f7-4cf6-8a35-06db02a04496 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:34:05.509 7 INFO neutron.api.v2.resource [None req-b81f16b3-75a4-44c4-b4cb-b1504de1adde 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 803/1660] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:34:05 2026] DELETE /v2.0/routers/36a45953-76f7-4cf6-8a35-06db02a04496 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1661] 10.0.0.126 () {32 vars in 736 bytes} [Sun Apr 26 09:34:05 2026] GET /v2.0/ports?device_id=3dc8d4c3-53fe-489c-b08d-9bd895892931 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:34:05.564 7 INFO neutron.api.v2.resource [None req-c8c8f13b-352b-434e-8582-082d4bd6063e 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 804/1662] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:34:05 2026] DELETE /v2.0/routers/3dc8d4c3-53fe-489c-b08d-9bd895892931 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:34:05.590 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4f64e0cd-f518-4a22-b773-66754edfc195 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 859/1663] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:34:05 2026] DELETE /v2.0/subnets/912d3cb3-dd89-4ce2-8714-6a347d74cf20 => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1664] 10.0.0.126 () {32 vars in 736 bytes} [Sun Apr 26 09:34:05 2026] GET /v2.0/ports?device_id=c36db792-fdf9-4790-89c9-adddeaf546ae => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:34:05.639 8 INFO neutron.api.v2.resource [None req-d82811c9-a864-4e16-a1f6-8acd0e3d1fe2 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 860/1665] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:34:05 2026] DELETE /v2.0/routers/c36db792-fdf9-4790-89c9-adddeaf546ae => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:34:05.655 8 INFO neutron.pecan_wsgi.hooks.translation [None req-adea8f06-6f38-4655-aeb5-7382534a7fe8 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 861/1666] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:34:05 2026] DELETE /v2.0/subnets/bf83f471-edf0-46fa-968a-2c73fade0ee3 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1667] 10.0.0.126 () {32 vars in 742 bytes} [Sun Apr 26 09:34:05 2026] GET /v2.0/subnets?network_id=112f74c3-671c-49d4-a1a6-c57e1a503137 => generated 667 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1668] 10.0.0.126 () {32 vars in 736 bytes} [Sun Apr 26 09:34:05 2026] GET /v2.0/ports?device_id=9e70ed90-633c-4901-92f4-5b70fcd54987 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:34:05.702 7 INFO neutron.api.v2.resource [None req-08babf54-4861-41dd-bff6-32a1f99c6c36 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 807/1669] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:34:05 2026] DELETE /v2.0/routers/9e70ed90-633c-4901-92f4-5b70fcd54987 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:34:05.726 8 INFO neutron.pecan_wsgi.hooks.translation [None req-eb3a89c8-4dd0-4fe4-ba17-4add0503e299 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 863/1670] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:34:05 2026] DELETE /v2.0/subnets/f57ef275-13f0-4fc1-9d1a-fb81a8c4e0e8 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:34:05.746 8 INFO neutron.pecan_wsgi.hooks.translation [None req-86fdb5a7-89d0-41fd-bb4a-81241704f2c3 90ea8f1e1dc448b3877bc23c51edf231 b4d8c93d5bab4ed6baa312801c974d5c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 864/1671] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:34:05 2026] DELETE /v2.0/subnets/80f25506-b104-4eba-a8da-2d2fca8aa472 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:34:05.957 8 INFO neutron.db.l3_db [None req-29729a8d-cb12-4d5f-9297-86cd5580870f dc30e44afbb74edfb0d3b917fef85b63 241b4c192b49456cacd693b19838cf10 - - default default] Floating IP ec640e76-137e-44f7-a47f-0078cd999352 disassociated. External IP: 10.96.250.213, port: 80c4d6a4-6858-4766-a4f9-e519a55668de. [pid: 7|app: 0|req: 808/1672] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:34:05 2026] GET /v2.0/security-groups?tenant_id=4a0ecd93ed724f53bb31c8e8fd039cad&name=default => generated 2925 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1673] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:34:06 2026] DELETE /v2.0/security-groups/50ef429f-ff66-42fe-99a5-808bc4c2b4c3 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1674] 10.0.0.126 () {34 vars in 749 bytes} [Sun Apr 26 09:34:05 2026] PUT /v2.0/floatingips/ec640e76-137e-44f7-a47f-0078cd999352 => generated 554 bytes in 403 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1675] 10.0.0.126 () {32 vars in 729 bytes} [Sun Apr 26 09:34:06 2026] GET /v2.0/floatingips/ec640e76-137e-44f7-a47f-0078cd999352 => generated 554 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:34:06.279 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c81559e9-233b-4040-b6a5-0a14b8233189'] response: {'name': 'network-changed', 'server_uuid': '52220b90-44af-4d41-b487-5a3e7a497e2a', 'tag': '80c4d6a4-6858-4766-a4f9-e519a55668de', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 867/1676] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:34:06 2026] GET /v2.0/security-groups?tenant_id=dedb348385864907b50a981689ee14ea&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1677] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:34:06 2026] GET /v2.0/security-groups?tenant_id=b4d8c93d5bab4ed6baa312801c974d5c&name=default => generated 2925 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1678] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:34:06 2026] DELETE /v2.0/security-groups/2247b16a-c1d2-4d6d-859f-29c737874893 => 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: 868/1679] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:34:06 2026] DELETE /v2.0/security-groups/c0067a99-ab55-4016-8823-c565fb14929f => 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: 869/1680] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:34:06 2026] GET /v2.0/ports?tenant_id=241b4c192b49456cacd693b19838cf10&device_id=52220b90-44af-4d41-b487-5a3e7a497e2a => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1681] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:34:06 2026] GET /v2.0/security-groups?tenant_id=7e1f50122d5547a7a06ccbbf6288610f&name=default => generated 2925 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1682] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:34:06 2026] GET /v2.0/networks?id=d9cee74e-9b7e-4673-ba82-d075fb7bd182 => generated 757 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1683] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Apr 26 09:34:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=80c4d6a4-6858-4766-a4f9-e519a55668de => 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: 870/1684] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:34:06 2026] DELETE /v2.0/security-groups/ec256df1-244c-4518-acba-9680b0d30fba => 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: 815/1685] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:34:06 2026] GET /v2.0/subnets?id=7cbaa285-8bbd-489a-b2b6-dfb3637840e4 => generated 677 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1686] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:34:06 2026] GET /v2.0/ports?network_id=d9cee74e-9b7e-4673-ba82-d075fb7bd182&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: 816/1687] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:34:06 2026] GET /v2.0/networks/d9cee74e-9b7e-4673-ba82-d075fb7bd182?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1688] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:34:07 2026] GET /v2.0/networks/d9cee74e-9b7e-4673-ba82-d075fb7bd182?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1689] 10.0.0.126 () {32 vars in 729 bytes} [Sun Apr 26 09:34:07 2026] GET /v2.0/floatingips/ec640e76-137e-44f7-a47f-0078cd999352 => generated 554 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1690] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:34:08 2026] GET /v2.0/networks?id=f3c087d7-67a7-4251-9323-4097ed0e0c32 => generated 704 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1691] 199.204.45.223 () {34 vars in 1050 bytes} [Sun Apr 26 09:34:08 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b3a6d04dd8a544f7a70ff98e32830a5f => generated 178 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1692] 10.0.0.126 () {32 vars in 729 bytes} [Sun Apr 26 09:34:08 2026] GET /v2.0/floatingips/ec640e76-137e-44f7-a47f-0078cd999352 => generated 552 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1693] 199.204.45.223 () {38 vars in 955 bytes} [Sun Apr 26 09:34:08 2026] POST /v2.0/ports => generated 1183 bytes in 416 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: 875/1694] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:09 2026] GET /v2.0/ports?device_id=35c5a370-1534-4b17-9bca-780c8132215e => generated 1198 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1695] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:34:09 2026] GET /v2.0/security-groups?id=ddf5034e-e820-4b72-adf3-0cad86033d15&fields=id&fields=name => generated 111 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1696] 199.204.45.223 () {38 vars in 1028 bytes} [Sun Apr 26 09:34:08 2026] PUT /v2.0/ports/49c2bedd-4465-4295-9045-fd56c2583ed0 => generated 1464 bytes in 477 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:34:09.192 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b9a7025c-675c-4c86-98ff-98011bbc96be'] response: {'name': 'network-changed', 'server_uuid': '35c5a370-1534-4b17-9bca-780c8132215e', 'tag': '49c2bedd-4465-4295-9045-fd56c2583ed0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 877/1697] 10.0.0.126 () {34 vars in 685 bytes} [Sun Apr 26 09:34:09 2026] POST /v2.0/security-groups => generated 1673 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 821/1698] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:34:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1699] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:34:09 2026] GET /v2.0/ports?tenant_id=b3a6d04dd8a544f7a70ff98e32830a5f&device_id=35c5a370-1534-4b17-9bca-780c8132215e => generated 1467 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1700] 199.204.45.223 () {34 vars in 1018 bytes} [Sun Apr 26 09:34:09 2026] GET /v2.0/networks?tenant_id=b3a6d04dd8a544f7a70ff98e32830a5f&shared=False => generated 2375 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1701] 199.204.45.223 () {34 vars in 930 bytes} [Sun Apr 26 09:34:09 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1702] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:34:09 2026] POST /v2.0/security-group-rules => generated 596 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1703] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:34:09 2026] POST /v2.0/security-group-rules => generated 602 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1704] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:34:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:34:10.201 8 INFO neutron.db.securitygroups_db [None req-ad405fb8-fb2b-46b1-8fc8-17334e9838e1 dc30e44afbb74edfb0d3b917fef85b63 241b4c192b49456cacd693b19838cf10 - - default default] Project 241b4c192b49456cacd693b19838cf10 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: 882/1705] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:34:10 2026] POST /v2.0/security-group-rules => generated 607 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:34:10.337 7 INFO neutron.db.securitygroups_db [None req-ecb0320c-ee2a-4017-9942-a093bbcf829d dc30e44afbb74edfb0d3b917fef85b63 241b4c192b49456cacd693b19838cf10 - - default default] Project 241b4c192b49456cacd693b19838cf10 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: 824/1706] 10.0.0.126 () {34 vars in 695 bytes} [Sun Apr 26 09:34:10 2026] POST /v2.0/security-group-rules => generated 606 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1707] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:34:10 2026] GET /v2.0/security-groups?tenant_id=11005504053f41d7a82f847dc795a30b&name=default => generated 2925 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1708] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:34:10 2026] GET /v2.0/ports?tenant_id=b3a6d04dd8a544f7a70ff98e32830a5f&device_id=35c5a370-1534-4b17-9bca-780c8132215e => generated 1467 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1709] 10.0.0.126 () {32 vars in 649 bytes} [Sun Apr 26 09:34:10 2026] GET /v2.0/networks => generated 1298 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1710] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Apr 26 09:34:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.252&port_id=49c2bedd-4465-4295-9045-fd56c2583ed0 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1711] 199.204.45.223 () {34 vars in 1104 bytes} [Sun Apr 26 09:34:11 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A18a&port_id=49c2bedd-4465-4295-9045-fd56c2583ed0 => 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: 885/1712] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:34:11 2026] DELETE /v2.0/security-groups/08ec9e0e-efbe-4c87-be76-e23ac6dcd963 => 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: 828/1713] 199.204.45.223 () {34 vars in 1064 bytes} [Sun Apr 26 09:34:11 2026] GET /v2.0/subnets?id=90897773-6e9b-4db7-b3a0-41dcad2498c7&id=78ad7344-36cc-404c-8e48-dbcd91abd92e => generated 1410 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1714] 10.0.0.205 () {34 vars in 1098 bytes} [Sun Apr 26 09:34:11 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-487072517&fields=id&tenant_id=241b4c192b49456cacd693b19838cf10 => generated 69 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1715] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:34:11 2026] GET /v2.0/ports?network_id=f3c087d7-67a7-4251-9323-4097ed0e0c32&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1716] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:34:11 2026] GET /v2.0/ports?network_id=f3c087d7-67a7-4251-9323-4097ed0e0c32&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1717] 10.0.0.205 () {34 vars in 982 bytes} [Sun Apr 26 09:34:11 2026] GET /v2.0/networks?id=d9cee74e-9b7e-4673-ba82-d075fb7bd182 => generated 661 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1718] 10.0.0.205 () {34 vars in 965 bytes} [Sun Apr 26 09:34:11 2026] GET /v2.0/quotas/241b4c192b49456cacd693b19838cf10 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1719] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:34:11 2026] GET /v2.0/networks/f3c087d7-67a7-4251-9323-4097ed0e0c32?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: 832/1720] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:34:11 2026] GET /v2.0/networks/f3c087d7-67a7-4251-9323-4097ed0e0c32?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: 889/1721] 10.0.0.205 () {34 vars in 1002 bytes} [Sun Apr 26 09:34:11 2026] GET /v2.0/ports?tenant_id=241b4c192b49456cacd693b19838cf10&fields=id => generated 149 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1722] 10.0.0.205 () {34 vars in 1008 bytes} [Sun Apr 26 09:34:11 2026] GET /v2.0/networks/d9cee74e-9b7e-4673-ba82-d075fb7bd182?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1723] 10.0.0.205 () {34 vars in 1108 bytes} [Sun Apr 26 09:34:11 2026] GET /v2.0/networks/d9cee74e-9b7e-4673-ba82-d075fb7bd182?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: 834/1724] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:11 2026] GET /v2.0/ports?device_id=03d48055-23ff-4133-bbff-9e570582d239 => 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: 891/1725] 10.0.0.126 () {34 vars in 678 bytes} [Sun Apr 26 09:34:11 2026] POST /v2.0/qos/policies => generated 359 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1726] 10.0.0.126 () {34 vars in 678 bytes} [Sun Apr 26 09:34:11 2026] POST /v2.0/qos/policies => generated 359 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1727] 10.0.0.126 () {34 vars in 678 bytes} [Sun Apr 26 09:34:11 2026] POST /v2.0/qos/policies => generated 359 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1728] 10.0.0.126 () {34 vars in 678 bytes} [Sun Apr 26 09:34:11 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: 8|app: 0|req: 893/1729] 10.0.0.126 () {34 vars in 678 bytes} [Sun Apr 26 09:34:11 2026] POST /v2.0/qos/policies => generated 359 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1730] 10.0.0.126 () {34 vars in 753 bytes} [Sun Apr 26 09:34:12 2026] PUT /v2.0/policies/b7d700da-f7f9-4701-9bce-197356761a91/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1731] 10.0.0.126 () {34 vars in 753 bytes} [Sun Apr 26 09:34:12 2026] PUT /v2.0/policies/7eb2ae3c-7e67-49f7-ad20-6a911e006743/tags => generated 25 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1732] 10.0.0.126 () {34 vars in 753 bytes} [Sun Apr 26 09:34:12 2026] PUT /v2.0/policies/eff1c338-2985-49a9-8cfb-82d3e9eef70e/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1733] 10.0.0.126 () {34 vars in 753 bytes} [Sun Apr 26 09:34:12 2026] PUT /v2.0/policies/14fad704-4355-4e9b-8e42-36a83310b332/tags => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1734] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:12 2026] GET /v2.0/ports?device_id=03d48055-23ff-4133-bbff-9e570582d239 => 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: 839/1735] 10.0.0.126 () {32 vars in 674 bytes} [Sun Apr 26 09:34:12 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1736] 10.0.0.126 () {32 vars in 688 bytes} [Sun Apr 26 09:34:12 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1737] 10.0.0.126 () {32 vars in 684 bytes} [Sun Apr 26 09:34:12 2026] GET /v2.0/qos/policies?tags-any=blue => 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: 898/1738] 10.0.0.126 () {32 vars in 696 bytes} [Sun Apr 26 09:34:13 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1739] 10.0.0.126 () {32 vars in 682 bytes} [Sun Apr 26 09:34:13 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1740] 10.0.0.126 () {32 vars in 696 bytes} [Sun Apr 26 09:34:13 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1741] 10.0.0.126 () {32 vars in 692 bytes} [Sun Apr 26 09:34:13 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1742] 10.0.0.126 () {32 vars in 704 bytes} [Sun Apr 26 09:34:13 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1743] 10.0.0.126 () {32 vars in 734 bytes} [Sun Apr 26 09:34:13 2026] DELETE /v2.0/qos/policies/b7d700da-f7f9-4701-9bce-197356761a91 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1744] 10.0.0.126 () {32 vars in 734 bytes} [Sun Apr 26 09:34:13 2026] DELETE /v2.0/qos/policies/7eb2ae3c-7e67-49f7-ad20-6a911e006743 => 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: 844/1745] 10.0.0.126 () {32 vars in 734 bytes} [Sun Apr 26 09:34:13 2026] DELETE /v2.0/qos/policies/eff1c338-2985-49a9-8cfb-82d3e9eef70e => 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: 902/1746] 10.0.0.126 () {32 vars in 734 bytes} [Sun Apr 26 09:34:13 2026] DELETE /v2.0/qos/policies/14fad704-4355-4e9b-8e42-36a83310b332 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1747] 10.0.0.126 () {32 vars in 734 bytes} [Sun Apr 26 09:34:13 2026] DELETE /v2.0/qos/policies/7a38cdde-0476-429d-a1ff-3fc2c8355b45 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1748] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:13 2026] GET /v2.0/ports?device_id=03d48055-23ff-4133-bbff-9e570582d239 => 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: 846/1749] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:14 2026] GET /v2.0/ports?device_id=35c5a370-1534-4b17-9bca-780c8132215e => generated 1198 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1750] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:34:14 2026] GET /v2.0/security-groups?id=ddf5034e-e820-4b72-adf3-0cad86033d15&fields=id&fields=name => generated 111 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1751] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:34:14 2026] GET /v2.0/security-groups?tenant_id=bf193c191db84120b727bcdd72ff87b6&name=default => generated 2925 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1752] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:14 2026] GET /v2.0/ports?device_id=03d48055-23ff-4133-bbff-9e570582d239 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1753] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:34:14 2026] GET /v2.0/security-groups?tenant_id=657e3b46fb5442bea5ccdcf6dfbbb68e&name=default => generated 2925 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1754] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:34:14 2026] DELETE /v2.0/security-groups/9684cb5f-a2fa-422e-8bae-38067c4a00ad => 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: 848/1755] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:34:14 2026] DELETE /v2.0/security-groups/6b9e1667-a668-44cc-b4bf-2391bbe0ff60 => 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: 908/1756] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:34:15 2026] GET /v2.0/security-groups?tenant_id=28f1c992e8034688bcdaddcb35f36362&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: 849/1757] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:34:15 2026] DELETE /v2.0/security-groups/befdfd7b-cadf-45b3-89fb-7f0ee6beb803 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1758] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:34:15 2026] GET /v2.0/security-groups?tenant_id=043f1e1748224205b890c41bf7360c7c&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1759] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:34:15 2026] DELETE /v2.0/security-groups/2c2ed586-e20f-4c83-a13e-2a9b305bab8b => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1760] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:16 2026] GET /v2.0/ports?device_id=03d48055-23ff-4133-bbff-9e570582d239 => 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: 910/1761] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:34:16 2026] GET /v2.0/networks?id=d9cee74e-9b7e-4673-ba82-d075fb7bd182 => generated 661 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1762] 199.204.45.223 () {34 vars in 1050 bytes} [Sun Apr 26 09:34:16 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=241b4c192b49456cacd693b19838cf10 => generated 272 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1763] 199.204.45.223 () {38 vars in 955 bytes} [Sun Apr 26 09:34:16 2026] POST /v2.0/ports => generated 954 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1764] 199.204.45.223 () {38 vars in 1028 bytes} [Sun Apr 26 09:34:16 2026] PUT /v2.0/ports/2ac3c69d-329a-4c2c-9f9c-6cea16eea35d => generated 1235 bytes in 372 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:34:16.983 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1c41490f-b184-4c2d-8831-243fd8b9f23a'] response: {'name': 'network-changed', 'server_uuid': '03d48055-23ff-4133-bbff-9e570582d239', 'tag': '2ac3c69d-329a-4c2c-9f9c-6cea16eea35d', '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: 912/1765] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:17 2026] GET /v2.0/ports?device_id=03d48055-23ff-4133-bbff-9e570582d239 => generated 969 bytes in 56 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: 854/1766] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:34:17 2026] GET /v2.0/security-groups?id=edfc4bc4-9964-40ab-b744-d55b13219d0e&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: 913/1767] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:34:17 2026] GET /v2.0/ports?tenant_id=241b4c192b49456cacd693b19838cf10&device_id=03d48055-23ff-4133-bbff-9e570582d239 => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1768] 199.204.45.223 () {34 vars in 1018 bytes} [Sun Apr 26 09:34:17 2026] GET /v2.0/networks?tenant_id=241b4c192b49456cacd693b19838cf10&shared=False => generated 757 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1769] 199.204.45.223 () {34 vars in 930 bytes} [Sun Apr 26 09:34:17 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1770] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:34:17 2026] GET /v2.0/security-groups?tenant_id=6702b29b85cd4b07b40688369802a266&name=default => generated 2925 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1771] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:34:17 2026] DELETE /v2.0/security-groups/701abc6a-5bbb-4fca-9d3e-4d016dfc8b7c => 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: 915/1772] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:18 2026] GET /v2.0/ports?device_id=03d48055-23ff-4133-bbff-9e570582d239 => 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: 858/1773] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:34:18 2026] GET /v2.0/security-groups?id=edfc4bc4-9964-40ab-b744-d55b13219d0e&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: 916/1774] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:34:18 2026] GET /v2.0/ports?tenant_id=241b4c192b49456cacd693b19838cf10&device_id=03d48055-23ff-4133-bbff-9e570582d239 => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1775] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Apr 26 09:34:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=2ac3c69d-329a-4c2c-9f9c-6cea16eea35d => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1776] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:34:18 2026] GET /v2.0/subnets?id=7cbaa285-8bbd-489a-b2b6-dfb3637840e4 => 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: 860/1779] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:34:18 2026] GET /v2.0/ports?network_id=d9cee74e-9b7e-4673-ba82-d075fb7bd182&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1780] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:34:18 2026] GET /v2.0/networks/d9cee74e-9b7e-4673-ba82-d075fb7bd182?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1781] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:34:18 2026] GET /v2.0/networks/d9cee74e-9b7e-4673-ba82-d075fb7bd182?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1782] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:19 2026] GET /v2.0/ports?device_id=35c5a370-1534-4b17-9bca-780c8132215e => generated 1200 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1783] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:34:19 2026] GET /v2.0/security-groups?id=ddf5034e-e820-4b72-adf3-0cad86033d15&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1784] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:19 2026] GET /v2.0/ports?device_id=03d48055-23ff-4133-bbff-9e570582d239 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1785] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:34:19 2026] GET /v2.0/security-groups?id=edfc4bc4-9964-40ab-b744-d55b13219d0e&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1786] 10.0.0.126 () {32 vars in 818 bytes} [Sun Apr 26 09:34:19 2026] GET /v2.0/ports?network_id=f3c087d7-67a7-4251-9323-4097ed0e0c32&mac_address=fa%3A16%3A3e%3A42%3A6e%3A2a => generated 1200 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:34:20.153 7 INFO neutron.db.segments_db [None req-856f3d67-39a3-4147-8165-578e462077fd 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Added segment d1b98a1b-c5a1-4ec5-a651-9aa6b4ba4f3c of type vxlan for network ebad5927-0981-446e-a8e0-5716152ffdb3 [pid: 7|app: 0|req: 864/1787] 10.0.0.126 () {34 vars in 671 bytes} [Sun Apr 26 09:34:19 2026] POST /v2.0/networks => generated 722 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:34:20.425 7 INFO neutron.db.segments_db [None req-7ed29f1e-6df7-44eb-8949-facdc85d15fe 1411070c462b49d58fb4cc8ca30b00d2 a2fffbf2103e48e78a30d66c2927d79d - - default default] Added segment e146c855-485a-47d1-a1d8-6c47b0fe72cd of type vxlan for network 41bb6df8-cdcf-46f2-a3ab-92ca3c49400d 2026-04-26 09:34:20.473 8 INFO neutron.db.l3_db [None req-1c29d5fb-2f2e-42ae-915a-bf00f211c96e 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] Floating IP 17747164-bd54-42af-9369-4975e3caf29d associated. External IP: 10.96.250.210, port: 49c2bedd-4465-4295-9045-fd56c2583ed0. [pid: 7|app: 0|req: 865/1788] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:34:20 2026] POST /v2.0/networks => generated 612 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1789] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:34:20 2026] POST /v2.0/subnets => generated 688 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1790] 10.0.0.126 () {34 vars in 677 bytes} [Sun Apr 26 09:34:19 2026] POST /v2.0/floatingips => generated 855 bytes in 1124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1791] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:20 2026] GET /v2.0/ports?device_id=03d48055-23ff-4133-bbff-9e570582d239 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:34:20.860 8 INFO neutron.db.segments_db [None req-5ec041cf-262b-4238-9627-a3bd5a492f82 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Added segment 4f39ce54-998b-42af-96c7-7814542f2e61 of type vxlan for network cf62d22d-faab-4659-b559-6685311d3829 [pid: 7|app: 0|req: 867/1792] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:34:20 2026] POST /v2.0/subnets => generated 626 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1793] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:34:20 2026] GET /v2.0/security-groups?id=edfc4bc4-9964-40ab-b744-d55b13219d0e&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:34:21.026 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d1ab0332-568f-44ae-bbe2-cc795265c54f'] response: {'name': 'network-changed', 'server_uuid': '35c5a370-1534-4b17-9bca-780c8132215e', 'tag': '49c2bedd-4465-4295-9045-fd56c2583ed0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 869/1794] 10.0.0.205 () {34 vars in 1094 bytes} [Sun Apr 26 09:34:20 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-651192265&fields=id&tenant_id=b3a6d04dd8a544f7a70ff98e32830a5f => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:34:21.081 7 INFO neutron.db.segments_db [None req-cf2d16f4-8068-42d2-aa55-36f1132ecef0 1411070c462b49d58fb4cc8ca30b00d2 a2fffbf2103e48e78a30d66c2927d79d - - default default] Added segment 527e10e1-9f9b-4d81-b3e6-91d77f9d904c of type vxlan for network 231bd204-eb03-4705-b1d5-951589cd44cd 2026-04-26 09:34:21.092 8 INFO neutron.db.l3_hamode_db [None req-5ec041cf-262b-4238-9627-a3bd5a492f82 67e79c91acc742b68c9b7d2ea1d363f5 3685099936aa4ee5b8e7b30777869f8b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 870/1795] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:34:21 2026] POST /v2.0/networks => generated 612 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1796] 10.0.0.205 () {34 vars in 982 bytes} [Sun Apr 26 09:34:21 2026] GET /v2.0/networks?id=f004d1ac-fab4-48e0-a8b6-666ffc0f005f => generated 704 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1797] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:34:21 2026] POST /v2.0/subnets => generated 629 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1798] 10.0.0.205 () {34 vars in 965 bytes} [Sun Apr 26 09:34:21 2026] GET /v2.0/quotas/b3a6d04dd8a544f7a70ff98e32830a5f => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:34:21.491 7 INFO neutron.db.segments_db [None req-5ff66183-d97d-4afa-ada3-280d345e6cf0 1411070c462b49d58fb4cc8ca30b00d2 a2fffbf2103e48e78a30d66c2927d79d - - default default] Added segment f3ff750d-c322-44c0-9c0b-88fea3296a6f of type vxlan for network 2d80bd07-c617-48e1-9693-26cbad4cfc13 [pid: 7|app: 0|req: 874/1799] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:34:21 2026] POST /v2.0/networks => generated 613 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1800] 10.0.0.205 () {34 vars in 1002 bytes} [Sun Apr 26 09:34:21 2026] GET /v2.0/ports?tenant_id=b3a6d04dd8a544f7a70ff98e32830a5f&fields=id => generated 333 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1801] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:34:21 2026] GET /v2.0/ports?tenant_id=b3a6d04dd8a544f7a70ff98e32830a5f&device_id=35c5a370-1534-4b17-9bca-780c8132215e => generated 1469 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:34:21.832 8 INFO neutron.db.l3_hamode_db [None req-5ec041cf-262b-4238-9627-a3bd5a492f82 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 877/1802] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:34:21 2026] POST /v2.0/subnets => generated 629 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1803] 10.0.0.205 () {34 vars in 1008 bytes} [Sun Apr 26 09:34:21 2026] GET /v2.0/networks/f004d1ac-fab4-48e0-a8b6-666ffc0f005f?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1804] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:34:22 2026] GET /v2.0/networks?id=f3c087d7-67a7-4251-9323-4097ed0e0c32 => generated 800 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:34:22.140 7 INFO neutron.db.segments_db [None req-d883ec83-5457-43df-937f-15554ddd7a8d 1411070c462b49d58fb4cc8ca30b00d2 a2fffbf2103e48e78a30d66c2927d79d - - default default] Added segment 3e1ab61e-1ecc-4991-a98b-67caf7b0e6ff of type vxlan for network e99cc875-c235-43f8-ae5f-5aa04ae93d32 [pid: 7|app: 0|req: 880/1805] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:34:22 2026] POST /v2.0/networks => generated 612 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1806] 10.0.0.205 () {34 vars in 1108 bytes} [Sun Apr 26 09:34:22 2026] GET /v2.0/networks/f004d1ac-fab4-48e0-a8b6-666ffc0f005f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1807] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:22 2026] GET /v2.0/ports?device_id=03d48055-23ff-4133-bbff-9e570582d239 => 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: 883/1808] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Apr 26 09:34:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.252&port_id=49c2bedd-4465-4295-9045-fd56c2583ed0 => generated 860 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1809] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:34:22 2026] POST /v2.0/subnets => generated 629 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1810] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:34:22 2026] GET /v2.0/security-groups?id=edfc4bc4-9964-40ab-b744-d55b13219d0e&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1811] 199.204.45.223 () {34 vars in 1104 bytes} [Sun Apr 26 09:34:22 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A18a&port_id=49c2bedd-4465-4295-9045-fd56c2583ed0 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1812] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:22 2026] GET /v2.0/ports?device_id=4150f41a-71ce-4bcf-b7f7-96414211c722 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:34:22.723 7 INFO neutron.db.segments_db [None req-aa45078e-17ae-4fb6-814c-472d559c726f 1411070c462b49d58fb4cc8ca30b00d2 a2fffbf2103e48e78a30d66c2927d79d - - default default] Added segment df543433-ab76-4002-ad59-625bb457725e of type vxlan for network b1b949b4-02c2-47ad-b90c-75b86e0996f3 [pid: 7|app: 0|req: 888/1813] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:34:22 2026] POST /v2.0/networks => generated 613 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1814] 199.204.45.223 () {34 vars in 1064 bytes} [Sun Apr 26 09:34:22 2026] GET /v2.0/subnets?id=90897773-6e9b-4db7-b3a0-41dcad2498c7&id=78ad7344-36cc-404c-8e48-dbcd91abd92e => generated 1410 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1815] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:34:20 2026] POST /v2.0/routers => generated 728 bytes in 2072 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1816] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:34:22 2026] GET /v2.0/ports?network_id=f3c087d7-67a7-4251-9323-4097ed0e0c32&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1817] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:34:22 2026] POST /v2.0/subnets => generated 629 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1818] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:34:23 2026] GET /v2.0/ports?network_id=f3c087d7-67a7-4251-9323-4097ed0e0c32&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1819] 10.0.0.126 () {34 vars in 751 bytes} [Sun Apr 26 09:34:23 2026] PUT /v2.0/subnets/ca7c9523-07c1-4bca-a946-1779a315b519/tags => generated 17 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1820] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:34:23 2026] GET /v2.0/networks/f3c087d7-67a7-4251-9323-4097ed0e0c32?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: 894/1821] 10.0.0.126 () {34 vars in 751 bytes} [Sun Apr 26 09:34:23 2026] PUT /v2.0/subnets/f7fbde78-f8a0-448a-bab5-890e9fbad7e6/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1822] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:34:23 2026] GET /v2.0/networks/f3c087d7-67a7-4251-9323-4097ed0e0c32?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: 896/1823] 10.0.0.126 () {34 vars in 751 bytes} [Sun Apr 26 09:34:23 2026] PUT /v2.0/subnets/98ece7dd-afcd-498d-8972-e890be609b86/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1824] 10.0.0.126 () {34 vars in 751 bytes} [Sun Apr 26 09:34:23 2026] PUT /v2.0/subnets/750c6895-6b22-42ed-b4ae-6d0364cfeab2/tags => generated 19 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1825] 10.0.0.126 () {32 vars in 664 bytes} [Sun Apr 26 09:34:23 2026] GET /v2.0/subnets?tags=red => 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: 899/1826] 10.0.0.126 () {32 vars in 678 bytes} [Sun Apr 26 09:34:23 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1827] 10.0.0.126 () {32 vars in 674 bytes} [Sun Apr 26 09:34:23 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1828] 10.0.0.126 () {32 vars in 686 bytes} [Sun Apr 26 09:34:23 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1829] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:23 2026] GET /v2.0/ports?device_id=03d48055-23ff-4133-bbff-9e570582d239 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1830] 10.0.0.126 () {32 vars in 672 bytes} [Sun Apr 26 09:34:23 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1831] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:34:23 2026] GET /v2.0/security-groups?id=edfc4bc4-9964-40ab-b744-d55b13219d0e&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1832] 10.0.0.126 () {32 vars in 686 bytes} [Sun Apr 26 09:34:23 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1833] 10.0.0.126 () {32 vars in 682 bytes} [Sun Apr 26 09:34:23 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: 7|app: 0|req: 907/1834] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:23 2026] GET /v2.0/ports?device_id=03d48055-23ff-4133-bbff-9e570582d239 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1835] 10.0.0.126 () {32 vars in 694 bytes} [Sun Apr 26 09:34:23 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1836] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:34:23 2026] GET /v2.0/security-groups?id=edfc4bc4-9964-40ab-b744-d55b13219d0e&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1837] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:34:24 2026] DELETE /v2.0/subnets/ca7c9523-07c1-4bca-a946-1779a315b519 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1838] 10.0.0.126 () {32 vars in 736 bytes} [Sun Apr 26 09:34:24 2026] GET /v2.0/ports?device_id=03d48055-23ff-4133-bbff-9e570582d239 => 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: 928/1839] 10.0.0.126 () {34 vars in 783 bytes} [Sun Apr 26 09:34:22 2026] PUT /v2.0/routers/39011312-ef43-4190-848c-624d6380ab14/add_router_interface => generated 309 bytes in 1266 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1840] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:34:24 2026] DELETE /v2.0/subnets/f7fbde78-f8a0-448a-bab5-890e9fbad7e6 => 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: 913/1841] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:34:24 2026] DELETE /v2.0/subnets/98ece7dd-afcd-498d-8972-e890be609b86 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:34:24.503 8 INFO neutron.db.l3_db [None req-d55e1495-ccbb-4b68-bc8d-1dce1e02ae88 dc30e44afbb74edfb0d3b917fef85b63 241b4c192b49456cacd693b19838cf10 - - default default] Floating IP ec640e76-137e-44f7-a47f-0078cd999352 associated. External IP: 10.96.250.213, port: 2ac3c69d-329a-4c2c-9f9c-6cea16eea35d. [pid: 7|app: 0|req: 914/1842] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:34:24 2026] DELETE /v2.0/subnets/750c6895-6b22-42ed-b4ae-6d0364cfeab2 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1843] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:34:24 2026] DELETE /v2.0/subnets/4a6aab6a-e7f2-41c2-9294-0169764fd345 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1844] 10.0.0.126 () {34 vars in 749 bytes} [Sun Apr 26 09:34:24 2026] PUT /v2.0/floatingips/ec640e76-137e-44f7-a47f-0078cd999352 => generated 855 bytes in 629 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:34:24.864 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-da02a398-d091-45b9-b78a-88ccd1ebcc97'] response: {'name': 'network-changed', 'server_uuid': '03d48055-23ff-4133-bbff-9e570582d239', 'tag': '2ac3c69d-329a-4c2c-9f9c-6cea16eea35d', 'status': 'completed', 'code': 200} 2026-04-26 09:34:24.871 7 INFO neutron.services.segments.plugin [-] Segment e146c855-485a-47d1-a1d8-6c47b0fe72cd resource provider aggregate not found [pid: 8|app: 0|req: 930/1845] 10.0.0.126 () {32 vars in 729 bytes} [Sun Apr 26 09:34:24 2026] GET /v2.0/floatingips/ec640e76-137e-44f7-a47f-0078cd999352 => generated 855 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:34:24.882 7 INFO neutron.services.segments.plugin [-] Segment e146c855-485a-47d1-a1d8-6c47b0fe72cd resource provider aggregate not found 2026-04-26 09:34:24.900 7 INFO neutron.services.segments.plugin [-] Segment e146c855-485a-47d1-a1d8-6c47b0fe72cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e146c855-485a-47d1-a1d8-6c47b0fe72cd found for delete ", "request_id": "req-e425f2fe-8e45-450b-9def-28e1473a853d"}]} 2026-04-26 09:34:24.905 7 INFO neutron.services.segments.plugin [-] Segment e146c855-485a-47d1-a1d8-6c47b0fe72cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e146c855-485a-47d1-a1d8-6c47b0fe72cd found for delete ", "request_id": "req-e694528f-6133-4ddd-b24c-0f5650464d43"}]} [pid: 7|app: 0|req: 916/1846] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:34:24 2026] DELETE /v2.0/networks/41bb6df8-cdcf-46f2-a3ab-92ca3c49400d => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:34:25.048 8 INFO neutron.services.segments.plugin [-] Segment 527e10e1-9f9b-4d81-b3e6-91d77f9d904c resource provider aggregate not found 2026-04-26 09:34:25.056 8 INFO neutron.services.segments.plugin [-] Segment 527e10e1-9f9b-4d81-b3e6-91d77f9d904c resource provider aggregate not found 2026-04-26 09:34:25.070 8 INFO neutron.services.segments.plugin [-] Segment 527e10e1-9f9b-4d81-b3e6-91d77f9d904c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 527e10e1-9f9b-4d81-b3e6-91d77f9d904c found for delete ", "request_id": "req-f83c6fb9-d9ed-499f-98f9-569f39cec5f8"}]} 2026-04-26 09:34:25.072 8 INFO neutron.services.segments.plugin [-] Segment 527e10e1-9f9b-4d81-b3e6-91d77f9d904c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 527e10e1-9f9b-4d81-b3e6-91d77f9d904c found for delete ", "request_id": "req-e78b4f6f-51a1-466f-8038-a8e913fe46cf"}]} [pid: 8|app: 0|req: 931/1847] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:34:24 2026] DELETE /v2.0/networks/231bd204-eb03-4705-b1d5-951589cd44cd => 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: 917/1848] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:34:25 2026] DELETE /v2.0/networks/2d80bd07-c617-48e1-9693-26cbad4cfc13 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1849] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:34:25 2026] GET /v2.0/ports?tenant_id=241b4c192b49456cacd693b19838cf10&device_id=03d48055-23ff-4133-bbff-9e570582d239 => generated 1240 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1850] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:34:25 2026] DELETE /v2.0/networks/e99cc875-c235-43f8-ae5f-5aa04ae93d32 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1851] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:34:25 2026] GET /v2.0/networks?id=d9cee74e-9b7e-4673-ba82-d075fb7bd182 => generated 757 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1852] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Apr 26 09:34:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=2ac3c69d-329a-4c2c-9f9c-6cea16eea35d => generated 858 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1853] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:34:25 2026] GET /v2.0/subnets?id=7cbaa285-8bbd-489a-b2b6-dfb3637840e4 => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1854] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:34:25 2026] GET /v2.0/ports?network_id=d9cee74e-9b7e-4673-ba82-d075fb7bd182&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1855] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:34:25 2026] DELETE /v2.0/networks/b1b949b4-02c2-47ad-b90c-75b86e0996f3 => 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: 923/1856] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:34:25 2026] GET /v2.0/networks/d9cee74e-9b7e-4673-ba82-d075fb7bd182?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: 934/1857] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:34:25 2026] GET /v2.0/networks/d9cee74e-9b7e-4673-ba82-d075fb7bd182?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1858] 10.0.0.126 () {32 vars in 729 bytes} [Sun Apr 26 09:34:25 2026] GET /v2.0/floatingips/ec640e76-137e-44f7-a47f-0078cd999352 => generated 855 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1859] 10.0.0.205 () {34 vars in 982 bytes} [Sun Apr 26 09:34:26 2026] GET /v2.0/networks?id=ebad5927-0981-446e-a8e0-5716152ffdb3 => generated 673 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1860] 10.0.0.205 () {34 vars in 965 bytes} [Sun Apr 26 09:34:26 2026] GET /v2.0/quotas/3685099936aa4ee5b8e7b30777869f8b => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1861] 10.0.0.205 () {34 vars in 1002 bytes} [Sun Apr 26 09:34:26 2026] GET /v2.0/ports?tenant_id=3685099936aa4ee5b8e7b30777869f8b&fields=id => generated 57 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1862] 10.0.0.205 () {34 vars in 1008 bytes} [Sun Apr 26 09:34:26 2026] GET /v2.0/networks/ebad5927-0981-446e-a8e0-5716152ffdb3?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: 935/1863] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:34:26 2026] GET /v2.0/security-groups?tenant_id=47fb80f936c6471898eaac4289277661&name=default => generated 2925 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1864] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:34:26 2026] GET /v2.0/networks?id=f004d1ac-fab4-48e0-a8b6-666ffc0f005f => generated 704 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1865] 10.0.0.205 () {34 vars in 1108 bytes} [Sun Apr 26 09:34:26 2026] GET /v2.0/networks/ebad5927-0981-446e-a8e0-5716152ffdb3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1866] 199.204.45.223 () {34 vars in 1050 bytes} [Sun Apr 26 09:34:26 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b3a6d04dd8a544f7a70ff98e32830a5f => generated 178 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:34:26.929 7 INFO neutron.services.segments.plugin [-] Segment f3ff750d-c322-44c0-9c0b-88fea3296a6f resource provider aggregate not found 2026-04-26 09:34:26.937 7 INFO neutron.services.segments.plugin [-] Segment f3ff750d-c322-44c0-9c0b-88fea3296a6f resource provider aggregate not found [pid: 7|app: 0|req: 930/1867] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:34:26 2026] DELETE /v2.0/security-groups/c6528cd6-19b2-49df-bcdf-d81169a442d2 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:34:26.967 7 INFO neutron.services.segments.plugin [-] Segment f3ff750d-c322-44c0-9c0b-88fea3296a6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3ff750d-c322-44c0-9c0b-88fea3296a6f found for delete ", "request_id": "req-832eb31a-6615-4a1c-a11b-0e5b702869d1"}]} 2026-04-26 09:34:26.971 7 INFO neutron.services.segments.plugin [-] Segment f3ff750d-c322-44c0-9c0b-88fea3296a6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3ff750d-c322-44c0-9c0b-88fea3296a6f found for delete ", "request_id": "req-0e38b0a1-e8ff-4936-8ebb-dd750c7ffbb8"}]} [pid: 7|app: 0|req: 931/1868] 10.0.0.126 () {32 vars in 729 bytes} [Sun Apr 26 09:34:26 2026] GET /v2.0/floatingips/ec640e76-137e-44f7-a47f-0078cd999352 => generated 857 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1869] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:27 2026] GET /v2.0/ports?device_id=973a0eda-403f-4dbb-b9fb-7dbce175e855 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:34:27.097 8 INFO neutron.services.segments.plugin [-] Segment 3e1ab61e-1ecc-4991-a98b-67caf7b0e6ff resource provider aggregate not found 2026-04-26 09:34:27.110 8 INFO neutron.services.segments.plugin [-] Segment 3e1ab61e-1ecc-4991-a98b-67caf7b0e6ff resource provider aggregate not found 2026-04-26 09:34:27.113 8 INFO neutron.services.segments.plugin [-] Segment 3e1ab61e-1ecc-4991-a98b-67caf7b0e6ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e1ab61e-1ecc-4991-a98b-67caf7b0e6ff found for delete ", "request_id": "req-65f8d1ac-d2af-4df0-ab91-00e2cf5cae7a"}]} [pid: 7|app: 0|req: 933/1870] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:34:27 2026] GET /v2.0/security-groups?tenant_id=a2fffbf2103e48e78a30d66c2927d79d&name=default => generated 2925 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:34:27.132 8 INFO neutron.services.segments.plugin [-] Segment 3e1ab61e-1ecc-4991-a98b-67caf7b0e6ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e1ab61e-1ecc-4991-a98b-67caf7b0e6ff found for delete ", "request_id": "req-45437286-5130-45df-8b57-3d78148cb4bc"}]} 2026-04-26 09:34:27.138 8 INFO neutron.services.segments.plugin [-] Segment df543433-ab76-4002-ad59-625bb457725e resource provider aggregate not found 2026-04-26 09:34:27.157 8 INFO neutron.services.segments.plugin [-] Segment df543433-ab76-4002-ad59-625bb457725e resource provider aggregate not found 2026-04-26 09:34:27.162 8 INFO neutron.services.segments.plugin [-] Segment df543433-ab76-4002-ad59-625bb457725e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df543433-ab76-4002-ad59-625bb457725e found for delete ", "request_id": "req-6440768e-2fb1-4d9d-9801-b997c907d719"}]} 2026-04-26 09:34:27.177 8 INFO neutron.services.segments.plugin [-] Segment df543433-ab76-4002-ad59-625bb457725e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df543433-ab76-4002-ad59-625bb457725e found for delete ", "request_id": "req-8d21d10c-a84f-421e-b15e-c5775a83f18b"}]} [pid: 7|app: 0|req: 934/1871] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:34:27 2026] DELETE /v2.0/security-groups/db9f44bf-0ae7-4904-a2ba-d5e88d8ceea3 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1872] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:34:27 2026] GET /v2.0/security-groups?tenant_id=ea78d3ea978f4b5a9b30f251939fe447&name=default => generated 2925 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1873] 199.204.45.223 () {38 vars in 955 bytes} [Sun Apr 26 09:34:26 2026] POST /v2.0/ports => generated 1187 bytes in 587 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 936/1874] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:34:27 2026] DELETE /v2.0/security-groups/020a950f-1c67-4cd2-b71d-c42ddc09285d => 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: 937/1875] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:27 2026] GET /v2.0/ports?device_id=4150f41a-71ce-4bcf-b7f7-96414211c722 => generated 1202 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1876] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:34:27 2026] GET /v2.0/security-groups?id=ddf5034e-e820-4b72-adf3-0cad86033d15&fields=id&fields=name => generated 111 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1877] 199.204.45.223 () {38 vars in 1028 bytes} [Sun Apr 26 09:34:27 2026] PUT /v2.0/ports/6a259bfd-9247-4b41-a332-d392a5b81e59 => generated 1468 bytes in 476 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:34:28.025 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2cc8f1fa-e0dc-476c-babc-e4fb5bb5e47e'] response: {'name': 'network-changed', 'server_uuid': '4150f41a-71ce-4bcf-b7f7-96414211c722', 'tag': '6a259bfd-9247-4b41-a332-d392a5b81e59', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 939/1878] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:28 2026] GET /v2.0/ports?device_id=973a0eda-403f-4dbb-b9fb-7dbce175e855 => generated 12 bytes in 21 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: 940/1879] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:34:28 2026] GET /v2.0/ports?tenant_id=b3a6d04dd8a544f7a70ff98e32830a5f&device_id=4150f41a-71ce-4bcf-b7f7-96414211c722 => generated 1471 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1880] 199.204.45.223 () {34 vars in 1018 bytes} [Sun Apr 26 09:34:28 2026] GET /v2.0/networks?tenant_id=b3a6d04dd8a544f7a70ff98e32830a5f&shared=False => generated 2375 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1881] 199.204.45.223 () {34 vars in 930 bytes} [Sun Apr 26 09:34:28 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1882] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:29 2026] GET /v2.0/ports?device_id=973a0eda-403f-4dbb-b9fb-7dbce175e855 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1883] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:34:29 2026] GET /v2.0/ports?tenant_id=b3a6d04dd8a544f7a70ff98e32830a5f&device_id=4150f41a-71ce-4bcf-b7f7-96414211c722 => generated 1471 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1884] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Apr 26 09:34:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.219&port_id=6a259bfd-9247-4b41-a332-d392a5b81e59 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1885] 199.204.45.223 () {34 vars in 1106 bytes} [Sun Apr 26 09:34:29 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2fd&port_id=6a259bfd-9247-4b41-a332-d392a5b81e59 => 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: 943/1886] 199.204.45.223 () {34 vars in 1064 bytes} [Sun Apr 26 09:34:29 2026] GET /v2.0/subnets?id=c57be73f-f66e-42db-ac24-e516ef33dfd0&id=17737e08-0efb-4e8e-be34-c83014ca16e8 => generated 1414 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1887] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:34:29 2026] GET /v2.0/ports?network_id=f004d1ac-fab4-48e0-a8b6-666ffc0f005f&device_owner=network%3Adhcp => generated 1461 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1888] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:34:29 2026] GET /v2.0/ports?network_id=f004d1ac-fab4-48e0-a8b6-666ffc0f005f&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1889] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:34:30 2026] GET /v2.0/networks/f004d1ac-fab4-48e0-a8b6-666ffc0f005f?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: 945/1890] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:34:30 2026] GET /v2.0/networks/f004d1ac-fab4-48e0-a8b6-666ffc0f005f?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: 946/1891] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:30 2026] GET /v2.0/ports?device_id=973a0eda-403f-4dbb-b9fb-7dbce175e855 => 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: 946/1892] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:34:31 2026] GET /v2.0/networks?id=ebad5927-0981-446e-a8e0-5716152ffdb3 => generated 673 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1893] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:31 2026] GET /v2.0/ports?device_id=973a0eda-403f-4dbb-b9fb-7dbce175e855 => 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: 947/1894] 199.204.45.223 () {38 vars in 955 bytes} [Sun Apr 26 09:34:31 2026] POST /v2.0/ports => generated 958 bytes in 459 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: 948/1895] 10.0.0.126 () {34 vars in 676 bytes} [Sun Apr 26 09:34:31 2026] POST /v2.0/subnetpools => generated 516 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1896] 10.0.0.126 () {34 vars in 676 bytes} [Sun Apr 26 09:34:32 2026] POST /v2.0/subnetpools => generated 516 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1897] 199.204.45.223 () {38 vars in 1028 bytes} [Sun Apr 26 09:34:31 2026] PUT /v2.0/ports/9beae85d-2adf-4d39-b0be-c057144cdab3 => generated 1239 bytes in 365 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1898] 10.0.0.126 () {34 vars in 676 bytes} [Sun Apr 26 09:34:32 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-26 09:34:32.298 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dcaa554d-dc8c-4a72-9e1b-c20fe7cab86e'] response: {'name': 'network-changed', 'server_uuid': '973a0eda-403f-4dbb-b9fb-7dbce175e855', 'tag': '9beae85d-2adf-4d39-b0be-c057144cdab3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 949/1899] 10.0.0.126 () {34 vars in 676 bytes} [Sun Apr 26 09:34:32 2026] POST /v2.0/subnetpools => generated 516 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1900] 10.0.0.126 () {34 vars in 676 bytes} [Sun Apr 26 09:34:32 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: 7|app: 0|req: 950/1901] 10.0.0.126 () {34 vars in 759 bytes} [Sun Apr 26 09:34:32 2026] PUT /v2.0/subnetpools/11473371-5e2b-4943-bb52-2c89f557eedd/tags => generated 17 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1902] 10.0.0.126 () {34 vars in 759 bytes} [Sun Apr 26 09:34:32 2026] PUT /v2.0/subnetpools/44ac5bf7-c2b0-4933-93b0-e005d1a60010/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1903] 10.0.0.126 () {34 vars in 759 bytes} [Sun Apr 26 09:34:32 2026] PUT /v2.0/subnetpools/17cd3f75-c523-4b12-9ea8-4c0a410e9d2e/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: 953/1904] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:32 2026] GET /v2.0/ports?device_id=973a0eda-403f-4dbb-b9fb-7dbce175e855 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1905] 10.0.0.126 () {34 vars in 759 bytes} [Sun Apr 26 09:34:32 2026] PUT /v2.0/subnetpools/eebeb106-8434-4e0d-b3f6-d3a7a5fcbdf5/tags => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1906] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:34:32 2026] GET /v2.0/security-groups?id=3dfda600-281c-4e5b-8e54-9add9dff4d44&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1907] 10.0.0.126 () {32 vars in 672 bytes} [Sun Apr 26 09:34:32 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1908] 10.0.0.126 () {32 vars in 686 bytes} [Sun Apr 26 09:34:32 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: 954/1909] 10.0.0.126 () {32 vars in 682 bytes} [Sun Apr 26 09:34:32 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1910] 10.0.0.126 () {32 vars in 694 bytes} [Sun Apr 26 09:34:32 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1911] 10.0.0.126 () {32 vars in 680 bytes} [Sun Apr 26 09:34:32 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1912] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:34:32 2026] GET /v2.0/ports?tenant_id=3685099936aa4ee5b8e7b30777869f8b&device_id=973a0eda-403f-4dbb-b9fb-7dbce175e855 => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1913] 10.0.0.126 () {32 vars in 694 bytes} [Sun Apr 26 09:34:32 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1914] 10.0.0.126 () {32 vars in 690 bytes} [Sun Apr 26 09:34:32 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1915] 199.204.45.223 () {34 vars in 1018 bytes} [Sun Apr 26 09:34:32 2026] GET /v2.0/networks?tenant_id=3685099936aa4ee5b8e7b30777869f8b&shared=False => generated 769 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1916] 10.0.0.126 () {32 vars in 702 bytes} [Sun Apr 26 09:34:32 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1917] 199.204.45.223 () {34 vars in 930 bytes} [Sun Apr 26 09:34:32 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1918] 10.0.0.126 () {32 vars in 732 bytes} [Sun Apr 26 09:34:32 2026] DELETE /v2.0/subnetpools/11473371-5e2b-4943-bb52-2c89f557eedd => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1919] 10.0.0.126 () {32 vars in 732 bytes} [Sun Apr 26 09:34:33 2026] DELETE /v2.0/subnetpools/44ac5bf7-c2b0-4933-93b0-e005d1a60010 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1920] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:32 2026] GET /v2.0/ports?device_id=4150f41a-71ce-4bcf-b7f7-96414211c722 => generated 1202 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1921] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:34:33 2026] GET /v2.0/security-groups?id=ddf5034e-e820-4b72-adf3-0cad86033d15&fields=id&fields=name => generated 111 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1922] 10.0.0.126 () {32 vars in 732 bytes} [Sun Apr 26 09:34:33 2026] DELETE /v2.0/subnetpools/17cd3f75-c523-4b12-9ea8-4c0a410e9d2e => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1923] 10.0.0.126 () {32 vars in 732 bytes} [Sun Apr 26 09:34:33 2026] DELETE /v2.0/subnetpools/eebeb106-8434-4e0d-b3f6-d3a7a5fcbdf5 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1924] 10.0.0.126 () {32 vars in 732 bytes} [Sun Apr 26 09:34:33 2026] DELETE /v2.0/subnetpools/68b3be2e-3866-4c47-b5b8-cd23f49e208d => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1925] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:33 2026] GET /v2.0/ports?device_id=973a0eda-403f-4dbb-b9fb-7dbce175e855 => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1928] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:34:33 2026] GET /v2.0/security-groups?id=3dfda600-281c-4e5b-8e54-9add9dff4d44&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1929] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:34:34 2026] GET /v2.0/ports?tenant_id=3685099936aa4ee5b8e7b30777869f8b&device_id=973a0eda-403f-4dbb-b9fb-7dbce175e855 => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1930] 199.204.45.223 () {34 vars in 1060 bytes} [Sun Apr 26 09:34:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=9beae85d-2adf-4d39-b0be-c057144cdab3 => 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: 965/1931] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:34:34 2026] GET /v2.0/subnets?id=99007aa6-f5f1-4155-9171-d96bb38572f6 => generated 691 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1932] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:34:34 2026] GET /v2.0/ports?network_id=ebad5927-0981-446e-a8e0-5716152ffdb3&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: 967/1933] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:34:34 2026] GET /v2.0/networks/ebad5927-0981-446e-a8e0-5716152ffdb3?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1934] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:34:34 2026] GET /v2.0/networks/ebad5927-0981-446e-a8e0-5716152ffdb3?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: 967/1935] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:34:34 2026] GET /v2.0/security-groups?tenant_id=4c540fef5088443e8d84c281c71ac9fd&name=default => generated 2925 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1936] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:34:34 2026] DELETE /v2.0/security-groups/f52510fd-d760-4d84-882c-09012bb71229 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1937] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:34:34 2026] GET /v2.0/security-groups?tenant_id=e183edde855b4936befd6cd92c558dc8&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1938] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:34:34 2026] DELETE /v2.0/security-groups/7e34740a-3a2f-4573-ae4a-fd95617a8fdd => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1939] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:34 2026] GET /v2.0/ports?device_id=973a0eda-403f-4dbb-b9fb-7dbce175e855 => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1940] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:34:34 2026] GET /v2.0/security-groups?id=3dfda600-281c-4e5b-8e54-9add9dff4d44&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1941] 10.0.0.166 () {34 vars in 990 bytes} [Sun Apr 26 09:34:34 2026] GET /v2.0/ports?device_id=03d48055-23ff-4133-bbff-9e570582d239 => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1942] 10.0.0.166 () {34 vars in 1040 bytes} [Sun Apr 26 09:34:35 2026] GET /v2.0/security-groups?id=edfc4bc4-9964-40ab-b744-d55b13219d0e&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1943] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:34:35 2026] GET /v2.0/security-groups?tenant_id=c79bc22026f8466dad0396ccb88d46b8&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1944] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:34:35 2026] DELETE /v2.0/security-groups/a18fa0fa-f32f-4426-9a25-f079f453315f => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1945] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:36 2026] GET /v2.0/ports?device_id=973a0eda-403f-4dbb-b9fb-7dbce175e855 => generated 973 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1946] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:34:36 2026] GET /v2.0/security-groups?id=3dfda600-281c-4e5b-8e54-9add9dff4d44&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1947] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:37 2026] GET /v2.0/ports?device_id=973a0eda-403f-4dbb-b9fb-7dbce175e855 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1948] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:34:37 2026] GET /v2.0/security-groups?id=3dfda600-281c-4e5b-8e54-9add9dff4d44&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: 975/1949] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:38 2026] GET /v2.0/ports?device_id=4150f41a-71ce-4bcf-b7f7-96414211c722 => generated 1204 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1950] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:34:38 2026] GET /v2.0/security-groups?id=ddf5034e-e820-4b72-adf3-0cad86033d15&fields=id&fields=name => generated 111 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1951] 10.0.0.126 () {32 vars in 818 bytes} [Sun Apr 26 09:34:38 2026] GET /v2.0/ports?network_id=f004d1ac-fab4-48e0-a8b6-666ffc0f005f&mac_address=fa%3A16%3A3e%3A35%3Af7%3A90 => generated 1204 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1952] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:38 2026] GET /v2.0/ports?device_id=973a0eda-403f-4dbb-b9fb-7dbce175e855 => 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: 978/1953] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:34:38 2026] GET /v2.0/security-groups?id=3dfda600-281c-4e5b-8e54-9add9dff4d44&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: 7|app: 0|req: 979/1954] 10.0.0.126 () {34 vars in 684 bytes} [Sun Apr 26 09:34:38 2026] POST /v2.0/security-groups => generated 1601 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1955] 10.0.0.126 () {34 vars in 767 bytes} [Sun Apr 26 09:34:39 2026] PUT /v2.0/security-groups/007068c4-6e64-4696-ac83-bba12ce4f688/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1956] 10.0.0.126 () {32 vars in 747 bytes} [Sun Apr 26 09:34:39 2026] GET /v2.0/security-groups/007068c4-6e64-4696-ac83-bba12ce4f688/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1957] 10.0.0.126 () {34 vars in 778 bytes} [Sun Apr 26 09:34:39 2026] PUT /v2.0/security-groups/007068c4-6e64-4696-ac83-bba12ce4f688/tags/green => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1958] 10.0.0.126 () {32 vars in 747 bytes} [Sun Apr 26 09:34:39 2026] GET /v2.0/security-groups/007068c4-6e64-4696-ac83-bba12ce4f688/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:34:39.283 8 INFO neutron.db.l3_db [None req-23b8376e-5ac5-4618-84ae-e01c26707a60 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] Floating IP 3fe6fc40-be0f-40a3-9c2a-52939b45fbe8 associated. External IP: 10.96.250.220, port: 6a259bfd-9247-4b41-a332-d392a5b81e59. [pid: 7|app: 0|req: 984/1959] 10.0.0.126 () {34 vars in 774 bytes} [Sun Apr 26 09:34:39 2026] PUT /v2.0/security-groups/007068c4-6e64-4696-ac83-bba12ce4f688/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: 985/1960] 10.0.0.126 () {32 vars in 747 bytes} [Sun Apr 26 09:34:39 2026] GET /v2.0/security-groups/007068c4-6e64-4696-ac83-bba12ce4f688/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1961] 10.0.0.126 () {34 vars in 796 bytes} [Sun Apr 26 09:34:39 2026] PUT /v2.0/security-groups/007068c4-6e64-4696-ac83-bba12ce4f688/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: 7|app: 0|req: 987/1962] 10.0.0.126 () {32 vars in 747 bytes} [Sun Apr 26 09:34:39 2026] GET /v2.0/security-groups/007068c4-6e64-4696-ac83-bba12ce4f688/tags => generated 52 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1963] 10.0.0.126 () {34 vars in 767 bytes} [Sun Apr 26 09:34:39 2026] PUT /v2.0/security-groups/007068c4-6e64-4696-ac83-bba12ce4f688/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1964] 10.0.0.126 () {32 vars in 747 bytes} [Sun Apr 26 09:34:39 2026] GET /v2.0/security-groups/007068c4-6e64-4696-ac83-bba12ce4f688/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1965] 10.0.0.126 () {32 vars in 755 bytes} [Sun Apr 26 09:34:39 2026] GET /v2.0/security-groups/007068c4-6e64-4696-ac83-bba12ce4f688/tags/red => 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: 976/1966] 10.0.0.126 () {34 vars in 677 bytes} [Sun Apr 26 09:34:38 2026] POST /v2.0/floatingips => generated 855 bytes in 1235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1967] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:39 2026] GET /v2.0/ports?device_id=973a0eda-403f-4dbb-b9fb-7dbce175e855 => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1968] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:34:39 2026] GET /v2.0/security-groups?id=3dfda600-281c-4e5b-8e54-9add9dff4d44&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1969] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:34:40 2026] GET /v2.0/ports?tenant_id=b3a6d04dd8a544f7a70ff98e32830a5f&device_id=4150f41a-71ce-4bcf-b7f7-96414211c722 => generated 1473 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1970] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:34:40 2026] GET /v2.0/networks?id=f004d1ac-fab4-48e0-a8b6-666ffc0f005f => generated 800 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1971] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Apr 26 09:34:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.219&port_id=6a259bfd-9247-4b41-a332-d392a5b81e59 => generated 858 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1972] 199.204.45.223 () {34 vars in 1106 bytes} [Sun Apr 26 09:34:40 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2fd&port_id=6a259bfd-9247-4b41-a332-d392a5b81e59 => 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: 997/1973] 199.204.45.223 () {34 vars in 1064 bytes} [Sun Apr 26 09:34:40 2026] GET /v2.0/subnets?id=c57be73f-f66e-42db-ac24-e516ef33dfd0&id=17737e08-0efb-4e8e-be34-c83014ca16e8 => generated 1414 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:34:40.522 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2c3df148-7edc-40e9-bc11-ebae0fd985aa'] response: {'name': 'network-changed', 'server_uuid': '4150f41a-71ce-4bcf-b7f7-96414211c722', 'tag': '6a259bfd-9247-4b41-a332-d392a5b81e59', 'status': 'completed', 'code': 200} 2026-04-26 09:34:40.534 8 INFO neutron.api.v2.resource [None req-3c27c626-5621-4abe-ae76-cbed72710fc3 d85c2cae51aa48ebb85286f3e8f221b4 a38620eb79e3434aa63246c00a0a5b52 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 977/1974] 10.0.0.126 () {32 vars in 759 bytes} [Sun Apr 26 09:34:39 2026] GET /v2.0/security-groups/007068c4-6e64-4696-ac83-bba12ce4f688/tags/green => generated 99 bytes in 856 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1975] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:34:40 2026] GET /v2.0/ports?network_id=f004d1ac-fab4-48e0-a8b6-666ffc0f005f&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1976] 10.0.0.126 () {32 vars in 758 bytes} [Sun Apr 26 09:34:40 2026] DELETE /v2.0/security-groups/007068c4-6e64-4696-ac83-bba12ce4f688/tags/red => 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: 999/1977] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:34:40 2026] GET /v2.0/ports?network_id=f004d1ac-fab4-48e0-a8b6-666ffc0f005f&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: 979/1978] 10.0.0.126 () {32 vars in 747 bytes} [Sun Apr 26 09:34:40 2026] GET /v2.0/security-groups/007068c4-6e64-4696-ac83-bba12ce4f688/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1979] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:34:40 2026] GET /v2.0/networks/f004d1ac-fab4-48e0-a8b6-666ffc0f005f?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:34:40.691 8 INFO neutron.api.v2.resource [None req-58c22089-fb25-43e8-8d2c-3d9b69450f7d d85c2cae51aa48ebb85286f3e8f221b4 a38620eb79e3434aa63246c00a0a5b52 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 980/1980] 10.0.0.126 () {32 vars in 762 bytes} [Sun Apr 26 09:34:40 2026] DELETE /v2.0/security-groups/007068c4-6e64-4696-ac83-bba12ce4f688/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1981] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:34:40 2026] GET /v2.0/networks/f004d1ac-fab4-48e0-a8b6-666ffc0f005f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1982] 10.0.0.126 () {32 vars in 750 bytes} [Sun Apr 26 09:34:40 2026] DELETE /v2.0/security-groups/007068c4-6e64-4696-ac83-bba12ce4f688/tags => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1983] 10.0.0.126 () {32 vars in 747 bytes} [Sun Apr 26 09:34:40 2026] GET /v2.0/security-groups/007068c4-6e64-4696-ac83-bba12ce4f688/tags => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1984] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:34:40 2026] DELETE /v2.0/security-groups/007068c4-6e64-4696-ac83-bba12ce4f688 => 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: 1003/1985] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:41 2026] GET /v2.0/ports?device_id=973a0eda-403f-4dbb-b9fb-7dbce175e855 => generated 975 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1986] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:34:41 2026] GET /v2.0/security-groups?id=3dfda600-281c-4e5b-8e54-9add9dff4d44&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1987] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:34:41 2026] GET /v2.0/security-groups?tenant_id=a38620eb79e3434aa63246c00a0a5b52&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1988] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:34:41 2026] DELETE /v2.0/security-groups/5f672bf6-f542-4366-958d-17ae6d4431bb => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1989] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:34:42 2026] GET /v2.0/security-groups?tenant_id=49e0eefce3304e78b417f63d333c5bb4&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1990] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:34:42 2026] DELETE /v2.0/security-groups/d5c64823-584a-4797-b66e-0e80cc940558 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1991] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:42 2026] GET /v2.0/ports?device_id=973a0eda-403f-4dbb-b9fb-7dbce175e855 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1992] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:34:42 2026] GET /v2.0/security-groups?id=3dfda600-281c-4e5b-8e54-9add9dff4d44&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1993] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:43 2026] GET /v2.0/ports?device_id=973a0eda-403f-4dbb-b9fb-7dbce175e855 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1994] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:34:43 2026] GET /v2.0/security-groups?id=3dfda600-281c-4e5b-8e54-9add9dff4d44&fields=id&fields=name => generated 88 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1995] 199.204.45.223 () {34 vars in 994 bytes} [Sun Apr 26 09:34:43 2026] GET /v2.0/ports?device_id=973a0eda-403f-4dbb-b9fb-7dbce175e855 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:34:43.931 8 INFO neutron_taas.services.taas.taas_plugin [req-b1636e51-af24-487b-beab-4453053b36ce req-e876efd0-93b6-4d59-94f8-33ba73f79f5c 629af0f49a4d4b50a00158585323731c 3685099936aa4ee5b8e7b30777869f8b - - default default] TaaS: Handle Delete Port: 9beae85d-2adf-4d39-b0be-c057144cdab3 2026-04-26 09:34:43.935 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b1636e51-af24-487b-beab-4453053b36ce req-e876efd0-93b6-4d59-94f8-33ba73f79f5c 629af0f49a4d4b50a00158585323731c 3685099936aa4ee5b8e7b30777869f8b - - default default] Tap Mirror: Handle Delete Port: 9beae85d-2adf-4d39-b0be-c057144cdab3 [pid: 8|app: 0|req: 988/1996] 199.204.45.223 () {36 vars in 997 bytes} [Sun Apr 26 09:34:43 2026] DELETE /v2.0/ports/9beae85d-2adf-4d39-b0be-c057144cdab3 => generated 0 bytes in 362 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:34:44.172 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5321cadb-6063-426f-bb33-4932697b49f5'] response: {'server_uuid': '973a0eda-403f-4dbb-b9fb-7dbce175e855', 'name': 'network-vif-deleted', 'tag': '9beae85d-2adf-4d39-b0be-c057144cdab3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1009/1997] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:44 2026] GET /v2.0/ports?device_id=03d48055-23ff-4133-bbff-9e570582d239 => 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: 989/1998] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:34:44 2026] GET /v2.0/security-groups?id=edfc4bc4-9964-40ab-b744-d55b13219d0e&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1999] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:44 2026] GET /v2.0/ports?device_id=973a0eda-403f-4dbb-b9fb-7dbce175e855 => 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: 990/2000] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:45 2026] GET /v2.0/ports?device_id=03d48055-23ff-4133-bbff-9e570582d239 => generated 971 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2001] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:34:45 2026] GET /v2.0/security-groups?id=edfc4bc4-9964-40ab-b744-d55b13219d0e&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2002] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:45 2026] GET /v2.0/ports?device_id=973a0eda-403f-4dbb-b9fb-7dbce175e855 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:34:45.974 7 INFO neutron.db.segments_db [None req-853e3a72-5e86-4651-ab17-cca3cee374ad b68d372199214581a312857b40769f8f 025ff9426d9b428582bd1ddb46a600a4 - - default default] Added segment 050f3114-9125-423d-a911-fbdfcf4fcfd4 of type vxlan for network a257984f-4aca-4adb-a27e-e1d75e635ea1 [pid: 7|app: 0|req: 1011/2003] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:34:45 2026] POST /v2.0/networks => generated 613 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2004] 10.0.0.126 () {34 vars in 664 bytes} [Sun Apr 26 09:34:46 2026] POST /v2.0/ports => generated 743 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2005] 10.0.0.126 () {34 vars in 666 bytes} [Sun Apr 26 09:34:46 2026] POST /v2.0/trunks => generated 407 bytes in 233 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: 994/2006] 10.0.0.126 () {34 vars in 749 bytes} [Sun Apr 26 09:34:46 2026] PUT /v2.0/trunks/785e76f6-2225-42a7-970d-10471e219761/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2007] 10.0.0.126 () {32 vars in 729 bytes} [Sun Apr 26 09:34:46 2026] GET /v2.0/trunks/785e76f6-2225-42a7-970d-10471e219761/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2008] 10.0.0.126 () {34 vars in 760 bytes} [Sun Apr 26 09:34:46 2026] PUT /v2.0/trunks/785e76f6-2225-42a7-970d-10471e219761/tags/green => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2009] 10.0.0.126 () {32 vars in 729 bytes} [Sun Apr 26 09:34:46 2026] GET /v2.0/trunks/785e76f6-2225-42a7-970d-10471e219761/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2010] 10.0.0.126 () {34 vars in 756 bytes} [Sun Apr 26 09:34:46 2026] PUT /v2.0/trunks/785e76f6-2225-42a7-970d-10471e219761/tags/red => generated 4 bytes in 28 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2011] 10.0.0.126 () {32 vars in 729 bytes} [Sun Apr 26 09:34:46 2026] GET /v2.0/trunks/785e76f6-2225-42a7-970d-10471e219761/tags => generated 34 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2012] 10.0.0.126 () {34 vars in 778 bytes} [Sun Apr 26 09:34:46 2026] PUT /v2.0/trunks/785e76f6-2225-42a7-970d-10471e219761/tags/black.or.white => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2013] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:46 2026] GET /v2.0/ports?device_id=03d48055-23ff-4133-bbff-9e570582d239 => 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: 998/2014] 10.0.0.126 () {32 vars in 729 bytes} [Sun Apr 26 09:34:46 2026] GET /v2.0/trunks/785e76f6-2225-42a7-970d-10471e219761/tags => generated 52 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2015] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:34:46 2026] GET /v2.0/security-groups?id=edfc4bc4-9964-40ab-b744-d55b13219d0e&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2016] 10.0.0.126 () {34 vars in 749 bytes} [Sun Apr 26 09:34:46 2026] PUT /v2.0/trunks/785e76f6-2225-42a7-970d-10471e219761/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2017] 10.0.0.126 () {32 vars in 729 bytes} [Sun Apr 26 09:34:46 2026] GET /v2.0/trunks/785e76f6-2225-42a7-970d-10471e219761/tags => generated 37 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2018] 10.0.0.126 () {32 vars in 737 bytes} [Sun Apr 26 09:34:46 2026] GET /v2.0/trunks/785e76f6-2225-42a7-970d-10471e219761/tags/red => generated 0 bytes in 23 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:34:47.000 7 INFO neutron.api.v2.resource [None req-c6087a1e-04ba-4db8-b88e-756f5a79bbe0 b68d372199214581a312857b40769f8f 025ff9426d9b428582bd1ddb46a600a4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1019/2019] 10.0.0.126 () {32 vars in 741 bytes} [Sun Apr 26 09:34:46 2026] GET /v2.0/trunks/785e76f6-2225-42a7-970d-10471e219761/tags/green => generated 99 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2020] 199.204.45.223 () {34 vars in 994 bytes} [Sun Apr 26 09:34:47 2026] GET /v2.0/ports?device_id=03d48055-23ff-4133-bbff-9e570582d239 => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2021] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:47 2026] GET /v2.0/ports?device_id=973a0eda-403f-4dbb-b9fb-7dbce175e855 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2022] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:34:47 2026] DELETE /v2.0/trunks/785e76f6-2225-42a7-970d-10471e219761/tags/red => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2023] 10.0.0.126 () {32 vars in 729 bytes} [Sun Apr 26 09:34:47 2026] GET /v2.0/trunks/785e76f6-2225-42a7-970d-10471e219761/tags => generated 30 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:34:47.112 8 INFO neutron.api.v2.resource [None req-398b0fe9-897d-43e2-a1af-13718de7fd63 b68d372199214581a312857b40769f8f 025ff9426d9b428582bd1ddb46a600a4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1003/2024] 10.0.0.126 () {32 vars in 744 bytes} [Sun Apr 26 09:34:47 2026] DELETE /v2.0/trunks/785e76f6-2225-42a7-970d-10471e219761/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-26 09:34:47.144 7 INFO neutron_taas.services.taas.taas_plugin [req-7b11b20f-20cb-45d1-98d1-1ff3648ce9a1 req-b4ea16e0-fc3e-487b-afb6-587abba322c8 dc30e44afbb74edfb0d3b917fef85b63 241b4c192b49456cacd693b19838cf10 - - default default] TaaS: Handle Delete Port: 2ac3c69d-329a-4c2c-9f9c-6cea16eea35d 2026-04-26 09:34:47.146 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7b11b20f-20cb-45d1-98d1-1ff3648ce9a1 req-b4ea16e0-fc3e-487b-afb6-587abba322c8 dc30e44afbb74edfb0d3b917fef85b63 241b4c192b49456cacd693b19838cf10 - - default default] Tap Mirror: Handle Delete Port: 2ac3c69d-329a-4c2c-9f9c-6cea16eea35d [pid: 8|app: 0|req: 1004/2025] 10.0.0.126 () {32 vars in 732 bytes} [Sun Apr 26 09:34:47 2026] DELETE /v2.0/trunks/785e76f6-2225-42a7-970d-10471e219761/tags => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2026] 10.0.0.126 () {32 vars in 729 bytes} [Sun Apr 26 09:34:47 2026] GET /v2.0/trunks/785e76f6-2225-42a7-970d-10471e219761/tags => 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: 1006/2027] 10.0.0.126 () {32 vars in 719 bytes} [Sun Apr 26 09:34:47 2026] GET /v2.0/trunks/785e76f6-2225-42a7-970d-10471e219761 => generated 407 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:34:47.232 7 INFO neutron.db.l3_db [req-7b11b20f-20cb-45d1-98d1-1ff3648ce9a1 req-b4ea16e0-fc3e-487b-afb6-587abba322c8 dc30e44afbb74edfb0d3b917fef85b63 241b4c192b49456cacd693b19838cf10 - - default default] Floating IP ec640e76-137e-44f7-a47f-0078cd999352 disassociated. External IP: 10.96.250.213, port: 2ac3c69d-329a-4c2c-9f9c-6cea16eea35d. [pid: 8|app: 0|req: 1007/2028] 10.0.0.126 () {32 vars in 717 bytes} [Sun Apr 26 09:34:47 2026] GET /v2.0/ports/8f28509e-8e6b-4593-8fd3-66eb2315ee87 => generated 826 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2029] 10.0.0.126 () {32 vars in 722 bytes} [Sun Apr 26 09:34:47 2026] DELETE /v2.0/trunks/785e76f6-2225-42a7-970d-10471e219761 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:34:47.442 8 INFO neutron_taas.services.taas.taas_plugin [None req-22cb2bd3-abc7-4749-be00-a77cca0f06ce b68d372199214581a312857b40769f8f 025ff9426d9b428582bd1ddb46a600a4 - - default default] TaaS: Handle Delete Port: 8f28509e-8e6b-4593-8fd3-66eb2315ee87 2026-04-26 09:34:47.446 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-22cb2bd3-abc7-4749-be00-a77cca0f06ce b68d372199214581a312857b40769f8f 025ff9426d9b428582bd1ddb46a600a4 - - default default] Tap Mirror: Handle Delete Port: 8f28509e-8e6b-4593-8fd3-66eb2315ee87 [pid: 8|app: 0|req: 1009/2030] 10.0.0.126 () {32 vars in 720 bytes} [Sun Apr 26 09:34:47 2026] DELETE /v2.0/ports/8f28509e-8e6b-4593-8fd3-66eb2315ee87 => 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: 1022/2031] 199.204.45.223 () {36 vars in 997 bytes} [Sun Apr 26 09:34:47 2026] DELETE /v2.0/ports/2ac3c69d-329a-4c2c-9f9c-6cea16eea35d => generated 0 bytes in 532 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:34:47.624 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-06d5492e-f0dc-4dc1-817a-dc6e73aa32b7'] response: {'server_uuid': '03d48055-23ff-4133-bbff-9e570582d239', 'name': 'network-vif-deleted', 'tag': '2ac3c69d-329a-4c2c-9f9c-6cea16eea35d', 'status': 'completed', 'code': 200} 2026-04-26 09:34:47.685 8 INFO neutron.services.segments.plugin [-] Segment 050f3114-9125-423d-a911-fbdfcf4fcfd4 resource provider aggregate not found 2026-04-26 09:34:47.690 8 INFO neutron.services.segments.plugin [-] Segment 050f3114-9125-423d-a911-fbdfcf4fcfd4 resource provider aggregate not found 2026-04-26 09:34:47.717 8 INFO neutron.services.segments.plugin [-] Segment 050f3114-9125-423d-a911-fbdfcf4fcfd4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 050f3114-9125-423d-a911-fbdfcf4fcfd4 found for delete ", "request_id": "req-a107001b-f4ac-4956-adce-345d3a9a6ecd"}]} 2026-04-26 09:34:47.720 8 INFO neutron.services.segments.plugin [-] Segment 050f3114-9125-423d-a911-fbdfcf4fcfd4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 050f3114-9125-423d-a911-fbdfcf4fcfd4 found for delete ", "request_id": "req-d07a1dbc-450f-4672-8896-bc7d18c85c2d"}]} [pid: 8|app: 0|req: 1010/2032] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:34:47 2026] DELETE /v2.0/networks/a257984f-4aca-4adb-a27e-e1d75e635ea1 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2033] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:34:48 2026] GET /v2.0/security-groups?tenant_id=025ff9426d9b428582bd1ddb46a600a4&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2034] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:47 2026] GET /v2.0/ports?device_id=03d48055-23ff-4133-bbff-9e570582d239 => generated 12 bytes in 708 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2035] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:34:48 2026] DELETE /v2.0/security-groups/906bca73-3053-4ad9-a6ea-4cf53b4738a3 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2038] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:34:48 2026] GET /v2.0/security-groups?tenant_id=f534f77a62c24ad79c9414db60172974&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2039] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:34:48 2026] DELETE /v2.0/security-groups/1ca40bae-b5f7-4297-a1a3-1e11105377e0 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:34:49.723 7 INFO neutron_taas.services.taas.taas_plugin [None req-7ad56272-1153-4910-8e57-bd9a790512b0 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: c74825cf-e9b9-4874-bb51-e095024f0de5 2026-04-26 09:34:49.726 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ad56272-1153-4910-8e57-bd9a790512b0 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: c74825cf-e9b9-4874-bb51-e095024f0de5 [pid: 8|app: 0|req: 1015/2040] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:49 2026] GET /v2.0/ports?device_id=03d48055-23ff-4133-bbff-9e570582d239 => 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: 1026/2041] 10.0.0.126 () {34 vars in 789 bytes} [Sun Apr 26 09:34:49 2026] PUT /v2.0/routers/39011312-ef43-4190-848c-624d6380ab14/remove_router_interface => generated 309 bytes in 872 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:34:50.437 8 INFO neutron_taas.services.taas.taas_plugin [None req-0a86e928-79a3-4f31-92f1-4f14263b341e 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: 96d90202-c402-4a3c-8f07-79fc9339f47b 2026-04-26 09:34:50.439 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a86e928-79a3-4f31-92f1-4f14263b341e 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: 96d90202-c402-4a3c-8f07-79fc9339f47b 2026-04-26 09:34:50.708 8 INFO neutron_taas.services.taas.taas_plugin [None req-0a86e928-79a3-4f31-92f1-4f14263b341e 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: 1bfaa979-c183-40fb-8790-b99ba512cede 2026-04-26 09:34:50.711 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a86e928-79a3-4f31-92f1-4f14263b341e 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: 1bfaa979-c183-40fb-8790-b99ba512cede [pid: 7|app: 0|req: 1027/2042] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:34:50 2026] DELETE /v2.0/security-groups/edfc4bc4-9964-40ab-b744-d55b13219d0e => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:34:51.078 8 INFO neutron.services.segments.plugin [-] Segment 4f39ce54-998b-42af-96c7-7814542f2e61 resource provider aggregate not found 2026-04-26 09:34:51.087 8 INFO neutron.services.segments.plugin [-] Segment 4f39ce54-998b-42af-96c7-7814542f2e61 resource provider aggregate not found 2026-04-26 09:34:51.104 8 INFO neutron.services.segments.plugin [-] Segment 4f39ce54-998b-42af-96c7-7814542f2e61 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f39ce54-998b-42af-96c7-7814542f2e61 found for delete ", "request_id": "req-439a941d-ed79-447d-814d-cf8cddd91000"}]} 2026-04-26 09:34:51.107 8 INFO neutron.services.segments.plugin [-] Segment 4f39ce54-998b-42af-96c7-7814542f2e61 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f39ce54-998b-42af-96c7-7814542f2e61 found for delete ", "request_id": "req-57fe0f72-724e-4a5a-84e5-9cf7ce400bbd"}]} 2026-04-26 09:34:51.111 8 INFO neutron.db.l3_hamode_db [None req-0a86e928-79a3-4f31-92f1-4f14263b341e 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] HA network cf62d22d-faab-4659-b559-6685311d3829 was deleted as no HA routers are present in tenant 3685099936aa4ee5b8e7b30777869f8b. [pid: 8|app: 0|req: 1016/2043] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:34:50 2026] DELETE /v2.0/routers/39011312-ef43-4190-848c-624d6380ab14 => generated 0 bytes in 905 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:34:51.146 7 INFO neutron_taas.services.taas.taas_plugin [None req-f8427af0-43da-4fc8-b0b0-573bebe5c1ce dc30e44afbb74edfb0d3b917fef85b63 241b4c192b49456cacd693b19838cf10 - - default default] TaaS: Handle Delete Port: 8323ac50-8395-4094-a238-f4a991f18b0c 2026-04-26 09:34:51.149 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8427af0-43da-4fc8-b0b0-573bebe5c1ce dc30e44afbb74edfb0d3b917fef85b63 241b4c192b49456cacd693b19838cf10 - - default default] Tap Mirror: Handle Delete Port: 8323ac50-8395-4094-a238-f4a991f18b0c [pid: 8|app: 0|req: 1017/2044] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:34:51 2026] DELETE /v2.0/subnets/99007aa6-f5f1-4155-9171-d96bb38572f6 => 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: 1028/2045] 10.0.0.126 () {32 vars in 732 bytes} [Sun Apr 26 09:34:51 2026] DELETE /v2.0/floatingips/ec640e76-137e-44f7-a47f-0078cd999352 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:34:51.366 8 INFO neutron_taas.services.taas.taas_plugin [None req-d90fe0ca-cc2d-4f71-86c8-369103dfd8c0 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: 8ba9a870-5d60-41fc-b9cf-4f3b7def6d66 2026-04-26 09:34:51.369 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d90fe0ca-cc2d-4f71-86c8-369103dfd8c0 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: 8ba9a870-5d60-41fc-b9cf-4f3b7def6d66 [pid: 8|app: 0|req: 1018/2046] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:34:51 2026] DELETE /v2.0/networks/ebad5927-0981-446e-a8e0-5716152ffdb3 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2047] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:51 2026] GET /v2.0/ports?device_id=52220b90-44af-4d41-b487-5a3e7a497e2a => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2048] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:34:51 2026] GET /v2.0/security-groups?id=b63cba31-627f-43d8-bba6-6eaaf4760ba7&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2049] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:34:51 2026] GET /v2.0/security-groups?tenant_id=3685099936aa4ee5b8e7b30777869f8b&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2050] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:34:51 2026] DELETE /v2.0/security-groups/3dfda600-281c-4e5b-8e54-9add9dff4d44 => 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: 1031/2051] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:52 2026] GET /v2.0/ports?device_id=52220b90-44af-4d41-b487-5a3e7a497e2a => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2052] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:34:52 2026] GET /v2.0/security-groups?id=b63cba31-627f-43d8-bba6-6eaaf4760ba7&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:34:53.135 8 INFO neutron.services.segments.plugin [-] Segment d1b98a1b-c5a1-4ec5-a651-9aa6b4ba4f3c resource provider aggregate not found 2026-04-26 09:34:53.143 8 INFO neutron.services.segments.plugin [-] Segment d1b98a1b-c5a1-4ec5-a651-9aa6b4ba4f3c resource provider aggregate not found 2026-04-26 09:34:53.148 8 INFO neutron.services.segments.plugin [-] Segment d1b98a1b-c5a1-4ec5-a651-9aa6b4ba4f3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1b98a1b-c5a1-4ec5-a651-9aa6b4ba4f3c found for delete ", "request_id": "req-142525cc-147a-4b95-a88c-c60405c9694b"}]} 2026-04-26 09:34:53.156 8 INFO neutron.services.segments.plugin [-] Segment d1b98a1b-c5a1-4ec5-a651-9aa6b4ba4f3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1b98a1b-c5a1-4ec5-a651-9aa6b4ba4f3c found for delete ", "request_id": "req-b7650c8d-9daf-44fd-bc8c-ea5265fb083b"}]} [pid: 7|app: 0|req: 1032/2053] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:53 2026] GET /v2.0/ports?device_id=52220b90-44af-4d41-b487-5a3e7a497e2a => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2054] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:34:53 2026] GET /v2.0/security-groups?id=b63cba31-627f-43d8-bba6-6eaaf4760ba7&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2055] 199.204.45.223 () {34 vars in 994 bytes} [Sun Apr 26 09:34:53 2026] GET /v2.0/ports?device_id=52220b90-44af-4d41-b487-5a3e7a497e2a => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:34:54.153 8 INFO neutron_taas.services.taas.taas_plugin [req-772946b2-364e-43b7-a0c2-dccdb8b19c87 req-71c93999-dad2-4bd6-8d88-97adb07fa200 dc30e44afbb74edfb0d3b917fef85b63 241b4c192b49456cacd693b19838cf10 - - default default] TaaS: Handle Delete Port: 80c4d6a4-6858-4766-a4f9-e519a55668de 2026-04-26 09:34:54.156 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-772946b2-364e-43b7-a0c2-dccdb8b19c87 req-71c93999-dad2-4bd6-8d88-97adb07fa200 dc30e44afbb74edfb0d3b917fef85b63 241b4c192b49456cacd693b19838cf10 - - default default] Tap Mirror: Handle Delete Port: 80c4d6a4-6858-4766-a4f9-e519a55668de [pid: 8|app: 0|req: 1023/2056] 199.204.45.223 () {36 vars in 997 bytes} [Sun Apr 26 09:34:54 2026] DELETE /v2.0/ports/80c4d6a4-6858-4766-a4f9-e519a55668de => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:34:54.344 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-92fbe064-0794-4746-844d-22a832455a33'] response: {'server_uuid': '52220b90-44af-4d41-b487-5a3e7a497e2a', 'name': 'network-vif-deleted', 'tag': '80c4d6a4-6858-4766-a4f9-e519a55668de', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1034/2057] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:55 2026] GET /v2.0/ports?device_id=52220b90-44af-4d41-b487-5a3e7a497e2a => 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: 1024/2058] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:56 2026] GET /v2.0/ports?device_id=52220b90-44af-4d41-b487-5a3e7a497e2a => 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: 1035/2059] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:34:57 2026] GET /v2.0/ports?device_id=52220b90-44af-4d41-b487-5a3e7a497e2a => 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: 1025/2060] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:34:58 2026] DELETE /v2.0/security-groups/b63cba31-627f-43d8-bba6-6eaaf4760ba7 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:34:58.832 7 INFO neutron_taas.services.taas.taas_plugin [None req-82d3d7c2-ae3e-4818-b1e0-beb930abfb5e dc30e44afbb74edfb0d3b917fef85b63 241b4c192b49456cacd693b19838cf10 - - default default] TaaS: Handle Delete Port: dbbac2c5-15a4-4ff1-8ac5-27c230d5183d 2026-04-26 09:34:58.834 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82d3d7c2-ae3e-4818-b1e0-beb930abfb5e dc30e44afbb74edfb0d3b917fef85b63 241b4c192b49456cacd693b19838cf10 - - default default] Tap Mirror: Handle Delete Port: dbbac2c5-15a4-4ff1-8ac5-27c230d5183d [pid: 7|app: 0|req: 1036/2061] 10.0.0.126 () {34 vars in 789 bytes} [Sun Apr 26 09:34:58 2026] PUT /v2.0/routers/84c2e12e-6e57-40b4-b57b-50a0361917f8/remove_router_interface => generated 309 bytes in 903 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2062] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:34:59 2026] DELETE /v2.0/subnets/7cbaa285-8bbd-489a-b2b6-dfb3637840e4 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:34:59.748 7 INFO neutron_taas.services.taas.taas_plugin [None req-b2f06a34-0bfc-4ba5-a3a9-4b2d23129d07 dc30e44afbb74edfb0d3b917fef85b63 241b4c192b49456cacd693b19838cf10 - - default default] TaaS: Handle Delete Port: 4040df63-86b9-4f56-b38d-8f5df4b1f534 2026-04-26 09:34:59.751 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2f06a34-0bfc-4ba5-a3a9-4b2d23129d07 dc30e44afbb74edfb0d3b917fef85b63 241b4c192b49456cacd693b19838cf10 - - default default] Tap Mirror: Handle Delete Port: 4040df63-86b9-4f56-b38d-8f5df4b1f534 2026-04-26 09:35:00.005 7 INFO neutron_taas.services.taas.taas_plugin [None req-b2f06a34-0bfc-4ba5-a3a9-4b2d23129d07 dc30e44afbb74edfb0d3b917fef85b63 241b4c192b49456cacd693b19838cf10 - - default default] TaaS: Handle Delete Port: e974ef48-4261-449c-ab92-140b5e1c36db 2026-04-26 09:35:00.009 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2f06a34-0bfc-4ba5-a3a9-4b2d23129d07 dc30e44afbb74edfb0d3b917fef85b63 241b4c192b49456cacd693b19838cf10 - - default default] Tap Mirror: Handle Delete Port: e974ef48-4261-449c-ab92-140b5e1c36db 2026-04-26 09:35:00.411 7 INFO neutron.services.segments.plugin [-] Segment 46dd8ed1-c96f-47d1-a28c-1cfb7aa8a222 resource provider aggregate not found 2026-04-26 09:35:00.414 7 INFO neutron.services.segments.plugin [-] Segment 46dd8ed1-c96f-47d1-a28c-1cfb7aa8a222 resource provider aggregate not found 2026-04-26 09:35:00.434 7 INFO neutron.db.l3_hamode_db [None req-b2f06a34-0bfc-4ba5-a3a9-4b2d23129d07 dc30e44afbb74edfb0d3b917fef85b63 241b4c192b49456cacd693b19838cf10 - - default default] HA network 16c0430b-1eb8-41eb-85ab-ffa351de9a69 was deleted as no HA routers are present in tenant 241b4c192b49456cacd693b19838cf10. 2026-04-26 09:35:00.435 7 INFO neutron.services.segments.plugin [-] Segment 46dd8ed1-c96f-47d1-a28c-1cfb7aa8a222 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46dd8ed1-c96f-47d1-a28c-1cfb7aa8a222 found for delete ", "request_id": "req-308ba9f0-53e5-476d-bf01-90227eeedfec"}]} 2026-04-26 09:35:00.441 7 INFO neutron.services.segments.plugin [-] Segment 46dd8ed1-c96f-47d1-a28c-1cfb7aa8a222 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46dd8ed1-c96f-47d1-a28c-1cfb7aa8a222 found for delete ", "request_id": "req-5fa9bacd-053c-4af8-867e-ac518796b057"}]} [pid: 7|app: 0|req: 1037/2063] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:34:59 2026] DELETE /v2.0/routers/84c2e12e-6e57-40b4-b57b-50a0361917f8 => generated 0 bytes in 896 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:35:00.558 8 INFO neutron_taas.services.taas.taas_plugin [None req-a32a7c8d-9706-4010-90be-c60e77472e35 dc30e44afbb74edfb0d3b917fef85b63 241b4c192b49456cacd693b19838cf10 - - default default] TaaS: Handle Delete Port: 40ee6b99-569f-4f19-9615-a9b582e57e59 2026-04-26 09:35:00.561 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a32a7c8d-9706-4010-90be-c60e77472e35 dc30e44afbb74edfb0d3b917fef85b63 241b4c192b49456cacd693b19838cf10 - - default default] Tap Mirror: Handle Delete Port: 40ee6b99-569f-4f19-9615-a9b582e57e59 2026-04-26 09:35:00.784 8 INFO neutron.services.segments.plugin [-] Segment 11110efb-d550-4bbe-9ec0-8a50394c6e72 resource provider aggregate not found 2026-04-26 09:35:00.789 8 INFO neutron.services.segments.plugin [-] Segment 11110efb-d550-4bbe-9ec0-8a50394c6e72 resource provider aggregate not found 2026-04-26 09:35:00.809 8 INFO neutron.services.segments.plugin [-] Segment 11110efb-d550-4bbe-9ec0-8a50394c6e72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11110efb-d550-4bbe-9ec0-8a50394c6e72 found for delete ", "request_id": "req-908f180c-a07c-4424-b8f6-32529bfad637"}]} 2026-04-26 09:35:00.811 8 INFO neutron.services.segments.plugin [-] Segment 11110efb-d550-4bbe-9ec0-8a50394c6e72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11110efb-d550-4bbe-9ec0-8a50394c6e72 found for delete ", "request_id": "req-640d036d-c665-46c9-89a8-99a0e302dd19"}]} [pid: 8|app: 0|req: 1027/2064] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:35:00 2026] DELETE /v2.0/networks/d9cee74e-9b7e-4673-ba82-d075fb7bd182 => generated 0 bytes in 386 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2065] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:35:01 2026] GET /v2.0/security-groups?tenant_id=241b4c192b49456cacd693b19838cf10&name=default => generated 2925 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2066] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:35:01 2026] DELETE /v2.0/security-groups/84c136de-932f-4e5d-9867-33c684173d63 => 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: 1039/2067] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:35:01 2026] GET /v2.0/security-groups?tenant_id=0845bed5b31d4524b7ef375e0413829f&name=default => generated 2929 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2068] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:35:02 2026] DELETE /v2.0/security-groups/22fcb1bd-de07-42db-b3fa-ccb33d17e035 => 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: 1040/2069] 10.0.0.166 () {34 vars in 990 bytes} [Sun Apr 26 09:35:03 2026] GET /v2.0/ports?device_id=35c5a370-1534-4b17-9bca-780c8132215e => generated 1469 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2070] 10.0.0.166 () {34 vars in 1040 bytes} [Sun Apr 26 09:35:03 2026] GET /v2.0/security-groups?id=ddf5034e-e820-4b72-adf3-0cad86033d15&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2073] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:35:04 2026] GET /v2.0/security-groups?tenant_id=e12d27779adf4cd7b66bf2449ec79a2b&name=default => generated 2929 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2074] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:35:05 2026] DELETE /v2.0/security-groups/cb21f7ae-b56e-4b3b-b6ae-7dfb65dd8579 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:35:07.047 7 INFO neutron.db.segments_db [None req-60717eb9-fb40-46b1-b329-237c764d8f2f 0e0acbf80b7347b1ba33ef1f0e284780 1dbf607ee64440dca86f22558005656c - - default default] Added segment ee4d3c5a-04c0-4857-a8c8-c4b5b40fff7e of type vxlan for network 1af6cab9-2baa-4a4d-aeb5-3840995791c4 [pid: 7|app: 0|req: 1043/2075] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:35:06 2026] POST /v2.0/networks => generated 613 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2076] 10.0.0.126 () {34 vars in 664 bytes} [Sun Apr 26 09:35:07 2026] POST /v2.0/ports => generated 743 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:35:07.571 7 INFO neutron.db.segments_db [None req-f82da319-a8d3-41a0-8dea-84dd0cbb6b41 0e0acbf80b7347b1ba33ef1f0e284780 1dbf607ee64440dca86f22558005656c - - default default] Added segment 7bdea3dd-e3c3-4b75-ac44-b8073fe7fc35 of type vxlan for network a5b7c697-32da-4cf6-adbd-304fe5a7d3ac [pid: 7|app: 0|req: 1044/2077] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:35:07 2026] POST /v2.0/networks => generated 613 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1034/2078] 10.0.0.126 () {34 vars in 664 bytes} [Sun Apr 26 09:35:07 2026] POST /v2.0/ports => generated 743 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:35:08.079 7 INFO neutron.db.segments_db [None req-800a0ecb-79ff-444b-af44-e9237d10f00c 0e0acbf80b7347b1ba33ef1f0e284780 1dbf607ee64440dca86f22558005656c - - default default] Added segment b27b7597-0ccd-4c78-9d3e-303f0c863309 of type vxlan for network 32ac57e9-206b-4571-9966-9ddfd20e30ff [pid: 7|app: 0|req: 1045/2079] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:35:08 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1046/2080] 10.0.0.166 () {34 vars in 990 bytes} [Sun Apr 26 09:35:08 2026] GET /v2.0/ports?device_id=4150f41a-71ce-4bcf-b7f7-96414211c722 => generated 1473 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2081] 10.0.0.166 () {34 vars in 1040 bytes} [Sun Apr 26 09:35:08 2026] GET /v2.0/security-groups?id=ddf5034e-e820-4b72-adf3-0cad86033d15&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2082] 10.0.0.126 () {34 vars in 664 bytes} [Sun Apr 26 09:35:08 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) 2026-04-26 09:35:08.588 7 INFO neutron.db.segments_db [None req-3959080d-dd7f-41f9-8a88-e2bca3341280 0e0acbf80b7347b1ba33ef1f0e284780 1dbf607ee64440dca86f22558005656c - - default default] Added segment da74b228-4fef-471e-9447-5dfc03141095 of type vxlan for network fe8bfa83-93e5-4e28-8133-bf1629de38eb [pid: 7|app: 0|req: 1048/2083] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:35:08 2026] POST /v2.0/networks => generated 613 bytes in 139 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: 1036/2084] 10.0.0.126 () {34 vars in 664 bytes} [Sun Apr 26 09:35:08 2026] POST /v2.0/ports => generated 743 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:35:09.053 7 INFO neutron.db.segments_db [None req-34a8d602-7c54-4aa7-abf9-28bef9200510 0e0acbf80b7347b1ba33ef1f0e284780 1dbf607ee64440dca86f22558005656c - - default default] Added segment 3a43644d-53c0-42f8-811d-b8e549168fcf of type vxlan for network daf981c3-30a7-40c8-bdeb-0d8b98fd360b [pid: 7|app: 0|req: 1049/2085] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:35:08 2026] POST /v2.0/networks => generated 613 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1037/2086] 10.0.0.126 () {34 vars in 664 bytes} [Sun Apr 26 09:35:09 2026] POST /v2.0/ports => generated 743 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1038/2087] 10.0.0.126 () {34 vars in 747 bytes} [Sun Apr 26 09:35:09 2026] PUT /v2.0/ports/8e6e0b3a-05d1-4910-b4ba-aa037e5c476f/tags => generated 17 bytes in 78 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: 1039/2088] 10.0.0.126 () {34 vars in 747 bytes} [Sun Apr 26 09:35:09 2026] PUT /v2.0/ports/384f9d7d-12b9-4f58-83c2-baeacd93f36a/tags => generated 25 bytes in 73 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: 1040/2089] 10.0.0.126 () {34 vars in 747 bytes} [Sun Apr 26 09:35:09 2026] PUT /v2.0/ports/8ea2ff0b-79b8-4249-a6f6-466b89c0c138/tags => generated 34 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-26 09:35:09.777 7 INFO neutron.db.segments_db [None req-5fac8716-849b-4459-9312-cee42526e83d ca0f84757b0e49a1b490c2b112aaf311 b71e408039c0487789b3dc90f5074313 - - default default] Added segment 4ef7c194-0823-4ee7-b622-2a8391e50399 of type vxlan for network 30df63bf-bdad-47c0-93a6-4dcf8110c81f [pid: 8|app: 0|req: 1041/2090] 10.0.0.126 () {34 vars in 747 bytes} [Sun Apr 26 09:35:09 2026] PUT /v2.0/ports/533eb7d8-1c1a-4362-8138-ef4a50e5e861/tags => generated 19 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1050/2091] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:35:09 2026] POST /v2.0/networks => generated 707 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2092] 10.0.0.126 () {32 vars in 660 bytes} [Sun Apr 26 09:35:09 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2093] 10.0.0.126 () {32 vars in 674 bytes} [Sun Apr 26 09:35:09 2026] GET /v2.0/ports?tags=red%2Cblue => 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: 1044/2094] 10.0.0.126 () {32 vars in 670 bytes} [Sun Apr 26 09:35:09 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2095] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:35:09 2026] POST /v2.0/subnets => generated 644 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2096] 10.0.0.126 () {32 vars in 682 bytes} [Sun Apr 26 09:35:10 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:35:10.072 7 WARNING neutron.api.v2.base [None req-42cd24c1-4a76-4427-99b8-0700a6c2924f ca0f84757b0e49a1b490c2b112aaf311 b71e408039c0487789b3dc90f5074313 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-04-26 09:35:10.073 7 INFO neutron.api.v2.resource [None req-42cd24c1-4a76-4427-99b8-0700a6c2924f ca0f84757b0e49a1b490c2b112aaf311 b71e408039c0487789b3dc90f5074313 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1052/2097] 10.0.0.126 () {34 vars in 681 bytes} [Sun Apr 26 09:35:10 2026] POST /v2.0/rbac-policies => generated 143 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2098] 10.0.0.126 () {32 vars in 668 bytes} [Sun Apr 26 09:35:10 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2099] 10.0.0.126 () {32 vars in 682 bytes} [Sun Apr 26 09:35:10 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:35:10.278 7 INFO neutron.services.segments.plugin [-] Segment 4ef7c194-0823-4ee7-b622-2a8391e50399 resource provider aggregate not found [pid: 8|app: 0|req: 1048/2100] 10.0.0.126 () {32 vars in 678 bytes} [Sun Apr 26 09:35:10 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:35:10.288 7 INFO neutron.services.segments.plugin [-] Segment 4ef7c194-0823-4ee7-b622-2a8391e50399 resource provider aggregate not found 2026-04-26 09:35:10.304 7 INFO neutron.services.segments.plugin [-] Segment 4ef7c194-0823-4ee7-b622-2a8391e50399 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ef7c194-0823-4ee7-b622-2a8391e50399 found for delete ", "request_id": "req-c154ad53-6365-4f6e-bdb6-258f00fe673a"}]} 2026-04-26 09:35:10.308 7 INFO neutron.services.segments.plugin [-] Segment 4ef7c194-0823-4ee7-b622-2a8391e50399 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ef7c194-0823-4ee7-b622-2a8391e50399 found for delete ", "request_id": "req-46235c77-b980-4d2c-9ed9-21bcb95a0c41"}]} [pid: 7|app: 0|req: 1053/2101] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:35:10 2026] DELETE /v2.0/networks/30df63bf-bdad-47c0-93a6-4dcf8110c81f => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2102] 10.0.0.126 () {32 vars in 690 bytes} [Sun Apr 26 09:35:10 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:35:10.393 7 INFO neutron.db.segments_db [None req-9ee1989d-8fe0-4dc7-aec8-e1ae44d5d030 ca0f84757b0e49a1b490c2b112aaf311 b71e408039c0487789b3dc90f5074313 - - default default] Added segment 2aef946b-e68a-46bc-9b0a-ac2a8f63d8c5 of type vxlan for network 12df1e74-cc93-4e67-96bb-762b68c9ec58 2026-04-26 09:35:10.444 8 INFO neutron_taas.services.taas.taas_plugin [None req-c1781e6a-390f-4481-b198-a34d9e7e5428 0e0acbf80b7347b1ba33ef1f0e284780 1dbf607ee64440dca86f22558005656c - - default default] TaaS: Handle Delete Port: 8e6e0b3a-05d1-4910-b4ba-aa037e5c476f 2026-04-26 09:35:10.447 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1781e6a-390f-4481-b198-a34d9e7e5428 0e0acbf80b7347b1ba33ef1f0e284780 1dbf607ee64440dca86f22558005656c - - default default] Tap Mirror: Handle Delete Port: 8e6e0b3a-05d1-4910-b4ba-aa037e5c476f [pid: 7|app: 0|req: 1054/2103] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:35:10 2026] POST /v2.0/networks => generated 707 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2104] 10.0.0.126 () {32 vars in 720 bytes} [Sun Apr 26 09:35:10 2026] DELETE /v2.0/ports/8e6e0b3a-05d1-4910-b4ba-aa037e5c476f => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:35:10.629 8 INFO neutron_taas.services.taas.taas_plugin [None req-f4379203-9646-4718-a6fa-47aca12e5228 0e0acbf80b7347b1ba33ef1f0e284780 1dbf607ee64440dca86f22558005656c - - default default] TaaS: Handle Delete Port: 384f9d7d-12b9-4f58-83c2-baeacd93f36a 2026-04-26 09:35:10.633 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4379203-9646-4718-a6fa-47aca12e5228 0e0acbf80b7347b1ba33ef1f0e284780 1dbf607ee64440dca86f22558005656c - - default default] Tap Mirror: Handle Delete Port: 384f9d7d-12b9-4f58-83c2-baeacd93f36a [pid: 7|app: 0|req: 1055/2105] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:35:10 2026] POST /v2.0/subnets => generated 647 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:35:10.675 7 WARNING neutron.api.v2.base [None req-8795a8de-3683-436f-af76-883de92517e8 ca0f84757b0e49a1b490c2b112aaf311 b71e408039c0487789b3dc90f5074313 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-04-26 09:35:10.676 7 INFO neutron.api.v2.resource [None req-8795a8de-3683-436f-af76-883de92517e8 ca0f84757b0e49a1b490c2b112aaf311 b71e408039c0487789b3dc90f5074313 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1056/2106] 10.0.0.126 () {34 vars in 681 bytes} [Sun Apr 26 09:35:10 2026] POST /v2.0/rbac-policies => generated 547 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2107] 10.0.0.126 () {32 vars in 720 bytes} [Sun Apr 26 09:35:10 2026] DELETE /v2.0/ports/384f9d7d-12b9-4f58-83c2-baeacd93f36a => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:35:10.821 8 INFO neutron_taas.services.taas.taas_plugin [None req-2e83e2c8-ee47-4362-bfef-826b3d3bacd7 0e0acbf80b7347b1ba33ef1f0e284780 1dbf607ee64440dca86f22558005656c - - default default] TaaS: Handle Delete Port: 8ea2ff0b-79b8-4249-a6f6-466b89c0c138 2026-04-26 09:35:10.824 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e83e2c8-ee47-4362-bfef-826b3d3bacd7 0e0acbf80b7347b1ba33ef1f0e284780 1dbf607ee64440dca86f22558005656c - - default default] Tap Mirror: Handle Delete Port: 8ea2ff0b-79b8-4249-a6f6-466b89c0c138 [pid: 7|app: 0|req: 1057/2108] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:35:10 2026] DELETE /v2.0/networks/12df1e74-cc93-4e67-96bb-762b68c9ec58 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2109] 10.0.0.126 () {32 vars in 720 bytes} [Sun Apr 26 09:35:10 2026] DELETE /v2.0/ports/8ea2ff0b-79b8-4249-a6f6-466b89c0c138 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:35:10.931 7 INFO neutron.db.segments_db [None req-0a78eecd-8591-42f5-b6df-1054766b0065 ca0f84757b0e49a1b490c2b112aaf311 b71e408039c0487789b3dc90f5074313 - - default default] Added segment da64b020-08bb-4110-9328-3a5e9e3fd000 of type vxlan for network 6175d1ad-8c93-4154-be33-72ec2f81ce13 [pid: 7|app: 0|req: 1058/2110] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:35:10 2026] POST /v2.0/networks => generated 706 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:35:11.031 8 INFO neutron_taas.services.taas.taas_plugin [None req-c0674b30-a1b1-46bc-b90b-70c56e6a6f48 0e0acbf80b7347b1ba33ef1f0e284780 1dbf607ee64440dca86f22558005656c - - default default] TaaS: Handle Delete Port: 533eb7d8-1c1a-4362-8138-ef4a50e5e861 2026-04-26 09:35:11.034 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0674b30-a1b1-46bc-b90b-70c56e6a6f48 0e0acbf80b7347b1ba33ef1f0e284780 1dbf607ee64440dca86f22558005656c - - default default] Tap Mirror: Handle Delete Port: 533eb7d8-1c1a-4362-8138-ef4a50e5e861 [pid: 8|app: 0|req: 1053/2111] 10.0.0.126 () {32 vars in 720 bytes} [Sun Apr 26 09:35:10 2026] DELETE /v2.0/ports/533eb7d8-1c1a-4362-8138-ef4a50e5e861 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:35:11.188 8 INFO neutron_taas.services.taas.taas_plugin [None req-9d795e96-9334-4f43-a333-a0661f5b8d62 0e0acbf80b7347b1ba33ef1f0e284780 1dbf607ee64440dca86f22558005656c - - default default] TaaS: Handle Delete Port: dac955f6-5c06-46de-b946-bf4a4297a3c3 2026-04-26 09:35:11.191 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d795e96-9334-4f43-a333-a0661f5b8d62 0e0acbf80b7347b1ba33ef1f0e284780 1dbf607ee64440dca86f22558005656c - - default default] Tap Mirror: Handle Delete Port: dac955f6-5c06-46de-b946-bf4a4297a3c3 [pid: 7|app: 0|req: 1059/2112] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:35:11 2026] POST /v2.0/subnets => generated 647 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2113] 10.0.0.126 () {32 vars in 720 bytes} [Sun Apr 26 09:35:11 2026] DELETE /v2.0/ports/dac955f6-5c06-46de-b946-bf4a4297a3c3 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:35:11.412 8 INFO neutron.services.segments.plugin [-] Segment ee4d3c5a-04c0-4857-a8c8-c4b5b40fff7e resource provider aggregate not found 2026-04-26 09:35:11.417 8 INFO neutron.services.segments.plugin [-] Segment ee4d3c5a-04c0-4857-a8c8-c4b5b40fff7e resource provider aggregate not found 2026-04-26 09:35:11.431 8 INFO neutron.services.segments.plugin [-] Segment ee4d3c5a-04c0-4857-a8c8-c4b5b40fff7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee4d3c5a-04c0-4857-a8c8-c4b5b40fff7e found for delete ", "request_id": "req-316a0c63-eb20-4cd0-9900-622028395453"}]} 2026-04-26 09:35:11.439 8 INFO neutron.services.segments.plugin [-] Segment ee4d3c5a-04c0-4857-a8c8-c4b5b40fff7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee4d3c5a-04c0-4857-a8c8-c4b5b40fff7e found for delete ", "request_id": "req-b4ccdb72-67a2-4854-8368-dfb1648311bb"}]} [pid: 8|app: 0|req: 1055/2114] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:35:11 2026] DELETE /v2.0/networks/1af6cab9-2baa-4a4d-aeb5-3840995791c4 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2115] 10.0.0.126 () {34 vars in 681 bytes} [Sun Apr 26 09:35:11 2026] POST /v2.0/rbac-policies => generated 324 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2116] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:35:11 2026] DELETE /v2.0/networks/a5b7c697-32da-4cf6-adbd-304fe5a7d3ac => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2117] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:35:11 2026] DELETE /v2.0/networks/32ac57e9-206b-4571-9966-9ddfd20e30ff => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2118] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:35:11 2026] DELETE /v2.0/networks/fe8bfa83-93e5-4e28-8133-bf1629de38eb => 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: 1062/2119] 10.0.0.126 () {32 vars in 723 bytes} [Sun Apr 26 09:35:11 2026] GET /v2.0/networks/6175d1ad-8c93-4154-be33-72ec2f81ce13 => generated 653 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2120] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:35:11 2026] DELETE /v2.0/networks/daf981c3-30a7-40c8-bdeb-0d8b98fd360b => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:35:12.325 7 INFO neutron.services.segments.plugin [-] Segment 2aef946b-e68a-46bc-9b0a-ac2a8f63d8c5 resource provider aggregate not found 2026-04-26 09:35:12.331 7 INFO neutron.services.segments.plugin [-] Segment 2aef946b-e68a-46bc-9b0a-ac2a8f63d8c5 resource provider aggregate not found 2026-04-26 09:35:12.343 7 INFO neutron.services.segments.plugin [-] Segment 2aef946b-e68a-46bc-9b0a-ac2a8f63d8c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2aef946b-e68a-46bc-9b0a-ac2a8f63d8c5 found for delete ", "request_id": "req-1e06f723-9677-4a08-bd42-ee21c01621cc"}]} 2026-04-26 09:35:12.350 7 INFO neutron.services.segments.plugin [-] Segment 2aef946b-e68a-46bc-9b0a-ac2a8f63d8c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2aef946b-e68a-46bc-9b0a-ac2a8f63d8c5 found for delete ", "request_id": "req-e4ff3124-ab0e-40c6-a295-b95244294384"}]} 2026-04-26 09:35:12.361 7 INFO neutron.services.segments.plugin [-] Segment b27b7597-0ccd-4c78-9d3e-303f0c863309 resource provider aggregate not found 2026-04-26 09:35:12.366 7 INFO neutron.services.segments.plugin [-] Segment b27b7597-0ccd-4c78-9d3e-303f0c863309 resource provider aggregate not found 2026-04-26 09:35:12.377 7 INFO neutron.services.segments.plugin [-] Segment b27b7597-0ccd-4c78-9d3e-303f0c863309 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b27b7597-0ccd-4c78-9d3e-303f0c863309 found for delete ", "request_id": "req-963e9751-7d7c-49e6-9778-d6888c78ef33"}]} 2026-04-26 09:35:12.378 7 INFO neutron.services.segments.plugin [-] Segment b27b7597-0ccd-4c78-9d3e-303f0c863309 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b27b7597-0ccd-4c78-9d3e-303f0c863309 found for delete ", "request_id": "req-468aa951-9ba2-438b-83a4-bd788fed049c"}]} 2026-04-26 09:35:12.497 7 INFO neutron.pecan_wsgi.hooks.translation [None req-91ba74c3-203d-4c0d-991b-922308aa18f1 8cbea0c49f904a44abf725826924387f 5bb59fe259c44988923893c5235cd0f9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1063/2121] 10.0.0.126 () {32 vars in 723 bytes} [Sun Apr 26 09:35:12 2026] GET /v2.0/networks/6175d1ad-8c93-4154-be33-72ec2f81ce13 => generated 138 bytes in 181 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:35:12.621 8 INFO neutron_taas.services.taas.taas_plugin [None req-c8f06694-a633-409e-8d3c-d9e559d7457a ca0f84757b0e49a1b490c2b112aaf311 b71e408039c0487789b3dc90f5074313 - - default default] TaaS: Handle Delete Port: fd014ede-46cc-47a7-87be-3ded55556c41 2026-04-26 09:35:12.623 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8f06694-a633-409e-8d3c-d9e559d7457a ca0f84757b0e49a1b490c2b112aaf311 b71e408039c0487789b3dc90f5074313 - - default default] Tap Mirror: Handle Delete Port: fd014ede-46cc-47a7-87be-3ded55556c41 [pid: 8|app: 0|req: 1059/2122] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:35:12 2026] DELETE /v2.0/networks/6175d1ad-8c93-4154-be33-72ec2f81ce13 => generated 0 bytes in 450 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:35:12.979 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7125083b-ea54-4452-9402-ee1571dae856 ca0f84757b0e49a1b490c2b112aaf311 b71e408039c0487789b3dc90f5074313 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1060/2123] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:35:12 2026] DELETE /v2.0/subnets/0d5500e9-8b5f-4162-b404-92732ae43798 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:35:13.005 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2d258866-dadc-48a5-a0a1-297874fbc6b0 ca0f84757b0e49a1b490c2b112aaf311 b71e408039c0487789b3dc90f5074313 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1061/2124] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:35:12 2026] DELETE /v2.0/subnets/2f0c9b84-f6b6-4f1f-bed8-62c0a57f7ca4 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:35:13.025 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fcfdb849-6949-4b61-b9d6-bbe256c3ff79 ca0f84757b0e49a1b490c2b112aaf311 b71e408039c0487789b3dc90f5074313 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1062/2125] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:35:13 2026] DELETE /v2.0/subnets/026a2c43-ad24-4c0d-8ceb-cc1f574b6d47 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2126] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:35:12 2026] GET /v2.0/security-groups?tenant_id=00f52903255641e5bf5efcaa97119ca1&name=default => generated 2929 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2127] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:35:13 2026] DELETE /v2.0/security-groups/29a506cb-cc0b-4ee2-9872-9b357b2c84df => 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: 1065/2128] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:35:13 2026] GET /v2.0/security-groups?tenant_id=1dbf607ee64440dca86f22558005656c&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:35:13.452 8 INFO neutron.services.segments.plugin [-] Segment 7bdea3dd-e3c3-4b75-ac44-b8073fe7fc35 resource provider aggregate not found 2026-04-26 09:35:13.466 8 INFO neutron.services.segments.plugin [-] Segment 7bdea3dd-e3c3-4b75-ac44-b8073fe7fc35 resource provider aggregate not found [pid: 8|app: 0|req: 1064/2129] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:35:13 2026] DELETE /v2.0/security-groups/c136add8-c0a6-4cd1-b2fc-72237a134554 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:35:13.485 8 INFO neutron.services.segments.plugin [-] Segment 7bdea3dd-e3c3-4b75-ac44-b8073fe7fc35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7bdea3dd-e3c3-4b75-ac44-b8073fe7fc35 found for delete ", "request_id": "req-bf2e7618-2278-4297-85ed-ae4e1afacef3"}]} 2026-04-26 09:35:13.500 8 INFO neutron.services.segments.plugin [-] Segment 7bdea3dd-e3c3-4b75-ac44-b8073fe7fc35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7bdea3dd-e3c3-4b75-ac44-b8073fe7fc35 found for delete ", "request_id": "req-a786c7b0-9fe1-4e15-9c28-c823245267a7"}]} 2026-04-26 09:35:13.506 8 INFO neutron.services.segments.plugin [-] Segment da74b228-4fef-471e-9447-5dfc03141095 resource provider aggregate not found 2026-04-26 09:35:13.522 8 INFO neutron.services.segments.plugin [-] Segment da74b228-4fef-471e-9447-5dfc03141095 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da74b228-4fef-471e-9447-5dfc03141095 found for delete ", "request_id": "req-cc0a7175-1143-4fbe-930c-00ccbc381f10"}]} 2026-04-26 09:35:13.527 8 INFO neutron.services.segments.plugin [-] Segment da74b228-4fef-471e-9447-5dfc03141095 resource provider aggregate not found 2026-04-26 09:35:13.542 8 INFO neutron.services.segments.plugin [-] Segment da74b228-4fef-471e-9447-5dfc03141095 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da74b228-4fef-471e-9447-5dfc03141095 found for delete ", "request_id": "req-5920a1bc-aab9-4999-ae94-9a2d1fe75ea2"}]} 2026-04-26 09:35:13.547 8 INFO neutron.services.segments.plugin [-] Segment 3a43644d-53c0-42f8-811d-b8e549168fcf resource provider aggregate not found 2026-04-26 09:35:13.566 8 INFO neutron.services.segments.plugin [-] Segment 3a43644d-53c0-42f8-811d-b8e549168fcf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a43644d-53c0-42f8-811d-b8e549168fcf found for delete ", "request_id": "req-3f762659-3b9b-481d-9048-cb79fdcee742"}]} 2026-04-26 09:35:13.571 8 INFO neutron.services.segments.plugin [-] Segment 3a43644d-53c0-42f8-811d-b8e549168fcf resource provider aggregate not found 2026-04-26 09:35:13.586 8 INFO neutron.services.segments.plugin [-] Segment da64b020-08bb-4110-9328-3a5e9e3fd000 resource provider aggregate not found 2026-04-26 09:35:13.595 8 INFO neutron.services.segments.plugin [-] Segment 3a43644d-53c0-42f8-811d-b8e549168fcf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a43644d-53c0-42f8-811d-b8e549168fcf found for delete ", "request_id": "req-00196961-e89d-4197-a11d-2ddc2f8dc063"}]} 2026-04-26 09:35:13.607 8 INFO neutron.services.segments.plugin [-] Segment da64b020-08bb-4110-9328-3a5e9e3fd000 resource provider aggregate not found 2026-04-26 09:35:13.610 8 INFO neutron.services.segments.plugin [-] Segment da64b020-08bb-4110-9328-3a5e9e3fd000 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da64b020-08bb-4110-9328-3a5e9e3fd000 found for delete ", "request_id": "req-047a93a7-5e82-40f7-8b9b-646bc91ae613"}]} 2026-04-26 09:35:13.617 8 INFO neutron.services.segments.plugin [-] Segment da64b020-08bb-4110-9328-3a5e9e3fd000 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da64b020-08bb-4110-9328-3a5e9e3fd000 found for delete ", "request_id": "req-1d15f569-c5de-4772-ad17-c672d81a2859"}]} [pid: 7|app: 0|req: 1066/2130] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:35:13 2026] GET /v2.0/security-groups?tenant_id=03d82705adda4562aeee5581f3c99053&name=default => generated 2929 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2131] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:35:13 2026] DELETE /v2.0/security-groups/e78bb909-ce4c-406a-87ce-35a3bfad163f => 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: 1067/2132] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:35:13 2026] GET /v2.0/security-groups?tenant_id=b71e408039c0487789b3dc90f5074313&name=default => generated 2929 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2133] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:35:14 2026] DELETE /v2.0/security-groups/15c2c978-ae96-46a2-8986-be218e50dd62 => 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: 1068/2134] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:35:14 2026] GET /v2.0/security-groups?tenant_id=5bb59fe259c44988923893c5235cd0f9&name=default => generated 2929 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2135] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:35:14 2026] DELETE /v2.0/security-groups/fa8dbc3b-9e75-462a-989b-5daf53dedebe => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2136] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:35:14 2026] GET /v2.0/security-groups?tenant_id=99cb761d49654ee49fdf75ba8602d0d1&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: 1068/2137] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:35:14 2026] DELETE /v2.0/security-groups/5c13680a-193c-4fb1-b120-abda76784145 => 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: 1070/2138] 10.0.0.126 () {34 vars in 676 bytes} [Sun Apr 26 09:35:17 2026] POST /v2.0/floatingips => generated 552 bytes in 664 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2139] 10.0.0.126 () {34 vars in 759 bytes} [Sun Apr 26 09:35:17 2026] PUT /v2.0/floatingips/8339f68c-3a99-43df-bdb1-ac2be0b0661c/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2140] 10.0.0.126 () {32 vars in 739 bytes} [Sun Apr 26 09:35:17 2026] GET /v2.0/floatingips/8339f68c-3a99-43df-bdb1-ac2be0b0661c/tags => generated 25 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2141] 10.0.0.126 () {34 vars in 770 bytes} [Sun Apr 26 09:35:18 2026] PUT /v2.0/floatingips/8339f68c-3a99-43df-bdb1-ac2be0b0661c/tags/green => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2142] 10.0.0.126 () {32 vars in 739 bytes} [Sun Apr 26 09:35:18 2026] GET /v2.0/floatingips/8339f68c-3a99-43df-bdb1-ac2be0b0661c/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: 1071/2143] 10.0.0.126 () {34 vars in 766 bytes} [Sun Apr 26 09:35:18 2026] PUT /v2.0/floatingips/8339f68c-3a99-43df-bdb1-ac2be0b0661c/tags/red => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2144] 10.0.0.126 () {32 vars in 739 bytes} [Sun Apr 26 09:35:18 2026] GET /v2.0/floatingips/8339f68c-3a99-43df-bdb1-ac2be0b0661c/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: 1072/2145] 10.0.0.126 () {34 vars in 788 bytes} [Sun Apr 26 09:35:18 2026] PUT /v2.0/floatingips/8339f68c-3a99-43df-bdb1-ac2be0b0661c/tags/black.or.white => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2146] 10.0.0.126 () {32 vars in 739 bytes} [Sun Apr 26 09:35:18 2026] GET /v2.0/floatingips/8339f68c-3a99-43df-bdb1-ac2be0b0661c/tags => generated 52 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2147] 10.0.0.126 () {34 vars in 759 bytes} [Sun Apr 26 09:35:18 2026] PUT /v2.0/floatingips/8339f68c-3a99-43df-bdb1-ac2be0b0661c/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2148] 10.0.0.126 () {32 vars in 739 bytes} [Sun Apr 26 09:35:18 2026] GET /v2.0/floatingips/8339f68c-3a99-43df-bdb1-ac2be0b0661c/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2149] 10.0.0.126 () {32 vars in 747 bytes} [Sun Apr 26 09:35:18 2026] GET /v2.0/floatingips/8339f68c-3a99-43df-bdb1-ac2be0b0661c/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:35:18.539 7 INFO neutron.api.v2.resource [None req-a92f868b-a16e-47cb-81e3-a188b4f469b8 b862fcdc1a4345c2b21bf5e2490f7541 8937e47a0e55496099e33de2bb1082f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1076/2150] 10.0.0.126 () {32 vars in 751 bytes} [Sun Apr 26 09:35:18 2026] GET /v2.0/floatingips/8339f68c-3a99-43df-bdb1-ac2be0b0661c/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: 1075/2151] 10.0.0.126 () {32 vars in 750 bytes} [Sun Apr 26 09:35:18 2026] DELETE /v2.0/floatingips/8339f68c-3a99-43df-bdb1-ac2be0b0661c/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2152] 10.0.0.126 () {32 vars in 739 bytes} [Sun Apr 26 09:35:18 2026] GET /v2.0/floatingips/8339f68c-3a99-43df-bdb1-ac2be0b0661c/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:35:18.692 8 INFO neutron.api.v2.resource [None req-9a9fdec2-70da-432a-b776-f0077bf68f93 b862fcdc1a4345c2b21bf5e2490f7541 8937e47a0e55496099e33de2bb1082f6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1076/2153] 10.0.0.126 () {32 vars in 754 bytes} [Sun Apr 26 09:35:18 2026] DELETE /v2.0/floatingips/8339f68c-3a99-43df-bdb1-ac2be0b0661c/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: 1078/2154] 10.0.0.126 () {32 vars in 742 bytes} [Sun Apr 26 09:35:18 2026] DELETE /v2.0/floatingips/8339f68c-3a99-43df-bdb1-ac2be0b0661c/tags => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2155] 10.0.0.126 () {32 vars in 739 bytes} [Sun Apr 26 09:35:18 2026] GET /v2.0/floatingips/8339f68c-3a99-43df-bdb1-ac2be0b0661c/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:35:18.891 7 INFO neutron_taas.services.taas.taas_plugin [None req-2a4c1840-d6fc-4729-92a2-ded2ead49023 b862fcdc1a4345c2b21bf5e2490f7541 8937e47a0e55496099e33de2bb1082f6 - - default default] TaaS: Handle Delete Port: 9537b491-e445-4fdc-9297-d3d196e967a8 2026-04-26 09:35:18.893 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a4c1840-d6fc-4729-92a2-ded2ead49023 b862fcdc1a4345c2b21bf5e2490f7541 8937e47a0e55496099e33de2bb1082f6 - - default default] Tap Mirror: Handle Delete Port: 9537b491-e445-4fdc-9297-d3d196e967a8 [pid: 7|app: 0|req: 1079/2158] 10.0.0.126 () {32 vars in 732 bytes} [Sun Apr 26 09:35:18 2026] DELETE /v2.0/floatingips/8339f68c-3a99-43df-bdb1-ac2be0b0661c => generated 0 bytes in 254 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2159] 10.0.0.126 () {34 vars in 684 bytes} [Sun Apr 26 09:35:18 2026] POST /v2.0/security-groups => generated 1603 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2160] 10.0.0.126 () {34 vars in 684 bytes} [Sun Apr 26 09:35:19 2026] POST /v2.0/security-groups => generated 1603 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2161] 10.0.0.126 () {34 vars in 684 bytes} [Sun Apr 26 09:35:19 2026] POST /v2.0/security-groups => generated 1603 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2162] 10.0.0.126 () {34 vars in 684 bytes} [Sun Apr 26 09:35:19 2026] POST /v2.0/security-groups => generated 1603 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2163] 10.0.0.126 () {34 vars in 684 bytes} [Sun Apr 26 09:35:19 2026] POST /v2.0/security-groups => generated 1603 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2164] 10.0.0.126 () {34 vars in 767 bytes} [Sun Apr 26 09:35:19 2026] PUT /v2.0/security-groups/5587999e-37e6-48a3-b0e5-0b5c3f08aab4/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: 1082/2165] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:35:19 2026] GET /v2.0/security-groups?tenant_id=1faa63bc36734a8889f421fcfed0f1fe&name=default => generated 2929 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2166] 10.0.0.126 () {34 vars in 767 bytes} [Sun Apr 26 09:35:19 2026] PUT /v2.0/security-groups/ac93e1e7-d147-4dc8-859e-b97b847b6a2f/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2167] 10.0.0.126 () {34 vars in 767 bytes} [Sun Apr 26 09:35:19 2026] PUT /v2.0/security-groups/eba50d45-b270-498c-a00f-647400bab7f3/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: 1083/2168] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:35:19 2026] DELETE /v2.0/security-groups/55d8de4b-d35f-447f-92a5-89a1188850f8 => 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: 1086/2169] 10.0.0.126 () {34 vars in 767 bytes} [Sun Apr 26 09:35:20 2026] PUT /v2.0/security-groups/79623a71-f25f-4aa6-8f77-25e12db7cbb8/tags => generated 19 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2170] 10.0.0.126 () {32 vars in 680 bytes} [Sun Apr 26 09:35:20 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2171] 10.0.0.126 () {32 vars in 721 bytes} [Sun Apr 26 09:35:20 2026] GET /v2.0/subnets/c99b88e3-a319-4f72-ba5d-9cd063bb846a => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2172] 10.0.0.126 () {32 vars in 694 bytes} [Sun Apr 26 09:35:20 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2173] 10.0.0.126 () {32 vars in 690 bytes} [Sun Apr 26 09:35:20 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2174] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:35:20 2026] GET /v2.0/security-groups?tenant_id=8937e47a0e55496099e33de2bb1082f6&name=default => generated 2929 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2175] 10.0.0.126 () {32 vars in 702 bytes} [Sun Apr 26 09:35:20 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2176] 10.0.0.126 () {32 vars in 688 bytes} [Sun Apr 26 09:35:20 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2177] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:35:20 2026] DELETE /v2.0/security-groups/21caffcb-a36a-4cff-b9a5-080c23f13275 => 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: 1089/2178] 10.0.0.126 () {32 vars in 702 bytes} [Sun Apr 26 09:35:20 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2179] 10.0.0.126 () {32 vars in 698 bytes} [Sun Apr 26 09:35:20 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2180] 10.0.0.126 () {32 vars in 710 bytes} [Sun Apr 26 09:35:20 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2181] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:35:20 2026] DELETE /v2.0/security-groups/5587999e-37e6-48a3-b0e5-0b5c3f08aab4 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2182] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:35:20 2026] DELETE /v2.0/security-groups/ac93e1e7-d147-4dc8-859e-b97b847b6a2f => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2183] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:35:20 2026] DELETE /v2.0/security-groups/eba50d45-b270-498c-a00f-647400bab7f3 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2184] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:35:20 2026] DELETE /v2.0/security-groups/79623a71-f25f-4aa6-8f77-25e12db7cbb8 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2185] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:35:20 2026] DELETE /v2.0/security-groups/8cae248f-5b57-4a38-873a-a32976d161b6 => 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: 1093/2186] 10.0.0.244 () {30 vars in 690 bytes} [Sun Apr 26 09:35:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2187] 10.0.0.244 () {30 vars in 692 bytes} [Sun Apr 26 09:35:21 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: 1094/2188] 10.0.0.244 () {30 vars in 668 bytes} [Sun Apr 26 09:35:21 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: 1095/2189] 10.0.0.244 () {30 vars in 704 bytes} [Sun Apr 26 09:35:21 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: 1095/2190] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:35:21 2026] GET /v2.0/security-groups?tenant_id=ae0dc947c2c6446a812e74beafa2f317&name=default => generated 2929 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2191] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:35:21 2026] DELETE /v2.0/security-groups/f5781dc2-6b72-40eb-91c6-b4cb2ed529a5 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2192] 10.0.0.244 () {28 vars in 439 bytes} [Sun Apr 26 09:35:22 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2193] 10.0.0.244 () {30 vars in 728 bytes} [Sun Apr 26 09:35:22 2026] GET /v2.0/subnets/c99b88e3-a319-4f72-ba5d-9cd063bb846a => generated 658 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2194] 10.0.0.244 () {30 vars in 690 bytes} [Sun Apr 26 09:35:22 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: 1099/2195] 10.0.0.244 () {30 vars in 692 bytes} [Sun Apr 26 09:35:22 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: 1100/2196] 10.0.0.244 () {30 vars in 668 bytes} [Sun Apr 26 09:35:22 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: 1101/2197] 10.0.0.244 () {30 vars in 704 bytes} [Sun Apr 26 09:35:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2198] 10.0.0.244 () {30 vars in 728 bytes} [Sun Apr 26 09:35:22 2026] GET /v2.0/subnets/c99b88e3-a319-4f72-ba5d-9cd063bb846a => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2199] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:35:22 2026] GET /v2.0/security-groups?tenant_id=c326f4e19d694967911f165e6c9ad488&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2200] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:35:22 2026] DELETE /v2.0/security-groups/3b59d56d-89c2-4152-8507-a72648819081 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2201] 10.0.0.244 () {30 vars in 690 bytes} [Sun Apr 26 09:35:22 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: 1104/2202] 10.0.0.244 () {30 vars in 692 bytes} [Sun Apr 26 09:35:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2203] 10.0.0.244 () {30 vars in 668 bytes} [Sun Apr 26 09:35:22 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: 1105/2204] 10.0.0.244 () {30 vars in 704 bytes} [Sun Apr 26 09:35:22 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: 1100/2205] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:35:22 2026] GET /v2.0/security-groups?tenant_id=229423b21dae48b2b53ba38fe7399ac7&name=default => generated 2929 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2206] 10.0.0.244 () {30 vars in 730 bytes} [Sun Apr 26 09:35:22 2026] GET /v2.0/networks/aebc6c27-3e33-4107-92bd-8d5939fb6675 => generated 800 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2207] 10.0.0.244 () {30 vars in 682 bytes} [Sun Apr 26 09:35:22 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2208] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:35:22 2026] DELETE /v2.0/security-groups/c1f54726-fecd-4d28-b6d4-764464ea5fcf => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2209] 10.0.0.244 () {34 vars in 704 bytes} [Sun Apr 26 09:35:22 2026] POST /v2.0/ports => generated 1132 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-26 09:35:24.054 7 INFO neutron.db.segments_db [None req-6e08fd0d-bbaa-4ffb-81cd-0a63ec52198f 6b90507662c74b23bb4a61a54e1e16bf 329210589898450892ca716674d713e0 - - default default] Added segment cabaff5f-4ea6-40a8-a26f-b25114b248c7 of type vxlan for network b0bec034-c6e4-46ee-955d-574220466222 [pid: 7|app: 0|req: 1102/2210] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:35:23 2026] POST /v2.0/networks => generated 613 bytes in 434 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: 1109/2211] 10.0.0.126 () {34 vars in 664 bytes} [Sun Apr 26 09:35:24 2026] POST /v2.0/ports => generated 743 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2212] 10.0.0.126 () {34 vars in 747 bytes} [Sun Apr 26 09:35:24 2026] PUT /v2.0/ports/298c0b35-c608-4afa-a514-8593c5d793e5/tags => generated 25 bytes in 74 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: 1110/2213] 10.0.0.126 () {32 vars in 727 bytes} [Sun Apr 26 09:35:24 2026] GET /v2.0/ports/298c0b35-c608-4afa-a514-8593c5d793e5/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1104/2214] 10.0.0.126 () {34 vars in 758 bytes} [Sun Apr 26 09:35:24 2026] PUT /v2.0/ports/298c0b35-c608-4afa-a514-8593c5d793e5/tags/green => generated 4 bytes in 88 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: 1111/2215] 10.0.0.126 () {32 vars in 727 bytes} [Sun Apr 26 09:35:24 2026] GET /v2.0/ports/298c0b35-c608-4afa-a514-8593c5d793e5/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1105/2216] 10.0.0.126 () {34 vars in 754 bytes} [Sun Apr 26 09:35:24 2026] PUT /v2.0/ports/298c0b35-c608-4afa-a514-8593c5d793e5/tags/red => generated 4 bytes in 58 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: 1112/2217] 10.0.0.126 () {32 vars in 727 bytes} [Sun Apr 26 09:35:24 2026] GET /v2.0/ports/298c0b35-c608-4afa-a514-8593c5d793e5/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1106/2218] 10.0.0.126 () {34 vars in 776 bytes} [Sun Apr 26 09:35:24 2026] PUT /v2.0/ports/298c0b35-c608-4afa-a514-8593c5d793e5/tags/black.or.white => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1113/2219] 10.0.0.126 () {32 vars in 727 bytes} [Sun Apr 26 09:35:24 2026] GET /v2.0/ports/298c0b35-c608-4afa-a514-8593c5d793e5/tags => generated 52 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1107/2220] 10.0.0.126 () {34 vars in 747 bytes} [Sun Apr 26 09:35:25 2026] PUT /v2.0/ports/298c0b35-c608-4afa-a514-8593c5d793e5/tags => generated 37 bytes in 58 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: 1114/2221] 10.0.0.126 () {32 vars in 727 bytes} [Sun Apr 26 09:35:25 2026] GET /v2.0/ports/298c0b35-c608-4afa-a514-8593c5d793e5/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1108/2222] 10.0.0.126 () {32 vars in 735 bytes} [Sun Apr 26 09:35:25 2026] GET /v2.0/ports/298c0b35-c608-4afa-a514-8593c5d793e5/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, ' 2026-04-26 09:35:25.287 8 INFO neutron.api.v2.resource [None req-b311bb66-0d6f-4d4b-bd2f-d5c3907d2844 6b90507662c74b23bb4a61a54e1e16bf 329210589898450892ca716674d713e0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1115/2223] 10.0.0.126 () {32 vars in 739 bytes} [Sun Apr 26 09:35:25 2026] GET /v2.0/ports/298c0b35-c608-4afa-a514-8593c5d793e5/tags/green => generated 99 bytes in 57 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: 1109/2224] 10.0.0.126 () {32 vars in 738 bytes} [Sun Apr 26 09:35:25 2026] DELETE /v2.0/ports/298c0b35-c608-4afa-a514-8593c5d793e5/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1116/2225] 10.0.0.126 () {32 vars in 727 bytes} [Sun Apr 26 09:35:25 2026] GET /v2.0/ports/298c0b35-c608-4afa-a514-8593c5d793e5/tags => generated 30 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-26 09:35:25.457 8 INFO neutron.api.v2.resource [None req-2c431bcf-65c6-4100-a90b-24c567674dc0 6b90507662c74b23bb4a61a54e1e16bf 329210589898450892ca716674d713e0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1117/2226] 10.0.0.126 () {32 vars in 742 bytes} [Sun Apr 26 09:35:25 2026] DELETE /v2.0/ports/298c0b35-c608-4afa-a514-8593c5d793e5/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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/2227] 199.204.45.223 () {30 vars in 703 bytes} [Sun Apr 26 09:35:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2228] 199.204.45.223 () {30 vars in 705 bytes} [Sun Apr 26 09:35:25 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: 1112/2229] 199.204.45.223 () {30 vars in 681 bytes} [Sun Apr 26 09:35:25 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: 1113/2230] 199.204.45.223 () {30 vars in 717 bytes} [Sun Apr 26 09:35:25 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: 1118/2231] 10.0.0.126 () {32 vars in 730 bytes} [Sun Apr 26 09:35:25 2026] DELETE /v2.0/ports/298c0b35-c608-4afa-a514-8593c5d793e5/tags => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2232] 199.204.45.223 () {30 vars in 737 bytes} [Sun Apr 26 09:35:25 2026] GET /v2.0/ports/1e9b57fd-00f7-471a-b957-c38572c1894d => generated 1132 bytes in 29 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: 1119/2233] 10.0.0.126 () {32 vars in 727 bytes} [Sun Apr 26 09:35:25 2026] GET /v2.0/ports/298c0b35-c608-4afa-a514-8593c5d793e5/tags => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:35:25.718 7 INFO neutron_taas.services.taas.taas_plugin [None req-ccc4322d-e342-4788-82b6-dc32098c2a06 6b90507662c74b23bb4a61a54e1e16bf 329210589898450892ca716674d713e0 - - default default] TaaS: Handle Delete Port: 298c0b35-c608-4afa-a514-8593c5d793e5 2026-04-26 09:35:25.722 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ccc4322d-e342-4788-82b6-dc32098c2a06 6b90507662c74b23bb4a61a54e1e16bf 329210589898450892ca716674d713e0 - - default default] Tap Mirror: Handle Delete Port: 298c0b35-c608-4afa-a514-8593c5d793e5 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1120/2234] 199.204.45.223 () {30 vars in 703 bytes} [Sun Apr 26 09:35:25 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: 1121/2235] 199.204.45.223 () {30 vars in 705 bytes} [Sun Apr 26 09:35:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2236] 199.204.45.223 () {30 vars in 681 bytes} [Sun Apr 26 09:35:25 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2237] 199.204.45.223 () {30 vars in 717 bytes} [Sun Apr 26 09:35:25 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: 1115/2238] 10.0.0.126 () {32 vars in 720 bytes} [Sun Apr 26 09:35:25 2026] DELETE /v2.0/ports/298c0b35-c608-4afa-a514-8593c5d793e5 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:35:25.808 8 INFO neutron.api.v2.resource [None req-3c9ae686-1c56-43a9-a56d-527eb804ade0 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1124/2239] 199.204.45.223 () {30 vars in 763 bytes} [Sun Apr 26 09:35:25 2026] GET /v2.0/security-groups/lb-a817bd8d-df22-4037-9f78-8d9a5367c0c9 => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2240] 199.204.45.223 () {30 vars in 785 bytes} [Sun Apr 26 09:35:25 2026] GET /v2.0/security-groups?name=lb-a817bd8d-df22-4037-9f78-8d9a5367c0c9 => generated 23 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:35:25.923 7 INFO neutron.services.segments.plugin [-] Segment cabaff5f-4ea6-40a8-a26f-b25114b248c7 resource provider aggregate not found 2026-04-26 09:35:25.928 7 INFO neutron.services.segments.plugin [-] Segment cabaff5f-4ea6-40a8-a26f-b25114b248c7 resource provider aggregate not found 2026-04-26 09:35:25.946 7 INFO neutron.services.segments.plugin [-] Segment cabaff5f-4ea6-40a8-a26f-b25114b248c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cabaff5f-4ea6-40a8-a26f-b25114b248c7 found for delete ", "request_id": "req-e1cf60c0-e761-406d-9a5f-33dd8e65d082"}]} 2026-04-26 09:35:25.951 7 INFO neutron.services.segments.plugin [-] Segment cabaff5f-4ea6-40a8-a26f-b25114b248c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cabaff5f-4ea6-40a8-a26f-b25114b248c7 found for delete ", "request_id": "req-3e0e351b-615a-409c-bab5-49f70c79c407"}]} [pid: 7|app: 0|req: 1116/2241] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:35:25 2026] DELETE /v2.0/networks/b0bec034-c6e4-46ee-955d-574220466222 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2242] 199.204.45.223 () {34 vars in 736 bytes} [Sun Apr 26 09:35:25 2026] POST /v2.0/security-groups => generated 1638 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2243] 199.204.45.223 () {30 vars in 815 bytes} [Sun Apr 26 09:35:26 2026] GET /v2.0/security-group-rules?security_group_id=f7e1d2f2-27ce-43a5-838d-4236dacaffc5 => generated 1182 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2244] 199.204.45.223 () {34 vars in 789 bytes} [Sun Apr 26 09:35:26 2026] PUT /v2.0/ports/1e9b57fd-00f7-471a-b957-c38572c1894d => generated 1132 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2245] 199.204.45.223 () {30 vars in 703 bytes} [Sun Apr 26 09:35:26 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1128/2246] 199.204.45.223 () {30 vars in 705 bytes} [Sun Apr 26 09:35: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: 1119/2247] 199.204.45.223 () {30 vars in 681 bytes} [Sun Apr 26 09:35: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: 1129/2248] 199.204.45.223 () {30 vars in 717 bytes} [Sun Apr 26 09:35: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: 1120/2249] 199.204.45.223 () {30 vars in 741 bytes} [Sun Apr 26 09:35:26 2026] GET /v2.0/subnets/c99b88e3-a319-4f72-ba5d-9cd063bb846a => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2250] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:35:26 2026] GET /v2.0/security-groups?tenant_id=beeb316b8ade4585996626d946b73bd5&name=default => generated 2929 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2251] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:35:26 2026] DELETE /v2.0/security-groups/7f73386a-25ae-43b7-9038-fe71df2c26a8 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:35:26.971 7 INFO neutron.db.segments_db [None req-1fffd993-578f-43fa-b807-fe6dd17bc986 eef34457ad70484ea7d78c415562b028 0679060972774b5e8c2b35b48225f9b7 - - default default] Added segment 570002cf-6f70-4b22-8190-54ccfd38d357 of type vxlan for network 517c3d5d-7eae-4999-a29a-77c5e3c81dc9 [pid: 8|app: 0|req: 1132/2252] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:35:27 2026] GET /v2.0/security-groups?tenant_id=329210589898450892ca716674d713e0&name=default => generated 2929 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2253] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:35:26 2026] POST /v2.0/networks => generated 612 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2254] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:35:27 2026] DELETE /v2.0/security-groups/f15cd44e-ef74-4a11-a308-c6c98dd5f7d3 => 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: 1122/2255] 10.0.0.126 () {34 vars in 664 bytes} [Sun Apr 26 09:35:27 2026] POST /v2.0/ports => generated 743 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2256] 10.0.0.126 () {34 vars in 666 bytes} [Sun Apr 26 09:35:27 2026] POST /v2.0/trunks => generated 407 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-26 09:35:27.640 7 INFO neutron.db.segments_db [None req-b17ebae8-191f-4bd4-b7ff-79c8ed24c08b eef34457ad70484ea7d78c415562b028 0679060972774b5e8c2b35b48225f9b7 - - default default] Added segment 70a57197-dd76-491d-94aa-73cb899fc936 of type vxlan for network 077d54e4-cf88-4587-a2ad-31aee24cb009 [pid: 7|app: 0|req: 1123/2257] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:35:27 2026] POST /v2.0/networks => generated 612 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2258] 10.0.0.126 () {34 vars in 664 bytes} [Sun Apr 26 09:35:27 2026] POST /v2.0/ports => generated 743 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2259] 10.0.0.126 () {34 vars in 666 bytes} [Sun Apr 26 09:35:28 2026] POST /v2.0/trunks => generated 407 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-26 09:35:28.251 8 INFO neutron.db.segments_db [None req-a80d9258-0553-4aac-a1cd-89f36e080d60 eef34457ad70484ea7d78c415562b028 0679060972774b5e8c2b35b48225f9b7 - - default default] Added segment aa06d4c6-268b-4c9e-ae47-84be1d76a6e4 of type vxlan for network 1bff90a0-e4e5-411b-babf-10a0523a754d [pid: 8|app: 0|req: 1136/2260] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:35:28 2026] POST /v2.0/networks => generated 612 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2261] 10.0.0.126 () {34 vars in 664 bytes} [Sun Apr 26 09:35:28 2026] POST /v2.0/ports => generated 743 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2262] 10.0.0.126 () {34 vars in 666 bytes} [Sun Apr 26 09:35:28 2026] POST /v2.0/trunks => generated 407 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-26 09:35:28.840 7 INFO neutron.db.segments_db [None req-a020cecb-907c-4bc5-bcb8-2e6ddd09734f eef34457ad70484ea7d78c415562b028 0679060972774b5e8c2b35b48225f9b7 - - default default] Added segment 79ce57d2-3c02-4b76-a9fc-1ef4a9ab0609 of type vxlan for network 0ef8cd34-2055-450d-823c-14d58c2dfa18 [pid: 7|app: 0|req: 1126/2263] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:35:28 2026] POST /v2.0/networks => generated 612 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2264] 10.0.0.126 () {34 vars in 664 bytes} [Sun Apr 26 09:35:28 2026] POST /v2.0/ports => generated 743 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2265] 10.0.0.126 () {34 vars in 666 bytes} [Sun Apr 26 09:35:29 2026] POST /v2.0/trunks => generated 407 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-26 09:35:29.492 8 INFO neutron.db.segments_db [None req-1db6b0a4-c76f-4f4a-bf31-69a865ad9e2c eef34457ad70484ea7d78c415562b028 0679060972774b5e8c2b35b48225f9b7 - - default default] Added segment ab1445cf-0b92-40f0-b69b-4eb5afb614d9 of type vxlan for network c7c8deec-f630-4e43-b198-fa74665eeba2 [pid: 8|app: 0|req: 1139/2266] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:35:29 2026] POST /v2.0/networks => generated 612 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2267] 10.0.0.126 () {34 vars in 664 bytes} [Sun Apr 26 09:35:29 2026] POST /v2.0/ports => generated 743 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2268] 10.0.0.126 () {34 vars in 666 bytes} [Sun Apr 26 09:35:29 2026] POST /v2.0/trunks => generated 407 bytes in 147 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: 1129/2269] 10.0.0.126 () {34 vars in 749 bytes} [Sun Apr 26 09:35:30 2026] PUT /v2.0/trunks/2cb44726-82c2-404f-ba31-97dee3cdbbe7/tags => generated 17 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2270] 10.0.0.126 () {34 vars in 749 bytes} [Sun Apr 26 09:35:30 2026] PUT /v2.0/trunks/22c956e5-2a42-40a6-a5f2-043f4b709ae9/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2271] 10.0.0.126 () {34 vars in 749 bytes} [Sun Apr 26 09:35:30 2026] PUT /v2.0/trunks/7e16ebbe-3230-4336-880c-d607305a1866/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2272] 10.0.0.126 () {34 vars in 749 bytes} [Sun Apr 26 09:35:30 2026] PUT /v2.0/trunks/47ab71e5-97ae-4f22-8af0-9ff18ddd97d5/tags => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2273] 10.0.0.126 () {32 vars in 662 bytes} [Sun Apr 26 09:35:30 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2274] 10.0.0.126 () {32 vars in 676 bytes} [Sun Apr 26 09:35:30 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2275] 10.0.0.126 () {32 vars in 672 bytes} [Sun Apr 26 09:35:30 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2276] 10.0.0.126 () {32 vars in 684 bytes} [Sun Apr 26 09:35:30 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2277] 10.0.0.126 () {32 vars in 670 bytes} [Sun Apr 26 09:35:30 2026] GET /v2.0/trunks?not-tags=red => 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: 1130/2278] 10.0.0.126 () {34 vars in 676 bytes} [Sun Apr 26 09:35:30 2026] POST /v2.0/subnetpools => generated 516 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2279] 10.0.0.126 () {32 vars in 684 bytes} [Sun Apr 26 09:35:30 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2280] 10.0.0.126 () {34 vars in 759 bytes} [Sun Apr 26 09:35:30 2026] PUT /v2.0/subnetpools/cd7dd107-ace1-4e7a-9cdf-8592b1548442/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2281] 10.0.0.126 () {32 vars in 680 bytes} [Sun Apr 26 09:35:30 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2282] 10.0.0.126 () {32 vars in 739 bytes} [Sun Apr 26 09:35:30 2026] GET /v2.0/subnetpools/cd7dd107-ace1-4e7a-9cdf-8592b1548442/tags => generated 25 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2283] 10.0.0.126 () {32 vars in 692 bytes} [Sun Apr 26 09:35:30 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2284] 10.0.0.126 () {32 vars in 719 bytes} [Sun Apr 26 09:35:30 2026] GET /v2.0/trunks/2cb44726-82c2-404f-ba31-97dee3cdbbe7 => generated 412 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2285] 10.0.0.126 () {34 vars in 770 bytes} [Sun Apr 26 09:35:30 2026] PUT /v2.0/subnetpools/cd7dd107-ace1-4e7a-9cdf-8592b1548442/tags/green => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2286] 10.0.0.126 () {32 vars in 739 bytes} [Sun Apr 26 09:35:30 2026] GET /v2.0/subnetpools/cd7dd107-ace1-4e7a-9cdf-8592b1548442/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2287] 10.0.0.126 () {32 vars in 717 bytes} [Sun Apr 26 09:35:30 2026] GET /v2.0/ports/808315a4-17b9-4b9b-8239-907296322378 => generated 826 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2288] 10.0.0.126 () {34 vars in 766 bytes} [Sun Apr 26 09:35:30 2026] PUT /v2.0/subnetpools/cd7dd107-ace1-4e7a-9cdf-8592b1548442/tags/red => generated 4 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2289] 10.0.0.126 () {32 vars in 739 bytes} [Sun Apr 26 09:35:30 2026] GET /v2.0/subnetpools/cd7dd107-ace1-4e7a-9cdf-8592b1548442/tags => generated 34 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2290] 10.0.0.126 () {34 vars in 788 bytes} [Sun Apr 26 09:35:30 2026] PUT /v2.0/subnetpools/cd7dd107-ace1-4e7a-9cdf-8592b1548442/tags/black.or.white => generated 4 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2291] 10.0.0.126 () {32 vars in 722 bytes} [Sun Apr 26 09:35:30 2026] DELETE /v2.0/trunks/2cb44726-82c2-404f-ba31-97dee3cdbbe7 => 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: 1155/2292] 10.0.0.126 () {32 vars in 719 bytes} [Sun Apr 26 09:35:30 2026] GET /v2.0/trunks/22c956e5-2a42-40a6-a5f2-043f4b709ae9 => generated 420 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2293] 10.0.0.126 () {32 vars in 739 bytes} [Sun Apr 26 09:35:30 2026] GET /v2.0/subnetpools/cd7dd107-ace1-4e7a-9cdf-8592b1548442/tags => generated 52 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2294] 10.0.0.126 () {34 vars in 759 bytes} [Sun Apr 26 09:35:30 2026] PUT /v2.0/subnetpools/cd7dd107-ace1-4e7a-9cdf-8592b1548442/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2295] 10.0.0.126 () {32 vars in 717 bytes} [Sun Apr 26 09:35:30 2026] GET /v2.0/ports/acfdf81e-6294-47c1-8db1-cfc64463b2c9 => generated 826 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2296] 10.0.0.126 () {32 vars in 739 bytes} [Sun Apr 26 09:35:30 2026] GET /v2.0/subnetpools/cd7dd107-ace1-4e7a-9cdf-8592b1548442/tags => generated 37 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2297] 10.0.0.126 () {32 vars in 747 bytes} [Sun Apr 26 09:35:30 2026] GET /v2.0/subnetpools/cd7dd107-ace1-4e7a-9cdf-8592b1548442/tags/red => generated 0 bytes in 22 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2298] 10.0.0.126 () {32 vars in 722 bytes} [Sun Apr 26 09:35:30 2026] DELETE /v2.0/trunks/22c956e5-2a42-40a6-a5f2-043f4b709ae9 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2299] 10.0.0.126 () {32 vars in 719 bytes} [Sun Apr 26 09:35:30 2026] GET /v2.0/trunks/7e16ebbe-3230-4336-880c-d607305a1866 => generated 429 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:35:30.811 7 INFO neutron.api.v2.resource [None req-f8938c03-6035-4783-83e0-4dd5a88ed2f0 f41716ead0f849c4a2eb3f2dbdfebea8 646017b2c9ec46c1be3e622fc907b839 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1142/2300] 10.0.0.126 () {32 vars in 751 bytes} [Sun Apr 26 09:35:30 2026] GET /v2.0/subnetpools/cd7dd107-ace1-4e7a-9cdf-8592b1548442/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2301] 10.0.0.126 () {32 vars in 750 bytes} [Sun Apr 26 09:35:30 2026] DELETE /v2.0/subnetpools/cd7dd107-ace1-4e7a-9cdf-8592b1548442/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2302] 10.0.0.126 () {32 vars in 717 bytes} [Sun Apr 26 09:35:30 2026] GET /v2.0/ports/f208a372-82c6-4eb1-bfaa-d10d6ea80a07 => generated 826 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2303] 10.0.0.126 () {32 vars in 739 bytes} [Sun Apr 26 09:35:30 2026] GET /v2.0/subnetpools/cd7dd107-ace1-4e7a-9cdf-8592b1548442/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:35:30.927 7 INFO neutron.api.v2.resource [None req-c7913e2a-8e5a-41a9-9890-2dec5b0b00a3 f41716ead0f849c4a2eb3f2dbdfebea8 646017b2c9ec46c1be3e622fc907b839 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1145/2304] 10.0.0.126 () {32 vars in 754 bytes} [Sun Apr 26 09:35:30 2026] DELETE /v2.0/subnetpools/cd7dd107-ace1-4e7a-9cdf-8592b1548442/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2305] 10.0.0.126 () {32 vars in 722 bytes} [Sun Apr 26 09:35:30 2026] DELETE /v2.0/trunks/7e16ebbe-3230-4336-880c-d607305a1866 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2306] 10.0.0.126 () {32 vars in 742 bytes} [Sun Apr 26 09:35:30 2026] DELETE /v2.0/subnetpools/cd7dd107-ace1-4e7a-9cdf-8592b1548442/tags => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2307] 10.0.0.126 () {32 vars in 719 bytes} [Sun Apr 26 09:35:30 2026] GET /v2.0/trunks/47ab71e5-97ae-4f22-8af0-9ff18ddd97d5 => generated 414 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2308] 10.0.0.126 () {32 vars in 739 bytes} [Sun Apr 26 09:35:30 2026] GET /v2.0/subnetpools/cd7dd107-ace1-4e7a-9cdf-8592b1548442/tags => 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: 1162/2309] 10.0.0.126 () {32 vars in 717 bytes} [Sun Apr 26 09:35:30 2026] GET /v2.0/ports/2316e9a9-1298-4014-8ec4-0b960f78d1f8 => generated 826 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2310] 10.0.0.126 () {32 vars in 732 bytes} [Sun Apr 26 09:35:31 2026] DELETE /v2.0/subnetpools/cd7dd107-ace1-4e7a-9cdf-8592b1548442 => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2311] 10.0.0.126 () {32 vars in 722 bytes} [Sun Apr 26 09:35:31 2026] DELETE /v2.0/trunks/47ab71e5-97ae-4f22-8af0-9ff18ddd97d5 => 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: 1149/2312] 10.0.0.126 () {32 vars in 719 bytes} [Sun Apr 26 09:35:31 2026] GET /v2.0/trunks/af4084f2-58be-4536-a3f4-1d2bc386f442 => generated 407 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2313] 10.0.0.126 () {32 vars in 717 bytes} [Sun Apr 26 09:35:31 2026] GET /v2.0/ports/d36fe98e-9809-4b23-a131-352896557df6 => generated 826 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2314] 10.0.0.126 () {32 vars in 722 bytes} [Sun Apr 26 09:35:31 2026] DELETE /v2.0/trunks/af4084f2-58be-4536-a3f4-1d2bc386f442 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:35:31.419 8 INFO neutron_taas.services.taas.taas_plugin [None req-3f3bf699-be4b-4b6b-a15f-5192dbb5d31f eef34457ad70484ea7d78c415562b028 0679060972774b5e8c2b35b48225f9b7 - - default default] TaaS: Handle Delete Port: 808315a4-17b9-4b9b-8239-907296322378 2026-04-26 09:35:31.423 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f3bf699-be4b-4b6b-a15f-5192dbb5d31f eef34457ad70484ea7d78c415562b028 0679060972774b5e8c2b35b48225f9b7 - - default default] Tap Mirror: Handle Delete Port: 808315a4-17b9-4b9b-8239-907296322378 [pid: 8|app: 0|req: 1165/2315] 10.0.0.126 () {32 vars in 720 bytes} [Sun Apr 26 09:35:31 2026] DELETE /v2.0/ports/808315a4-17b9-4b9b-8239-907296322378 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:35:31.604 7 INFO neutron_taas.services.taas.taas_plugin [None req-bd6a0ff9-e15d-4343-aceb-45562da66141 eef34457ad70484ea7d78c415562b028 0679060972774b5e8c2b35b48225f9b7 - - default default] TaaS: Handle Delete Port: acfdf81e-6294-47c1-8db1-cfc64463b2c9 2026-04-26 09:35:31.609 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd6a0ff9-e15d-4343-aceb-45562da66141 eef34457ad70484ea7d78c415562b028 0679060972774b5e8c2b35b48225f9b7 - - default default] Tap Mirror: Handle Delete Port: acfdf81e-6294-47c1-8db1-cfc64463b2c9 [pid: 7|app: 0|req: 1151/2316] 10.0.0.126 () {32 vars in 720 bytes} [Sun Apr 26 09:35:31 2026] DELETE /v2.0/ports/acfdf81e-6294-47c1-8db1-cfc64463b2c9 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:35:31.790 7 INFO neutron_taas.services.taas.taas_plugin [None req-b417fb31-74d6-41c9-a671-7885d67d361d eef34457ad70484ea7d78c415562b028 0679060972774b5e8c2b35b48225f9b7 - - default default] TaaS: Handle Delete Port: f208a372-82c6-4eb1-bfaa-d10d6ea80a07 2026-04-26 09:35:31.793 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b417fb31-74d6-41c9-a671-7885d67d361d eef34457ad70484ea7d78c415562b028 0679060972774b5e8c2b35b48225f9b7 - - default default] Tap Mirror: Handle Delete Port: f208a372-82c6-4eb1-bfaa-d10d6ea80a07 [pid: 7|app: 0|req: 1152/2317] 10.0.0.126 () {32 vars in 720 bytes} [Sun Apr 26 09:35:31 2026] DELETE /v2.0/ports/f208a372-82c6-4eb1-bfaa-d10d6ea80a07 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2318] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:35:31 2026] GET /v2.0/security-groups?tenant_id=646017b2c9ec46c1be3e622fc907b839&name=default => generated 2929 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:35:32.013 7 INFO neutron_taas.services.taas.taas_plugin [None req-245710e2-4ab9-42fa-abd7-6711dadf82c4 eef34457ad70484ea7d78c415562b028 0679060972774b5e8c2b35b48225f9b7 - - default default] TaaS: Handle Delete Port: 2316e9a9-1298-4014-8ec4-0b960f78d1f8 2026-04-26 09:35:32.017 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-245710e2-4ab9-42fa-abd7-6711dadf82c4 eef34457ad70484ea7d78c415562b028 0679060972774b5e8c2b35b48225f9b7 - - default default] Tap Mirror: Handle Delete Port: 2316e9a9-1298-4014-8ec4-0b960f78d1f8 [pid: 8|app: 0|req: 1167/2319] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:35:31 2026] DELETE /v2.0/security-groups/05f4a6a4-a1aa-4d8f-becd-0025c2f18ef4 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2320] 10.0.0.126 () {32 vars in 720 bytes} [Sun Apr 26 09:35:31 2026] DELETE /v2.0/ports/2316e9a9-1298-4014-8ec4-0b960f78d1f8 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:35:32.202 7 INFO neutron_taas.services.taas.taas_plugin [None req-aef1d921-e359-4bdd-9b30-fd00a6037298 eef34457ad70484ea7d78c415562b028 0679060972774b5e8c2b35b48225f9b7 - - default default] TaaS: Handle Delete Port: d36fe98e-9809-4b23-a131-352896557df6 2026-04-26 09:35:32.204 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aef1d921-e359-4bdd-9b30-fd00a6037298 eef34457ad70484ea7d78c415562b028 0679060972774b5e8c2b35b48225f9b7 - - default default] Tap Mirror: Handle Delete Port: d36fe98e-9809-4b23-a131-352896557df6 [pid: 8|app: 0|req: 1168/2321] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:35:32 2026] GET /v2.0/security-groups?tenant_id=40d1322e5b8b47eb85f6bdd09c52b686&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2322] 10.0.0.126 () {32 vars in 720 bytes} [Sun Apr 26 09:35:32 2026] DELETE /v2.0/ports/d36fe98e-9809-4b23-a131-352896557df6 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2323] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:35:32 2026] DELETE /v2.0/security-groups/a0334206-3402-45ca-b743-2479fd1da448 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:35:32.428 7 INFO neutron.services.segments.plugin [-] Segment 570002cf-6f70-4b22-8190-54ccfd38d357 resource provider aggregate not found 2026-04-26 09:35:32.432 7 INFO neutron.services.segments.plugin [-] Segment 570002cf-6f70-4b22-8190-54ccfd38d357 resource provider aggregate not found 2026-04-26 09:35:32.453 7 INFO neutron.services.segments.plugin [-] Segment 570002cf-6f70-4b22-8190-54ccfd38d357 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 570002cf-6f70-4b22-8190-54ccfd38d357 found for delete ", "request_id": "req-0519ff60-8cde-4ced-9ac6-6834f6871243"}]} 2026-04-26 09:35:32.456 7 INFO neutron.services.segments.plugin [-] Segment 570002cf-6f70-4b22-8190-54ccfd38d357 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 570002cf-6f70-4b22-8190-54ccfd38d357 found for delete ", "request_id": "req-7e0fecec-141e-4ffd-b1f6-dc66fd111ccd"}]} [pid: 7|app: 0|req: 1155/2324] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:35:32 2026] DELETE /v2.0/networks/517c3d5d-7eae-4999-a29a-77c5e3c81dc9 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:35:32.600 8 INFO neutron.services.segments.plugin [-] Segment 70a57197-dd76-491d-94aa-73cb899fc936 resource provider aggregate not found 2026-04-26 09:35:32.601 8 INFO neutron.services.segments.plugin [-] Segment 70a57197-dd76-491d-94aa-73cb899fc936 resource provider aggregate not found 2026-04-26 09:35:32.621 8 INFO neutron.services.segments.plugin [-] Segment 70a57197-dd76-491d-94aa-73cb899fc936 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70a57197-dd76-491d-94aa-73cb899fc936 found for delete ", "request_id": "req-efe8de49-f6d8-4c0a-84a4-1fdfc7740dd2"}]} 2026-04-26 09:35:32.622 8 INFO neutron.services.segments.plugin [-] Segment 70a57197-dd76-491d-94aa-73cb899fc936 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70a57197-dd76-491d-94aa-73cb899fc936 found for delete ", "request_id": "req-82c69f1b-6c4d-49de-9bda-a2e695f4c942"}]} [pid: 8|app: 0|req: 1170/2325] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:35:32 2026] DELETE /v2.0/networks/077d54e4-cf88-4587-a2ad-31aee24cb009 => 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: 1156/2326] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:35:32 2026] DELETE /v2.0/networks/1bff90a0-e4e5-411b-babf-10a0523a754d => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2327] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:35:32 2026] DELETE /v2.0/networks/0ef8cd34-2055-450d-823c-14d58c2dfa18 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2328] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:35:32 2026] DELETE /v2.0/networks/c7c8deec-f630-4e43-b198-fa74665eeba2 => 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: 1173/2331] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:35:33 2026] GET /v2.0/security-groups?tenant_id=0679060972774b5e8c2b35b48225f9b7&name=default => generated 2929 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2332] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:35:34 2026] DELETE /v2.0/security-groups/9c829e1b-4290-42b7-be8f-d102e475e0df => 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: 1174/2333] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:35:34 2026] GET /v2.0/security-groups?tenant_id=6f4e3f801b854602b12ab5a75d3a72ba&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:35:34.483 7 INFO neutron.services.segments.plugin [-] Segment aa06d4c6-268b-4c9e-ae47-84be1d76a6e4 resource provider aggregate not found 2026-04-26 09:35:34.487 7 INFO neutron.services.segments.plugin [-] Segment aa06d4c6-268b-4c9e-ae47-84be1d76a6e4 resource provider aggregate not found [pid: 8|app: 0|req: 1175/2334] 10.0.0.205 () {34 vars in 1016 bytes} [Sun Apr 26 09:35:34 2026] GET /v2.0/security-groups?id=600e2011-4dc0-4dc3-9e5a-d59157976d4c&fields=id => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:35:34.507 7 INFO neutron.services.segments.plugin [-] Segment aa06d4c6-268b-4c9e-ae47-84be1d76a6e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa06d4c6-268b-4c9e-ae47-84be1d76a6e4 found for delete ", "request_id": "req-b00ff0eb-415f-4505-a6da-34805fe9c8aa"}]} 2026-04-26 09:35:34.513 7 INFO neutron.services.segments.plugin [-] Segment aa06d4c6-268b-4c9e-ae47-84be1d76a6e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa06d4c6-268b-4c9e-ae47-84be1d76a6e4 found for delete ", "request_id": "req-a73b58f7-b3d9-4089-8e66-51a86ef61748"}]} 2026-04-26 09:35:34.528 7 INFO neutron.services.segments.plugin [-] Segment ab1445cf-0b92-40f0-b69b-4eb5afb614d9 resource provider aggregate not found 2026-04-26 09:35:34.528 7 INFO neutron.services.segments.plugin [-] Segment ab1445cf-0b92-40f0-b69b-4eb5afb614d9 resource provider aggregate not found 2026-04-26 09:35:34.549 7 INFO neutron.services.segments.plugin [-] Segment ab1445cf-0b92-40f0-b69b-4eb5afb614d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab1445cf-0b92-40f0-b69b-4eb5afb614d9 found for delete ", "request_id": "req-adf7b9ad-4ef5-4171-9fff-8be3a8d6d030"}]} 2026-04-26 09:35:34.552 7 INFO neutron.services.segments.plugin [-] Segment ab1445cf-0b92-40f0-b69b-4eb5afb614d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab1445cf-0b92-40f0-b69b-4eb5afb614d9 found for delete ", "request_id": "req-7bdf863d-f7d9-4de1-a683-b488f5b414d6"}]} [pid: 8|app: 0|req: 1176/2335] 10.0.0.205 () {34 vars in 982 bytes} [Sun Apr 26 09:35:34 2026] GET /v2.0/networks?id=2a8db31d-5550-47e1-96da-6889dbad61ea => generated 734 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2336] 10.0.0.205 () {34 vars in 965 bytes} [Sun Apr 26 09:35:34 2026] GET /v2.0/quotas/2994054e32194da7a07352dc905b222e => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2337] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:35:34 2026] DELETE /v2.0/security-groups/10a83dcb-6ad6-42bd-b495-153263227a8b => generated 0 bytes in 164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:35:34.651 8 INFO neutron.services.segments.plugin [-] Segment 79ce57d2-3c02-4b76-a9fc-1ef4a9ab0609 resource provider aggregate not found 2026-04-26 09:35:34.661 8 INFO neutron.services.segments.plugin [-] Segment 79ce57d2-3c02-4b76-a9fc-1ef4a9ab0609 resource provider aggregate not found [pid: 8|app: 0|req: 1178/2338] 10.0.0.205 () {34 vars in 1002 bytes} [Sun Apr 26 09:35:34 2026] GET /v2.0/ports?tenant_id=2994054e32194da7a07352dc905b222e&fields=id => generated 149 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:35:34.678 8 INFO neutron.services.segments.plugin [-] Segment 79ce57d2-3c02-4b76-a9fc-1ef4a9ab0609 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79ce57d2-3c02-4b76-a9fc-1ef4a9ab0609 found for delete ", "request_id": "req-70c57bac-d72e-4c32-a321-6dbf5f2baf51"}]} 2026-04-26 09:35:34.688 8 INFO neutron.services.segments.plugin [-] Segment 79ce57d2-3c02-4b76-a9fc-1ef4a9ab0609 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79ce57d2-3c02-4b76-a9fc-1ef4a9ab0609 found for delete ", "request_id": "req-7b6d9806-450e-4f0f-9697-774ed791b282"}]} [pid: 7|app: 0|req: 1161/2339] 10.0.0.205 () {34 vars in 1008 bytes} [Sun Apr 26 09:35:34 2026] GET /v2.0/networks/2a8db31d-5550-47e1-96da-6889dbad61ea?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: 1162/2340] 10.0.0.205 () {34 vars in 1108 bytes} [Sun Apr 26 09:35:34 2026] GET /v2.0/networks/2a8db31d-5550-47e1-96da-6889dbad61ea?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2341] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:35:34 2026] GET /v2.0/security-groups?tenant_id=c5625e4348cd4e34b553e8ecbaa21560&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2342] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:35:34 2026] DELETE /v2.0/security-groups/1ac598a4-46fa-4210-b009-d114f5b92d93 => 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: 1180/2343] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:35:35 2026] GET /v2.0/ports?device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => 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: 1164/2344] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:35:35 2026] GET /v2.0/ports?device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:35:36.161 8 INFO neutron.db.segments_db [None req-1939dd7d-9406-480b-9edc-2a1ed02e925b 73048d53f03f418ea3a8ea72fa399ea1 05d507945caa446bb6ce8009f60098cc - - default default] Added segment e07de054-d103-4807-b475-73888aa9a640 of type vxlan for network c8bebc24-419d-4d3c-8726-7f06712bf9d2 [pid: 8|app: 0|req: 1181/2345] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:35:35 2026] POST /v2.0/networks => generated 613 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2346] 10.0.0.126 () {34 vars in 669 bytes} [Sun Apr 26 09:35:36 2026] POST /v2.0/subnets => generated 626 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2347] 10.0.0.126 () {34 vars in 751 bytes} [Sun Apr 26 09:35:36 2026] PUT /v2.0/subnets/45aea1c8-1f20-4038-803c-e5016a9047de/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2348] 10.0.0.126 () {32 vars in 731 bytes} [Sun Apr 26 09:35:36 2026] GET /v2.0/subnets/45aea1c8-1f20-4038-803c-e5016a9047de/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: 1183/2349] 10.0.0.126 () {34 vars in 762 bytes} [Sun Apr 26 09:35:36 2026] PUT /v2.0/subnets/45aea1c8-1f20-4038-803c-e5016a9047de/tags/green => 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: 1167/2350] 10.0.0.126 () {32 vars in 731 bytes} [Sun Apr 26 09:35:36 2026] GET /v2.0/subnets/45aea1c8-1f20-4038-803c-e5016a9047de/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2351] 10.0.0.126 () {34 vars in 758 bytes} [Sun Apr 26 09:35:36 2026] PUT /v2.0/subnets/45aea1c8-1f20-4038-803c-e5016a9047de/tags/red => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2352] 10.0.0.126 () {32 vars in 731 bytes} [Sun Apr 26 09:35:36 2026] GET /v2.0/subnets/45aea1c8-1f20-4038-803c-e5016a9047de/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2353] 10.0.0.126 () {34 vars in 780 bytes} [Sun Apr 26 09:35:36 2026] PUT /v2.0/subnets/45aea1c8-1f20-4038-803c-e5016a9047de/tags/black.or.white => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2354] 10.0.0.126 () {32 vars in 731 bytes} [Sun Apr 26 09:35:36 2026] GET /v2.0/subnets/45aea1c8-1f20-4038-803c-e5016a9047de/tags => generated 52 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2355] 10.0.0.126 () {34 vars in 751 bytes} [Sun Apr 26 09:35:36 2026] PUT /v2.0/subnets/45aea1c8-1f20-4038-803c-e5016a9047de/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2356] 10.0.0.126 () {32 vars in 731 bytes} [Sun Apr 26 09:35:36 2026] GET /v2.0/subnets/45aea1c8-1f20-4038-803c-e5016a9047de/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2357] 10.0.0.126 () {32 vars in 739 bytes} [Sun Apr 26 09:35:37 2026] GET /v2.0/subnets/45aea1c8-1f20-4038-803c-e5016a9047de/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:35:37.120 7 INFO neutron.api.v2.resource [None req-83ced190-676b-4f69-8943-e8cc46df81f0 73048d53f03f418ea3a8ea72fa399ea1 05d507945caa446bb6ce8009f60098cc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1171/2358] 10.0.0.126 () {32 vars in 743 bytes} [Sun Apr 26 09:35:37 2026] GET /v2.0/subnets/45aea1c8-1f20-4038-803c-e5016a9047de/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2359] 10.0.0.126 () {32 vars in 742 bytes} [Sun Apr 26 09:35:37 2026] DELETE /v2.0/subnets/45aea1c8-1f20-4038-803c-e5016a9047de/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2360] 10.0.0.126 () {32 vars in 731 bytes} [Sun Apr 26 09:35:37 2026] GET /v2.0/subnets/45aea1c8-1f20-4038-803c-e5016a9047de/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:35:37.273 8 INFO neutron.api.v2.resource [None req-55e8ca72-7628-444c-8d70-48515db2b5fa 73048d53f03f418ea3a8ea72fa399ea1 05d507945caa446bb6ce8009f60098cc - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1189/2361] 10.0.0.126 () {32 vars in 746 bytes} [Sun Apr 26 09:35:37 2026] DELETE /v2.0/subnets/45aea1c8-1f20-4038-803c-e5016a9047de/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2362] 10.0.0.126 () {32 vars in 734 bytes} [Sun Apr 26 09:35:37 2026] DELETE /v2.0/subnets/45aea1c8-1f20-4038-803c-e5016a9047de/tags => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2363] 10.0.0.126 () {32 vars in 731 bytes} [Sun Apr 26 09:35:37 2026] GET /v2.0/subnets/45aea1c8-1f20-4038-803c-e5016a9047de/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2364] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:35:37 2026] DELETE /v2.0/subnets/45aea1c8-1f20-4038-803c-e5016a9047de => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:35:37.689 8 INFO neutron_taas.services.taas.taas_plugin [None req-4fc8d8e6-86b6-4db8-990e-fef4becbb71e 73048d53f03f418ea3a8ea72fa399ea1 05d507945caa446bb6ce8009f60098cc - - default default] TaaS: Handle Delete Port: 72a58a41-76cc-4769-a14a-95b9ca220c5f 2026-04-26 09:35:37.692 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4fc8d8e6-86b6-4db8-990e-fef4becbb71e 73048d53f03f418ea3a8ea72fa399ea1 05d507945caa446bb6ce8009f60098cc - - default default] Tap Mirror: Handle Delete Port: 72a58a41-76cc-4769-a14a-95b9ca220c5f 2026-04-26 09:35:37.895 8 INFO neutron.services.segments.plugin [-] Segment e07de054-d103-4807-b475-73888aa9a640 resource provider aggregate not found 2026-04-26 09:35:37.907 8 INFO neutron.services.segments.plugin [-] Segment e07de054-d103-4807-b475-73888aa9a640 resource provider aggregate not found 2026-04-26 09:35:37.918 8 INFO neutron.services.segments.plugin [-] Segment e07de054-d103-4807-b475-73888aa9a640 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e07de054-d103-4807-b475-73888aa9a640 found for delete ", "request_id": "req-3484755e-5440-480f-aefd-77474874ca5c"}]} [pid: 8|app: 0|req: 1191/2365] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:35:37 2026] DELETE /v2.0/networks/c8bebc24-419d-4d3c-8726-7f06712bf9d2 => generated 0 bytes in 355 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:35:37.970 8 INFO neutron.services.segments.plugin [-] Segment e07de054-d103-4807-b475-73888aa9a640 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e07de054-d103-4807-b475-73888aa9a640 found for delete ", "request_id": "req-547c59f9-58fd-4ae0-a93b-a50ee23d0538"}]} [pid: 8|app: 0|req: 1192/2366] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:35:38 2026] GET /v2.0/ports?device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => 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: 1193/2367] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:35:38 2026] GET /v2.0/ports?device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:35:38.671 7 INFO neutron.db.segments_db [None req-38db6d31-1efc-4196-a6c1-82161ab36d4a bba0a76f36a946dea456d363c48dfbe9 c997438dc4544b1db0b2ab757d199566 - - default default] Added segment 58f2d491-5731-47fc-acb6-3de378e36a83 of type vxlan for network 07e076bf-5ed8-4147-bfe7-df005c383c1b [pid: 7|app: 0|req: 1175/2368] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:35:38 2026] POST /v2.0/networks => generated 613 bytes in 555 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2369] 10.0.0.126 () {34 vars in 753 bytes} [Sun Apr 26 09:35:38 2026] PUT /v2.0/networks/07e076bf-5ed8-4147-bfe7-df005c383c1b/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: 1177/2370] 10.0.0.126 () {32 vars in 733 bytes} [Sun Apr 26 09:35:38 2026] GET /v2.0/networks/07e076bf-5ed8-4147-bfe7-df005c383c1b/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2371] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:35:38 2026] GET /v2.0/security-groups?tenant_id=fa55c53b789b46ae861eb98a4be1c233&name=default => generated 2929 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2372] 10.0.0.126 () {34 vars in 764 bytes} [Sun Apr 26 09:35:38 2026] PUT /v2.0/networks/07e076bf-5ed8-4147-bfe7-df005c383c1b/tags/green => generated 4 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2373] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:35:38 2026] DELETE /v2.0/security-groups/f72eda3a-34f4-41d5-8958-0114ac5e31ad => generated 0 bytes in 228 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2374] 10.0.0.126 () {32 vars in 733 bytes} [Sun Apr 26 09:35:39 2026] GET /v2.0/networks/07e076bf-5ed8-4147-bfe7-df005c383c1b/tags => generated 34 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2375] 10.0.0.126 () {34 vars in 760 bytes} [Sun Apr 26 09:35:39 2026] PUT /v2.0/networks/07e076bf-5ed8-4147-bfe7-df005c383c1b/tags/red => generated 4 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2376] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:35:39 2026] GET /v2.0/security-groups?tenant_id=05d507945caa446bb6ce8009f60098cc&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2377] 10.0.0.126 () {32 vars in 733 bytes} [Sun Apr 26 09:35:39 2026] GET /v2.0/networks/07e076bf-5ed8-4147-bfe7-df005c383c1b/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2378] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:35:39 2026] DELETE /v2.0/security-groups/3d7275a6-dd51-4422-b7f9-0fe00b16e3e1 => 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: 1198/2379] 10.0.0.126 () {34 vars in 782 bytes} [Sun Apr 26 09:35:39 2026] PUT /v2.0/networks/07e076bf-5ed8-4147-bfe7-df005c383c1b/tags/black.or.white => generated 4 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2380] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:35:39 2026] GET /v2.0/networks?id=2a8db31d-5550-47e1-96da-6889dbad61ea => generated 734 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2381] 10.0.0.126 () {32 vars in 733 bytes} [Sun Apr 26 09:35:39 2026] GET /v2.0/networks/07e076bf-5ed8-4147-bfe7-df005c383c1b/tags => generated 52 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2382] 199.204.45.223 () {34 vars in 1050 bytes} [Sun Apr 26 09:35:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2994054e32194da7a07352dc905b222e => generated 343 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2383] 10.0.0.126 () {34 vars in 753 bytes} [Sun Apr 26 09:35:39 2026] PUT /v2.0/networks/07e076bf-5ed8-4147-bfe7-df005c383c1b/tags => generated 37 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2384] 10.0.0.126 () {32 vars in 733 bytes} [Sun Apr 26 09:35:39 2026] GET /v2.0/networks/07e076bf-5ed8-4147-bfe7-df005c383c1b/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: 1202/2385] 10.0.0.126 () {32 vars in 741 bytes} [Sun Apr 26 09:35:39 2026] GET /v2.0/networks/07e076bf-5ed8-4147-bfe7-df005c383c1b/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:35:39.685 8 INFO neutron.api.v2.resource [None req-23524d84-4097-441f-ad03-662e4d04aa00 bba0a76f36a946dea456d363c48dfbe9 c997438dc4544b1db0b2ab757d199566 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1203/2386] 10.0.0.126 () {32 vars in 745 bytes} [Sun Apr 26 09:35:39 2026] GET /v2.0/networks/07e076bf-5ed8-4147-bfe7-df005c383c1b/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: 1204/2387] 10.0.0.126 () {32 vars in 744 bytes} [Sun Apr 26 09:35:39 2026] DELETE /v2.0/networks/07e076bf-5ed8-4147-bfe7-df005c383c1b/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: 1205/2388] 10.0.0.126 () {32 vars in 733 bytes} [Sun Apr 26 09:35:39 2026] GET /v2.0/networks/07e076bf-5ed8-4147-bfe7-df005c383c1b/tags => generated 30 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2389] 199.204.45.223 () {38 vars in 955 bytes} [Sun Apr 26 09:35:39 2026] POST /v2.0/ports => generated 1082 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-26 09:35:39.857 8 INFO neutron.api.v2.resource [None req-b774ce31-986d-4577-88bf-abc4f755e52e bba0a76f36a946dea456d363c48dfbe9 c997438dc4544b1db0b2ab757d199566 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1206/2390] 10.0.0.126 () {32 vars in 748 bytes} [Sun Apr 26 09:35:39 2026] DELETE /v2.0/networks/07e076bf-5ed8-4147-bfe7-df005c383c1b/tags/green => generated 99 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2391] 10.0.0.126 () {32 vars in 736 bytes} [Sun Apr 26 09:35:39 2026] DELETE /v2.0/networks/07e076bf-5ed8-4147-bfe7-df005c383c1b/tags => 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: 1208/2392] 10.0.0.126 () {32 vars in 733 bytes} [Sun Apr 26 09:35:39 2026] GET /v2.0/networks/07e076bf-5ed8-4147-bfe7-df005c383c1b/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:35:40.155 8 INFO neutron.services.segments.plugin [-] Segment 58f2d491-5731-47fc-acb6-3de378e36a83 resource provider aggregate not found 2026-04-26 09:35:40.161 8 INFO neutron.services.segments.plugin [-] Segment 58f2d491-5731-47fc-acb6-3de378e36a83 resource provider aggregate not found 2026-04-26 09:35:40.175 8 INFO neutron.services.segments.plugin [-] Segment 58f2d491-5731-47fc-acb6-3de378e36a83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58f2d491-5731-47fc-acb6-3de378e36a83 found for delete ", "request_id": "req-6a2d42c3-7d9e-4c42-b9a1-a3ab46e42b39"}]} [pid: 8|app: 0|req: 1209/2393] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:35:40 2026] DELETE /v2.0/networks/07e076bf-5ed8-4147-bfe7-df005c383c1b => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:35:40.190 8 INFO neutron.services.segments.plugin [-] Segment 58f2d491-5731-47fc-acb6-3de378e36a83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58f2d491-5731-47fc-acb6-3de378e36a83 found for delete ", "request_id": "req-0709a577-d190-4910-a44a-c1951b1cdabc"}]} [pid: 7|app: 0|req: 1185/2394] 199.204.45.223 () {38 vars in 1028 bytes} [Sun Apr 26 09:35:39 2026] PUT /v2.0/ports/fe836d88-f9aa-4182-ab8a-ccca1e38c6c6 => generated 1243 bytes in 504 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:35:40.375 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2d3a0ea0-2a17-402f-b4d0-b5be8d90ffc3'] response: {'name': 'network-changed', 'server_uuid': 'd7fe600a-24d3-4e5d-add1-264f36c9c4e1', 'tag': 'fe836d88-f9aa-4182-ab8a-ccca1e38c6c6', '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: 1186/2395] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:35:40 2026] GET /v2.0/ports?tenant_id=2994054e32194da7a07352dc905b222e&device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2396] 199.204.45.223 () {34 vars in 1018 bytes} [Sun Apr 26 09:35:40 2026] GET /v2.0/networks?tenant_id=2994054e32194da7a07352dc905b222e&shared=False => generated 734 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2397] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:35:40 2026] GET /v2.0/security-groups?tenant_id=c997438dc4544b1db0b2ab757d199566&name=default => generated 2929 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2398] 199.204.45.223 () {34 vars in 930 bytes} [Sun Apr 26 09:35:40 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2399] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:35:41 2026] DELETE /v2.0/security-groups/980c180e-0e8a-4dca-bca7-5ec79be27fad => 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: 1189/2400] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:35:41 2026] GET /v2.0/security-groups?tenant_id=3f68e12218b84e38b70c00dea52ba72e&name=default => generated 2929 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2401] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:35:41 2026] DELETE /v2.0/security-groups/ec5fc9db-4e0a-48db-b5c0-c8f662bfb439 => 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: 1190/2402] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:35:41 2026] GET /v2.0/ports?device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2403] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:35:41 2026] GET /v2.0/security-groups?id=600e2011-4dc0-4dc3-9e5a-d59157976d4c&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: 1191/2404] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:35:41 2026] GET /v2.0/ports?device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 1246 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2405] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:35:42 2026] GET /v2.0/ports?tenant_id=2994054e32194da7a07352dc905b222e&device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2406] 199.204.45.223 () {34 vars in 1062 bytes} [Sun Apr 26 09:35:42 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.122&port_id=fe836d88-f9aa-4182-ab8a-ccca1e38c6c6 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2407] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:35:42 2026] GET /v2.0/subnets?id=fed26d62-0d3b-4723-a207-db9ee2f29e48 => generated 654 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2408] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:35:42 2026] GET /v2.0/ports?network_id=2a8db31d-5550-47e1-96da-6889dbad61ea&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: 1216/2409] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:35:42 2026] GET /v2.0/networks/2a8db31d-5550-47e1-96da-6889dbad61ea?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: 1194/2410] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:35:42 2026] GET /v2.0/networks/2a8db31d-5550-47e1-96da-6889dbad61ea?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:35:43.172 8 INFO neutron.db.segments_db [None req-84528c0e-332c-41d2-bf3f-d3aa6ae33eab 229a8e8f81ea4a79ae7518b3d621788c 1690d654bb694a7bb9d84d72c1db77b4 - - default default] Added segment 6e52536d-07a0-4cfe-9592-c45d0ff5a4ef of type vxlan for network 886b0328-d960-4c4f-a408-995dd9fd8bcc [pid: 8|app: 0|req: 1217/2411] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:35:42 2026] POST /v2.0/networks => generated 612 bytes in 455 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-26 09:35:43.325 7 INFO neutron.db.segments_db [None req-4140a33c-8750-44b1-8c9a-fc5ecb042a8a 229a8e8f81ea4a79ae7518b3d621788c 1690d654bb694a7bb9d84d72c1db77b4 - - default default] Added segment 5762cf10-56a8-4340-a5a4-328ec3bfef75 of type vxlan for network 2a908b59-696c-4f07-a3dc-d3cadee16442 [pid: 7|app: 0|req: 1195/2412] 10.0.0.126 () {34 vars in 670 bytes} [Sun Apr 26 09:35:43 2026] POST /v2.0/networks => generated 613 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2413] 10.0.0.126 () {34 vars in 753 bytes} [Sun Apr 26 09:35:43 2026] PUT /v2.0/networks/886b0328-d960-4c4f-a408-995dd9fd8bcc/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: 1196/2414] 10.0.0.126 () {32 vars in 733 bytes} [Sun Apr 26 09:35:43 2026] GET /v2.0/networks/886b0328-d960-4c4f-a408-995dd9fd8bcc/tags => generated 25 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2415] 10.0.0.126 () {34 vars in 753 bytes} [Sun Apr 26 09:35:43 2026] PUT /v2.0/networks/2a908b59-696c-4f07-a3dc-d3cadee16442/tags => generated 17 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2416] 10.0.0.126 () {32 vars in 733 bytes} [Sun Apr 26 09:35:43 2026] GET /v2.0/networks/2a908b59-696c-4f07-a3dc-d3cadee16442/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: 1220/2417] 10.0.0.126 () {34 vars in 753 bytes} [Sun Apr 26 09:35:43 2026] PUT /v2.0/networks/2a908b59-696c-4f07-a3dc-d3cadee16442/tags => generated 12 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2418] 10.0.0.126 () {32 vars in 733 bytes} [Sun Apr 26 09:35:43 2026] GET /v2.0/networks/2a908b59-696c-4f07-a3dc-d3cadee16442/tags => generated 12 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2419] 10.0.0.126 () {32 vars in 733 bytes} [Sun Apr 26 09:35:43 2026] GET /v2.0/networks/886b0328-d960-4c4f-a408-995dd9fd8bcc/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:35:44.089 7 INFO neutron.services.segments.plugin [-] Segment 6e52536d-07a0-4cfe-9592-c45d0ff5a4ef resource provider aggregate not found 2026-04-26 09:35:44.092 7 INFO neutron.services.segments.plugin [-] Segment 6e52536d-07a0-4cfe-9592-c45d0ff5a4ef resource provider aggregate not found 2026-04-26 09:35:44.114 7 INFO neutron.services.segments.plugin [-] Segment 6e52536d-07a0-4cfe-9592-c45d0ff5a4ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e52536d-07a0-4cfe-9592-c45d0ff5a4ef found for delete ", "request_id": "req-72d6197d-f091-4ef3-8685-c1e6730f29cb"}]} 2026-04-26 09:35:44.116 7 INFO neutron.services.segments.plugin [-] Segment 6e52536d-07a0-4cfe-9592-c45d0ff5a4ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e52536d-07a0-4cfe-9592-c45d0ff5a4ef found for delete ", "request_id": "req-3ede048c-2b11-499a-8c31-2a877b57e9e1"}]} [pid: 7|app: 0|req: 1199/2420] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:35:43 2026] DELETE /v2.0/networks/886b0328-d960-4c4f-a408-995dd9fd8bcc => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:35:44.280 8 INFO neutron.services.segments.plugin [-] Segment 5762cf10-56a8-4340-a5a4-328ec3bfef75 resource provider aggregate not found 2026-04-26 09:35:44.287 8 INFO neutron.services.segments.plugin [-] Segment 5762cf10-56a8-4340-a5a4-328ec3bfef75 resource provider aggregate not found [pid: 8|app: 0|req: 1222/2421] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:35:44 2026] DELETE /v2.0/networks/2a908b59-696c-4f07-a3dc-d3cadee16442 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:35:44.325 8 INFO neutron.services.segments.plugin [-] Segment 5762cf10-56a8-4340-a5a4-328ec3bfef75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5762cf10-56a8-4340-a5a4-328ec3bfef75 found for delete ", "request_id": "req-9e682686-565c-4c99-b9b4-8c2e4046d136"}]} 2026-04-26 09:35:44.326 8 INFO neutron.services.segments.plugin [-] Segment 5762cf10-56a8-4340-a5a4-328ec3bfef75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5762cf10-56a8-4340-a5a4-328ec3bfef75 found for delete ", "request_id": "req-e0d3f2aa-37bf-4fd7-9616-9a5ef097ad06"}]} [pid: 7|app: 0|req: 1200/2422] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:35:44 2026] GET /v2.0/ports?device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2423] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:35:44 2026] GET /v2.0/security-groups?id=600e2011-4dc0-4dc3-9e5a-d59157976d4c&fields=id&fields=name => generated 96 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2424] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:35:44 2026] GET /v2.0/ports?device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:35:44.937 7 INFO neutron.db.segments_db [None req-a813559e-e88b-4648-b967-581a2766f7c3 f4d7c8f2c4f847598acd51ede9d2aaa1 fbb07f0d292b4c3c868aaf50453736e0 - - default default] Added segment 7d06dd7f-65cc-4fbf-8dc7-695624cece06 of type vxlan for network 949b0b62-0a14-4499-bdbf-d4bbc2ae00b7 [pid: 8|app: 0|req: 1225/2425] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:35:44 2026] GET /v2.0/security-groups?tenant_id=1690d654bb694a7bb9d84d72c1db77b4&name=default => generated 2929 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2426] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:35:45 2026] DELETE /v2.0/security-groups/2379fee7-b3c3-4cdb-b5f6-f16f21dfe5ef => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:35:45.222 7 INFO neutron.db.l3_hamode_db [None req-a813559e-e88b-4648-b967-581a2766f7c3 f4d7c8f2c4f847598acd51ede9d2aaa1 fbb07f0d292b4c3c868aaf50453736e0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-26 09:35:45.376 7 INFO neutron.db.l3_hamode_db [None req-a813559e-e88b-4648-b967-581a2766f7c3 f4d7c8f2c4f847598acd51ede9d2aaa1 fbb07f0d292b4c3c868aaf50453736e0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1227/2427] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:35:45 2026] GET /v2.0/security-groups?tenant_id=7764a59b3ab64d8b91c13c44f4ae6330&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2428] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:35:45 2026] DELETE /v2.0/security-groups/4e02f780-f9ef-4ea6-aa88-8602122c48ae => 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: 1201/2429] 10.0.0.126 () {34 vars in 668 bytes} [Sun Apr 26 09:35:44 2026] POST /v2.0/routers => generated 474 bytes in 1322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2430] 10.0.0.126 () {34 vars in 751 bytes} [Sun Apr 26 09:35:46 2026] PUT /v2.0/routers/70567d49-79a6-483d-847d-5993d4662851/tags => generated 25 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2431] 10.0.0.126 () {32 vars in 731 bytes} [Sun Apr 26 09:35:46 2026] GET /v2.0/routers/70567d49-79a6-483d-847d-5993d4662851/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: 1203/2432] 199.204.45.223 () {34 vars in 994 bytes} [Sun Apr 26 09:35:46 2026] GET /v2.0/ports?device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2433] 10.0.0.126 () {34 vars in 762 bytes} [Sun Apr 26 09:35:46 2026] PUT /v2.0/routers/70567d49-79a6-483d-847d-5993d4662851/tags/green => generated 4 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2434] 199.204.45.223 () {34 vars in 1044 bytes} [Sun Apr 26 09:35:46 2026] GET /v2.0/security-groups?id=600e2011-4dc0-4dc3-9e5a-d59157976d4c&fields=id&fields=name => generated 96 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2435] 10.0.0.126 () {32 vars in 731 bytes} [Sun Apr 26 09:35:46 2026] GET /v2.0/routers/70567d49-79a6-483d-847d-5993d4662851/tags => generated 34 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2436] 10.0.0.126 () {34 vars in 758 bytes} [Sun Apr 26 09:35:46 2026] PUT /v2.0/routers/70567d49-79a6-483d-847d-5993d4662851/tags/red => generated 4 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2437] 10.0.0.126 () {32 vars in 731 bytes} [Sun Apr 26 09:35:46 2026] GET /v2.0/routers/70567d49-79a6-483d-847d-5993d4662851/tags => generated 34 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2438] 10.0.0.126 () {34 vars in 780 bytes} [Sun Apr 26 09:35:46 2026] PUT /v2.0/routers/70567d49-79a6-483d-847d-5993d4662851/tags/black.or.white => generated 4 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2439] 10.0.0.126 () {32 vars in 731 bytes} [Sun Apr 26 09:35:46 2026] GET /v2.0/routers/70567d49-79a6-483d-847d-5993d4662851/tags => generated 52 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2440] 10.0.0.126 () {34 vars in 751 bytes} [Sun Apr 26 09:35:47 2026] PUT /v2.0/routers/70567d49-79a6-483d-847d-5993d4662851/tags => generated 37 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2441] 10.0.0.126 () {32 vars in 731 bytes} [Sun Apr 26 09:35:47 2026] GET /v2.0/routers/70567d49-79a6-483d-847d-5993d4662851/tags => generated 37 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2442] 10.0.0.126 () {32 vars in 739 bytes} [Sun Apr 26 09:35:47 2026] GET /v2.0/routers/70567d49-79a6-483d-847d-5993d4662851/tags/red => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:35:47.475 8 INFO neutron.api.v2.resource [None req-f5e4726c-c795-4a37-a503-2453021ad25e f4d7c8f2c4f847598acd51ede9d2aaa1 fbb07f0d292b4c3c868aaf50453736e0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1235/2443] 10.0.0.126 () {32 vars in 743 bytes} [Sun Apr 26 09:35:47 2026] GET /v2.0/routers/70567d49-79a6-483d-847d-5993d4662851/tags/green => generated 99 bytes in 95 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2444] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:35:47 2026] GET /v2.0/ports?device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2445] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:35:47 2026] GET /v2.0/security-groups?id=600e2011-4dc0-4dc3-9e5a-d59157976d4c&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2446] 10.0.0.126 () {32 vars in 742 bytes} [Sun Apr 26 09:35:47 2026] DELETE /v2.0/routers/70567d49-79a6-483d-847d-5993d4662851/tags/red => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2447] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:35:47 2026] GET /v2.0/ports?device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2448] 10.0.0.126 () {32 vars in 731 bytes} [Sun Apr 26 09:35:47 2026] GET /v2.0/routers/70567d49-79a6-483d-847d-5993d4662851/tags => generated 30 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:35:47.823 7 INFO neutron.api.v2.resource [None req-83b51660-2c72-444f-9456-bf06240ca93b f4d7c8f2c4f847598acd51ede9d2aaa1 fbb07f0d292b4c3c868aaf50453736e0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1211/2449] 10.0.0.126 () {32 vars in 746 bytes} [Sun Apr 26 09:35:47 2026] DELETE /v2.0/routers/70567d49-79a6-483d-847d-5993d4662851/tags/green => generated 99 bytes in 114 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2450] 10.0.0.126 () {32 vars in 734 bytes} [Sun Apr 26 09:35:47 2026] DELETE /v2.0/routers/70567d49-79a6-483d-847d-5993d4662851/tags => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2451] 10.0.0.126 () {32 vars in 731 bytes} [Sun Apr 26 09:35:48 2026] GET /v2.0/routers/70567d49-79a6-483d-847d-5993d4662851/tags => generated 12 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2452] 10.0.0.126 () {32 vars in 721 bytes} [Sun Apr 26 09:35:48 2026] GET /v2.0/routers/70567d49-79a6-483d-847d-5993d4662851 => generated 480 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2453] 10.0.0.126 () {34 vars in 742 bytes} [Sun Apr 26 09:35:48 2026] PUT /v2.0/routers/70567d49-79a6-483d-847d-5993d4662851 => generated 480 bytes in 529 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2454] 10.0.0.126 () {32 vars in 736 bytes} [Sun Apr 26 09:35:48 2026] GET /v2.0/ports?device_id=70567d49-79a6-483d-847d-5993d4662851 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:35:48.916 7 INFO neutron_taas.services.taas.taas_plugin [None req-3e36df63-f5e5-441e-be87-ef9e490db4e3 f4d7c8f2c4f847598acd51ede9d2aaa1 fbb07f0d292b4c3c868aaf50453736e0 - - default default] TaaS: Handle Delete Port: 2bb38a8a-54ee-4155-9a2d-2157b609fb8e 2026-04-26 09:35:48.919 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e36df63-f5e5-441e-be87-ef9e490db4e3 f4d7c8f2c4f847598acd51ede9d2aaa1 fbb07f0d292b4c3c868aaf50453736e0 - - default default] Tap Mirror: Handle Delete Port: 2bb38a8a-54ee-4155-9a2d-2157b609fb8e 2026-04-26 09:35:49.238 7 INFO neutron.services.segments.plugin [-] Segment 7d06dd7f-65cc-4fbf-8dc7-695624cece06 resource provider aggregate not found 2026-04-26 09:35:49.247 7 INFO neutron.services.segments.plugin [-] Segment 7d06dd7f-65cc-4fbf-8dc7-695624cece06 resource provider aggregate not found 2026-04-26 09:35:49.265 7 INFO neutron.services.segments.plugin [-] Segment 7d06dd7f-65cc-4fbf-8dc7-695624cece06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d06dd7f-65cc-4fbf-8dc7-695624cece06 found for delete ", "request_id": "req-8d08ed6a-f513-4561-b1c8-0052e9052cd1"}]} 2026-04-26 09:35:49.282 7 INFO neutron.services.segments.plugin [-] Segment 7d06dd7f-65cc-4fbf-8dc7-695624cece06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d06dd7f-65cc-4fbf-8dc7-695624cece06 found for delete ", "request_id": "req-9846ed02-503d-4d58-a0f8-7ebfc8d3ee39"}]} 2026-04-26 09:35:49.286 7 INFO neutron.db.l3_hamode_db [None req-3e36df63-f5e5-441e-be87-ef9e490db4e3 f4d7c8f2c4f847598acd51ede9d2aaa1 fbb07f0d292b4c3c868aaf50453736e0 - - default default] HA network 949b0b62-0a14-4499-bdbf-d4bbc2ae00b7 was deleted as no HA routers are present in tenant fbb07f0d292b4c3c868aaf50453736e0. [pid: 7|app: 0|req: 1214/2457] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:35:48 2026] DELETE /v2.0/routers/70567d49-79a6-483d-847d-5993d4662851 => generated 0 bytes in 550 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2458] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:35:49 2026] GET /v2.0/security-groups?tenant_id=a1ddf7ada6fa4fafb735d382354b4147&name=default => generated 2929 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2459] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:35:49 2026] DELETE /v2.0/security-groups/f46bf2b0-6663-4829-a698-201f69edad45 => 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: 1245/2460] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:35:49 2026] GET /v2.0/security-groups?tenant_id=abdba7e23167444f9c22d434296cbf0e&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: 1216/2461] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:35:49 2026] DELETE /v2.0/security-groups/03630ac5-13a0-402d-a4e7-d14a15f03107 => 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: 1246/2462] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:35:50 2026] GET /v2.0/security-groups?tenant_id=c4b5b629779046c3bf348754b4bef15c&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: 1217/2463] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:35:50 2026] DELETE /v2.0/security-groups/75ae298b-7c1c-4ca5-a36b-a15b38118b73 => 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: 1247/2464] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:35:50 2026] GET /v2.0/security-groups?tenant_id=fbb07f0d292b4c3c868aaf50453736e0&name=default => generated 2929 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2465] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:35:50 2026] DELETE /v2.0/security-groups/99fd392c-2637-4c8f-8891-1627f9203fa8 => 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: 1248/2466] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:35:50 2026] GET /v2.0/ports?device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2467] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:35:50 2026] GET /v2.0/security-groups?id=600e2011-4dc0-4dc3-9e5a-d59157976d4c&fields=id&fields=name => generated 96 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2468] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:35:50 2026] GET /v2.0/ports?device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 1248 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2473] 199.204.45.223 () {30 vars in 703 bytes} [Sun Apr 26 09:36:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2474] 199.204.45.223 () {30 vars in 705 bytes} [Sun Apr 26 09:36:28 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: 1253/2475] 199.204.45.223 () {30 vars in 681 bytes} [Sun Apr 26 09:36:28 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: 1223/2476] 199.204.45.223 () {30 vars in 717 bytes} [Sun Apr 26 09:36:28 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: 1254/2477] 199.204.45.223 () {30 vars in 741 bytes} [Sun Apr 26 09:36:28 2026] GET /v2.0/subnets/c99b88e3-a319-4f72-ba5d-9cd063bb846a => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2478] 199.204.45.223 () {30 vars in 769 bytes} [Sun Apr 26 09:36:28 2026] GET /v2.0/ports?device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 1248 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2479] 199.204.45.223 () {34 vars in 717 bytes} [Sun Apr 26 09:36:28 2026] POST /v2.0/ports => generated 1055 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2480] 10.0.0.205 () {34 vars in 971 bytes} [Sun Apr 26 09:36:28 2026] GET /v2.0/ports/940718ab-d708-49aa-b0be-80e1bf0831d3 => generated 1055 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2481] 10.0.0.205 () {34 vars in 907 bytes} [Sun Apr 26 09:36:29 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2482] 199.204.45.223 () {34 vars in 1262 bytes} [Sun Apr 26 09:36:30 2026] GET /v2.0/ports/940718ab-d708-49aa-b0be-80e1bf0831d3?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2483] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:36:30 2026] GET /v2.0/networks/aebc6c27-3e33-4107-92bd-8d5939fb6675?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: 1227/2484] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:36:30 2026] GET /v2.0/networks/aebc6c27-3e33-4107-92bd-8d5939fb6675?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2485] 199.204.45.223 () {34 vars in 975 bytes} [Sun Apr 26 09:36:31 2026] GET /v2.0/ports/940718ab-d708-49aa-b0be-80e1bf0831d3 => generated 1055 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2486] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:36:31 2026] GET /v2.0/networks?id=aebc6c27-3e33-4107-92bd-8d5939fb6675 => generated 803 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2487] 199.204.45.223 () {38 vars in 1028 bytes} [Sun Apr 26 09:36:31 2026] PUT /v2.0/ports/940718ab-d708-49aa-b0be-80e1bf0831d3 => generated 1245 bytes in 427 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:36:31.636 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c5666742-9ede-4d11-8083-02dfb722bd0e'] response: {'name': 'network-changed', 'server_uuid': 'd7fe600a-24d3-4e5d-add1-264f36c9c4e1', 'tag': '940718ab-d708-49aa-b0be-80e1bf0831d3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1229/2488] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:36:32 2026] GET /v2.0/ports?tenant_id=2994054e32194da7a07352dc905b222e&device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 2485 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2489] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:36:32 2026] GET /v2.0/networks?id=aebc6c27-3e33-4107-92bd-8d5939fb6675 => generated 803 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2490] 199.204.45.223 () {34 vars in 1056 bytes} [Sun Apr 26 09:36:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.89&port_id=940718ab-d708-49aa-b0be-80e1bf0831d3 => 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: 1261/2491] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:36:32 2026] GET /v2.0/subnets?id=c99b88e3-a319-4f72-ba5d-9cd063bb846a => generated 679 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2492] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:36:32 2026] GET /v2.0/ports?network_id=aebc6c27-3e33-4107-92bd-8d5939fb6675&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2493] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:36:32 2026] GET /v2.0/networks/aebc6c27-3e33-4107-92bd-8d5939fb6675?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: 1232/2494] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:36:32 2026] GET /v2.0/networks/aebc6c27-3e33-4107-92bd-8d5939fb6675?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2495] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:36:33 2026] GET /v2.0/ports?tenant_id=2994054e32194da7a07352dc905b222e&device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 2485 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2496] 199.204.45.223 () {34 vars in 1062 bytes} [Sun Apr 26 09:36:33 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.122&port_id=fe836d88-f9aa-4182-ab8a-ccca1e38c6c6 => 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: 1264/2497] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:36:33 2026] GET /v2.0/subnets?id=fed26d62-0d3b-4723-a207-db9ee2f29e48 => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2498] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:36:33 2026] GET /v2.0/ports?network_id=2a8db31d-5550-47e1-96da-6889dbad61ea&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2499] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:36:33 2026] GET /v2.0/networks/2a8db31d-5550-47e1-96da-6889dbad61ea?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: 1235/2500] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:36:33 2026] GET /v2.0/networks/2a8db31d-5550-47e1-96da-6889dbad61ea?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: 1266/2501] 199.204.45.223 () {34 vars in 1056 bytes} [Sun Apr 26 09:36:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.89&port_id=940718ab-d708-49aa-b0be-80e1bf0831d3 => 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: 1236/2504] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:36:33 2026] GET /v2.0/subnets?id=c99b88e3-a319-4f72-ba5d-9cd063bb846a => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2505] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:36:33 2026] GET /v2.0/ports?network_id=aebc6c27-3e33-4107-92bd-8d5939fb6675&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: 1237/2506] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:36:33 2026] GET /v2.0/networks/aebc6c27-3e33-4107-92bd-8d5939fb6675?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: 1270/2507] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:36:33 2026] GET /v2.0/networks/aebc6c27-3e33-4107-92bd-8d5939fb6675?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2508] 10.0.0.205 () {34 vars in 971 bytes} [Sun Apr 26 09:36:37 2026] GET /v2.0/ports/940718ab-d708-49aa-b0be-80e1bf0831d3 => generated 1247 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2509] 199.204.45.223 () {34 vars in 789 bytes} [Sun Apr 26 09:36:37 2026] PUT /v2.0/ports/940718ab-d708-49aa-b0be-80e1bf0831d3 => generated 1272 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:36:38.130 7 INFO neutron.api.v2.resource [None req-ce39bf27-5a4d-43ab-93aa-8f660d297a7f 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1239/2510] 199.204.45.223 () {30 vars in 763 bytes} [Sun Apr 26 09:36:38 2026] GET /v2.0/security-groups/lb-a817bd8d-df22-4037-9f78-8d9a5367c0c9 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:36:38.145 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-064be998-debb-4823-a921-08fa3ea384a1'] response: {'name': 'network-changed', 'server_uuid': 'd7fe600a-24d3-4e5d-add1-264f36c9c4e1', 'tag': '940718ab-d708-49aa-b0be-80e1bf0831d3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1272/2511] 199.204.45.223 () {30 vars in 785 bytes} [Sun Apr 26 09:36:38 2026] GET /v2.0/security-groups?name=lb-a817bd8d-df22-4037-9f78-8d9a5367c0c9 => 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: 1240/2512] 199.204.45.223 () {34 vars in 789 bytes} [Sun Apr 26 09:36:38 2026] PUT /v2.0/ports/940718ab-d708-49aa-b0be-80e1bf0831d3 => generated 1310 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:36:38.501 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-735917a8-a042-4521-a9d2-0b5623680170'] response: {'name': 'network-changed', 'server_uuid': 'd7fe600a-24d3-4e5d-add1-264f36c9c4e1', 'tag': '940718ab-d708-49aa-b0be-80e1bf0831d3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1273/2513] 199.204.45.223 () {30 vars in 703 bytes} [Sun Apr 26 09:36:38 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: 1241/2514] 199.204.45.223 () {30 vars in 705 bytes} [Sun Apr 26 09:36:38 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: 1242/2515] 199.204.45.223 () {30 vars in 681 bytes} [Sun Apr 26 09:36:38 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: 1243/2516] 199.204.45.223 () {30 vars in 717 bytes} [Sun Apr 26 09:36:38 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2517] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:36:38 2026] GET /v2.0/ports?tenant_id=2994054e32194da7a07352dc905b222e&device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 2586 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2518] 199.204.45.223 () {30 vars in 741 bytes} [Sun Apr 26 09:36:38 2026] GET /v2.0/subnets/c99b88e3-a319-4f72-ba5d-9cd063bb846a => generated 676 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2519] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:36:38 2026] GET /v2.0/networks?id=aebc6c27-3e33-4107-92bd-8d5939fb6675 => generated 803 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2520] 199.204.45.223 () {30 vars in 737 bytes} [Sun Apr 26 09:36:38 2026] GET /v2.0/ports/1e9b57fd-00f7-471a-b957-c38572c1894d => 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: 1276/2521] 199.204.45.223 () {34 vars in 1056 bytes} [Sun Apr 26 09:36:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.89&port_id=940718ab-d708-49aa-b0be-80e1bf0831d3 => 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: 1246/2522] 199.204.45.223 () {30 vars in 737 bytes} [Sun Apr 26 09:36:38 2026] GET /v2.0/ports/940718ab-d708-49aa-b0be-80e1bf0831d3 => generated 1346 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2523] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:36:38 2026] GET /v2.0/subnets?id=c99b88e3-a319-4f72-ba5d-9cd063bb846a => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2524] 199.204.45.223 () {30 vars in 741 bytes} [Sun Apr 26 09:36:38 2026] GET /v2.0/subnets/c99b88e3-a319-4f72-ba5d-9cd063bb846a => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2525] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:36:38 2026] GET /v2.0/ports?network_id=aebc6c27-3e33-4107-92bd-8d5939fb6675&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2526] 199.204.45.223 () {30 vars in 743 bytes} [Sun Apr 26 09:36:38 2026] GET /v2.0/networks/aebc6c27-3e33-4107-92bd-8d5939fb6675 => generated 800 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2527] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:36:38 2026] GET /v2.0/networks/aebc6c27-3e33-4107-92bd-8d5939fb6675?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2528] 199.204.45.223 () {30 vars in 737 bytes} [Sun Apr 26 09:36:38 2026] GET /v2.0/ports/1e9b57fd-00f7-471a-b957-c38572c1894d => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2529] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:36:38 2026] GET /v2.0/networks/aebc6c27-3e33-4107-92bd-8d5939fb6675?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: 1250/2530] 199.204.45.223 () {30 vars in 741 bytes} [Sun Apr 26 09:36:38 2026] GET /v2.0/subnets/c99b88e3-a319-4f72-ba5d-9cd063bb846a => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2531] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:36:40 2026] GET /v2.0/ports?tenant_id=2994054e32194da7a07352dc905b222e&device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 2586 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2532] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:36:40 2026] GET /v2.0/networks?id=aebc6c27-3e33-4107-92bd-8d5939fb6675 => generated 803 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2533] 199.204.45.223 () {34 vars in 1056 bytes} [Sun Apr 26 09:36:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.89&port_id=940718ab-d708-49aa-b0be-80e1bf0831d3 => 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: 1252/2534] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:36:40 2026] GET /v2.0/subnets?id=c99b88e3-a319-4f72-ba5d-9cd063bb846a => generated 679 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2535] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:36:40 2026] GET /v2.0/ports?network_id=aebc6c27-3e33-4107-92bd-8d5939fb6675&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2536] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:36:40 2026] GET /v2.0/networks/aebc6c27-3e33-4107-92bd-8d5939fb6675?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: 1284/2537] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:36:40 2026] GET /v2.0/networks/aebc6c27-3e33-4107-92bd-8d5939fb6675?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) 2026-04-26 09:36:44.437 7 INFO neutron.db.l3_db [None req-bdf052cf-ec88-40bf-a600-bfc6d33f3bab 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] Floating IP 29ae6a06-0dad-45d3-8a04-7cce6e758ec8 associated. External IP: 10.96.250.219, port: 1e9b57fd-00f7-471a-b957-c38572c1894d. [pid: 7|app: 0|req: 1254/2538] 10.0.0.126 () {34 vars in 677 bytes} [Sun Apr 26 09:36:43 2026] POST /v2.0/floatingips => generated 899 bytes in 969 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2541] 199.204.45.223 () {30 vars in 703 bytes} [Sun Apr 26 09:36:49 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: 1256/2542] 199.204.45.223 () {30 vars in 705 bytes} [Sun Apr 26 09:36:49 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2543] 199.204.45.223 () {30 vars in 681 bytes} [Sun Apr 26 09:36:49 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: 1257/2544] 199.204.45.223 () {30 vars in 717 bytes} [Sun Apr 26 09:36:49 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:36:49.656 8 INFO neutron.api.v2.resource [None req-08e4900a-962e-4307-bfa7-00736b25402f 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1288/2545] 199.204.45.223 () {30 vars in 763 bytes} [Sun Apr 26 09:36:49 2026] GET /v2.0/security-groups/lb-a817bd8d-df22-4037-9f78-8d9a5367c0c9 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2546] 199.204.45.223 () {30 vars in 785 bytes} [Sun Apr 26 09:36:49 2026] GET /v2.0/security-groups?name=lb-a817bd8d-df22-4037-9f78-8d9a5367c0c9 => generated 1639 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2547] 199.204.45.223 () {30 vars in 815 bytes} [Sun Apr 26 09:36:49 2026] GET /v2.0/security-group-rules?security_group_id=f7e1d2f2-27ce-43a5-838d-4236dacaffc5 => generated 1182 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2548] 199.204.45.223 () {34 vars in 747 bytes} [Sun Apr 26 09:36:49 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: 8|app: 0|req: 1290/2549] 199.204.45.223 () {34 vars in 747 bytes} [Sun Apr 26 09:36:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2550] 10.0.0.244 () {30 vars in 690 bytes} [Sun Apr 26 09:37: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: 8|app: 0|req: 1291/2551] 10.0.0.244 () {30 vars in 692 bytes} [Sun Apr 26 09:37:00 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: 1261/2552] 10.0.0.244 () {30 vars in 668 bytes} [Sun Apr 26 09:37:00 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: 1292/2553] 10.0.0.244 () {30 vars in 704 bytes} [Sun Apr 26 09:37:00 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: 1262/2554] 10.0.0.244 () {28 vars in 439 bytes} [Sun Apr 26 09:37:00 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2555] 10.0.0.244 () {30 vars in 728 bytes} [Sun Apr 26 09:37:00 2026] GET /v2.0/subnets/90897773-6e9b-4db7-b3a0-41dcad2498c7 => generated 655 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2556] 199.204.45.223 () {30 vars in 703 bytes} [Sun Apr 26 09:37:01 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: 1294/2557] 199.204.45.223 () {30 vars in 705 bytes} [Sun Apr 26 09:37:01 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: 1264/2558] 199.204.45.223 () {30 vars in 681 bytes} [Sun Apr 26 09:37:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2559] 199.204.45.223 () {30 vars in 717 bytes} [Sun Apr 26 09:37:01 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: 1265/2560] 199.204.45.223 () {30 vars in 741 bytes} [Sun Apr 26 09:37:01 2026] GET /v2.0/subnets/90897773-6e9b-4db7-b3a0-41dcad2498c7 => 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: 1296/2561] 199.204.45.223 () {30 vars in 769 bytes} [Sun Apr 26 09:37:01 2026] GET /v2.0/ports?device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 2586 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2562] 199.204.45.223 () {30 vars in 703 bytes} [Sun Apr 26 09:37:02 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2563] 199.204.45.223 () {30 vars in 705 bytes} [Sun Apr 26 09:37:02 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: 1267/2564] 199.204.45.223 () {30 vars in 681 bytes} [Sun Apr 26 09: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: 1298/2565] 199.204.45.223 () {30 vars in 717 bytes} [Sun Apr 26 09:37:02 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: 1268/2566] 199.204.45.223 () {34 vars in 717 bytes} [Sun Apr 26 09:37:02 2026] POST /v2.0/ports => generated 1328 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2567] 10.0.0.205 () {34 vars in 971 bytes} [Sun Apr 26 09:37:02 2026] GET /v2.0/ports/efdcbb3b-cd2b-4317-97b5-359b3ee417f5 => generated 1328 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1269/2568] 199.204.45.223 () {34 vars in 1262 bytes} [Sun Apr 26 09:37:03 2026] GET /v2.0/ports/efdcbb3b-cd2b-4317-97b5-359b3ee417f5?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2569] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:37:03 2026] GET /v2.0/networks/f3c087d7-67a7-4251-9323-4097ed0e0c32?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: 1270/2570] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:37:03 2026] GET /v2.0/networks/f3c087d7-67a7-4251-9323-4097ed0e0c32?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: 1272/2573] 199.204.45.223 () {34 vars in 975 bytes} [Sun Apr 26 09:37:04 2026] GET /v2.0/ports/efdcbb3b-cd2b-4317-97b5-359b3ee417f5 => generated 1328 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2574] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:37:04 2026] GET /v2.0/networks?id=f3c087d7-67a7-4251-9323-4097ed0e0c32 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2575] 199.204.45.223 () {38 vars in 1028 bytes} [Sun Apr 26 09:37:04 2026] PUT /v2.0/ports/efdcbb3b-cd2b-4317-97b5-359b3ee417f5 => generated 1518 bytes in 477 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:37:04.920 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-841e01a9-d8d6-4bca-be39-41eb6c9655e8'] response: {'name': 'network-changed', 'server_uuid': 'd7fe600a-24d3-4e5d-add1-264f36c9c4e1', 'tag': 'efdcbb3b-cd2b-4317-97b5-359b3ee417f5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1303/2576] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:37:05 2026] GET /v2.0/ports?tenant_id=2994054e32194da7a07352dc905b222e&device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 4096 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: 7|app: 0|req: 1274/2577] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:37:05 2026] GET /v2.0/networks?id=f3c087d7-67a7-4251-9323-4097ed0e0c32 => generated 800 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2578] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Apr 26 09:37:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.232&port_id=efdcbb3b-cd2b-4317-97b5-359b3ee417f5 => 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: 1275/2579] 199.204.45.223 () {34 vars in 1104 bytes} [Sun Apr 26 09:37:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A27c&port_id=efdcbb3b-cd2b-4317-97b5-359b3ee417f5 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2580] 199.204.45.223 () {34 vars in 1064 bytes} [Sun Apr 26 09:37:05 2026] GET /v2.0/subnets?id=90897773-6e9b-4db7-b3a0-41dcad2498c7&id=78ad7344-36cc-404c-8e48-dbcd91abd92e => 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: 1276/2581] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:37:05 2026] GET /v2.0/ports?network_id=f3c087d7-67a7-4251-9323-4097ed0e0c32&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2582] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:37:05 2026] GET /v2.0/ports?network_id=f3c087d7-67a7-4251-9323-4097ed0e0c32&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2583] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:37:05 2026] GET /v2.0/networks/f3c087d7-67a7-4251-9323-4097ed0e0c32?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: 1307/2584] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:37:05 2026] GET /v2.0/networks/f3c087d7-67a7-4251-9323-4097ed0e0c32?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: 1278/2585] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:37:06 2026] GET /v2.0/ports?tenant_id=2994054e32194da7a07352dc905b222e&device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 4096 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2586] 199.204.45.223 () {34 vars in 1062 bytes} [Sun Apr 26 09:37:06 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.122&port_id=fe836d88-f9aa-4182-ab8a-ccca1e38c6c6 => 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: 1279/2587] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:37:07 2026] GET /v2.0/subnets?id=fed26d62-0d3b-4723-a207-db9ee2f29e48 => generated 654 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2588] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:37:07 2026] GET /v2.0/ports?network_id=2a8db31d-5550-47e1-96da-6889dbad61ea&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2589] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:37:07 2026] GET /v2.0/networks/2a8db31d-5550-47e1-96da-6889dbad61ea?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: 1310/2590] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:37:07 2026] GET /v2.0/networks/2a8db31d-5550-47e1-96da-6889dbad61ea?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2591] 199.204.45.223 () {34 vars in 1056 bytes} [Sun Apr 26 09:37:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.89&port_id=940718ab-d708-49aa-b0be-80e1bf0831d3 => 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: 1311/2592] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:37:07 2026] GET /v2.0/subnets?id=c99b88e3-a319-4f72-ba5d-9cd063bb846a => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2593] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:37:07 2026] GET /v2.0/ports?network_id=aebc6c27-3e33-4107-92bd-8d5939fb6675&device_owner=network%3Adhcp => generated 1461 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2594] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:37:07 2026] GET /v2.0/networks/aebc6c27-3e33-4107-92bd-8d5939fb6675?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: 1283/2595] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:37:07 2026] GET /v2.0/networks/aebc6c27-3e33-4107-92bd-8d5939fb6675?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2596] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Apr 26 09:37:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.232&port_id=efdcbb3b-cd2b-4317-97b5-359b3ee417f5 => 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: 1284/2597] 199.204.45.223 () {34 vars in 1104 bytes} [Sun Apr 26 09:37:07 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A27c&port_id=efdcbb3b-cd2b-4317-97b5-359b3ee417f5 => 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: 1314/2598] 199.204.45.223 () {34 vars in 1064 bytes} [Sun Apr 26 09:37:07 2026] GET /v2.0/subnets?id=90897773-6e9b-4db7-b3a0-41dcad2498c7&id=78ad7344-36cc-404c-8e48-dbcd91abd92e => generated 1410 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2599] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:37:07 2026] GET /v2.0/ports?network_id=f3c087d7-67a7-4251-9323-4097ed0e0c32&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2600] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:37:07 2026] GET /v2.0/ports?network_id=f3c087d7-67a7-4251-9323-4097ed0e0c32&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: 1286/2601] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:37:07 2026] GET /v2.0/networks/f3c087d7-67a7-4251-9323-4097ed0e0c32?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2602] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:37:07 2026] GET /v2.0/networks/f3c087d7-67a7-4251-9323-4097ed0e0c32?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2603] 10.0.0.205 () {34 vars in 971 bytes} [Sun Apr 26 09:37:11 2026] GET /v2.0/ports/efdcbb3b-cd2b-4317-97b5-359b3ee417f5 => generated 1520 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2604] 199.204.45.223 () {30 vars in 743 bytes} [Sun Apr 26 09:37:11 2026] GET /v2.0/networks/f3c087d7-67a7-4251-9323-4097ed0e0c32 => generated 797 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2605] 199.204.45.223 () {30 vars in 741 bytes} [Sun Apr 26 09:37:11 2026] GET /v2.0/subnets/90897773-6e9b-4db7-b3a0-41dcad2498c7 => generated 673 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2606] 199.204.45.223 () {30 vars in 741 bytes} [Sun Apr 26 09:37:11 2026] GET /v2.0/subnets/78ad7344-36cc-404c-8e48-dbcd91abd92e => generated 744 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2607] 199.204.45.223 () {30 vars in 703 bytes} [Sun Apr 26 09:37:12 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: 1319/2608] 199.204.45.223 () {30 vars in 705 bytes} [Sun Apr 26 09:37:12 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: 1290/2609] 199.204.45.223 () {30 vars in 681 bytes} [Sun Apr 26 09:37:12 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: 1320/2610] 199.204.45.223 () {30 vars in 717 bytes} [Sun Apr 26 09:37:12 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: 1291/2611] 199.204.45.223 () {30 vars in 741 bytes} [Sun Apr 26 09:37:12 2026] GET /v2.0/subnets/c99b88e3-a319-4f72-ba5d-9cd063bb846a => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2612] 199.204.45.223 () {30 vars in 737 bytes} [Sun Apr 26 09:37:12 2026] GET /v2.0/ports/1e9b57fd-00f7-471a-b957-c38572c1894d => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2613] 199.204.45.223 () {30 vars in 737 bytes} [Sun Apr 26 09:37:12 2026] GET /v2.0/ports/940718ab-d708-49aa-b0be-80e1bf0831d3 => generated 1346 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2614] 199.204.45.223 () {30 vars in 741 bytes} [Sun Apr 26 09:37:12 2026] GET /v2.0/subnets/c99b88e3-a319-4f72-ba5d-9cd063bb846a => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2615] 199.204.45.223 () {30 vars in 743 bytes} [Sun Apr 26 09:37:12 2026] GET /v2.0/networks/aebc6c27-3e33-4107-92bd-8d5939fb6675 => 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: 1323/2616] 199.204.45.223 () {30 vars in 737 bytes} [Sun Apr 26 09:37:12 2026] GET /v2.0/ports/1e9b57fd-00f7-471a-b957-c38572c1894d => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2617] 199.204.45.223 () {30 vars in 741 bytes} [Sun Apr 26 09:37:12 2026] GET /v2.0/subnets/c99b88e3-a319-4f72-ba5d-9cd063bb846a => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2620] 10.0.0.244 () {30 vars in 690 bytes} [Sun Apr 26 09:37:21 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: 1296/2621] 10.0.0.244 () {30 vars in 692 bytes} [Sun Apr 26 09:37:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2622] 10.0.0.244 () {30 vars in 668 bytes} [Sun Apr 26 09:37:21 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: 1297/2623] 10.0.0.244 () {30 vars in 704 bytes} [Sun Apr 26 09:37:21 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: 1327/2624] 10.0.0.244 () {28 vars in 439 bytes} [Sun Apr 26 09:37:21 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2625] 10.0.0.244 () {30 vars in 728 bytes} [Sun Apr 26 09:37:21 2026] GET /v2.0/subnets/17737e08-0efb-4e8e-be34-c83014ca16e8 => generated 655 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2626] 199.204.45.223 () {30 vars in 703 bytes} [Sun Apr 26 09:37:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2627] 199.204.45.223 () {30 vars in 705 bytes} [Sun Apr 26 09:37:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2628] 199.204.45.223 () {30 vars in 681 bytes} [Sun Apr 26 09:37:22 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2629] 199.204.45.223 () {30 vars in 717 bytes} [Sun Apr 26 09:37:23 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: 1330/2630] 199.204.45.223 () {30 vars in 741 bytes} [Sun Apr 26 09:37:23 2026] GET /v2.0/subnets/90897773-6e9b-4db7-b3a0-41dcad2498c7 => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2631] 199.204.45.223 () {30 vars in 741 bytes} [Sun Apr 26 09:37:23 2026] GET /v2.0/subnets/17737e08-0efb-4e8e-be34-c83014ca16e8 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2632] 199.204.45.223 () {30 vars in 769 bytes} [Sun Apr 26 09:37:23 2026] GET /v2.0/ports?device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 4098 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2633] 199.204.45.223 () {30 vars in 703 bytes} [Sun Apr 26 09:37:23 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: 1332/2634] 199.204.45.223 () {30 vars in 705 bytes} [Sun Apr 26 09:37:23 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2635] 199.204.45.223 () {30 vars in 681 bytes} [Sun Apr 26 09:37:23 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: 1333/2636] 199.204.45.223 () {30 vars in 717 bytes} [Sun Apr 26 09:37:23 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: 1304/2637] 199.204.45.223 () {34 vars in 717 bytes} [Sun Apr 26 09:37:23 2026] POST /v2.0/ports => generated 1328 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2638] 10.0.0.205 () {34 vars in 971 bytes} [Sun Apr 26 09:37:24 2026] GET /v2.0/ports/0f27d6c3-c419-4805-9e96-73f92f6de205 => generated 1328 bytes in 69 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: 1305/2639] 10.0.0.205 () {34 vars in 907 bytes} [Sun Apr 26 09:37:24 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2640] 199.204.45.223 () {34 vars in 1262 bytes} [Sun Apr 26 09:37:25 2026] GET /v2.0/ports/0f27d6c3-c419-4805-9e96-73f92f6de205?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2641] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:37:25 2026] GET /v2.0/networks/f004d1ac-fab4-48e0-a8b6-666ffc0f005f?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: 1336/2642] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:37:25 2026] GET /v2.0/networks/f004d1ac-fab4-48e0-a8b6-666ffc0f005f?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: 1307/2643] 199.204.45.223 () {34 vars in 975 bytes} [Sun Apr 26 09:37:25 2026] GET /v2.0/ports/0f27d6c3-c419-4805-9e96-73f92f6de205 => generated 1328 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2644] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:37:25 2026] GET /v2.0/networks?id=f004d1ac-fab4-48e0-a8b6-666ffc0f005f => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2645] 199.204.45.223 () {38 vars in 1028 bytes} [Sun Apr 26 09:37:25 2026] PUT /v2.0/ports/0f27d6c3-c419-4805-9e96-73f92f6de205 => generated 1518 bytes in 462 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:37:26.480 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-67ea9f75-fc5d-4dde-9420-565c25d99bf9'] response: {'name': 'network-changed', 'server_uuid': 'd7fe600a-24d3-4e5d-add1-264f36c9c4e1', 'tag': '0f27d6c3-c419-4805-9e96-73f92f6de205', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1338/2646] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:37:26 2026] GET /v2.0/ports?tenant_id=2994054e32194da7a07352dc905b222e&device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 5608 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1309/2647] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:37:27 2026] GET /v2.0/networks?id=f004d1ac-fab4-48e0-a8b6-666ffc0f005f => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2648] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Apr 26 09:37:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.180&port_id=0f27d6c3-c419-4805-9e96-73f92f6de205 => 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: 1310/2649] 199.204.45.223 () {34 vars in 1104 bytes} [Sun Apr 26 09:37:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2e&port_id=0f27d6c3-c419-4805-9e96-73f92f6de205 => generated 19 bytes in 556 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2650] 199.204.45.223 () {34 vars in 1064 bytes} [Sun Apr 26 09:37:27 2026] GET /v2.0/subnets?id=c57be73f-f66e-42db-ac24-e516ef33dfd0&id=17737e08-0efb-4e8e-be34-c83014ca16e8 => generated 1414 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2651] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:37:27 2026] GET /v2.0/ports?network_id=f004d1ac-fab4-48e0-a8b6-666ffc0f005f&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: 1341/2652] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:37:27 2026] GET /v2.0/ports?network_id=f004d1ac-fab4-48e0-a8b6-666ffc0f005f&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2653] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:37:27 2026] GET /v2.0/networks/f004d1ac-fab4-48e0-a8b6-666ffc0f005f?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: 1342/2654] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:37:27 2026] GET /v2.0/networks/f004d1ac-fab4-48e0-a8b6-666ffc0f005f?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: 1313/2655] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:37:28 2026] GET /v2.0/ports?tenant_id=2994054e32194da7a07352dc905b222e&device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 5608 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2656] 199.204.45.223 () {34 vars in 1062 bytes} [Sun Apr 26 09:37:29 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.122&port_id=fe836d88-f9aa-4182-ab8a-ccca1e38c6c6 => 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: 1314/2657] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:37:29 2026] GET /v2.0/subnets?id=fed26d62-0d3b-4723-a207-db9ee2f29e48 => 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: 1344/2658] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:37:29 2026] GET /v2.0/ports?network_id=2a8db31d-5550-47e1-96da-6889dbad61ea&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2659] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:37:29 2026] GET /v2.0/networks/2a8db31d-5550-47e1-96da-6889dbad61ea?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: 1345/2660] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:37:29 2026] GET /v2.0/networks/2a8db31d-5550-47e1-96da-6889dbad61ea?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: 1316/2661] 199.204.45.223 () {34 vars in 1056 bytes} [Sun Apr 26 09:37:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.89&port_id=940718ab-d708-49aa-b0be-80e1bf0831d3 => 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: 1346/2662] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:37:29 2026] GET /v2.0/subnets?id=c99b88e3-a319-4f72-ba5d-9cd063bb846a => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2663] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:37:29 2026] GET /v2.0/ports?network_id=aebc6c27-3e33-4107-92bd-8d5939fb6675&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2664] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:37:29 2026] GET /v2.0/networks/aebc6c27-3e33-4107-92bd-8d5939fb6675?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2665] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:37:29 2026] GET /v2.0/networks/aebc6c27-3e33-4107-92bd-8d5939fb6675?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2666] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Apr 26 09:37:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.232&port_id=efdcbb3b-cd2b-4317-97b5-359b3ee417f5 => 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: 1319/2667] 199.204.45.223 () {34 vars in 1104 bytes} [Sun Apr 26 09:37:29 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A27c&port_id=efdcbb3b-cd2b-4317-97b5-359b3ee417f5 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2668] 199.204.45.223 () {34 vars in 1064 bytes} [Sun Apr 26 09:37:29 2026] GET /v2.0/subnets?id=90897773-6e9b-4db7-b3a0-41dcad2498c7&id=78ad7344-36cc-404c-8e48-dbcd91abd92e => generated 1410 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2669] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:37:29 2026] GET /v2.0/ports?network_id=f3c087d7-67a7-4251-9323-4097ed0e0c32&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2670] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:37:29 2026] GET /v2.0/ports?network_id=f3c087d7-67a7-4251-9323-4097ed0e0c32&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2671] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:37:29 2026] GET /v2.0/networks/f3c087d7-67a7-4251-9323-4097ed0e0c32?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: 1351/2672] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:37:29 2026] GET /v2.0/networks/f3c087d7-67a7-4251-9323-4097ed0e0c32?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: 1322/2673] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Apr 26 09:37:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.180&port_id=0f27d6c3-c419-4805-9e96-73f92f6de205 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2674] 199.204.45.223 () {34 vars in 1104 bytes} [Sun Apr 26 09:37:29 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2e&port_id=0f27d6c3-c419-4805-9e96-73f92f6de205 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2675] 199.204.45.223 () {34 vars in 1064 bytes} [Sun Apr 26 09:37:29 2026] GET /v2.0/subnets?id=c57be73f-f66e-42db-ac24-e516ef33dfd0&id=17737e08-0efb-4e8e-be34-c83014ca16e8 => generated 1414 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2676] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:37:29 2026] GET /v2.0/ports?network_id=f004d1ac-fab4-48e0-a8b6-666ffc0f005f&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2677] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:37:29 2026] GET /v2.0/ports?network_id=f004d1ac-fab4-48e0-a8b6-666ffc0f005f&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2678] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:37:29 2026] GET /v2.0/networks/f004d1ac-fab4-48e0-a8b6-666ffc0f005f?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: 1325/2679] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:37:29 2026] GET /v2.0/networks/f004d1ac-fab4-48e0-a8b6-666ffc0f005f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2682] 10.0.0.205 () {34 vars in 971 bytes} [Sun Apr 26 09:37:34 2026] GET /v2.0/ports/0f27d6c3-c419-4805-9e96-73f92f6de205 => generated 1520 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2683] 199.204.45.223 () {30 vars in 743 bytes} [Sun Apr 26 09:37:34 2026] GET /v2.0/networks/f004d1ac-fab4-48e0-a8b6-666ffc0f005f => generated 797 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2684] 199.204.45.223 () {30 vars in 741 bytes} [Sun Apr 26 09:37:34 2026] GET /v2.0/subnets/17737e08-0efb-4e8e-be34-c83014ca16e8 => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2685] 199.204.45.223 () {30 vars in 741 bytes} [Sun Apr 26 09:37:34 2026] GET /v2.0/subnets/c57be73f-f66e-42db-ac24-e516ef33dfd0 => generated 748 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2686] 199.204.45.223 () {30 vars in 737 bytes} [Sun Apr 26 09:37:34 2026] GET /v2.0/ports/efdcbb3b-cd2b-4317-97b5-359b3ee417f5 => generated 1520 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2687] 199.204.45.223 () {34 vars in 790 bytes} [Sun Apr 26 09:37:34 2026] PUT /v2.0/ports/efdcbb3b-cd2b-4317-97b5-359b3ee417f5 => generated 1255 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:37:34.865 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-268b778e-851e-416a-a0ca-fec4908feea9'] response: {'name': 'network-changed', 'server_uuid': 'd7fe600a-24d3-4e5d-add1-264f36c9c4e1', 'tag': 'efdcbb3b-cd2b-4317-97b5-359b3ee417f5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1330/2688] 199.204.45.223 () {30 vars in 743 bytes} [Sun Apr 26 09:37:34 2026] GET /v2.0/networks/f3c087d7-67a7-4251-9323-4097ed0e0c32 => generated 797 bytes in 56 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: 1359/2689] 199.204.45.223 () {30 vars in 741 bytes} [Sun Apr 26 09:37:34 2026] GET /v2.0/subnets/90897773-6e9b-4db7-b3a0-41dcad2498c7 => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2690] 199.204.45.223 () {30 vars in 703 bytes} [Sun Apr 26 09:37:35 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: 1360/2691] 199.204.45.223 () {30 vars in 705 bytes} [Sun Apr 26 09:37:35 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: 1332/2692] 199.204.45.223 () {30 vars in 681 bytes} [Sun Apr 26 09:37:35 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: 1361/2693] 199.204.45.223 () {30 vars in 717 bytes} [Sun Apr 26 09:37:35 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: 1333/2694] 199.204.45.223 () {30 vars in 741 bytes} [Sun Apr 26 09:37:35 2026] GET /v2.0/subnets/c99b88e3-a319-4f72-ba5d-9cd063bb846a => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2695] 199.204.45.223 () {30 vars in 737 bytes} [Sun Apr 26 09:37:35 2026] GET /v2.0/ports/1e9b57fd-00f7-471a-b957-c38572c1894d => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2696] 199.204.45.223 () {30 vars in 737 bytes} [Sun Apr 26 09:37:35 2026] GET /v2.0/ports/940718ab-d708-49aa-b0be-80e1bf0831d3 => 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: 1363/2697] 199.204.45.223 () {30 vars in 741 bytes} [Sun Apr 26 09:37:35 2026] GET /v2.0/subnets/c99b88e3-a319-4f72-ba5d-9cd063bb846a => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2698] 199.204.45.223 () {30 vars in 743 bytes} [Sun Apr 26 09:37:35 2026] GET /v2.0/networks/aebc6c27-3e33-4107-92bd-8d5939fb6675 => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2699] 199.204.45.223 () {30 vars in 737 bytes} [Sun Apr 26 09:37:35 2026] GET /v2.0/ports/1e9b57fd-00f7-471a-b957-c38572c1894d => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2700] 199.204.45.223 () {30 vars in 741 bytes} [Sun Apr 26 09:37:35 2026] GET /v2.0/subnets/c99b88e3-a319-4f72-ba5d-9cd063bb846a => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2701] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:37:35 2026] GET /v2.0/ports?tenant_id=2994054e32194da7a07352dc905b222e&device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 5381 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2702] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:37:35 2026] GET /v2.0/networks?id=f3c087d7-67a7-4251-9323-4097ed0e0c32 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2703] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Apr 26 09:37:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.232&port_id=efdcbb3b-cd2b-4317-97b5-359b3ee417f5 => 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: 1338/2704] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:37:35 2026] GET /v2.0/subnets?id=90897773-6e9b-4db7-b3a0-41dcad2498c7 => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2705] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:37:35 2026] GET /v2.0/ports?network_id=f3c087d7-67a7-4251-9323-4097ed0e0c32&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2706] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:37:35 2026] GET /v2.0/networks/f3c087d7-67a7-4251-9323-4097ed0e0c32?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: 1368/2707] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:37:35 2026] GET /v2.0/networks/f3c087d7-67a7-4251-9323-4097ed0e0c32?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: 1340/2708] 199.204.45.223 () {30 vars in 703 bytes} [Sun Apr 26 09:37:46 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: 1369/2709] 199.204.45.223 () {30 vars in 705 bytes} [Sun Apr 26 09:37:46 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: 1341/2710] 199.204.45.223 () {30 vars in 681 bytes} [Sun Apr 26 09:37:46 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: 1370/2711] 199.204.45.223 () {30 vars in 717 bytes} [Sun Apr 26 09:37:46 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: 1342/2712] 199.204.45.223 () {30 vars in 741 bytes} [Sun Apr 26 09:37:46 2026] GET /v2.0/subnets/90897773-6e9b-4db7-b3a0-41dcad2498c7 => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2713] 199.204.45.223 () {30 vars in 769 bytes} [Sun Apr 26 09:37:46 2026] GET /v2.0/ports?device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 5381 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2714] 199.204.45.223 () {30 vars in 703 bytes} [Sun Apr 26 09:37:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2715] 199.204.45.223 () {30 vars in 705 bytes} [Sun Apr 26 09:37:46 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: 1344/2716] 199.204.45.223 () {30 vars in 681 bytes} [Sun Apr 26 09:37:46 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: 1373/2717] 199.204.45.223 () {30 vars in 717 bytes} [Sun Apr 26 09:37:46 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: 1345/2718] 199.204.45.223 () {30 vars in 737 bytes} [Sun Apr 26 09:37:46 2026] GET /v2.0/ports/0f27d6c3-c419-4805-9e96-73f92f6de205 => generated 1520 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2719] 199.204.45.223 () {34 vars in 790 bytes} [Sun Apr 26 09:37:46 2026] PUT /v2.0/ports/0f27d6c3-c419-4805-9e96-73f92f6de205 => generated 1255 bytes in 331 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:37:47.330 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-94369780-4c28-4e05-a1ca-0b6ea7e31350'] response: {'name': 'network-changed', 'server_uuid': 'd7fe600a-24d3-4e5d-add1-264f36c9c4e1', 'tag': '0f27d6c3-c419-4805-9e96-73f92f6de205', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1346/2720] 199.204.45.223 () {30 vars in 743 bytes} [Sun Apr 26 09:37:47 2026] GET /v2.0/networks/f004d1ac-fab4-48e0-a8b6-666ffc0f005f => generated 797 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1375/2721] 199.204.45.223 () {30 vars in 741 bytes} [Sun Apr 26 09:37:47 2026] GET /v2.0/subnets/17737e08-0efb-4e8e-be34-c83014ca16e8 => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2722] 199.204.45.223 () {30 vars in 737 bytes} [Sun Apr 26 09:37:47 2026] GET /v2.0/ports/0f27d6c3-c419-4805-9e96-73f92f6de205 => generated 1291 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2723] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:37:47 2026] GET /v2.0/ports?tenant_id=2994054e32194da7a07352dc905b222e&device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 5152 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2724] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:37:47 2026] GET /v2.0/networks?id=f004d1ac-fab4-48e0-a8b6-666ffc0f005f => generated 800 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2725] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Apr 26 09:37:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.180&port_id=0f27d6c3-c419-4805-9e96-73f92f6de205 => 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: 1351/2726] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:37:47 2026] GET /v2.0/subnets?id=17737e08-0efb-4e8e-be34-c83014ca16e8 => generated 676 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2727] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:37:47 2026] GET /v2.0/ports?network_id=f004d1ac-fab4-48e0-a8b6-666ffc0f005f&device_owner=network%3Adhcp => generated 1461 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2728] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:37:48 2026] GET /v2.0/networks/f004d1ac-fab4-48e0-a8b6-666ffc0f005f?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2729] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:37:48 2026] GET /v2.0/networks/f004d1ac-fab4-48e0-a8b6-666ffc0f005f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2730] 199.204.45.223 () {34 vars in 789 bytes} [Sun Apr 26 09:37:47 2026] PUT /v2.0/ports/0f27d6c3-c419-4805-9e96-73f92f6de205 => generated 1080 bytes in 1140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2731] 199.204.45.223 () {30 vars in 743 bytes} [Sun Apr 26 09:37:48 2026] GET /v2.0/networks/f004d1ac-fab4-48e0-a8b6-666ffc0f005f => generated 797 bytes in 59 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: 1377/2732] 199.204.45.223 () {30 vars in 769 bytes} [Sun Apr 26 09:37:48 2026] GET /v2.0/ports?device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 4977 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2735] 199.204.45.223 () {30 vars in 769 bytes} [Sun Apr 26 09:37:48 2026] GET /v2.0/ports?device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 4977 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:37:49.372 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e5f29705-fa99-431b-9ded-c25630073657'] response: {'name': 'network-changed', 'server_uuid': 'd7fe600a-24d3-4e5d-add1-264f36c9c4e1', 'tag': '0f27d6c3-c419-4805-9e96-73f92f6de205', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1380/2736] 199.204.45.223 () {30 vars in 769 bytes} [Sun Apr 26 09:37:49 2026] GET /v2.0/ports?device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 4977 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2737] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:37:49 2026] GET /v2.0/ports?tenant_id=2994054e32194da7a07352dc905b222e&device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 4977 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2738] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:37:49 2026] GET /v2.0/networks?id=f004d1ac-fab4-48e0-a8b6-666ffc0f005f => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2739] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:37:49 2026] GET /v2.0/networks/f004d1ac-fab4-48e0-a8b6-666ffc0f005f?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: 1382/2740] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:37:50 2026] GET /v2.0/networks/f004d1ac-fab4-48e0-a8b6-666ffc0f005f?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: 7|app: 0|req: 1359/2741] 199.204.45.223 () {30 vars in 769 bytes} [Sun Apr 26 09:37:50 2026] GET /v2.0/ports?device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 4977 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2742] 199.204.45.223 () {34 vars in 975 bytes} [Sun Apr 26 09:37:51 2026] GET /v2.0/ports/0f27d6c3-c419-4805-9e96-73f92f6de205 => generated 1116 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2743] 199.204.45.223 () {34 vars in 1060 bytes} [Sun Apr 26 09:37:51 2026] GET /v2.0/ports/0f27d6c3-c419-4805-9e96-73f92f6de205?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2744] 199.204.45.223 () {34 vars in 1016 bytes} [Sun Apr 26 09:37:51 2026] GET /v2.0/networks/f004d1ac-fab4-48e0-a8b6-666ffc0f005f?fields=dns_domain => generated 29 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2745] 199.204.45.223 () {38 vars in 1028 bytes} [Sun Apr 26 09:37:51 2026] PUT /v2.0/ports/0f27d6c3-c419-4805-9e96-73f92f6de205 => generated 917 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2746] 199.204.45.223 () {30 vars in 769 bytes} [Sun Apr 26 09:37:52 2026] GET /v2.0/ports?device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 3869 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-26 09:37:52.179 7 INFO neutron_taas.services.taas.taas_plugin [None req-93282961-ab1f-4067-a422-0e9fd7e3cae2 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: 0f27d6c3-c419-4805-9e96-73f92f6de205 2026-04-26 09:37:52.181 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93282961-ab1f-4067-a422-0e9fd7e3cae2 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: 0f27d6c3-c419-4805-9e96-73f92f6de205 [pid: 7|app: 0|req: 1362/2747] 199.204.45.223 () {32 vars in 759 bytes} [Sun Apr 26 09:37:52 2026] DELETE /v2.0/ports/0f27d6c3-c419-4805-9e96-73f92f6de205 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2748] 199.204.45.223 () {30 vars in 703 bytes} [Sun Apr 26 09:37:52 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2749] 199.204.45.223 () {30 vars in 705 bytes} [Sun Apr 26 09:37:52 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: 1387/2750] 199.204.45.223 () {30 vars in 681 bytes} [Sun Apr 26 09:37:52 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: 1364/2751] 199.204.45.223 () {30 vars in 717 bytes} [Sun Apr 26 09:37:52 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: 1388/2752] 199.204.45.223 () {30 vars in 741 bytes} [Sun Apr 26 09:37:52 2026] GET /v2.0/subnets/c99b88e3-a319-4f72-ba5d-9cd063bb846a => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2753] 199.204.45.223 () {30 vars in 737 bytes} [Sun Apr 26 09:37:52 2026] GET /v2.0/ports/1e9b57fd-00f7-471a-b957-c38572c1894d => 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: 1389/2754] 199.204.45.223 () {30 vars in 737 bytes} [Sun Apr 26 09:37:52 2026] GET /v2.0/ports/940718ab-d708-49aa-b0be-80e1bf0831d3 => generated 1346 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2755] 199.204.45.223 () {30 vars in 741 bytes} [Sun Apr 26 09:37:52 2026] GET /v2.0/subnets/c99b88e3-a319-4f72-ba5d-9cd063bb846a => generated 676 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2756] 199.204.45.223 () {30 vars in 743 bytes} [Sun Apr 26 09:37:52 2026] GET /v2.0/networks/aebc6c27-3e33-4107-92bd-8d5939fb6675 => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2757] 199.204.45.223 () {30 vars in 737 bytes} [Sun Apr 26 09:37:52 2026] GET /v2.0/ports/1e9b57fd-00f7-471a-b957-c38572c1894d => generated 1132 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2758] 199.204.45.223 () {30 vars in 741 bytes} [Sun Apr 26 09:37:52 2026] GET /v2.0/subnets/c99b88e3-a319-4f72-ba5d-9cd063bb846a => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2759] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:37:52 2026] GET /v2.0/ports?tenant_id=2994054e32194da7a07352dc905b222e&device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 3869 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2760] 199.204.45.223 () {34 vars in 1226 bytes} [Sun Apr 26 09:37:53 2026] GET /v2.0/networks?id=2a8db31d-5550-47e1-96da-6889dbad61ea&id=aebc6c27-3e33-4107-92bd-8d5939fb6675&id=f3c087d7-67a7-4251-9323-4097ed0e0c32&id=f004d1ac-fab4-48e0-a8b6-666ffc0f005f => generated 3095 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2761] 199.204.45.223 () {34 vars in 1062 bytes} [Sun Apr 26 09:37:53 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.122&port_id=fe836d88-f9aa-4182-ab8a-ccca1e38c6c6 => 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: 1393/2762] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:37:53 2026] GET /v2.0/subnets?id=fed26d62-0d3b-4723-a207-db9ee2f29e48 => generated 654 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2763] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:37:53 2026] GET /v2.0/ports?network_id=2a8db31d-5550-47e1-96da-6889dbad61ea&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: 1394/2764] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:37:53 2026] GET /v2.0/networks/2a8db31d-5550-47e1-96da-6889dbad61ea?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: 1371/2765] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:37:53 2026] GET /v2.0/networks/2a8db31d-5550-47e1-96da-6889dbad61ea?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: 1395/2766] 199.204.45.223 () {34 vars in 1056 bytes} [Sun Apr 26 09:37:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.89&port_id=940718ab-d708-49aa-b0be-80e1bf0831d3 => 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: 1372/2767] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:37:53 2026] GET /v2.0/subnets?id=c99b88e3-a319-4f72-ba5d-9cd063bb846a => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2768] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:37:53 2026] GET /v2.0/ports?network_id=aebc6c27-3e33-4107-92bd-8d5939fb6675&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2769] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:37:53 2026] GET /v2.0/networks/aebc6c27-3e33-4107-92bd-8d5939fb6675?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: 1397/2770] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:37:53 2026] GET /v2.0/networks/aebc6c27-3e33-4107-92bd-8d5939fb6675?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: 1374/2771] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Apr 26 09:37:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.232&port_id=efdcbb3b-cd2b-4317-97b5-359b3ee417f5 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2772] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:37:53 2026] GET /v2.0/subnets?id=90897773-6e9b-4db7-b3a0-41dcad2498c7 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2773] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:37:53 2026] GET /v2.0/ports?network_id=f3c087d7-67a7-4251-9323-4097ed0e0c32&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2774] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:37:53 2026] GET /v2.0/networks/f3c087d7-67a7-4251-9323-4097ed0e0c32?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2775] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:37:53 2026] GET /v2.0/networks/f3c087d7-67a7-4251-9323-4097ed0e0c32?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: 1400/2776] 199.204.45.223 () {30 vars in 703 bytes} [Sun Apr 26 09:37:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2777] 199.204.45.223 () {30 vars in 705 bytes} [Sun Apr 26 09:37:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2778] 199.204.45.223 () {30 vars in 681 bytes} [Sun Apr 26 09:37:57 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: 1378/2779] 199.204.45.223 () {30 vars in 717 bytes} [Sun Apr 26 09:37:57 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: 1402/2780] 199.204.45.223 () {30 vars in 769 bytes} [Sun Apr 26 09:37:57 2026] GET /v2.0/ports?device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 3869 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2781] 199.204.45.223 () {30 vars in 703 bytes} [Sun Apr 26 09:37:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2782] 199.204.45.223 () {30 vars in 705 bytes} [Sun Apr 26 09:37:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2783] 199.204.45.223 () {30 vars in 681 bytes} [Sun Apr 26 09:37:57 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: 1404/2784] 199.204.45.223 () {30 vars in 717 bytes} [Sun Apr 26 09:37:57 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2785] 199.204.45.223 () {30 vars in 737 bytes} [Sun Apr 26 09:37:57 2026] GET /v2.0/ports/efdcbb3b-cd2b-4317-97b5-359b3ee417f5 => generated 1291 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2786] 199.204.45.223 () {34 vars in 789 bytes} [Sun Apr 26 09:37:57 2026] PUT /v2.0/ports/efdcbb3b-cd2b-4317-97b5-359b3ee417f5 => generated 1080 bytes in 440 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:37:58.359 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2644f809-8c28-4dcb-994a-f49edfb836bb'] response: {'name': 'network-changed', 'server_uuid': 'd7fe600a-24d3-4e5d-add1-264f36c9c4e1', 'tag': 'efdcbb3b-cd2b-4317-97b5-359b3ee417f5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1382/2787] 199.204.45.223 () {30 vars in 743 bytes} [Sun Apr 26 09:37:58 2026] GET /v2.0/networks/f3c087d7-67a7-4251-9323-4097ed0e0c32 => generated 797 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1406/2788] 199.204.45.223 () {30 vars in 769 bytes} [Sun Apr 26 09:37:58 2026] GET /v2.0/ports?device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 3694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2789] 199.204.45.223 () {30 vars in 769 bytes} [Sun Apr 26 09:37:58 2026] GET /v2.0/ports?device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 3694 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2790] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:37:58 2026] GET /v2.0/ports?tenant_id=2994054e32194da7a07352dc905b222e&device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 3694 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2791] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:37:58 2026] GET /v2.0/networks?id=f3c087d7-67a7-4251-9323-4097ed0e0c32 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2792] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:37:58 2026] GET /v2.0/networks/f3c087d7-67a7-4251-9323-4097ed0e0c32?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2793] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:37:59 2026] GET /v2.0/networks/f3c087d7-67a7-4251-9323-4097ed0e0c32?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: 1409/2794] 199.204.45.223 () {30 vars in 769 bytes} [Sun Apr 26 09:37:59 2026] GET /v2.0/ports?device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 3694 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2795] 199.204.45.223 () {34 vars in 975 bytes} [Sun Apr 26 09:38:00 2026] GET /v2.0/ports/efdcbb3b-cd2b-4317-97b5-359b3ee417f5 => generated 1116 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2796] 199.204.45.223 () {34 vars in 1060 bytes} [Sun Apr 26 09:38:00 2026] GET /v2.0/ports/efdcbb3b-cd2b-4317-97b5-359b3ee417f5?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2797] 199.204.45.223 () {30 vars in 769 bytes} [Sun Apr 26 09:38:00 2026] GET /v2.0/ports?device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 3694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2798] 199.204.45.223 () {34 vars in 1016 bytes} [Sun Apr 26 09:38:00 2026] GET /v2.0/networks/f3c087d7-67a7-4251-9323-4097ed0e0c32?fields=dns_domain => generated 29 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2799] 199.204.45.223 () {38 vars in 1028 bytes} [Sun Apr 26 09:38:00 2026] PUT /v2.0/ports/efdcbb3b-cd2b-4317-97b5-359b3ee417f5 => generated 917 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2800] 199.204.45.223 () {30 vars in 769 bytes} [Sun Apr 26 09:38:01 2026] GET /v2.0/ports?device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 2586 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, ' 2026-04-26 09:38:01.879 7 INFO neutron_taas.services.taas.taas_plugin [None req-98a5d084-dd76-46a8-98dd-f13016a87fe9 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: efdcbb3b-cd2b-4317-97b5-359b3ee417f5 2026-04-26 09:38:01.882 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98a5d084-dd76-46a8-98dd-f13016a87fe9 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: efdcbb3b-cd2b-4317-97b5-359b3ee417f5 [pid: 7|app: 0|req: 1389/2801] 199.204.45.223 () {32 vars in 759 bytes} [Sun Apr 26 09:38:01 2026] DELETE /v2.0/ports/efdcbb3b-cd2b-4317-97b5-359b3ee417f5 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2802] 199.204.45.223 () {30 vars in 703 bytes} [Sun Apr 26 09:38:02 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/2803] 199.204.45.223 () {30 vars in 705 bytes} [Sun Apr 26 09:38:02 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2804] 199.204.45.223 () {30 vars in 681 bytes} [Sun Apr 26 09:38:02 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/2805] 199.204.45.223 () {30 vars in 717 bytes} [Sun Apr 26 09:38:02 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2806] 199.204.45.223 () {30 vars in 741 bytes} [Sun Apr 26 09:38:02 2026] GET /v2.0/subnets/c99b88e3-a319-4f72-ba5d-9cd063bb846a => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2807] 199.204.45.223 () {30 vars in 737 bytes} [Sun Apr 26 09:38:02 2026] GET /v2.0/ports/1e9b57fd-00f7-471a-b957-c38572c1894d => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2808] 199.204.45.223 () {30 vars in 737 bytes} [Sun Apr 26 09:38:02 2026] GET /v2.0/ports/940718ab-d708-49aa-b0be-80e1bf0831d3 => generated 1346 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2809] 199.204.45.223 () {30 vars in 741 bytes} [Sun Apr 26 09:38:02 2026] GET /v2.0/subnets/c99b88e3-a319-4f72-ba5d-9cd063bb846a => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2810] 199.204.45.223 () {30 vars in 743 bytes} [Sun Apr 26 09:38:02 2026] GET /v2.0/networks/aebc6c27-3e33-4107-92bd-8d5939fb6675 => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2811] 199.204.45.223 () {30 vars in 737 bytes} [Sun Apr 26 09:38:02 2026] GET /v2.0/ports/1e9b57fd-00f7-471a-b957-c38572c1894d => 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: 1418/2812] 199.204.45.223 () {30 vars in 741 bytes} [Sun Apr 26 09:38:02 2026] GET /v2.0/subnets/c99b88e3-a319-4f72-ba5d-9cd063bb846a => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2813] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:38:02 2026] GET /v2.0/ports?tenant_id=2994054e32194da7a07352dc905b222e&device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 2586 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2814] 199.204.45.223 () {34 vars in 1146 bytes} [Sun Apr 26 09:38:02 2026] GET /v2.0/networks?id=2a8db31d-5550-47e1-96da-6889dbad61ea&id=aebc6c27-3e33-4107-92bd-8d5939fb6675&id=f3c087d7-67a7-4251-9323-4097ed0e0c32 => generated 2309 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2815] 199.204.45.223 () {34 vars in 1062 bytes} [Sun Apr 26 09:38:02 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.122&port_id=fe836d88-f9aa-4182-ab8a-ccca1e38c6c6 => 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: 1420/2816] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:38:02 2026] GET /v2.0/subnets?id=fed26d62-0d3b-4723-a207-db9ee2f29e48 => 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: 1397/2817] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:38:02 2026] GET /v2.0/ports?network_id=2a8db31d-5550-47e1-96da-6889dbad61ea&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2818] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:38:02 2026] GET /v2.0/networks/2a8db31d-5550-47e1-96da-6889dbad61ea?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: 1398/2819] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:38:02 2026] GET /v2.0/networks/2a8db31d-5550-47e1-96da-6889dbad61ea?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: 1422/2820] 199.204.45.223 () {34 vars in 1056 bytes} [Sun Apr 26 09:38:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.89&port_id=940718ab-d708-49aa-b0be-80e1bf0831d3 => 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: 1399/2821] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:38:02 2026] GET /v2.0/subnets?id=c99b88e3-a319-4f72-ba5d-9cd063bb846a => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2822] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:38:02 2026] GET /v2.0/ports?network_id=aebc6c27-3e33-4107-92bd-8d5939fb6675&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2823] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:38:02 2026] GET /v2.0/networks/aebc6c27-3e33-4107-92bd-8d5939fb6675?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: 1424/2824] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:38:02 2026] GET /v2.0/networks/aebc6c27-3e33-4107-92bd-8d5939fb6675?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: 1402/2827] 199.204.45.223 () {30 vars in 703 bytes} [Sun Apr 26 09:38:13 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: 1426/2828] 199.204.45.223 () {30 vars in 705 bytes} [Sun Apr 26 09:38:13 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: 1403/2829] 199.204.45.223 () {30 vars in 681 bytes} [Sun Apr 26 09:38:13 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: 1427/2830] 199.204.45.223 () {30 vars in 717 bytes} [Sun Apr 26 09:38:13 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:38:13.242 7 INFO neutron.api.v2.resource [None req-3b3bf723-8ec5-4c64-b757-f05b5521366d 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1404/2831] 199.204.45.223 () {30 vars in 763 bytes} [Sun Apr 26 09:38:13 2026] GET /v2.0/security-groups/lb-a817bd8d-df22-4037-9f78-8d9a5367c0c9 => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2832] 199.204.45.223 () {30 vars in 785 bytes} [Sun Apr 26 09:38:13 2026] GET /v2.0/security-groups?name=lb-a817bd8d-df22-4037-9f78-8d9a5367c0c9 => generated 2865 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2833] 199.204.45.223 () {30 vars in 815 bytes} [Sun Apr 26 09:38:13 2026] GET /v2.0/security-group-rules?security_group_id=f7e1d2f2-27ce-43a5-838d-4236dacaffc5 => generated 2334 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2834] 199.204.45.223 () {32 vars in 789 bytes} [Sun Apr 26 09:38:13 2026] DELETE /v2.0/security-group-rules/7c2e914d-6717-42ba-92ce-06b5e5e2ad52 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2835] 199.204.45.223 () {32 vars in 789 bytes} [Sun Apr 26 09:38:13 2026] DELETE /v2.0/security-group-rules/82078766-03cb-49c7-8dc8-e2c56be83ba9 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:38:17.304 8 INFO neutron_taas.services.taas.taas_plugin [None req-d93f69c1-a8e6-4839-b6fc-77f9a1d4bb1c 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] TaaS: Handle Delete Port: 4cbff380-5c76-4e0a-b55e-2dd7d5f5969f 2026-04-26 09:38:17.307 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d93f69c1-a8e6-4839-b6fc-77f9a1d4bb1c 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] Tap Mirror: Handle Delete Port: 4cbff380-5c76-4e0a-b55e-2dd7d5f5969f 2026-04-26 09:38:17.490 8 INFO neutron.db.l3_db [None req-d93f69c1-a8e6-4839-b6fc-77f9a1d4bb1c 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] Floating IP 29ae6a06-0dad-45d3-8a04-7cce6e758ec8 disassociated (deleted). External IP: 10.96.250.219, port: 1e9b57fd-00f7-471a-b957-c38572c1894d. [pid: 8|app: 0|req: 1430/2836] 10.0.0.126 () {32 vars in 732 bytes} [Sun Apr 26 09:38:17 2026] DELETE /v2.0/floatingips/29ae6a06-0dad-45d3-8a04-7cce6e758ec8 => generated 0 bytes in 591 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:38:17.800 7 INFO neutron.api.v2.resource [None req-79f7c01d-a135-4f3a-b27f-4873675debb0 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1407/2837] 10.0.0.126 () {32 vars in 729 bytes} [Sun Apr 26 09:38:17 2026] GET /v2.0/floatingips/29ae6a06-0dad-45d3-8a04-7cce6e758ec8 => generated 144 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2838] 199.204.45.223 () {30 vars in 703 bytes} [Sun Apr 26 09:38:18 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: 1408/2839] 199.204.45.223 () {30 vars in 705 bytes} [Sun Apr 26 09:38:18 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: 1432/2840] 199.204.45.223 () {30 vars in 681 bytes} [Sun Apr 26 09:38:18 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: 1409/2841] 199.204.45.223 () {30 vars in 717 bytes} [Sun Apr 26 09:38:18 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:38:18.596 8 INFO neutron.api.v2.resource [None req-90b98169-9c89-4e7b-8172-3f7147325c3d 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1433/2842] 199.204.45.223 () {30 vars in 763 bytes} [Sun Apr 26 09:38:18 2026] GET /v2.0/security-groups/lb-a817bd8d-df22-4037-9f78-8d9a5367c0c9 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2843] 199.204.45.223 () {30 vars in 785 bytes} [Sun Apr 26 09:38:18 2026] GET /v2.0/security-groups?name=lb-a817bd8d-df22-4037-9f78-8d9a5367c0c9 => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2844] 199.204.45.223 () {30 vars in 815 bytes} [Sun Apr 26 09:38:18 2026] GET /v2.0/security-group-rules?security_group_id=f7e1d2f2-27ce-43a5-838d-4236dacaffc5 => generated 1182 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2845] 199.204.45.223 () {30 vars in 703 bytes} [Sun Apr 26 09:38:18 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: 1435/2846] 199.204.45.223 () {30 vars in 705 bytes} [Sun Apr 26 09:38:18 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: 1412/2847] 199.204.45.223 () {30 vars in 681 bytes} [Sun Apr 26 09:38:18 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2848] 199.204.45.223 () {30 vars in 717 bytes} [Sun Apr 26 09:38:18 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2851] 199.204.45.223 () {30 vars in 741 bytes} [Sun Apr 26 09:38:18 2026] GET /v2.0/subnets/c99b88e3-a319-4f72-ba5d-9cd063bb846a => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2852] 199.204.45.223 () {30 vars in 769 bytes} [Sun Apr 26 09:38:18 2026] GET /v2.0/ports?device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 2586 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2853] 199.204.45.223 () {30 vars in 769 bytes} [Sun Apr 26 09:38:18 2026] GET /v2.0/ports?device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 2586 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2854] 199.204.45.223 () {30 vars in 769 bytes} [Sun Apr 26 09:38:19 2026] GET /v2.0/ports?device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 2586 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2855] 199.204.45.223 () {30 vars in 769 bytes} [Sun Apr 26 09:38:20 2026] GET /v2.0/ports?device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 2586 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2856] 199.204.45.223 () {34 vars in 975 bytes} [Sun Apr 26 09:38:21 2026] GET /v2.0/ports/940718ab-d708-49aa-b0be-80e1bf0831d3 => generated 1346 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2857] 199.204.45.223 () {34 vars in 1060 bytes} [Sun Apr 26 09:38:21 2026] GET /v2.0/ports/940718ab-d708-49aa-b0be-80e1bf0831d3?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2858] 199.204.45.223 () {30 vars in 769 bytes} [Sun Apr 26 09:38:21 2026] GET /v2.0/ports?device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 2586 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2859] 199.204.45.223 () {34 vars in 1016 bytes} [Sun Apr 26 09:38:21 2026] GET /v2.0/networks/aebc6c27-3e33-4107-92bd-8d5939fb6675?fields=dns_domain => generated 29 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2860] 199.204.45.223 () {38 vars in 1028 bytes} [Sun Apr 26 09:38:21 2026] PUT /v2.0/ports/940718ab-d708-49aa-b0be-80e1bf0831d3 => generated 1147 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2861] 199.204.45.223 () {30 vars in 769 bytes} [Sun Apr 26 09:38:22 2026] GET /v2.0/ports?device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 1248 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1419/2862] 199.204.45.223 () {34 vars in 789 bytes} [Sun Apr 26 09:38:22 2026] PUT /v2.0/ports/940718ab-d708-49aa-b0be-80e1bf0831d3 => generated 1086 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2863] 199.204.45.223 () {30 vars in 737 bytes} [Sun Apr 26 09:38:22 2026] GET /v2.0/ports/940718ab-d708-49aa-b0be-80e1bf0831d3 => generated 1086 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-04-26 09:38:22.646 7 INFO neutron_taas.services.taas.taas_plugin [None req-be0c012c-e9ac-47fa-8768-990753377dc7 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: 940718ab-d708-49aa-b0be-80e1bf0831d3 2026-04-26 09:38:22.649 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be0c012c-e9ac-47fa-8768-990753377dc7 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: 940718ab-d708-49aa-b0be-80e1bf0831d3 [pid: 7|app: 0|req: 1420/2864] 199.204.45.223 () {32 vars in 759 bytes} [Sun Apr 26 09:38:22 2026] DELETE /v2.0/ports/940718ab-d708-49aa-b0be-80e1bf0831d3 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2865] 199.204.45.223 () {30 vars in 703 bytes} [Sun Apr 26 09:38:22 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: 1421/2866] 199.204.45.223 () {30 vars in 705 bytes} [Sun Apr 26 09:38:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2867] 199.204.45.223 () {30 vars in 681 bytes} [Sun Apr 26 09:38:22 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2868] 199.204.45.223 () {30 vars in 717 bytes} [Sun Apr 26 09:38:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:38:22.959 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f165de9a-592c-40e2-b257-ec098392637c 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1447/2869] 199.204.45.223 () {32 vars in 759 bytes} [Sun Apr 26 09:38:22 2026] DELETE /v2.0/ports/940718ab-d708-49aa-b0be-80e1bf0831d3 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2870] 199.204.45.223 () {30 vars in 737 bytes} [Sun Apr 26 09:38:22 2026] GET /v2.0/ports/1e9b57fd-00f7-471a-b957-c38572c1894d => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2871] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:38:22 2026] GET /v2.0/ports?tenant_id=2994054e32194da7a07352dc905b222e&device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:38:23.028 7 INFO neutron.api.v2.resource [None req-1b2db22d-68bd-4b76-b80e-875f60d9a2e1 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1424/2872] 199.204.45.223 () {30 vars in 763 bytes} [Sun Apr 26 09:38:23 2026] GET /v2.0/security-groups/lb-a817bd8d-df22-4037-9f78-8d9a5367c0c9 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2873] 199.204.45.223 () {30 vars in 785 bytes} [Sun Apr 26 09:38:23 2026] GET /v2.0/security-groups?name=lb-a817bd8d-df22-4037-9f78-8d9a5367c0c9 => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2874] 199.204.45.223 () {34 vars in 1066 bytes} [Sun Apr 26 09:38:23 2026] GET /v2.0/networks?id=2a8db31d-5550-47e1-96da-6889dbad61ea&id=aebc6c27-3e33-4107-92bd-8d5939fb6675 => generated 1523 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2875] 199.204.45.223 () {34 vars in 1062 bytes} [Sun Apr 26 09:38:23 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.122&port_id=fe836d88-f9aa-4182-ab8a-ccca1e38c6c6 => 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: 1426/2876] 199.204.45.223 () {30 vars in 737 bytes} [Sun Apr 26 09:38:23 2026] GET /v2.0/ports/1e9b57fd-00f7-471a-b957-c38572c1894d => generated 1132 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2877] 199.204.45.223 () {34 vars in 984 bytes} [Sun Apr 26 09:38:23 2026] GET /v2.0/subnets?id=fed26d62-0d3b-4723-a207-db9ee2f29e48 => 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: 1452/2878] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:38:23 2026] GET /v2.0/ports?network_id=2a8db31d-5550-47e1-96da-6889dbad61ea&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: 1453/2879] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:38:23 2026] GET /v2.0/networks/2a8db31d-5550-47e1-96da-6889dbad61ea?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: 1454/2880] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:38:23 2026] GET /v2.0/networks/2a8db31d-5550-47e1-96da-6889dbad61ea?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2881] 199.204.45.223 () {34 vars in 789 bytes} [Sun Apr 26 09:38:23 2026] PUT /v2.0/ports/1e9b57fd-00f7-471a-b957-c38572c1894d => generated 1094 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2882] 199.204.45.223 () {32 vars in 779 bytes} [Sun Apr 26 09:38:23 2026] DELETE /v2.0/security-groups/f7e1d2f2-27ce-43a5-838d-4236dacaffc5 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:38:23.696 7 INFO neutron_taas.services.taas.taas_plugin [None req-757086d7-fcea-470e-a091-184768732737 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: 1e9b57fd-00f7-471a-b957-c38572c1894d 2026-04-26 09:38:23.699 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-757086d7-fcea-470e-a091-184768732737 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: 1e9b57fd-00f7-471a-b957-c38572c1894d [pid: 7|app: 0|req: 1428/2883] 199.204.45.223 () {32 vars in 759 bytes} [Sun Apr 26 09:38:23 2026] DELETE /v2.0/ports/1e9b57fd-00f7-471a-b957-c38572c1894d => generated 0 bytes in 347 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2884] 199.204.45.223 () {34 vars in 994 bytes} [Sun Apr 26 09:38:26 2026] GET /v2.0/ports?device_id=d7fe600a-24d3-4e5d-add1-264f36c9c4e1 => generated 1248 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:38:27.160 7 INFO neutron_taas.services.taas.taas_plugin [req-3a7fc155-df1d-4a17-8886-7b747337bc5b req-0072953b-a5e5-46cc-890b-1e080cc3a41a 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] TaaS: Handle Delete Port: fe836d88-f9aa-4182-ab8a-ccca1e38c6c6 2026-04-26 09:38:27.162 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3a7fc155-df1d-4a17-8886-7b747337bc5b req-0072953b-a5e5-46cc-890b-1e080cc3a41a 67e79c91acc742b68c9b7d2ea1d363f5 2994054e32194da7a07352dc905b222e - - default default] Tap Mirror: Handle Delete Port: fe836d88-f9aa-4182-ab8a-ccca1e38c6c6 [pid: 7|app: 0|req: 1429/2885] 199.204.45.223 () {36 vars in 997 bytes} [Sun Apr 26 09:38:27 2026] DELETE /v2.0/ports/fe836d88-f9aa-4182-ab8a-ccca1e38c6c6 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:38:27.360 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c6748415-84d7-486c-983a-79f0b3c4c6df'] response: {'server_uuid': 'd7fe600a-24d3-4e5d-add1-264f36c9c4e1', 'name': 'network-vif-deleted', 'tag': 'fe836d88-f9aa-4182-ab8a-ccca1e38c6c6', 'status': 'completed', 'code': 200} 2026-04-26 09:38:28.149 8 INFO neutron_taas.services.taas.taas_plugin [None req-e16ec8f7-c015-470d-af2c-4028ea45cab1 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] TaaS: Handle Delete Port: 06482af1-62ae-4321-9585-57dcaa640c3f 2026-04-26 09:38:28.152 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e16ec8f7-c015-470d-af2c-4028ea45cab1 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] Tap Mirror: Handle Delete Port: 06482af1-62ae-4321-9585-57dcaa640c3f 2026-04-26 09:38:28.321 8 INFO neutron.db.l3_db [None req-e16ec8f7-c015-470d-af2c-4028ea45cab1 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] Floating IP 3fe6fc40-be0f-40a3-9c2a-52939b45fbe8 disassociated (deleted). External IP: 10.96.250.220, port: 6a259bfd-9247-4b41-a332-d392a5b81e59. [pid: 8|app: 0|req: 1457/2886] 10.0.0.126 () {32 vars in 732 bytes} [Sun Apr 26 09:38:28 2026] DELETE /v2.0/floatingips/3fe6fc40-be0f-40a3-9c2a-52939b45fbe8 => generated 0 bytes in 594 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:38:28.640 7 INFO neutron.api.v2.resource [None req-42993557-d504-4e92-a0eb-f8e21e1d4660 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1430/2887] 10.0.0.126 () {32 vars in 729 bytes} [Sun Apr 26 09:38:28 2026] GET /v2.0/floatingips/3fe6fc40-be0f-40a3-9c2a-52939b45fbe8 => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:38:28.657 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bc1835ab-f47e-4a89-bc82-2bbac678ae90'] response: {'name': 'network-changed', 'server_uuid': '4150f41a-71ce-4bcf-b7f7-96414211c722', 'tag': '6a259bfd-9247-4b41-a332-d392a5b81e59', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1458/2888] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:38:28 2026] GET /v2.0/ports?device_id=4150f41a-71ce-4bcf-b7f7-96414211c722 => generated 1204 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2889] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:38:28 2026] GET /v2.0/security-groups?id=ddf5034e-e820-4b72-adf3-0cad86033d15&fields=id&fields=name => generated 111 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2890] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:38:29 2026] GET /v2.0/ports?tenant_id=b3a6d04dd8a544f7a70ff98e32830a5f&device_id=4150f41a-71ce-4bcf-b7f7-96414211c722 => generated 1473 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2891] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:38:29 2026] GET /v2.0/networks?id=f004d1ac-fab4-48e0-a8b6-666ffc0f005f => 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: 1460/2892] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Apr 26 09:38:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.219&port_id=6a259bfd-9247-4b41-a332-d392a5b81e59 => 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: 1433/2893] 199.204.45.223 () {34 vars in 1106 bytes} [Sun Apr 26 09:38:29 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2fd&port_id=6a259bfd-9247-4b41-a332-d392a5b81e59 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2894] 199.204.45.223 () {34 vars in 1064 bytes} [Sun Apr 26 09:38:29 2026] GET /v2.0/subnets?id=c57be73f-f66e-42db-ac24-e516ef33dfd0&id=17737e08-0efb-4e8e-be34-c83014ca16e8 => generated 1414 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2895] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:38:29 2026] GET /v2.0/ports?network_id=f004d1ac-fab4-48e0-a8b6-666ffc0f005f&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2896] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:38:29 2026] GET /v2.0/ports?network_id=f004d1ac-fab4-48e0-a8b6-666ffc0f005f&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: 1435/2897] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:38:29 2026] GET /v2.0/networks/f004d1ac-fab4-48e0-a8b6-666ffc0f005f?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2898] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:38:29 2026] GET /v2.0/networks/f004d1ac-fab4-48e0-a8b6-666ffc0f005f?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: 1436/2899] 199.204.45.223 () {34 vars in 994 bytes} [Sun Apr 26 09:38:31 2026] GET /v2.0/ports?device_id=4150f41a-71ce-4bcf-b7f7-96414211c722 => generated 1204 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:38:31.421 8 INFO neutron_taas.services.taas.taas_plugin [req-fe22ddb4-463c-4054-98e6-af5f8cd23227 req-ae1b6798-adf2-41a6-ba3f-9480d70baed9 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] TaaS: Handle Delete Port: 6a259bfd-9247-4b41-a332-d392a5b81e59 2026-04-26 09:38:31.425 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fe22ddb4-463c-4054-98e6-af5f8cd23227 req-ae1b6798-adf2-41a6-ba3f-9480d70baed9 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] Tap Mirror: Handle Delete Port: 6a259bfd-9247-4b41-a332-d392a5b81e59 [pid: 8|app: 0|req: 1464/2900] 199.204.45.223 () {36 vars in 997 bytes} [Sun Apr 26 09:38:31 2026] DELETE /v2.0/ports/6a259bfd-9247-4b41-a332-d392a5b81e59 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:38:31.657 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-21444422-2f04-41b6-a50c-e61e8d75741f'] response: {'server_uuid': '4150f41a-71ce-4bcf-b7f7-96414211c722', 'name': 'network-vif-deleted', 'tag': '6a259bfd-9247-4b41-a332-d392a5b81e59', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1466/2903] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:38:34 2026] GET /v2.0/ports?device_id=4150f41a-71ce-4bcf-b7f7-96414211c722 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-26 09:38:39.223 7 INFO neutron_taas.services.taas.taas_plugin [None req-4f3f1d82-ce21-4e93-bf0e-a7e81cd87ed9 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] TaaS: Handle Delete Port: 96e20343-8d84-4e64-9f61-0ff6e96ce9c2 2026-04-26 09:38:39.226 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f3f1d82-ce21-4e93-bf0e-a7e81cd87ed9 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] Tap Mirror: Handle Delete Port: 96e20343-8d84-4e64-9f61-0ff6e96ce9c2 2026-04-26 09:38:39.398 7 INFO neutron.db.l3_db [None req-4f3f1d82-ce21-4e93-bf0e-a7e81cd87ed9 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] Floating IP 17747164-bd54-42af-9369-4975e3caf29d disassociated (deleted). External IP: 10.96.250.210, port: 49c2bedd-4465-4295-9045-fd56c2583ed0. [pid: 7|app: 0|req: 1438/2904] 10.0.0.126 () {32 vars in 732 bytes} [Sun Apr 26 09:38:39 2026] DELETE /v2.0/floatingips/17747164-bd54-42af-9369-4975e3caf29d => generated 0 bytes in 608 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:38:39.721 8 INFO neutron.api.v2.resource [None req-dcb8503d-f93e-422b-a5f9-b0283ab6f53c 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1467/2905] 10.0.0.126 () {32 vars in 729 bytes} [Sun Apr 26 09:38:39 2026] GET /v2.0/floatingips/17747164-bd54-42af-9369-4975e3caf29d => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:38:39.751 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a709e4d0-373b-4096-b3ed-6ee364eed88b'] response: {'name': 'network-changed', 'server_uuid': '35c5a370-1534-4b17-9bca-780c8132215e', 'tag': '49c2bedd-4465-4295-9045-fd56c2583ed0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1439/2906] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:38:39 2026] GET /v2.0/ports?device_id=35c5a370-1534-4b17-9bca-780c8132215e => generated 1200 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2907] 10.0.0.205 () {34 vars in 1040 bytes} [Sun Apr 26 09:38:39 2026] GET /v2.0/security-groups?id=ddf5034e-e820-4b72-adf3-0cad86033d15&fields=id&fields=name => generated 111 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2908] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Apr 26 09:38:40 2026] GET /v2.0/ports?tenant_id=b3a6d04dd8a544f7a70ff98e32830a5f&device_id=35c5a370-1534-4b17-9bca-780c8132215e => generated 1469 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2909] 199.204.45.223 () {34 vars in 986 bytes} [Sun Apr 26 09:38:40 2026] GET /v2.0/networks?id=f3c087d7-67a7-4251-9323-4097ed0e0c32 => generated 800 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2910] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Apr 26 09:38:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.252&port_id=49c2bedd-4465-4295-9045-fd56c2583ed0 => 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: 1470/2911] 199.204.45.223 () {34 vars in 1104 bytes} [Sun Apr 26 09:38:40 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A18a&port_id=49c2bedd-4465-4295-9045-fd56c2583ed0 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2912] 199.204.45.223 () {34 vars in 1064 bytes} [Sun Apr 26 09:38:40 2026] GET /v2.0/subnets?id=90897773-6e9b-4db7-b3a0-41dcad2498c7&id=78ad7344-36cc-404c-8e48-dbcd91abd92e => generated 1410 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2913] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:38:40 2026] GET /v2.0/ports?network_id=f3c087d7-67a7-4251-9323-4097ed0e0c32&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: 1443/2914] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Apr 26 09:38:40 2026] GET /v2.0/ports?network_id=f3c087d7-67a7-4251-9323-4097ed0e0c32&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2915] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Apr 26 09:38:40 2026] GET /v2.0/networks/f3c087d7-67a7-4251-9323-4097ed0e0c32?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: 1444/2916] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Apr 26 09:38:40 2026] GET /v2.0/networks/f3c087d7-67a7-4251-9323-4097ed0e0c32?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: 1473/2917] 199.204.45.223 () {34 vars in 994 bytes} [Sun Apr 26 09:38:42 2026] GET /v2.0/ports?device_id=35c5a370-1534-4b17-9bca-780c8132215e => generated 1200 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-26 09:38:42.510 7 INFO neutron_taas.services.taas.taas_plugin [req-25ee0faf-025f-46f4-9aec-ce64e577d51e req-351eed74-e68e-41e4-a077-d5da7de33597 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] TaaS: Handle Delete Port: 49c2bedd-4465-4295-9045-fd56c2583ed0 2026-04-26 09:38:42.514 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-25ee0faf-025f-46f4-9aec-ce64e577d51e req-351eed74-e68e-41e4-a077-d5da7de33597 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] Tap Mirror: Handle Delete Port: 49c2bedd-4465-4295-9045-fd56c2583ed0 [pid: 7|app: 0|req: 1445/2918] 199.204.45.223 () {36 vars in 997 bytes} [Sun Apr 26 09:38:42 2026] DELETE /v2.0/ports/49c2bedd-4465-4295-9045-fd56c2583ed0 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:38:42.743 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-24732823-d7a2-43d7-b205-f35eeb1accda'] response: {'server_uuid': '35c5a370-1534-4b17-9bca-780c8132215e', 'name': 'network-vif-deleted', 'tag': '49c2bedd-4465-4295-9045-fd56c2583ed0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1474/2919] 10.0.0.205 () {34 vars in 990 bytes} [Sun Apr 26 09:38:45 2026] GET /v2.0/ports?device_id=35c5a370-1534-4b17-9bca-780c8132215e => 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: 1476/2922] 10.0.0.126 () {32 vars in 750 bytes} [Sun Apr 26 09:38:50 2026] DELETE /v2.0/security-group-rules/5e005226-3ae3-48f3-a92c-f528c81f6c7c => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:38:50.395 7 INFO neutron.api.v2.resource [None req-bf2343bb-3eba-4e27-b85b-8385a277b8ed 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1447/2923] 10.0.0.126 () {32 vars in 747 bytes} [Sun Apr 26 09:38:50 2026] GET /v2.0/security-group-rules/5e005226-3ae3-48f3-a92c-f528c81f6c7c => 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: 1477/2924] 10.0.0.126 () {32 vars in 750 bytes} [Sun Apr 26 09:38:50 2026] DELETE /v2.0/security-group-rules/83c06530-82de-43ff-9924-c8dbe697767a => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:38:50.475 7 INFO neutron.api.v2.resource [None req-c76464f4-d4c2-4db2-80b7-ea548588e8a5 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1448/2925] 10.0.0.126 () {32 vars in 747 bytes} [Sun Apr 26 09:38:50 2026] GET /v2.0/security-group-rules/83c06530-82de-43ff-9924-c8dbe697767a => 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: 1478/2926] 10.0.0.126 () {32 vars in 750 bytes} [Sun Apr 26 09:38:50 2026] DELETE /v2.0/security-group-rules/3acbea3a-fb75-4e7a-a37c-d960d605bf2b => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:38:50.571 7 INFO neutron.api.v2.resource [None req-c98ffa53-e52e-4b3c-ba9d-ca9766cbdc02 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1449/2927] 10.0.0.126 () {32 vars in 747 bytes} [Sun Apr 26 09:38:50 2026] GET /v2.0/security-group-rules/3acbea3a-fb75-4e7a-a37c-d960d605bf2b => 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: 1479/2928] 10.0.0.126 () {32 vars in 750 bytes} [Sun Apr 26 09:38:50 2026] DELETE /v2.0/security-group-rules/eb2bb17e-c3a3-4dee-bfa1-3c2af9942a05 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:38:50.661 7 INFO neutron.api.v2.resource [None req-b85d5ed3-5aba-4db3-859c-b4b95f7b2b5a 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1450/2929] 10.0.0.126 () {32 vars in 747 bytes} [Sun Apr 26 09:38:50 2026] GET /v2.0/security-group-rules/eb2bb17e-c3a3-4dee-bfa1-3c2af9942a05 => 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: 1480/2930] 10.0.0.126 () {32 vars in 750 bytes} [Sun Apr 26 09:38:50 2026] DELETE /v2.0/security-group-rules/ec7e086c-8949-4154-ac53-7b92d5711303 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:38:50.754 7 INFO neutron.api.v2.resource [None req-3a4b48f0-36b0-49d8-b4db-9eab97692403 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1451/2931] 10.0.0.126 () {32 vars in 747 bytes} [Sun Apr 26 09:38:50 2026] GET /v2.0/security-group-rules/ec7e086c-8949-4154-ac53-7b92d5711303 => generated 155 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2932] 10.0.0.126 () {32 vars in 750 bytes} [Sun Apr 26 09:38:50 2026] DELETE /v2.0/security-group-rules/e314ba75-9613-48d9-8169-cbde991b999e => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:38:50.855 7 INFO neutron.api.v2.resource [None req-30dd56cf-ff9b-43a7-b272-a590f4dba94c 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1452/2933] 10.0.0.126 () {32 vars in 747 bytes} [Sun Apr 26 09:38:50 2026] GET /v2.0/security-group-rules/e314ba75-9613-48d9-8169-cbde991b999e => 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: 1482/2934] 10.0.0.126 () {32 vars in 750 bytes} [Sun Apr 26 09:38:50 2026] DELETE /v2.0/security-group-rules/83da0b61-b8b4-4675-ad1e-2513c07d8e4a => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:38:50.941 7 INFO neutron.api.v2.resource [None req-235143db-cbdd-43d1-b1d2-18136b03df7c 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1453/2935] 10.0.0.126 () {32 vars in 747 bytes} [Sun Apr 26 09:38:50 2026] GET /v2.0/security-group-rules/83da0b61-b8b4-4675-ad1e-2513c07d8e4a => 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: 1483/2936] 10.0.0.126 () {32 vars in 750 bytes} [Sun Apr 26 09:38:50 2026] DELETE /v2.0/security-group-rules/4f491b2e-530b-4ce7-a26e-f278a8b4a21e => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:38:51.030 7 INFO neutron.api.v2.resource [None req-7e24d94d-3cb5-4479-bba7-6a59b5df25f1 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1454/2937] 10.0.0.126 () {32 vars in 747 bytes} [Sun Apr 26 09:38:51 2026] GET /v2.0/security-group-rules/4f491b2e-530b-4ce7-a26e-f278a8b4a21e => 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: 1484/2938] 10.0.0.126 () {32 vars in 750 bytes} [Sun Apr 26 09:38:51 2026] DELETE /v2.0/security-group-rules/a552c993-e618-4992-b87a-4f846074203d => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:38:51.127 7 INFO neutron.api.v2.resource [None req-31268065-8c25-4ec2-bc20-af10febb1c59 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1455/2939] 10.0.0.126 () {32 vars in 747 bytes} [Sun Apr 26 09:38:51 2026] GET /v2.0/security-group-rules/a552c993-e618-4992-b87a-4f846074203d => 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: 1485/2940] 10.0.0.126 () {32 vars in 750 bytes} [Sun Apr 26 09:38:51 2026] DELETE /v2.0/security-group-rules/f4d8e7e8-beca-4ac7-ac0b-e4244369f804 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:38:51.228 7 INFO neutron.api.v2.resource [None req-9760bb25-b64c-4a49-bbec-1e79077a81d7 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1456/2941] 10.0.0.126 () {32 vars in 747 bytes} [Sun Apr 26 09:38:51 2026] GET /v2.0/security-group-rules/f4d8e7e8-beca-4ac7-ac0b-e4244369f804 => generated 155 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2942] 10.0.0.126 () {32 vars in 750 bytes} [Sun Apr 26 09:38:51 2026] DELETE /v2.0/security-group-rules/24d04862-2780-4f53-ae62-bd63d461de00 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:38:51.305 7 INFO neutron.api.v2.resource [None req-6229469a-a18e-4462-b28e-d25649aa9fee 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1457/2943] 10.0.0.126 () {32 vars in 747 bytes} [Sun Apr 26 09:38:51 2026] GET /v2.0/security-group-rules/24d04862-2780-4f53-ae62-bd63d461de00 => 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: 1487/2944] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:38:51 2026] DELETE /v2.0/security-groups/ddf5034e-e820-4b72-adf3-0cad86033d15 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:38:51.393 7 INFO neutron.api.v2.resource [None req-46b11c9c-7474-44b4-8928-c1fba7becce3 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1458/2945] 10.0.0.126 () {32 vars in 737 bytes} [Sun Apr 26 09:38:51 2026] GET /v2.0/security-groups/ddf5034e-e820-4b72-adf3-0cad86033d15 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:38:51.858 8 INFO neutron_taas.services.taas.taas_plugin [None req-9881fcc9-cd74-4fa2-966d-dc321749ee01 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] TaaS: Handle Delete Port: 487dd3c1-b427-41fa-b7ca-575d1701721e 2026-04-26 09:38:51.861 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9881fcc9-cd74-4fa2-966d-dc321749ee01 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] Tap Mirror: Handle Delete Port: 487dd3c1-b427-41fa-b7ca-575d1701721e [pid: 8|app: 0|req: 1488/2946] 10.0.0.126 () {34 vars in 789 bytes} [Sun Apr 26 09:38:51 2026] PUT /v2.0/routers/9091a349-2ec4-485f-ad95-0cefd54be7c7/remove_router_interface => generated 309 bytes in 980 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:38:52.587 7 INFO neutron.api.v2.resource [None req-3cce02de-2e53-4c7c-aa5d-61919ea46a57 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1459/2947] 10.0.0.126 () {34 vars in 789 bytes} [Sun Apr 26 09:38:52 2026] PUT /v2.0/routers/9091a349-2ec4-485f-ad95-0cefd54be7c7/remove_router_interface => generated 198 bytes in 162 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:38:52.963 8 INFO neutron_taas.services.taas.taas_plugin [None req-eda89f2d-3851-4098-a88c-f88e5e07e76b 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] TaaS: Handle Delete Port: b25b8c78-ac18-4f79-9a2b-077ce62382d9 2026-04-26 09:38:52.975 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eda89f2d-3851-4098-a88c-f88e5e07e76b 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] Tap Mirror: Handle Delete Port: b25b8c78-ac18-4f79-9a2b-077ce62382d9 [pid: 8|app: 0|req: 1489/2948] 10.0.0.126 () {34 vars in 789 bytes} [Sun Apr 26 09:38:52 2026] PUT /v2.0/routers/9091a349-2ec4-485f-ad95-0cefd54be7c7/remove_router_interface => generated 309 bytes in 999 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:38:53.768 7 INFO neutron.api.v2.resource [None req-32e41562-b731-4d41-8719-dcf2dfd78e78 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1460/2949] 10.0.0.126 () {34 vars in 789 bytes} [Sun Apr 26 09:38:53 2026] PUT /v2.0/routers/9091a349-2ec4-485f-ad95-0cefd54be7c7/remove_router_interface => generated 198 bytes in 172 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:38:54.156 8 INFO neutron_taas.services.taas.taas_plugin [None req-f1ed510c-0ec7-4407-9d69-960f138b89bc 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] TaaS: Handle Delete Port: 23753093-8709-46fe-8ce1-d17f3381ab0c 2026-04-26 09:38:54.159 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1ed510c-0ec7-4407-9d69-960f138b89bc 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] Tap Mirror: Handle Delete Port: 23753093-8709-46fe-8ce1-d17f3381ab0c [pid: 8|app: 0|req: 1490/2950] 10.0.0.126 () {34 vars in 789 bytes} [Sun Apr 26 09:38:53 2026] PUT /v2.0/routers/9091a349-2ec4-485f-ad95-0cefd54be7c7/remove_router_interface => generated 309 bytes in 1033 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-26 09:38:54.963 7 INFO neutron.api.v2.resource [None req-88b34586-6c49-4377-b88c-bcfb4ae6930a 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1461/2951] 10.0.0.126 () {34 vars in 789 bytes} [Sun Apr 26 09:38:54 2026] PUT /v2.0/routers/9091a349-2ec4-485f-ad95-0cefd54be7c7/remove_router_interface => generated 198 bytes in 152 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:38:55.146 8 INFO neutron_taas.services.taas.taas_plugin [None req-98697e7d-b6d2-42b4-b51f-6c97785eae93 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] TaaS: Handle Delete Port: 3999af0d-6eb5-4ae0-aab5-90431bdd63ab 2026-04-26 09:38:55.149 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98697e7d-b6d2-42b4-b51f-6c97785eae93 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] Tap Mirror: Handle Delete Port: 3999af0d-6eb5-4ae0-aab5-90431bdd63ab 2026-04-26 09:38:55.410 8 INFO neutron_taas.services.taas.taas_plugin [None req-98697e7d-b6d2-42b4-b51f-6c97785eae93 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] TaaS: Handle Delete Port: c93c91ef-89e4-40aa-9906-b60d37dbd73b 2026-04-26 09:38:55.413 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98697e7d-b6d2-42b4-b51f-6c97785eae93 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] Tap Mirror: Handle Delete Port: c93c91ef-89e4-40aa-9906-b60d37dbd73b 2026-04-26 09:38:55.813 8 INFO neutron.db.l3_hamode_db [None req-98697e7d-b6d2-42b4-b51f-6c97785eae93 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] HA network 88402647-079d-4319-8902-34a93a77556d was deleted as no HA routers are present in tenant b3a6d04dd8a544f7a70ff98e32830a5f. [pid: 8|app: 0|req: 1491/2952] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:38:54 2026] DELETE /v2.0/routers/9091a349-2ec4-485f-ad95-0cefd54be7c7 => generated 0 bytes in 849 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-26 09:38:55.842 8 INFO neutron.services.segments.plugin [-] Segment e32f8f96-c635-4436-bdaa-dfb1ad22f02e resource provider aggregate not found 2026-04-26 09:38:55.845 8 INFO neutron.services.segments.plugin [-] Segment e32f8f96-c635-4436-bdaa-dfb1ad22f02e resource provider aggregate not found 2026-04-26 09:38:55.848 7 INFO neutron.api.v2.resource [None req-1bf57071-27a2-492e-a5c6-a1975fbf3802 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1462/2953] 10.0.0.126 () {32 vars in 721 bytes} [Sun Apr 26 09:38:55 2026] GET /v2.0/routers/9091a349-2ec4-485f-ad95-0cefd54be7c7 => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:38:55.860 8 INFO neutron.services.segments.plugin [-] Segment e32f8f96-c635-4436-bdaa-dfb1ad22f02e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e32f8f96-c635-4436-bdaa-dfb1ad22f02e found for delete ", "request_id": "req-d1fc3e25-31e8-45d5-896e-e565e8cd31ff"}]} 2026-04-26 09:38:55.861 8 INFO neutron.services.segments.plugin [-] Segment e32f8f96-c635-4436-bdaa-dfb1ad22f02e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e32f8f96-c635-4436-bdaa-dfb1ad22f02e found for delete ", "request_id": "req-4e8b0705-6623-4d57-9e8f-425be69bc821"}]} [pid: 8|app: 0|req: 1492/2954] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:38:55 2026] DELETE /v2.0/subnets/c57be73f-f66e-42db-ac24-e516ef33dfd0 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:38:56.073 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0fd8403e-1c0d-4e65-b1fb-f4c497f598be 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1463/2955] 10.0.0.126 () {32 vars in 721 bytes} [Sun Apr 26 09:38:56 2026] GET /v2.0/subnets/c57be73f-f66e-42db-ac24-e516ef33dfd0 => 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: 1493/2956] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:38:56 2026] DELETE /v2.0/subnets/17737e08-0efb-4e8e-be34-c83014ca16e8 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:38:56.268 7 INFO neutron.pecan_wsgi.hooks.translation [None req-974551c3-9f2a-46e5-8780-aa136ca182b4 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1464/2957] 10.0.0.126 () {32 vars in 721 bytes} [Sun Apr 26 09:38:56 2026] GET /v2.0/subnets/17737e08-0efb-4e8e-be34-c83014ca16e8 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:38:56.374 8 INFO neutron_taas.services.taas.taas_plugin [None req-db577017-ebb6-4964-9768-ec2815030557 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] TaaS: Handle Delete Port: b7ab1b3c-afa0-48b6-9a78-95b3ebaa05c6 2026-04-26 09:38:56.377 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db577017-ebb6-4964-9768-ec2815030557 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] Tap Mirror: Handle Delete Port: b7ab1b3c-afa0-48b6-9a78-95b3ebaa05c6 [pid: 8|app: 0|req: 1494/2958] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:38:56 2026] DELETE /v2.0/networks/f004d1ac-fab4-48e0-a8b6-666ffc0f005f => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:38:56.606 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fe673166-f4f4-417a-a1e0-a0ea671897f7 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1465/2959] 10.0.0.126 () {32 vars in 723 bytes} [Sun Apr 26 09:38:56 2026] GET /v2.0/networks/f004d1ac-fab4-48e0-a8b6-666ffc0f005f => 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: 1495/2960] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:38:56 2026] DELETE /v2.0/subnets/78ad7344-36cc-404c-8e48-dbcd91abd92e => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:38:56.793 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c9156ed3-62cd-45e8-88ac-ddcb6963c3e3 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1466/2961] 10.0.0.126 () {32 vars in 721 bytes} [Sun Apr 26 09:38:56 2026] GET /v2.0/subnets/78ad7344-36cc-404c-8e48-dbcd91abd92e => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2962] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:38:56 2026] DELETE /v2.0/subnets/90897773-6e9b-4db7-b3a0-41dcad2498c7 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:38:56.984 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0a6a784b-5d67-4e42-8554-1d0f90018cb5 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1467/2963] 10.0.0.126 () {32 vars in 721 bytes} [Sun Apr 26 09:38:56 2026] GET /v2.0/subnets/90897773-6e9b-4db7-b3a0-41dcad2498c7 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:38:57.095 8 INFO neutron_taas.services.taas.taas_plugin [None req-8d380789-416a-4ea1-aacf-db0213a00177 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] TaaS: Handle Delete Port: 2a994fb8-3450-49aa-8851-ea2416f475c1 2026-04-26 09:38:57.098 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d380789-416a-4ea1-aacf-db0213a00177 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] Tap Mirror: Handle Delete Port: 2a994fb8-3450-49aa-8851-ea2416f475c1 [pid: 8|app: 0|req: 1497/2964] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:38:56 2026] DELETE /v2.0/networks/f3c087d7-67a7-4251-9323-4097ed0e0c32 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:38:57.304 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b360c056-3dc2-4028-8d82-b745468dd279 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1468/2965] 10.0.0.126 () {32 vars in 723 bytes} [Sun Apr 26 09:38:57 2026] GET /v2.0/networks/f3c087d7-67a7-4251-9323-4097ed0e0c32 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2966] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:38:57 2026] DELETE /v2.0/subnets/2e2bed6a-7571-4ebe-9c09-ba4325830b24 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:38:57.485 7 INFO neutron.pecan_wsgi.hooks.translation [None req-81ba743a-7e47-481a-bea0-bab8be1d9ef1 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1469/2967] 10.0.0.126 () {32 vars in 721 bytes} [Sun Apr 26 09:38:57 2026] GET /v2.0/subnets/2e2bed6a-7571-4ebe-9c09-ba4325830b24 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2968] 10.0.0.126 () {32 vars in 724 bytes} [Sun Apr 26 09:38:57 2026] DELETE /v2.0/subnets/c99b88e3-a319-4f72-ba5d-9cd063bb846a => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:38:57.670 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e6c6850c-a1ff-43df-b183-d1fdfa248db2 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1470/2969] 10.0.0.126 () {32 vars in 721 bytes} [Sun Apr 26 09:38:57 2026] GET /v2.0/subnets/c99b88e3-a319-4f72-ba5d-9cd063bb846a => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:38:57.795 8 INFO neutron_taas.services.taas.taas_plugin [None req-0d11b204-3e25-4b4c-9b0a-2fbf5f22a3ba 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] TaaS: Handle Delete Port: f44c7ec2-4edc-419d-8a95-fb80ebf43732 2026-04-26 09:38:57.798 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d11b204-3e25-4b4c-9b0a-2fbf5f22a3ba 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] Tap Mirror: Handle Delete Port: f44c7ec2-4edc-419d-8a95-fb80ebf43732 2026-04-26 09:38:57.885 8 INFO neutron.services.segments.plugin [-] Segment 9915ec33-7cb9-4ea9-b0bd-32cf3c1d158b resource provider aggregate not found 2026-04-26 09:38:57.888 8 INFO neutron.services.segments.plugin [-] Segment 9915ec33-7cb9-4ea9-b0bd-32cf3c1d158b resource provider aggregate not found 2026-04-26 09:38:57.903 8 INFO neutron.services.segments.plugin [-] Segment 9915ec33-7cb9-4ea9-b0bd-32cf3c1d158b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9915ec33-7cb9-4ea9-b0bd-32cf3c1d158b found for delete ", "request_id": "req-5807c07b-67e6-4b3e-83ad-8c4d323708ca"}]} 2026-04-26 09:38:57.910 8 INFO neutron.services.segments.plugin [-] Segment 9915ec33-7cb9-4ea9-b0bd-32cf3c1d158b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9915ec33-7cb9-4ea9-b0bd-32cf3c1d158b found for delete ", "request_id": "req-eb9bebad-0c62-4e12-8eec-e1392c078004"}]} 2026-04-26 09:38:57.930 8 INFO neutron.services.segments.plugin [-] Segment dd762ef5-bffa-4ed3-9e9c-1383f2797419 resource provider aggregate not found 2026-04-26 09:38:57.932 8 INFO neutron.services.segments.plugin [-] Segment dd762ef5-bffa-4ed3-9e9c-1383f2797419 resource provider aggregate not found 2026-04-26 09:38:57.955 8 INFO neutron.services.segments.plugin [-] Segment dd762ef5-bffa-4ed3-9e9c-1383f2797419 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd762ef5-bffa-4ed3-9e9c-1383f2797419 found for delete ", "request_id": "req-89b27e3a-2ed2-405a-9eb8-31843f9e6bc5"}]} 2026-04-26 09:38:57.958 8 INFO neutron.services.segments.plugin [-] Segment dd762ef5-bffa-4ed3-9e9c-1383f2797419 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd762ef5-bffa-4ed3-9e9c-1383f2797419 found for delete ", "request_id": "req-8d79aa7b-179d-46d0-ad39-6bedb19f3118"}]} [pid: 8|app: 0|req: 1500/2970] 10.0.0.126 () {32 vars in 726 bytes} [Sun Apr 26 09:38:57 2026] DELETE /v2.0/networks/aebc6c27-3e33-4107-92bd-8d5939fb6675 => generated 0 bytes in 356 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-26 09:38:58.053 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fc34917a-3cbb-4449-9f17-23418f87ba71 3ccc6104cecf4ed2bf40dc706e4d9c85 b3a6d04dd8a544f7a70ff98e32830a5f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1471/2971] 10.0.0.126 () {32 vars in 723 bytes} [Sun Apr 26 09:38:58 2026] GET /v2.0/networks/aebc6c27-3e33-4107-92bd-8d5939fb6675 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-26 09:38:59.977 8 INFO neutron.services.segments.plugin [-] Segment 10ffd289-8250-43ef-93d2-476a005755ec resource provider aggregate not found 2026-04-26 09:38:59.983 8 INFO neutron.services.segments.plugin [-] Segment 10ffd289-8250-43ef-93d2-476a005755ec resource provider aggregate not found 2026-04-26 09:38:59.999 8 INFO neutron.services.segments.plugin [-] Segment 10ffd289-8250-43ef-93d2-476a005755ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10ffd289-8250-43ef-93d2-476a005755ec found for delete ", "request_id": "req-3d0fa9ee-3df3-4fd0-a570-7f0f7508e828"}]} 2026-04-26 09:39:00.001 8 INFO neutron.services.segments.plugin [-] Segment 10ffd289-8250-43ef-93d2-476a005755ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10ffd289-8250-43ef-93d2-476a005755ec found for delete ", "request_id": "req-f7395347-115f-4947-94e0-e42ab6e8197e"}]} [pid: 8|app: 0|req: 1501/2972] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:38:59 2026] GET /v2.0/security-groups?tenant_id=5dc76c2a125f43a69553d1bffe3cecaa&name=default => generated 2929 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2973] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:39:00 2026] DELETE /v2.0/security-groups/33ba57f2-ede0-48c4-9000-31715b37139a => 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: 1502/2974] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:39:00 2026] GET /v2.0/security-groups?tenant_id=d1252b710e8a45308d9d5e933f7c8108&name=default => generated 2929 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2975] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:39:00 2026] DELETE /v2.0/security-groups/0f2eba8f-cc0b-45e9-85b0-ffaeebfcb407 => 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: 1503/2976] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:39:00 2026] GET /v2.0/security-groups?tenant_id=db1e488ab9484087a86602c3c7b14cac&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: 1474/2977] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:39:01 2026] DELETE /v2.0/security-groups/5545d88e-f1a4-4fb5-a466-41b732d9ca9e => 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: 1504/2978] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:39:01 2026] GET /v2.0/security-groups?tenant_id=46c6df49e322400eb7b32a6f2a33cba2&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2979] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:39:01 2026] DELETE /v2.0/security-groups/ba642a58-af7d-4d56-9347-1e407aa1369a => 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: 1505/2980] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:39:01 2026] GET /v2.0/security-groups?tenant_id=6257bdd95b00439eb47f0c710da6e5b8&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: 1476/2981] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:39:01 2026] DELETE /v2.0/security-groups/fc86f0c4-a188-4264-b0ae-9a6aada69259 => 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: 1506/2982] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:39:02 2026] GET /v2.0/security-groups?tenant_id=b3a6d04dd8a544f7a70ff98e32830a5f&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2983] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:39:02 2026] DELETE /v2.0/security-groups/62ddeacf-fc90-4e63-bf40-38ed230cd721 => 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: 1507/2984] 10.0.0.126 () {32 vars in 774 bytes} [Sun Apr 26 09:39:02 2026] GET /v2.0/security-groups?tenant_id=88bef61407f14d56bc6775552ecb7606&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2985] 10.0.0.126 () {32 vars in 740 bytes} [Sun Apr 26 09:39:02 2026] DELETE /v2.0/security-groups/0ed026f6-ac1c-4eed-b7d4-e1ecbb620329 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2988] 10.0.0.126 () {32 vars in 649 bytes} [Sun Apr 26 09:39:05 2026] GET /v2.0/networks => generated 2167 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2989] 10.0.0.126 () {32 vars in 655 bytes} [Sun Apr 26 09:39:06 2026] GET /v2.0/floatingips => 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: 1481/2990] 10.0.0.126 () {32 vars in 647 bytes} [Sun Apr 26 09:39:06 2026] GET /v2.0/routers => generated 15 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/2991] 10.0.0.126 () {32 vars in 643 bytes} [Sun Apr 26 09:39:06 2026] GET /v2.0/ports => generated 4721 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2992] 10.0.0.126 () {32 vars in 647 bytes} [Sun Apr 26 09:39:06 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/2993] 10.0.0.126 () {32 vars in 649 bytes} [Sun Apr 26 09:39:06 2026] GET /v2.0/networks => generated 2167 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2994] 10.0.0.126 () {32 vars in 663 bytes} [Sun Apr 26 09:39:06 2026] GET /v2.0/security-groups => generated 17397 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2995] 10.0.0.126 () {32 vars in 655 bytes} [Sun Apr 26 09:39:06 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)