+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu May 7 13:53:27 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-177-generic #187-Ubuntu SMP Sat Apr 11 22:54:33 UTC 2026 nodename: neutron-server-68ccb6d9cc-jnvlg 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 0x7ff1cf82f668 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: 8, cores: 1) spawned uWSGI worker 2 (pid: 9, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-05-07 13:53:31.996 8 INFO neutron.common.config [-] Logging enabled! 2026-05-07 13:53:31.997 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-07 13:53:32.069 9 INFO neutron.common.config [-] Logging enabled! 2026-05-07 13:53:32.069 9 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-07 13:53:33.047 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-07 13:53:33.154 9 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-07 13:53:34.601 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-07 13:53:34.604 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-07 13:53:34.608 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-07 13:53:34.608 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-07 13:53:34.609 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-07 13:53:34.609 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-07 13:53:34.609 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-07 13:53:34.616 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-07 13:53:34.617 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-07 13:53:34.617 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-07 13:53:34.638 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-07 13:53:34.640 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-07 13:53:34.640 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-07 13:53:34.669 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-07 13:53:34.669 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-07 13:53:34.669 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-07 13:53:34.669 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-07 13:53:34.702 9 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-07 13:53:34.705 9 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-07 13:53:34.709 9 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-07 13:53:34.710 9 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-07 13:53:34.710 9 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-07 13:53:34.710 9 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-07 13:53:34.710 9 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-07 13:53:34.718 9 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-07 13:53:34.718 9 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-07 13:53:34.718 9 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-07 13:53:34.740 9 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-07 13:53:34.741 9 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-07 13:53:34.741 9 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-07 13:53:34.771 9 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-07 13:53:34.772 9 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-07 13:53:34.772 9 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-07 13:53:34.772 9 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-07 13:53:34.956 8 INFO neutron.plugins.ml2.managers [None req-bdf4e2bc-13b2-4653-8e7e-5fe241cd3110 - - - - - -] Initializing driver for type 'vlan' 2026-05-07 13:53:35.073 9 INFO neutron.plugins.ml2.managers [None req-f6945396-34c0-45d0-806f-abd8b4705672 - - - - - -] Initializing driver for type 'vlan' 2026-05-07 13:53:35.247 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-bdf4e2bc-13b2-4653-8e7e-5fe241cd3110 - - - - - -] VlanTypeDriver initialization complete 2026-05-07 13:53:35.248 8 INFO neutron.plugins.ml2.managers [None req-bdf4e2bc-13b2-4653-8e7e-5fe241cd3110 - - - - - -] Initializing driver for type 'vxlan' 2026-05-07 13:53:35.248 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-bdf4e2bc-13b2-4653-8e7e-5fe241cd3110 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-07 13:53:35.263 8 INFO neutron.plugins.ml2.managers [None req-bdf4e2bc-13b2-4653-8e7e-5fe241cd3110 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-07 13:53:35.265 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-bdf4e2bc-13b2-4653-8e7e-5fe241cd3110 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-07 13:53:35.265 8 INFO neutron.plugins.ml2.managers [None req-bdf4e2bc-13b2-4653-8e7e-5fe241cd3110 - - - - - -] Initializing extension driver 'port_security' 2026-05-07 13:53:35.265 8 INFO neutron.plugins.ml2.extensions.port_security [None req-bdf4e2bc-13b2-4653-8e7e-5fe241cd3110 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-07 13:53:35.265 8 INFO neutron.plugins.ml2.managers [None req-bdf4e2bc-13b2-4653-8e7e-5fe241cd3110 - - - - - -] Initializing extension driver 'qos' 2026-05-07 13:53:35.265 8 INFO neutron.plugins.ml2.managers [None req-bdf4e2bc-13b2-4653-8e7e-5fe241cd3110 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-07 13:53:35.266 8 INFO neutron.plugins.ml2.managers [None req-bdf4e2bc-13b2-4653-8e7e-5fe241cd3110 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-07 13:53:35.281 8 INFO neutron.quota [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded quota_driver: . 2026-05-07 13:53:35.282 8 INFO neutron.plugins.ml2.plugin [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Modular L2 Plugin initialization complete 2026-05-07 13:53:35.282 8 INFO neutron.plugins.ml2.managers [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-07 13:53:35.282 8 INFO neutron.plugins.ml2.managers [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-07 13:53:35.282 8 INFO neutron.plugins.ml2.managers [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Got port-security extension from driver 'port_security' 2026-05-07 13:53:35.283 8 INFO neutron.manager [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loading Plugin: qos 2026-05-07 13:53:35.296 8 INFO neutron.manager [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loading Plugin: router 2026-05-07 13:53:35.351 8 INFO neutron.services.service_base [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-07 13:53:35.351 8 INFO neutron.manager [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loading Plugin: segments 2026-05-07 13:53:35.376 9 INFO neutron.plugins.ml2.drivers.type_vlan [None req-f6945396-34c0-45d0-806f-abd8b4705672 - - - - - -] VlanTypeDriver initialization complete 2026-05-07 13:53:35.376 9 INFO neutron.plugins.ml2.managers [None req-f6945396-34c0-45d0-806f-abd8b4705672 - - - - - -] Initializing driver for type 'vxlan' 2026-05-07 13:53:35.377 9 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-f6945396-34c0-45d0-806f-abd8b4705672 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-07 13:53:35.392 9 INFO neutron.plugins.ml2.managers [None req-f6945396-34c0-45d0-806f-abd8b4705672 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-07 13:53:35.393 9 INFO neutron.plugins.ml2.extensions.dns_integration [None req-f6945396-34c0-45d0-806f-abd8b4705672 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-07 13:53:35.393 9 INFO neutron.plugins.ml2.managers [None req-f6945396-34c0-45d0-806f-abd8b4705672 - - - - - -] Initializing extension driver 'port_security' 2026-05-07 13:53:35.394 9 INFO neutron.plugins.ml2.extensions.port_security [None req-f6945396-34c0-45d0-806f-abd8b4705672 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-07 13:53:35.394 9 INFO neutron.plugins.ml2.managers [None req-f6945396-34c0-45d0-806f-abd8b4705672 - - - - - -] Initializing extension driver 'qos' 2026-05-07 13:53:35.394 9 INFO neutron.plugins.ml2.managers [None req-f6945396-34c0-45d0-806f-abd8b4705672 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-07 13:53:35.394 9 INFO neutron.plugins.ml2.managers [None req-f6945396-34c0-45d0-806f-abd8b4705672 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-07 13:53:35.409 9 INFO neutron.quota [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded quota_driver: . 2026-05-07 13:53:35.409 9 INFO neutron.plugins.ml2.plugin [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Modular L2 Plugin initialization complete 2026-05-07 13:53:35.410 9 INFO neutron.plugins.ml2.managers [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-07 13:53:35.410 9 INFO neutron.plugins.ml2.managers [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-07 13:53:35.410 9 INFO neutron.plugins.ml2.managers [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Got port-security extension from driver 'port_security' 2026-05-07 13:53:35.410 9 INFO neutron.manager [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loading Plugin: qos 2026-05-07 13:53:35.424 9 INFO neutron.manager [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loading Plugin: router 2026-05-07 13:53:35.454 8 INFO neutron.manager [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loading Plugin: trunk 2026-05-07 13:53:35.468 8 INFO neutron.manager [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loading Plugin: vpnaas 2026-05-07 13:53:35.470 9 INFO neutron.services.service_base [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-07 13:53:35.471 9 INFO neutron.manager [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loading Plugin: segments 2026-05-07 13:53:35.509 8 WARNING stevedore.named [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-07 13:53:35.578 8 INFO neutron_vpnaas.services.vpn.plugin [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-07 13:53:35.578 8 INFO neutron.common.utils [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-07 13:53:35.578 8 INFO neutron.manager [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loading Plugin: taas 2026-05-07 13:53:35.581 9 INFO neutron.manager [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loading Plugin: trunk 2026-05-07 13:53:35.596 9 INFO neutron.manager [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loading Plugin: vpnaas 2026-05-07 13:53:35.603 8 WARNING stevedore.named [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-07 13:53:35.603 8 WARNING stevedore.named [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-07 13:53:35.625 8 INFO neutron_taas.services.taas.taas_plugin [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-07 13:53:35.626 8 INFO neutron.manager [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loading Plugin: tapmirror 2026-05-07 13:53:35.637 9 WARNING stevedore.named [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-07 13:53:35.638 8 WARNING stevedore.named [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-07 13:53:35.638 8 WARNING stevedore.named [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-07 13:53:35.657 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-07 13:53:35.658 8 INFO neutron.manager [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loading Plugin: auto_allocate 2026-05-07 13:53:35.665 8 INFO neutron.manager [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loading Plugin: tag 2026-05-07 13:53:35.676 8 INFO neutron.manager [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loading Plugin: timestamp 2026-05-07 13:53:35.679 8 INFO neutron.manager [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loading Plugin: network_ip_availability 2026-05-07 13:53:35.683 8 INFO neutron.manager [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loading Plugin: flavors 2026-05-07 13:53:35.686 8 INFO neutron.manager [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loading Plugin: revisions 2026-05-07 13:53:35.690 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Initializing extension manager. 2026-05-07 13:53:35.691 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: address-group 2026-05-07 13:53:35.693 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: address-scope 2026-05-07 13:53:35.693 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-07 13:53:35.694 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: agent 2026-05-07 13:53:35.696 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: agent-resources-synced 2026-05-07 13:53:35.697 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: allowed-address-pairs 2026-05-07 13:53:35.698 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: auto-allocated-topology 2026-05-07 13:53:35.698 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: availability_zone 2026-05-07 13:53:35.699 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: availability_zone_filter 2026-05-07 13:53:35.699 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-07 13:53:35.700 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: default-subnetpools 2026-05-07 13:53:35.701 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-07 13:53:35.702 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: dns-integration 2026-05-07 13:53:35.703 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: dns-domain-ports 2026-05-07 13:53:35.703 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-07 13:53:35.704 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: dvr 2026-05-07 13:53:35.705 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-07 13:53:35.705 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: empty-string-filtering 2026-05-07 13:53:35.706 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-07 13:53:35.706 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-07 13:53:35.708 9 INFO neutron_vpnaas.services.vpn.plugin [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-07 13:53:35.708 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: external-net 2026-05-07 13:53:35.708 9 INFO neutron.common.utils [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-07 13:53:35.708 9 INFO neutron.manager [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loading Plugin: taas 2026-05-07 13:53:35.709 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-07 13:53:35.711 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: extraroute 2026-05-07 13:53:35.712 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: extraroute-atomic 2026-05-07 13:53:35.713 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-07 13:53:35.714 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-07 13:53:35.714 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-07 13:53:35.715 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-07 13:53:35.716 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: fip-port-details 2026-05-07 13:53:35.717 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: flavors 2026-05-07 13:53:35.718 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-07 13:53:35.719 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: floatingip-pools 2026-05-07 13:53:35.720 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: ip_allocation 2026-05-07 13:53:35.722 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: ip-substring-filtering 2026-05-07 13:53:35.723 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: l2_adjacency 2026-05-07 13:53:35.726 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: router 2026-05-07 13:53:35.728 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-07 13:53:35.729 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-07 13:53:35.730 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-07 13:53:35.730 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: ext-gw-mode 2026-05-07 13:53:35.731 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: l3-ha 2026-05-07 13:53:35.732 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-07 13:53:35.732 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-07 13:53:35.733 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: l3-flavors 2026-05-07 13:53:35.734 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-07 13:53:35.735 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-07 13:53:35.737 9 WARNING stevedore.named [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-07 13:53:35.737 9 WARNING stevedore.named [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-07 13:53:35.738 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-07 13:53:35.739 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-07 13:53:35.740 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-07 13:53:35.742 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-07 13:53:35.742 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-07 13:53:35.743 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: multi-provider 2026-05-07 13:53:35.743 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: net-mtu 2026-05-07 13:53:35.744 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: net-mtu-writable 2026-05-07 13:53:35.744 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: network_availability_zone 2026-05-07 13:53:35.745 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: network_ha 2026-05-07 13:53:35.746 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: network-ip-availability 2026-05-07 13:53:35.747 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-07 13:53:35.747 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: pagination 2026-05-07 13:53:35.748 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: port-device-profile 2026-05-07 13:53:35.748 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-07 13:53:35.749 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-07 13:53:35.749 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-07 13:53:35.750 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: port-mac-override 2026-05-07 13:53:35.750 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-07 13:53:35.751 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-07 13:53:35.751 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-07 13:53:35.752 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: port-resource-request 2026-05-07 13:53:35.753 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: port-resource-request-groups 2026-05-07 13:53:35.753 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-07 13:53:35.753 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: binding 2026-05-07 13:53:35.755 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: binding-extended 2026-05-07 13:53:35.755 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: port-security 2026-05-07 13:53:35.756 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: project-id 2026-05-07 13:53:35.756 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: provider 2026-05-07 13:53:35.757 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-07 13:53:35.757 9 INFO neutron_taas.services.taas.taas_plugin [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-07 13:53:35.757 9 INFO neutron.manager [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loading Plugin: tapmirror 2026-05-07 13:53:35.759 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: qos 2026-05-07 13:53:35.760 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-07 13:53:35.760 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-07 13:53:35.761 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: qos-default 2026-05-07 13:53:35.761 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: qos-fip 2026-05-07 13:53:35.762 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-07 13:53:35.762 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: qos-gateway-ip 2026-05-07 13:53:35.763 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: qos-port-network-policy 2026-05-07 13:53:35.763 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: qos-pps-minimum 2026-05-07 13:53:35.764 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-07 13:53:35.765 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: qos-pps 2026-05-07 13:53:35.765 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: qos-rule-type-details 2026-05-07 13:53:35.766 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-07 13:53:35.766 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: qos-rules-alias 2026-05-07 13:53:35.767 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: quota-check-limit 2026-05-07 13:53:35.768 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: quota-check-limit-default 2026-05-07 13:53:35.770 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: quotas 2026-05-07 13:53:35.770 9 WARNING stevedore.named [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-07 13:53:35.771 9 WARNING stevedore.named [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-07 13:53:35.771 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: quota_details 2026-05-07 13:53:35.773 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: rbac-policies 2026-05-07 13:53:35.773 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: rbac-address-group 2026-05-07 13:53:35.774 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: rbac-address-scope 2026-05-07 13:53:35.774 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: rbac-security-groups 2026-05-07 13:53:35.775 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: rbac-subnetpool 2026-05-07 13:53:35.775 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: revision-if-match 2026-05-07 13:53:35.776 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: standard-attr-revisions 2026-05-07 13:53:35.777 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: router_availability_zone 2026-05-07 13:53:35.777 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-07 13:53:35.779 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: security-groups-default-rules 2026-05-07 13:53:35.780 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-07 13:53:35.780 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-07 13:53:35.781 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-07 13:53:35.781 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-07 13:53:35.782 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-07 13:53:35.788 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-07 13:53:35.788 9 INFO neutron.manager [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loading Plugin: auto_allocate 2026-05-07 13:53:35.789 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: security-group 2026-05-07 13:53:35.790 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: segment 2026-05-07 13:53:35.791 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-07 13:53:35.792 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: service-type 2026-05-07 13:53:35.792 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: sorting 2026-05-07 13:53:35.793 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: standard-attr-segment 2026-05-07 13:53:35.793 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: standard-attr-description 2026-05-07 13:53:35.794 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: stateful-security-group 2026-05-07 13:53:35.795 8 WARNING neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-07 13:53:35.795 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-07 13:53:35.796 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: subnet-external-network 2026-05-07 13:53:35.796 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: subnet_onboard 2026-05-07 13:53:35.797 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-07 13:53:35.797 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: subnet-service-types 2026-05-07 13:53:35.798 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: subnet_allocation 2026-05-07 13:53:35.798 9 INFO neutron.manager [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loading Plugin: tag 2026-05-07 13:53:35.799 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-07 13:53:35.799 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: tag-creation 2026-05-07 13:53:35.800 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-07 13:53:35.803 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: standard-attr-tag 2026-05-07 13:53:35.804 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-07 13:53:35.805 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: trunk 2026-05-07 13:53:35.806 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: trunk-details 2026-05-07 13:53:35.806 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-07 13:53:35.807 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-07 13:53:35.808 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-07 13:53:35.809 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-07 13:53:35.810 9 INFO neutron.manager [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loading Plugin: timestamp 2026-05-07 13:53:35.811 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-07 13:53:35.812 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-07 13:53:35.812 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: vpn-flavors 2026-05-07 13:53:35.814 9 INFO neutron.manager [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loading Plugin: network_ip_availability 2026-05-07 13:53:35.814 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: vpnaas 2026-05-07 13:53:35.815 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: taas 2026-05-07 13:53:35.816 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: tap-mirror 2026-05-07 13:53:35.817 8 INFO neutron.api.extensions [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Loaded extension: taas-vlan-filter 2026-05-07 13:53:35.819 9 INFO neutron.manager [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loading Plugin: flavors 2026-05-07 13:53:35.819 8 INFO neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-07 13:53:35.820 8 INFO neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-07 13:53:35.820 8 INFO neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 13:53:35.820 8 INFO neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-07 13:53:35.823 9 INFO neutron.manager [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loading Plugin: revisions 2026-05-07 13:53:35.823 8 INFO neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-07 13:53:35.824 8 INFO neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-07 13:53:35.827 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Initializing extension manager. 2026-05-07 13:53:35.828 8 INFO neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-07 13:53:35.829 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: address-group 2026-05-07 13:53:35.829 8 INFO neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-07 13:53:35.829 8 INFO neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-07 13:53:35.830 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: address-scope 2026-05-07 13:53:35.830 8 INFO neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 13:53:35.831 8 WARNING neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] subnetpool is already registered 2026-05-07 13:53:35.831 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-07 13:53:35.831 8 INFO neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 13:53:35.831 8 WARNING neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] subnetpool is already registered 2026-05-07 13:53:35.831 8 INFO neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-07 13:53:35.832 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: agent 2026-05-07 13:53:35.832 8 INFO neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-07 13:53:35.832 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: agent-resources-synced 2026-05-07 13:53:35.832 8 INFO neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-07 13:53:35.833 8 INFO neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-07 13:53:35.833 8 INFO neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-07 13:53:35.834 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: allowed-address-pairs 2026-05-07 13:53:35.834 8 INFO neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-07 13:53:35.834 8 INFO neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-07 13:53:35.834 8 WARNING neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] ipsecpolicy is already registered 2026-05-07 13:53:35.835 8 INFO neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-07 13:53:35.835 8 WARNING neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] ikepolicy is already registered 2026-05-07 13:53:35.835 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: auto-allocated-topology 2026-05-07 13:53:35.837 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: availability_zone 2026-05-07 13:53:35.838 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: availability_zone_filter 2026-05-07 13:53:35.839 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-07 13:53:35.839 8 INFO neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-07 13:53:35.840 8 WARNING neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] router is already registered 2026-05-07 13:53:35.840 8 INFO neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-07 13:53:35.840 8 WARNING neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] floatingip is already registered 2026-05-07 13:53:35.840 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: default-subnetpools 2026-05-07 13:53:35.844 8 INFO neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-07 13:53:35.844 8 WARNING neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] rbac_policy is already registered 2026-05-07 13:53:35.844 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-07 13:53:35.845 8 INFO neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-07 13:53:35.845 8 WARNING neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] security_group is already registered 2026-05-07 13:53:35.845 8 INFO neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-07 13:53:35.845 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: dns-integration 2026-05-07 13:53:35.845 8 WARNING neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] security_group_rule is already registered 2026-05-07 13:53:35.846 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: dns-domain-ports 2026-05-07 13:53:35.846 8 INFO neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 13:53:35.846 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-07 13:53:35.846 8 WARNING neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] subnetpool is already registered 2026-05-07 13:53:35.847 8 INFO neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 13:53:35.847 8 WARNING neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] subnetpool is already registered 2026-05-07 13:53:35.847 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: dvr 2026-05-07 13:53:35.847 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-07 13:53:35.847 8 INFO neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-07 13:53:35.848 8 WARNING neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] trunk is already registered 2026-05-07 13:53:35.848 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: empty-string-filtering 2026-05-07 13:53:35.848 8 INFO neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-07 13:53:35.848 8 WARNING neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] ikepolicy is already registered 2026-05-07 13:53:35.848 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-07 13:53:35.848 8 INFO neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-07 13:53:35.849 8 WARNING neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] ipsecpolicy is already registered 2026-05-07 13:53:35.849 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-07 13:53:35.849 8 INFO neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-07 13:53:35.849 8 WARNING neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] endpoint_group is already registered 2026-05-07 13:53:35.849 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: external-net 2026-05-07 13:53:35.849 8 INFO neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-07 13:53:35.850 8 WARNING neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] vpnservice is already registered 2026-05-07 13:53:35.850 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-07 13:53:35.850 8 INFO neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-07 13:53:35.850 8 WARNING neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] ipsec_site_connection is already registered 2026-05-07 13:53:35.850 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: extraroute 2026-05-07 13:53:35.850 8 INFO neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-07 13:53:35.851 8 WARNING neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] ipsecpolicy is already registered 2026-05-07 13:53:35.851 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: extraroute-atomic 2026-05-07 13:53:35.851 8 INFO neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-07 13:53:35.851 8 WARNING neutron.quota.resource_registry [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] ikepolicy is already registered 2026-05-07 13:53:35.851 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-07 13:53:35.852 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-07 13:53:35.852 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-07 13:53:35.853 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-07 13:53:35.853 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: fip-port-details 2026-05-07 13:53:35.854 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: flavors 2026-05-07 13:53:35.855 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-07 13:53:35.856 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: floatingip-pools 2026-05-07 13:53:35.856 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: ip_allocation 2026-05-07 13:53:35.857 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: ip-substring-filtering 2026-05-07 13:53:35.857 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: l2_adjacency 2026-05-07 13:53:35.858 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: router 2026-05-07 13:53:35.860 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-07 13:53:35.861 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-07 13:53:35.861 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-07 13:53:35.862 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: ext-gw-mode 2026-05-07 13:53:35.862 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: l3-ha 2026-05-07 13:53:35.863 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-07 13:53:35.863 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-07 13:53:35.864 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: l3-flavors 2026-05-07 13:53:35.865 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-07 13:53:35.865 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-07 13:53:35.867 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-07 13:53:35.868 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-07 13:53:35.870 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-07 13:53:35.871 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-07 13:53:35.872 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-07 13:53:35.872 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: multi-provider 2026-05-07 13:53:35.873 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: net-mtu 2026-05-07 13:53:35.873 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: net-mtu-writable 2026-05-07 13:53:35.874 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: network_availability_zone 2026-05-07 13:53:35.874 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: network_ha 2026-05-07 13:53:35.875 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: network-ip-availability 2026-05-07 13:53:35.876 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-07 13:53:35.876 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: pagination 2026-05-07 13:53:35.877 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: port-device-profile 2026-05-07 13:53:35.877 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-07 13:53:35.878 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-07 13:53:35.878 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-07 13:53:35.879 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: port-mac-override 2026-05-07 13:53:35.879 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-07 13:53:35.880 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-07 13:53:35.880 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-07 13:53:35.881 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: port-resource-request 2026-05-07 13:53:35.881 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: port-resource-request-groups 2026-05-07 13:53:35.882 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-07 13:53:35.882 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: binding 2026-05-07 13:53:35.883 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: binding-extended 2026-05-07 13:53:35.883 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: port-security 2026-05-07 13:53:35.884 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: project-id 2026-05-07 13:53:35.884 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: provider 2026-05-07 13:53:35.885 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-07 13:53:35.887 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: qos 2026-05-07 13:53:35.888 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-07 13:53:35.888 8 WARNING keystonemiddleware._common.config [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-07 13:53:35.888 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-07 13:53:35.889 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: qos-default 2026-05-07 13:53:35.889 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: qos-fip 2026-05-07 13:53:35.890 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-07 13:53:35.890 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: qos-gateway-ip 2026-05-07 13:53:35.891 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: qos-port-network-policy 2026-05-07 13:53:35.891 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: qos-pps-minimum 2026-05-07 13:53:35.892 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-07 13:53:35.893 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: qos-pps 2026-05-07 13:53:35.893 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: qos-rule-type-details 2026-05-07 13:53:35.893 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-07 13:53:35.894 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: qos-rules-alias 2026-05-07 13:53:35.895 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: quota-check-limit 2026-05-07 13:53:35.895 8 WARNING oslo_config.cfg [None req-ee1e45f0-1b5b-4dca-a19c-907d7eb25c7a - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-05-07 13:53:35.895 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: quota-check-limit-default WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7ff1cf82f668 pid: 8 (default app) 2026-05-07 13:53:35.897 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: quotas 2026-05-07 13:53:35.898 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: quota_details 2026-05-07 13:53:35.900 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: rbac-policies 2026-05-07 13:53:35.900 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: rbac-address-group 2026-05-07 13:53:35.901 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: rbac-address-scope 2026-05-07 13:53:35.901 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: rbac-security-groups 2026-05-07 13:53:35.902 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: rbac-subnetpool 2026-05-07 13:53:35.902 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: revision-if-match 2026-05-07 13:53:35.903 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: standard-attr-revisions 2026-05-07 13:53:35.903 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: router_availability_zone 2026-05-07 13:53:35.904 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-07 13:53:35.906 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: security-groups-default-rules 2026-05-07 13:53:35.906 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-07 13:53:35.907 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-07 13:53:35.907 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-07 13:53:35.908 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-07 13:53:35.908 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-07 13:53:35.914 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: security-group 2026-05-07 13:53:35.915 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: segment 2026-05-07 13:53:35.915 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-07 13:53:35.916 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: service-type 2026-05-07 13:53:35.916 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: sorting 2026-05-07 13:53:35.917 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: standard-attr-segment 2026-05-07 13:53:35.918 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: standard-attr-description 2026-05-07 13:53:35.918 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: stateful-security-group 2026-05-07 13:53:35.918 9 WARNING neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-07 13:53:35.919 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-07 13:53:35.920 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: subnet-external-network 2026-05-07 13:53:35.920 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: subnet_onboard 2026-05-07 13:53:35.921 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-07 13:53:35.921 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: subnet-service-types 2026-05-07 13:53:35.922 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: subnet_allocation 2026-05-07 13:53:35.922 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-07 13:53:35.923 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: tag-creation 2026-05-07 13:53:35.923 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-07 13:53:35.929 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: standard-attr-tag 2026-05-07 13:53:35.929 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-07 13:53:35.930 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: trunk 2026-05-07 13:53:35.930 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: trunk-details 2026-05-07 13:53:35.931 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-07 13:53:35.931 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-07 13:53:35.932 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-07 13:53:35.933 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-07 13:53:35.935 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-07 13:53:35.936 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-07 13:53:35.937 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: vpn-flavors 2026-05-07 13:53:35.938 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: vpnaas 2026-05-07 13:53:35.939 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: taas 2026-05-07 13:53:35.941 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: tap-mirror 2026-05-07 13:53:35.941 9 INFO neutron.api.extensions [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Loaded extension: taas-vlan-filter 2026-05-07 13:53:35.943 9 INFO neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-07 13:53:35.944 9 INFO neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-07 13:53:35.944 9 INFO neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 13:53:35.944 9 INFO neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-07 13:53:35.947 9 INFO neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-07 13:53:35.947 9 INFO neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-07 13:53:35.952 9 INFO neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-07 13:53:35.953 9 INFO neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-07 13:53:35.953 9 INFO neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-07 13:53:35.954 9 INFO neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 13:53:35.954 9 WARNING neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] subnetpool is already registered 2026-05-07 13:53:35.954 9 INFO neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 13:53:35.955 9 WARNING neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] subnetpool is already registered 2026-05-07 13:53:35.955 9 INFO neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-07 13:53:35.956 9 INFO neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-07 13:53:35.956 9 INFO neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-07 13:53:35.956 9 INFO neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-07 13:53:35.957 9 INFO neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-07 13:53:35.957 9 INFO neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-07 13:53:35.958 9 INFO neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-07 13:53:35.958 9 WARNING neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] ipsecpolicy is already registered 2026-05-07 13:53:35.958 9 INFO neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-07 13:53:35.958 9 WARNING neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] ikepolicy is already registered 2026-05-07 13:53:35.965 9 INFO neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-07 13:53:35.965 9 WARNING neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] router is already registered 2026-05-07 13:53:35.966 9 INFO neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-07 13:53:35.966 9 WARNING neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] floatingip is already registered 2026-05-07 13:53:35.970 9 INFO neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-07 13:53:35.970 9 WARNING neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] rbac_policy is already registered 2026-05-07 13:53:35.970 9 INFO neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-07 13:53:35.971 9 WARNING neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] security_group is already registered 2026-05-07 13:53:35.971 9 INFO neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-07 13:53:35.971 9 WARNING neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] security_group_rule is already registered 2026-05-07 13:53:35.972 9 INFO neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 13:53:35.972 9 WARNING neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] subnetpool is already registered 2026-05-07 13:53:35.972 9 INFO neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 13:53:35.973 9 WARNING neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] subnetpool is already registered 2026-05-07 13:53:35.973 9 INFO neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-07 13:53:35.973 9 WARNING neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] trunk is already registered 2026-05-07 13:53:35.974 9 INFO neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-07 13:53:35.974 9 WARNING neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] ikepolicy is already registered 2026-05-07 13:53:35.974 9 INFO neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-07 13:53:35.974 9 WARNING neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] ipsecpolicy is already registered 2026-05-07 13:53:35.974 9 INFO neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-07 13:53:35.975 9 WARNING neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] endpoint_group is already registered 2026-05-07 13:53:35.975 9 INFO neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-07 13:53:35.975 9 WARNING neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] vpnservice is already registered 2026-05-07 13:53:35.976 9 INFO neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-07 13:53:35.976 9 WARNING neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] ipsec_site_connection is already registered 2026-05-07 13:53:35.976 9 INFO neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-07 13:53:35.977 9 WARNING neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] ipsecpolicy is already registered 2026-05-07 13:53:35.977 9 INFO neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-07 13:53:35.977 9 WARNING neutron.quota.resource_registry [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] ikepolicy is already registered 2026-05-07 13:53:36.015 9 WARNING keystonemiddleware._common.config [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-07 13:53:36.022 9 WARNING oslo_config.cfg [None req-779a517a-3f10-47de-b760-c4c0408b427d - - - - - -] 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 0x7ff1cf82f668 pid: 9 (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-05-07 13:53:41.171 8 INFO neutron.pecan_wsgi.hooks.translation [None req-71eea49c-50f8-4449-9d19-aa976d3286b0 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.19.213.209 () {44 vars in 927 bytes} [Thu May 7 13:53:40 2026] GET /v2.0/networks/public => generated 108 bytes in 785 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: 9|app: 0|req: 1/4] 199.19.213.209 () {44 vars in 949 bytes} [Thu May 7 13:53:41 2026] GET /v2.0/networks?name=public => generated 15 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 13:53:41.896 8 WARNING neutron.services.revisions.revision_plugin [None req-aefc1003-4ceb-4bfe-aaad-9188a9240c0f a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Could not find related network for resource to bump revision. 2026-05-07 13:53:41.917 8 INFO neutron.db.segments_db [None req-aefc1003-4ceb-4bfe-aaad-9188a9240c0f a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Added segment 01958190-9bbc-4100-8584-aa4627fa97f7 of type flat for network a8132936-bf14-4bf1-8ece-18bb86eaa0ed 2026-05-07 13:53:41.963 8 INFO neutron.pecan_wsgi.hooks.translation [None req-aefc1003-4ceb-4bfe-aaad-9188a9240c0f a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/6] 199.19.213.209 () {48 vars in 967 bytes} [Thu May 7 13:53:41 2026] POST /v2.0/networks => generated 124 bytes in 474 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 13:53:48.238 9 INFO neutron.pecan_wsgi.hooks.translation [None req-f5e90453-d365-4dcc-a500-5f2a73ef73b6 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 3/7] 199.19.213.209 () {44 vars in 927 bytes} [Thu May 7 13:53:47 2026] GET /v2.0/networks/public => generated 108 bytes in 396 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/8] 199.19.213.209 () {44 vars in 949 bytes} [Thu May 7 13:53:48 2026] GET /v2.0/networks?name=public => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 13:53:48.519 9 WARNING neutron.services.revisions.revision_plugin [None req-8af5632b-5826-4078-be78-3edd37c3c197 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Could not find related network for resource to bump revision. 2026-05-07 13:53:48.540 9 INFO neutron.db.segments_db [None req-8af5632b-5826-4078-be78-3edd37c3c197 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Added segment aef94cfb-0cc6-43fb-a978-1368c4d32659 of type flat for network f251cffc-78d0-40c5-833f-9af5531bae21 2026-05-07 13:53:48.590 9 INFO neutron.pecan_wsgi.hooks.translation [None req-8af5632b-5826-4078-be78-3edd37c3c197 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] POST failed (client error): The resource could not be found. [pid: 9|app: 0|req: 4/9] 199.19.213.209 () {48 vars in 967 bytes} [Thu May 7 13:53:48 2026] POST /v2.0/networks => generated 124 bytes in 338 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 13:53:54.463 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4f2e807a-41df-4777-8d1c-5ce697462c18 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/10] 199.19.213.209 () {44 vars in 927 bytes} [Thu May 7 13:53:54 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 5/11] 199.19.213.209 () {44 vars in 949 bytes} [Thu May 7 13:53:54 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 13:53:54.541 8 WARNING neutron.services.revisions.revision_plugin [None req-2afed230-5ecf-428d-8aa8-4b17fa95a20d a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Could not find related network for resource to bump revision. 2026-05-07 13:53:54.559 8 INFO neutron.db.segments_db [None req-2afed230-5ecf-428d-8aa8-4b17fa95a20d a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Added segment 567023b8-4a0f-407f-8788-9c953026cc95 of type flat for network 6822b7ae-50d0-4a73-8937-0c4864e79132 2026-05-07 13:53:54.592 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2afed230-5ecf-428d-8aa8-4b17fa95a20d a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/12] 199.19.213.209 () {48 vars in 967 bytes} [Thu May 7 13:53:54 2026] POST /v2.0/networks => generated 124 bytes in 117 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 13:54:00.452 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e19f8fb2-48a1-41fe-be80-2ae3be3cf1ee a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/14] 199.19.213.209 () {44 vars in 927 bytes} [Thu May 7 13:54:00 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 7/15] 199.19.213.209 () {44 vars in 949 bytes} [Thu May 7 13:54:00 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-05-07 13:54:00.516 8 WARNING neutron.services.revisions.revision_plugin [None req-760227f7-f291-49bc-a8fa-6630ffeb46f3 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Could not find related network for resource to bump revision. 2026-05-07 13:54:00.541 8 INFO neutron.db.segments_db [None req-760227f7-f291-49bc-a8fa-6630ffeb46f3 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Added segment 844aabe0-5bc2-41cb-b016-f6767554e12b of type flat for network b410c04f-e52e-4752-8f48-247e509dfdca 2026-05-07 13:54:00.561 8 INFO neutron.pecan_wsgi.hooks.translation [None req-760227f7-f291-49bc-a8fa-6630ffeb46f3 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/16] 199.19.213.209 () {48 vars in 967 bytes} [Thu May 7 13:54:00 2026] POST /v2.0/networks => generated 124 bytes in 94 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 13:54:06.474 9 INFO neutron.pecan_wsgi.hooks.translation [None req-15dd4a5d-ea54-47ce-a410-7006f1f0ad35 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 8/17] 199.19.213.209 () {44 vars in 927 bytes} [Thu May 7 13:54:06 2026] GET /v2.0/networks/public => generated 108 bytes in 74 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 10/18] 199.19.213.209 () {44 vars in 949 bytes} [Thu May 7 13:54:06 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-05-07 13:54:06.553 9 WARNING neutron.services.revisions.revision_plugin [None req-74127ef4-e3e5-4e39-961e-21e3da220837 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Could not find related network for resource to bump revision. 2026-05-07 13:54:06.573 9 INFO neutron.db.segments_db [None req-74127ef4-e3e5-4e39-961e-21e3da220837 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Added segment 65df5645-8b77-47a5-afad-506617f6e456 of type flat for network 9c90fcaa-1f29-4ae1-b0cf-0e2466286835 2026-05-07 13:54:06.600 9 INFO neutron.pecan_wsgi.hooks.translation [None req-74127ef4-e3e5-4e39-961e-21e3da220837 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] POST failed (client error): The resource could not be found. [pid: 9|app: 0|req: 9/19] 199.19.213.209 () {48 vars in 967 bytes} [Thu May 7 13:54:06 2026] POST /v2.0/networks => generated 124 bytes in 110 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 13:54:12.452 9 INFO neutron.pecan_wsgi.hooks.translation [None req-4cf534e6-93e9-43cb-9b4f-eb5cd21896de a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 10/21] 199.19.213.209 () {44 vars in 927 bytes} [Thu May 7 13:54:12 2026] GET /v2.0/networks/public => generated 108 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/22] 199.19.213.209 () {44 vars in 949 bytes} [Thu May 7 13:54:12 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 13:54:12.516 9 WARNING neutron.services.revisions.revision_plugin [None req-1dfd1fd5-8ed7-46c5-8cea-34e33a3133e4 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Could not find related network for resource to bump revision. 2026-05-07 13:54:12.538 9 INFO neutron.db.segments_db [None req-1dfd1fd5-8ed7-46c5-8cea-34e33a3133e4 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Added segment 4a9086c5-4945-4d11-a857-dcda91406578 of type flat for network 38c99c3e-425c-4675-a81f-3b906678cf24 [pid: 9|app: 0|req: 11/23] 199.19.213.209 () {48 vars in 967 bytes} [Thu May 7 13:54:12 2026] POST /v2.0/networks => generated 706 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 13:54:13.713 8 INFO neutron.pecan_wsgi.hooks.translation [None req-01b7eaa2-37cb-44e3-8af6-84e6cf02a07f a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 13/24] 199.19.213.209 () {44 vars in 927 bytes} [Thu May 7 13:54:13 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 12/25] 199.19.213.209 () {44 vars in 949 bytes} [Thu May 7 13:54:13 2026] GET /v2.0/networks?name=public => generated 709 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 13:54:13.796 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cc1fb457-4112-4ca0-b24d-c6eb272e34fa a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 14/26] 199.19.213.209 () {44 vars in 1034 bytes} [Thu May 7 13:54:13 2026] GET /v2.0/subnets/public-subnet?network_id=38c99c3e-425c-4675-a81f-3b906678cf24 => generated 113 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 13/27] 199.19.213.209 () {44 vars in 1057 bytes} [Thu May 7 13:54:13 2026] GET /v2.0/subnets?name=public-subnet&network_id=38c99c3e-425c-4675-a81f-3b906678cf24 => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/28] 199.19.213.209 () {48 vars in 965 bytes} [Thu May 7 13:54:13 2026] POST /v2.0/subnets => generated 664 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 13:59:11.928 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d7fb08cf-feb2-4ac8-908e-4d68b00b617d a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/68] 199.19.213.209 () {44 vars in 937 bytes} [Thu May 7 13:59:11 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 132 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 34/69] 199.19.213.209 () {44 vars in 959 bytes} [Thu May 7 13:59:11 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 13:59:12.008 8 INFO neutron.db.segments_db [None req-fe502345-01cb-4dcc-843e-e1b074abc00d a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Added segment 92886d29-28dc-454b-b61b-7ad378e54cea of type vxlan for network d6a28c8f-a542-458b-89cc-b2b85d438134 [pid: 8|app: 0|req: 36/70] 199.19.213.209 () {48 vars in 966 bytes} [Thu May 7 13:59:11 2026] POST /v2.0/networks => generated 688 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 13:59:13.056 9 INFO neutron.pecan_wsgi.hooks.translation [None req-45655e05-2b0e-456d-92f8-51a564c1aaec a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 35/71] 199.19.213.209 () {44 vars in 937 bytes} [Thu May 7 13:59:13 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/72] 199.19.213.209 () {44 vars in 959 bytes} [Thu May 7 13:59:13 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 13:59:13.130 9 INFO neutron.pecan_wsgi.hooks.translation [None req-13bea833-5387-4207-802f-af4e80bc903c a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 36/73] 199.19.213.209 () {44 vars in 1036 bytes} [Thu May 7 13:59:13 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=d6a28c8f-a542-458b-89cc-b2b85d438134 => generated 114 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/74] 199.19.213.209 () {44 vars in 1059 bytes} [Thu May 7 13:59:13 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=d6a28c8f-a542-458b-89cc-b2b85d438134 => generated 14 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 37/75] 199.19.213.209 () {48 vars in 965 bytes} [Thu May 7 13:59:13 2026] POST /v2.0/subnets => generated 651 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 13:59:14.398 8 INFO neutron.api.v2.resource [None req-b29998f3-28a3-4f4f-bbba-f8ade4b4dbac a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 39/76] 199.19.213.209 () {44 vars in 971 bytes} [Thu May 7 13:59:14 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 38/77] 199.19.213.209 () {44 vars in 993 bytes} [Thu May 7 13:59:14 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/78] 199.19.213.209 () {48 vars in 980 bytes} [Thu May 7 13:59:14 2026] POST /v2.0/security-groups => generated 1616 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 39/79] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 13:59:15 2026] GET /v2.0/security-groups/d78070fe-6f35-4454-8496-3f21ae3de120 => generated 1616 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/80] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 13:59:15 2026] GET /v2.0/security-groups/d78070fe-6f35-4454-8496-3f21ae3de120 => generated 1616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 40/81] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 13:59:15 2026] GET /v2.0/security-groups/d78070fe-6f35-4454-8496-3f21ae3de120 => generated 1616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/82] 199.19.213.209 () {48 vars in 991 bytes} [Thu May 7 13:59:15 2026] POST /v2.0/security-group-rules => generated 601 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 41/83] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 13:59:16 2026] GET /v2.0/security-groups/d78070fe-6f35-4454-8496-3f21ae3de120 => generated 2230 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/84] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 13:59:16 2026] GET /v2.0/security-groups/d78070fe-6f35-4454-8496-3f21ae3de120 => generated 2230 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 42/85] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 13:59:16 2026] GET /v2.0/security-groups/d78070fe-6f35-4454-8496-3f21ae3de120 => generated 2230 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/86] 199.19.213.209 () {48 vars in 991 bytes} [Thu May 7 13:59:16 2026] POST /v2.0/security-group-rules => generated 603 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 43/87] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 13:59:17 2026] GET /v2.0/security-groups/d78070fe-6f35-4454-8496-3f21ae3de120 => generated 2846 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/88] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 13:59:17 2026] GET /v2.0/security-groups/d78070fe-6f35-4454-8496-3f21ae3de120 => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 44/89] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 13:59:17 2026] GET /v2.0/security-groups/d78070fe-6f35-4454-8496-3f21ae3de120 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/90] 199.19.213.209 () {48 vars in 991 bytes} [Thu May 7 13:59:17 2026] POST /v2.0/security-group-rules => generated 603 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 45/91] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 13:59:18 2026] GET /v2.0/security-groups/d78070fe-6f35-4454-8496-3f21ae3de120 => generated 3462 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/92] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 13:59:18 2026] GET /v2.0/security-groups/d78070fe-6f35-4454-8496-3f21ae3de120 => generated 3462 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 46/93] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 13:59:18 2026] GET /v2.0/security-groups/d78070fe-6f35-4454-8496-3f21ae3de120 => generated 3462 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/94] 199.19.213.209 () {48 vars in 991 bytes} [Thu May 7 13:59:19 2026] POST /v2.0/security-group-rules => generated 603 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 47/95] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 13:59:19 2026] GET /v2.0/security-groups/d78070fe-6f35-4454-8496-3f21ae3de120 => generated 4078 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/96] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 13:59:19 2026] GET /v2.0/security-groups/d78070fe-6f35-4454-8496-3f21ae3de120 => generated 4078 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 48/97] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 13:59:19 2026] GET /v2.0/security-groups/d78070fe-6f35-4454-8496-3f21ae3de120 => generated 4078 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/98] 199.19.213.209 () {48 vars in 991 bytes} [Thu May 7 13:59:20 2026] POST /v2.0/security-group-rules => generated 603 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 49/99] 199.19.213.209 () {44 vars in 987 bytes} [Thu May 7 13:59:21 2026] GET /v2.0/networks/d6a28c8f-a542-458b-89cc-b2b85d438134 => generated 732 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 13:59:21.284 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3394bc2b-f97f-4e57-b1b8-b3bc57d5b351 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 51/100] 199.19.213.209 () {44 vars in 1076 bytes} [Thu May 7 13:59:21 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=d6a28c8f-a542-458b-89cc-b2b85d438134 => generated 132 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 50/101] 199.19.213.209 () {44 vars in 1099 bytes} [Thu May 7 13:59:21 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=d6a28c8f-a542-458b-89cc-b2b85d438134 => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/102] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 13:59:21 2026] GET /v2.0/security-groups/d78070fe-6f35-4454-8496-3f21ae3de120 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 51/103] 199.19.213.209 () {48 vars in 961 bytes} [Thu May 7 13:59:21 2026] POST /v2.0/ports => generated 1100 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-07 13:59:28.994 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9b763b1c-386e-4a02-b2c5-838680a4b3dd a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 54/106] 199.19.213.209 () {44 vars in 979 bytes} [Thu May 7 13:59:28 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 44 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: 9|app: 0|req: 53/107] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 13:59:28 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/108] 199.19.213.209 () {48 vars in 1031 bytes} [Thu May 7 13:59:29 2026] PUT /v2.0/ports/ff26d457-24de-4493-8ced-b37571f4d83b => generated 1249 bytes in 628 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 54/109] 199.19.213.209 () {44 vars in 920 bytes} [Thu May 7 13:59:31 2026] GET /v2.0/ports => generated 3730 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 13:59:32.523 8 INFO neutron.api.v2.resource [None req-d93292d2-6f0a-4881-96a2-11ab6ac7cae5 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 56/110] 199.19.213.209 () {44 vars in 959 bytes} [Thu May 7 13:59:32 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 55/111] 199.19.213.209 () {44 vars in 981 bytes} [Thu May 7 13:59:32 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/112] 199.19.213.209 () {48 vars in 980 bytes} [Thu May 7 13:59:32 2026] POST /v2.0/security-groups => generated 1610 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 56/113] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 13:59:33 2026] GET /v2.0/security-groups/2472e81e-2dac-47df-b040-847e334ac4ef => generated 1610 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/114] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 13:59:33 2026] GET /v2.0/security-groups/2472e81e-2dac-47df-b040-847e334ac4ef => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 57/115] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 13:59:33 2026] GET /v2.0/security-groups/2472e81e-2dac-47df-b040-847e334ac4ef => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/116] 199.19.213.209 () {48 vars in 991 bytes} [Thu May 7 13:59:33 2026] POST /v2.0/security-group-rules => generated 623 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 58/117] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 13:59:34 2026] GET /v2.0/security-groups/2472e81e-2dac-47df-b040-847e334ac4ef => generated 2246 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/118] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 13:59:34 2026] GET /v2.0/security-groups/2472e81e-2dac-47df-b040-847e334ac4ef => generated 2246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 59/119] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 13:59:34 2026] GET /v2.0/security-groups/2472e81e-2dac-47df-b040-847e334ac4ef => generated 2246 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/120] 199.19.213.209 () {48 vars in 991 bytes} [Thu May 7 13:59:34 2026] POST /v2.0/security-group-rules => generated 627 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 64/129] 199.19.213.209 () {44 vars in 975 bytes} [Thu May 7 14:00:40 2026] GET /v2.0/quotas/03c930bcc0ed4b11af525c8c08ddd4b2 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 66/130] 199.19.213.209 () {48 vars in 1027 bytes} [Thu May 7 14:00:41 2026] PUT /v2.0/quotas/03c930bcc0ed4b11af525c8c08ddd4b2 => generated 291 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 14:03:32.030 9 INFO neutron.pecan_wsgi.hooks.translation [None req-708da46c-55c6-4f84-8637-4ec4a09126fd a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 77/155] 199.19.213.209 () {30 vars in 741 bytes} [Thu May 7 14:03:31 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 149 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 79/156] 199.19.213.209 () {30 vars in 763 bytes} [Thu May 7 14:03:32 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:03:34.293 9 INFO neutron.pecan_wsgi.hooks.translation [None req-8f4185df-5e6e-4fa3-a318-1db479c90043 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 78/157] 199.19.213.209 () {30 vars in 741 bytes} [Thu May 7 14:03:34 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 161 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 80/158] 199.19.213.209 () {30 vars in 763 bytes} [Thu May 7 14:03:34 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:09:44.839 9 INFO neutron.api.v2.resource [None req-ccc8a86a-01a1-48b3-b135-5db7cbde023a a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 104/209] 199.19.213.209 () {44 vars in 1074 bytes} [Thu May 7 14:09:44 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=586f24d439bd4f3797b51b319582f7a6 => generated 139 bytes in 116 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/210] 199.19.213.209 () {44 vars in 1097 bytes} [Thu May 7 14:09:44 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=586f24d439bd4f3797b51b319582f7a6 => generated 23 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 105/211] 199.19.213.209 () {48 vars in 981 bytes} [Thu May 7 14:09:45 2026] POST /v2.0/security-groups => generated 1624 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/212] 199.19.213.209 () {44 vars in 1088 bytes} [Thu May 7 14:09:46 2026] GET /v2.0/security-groups/bb4509dc-99ec-4b6d-b25b-1672b9ac092f?project_id=586f24d439bd4f3797b51b319582f7a6 => generated 1624 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 106/213] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 14:09:46 2026] GET /v2.0/security-groups/bb4509dc-99ec-4b6d-b25b-1672b9ac092f => 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: 108/214] 199.19.213.209 () {44 vars in 1088 bytes} [Thu May 7 14:09:46 2026] GET /v2.0/security-groups/bb4509dc-99ec-4b6d-b25b-1672b9ac092f?project_id=586f24d439bd4f3797b51b319582f7a6 => generated 1624 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 107/215] 199.19.213.209 () {48 vars in 991 bytes} [Thu May 7 14:09:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/216] 199.19.213.209 () {44 vars in 1088 bytes} [Thu May 7 14:09:47 2026] GET /v2.0/security-groups/bb4509dc-99ec-4b6d-b25b-1672b9ac092f?project_id=586f24d439bd4f3797b51b319582f7a6 => generated 2234 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 108/217] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 14:09:47 2026] GET /v2.0/security-groups/bb4509dc-99ec-4b6d-b25b-1672b9ac092f => generated 2234 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/218] 199.19.213.209 () {44 vars in 1088 bytes} [Thu May 7 14:09:47 2026] GET /v2.0/security-groups/bb4509dc-99ec-4b6d-b25b-1672b9ac092f?project_id=586f24d439bd4f3797b51b319582f7a6 => generated 2234 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 109/219] 199.19.213.209 () {48 vars in 991 bytes} [Thu May 7 14:09:47 2026] POST /v2.0/security-group-rules => generated 599 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/220] 199.19.213.209 () {44 vars in 1088 bytes} [Thu May 7 14:09:48 2026] GET /v2.0/security-groups/bb4509dc-99ec-4b6d-b25b-1672b9ac092f?project_id=586f24d439bd4f3797b51b319582f7a6 => generated 2846 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 110/221] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 14:09:49 2026] GET /v2.0/security-groups/bb4509dc-99ec-4b6d-b25b-1672b9ac092f => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/222] 199.19.213.209 () {44 vars in 1088 bytes} [Thu May 7 14:09:49 2026] GET /v2.0/security-groups/bb4509dc-99ec-4b6d-b25b-1672b9ac092f?project_id=586f24d439bd4f3797b51b319582f7a6 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 111/223] 199.19.213.209 () {48 vars in 991 bytes} [Thu May 7 14:09:49 2026] POST /v2.0/security-group-rules => generated 601 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/224] 199.19.213.209 () {44 vars in 1088 bytes} [Thu May 7 14:09:50 2026] GET /v2.0/security-groups/bb4509dc-99ec-4b6d-b25b-1672b9ac092f?project_id=586f24d439bd4f3797b51b319582f7a6 => generated 3460 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 112/225] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 14:09:50 2026] GET /v2.0/security-groups/bb4509dc-99ec-4b6d-b25b-1672b9ac092f => 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: 114/226] 199.19.213.209 () {44 vars in 1088 bytes} [Thu May 7 14:09:50 2026] GET /v2.0/security-groups/bb4509dc-99ec-4b6d-b25b-1672b9ac092f?project_id=586f24d439bd4f3797b51b319582f7a6 => generated 3460 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 113/227] 199.19.213.209 () {48 vars in 991 bytes} [Thu May 7 14:09:50 2026] POST /v2.0/security-group-rules => generated 602 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 124/248] 199.19.213.209 () {30 vars in 740 bytes} [Thu May 7 14:12:13 2026] GET /v2.0/networks?tenant_id=586f24d439bd4f3797b51b319582f7a6&shared=False => generated 15 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:12:13.496 8 INFO neutron.db.segments_db [None req-2541598d-adc2-4c7b-8298-ee3edfee375b bcc799c7078e4e228bc0e1f4bcbb8a09 586f24d439bd4f3797b51b319582f7a6 - - eec27a85ae6b407b8a41a148493948a7 eec27a85ae6b407b8a41a148493948a7] Added segment 61804739-1159-4b9b-8217-d809f1f29889 of type vxlan for network 2444f2c7-5609-49d7-af8f-e99bb5727009 [pid: 8|app: 0|req: 125/249] 199.19.213.209 () {34 vars in 682 bytes} [Thu May 7 14:12:13 2026] POST /v2.0/networks => generated 698 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 125/250] 199.19.213.209 () {30 vars in 722 bytes} [Thu May 7 14:12:13 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => 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: 126/251] 199.19.213.209 () {30 vars in 633 bytes} [Thu May 7 14:12:13 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: 9|app: 0|req: 126/252] 199.19.213.209 () {34 vars in 677 bytes} [Thu May 7 14:12:13 2026] POST /v2.0/ports => generated 999 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (2 switches on core 0) [pid: 8|app: 0|req: 127/253] 199.19.213.209 () {30 vars in 703 bytes} [Thu May 7 14:12:14 2026] GET /v2.0/networks/2444f2c7-5609-49d7-af8f-e99bb5727009 => generated 704 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 127/254] 199.19.213.209 () {30 vars in 722 bytes} [Thu May 7 14:12:15 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/255] 199.19.213.209 () {30 vars in 703 bytes} [Thu May 7 14:12:15 2026] GET /v2.0/networks/2444f2c7-5609-49d7-af8f-e99bb5727009 => generated 704 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 129/258] 199.19.213.209 () {44 vars in 975 bytes} [Thu May 7 14:12:33 2026] GET /v2.0/quotas/586f24d439bd4f3797b51b319582f7a6 => 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: 130/259] 199.19.213.209 () {48 vars in 1027 bytes} [Thu May 7 14:12:34 2026] PUT /v2.0/quotas/586f24d439bd4f3797b51b319582f7a6 => generated 291 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:23:39.881 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dfb337be-ed2a-4b62-971c-68ebcedaa4f0 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 175/348] 199.19.213.209 () {44 vars in 927 bytes} [Thu May 7 14:23:39 2026] GET /v2.0/networks/public => generated 108 bytes in 155 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 174/349] 199.19.213.209 () {44 vars in 949 bytes} [Thu May 7 14:23:39 2026] GET /v2.0/networks?name=public => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:23:41.122 8 INFO neutron.pecan_wsgi.hooks.translation [None req-414c7789-ad7d-4cad-ab51-03c571d4653c a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 176/350] 199.19.213.209 () {44 vars in 927 bytes} [Thu May 7 14:23:41 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 175/351] 199.19.213.209 () {44 vars in 949 bytes} [Thu May 7 14:23:41 2026] GET /v2.0/networks?name=public => generated 753 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:23:41.185 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ee2600e8-e0cd-4ec9-a740-bf261a2304d0 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 177/352] 199.19.213.209 () {44 vars in 1034 bytes} [Thu May 7 14:23:41 2026] GET /v2.0/subnets/public-subnet?network_id=38c99c3e-425c-4675-a81f-3b906678cf24 => generated 113 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 176/353] 199.19.213.209 () {44 vars in 1057 bytes} [Thu May 7 14:23:41 2026] GET /v2.0/subnets?name=public-subnet&network_id=38c99c3e-425c-4675-a81f-3b906678cf24 => generated 667 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:24:09.285 9 INFO neutron.pecan_wsgi.hooks.translation [None req-33a0ffd3-25b9-4332-b1f4-bae93d4d9e34 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 179/358] 199.19.213.209 () {44 vars in 937 bytes} [Thu May 7 14:24:09 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/359] 199.19.213.209 () {44 vars in 959 bytes} [Thu May 7 14:24:09 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:24:10.260 9 INFO neutron.pecan_wsgi.hooks.translation [None req-c89c7174-6055-46f7-bfee-b5da80ea746b a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 180/360] 199.19.213.209 () {44 vars in 937 bytes} [Thu May 7 14:24:10 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/361] 199.19.213.209 () {44 vars in 959 bytes} [Thu May 7 14:24:10 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:24:10.345 9 INFO neutron.pecan_wsgi.hooks.translation [None req-f17a9160-3760-470f-93f9-627b671d0a89 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 181/362] 199.19.213.209 () {44 vars in 1036 bytes} [Thu May 7 14:24:10 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=d6a28c8f-a542-458b-89cc-b2b85d438134 => generated 114 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/363] 199.19.213.209 () {44 vars in 1059 bytes} [Thu May 7 14:24:10 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=d6a28c8f-a542-458b-89cc-b2b85d438134 => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:24:11.520 9 INFO neutron.api.v2.resource [None req-afcb6ca8-bf79-4f4f-903f-72f4fb6f09d6 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 182/364] 199.19.213.209 () {44 vars in 971 bytes} [Thu May 7 14:24:11 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/365] 199.19.213.209 () {44 vars in 993 bytes} [Thu May 7 14:24:11 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 184/368] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 14:24:12 2026] GET /v2.0/security-groups/d78070fe-6f35-4454-8496-3f21ae3de120 => generated 4694 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/369] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 14:24:12 2026] GET /v2.0/security-groups/d78070fe-6f35-4454-8496-3f21ae3de120 => generated 4694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 185/370] 199.19.213.209 () {44 vars in 1011 bytes} [Thu May 7 14:24:12 2026] GET /v2.0/security-group-rules/3d73835e-9970-4636-9696-7aae3f47b82c => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/371] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 14:24:13 2026] GET /v2.0/security-groups/d78070fe-6f35-4454-8496-3f21ae3de120 => generated 4694 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 186/372] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 14:24:13 2026] GET /v2.0/security-groups/d78070fe-6f35-4454-8496-3f21ae3de120 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/373] 199.19.213.209 () {44 vars in 1011 bytes} [Thu May 7 14:24:13 2026] GET /v2.0/security-group-rules/c87f484e-d9ca-4ab5-97be-d689674ced9f => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 187/374] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 14:24:14 2026] GET /v2.0/security-groups/d78070fe-6f35-4454-8496-3f21ae3de120 => generated 4694 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/375] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 14:24:14 2026] GET /v2.0/security-groups/d78070fe-6f35-4454-8496-3f21ae3de120 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 188/376] 199.19.213.209 () {44 vars in 1011 bytes} [Thu May 7 14:24:14 2026] GET /v2.0/security-group-rules/7e3c28fe-79a2-4b7b-aae8-de4c23454241 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/377] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 14:24:15 2026] GET /v2.0/security-groups/d78070fe-6f35-4454-8496-3f21ae3de120 => generated 4694 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 189/378] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 14:24:15 2026] GET /v2.0/security-groups/d78070fe-6f35-4454-8496-3f21ae3de120 => generated 4694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/379] 199.19.213.209 () {44 vars in 1011 bytes} [Thu May 7 14:24:15 2026] GET /v2.0/security-group-rules/94431884-e3c2-4688-8b00-f805c418fa33 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 190/380] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 14:24:16 2026] GET /v2.0/security-groups/d78070fe-6f35-4454-8496-3f21ae3de120 => generated 4694 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/381] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 14:24:16 2026] GET /v2.0/security-groups/d78070fe-6f35-4454-8496-3f21ae3de120 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 191/382] 199.19.213.209 () {44 vars in 1011 bytes} [Thu May 7 14:24:16 2026] GET /v2.0/security-group-rules/995e27c9-6581-4609-ba3f-b875d632f02a => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/383] 199.19.213.209 () {44 vars in 987 bytes} [Thu May 7 14:24:17 2026] GET /v2.0/networks/d6a28c8f-a542-458b-89cc-b2b85d438134 => generated 732 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:24:18.092 9 INFO neutron.pecan_wsgi.hooks.translation [None req-d55ef6a6-4990-4897-9411-da69c955774e a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 192/384] 199.19.213.209 () {44 vars in 1076 bytes} [Thu May 7 14:24:18 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=d6a28c8f-a542-458b-89cc-b2b85d438134 => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/385] 199.19.213.209 () {44 vars in 1099 bytes} [Thu May 7 14:24:18 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=d6a28c8f-a542-458b-89cc-b2b85d438134 => generated 1254 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 193/386] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 14:24:18 2026] GET /v2.0/security-groups/d78070fe-6f35-4454-8496-3f21ae3de120 => generated 4694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:24:26.224 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2597a437-c4df-41f4-91d1-c5b831d2cda7 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 194/387] 199.19.213.209 () {44 vars in 979 bytes} [Thu May 7 14:24:26 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 194/388] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 14:24:26 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 196/391] 199.19.213.209 () {44 vars in 920 bytes} [Thu May 7 14:24:27 2026] GET /v2.0/ports => generated 4725 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:24:29.104 8 INFO neutron.api.v2.resource [None req-23e69d59-5339-4100-9cea-8b067ba5bb13 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 196/392] 199.19.213.209 () {44 vars in 959 bytes} [Thu May 7 14:24:29 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 197/393] 199.19.213.209 () {44 vars in 981 bytes} [Thu May 7 14:24:29 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/394] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 14:24:30 2026] GET /v2.0/security-groups/2472e81e-2dac-47df-b040-847e334ac4ef => generated 2886 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 198/395] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 14:24:30 2026] GET /v2.0/security-groups/2472e81e-2dac-47df-b040-847e334ac4ef => generated 2886 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/396] 199.19.213.209 () {44 vars in 1011 bytes} [Thu May 7 14:24:30 2026] GET /v2.0/security-group-rules/f926408d-9aac-43d9-9cea-612411a03d5e => generated 623 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 199/397] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 14:24:30 2026] GET /v2.0/security-groups/2472e81e-2dac-47df-b040-847e334ac4ef => generated 2886 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/398] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 14:24:31 2026] GET /v2.0/security-groups/2472e81e-2dac-47df-b040-847e334ac4ef => generated 2886 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 200/399] 199.19.213.209 () {44 vars in 1011 bytes} [Thu May 7 14:24:31 2026] GET /v2.0/security-group-rules/dac3e096-690f-4827-9190-b47c718bee04 => generated 627 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/402] 199.19.213.209 () {44 vars in 975 bytes} [Thu May 7 14:24:43 2026] GET /v2.0/quotas/03c930bcc0ed4b11af525c8c08ddd4b2 => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:25:39.693 8 INFO neutron.api.v2.resource [None req-6d46ac3c-d738-48e2-8969-0e11bbfd9b63 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 205/409] 199.19.213.209 () {44 vars in 1074 bytes} [Thu May 7 14:25:39 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=586f24d439bd4f3797b51b319582f7a6 => generated 139 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 205/410] 199.19.213.209 () {44 vars in 1097 bytes} [Thu May 7 14:25:39 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=586f24d439bd4f3797b51b319582f7a6 => generated 4072 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/411] 199.19.213.209 () {44 vars in 1088 bytes} [Thu May 7 14:25:40 2026] GET /v2.0/security-groups/bb4509dc-99ec-4b6d-b25b-1672b9ac092f?project_id=586f24d439bd4f3797b51b319582f7a6 => generated 4075 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 206/412] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 14:25:40 2026] GET /v2.0/security-groups/bb4509dc-99ec-4b6d-b25b-1672b9ac092f => generated 4075 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/413] 199.19.213.209 () {44 vars in 1011 bytes} [Thu May 7 14:25:40 2026] GET /v2.0/security-group-rules/74324c57-94bc-4eaa-ac0f-81ca5cc59eb4 => generated 597 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 207/416] 199.19.213.209 () {44 vars in 1088 bytes} [Thu May 7 14:25:41 2026] GET /v2.0/security-groups/bb4509dc-99ec-4b6d-b25b-1672b9ac092f?project_id=586f24d439bd4f3797b51b319582f7a6 => generated 4075 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/417] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 14:25:41 2026] GET /v2.0/security-groups/bb4509dc-99ec-4b6d-b25b-1672b9ac092f => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 208/418] 199.19.213.209 () {44 vars in 1011 bytes} [Thu May 7 14:25:41 2026] GET /v2.0/security-group-rules/4918aa4c-2692-4e42-a0e7-6e32ac0c75d0 => generated 599 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/419] 199.19.213.209 () {44 vars in 1088 bytes} [Thu May 7 14:25:42 2026] GET /v2.0/security-groups/bb4509dc-99ec-4b6d-b25b-1672b9ac092f?project_id=586f24d439bd4f3797b51b319582f7a6 => generated 4075 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 209/420] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 14:25:42 2026] GET /v2.0/security-groups/bb4509dc-99ec-4b6d-b25b-1672b9ac092f => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/421] 199.19.213.209 () {44 vars in 1011 bytes} [Thu May 7 14:25:42 2026] GET /v2.0/security-group-rules/d45d4306-75df-4c11-ace5-65414994cd69 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 210/422] 199.19.213.209 () {44 vars in 1088 bytes} [Thu May 7 14:25:43 2026] GET /v2.0/security-groups/bb4509dc-99ec-4b6d-b25b-1672b9ac092f?project_id=586f24d439bd4f3797b51b319582f7a6 => generated 4075 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/423] 199.19.213.209 () {44 vars in 1001 bytes} [Thu May 7 14:25:43 2026] GET /v2.0/security-groups/bb4509dc-99ec-4b6d-b25b-1672b9ac092f => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 211/424] 199.19.213.209 () {44 vars in 1011 bytes} [Thu May 7 14:25:44 2026] GET /v2.0/security-group-rules/63df7798-c6e8-40c9-a26f-07a294ee2bb1 => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/425] 199.19.213.209 () {44 vars in 975 bytes} [Thu May 7 14:25:51 2026] GET /v2.0/quotas/586f24d439bd4f3797b51b319582f7a6 => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/434] 199.19.213.209 () {44 vars in 949 bytes} [Thu May 7 14:26:42 2026] GET /v2.0/networks?name=public => generated 753 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 218/439] 10.0.0.231 () {32 vars in 649 bytes} [Thu May 7 14:27:21 2026] GET /v2.0/networks => generated 2167 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/440] 10.0.0.231 () {32 vars in 655 bytes} [Thu May 7 14:27:23 2026] GET /v2.0/floatingips => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 219/441] 10.0.0.231 () {32 vars in 647 bytes} [Thu May 7 14:27:23 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: 223/442] 10.0.0.231 () {32 vars in 643 bytes} [Thu May 7 14:27:23 2026] GET /v2.0/ports => generated 4725 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 220/443] 10.0.0.231 () {32 vars in 647 bytes} [Thu May 7 14:27:23 2026] GET /v2.0/subnets => generated 1308 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/444] 10.0.0.231 () {32 vars in 649 bytes} [Thu May 7 14:27:23 2026] GET /v2.0/networks => generated 2167 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 221/445] 10.0.0.231 () {32 vars in 663 bytes} [Thu May 7 14:27:23 2026] GET /v2.0/security-groups => generated 17401 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/446] 10.0.0.231 () {32 vars in 655 bytes} [Thu May 7 14:27:23 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:27:34.209 9 INFO neutron.db.segments_db [None req-c381ebc7-dd56-429e-911f-e317f953ee6e a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Added segment 55b09cc9-a478-408f-b0b0-9b576b7fe4b9 of type vxlan for network 7c704c20-eb59-426e-9808-ac50475d7d96 2026-05-07 14:27:34.285 8 INFO neutron.db.segments_db [None req-b0fd1aac-fcb0-427a-b5b8-c92a466d1cad a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Added segment fd7490b0-cd78-498c-8d35-78856bf4fb4e of type vxlan for network d3277117-4989-4aaa-ac65-28476e4bc7f6 [pid: 9|app: 0|req: 223/449] 10.0.0.231 () {34 vars in 671 bytes} [Thu May 7 14:27:33 2026] POST /v2.0/networks => generated 729 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/450] 10.0.0.231 () {34 vars in 671 bytes} [Thu May 7 14:27:34 2026] POST /v2.0/networks => generated 733 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:27:34.481 9 INFO neutron.db.segments_db [None req-0b16ab1e-2784-446c-ae80-315424da9d96 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Added segment c7350d8c-a4c3-4ef3-a6e6-4ef34d162f6a of type vxlan for network 9b816851-1633-4022-88db-99b77e470387 [pid: 8|app: 0|req: 228/451] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:27:34 2026] POST /v2.0/subnets => generated 695 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 224/452] 10.0.0.231 () {34 vars in 671 bytes} [Thu May 7 14:27:34 2026] POST /v2.0/networks => generated 719 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:27:34.605 9 INFO neutron.db.segments_db [None req-b0a2adbe-a58c-4eae-b002-b7bcb1bbcc34 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Added segment c277b163-488a-4bc6-b8b2-48d943202c7d of type vxlan for network de59a7bd-2796-4ab4-98f5-b989a6098dd5 [pid: 8|app: 0|req: 229/453] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:27:34 2026] POST /v2.0/subnets => generated 699 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/454] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:27:34 2026] POST /v2.0/subnets => generated 685 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:27:34.791 8 INFO neutron.db.segments_db [None req-e31634a1-2e6f-4179-8f3f-01bc58ac9fb7 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Added segment b6054e6d-abd5-48bc-8e26-b64454f21f30 of type vxlan for network b2d10b84-7e99-4b39-b501-7b318fd172f8 2026-05-07 14:27:34.847 9 INFO neutron.db.l3_hamode_db [None req-b0a2adbe-a58c-4eae-b002-b7bcb1bbcc34 a3a2c4abf0ac4eee804577c1972df427 81b2799efa44457ebce0e84f4451f285 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 14:27:34.966 8 INFO neutron.db.l3_hamode_db [None req-e31634a1-2e6f-4179-8f3f-01bc58ac9fb7 a3a2c4abf0ac4eee804577c1972df427 2c5870d79c70413d956e361faf276fcf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 14:27:35.644 9 INFO neutron.db.l3_hamode_db [None req-b0a2adbe-a58c-4eae-b002-b7bcb1bbcc34 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 14:27:35.652 8 INFO neutron.db.l3_hamode_db [None req-e31634a1-2e6f-4179-8f3f-01bc58ac9fb7 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 231/455] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:27:34 2026] POST /v2.0/routers => generated 739 bytes in 1872 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:27:36.660 8 INFO neutron.db.segments_db [None req-93fcc0b0-4b2e-4158-b624-86de1880fe21 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Added segment 33060cc1-fa64-468f-8de5-f26809b82d70 of type vxlan for network 9a5ef3aa-3be5-4a00-a441-d404273e7dc4 2026-05-07 14:27:36.831 8 INFO neutron.db.l3_hamode_db [None req-93fcc0b0-4b2e-4158-b624-86de1880fe21 a3a2c4abf0ac4eee804577c1972df427 e23f4edd99cb40c39524e471a99da90a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 225/456] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:27:34 2026] POST /v2.0/routers => generated 735 bytes in 2342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 226/457] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:27:36 2026] GET /v2.0/security-groups?tenant_id=ac2814e2beec4c3cad11861baa8c45e4&name=default => generated 2925 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:27:37.348 8 INFO neutron.db.l3_hamode_db [None req-93fcc0b0-4b2e-4158-b624-86de1880fe21 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 232/458] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:27:36 2026] POST /v2.0/routers => generated 725 bytes in 1423 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 227/459] 10.0.0.231 () {34 vars in 783 bytes} [Thu May 7 14:27:37 2026] PUT /v2.0/routers/fcc52481-e59a-4770-92a6-b2dabbc79051/add_router_interface => generated 309 bytes in 1303 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 228/460] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:27:38 2026] DELETE /v2.0/security-groups/107ecb2c-4f8a-4a63-95f3-e60b637550f7 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/461] 10.0.0.231 () {34 vars in 783 bytes} [Thu May 7 14:27:38 2026] PUT /v2.0/routers/04d51d9a-3366-4dcb-89b7-d83fca767329/add_router_interface => generated 309 bytes in 849 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/462] 10.0.0.231 () {34 vars in 685 bytes} [Thu May 7 14:27:39 2026] POST /v2.0/security-groups => generated 1660 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/463] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:27:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/464] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:27:39 2026] POST /v2.0/security-group-rules => generated 602 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 229/465] 10.0.0.231 () {34 vars in 783 bytes} [Thu May 7 14:27:38 2026] PUT /v2.0/routers/5579bd15-6f86-4eaf-974d-a8cee12eabbb/add_router_interface => generated 309 bytes in 896 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/466] 10.0.0.231 () {34 vars in 676 bytes} [Thu May 7 14:27:39 2026] POST /v2.0/floatingips => generated 552 bytes in 475 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 230/467] 10.0.0.63 () {38 vars in 970 bytes} [Thu May 7 14:27:39 2026] POST /v2.0/security-groups => generated 1682 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/468] 10.0.0.63 () {34 vars in 990 bytes} [Thu May 7 14:27:39 2026] GET /v2.0/security-groups/03fd4568-063b-407e-a90f-ca504fc5b9cc => generated 1682 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/469] 10.0.0.63 () {38 vars in 980 bytes} [Thu May 7 14:27:40 2026] POST /v2.0/security-group-rules => generated 614 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 231/470] 10.0.0.231 () {34 vars in 685 bytes} [Thu May 7 14:27:40 2026] POST /v2.0/security-groups => generated 1656 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/471] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:27:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 232/472] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:27:40 2026] POST /v2.0/security-group-rules => generated 602 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 233/473] 10.0.0.63 () {34 vars in 1097 bytes} [Thu May 7 14:27:40 2026] GET /v2.0/security-groups?name=tempest-securitygroup--869139232&fields=id&tenant_id=2c5870d79c70413d956e361faf276fcf => generated 69 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:27:40.523 8 INFO neutron.db.segments_db [None req-0b53842b-ece6-4539-8f90-ed0ac9ea766d a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Added segment a4ad73e4-6d1b-4cb0-9bee-14bb466727af of type vxlan for network 94d84548-bb9b-4d9c-82af-13016afe1239 [pid: 8|app: 0|req: 241/474] 10.0.0.231 () {34 vars in 671 bytes} [Thu May 7 14:27:40 2026] POST /v2.0/networks => generated 726 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/475] 10.0.0.63 () {34 vars in 981 bytes} [Thu May 7 14:27:40 2026] GET /v2.0/networks?id=d3277117-4989-4aaa-ac65-28476e4bc7f6 => generated 684 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/476] 10.0.0.63 () {38 vars in 970 bytes} [Thu May 7 14:27:40 2026] POST /v2.0/security-groups => generated 1685 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/477] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:27:40 2026] POST /v2.0/subnets => generated 692 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/478] 10.0.0.63 () {34 vars in 964 bytes} [Thu May 7 14:27:41 2026] GET /v2.0/quotas/2c5870d79c70413d956e361faf276fcf => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 234/479] 10.0.0.231 () {34 vars in 676 bytes} [Thu May 7 14:27:40 2026] POST /v2.0/floatingips => generated 552 bytes in 583 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/480] 10.0.0.63 () {34 vars in 990 bytes} [Thu May 7 14:27:41 2026] GET /v2.0/security-groups/52a8eb2e-c750-4142-8005-88ea2698a042 => generated 1685 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:27:41.080 9 INFO neutron.db.segments_db [None req-4212a34c-e47c-4033-8f85-79664f01ef8f a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Added segment e211fcb7-1694-4d5d-86aa-3ebd1e50c692 of type vxlan for network 7118d309-cbee-4901-9df8-62f94b7c45a7 [pid: 8|app: 0|req: 247/481] 10.0.0.63 () {34 vars in 1001 bytes} [Thu May 7 14:27:41 2026] GET /v2.0/ports?tenant_id=2c5870d79c70413d956e361faf276fcf&fields=id => generated 57 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/482] 10.0.0.63 () {38 vars in 980 bytes} [Thu May 7 14:27:41 2026] POST /v2.0/security-group-rules => generated 614 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/483] 10.0.0.63 () {34 vars in 990 bytes} [Thu May 7 14:27:41 2026] GET /v2.0/security-groups/52a8eb2e-c750-4142-8005-88ea2698a042 => generated 2310 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:27:41.313 9 INFO neutron.db.l3_hamode_db [None req-4212a34c-e47c-4033-8f85-79664f01ef8f a3a2c4abf0ac4eee804577c1972df427 85d082a30f3b4f88b2174a9f39288084 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 250/484] 10.0.0.63 () {38 vars in 980 bytes} [Thu May 7 14:27:41 2026] POST /v2.0/security-group-rules => generated 619 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/485] 10.0.0.63 () {34 vars in 906 bytes} [Thu May 7 14:27:41 2026] GET /v2.0/extensions => generated 21537 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/486] 10.0.0.63 () {34 vars in 1007 bytes} [Thu May 7 14:27:41 2026] GET /v2.0/networks/d3277117-4989-4aaa-ac65-28476e4bc7f6?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/487] 10.0.0.63 () {34 vars in 1093 bytes} [Thu May 7 14:27:41 2026] GET /v2.0/security-groups?name=tempest-securitygroup--4887012&fields=id&tenant_id=e23f4edd99cb40c39524e471a99da90a => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/488] 10.0.0.63 () {34 vars in 1107 bytes} [Thu May 7 14:27:41 2026] GET /v2.0/networks/d3277117-4989-4aaa-ac65-28476e4bc7f6?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: 255/489] 10.0.0.63 () {34 vars in 981 bytes} [Thu May 7 14:27:41 2026] GET /v2.0/networks?id=9b816851-1633-4022-88db-99b77e470387 => generated 670 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/492] 10.0.0.63 () {34 vars in 964 bytes} [Thu May 7 14:27:41 2026] GET /v2.0/quotas/e23f4edd99cb40c39524e471a99da90a => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/493] 10.0.0.63 () {34 vars in 1001 bytes} [Thu May 7 14:27:41 2026] GET /v2.0/ports?tenant_id=e23f4edd99cb40c39524e471a99da90a&fields=id => generated 57 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/494] 10.0.0.63 () {34 vars in 990 bytes} [Thu May 7 14:27:41 2026] GET /v2.0/security-groups/52a8eb2e-c750-4142-8005-88ea2698a042 => generated 2940 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/495] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:27:41 2026] GET /v2.0/ports?device_id=03e45b53-5d05-4844-89af-5706863d87d0 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/496] 10.0.0.63 () {34 vars in 1000 bytes} [Thu May 7 14:27:41 2026] GET /v2.0/security-group-rules/9f62d86d-d214-40c3-b24f-2e93e5c8c743 => generated 616 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:27:41.987 9 INFO neutron.db.l3_hamode_db [None req-4212a34c-e47c-4033-8f85-79664f01ef8f a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 263/497] 10.0.0.63 () {34 vars in 990 bytes} [Thu May 7 14:27:41 2026] GET /v2.0/security-groups/52a8eb2e-c750-4142-8005-88ea2698a042 => generated 2940 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/498] 10.0.0.63 () {36 vars in 1022 bytes} [Thu May 7 14:27:42 2026] DELETE /v2.0/security-group-rules/9f62d86d-d214-40c3-b24f-2e93e5c8c743 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/499] 10.0.0.63 () {34 vars in 990 bytes} [Thu May 7 14:27:42 2026] GET /v2.0/security-groups/52a8eb2e-c750-4142-8005-88ea2698a042 => generated 2310 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/500] 10.0.0.63 () {36 vars in 1012 bytes} [Thu May 7 14:27:42 2026] DELETE /v2.0/security-groups/52a8eb2e-c750-4142-8005-88ea2698a042 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/501] 10.0.0.63 () {34 vars in 906 bytes} [Thu May 7 14:27:42 2026] GET /v2.0/extensions => generated 21537 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/502] 10.0.0.63 () {34 vars in 990 bytes} [Thu May 7 14:27:42 2026] GET /v2.0/security-groups/03fd4568-063b-407e-a90f-ca504fc5b9cc => generated 2307 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/503] 10.0.0.63 () {34 vars in 1007 bytes} [Thu May 7 14:27:42 2026] GET /v2.0/networks/9b816851-1633-4022-88db-99b77e470387?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/504] 10.0.0.63 () {36 vars in 1012 bytes} [Thu May 7 14:27:42 2026] DELETE /v2.0/security-groups/03fd4568-063b-407e-a90f-ca504fc5b9cc => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/505] 10.0.0.63 () {34 vars in 1107 bytes} [Thu May 7 14:27:42 2026] GET /v2.0/networks/9b816851-1633-4022-88db-99b77e470387?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: 9|app: 0|req: 235/506] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:27:41 2026] POST /v2.0/routers => generated 732 bytes in 2182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 236/507] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:27:43 2026] GET /v2.0/ports?device_id=b10ee982-8c4c-4e76-85d7-d0f9635f0342 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 237/508] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:27:43 2026] GET /v2.0/ports?device_id=03e45b53-5d05-4844-89af-5706863d87d0 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:27:43.553 8 INFO neutron_taas.services.taas.taas_plugin [None req-cb4e235e-ae5a-4226-9d32-2c7066cb4465 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: 4203dac2-b364-4d3f-b65e-827ce617d771 2026-05-07 14:27:43.560 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb4e235e-ae5a-4226-9d32-2c7066cb4465 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: 4203dac2-b364-4d3f-b65e-827ce617d771 [pid: 8|app: 0|req: 272/509] 10.0.0.231 () {34 vars in 789 bytes} [Thu May 7 14:27:42 2026] PUT /v2.0/routers/04d51d9a-3366-4dcb-89b7-d83fca767329/remove_router_interface => generated 309 bytes in 1569 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:27:44.281 8 INFO neutron_taas.services.taas.taas_plugin [None req-2312de57-d9cd-4373-b41d-2eada363b295 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: ed26f9a5-1bff-44a5-84e5-e5cf976e6d5f 2026-05-07 14:27:44.284 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2312de57-d9cd-4373-b41d-2eada363b295 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: ed26f9a5-1bff-44a5-84e5-e5cf976e6d5f [pid: 9|app: 0|req: 238/510] 10.0.0.231 () {34 vars in 783 bytes} [Thu May 7 14:27:43 2026] PUT /v2.0/routers/0349d3d4-d124-41cb-a505-2c796f14d625/add_router_interface => generated 309 bytes in 1197 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 239/511] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:27:44 2026] GET /v2.0/ports?device_id=b10ee982-8c4c-4e76-85d7-d0f9635f0342 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:27:44.511 8 INFO neutron_taas.services.taas.taas_plugin [None req-2312de57-d9cd-4373-b41d-2eada363b295 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: 71829ecf-0c59-49f6-a953-6a12d0279ff0 2026-05-07 14:27:44.514 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2312de57-d9cd-4373-b41d-2eada363b295 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: 71829ecf-0c59-49f6-a953-6a12d0279ff0 [pid: 9|app: 0|req: 240/512] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:27:44 2026] GET /v2.0/ports?device_id=03e45b53-5d05-4844-89af-5706863d87d0 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:27:44.585 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-2312de57-d9cd-4373-b41d-2eada363b295 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - 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-05-07 14:27:44.966 8 INFO neutron.db.l3_hamode_db [None req-2312de57-d9cd-4373-b41d-2eada363b295 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] HA network de59a7bd-2796-4ab4-98f5-b989a6098dd5 was deleted as no HA routers are present in tenant 81b2799efa44457ebce0e84f4451f285. [pid: 8|app: 0|req: 273/513] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:27:44 2026] DELETE /v2.0/routers/04d51d9a-3366-4dcb-89b7-d83fca767329 => generated 0 bytes in 876 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 241/514] 10.0.0.63 () {38 vars in 970 bytes} [Thu May 7 14:27:44 2026] POST /v2.0/security-groups => generated 1680 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/515] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:27:44 2026] DELETE /v2.0/subnets/e48e32d2-1b4b-4319-aeec-62ff61539d06 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:27:45.173 8 INFO neutron_taas.services.taas.taas_plugin [None req-e3bff04e-db32-4e22-a670-8b74bd34864b a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: 3aef07b9-ed31-442b-b8b5-2fa4a28a6bc4 2026-05-07 14:27:45.176 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3bff04e-db32-4e22-a670-8b74bd34864b a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: 3aef07b9-ed31-442b-b8b5-2fa4a28a6bc4 [pid: 9|app: 0|req: 242/516] 10.0.0.63 () {38 vars in 970 bytes} [Thu May 7 14:27:45 2026] POST /v2.0/security-groups => generated 1681 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-07 14:27:45.276 8 INFO neutron.services.segments.plugin [-] Segment c277b163-488a-4bc6-b8b2-48d943202c7d resource provider aggregate not found 2026-05-07 14:27:45.294 8 INFO neutron.services.segments.plugin [-] Segment c277b163-488a-4bc6-b8b2-48d943202c7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c277b163-488a-4bc6-b8b2-48d943202c7d found for delete ", "request_id": "req-5b1db849-dec9-4c42-9373-bbfed1d74dad"}]} 2026-05-07 14:27:45.299 8 INFO neutron.services.segments.plugin [-] Segment c277b163-488a-4bc6-b8b2-48d943202c7d resource provider aggregate not found [pid: 9|app: 0|req: 243/517] 10.0.0.63 () {38 vars in 970 bytes} [Thu May 7 14:27:45 2026] POST /v2.0/security-groups => generated 1680 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-07 14:27:45.332 8 INFO neutron.services.segments.plugin [-] Segment c277b163-488a-4bc6-b8b2-48d943202c7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c277b163-488a-4bc6-b8b2-48d943202c7d found for delete ", "request_id": "req-90f9ed62-6c34-49e2-9dfa-da0ea90d863d"}]} [pid: 8|app: 0|req: 275/518] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:27:45 2026] DELETE /v2.0/networks/7c704c20-eb59-426e-9808-ac50475d7d96 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 244/519] 10.0.0.63 () {34 vars in 1001 bytes} [Thu May 7 14:27:45 2026] GET /v2.0/security-groups?tenant_id=85d082a30f3b4f88b2174a9f39288084 => generated 7906 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/520] 10.0.0.63 () {34 vars in 990 bytes} [Thu May 7 14:27:45 2026] GET /v2.0/security-groups/598962fa-ba45-40aa-9434-885a40693b20 => generated 2922 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 245/521] 10.0.0.63 () {34 vars in 990 bytes} [Thu May 7 14:27:45 2026] GET /v2.0/security-groups/598962fa-ba45-40aa-9434-885a40693b20 => generated 2922 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/522] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:27:45 2026] GET /v2.0/security-groups?tenant_id=81b2799efa44457ebce0e84f4451f285&name=default => generated 2921 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/523] 10.0.0.63 () {34 vars in 990 bytes} [Thu May 7 14:27:45 2026] GET /v2.0/security-groups/437b3529-03f9-440d-bd2f-7c8d2352429e => generated 1680 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/524] 10.0.0.63 () {36 vars in 1012 bytes} [Thu May 7 14:27:45 2026] DELETE /v2.0/security-groups/437b3529-03f9-440d-bd2f-7c8d2352429e => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/525] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:27:45 2026] GET /v2.0/ports?device_id=b10ee982-8c4c-4e76-85d7-d0f9635f0342 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 246/526] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:27:45 2026] DELETE /v2.0/security-groups/12d0cd9a-ca72-4ded-9c6b-65b8d8f704a0 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:27:45.653 8 INFO neutron.api.v2.resource [req-8a4db34d-8273-4bae-a826-ff8c5fc21048 req-4df5983d-8476-4b3c-8def-edc35a773230 53e491fc952e469eab12ac988736ecb1 85d082a30f3b4f88b2174a9f39288084 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 281/527] 10.0.0.63 () {34 vars in 990 bytes} [Thu May 7 14:27:45 2026] GET /v2.0/security-groups/437b3529-03f9-440d-bd2f-7c8d2352429e => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 247/528] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:27:45 2026] GET /v2.0/ports?device_id=03e45b53-5d05-4844-89af-5706863d87d0 => 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: 282/529] 10.0.0.63 () {34 vars in 990 bytes} [Thu May 7 14:27:45 2026] GET /v2.0/security-groups/b7a9b4b2-b069-4bf7-9645-aebb8df0c558 => generated 1681 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 248/530] 10.0.0.63 () {36 vars in 1012 bytes} [Thu May 7 14:27:45 2026] DELETE /v2.0/security-groups/b7a9b4b2-b069-4bf7-9645-aebb8df0c558 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:27:45.811 8 INFO neutron.api.v2.resource [req-10f52020-7a66-4115-9831-93568e25bd66 req-d9b81670-3951-480a-a029-195663dc362b 53e491fc952e469eab12ac988736ecb1 85d082a30f3b4f88b2174a9f39288084 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 283/531] 10.0.0.63 () {34 vars in 990 bytes} [Thu May 7 14:27:45 2026] GET /v2.0/security-groups/b7a9b4b2-b069-4bf7-9645-aebb8df0c558 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 249/532] 10.0.0.63 () {34 vars in 990 bytes} [Thu May 7 14:27:45 2026] GET /v2.0/security-groups/6264997b-1028-48fc-96be-9d8f5c0ebf5b => generated 1680 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/533] 10.0.0.63 () {36 vars in 1012 bytes} [Thu May 7 14:27:45 2026] DELETE /v2.0/security-groups/6264997b-1028-48fc-96be-9d8f5c0ebf5b => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:27:45.981 9 INFO neutron.api.v2.resource [req-8077ce26-1c7c-4bac-885a-7b678b6e464e req-489b74d4-0afe-462c-a77c-5f23d7b3257f 53e491fc952e469eab12ac988736ecb1 85d082a30f3b4f88b2174a9f39288084 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 250/534] 10.0.0.63 () {34 vars in 990 bytes} [Thu May 7 14:27:45 2026] GET /v2.0/security-groups/6264997b-1028-48fc-96be-9d8f5c0ebf5b => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/535] 10.0.0.63 () {34 vars in 1001 bytes} [Thu May 7 14:27:46 2026] GET /v2.0/security-groups?tenant_id=85d082a30f3b4f88b2174a9f39288084 => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 251/536] 10.0.0.63 () {34 vars in 990 bytes} [Thu May 7 14:27:46 2026] GET /v2.0/security-groups/598962fa-ba45-40aa-9434-885a40693b20 => generated 2922 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/537] 10.0.0.63 () {34 vars in 990 bytes} [Thu May 7 14:27:46 2026] GET /v2.0/security-groups/598962fa-ba45-40aa-9434-885a40693b20 => generated 2922 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:27:46.166 9 INFO neutron.api.v2.resource [req-b66d14b8-9436-4527-9c6c-fc2f9d0d4664 req-74e4e008-a56b-4da4-824c-f44b902a140f 53e491fc952e469eab12ac988736ecb1 85d082a30f3b4f88b2174a9f39288084 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 252/538] 10.0.0.63 () {34 vars in 990 bytes} [Thu May 7 14:27:46 2026] GET /v2.0/security-groups/6264997b-1028-48fc-96be-9d8f5c0ebf5b => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 14:27:46.197 8 INFO neutron.api.v2.resource [req-d2536ed7-4829-4f56-a43f-5c69455b9b32 req-7aa79ab1-1ca0-489f-8a92-c9598d71306d 53e491fc952e469eab12ac988736ecb1 85d082a30f3b4f88b2174a9f39288084 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 287/539] 10.0.0.63 () {34 vars in 990 bytes} [Thu May 7 14:27:46 2026] GET /v2.0/security-groups/b7a9b4b2-b069-4bf7-9645-aebb8df0c558 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 14:27:46.234 9 INFO neutron.api.v2.resource [req-ec33a640-a40c-4795-a86b-c44a6ce55ee5 req-9b2c7e82-2792-402c-8b2a-6f2051ca698b 53e491fc952e469eab12ac988736ecb1 85d082a30f3b4f88b2174a9f39288084 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 253/540] 10.0.0.63 () {34 vars in 990 bytes} [Thu May 7 14:27:46 2026] GET /v2.0/security-groups/437b3529-03f9-440d-bd2f-7c8d2352429e => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 14:27:46.542 8 INFO neutron_taas.services.taas.taas_plugin [None req-add067d0-c4b9-4165-8464-8806fdaca976 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: a9f4eac2-fbce-4e4c-89b2-7a293f6a668b 2026-05-07 14:27:46.545 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-add067d0-c4b9-4165-8464-8806fdaca976 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: a9f4eac2-fbce-4e4c-89b2-7a293f6a668b [pid: 9|app: 0|req: 254/541] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:27:46 2026] GET /v2.0/ports?device_id=b10ee982-8c4c-4e76-85d7-d0f9635f0342 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 255/542] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:27:46 2026] GET /v2.0/ports?device_id=03e45b53-5d05-4844-89af-5706863d87d0 => 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: 288/543] 10.0.0.231 () {34 vars in 789 bytes} [Thu May 7 14:27:46 2026] PUT /v2.0/routers/0349d3d4-d124-41cb-a505-2c796f14d625/remove_router_interface => generated 309 bytes in 790 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 256/544] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:27:46 2026] GET /v2.0/networks?id=d3277117-4989-4aaa-ac65-28476e4bc7f6 => generated 684 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 257/545] 199.19.213.209 () {34 vars in 911 bytes} [Thu May 7 14:27:47 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: 9|app: 0|req: 258/546] 199.19.213.209 () {34 vars in 1050 bytes} [Thu May 7 14:27:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2c5870d79c70413d956e361faf276fcf => generated 180 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:27:47.231 8 INFO neutron_taas.services.taas.taas_plugin [None req-96ff2cbc-255b-46ea-abd6-636b339e08ac a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: 9d3aa630-b047-4549-b58f-ff59de16759c 2026-05-07 14:27:47.236 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96ff2cbc-255b-46ea-abd6-636b339e08ac a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: 9d3aa630-b047-4549-b58f-ff59de16759c 2026-05-07 14:27:47.315 8 INFO neutron.services.segments.plugin [-] Segment 55b09cc9-a478-408f-b0b0-9b576b7fe4b9 resource provider aggregate not found 2026-05-07 14:27:47.334 8 INFO neutron.services.segments.plugin [-] Segment 55b09cc9-a478-408f-b0b0-9b576b7fe4b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55b09cc9-a478-408f-b0b0-9b576b7fe4b9 found for delete ", "request_id": "req-6246a0b2-efe4-49cc-bf69-97c6e8f92900"}]} 2026-05-07 14:27:47.362 8 INFO neutron.services.segments.plugin [-] Segment 55b09cc9-a478-408f-b0b0-9b576b7fe4b9 resource provider aggregate not found 2026-05-07 14:27:47.392 8 INFO neutron.services.segments.plugin [-] Segment 55b09cc9-a478-408f-b0b0-9b576b7fe4b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55b09cc9-a478-408f-b0b0-9b576b7fe4b9 found for delete ", "request_id": "req-423ac655-b3af-41cf-98d3-93aafabb4c79"}]} 2026-05-07 14:27:47.536 8 INFO neutron_taas.services.taas.taas_plugin [None req-96ff2cbc-255b-46ea-abd6-636b339e08ac a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: 38265711-4105-4e4d-9955-f027c485b916 2026-05-07 14:27:47.539 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96ff2cbc-255b-46ea-abd6-636b339e08ac a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: 38265711-4105-4e4d-9955-f027c485b916 [pid: 9|app: 0|req: 259/547] 199.19.213.209 () {38 vars in 955 bytes} [Thu May 7 14:27:47 2026] POST /v2.0/ports => generated 954 bytes in 468 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-05-07 14:27:47.908 8 INFO neutron.db.l3_hamode_db [None req-96ff2cbc-255b-46ea-abd6-636b339e08ac a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] HA network 7118d309-cbee-4901-9df8-62f94b7c45a7 was deleted as no HA routers are present in tenant 85d082a30f3b4f88b2174a9f39288084. 2026-05-07 14:27:47.911 9 INFO neutron.db.segments_db [None req-a51e7fbf-9dfd-48c7-a8ec-8a52f80a8824 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Added segment e0d857b9-1730-4af7-98e6-db6813f1f2d5 of type vxlan for network 91c3f795-06c9-4911-bfac-fd260acb4361 [pid: 8|app: 0|req: 289/548] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:27:47 2026] DELETE /v2.0/routers/0349d3d4-d124-41cb-a505-2c796f14d625 => generated 0 bytes in 875 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/549] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:27:47 2026] GET /v2.0/ports?device_id=b10ee982-8c4c-4e76-85d7-d0f9635f0342 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 260/550] 10.0.0.231 () {34 vars in 671 bytes} [Thu May 7 14:27:47 2026] POST /v2.0/networks => generated 728 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/551] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:27:47 2026] GET /v2.0/ports?device_id=03e45b53-5d05-4844-89af-5706863d87d0 => generated 957 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 261/552] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:27:47 2026] DELETE /v2.0/subnets/51750a7a-6d0a-4178-b772-47a4ab3b4c7d => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 262/553] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:27:48 2026] POST /v2.0/subnets => generated 694 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 263/554] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:27:48 2026] GET /v2.0/security-groups?id=794d0da2-99e8-48e5-a937-622fd1526376&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/555] 199.19.213.209 () {38 vars in 1028 bytes} [Thu May 7 14:27:48 2026] PUT /v2.0/ports/8f9acb5f-e5f0-426b-b54e-f2fb9b81a675 => generated 1235 bytes in 411 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-05-07 14:27:48.471 8 INFO neutron.db.segments_db [None req-2fa20133-618b-449f-9a62-27499e7048a9 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Added segment df24d8e5-6439-4593-b5d2-230c61bbc044 of type vxlan for network f84e80f4-87ac-4516-8d9c-c922c4d36c27 [pid: 9|app: 0|req: 264/556] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:27:48 2026] DELETE /v2.0/networks/94d84548-bb9b-4d9c-82af-13016afe1239 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 265/557] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:27:48 2026] GET /v2.0/networks?id=9b816851-1633-4022-88db-99b77e470387 => generated 670 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 266/558] 199.19.213.209 () {34 vars in 1050 bytes} [Thu May 7 14:27:48 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e23f4edd99cb40c39524e471a99da90a => generated 178 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:27:48.761 8 INFO neutron.db.l3_hamode_db [None req-2fa20133-618b-449f-9a62-27499e7048a9 a3a2c4abf0ac4eee804577c1972df427 395aa0a506b3481b94bc742f6d086444 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 14:27:49.037 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-78fe0123-37a5-497e-8786-620dae15d807'] response: {'name': 'network-changed', 'server_uuid': '03e45b53-5d05-4844-89af-5706863d87d0', 'tag': '8f9acb5f-e5f0-426b-b54e-f2fb9b81a675', 'status': 'completed', 'code': 200} 2026-05-07 14:27:49.112 9 INFO neutron.services.segments.plugin [-] Segment a4ad73e4-6d1b-4cb0-9bee-14bb466727af resource provider aggregate not found 2026-05-07 14:27:49.131 9 INFO neutron.services.segments.plugin [-] Segment a4ad73e4-6d1b-4cb0-9bee-14bb466727af resource provider aggregate not found 2026-05-07 14:27:49.137 9 INFO neutron.services.segments.plugin [-] Segment a4ad73e4-6d1b-4cb0-9bee-14bb466727af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4ad73e4-6d1b-4cb0-9bee-14bb466727af found for delete ", "request_id": "req-cbb7ecdf-2b0a-4218-95d3-10b536facd02"}]} [pid: 9|app: 0|req: 267/559] 199.19.213.209 () {38 vars in 955 bytes} [Thu May 7 14:27:48 2026] POST /v2.0/ports => generated 954 bytes in 500 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-05-07 14:27:49.161 9 INFO neutron.services.segments.plugin [-] Segment a4ad73e4-6d1b-4cb0-9bee-14bb466727af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4ad73e4-6d1b-4cb0-9bee-14bb466727af found for delete ", "request_id": "req-b25509b2-fcb2-42db-96b8-907d694a38d1"}]} [pid: 9|app: 0|req: 268/560] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:27:49 2026] GET /v2.0/security-groups?tenant_id=85d082a30f3b4f88b2174a9f39288084&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 269/561] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:27:49 2026] GET /v2.0/ports?device_id=b10ee982-8c4c-4e76-85d7-d0f9635f0342 => generated 957 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:27:49.359 8 INFO neutron.services.segments.plugin [-] Segment e211fcb7-1694-4d5d-86aa-3ebd1e50c692 resource provider aggregate not found 2026-05-07 14:27:49.387 8 INFO neutron.services.segments.plugin [-] Segment e211fcb7-1694-4d5d-86aa-3ebd1e50c692 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e211fcb7-1694-4d5d-86aa-3ebd1e50c692 found for delete ", "request_id": "req-7dfc22b7-e5e4-4e68-b21b-60739bfa08b8"}]} 2026-05-07 14:27:49.411 8 INFO neutron.services.segments.plugin [-] Segment e211fcb7-1694-4d5d-86aa-3ebd1e50c692 resource provider aggregate not found 2026-05-07 14:27:49.437 8 INFO neutron.services.segments.plugin [-] Segment e211fcb7-1694-4d5d-86aa-3ebd1e50c692 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e211fcb7-1694-4d5d-86aa-3ebd1e50c692 found for delete ", "request_id": "req-e2bf05b7-f531-4d72-b064-23d553af696f"}]} 2026-05-07 14:27:49.571 8 INFO neutron.db.l3_hamode_db [None req-2fa20133-618b-449f-9a62-27499e7048a9 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 270/562] 199.19.213.209 () {38 vars in 1028 bytes} [Thu May 7 14:27:49 2026] PUT /v2.0/ports/f304ad61-de33-4e2c-b282-38a46bab780e => generated 1235 bytes in 433 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: 9|app: 0|req: 271/563] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:27:49 2026] DELETE /v2.0/security-groups/598962fa-ba45-40aa-9434-885a40693b20 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 272/564] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:27:49 2026] GET /v2.0/security-groups?id=1a7baab9-c868-4747-9baa-3c0b75e4266d&fields=id&fields=name => generated 111 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 273/565] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:27:49 2026] GET /v2.0/ports?device_id=03e45b53-5d05-4844-89af-5706863d87d0 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 274/566] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:27:49 2026] GET /v2.0/ports?tenant_id=2c5870d79c70413d956e361faf276fcf&device_id=03e45b53-5d05-4844-89af-5706863d87d0 => generated 1238 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 275/567] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:27:49 2026] GET /v2.0/security-groups?id=794d0da2-99e8-48e5-a937-622fd1526376&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 276/568] 199.19.213.209 () {34 vars in 1058 bytes} [Thu May 7 14:27:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=8f9acb5f-e5f0-426b-b54e-f2fb9b81a675 => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 277/569] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:27:49 2026] GET /v2.0/subnets?id=098b8aac-8586-4170-b791-62a12bcae25a => generated 702 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 278/570] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:27:49 2026] GET /v2.0/ports?network_id=d3277117-4989-4aaa-ac65-28476e4bc7f6&device_owner=network%3Adhcp => generated 1244 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 279/571] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:27:50 2026] GET /v2.0/networks/d3277117-4989-4aaa-ac65-28476e4bc7f6?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 280/572] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:27:50 2026] GET /v2.0/networks/d3277117-4989-4aaa-ac65-28476e4bc7f6?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-05-07 14:27:50.250 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-6402fe75-9021-4ca3-a196-212c73399a86'] response: {'name': 'network-changed', 'server_uuid': 'b10ee982-8c4c-4e76-85d7-d0f9635f0342', 'tag': 'f304ad61-de33-4e2c-b282-38a46bab780e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 293/573] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:27:48 2026] POST /v2.0/routers => generated 734 bytes in 2029 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/574] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:27:50 2026] GET /v2.0/ports?tenant_id=e23f4edd99cb40c39524e471a99da90a&device_id=b10ee982-8c4c-4e76-85d7-d0f9635f0342 => generated 1238 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/575] 199.19.213.209 () {34 vars in 1058 bytes} [Thu May 7 14:27:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.2&port_id=f304ad61-de33-4e2c-b282-38a46bab780e => 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: 296/576] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:27:50 2026] GET /v2.0/subnets?id=3eca382d-0e24-4735-af61-b1b6fcc4ec52 => generated 688 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/577] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:27:50 2026] GET /v2.0/ports?device_id=b10ee982-8c4c-4e76-85d7-d0f9635f0342 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/578] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:27:50 2026] GET /v2.0/ports?network_id=9b816851-1633-4022-88db-99b77e470387&device_owner=network%3Adhcp => 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: 299/579] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:27:50 2026] GET /v2.0/security-groups?id=1a7baab9-c868-4747-9baa-3c0b75e4266d&fields=id&fields=name => generated 111 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/580] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:27:50 2026] GET /v2.0/ports?device_id=03e45b53-5d05-4844-89af-5706863d87d0 => 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: 301/581] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:27:51 2026] GET /v2.0/networks/9b816851-1633-4022-88db-99b77e470387?fields=segments => generated 14 bytes in 391 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/582] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:27:51 2026] GET /v2.0/security-groups?id=794d0da2-99e8-48e5-a937-622fd1526376&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: 303/583] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:27:51 2026] GET /v2.0/ports?tenant_id=2c5870d79c70413d956e361faf276fcf&device_id=03e45b53-5d05-4844-89af-5706863d87d0 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/584] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:27:51 2026] GET /v2.0/networks/9b816851-1633-4022-88db-99b77e470387?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/585] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:27:51 2026] GET /v2.0/networks?id=d3277117-4989-4aaa-ac65-28476e4bc7f6 => generated 780 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/586] 199.19.213.209 () {34 vars in 1058 bytes} [Thu May 7 14:27:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=8f9acb5f-e5f0-426b-b54e-f2fb9b81a675 => 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: 307/587] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:27:51 2026] GET /v2.0/subnets?id=098b8aac-8586-4170-b791-62a12bcae25a => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/588] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:27:51 2026] GET /v2.0/ports?network_id=d3277117-4989-4aaa-ac65-28476e4bc7f6&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/589] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:27:51 2026] GET /v2.0/networks/d3277117-4989-4aaa-ac65-28476e4bc7f6?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: 310/590] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:27:51 2026] GET /v2.0/networks/d3277117-4989-4aaa-ac65-28476e4bc7f6?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: 9|app: 0|req: 281/591] 10.0.0.231 () {34 vars in 783 bytes} [Thu May 7 14:27:50 2026] PUT /v2.0/routers/56a450ae-d591-4d8b-a42d-c139f261330a/add_router_interface => generated 309 bytes in 1343 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/592] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:27:52 2026] GET /v2.0/ports?device_id=b10ee982-8c4c-4e76-85d7-d0f9635f0342 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 282/593] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:27:52 2026] GET /v2.0/security-groups?id=1a7baab9-c868-4747-9baa-3c0b75e4266d&fields=id&fields=name => generated 111 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/594] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:27:52 2026] GET /v2.0/ports?device_id=03e45b53-5d05-4844-89af-5706863d87d0 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 283/595] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:27:52 2026] GET /v2.0/ports?tenant_id=e23f4edd99cb40c39524e471a99da90a&device_id=b10ee982-8c4c-4e76-85d7-d0f9635f0342 => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 284/596] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:27:52 2026] GET /v2.0/networks?id=9b816851-1633-4022-88db-99b77e470387 => generated 766 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 285/597] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:27:52 2026] GET /v2.0/security-groups?id=794d0da2-99e8-48e5-a937-622fd1526376&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: 9|app: 0|req: 286/598] 199.19.213.209 () {34 vars in 1058 bytes} [Thu May 7 14:27:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.2&port_id=f304ad61-de33-4e2c-b282-38a46bab780e => 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: 313/599] 10.0.0.231 () {34 vars in 685 bytes} [Thu May 7 14:27:52 2026] POST /v2.0/security-groups => generated 1660 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 287/600] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:27:52 2026] GET /v2.0/subnets?id=3eca382d-0e24-4735-af61-b1b6fcc4ec52 => generated 688 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 288/601] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:27:52 2026] GET /v2.0/ports?network_id=9b816851-1633-4022-88db-99b77e470387&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/602] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:27:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 289/603] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:27:52 2026] GET /v2.0/networks/9b816851-1633-4022-88db-99b77e470387?fields=segments => generated 14 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 290/604] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:27:52 2026] GET /v2.0/networks/9b816851-1633-4022-88db-99b77e470387?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: 315/605] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:27:52 2026] POST /v2.0/security-group-rules => generated 602 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/606] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:27:53 2026] GET /v2.0/ports?device_id=b10ee982-8c4c-4e76-85d7-d0f9635f0342 => generated 969 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/607] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:27:53 2026] GET /v2.0/security-groups?id=1a7baab9-c868-4747-9baa-3c0b75e4266d&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 291/608] 10.0.0.231 () {34 vars in 676 bytes} [Thu May 7 14:27:53 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: 8|app: 0|req: 318/609] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:27:53 2026] GET /v2.0/ports?device_id=03e45b53-5d05-4844-89af-5706863d87d0 => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 292/610] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:27:53 2026] GET /v2.0/security-groups?id=794d0da2-99e8-48e5-a937-622fd1526376&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: 319/611] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:27:54 2026] GET /v2.0/ports?device_id=b10ee982-8c4c-4e76-85d7-d0f9635f0342 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/612] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:27:54 2026] GET /v2.0/security-groups?id=1a7baab9-c868-4747-9baa-3c0b75e4266d&fields=id&fields=name => generated 111 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 293/613] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:27:54 2026] GET /v2.0/security-groups?tenant_id=7dfb5b0cef324737a4ccb587428f9d70&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/614] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:27:54 2026] DELETE /v2.0/security-groups/47407011-7b09-4de1-8cbf-5d8cb03e51cc => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 294/615] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:27:55 2026] GET /v2.0/ports?device_id=03e45b53-5d05-4844-89af-5706863d87d0 => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/616] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:27:55 2026] GET /v2.0/security-groups?id=794d0da2-99e8-48e5-a937-622fd1526376&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: 9|app: 0|req: 295/617] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:27:55 2026] GET /v2.0/security-groups?tenant_id=9383192790a541128309e4d233ba54ed&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/618] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:27:55 2026] DELETE /v2.0/security-groups/9441a837-0b26-40dd-a239-5d99fe77e0f7 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 296/619] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:27:55 2026] GET /v2.0/ports?device_id=b10ee982-8c4c-4e76-85d7-d0f9635f0342 => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/620] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:27:55 2026] GET /v2.0/security-groups?id=1a7baab9-c868-4747-9baa-3c0b75e4266d&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: 9|app: 0|req: 297/621] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:27:56 2026] GET /v2.0/ports?device_id=03e45b53-5d05-4844-89af-5706863d87d0 => 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: 325/622] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:27:56 2026] GET /v2.0/security-groups?id=794d0da2-99e8-48e5-a937-622fd1526376&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: 9|app: 0|req: 299/625] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:27:56 2026] GET /v2.0/ports?device_id=b10ee982-8c4c-4e76-85d7-d0f9635f0342 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/626] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:27:56 2026] GET /v2.0/security-groups?id=1a7baab9-c868-4747-9baa-3c0b75e4266d&fields=id&fields=name => generated 111 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 300/627] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:27:57 2026] GET /v2.0/ports?device_id=03e45b53-5d05-4844-89af-5706863d87d0 => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/628] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:27:57 2026] GET /v2.0/security-groups?id=794d0da2-99e8-48e5-a937-622fd1526376&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: 9|app: 0|req: 301/629] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:27:58 2026] GET /v2.0/ports?device_id=b10ee982-8c4c-4e76-85d7-d0f9635f0342 => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/630] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:27:58 2026] GET /v2.0/security-groups?id=1a7baab9-c868-4747-9baa-3c0b75e4266d&fields=id&fields=name => generated 111 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 302/631] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:27:58 2026] GET /v2.0/ports?device_id=03e45b53-5d05-4844-89af-5706863d87d0 => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/632] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:27:58 2026] GET /v2.0/security-groups?id=794d0da2-99e8-48e5-a937-622fd1526376&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 303/633] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:27:59 2026] GET /v2.0/ports?device_id=b10ee982-8c4c-4e76-85d7-d0f9635f0342 => 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: 331/634] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:27:59 2026] GET /v2.0/security-groups?id=1a7baab9-c868-4747-9baa-3c0b75e4266d&fields=id&fields=name => generated 111 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 304/635] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:27:59 2026] GET /v2.0/ports?device_id=b10ee982-8c4c-4e76-85d7-d0f9635f0342 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/636] 10.0.0.63 () {34 vars in 1097 bytes} [Thu May 7 14:27:59 2026] GET /v2.0/security-groups?name=tempest-securitygroup--783045974&fields=id&tenant_id=395aa0a506b3481b94bc742f6d086444 => 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: 333/637] 10.0.0.63 () {34 vars in 981 bytes} [Thu May 7 14:27:59 2026] GET /v2.0/networks?id=91c3f795-06c9-4911-bfac-fd260acb4361 => generated 679 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/638] 10.0.0.63 () {34 vars in 964 bytes} [Thu May 7 14:27:59 2026] GET /v2.0/quotas/395aa0a506b3481b94bc742f6d086444 => 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: 335/639] 10.0.0.63 () {34 vars in 1001 bytes} [Thu May 7 14:27:59 2026] GET /v2.0/ports?tenant_id=395aa0a506b3481b94bc742f6d086444&fields=id => generated 103 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/640] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:27:59 2026] GET /v2.0/ports?device_id=03e45b53-5d05-4844-89af-5706863d87d0 => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/641] 10.0.0.63 () {34 vars in 1007 bytes} [Thu May 7 14:27:59 2026] GET /v2.0/networks/91c3f795-06c9-4911-bfac-fd260acb4361?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: 338/642] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:27:59 2026] GET /v2.0/security-groups?id=794d0da2-99e8-48e5-a937-622fd1526376&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: 339/643] 10.0.0.63 () {34 vars in 1107 bytes} [Thu May 7 14:27:59 2026] GET /v2.0/networks/91c3f795-06c9-4911-bfac-fd260acb4361?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: 340/644] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:00 2026] GET /v2.0/ports?device_id=f592e15b-6039-44c6-a87b-d757f64f6920 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:28:00.433 9 INFO neutron.db.l3_db [None req-e3942018-595e-499d-afa8-65eed52b8fb6 535ba7e01f9c4d7784a9c0f879e31d1d e23f4edd99cb40c39524e471a99da90a - - default default] Floating IP 8039d6ea-f3fb-41e1-9ea1-b855b2a93818 associated. External IP: 10.96.250.218, port: f304ad61-de33-4e2c-b282-38a46bab780e. [pid: 9|app: 0|req: 305/645] 10.0.0.231 () {34 vars in 749 bytes} [Thu May 7 14:27:59 2026] PUT /v2.0/floatingips/8039d6ea-f3fb-41e1-9ea1-b855b2a93818 => generated 855 bytes in 1208 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:28:00.824 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-2618169b-770f-48db-80ae-4bfad61efb15'] response: {'name': 'network-changed', 'server_uuid': 'b10ee982-8c4c-4e76-85d7-d0f9635f0342', 'tag': 'f304ad61-de33-4e2c-b282-38a46bab780e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 341/646] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:00 2026] GET /v2.0/ports?device_id=b10ee982-8c4c-4e76-85d7-d0f9635f0342 => generated 971 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 306/647] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:28:00 2026] GET /v2.0/security-groups?id=1a7baab9-c868-4747-9baa-3c0b75e4266d&fields=id&fields=name => generated 111 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/648] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:00 2026] GET /v2.0/ports?device_id=03e45b53-5d05-4844-89af-5706863d87d0 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 307/649] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:28:01 2026] GET /v2.0/security-groups?id=794d0da2-99e8-48e5-a937-622fd1526376&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/650] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:28:01 2026] GET /v2.0/ports?tenant_id=e23f4edd99cb40c39524e471a99da90a&device_id=b10ee982-8c4c-4e76-85d7-d0f9635f0342 => generated 1240 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/651] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:01 2026] GET /v2.0/ports?device_id=f592e15b-6039-44c6-a87b-d757f64f6920 => 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: 345/652] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:28:01 2026] GET /v2.0/networks?id=9b816851-1633-4022-88db-99b77e470387 => generated 766 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 308/653] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:01 2026] GET /v2.0/ports?device_id=b10ee982-8c4c-4e76-85d7-d0f9635f0342 => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/654] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:28:01 2026] GET /v2.0/security-groups?id=1a7baab9-c868-4747-9baa-3c0b75e4266d&fields=id&fields=name => generated 111 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 309/655] 199.19.213.209 () {34 vars in 1058 bytes} [Thu May 7 14:28:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.2&port_id=f304ad61-de33-4e2c-b282-38a46bab780e => generated 858 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/656] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:28:01 2026] GET /v2.0/subnets?id=3eca382d-0e24-4735-af61-b1b6fcc4ec52 => generated 688 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 310/657] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:28:01 2026] GET /v2.0/ports?network_id=9b816851-1633-4022-88db-99b77e470387&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/658] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:28:01 2026] GET /v2.0/networks/9b816851-1633-4022-88db-99b77e470387?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 311/659] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:28:01 2026] GET /v2.0/networks/9b816851-1633-4022-88db-99b77e470387?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/660] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:28:01 2026] GET /v2.0/security-groups?tenant_id=b5886ed30a8540278c2cb03e1637cde2&name=default => generated 2925 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 312/661] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:28:01 2026] DELETE /v2.0/security-groups/3579fa01-b8c7-4a2d-a57c-6984a609cb18 => 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: 350/662] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:02 2026] GET /v2.0/ports?device_id=03e45b53-5d05-4844-89af-5706863d87d0 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 313/663] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:28:02 2026] GET /v2.0/security-groups?id=794d0da2-99e8-48e5-a937-622fd1526376&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: 351/664] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:28:02 2026] GET /v2.0/security-groups?tenant_id=4e28db8c772246e9923dbea4e90291ed&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 314/665] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:02 2026] GET /v2.0/ports?device_id=03e45b53-5d05-4844-89af-5706863d87d0 => generated 971 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/666] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:28:02 2026] DELETE /v2.0/security-groups/c0aa36b7-1ad1-4c80-aed0-6ce17d7d43de => 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: 353/667] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:02 2026] GET /v2.0/ports?device_id=f592e15b-6039-44c6-a87b-d757f64f6920 => 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: 354/668] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:02 2026] GET /v2.0/ports?device_id=b10ee982-8c4c-4e76-85d7-d0f9635f0342 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/669] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:28:02 2026] GET /v2.0/security-groups?id=1a7baab9-c868-4747-9baa-3c0b75e4266d&fields=id&fields=name => generated 111 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:28:02.981 9 INFO neutron.db.l3_db [None req-09ade026-02a4-4b19-85c0-3d7a49f8dc5e 919de885f12c47d8b9e831cdf7389bfe 2c5870d79c70413d956e361faf276fcf - - default default] Floating IP ddb8b17c-2f3f-4431-aa17-4fc57c8dd99b associated. External IP: 10.96.250.202, port: 8f9acb5f-e5f0-426b-b54e-f2fb9b81a675. [pid: 9|app: 0|req: 315/670] 10.0.0.231 () {34 vars in 749 bytes} [Thu May 7 14:28:02 2026] PUT /v2.0/floatingips/ddb8b17c-2f3f-4431-aa17-4fc57c8dd99b => generated 855 bytes in 796 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:28:03.308 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-64d034d4-50b3-4d68-9619-23063784fd8e'] response: {'name': 'network-changed', 'server_uuid': '03e45b53-5d05-4844-89af-5706863d87d0', 'tag': '8f9acb5f-e5f0-426b-b54e-f2fb9b81a675', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 356/671] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:03 2026] GET /v2.0/ports?device_id=03e45b53-5d05-4844-89af-5706863d87d0 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 316/672] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:28:03 2026] GET /v2.0/security-groups?id=794d0da2-99e8-48e5-a937-622fd1526376&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/673] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:03 2026] GET /v2.0/ports?device_id=f592e15b-6039-44c6-a87b-d757f64f6920 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 317/674] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:03 2026] GET /v2.0/ports?device_id=b10ee982-8c4c-4e76-85d7-d0f9635f0342 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/675] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:28:03 2026] GET /v2.0/ports?tenant_id=2c5870d79c70413d956e361faf276fcf&device_id=03e45b53-5d05-4844-89af-5706863d87d0 => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 318/676] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:28:03 2026] GET /v2.0/security-groups?id=1a7baab9-c868-4747-9baa-3c0b75e4266d&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/677] 199.19.213.209 () {34 vars in 994 bytes} [Thu May 7 14:28:03 2026] GET /v2.0/ports?device_id=b10ee982-8c4c-4e76-85d7-d0f9635f0342 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 319/678] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:28:03 2026] GET /v2.0/networks?id=d3277117-4989-4aaa-ac65-28476e4bc7f6 => generated 780 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 320/679] 199.19.213.209 () {34 vars in 1058 bytes} [Thu May 7 14:28:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=8f9acb5f-e5f0-426b-b54e-f2fb9b81a675 => generated 858 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 321/680] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:28:03 2026] GET /v2.0/subnets?id=098b8aac-8586-4170-b791-62a12bcae25a => generated 702 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 322/681] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:28:04 2026] GET /v2.0/ports?network_id=d3277117-4989-4aaa-ac65-28476e4bc7f6&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-05-07 14:28:04.103 8 INFO neutron_taas.services.taas.taas_plugin [req-2912757a-14e3-45c2-80ae-e9b34994e0e0 req-126be8d2-aefa-4fd7-b1e2-22dd7524fc49 535ba7e01f9c4d7784a9c0f879e31d1d e23f4edd99cb40c39524e471a99da90a - - default default] TaaS: Handle Delete Port: f304ad61-de33-4e2c-b282-38a46bab780e [pid: 9|app: 0|req: 323/682] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:28:04 2026] GET /v2.0/networks/d3277117-4989-4aaa-ac65-28476e4bc7f6?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:28:04.116 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2912757a-14e3-45c2-80ae-e9b34994e0e0 req-126be8d2-aefa-4fd7-b1e2-22dd7524fc49 535ba7e01f9c4d7784a9c0f879e31d1d e23f4edd99cb40c39524e471a99da90a - - default default] Tap Mirror: Handle Delete Port: f304ad61-de33-4e2c-b282-38a46bab780e [pid: 9|app: 0|req: 324/683] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:28:04 2026] GET /v2.0/networks/d3277117-4989-4aaa-ac65-28476e4bc7f6?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) 2026-05-07 14:28:04.350 8 INFO neutron.db.l3_db [req-2912757a-14e3-45c2-80ae-e9b34994e0e0 req-126be8d2-aefa-4fd7-b1e2-22dd7524fc49 535ba7e01f9c4d7784a9c0f879e31d1d e23f4edd99cb40c39524e471a99da90a - - default default] Floating IP 8039d6ea-f3fb-41e1-9ea1-b855b2a93818 disassociated. External IP: 10.96.250.218, port: f304ad61-de33-4e2c-b282-38a46bab780e. [pid: 9|app: 0|req: 325/684] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:28:04 2026] GET /v2.0/networks?id=91c3f795-06c9-4911-bfac-fd260acb4361 => generated 679 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 326/685] 199.19.213.209 () {34 vars in 1050 bytes} [Thu May 7 14:28:04 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=395aa0a506b3481b94bc742f6d086444 => generated 180 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/686] 199.19.213.209 () {36 vars in 997 bytes} [Thu May 7 14:28:03 2026] DELETE /v2.0/ports/f304ad61-de33-4e2c-b282-38a46bab780e => generated 0 bytes in 843 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/687] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:04 2026] GET /v2.0/ports?device_id=f592e15b-6039-44c6-a87b-d757f64f6920 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:28:04.796 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-023df31e-2ce8-4f05-a9ad-31e2d638d21c'] response: {'server_uuid': 'b10ee982-8c4c-4e76-85d7-d0f9635f0342', 'name': 'network-vif-deleted', 'tag': 'f304ad61-de33-4e2c-b282-38a46bab780e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 362/688] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:04 2026] GET /v2.0/ports?device_id=b10ee982-8c4c-4e76-85d7-d0f9635f0342 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 327/689] 199.19.213.209 () {38 vars in 955 bytes} [Thu May 7 14:28:04 2026] POST /v2.0/ports => generated 954 bytes in 468 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/690] 199.19.213.209 () {38 vars in 1028 bytes} [Thu May 7 14:28:05 2026] PUT /v2.0/ports/af86da4f-08cc-4b14-acf5-9730a61021fa => generated 1235 bytes in 417 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: 9|app: 0|req: 328/691] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:05 2026] GET /v2.0/ports?device_id=f592e15b-6039-44c6-a87b-d757f64f6920 => generated 969 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: 364/692] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:28:05 2026] GET /v2.0/security-groups?id=cac138d3-5588-4cfe-a756-46b637a374b4&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: 9|app: 0|req: 329/693] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:06 2026] GET /v2.0/ports?device_id=b10ee982-8c4c-4e76-85d7-d0f9635f0342 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/694] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:28:06 2026] GET /v2.0/ports?tenant_id=395aa0a506b3481b94bc742f6d086444&device_id=f592e15b-6039-44c6-a87b-d757f64f6920 => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 330/695] 199.19.213.209 () {34 vars in 1058 bytes} [Thu May 7 14:28:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=af86da4f-08cc-4b14-acf5-9730a61021fa => 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: 366/696] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:28:06 2026] GET /v2.0/subnets?id=6ef6582a-5b63-49e7-9414-1edd43ea0e0a => generated 697 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 331/697] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:28:06 2026] GET /v2.0/ports?network_id=91c3f795-06c9-4911-bfac-fd260acb4361&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: 367/698] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:28:06 2026] GET /v2.0/networks/91c3f795-06c9-4911-bfac-fd260acb4361?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:28:06.833 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b962964f-fe4c-44a2-85df-5e1be40c7892'] response: {'name': 'network-changed', 'server_uuid': 'f592e15b-6039-44c6-a87b-d757f64f6920', 'tag': 'af86da4f-08cc-4b14-acf5-9730a61021fa', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 332/699] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:28:06 2026] GET /v2.0/networks/91c3f795-06c9-4911-bfac-fd260acb4361?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: 368/700] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:07 2026] GET /v2.0/ports?device_id=f592e15b-6039-44c6-a87b-d757f64f6920 => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 333/701] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:28:07 2026] GET /v2.0/security-groups?id=cac138d3-5588-4cfe-a756-46b637a374b4&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: 369/702] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:07 2026] GET /v2.0/ports?device_id=b10ee982-8c4c-4e76-85d7-d0f9635f0342 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 334/703] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:28:07 2026] GET /v2.0/ports?tenant_id=395aa0a506b3481b94bc742f6d086444&device_id=f592e15b-6039-44c6-a87b-d757f64f6920 => generated 1238 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/704] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:28:07 2026] GET /v2.0/networks?id=91c3f795-06c9-4911-bfac-fd260acb4361 => generated 775 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 335/705] 199.19.213.209 () {34 vars in 1058 bytes} [Thu May 7 14:28:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=af86da4f-08cc-4b14-acf5-9730a61021fa => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/706] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:28:07 2026] GET /v2.0/subnets?id=6ef6582a-5b63-49e7-9414-1edd43ea0e0a => generated 697 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 336/707] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:28:08 2026] GET /v2.0/ports?network_id=91c3f795-06c9-4911-bfac-fd260acb4361&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: 372/708] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:28:08 2026] GET /v2.0/networks/91c3f795-06c9-4911-bfac-fd260acb4361?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 337/709] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:28:08 2026] GET /v2.0/networks/91c3f795-06c9-4911-bfac-fd260acb4361?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: 373/710] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:08 2026] GET /v2.0/ports?device_id=f592e15b-6039-44c6-a87b-d757f64f6920 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 338/711] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:28:08 2026] GET /v2.0/security-groups?id=cac138d3-5588-4cfe-a756-46b637a374b4&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/712] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:28:08 2026] DELETE /v2.0/security-groups/1a7baab9-c868-4747-9baa-3c0b75e4266d => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:28:08.454 9 INFO neutron.api.v2.resource [None req-fcc817c4-dbc2-42a9-9353-3cdb6ea4b868 535ba7e01f9c4d7784a9c0f879e31d1d e23f4edd99cb40c39524e471a99da90a - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 339/713] 10.0.0.231 () {32 vars in 737 bytes} [Thu May 7 14:28:08 2026] GET /v2.0/security-groups/1a7baab9-c868-4747-9baa-3c0b75e4266d => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 14:28:08.541 8 INFO neutron_taas.services.taas.taas_plugin [None req-51ec0b16-6724-4067-9170-4bb9e870b8c9 535ba7e01f9c4d7784a9c0f879e31d1d e23f4edd99cb40c39524e471a99da90a - - default default] TaaS: Handle Delete Port: 56dd3a5f-1a55-48a7-a795-586f4558716d 2026-05-07 14:28:08.543 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51ec0b16-6724-4067-9170-4bb9e870b8c9 535ba7e01f9c4d7784a9c0f879e31d1d e23f4edd99cb40c39524e471a99da90a - - default default] Tap Mirror: Handle Delete Port: 56dd3a5f-1a55-48a7-a795-586f4558716d [pid: 8|app: 0|req: 375/714] 10.0.0.231 () {32 vars in 732 bytes} [Thu May 7 14:28:08 2026] DELETE /v2.0/floatingips/8039d6ea-f3fb-41e1-9ea1-b855b2a93818 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:28:09.247 9 INFO neutron_taas.services.taas.taas_plugin [None req-5495dbe1-a812-4f97-ae02-04f162994433 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: fb8e2e6a-79d4-4717-a9c6-68c16d4687ca 2026-05-07 14:28:09.255 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5495dbe1-a812-4f97-ae02-04f162994433 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: fb8e2e6a-79d4-4717-a9c6-68c16d4687ca [pid: 8|app: 0|req: 376/715] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:09 2026] GET /v2.0/ports?device_id=f592e15b-6039-44c6-a87b-d757f64f6920 => 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: 377/716] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:28:09 2026] GET /v2.0/security-groups?id=cac138d3-5588-4cfe-a756-46b637a374b4&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: 9|app: 0|req: 340/717] 10.0.0.231 () {34 vars in 789 bytes} [Thu May 7 14:28:08 2026] PUT /v2.0/routers/5579bd15-6f86-4eaf-974d-a8cee12eabbb/remove_router_interface => generated 309 bytes in 1153 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:28:10.114 9 INFO neutron_taas.services.taas.taas_plugin [None req-760e576d-5a4c-4d46-bdbd-ceefeafb0822 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: 44dc59e5-7f2b-4957-8f56-81a9bc559be5 2026-05-07 14:28:10.117 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-760e576d-5a4c-4d46-bdbd-ceefeafb0822 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: 44dc59e5-7f2b-4957-8f56-81a9bc559be5 [pid: 8|app: 0|req: 378/718] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:28:09 2026] GET /v2.0/security-groups?tenant_id=2c27124a42114d409c8a0d47da1c8a79&name=default => generated 2925 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/719] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:28:10 2026] DELETE /v2.0/security-groups/f3c1a628-e4bc-4a06-9181-82de2a554af7 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:28:10.406 9 INFO neutron_taas.services.taas.taas_plugin [None req-760e576d-5a4c-4d46-bdbd-ceefeafb0822 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: b2dc8a30-daf6-443f-9517-962218ed0aad 2026-05-07 14:28:10.409 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-760e576d-5a4c-4d46-bdbd-ceefeafb0822 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: b2dc8a30-daf6-443f-9517-962218ed0aad [pid: 8|app: 0|req: 380/720] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:28:10 2026] GET /v2.0/security-groups?tenant_id=063a0315fd364cb98f7082f94b59a1c2&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:28:10.489 9 WARNING neutron.plugins.ml2.ovo_rpc [None req-760e576d-5a4c-4d46-bdbd-ceefeafb0822 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 8|app: 0|req: 381/721] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:28:10 2026] DELETE /v2.0/security-groups/e4a0ed47-fb22-47da-a0fa-aa4be6059d58 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/722] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:10 2026] GET /v2.0/ports?device_id=f592e15b-6039-44c6-a87b-d757f64f6920 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/723] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:28:10 2026] GET /v2.0/security-groups?id=cac138d3-5588-4cfe-a756-46b637a374b4&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:28:10.855 9 INFO neutron.services.segments.plugin [-] Segment 33060cc1-fa64-468f-8de5-f26809b82d70 resource provider aggregate not found 2026-05-07 14:28:10.861 9 INFO neutron.services.segments.plugin [-] Segment 33060cc1-fa64-468f-8de5-f26809b82d70 resource provider aggregate not found 2026-05-07 14:28:10.875 9 INFO neutron.services.segments.plugin [-] Segment 33060cc1-fa64-468f-8de5-f26809b82d70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33060cc1-fa64-468f-8de5-f26809b82d70 found for delete ", "request_id": "req-f3e519b2-9289-45fe-ac71-05641d46389f"}]} 2026-05-07 14:28:10.878 9 INFO neutron.services.segments.plugin [-] Segment 33060cc1-fa64-468f-8de5-f26809b82d70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33060cc1-fa64-468f-8de5-f26809b82d70 found for delete ", "request_id": "req-6786ba6f-2dd1-435e-ab9b-31e182f17b7f"}]} 2026-05-07 14:28:10.903 9 INFO neutron.db.l3_hamode_db [None req-760e576d-5a4c-4d46-bdbd-ceefeafb0822 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] HA network 9a5ef3aa-3be5-4a00-a441-d404273e7dc4 was deleted as no HA routers are present in tenant e23f4edd99cb40c39524e471a99da90a. [pid: 9|app: 0|req: 341/724] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:28:09 2026] DELETE /v2.0/routers/5579bd15-6f86-4eaf-974d-a8cee12eabbb => generated 0 bytes in 1063 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/725] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:28:10 2026] DELETE /v2.0/subnets/3eca382d-0e24-4735-af61-b1b6fcc4ec52 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:28:11.157 9 INFO neutron_taas.services.taas.taas_plugin [None req-a8092790-3320-478d-a76a-c31c6b5a27db a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: 3ff80eeb-53df-4338-ad2a-67036e5d8706 2026-05-07 14:28:11.159 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8092790-3320-478d-a76a-c31c6b5a27db a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: 3ff80eeb-53df-4338-ad2a-67036e5d8706 [pid: 9|app: 0|req: 342/726] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:28:11 2026] DELETE /v2.0/networks/9b816851-1633-4022-88db-99b77e470387 => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/727] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:28:11 2026] GET /v2.0/security-groups?tenant_id=e23f4edd99cb40c39524e471a99da90a&name=default => generated 2921 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 343/728] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:28:11 2026] DELETE /v2.0/security-groups/c256f387-56c7-44f2-8d67-1c84e019a528 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 345/731] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:11 2026] GET /v2.0/ports?device_id=f592e15b-6039-44c6-a87b-d757f64f6920 => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/732] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:28:11 2026] GET /v2.0/security-groups?id=cac138d3-5588-4cfe-a756-46b637a374b4&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:28:12.905 9 INFO neutron.services.segments.plugin [-] Segment c7350d8c-a4c3-4ef3-a6e6-4ef34d162f6a resource provider aggregate not found 2026-05-07 14:28:12.908 9 INFO neutron.services.segments.plugin [-] Segment c7350d8c-a4c3-4ef3-a6e6-4ef34d162f6a resource provider aggregate not found 2026-05-07 14:28:12.932 9 INFO neutron.services.segments.plugin [-] Segment c7350d8c-a4c3-4ef3-a6e6-4ef34d162f6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7350d8c-a4c3-4ef3-a6e6-4ef34d162f6a found for delete ", "request_id": "req-14cdb44d-e4c7-494b-b151-ed32028f77cd"}]} 2026-05-07 14:28:12.934 9 INFO neutron.services.segments.plugin [-] Segment c7350d8c-a4c3-4ef3-a6e6-4ef34d162f6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7350d8c-a4c3-4ef3-a6e6-4ef34d162f6a found for delete ", "request_id": "req-4814ecc3-adc9-490c-9f2a-55ee736dec4c"}]} [pid: 9|app: 0|req: 346/733] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:12 2026] GET /v2.0/ports?device_id=f592e15b-6039-44c6-a87b-d757f64f6920 => 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: 388/734] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:28:13 2026] GET /v2.0/security-groups?id=cac138d3-5588-4cfe-a756-46b637a374b4&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-05-07 14:28:13.983 9 INFO neutron.db.segments_db [None req-83866b80-8436-47c9-9973-4aa136bf9eb6 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Added segment 4111b615-0256-4c99-990c-cac03e5551ab of type vxlan for network 09f1d7a3-ac87-4905-972e-3592f902b9a8 [pid: 9|app: 0|req: 347/735] 10.0.0.231 () {34 vars in 671 bytes} [Thu May 7 14:28:13 2026] POST /v2.0/networks => generated 727 bytes in 488 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 348/736] 10.0.0.118 () {34 vars in 990 bytes} [Thu May 7 14:28:14 2026] GET /v2.0/ports?device_id=03e45b53-5d05-4844-89af-5706863d87d0 => generated 1240 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 349/737] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:14 2026] GET /v2.0/ports?device_id=f592e15b-6039-44c6-a87b-d757f64f6920 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/738] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:28:14 2026] POST /v2.0/subnets => generated 693 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 350/739] 10.0.0.118 () {34 vars in 1040 bytes} [Thu May 7 14:28:14 2026] GET /v2.0/security-groups?id=794d0da2-99e8-48e5-a937-622fd1526376&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/740] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:28:14 2026] GET /v2.0/security-groups?id=cac138d3-5588-4cfe-a756-46b637a374b4&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:28:14.377 9 INFO neutron.db.segments_db [None req-7a2742d0-3ec9-4545-be6f-ebb30e730776 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Added segment d78f584e-ea5e-40b6-bb1b-e89ed629cf56 of type vxlan for network 541464d4-1ef3-4814-bd73-caf706a0944c 2026-05-07 14:28:14.639 9 INFO neutron.db.l3_hamode_db [None req-7a2742d0-3ec9-4545-be6f-ebb30e730776 a3a2c4abf0ac4eee804577c1972df427 b8d0285703954764aea42b519bb3065c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 391/741] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:28:15 2026] GET /v2.0/security-groups?tenant_id=67389ae738044f2e9589a2b4ade40c22&name=default => generated 2925 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:28:15.390 9 INFO neutron.db.l3_hamode_db [None req-7a2742d0-3ec9-4545-be6f-ebb30e730776 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 392/742] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:28:15 2026] DELETE /v2.0/security-groups/5969c5d8-702a-4d29-b0d6-eaba72a12117 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/743] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:15 2026] GET /v2.0/ports?device_id=f592e15b-6039-44c6-a87b-d757f64f6920 => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/744] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:28:15 2026] GET /v2.0/security-groups?tenant_id=f42cb4cd4c77404198e82f368e31e9a1&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/745] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:28:15 2026] GET /v2.0/security-groups?id=cac138d3-5588-4cfe-a756-46b637a374b4&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/746] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:28:15 2026] DELETE /v2.0/security-groups/4a69ae6d-cbf6-498f-8f39-cb9f9dec5704 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/747] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:15 2026] GET /v2.0/ports?device_id=f592e15b-6039-44c6-a87b-d757f64f6920 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 351/748] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:28:14 2026] POST /v2.0/routers => generated 733 bytes in 1972 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:28:16.344 8 INFO neutron.db.l3_db [None req-f89aa66e-942f-48b6-87df-8b867cf67a06 95d087bc80ba4f4b967325ddaa761faf 395aa0a506b3481b94bc742f6d086444 - - default default] Floating IP e8db6c47-a1c0-4676-9242-c8a27600a742 associated. External IP: 10.96.250.212, port: af86da4f-08cc-4b14-acf5-9730a61021fa. [pid: 8|app: 0|req: 398/749] 10.0.0.231 () {34 vars in 749 bytes} [Thu May 7 14:28:15 2026] PUT /v2.0/floatingips/e8db6c47-a1c0-4676-9242-c8a27600a742 => generated 855 bytes in 746 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:28:16.714 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-86523227-c869-427b-b18c-8d514792feee'] response: {'name': 'network-changed', 'server_uuid': 'f592e15b-6039-44c6-a87b-d757f64f6920', 'tag': 'af86da4f-08cc-4b14-acf5-9730a61021fa', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 399/750] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:16 2026] GET /v2.0/ports?device_id=f592e15b-6039-44c6-a87b-d757f64f6920 => 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: 400/751] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:28:16 2026] GET /v2.0/security-groups?id=cac138d3-5588-4cfe-a756-46b637a374b4&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/752] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:17 2026] GET /v2.0/ports?device_id=f592e15b-6039-44c6-a87b-d757f64f6920 => 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: 402/753] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:28:17 2026] GET /v2.0/security-groups?id=cac138d3-5588-4cfe-a756-46b637a374b4&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: 403/754] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:28:17 2026] GET /v2.0/ports?tenant_id=395aa0a506b3481b94bc742f6d086444&device_id=f592e15b-6039-44c6-a87b-d757f64f6920 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/755] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:28:17 2026] GET /v2.0/networks?id=91c3f795-06c9-4911-bfac-fd260acb4361 => generated 775 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/756] 199.19.213.209 () {34 vars in 1058 bytes} [Thu May 7 14:28:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=af86da4f-08cc-4b14-acf5-9730a61021fa => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/757] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:28:17 2026] GET /v2.0/subnets?id=6ef6582a-5b63-49e7-9414-1edd43ea0e0a => generated 697 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 352/758] 10.0.0.231 () {34 vars in 783 bytes} [Thu May 7 14:28:16 2026] PUT /v2.0/routers/1673c16b-6036-4b3a-9ebd-f044971ff438/add_router_interface => generated 309 bytes in 1137 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/759] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:28:17 2026] GET /v2.0/ports?network_id=91c3f795-06c9-4911-bfac-fd260acb4361&device_owner=network%3Adhcp => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 353/760] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:28:17 2026] GET /v2.0/networks/91c3f795-06c9-4911-bfac-fd260acb4361?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: 408/761] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:28:17 2026] GET /v2.0/networks/91c3f795-06c9-4911-bfac-fd260acb4361?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:28:18.256 9 INFO neutron.db.segments_db [None req-c2c6613d-2ee9-4a24-bb11-2252bc4a2b2c 361e7a1a32fc4e0e9dc084ade7713399 8225980e3bf94ecf8e7258543bd20e61 - - default default] Added segment ab6c710c-8326-4f7f-a0da-de7e976cba10 of type vxlan for network facc4996-647c-4116-b596-6373b84ad32e [pid: 9|app: 0|req: 354/762] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:28:17 2026] POST /v2.0/networks => generated 630 bytes in 486 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 355/763] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:18 2026] GET /v2.0/ports?device_id=f592e15b-6039-44c6-a87b-d757f64f6920 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 356/764] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:28:18 2026] GET /v2.0/security-groups?id=cac138d3-5588-4cfe-a756-46b637a374b4&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: 9|app: 0|req: 357/765] 10.0.0.63 () {34 vars in 981 bytes} [Thu May 7 14:28:18 2026] GET /v2.0/networks?id=09f1d7a3-ac87-4905-972e-3592f902b9a8 => generated 678 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 358/766] 10.0.0.63 () {34 vars in 964 bytes} [Thu May 7 14:28:18 2026] GET /v2.0/quotas/b8d0285703954764aea42b519bb3065c => 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: 409/767] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:28:18 2026] POST /v2.0/subnets => generated 627 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 359/768] 10.0.0.63 () {34 vars in 1001 bytes} [Thu May 7 14:28:18 2026] GET /v2.0/ports?tenant_id=b8d0285703954764aea42b519bb3065c&fields=id => generated 103 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:28:18.661 8 INFO neutron.db.segments_db [None req-847671d3-904f-40e6-8751-cb9ed68256d0 361e7a1a32fc4e0e9dc084ade7713399 8225980e3bf94ecf8e7258543bd20e61 - - default default] Added segment 65c4536b-a0b4-4194-ab36-ab2b202d928b of type vxlan for network 05e9293c-f91b-4382-b227-bcbc683c2dcc [pid: 9|app: 0|req: 360/769] 10.0.0.63 () {34 vars in 1007 bytes} [Thu May 7 14:28:18 2026] GET /v2.0/networks/09f1d7a3-ac87-4905-972e-3592f902b9a8?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 361/770] 10.0.0.63 () {34 vars in 1107 bytes} [Thu May 7 14:28:18 2026] GET /v2.0/networks/09f1d7a3-ac87-4905-972e-3592f902b9a8?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: 9|app: 0|req: 362/771] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:18 2026] GET /v2.0/ports?device_id=3dc8ed4c-3279-4f2a-9c72-59dfba4f1211 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:28:18.942 8 INFO neutron.db.l3_hamode_db [None req-847671d3-904f-40e6-8751-cb9ed68256d0 361e7a1a32fc4e0e9dc084ade7713399 8225980e3bf94ecf8e7258543bd20e61 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 363/772] 199.19.213.209 () {34 vars in 994 bytes} [Thu May 7 14:28:19 2026] GET /v2.0/ports?device_id=f592e15b-6039-44c6-a87b-d757f64f6920 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 364/773] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:19 2026] GET /v2.0/ports?device_id=f592e15b-6039-44c6-a87b-d757f64f6920 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:28:19.776 9 INFO neutron_taas.services.taas.taas_plugin [req-8ce9cf81-f624-4f31-a36b-14619ddec066 req-851493d8-a304-4740-816e-4aa13242e0b7 95d087bc80ba4f4b967325ddaa761faf 395aa0a506b3481b94bc742f6d086444 - - default default] TaaS: Handle Delete Port: af86da4f-08cc-4b14-acf5-9730a61021fa 2026-05-07 14:28:19.781 9 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8ce9cf81-f624-4f31-a36b-14619ddec066 req-851493d8-a304-4740-816e-4aa13242e0b7 95d087bc80ba4f4b967325ddaa761faf 395aa0a506b3481b94bc742f6d086444 - - default default] Tap Mirror: Handle Delete Port: af86da4f-08cc-4b14-acf5-9730a61021fa 2026-05-07 14:28:19.850 8 INFO neutron.db.l3_hamode_db [None req-847671d3-904f-40e6-8751-cb9ed68256d0 361e7a1a32fc4e0e9dc084ade7713399 8225980e3bf94ecf8e7258543bd20e61 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 14:28:20.418 9 INFO neutron.db.l3_db [req-8ce9cf81-f624-4f31-a36b-14619ddec066 req-851493d8-a304-4740-816e-4aa13242e0b7 95d087bc80ba4f4b967325ddaa761faf 395aa0a506b3481b94bc742f6d086444 - - default default] Floating IP e8db6c47-a1c0-4676-9242-c8a27600a742 disassociated. External IP: 10.96.250.212, port: af86da4f-08cc-4b14-acf5-9730a61021fa. [pid: 8|app: 0|req: 410/774] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:28:18 2026] POST /v2.0/routers => generated 695 bytes in 2123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/775] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:28:20 2026] GET /v2.0/security-groups?id=cac138d3-5588-4cfe-a756-46b637a374b4&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: 412/776] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:20 2026] GET /v2.0/ports?device_id=3dc8ed4c-3279-4f2a-9c72-59dfba4f1211 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 365/777] 199.19.213.209 () {36 vars in 997 bytes} [Thu May 7 14:28:19 2026] DELETE /v2.0/ports/af86da4f-08cc-4b14-acf5-9730a61021fa => generated 0 bytes in 1201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:28:20.884 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-e0730581-3434-4871-b695-e78521ac82a7'] response: {'server_uuid': 'f592e15b-6039-44c6-a87b-d757f64f6920', 'name': 'network-vif-deleted', 'tag': 'af86da4f-08cc-4b14-acf5-9730a61021fa', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 366/778] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:21 2026] GET /v2.0/ports?device_id=f592e15b-6039-44c6-a87b-d757f64f6920 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 367/779] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:21 2026] GET /v2.0/ports?device_id=3dc8ed4c-3279-4f2a-9c72-59dfba4f1211 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/780] 10.0.0.231 () {34 vars in 783 bytes} [Thu May 7 14:28:20 2026] PUT /v2.0/routers/124cfe5b-6806-4309-b870-2ddb3cae4e2b/add_router_interface => generated 309 bytes in 1768 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/781] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:22 2026] GET /v2.0/ports?device_id=f592e15b-6039-44c6-a87b-d757f64f6920 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 368/782] 10.0.0.231 () {34 vars in 665 bytes} [Thu May 7 14:28:22 2026] POST /v2.0/ports => generated 955 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/783] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:23 2026] GET /v2.0/ports?device_id=3dc8ed4c-3279-4f2a-9c72-59dfba4f1211 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 416/784] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:28:23 2026] GET /v2.0/networks?id=09f1d7a3-ac87-4905-972e-3592f902b9a8 => generated 678 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 369/785] 10.0.0.231 () {34 vars in 665 bytes} [Thu May 7 14:28:23 2026] POST /v2.0/ports => generated 954 bytes in 344 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: 417/786] 199.19.213.209 () {38 vars in 955 bytes} [Thu May 7 14:28:23 2026] POST /v2.0/ports => generated 958 bytes in 418 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-05-07 14:28:24.096 9 INFO neutron.db.l3_db [None req-b08d6e9b-040e-43e1-bc97-768e469f5194 361e7a1a32fc4e0e9dc084ade7713399 8225980e3bf94ecf8e7258543bd20e61 - - default default] Floating IP 1cc21cbd-d1b0-4701-ade4-380d49f7844b associated. External IP: 10.96.250.209, port: 032f7d3b-1d5d-491a-b299-055bb995fcd5. [pid: 8|app: 0|req: 418/787] 199.19.213.209 () {38 vars in 1028 bytes} [Thu May 7 14:28:23 2026] PUT /v2.0/ports/a3970e0f-462f-40ff-bd30-e95dc404572a => generated 1239 bytes in 384 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: 419/788] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:24 2026] GET /v2.0/ports?device_id=f592e15b-6039-44c6-a87b-d757f64f6920 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/789] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:24 2026] GET /v2.0/ports?device_id=3dc8ed4c-3279-4f2a-9c72-59dfba4f1211 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:28:24.188 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-73aab045-cc84-4ecc-b79b-3c114f997d0d'] response: {'name': 'network-changed', 'server_uuid': '3dc8ed4c-3279-4f2a-9c72-59dfba4f1211', 'tag': 'a3970e0f-462f-40ff-bd30-e95dc404572a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 421/790] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:28:24 2026] GET /v2.0/security-groups?id=fb82ee7d-f00f-4305-b2ef-4b320a16a894&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 370/791] 10.0.0.231 () {34 vars in 677 bytes} [Thu May 7 14:28:23 2026] POST /v2.0/floatingips => generated 841 bytes in 1000 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:28:24.498 8 INFO neutron.db.l3_db [None req-7abf3ad6-99c5-4649-b406-876aa8cdaaa1 361e7a1a32fc4e0e9dc084ade7713399 8225980e3bf94ecf8e7258543bd20e61 - - default default] Floating IP 1cc21cbd-d1b0-4701-ade4-380d49f7844b disassociated. External IP: 10.96.250.209, port: 032f7d3b-1d5d-491a-b299-055bb995fcd5. [pid: 9|app: 0|req: 371/792] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:28:24 2026] GET /v2.0/ports?tenant_id=b8d0285703954764aea42b519bb3065c&device_id=3dc8ed4c-3279-4f2a-9c72-59dfba4f1211 => 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: 422/793] 10.0.0.231 () {34 vars in 749 bytes} [Thu May 7 14:28:24 2026] PUT /v2.0/floatingips/1cc21cbd-d1b0-4701-ade4-380d49f7844b => generated 552 bytes in 407 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 372/794] 199.19.213.209 () {34 vars in 1018 bytes} [Thu May 7 14:28:24 2026] GET /v2.0/networks?tenant_id=b8d0285703954764aea42b519bb3065c&shared=False => generated 774 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 373/795] 199.19.213.209 () {34 vars in 930 bytes} [Thu May 7 14:28:24 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:28:24.917 8 INFO neutron_taas.services.taas.taas_plugin [None req-d14b8c1d-dffa-4a79-851a-d4239b7db54b 361e7a1a32fc4e0e9dc084ade7713399 8225980e3bf94ecf8e7258543bd20e61 - - default default] TaaS: Handle Delete Port: e66c9640-fc2a-4465-ba9d-bec2a7816d4c 2026-05-07 14:28:24.920 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d14b8c1d-dffa-4a79-851a-d4239b7db54b 361e7a1a32fc4e0e9dc084ade7713399 8225980e3bf94ecf8e7258543bd20e61 - - default default] Tap Mirror: Handle Delete Port: e66c9640-fc2a-4465-ba9d-bec2a7816d4c [pid: 8|app: 0|req: 423/796] 10.0.0.231 () {32 vars in 732 bytes} [Thu May 7 14:28:24 2026] DELETE /v2.0/floatingips/1cc21cbd-d1b0-4701-ade4-380d49f7844b => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/797] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:28:25 2026] DELETE /v2.0/security-groups/cac138d3-5588-4cfe-a756-46b637a374b4 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/798] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:25 2026] GET /v2.0/ports?device_id=3dc8ed4c-3279-4f2a-9c72-59dfba4f1211 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:28:25.361 8 INFO neutron.api.v2.resource [None req-8e4729c9-2029-41f6-b0d0-51628b36ee4e 95d087bc80ba4f4b967325ddaa761faf 395aa0a506b3481b94bc742f6d086444 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 426/799] 10.0.0.231 () {32 vars in 737 bytes} [Thu May 7 14:28:25 2026] GET /v2.0/security-groups/cac138d3-5588-4cfe-a756-46b637a374b4 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/800] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:28:25 2026] GET /v2.0/security-groups?id=fb82ee7d-f00f-4305-b2ef-4b320a16a894&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:28:25.484 8 INFO neutron_taas.services.taas.taas_plugin [None req-d5cd8799-13bc-4807-ba32-e0b0ec1cae39 95d087bc80ba4f4b967325ddaa761faf 395aa0a506b3481b94bc742f6d086444 - - default default] TaaS: Handle Delete Port: 7dc595a2-fd8f-4bd5-b902-ffcc318f0a4f 2026-05-07 14:28:25.487 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5cd8799-13bc-4807-ba32-e0b0ec1cae39 95d087bc80ba4f4b967325ddaa761faf 395aa0a506b3481b94bc742f6d086444 - - default default] Tap Mirror: Handle Delete Port: 7dc595a2-fd8f-4bd5-b902-ffcc318f0a4f [pid: 8|app: 0|req: 428/801] 10.0.0.231 () {32 vars in 732 bytes} [Thu May 7 14:28:25 2026] DELETE /v2.0/floatingips/e8db6c47-a1c0-4676-9242-c8a27600a742 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:28:25.847 9 INFO neutron.db.l3_db [None req-b3dfc005-708e-4c74-a42f-f2c9e4a15fb1 361e7a1a32fc4e0e9dc084ade7713399 8225980e3bf94ecf8e7258543bd20e61 - - default default] Floating IP 790c52ac-0ba4-4fb2-b6a8-dd2952519bf2 associated. External IP: 10.96.250.208, port: fa278ee1-97ca-4c99-b2b3-c5b84d5abace. 2026-05-07 14:28:25.991 8 INFO neutron_taas.services.taas.taas_plugin [None req-d1b987bf-4968-4861-be48-2509b76a736a a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: 21b53ae6-693f-4a0a-a6ca-cb9dd1fccc27 2026-05-07 14:28:25.994 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1b987bf-4968-4861-be48-2509b76a736a a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: 21b53ae6-693f-4a0a-a6ca-cb9dd1fccc27 [pid: 9|app: 0|req: 374/802] 10.0.0.231 () {34 vars in 677 bytes} [Thu May 7 14:28:25 2026] POST /v2.0/floatingips => generated 842 bytes in 1061 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 375/803] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:28:26 2026] GET /v2.0/ports?tenant_id=b8d0285703954764aea42b519bb3065c&device_id=3dc8ed4c-3279-4f2a-9c72-59dfba4f1211 => generated 1242 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 376/804] 10.0.0.231 () {32 vars in 729 bytes} [Thu May 7 14:28:26 2026] GET /v2.0/floatingips/790c52ac-0ba4-4fb2-b6a8-dd2952519bf2 => generated 842 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 377/805] 199.19.213.209 () {34 vars in 1060 bytes} [Thu May 7 14:28:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=a3970e0f-462f-40ff-bd30-e95dc404572a => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 378/806] 10.0.0.231 () {32 vars in 655 bytes} [Thu May 7 14:28:26 2026] GET /v2.0/floatingips => generated 845 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 379/807] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:28:26 2026] GET /v2.0/subnets?id=6c9741f7-136d-4f76-a7c7-82ce79d84698 => generated 696 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/808] 10.0.0.231 () {34 vars in 789 bytes} [Thu May 7 14:28:25 2026] PUT /v2.0/routers/56a450ae-d591-4d8b-a42d-c139f261330a/remove_router_interface => generated 309 bytes in 839 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/809] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:28:26 2026] GET /v2.0/ports?network_id=09f1d7a3-ac87-4905-972e-3592f902b9a8&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: 431/810] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:26 2026] GET /v2.0/ports?device_id=3dc8ed4c-3279-4f2a-9c72-59dfba4f1211 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:28:26.691 9 INFO neutron.db.l3_db [None req-7695638d-9608-40ed-bf9c-5a403d7e5de2 361e7a1a32fc4e0e9dc084ade7713399 8225980e3bf94ecf8e7258543bd20e61 - - default default] Floating IP 790c52ac-0ba4-4fb2-b6a8-dd2952519bf2 associated. External IP: 10.96.250.208, port: fa278ee1-97ca-4c99-b2b3-c5b84d5abace. 2026-05-07 14:28:26.742 8 INFO neutron_taas.services.taas.taas_plugin [None req-b75475c6-26d7-41c9-be5e-9658754fb40d a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: 613a8dfe-6437-4c23-b1c5-b0449ae07ca4 2026-05-07 14:28:26.745 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b75475c6-26d7-41c9-be5e-9658754fb40d a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: 613a8dfe-6437-4c23-b1c5-b0449ae07ca4 2026-05-07 14:28:26.984 8 INFO neutron_taas.services.taas.taas_plugin [None req-b75475c6-26d7-41c9-be5e-9658754fb40d a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: 85750f98-6ffb-4540-8549-c21aa4b7c385 2026-05-07 14:28:26.986 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b75475c6-26d7-41c9-be5e-9658754fb40d a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: 85750f98-6ffb-4540-8549-c21aa4b7c385 [pid: 9|app: 0|req: 380/811] 10.0.0.231 () {34 vars in 749 bytes} [Thu May 7 14:28:26 2026] PUT /v2.0/floatingips/790c52ac-0ba4-4fb2-b6a8-dd2952519bf2 => generated 841 bytes in 961 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 381/812] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:28:27 2026] GET /v2.0/networks/09f1d7a3-ac87-4905-972e-3592f902b9a8?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:28:27.336 8 INFO neutron.services.segments.plugin [-] Segment df24d8e5-6439-4593-b5d2-230c61bbc044 resource provider aggregate not found 2026-05-07 14:28:27.352 8 INFO neutron.services.segments.plugin [-] Segment df24d8e5-6439-4593-b5d2-230c61bbc044 resource provider aggregate not found 2026-05-07 14:28:27.363 8 INFO neutron.services.segments.plugin [-] Segment df24d8e5-6439-4593-b5d2-230c61bbc044 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df24d8e5-6439-4593-b5d2-230c61bbc044 found for delete ", "request_id": "req-0f229c1e-7a27-44b7-93a8-fc8d2e67b9fa"}]} [pid: 9|app: 0|req: 382/813] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:28:27 2026] GET /v2.0/security-groups?id=fb82ee7d-f00f-4305-b2ef-4b320a16a894&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:28:27.370 8 INFO neutron.db.l3_hamode_db [None req-b75475c6-26d7-41c9-be5e-9658754fb40d a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] HA network f84e80f4-87ac-4516-8d9c-c922c4d36c27 was deleted as no HA routers are present in tenant 395aa0a506b3481b94bc742f6d086444. 2026-05-07 14:28:27.371 8 INFO neutron.services.segments.plugin [-] Segment df24d8e5-6439-4593-b5d2-230c61bbc044 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df24d8e5-6439-4593-b5d2-230c61bbc044 found for delete ", "request_id": "req-7a7d2264-0d9e-40db-b1bf-cf31df676741"}]} [pid: 8|app: 0|req: 432/816] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:28:26 2026] DELETE /v2.0/routers/56a450ae-d591-4d8b-a42d-c139f261330a => generated 0 bytes in 811 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/817] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:28:27 2026] GET /v2.0/networks/09f1d7a3-ac87-4905-972e-3592f902b9a8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:28:27.498 9 INFO neutron.db.l3_db [None req-d8d9085e-f6d6-4f1d-80b8-13c24ed31cc0 361e7a1a32fc4e0e9dc084ade7713399 8225980e3bf94ecf8e7258543bd20e61 - - default default] Floating IP 790c52ac-0ba4-4fb2-b6a8-dd2952519bf2 disassociated. External IP: 10.96.250.208, port: 032f7d3b-1d5d-491a-b299-055bb995fcd5. [pid: 8|app: 0|req: 434/818] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:28:27 2026] DELETE /v2.0/subnets/6ef6582a-5b63-49e7-9414-1edd43ea0e0a => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:28:27.645 8 INFO neutron_taas.services.taas.taas_plugin [None req-6771ad52-4f14-4ed8-9fd9-4f46d9e92139 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: 82372150-efbb-4a9b-b72a-fa31c6aef2c3 2026-05-07 14:28:27.648 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6771ad52-4f14-4ed8-9fd9-4f46d9e92139 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: 82372150-efbb-4a9b-b72a-fa31c6aef2c3 [pid: 9|app: 0|req: 385/819] 10.0.0.231 () {34 vars in 749 bytes} [Thu May 7 14:28:27 2026] PUT /v2.0/floatingips/790c52ac-0ba4-4fb2-b6a8-dd2952519bf2 => generated 552 bytes in 368 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/820] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:28:27 2026] DELETE /v2.0/networks/91c3f795-06c9-4911-bfac-fd260acb4361 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:28:27.853 9 INFO neutron_taas.services.taas.taas_plugin [None req-cd6e44e7-fb7c-4811-9029-426a88f3e589 361e7a1a32fc4e0e9dc084ade7713399 8225980e3bf94ecf8e7258543bd20e61 - - default default] TaaS: Handle Delete Port: 929bf420-0fd7-4f64-a8f7-4c6ba23db44d 2026-05-07 14:28:27.856 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd6e44e7-fb7c-4811-9029-426a88f3e589 361e7a1a32fc4e0e9dc084ade7713399 8225980e3bf94ecf8e7258543bd20e61 - - default default] Tap Mirror: Handle Delete Port: 929bf420-0fd7-4f64-a8f7-4c6ba23db44d [pid: 8|app: 0|req: 436/821] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:28:27 2026] GET /v2.0/security-groups?tenant_id=395aa0a506b3481b94bc742f6d086444&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 386/822] 10.0.0.231 () {32 vars in 732 bytes} [Thu May 7 14:28:27 2026] DELETE /v2.0/floatingips/790c52ac-0ba4-4fb2-b6a8-dd2952519bf2 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:28:28.058 9 INFO neutron.api.v2.resource [None req-7be1d4eb-f66a-437e-aba5-6bd07ce76870 361e7a1a32fc4e0e9dc084ade7713399 8225980e3bf94ecf8e7258543bd20e61 - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 387/823] 10.0.0.231 () {32 vars in 732 bytes} [Thu May 7 14:28:28 2026] DELETE /v2.0/floatingips/790c52ac-0ba4-4fb2-b6a8-dd2952519bf2 => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/824] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:28:28 2026] DELETE /v2.0/security-groups/a443cdf3-afae-4644-ba06-a857dbc553fd => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:28:28.195 9 INFO neutron_taas.services.taas.taas_plugin [None req-ec4e6adc-2c69-4117-b562-81cbaac65ca1 361e7a1a32fc4e0e9dc084ade7713399 8225980e3bf94ecf8e7258543bd20e61 - - default default] TaaS: Handle Delete Port: 032f7d3b-1d5d-491a-b299-055bb995fcd5 2026-05-07 14:28:28.198 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec4e6adc-2c69-4117-b562-81cbaac65ca1 361e7a1a32fc4e0e9dc084ade7713399 8225980e3bf94ecf8e7258543bd20e61 - - default default] Tap Mirror: Handle Delete Port: 032f7d3b-1d5d-491a-b299-055bb995fcd5 [pid: 9|app: 0|req: 388/825] 10.0.0.231 () {32 vars in 720 bytes} [Thu May 7 14:28:28 2026] DELETE /v2.0/ports/032f7d3b-1d5d-491a-b299-055bb995fcd5 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 389/826] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:28 2026] GET /v2.0/ports?device_id=3dc8ed4c-3279-4f2a-9c72-59dfba4f1211 => generated 973 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:28:28.585 8 INFO neutron_taas.services.taas.taas_plugin [None req-ee21bfa3-0462-4a31-ad4e-45a5cf6154a5 361e7a1a32fc4e0e9dc084ade7713399 8225980e3bf94ecf8e7258543bd20e61 - - default default] TaaS: Handle Delete Port: fa278ee1-97ca-4c99-b2b3-c5b84d5abace 2026-05-07 14:28:28.587 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee21bfa3-0462-4a31-ad4e-45a5cf6154a5 361e7a1a32fc4e0e9dc084ade7713399 8225980e3bf94ecf8e7258543bd20e61 - - default default] Tap Mirror: Handle Delete Port: fa278ee1-97ca-4c99-b2b3-c5b84d5abace [pid: 9|app: 0|req: 390/827] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:28:28 2026] GET /v2.0/security-groups?id=fb82ee7d-f00f-4305-b2ef-4b320a16a894&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/828] 10.0.0.231 () {32 vars in 720 bytes} [Thu May 7 14:28:28 2026] DELETE /v2.0/ports/fa278ee1-97ca-4c99-b2b3-c5b84d5abace => generated 0 bytes in 383 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 391/829] 10.0.0.231 () {32 vars in 736 bytes} [Thu May 7 14:28:28 2026] GET /v2.0/ports?device_id=124cfe5b-6806-4309-b870-2ddb3cae4e2b => generated 958 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:28:29.131 8 INFO neutron_taas.services.taas.taas_plugin [None req-fd4eb163-5471-4a4d-96b8-8f3d008e92b1 361e7a1a32fc4e0e9dc084ade7713399 8225980e3bf94ecf8e7258543bd20e61 - - default default] TaaS: Handle Delete Port: f005dff6-2acd-4ba6-9bb0-194187b37562 2026-05-07 14:28:29.134 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd4eb163-5471-4a4d-96b8-8f3d008e92b1 361e7a1a32fc4e0e9dc084ade7713399 8225980e3bf94ecf8e7258543bd20e61 - - default default] Tap Mirror: Handle Delete Port: f005dff6-2acd-4ba6-9bb0-194187b37562 2026-05-07 14:28:29.392 8 INFO neutron.services.segments.plugin [-] Segment e0d857b9-1730-4af7-98e6-db6813f1f2d5 resource provider aggregate not found 2026-05-07 14:28:29.396 8 INFO neutron.services.segments.plugin [-] Segment e0d857b9-1730-4af7-98e6-db6813f1f2d5 resource provider aggregate not found 2026-05-07 14:28:29.424 8 INFO neutron.services.segments.plugin [-] Segment e0d857b9-1730-4af7-98e6-db6813f1f2d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0d857b9-1730-4af7-98e6-db6813f1f2d5 found for delete ", "request_id": "req-ce02382c-6095-4d3f-a6c6-f6adf131b61c"}]} 2026-05-07 14:28:29.426 8 INFO neutron.services.segments.plugin [-] Segment e0d857b9-1730-4af7-98e6-db6813f1f2d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0d857b9-1730-4af7-98e6-db6813f1f2d5 found for delete ", "request_id": "req-1e2357c5-3cd8-41c0-8932-ee8a7548068f"}]} [pid: 8|app: 0|req: 439/830] 10.0.0.231 () {34 vars in 789 bytes} [Thu May 7 14:28:28 2026] PUT /v2.0/routers/124cfe5b-6806-4309-b870-2ddb3cae4e2b/remove_router_interface => generated 309 bytes in 918 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 392/831] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:29 2026] GET /v2.0/ports?device_id=3dc8ed4c-3279-4f2a-9c72-59dfba4f1211 => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 393/832] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:28:29 2026] GET /v2.0/security-groups?id=fb82ee7d-f00f-4305-b2ef-4b320a16a894&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:28:29.924 8 INFO neutron_taas.services.taas.taas_plugin [None req-d1e6b17f-cc67-4f12-9f8f-99868e19cc79 361e7a1a32fc4e0e9dc084ade7713399 8225980e3bf94ecf8e7258543bd20e61 - - default default] TaaS: Handle Delete Port: 6d75abb7-fb28-4b49-bec7-117c1e3ef5ed 2026-05-07 14:28:29.927 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1e6b17f-cc67-4f12-9f8f-99868e19cc79 361e7a1a32fc4e0e9dc084ade7713399 8225980e3bf94ecf8e7258543bd20e61 - - default default] Tap Mirror: Handle Delete Port: 6d75abb7-fb28-4b49-bec7-117c1e3ef5ed 2026-05-07 14:28:30.147 9 INFO neutron.db.segments_db [None req-3ce02b40-33a8-4045-8441-b0bde8f26139 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Added segment 717c841d-c7fc-4c49-8a89-6a92862a1185 of type vxlan for network 76905932-eaf3-426b-8da3-f1e2e7ff5d63 2026-05-07 14:28:30.157 8 INFO neutron_taas.services.taas.taas_plugin [None req-d1e6b17f-cc67-4f12-9f8f-99868e19cc79 361e7a1a32fc4e0e9dc084ade7713399 8225980e3bf94ecf8e7258543bd20e61 - - default default] TaaS: Handle Delete Port: 16c130d6-3085-4cb6-9410-048cc15f671a 2026-05-07 14:28:30.159 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1e6b17f-cc67-4f12-9f8f-99868e19cc79 361e7a1a32fc4e0e9dc084ade7713399 8225980e3bf94ecf8e7258543bd20e61 - - default default] Tap Mirror: Handle Delete Port: 16c130d6-3085-4cb6-9410-048cc15f671a [pid: 9|app: 0|req: 394/833] 10.0.0.231 () {34 vars in 671 bytes} [Thu May 7 14:28:29 2026] POST /v2.0/networks => generated 724 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:28:30.471 8 INFO neutron.db.l3_hamode_db [None req-d1e6b17f-cc67-4f12-9f8f-99868e19cc79 361e7a1a32fc4e0e9dc084ade7713399 8225980e3bf94ecf8e7258543bd20e61 - - default default] HA network 05e9293c-f91b-4382-b227-bcbc683c2dcc was deleted as no HA routers are present in tenant 8225980e3bf94ecf8e7258543bd20e61. [pid: 8|app: 0|req: 440/834] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:28:29 2026] DELETE /v2.0/routers/124cfe5b-6806-4309-b870-2ddb3cae4e2b => generated 0 bytes in 768 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 395/835] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:28:30 2026] POST /v2.0/subnets => generated 690 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:28:30.521 9 INFO neutron.db.segments_db [None req-2fe8d008-9d68-436b-abad-ea1d60711e65 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Added segment f5c82941-11b7-4a19-b857-f907fa75191a of type vxlan for network ca888751-d73d-4ac0-8dd9-6e4de570110b [pid: 8|app: 0|req: 441/836] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:28:30 2026] DELETE /v2.0/subnets/7e22017a-002c-473c-9d60-1d3be89bc2a3 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/837] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:28:30 2026] DELETE /v2.0/networks/facc4996-647c-4116-b596-6373b84ad32e => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:28:30.792 9 INFO neutron.db.l3_hamode_db [None req-2fe8d008-9d68-436b-abad-ea1d60711e65 a3a2c4abf0ac4eee804577c1972df427 e7f3f9abcd67467c90ea086ba94a0d9b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 443/838] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:30 2026] GET /v2.0/ports?device_id=3dc8ed4c-3279-4f2a-9c72-59dfba4f1211 => generated 973 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/839] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:28:30 2026] GET /v2.0/security-groups?id=fb82ee7d-f00f-4305-b2ef-4b320a16a894&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/840] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:28:31 2026] GET /v2.0/security-groups?tenant_id=8225980e3bf94ecf8e7258543bd20e61&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:28:31.450 8 INFO neutron.services.segments.plugin [-] Segment 65c4536b-a0b4-4194-ab36-ab2b202d928b resource provider aggregate not found 2026-05-07 14:28:31.459 8 INFO neutron.services.segments.plugin [-] Segment 65c4536b-a0b4-4194-ab36-ab2b202d928b resource provider aggregate not found 2026-05-07 14:28:31.479 8 INFO neutron.services.segments.plugin [-] Segment 65c4536b-a0b4-4194-ab36-ab2b202d928b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65c4536b-a0b4-4194-ab36-ab2b202d928b found for delete ", "request_id": "req-bdd8a63e-70d6-42a3-90a3-eed7e1e8f1ae"}]} 2026-05-07 14:28:31.488 8 INFO neutron.services.segments.plugin [-] Segment 65c4536b-a0b4-4194-ab36-ab2b202d928b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65c4536b-a0b4-4194-ab36-ab2b202d928b found for delete ", "request_id": "req-0f1a46f3-af70-43eb-bdfa-09f9a126c001"}]} 2026-05-07 14:28:31.519 8 INFO neutron.services.segments.plugin [-] Segment ab6c710c-8326-4f7f-a0da-de7e976cba10 resource provider aggregate not found 2026-05-07 14:28:31.521 8 INFO neutron.services.segments.plugin [-] Segment ab6c710c-8326-4f7f-a0da-de7e976cba10 resource provider aggregate not found 2026-05-07 14:28:31.557 8 INFO neutron.services.segments.plugin [-] Segment ab6c710c-8326-4f7f-a0da-de7e976cba10 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab6c710c-8326-4f7f-a0da-de7e976cba10 found for delete ", "request_id": "req-de1ac5f6-7810-4f44-95a2-78abd356ac36"}]} 2026-05-07 14:28:31.569 8 INFO neutron.services.segments.plugin [-] Segment ab6c710c-8326-4f7f-a0da-de7e976cba10 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab6c710c-8326-4f7f-a0da-de7e976cba10 found for delete ", "request_id": "req-6677d569-4640-45c0-bfd4-7825765f8291"}]} [pid: 8|app: 0|req: 446/841] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:28:31 2026] DELETE /v2.0/security-groups/ea7e37e6-f763-4fbf-9c5b-0ed48a598be1 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:28:31.686 9 INFO neutron.db.l3_hamode_db [None req-2fe8d008-9d68-436b-abad-ea1d60711e65 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 447/842] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:31 2026] GET /v2.0/ports?device_id=03e45b53-5d05-4844-89af-5706863d87d0 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/843] 10.0.0.63 () {34 vars in 970 bytes} [Thu May 7 14:28:31 2026] GET /v2.0/ports/8f9acb5f-e5f0-426b-b54e-f2fb9b81a675 => generated 968 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/844] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:32 2026] GET /v2.0/ports?device_id=3dc8ed4c-3279-4f2a-9c72-59dfba4f1211 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/845] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:28:32 2026] GET /v2.0/security-groups?id=fb82ee7d-f00f-4305-b2ef-4b320a16a894&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: 451/846] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:32 2026] GET /v2.0/ports?device_id=3dc8ed4c-3279-4f2a-9c72-59dfba4f1211 => 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: 452/847] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:28:32 2026] GET /v2.0/security-groups?id=fb82ee7d-f00f-4305-b2ef-4b320a16a894&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/848] 199.19.213.209 () {34 vars in 1000 bytes} [Thu May 7 14:28:32 2026] GET /v2.0/subnets?network_id=d3277117-4989-4aaa-ac65-28476e4bc7f6 => generated 684 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/849] 199.19.213.209 () {34 vars in 1146 bytes} [Thu May 7 14:28:32 2026] GET /v2.0/ports?device_id=03e45b53-5d05-4844-89af-5706863d87d0&device_owner=compute%3Anova&network_id=d3277117-4989-4aaa-ac65-28476e4bc7f6 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 396/850] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:28:30 2026] POST /v2.0/routers => generated 730 bytes in 2270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/851] 199.19.213.209 () {38 vars in 1028 bytes} [Thu May 7 14:28:32 2026] PUT /v2.0/ports/8f9acb5f-e5f0-426b-b54e-f2fb9b81a675 => generated 1149 bytes in 574 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:28:33.363 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fdb42b1a-b3a5-4fe3-8616-a84ded1abe38'] response: {'name': 'network-changed', 'server_uuid': '03e45b53-5d05-4844-89af-5706863d87d0', 'tag': '8f9acb5f-e5f0-426b-b54e-f2fb9b81a675', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 14:28:33.851 8 INFO neutron.db.segments_db [None req-b24c79fc-f67a-41e0-8624-8e0b80f6e66d 51bf4a7c1c364b73a2a844919aa785a7 e7ca1f9cac934237b017763b019b482b - - default default] Added segment e8e0eb4a-e4da-4296-8fd4-6c899b7c21ee of type vxlan for network 25a183c5-f091-4923-9cf4-2cb16b4d3104 2026-05-07 14:28:33.908 8 INFO neutron.db.segments_db [None req-b24c79fc-f67a-41e0-8624-8e0b80f6e66d 51bf4a7c1c364b73a2a844919aa785a7 e7ca1f9cac934237b017763b019b482b - - default default] Added segment da8ab742-7f78-41af-93c6-c51ea809dce5 of type vxlan for network 155e1f51-1484-4254-8276-bd82f044bae0 [pid: 9|app: 0|req: 397/852] 10.0.0.231 () {34 vars in 783 bytes} [Thu May 7 14:28:32 2026] PUT /v2.0/routers/cb79bfbf-6705-4dfd-9882-2b4c616f0d0b/add_router_interface => generated 309 bytes in 1220 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/853] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:28:33 2026] POST /v2.0/networks => generated 1207 bytes in 583 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 398/854] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:33 2026] GET /v2.0/ports?device_id=3dc8ed4c-3279-4f2a-9c72-59dfba4f1211 => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/855] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:28:34 2026] GET /v2.0/ports?tenant_id=2c5870d79c70413d956e361faf276fcf&device_id=03e45b53-5d05-4844-89af-5706863d87d0 => generated 1421 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/856] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:28:34 2026] GET /v2.0/security-groups?id=fb82ee7d-f00f-4305-b2ef-4b320a16a894&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: 9|app: 0|req: 399/857] 10.0.0.231 () {32 vars in 649 bytes} [Thu May 7 14:28:34 2026] GET /v2.0/networks => generated 1844 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/858] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:28:34 2026] GET /v2.0/networks?id=d3277117-4989-4aaa-ac65-28476e4bc7f6 => generated 780 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/859] 199.19.213.209 () {34 vars in 1060 bytes} [Thu May 7 14:28:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=8f9acb5f-e5f0-426b-b54e-f2fb9b81a675 => 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: 461/860] 199.19.213.209 () {34 vars in 1058 bytes} [Thu May 7 14:28:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=8f9acb5f-e5f0-426b-b54e-f2fb9b81a675 => generated 860 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/861] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:28:34 2026] GET /v2.0/subnets?id=098b8aac-8586-4170-b791-62a12bcae25a => generated 702 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:28:34.250 9 INFO neutron.services.segments.plugin [-] Segment e8e0eb4a-e4da-4296-8fd4-6c899b7c21ee resource provider aggregate not found 2026-05-07 14:28:34.256 9 INFO neutron.services.segments.plugin [-] Segment e8e0eb4a-e4da-4296-8fd4-6c899b7c21ee resource provider aggregate not found [pid: 8|app: 0|req: 463/862] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:28:34 2026] GET /v2.0/ports?network_id=d3277117-4989-4aaa-ac65-28476e4bc7f6&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:28:34.275 9 INFO neutron.services.segments.plugin [-] Segment e8e0eb4a-e4da-4296-8fd4-6c899b7c21ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8e0eb4a-e4da-4296-8fd4-6c899b7c21ee found for delete ", "request_id": "req-96583c65-5d3e-4748-bc3e-27a417fa30a3"}]} 2026-05-07 14:28:34.275 9 INFO neutron.services.segments.plugin [-] Segment e8e0eb4a-e4da-4296-8fd4-6c899b7c21ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8e0eb4a-e4da-4296-8fd4-6c899b7c21ee found for delete ", "request_id": "req-6fb1edfb-9609-4844-b215-efb781d7803f"}]} [pid: 9|app: 0|req: 400/863] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:28:34 2026] DELETE /v2.0/networks/25a183c5-f091-4923-9cf4-2cb16b4d3104 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/864] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:28:34 2026] GET /v2.0/networks/d3277117-4989-4aaa-ac65-28476e4bc7f6?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: 465/865] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:28:34 2026] GET /v2.0/networks/d3277117-4989-4aaa-ac65-28476e4bc7f6?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: 9|app: 0|req: 401/866] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:28:34 2026] DELETE /v2.0/networks/155e1f51-1484-4254-8276-bd82f044bae0 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/867] 10.0.0.231 () {32 vars in 649 bytes} [Thu May 7 14:28:34 2026] GET /v2.0/networks => generated 651 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:28:34.560 9 INFO neutron.db.segments_db [None req-ae0c9328-2d95-420a-a50c-979f558f32c2 51bf4a7c1c364b73a2a844919aa785a7 e7ca1f9cac934237b017763b019b482b - - default default] Added segment 3c99fbb5-975a-4f6f-babd-af007e049212 of type vxlan for network a954d404-e249-4d53-a7d2-5952336bc139 [pid: 9|app: 0|req: 402/868] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:28:34 2026] POST /v2.0/networks => generated 635 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:28:34.715 8 INFO neutron.db.segments_db [None req-41d5d41b-3069-4b6b-9596-5e9dbc19ab98 51bf4a7c1c364b73a2a844919aa785a7 e7ca1f9cac934237b017763b019b482b - - default default] Added segment 8a58229b-8be2-4503-bcc2-b904f9cde9af of type vxlan for network 73bd27be-0687-4dff-8f38-3c55f3b82d6a [pid: 9|app: 0|req: 403/869] 10.0.0.231 () {34 vars in 685 bytes} [Thu May 7 14:28:34 2026] POST /v2.0/security-groups => generated 1660 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/870] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:28:34 2026] POST /v2.0/networks => generated 634 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 404/871] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:28:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 405/872] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:28:34 2026] POST /v2.0/security-group-rules => generated 602 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 406/873] 199.19.213.209 () {34 vars in 994 bytes} [Thu May 7 14:28:35 2026] GET /v2.0/ports?device_id=3dc8ed4c-3279-4f2a-9c72-59dfba4f1211 => generated 975 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/874] 10.0.0.231 () {34 vars in 665 bytes} [Thu May 7 14:28:34 2026] POST /v2.0/ports => generated 1505 bytes in 641 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-05-07 14:28:35.569 8 INFO neutron_taas.services.taas.taas_plugin [req-b33bbab0-1413-48e9-8b26-1f5010902b33 req-ef2d75ef-bb4b-4ef6-b036-b15056c81a1f 694a9374de7146fdba2be7af5cc67509 b8d0285703954764aea42b519bb3065c - - default default] TaaS: Handle Delete Port: a3970e0f-462f-40ff-bd30-e95dc404572a 2026-05-07 14:28:35.572 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b33bbab0-1413-48e9-8b26-1f5010902b33 req-ef2d75ef-bb4b-4ef6-b036-b15056c81a1f 694a9374de7146fdba2be7af5cc67509 b8d0285703954764aea42b519bb3065c - - default default] Tap Mirror: Handle Delete Port: a3970e0f-462f-40ff-bd30-e95dc404572a [pid: 9|app: 0|req: 407/875] 10.0.0.231 () {34 vars in 676 bytes} [Thu May 7 14:28:35 2026] POST /v2.0/floatingips => generated 552 bytes in 566 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/876] 199.19.213.209 () {36 vars in 997 bytes} [Thu May 7 14:28:35 2026] DELETE /v2.0/ports/a3970e0f-462f-40ff-bd30-e95dc404572a => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 408/877] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:35 2026] GET /v2.0/ports?device_id=3dc8ed4c-3279-4f2a-9c72-59dfba4f1211 => 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: 470/878] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:28:35 2026] GET /v2.0/ports?tenant_id=2c5870d79c70413d956e361faf276fcf&device_id=03e45b53-5d05-4844-89af-5706863d87d0 => generated 1421 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:28:35.793 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d363db3a-3276-4c25-ac07-581f3007dfd2'] response: {'server_uuid': '3dc8ed4c-3279-4f2a-9c72-59dfba4f1211', 'name': 'network-vif-deleted', 'tag': 'a3970e0f-462f-40ff-bd30-e95dc404572a', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 409/879] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:35 2026] GET /v2.0/ports?device_id=03e45b53-5d05-4844-89af-5706863d87d0 => generated 1152 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/880] 10.0.0.231 () {32 vars in 643 bytes} [Thu May 7 14:28:35 2026] GET /v2.0/ports => generated 1505 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 410/881] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:28:35 2026] GET /v2.0/networks?id=d3277117-4989-4aaa-ac65-28476e4bc7f6 => generated 780 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/882] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:28:35 2026] GET /v2.0/security-groups?id=794d0da2-99e8-48e5-a937-622fd1526376&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/883] 199.19.213.209 () {34 vars in 1060 bytes} [Thu May 7 14:28:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=8f9acb5f-e5f0-426b-b54e-f2fb9b81a675 => 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: 474/884] 199.19.213.209 () {34 vars in 1058 bytes} [Thu May 7 14:28:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=8f9acb5f-e5f0-426b-b54e-f2fb9b81a675 => generated 860 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/885] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:28:35 2026] GET /v2.0/subnets?id=098b8aac-8586-4170-b791-62a12bcae25a => generated 702 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:28:35.984 9 INFO neutron_taas.services.taas.taas_plugin [None req-4aac9965-7dce-4825-ba97-e24a25df7b9d 51bf4a7c1c364b73a2a844919aa785a7 e7ca1f9cac934237b017763b019b482b - - default default] TaaS: Handle Delete Port: 7872b536-15a6-45f8-b763-426a0d6dd057 2026-05-07 14:28:35.988 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4aac9965-7dce-4825-ba97-e24a25df7b9d 51bf4a7c1c364b73a2a844919aa785a7 e7ca1f9cac934237b017763b019b482b - - default default] Tap Mirror: Handle Delete Port: 7872b536-15a6-45f8-b763-426a0d6dd057 [pid: 8|app: 0|req: 476/886] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:28:35 2026] GET /v2.0/ports?network_id=d3277117-4989-4aaa-ac65-28476e4bc7f6&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: 477/887] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:28:36 2026] GET /v2.0/networks/d3277117-4989-4aaa-ac65-28476e4bc7f6?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 411/888] 10.0.0.231 () {32 vars in 720 bytes} [Thu May 7 14:28:35 2026] DELETE /v2.0/ports/7872b536-15a6-45f8-b763-426a0d6dd057 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/889] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:28:36 2026] GET /v2.0/networks/d3277117-4989-4aaa-ac65-28476e4bc7f6?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: 479/890] 10.0.0.63 () {34 vars in 1097 bytes} [Thu May 7 14:28:36 2026] GET /v2.0/security-groups?name=tempest-securitygroup--719761890&fields=id&tenant_id=e7f3f9abcd67467c90ea086ba94a0d9b => 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: 480/891] 10.0.0.63 () {34 vars in 981 bytes} [Thu May 7 14:28:36 2026] GET /v2.0/networks?id=76905932-eaf3-426b-8da3-f1e2e7ff5d63 => generated 675 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:28:36.235 9 INFO neutron_taas.services.taas.taas_plugin [None req-20ed982f-c7b6-4f57-817c-67bedfd2a740 51bf4a7c1c364b73a2a844919aa785a7 e7ca1f9cac934237b017763b019b482b - - default default] TaaS: Handle Delete Port: 5540ec98-424e-4122-a756-1737269ac2ad 2026-05-07 14:28:36.239 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20ed982f-c7b6-4f57-817c-67bedfd2a740 51bf4a7c1c364b73a2a844919aa785a7 e7ca1f9cac934237b017763b019b482b - - default default] Tap Mirror: Handle Delete Port: 5540ec98-424e-4122-a756-1737269ac2ad [pid: 8|app: 0|req: 481/892] 10.0.0.63 () {34 vars in 964 bytes} [Thu May 7 14:28:36 2026] GET /v2.0/quotas/e7f3f9abcd67467c90ea086ba94a0d9b => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:28:36.300 9 INFO neutron.services.segments.plugin [-] Segment da8ab742-7f78-41af-93c6-c51ea809dce5 resource provider aggregate not found 2026-05-07 14:28:36.309 9 INFO neutron.services.segments.plugin [-] Segment da8ab742-7f78-41af-93c6-c51ea809dce5 resource provider aggregate not found [pid: 8|app: 0|req: 482/893] 10.0.0.63 () {34 vars in 1001 bytes} [Thu May 7 14:28:36 2026] GET /v2.0/ports?tenant_id=e7f3f9abcd67467c90ea086ba94a0d9b&fields=id => generated 57 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:28:36.322 9 INFO neutron.services.segments.plugin [-] Segment da8ab742-7f78-41af-93c6-c51ea809dce5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da8ab742-7f78-41af-93c6-c51ea809dce5 found for delete ", "request_id": "req-268b0494-a754-4841-aefa-fccfd87de70e"}]} [pid: 9|app: 0|req: 412/894] 10.0.0.231 () {32 vars in 720 bytes} [Thu May 7 14:28:36 2026] DELETE /v2.0/ports/5540ec98-424e-4122-a756-1737269ac2ad => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:28:36.347 9 INFO neutron.services.segments.plugin [-] Segment da8ab742-7f78-41af-93c6-c51ea809dce5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da8ab742-7f78-41af-93c6-c51ea809dce5 found for delete ", "request_id": "req-98ad229d-fb84-4b93-a7a9-7c4f1d0dbc4a"}]} [pid: 8|app: 0|req: 483/895] 10.0.0.63 () {34 vars in 1007 bytes} [Thu May 7 14:28:36 2026] GET /v2.0/networks/76905932-eaf3-426b-8da3-f1e2e7ff5d63?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 413/896] 10.0.0.231 () {32 vars in 643 bytes} [Thu May 7 14:28:36 2026] GET /v2.0/ports => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/897] 10.0.0.63 () {34 vars in 1107 bytes} [Thu May 7 14:28:36 2026] GET /v2.0/networks/76905932-eaf3-426b-8da3-f1e2e7ff5d63?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) 2026-05-07 14:28:36.450 9 INFO neutron.db.segments_db [None req-af45f2b6-077e-4984-a07b-3c209c3dcf42 51bf4a7c1c364b73a2a844919aa785a7 e7ca1f9cac934237b017763b019b482b - - default default] Added segment 0631f9d4-cd00-4e3f-ac49-cd167ef27fba of type vxlan for network 34888d07-6c90-4dbc-82db-d68e1e58d957 [pid: 9|app: 0|req: 414/898] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:28:36 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) [pid: 8|app: 0|req: 485/899] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:36 2026] GET /v2.0/ports?device_id=7cfd4798-f323-4119-a64d-7efcebb9353e => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:28:36.631 9 INFO neutron.db.segments_db [None req-5ee20485-b6ee-4fc2-ad2a-7583341812ca 51bf4a7c1c364b73a2a844919aa785a7 e7ca1f9cac934237b017763b019b482b - - default default] Added segment 2bafefd9-e97b-4002-ab42-63acf2a17a8f of type vxlan for network 947de8ef-433e-4377-b4a2-2309f5a24a93 [pid: 8|app: 0|req: 486/900] 199.19.213.209 () {34 vars in 1120 bytes} [Thu May 7 14:28:36 2026] GET /v2.0/ports?device_id=03e45b53-5d05-4844-89af-5706863d87d0&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.12 => generated 1152 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 415/901] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:28:36 2026] POST /v2.0/networks => generated 635 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 416/902] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:36 2026] GET /v2.0/ports?device_id=3dc8ed4c-3279-4f2a-9c72-59dfba4f1211 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/903] 199.19.213.209 () {38 vars in 1028 bytes} [Thu May 7 14:28:36 2026] PUT /v2.0/ports/8f9acb5f-e5f0-426b-b54e-f2fb9b81a675 => generated 968 bytes in 383 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: 488/904] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:28:37 2026] GET /v2.0/ports?tenant_id=2c5870d79c70413d956e361faf276fcf&device_id=03e45b53-5d05-4844-89af-5706863d87d0 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/905] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:28:37 2026] GET /v2.0/networks?id=d3277117-4989-4aaa-ac65-28476e4bc7f6 => generated 780 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 417/906] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:28:37 2026] POST /v2.0/subnets => generated 1323 bytes in 502 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/907] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:37 2026] GET /v2.0/ports?device_id=7cfd4798-f323-4119-a64d-7efcebb9353e => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 418/908] 199.19.213.209 () {34 vars in 1058 bytes} [Thu May 7 14:28:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=8f9acb5f-e5f0-426b-b54e-f2fb9b81a675 => generated 860 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/909] 10.0.0.231 () {32 vars in 647 bytes} [Thu May 7 14:28:37 2026] GET /v2.0/subnets => generated 1959 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 419/910] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:28:37 2026] GET /v2.0/subnets?id=098b8aac-8586-4170-b791-62a12bcae25a => generated 702 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 420/911] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:28:37 2026] GET /v2.0/ports?network_id=d3277117-4989-4aaa-ac65-28476e4bc7f6&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:28:37.837 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-aa7f8a8e-7aa3-4cce-8430-872b1579a78d'] response: {'name': 'network-changed', 'server_uuid': '03e45b53-5d05-4844-89af-5706863d87d0', 'tag': '8f9acb5f-e5f0-426b-b54e-f2fb9b81a675', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 421/912] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:28:37 2026] GET /v2.0/networks/d3277117-4989-4aaa-ac65-28476e4bc7f6?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: 492/913] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:28:37 2026] DELETE /v2.0/subnets/e5ae6740-162a-4882-b743-9e7140871516 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 422/914] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:28:37 2026] GET /v2.0/networks/d3277117-4989-4aaa-ac65-28476e4bc7f6?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: 9|app: 0|req: 423/915] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:37 2026] GET /v2.0/ports?device_id=3dc8ed4c-3279-4f2a-9c72-59dfba4f1211 => 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: 493/916] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:28:37 2026] DELETE /v2.0/subnets/d6ee0ed8-fd92-411f-8399-662371698135 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 424/917] 10.0.0.231 () {32 vars in 647 bytes} [Thu May 7 14:28:38 2026] GET /v2.0/subnets => generated 649 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:28:38.269 8 INFO neutron.services.segments.plugin [-] Segment 2bafefd9-e97b-4002-ab42-63acf2a17a8f resource provider aggregate not found 2026-05-07 14:28:38.275 8 INFO neutron.services.segments.plugin [-] Segment 2bafefd9-e97b-4002-ab42-63acf2a17a8f resource provider aggregate not found 2026-05-07 14:28:38.297 8 INFO neutron.services.segments.plugin [-] Segment 2bafefd9-e97b-4002-ab42-63acf2a17a8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bafefd9-e97b-4002-ab42-63acf2a17a8f found for delete ", "request_id": "req-71c3ed8a-3403-4cdb-8108-748f9c455b83"}]} 2026-05-07 14:28:38.300 8 INFO neutron.services.segments.plugin [-] Segment 2bafefd9-e97b-4002-ab42-63acf2a17a8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bafefd9-e97b-4002-ab42-63acf2a17a8f found for delete ", "request_id": "req-a3d584f3-2ec8-4c4d-9a02-c584f0c6ad77"}]} [pid: 8|app: 0|req: 494/918] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:28:38 2026] DELETE /v2.0/networks/947de8ef-433e-4377-b4a2-2309f5a24a93 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 425/919] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:38 2026] GET /v2.0/ports?device_id=03e45b53-5d05-4844-89af-5706863d87d0 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 426/920] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:28:38 2026] GET /v2.0/security-groups?id=794d0da2-99e8-48e5-a937-622fd1526376&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: 495/921] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:28:38 2026] DELETE /v2.0/networks/34888d07-6c90-4dbc-82db-d68e1e58d957 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:28:38.593 9 INFO neutron.services.segments.plugin [-] Segment 8a58229b-8be2-4503-bcc2-b904f9cde9af resource provider aggregate not found 2026-05-07 14:28:38.596 9 INFO neutron.services.segments.plugin [-] Segment 8a58229b-8be2-4503-bcc2-b904f9cde9af resource provider aggregate not found 2026-05-07 14:28:38.617 9 INFO neutron.services.segments.plugin [-] Segment 8a58229b-8be2-4503-bcc2-b904f9cde9af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a58229b-8be2-4503-bcc2-b904f9cde9af found for delete ", "request_id": "req-0d9ac075-3f28-4a0c-bcfb-d227dc11322e"}]} 2026-05-07 14:28:38.618 9 INFO neutron.services.segments.plugin [-] Segment 8a58229b-8be2-4503-bcc2-b904f9cde9af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a58229b-8be2-4503-bcc2-b904f9cde9af found for delete ", "request_id": "req-a0ae745a-146b-475e-a396-92f9d81a5a20"}]} [pid: 9|app: 0|req: 427/922] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:28:38 2026] DELETE /v2.0/networks/73bd27be-0687-4dff-8f38-3c55f3b82d6a => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/923] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:28:38 2026] DELETE /v2.0/networks/a954d404-e249-4d53-a7d2-5952336bc139 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 428/924] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:38 2026] GET /v2.0/ports?device_id=7cfd4798-f323-4119-a64d-7efcebb9353e => 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: 497/925] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:28:38 2026] GET /v2.0/ports?tenant_id=2c5870d79c70413d956e361faf276fcf&device_id=03e45b53-5d05-4844-89af-5706863d87d0 => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 429/926] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:28:39 2026] GET /v2.0/networks?id=d3277117-4989-4aaa-ac65-28476e4bc7f6 => generated 780 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 430/927] 199.19.213.209 () {34 vars in 1058 bytes} [Thu May 7 14:28:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=8f9acb5f-e5f0-426b-b54e-f2fb9b81a675 => generated 860 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 431/928] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:28:39 2026] GET /v2.0/subnets?id=098b8aac-8586-4170-b791-62a12bcae25a => generated 702 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 432/929] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:28:39 2026] GET /v2.0/ports?network_id=d3277117-4989-4aaa-ac65-28476e4bc7f6&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: 9|app: 0|req: 433/930] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:28:39 2026] GET /v2.0/security-groups?tenant_id=e7ca1f9cac934237b017763b019b482b&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:28:39.392 8 INFO neutron_taas.services.taas.taas_plugin [None req-cc7c6ce9-576e-40b3-9a05-74efeb89a3d1 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: cb21658f-6457-4c38-a115-27bb124ba0d5 2026-05-07 14:28:39.396 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc7c6ce9-576e-40b3-9a05-74efeb89a3d1 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: cb21658f-6457-4c38-a115-27bb124ba0d5 [pid: 9|app: 0|req: 434/931] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:28:39 2026] GET /v2.0/networks/d3277117-4989-4aaa-ac65-28476e4bc7f6?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 435/932] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:28:39 2026] DELETE /v2.0/security-groups/051cce97-958f-428d-9226-866b1f80db31 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 436/933] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:28:39 2026] GET /v2.0/networks/d3277117-4989-4aaa-ac65-28476e4bc7f6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 437/934] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:39 2026] GET /v2.0/ports?device_id=03e45b53-5d05-4844-89af-5706863d87d0 => generated 971 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 438/935] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:28:39 2026] GET /v2.0/security-groups?id=794d0da2-99e8-48e5-a937-622fd1526376&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/936] 10.0.0.231 () {34 vars in 789 bytes} [Thu May 7 14:28:39 2026] PUT /v2.0/routers/1673c16b-6036-4b3a-9ebd-f044971ff438/remove_router_interface => generated 309 bytes in 849 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 439/937] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:39 2026] GET /v2.0/ports?device_id=7cfd4798-f323-4119-a64d-7efcebb9353e => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:28:40.052 8 INFO neutron_taas.services.taas.taas_plugin [None req-d7b0c290-90ad-4b6a-aa79-37eed7f2c04f a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: 62870ca5-432c-495c-9dcb-5727178fb380 2026-05-07 14:28:40.055 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7b0c290-90ad-4b6a-aa79-37eed7f2c04f a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: 62870ca5-432c-495c-9dcb-5727178fb380 2026-05-07 14:28:40.265 8 INFO neutron_taas.services.taas.taas_plugin [None req-d7b0c290-90ad-4b6a-aa79-37eed7f2c04f a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: e2e2e100-2232-408a-a141-0b56ac975ffc 2026-05-07 14:28:40.267 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7b0c290-90ad-4b6a-aa79-37eed7f2c04f a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: e2e2e100-2232-408a-a141-0b56ac975ffc 2026-05-07 14:28:40.318 8 INFO neutron.services.segments.plugin [-] Segment 0631f9d4-cd00-4e3f-ac49-cd167ef27fba resource provider aggregate not found 2026-05-07 14:28:40.322 8 INFO neutron.services.segments.plugin [-] Segment 0631f9d4-cd00-4e3f-ac49-cd167ef27fba resource provider aggregate not found 2026-05-07 14:28:40.337 8 INFO neutron.services.segments.plugin [-] Segment 0631f9d4-cd00-4e3f-ac49-cd167ef27fba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0631f9d4-cd00-4e3f-ac49-cd167ef27fba found for delete ", "request_id": "req-6d4930d6-78e6-48e1-9309-416b38dde865"}]} 2026-05-07 14:28:40.342 8 INFO neutron.services.segments.plugin [-] Segment 0631f9d4-cd00-4e3f-ac49-cd167ef27fba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0631f9d4-cd00-4e3f-ac49-cd167ef27fba found for delete ", "request_id": "req-a449a31a-fe9e-4099-a68d-d8b0a3579fb7"}]} 2026-05-07 14:28:40.362 8 INFO neutron.services.segments.plugin [-] Segment 3c99fbb5-975a-4f6f-babd-af007e049212 resource provider aggregate not found 2026-05-07 14:28:40.365 8 INFO neutron.services.segments.plugin [-] Segment 3c99fbb5-975a-4f6f-babd-af007e049212 resource provider aggregate not found 2026-05-07 14:28:40.387 8 INFO neutron.services.segments.plugin [-] Segment 3c99fbb5-975a-4f6f-babd-af007e049212 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c99fbb5-975a-4f6f-babd-af007e049212 found for delete ", "request_id": "req-6ea06055-4798-4e00-b977-848f435a6b67"}]} 2026-05-07 14:28:40.393 8 INFO neutron.services.segments.plugin [-] Segment 3c99fbb5-975a-4f6f-babd-af007e049212 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c99fbb5-975a-4f6f-babd-af007e049212 found for delete ", "request_id": "req-bfadcf38-d28a-41b6-8bd1-17cf6e40647e"}]} 2026-05-07 14:28:40.659 8 INFO neutron.db.l3_hamode_db [None req-d7b0c290-90ad-4b6a-aa79-37eed7f2c04f a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] HA network 541464d4-1ef3-4814-bd73-caf706a0944c was deleted as no HA routers are present in tenant b8d0285703954764aea42b519bb3065c. [pid: 8|app: 0|req: 499/938] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:28:39 2026] DELETE /v2.0/routers/1673c16b-6036-4b3a-9ebd-f044971ff438 => generated 0 bytes in 773 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/939] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:40 2026] GET /v2.0/ports?device_id=03e45b53-5d05-4844-89af-5706863d87d0 => 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: 501/940] 199.19.213.209 () {34 vars in 994 bytes} [Thu May 7 14:28:40 2026] GET /v2.0/ports?device_id=03e45b53-5d05-4844-89af-5706863d87d0 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/941] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:28:40 2026] GET /v2.0/security-groups?id=794d0da2-99e8-48e5-a937-622fd1526376&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: 9|app: 0|req: 440/942] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:28:40 2026] DELETE /v2.0/subnets/6c9741f7-136d-4f76-a7c7-82ce79d84698 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:28:40.966 8 INFO neutron_taas.services.taas.taas_plugin [req-2033ed3d-1c81-4635-b485-383a99935561 req-67e3a190-42e4-4738-8a44-7a9ca3c9a508 919de885f12c47d8b9e831cdf7389bfe 2c5870d79c70413d956e361faf276fcf - - default default] TaaS: Handle Delete Port: 8f9acb5f-e5f0-426b-b54e-f2fb9b81a675 2026-05-07 14:28:40.973 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2033ed3d-1c81-4635-b485-383a99935561 req-67e3a190-42e4-4738-8a44-7a9ca3c9a508 919de885f12c47d8b9e831cdf7389bfe 2c5870d79c70413d956e361faf276fcf - - default default] Tap Mirror: Handle Delete Port: 8f9acb5f-e5f0-426b-b54e-f2fb9b81a675 2026-05-07 14:28:41.023 9 INFO neutron_taas.services.taas.taas_plugin [None req-76aea462-9d8f-42e7-8759-f9e0100620bd a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: a72742ed-746d-4e18-9f1c-cc1957953034 2026-05-07 14:28:41.026 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-76aea462-9d8f-42e7-8759-f9e0100620bd a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: a72742ed-746d-4e18-9f1c-cc1957953034 2026-05-07 14:28:41.077 8 INFO neutron.db.l3_db [req-2033ed3d-1c81-4635-b485-383a99935561 req-67e3a190-42e4-4738-8a44-7a9ca3c9a508 919de885f12c47d8b9e831cdf7389bfe 2c5870d79c70413d956e361faf276fcf - - default default] Floating IP ddb8b17c-2f3f-4431-aa17-4fc57c8dd99b disassociated. External IP: 10.96.250.202, port: 8f9acb5f-e5f0-426b-b54e-f2fb9b81a675. 2026-05-07 14:28:41.217 9 INFO neutron.services.segments.plugin [-] Segment 4111b615-0256-4c99-990c-cac03e5551ab resource provider aggregate not found 2026-05-07 14:28:41.217 9 INFO neutron.services.segments.plugin [-] Segment 4111b615-0256-4c99-990c-cac03e5551ab resource provider aggregate not found 2026-05-07 14:28:41.240 9 INFO neutron.services.segments.plugin [-] Segment 4111b615-0256-4c99-990c-cac03e5551ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4111b615-0256-4c99-990c-cac03e5551ab found for delete ", "request_id": "req-a0b1fd83-27a0-47df-96e1-67b1b1749904"}]} 2026-05-07 14:28:41.243 9 INFO neutron.services.segments.plugin [-] Segment 4111b615-0256-4c99-990c-cac03e5551ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4111b615-0256-4c99-990c-cac03e5551ab found for delete ", "request_id": "req-8ec106e0-888b-4743-ae10-91c21d7aa56d"}]} [pid: 9|app: 0|req: 441/943] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:28:40 2026] DELETE /v2.0/networks/09f1d7a3-ac87-4905-972e-3592f902b9a8 => generated 0 bytes in 371 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 442/944] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:41 2026] GET /v2.0/ports?device_id=7cfd4798-f323-4119-a64d-7efcebb9353e => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 443/945] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:28:41 2026] GET /v2.0/networks?id=76905932-eaf3-426b-8da3-f1e2e7ff5d63 => generated 675 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/946] 199.19.213.209 () {36 vars in 997 bytes} [Thu May 7 14:28:40 2026] DELETE /v2.0/ports/8f9acb5f-e5f0-426b-b54e-f2fb9b81a675 => generated 0 bytes in 574 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/947] 199.19.213.209 () {34 vars in 1050 bytes} [Thu May 7 14:28:41 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e7f3f9abcd67467c90ea086ba94a0d9b => generated 180 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:28:41.431 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7ce459ae-fb26-4366-8683-599682764a9c'] response: {'server_uuid': '03e45b53-5d05-4844-89af-5706863d87d0', 'name': 'network-vif-deleted', 'tag': '8f9acb5f-e5f0-426b-b54e-f2fb9b81a675', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 505/948] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:28:41 2026] GET /v2.0/security-groups?tenant_id=b8d0285703954764aea42b519bb3065c&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:28:41.702 9 INFO neutron.db.segments_db [None req-ac868598-180f-4943-a13b-322698e60f39 339d4acf2cda496c8c14b224e84d80a1 c5abda2107df4290a7fa5076e9198f32 - - default default] Added segment 32e7eac4-c808-4727-a05b-781ae5270a9d of type vxlan for network e5246c38-e921-4f10-b8e8-93928f0a4734 [pid: 8|app: 0|req: 506/949] 199.19.213.209 () {38 vars in 955 bytes} [Thu May 7 14:28:41 2026] POST /v2.0/ports => generated 958 bytes in 294 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-05-07 14:28:41.760 9 INFO neutron.db.segments_db [None req-ac868598-180f-4943-a13b-322698e60f39 339d4acf2cda496c8c14b224e84d80a1 c5abda2107df4290a7fa5076e9198f32 - - default default] Added segment b9145662-da60-47a1-be82-56e2724daa8a of type vxlan for network 71b48795-3d9a-4b56-bdc6-4a28f072206d [pid: 8|app: 0|req: 507/950] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:28:41 2026] DELETE /v2.0/security-groups/fb82ee7d-f00f-4305-b2ef-4b320a16a894 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 444/953] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:28:41 2026] POST /v2.0/networks => generated 1207 bytes in 565 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 445/954] 10.0.0.231 () {32 vars in 649 bytes} [Thu May 7 14:28:41 2026] GET /v2.0/networks => generated 1844 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 446/955] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:41 2026] GET /v2.0/ports?device_id=03e45b53-5d05-4844-89af-5706863d87d0 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 447/956] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:28:41 2026] DELETE /v2.0/networks/e5246c38-e921-4f10-b8e8-93928f0a4734 => 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: 510/957] 199.19.213.209 () {38 vars in 1028 bytes} [Thu May 7 14:28:41 2026] PUT /v2.0/ports/a8a953ad-ecb5-4864-8111-01fefc1429dc => generated 1239 bytes in 420 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 448/958] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:28:42 2026] DELETE /v2.0/networks/71b48795-3d9a-4b56-bdc6-4a28f072206d => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 511/959] 10.0.0.231 () {32 vars in 649 bytes} [Thu May 7 14:28:42 2026] GET /v2.0/networks => generated 651 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/960] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:42 2026] GET /v2.0/ports?device_id=7cfd4798-f323-4119-a64d-7efcebb9353e => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:28:42.429 8 INFO neutron.services.segments.plugin [-] Segment d78f584e-ea5e-40b6-bb1b-e89ed629cf56 resource provider aggregate not found 2026-05-07 14:28:42.430 9 INFO neutron.db.segments_db [None req-d2a9ca5b-6e4d-446b-87eb-a1e36b84ad37 339d4acf2cda496c8c14b224e84d80a1 c5abda2107df4290a7fa5076e9198f32 - - default default] Added segment 041a46a5-baaa-403f-b14d-27cb088f1508 of type vxlan for network eae3d2b2-3724-4a70-8e8b-71377aa1f4c5 2026-05-07 14:28:42.443 8 INFO neutron.services.segments.plugin [-] Segment d78f584e-ea5e-40b6-bb1b-e89ed629cf56 resource provider aggregate not found 2026-05-07 14:28:42.460 8 INFO neutron.services.segments.plugin [-] Segment d78f584e-ea5e-40b6-bb1b-e89ed629cf56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d78f584e-ea5e-40b6-bb1b-e89ed629cf56 found for delete ", "request_id": "req-a657bacc-bd35-4b35-937d-48f08ee05340"}]} [pid: 8|app: 0|req: 513/961] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:28:42 2026] GET /v2.0/security-groups?id=9d827fbc-8f4c-4847-8ed6-70d130663b18&fields=id&fields=name => generated 113 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:28:42.469 8 INFO neutron.services.segments.plugin [-] Segment d78f584e-ea5e-40b6-bb1b-e89ed629cf56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d78f584e-ea5e-40b6-bb1b-e89ed629cf56 found for delete ", "request_id": "req-cb316de0-24e6-4bfc-ac27-708a81b2be3f"}]} [pid: 9|app: 0|req: 449/962] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:28:42 2026] POST /v2.0/networks => generated 631 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:28:42.600 8 INFO neutron.db.segments_db [None req-9bcdb596-94ed-442f-88ef-a6306c23d2fc 339d4acf2cda496c8c14b224e84d80a1 c5abda2107df4290a7fa5076e9198f32 - - default default] Added segment a6440ac2-2eaa-4053-a73f-78ffcae3eb83 of type vxlan for network b98df072-4f9f-4746-9e39-6915f262a84d [pid: 8|app: 0|req: 514/963] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:28:42 2026] POST /v2.0/networks => generated 630 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/964] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:43 2026] GET /v2.0/ports?device_id=03e45b53-5d05-4844-89af-5706863d87d0 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:28:43.268 9 INFO neutron.services.segments.plugin [-] Segment 32e7eac4-c808-4727-a05b-781ae5270a9d resource provider aggregate not found 2026-05-07 14:28:43.268 9 INFO neutron.services.segments.plugin [-] Segment 32e7eac4-c808-4727-a05b-781ae5270a9d resource provider aggregate not found 2026-05-07 14:28:43.285 9 INFO neutron.services.segments.plugin [-] Segment 32e7eac4-c808-4727-a05b-781ae5270a9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32e7eac4-c808-4727-a05b-781ae5270a9d found for delete ", "request_id": "req-d5d9c019-5030-41dc-a982-6c0c86490c3d"}]} 2026-05-07 14:28:43.290 9 INFO neutron.services.segments.plugin [-] Segment 32e7eac4-c808-4727-a05b-781ae5270a9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32e7eac4-c808-4727-a05b-781ae5270a9d found for delete ", "request_id": "req-1417f40a-6c3d-45b5-abb2-6cb5f2bc0166"}]} [pid: 9|app: 0|req: 450/965] 10.0.0.231 () {34 vars in 665 bytes} [Thu May 7 14:28:42 2026] POST /v2.0/ports => generated 1506 bytes in 588 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-05-07 14:28:43.316 9 INFO neutron.services.segments.plugin [-] Segment b9145662-da60-47a1-be82-56e2724daa8a resource provider aggregate not found 2026-05-07 14:28:43.317 9 INFO neutron.services.segments.plugin [-] Segment b9145662-da60-47a1-be82-56e2724daa8a resource provider aggregate not found [pid: 8|app: 0|req: 516/966] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:28:43 2026] GET /v2.0/ports?tenant_id=e7f3f9abcd67467c90ea086ba94a0d9b&device_id=7cfd4798-f323-4119-a64d-7efcebb9353e => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:28:43.337 9 INFO neutron.services.segments.plugin [-] Segment b9145662-da60-47a1-be82-56e2724daa8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9145662-da60-47a1-be82-56e2724daa8a found for delete ", "request_id": "req-acf89443-d9ba-4b37-972c-dc44e0fc65d6"}]} 2026-05-07 14:28:43.356 9 INFO neutron.services.segments.plugin [-] Segment b9145662-da60-47a1-be82-56e2724daa8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9145662-da60-47a1-be82-56e2724daa8a found for delete ", "request_id": "req-11c9c2d1-6d39-4176-aded-b388693a8b03"}]} [pid: 8|app: 0|req: 517/967] 199.19.213.209 () {34 vars in 1060 bytes} [Thu May 7 14:28:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=a8a953ad-ecb5-4864-8111-01fefc1429dc => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 451/968] 10.0.0.231 () {32 vars in 643 bytes} [Thu May 7 14:28:43 2026] GET /v2.0/ports => generated 1506 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/969] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:28:43 2026] GET /v2.0/subnets?id=eaf4349e-1408-4868-bc28-be957506b313 => generated 693 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/970] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:28:43 2026] GET /v2.0/ports?network_id=76905932-eaf3-426b-8da3-f1e2e7ff5d63&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:28:43.475 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-47521766-0034-4d97-a7b3-2275c4c76f11'] response: {'name': 'network-changed', 'server_uuid': '7cfd4798-f323-4119-a64d-7efcebb9353e', 'tag': 'a8a953ad-ecb5-4864-8111-01fefc1429dc', 'status': 'completed', 'code': 200} 2026-05-07 14:28:43.505 9 INFO neutron_taas.services.taas.taas_plugin [None req-93afb6e6-c45b-4add-bcb2-69aec0d897e9 339d4acf2cda496c8c14b224e84d80a1 c5abda2107df4290a7fa5076e9198f32 - - default default] TaaS: Handle Delete Port: 6caa1fdc-9f47-474f-a9a4-6fb5ed8a9114 2026-05-07 14:28:43.510 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93afb6e6-c45b-4add-bcb2-69aec0d897e9 339d4acf2cda496c8c14b224e84d80a1 c5abda2107df4290a7fa5076e9198f32 - - default default] Tap Mirror: Handle Delete Port: 6caa1fdc-9f47-474f-a9a4-6fb5ed8a9114 [pid: 8|app: 0|req: 520/971] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:28:43 2026] GET /v2.0/networks/76905932-eaf3-426b-8da3-f1e2e7ff5d63?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: 521/972] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:28:43 2026] GET /v2.0/networks/76905932-eaf3-426b-8da3-f1e2e7ff5d63?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 452/973] 10.0.0.231 () {32 vars in 720 bytes} [Thu May 7 14:28:43 2026] DELETE /v2.0/ports/6caa1fdc-9f47-474f-a9a4-6fb5ed8a9114 => 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: 522/974] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:43 2026] GET /v2.0/ports?device_id=7cfd4798-f323-4119-a64d-7efcebb9353e => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/975] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:28:43 2026] GET /v2.0/security-groups?id=9d827fbc-8f4c-4847-8ed6-70d130663b18&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:28:43.678 9 INFO neutron_taas.services.taas.taas_plugin [None req-a28f0001-b5c4-40f2-87f4-8d84b2c8bea2 339d4acf2cda496c8c14b224e84d80a1 c5abda2107df4290a7fa5076e9198f32 - - default default] TaaS: Handle Delete Port: b7be0842-58c9-40f0-9dba-3974de3c10a1 2026-05-07 14:28:43.681 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a28f0001-b5c4-40f2-87f4-8d84b2c8bea2 339d4acf2cda496c8c14b224e84d80a1 c5abda2107df4290a7fa5076e9198f32 - - default default] Tap Mirror: Handle Delete Port: b7be0842-58c9-40f0-9dba-3974de3c10a1 [pid: 9|app: 0|req: 453/976] 10.0.0.231 () {32 vars in 720 bytes} [Thu May 7 14:28:43 2026] DELETE /v2.0/ports/b7be0842-58c9-40f0-9dba-3974de3c10a1 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/977] 10.0.0.231 () {32 vars in 643 bytes} [Thu May 7 14:28:43 2026] GET /v2.0/ports => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:28:43.864 9 INFO neutron.db.segments_db [None req-d7bdeeb3-aa31-445f-ba53-d9be47c0b163 339d4acf2cda496c8c14b224e84d80a1 c5abda2107df4290a7fa5076e9198f32 - - default default] Added segment 6c9193e1-2436-4d88-9404-2834e5a5c3a7 of type vxlan for network c7b6c38a-6d34-4bf8-9ca1-1894248fc5be [pid: 9|app: 0|req: 454/978] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:28:43 2026] POST /v2.0/networks => generated 630 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:28:44.019 8 INFO neutron.db.segments_db [None req-38e972c7-84df-48ae-be8f-cbe1eb6c65bc 339d4acf2cda496c8c14b224e84d80a1 c5abda2107df4290a7fa5076e9198f32 - - default default] Added segment f87097b1-78ff-4943-8380-ea45e1d59f38 of type vxlan for network a93e2544-f470-499c-a646-64e3afc016e3 [pid: 8|app: 0|req: 525/979] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:28:43 2026] POST /v2.0/networks => generated 630 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/980] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:44 2026] GET /v2.0/ports?device_id=03e45b53-5d05-4844-89af-5706863d87d0 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 455/981] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:28:44 2026] POST /v2.0/subnets => generated 1273 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/982] 10.0.0.231 () {32 vars in 647 bytes} [Thu May 7 14:28:44 2026] GET /v2.0/subnets => generated 1909 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 456/983] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:28:44 2026] GET /v2.0/ports?tenant_id=e7f3f9abcd67467c90ea086ba94a0d9b&device_id=7cfd4798-f323-4119-a64d-7efcebb9353e => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 457/984] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:28:44 2026] GET /v2.0/networks?id=76905932-eaf3-426b-8da3-f1e2e7ff5d63 => generated 771 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 458/985] 199.19.213.209 () {34 vars in 1060 bytes} [Thu May 7 14:28:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=a8a953ad-ecb5-4864-8111-01fefc1429dc => 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: 528/986] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:28:44 2026] DELETE /v2.0/subnets/9e21904e-6524-4494-9ee4-444386278570 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/987] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:28:44 2026] GET /v2.0/subnets?id=eaf4349e-1408-4868-bc28-be957506b313 => generated 693 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 459/988] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:44 2026] GET /v2.0/ports?device_id=7cfd4798-f323-4119-a64d-7efcebb9353e => generated 973 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/989] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:28:44 2026] DELETE /v2.0/subnets/368e061f-4ac6-4061-a068-8118cb561d96 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/990] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:28:44 2026] GET /v2.0/ports?network_id=76905932-eaf3-426b-8da3-f1e2e7ff5d63&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: 532/991] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:28:44 2026] GET /v2.0/security-groups?id=9d827fbc-8f4c-4847-8ed6-70d130663b18&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/992] 10.0.0.231 () {32 vars in 647 bytes} [Thu May 7 14:28:44 2026] GET /v2.0/subnets => generated 649 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/993] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:28:44 2026] GET /v2.0/networks/76905932-eaf3-426b-8da3-f1e2e7ff5d63?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 460/994] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:28:44 2026] GET /v2.0/security-groups?tenant_id=00c7de6ae9c0476088f6ad4b1d3be864&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 461/995] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:28:45 2026] GET /v2.0/networks/76905932-eaf3-426b-8da3-f1e2e7ff5d63?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:28:45.123 8 INFO neutron.services.segments.plugin [-] Segment f87097b1-78ff-4943-8380-ea45e1d59f38 resource provider aggregate not found 2026-05-07 14:28:45.126 8 INFO neutron.services.segments.plugin [-] Segment f87097b1-78ff-4943-8380-ea45e1d59f38 resource provider aggregate not found 2026-05-07 14:28:45.141 8 INFO neutron.services.segments.plugin [-] Segment f87097b1-78ff-4943-8380-ea45e1d59f38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f87097b1-78ff-4943-8380-ea45e1d59f38 found for delete ", "request_id": "req-724fa171-54d4-49a4-baf4-cfb4b56c7926"}]} 2026-05-07 14:28:45.142 8 INFO neutron.services.segments.plugin [-] Segment f87097b1-78ff-4943-8380-ea45e1d59f38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f87097b1-78ff-4943-8380-ea45e1d59f38 found for delete ", "request_id": "req-7ccd52aa-33b3-4b4b-9451-f1ed4e20063c"}]} [pid: 8|app: 0|req: 535/996] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:28:45 2026] DELETE /v2.0/networks/a93e2544-f470-499c-a646-64e3afc016e3 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 462/997] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:28:45 2026] DELETE /v2.0/security-groups/6856d1c0-59f4-46bf-8deb-c13f9578f171 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/998] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:28:45 2026] DELETE /v2.0/networks/c7b6c38a-6d34-4bf8-9ca1-1894248fc5be => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 463/999] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:28:45 2026] DELETE /v2.0/security-groups/794d0da2-99e8-48e5-a937-622fd1526376 => 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: 537/1000] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:28:45 2026] DELETE /v2.0/networks/b98df072-4f9f-4746-9e39-6915f262a84d => generated 0 bytes in 90 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:28:45.395 9 INFO neutron.api.v2.resource [None req-c7fa42f7-6982-44d7-84a2-3ca1579bfa39 919de885f12c47d8b9e831cdf7389bfe 2c5870d79c70413d956e361faf276fcf - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 464/1001] 10.0.0.231 () {32 vars in 737 bytes} [Thu May 7 14:28:45 2026] GET /v2.0/security-groups/794d0da2-99e8-48e5-a937-622fd1526376 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1002] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:28:45 2026] DELETE /v2.0/networks/eae3d2b2-3724-4a70-8e8b-71377aa1f4c5 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:28:45.508 9 INFO neutron_taas.services.taas.taas_plugin [None req-67b7bef1-67ff-40c4-8ad9-774d4578b59d 919de885f12c47d8b9e831cdf7389bfe 2c5870d79c70413d956e361faf276fcf - - default default] TaaS: Handle Delete Port: f65425a6-f00c-4430-9f62-354d1c70555f 2026-05-07 14:28:45.511 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67b7bef1-67ff-40c4-8ad9-774d4578b59d 919de885f12c47d8b9e831cdf7389bfe 2c5870d79c70413d956e361faf276fcf - - default default] Tap Mirror: Handle Delete Port: f65425a6-f00c-4430-9f62-354d1c70555f [pid: 9|app: 0|req: 465/1003] 10.0.0.231 () {32 vars in 732 bytes} [Thu May 7 14:28:45 2026] DELETE /v2.0/floatingips/ddb8b17c-2f3f-4431-aa17-4fc57c8dd99b => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 466/1004] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:46 2026] GET /v2.0/ports?device_id=7cfd4798-f323-4119-a64d-7efcebb9353e => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 467/1005] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:28:46 2026] GET /v2.0/security-groups?id=9d827fbc-8f4c-4847-8ed6-70d130663b18&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:28:46.125 8 INFO neutron_taas.services.taas.taas_plugin [None req-51034f99-6ced-48db-a2a3-114b1ae63b95 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: d61a648c-1955-4b6f-bd07-2564d06d675e 2026-05-07 14:28:46.130 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51034f99-6ced-48db-a2a3-114b1ae63b95 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: d61a648c-1955-4b6f-bd07-2564d06d675e [pid: 9|app: 0|req: 468/1006] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:28:46 2026] GET /v2.0/security-groups?tenant_id=c5abda2107df4290a7fa5076e9198f32&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 469/1007] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:28:46 2026] DELETE /v2.0/security-groups/918fb6fc-d31d-4c8c-918a-5f9fc6524bb6 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1008] 10.0.0.231 () {34 vars in 789 bytes} [Thu May 7 14:28:45 2026] PUT /v2.0/routers/fcc52481-e59a-4770-92a6-b2dabbc79051/remove_router_interface => generated 309 bytes in 961 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:28:46.963 9 INFO neutron_taas.services.taas.taas_plugin [None req-c0806d7e-d14b-4a25-8c32-5ae1e28b93ed a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: f2a3a616-2968-4ac9-bccb-d0e08cadca7c 2026-05-07 14:28:46.966 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0806d7e-d14b-4a25-8c32-5ae1e28b93ed a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: f2a3a616-2968-4ac9-bccb-d0e08cadca7c 2026-05-07 14:28:47.161 8 INFO neutron.services.segments.plugin [-] Segment 6c9193e1-2436-4d88-9404-2834e5a5c3a7 resource provider aggregate not found 2026-05-07 14:28:47.166 8 INFO neutron.services.segments.plugin [-] Segment 6c9193e1-2436-4d88-9404-2834e5a5c3a7 resource provider aggregate not found 2026-05-07 14:28:47.183 8 INFO neutron.services.segments.plugin [-] Segment 6c9193e1-2436-4d88-9404-2834e5a5c3a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c9193e1-2436-4d88-9404-2834e5a5c3a7 found for delete ", "request_id": "req-39660f41-3f53-4cff-9488-d0b6ebaac566"}]} 2026-05-07 14:28:47.184 8 INFO neutron.services.segments.plugin [-] Segment 6c9193e1-2436-4d88-9404-2834e5a5c3a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c9193e1-2436-4d88-9404-2834e5a5c3a7 found for delete ", "request_id": "req-62a79645-050d-4d3e-be4e-bf91642cb70b"}]} 2026-05-07 14:28:47.208 8 INFO neutron.services.segments.plugin [-] Segment a6440ac2-2eaa-4053-a73f-78ffcae3eb83 resource provider aggregate not found 2026-05-07 14:28:47.213 8 INFO neutron.services.segments.plugin [-] Segment a6440ac2-2eaa-4053-a73f-78ffcae3eb83 resource provider aggregate not found 2026-05-07 14:28:47.225 8 INFO neutron.services.segments.plugin [-] Segment a6440ac2-2eaa-4053-a73f-78ffcae3eb83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6440ac2-2eaa-4053-a73f-78ffcae3eb83 found for delete ", "request_id": "req-ed68dd44-143a-412b-a823-d7702cd38cb5"}]} 2026-05-07 14:28:47.231 8 INFO neutron.services.segments.plugin [-] Segment a6440ac2-2eaa-4053-a73f-78ffcae3eb83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6440ac2-2eaa-4053-a73f-78ffcae3eb83 found for delete ", "request_id": "req-8444d54d-1fef-4086-9497-e8e566ba1697"}]} 2026-05-07 14:28:47.248 8 INFO neutron.services.segments.plugin [-] Segment 041a46a5-baaa-403f-b14d-27cb088f1508 resource provider aggregate not found 2026-05-07 14:28:47.252 8 INFO neutron.services.segments.plugin [-] Segment 041a46a5-baaa-403f-b14d-27cb088f1508 resource provider aggregate not found 2026-05-07 14:28:47.284 8 INFO neutron.services.segments.plugin [-] Segment 041a46a5-baaa-403f-b14d-27cb088f1508 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 041a46a5-baaa-403f-b14d-27cb088f1508 found for delete ", "request_id": "req-48b9fe24-ef2e-41e5-bdd7-d28976cb9cd3"}]} 2026-05-07 14:28:47.298 9 INFO neutron_taas.services.taas.taas_plugin [None req-c0806d7e-d14b-4a25-8c32-5ae1e28b93ed a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: e421247a-851f-4b04-871e-227253a55c77 2026-05-07 14:28:47.298 8 INFO neutron.services.segments.plugin [-] Segment 041a46a5-baaa-403f-b14d-27cb088f1508 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 041a46a5-baaa-403f-b14d-27cb088f1508 found for delete ", "request_id": "req-d8621246-c38f-48c6-a93a-1270ddf456b6"}]} 2026-05-07 14:28:47.301 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0806d7e-d14b-4a25-8c32-5ae1e28b93ed a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: e421247a-851f-4b04-871e-227253a55c77 [pid: 8|app: 0|req: 540/1009] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:47 2026] GET /v2.0/ports?device_id=7cfd4798-f323-4119-a64d-7efcebb9353e => generated 975 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1010] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:28:47 2026] GET /v2.0/security-groups?id=9d827fbc-8f4c-4847-8ed6-70d130663b18&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-05-07 14:28:47.637 9 INFO neutron.services.segments.plugin [-] Segment b6054e6d-abd5-48bc-8e26-b64454f21f30 resource provider aggregate not found 2026-05-07 14:28:47.641 9 INFO neutron.services.segments.plugin [-] Segment b6054e6d-abd5-48bc-8e26-b64454f21f30 resource provider aggregate not found 2026-05-07 14:28:47.655 9 INFO neutron.services.segments.plugin [-] Segment b6054e6d-abd5-48bc-8e26-b64454f21f30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6054e6d-abd5-48bc-8e26-b64454f21f30 found for delete ", "request_id": "req-0cf0d2b2-c08f-4ec1-b27e-7531f3199df0"}]} 2026-05-07 14:28:47.661 9 INFO neutron.services.segments.plugin [-] Segment b6054e6d-abd5-48bc-8e26-b64454f21f30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6054e6d-abd5-48bc-8e26-b64454f21f30 found for delete ", "request_id": "req-6f870a20-2635-4d16-9889-e7dba163d2d3"}]} 2026-05-07 14:28:47.672 9 INFO neutron.db.l3_hamode_db [None req-c0806d7e-d14b-4a25-8c32-5ae1e28b93ed a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] HA network b2d10b84-7e99-4b39-b501-7b318fd172f8 was deleted as no HA routers are present in tenant 2c5870d79c70413d956e361faf276fcf. [pid: 9|app: 0|req: 470/1011] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:28:46 2026] DELETE /v2.0/routers/fcc52481-e59a-4770-92a6-b2dabbc79051 => generated 0 bytes in 950 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1012] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:28:47 2026] DELETE /v2.0/subnets/098b8aac-8586-4170-b791-62a12bcae25a => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:28:47.986 9 INFO neutron_taas.services.taas.taas_plugin [None req-24414be9-86f4-44dd-8c3c-fe079410cf8e a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: 32b4c1d1-da62-4ba2-aa7e-300e515143a5 2026-05-07 14:28:47.988 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24414be9-86f4-44dd-8c3c-fe079410cf8e a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: 32b4c1d1-da62-4ba2-aa7e-300e515143a5 [pid: 9|app: 0|req: 471/1013] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:28:47 2026] DELETE /v2.0/networks/d3277117-4989-4aaa-ac65-28476e4bc7f6 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 472/1014] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:28:48 2026] GET /v2.0/security-groups?tenant_id=2c5870d79c70413d956e361faf276fcf&name=default => generated 2921 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 473/1015] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:28:48 2026] DELETE /v2.0/security-groups/dc022003-bb9b-41f5-aa42-3f26e68cfe4b => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 474/1016] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:48 2026] GET /v2.0/ports?device_id=7cfd4798-f323-4119-a64d-7efcebb9353e => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 475/1017] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:28:48 2026] GET /v2.0/security-groups?id=9d827fbc-8f4c-4847-8ed6-70d130663b18&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 476/1018] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:48 2026] GET /v2.0/ports?device_id=7cfd4798-f323-4119-a64d-7efcebb9353e => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:28:48.666 8 INFO neutron.db.segments_db [None req-71b0a96b-320b-49a1-8095-e24cc046a83b ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] Added segment 7732cb87-85ec-40f8-afd0-99eacbbe5519 of type vxlan for network 4307eb30-c4ea-448d-97fa-d32b3947031b [pid: 8|app: 0|req: 543/1019] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:28:48 2026] POST /v2.0/networks => generated 610 bytes in 455 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:28:48.804 8 INFO neutron.db.segments_db [None req-8e7d5e4a-defa-4c02-b086-f2668bf826de ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] Added segment b1c66da5-4b21-4c7d-8084-2942aecb5908 of type vxlan for network 2d242c74-9915-4413-895a-78142108e8f7 [pid: 8|app: 0|req: 544/1020] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:28:48 2026] POST /v2.0/networks => generated 611 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:28:49.036 9 INFO neutron.db.l3_db [None req-96464ac7-fcc2-4a1a-9235-cf8ed731179e 24f56f56970a427aba7deac8d16fba0d e7f3f9abcd67467c90ea086ba94a0d9b - - default default] Floating IP 92f3cb52-0037-4d49-9044-874ee37f12e5 associated. External IP: 10.96.250.212, port: a8a953ad-ecb5-4864-8111-01fefc1429dc. [pid: 8|app: 0|req: 545/1021] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:28:48 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) [pid: 9|app: 0|req: 477/1022] 10.0.0.231 () {34 vars in 749 bytes} [Thu May 7 14:28:48 2026] PUT /v2.0/floatingips/92f3cb52-0037-4d49-9044-874ee37f12e5 => generated 856 bytes in 653 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1023] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:28:49 2026] GET /v2.0/security-groups?tenant_id=4ec8f688736e448b961680fda43bece9&name=default => generated 2925 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:28:49.381 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-e8c9f6db-0adb-40c2-9a9c-b013a31c3b02'] response: {'name': 'network-changed', 'server_uuid': '7cfd4798-f323-4119-a64d-7efcebb9353e', 'tag': 'a8a953ad-ecb5-4864-8111-01fefc1429dc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 547/1024] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:28:49 2026] DELETE /v2.0/security-groups/1a607c01-293c-4814-ac63-8b7d5bdf1922 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 478/1025] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:28:49 2026] POST /v2.0/subnets => generated 626 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:28:49.622 8 INFO neutron.db.segments_db [None req-caa40f6f-d050-447e-8985-e4b2fa26424c ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] Added segment 824a9e98-2432-4483-80b5-f7a56e32efa3 of type vxlan for network 390bd846-75d7-4931-877f-ab5f6016a59d 2026-05-07 14:28:49.682 9 INFO neutron.services.segments.plugin [-] Segment fd7490b0-cd78-498c-8d35-78856bf4fb4e resource provider aggregate not found 2026-05-07 14:28:49.689 9 INFO neutron.services.segments.plugin [-] Segment fd7490b0-cd78-498c-8d35-78856bf4fb4e resource provider aggregate not found 2026-05-07 14:28:49.702 9 INFO neutron.services.segments.plugin [-] Segment fd7490b0-cd78-498c-8d35-78856bf4fb4e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd7490b0-cd78-498c-8d35-78856bf4fb4e found for delete ", "request_id": "req-26effa8e-4987-4e77-ba19-bb9b73619f0b"}]} 2026-05-07 14:28:49.709 9 INFO neutron.services.segments.plugin [-] Segment fd7490b0-cd78-498c-8d35-78856bf4fb4e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd7490b0-cd78-498c-8d35-78856bf4fb4e found for delete ", "request_id": "req-d0824563-5024-401c-8786-4c94699e5554"}]} [pid: 9|app: 0|req: 479/1026] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:28:49 2026] GET /v2.0/security-groups?tenant_id=abbfe8f3c7d9466b845cd56815380fd2&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 480/1027] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:28:49 2026] DELETE /v2.0/security-groups/f32a473e-4ca1-4292-bd4f-a9fe1a8e9bf2 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:28:49.884 8 INFO neutron.db.l3_hamode_db [None req-caa40f6f-d050-447e-8985-e4b2fa26424c ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 481/1028] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:28:49 2026] GET /v2.0/ports?tenant_id=e7f3f9abcd67467c90ea086ba94a0d9b&device_id=7cfd4798-f323-4119-a64d-7efcebb9353e => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 482/1029] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:28:49 2026] GET /v2.0/networks?id=76905932-eaf3-426b-8da3-f1e2e7ff5d63 => generated 771 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:28:49.989 8 INFO neutron.db.l3_hamode_db [None req-caa40f6f-d050-447e-8985-e4b2fa26424c ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 483/1030] 199.19.213.209 () {34 vars in 1060 bytes} [Thu May 7 14:28:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=a8a953ad-ecb5-4864-8111-01fefc1429dc => generated 859 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 484/1031] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:28:50 2026] GET /v2.0/subnets?id=eaf4349e-1408-4868-bc28-be957506b313 => generated 693 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 485/1032] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:28:50 2026] GET /v2.0/ports?network_id=76905932-eaf3-426b-8da3-f1e2e7ff5d63&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 486/1033] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:28:50 2026] GET /v2.0/networks/76905932-eaf3-426b-8da3-f1e2e7ff5d63?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 487/1034] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:28:50 2026] GET /v2.0/networks/76905932-eaf3-426b-8da3-f1e2e7ff5d63?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 485 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:28:50.942 9 INFO neutron.db.segments_db [None req-55e7d47d-9219-4097-91c0-34075faf6520 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Added segment e9b3dfe2-7369-4bb8-8c8b-582ce16b57e3 of type vxlan for network 0c95d34a-406d-4766-a829-190e63b29fc1 [pid: 8|app: 0|req: 548/1035] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:28:49 2026] POST /v2.0/routers => generated 507 bytes in 1381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 488/1036] 10.0.0.231 () {34 vars in 671 bytes} [Thu May 7 14:28:50 2026] POST /v2.0/networks => generated 725 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 489/1037] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:28:51 2026] POST /v2.0/subnets => generated 691 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:28:51.285 9 INFO neutron.db.segments_db [None req-bf3b4174-b2aa-485b-bec2-2c5c82b6b354 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Added segment 7a2a3c30-3367-45bf-9109-7aa94e40cf0a of type vxlan for network 88b383a7-881f-4436-8af1-8cace552f110 2026-05-07 14:28:51.535 9 INFO neutron.db.l3_hamode_db [None req-bf3b4174-b2aa-485b-bec2-2c5c82b6b354 a3a2c4abf0ac4eee804577c1972df427 0ccd51b82e13429ba3ed4dd3f67985bc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 549/1038] 10.0.0.231 () {34 vars in 783 bytes} [Thu May 7 14:28:50 2026] PUT /v2.0/routers/c203dc15-13b3-4ecd-a93e-dadc32690bab/add_router_interface => generated 309 bytes in 1151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1039] 10.0.0.231 () {32 vars in 717 bytes} [Thu May 7 14:28:52 2026] GET /v2.0/ports/fc54331a-dc07-4620-8949-7d7dbcae342f => generated 955 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:28:52.291 9 INFO neutron.db.l3_hamode_db [None req-bf3b4174-b2aa-485b-bec2-2c5c82b6b354 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 490/1040] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:28:51 2026] POST /v2.0/routers => generated 731 bytes in 1892 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1041] 10.0.0.231 () {34 vars in 783 bytes} [Thu May 7 14:28:52 2026] PUT /v2.0/routers/c203dc15-13b3-4ecd-a93e-dadc32690bab/add_router_interface => generated 309 bytes in 1111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 491/1042] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:28:53 2026] GET /v2.0/security-groups?tenant_id=0830bd71a0d04db5af028eebb09eb068&name=default => generated 2925 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 492/1043] 10.0.0.231 () {32 vars in 717 bytes} [Thu May 7 14:28:53 2026] GET /v2.0/ports/555d15cd-c16c-45f9-8294-db98d21904d5 => generated 955 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 493/1044] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:28:53 2026] DELETE /v2.0/security-groups/7c4bea86-13ee-4e3f-ad7c-fa49f4e317ea => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:28:53.935 9 INFO neutron_taas.services.taas.taas_plugin [None req-38e7efad-604d-489f-9167-a83384b199c1 ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] TaaS: Handle Delete Port: 555d15cd-c16c-45f9-8294-db98d21904d5 2026-05-07 14:28:53.938 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38e7efad-604d-489f-9167-a83384b199c1 ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] Tap Mirror: Handle Delete Port: 555d15cd-c16c-45f9-8294-db98d21904d5 [pid: 9|app: 0|req: 494/1045] 10.0.0.231 () {34 vars in 789 bytes} [Thu May 7 14:28:53 2026] PUT /v2.0/routers/c203dc15-13b3-4ecd-a93e-dadc32690bab/remove_router_interface => generated 309 bytes in 857 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1046] 10.0.0.231 () {34 vars in 783 bytes} [Thu May 7 14:28:53 2026] PUT /v2.0/routers/ad84fdf6-313c-44d8-8f5c-5a41d220d6dd/add_router_interface => generated 309 bytes in 1212 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:28:54.775 9 INFO neutron_taas.services.taas.taas_plugin [None req-d5214a51-7718-4efc-936f-89e4b3615cb4 ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] TaaS: Handle Delete Port: fc54331a-dc07-4620-8949-7d7dbcae342f 2026-05-07 14:28:54.779 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5214a51-7718-4efc-936f-89e4b3615cb4 ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] Tap Mirror: Handle Delete Port: fc54331a-dc07-4620-8949-7d7dbcae342f [pid: 9|app: 0|req: 495/1047] 10.0.0.231 () {34 vars in 789 bytes} [Thu May 7 14:28:54 2026] PUT /v2.0/routers/c203dc15-13b3-4ecd-a93e-dadc32690bab/remove_router_interface => generated 309 bytes in 890 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 496/1048] 10.0.0.231 () {32 vars in 736 bytes} [Thu May 7 14:28:55 2026] GET /v2.0/ports?device_id=c203dc15-13b3-4ecd-a93e-dadc32690bab => 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: 553/1049] 10.0.0.231 () {34 vars in 685 bytes} [Thu May 7 14:28:55 2026] POST /v2.0/security-groups => generated 1661 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1050] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:28:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:28:55.540 9 INFO neutron_taas.services.taas.taas_plugin [None req-5d50711f-5c28-49b9-bcb0-257924c6ea58 ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] TaaS: Handle Delete Port: e3bb4a5d-53e2-4f27-842e-8d4b5a985011 2026-05-07 14:28:55.543 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d50711f-5c28-49b9-bcb0-257924c6ea58 ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] Tap Mirror: Handle Delete Port: e3bb4a5d-53e2-4f27-842e-8d4b5a985011 [pid: 8|app: 0|req: 555/1051] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:28:55 2026] POST /v2.0/security-group-rules => generated 602 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:28:55.889 9 INFO neutron.services.segments.plugin [-] Segment 824a9e98-2432-4483-80b5-f7a56e32efa3 resource provider aggregate not found 2026-05-07 14:28:55.893 9 INFO neutron.services.segments.plugin [-] Segment 824a9e98-2432-4483-80b5-f7a56e32efa3 resource provider aggregate not found 2026-05-07 14:28:55.909 9 INFO neutron.services.segments.plugin [-] Segment 824a9e98-2432-4483-80b5-f7a56e32efa3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 824a9e98-2432-4483-80b5-f7a56e32efa3 found for delete ", "request_id": "req-89952df2-b799-4ea4-934f-000dcfdc21de"}]} 2026-05-07 14:28:55.916 9 INFO neutron.services.segments.plugin [-] Segment 824a9e98-2432-4483-80b5-f7a56e32efa3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 824a9e98-2432-4483-80b5-f7a56e32efa3 found for delete ", "request_id": "req-ebaa104b-6c81-49f1-a217-ebf509b01f47"}]} 2026-05-07 14:28:55.929 9 INFO neutron.db.l3_hamode_db [None req-5d50711f-5c28-49b9-bcb0-257924c6ea58 ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] HA network 390bd846-75d7-4931-877f-ab5f6016a59d was deleted as no HA routers are present in tenant f413d58ff3b94e20abdd001bd4b2743f. [pid: 9|app: 0|req: 497/1052] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:28:55 2026] DELETE /v2.0/routers/c203dc15-13b3-4ecd-a93e-dadc32690bab => generated 0 bytes in 584 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1053] 10.0.0.231 () {34 vars in 676 bytes} [Thu May 7 14:28:55 2026] POST /v2.0/floatingips => generated 552 bytes in 514 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 498/1054] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:28:55 2026] GET /v2.0/security-groups?tenant_id=478b3d1cd0e445da94de5a2766530e9c&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 499/1055] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:28:56 2026] DELETE /v2.0/security-groups/484e87ab-c84b-428c-878b-4a638136d8dd => 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: 557/1056] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:28:56 2026] DELETE /v2.0/subnets/cd70d203-3506-4bd6-a8cb-a5905b7923cf => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 500/1057] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:28:56 2026] DELETE /v2.0/subnets/f9b64bda-191a-4fc4-960b-b1f6057f7a49 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:28:56.576 8 INFO neutron_taas.services.taas.taas_plugin [None req-8bb9caf6-8205-4e36-85e5-90e954920f75 ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] TaaS: Handle Delete Port: 675d7e78-ddb8-4af7-8bf0-e42e5f344fde 2026-05-07 14:28:56.579 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8bb9caf6-8205-4e36-85e5-90e954920f75 ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] Tap Mirror: Handle Delete Port: 675d7e78-ddb8-4af7-8bf0-e42e5f344fde [pid: 9|app: 0|req: 501/1058] 10.0.0.63 () {34 vars in 1099 bytes} [Thu May 7 14:28:56 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1224045770&fields=id&tenant_id=0ccd51b82e13429ba3ed4dd3f67985bc => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:28:56.737 8 INFO neutron.services.segments.plugin [-] Segment b1c66da5-4b21-4c7d-8084-2942aecb5908 resource provider aggregate not found 2026-05-07 14:28:56.743 8 INFO neutron.services.segments.plugin [-] Segment b1c66da5-4b21-4c7d-8084-2942aecb5908 resource provider aggregate not found 2026-05-07 14:28:56.757 8 INFO neutron.services.segments.plugin [-] Segment b1c66da5-4b21-4c7d-8084-2942aecb5908 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1c66da5-4b21-4c7d-8084-2942aecb5908 found for delete ", "request_id": "req-6346c34c-01c0-4eb2-ac3a-e79c6fca2ebf"}]} 2026-05-07 14:28:56.760 8 INFO neutron.services.segments.plugin [-] Segment b1c66da5-4b21-4c7d-8084-2942aecb5908 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1c66da5-4b21-4c7d-8084-2942aecb5908 found for delete ", "request_id": "req-c42df090-7f8b-4532-9044-56a3c04b139b"}]} [pid: 8|app: 0|req: 558/1061] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:28:56 2026] DELETE /v2.0/networks/2d242c74-9915-4413-895a-78142108e8f7 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 504/1062] 10.0.0.63 () {34 vars in 981 bytes} [Thu May 7 14:28:56 2026] GET /v2.0/networks?id=0c95d34a-406d-4766-a829-190e63b29fc1 => generated 676 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 505/1063] 10.0.0.63 () {34 vars in 964 bytes} [Thu May 7 14:28:56 2026] GET /v2.0/quotas/0ccd51b82e13429ba3ed4dd3f67985bc => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 506/1064] 10.0.0.63 () {34 vars in 1001 bytes} [Thu May 7 14:28:56 2026] GET /v2.0/ports?tenant_id=0ccd51b82e13429ba3ed4dd3f67985bc&fields=id => generated 57 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1065] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:28:56 2026] DELETE /v2.0/networks/4307eb30-c4ea-448d-97fa-d32b3947031b => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1066] 10.0.0.63 () {34 vars in 1007 bytes} [Thu May 7 14:28:56 2026] GET /v2.0/networks/0c95d34a-406d-4766-a829-190e63b29fc1?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:28:56.952 9 INFO neutron.db.segments_db [None req-d893a435-16da-41b1-bd01-463b4b7e1b1e ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] Added segment 5eba57a8-5c0b-465a-a063-7c5252ed8b63 of type vxlan for network b6fdbad2-6a3a-4456-b3cf-8a0fe1229325 [pid: 8|app: 0|req: 561/1067] 10.0.0.63 () {34 vars in 1107 bytes} [Thu May 7 14:28:56 2026] GET /v2.0/networks/0c95d34a-406d-4766-a829-190e63b29fc1?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: 9|app: 0|req: 507/1068] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:28:56 2026] POST /v2.0/networks => generated 610 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 508/1069] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:57 2026] GET /v2.0/ports?device_id=03250ebd-f5b9-43ba-9237-a1b0ecaac17c => 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: 562/1070] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:28:57 2026] POST /v2.0/subnets => generated 626 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:28:57.413 9 INFO neutron.db.segments_db [None req-0653d8aa-fbc0-4480-8c91-a35eef79e0c5 ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] Added segment 213654b6-c64f-48f0-aa7c-51f87ef83fc8 of type vxlan for network c582ac8a-a532-44ad-97c1-d2f933a00037 2026-05-07 14:28:57.688 9 INFO neutron.db.l3_hamode_db [None req-0653d8aa-fbc0-4480-8c91-a35eef79e0c5 ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 563/1071] 10.0.0.118 () {34 vars in 990 bytes} [Thu May 7 14:28:57 2026] GET /v2.0/ports?device_id=7cfd4798-f323-4119-a64d-7efcebb9353e => generated 1244 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1072] 10.0.0.118 () {34 vars in 1040 bytes} [Thu May 7 14:28:57 2026] GET /v2.0/security-groups?id=9d827fbc-8f4c-4847-8ed6-70d130663b18&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:28:57.823 9 INFO neutron.db.l3_hamode_db [None req-0653d8aa-fbc0-4480-8c91-a35eef79e0c5 ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 565/1073] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:58 2026] GET /v2.0/ports?device_id=03250ebd-f5b9-43ba-9237-a1b0ecaac17c => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 509/1074] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:28:57 2026] POST /v2.0/routers => generated 506 bytes in 1128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:28:58.786 8 INFO neutron.services.segments.plugin [-] Segment 7732cb87-85ec-40f8-afd0-99eacbbe5519 resource provider aggregate not found 2026-05-07 14:28:58.796 8 INFO neutron.services.segments.plugin [-] Segment 7732cb87-85ec-40f8-afd0-99eacbbe5519 resource provider aggregate not found 2026-05-07 14:28:58.801 8 INFO neutron.services.segments.plugin [-] Segment 7732cb87-85ec-40f8-afd0-99eacbbe5519 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7732cb87-85ec-40f8-afd0-99eacbbe5519 found for delete ", "request_id": "req-6198a1ed-7685-48a6-ad60-bce0a7bf0910"}]} 2026-05-07 14:28:58.816 8 INFO neutron.services.segments.plugin [-] Segment 7732cb87-85ec-40f8-afd0-99eacbbe5519 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7732cb87-85ec-40f8-afd0-99eacbbe5519 found for delete ", "request_id": "req-9ce1e686-6a7a-47fc-8cf3-bb4cd8d6c760"}]} [pid: 8|app: 0|req: 566/1075] 10.0.0.231 () {34 vars in 665 bytes} [Thu May 7 14:28:58 2026] POST /v2.0/ports => generated 947 bytes in 391 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: 567/1076] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:28:59 2026] GET /v2.0/ports?device_id=03250ebd-f5b9-43ba-9237-a1b0ecaac17c => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 510/1077] 10.0.0.231 () {34 vars in 783 bytes} [Thu May 7 14:28:58 2026] PUT /v2.0/routers/01920ad0-32be-493b-bbdd-9d3b3b4d182d/add_router_interface => generated 309 bytes in 1186 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1078] 10.0.0.231 () {32 vars in 717 bytes} [Thu May 7 14:29:00 2026] GET /v2.0/ports/111e9568-e7f7-4096-9d32-70db289e127a => generated 1021 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 14:29:00.497 9 INFO neutron_taas.services.taas.taas_plugin [None req-d5ac7146-d5c0-4926-8cbe-346e47f1111a ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] TaaS: Handle Delete Port: 111e9568-e7f7-4096-9d32-70db289e127a 2026-05-07 14:29:00.501 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5ac7146-d5c0-4926-8cbe-346e47f1111a ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] Tap Mirror: Handle Delete Port: 111e9568-e7f7-4096-9d32-70db289e127a [pid: 8|app: 0|req: 569/1079] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:00 2026] GET /v2.0/ports?device_id=03250ebd-f5b9-43ba-9237-a1b0ecaac17c => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 511/1080] 10.0.0.231 () {34 vars in 789 bytes} [Thu May 7 14:29:00 2026] PUT /v2.0/routers/01920ad0-32be-493b-bbdd-9d3b3b4d182d/remove_router_interface => generated 309 bytes in 775 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:29:01.057 8 INFO neutron.api.v2.resource [None req-a8542ad2-038c-4ffc-a512-9f12dcb8d113 ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 570/1081] 10.0.0.231 () {34 vars in 789 bytes} [Thu May 7 14:29:00 2026] PUT /v2.0/routers/01920ad0-32be-493b-bbdd-9d3b3b4d182d/remove_router_interface => generated 197 bytes in 154 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 9|app: 0|req: 512/1082] 10.0.0.231 () {32 vars in 736 bytes} [Thu May 7 14:29:01 2026] GET /v2.0/ports?device_id=01920ad0-32be-493b-bbdd-9d3b3b4d182d => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:29:01.279 8 INFO neutron_taas.services.taas.taas_plugin [None req-6c612527-fa78-4e58-8156-49a6d500ad35 ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] TaaS: Handle Delete Port: a94365e3-54d1-416c-9689-d7fee1eebd70 2026-05-07 14:29:01.282 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c612527-fa78-4e58-8156-49a6d500ad35 ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] Tap Mirror: Handle Delete Port: a94365e3-54d1-416c-9689-d7fee1eebd70 [pid: 9|app: 0|req: 513/1083] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:29:01 2026] GET /v2.0/networks?id=0c95d34a-406d-4766-a829-190e63b29fc1 => generated 676 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:29:01.620 8 INFO neutron.services.segments.plugin [-] Segment 213654b6-c64f-48f0-aa7c-51f87ef83fc8 resource provider aggregate not found 2026-05-07 14:29:01.623 8 INFO neutron.services.segments.plugin [-] Segment 213654b6-c64f-48f0-aa7c-51f87ef83fc8 resource provider aggregate not found 2026-05-07 14:29:01.640 8 INFO neutron.services.segments.plugin [-] Segment 213654b6-c64f-48f0-aa7c-51f87ef83fc8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 213654b6-c64f-48f0-aa7c-51f87ef83fc8 found for delete ", "request_id": "req-d29d81d3-2b90-46e0-909c-fe703c05ca69"}]} [pid: 9|app: 0|req: 514/1084] 199.19.213.209 () {34 vars in 1050 bytes} [Thu May 7 14:29:01 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0ccd51b82e13429ba3ed4dd3f67985bc => generated 181 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:29:01.645 8 INFO neutron.services.segments.plugin [-] Segment 213654b6-c64f-48f0-aa7c-51f87ef83fc8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 213654b6-c64f-48f0-aa7c-51f87ef83fc8 found for delete ", "request_id": "req-51a5e6ff-c627-4f94-af44-8370459dd1c7"}]} 2026-05-07 14:29:01.648 8 INFO neutron.db.l3_hamode_db [None req-6c612527-fa78-4e58-8156-49a6d500ad35 ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] HA network c582ac8a-a532-44ad-97c1-d2f933a00037 was deleted as no HA routers are present in tenant f413d58ff3b94e20abdd001bd4b2743f. [pid: 8|app: 0|req: 571/1085] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:29:01 2026] DELETE /v2.0/routers/01920ad0-32be-493b-bbdd-9d3b3b4d182d => generated 0 bytes in 566 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 515/1086] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:01 2026] GET /v2.0/ports?device_id=03250ebd-f5b9-43ba-9237-a1b0ecaac17c => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 516/1087] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:29:01 2026] DELETE /v2.0/subnets/06232c4d-e551-4e8c-8c9f-78879c7c09c5 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1088] 199.19.213.209 () {38 vars in 955 bytes} [Thu May 7 14:29:01 2026] POST /v2.0/ports => generated 954 bytes in 363 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: 573/1089] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:29:02 2026] DELETE /v2.0/networks/b6fdbad2-6a3a-4456-b3cf-8a0fe1229325 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 517/1090] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:29:01 2026] GET /v2.0/security-groups?tenant_id=5f0e5a32770543eb92937084edcedf88&name=default => generated 2925 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:29:02.218 9 INFO neutron.db.segments_db [None req-2ca8c2f8-3c9d-4f3b-802b-b549391a62fd ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] Added segment 2c25108f-83d0-4529-a085-b23fb3891957 of type vxlan for network 5fc69104-42fb-4048-b6bc-f33a6604af48 [pid: 9|app: 0|req: 518/1091] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:29:02 2026] POST /v2.0/networks => generated 611 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 519/1092] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:29:02 2026] DELETE /v2.0/security-groups/592cb5f4-397d-4e6d-a1b8-5127236b9a89 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1093] 199.19.213.209 () {38 vars in 1028 bytes} [Thu May 7 14:29:02 2026] PUT /v2.0/ports/3310fa53-8b16-4933-9797-f52b190ee5ca => generated 1235 bytes in 460 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:29:02.669 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5e4b54b3-9e4d-495b-8f12-8b19e8d7bffe'] response: {'name': 'network-changed', 'server_uuid': '03250ebd-f5b9-43ba-9237-a1b0ecaac17c', 'tag': '3310fa53-8b16-4933-9797-f52b190ee5ca', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 520/1094] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:29:02 2026] POST /v2.0/subnets => generated 626 bytes in 246 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-05-07 14:29:02.794 8 INFO neutron.db.segments_db [None req-c10f330e-e441-4fff-b262-b0f1a4cf8763 ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] Added segment c71d30c8-ee65-45e5-a6f1-53abd4c771ed of type vxlan for network 3af2f989-3207-4519-a8ee-5438c05c51e6 [pid: 9|app: 0|req: 521/1095] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:02 2026] GET /v2.0/ports?device_id=03250ebd-f5b9-43ba-9237-a1b0ecaac17c => generated 969 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 522/1096] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:29:02 2026] GET /v2.0/security-groups?id=769147b7-3c6d-4236-8cff-1bc625a2734c&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:29:03.106 8 INFO neutron.db.l3_hamode_db [None req-c10f330e-e441-4fff-b262-b0f1a4cf8763 ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 523/1097] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:29:03 2026] GET /v2.0/ports?tenant_id=0ccd51b82e13429ba3ed4dd3f67985bc&device_id=03250ebd-f5b9-43ba-9237-a1b0ecaac17c => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:29:03.227 8 INFO neutron.db.l3_hamode_db [None req-c10f330e-e441-4fff-b262-b0f1a4cf8763 ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 524/1098] 199.19.213.209 () {34 vars in 1018 bytes} [Thu May 7 14:29:03 2026] GET /v2.0/networks?tenant_id=0ccd51b82e13429ba3ed4dd3f67985bc&shared=False => generated 772 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 525/1099] 199.19.213.209 () {34 vars in 930 bytes} [Thu May 7 14:29:03 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:29:03.675 8 INFO neutron.services.segments.plugin [-] Segment 5eba57a8-5c0b-465a-a063-7c5252ed8b63 resource provider aggregate not found 2026-05-07 14:29:03.689 8 INFO neutron.services.segments.plugin [-] Segment 5eba57a8-5c0b-465a-a063-7c5252ed8b63 resource provider aggregate not found 2026-05-07 14:29:03.695 8 INFO neutron.services.segments.plugin [-] Segment 5eba57a8-5c0b-465a-a063-7c5252ed8b63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5eba57a8-5c0b-465a-a063-7c5252ed8b63 found for delete ", "request_id": "req-5bde2922-3a33-4d6a-a59d-93b439e82818"}]} 2026-05-07 14:29:03.704 8 INFO neutron.services.segments.plugin [-] Segment 5eba57a8-5c0b-465a-a063-7c5252ed8b63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5eba57a8-5c0b-465a-a063-7c5252ed8b63 found for delete ", "request_id": "req-ecc55e4d-9c30-4679-8962-999767fb926a"}]} [pid: 8|app: 0|req: 575/1100] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:29:02 2026] POST /v2.0/routers => generated 506 bytes in 1106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1101] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:03 2026] GET /v2.0/ports?device_id=03250ebd-f5b9-43ba-9237-a1b0ecaac17c => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1102] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:29:04 2026] GET /v2.0/security-groups?id=769147b7-3c6d-4236-8cff-1bc625a2734c&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1103] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:29:04 2026] GET /v2.0/ports?tenant_id=0ccd51b82e13429ba3ed4dd3f67985bc&device_id=03250ebd-f5b9-43ba-9237-a1b0ecaac17c => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1104] 199.19.213.209 () {34 vars in 1058 bytes} [Thu May 7 14:29:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=3310fa53-8b16-4933-9797-f52b190ee5ca => 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: 580/1105] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:29:04 2026] GET /v2.0/subnets?id=23f92056-2d58-49ba-8daf-b9605d3cd6c9 => generated 694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1106] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:29:04 2026] GET /v2.0/ports?network_id=0c95d34a-406d-4766-a829-190e63b29fc1&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: 582/1107] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:29:04 2026] GET /v2.0/networks/0c95d34a-406d-4766-a829-190e63b29fc1?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: 583/1108] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:29:04 2026] GET /v2.0/networks/0c95d34a-406d-4766-a829-190e63b29fc1?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: 584/1109] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:29:04 2026] GET /v2.0/security-groups?tenant_id=6e2cead40413449a806f37d31c4fb9d0&name=default => generated 2925 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 526/1110] 10.0.0.231 () {34 vars in 783 bytes} [Thu May 7 14:29:03 2026] PUT /v2.0/routers/639fb2a6-23f5-4442-8d72-b359a27d121c/add_router_interface => generated 309 bytes in 1205 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 527/1111] 10.0.0.231 () {32 vars in 717 bytes} [Thu May 7 14:29:05 2026] GET /v2.0/ports/e657b715-85d3-4aad-8647-ea90b41d2f4f => generated 955 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1112] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:29:04 2026] DELETE /v2.0/security-groups/8f51b191-e9b7-4163-8a7e-2eafae54e3cf => 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: 586/1113] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:05 2026] GET /v2.0/ports?device_id=03250ebd-f5b9-43ba-9237-a1b0ecaac17c => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1114] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:29:05 2026] GET /v2.0/security-groups?id=769147b7-3c6d-4236-8cff-1bc625a2734c&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-05-07 14:29:05.422 9 INFO neutron_taas.services.taas.taas_plugin [None req-4e575e92-4618-423d-84b6-17380045cbdf ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] TaaS: Handle Delete Port: e657b715-85d3-4aad-8647-ea90b41d2f4f 2026-05-07 14:29:05.425 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e575e92-4618-423d-84b6-17380045cbdf ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] Tap Mirror: Handle Delete Port: e657b715-85d3-4aad-8647-ea90b41d2f4f [pid: 9|app: 0|req: 528/1115] 10.0.0.231 () {34 vars in 789 bytes} [Thu May 7 14:29:05 2026] PUT /v2.0/routers/639fb2a6-23f5-4442-8d72-b359a27d121c/remove_router_interface => generated 309 bytes in 722 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1116] 10.0.0.231 () {32 vars in 736 bytes} [Thu May 7 14:29:05 2026] GET /v2.0/ports?device_id=639fb2a6-23f5-4442-8d72-b359a27d121c => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:29:05.988 9 INFO neutron_taas.services.taas.taas_plugin [None req-a4d753bc-ab34-4c66-8429-3c2a4da821cb ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] TaaS: Handle Delete Port: af096dff-194b-40b4-9444-99e46fcce21c 2026-05-07 14:29:05.992 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4d753bc-ab34-4c66-8429-3c2a4da821cb ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] Tap Mirror: Handle Delete Port: af096dff-194b-40b4-9444-99e46fcce21c 2026-05-07 14:29:06.302 9 INFO neutron.services.segments.plugin [-] Segment c71d30c8-ee65-45e5-a6f1-53abd4c771ed resource provider aggregate not found 2026-05-07 14:29:06.314 9 INFO neutron.services.segments.plugin [-] Segment c71d30c8-ee65-45e5-a6f1-53abd4c771ed resource provider aggregate not found [pid: 8|app: 0|req: 589/1117] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:06 2026] GET /v2.0/ports?device_id=03250ebd-f5b9-43ba-9237-a1b0ecaac17c => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:29:06.323 9 INFO neutron.services.segments.plugin [-] Segment c71d30c8-ee65-45e5-a6f1-53abd4c771ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c71d30c8-ee65-45e5-a6f1-53abd4c771ed found for delete ", "request_id": "req-80906900-7ec3-4b33-b0d2-2605c53d13f8"}]} 2026-05-07 14:29:06.332 9 INFO neutron.db.l3_hamode_db [None req-a4d753bc-ab34-4c66-8429-3c2a4da821cb ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] HA network 3af2f989-3207-4519-a8ee-5438c05c51e6 was deleted as no HA routers are present in tenant f413d58ff3b94e20abdd001bd4b2743f. 2026-05-07 14:29:06.337 9 INFO neutron.services.segments.plugin [-] Segment c71d30c8-ee65-45e5-a6f1-53abd4c771ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c71d30c8-ee65-45e5-a6f1-53abd4c771ed found for delete ", "request_id": "req-4387f5ed-a45d-455c-a018-27ff67bd4dcd"}]} [pid: 9|app: 0|req: 529/1118] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:29:05 2026] DELETE /v2.0/routers/639fb2a6-23f5-4442-8d72-b359a27d121c => generated 0 bytes in 496 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1119] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:29:06 2026] GET /v2.0/security-groups?id=769147b7-3c6d-4236-8cff-1bc625a2734c&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: 9|app: 0|req: 530/1120] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:29:06 2026] DELETE /v2.0/subnets/c992517b-03ad-4467-99c7-5b84663c2448 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:29:06.579 8 INFO neutron.services.segments.plugin [-] Segment 2c25108f-83d0-4529-a085-b23fb3891957 resource provider aggregate not found 2026-05-07 14:29:06.591 8 INFO neutron.services.segments.plugin [-] Segment 2c25108f-83d0-4529-a085-b23fb3891957 resource provider aggregate not found 2026-05-07 14:29:06.596 8 INFO neutron.services.segments.plugin [-] Segment 2c25108f-83d0-4529-a085-b23fb3891957 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c25108f-83d0-4529-a085-b23fb3891957 found for delete ", "request_id": "req-02f70635-9b4c-40b2-995b-68d77a1eba5c"}]} 2026-05-07 14:29:06.608 8 INFO neutron.services.segments.plugin [-] Segment 2c25108f-83d0-4529-a085-b23fb3891957 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c25108f-83d0-4529-a085-b23fb3891957 found for delete ", "request_id": "req-5dfd646c-11fd-47a6-bc23-e295a7e8b425"}]} [pid: 8|app: 0|req: 591/1121] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:29:06 2026] DELETE /v2.0/networks/5fc69104-42fb-4048-b6bc-f33a6604af48 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:29:06.670 9 INFO neutron.db.segments_db [None req-74d8c015-9f5b-456d-8f6b-bff86e7f7eb0 ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] Added segment f6980f71-158a-47df-89e3-c76386c602c9 of type vxlan for network 81c4e474-d61b-4b3f-8c69-d72ee086498e 2026-05-07 14:29:06.932 9 INFO neutron.db.l3_hamode_db [None req-74d8c015-9f5b-456d-8f6b-bff86e7f7eb0 ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 14:29:07.071 8 INFO neutron.db.segments_db [None req-c7347a84-b83f-4c01-87af-3a9ef4c56308 e62ea11dab39447dabb262b3d3e3c4ed 77ff1502713546669c7b15de2c59952d - - default default] Added segment 3c2d3cad-6143-481d-8bde-5f6a933df95a of type vxlan for network cb81de0d-3139-46d3-9fdc-bcf57bd6e343 [pid: 8|app: 0|req: 592/1122] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:29:06 2026] POST /v2.0/networks => generated 626 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1123] 10.0.0.231 () {34 vars in 665 bytes} [Thu May 7 14:29:07 2026] POST /v2.0/ports => generated 774 bytes in 267 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-05-07 14:29:07.494 8 INFO neutron.db.segments_db [None req-048e5a9e-2544-4133-951b-809c9fa0adeb e62ea11dab39447dabb262b3d3e3c4ed 77ff1502713546669c7b15de2c59952d - - default default] Added segment fa135e29-cd73-4fc9-b1fc-79a9ce0887a4 of type vxlan for network a666be3b-793e-448a-a567-9b403cff26b4 [pid: 8|app: 0|req: 594/1124] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:29:07 2026] POST /v2.0/networks => generated 612 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1125] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:07 2026] GET /v2.0/ports?device_id=03250ebd-f5b9-43ba-9237-a1b0ecaac17c => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:29:07.684 9 INFO neutron.db.l3_hamode_db [None req-74d8c015-9f5b-456d-8f6b-bff86e7f7eb0 ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 596/1126] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:29:07 2026] POST /v2.0/subnets => generated 626 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1127] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:29:07 2026] GET /v2.0/security-groups?id=769147b7-3c6d-4236-8cff-1bc625a2734c&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: 598/1128] 10.0.0.231 () {34 vars in 665 bytes} [Thu May 7 14:29:07 2026] POST /v2.0/ports => generated 953 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, ' 2026-05-07 14:29:08.328 8 INFO neutron_taas.services.taas.taas_plugin [None req-7dbee46a-7bcf-44af-bb9d-51d2402229ca e62ea11dab39447dabb262b3d3e3c4ed 77ff1502713546669c7b15de2c59952d - - default default] TaaS: Handle Delete Port: 34cc84d2-07d5-4371-a007-3851cc707aa3 2026-05-07 14:29:08.330 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7dbee46a-7bcf-44af-bb9d-51d2402229ca e62ea11dab39447dabb262b3d3e3c4ed 77ff1502713546669c7b15de2c59952d - - default default] Tap Mirror: Handle Delete Port: 34cc84d2-07d5-4371-a007-3851cc707aa3 [pid: 8|app: 0|req: 599/1129] 10.0.0.231 () {32 vars in 720 bytes} [Thu May 7 14:29:08 2026] DELETE /v2.0/ports/34cc84d2-07d5-4371-a007-3851cc707aa3 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:29:08.494 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3ca08c87-d459-4ac3-88fc-6036757229a1 e62ea11dab39447dabb262b3d3e3c4ed 77ff1502713546669c7b15de2c59952d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 600/1130] 10.0.0.231 () {32 vars in 720 bytes} [Thu May 7 14:29:08 2026] DELETE /v2.0/ports/34cc84d2-07d5-4371-a007-3851cc707aa3 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 14:29:08.520 8 INFO neutron.pecan_wsgi.hooks.translation [None req-477b35bc-928a-4aa7-9568-0eb74e50b604 e62ea11dab39447dabb262b3d3e3c4ed 77ff1502713546669c7b15de2c59952d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 601/1131] 10.0.0.231 () {32 vars in 717 bytes} [Thu May 7 14:29:08 2026] GET /v2.0/ports/34cc84d2-07d5-4371-a007-3851cc707aa3 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 531/1132] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:29:06 2026] POST /v2.0/routers => generated 687 bytes in 1962 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1133] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:29:08 2026] DELETE /v2.0/subnets/e7a27500-cf89-4163-bdd3-858afb91f2a3 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 532/1134] 10.0.0.231 () {32 vars in 721 bytes} [Thu May 7 14:29:08 2026] GET /v2.0/routers/ea0cf7e4-2711-460a-a805-65e548acd164 => generated 693 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:29:08.744 8 INFO neutron.services.segments.plugin [-] Segment fa135e29-cd73-4fc9-b1fc-79a9ce0887a4 resource provider aggregate not found 2026-05-07 14:29:08.747 8 INFO neutron.services.segments.plugin [-] Segment fa135e29-cd73-4fc9-b1fc-79a9ce0887a4 resource provider aggregate not found [pid: 9|app: 0|req: 533/1135] 10.0.0.231 () {32 vars in 647 bytes} [Thu May 7 14:29:08 2026] GET /v2.0/routers => generated 696 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:29:08.763 8 INFO neutron.services.segments.plugin [-] Segment fa135e29-cd73-4fc9-b1fc-79a9ce0887a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa135e29-cd73-4fc9-b1fc-79a9ce0887a4 found for delete ", "request_id": "req-15918139-f2c2-4fff-8e59-88177b0313bb"}]} 2026-05-07 14:29:08.764 8 INFO neutron.services.segments.plugin [-] Segment fa135e29-cd73-4fc9-b1fc-79a9ce0887a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa135e29-cd73-4fc9-b1fc-79a9ce0887a4 found for delete ", "request_id": "req-594223e2-14de-4361-9058-6dcb5499dc9d"}]} [pid: 8|app: 0|req: 603/1136] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:29:08 2026] DELETE /v2.0/networks/a666be3b-793e-448a-a567-9b403cff26b4 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:29:08.840 8 INFO neutron.db.segments_db [None req-b9891967-b277-47a7-a752-19bf6936cfd8 e62ea11dab39447dabb262b3d3e3c4ed 77ff1502713546669c7b15de2c59952d - - default default] Added segment 2e8d5ed9-79da-4139-9c34-9d0f78430643 of type vxlan for network 20481069-34f7-467d-a14d-dceb6e2bcd81 [pid: 8|app: 0|req: 604/1137] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:29:08 2026] POST /v2.0/networks => generated 613 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1138] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:29:08 2026] POST /v2.0/subnets => generated 626 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1139] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:09 2026] GET /v2.0/ports?device_id=03250ebd-f5b9-43ba-9237-a1b0ecaac17c => generated 971 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1140] 10.0.0.231 () {34 vars in 665 bytes} [Thu May 7 14:29:09 2026] POST /v2.0/ports => generated 915 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1141] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:29:09 2026] GET /v2.0/security-groups?id=769147b7-3c6d-4236-8cff-1bc625a2734c&fields=id&fields=name => generated 114 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:29:09.479 8 INFO neutron_taas.services.taas.taas_plugin [None req-6645e8f8-154a-4214-b567-d44af917330d e62ea11dab39447dabb262b3d3e3c4ed 77ff1502713546669c7b15de2c59952d - - default default] TaaS: Handle Delete Port: 9c75439d-f64b-4ab8-bfad-e6fb5b254e7d 2026-05-07 14:29:09.483 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6645e8f8-154a-4214-b567-d44af917330d e62ea11dab39447dabb262b3d3e3c4ed 77ff1502713546669c7b15de2c59952d - - default default] Tap Mirror: Handle Delete Port: 9c75439d-f64b-4ab8-bfad-e6fb5b254e7d [pid: 9|app: 0|req: 534/1142] 10.0.0.231 () {34 vars in 741 bytes} [Thu May 7 14:29:08 2026] PUT /v2.0/routers/ea0cf7e4-2711-460a-a805-65e548acd164 => generated 700 bytes in 821 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1143] 10.0.0.231 () {32 vars in 720 bytes} [Thu May 7 14:29:09 2026] DELETE /v2.0/ports/9c75439d-f64b-4ab8-bfad-e6fb5b254e7d => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:29:09.627 8 INFO neutron.pecan_wsgi.hooks.translation [None req-47eee417-0880-41e1-92c6-964560c300d9 e62ea11dab39447dabb262b3d3e3c4ed 77ff1502713546669c7b15de2c59952d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 610/1144] 10.0.0.231 () {32 vars in 717 bytes} [Thu May 7 14:29:09 2026] GET /v2.0/ports/9c75439d-f64b-4ab8-bfad-e6fb5b254e7d => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 535/1145] 10.0.0.231 () {32 vars in 721 bytes} [Thu May 7 14:29:09 2026] GET /v2.0/routers/ea0cf7e4-2711-460a-a805-65e548acd164 => generated 700 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 536/1146] 10.0.0.231 () {32 vars in 736 bytes} [Thu May 7 14:29:09 2026] GET /v2.0/ports?device_id=ea0cf7e4-2711-460a-a805-65e548acd164 => 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: 611/1147] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:29:09 2026] DELETE /v2.0/subnets/6df2b18c-cf95-4540-8924-ccb4da37a057 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1148] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:09 2026] GET /v2.0/ports?device_id=7cfd4798-f323-4119-a64d-7efcebb9353e => generated 975 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:29:09.886 9 INFO neutron_taas.services.taas.taas_plugin [None req-b78b6d6f-1c0b-4f26-8b9e-72cd225b164f ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] TaaS: Handle Delete Port: d5dff21f-e2e1-4501-ab49-91a9c967101a 2026-05-07 14:29:09.889 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b78b6d6f-1c0b-4f26-8b9e-72cd225b164f ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] Tap Mirror: Handle Delete Port: d5dff21f-e2e1-4501-ab49-91a9c967101a [pid: 8|app: 0|req: 613/1149] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:29:09 2026] DELETE /v2.0/networks/20481069-34f7-467d-a14d-dceb6e2bcd81 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1150] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:29:09 2026] GET /v2.0/security-groups?id=9d827fbc-8f4c-4847-8ed6-70d130663b18&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:29:10.151 9 INFO neutron_taas.services.taas.taas_plugin [None req-b78b6d6f-1c0b-4f26-8b9e-72cd225b164f ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] TaaS: Handle Delete Port: bb22f1cc-7cca-43d8-8e5a-a19ed1dfa274 2026-05-07 14:29:10.153 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b78b6d6f-1c0b-4f26-8b9e-72cd225b164f ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] Tap Mirror: Handle Delete Port: bb22f1cc-7cca-43d8-8e5a-a19ed1dfa274 [pid: 8|app: 0|req: 615/1151] 10.0.0.231 () {34 vars in 665 bytes} [Thu May 7 14:29:10 2026] POST /v2.0/ports => generated 775 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 616/1152] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:10 2026] GET /v2.0/ports?device_id=7cfd4798-f323-4119-a64d-7efcebb9353e => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1153] 10.0.0.231 () {34 vars in 737 bytes} [Thu May 7 14:29:10 2026] PUT /v2.0/ports/ffbf11d8-5f06-48fd-8bdb-148eb551bee3 => generated 752 bytes in 185 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: 618/1154] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:29:10 2026] GET /v2.0/security-groups?id=9d827fbc-8f4c-4847-8ed6-70d130663b18&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1155] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:10 2026] GET /v2.0/ports?device_id=03250ebd-f5b9-43ba-9237-a1b0ecaac17c => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:29:10.533 9 INFO neutron.services.segments.plugin [-] Segment f6980f71-158a-47df-89e3-c76386c602c9 resource provider aggregate not found 2026-05-07 14:29:10.552 9 INFO neutron.services.segments.plugin [-] Segment f6980f71-158a-47df-89e3-c76386c602c9 resource provider aggregate not found 2026-05-07 14:29:10.574 9 INFO neutron.services.segments.plugin [-] Segment f6980f71-158a-47df-89e3-c76386c602c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6980f71-158a-47df-89e3-c76386c602c9 found for delete ", "request_id": "req-2e2843f2-acde-4fd1-abf7-85bd4720bf42"}]} 2026-05-07 14:29:10.583 9 INFO neutron.services.segments.plugin [-] Segment f6980f71-158a-47df-89e3-c76386c602c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6980f71-158a-47df-89e3-c76386c602c9 found for delete ", "request_id": "req-e3983fe3-c4bf-4730-9c51-9b05f7ad906a"}]} 2026-05-07 14:29:10.600 9 INFO neutron.db.l3_hamode_db [None req-b78b6d6f-1c0b-4f26-8b9e-72cd225b164f ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] HA network 81c4e474-d61b-4b3f-8c69-d72ee086498e was deleted as no HA routers are present in tenant f413d58ff3b94e20abdd001bd4b2743f. [pid: 9|app: 0|req: 537/1156] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:29:09 2026] DELETE /v2.0/routers/ea0cf7e4-2711-460a-a805-65e548acd164 => generated 0 bytes in 924 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 538/1157] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:29:10 2026] GET /v2.0/security-groups?id=769147b7-3c6d-4236-8cff-1bc625a2734c&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:29:10.637 8 INFO neutron_taas.services.taas.taas_plugin [None req-762cfe56-8d61-492a-83c3-a12b28ddb995 e62ea11dab39447dabb262b3d3e3c4ed 77ff1502713546669c7b15de2c59952d - - default default] TaaS: Handle Delete Port: ffbf11d8-5f06-48fd-8bdb-148eb551bee3 2026-05-07 14:29:10.639 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-762cfe56-8d61-492a-83c3-a12b28ddb995 e62ea11dab39447dabb262b3d3e3c4ed 77ff1502713546669c7b15de2c59952d - - default default] Tap Mirror: Handle Delete Port: ffbf11d8-5f06-48fd-8bdb-148eb551bee3 [pid: 9|app: 0|req: 539/1158] 10.0.0.231 () {32 vars in 736 bytes} [Thu May 7 14:29:10 2026] GET /v2.0/ports?device_id=ea0cf7e4-2711-460a-a805-65e548acd164 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:29:10.673 9 INFO neutron.api.v2.resource [None req-ec35d9fb-31b3-4a5d-8a70-5b0816a87cf3 ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 540/1159] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:29:10 2026] DELETE /v2.0/routers/ea0cf7e4-2711-460a-a805-65e548acd164 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 541/1160] 10.0.0.231 () {32 vars in 736 bytes} [Thu May 7 14:29:10 2026] GET /v2.0/ports?device_id=639fb2a6-23f5-4442-8d72-b359a27d121c => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:29:10.733 9 INFO neutron.api.v2.resource [None req-e531183d-7cfe-4c38-bb04-2832471becea ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 542/1161] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:29:10 2026] DELETE /v2.0/routers/639fb2a6-23f5-4442-8d72-b359a27d121c => generated 135 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1162] 10.0.0.231 () {32 vars in 720 bytes} [Thu May 7 14:29:10 2026] DELETE /v2.0/ports/ffbf11d8-5f06-48fd-8bdb-148eb551bee3 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:29:10.773 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ce082124-4a71-4a0b-8094-a3314cc52b0e ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 621/1163] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:29:10 2026] DELETE /v2.0/subnets/c992517b-03ad-4467-99c7-5b84663c2448 => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 14:29:10.797 8 INFO neutron.services.segments.plugin [-] Segment 2e8d5ed9-79da-4139-9c34-9d0f78430643 resource provider aggregate not found 2026-05-07 14:29:10.805 8 INFO neutron.services.segments.plugin [-] Segment 2e8d5ed9-79da-4139-9c34-9d0f78430643 resource provider aggregate not found [pid: 9|app: 0|req: 543/1164] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:10 2026] GET /v2.0/ports?device_id=03250ebd-f5b9-43ba-9237-a1b0ecaac17c => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:29:10.820 8 INFO neutron.services.segments.plugin [-] Segment 2e8d5ed9-79da-4139-9c34-9d0f78430643 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e8d5ed9-79da-4139-9c34-9d0f78430643 found for delete ", "request_id": "req-b6c904b5-d1da-4d12-83da-386979bae13a"}]} [pid: 8|app: 0|req: 622/1165] 10.0.0.231 () {32 vars in 643 bytes} [Thu May 7 14:29:10 2026] GET /v2.0/ports => generated 777 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:29:10.826 8 INFO neutron.services.segments.plugin [-] Segment 2e8d5ed9-79da-4139-9c34-9d0f78430643 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e8d5ed9-79da-4139-9c34-9d0f78430643 found for delete ", "request_id": "req-75279c2b-9ec9-484f-a4a8-be70c5740e82"}]} [pid: 9|app: 0|req: 544/1166] 10.0.0.231 () {32 vars in 736 bytes} [Thu May 7 14:29:10 2026] GET /v2.0/ports?device_id=01920ad0-32be-493b-bbdd-9d3b3b4d182d => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:29:10.856 9 INFO neutron.pecan_wsgi.hooks.translation [None req-75dd0fce-a543-4790-8c38-44dfbe31f956 e62ea11dab39447dabb262b3d3e3c4ed 77ff1502713546669c7b15de2c59952d - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 545/1167] 10.0.0.231 () {32 vars in 717 bytes} [Thu May 7 14:29:10 2026] GET /v2.0/ports/ffbf11d8-5f06-48fd-8bdb-148eb551bee3 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 14:29:10.872 9 INFO neutron.api.v2.resource [None req-bf6cd33e-7aa5-4df8-ad7f-059061b43e48 ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 546/1168] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:29:10 2026] DELETE /v2.0/routers/01920ad0-32be-493b-bbdd-9d3b3b4d182d => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 547/1169] 10.0.0.231 () {32 vars in 643 bytes} [Thu May 7 14:29:10 2026] GET /v2.0/ports => generated 777 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 548/1170] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:10 2026] GET /v2.0/ports?device_id=7cfd4798-f323-4119-a64d-7efcebb9353e => generated 975 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:29:11.055 9 INFO neutron.pecan_wsgi.hooks.translation [None req-bfd523cb-3944-4042-8ead-c6be9a815d56 ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 549/1171] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:29:11 2026] DELETE /v2.0/subnets/06232c4d-e551-4e8c-8c9f-78879c7c09c5 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 550/1172] 10.0.0.231 () {32 vars in 717 bytes} [Thu May 7 14:29:11 2026] GET /v2.0/ports/cabe5838-aa6f-45d5-9436-adb201c42e9d => generated 774 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 551/1173] 10.0.0.231 () {32 vars in 736 bytes} [Thu May 7 14:29:11 2026] GET /v2.0/ports?device_id=c203dc15-13b3-4ecd-a93e-dadc32690bab => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 552/1174] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:29:11 2026] GET /v2.0/security-groups?id=9d827fbc-8f4c-4847-8ed6-70d130663b18&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:29:11.155 8 INFO neutron.db.l3_db [None req-ea746f5a-8aec-42c0-a3e3-06231b50d7f2 8cd0f94db0c346cb90ec2cdb9da9942f 0ccd51b82e13429ba3ed4dd3f67985bc - - default default] Floating IP 3d65ef4f-332b-42a8-b098-c74ce11c5590 associated. External IP: 10.96.250.214, port: 3310fa53-8b16-4933-9797-f52b190ee5ca. 2026-05-07 14:29:11.158 9 INFO neutron.pecan_wsgi.hooks.translation [None req-7742cdb7-d423-48f0-8a4b-48d72c728a3d e62ea11dab39447dabb262b3d3e3c4ed 77ff1502713546669c7b15de2c59952d - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 553/1175] 10.0.0.231 () {32 vars in 720 bytes} [Thu May 7 14:29:11 2026] DELETE /v2.0/ports/9c75439d-f64b-4ab8-bfad-e6fb5b254e7d => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 14:29:11.179 9 INFO neutron.api.v2.resource [None req-3dc1d0be-1ad2-4ad8-b8ef-55e181697186 ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 554/1176] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:29:11 2026] DELETE /v2.0/routers/c203dc15-13b3-4ecd-a93e-dadc32690bab => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 14:29:11.190 9 INFO neutron.pecan_wsgi.hooks.translation [None req-f094942f-b152-4794-ab06-a9d78a2be145 e62ea11dab39447dabb262b3d3e3c4ed 77ff1502713546669c7b15de2c59952d - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 555/1177] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:29:11 2026] DELETE /v2.0/subnets/6df2b18c-cf95-4540-8924-ccb4da37a057 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 14:29:11.202 9 INFO neutron.pecan_wsgi.hooks.translation [None req-ecafb2f6-affd-4d0c-9588-1906a01a5578 ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 556/1178] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:29:11 2026] DELETE /v2.0/subnets/cd70d203-3506-4bd6-a8cb-a5905b7923cf => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 14:29:11.215 9 INFO neutron.pecan_wsgi.hooks.translation [None req-e1c46313-3681-4a21-a32e-e3954cd7a902 e62ea11dab39447dabb262b3d3e3c4ed 77ff1502713546669c7b15de2c59952d - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 557/1179] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:29:11 2026] DELETE /v2.0/subnets/e7a27500-cf89-4163-bdd3-858afb91f2a3 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 14:29:11.226 9 INFO neutron.pecan_wsgi.hooks.translation [None req-b672c7eb-c8a8-424b-96e2-07d742e768bf ff18769442f74d4db3792e177254b1e0 f413d58ff3b94e20abdd001bd4b2743f - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 558/1180] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:29:11 2026] DELETE /v2.0/subnets/f9b64bda-191a-4fc4-960b-b1f6057f7a49 => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 14:29:11.318 9 INFO neutron_taas.services.taas.taas_plugin [None req-4f75c289-33d0-4456-b8e3-eaaeb934ed64 e62ea11dab39447dabb262b3d3e3c4ed 77ff1502713546669c7b15de2c59952d - - default default] TaaS: Handle Delete Port: cabe5838-aa6f-45d5-9436-adb201c42e9d 2026-05-07 14:29:11.320 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f75c289-33d0-4456-b8e3-eaaeb934ed64 e62ea11dab39447dabb262b3d3e3c4ed 77ff1502713546669c7b15de2c59952d - - default default] Tap Mirror: Handle Delete Port: cabe5838-aa6f-45d5-9436-adb201c42e9d [pid: 9|app: 0|req: 559/1181] 10.0.0.231 () {32 vars in 720 bytes} [Thu May 7 14:29:11 2026] DELETE /v2.0/ports/cabe5838-aa6f-45d5-9436-adb201c42e9d => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1182] 10.0.0.231 () {34 vars in 749 bytes} [Thu May 7 14:29:10 2026] PUT /v2.0/floatingips/3d65ef4f-332b-42a8-b098-c74ce11c5590 => generated 855 bytes in 639 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:29:11.524 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f0bbb05-5360-49dd-a3d0-f431b8399f61'] response: {'name': 'network-changed', 'server_uuid': '03250ebd-f5b9-43ba-9237-a1b0ecaac17c', 'tag': '3310fa53-8b16-4933-9797-f52b190ee5ca', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 560/1183] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:29:11 2026] DELETE /v2.0/networks/cb81de0d-3139-46d3-9fdc-bcf57bd6e343 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1184] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:11 2026] GET /v2.0/ports?device_id=03250ebd-f5b9-43ba-9237-a1b0ecaac17c => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 561/1185] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:29:11 2026] GET /v2.0/security-groups?id=769147b7-3c6d-4236-8cff-1bc625a2734c&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: 9|app: 0|req: 563/1188] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:29:11 2026] GET /v2.0/security-groups?tenant_id=f413d58ff3b94e20abdd001bd4b2743f&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: 626/1189] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:11 2026] GET /v2.0/ports?device_id=03250ebd-f5b9-43ba-9237-a1b0ecaac17c => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1190] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:29:11 2026] GET /v2.0/security-groups?id=769147b7-3c6d-4236-8cff-1bc625a2734c&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: 9|app: 0|req: 564/1191] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:29:11 2026] DELETE /v2.0/security-groups/529b1f59-7ba1-4e7c-a972-02831d4d88f7 => 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: 628/1192] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:29:12 2026] GET /v2.0/ports?tenant_id=0ccd51b82e13429ba3ed4dd3f67985bc&device_id=03250ebd-f5b9-43ba-9237-a1b0ecaac17c => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 565/1193] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:29:12 2026] GET /v2.0/networks?id=0c95d34a-406d-4766-a829-190e63b29fc1 => generated 772 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1194] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:29:12 2026] GET /v2.0/security-groups?tenant_id=77ff1502713546669c7b15de2c59952d&name=default => generated 2925 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 566/1195] 199.19.213.209 () {34 vars in 1058 bytes} [Thu May 7 14:29:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=3310fa53-8b16-4933-9797-f52b190ee5ca => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 567/1196] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:29:12 2026] GET /v2.0/subnets?id=23f92056-2d58-49ba-8daf-b9605d3cd6c9 => generated 694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 568/1197] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:12 2026] GET /v2.0/ports?device_id=7cfd4798-f323-4119-a64d-7efcebb9353e => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 569/1198] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:29:12 2026] GET /v2.0/ports?network_id=0c95d34a-406d-4766-a829-190e63b29fc1&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: 630/1199] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:29:12 2026] DELETE /v2.0/security-groups/b9af9165-32cd-4781-85dc-f05cb817e4dc => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 570/1200] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:29:12 2026] GET /v2.0/security-groups?id=9d827fbc-8f4c-4847-8ed6-70d130663b18&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: 631/1201] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:29:12 2026] GET /v2.0/networks/0c95d34a-406d-4766-a829-190e63b29fc1?fields=segments => generated 14 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 571/1202] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:29:12 2026] GET /v2.0/ports?tenant_id=e7f3f9abcd67467c90ea086ba94a0d9b&device_id=7cfd4798-f323-4119-a64d-7efcebb9353e => generated 1244 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1203] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:29:12 2026] GET /v2.0/networks/0c95d34a-406d-4766-a829-190e63b29fc1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 572/1204] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:29:12 2026] GET /v2.0/networks?id=76905932-eaf3-426b-8da3-f1e2e7ff5d63 => generated 771 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1205] 199.19.213.209 () {34 vars in 1060 bytes} [Thu May 7 14:29:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=a8a953ad-ecb5-4864-8111-01fefc1429dc => generated 861 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:29:12.600 9 INFO neutron.services.segments.plugin [-] Segment 3c2d3cad-6143-481d-8bde-5f6a933df95a resource provider aggregate not found 2026-05-07 14:29:12.608 9 INFO neutron.services.segments.plugin [-] Segment 3c2d3cad-6143-481d-8bde-5f6a933df95a resource provider aggregate not found 2026-05-07 14:29:12.616 9 INFO neutron.services.segments.plugin [-] Segment 3c2d3cad-6143-481d-8bde-5f6a933df95a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c2d3cad-6143-481d-8bde-5f6a933df95a found for delete ", "request_id": "req-fe61bdb1-f7d7-4ba5-98d8-ef3472566846"}]} 2026-05-07 14:29:12.646 9 INFO neutron.services.segments.plugin [-] Segment 3c2d3cad-6143-481d-8bde-5f6a933df95a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c2d3cad-6143-481d-8bde-5f6a933df95a found for delete ", "request_id": "req-a6a3c1b1-c586-49c5-b892-b1cb438002e0"}]} [pid: 9|app: 0|req: 573/1206] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:29:12 2026] GET /v2.0/subnets?id=eaf4349e-1408-4868-bc28-be957506b313 => generated 693 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1207] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:29:12 2026] GET /v2.0/ports?network_id=76905932-eaf3-426b-8da3-f1e2e7ff5d63&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: 9|app: 0|req: 574/1208] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:29:12 2026] GET /v2.0/networks/76905932-eaf3-426b-8da3-f1e2e7ff5d63?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: 635/1209] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:29:12 2026] GET /v2.0/networks/76905932-eaf3-426b-8da3-f1e2e7ff5d63?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: 9|app: 0|req: 575/1210] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:13 2026] GET /v2.0/ports?device_id=03250ebd-f5b9-43ba-9237-a1b0ecaac17c => 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: 636/1211] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:29:13 2026] GET /v2.0/security-groups?id=769147b7-3c6d-4236-8cff-1bc625a2734c&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: 9|app: 0|req: 576/1212] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:13 2026] GET /v2.0/ports?device_id=7cfd4798-f323-4119-a64d-7efcebb9353e => 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: 637/1213] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:29:13 2026] GET /v2.0/security-groups?id=9d827fbc-8f4c-4847-8ed6-70d130663b18&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1214] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:14 2026] GET /v2.0/ports?device_id=03250ebd-f5b9-43ba-9237-a1b0ecaac17c => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1215] 199.19.213.209 () {34 vars in 994 bytes} [Thu May 7 14:29:14 2026] GET /v2.0/ports?device_id=03250ebd-f5b9-43ba-9237-a1b0ecaac17c => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1216] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:29:14 2026] GET /v2.0/security-groups?id=769147b7-3c6d-4236-8cff-1bc625a2734c&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: 9|app: 0|req: 577/1217] 10.0.0.231 () {34 vars in 677 bytes} [Thu May 7 14:29:14 2026] POST /v2.0/subnetpools => generated 549 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:29:14.577 8 INFO neutron_taas.services.taas.taas_plugin [req-64960b28-f90b-4a56-825b-e56b1389ca1f req-7bde212a-27cd-4ea7-bbbc-1064986a711d 8cd0f94db0c346cb90ec2cdb9da9942f 0ccd51b82e13429ba3ed4dd3f67985bc - - default default] TaaS: Handle Delete Port: 3310fa53-8b16-4933-9797-f52b190ee5ca 2026-05-07 14:29:14.580 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-64960b28-f90b-4a56-825b-e56b1389ca1f req-7bde212a-27cd-4ea7-bbbc-1064986a711d 8cd0f94db0c346cb90ec2cdb9da9942f 0ccd51b82e13429ba3ed4dd3f67985bc - - default default] Tap Mirror: Handle Delete Port: 3310fa53-8b16-4933-9797-f52b190ee5ca [pid: 9|app: 0|req: 578/1218] 10.0.0.231 () {32 vars in 729 bytes} [Thu May 7 14:29:14 2026] GET /v2.0/subnetpools/4a9ad710-cb0b-42be-88ea-e70efa5ec283 => generated 549 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 579/1219] 10.0.0.231 () {34 vars in 749 bytes} [Thu May 7 14:29:14 2026] PUT /v2.0/subnetpools/4a9ad710-cb0b-42be-88ea-e70efa5ec283 => generated 501 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 580/1220] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:14 2026] GET /v2.0/ports?device_id=7cfd4798-f323-4119-a64d-7efcebb9353e => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:29:14.710 8 INFO neutron.db.l3_db [req-64960b28-f90b-4a56-825b-e56b1389ca1f req-7bde212a-27cd-4ea7-bbbc-1064986a711d 8cd0f94db0c346cb90ec2cdb9da9942f 0ccd51b82e13429ba3ed4dd3f67985bc - - default default] Floating IP 3d65ef4f-332b-42a8-b098-c74ce11c5590 disassociated. External IP: 10.96.250.214, port: 3310fa53-8b16-4933-9797-f52b190ee5ca. [pid: 9|app: 0|req: 581/1221] 10.0.0.231 () {32 vars in 732 bytes} [Thu May 7 14:29:14 2026] DELETE /v2.0/subnetpools/4a9ad710-cb0b-42be-88ea-e70efa5ec283 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 582/1222] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:29:14 2026] GET /v2.0/security-groups?id=9d827fbc-8f4c-4847-8ed6-70d130663b18&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:29:14.819 9 INFO neutron.api.v2.resource [None req-e5cb9b8d-17b4-4c86-a34c-5681e068da54 778b4861f30244b5a315761492890772 2c0f68812ebb4e0db8fe3ec157ab4d47 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 583/1223] 10.0.0.231 () {32 vars in 729 bytes} [Thu May 7 14:29:14 2026] GET /v2.0/subnetpools/4a9ad710-cb0b-42be-88ea-e70efa5ec283 => generated 145 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 14:29:14.849 9 INFO neutron.api.v2.resource [None req-174992e8-5493-41d5-8fac-842c68d16f8f 778b4861f30244b5a315761492890772 2c0f68812ebb4e0db8fe3ec157ab4d47 - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 584/1224] 10.0.0.231 () {32 vars in 732 bytes} [Thu May 7 14:29:14 2026] DELETE /v2.0/subnetpools/4a9ad710-cb0b-42be-88ea-e70efa5ec283 => generated 145 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1225] 199.19.213.209 () {36 vars in 997 bytes} [Thu May 7 14:29:14 2026] DELETE /v2.0/ports/3310fa53-8b16-4933-9797-f52b190ee5ca => generated 0 bytes in 677 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:29:15.163 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e01b03cc-3b82-4bbb-a9b9-42aae9443a54'] response: {'server_uuid': '03250ebd-f5b9-43ba-9237-a1b0ecaac17c', 'name': 'network-vif-deleted', 'tag': '3310fa53-8b16-4933-9797-f52b190ee5ca', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 642/1226] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:15 2026] GET /v2.0/ports?device_id=03250ebd-f5b9-43ba-9237-a1b0ecaac17c => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 585/1227] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:29:15 2026] GET /v2.0/security-groups?tenant_id=2c0f68812ebb4e0db8fe3ec157ab4d47&name=default => generated 2925 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1228] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:29:15 2026] DELETE /v2.0/security-groups/c49cbf8c-cbda-4514-b670-2567ef6632d2 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 586/1229] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:15 2026] GET /v2.0/ports?device_id=7cfd4798-f323-4119-a64d-7efcebb9353e => 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: 644/1230] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:29:15 2026] GET /v2.0/security-groups?id=9d827fbc-8f4c-4847-8ed6-70d130663b18&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: 9|app: 0|req: 587/1231] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:16 2026] GET /v2.0/ports?device_id=03250ebd-f5b9-43ba-9237-a1b0ecaac17c => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 588/1232] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:17 2026] GET /v2.0/ports?device_id=7cfd4798-f323-4119-a64d-7efcebb9353e => generated 975 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 589/1233] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:29:17 2026] GET /v2.0/security-groups?id=9d827fbc-8f4c-4847-8ed6-70d130663b18&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1234] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:29:16 2026] GET /v2.0/security-groups?tenant_id=f0662fce2fe24d4493f461781ef28a33&name=default => generated 2925 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 590/1235] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:29:17 2026] DELETE /v2.0/security-groups/ea57222a-67bd-487b-9439-ed6b83e44e80 => 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: 646/1236] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:29:17 2026] GET /v2.0/security-groups?tenant_id=5c17b2fce3e74d178a7a04991ae5b17f&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1237] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:29:17 2026] DELETE /v2.0/security-groups/dc96e321-e8f1-4992-a490-5bd3ce6ab6cf => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1238] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:17 2026] GET /v2.0/ports?device_id=03250ebd-f5b9-43ba-9237-a1b0ecaac17c => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:29:17.857 9 INFO neutron.db.segments_db [None req-3adcc17e-fa31-46fa-9a5e-d3692dc693ae a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Added segment d4bfa137-8b41-4db1-87d4-df5e4bfd260b of type vxlan for network da167261-4c7f-4aba-a8fd-a069d234adbf [pid: 9|app: 0|req: 591/1239] 10.0.0.231 () {34 vars in 671 bytes} [Thu May 7 14:29:17 2026] POST /v2.0/networks => generated 721 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1240] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:29:17 2026] POST /v2.0/subnets => generated 687 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:29:18.199 9 INFO neutron.db.segments_db [None req-69b232ba-8301-491b-a0ea-192e21abb063 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Added segment aab5e21d-829d-4c5a-b840-4e2fa419d1f1 of type vxlan for network 2b5870d0-c7c8-4c34-a91d-1d65a2ae40f3 [pid: 8|app: 0|req: 650/1241] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:18 2026] GET /v2.0/ports?device_id=7cfd4798-f323-4119-a64d-7efcebb9353e => generated 973 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1242] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:29:18 2026] GET /v2.0/security-groups?id=9d827fbc-8f4c-4847-8ed6-70d130663b18&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:29:18.461 9 INFO neutron.db.l3_hamode_db [None req-69b232ba-8301-491b-a0ea-192e21abb063 a3a2c4abf0ac4eee804577c1972df427 3c50dd96c3ec4801b1952f99c3be7f22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 652/1243] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:29:18 2026] DELETE /v2.0/security-groups/769147b7-3c6d-4236-8cff-1bc625a2734c => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:29:18.981 8 INFO neutron.api.v2.resource [None req-86f2de2f-1567-449e-bb87-6d6b4bf81866 8cd0f94db0c346cb90ec2cdb9da9942f 0ccd51b82e13429ba3ed4dd3f67985bc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 653/1244] 10.0.0.231 () {32 vars in 737 bytes} [Thu May 7 14:29:18 2026] GET /v2.0/security-groups/769147b7-3c6d-4236-8cff-1bc625a2734c => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 14:29:19.105 8 INFO neutron_taas.services.taas.taas_plugin [None req-e9b51df7-9ddb-41b5-aa50-bb4aa17173ac 8cd0f94db0c346cb90ec2cdb9da9942f 0ccd51b82e13429ba3ed4dd3f67985bc - - default default] TaaS: Handle Delete Port: de4c74ae-4ce9-4d9d-8610-bc079ca849b2 2026-05-07 14:29:19.108 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9b51df7-9ddb-41b5-aa50-bb4aa17173ac 8cd0f94db0c346cb90ec2cdb9da9942f 0ccd51b82e13429ba3ed4dd3f67985bc - - default default] Tap Mirror: Handle Delete Port: de4c74ae-4ce9-4d9d-8610-bc079ca849b2 2026-05-07 14:29:19.206 9 INFO neutron.db.l3_hamode_db [None req-69b232ba-8301-491b-a0ea-192e21abb063 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 654/1245] 10.0.0.231 () {32 vars in 732 bytes} [Thu May 7 14:29:18 2026] DELETE /v2.0/floatingips/3d65ef4f-332b-42a8-b098-c74ce11c5590 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:29:19.666 8 INFO neutron_taas.services.taas.taas_plugin [None req-d0da7f77-1f17-4a0f-84bf-b843595c29b0 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: ca4c74b2-8845-407b-9ca0-f97103117651 2026-05-07 14:29:19.669 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0da7f77-1f17-4a0f-84bf-b843595c29b0 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: ca4c74b2-8845-407b-9ca0-f97103117651 [pid: 9|app: 0|req: 592/1246] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:29:18 2026] POST /v2.0/routers => generated 727 bytes in 1975 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 593/1247] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:20 2026] GET /v2.0/ports?device_id=7cfd4798-f323-4119-a64d-7efcebb9353e => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1248] 10.0.0.231 () {34 vars in 789 bytes} [Thu May 7 14:29:19 2026] PUT /v2.0/routers/ad84fdf6-313c-44d8-8f5c-5a41d220d6dd/remove_router_interface => generated 309 bytes in 968 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1249] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:29:20 2026] GET /v2.0/security-groups?id=9d827fbc-8f4c-4847-8ed6-70d130663b18&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:29:20.503 8 INFO neutron_taas.services.taas.taas_plugin [None req-dd42628d-8355-4c5f-a212-b7372d08fc84 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: 65d13a39-f323-4f0f-a25f-cc7b2f80e37b 2026-05-07 14:29:20.506 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd42628d-8355-4c5f-a212-b7372d08fc84 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: 65d13a39-f323-4f0f-a25f-cc7b2f80e37b 2026-05-07 14:29:20.808 8 INFO neutron_taas.services.taas.taas_plugin [None req-dd42628d-8355-4c5f-a212-b7372d08fc84 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: 2ceae28a-5dd1-4204-b565-6e811ce33935 2026-05-07 14:29:20.812 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd42628d-8355-4c5f-a212-b7372d08fc84 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: 2ceae28a-5dd1-4204-b565-6e811ce33935 2026-05-07 14:29:21.258 8 INFO neutron.services.segments.plugin [-] Segment 7a2a3c30-3367-45bf-9109-7aa94e40cf0a resource provider aggregate not found 2026-05-07 14:29:21.264 8 INFO neutron.services.segments.plugin [-] Segment 7a2a3c30-3367-45bf-9109-7aa94e40cf0a resource provider aggregate not found 2026-05-07 14:29:21.292 8 INFO neutron.services.segments.plugin [-] Segment 7a2a3c30-3367-45bf-9109-7aa94e40cf0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a2a3c30-3367-45bf-9109-7aa94e40cf0a found for delete ", "request_id": "req-f93dabbb-7bfe-42d1-b511-d772c96c647b"}]} 2026-05-07 14:29:21.294 8 INFO neutron.services.segments.plugin [-] Segment 7a2a3c30-3367-45bf-9109-7aa94e40cf0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a2a3c30-3367-45bf-9109-7aa94e40cf0a found for delete ", "request_id": "req-d18cc49e-e0a7-4129-a724-4409f986376f"}]} 2026-05-07 14:29:21.295 8 INFO neutron.db.l3_hamode_db [None req-dd42628d-8355-4c5f-a212-b7372d08fc84 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] HA network 88b383a7-881f-4436-8af1-8cace552f110 was deleted as no HA routers are present in tenant 0ccd51b82e13429ba3ed4dd3f67985bc. [pid: 8|app: 0|req: 657/1250] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:29:20 2026] DELETE /v2.0/routers/ad84fdf6-313c-44d8-8f5c-5a41d220d6dd => generated 0 bytes in 1010 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1251] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:29:21 2026] DELETE /v2.0/subnets/23f92056-2d58-49ba-8daf-b9605d3cd6c9 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1252] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:21 2026] GET /v2.0/ports?device_id=7cfd4798-f323-4119-a64d-7efcebb9353e => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 594/1253] 10.0.0.231 () {34 vars in 783 bytes} [Thu May 7 14:29:20 2026] PUT /v2.0/routers/0bc7d9c1-a758-4aff-88f8-ad741e585f35/add_router_interface => generated 309 bytes in 1412 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:29:21.618 8 INFO neutron_taas.services.taas.taas_plugin [None req-38e61db7-0d15-48f7-b7d1-f45429ce51a7 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: 178ebbff-c322-4af0-bf50-c6b83ab05b5a 2026-05-07 14:29:21.621 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38e61db7-0d15-48f7-b7d1-f45429ce51a7 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: 178ebbff-c322-4af0-bf50-c6b83ab05b5a [pid: 9|app: 0|req: 595/1254] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:29:21 2026] GET /v2.0/security-groups?id=9d827fbc-8f4c-4847-8ed6-70d130663b18&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: 660/1255] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:29:21 2026] DELETE /v2.0/networks/0c95d34a-406d-4766-a829-190e63b29fc1 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 596/1256] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:29:22 2026] GET /v2.0/security-groups?tenant_id=0ccd51b82e13429ba3ed4dd3f67985bc&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1257] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:29:22 2026] DELETE /v2.0/security-groups/414fab8b-4a5f-4962-8b0f-66ed51324e39 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:29:23.325 8 INFO neutron.services.segments.plugin [-] Segment e9b3dfe2-7369-4bb8-8c8b-582ce16b57e3 resource provider aggregate not found 2026-05-07 14:29:23.326 8 INFO neutron.services.segments.plugin [-] Segment e9b3dfe2-7369-4bb8-8c8b-582ce16b57e3 resource provider aggregate not found 2026-05-07 14:29:23.340 8 INFO neutron.services.segments.plugin [-] Segment e9b3dfe2-7369-4bb8-8c8b-582ce16b57e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9b3dfe2-7369-4bb8-8c8b-582ce16b57e3 found for delete ", "request_id": "req-fa537f2a-6b23-4c33-9ef7-94bf093a6000"}]} 2026-05-07 14:29:23.342 8 INFO neutron.services.segments.plugin [-] Segment e9b3dfe2-7369-4bb8-8c8b-582ce16b57e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9b3dfe2-7369-4bb8-8c8b-582ce16b57e3 found for delete ", "request_id": "req-05478321-773d-4176-80bd-0fa58ea4d631"}]} [pid: 9|app: 0|req: 597/1258] 10.0.0.63 () {34 vars in 981 bytes} [Thu May 7 14:29:23 2026] GET /v2.0/networks?id=da167261-4c7f-4aba-a8fd-a069d234adbf => generated 672 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1259] 10.0.0.63 () {34 vars in 964 bytes} [Thu May 7 14:29:24 2026] GET /v2.0/quotas/3c50dd96c3ec4801b1952f99c3be7f22 => generated 292 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 598/1260] 10.0.0.63 () {34 vars in 1001 bytes} [Thu May 7 14:29:24 2026] GET /v2.0/ports?tenant_id=3c50dd96c3ec4801b1952f99c3be7f22&fields=id => generated 103 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1261] 10.0.0.63 () {34 vars in 1007 bytes} [Thu May 7 14:29:24 2026] GET /v2.0/networks/da167261-4c7f-4aba-a8fd-a069d234adbf?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 599/1262] 10.0.0.63 () {34 vars in 1107 bytes} [Thu May 7 14:29:24 2026] GET /v2.0/networks/da167261-4c7f-4aba-a8fd-a069d234adbf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1263] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:24 2026] GET /v2.0/ports?device_id=4c0caf36-82ef-4a3d-9273-12d7a3b12831 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 600/1264] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:25 2026] GET /v2.0/ports?device_id=4c0caf36-82ef-4a3d-9273-12d7a3b12831 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1265] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:26 2026] GET /v2.0/ports?device_id=4c0caf36-82ef-4a3d-9273-12d7a3b12831 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1268] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:29:27 2026] GET /v2.0/security-groups?tenant_id=7119d4493eef491088dc9ba895668cb9&name=default => generated 2925 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 602/1269] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:29:27 2026] DELETE /v2.0/security-groups/2b1d4e4c-996e-4572-add6-e918f6054370 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 603/1270] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:27 2026] GET /v2.0/ports?device_id=4c0caf36-82ef-4a3d-9273-12d7a3b12831 => 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: 668/1271] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:29:27 2026] GET /v2.0/security-groups?tenant_id=edf1d1886a4c476b85590d597935725a&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 604/1272] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:29:27 2026] DELETE /v2.0/security-groups/723146f8-fa74-4749-b823-7ccedbec0b6c => 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: 669/1273] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:29:28 2026] GET /v2.0/networks?id=da167261-4c7f-4aba-a8fd-a069d234adbf => generated 672 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 605/1274] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:28 2026] GET /v2.0/ports?device_id=4c0caf36-82ef-4a3d-9273-12d7a3b12831 => 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: 670/1275] 199.19.213.209 () {38 vars in 955 bytes} [Thu May 7 14:29:28 2026] POST /v2.0/ports => generated 958 bytes in 399 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 606/1276] 199.19.213.209 () {38 vars in 1028 bytes} [Thu May 7 14:29:29 2026] PUT /v2.0/ports/d35e31f4-c8b4-4be4-a065-6ad1b2e0fcf8 => generated 1239 bytes in 433 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:29:29.671 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-7e10d245-f813-4466-a8ae-a339b7427867'] response: {'name': 'network-changed', 'server_uuid': '4c0caf36-82ef-4a3d-9273-12d7a3b12831', 'tag': 'd35e31f4-c8b4-4be4-a065-6ad1b2e0fcf8', '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: 671/1277] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:29 2026] GET /v2.0/ports?device_id=4c0caf36-82ef-4a3d-9273-12d7a3b12831 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 9|app: 0|req: 607/1278] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:29:29 2026] GET /v2.0/security-groups?id=a969d76c-b9a0-4592-b542-6880995e4ff4&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: 8|app: 0|req: 672/1279] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:29:30 2026] GET /v2.0/ports?tenant_id=3c50dd96c3ec4801b1952f99c3be7f22&device_id=4c0caf36-82ef-4a3d-9273-12d7a3b12831 => generated 1242 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 608/1280] 199.19.213.209 () {34 vars in 1018 bytes} [Thu May 7 14:29:30 2026] GET /v2.0/networks?tenant_id=3c50dd96c3ec4801b1952f99c3be7f22&shared=False => generated 768 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1281] 199.19.213.209 () {34 vars in 930 bytes} [Thu May 7 14:29:30 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 609/1282] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:31 2026] GET /v2.0/ports?device_id=4c0caf36-82ef-4a3d-9273-12d7a3b12831 => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1283] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:29:31 2026] GET /v2.0/security-groups?id=a969d76c-b9a0-4592-b542-6880995e4ff4&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 610/1284] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:29:31 2026] GET /v2.0/ports?tenant_id=3c50dd96c3ec4801b1952f99c3be7f22&device_id=4c0caf36-82ef-4a3d-9273-12d7a3b12831 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1285] 199.19.213.209 () {34 vars in 1060 bytes} [Thu May 7 14:29:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=d35e31f4-c8b4-4be4-a065-6ad1b2e0fcf8 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 611/1286] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:29:31 2026] GET /v2.0/subnets?id=113165db-499c-4487-97b7-961bc0dce74e => generated 690 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1287] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:29:31 2026] GET /v2.0/ports?network_id=da167261-4c7f-4aba-a8fd-a069d234adbf&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 612/1288] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:29:31 2026] GET /v2.0/networks/da167261-4c7f-4aba-a8fd-a069d234adbf?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: 677/1289] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:29:31 2026] GET /v2.0/networks/da167261-4c7f-4aba-a8fd-a069d234adbf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 613/1290] 10.0.0.118 () {34 vars in 990 bytes} [Thu May 7 14:29:31 2026] GET /v2.0/ports?device_id=7cfd4798-f323-4119-a64d-7efcebb9353e => 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: 678/1291] 10.0.0.118 () {34 vars in 1040 bytes} [Thu May 7 14:29:31 2026] GET /v2.0/security-groups?id=9d827fbc-8f4c-4847-8ed6-70d130663b18&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1292] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:29:31 2026] GET /v2.0/security-groups?tenant_id=073fe311093246c7999cd038bc854169&name=default => generated 2925 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 614/1293] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:29:31 2026] GET /v2.0/security-groups?tenant_id=f5bd0113da6f43448a1323a441250c87&name=default => generated 2925 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1294] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:29:32 2026] DELETE /v2.0/security-groups/d38d7e98-ae3b-4473-95f5-2856c94c4335 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 615/1295] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:29:32 2026] DELETE /v2.0/security-groups/274884b3-3f3b-45cc-a4e2-c578c4d89836 => 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: 681/1296] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:32 2026] GET /v2.0/ports?device_id=4c0caf36-82ef-4a3d-9273-12d7a3b12831 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1297] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:29:32 2026] GET /v2.0/security-groups?id=a969d76c-b9a0-4592-b542-6880995e4ff4&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 616/1298] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:29:32 2026] GET /v2.0/security-groups?tenant_id=9fc09a454e544b0ca97728b3948fe72f&name=default => generated 2925 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1299] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:29:32 2026] DELETE /v2.0/security-groups/7fd03668-29a1-4e66-84c6-9258554992c1 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 617/1300] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:33 2026] GET /v2.0/ports?device_id=4c0caf36-82ef-4a3d-9273-12d7a3b12831 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1301] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:29:33 2026] GET /v2.0/security-groups?id=a969d76c-b9a0-4592-b542-6880995e4ff4&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 618/1302] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:34 2026] GET /v2.0/ports?device_id=4c0caf36-82ef-4a3d-9273-12d7a3b12831 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1303] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:29:34 2026] GET /v2.0/security-groups?id=a969d76c-b9a0-4592-b542-6880995e4ff4&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 619/1304] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:35 2026] GET /v2.0/ports?device_id=4c0caf36-82ef-4a3d-9273-12d7a3b12831 => 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: 686/1305] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:29:35 2026] GET /v2.0/security-groups?id=a969d76c-b9a0-4592-b542-6880995e4ff4&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: 9|app: 0|req: 620/1306] 10.0.0.231 () {34 vars in 678 bytes} [Thu May 7 14:29:36 2026] POST /v2.0/qos/policies => generated 359 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1307] 10.0.0.231 () {34 vars in 678 bytes} [Thu May 7 14:29:36 2026] POST /v2.0/qos/policies => generated 359 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1308] 10.0.0.231 () {34 vars in 678 bytes} [Thu May 7 14:29:36 2026] POST /v2.0/qos/policies => generated 359 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 621/1309] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:36 2026] GET /v2.0/ports?device_id=4c0caf36-82ef-4a3d-9273-12d7a3b12831 => generated 975 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1310] 10.0.0.231 () {34 vars in 678 bytes} [Thu May 7 14:29:37 2026] POST /v2.0/qos/policies => generated 359 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 622/1311] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:29:37 2026] GET /v2.0/security-groups?id=a969d76c-b9a0-4592-b542-6880995e4ff4&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: 690/1312] 10.0.0.231 () {34 vars in 678 bytes} [Thu May 7 14:29:37 2026] POST /v2.0/qos/policies => generated 359 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 623/1313] 10.0.0.231 () {34 vars in 753 bytes} [Thu May 7 14:29:37 2026] PUT /v2.0/policies/e89e0bdd-6b99-4b92-9493-d18b2c6153ec/tags => generated 17 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1314] 10.0.0.231 () {34 vars in 753 bytes} [Thu May 7 14:29:37 2026] PUT /v2.0/policies/a8e57676-184e-4a13-9d10-445fe1e903c4/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 624/1315] 10.0.0.231 () {34 vars in 753 bytes} [Thu May 7 14:29:37 2026] PUT /v2.0/policies/a27239e4-b4db-4397-9dda-e0802a760654/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1316] 10.0.0.231 () {34 vars in 753 bytes} [Thu May 7 14:29:37 2026] PUT /v2.0/policies/2a571cf5-b4fe-4e41-8556-723e181000ce/tags => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 625/1317] 10.0.0.231 () {32 vars in 674 bytes} [Thu May 7 14:29:37 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1318] 10.0.0.231 () {32 vars in 688 bytes} [Thu May 7 14:29:38 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 626/1319] 10.0.0.231 () {32 vars in 684 bytes} [Thu May 7 14:29:38 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1320] 10.0.0.231 () {32 vars in 696 bytes} [Thu May 7 14:29:38 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 627/1321] 10.0.0.231 () {32 vars in 682 bytes} [Thu May 7 14:29:38 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1322] 10.0.0.231 () {32 vars in 696 bytes} [Thu May 7 14:29:38 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 628/1323] 10.0.0.231 () {32 vars in 692 bytes} [Thu May 7 14:29:38 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 629/1324] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:38 2026] GET /v2.0/ports?device_id=4c0caf36-82ef-4a3d-9273-12d7a3b12831 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1325] 10.0.0.231 () {32 vars in 704 bytes} [Thu May 7 14:29:38 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 630/1326] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:29:38 2026] GET /v2.0/security-groups?id=a969d76c-b9a0-4592-b542-6880995e4ff4&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1327] 10.0.0.231 () {32 vars in 734 bytes} [Thu May 7 14:29:38 2026] DELETE /v2.0/qos/policies/e89e0bdd-6b99-4b92-9493-d18b2c6153ec => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 631/1328] 10.0.0.231 () {32 vars in 734 bytes} [Thu May 7 14:29:38 2026] DELETE /v2.0/qos/policies/a8e57676-184e-4a13-9d10-445fe1e903c4 => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1329] 10.0.0.231 () {32 vars in 734 bytes} [Thu May 7 14:29:38 2026] DELETE /v2.0/qos/policies/a27239e4-b4db-4397-9dda-e0802a760654 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 632/1330] 10.0.0.231 () {32 vars in 734 bytes} [Thu May 7 14:29:38 2026] DELETE /v2.0/qos/policies/2a571cf5-b4fe-4e41-8556-723e181000ce => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1331] 10.0.0.231 () {32 vars in 734 bytes} [Thu May 7 14:29:38 2026] DELETE /v2.0/qos/policies/15978c6d-0a13-40bb-9446-ae89f418409c => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 633/1332] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:29:39 2026] GET /v2.0/security-groups?tenant_id=abe5f334382d4ec1845aa3789aa0402c&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1333] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:29:39 2026] DELETE /v2.0/security-groups/ed9a149f-1f6c-4f5e-9e88-b334e7d2a7d8 => 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: 701/1334] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:29:39 2026] GET /v2.0/security-groups?tenant_id=e87ac138f87440448591033ef49cc696&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1335] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:39 2026] GET /v2.0/ports?device_id=4c0caf36-82ef-4a3d-9273-12d7a3b12831 => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 634/1336] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:29:39 2026] GET /v2.0/security-groups?tenant_id=e8c376c1e7964dcb9eb25b3096f3a232&name=default => generated 2925 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1337] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:29:39 2026] DELETE /v2.0/security-groups/910025e5-a33b-45b5-8bd0-199328733f92 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 635/1338] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:29:39 2026] GET /v2.0/security-groups?id=a969d76c-b9a0-4592-b542-6880995e4ff4&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1339] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:29:39 2026] DELETE /v2.0/security-groups/494cf039-94b8-4edb-9f11-39e85ea4c08c => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 636/1340] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:29:40 2026] GET /v2.0/security-groups?tenant_id=e9a49e0ac21b4657ba5c311e3d0e762f&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1341] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:29:40 2026] DELETE /v2.0/security-groups/c40780c3-923c-4605-8364-61e29390958a => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 637/1342] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:29:40 2026] GET /v2.0/security-groups?tenant_id=888ef58f62c94dec9f2d76ead207fe20&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: 706/1343] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:29:40 2026] DELETE /v2.0/security-groups/6f652e20-7086-4cdc-ba61-e479a4d9a99a => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 638/1344] 199.19.213.209 () {34 vars in 994 bytes} [Thu May 7 14:29:40 2026] GET /v2.0/ports?device_id=4c0caf36-82ef-4a3d-9273-12d7a3b12831 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 639/1345] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:40 2026] GET /v2.0/ports?device_id=4c0caf36-82ef-4a3d-9273-12d7a3b12831 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 640/1346] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:29:40 2026] GET /v2.0/security-groups?id=a969d76c-b9a0-4592-b542-6880995e4ff4&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:29:41.039 8 INFO neutron_taas.services.taas.taas_plugin [req-8585d467-e09f-4d0c-8eb0-e49e3fc0157a req-df5ce375-1f21-4a16-99af-34bfb4f1aed6 e50c25f2a9f349369f63652861ebc70d 3c50dd96c3ec4801b1952f99c3be7f22 - - default default] TaaS: Handle Delete Port: d35e31f4-c8b4-4be4-a065-6ad1b2e0fcf8 2026-05-07 14:29:41.041 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8585d467-e09f-4d0c-8eb0-e49e3fc0157a req-df5ce375-1f21-4a16-99af-34bfb4f1aed6 e50c25f2a9f349369f63652861ebc70d 3c50dd96c3ec4801b1952f99c3be7f22 - - default default] Tap Mirror: Handle Delete Port: d35e31f4-c8b4-4be4-a065-6ad1b2e0fcf8 [pid: 8|app: 0|req: 707/1347] 199.19.213.209 () {36 vars in 997 bytes} [Thu May 7 14:29:40 2026] DELETE /v2.0/ports/d35e31f4-c8b4-4be4-a065-6ad1b2e0fcf8 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:29:41.230 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-193212cd-6228-484a-9707-377069658330'] response: {'server_uuid': '4c0caf36-82ef-4a3d-9273-12d7a3b12831', 'name': 'network-vif-deleted', 'tag': 'd35e31f4-c8b4-4be4-a065-6ad1b2e0fcf8', 'status': 'completed', 'code': 200} 2026-05-07 14:29:42.021 8 INFO neutron.db.segments_db [None req-927e8004-720a-474e-8098-4227764d6b15 330ac921ea554b29813dff595b7a4d8f 2b1d8b7bf3674cce98719a4226e25481 - - default default] Added segment 7dd494ae-40f6-4af7-b981-f770f64bcb4a of type vxlan for network c884adeb-f831-4381-bf4d-10f534a6efb7 [pid: 8|app: 0|req: 709/1350] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:29:41 2026] POST /v2.0/networks => generated 625 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 642/1351] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:42 2026] GET /v2.0/ports?device_id=4c0caf36-82ef-4a3d-9273-12d7a3b12831 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1352] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:29:42 2026] POST /v2.0/subnets => generated 641 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:29:42.447 9 INFO neutron.db.segments_db [None req-e6c81e79-9322-45d5-b859-70d23f3e657e 330ac921ea554b29813dff595b7a4d8f 2b1d8b7bf3674cce98719a4226e25481 - - default default] Added segment acfa6b0c-b045-4498-bb1e-aedb645a0277 of type vxlan for network 9e6bb775-fc95-4c09-ac60-ff45f490a691 [pid: 9|app: 0|req: 643/1353] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:29:42 2026] POST /v2.0/networks => generated 624 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1354] 10.0.0.231 () {34 vars in 743 bytes} [Thu May 7 14:29:42 2026] PUT /v2.0/networks/9e6bb775-fc95-4c09-ac60-ff45f490a691 => generated 592 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 644/1355] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:29:42 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: 8|app: 0|req: 712/1356] 10.0.0.231 () {34 vars in 741 bytes} [Thu May 7 14:29:42 2026] PUT /v2.0/subnets/cf78d114-d41a-4d99-9e0d-19217a050bad => generated 636 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1357] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:43 2026] GET /v2.0/ports?device_id=7cfd4798-f323-4119-a64d-7efcebb9353e => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1358] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:29:43 2026] GET /v2.0/security-groups?id=9d827fbc-8f4c-4847-8ed6-70d130663b18&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1359] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:43 2026] GET /v2.0/ports?device_id=4c0caf36-82ef-4a3d-9273-12d7a3b12831 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:29:43.310 9 INFO neutron.services.segments.plugin [-] Segment acfa6b0c-b045-4498-bb1e-aedb645a0277 resource provider aggregate not found 2026-05-07 14:29:43.312 9 INFO neutron.services.segments.plugin [-] Segment acfa6b0c-b045-4498-bb1e-aedb645a0277 resource provider aggregate not found 2026-05-07 14:29:43.335 9 INFO neutron.services.segments.plugin [-] Segment acfa6b0c-b045-4498-bb1e-aedb645a0277 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acfa6b0c-b045-4498-bb1e-aedb645a0277 found for delete ", "request_id": "req-becaacc0-9d25-47ec-943e-cb5bcb281ddb"}]} [pid: 9|app: 0|req: 645/1360] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:29:43 2026] DELETE /v2.0/networks/9e6bb775-fc95-4c09-ac60-ff45f490a691 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:29:43.343 9 INFO neutron.services.segments.plugin [-] Segment acfa6b0c-b045-4498-bb1e-aedb645a0277 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acfa6b0c-b045-4498-bb1e-aedb645a0277 found for delete ", "request_id": "req-3c98f04c-c6f8-490c-8986-f1dd31377d09"}]} 2026-05-07 14:29:43.355 8 INFO neutron.pecan_wsgi.hooks.translation [None req-85da7470-28fd-4c7e-82b8-e98dc95b9af5 330ac921ea554b29813dff595b7a4d8f 2b1d8b7bf3674cce98719a4226e25481 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 716/1361] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:29:43 2026] DELETE /v2.0/networks/9e6bb775-fc95-4c09-ac60-ff45f490a691 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 646/1362] 10.0.0.231 () {32 vars in 694 bytes} [Thu May 7 14:29:43 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1363] 10.0.0.231 () {32 vars in 742 bytes} [Thu May 7 14:29:43 2026] GET /v2.0/subnets?network_id=38c99c3e-425c-4675-a81f-3b906678cf24 => generated 649 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1364] 10.0.0.231 () {32 vars in 653 bytes} [Thu May 7 14:29:43 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 9|app: 0|req: 647/1365] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:43 2026] GET /v2.0/ports?device_id=7cfd4798-f323-4119-a64d-7efcebb9353e => generated 975 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1366] 10.0.0.231 () {32 vars in 649 bytes} [Thu May 7 14:29:43 2026] GET /v2.0/networks => generated 1309 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 648/1367] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:29:43 2026] GET /v2.0/security-groups?id=9d827fbc-8f4c-4847-8ed6-70d130663b18&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1368] 10.0.0.231 () {32 vars in 647 bytes} [Thu May 7 14:29:43 2026] GET /v2.0/subnets => generated 1280 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 649/1369] 10.0.0.231 () {32 vars in 723 bytes} [Thu May 7 14:29:43 2026] GET /v2.0/networks/c884adeb-f831-4381-bf4d-10f534a6efb7 => generated 669 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1370] 10.0.0.231 () {32 vars in 721 bytes} [Thu May 7 14:29:43 2026] GET /v2.0/subnets/85a60bd4-9113-4919-9be3-117281316492 => generated 641 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:29:43.734 9 INFO neutron.pecan_wsgi.hooks.translation [None req-75fe9e6c-2894-41c9-a78c-62f0807f65f0 330ac921ea554b29813dff595b7a4d8f 2b1d8b7bf3674cce98719a4226e25481 - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 650/1371] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:29:43 2026] DELETE /v2.0/subnets/cf78d114-d41a-4d99-9e0d-19217a050bad => generated 136 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 14:29:43.755 8 INFO neutron.pecan_wsgi.hooks.translation [None req-991f409b-e256-4c6e-b395-43f22da2637c 330ac921ea554b29813dff595b7a4d8f 2b1d8b7bf3674cce98719a4226e25481 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 722/1372] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:29:43 2026] DELETE /v2.0/networks/9e6bb775-fc95-4c09-ac60-ff45f490a691 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 651/1373] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:29:43 2026] DELETE /v2.0/subnets/85a60bd4-9113-4919-9be3-117281316492 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:29:44.025 8 INFO neutron_taas.services.taas.taas_plugin [None req-1a83c15c-db99-4761-abb9-cecd874d7390 330ac921ea554b29813dff595b7a4d8f 2b1d8b7bf3674cce98719a4226e25481 - - default default] TaaS: Handle Delete Port: 24365f55-5194-457e-8837-475209210a61 2026-05-07 14:29:44.028 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a83c15c-db99-4761-abb9-cecd874d7390 330ac921ea554b29813dff595b7a4d8f 2b1d8b7bf3674cce98719a4226e25481 - - default default] Tap Mirror: Handle Delete Port: 24365f55-5194-457e-8837-475209210a61 2026-05-07 14:29:44.221 8 INFO neutron.services.segments.plugin [-] Segment 7dd494ae-40f6-4af7-b981-f770f64bcb4a resource provider aggregate not found 2026-05-07 14:29:44.226 8 INFO neutron.services.segments.plugin [-] Segment 7dd494ae-40f6-4af7-b981-f770f64bcb4a resource provider aggregate not found 2026-05-07 14:29:44.242 8 INFO neutron.services.segments.plugin [-] Segment 7dd494ae-40f6-4af7-b981-f770f64bcb4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7dd494ae-40f6-4af7-b981-f770f64bcb4a found for delete ", "request_id": "req-47286138-fe92-435f-9473-924f3c2162cb"}]} [pid: 8|app: 0|req: 723/1374] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:29:43 2026] DELETE /v2.0/networks/c884adeb-f831-4381-bf4d-10f534a6efb7 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:29:44.249 8 INFO neutron.services.segments.plugin [-] Segment 7dd494ae-40f6-4af7-b981-f770f64bcb4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7dd494ae-40f6-4af7-b981-f770f64bcb4a found for delete ", "request_id": "req-fdf94a44-8c28-46d7-90bc-8dcd76020e23"}]} [pid: 9|app: 0|req: 652/1375] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:44 2026] GET /v2.0/ports?device_id=4c0caf36-82ef-4a3d-9273-12d7a3b12831 => 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: 724/1376] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:44 2026] GET /v2.0/ports?device_id=7cfd4798-f323-4119-a64d-7efcebb9353e => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 653/1377] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:29:44 2026] GET /v2.0/security-groups?id=9d827fbc-8f4c-4847-8ed6-70d130663b18&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1378] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:29:44 2026] GET /v2.0/security-groups?tenant_id=2b1d8b7bf3674cce98719a4226e25481&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1379] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:29:44 2026] DELETE /v2.0/security-groups/f516c9c0-aa02-422b-8fa1-1cab9ff65934 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 654/1380] 10.0.0.231 () {34 vars in 684 bytes} [Thu May 7 14:29:44 2026] POST /v2.0/security-groups => generated 1601 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1381] 10.0.0.231 () {34 vars in 684 bytes} [Thu May 7 14:29:45 2026] POST /v2.0/security-groups => generated 1601 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 655/1382] 10.0.0.231 () {34 vars in 684 bytes} [Thu May 7 14:29:45 2026] POST /v2.0/security-groups => generated 1601 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1383] 10.0.0.231 () {34 vars in 684 bytes} [Thu May 7 14:29:45 2026] POST /v2.0/security-groups => generated 1601 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 656/1384] 10.0.0.231 () {34 vars in 684 bytes} [Thu May 7 14:29:45 2026] POST /v2.0/security-groups => generated 1601 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1385] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:45 2026] GET /v2.0/ports?device_id=7cfd4798-f323-4119-a64d-7efcebb9353e => 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: 730/1386] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:29:45 2026] GET /v2.0/security-groups?id=9d827fbc-8f4c-4847-8ed6-70d130663b18&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: 9|app: 0|req: 657/1387] 10.0.0.231 () {34 vars in 767 bytes} [Thu May 7 14:29:45 2026] PUT /v2.0/security-groups/16f56afc-e185-47ab-ac35-8de3245bc674/tags => generated 17 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 658/1388] 199.19.213.209 () {34 vars in 994 bytes} [Thu May 7 14:29:45 2026] GET /v2.0/ports?device_id=7cfd4798-f323-4119-a64d-7efcebb9353e => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1389] 10.0.0.231 () {34 vars in 767 bytes} [Thu May 7 14:29:45 2026] PUT /v2.0/security-groups/becd62a0-dd41-470d-b0fb-67c4656cd87d/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1390] 10.0.0.231 () {34 vars in 767 bytes} [Thu May 7 14:29:45 2026] PUT /v2.0/security-groups/c8555771-3077-4725-875d-fee3cae6df04/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:29:46.025 9 INFO neutron_taas.services.taas.taas_plugin [req-01c713d8-449f-4b79-85fa-02fad514b8f0 req-874cf6b6-f100-42c2-812f-3a7ab13868f4 24f56f56970a427aba7deac8d16fba0d e7f3f9abcd67467c90ea086ba94a0d9b - - default default] TaaS: Handle Delete Port: a8a953ad-ecb5-4864-8111-01fefc1429dc 2026-05-07 14:29:46.028 9 INFO neutron_taas.services.taas.tap_mirror_plugin [req-01c713d8-449f-4b79-85fa-02fad514b8f0 req-874cf6b6-f100-42c2-812f-3a7ab13868f4 24f56f56970a427aba7deac8d16fba0d e7f3f9abcd67467c90ea086ba94a0d9b - - default default] Tap Mirror: Handle Delete Port: a8a953ad-ecb5-4864-8111-01fefc1429dc [pid: 8|app: 0|req: 733/1391] 10.0.0.231 () {34 vars in 767 bytes} [Thu May 7 14:29:45 2026] PUT /v2.0/security-groups/ddd35899-144b-4c84-8dad-0b6a7fe8a39a/tags => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1392] 10.0.0.231 () {32 vars in 680 bytes} [Thu May 7 14:29:46 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:29:46.119 9 INFO neutron.db.l3_db [req-01c713d8-449f-4b79-85fa-02fad514b8f0 req-874cf6b6-f100-42c2-812f-3a7ab13868f4 24f56f56970a427aba7deac8d16fba0d e7f3f9abcd67467c90ea086ba94a0d9b - - default default] Floating IP 92f3cb52-0037-4d49-9044-874ee37f12e5 disassociated. External IP: 10.96.250.212, port: a8a953ad-ecb5-4864-8111-01fefc1429dc. [pid: 8|app: 0|req: 735/1393] 10.0.0.231 () {32 vars in 694 bytes} [Thu May 7 14:29:46 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1394] 10.0.0.231 () {32 vars in 690 bytes} [Thu May 7 14:29:46 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1395] 10.0.0.231 () {32 vars in 702 bytes} [Thu May 7 14:29:46 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1396] 10.0.0.231 () {32 vars in 688 bytes} [Thu May 7 14:29:46 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1397] 10.0.0.231 () {32 vars in 702 bytes} [Thu May 7 14:29:46 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1398] 10.0.0.231 () {32 vars in 698 bytes} [Thu May 7 14:29:46 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1399] 10.0.0.231 () {32 vars in 710 bytes} [Thu May 7 14:29:46 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 659/1400] 199.19.213.209 () {36 vars in 997 bytes} [Thu May 7 14:29:45 2026] DELETE /v2.0/ports/a8a953ad-ecb5-4864-8111-01fefc1429dc => generated 0 bytes in 498 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:29:46.461 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-25c74c1c-d50d-4f72-a805-272decf06060'] response: {'server_uuid': '7cfd4798-f323-4119-a64d-7efcebb9353e', 'name': 'network-vif-deleted', 'tag': 'a8a953ad-ecb5-4864-8111-01fefc1429dc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 742/1401] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:29:46 2026] DELETE /v2.0/security-groups/16f56afc-e185-47ab-ac35-8de3245bc674 => generated 0 bytes in 638 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:29:47.061 9 INFO neutron_taas.services.taas.taas_plugin [None req-78e5b19a-8a8b-4bec-89b3-7f62d18f7ec4 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: 4d554c67-64a0-4993-b567-de625e794905 2026-05-07 14:29:47.063 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78e5b19a-8a8b-4bec-89b3-7f62d18f7ec4 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: 4d554c67-64a0-4993-b567-de625e794905 [pid: 8|app: 0|req: 743/1402] 10.0.0.231 () {34 vars in 684 bytes} [Thu May 7 14:29:47 2026] POST /v2.0/security-groups => generated 1624 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1403] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:47 2026] GET /v2.0/ports?device_id=7cfd4798-f323-4119-a64d-7efcebb9353e => 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: 745/1404] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:29:47 2026] DELETE /v2.0/security-groups/becd62a0-dd41-470d-b0fb-67c4656cd87d => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1405] 10.0.0.231 () {32 vars in 663 bytes} [Thu May 7 14:29:47 2026] GET /v2.0/security-groups => generated 4529 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1406] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:29:47 2026] DELETE /v2.0/security-groups/c8555771-3077-4725-875d-fee3cae6df04 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 660/1407] 10.0.0.231 () {34 vars in 789 bytes} [Thu May 7 14:29:46 2026] PUT /v2.0/routers/0bc7d9c1-a758-4aff-88f8-ad741e585f35/remove_router_interface => generated 309 bytes in 950 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1408] 10.0.0.231 () {34 vars in 758 bytes} [Thu May 7 14:29:47 2026] PUT /v2.0/security-groups/dbe2f966-231b-4158-97a0-94b32a7db186 => generated 1662 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 661/1409] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:29:47 2026] DELETE /v2.0/security-groups/ddd35899-144b-4c84-8dad-0b6a7fe8a39a => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 662/1410] 10.0.0.231 () {32 vars in 737 bytes} [Thu May 7 14:29:47 2026] GET /v2.0/security-groups/dbe2f966-231b-4158-97a0-94b32a7db186 => generated 1662 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 663/1411] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:29:47 2026] DELETE /v2.0/security-groups/b4154c8a-c7ca-49cd-91b3-3632d8c0ec90 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:29:47.924 8 INFO neutron_taas.services.taas.taas_plugin [None req-f01407c1-d199-4d1b-b0f1-5cfc5ab69bc0 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: a543e0d6-44d0-4c34-89a3-e461e81b06f4 2026-05-07 14:29:47.927 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f01407c1-d199-4d1b-b0f1-5cfc5ab69bc0 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: a543e0d6-44d0-4c34-89a3-e461e81b06f4 [pid: 9|app: 0|req: 664/1412] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:29:47 2026] DELETE /v2.0/security-groups/dbe2f966-231b-4158-97a0-94b32a7db186 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 665/1413] 10.0.0.231 () {32 vars in 663 bytes} [Thu May 7 14:29:47 2026] GET /v2.0/security-groups => generated 2925 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:29:48.026 9 INFO neutron.api.v2.resource [None req-5f8c943e-85b6-44e4-b7ae-c9d0a8ee96ac 20d72c61bdb2446ab7add547d2efc7fb 05379db89f52497ea5d0be2205f2c30c - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 666/1414] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:29:48 2026] DELETE /v2.0/security-groups/dbe2f966-231b-4158-97a0-94b32a7db186 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 667/1415] 10.0.0.231 () {34 vars in 684 bytes} [Thu May 7 14:29:48 2026] POST /v2.0/security-groups => generated 1624 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-07 14:29:48.209 8 INFO neutron_taas.services.taas.taas_plugin [None req-f01407c1-d199-4d1b-b0f1-5cfc5ab69bc0 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: f4170b7d-e051-4364-805d-0f33d4557b54 2026-05-07 14:29:48.212 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f01407c1-d199-4d1b-b0f1-5cfc5ab69bc0 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: f4170b7d-e051-4364-805d-0f33d4557b54 [pid: 9|app: 0|req: 668/1416] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:29:48 2026] POST /v2.0/security-group-rules => generated 601 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 669/1417] 10.0.0.231 () {32 vars in 747 bytes} [Thu May 7 14:29:48 2026] GET /v2.0/security-group-rules/503f2a3f-e5b7-4db4-af54-7b18e4760176 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 670/1418] 10.0.0.231 () {32 vars in 673 bytes} [Thu May 7 14:29:48 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 671/1419] 10.0.0.231 () {32 vars in 750 bytes} [Thu May 7 14:29:48 2026] DELETE /v2.0/security-group-rules/503f2a3f-e5b7-4db4-af54-7b18e4760176 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 672/1420] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:48 2026] GET /v2.0/ports?device_id=7cfd4798-f323-4119-a64d-7efcebb9353e => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 673/1421] 10.0.0.231 () {32 vars in 673 bytes} [Thu May 7 14:29:48 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:29:48.568 8 INFO neutron.services.segments.plugin [-] Segment aab5e21d-829d-4c5a-b840-4e2fa419d1f1 resource provider aggregate not found 2026-05-07 14:29:48.577 8 INFO neutron.services.segments.plugin [-] Segment aab5e21d-829d-4c5a-b840-4e2fa419d1f1 resource provider aggregate not found 2026-05-07 14:29:48.593 8 INFO neutron.services.segments.plugin [-] Segment aab5e21d-829d-4c5a-b840-4e2fa419d1f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aab5e21d-829d-4c5a-b840-4e2fa419d1f1 found for delete ", "request_id": "req-df1d27d8-588c-400c-9ffb-6463818135c7"}]} 2026-05-07 14:29:48.598 8 INFO neutron.db.l3_hamode_db [None req-f01407c1-d199-4d1b-b0f1-5cfc5ab69bc0 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] HA network 2b5870d0-c7c8-4c34-a91d-1d65a2ae40f3 was deleted as no HA routers are present in tenant 3c50dd96c3ec4801b1952f99c3be7f22. 2026-05-07 14:29:48.604 8 INFO neutron.services.segments.plugin [-] Segment aab5e21d-829d-4c5a-b840-4e2fa419d1f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aab5e21d-829d-4c5a-b840-4e2fa419d1f1 found for delete ", "request_id": "req-e742e289-0d8c-45a6-817a-1f81084a6450"}]} [pid: 8|app: 0|req: 749/1422] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:29:47 2026] DELETE /v2.0/routers/0bc7d9c1-a758-4aff-88f8-ad741e585f35 => generated 0 bytes in 915 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 674/1423] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:29:48 2026] POST /v2.0/security-group-rules => generated 601 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 675/1424] 10.0.0.231 () {32 vars in 747 bytes} [Thu May 7 14:29:48 2026] GET /v2.0/security-group-rules/bbddb5d3-e056-465c-adb5-4d54d8a4f4a6 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 676/1425] 10.0.0.231 () {32 vars in 673 bytes} [Thu May 7 14:29:48 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: 8|app: 0|req: 750/1426] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:29:48 2026] DELETE /v2.0/subnets/113165db-499c-4487-97b7-961bc0dce74e => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1427] 10.0.0.231 () {32 vars in 750 bytes} [Thu May 7 14:29:48 2026] DELETE /v2.0/security-group-rules/bbddb5d3-e056-465c-adb5-4d54d8a4f4a6 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:29:48.927 8 INFO neutron_taas.services.taas.taas_plugin [None req-1ce9902b-6fb8-481c-a22a-2199511a4f2a a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: a87b950c-1beb-45a6-a6bc-e27d9f06cdc1 2026-05-07 14:29:48.930 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ce9902b-6fb8-481c-a22a-2199511a4f2a a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: a87b950c-1beb-45a6-a6bc-e27d9f06cdc1 [pid: 9|app: 0|req: 677/1428] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:29:48 2026] GET /v2.0/security-groups?tenant_id=34c5083bb4a440a4b98dd64a93ffafd8&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 678/1429] 10.0.0.231 () {32 vars in 673 bytes} [Thu May 7 14:29:49 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1430] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:29:48 2026] DELETE /v2.0/networks/da167261-4c7f-4aba-a8fd-a069d234adbf => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:29:49.143 8 INFO neutron.db.securitygroups_db [None req-e24e1a19-33e6-414e-b289-5332cb1b6983 20d72c61bdb2446ab7add547d2efc7fb 05379db89f52497ea5d0be2205f2c30c - - default default] Project 05379db89f52497ea5d0be2205f2c30c added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 9|app: 0|req: 679/1431] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:29:49 2026] DELETE /v2.0/security-groups/da89e8ed-bed2-4646-a0f7-696fc6de13b1 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1432] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:29:49 2026] POST /v2.0/security-group-rules => generated 607 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 680/1433] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:29:49 2026] GET /v2.0/security-groups?tenant_id=3c50dd96c3ec4801b1952f99c3be7f22&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1434] 10.0.0.231 () {32 vars in 747 bytes} [Thu May 7 14:29:49 2026] GET /v2.0/security-group-rules/1989a2fe-0686-45dd-972c-a8ec7f2a2357 => generated 607 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 681/1435] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:29:49 2026] DELETE /v2.0/security-groups/a969d76c-b9a0-4592-b542-6880995e4ff4 => 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: 755/1436] 10.0.0.231 () {32 vars in 673 bytes} [Thu May 7 14:29:49 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1437] 10.0.0.231 () {32 vars in 750 bytes} [Thu May 7 14:29:49 2026] DELETE /v2.0/security-group-rules/1989a2fe-0686-45dd-972c-a8ec7f2a2357 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 682/1438] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:29:49 2026] GET /v2.0/security-groups?tenant_id=02bafa41d44b4f8f865eec1de7a23580&name=default => generated 2925 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1439] 10.0.0.231 () {32 vars in 673 bytes} [Thu May 7 14:29:49 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: 9|app: 0|req: 683/1440] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:29:49 2026] DELETE /v2.0/security-groups/a42c4a31-cca3-4140-96d1-628f181570d0 => 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: 758/1441] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:29:49 2026] DELETE /v2.0/security-groups/63ca93fa-fb91-4637-af92-be1200fb1a87 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 684/1442] 10.0.0.231 () {32 vars in 663 bytes} [Thu May 7 14:29:49 2026] GET /v2.0/security-groups => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1443] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:29:49 2026] GET /v2.0/ports?device_id=7cfd4798-f323-4119-a64d-7efcebb9353e => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 685/1444] 10.0.0.231 () {32 vars in 663 bytes} [Thu May 7 14:29:49 2026] GET /v2.0/security-groups => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1445] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:29:49 2026] GET /v2.0/security-groups?tenant_id=5b24cbf604fc4d42888e8ed58830c0e7&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 686/1446] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:29:49 2026] DELETE /v2.0/security-groups/7375b20e-2a95-421b-a124-dd76c28c5d01 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1447] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:29:50 2026] GET /v2.0/security-groups?tenant_id=05379db89f52497ea5d0be2205f2c30c&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 687/1448] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:29:50 2026] DELETE /v2.0/security-groups/80857111-0b3e-4b93-89f7-3c05ec8dba71 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:29:50.612 8 INFO neutron.services.segments.plugin [-] Segment d4bfa137-8b41-4db1-87d4-df5e4bfd260b resource provider aggregate not found 2026-05-07 14:29:50.621 8 INFO neutron.services.segments.plugin [-] Segment d4bfa137-8b41-4db1-87d4-df5e4bfd260b resource provider aggregate not found 2026-05-07 14:29:50.625 8 INFO neutron.services.segments.plugin [-] Segment d4bfa137-8b41-4db1-87d4-df5e4bfd260b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4bfa137-8b41-4db1-87d4-df5e4bfd260b found for delete ", "request_id": "req-0c2d8e83-b10e-468c-b318-065de9e68565"}]} 2026-05-07 14:29:50.635 8 INFO neutron.services.segments.plugin [-] Segment d4bfa137-8b41-4db1-87d4-df5e4bfd260b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4bfa137-8b41-4db1-87d4-df5e4bfd260b found for delete ", "request_id": "req-6411c0c3-3035-47cc-b3e4-67d40e2145bd"}]} [pid: 8|app: 0|req: 762/1449] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:29:50 2026] DELETE /v2.0/security-groups/9d827fbc-8f4c-4847-8ed6-70d130663b18 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:29:50.822 9 INFO neutron.api.v2.resource [None req-e1e5dc8d-a2f0-498b-aa80-9d8572624640 24f56f56970a427aba7deac8d16fba0d e7f3f9abcd67467c90ea086ba94a0d9b - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 688/1450] 10.0.0.231 () {32 vars in 737 bytes} [Thu May 7 14:29:50 2026] GET /v2.0/security-groups/9d827fbc-8f4c-4847-8ed6-70d130663b18 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 14:29:50.950 8 INFO neutron_taas.services.taas.taas_plugin [None req-23b82898-2d29-44a4-927d-ff0a37749337 24f56f56970a427aba7deac8d16fba0d e7f3f9abcd67467c90ea086ba94a0d9b - - default default] TaaS: Handle Delete Port: 2ff92e8d-7a02-4098-b9a1-56b93fa8d063 2026-05-07 14:29:50.953 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23b82898-2d29-44a4-927d-ff0a37749337 24f56f56970a427aba7deac8d16fba0d e7f3f9abcd67467c90ea086ba94a0d9b - - default default] Tap Mirror: Handle Delete Port: 2ff92e8d-7a02-4098-b9a1-56b93fa8d063 [pid: 8|app: 0|req: 763/1451] 10.0.0.231 () {32 vars in 732 bytes} [Thu May 7 14:29:50 2026] DELETE /v2.0/floatingips/92f3cb52-0037-4d49-9044-874ee37f12e5 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:29:51.513 9 INFO neutron_taas.services.taas.taas_plugin [None req-8dbaddd5-3233-4cd0-9447-0047cf91860d a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: 7ce98e8d-0e01-4791-83a4-c74222ca73fd 2026-05-07 14:29:51.516 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8dbaddd5-3233-4cd0-9447-0047cf91860d a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: 7ce98e8d-0e01-4791-83a4-c74222ca73fd [pid: 9|app: 0|req: 689/1452] 10.0.0.231 () {34 vars in 789 bytes} [Thu May 7 14:29:51 2026] PUT /v2.0/routers/cb79bfbf-6705-4dfd-9882-2b4c616f0d0b/remove_router_interface => generated 309 bytes in 1004 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:29:52.383 8 INFO neutron_taas.services.taas.taas_plugin [None req-1fca53fd-0a2f-49cb-90ab-dfb86b1c0028 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: 76f3f700-202f-43af-9407-25671782d062 2026-05-07 14:29:52.387 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1fca53fd-0a2f-49cb-90ab-dfb86b1c0028 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: 76f3f700-202f-43af-9407-25671782d062 2026-05-07 14:29:52.691 8 INFO neutron_taas.services.taas.taas_plugin [None req-1fca53fd-0a2f-49cb-90ab-dfb86b1c0028 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: f4c88bf1-e57c-4d63-8bbd-76f18593cac0 2026-05-07 14:29:52.694 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1fca53fd-0a2f-49cb-90ab-dfb86b1c0028 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: f4c88bf1-e57c-4d63-8bbd-76f18593cac0 [pid: 9|app: 0|req: 690/1453] 10.0.0.150 () {32 vars in 802 bytes} [Thu May 7 14:29:52 2026] GET /v2.0/extensions => generated 21537 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-07 14:29:53.091 8 INFO neutron.services.segments.plugin [-] Segment f5c82941-11b7-4a19-b857-f907fa75191a resource provider aggregate not found 2026-05-07 14:29:53.105 8 INFO neutron.services.segments.plugin [-] Segment f5c82941-11b7-4a19-b857-f907fa75191a resource provider aggregate not found 2026-05-07 14:29:53.118 8 INFO neutron.db.l3_hamode_db [None req-1fca53fd-0a2f-49cb-90ab-dfb86b1c0028 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] HA network ca888751-d73d-4ac0-8dd9-6e4de570110b was deleted as no HA routers are present in tenant e7f3f9abcd67467c90ea086ba94a0d9b. [pid: 8|app: 0|req: 764/1454] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:29:52 2026] DELETE /v2.0/routers/cb79bfbf-6705-4dfd-9882-2b4c616f0d0b => generated 0 bytes in 987 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:29:53.130 8 INFO neutron.services.segments.plugin [-] Segment f5c82941-11b7-4a19-b857-f907fa75191a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5c82941-11b7-4a19-b857-f907fa75191a found for delete ", "request_id": "req-57205382-b3df-495b-a2b1-3a91d4b107fc"}]} 2026-05-07 14:29:53.144 8 INFO neutron.services.segments.plugin [-] Segment f5c82941-11b7-4a19-b857-f907fa75191a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5c82941-11b7-4a19-b857-f907fa75191a found for delete ", "request_id": "req-74d3044d-fb9e-4d2b-a1bc-1d86df156c2f"}]} [pid: 9|app: 0|req: 691/1455] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:29:53 2026] DELETE /v2.0/subnets/eaf4349e-1408-4868-bc28-be957506b313 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1456] 10.0.0.150 () {30 vars in 724 bytes} [Thu May 7 14:29:53 2026] GET /v2.0/quotas/d32024cbe0b942899cdb11f19d525477/details => generated 847 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:29:53.446 8 INFO neutron_taas.services.taas.taas_plugin [None req-2991fb3f-b54f-46da-8be6-8c77c66e2620 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: 38ba15de-19d1-4392-b320-2a41dace31d5 2026-05-07 14:29:53.449 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2991fb3f-b54f-46da-8be6-8c77c66e2620 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: 38ba15de-19d1-4392-b320-2a41dace31d5 [pid: 8|app: 0|req: 766/1457] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:29:53 2026] DELETE /v2.0/networks/76905932-eaf3-426b-8da3-f1e2e7ff5d63 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 692/1458] 10.0.0.231 () {34 vars in 676 bytes} [Thu May 7 14:29:53 2026] POST /v2.0/floatingips => generated 552 bytes in 595 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1459] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:29:53 2026] GET /v2.0/security-groups?tenant_id=e7f3f9abcd67467c90ea086ba94a0d9b&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 693/1460] 10.0.0.231 () {34 vars in 759 bytes} [Thu May 7 14:29:53 2026] PUT /v2.0/floatingips/6030fef8-57ed-48a2-aac9-65ebf99b372e/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: 768/1461] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:29:53 2026] DELETE /v2.0/security-groups/afcbc02d-e8e9-4f04-943f-2ad2fb3e12fb => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 694/1462] 10.0.0.231 () {32 vars in 739 bytes} [Thu May 7 14:29:53 2026] GET /v2.0/floatingips/6030fef8-57ed-48a2-aac9-65ebf99b372e/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1463] 10.0.0.231 () {34 vars in 770 bytes} [Thu May 7 14:29:54 2026] PUT /v2.0/floatingips/6030fef8-57ed-48a2-aac9-65ebf99b372e/tags/green => generated 4 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1464] 10.0.0.231 () {32 vars in 739 bytes} [Thu May 7 14:29:54 2026] GET /v2.0/floatingips/6030fef8-57ed-48a2-aac9-65ebf99b372e/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: 771/1465] 10.0.0.231 () {34 vars in 766 bytes} [Thu May 7 14:29:54 2026] PUT /v2.0/floatingips/6030fef8-57ed-48a2-aac9-65ebf99b372e/tags/red => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1466] 10.0.0.231 () {32 vars in 739 bytes} [Thu May 7 14:29:54 2026] GET /v2.0/floatingips/6030fef8-57ed-48a2-aac9-65ebf99b372e/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1467] 10.0.0.231 () {34 vars in 788 bytes} [Thu May 7 14:29:54 2026] PUT /v2.0/floatingips/6030fef8-57ed-48a2-aac9-65ebf99b372e/tags/black.or.white => generated 4 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1468] 10.0.0.231 () {32 vars in 739 bytes} [Thu May 7 14:29:54 2026] GET /v2.0/floatingips/6030fef8-57ed-48a2-aac9-65ebf99b372e/tags => generated 52 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1469] 10.0.0.231 () {34 vars in 759 bytes} [Thu May 7 14:29:54 2026] PUT /v2.0/floatingips/6030fef8-57ed-48a2-aac9-65ebf99b372e/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 695/1470] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:29:54 2026] GET /v2.0/security-groups?tenant_id=657b6272415d464f8f01f9174fa367c4&name=default => generated 2925 bytes in 344 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1471] 10.0.0.231 () {32 vars in 739 bytes} [Thu May 7 14:29:54 2026] GET /v2.0/floatingips/6030fef8-57ed-48a2-aac9-65ebf99b372e/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1472] 10.0.0.231 () {32 vars in 747 bytes} [Thu May 7 14:29:54 2026] GET /v2.0/floatingips/6030fef8-57ed-48a2-aac9-65ebf99b372e/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 696/1473] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:29:54 2026] DELETE /v2.0/security-groups/a61011b1-d657-4494-8657-be093ba27cd1 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:29:54.597 8 INFO neutron.api.v2.resource [None req-e3319063-6531-4fec-a62e-a1dcec19cc3a ea205af8ec534f779ae3043cf80d6195 26f44210e00b4951a256bb9b150b2ea8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 778/1474] 10.0.0.231 () {32 vars in 751 bytes} [Thu May 7 14:29:54 2026] GET /v2.0/floatingips/6030fef8-57ed-48a2-aac9-65ebf99b372e/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 697/1475] 10.0.0.231 () {32 vars in 750 bytes} [Thu May 7 14:29:54 2026] DELETE /v2.0/floatingips/6030fef8-57ed-48a2-aac9-65ebf99b372e/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: 779/1476] 10.0.0.231 () {32 vars in 739 bytes} [Thu May 7 14:29:54 2026] GET /v2.0/floatingips/6030fef8-57ed-48a2-aac9-65ebf99b372e/tags => generated 30 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:29:54.769 9 INFO neutron.api.v2.resource [None req-545212b3-a8f4-4952-90d1-acbd09bbdace ea205af8ec534f779ae3043cf80d6195 26f44210e00b4951a256bb9b150b2ea8 - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 698/1477] 10.0.0.231 () {32 vars in 754 bytes} [Thu May 7 14:29:54 2026] DELETE /v2.0/floatingips/6030fef8-57ed-48a2-aac9-65ebf99b372e/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1478] 10.0.0.231 () {32 vars in 742 bytes} [Thu May 7 14:29:54 2026] DELETE /v2.0/floatingips/6030fef8-57ed-48a2-aac9-65ebf99b372e/tags => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 699/1479] 10.0.0.231 () {32 vars in 739 bytes} [Thu May 7 14:29:54 2026] GET /v2.0/floatingips/6030fef8-57ed-48a2-aac9-65ebf99b372e/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:29:55.001 8 INFO neutron_taas.services.taas.taas_plugin [None req-9af8b449-a324-4184-ae70-a5452fa9fb88 ea205af8ec534f779ae3043cf80d6195 26f44210e00b4951a256bb9b150b2ea8 - - default default] TaaS: Handle Delete Port: 5a62e6ec-5f36-4c74-ac56-ba74eb43480d 2026-05-07 14:29:55.005 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9af8b449-a324-4184-ae70-a5452fa9fb88 ea205af8ec534f779ae3043cf80d6195 26f44210e00b4951a256bb9b150b2ea8 - - default default] Tap Mirror: Handle Delete Port: 5a62e6ec-5f36-4c74-ac56-ba74eb43480d 2026-05-07 14:29:55.161 8 INFO neutron.services.segments.plugin [-] Segment 717c841d-c7fc-4c49-8a89-6a92862a1185 resource provider aggregate not found 2026-05-07 14:29:55.171 8 INFO neutron.services.segments.plugin [-] Segment 717c841d-c7fc-4c49-8a89-6a92862a1185 resource provider aggregate not found 2026-05-07 14:29:55.186 8 INFO neutron.services.segments.plugin [-] Segment 717c841d-c7fc-4c49-8a89-6a92862a1185 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 717c841d-c7fc-4c49-8a89-6a92862a1185 found for delete ", "request_id": "req-b90503da-a4ba-4c59-bcc1-9785e6993d56"}]} 2026-05-07 14:29:55.187 8 INFO neutron.services.segments.plugin [-] Segment 717c841d-c7fc-4c49-8a89-6a92862a1185 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 717c841d-c7fc-4c49-8a89-6a92862a1185 found for delete ", "request_id": "req-03157585-3983-467d-9aba-fa7ff729535f"}]} [pid: 8|app: 0|req: 781/1480] 10.0.0.231 () {32 vars in 732 bytes} [Thu May 7 14:29:54 2026] DELETE /v2.0/floatingips/6030fef8-57ed-48a2-aac9-65ebf99b372e => generated 0 bytes in 297 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 700/1481] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:29:55 2026] GET /v2.0/security-groups?tenant_id=26f44210e00b4951a256bb9b150b2ea8&name=default => generated 2925 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1482] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:29:56 2026] DELETE /v2.0/security-groups/751d86c8-63f0-4fc7-8fb1-e1f05ba43c6e => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 701/1483] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:29:56 2026] GET /v2.0/security-groups?tenant_id=709f874f48f14ffa9ee2165b59d362f4&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1484] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:29:56 2026] DELETE /v2.0/security-groups/0700d2b9-0ec9-4326-90fd-a63e1f2abe3e => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 703/1487] 10.0.0.150 () {32 vars in 802 bytes} [Thu May 7 14:29:56 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: 785/1488] 10.0.0.150 () {30 vars in 724 bytes} [Thu May 7 14:29:56 2026] GET /v2.0/quotas/d32024cbe0b942899cdb11f19d525477/details => generated 847 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 704/1489] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:29:58 2026] GET /v2.0/security-groups?tenant_id=49491bd2104d4c64a3a12357c4d763e4&name=default => generated 2925 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1490] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:29:58 2026] DELETE /v2.0/security-groups/81072a6d-533b-4368-a028-9f33ddd85f67 => 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: 787/1491] 10.0.0.231 () {34 vars in 678 bytes} [Thu May 7 14:30:00 2026] POST /v2.0/qos/policies => generated 359 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 705/1492] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:29:59 2026] GET /v2.0/security-groups?tenant_id=5f08450f907941f2b97657da381c2991&name=default => generated 2925 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 706/1493] 10.0.0.231 () {34 vars in 753 bytes} [Thu May 7 14:30:00 2026] PUT /v2.0/policies/b7566502-4ac1-4fd7-8ae0-9364089cf3e6/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: 788/1494] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:30:00 2026] GET /v2.0/security-groups?tenant_id=d32024cbe0b942899cdb11f19d525477&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 707/1495] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:30:00 2026] DELETE /v2.0/security-groups/315d8044-893c-45ee-b7e2-4ca720eefdea => 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: 789/1496] 10.0.0.231 () {32 vars in 733 bytes} [Thu May 7 14:30:00 2026] GET /v2.0/policies/b7566502-4ac1-4fd7-8ae0-9364089cf3e6/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1497] 10.0.0.231 () {34 vars in 764 bytes} [Thu May 7 14:30:00 2026] PUT /v2.0/policies/b7566502-4ac1-4fd7-8ae0-9364089cf3e6/tags/green => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 9|app: 0|req: 708/1498] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:30:00 2026] DELETE /v2.0/security-groups/91675e08-20f1-4e14-b56a-5c3420fbbfef => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 709/1499] 10.0.0.231 () {32 vars in 733 bytes} [Thu May 7 14:30:00 2026] GET /v2.0/policies/b7566502-4ac1-4fd7-8ae0-9364089cf3e6/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 710/1500] 10.0.0.231 () {34 vars in 760 bytes} [Thu May 7 14:30:00 2026] PUT /v2.0/policies/b7566502-4ac1-4fd7-8ae0-9364089cf3e6/tags/red => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 9|app: 0|req: 711/1501] 10.0.0.231 () {32 vars in 733 bytes} [Thu May 7 14:30:00 2026] GET /v2.0/policies/b7566502-4ac1-4fd7-8ae0-9364089cf3e6/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1502] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:30:00 2026] GET /v2.0/security-groups?tenant_id=a293923c430a454282d3c8424adc5fd7&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 712/1503] 10.0.0.231 () {34 vars in 782 bytes} [Thu May 7 14:30:00 2026] PUT /v2.0/policies/b7566502-4ac1-4fd7-8ae0-9364089cf3e6/tags/black.or.white => generated 4 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 9|app: 0|req: 713/1504] 10.0.0.231 () {32 vars in 733 bytes} [Thu May 7 14:30:00 2026] GET /v2.0/policies/b7566502-4ac1-4fd7-8ae0-9364089cf3e6/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1505] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:30:00 2026] DELETE /v2.0/security-groups/ab166a5e-535d-4cf9-914f-27d3577be1d0 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 714/1506] 10.0.0.231 () {34 vars in 753 bytes} [Thu May 7 14:30:00 2026] PUT /v2.0/policies/b7566502-4ac1-4fd7-8ae0-9364089cf3e6/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1507] 10.0.0.231 () {32 vars in 733 bytes} [Thu May 7 14:30:00 2026] GET /v2.0/policies/b7566502-4ac1-4fd7-8ae0-9364089cf3e6/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 715/1508] 10.0.0.231 () {32 vars in 741 bytes} [Thu May 7 14:30:00 2026] GET /v2.0/policies/b7566502-4ac1-4fd7-8ae0-9364089cf3e6/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:30:00.883 8 INFO neutron.api.v2.resource [None req-6ed8f93e-4291-456a-8b95-818b3d115458 29e73d62b7914e7a968f4f2d6d9d0c01 73587ee77dbe42299406d7699c91a52b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 794/1509] 10.0.0.231 () {32 vars in 745 bytes} [Thu May 7 14:30:00 2026] GET /v2.0/policies/b7566502-4ac1-4fd7-8ae0-9364089cf3e6/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 716/1510] 10.0.0.231 () {32 vars in 744 bytes} [Thu May 7 14:30:00 2026] DELETE /v2.0/policies/b7566502-4ac1-4fd7-8ae0-9364089cf3e6/tags/red => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1511] 10.0.0.231 () {32 vars in 733 bytes} [Thu May 7 14:30:00 2026] GET /v2.0/policies/b7566502-4ac1-4fd7-8ae0-9364089cf3e6/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:30:01.067 9 INFO neutron.api.v2.resource [None req-9e050e17-a938-4c7d-abd1-ac5935a7fc54 29e73d62b7914e7a968f4f2d6d9d0c01 73587ee77dbe42299406d7699c91a52b - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 717/1512] 10.0.0.231 () {32 vars in 748 bytes} [Thu May 7 14:30:00 2026] DELETE /v2.0/policies/b7566502-4ac1-4fd7-8ae0-9364089cf3e6/tags/green => generated 99 bytes in 76 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1513] 10.0.0.231 () {32 vars in 736 bytes} [Thu May 7 14:30:01 2026] DELETE /v2.0/policies/b7566502-4ac1-4fd7-8ae0-9364089cf3e6/tags => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 718/1514] 10.0.0.231 () {32 vars in 733 bytes} [Thu May 7 14:30:01 2026] GET /v2.0/policies/b7566502-4ac1-4fd7-8ae0-9364089cf3e6/tags => generated 12 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1515] 10.0.0.231 () {32 vars in 734 bytes} [Thu May 7 14:30:01 2026] DELETE /v2.0/qos/policies/b7566502-4ac1-4fd7-8ae0-9364089cf3e6 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 719/1516] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:30:01 2026] GET /v2.0/security-groups?tenant_id=73587ee77dbe42299406d7699c91a52b&name=default => generated 2925 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1517] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:30:01 2026] GET /v2.0/security-groups?tenant_id=99cf08c9053d40d58e99d8619458ee08&name=default => generated 2925 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 720/1518] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:30:02 2026] DELETE /v2.0/security-groups/b785f583-f953-4127-bf0e-ac30091cf0a0 => 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: 799/1519] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:30:02 2026] DELETE /v2.0/security-groups/ff181ffa-ead6-4b2f-b041-0cc3017cdfb0 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 721/1520] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:30:02 2026] GET /v2.0/security-groups?tenant_id=a3f55e72ecc54c0586f4b6c52cd514fb&name=default => generated 2925 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1521] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:30:02 2026] DELETE /v2.0/security-groups/21128d01-485c-467e-a452-9477f634b634 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 722/1522] 10.0.0.231 () {32 vars in 653 bytes} [Thu May 7 14:30:02 2026] GET /v2.0/extensions => generated 21537 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1523] 10.0.0.231 () {32 vars in 681 bytes} [Thu May 7 14:30:02 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 723/1524] 10.0.0.231 () {32 vars in 681 bytes} [Thu May 7 14:30:02 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1525] 10.0.0.231 () {32 vars in 729 bytes} [Thu May 7 14:30:02 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 724/1526] 10.0.0.231 () {32 vars in 665 bytes} [Thu May 7 14:30:02 2026] GET /v2.0/extensions/agent => generated 153 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1527] 10.0.0.231 () {32 vars in 699 bytes} [Thu May 7 14:30:02 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 725/1528] 10.0.0.231 () {32 vars in 697 bytes} [Thu May 7 14:30:02 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1529] 10.0.0.231 () {32 vars in 701 bytes} [Thu May 7 14:30:02 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 726/1530] 10.0.0.231 () {32 vars in 689 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1531] 10.0.0.231 () {32 vars in 703 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 727/1532] 10.0.0.231 () {32 vars in 693 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1533] 10.0.0.231 () {32 vars in 695 bytes} [Thu May 7 14:30:03 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: 9|app: 0|req: 728/1534] 10.0.0.231 () {32 vars in 685 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1535] 10.0.0.231 () {32 vars in 687 bytes} [Thu May 7 14:30:03 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: 9|app: 0|req: 729/1536] 10.0.0.231 () {32 vars in 661 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1537] 10.0.0.231 () {32 vars in 699 bytes} [Thu May 7 14:30:03 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: 9|app: 0|req: 730/1538] 10.0.0.231 () {32 vars in 679 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1539] 10.0.0.231 () {32 vars in 683 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 731/1540] 10.0.0.231 () {32 vars in 675 bytes} [Thu May 7 14:30:03 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: 8|app: 0|req: 810/1541] 10.0.0.231 () {32 vars in 689 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 732/1542] 10.0.0.231 () {32 vars in 723 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1543] 10.0.0.231 () {32 vars in 687 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 733/1544] 10.0.0.231 () {32 vars in 669 bytes} [Thu May 7 14:30:03 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: 8|app: 0|req: 812/1545] 10.0.0.231 () {32 vars in 687 bytes} [Thu May 7 14:30:03 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: 9|app: 0|req: 734/1546] 10.0.0.231 () {32 vars in 681 bytes} [Thu May 7 14:30:03 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: 8|app: 0|req: 813/1547] 10.0.0.231 () {32 vars in 699 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 735/1548] 10.0.0.231 () {32 vars in 679 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1549] 10.0.0.231 () {32 vars in 667 bytes} [Thu May 7 14:30:03 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: 9|app: 0|req: 736/1550] 10.0.0.231 () {32 vars in 677 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1551] 10.0.0.231 () {32 vars in 665 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 737/1552] 10.0.0.231 () {32 vars in 675 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/l3-flavors => 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: 816/1553] 10.0.0.231 () {32 vars in 713 bytes} [Thu May 7 14:30:03 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: 9|app: 0|req: 738/1554] 10.0.0.231 () {32 vars in 691 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1555] 10.0.0.231 () {32 vars in 683 bytes} [Thu May 7 14:30:03 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: 9|app: 0|req: 739/1556] 10.0.0.231 () {32 vars in 669 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1557] 10.0.0.231 () {32 vars in 687 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 740/1558] 10.0.0.231 () {32 vars in 705 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1559] 10.0.0.231 () {32 vars in 675 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 741/1560] 10.0.0.231 () {32 vars in 701 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1561] 10.0.0.231 () {32 vars in 675 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 742/1562] 10.0.0.231 () {32 vars in 693 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1563] 10.0.0.231 () {32 vars in 689 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 743/1564] 10.0.0.231 () {32 vars in 709 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1565] 10.0.0.231 () {32 vars in 705 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 744/1566] 10.0.0.231 () {32 vars in 719 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1567] 10.0.0.231 () {32 vars in 697 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 745/1568] 10.0.0.231 () {32 vars in 711 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1569] 10.0.0.231 () {32 vars in 669 bytes} [Thu May 7 14:30:03 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: 9|app: 0|req: 746/1570] 10.0.0.231 () {32 vars in 687 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1571] 10.0.0.231 () {32 vars in 681 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 747/1572] 10.0.0.231 () {32 vars in 675 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1573] 10.0.0.231 () {32 vars in 671 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/provider => generated 191 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 748/1574] 10.0.0.231 () {32 vars in 661 bytes} [Thu May 7 14:30:03 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: 827/1575] 10.0.0.231 () {32 vars in 699 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 749/1576] 10.0.0.231 () {32 vars in 699 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1577] 10.0.0.231 () {32 vars in 677 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 750/1578] 10.0.0.231 () {32 vars in 669 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1579] 10.0.0.231 () {32 vars in 683 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 751/1580] 10.0.0.231 () {32 vars in 701 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1581] 10.0.0.231 () {32 vars in 685 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 752/1582] 10.0.0.231 () {32 vars in 707 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1583] 10.0.0.231 () {32 vars in 669 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 753/1584] 10.0.0.231 () {32 vars in 697 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1585] 10.0.0.231 () {32 vars in 695 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 754/1586] 10.0.0.231 () {32 vars in 685 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1587] 10.0.0.231 () {32 vars in 689 bytes} [Thu May 7 14:30:03 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: 9|app: 0|req: 755/1588] 10.0.0.231 () {32 vars in 705 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1589] 10.0.0.231 () {32 vars in 667 bytes} [Thu May 7 14:30:03 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: 9|app: 0|req: 756/1590] 10.0.0.231 () {32 vars in 681 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1591] 10.0.0.231 () {32 vars in 681 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 757/1592] 10.0.0.231 () {32 vars in 691 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1593] 10.0.0.231 () {32 vars in 691 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 758/1594] 10.0.0.231 () {32 vars in 695 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1595] 10.0.0.231 () {32 vars in 685 bytes} [Thu May 7 14:30:03 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: 9|app: 0|req: 759/1596] 10.0.0.231 () {32 vars in 689 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1597] 10.0.0.231 () {32 vars in 701 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 760/1598] 10.0.0.231 () {32 vars in 703 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/router_availability_zone => 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: 839/1599] 10.0.0.231 () {32 vars in 713 bytes} [Thu May 7 14:30:03 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: 9|app: 0|req: 761/1600] 10.0.0.231 () {32 vars in 717 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1601] 10.0.0.231 () {32 vars in 715 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 762/1602] 10.0.0.231 () {32 vars in 727 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1603] 10.0.0.231 () {32 vars in 741 bytes} [Thu May 7 14:30:03 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: 9|app: 0|req: 763/1604] 10.0.0.231 () {32 vars in 719 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1605] 10.0.0.231 () {32 vars in 683 bytes} [Thu May 7 14:30:03 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: 9|app: 0|req: 764/1606] 10.0.0.231 () {32 vars in 669 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/segment => generated 145 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1607] 10.0.0.231 () {32 vars in 719 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 765/1608] 10.0.0.231 () {32 vars in 679 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1609] 10.0.0.231 () {32 vars in 669 bytes} [Thu May 7 14:30:03 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: 9|app: 0|req: 766/1610] 10.0.0.231 () {32 vars in 697 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1611] 10.0.0.231 () {32 vars in 705 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 767/1612] 10.0.0.231 () {32 vars in 701 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1613] 10.0.0.231 () {32 vars in 701 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 768/1614] 10.0.0.231 () {32 vars in 683 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1615] 10.0.0.231 () {32 vars in 705 bytes} [Thu May 7 14:30:03 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: 9|app: 0|req: 769/1616] 10.0.0.231 () {32 vars in 695 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1617] 10.0.0.231 () {32 vars in 689 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 770/1618] 10.0.0.231 () {32 vars in 697 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1619] 10.0.0.231 () {32 vars in 679 bytes} [Thu May 7 14:30:03 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 771/1620] 10.0.0.231 () {32 vars in 689 bytes} [Thu May 7 14:30:04 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1621] 10.0.0.231 () {32 vars in 701 bytes} [Thu May 7 14:30:04 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: 9|app: 0|req: 772/1622] 10.0.0.231 () {32 vars in 665 bytes} [Thu May 7 14:30:04 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1623] 10.0.0.231 () {32 vars in 681 bytes} [Thu May 7 14:30:04 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: 9|app: 0|req: 773/1624] 10.0.0.231 () {32 vars in 677 bytes} [Thu May 7 14:30:04 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: 8|app: 0|req: 852/1625] 10.0.0.231 () {32 vars in 693 bytes} [Thu May 7 14:30:04 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 774/1626] 10.0.0.231 () {32 vars in 677 bytes} [Thu May 7 14:30:04 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1627] 10.0.0.231 () {32 vars in 667 bytes} [Thu May 7 14:30:04 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: 9|app: 0|req: 775/1628] 10.0.0.231 () {32 vars in 663 bytes} [Thu May 7 14:30:04 2026] GET /v2.0/extensions/taas => generated 175 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1629] 10.0.0.231 () {32 vars in 675 bytes} [Thu May 7 14:30:04 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: 9|app: 0|req: 776/1630] 10.0.0.231 () {32 vars in 687 bytes} [Thu May 7 14:30:04 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1631] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:30:04 2026] GET /v2.0/security-groups?tenant_id=76c9c985ced54351ae09e7c5115a1a17&name=default => generated 2925 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 777/1632] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:30:04 2026] GET /v2.0/security-groups?tenant_id=b5006e9ffc074e74ab74246d6aefac95&name=default => generated 2925 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1633] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:30:04 2026] DELETE /v2.0/security-groups/c47e807a-533f-43f4-b177-9fb4824cab2a => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 778/1634] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:30:04 2026] DELETE /v2.0/security-groups/5150a4a7-96cd-4484-90c7-a29c4c284c5a => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1635] 10.0.0.231 () {34 vars in 676 bytes} [Thu May 7 14:30:05 2026] POST /v2.0/floatingips => generated 552 bytes in 669 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 779/1636] 10.0.0.231 () {34 vars in 676 bytes} [Thu May 7 14:30:05 2026] POST /v2.0/floatingips => generated 552 bytes in 593 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1637] 10.0.0.231 () {34 vars in 684 bytes} [Thu May 7 14:30:06 2026] POST /v2.0/security-groups => generated 1601 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1638] 10.0.0.231 () {34 vars in 767 bytes} [Thu May 7 14:30:06 2026] PUT /v2.0/security-groups/b75be480-0212-4e54-962a-950820ee9068/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1639] 10.0.0.231 () {32 vars in 747 bytes} [Thu May 7 14:30:06 2026] GET /v2.0/security-groups/b75be480-0212-4e54-962a-950820ee9068/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: 861/1640] 10.0.0.231 () {34 vars in 778 bytes} [Thu May 7 14:30:06 2026] PUT /v2.0/security-groups/b75be480-0212-4e54-962a-950820ee9068/tags/green => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1641] 10.0.0.231 () {32 vars in 747 bytes} [Thu May 7 14:30:06 2026] GET /v2.0/security-groups/b75be480-0212-4e54-962a-950820ee9068/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1642] 10.0.0.231 () {34 vars in 774 bytes} [Thu May 7 14:30:06 2026] PUT /v2.0/security-groups/b75be480-0212-4e54-962a-950820ee9068/tags/red => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1643] 10.0.0.231 () {32 vars in 747 bytes} [Thu May 7 14:30:06 2026] GET /v2.0/security-groups/b75be480-0212-4e54-962a-950820ee9068/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1644] 10.0.0.231 () {34 vars in 796 bytes} [Thu May 7 14:30:06 2026] PUT /v2.0/security-groups/b75be480-0212-4e54-962a-950820ee9068/tags/black.or.white => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1645] 10.0.0.231 () {32 vars in 747 bytes} [Thu May 7 14:30:06 2026] GET /v2.0/security-groups/b75be480-0212-4e54-962a-950820ee9068/tags => generated 52 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 780/1646] 10.0.0.231 () {34 vars in 676 bytes} [Thu May 7 14:30:06 2026] POST /v2.0/floatingips => generated 552 bytes in 561 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 781/1647] 10.0.0.231 () {34 vars in 767 bytes} [Thu May 7 14:30:06 2026] PUT /v2.0/security-groups/b75be480-0212-4e54-962a-950820ee9068/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:30:07.019 8 INFO neutron.db.segments_db [None req-6d61b833-c47f-4205-98bd-29ef4141b7fd ca990d95a46c47ffb6ad5d1f734bd820 4790641c57d24fdca69997f7e194d244 - - default default] Added segment 725cd6da-2605-4cb2-80e4-52727489a7b0 of type vxlan for network 56afd93c-0185-4934-8237-f75af93e8672 [pid: 8|app: 0|req: 867/1648] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:30:06 2026] POST /v2.0/networks => generated 628 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1649] 10.0.0.231 () {32 vars in 747 bytes} [Thu May 7 14:30:07 2026] GET /v2.0/security-groups/b75be480-0212-4e54-962a-950820ee9068/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1650] 10.0.0.231 () {32 vars in 755 bytes} [Thu May 7 14:30:07 2026] GET /v2.0/security-groups/b75be480-0212-4e54-962a-950820ee9068/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:30:07.192 8 INFO neutron.api.v2.resource [None req-ddc74a61-0a0b-4348-b5bd-bddcfb456c53 cf84b68ee7a8435094bc171cdc8b5e37 91ed8d3170704ea785d15ce448673735 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 870/1651] 10.0.0.231 () {32 vars in 759 bytes} [Thu May 7 14:30:07 2026] GET /v2.0/security-groups/b75be480-0212-4e54-962a-950820ee9068/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1652] 10.0.0.231 () {32 vars in 758 bytes} [Thu May 7 14:30:07 2026] DELETE /v2.0/security-groups/b75be480-0212-4e54-962a-950820ee9068/tags/red => 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: 872/1653] 10.0.0.231 () {32 vars in 747 bytes} [Thu May 7 14:30:07 2026] GET /v2.0/security-groups/b75be480-0212-4e54-962a-950820ee9068/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:30:07.339 8 INFO neutron.api.v2.resource [None req-6234a49b-01a8-444c-b8c0-e63dca4cdf76 cf84b68ee7a8435094bc171cdc8b5e37 91ed8d3170704ea785d15ce448673735 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 873/1654] 10.0.0.231 () {32 vars in 762 bytes} [Thu May 7 14:30:07 2026] DELETE /v2.0/security-groups/b75be480-0212-4e54-962a-950820ee9068/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1655] 10.0.0.231 () {32 vars in 750 bytes} [Thu May 7 14:30:07 2026] DELETE /v2.0/security-groups/b75be480-0212-4e54-962a-950820ee9068/tags => 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: 875/1656] 10.0.0.231 () {32 vars in 747 bytes} [Thu May 7 14:30:07 2026] GET /v2.0/security-groups/b75be480-0212-4e54-962a-950820ee9068/tags => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1657] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:30:07 2026] DELETE /v2.0/security-groups/b75be480-0212-4e54-962a-950820ee9068 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 782/1658] 10.0.0.231 () {34 vars in 676 bytes} [Thu May 7 14:30:06 2026] POST /v2.0/floatingips => generated 552 bytes in 595 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1659] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:30:07 2026] POST /v2.0/subnets => generated 673 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:30:07.853 8 INFO neutron.db.segments_db [None req-b9bd15c8-f240-4803-b44d-5c72618132c0 ca990d95a46c47ffb6ad5d1f734bd820 4790641c57d24fdca69997f7e194d244 - - default default] Added segment a2708c59-1353-4b44-857a-ede7cca07c69 of type vxlan for network 971ecca4-10e4-4217-819a-96ee8c4f84f9 [pid: 8|app: 0|req: 878/1660] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:30:07 2026] POST /v2.0/networks => generated 628 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1661] 10.0.0.231 () {34 vars in 743 bytes} [Thu May 7 14:30:07 2026] PUT /v2.0/networks/971ecca4-10e4-4217-819a-96ee8c4f84f9 => generated 592 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 783/1662] 10.0.0.231 () {34 vars in 676 bytes} [Thu May 7 14:30:07 2026] POST /v2.0/floatingips => generated 552 bytes in 630 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 784/1663] 10.0.0.231 () {34 vars in 759 bytes} [Thu May 7 14:30:08 2026] PUT /v2.0/floatingips/c6cdb1ee-741e-4b7c-b0bd-61e0e9db200f/tags => generated 17 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 785/1664] 10.0.0.231 () {34 vars in 759 bytes} [Thu May 7 14:30:08 2026] PUT /v2.0/floatingips/25205a64-680c-49e5-bd95-dad5605ada01/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1665] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:30:08 2026] POST /v2.0/subnets => generated 646 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1666] 10.0.0.231 () {34 vars in 759 bytes} [Thu May 7 14:30:08 2026] PUT /v2.0/floatingips/61f67505-f0b2-4188-9476-731dc99a4ced/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 786/1667] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:30:08 2026] GET /v2.0/security-groups?tenant_id=91ed8d3170704ea785d15ce448673735&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 787/1668] 10.0.0.231 () {34 vars in 759 bytes} [Thu May 7 14:30:08 2026] PUT /v2.0/floatingips/7e0009ac-cb3a-45ad-b622-def33bef9dd7/tags => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1669] 10.0.0.231 () {34 vars in 741 bytes} [Thu May 7 14:30:08 2026] PUT /v2.0/subnets/be21c39b-961b-447c-b2bd-cbc692d5a3d2 => generated 656 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1670] 10.0.0.231 () {32 vars in 672 bytes} [Thu May 7 14:30:08 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 788/1671] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:30:08 2026] DELETE /v2.0/security-groups/9d88f49c-8e17-4954-b829-04da3299a5fb => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 789/1672] 10.0.0.231 () {32 vars in 686 bytes} [Thu May 7 14:30:08 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 790/1673] 10.0.0.231 () {32 vars in 682 bytes} [Thu May 7 14:30:08 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: 9|app: 0|req: 791/1674] 10.0.0.231 () {32 vars in 694 bytes} [Thu May 7 14:30:08 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:30:08.757 8 INFO neutron.services.segments.plugin [-] Segment a2708c59-1353-4b44-857a-ede7cca07c69 resource provider aggregate not found 2026-05-07 14:30:08.762 8 INFO neutron.services.segments.plugin [-] Segment a2708c59-1353-4b44-857a-ede7cca07c69 resource provider aggregate not found 2026-05-07 14:30:08.774 8 INFO neutron.services.segments.plugin [-] Segment a2708c59-1353-4b44-857a-ede7cca07c69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2708c59-1353-4b44-857a-ede7cca07c69 found for delete ", "request_id": "req-70729b47-e645-4796-b2b0-0c895725f8e5"}]} 2026-05-07 14:30:08.778 8 INFO neutron.services.segments.plugin [-] Segment a2708c59-1353-4b44-857a-ede7cca07c69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2708c59-1353-4b44-857a-ede7cca07c69 found for delete ", "request_id": "req-426d44fa-3c12-423b-a0f7-c289f8229df9"}]} [pid: 8|app: 0|req: 884/1675] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:30:08 2026] DELETE /v2.0/networks/971ecca4-10e4-4217-819a-96ee8c4f84f9 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1676] 10.0.0.231 () {32 vars in 680 bytes} [Thu May 7 14:30:08 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:30:08.868 8 INFO neutron.pecan_wsgi.hooks.translation [None req-00a7533a-5554-42ce-accc-f2ad15058a2e ca990d95a46c47ffb6ad5d1f734bd820 4790641c57d24fdca69997f7e194d244 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 886/1677] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:30:08 2026] DELETE /v2.0/networks/971ecca4-10e4-4217-819a-96ee8c4f84f9 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 792/1678] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:30:08 2026] GET /v2.0/security-groups?tenant_id=b7b3518b99834e2593e812bb98c891bd&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: 887/1679] 10.0.0.231 () {32 vars in 694 bytes} [Thu May 7 14:30:08 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 793/1680] 10.0.0.231 () {32 vars in 694 bytes} [Thu May 7 14:30:08 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 794/1681] 10.0.0.231 () {32 vars in 690 bytes} [Thu May 7 14:30:08 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 795/1682] 10.0.0.231 () {32 vars in 742 bytes} [Thu May 7 14:30:08 2026] GET /v2.0/subnets?network_id=38c99c3e-425c-4675-a81f-3b906678cf24 => generated 649 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1683] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:30:08 2026] DELETE /v2.0/security-groups/5339ebe7-abb0-4de8-a3b0-aeacd316e373 => 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: 889/1684] 10.0.0.231 () {32 vars in 653 bytes} [Thu May 7 14:30:09 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 9|app: 0|req: 796/1685] 10.0.0.231 () {32 vars in 702 bytes} [Thu May 7 14:30:09 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1686] 10.0.0.231 () {32 vars in 649 bytes} [Thu May 7 14:30:09 2026] GET /v2.0/networks => generated 1312 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1687] 10.0.0.231 () {32 vars in 647 bytes} [Thu May 7 14:30:09 2026] GET /v2.0/subnets => generated 1312 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:30:09.154 9 INFO neutron_taas.services.taas.taas_plugin [None req-c4502468-2bc7-4e80-90d3-c68a708ccd4a 58c0620bf35f41ddae3a7ed2f793966f 21dfa3d08cf34c8d864a9226512ff0ba - - default default] TaaS: Handle Delete Port: 69798455-51b5-4b1b-b3a2-d472672b191b 2026-05-07 14:30:09.157 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4502468-2bc7-4e80-90d3-c68a708ccd4a 58c0620bf35f41ddae3a7ed2f793966f 21dfa3d08cf34c8d864a9226512ff0ba - - default default] Tap Mirror: Handle Delete Port: 69798455-51b5-4b1b-b3a2-d472672b191b [pid: 8|app: 0|req: 892/1688] 10.0.0.231 () {32 vars in 723 bytes} [Thu May 7 14:30:09 2026] GET /v2.0/networks/56afd93c-0185-4934-8237-f75af93e8672 => generated 672 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1689] 10.0.0.231 () {32 vars in 721 bytes} [Thu May 7 14:30:09 2026] GET /v2.0/subnets/6a382da0-e6f5-4cd7-88e4-90a4c9495fe9 => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:30:09.254 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c5db9ab0-610e-4b91-8085-dc1a53dfeb91 ca990d95a46c47ffb6ad5d1f734bd820 4790641c57d24fdca69997f7e194d244 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 894/1690] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:30:09 2026] DELETE /v2.0/subnets/be21c39b-961b-447c-b2bd-cbc692d5a3d2 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 14:30:09.283 8 INFO neutron.pecan_wsgi.hooks.translation [None req-45af9e6a-5a2a-4634-9ab1-1231282b9f28 ca990d95a46c47ffb6ad5d1f734bd820 4790641c57d24fdca69997f7e194d244 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 895/1691] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:30:09 2026] DELETE /v2.0/networks/971ecca4-10e4-4217-819a-96ee8c4f84f9 => generated 138 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 797/1692] 10.0.0.231 () {32 vars in 732 bytes} [Thu May 7 14:30:09 2026] DELETE /v2.0/floatingips/c6cdb1ee-741e-4b7c-b0bd-61e0e9db200f => generated 0 bytes in 320 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1693] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:30:09 2026] DELETE /v2.0/subnets/6a382da0-e6f5-4cd7-88e4-90a4c9495fe9 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:30:09.518 9 INFO neutron_taas.services.taas.taas_plugin [None req-ce16e6ff-f1b6-4035-a6c0-43b2fd5b2dd2 58c0620bf35f41ddae3a7ed2f793966f 21dfa3d08cf34c8d864a9226512ff0ba - - default default] TaaS: Handle Delete Port: 26efb814-ccd2-4bf7-8f0a-c8db468a2852 2026-05-07 14:30:09.521 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce16e6ff-f1b6-4035-a6c0-43b2fd5b2dd2 58c0620bf35f41ddae3a7ed2f793966f 21dfa3d08cf34c8d864a9226512ff0ba - - default default] Tap Mirror: Handle Delete Port: 26efb814-ccd2-4bf7-8f0a-c8db468a2852 2026-05-07 14:30:09.601 8 INFO neutron_taas.services.taas.taas_plugin [None req-2b50078b-4789-463b-911b-ff2cc054a77b ca990d95a46c47ffb6ad5d1f734bd820 4790641c57d24fdca69997f7e194d244 - - default default] TaaS: Handle Delete Port: 79e65faf-0505-4085-9016-c7b6dafaf244 2026-05-07 14:30:09.605 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b50078b-4789-463b-911b-ff2cc054a77b ca990d95a46c47ffb6ad5d1f734bd820 4790641c57d24fdca69997f7e194d244 - - default default] Tap Mirror: Handle Delete Port: 79e65faf-0505-4085-9016-c7b6dafaf244 [pid: 9|app: 0|req: 798/1694] 10.0.0.231 () {32 vars in 732 bytes} [Thu May 7 14:30:09 2026] DELETE /v2.0/floatingips/25205a64-680c-49e5-bd95-dad5605ada01 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1695] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:30:09 2026] DELETE /v2.0/networks/56afd93c-0185-4934-8237-f75af93e8672 => generated 0 bytes in 353 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:30:10.384 9 INFO neutron_taas.services.taas.taas_plugin [None req-e261f1f8-4dd0-4ebc-9d4c-997292ff89f2 58c0620bf35f41ddae3a7ed2f793966f 21dfa3d08cf34c8d864a9226512ff0ba - - default default] TaaS: Handle Delete Port: ffc04c81-0558-4b6e-8d0e-8f179d8e7fb3 2026-05-07 14:30:10.387 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e261f1f8-4dd0-4ebc-9d4c-997292ff89f2 58c0620bf35f41ddae3a7ed2f793966f 21dfa3d08cf34c8d864a9226512ff0ba - - default default] Tap Mirror: Handle Delete Port: ffc04c81-0558-4b6e-8d0e-8f179d8e7fb3 [pid: 8|app: 0|req: 898/1696] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:30:10 2026] GET /v2.0/security-groups?tenant_id=4790641c57d24fdca69997f7e194d244&name=default => generated 2925 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 799/1697] 10.0.0.231 () {32 vars in 732 bytes} [Thu May 7 14:30:09 2026] DELETE /v2.0/floatingips/61f67505-f0b2-4188-9476-731dc99a4ced => generated 0 bytes in 897 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1698] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:30:10 2026] DELETE /v2.0/security-groups/4eb3e323-9435-4ce2-8fca-cb659172d54e => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:30:10.694 9 INFO neutron_taas.services.taas.taas_plugin [None req-a3b62981-6e5a-4e2d-aec3-7519f0cca752 58c0620bf35f41ddae3a7ed2f793966f 21dfa3d08cf34c8d864a9226512ff0ba - - default default] TaaS: Handle Delete Port: 90f4c970-7dec-4bf0-9b17-137be138a220 2026-05-07 14:30:10.698 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3b62981-6e5a-4e2d-aec3-7519f0cca752 58c0620bf35f41ddae3a7ed2f793966f 21dfa3d08cf34c8d864a9226512ff0ba - - default default] Tap Mirror: Handle Delete Port: 90f4c970-7dec-4bf0-9b17-137be138a220 2026-05-07 14:30:10.799 8 INFO neutron.services.segments.plugin [-] Segment 725cd6da-2605-4cb2-80e4-52727489a7b0 resource provider aggregate not found 2026-05-07 14:30:10.801 8 INFO neutron.services.segments.plugin [-] Segment 725cd6da-2605-4cb2-80e4-52727489a7b0 resource provider aggregate not found 2026-05-07 14:30:10.821 8 INFO neutron.services.segments.plugin [-] Segment 725cd6da-2605-4cb2-80e4-52727489a7b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 725cd6da-2605-4cb2-80e4-52727489a7b0 found for delete ", "request_id": "req-8dbb9f15-9693-4d2d-9066-c205ced4d309"}]} 2026-05-07 14:30:10.822 8 INFO neutron.services.segments.plugin [-] Segment 725cd6da-2605-4cb2-80e4-52727489a7b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 725cd6da-2605-4cb2-80e4-52727489a7b0 found for delete ", "request_id": "req-be6c94dd-767a-4ba6-af75-3d2130b2f9ca"}]} [pid: 9|app: 0|req: 800/1699] 10.0.0.231 () {32 vars in 732 bytes} [Thu May 7 14:30:10 2026] DELETE /v2.0/floatingips/7e0009ac-cb3a-45ad-b622-def33bef9dd7 => generated 0 bytes in 342 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:30:11.031 8 INFO neutron_taas.services.taas.taas_plugin [None req-fb80037f-e293-4f49-bfb4-b3ebb4372c9a 58c0620bf35f41ddae3a7ed2f793966f 21dfa3d08cf34c8d864a9226512ff0ba - - default default] TaaS: Handle Delete Port: 18107173-2c4d-476a-849f-bb3f2aa31e33 2026-05-07 14:30:11.034 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb80037f-e293-4f49-bfb4-b3ebb4372c9a 58c0620bf35f41ddae3a7ed2f793966f 21dfa3d08cf34c8d864a9226512ff0ba - - default default] Tap Mirror: Handle Delete Port: 18107173-2c4d-476a-849f-bb3f2aa31e33 [pid: 8|app: 0|req: 900/1700] 10.0.0.231 () {32 vars in 732 bytes} [Thu May 7 14:30:10 2026] DELETE /v2.0/floatingips/d04d093d-6842-4080-8fda-bb511a66c105 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 802/1703] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:30:12 2026] GET /v2.0/security-groups?tenant_id=c11c399c5001492783f7ef83c2bdab1d&name=default => generated 2925 bytes in 390 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1704] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:30:12 2026] DELETE /v2.0/security-groups/4ec92ced-ebf5-48a4-b939-d4a9ba4ebbc5 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:30:12.748 9 INFO neutron.db.segments_db [None req-05c34bdb-1577-4a03-8835-1f7f007e0abf 2698dbf8b9914de79139f97144e2ea8a 12307cbdf83c4e5dabf15ae493a622b0 - - default default] Added segment 34cd17ba-cd05-4251-ab97-3bff115b0738 of type vxlan for network 4e672f00-c9e3-4bb5-a31f-af8d88accc07 [pid: 9|app: 0|req: 803/1705] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:30:12 2026] POST /v2.0/networks => generated 630 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1706] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:30:12 2026] GET /v2.0/security-groups?tenant_id=21dfa3d08cf34c8d864a9226512ff0ba&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:30:13.082 9 INFO neutron.db.segments_db [None req-dd243fe4-0424-41af-9f87-7f15bef8239c e9148ab614ba4f9e969fc74cf5555b7a c725c5cc26f647a4983d71bf992a1934 - - default default] Added segment 92e96cea-0126-4fb3-bff2-8030328db470 of type vxlan for network 7852c621-1a4b-4f04-8bb4-a5f9c2e0e523 [pid: 8|app: 0|req: 904/1707] 10.0.0.231 () {34 vars in 665 bytes} [Thu May 7 14:30:12 2026] POST /v2.0/ports => generated 779 bytes in 290 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: 9|app: 0|req: 804/1708] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:30:12 2026] POST /v2.0/networks => generated 613 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:30:13.202 9 INFO neutron.db.segments_db [None req-4ba134cb-b35a-40a3-9e5c-b35adf3c6ae6 2698dbf8b9914de79139f97144e2ea8a 12307cbdf83c4e5dabf15ae493a622b0 - - default default] Added segment f7e70ed1-817b-4cc1-8b10-36902cd11858 of type vxlan for network cf735a93-068e-41bf-99c2-010318fef539 [pid: 8|app: 0|req: 905/1709] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:30:13 2026] DELETE /v2.0/security-groups/fe84438a-2875-4573-b78d-5bb61835e737 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:30:13.303 8 INFO neutron.db.segments_db [None req-a5014d7d-8cf2-4e43-8fcc-141ec8423e85 e9148ab614ba4f9e969fc74cf5555b7a c725c5cc26f647a4983d71bf992a1934 - - default default] Added segment 8318479d-6130-448f-9601-59046b666dd7 of type vxlan for network 10082160-e7d9-4a06-af5c-2c753e3938a5 [pid: 9|app: 0|req: 805/1710] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:30:13 2026] POST /v2.0/networks => generated 617 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1711] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:30:13 2026] POST /v2.0/networks => generated 613 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1712] 10.0.0.231 () {34 vars in 753 bytes} [Thu May 7 14:30:13 2026] PUT /v2.0/networks/7852c621-1a4b-4f04-8bb4-a5f9c2e0e523/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1713] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:30:13 2026] GET /v2.0/security-groups?tenant_id=99fc58239e1a4c8bb2cf150252892688&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 806/1714] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:30:13 2026] POST /v2.0/subnets => generated 646 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1715] 10.0.0.231 () {32 vars in 733 bytes} [Thu May 7 14:30:13 2026] GET /v2.0/networks/7852c621-1a4b-4f04-8bb4-a5f9c2e0e523/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 807/1716] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:30:13 2026] DELETE /v2.0/security-groups/3c82a3e0-c872-49f8-b44f-06ffa6d42480 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 808/1717] 10.0.0.231 () {34 vars in 753 bytes} [Thu May 7 14:30:13 2026] PUT /v2.0/networks/10082160-e7d9-4a06-af5c-2c753e3938a5/tags => generated 17 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 809/1718] 10.0.0.231 () {32 vars in 733 bytes} [Thu May 7 14:30:13 2026] GET /v2.0/networks/10082160-e7d9-4a06-af5c-2c753e3938a5/tags => generated 17 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 810/1719] 10.0.0.231 () {34 vars in 753 bytes} [Thu May 7 14:30:13 2026] PUT /v2.0/networks/10082160-e7d9-4a06-af5c-2c753e3938a5/tags => generated 12 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 811/1720] 10.0.0.231 () {32 vars in 733 bytes} [Thu May 7 14:30:13 2026] GET /v2.0/networks/10082160-e7d9-4a06-af5c-2c753e3938a5/tags => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 812/1721] 10.0.0.231 () {32 vars in 733 bytes} [Thu May 7 14:30:13 2026] GET /v2.0/networks/7852c621-1a4b-4f04-8bb4-a5f9c2e0e523/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1722] 10.0.0.231 () {34 vars in 665 bytes} [Thu May 7 14:30:13 2026] POST /v2.0/ports => generated 966 bytes in 381 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-05-07 14:30:14.137 9 INFO neutron_taas.services.taas.taas_plugin [None req-278e17bb-860b-4d2d-b65f-d3cf2859ec3a 2698dbf8b9914de79139f97144e2ea8a 12307cbdf83c4e5dabf15ae493a622b0 - - default default] TaaS: Handle Delete Port: cc2e6c65-3a3e-4aa5-b01b-06359bb4e9d4 2026-05-07 14:30:14.140 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-278e17bb-860b-4d2d-b65f-d3cf2859ec3a 2698dbf8b9914de79139f97144e2ea8a 12307cbdf83c4e5dabf15ae493a622b0 - - default default] Tap Mirror: Handle Delete Port: cc2e6c65-3a3e-4aa5-b01b-06359bb4e9d4 2026-05-07 14:30:14.171 8 INFO neutron.services.segments.plugin [-] Segment 92e96cea-0126-4fb3-bff2-8030328db470 resource provider aggregate not found 2026-05-07 14:30:14.175 8 INFO neutron.services.segments.plugin [-] Segment 92e96cea-0126-4fb3-bff2-8030328db470 resource provider aggregate not found 2026-05-07 14:30:14.191 8 INFO neutron.services.segments.plugin [-] Segment 92e96cea-0126-4fb3-bff2-8030328db470 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92e96cea-0126-4fb3-bff2-8030328db470 found for delete ", "request_id": "req-7edd4e49-c285-4bad-b7d0-9bfbb7e4da04"}]} 2026-05-07 14:30:14.192 8 INFO neutron.services.segments.plugin [-] Segment 92e96cea-0126-4fb3-bff2-8030328db470 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92e96cea-0126-4fb3-bff2-8030328db470 found for delete ", "request_id": "req-73a96a25-d808-4aea-bde6-72cc1b76ad0b"}]} [pid: 8|app: 0|req: 911/1723] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:30:14 2026] DELETE /v2.0/networks/7852c621-1a4b-4f04-8bb4-a5f9c2e0e523 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 813/1724] 10.0.0.231 () {32 vars in 720 bytes} [Thu May 7 14:30:14 2026] DELETE /v2.0/ports/cc2e6c65-3a3e-4aa5-b01b-06359bb4e9d4 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:30:14.260 9 INFO neutron.pecan_wsgi.hooks.translation [None req-eb9671c3-8846-477b-bc26-605d79ee86c0 2698dbf8b9914de79139f97144e2ea8a 12307cbdf83c4e5dabf15ae493a622b0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 814/1725] 10.0.0.231 () {32 vars in 720 bytes} [Thu May 7 14:30:14 2026] DELETE /v2.0/ports/cc2e6c65-3a3e-4aa5-b01b-06359bb4e9d4 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 14:30:14.282 9 INFO neutron.pecan_wsgi.hooks.translation [None req-9f8f4b53-3beb-4295-83f6-e1b774ecd89c 2698dbf8b9914de79139f97144e2ea8a 12307cbdf83c4e5dabf15ae493a622b0 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 815/1726] 10.0.0.231 () {32 vars in 717 bytes} [Thu May 7 14:30:14 2026] GET /v2.0/ports/cc2e6c65-3a3e-4aa5-b01b-06359bb4e9d4 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1727] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:30:14 2026] DELETE /v2.0/networks/10082160-e7d9-4a06-af5c-2c753e3938a5 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 816/1728] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:30:14 2026] DELETE /v2.0/subnets/ca0ebf34-9a21-4ee7-a948-15160c9003e9 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1729] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:30:14 2026] DELETE /v2.0/networks/cf735a93-068e-41bf-99c2-010318fef539 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:30:14.619 9 INFO neutron.db.segments_db [None req-64c6ab3c-3edb-4c15-af41-6e69c06e716e 2698dbf8b9914de79139f97144e2ea8a 12307cbdf83c4e5dabf15ae493a622b0 - - default default] Added segment 61ec719f-1004-48b2-bd00-95814e2aeeb4 of type vxlan for network f6984920-1ff7-4730-aaef-dbccf2755458 [pid: 9|app: 0|req: 817/1730] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:30:14 2026] POST /v2.0/networks => generated 616 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1731] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:30:14 2026] POST /v2.0/subnets => generated 646 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1732] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:30:14 2026] GET /v2.0/security-groups?tenant_id=b93d030e26c84f71b256d859f4659185&name=default => generated 2925 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1733] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:30:15 2026] DELETE /v2.0/security-groups/0d0d0645-9cef-461e-ba73-43a556fadefa => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 818/1734] 10.0.0.231 () {34 vars in 665 bytes} [Thu May 7 14:30:14 2026] POST /v2.0/ports => generated 924 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:30:15.413 9 INFO neutron_taas.services.taas.taas_plugin [None req-9f8e45a0-eadf-48c8-a018-1878c18c687e 2698dbf8b9914de79139f97144e2ea8a 12307cbdf83c4e5dabf15ae493a622b0 - - default default] TaaS: Handle Delete Port: e3c36c1f-e85f-4acd-9221-1bd9b46ea955 2026-05-07 14:30:15.416 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f8e45a0-eadf-48c8-a018-1878c18c687e 2698dbf8b9914de79139f97144e2ea8a 12307cbdf83c4e5dabf15ae493a622b0 - - default default] Tap Mirror: Handle Delete Port: e3c36c1f-e85f-4acd-9221-1bd9b46ea955 [pid: 9|app: 0|req: 819/1735] 10.0.0.231 () {32 vars in 720 bytes} [Thu May 7 14:30:15 2026] DELETE /v2.0/ports/e3c36c1f-e85f-4acd-9221-1bd9b46ea955 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 820/1736] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:30:15 2026] GET /v2.0/security-groups?tenant_id=c725c5cc26f647a4983d71bf992a1934&name=default => generated 2925 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:30:15.659 9 INFO neutron.pecan_wsgi.hooks.translation [None req-ae3bc4f7-1334-4f65-bd18-670111d1cb3f 2698dbf8b9914de79139f97144e2ea8a 12307cbdf83c4e5dabf15ae493a622b0 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 821/1737] 10.0.0.231 () {32 vars in 717 bytes} [Thu May 7 14:30:15 2026] GET /v2.0/ports/e3c36c1f-e85f-4acd-9221-1bd9b46ea955 => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1738] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:30:15 2026] GET /v2.0/security-groups?tenant_id=2b7b3cb77ecc41f0856e0718243f864a&name=default => generated 2925 bytes in 405 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 822/1739] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:30:15 2026] DELETE /v2.0/security-groups/7dbc8760-9cd3-4450-9c0b-08d60bee9929 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1740] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:30:15 2026] DELETE /v2.0/subnets/cb0edadf-b84a-458e-93e3-31a9cc9db403 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 823/1741] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:30:15 2026] DELETE /v2.0/security-groups/dc3136b0-dc11-4772-9002-deb8929b62c3 => 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: 919/1742] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:30:15 2026] DELETE /v2.0/networks/f6984920-1ff7-4730-aaef-dbccf2755458 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:30:16.211 8 INFO neutron.services.segments.plugin [-] Segment 8318479d-6130-448f-9601-59046b666dd7 resource provider aggregate not found 2026-05-07 14:30:16.214 8 INFO neutron.services.segments.plugin [-] Segment 8318479d-6130-448f-9601-59046b666dd7 resource provider aggregate not found 2026-05-07 14:30:16.225 8 INFO neutron.services.segments.plugin [-] Segment 8318479d-6130-448f-9601-59046b666dd7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8318479d-6130-448f-9601-59046b666dd7 found for delete ", "request_id": "req-72ac622b-68ae-48bc-a787-c0a4fe1e6657"}]} 2026-05-07 14:30:16.228 8 INFO neutron.services.segments.plugin [-] Segment 8318479d-6130-448f-9601-59046b666dd7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8318479d-6130-448f-9601-59046b666dd7 found for delete ", "request_id": "req-7429caa2-bf65-4586-9053-f73636d4486c"}]} 2026-05-07 14:30:16.251 8 INFO neutron.services.segments.plugin [-] Segment f7e70ed1-817b-4cc1-8b10-36902cd11858 resource provider aggregate not found 2026-05-07 14:30:16.258 8 INFO neutron.services.segments.plugin [-] Segment f7e70ed1-817b-4cc1-8b10-36902cd11858 resource provider aggregate not found 2026-05-07 14:30:16.271 8 INFO neutron.services.segments.plugin [-] Segment f7e70ed1-817b-4cc1-8b10-36902cd11858 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7e70ed1-817b-4cc1-8b10-36902cd11858 found for delete ", "request_id": "req-2028c0fb-0f0d-449c-9089-c19135d1a41b"}]} 2026-05-07 14:30:16.274 8 INFO neutron.services.segments.plugin [-] Segment f7e70ed1-817b-4cc1-8b10-36902cd11858 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7e70ed1-817b-4cc1-8b10-36902cd11858 found for delete ", "request_id": "req-a8f4310e-bde0-4a3e-a51b-3caf35c3559f"}]} 2026-05-07 14:30:16.289 8 INFO neutron.services.segments.plugin [-] Segment 61ec719f-1004-48b2-bd00-95814e2aeeb4 resource provider aggregate not found 2026-05-07 14:30:16.292 8 INFO neutron.services.segments.plugin [-] Segment 61ec719f-1004-48b2-bd00-95814e2aeeb4 resource provider aggregate not found 2026-05-07 14:30:16.303 8 INFO neutron.services.segments.plugin [-] Segment 61ec719f-1004-48b2-bd00-95814e2aeeb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61ec719f-1004-48b2-bd00-95814e2aeeb4 found for delete ", "request_id": "req-17ddb075-ab59-42e6-8cf7-712f5da76f2f"}]} 2026-05-07 14:30:16.309 8 INFO neutron.services.segments.plugin [-] Segment 61ec719f-1004-48b2-bd00-95814e2aeeb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61ec719f-1004-48b2-bd00-95814e2aeeb4 found for delete ", "request_id": "req-3a349c46-1f02-49fd-a5eb-ebc002dcf473"}]} [pid: 9|app: 0|req: 824/1743] 10.0.0.231 () {34 vars in 665 bytes} [Thu May 7 14:30:15 2026] POST /v2.0/ports => generated 778 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1744] 10.0.0.231 () {34 vars in 737 bytes} [Thu May 7 14:30:16 2026] PUT /v2.0/ports/2d1d6d79-b3d2-409d-b57f-b529a050592a => generated 752 bytes in 139 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-05-07 14:30:16.594 9 INFO neutron_taas.services.taas.taas_plugin [None req-e6a3365f-c5de-41df-9f3d-dfd2d214e43f 2698dbf8b9914de79139f97144e2ea8a 12307cbdf83c4e5dabf15ae493a622b0 - - default default] TaaS: Handle Delete Port: 2d1d6d79-b3d2-409d-b57f-b529a050592a 2026-05-07 14:30:16.596 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6a3365f-c5de-41df-9f3d-dfd2d214e43f 2698dbf8b9914de79139f97144e2ea8a 12307cbdf83c4e5dabf15ae493a622b0 - - default default] Tap Mirror: Handle Delete Port: 2d1d6d79-b3d2-409d-b57f-b529a050592a [pid: 9|app: 0|req: 825/1745] 10.0.0.231 () {32 vars in 720 bytes} [Thu May 7 14:30:16 2026] DELETE /v2.0/ports/2d1d6d79-b3d2-409d-b57f-b529a050592a => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 921/1746] 10.0.0.231 () {32 vars in 643 bytes} [Thu May 7 14:30:16 2026] GET /v2.0/ports => generated 782 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:30:16.728 9 INFO neutron.pecan_wsgi.hooks.translation [None req-16bcf211-4063-452a-99d9-c654cadb1b18 2698dbf8b9914de79139f97144e2ea8a 12307cbdf83c4e5dabf15ae493a622b0 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 826/1747] 10.0.0.231 () {32 vars in 717 bytes} [Thu May 7 14:30:16 2026] GET /v2.0/ports/2d1d6d79-b3d2-409d-b57f-b529a050592a => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1748] 10.0.0.231 () {32 vars in 643 bytes} [Thu May 7 14:30:16 2026] GET /v2.0/ports => generated 782 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 827/1749] 10.0.0.231 () {32 vars in 717 bytes} [Thu May 7 14:30:16 2026] GET /v2.0/ports/6ef2f506-128f-4549-9e47-ed920638ce36 => generated 779 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:30:16.829 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cca9709e-c104-4296-9cb0-1e65b192744c 2698dbf8b9914de79139f97144e2ea8a 12307cbdf83c4e5dabf15ae493a622b0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 923/1750] 10.0.0.231 () {32 vars in 720 bytes} [Thu May 7 14:30:16 2026] DELETE /v2.0/ports/e3c36c1f-e85f-4acd-9221-1bd9b46ea955 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 14:30:16.853 9 INFO neutron.pecan_wsgi.hooks.translation [None req-2d93727e-1e60-4141-90ef-32036767b3fa 2698dbf8b9914de79139f97144e2ea8a 12307cbdf83c4e5dabf15ae493a622b0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 828/1751] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:30:16 2026] DELETE /v2.0/subnets/cb0edadf-b84a-458e-93e3-31a9cc9db403 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 14:30:16.874 8 INFO neutron.pecan_wsgi.hooks.translation [None req-48ed8605-1c15-45b1-9d1c-de0f6ee298a1 2698dbf8b9914de79139f97144e2ea8a 12307cbdf83c4e5dabf15ae493a622b0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 924/1752] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:30:16 2026] DELETE /v2.0/subnets/ca0ebf34-9a21-4ee7-a948-15160c9003e9 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 14:30:16.982 9 INFO neutron_taas.services.taas.taas_plugin [None req-8357bc3c-8836-40d4-8682-5f9fb26f9b8f 2698dbf8b9914de79139f97144e2ea8a 12307cbdf83c4e5dabf15ae493a622b0 - - default default] TaaS: Handle Delete Port: 6ef2f506-128f-4549-9e47-ed920638ce36 2026-05-07 14:30:16.986 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8357bc3c-8836-40d4-8682-5f9fb26f9b8f 2698dbf8b9914de79139f97144e2ea8a 12307cbdf83c4e5dabf15ae493a622b0 - - default default] Tap Mirror: Handle Delete Port: 6ef2f506-128f-4549-9e47-ed920638ce36 [pid: 9|app: 0|req: 829/1753] 10.0.0.231 () {32 vars in 720 bytes} [Thu May 7 14:30:16 2026] DELETE /v2.0/ports/6ef2f506-128f-4549-9e47-ed920638ce36 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1754] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:30:17 2026] DELETE /v2.0/networks/4e672f00-c9e3-4bb5-a31f-af8d88accc07 => 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: 926/1755] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:30:17 2026] GET /v2.0/security-groups?tenant_id=12307cbdf83c4e5dabf15ae493a622b0&name=default => generated 2925 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1756] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:30:17 2026] DELETE /v2.0/security-groups/c7d7d3a8-c50d-4ed9-98b4-a7fd72562d3e => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:30:18.014 9 INFO neutron.db.segments_db [None req-954ae614-3e28-4a84-b0b9-c4e0c4259093 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Added segment c622de9c-1f74-41d1-9cf2-525a95274fc0 of type vxlan for network 67f03649-033b-49d6-bc53-ac09eee49c25 [pid: 9|app: 0|req: 830/1757] 10.0.0.231 () {34 vars in 671 bytes} [Thu May 7 14:30:17 2026] POST /v2.0/networks => generated 721 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1758] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:30:18 2026] POST /v2.0/subnets => generated 688 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:30:18.325 8 INFO neutron.services.segments.plugin [-] Segment 34cd17ba-cd05-4251-ab97-3bff115b0738 resource provider aggregate not found 2026-05-07 14:30:18.329 8 INFO neutron.services.segments.plugin [-] Segment 34cd17ba-cd05-4251-ab97-3bff115b0738 resource provider aggregate not found 2026-05-07 14:30:18.343 8 INFO neutron.services.segments.plugin [-] Segment 34cd17ba-cd05-4251-ab97-3bff115b0738 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34cd17ba-cd05-4251-ab97-3bff115b0738 found for delete ", "request_id": "req-44dbeda4-6912-4bae-91d0-35f75be29225"}]} 2026-05-07 14:30:18.346 8 INFO neutron.services.segments.plugin [-] Segment 34cd17ba-cd05-4251-ab97-3bff115b0738 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34cd17ba-cd05-4251-ab97-3bff115b0738 found for delete ", "request_id": "req-8571ed22-2d97-4d8a-8c50-42f05cbbfe33"}]} 2026-05-07 14:30:18.354 9 INFO neutron.db.segments_db [None req-be0517b6-3b53-4d0a-87fd-c248ef376d6e a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Added segment cbd9f390-b5c8-4828-9d4c-511fed3e3807 of type vxlan for network 97bc5324-f636-4876-87b2-4acc41f06969 2026-05-07 14:30:18.589 9 INFO neutron.db.l3_hamode_db [None req-be0517b6-3b53-4d0a-87fd-c248ef376d6e a3a2c4abf0ac4eee804577c1972df427 ae47f4d013fe491fbb2b3b72f6d998b9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 14:30:18.591 8 INFO neutron.db.segments_db [None req-1afd8885-60b0-4b6e-ae5b-ff9e9fab507c 087cd9a2e20d488284e9c8ad3ecc570c 66b01d1838b141dcb99bda003936a613 - - default default] Added segment 139a8aed-52e3-4966-b9a7-0d2b816280cb of type vxlan for network 45a35faf-a639-4f83-abd8-c054edb9929c [pid: 8|app: 0|req: 929/1759] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:30:18 2026] POST /v2.0/networks => generated 613 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1760] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:30:18 2026] POST /v2.0/subnets => generated 626 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:30:18.958 8 INFO neutron.db.segments_db [None req-7179de1d-8cf7-4e69-8393-fc7771153aa7 087cd9a2e20d488284e9c8ad3ecc570c 66b01d1838b141dcb99bda003936a613 - - default default] Added segment a8d06d82-3494-4812-9b25-01cf30f70a00 of type vxlan for network 77e60e81-9099-4957-8d36-1436ba887458 [pid: 8|app: 0|req: 931/1761] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:30:18 2026] POST /v2.0/networks => generated 612 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1762] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:30:19 2026] POST /v2.0/subnets => generated 629 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:30:19.332 8 INFO neutron.db.segments_db [None req-0b7a27b0-39a9-4781-b625-0220c07d40cc 087cd9a2e20d488284e9c8ad3ecc570c 66b01d1838b141dcb99bda003936a613 - - default default] Added segment 3c812e56-39a0-4023-8a0c-7313b500046e of type vxlan for network 903e7a61-6620-4010-a3ab-2fa040d84470 2026-05-07 14:30:19.361 9 INFO neutron.db.l3_hamode_db [None req-be0517b6-3b53-4d0a-87fd-c248ef376d6e a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 933/1763] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:30:19 2026] POST /v2.0/networks => generated 612 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1764] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:30:19 2026] POST /v2.0/subnets => generated 629 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:30:20.013 8 INFO neutron.db.segments_db [None req-c4ae7315-5a45-4ebe-a5a1-b48b80c2e11f 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] Added segment 09dd43a0-d660-4058-aebc-018ee5defc2b of type vxlan for network 29bbbc64-c13d-41a9-8e47-78e448f8ca9c [pid: 8|app: 0|req: 935/1765] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:30:19 2026] POST /v2.0/networks => generated 614 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:30:20.149 8 INFO neutron.db.segments_db [None req-83be8793-7ad3-4d79-9471-303f5e27f023 087cd9a2e20d488284e9c8ad3ecc570c 66b01d1838b141dcb99bda003936a613 - - default default] Added segment c537c1b5-61d4-49ad-a034-35dd7e8adb4c of type vxlan for network bb405755-7aa5-4aa5-a1ed-1b7b2ed96c48 [pid: 8|app: 0|req: 936/1766] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:30:20 2026] POST /v2.0/networks => generated 613 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 831/1767] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:30:18 2026] POST /v2.0/routers => generated 728 bytes in 1922 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:30:20.264 8 INFO neutron.db.segments_db [None req-b1586665-41ba-46fa-a72c-f866a6c07e2c 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] Added segment e72846d5-74b1-413f-a56a-de671093bb87 of type vxlan for network 1ed43b2b-171b-4829-88ec-76fafda9275a [pid: 8|app: 0|req: 937/1768] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:30:20 2026] POST /v2.0/networks => generated 614 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 832/1769] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:30:20 2026] POST /v2.0/subnets => generated 629 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 833/1770] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:30:20 2026] POST /v2.0/subnets => generated 646 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:30:20.747 9 INFO neutron.db.segments_db [None req-1f1928d0-ad89-4f46-bd62-d79beb509120 087cd9a2e20d488284e9c8ad3ecc570c 66b01d1838b141dcb99bda003936a613 - - default default] Added segment 019e444b-e3bb-45a0-bdfe-b242df156fdd of type vxlan for network d2b85ef5-0dfc-495f-81fd-63050d51580c [pid: 9|app: 0|req: 834/1771] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:30:20 2026] POST /v2.0/networks => generated 612 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 835/1772] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:30:20 2026] POST /v2.0/subnets => generated 655 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 836/1773] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:30:21 2026] POST /v2.0/subnets => generated 629 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:30:21.319 9 INFO neutron.db.segments_db [None req-c127e8f1-ff74-43c6-bc2a-287ea57a0f92 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] Added segment 7ad38dfe-8cbe-4e20-a1c5-ae9e2dad7679 of type vxlan for network eff9920d-688e-44df-aa77-38eb526aaa46 [pid: 8|app: 0|req: 938/1774] 10.0.0.231 () {34 vars in 783 bytes} [Thu May 7 14:30:20 2026] PUT /v2.0/routers/ad1a34a4-3023-4f06-8154-7434c16985f3/add_router_interface => generated 309 bytes in 1114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1775] 10.0.0.231 () {34 vars in 751 bytes} [Thu May 7 14:30:21 2026] PUT /v2.0/subnets/47ec40f7-8f67-453e-86cd-2f7891e9dde6/tags => generated 17 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:30:21.549 9 INFO neutron.db.l3_hamode_db [None req-c127e8f1-ff74-43c6-bc2a-287ea57a0f92 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 940/1776] 10.0.0.231 () {34 vars in 751 bytes} [Thu May 7 14:30:21 2026] PUT /v2.0/subnets/5aa1f696-e225-47b3-8ae4-42b6a20bc98d/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: 941/1777] 10.0.0.231 () {34 vars in 751 bytes} [Thu May 7 14:30:21 2026] PUT /v2.0/subnets/6d79185e-cc53-44cf-a536-1789d461cd22/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:30:21.672 9 INFO neutron.db.l3_hamode_db [None req-c127e8f1-ff74-43c6-bc2a-287ea57a0f92 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 942/1778] 10.0.0.231 () {34 vars in 751 bytes} [Thu May 7 14:30:21 2026] PUT /v2.0/subnets/1f3cfc92-7dd9-496d-a4cd-43804e2e7a5c/tags => 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: 943/1779] 10.0.0.231 () {32 vars in 664 bytes} [Thu May 7 14:30:21 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1780] 10.0.0.231 () {32 vars in 678 bytes} [Thu May 7 14:30:21 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1781] 10.0.0.231 () {32 vars in 674 bytes} [Thu May 7 14:30:21 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1782] 10.0.0.231 () {32 vars in 686 bytes} [Thu May 7 14:30:21 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1783] 10.0.0.231 () {32 vars in 672 bytes} [Thu May 7 14:30:21 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1784] 10.0.0.231 () {32 vars in 686 bytes} [Thu May 7 14:30:21 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1785] 10.0.0.231 () {32 vars in 682 bytes} [Thu May 7 14:30:21 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1786] 10.0.0.231 () {32 vars in 694 bytes} [Thu May 7 14:30:21 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1787] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:30:22 2026] DELETE /v2.0/subnets/47ec40f7-8f67-453e-86cd-2f7891e9dde6 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1788] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:30:22 2026] DELETE /v2.0/subnets/5aa1f696-e225-47b3-8ae4-42b6a20bc98d => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 837/1789] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:30:21 2026] POST /v2.0/routers => generated 511 bytes in 1014 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1790] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:30:22 2026] DELETE /v2.0/subnets/6d79185e-cc53-44cf-a536-1789d461cd22 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1791] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:30:22 2026] DELETE /v2.0/subnets/1f3cfc92-7dd9-496d-a4cd-43804e2e7a5c => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1792] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:30:22 2026] DELETE /v2.0/subnets/72fda974-57cd-4efb-9615-c31a13b32c53 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:30:22.793 8 INFO neutron.services.segments.plugin [-] Segment 139a8aed-52e3-4966-b9a7-0d2b816280cb resource provider aggregate not found 2026-05-07 14:30:22.803 8 INFO neutron.services.segments.plugin [-] Segment 139a8aed-52e3-4966-b9a7-0d2b816280cb resource provider aggregate not found [pid: 8|app: 0|req: 956/1793] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:30:22 2026] DELETE /v2.0/networks/45a35faf-a639-4f83-abd8-c054edb9929c => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:30:22.818 8 INFO neutron.services.segments.plugin [-] Segment 139a8aed-52e3-4966-b9a7-0d2b816280cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 139a8aed-52e3-4966-b9a7-0d2b816280cb found for delete ", "request_id": "req-9a2bdc3d-2b96-4759-b5ee-a0e897d18058"}]} 2026-05-07 14:30:22.822 8 INFO neutron.services.segments.plugin [-] Segment 139a8aed-52e3-4966-b9a7-0d2b816280cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 139a8aed-52e3-4966-b9a7-0d2b816280cb found for delete ", "request_id": "req-46200229-e290-4cfb-a854-d56ed3a73637"}]} [pid: 8|app: 0|req: 957/1794] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:30:22 2026] DELETE /v2.0/networks/77e60e81-9099-4957-8d36-1436ba887458 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:30:23.107 8 INFO neutron.db.segments_db [None req-0174a7f4-cbb9-454c-b190-e0e46f501169 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Added segment 190aa08a-c221-4698-9a59-c7de2e9242df of type vxlan for network 1cc1ce51-4066-4b44-8827-e1d6e3e11336 [pid: 8|app: 0|req: 958/1795] 10.0.0.231 () {34 vars in 671 bytes} [Thu May 7 14:30:22 2026] POST /v2.0/networks => generated 721 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1796] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:30:23 2026] DELETE /v2.0/networks/903e7a61-6620-4010-a3ab-2fa040d84470 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 838/1797] 10.0.0.231 () {34 vars in 783 bytes} [Thu May 7 14:30:22 2026] PUT /v2.0/routers/9781d7fe-08e0-484b-967e-6deb98b21766/add_router_interface => generated 309 bytes in 1112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1798] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:30:23 2026] POST /v2.0/subnets => generated 687 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:30:23.533 9 INFO neutron.services.segments.plugin [-] Segment c537c1b5-61d4-49ad-a034-35dd7e8adb4c resource provider aggregate not found 2026-05-07 14:30:23.539 9 INFO neutron.services.segments.plugin [-] Segment c537c1b5-61d4-49ad-a034-35dd7e8adb4c resource provider aggregate not found 2026-05-07 14:30:23.563 9 INFO neutron.services.segments.plugin [-] Segment c537c1b5-61d4-49ad-a034-35dd7e8adb4c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c537c1b5-61d4-49ad-a034-35dd7e8adb4c found for delete ", "request_id": "req-ae4c63fb-46f2-46b8-8c6e-757fbba8289f"}]} [pid: 8|app: 0|req: 961/1799] 10.0.0.231 () {32 vars in 717 bytes} [Thu May 7 14:30:23 2026] GET /v2.0/ports/c30f38f7-b0f5-4fd0-a988-683f78e8c979 => generated 959 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:30:23.566 9 INFO neutron.services.segments.plugin [-] Segment c537c1b5-61d4-49ad-a034-35dd7e8adb4c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c537c1b5-61d4-49ad-a034-35dd7e8adb4c found for delete ", "request_id": "req-b516f9f0-dfa9-4639-96d0-eb80467edb0b"}]} [pid: 9|app: 0|req: 839/1800] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:30:23 2026] DELETE /v2.0/networks/bb405755-7aa5-4aa5-a1ed-1b7b2ed96c48 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:30:23.622 8 INFO neutron.db.segments_db [None req-379bd3e4-b444-4920-9c3f-0d5a6b5932c7 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Added segment 3afd1214-5862-4272-ba82-216d81800f7b of type vxlan for network 8f648264-7a70-4ad4-9493-87dbff7a3072 2026-05-07 14:30:23.941 8 INFO neutron.db.l3_hamode_db [None req-379bd3e4-b444-4920-9c3f-0d5a6b5932c7 a3a2c4abf0ac4eee804577c1972df427 7449d3e177f3419584455930ae710118 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 840/1801] 10.0.0.231 () {34 vars in 783 bytes} [Thu May 7 14:30:23 2026] PUT /v2.0/routers/9781d7fe-08e0-484b-967e-6deb98b21766/add_router_interface => generated 309 bytes in 1012 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:30:24.712 8 INFO neutron.db.l3_hamode_db [None req-379bd3e4-b444-4920-9c3f-0d5a6b5932c7 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 841/1802] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:30:24 2026] DELETE /v2.0/networks/d2b85ef5-0dfc-495f-81fd-63050d51580c => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 842/1803] 10.0.0.231 () {32 vars in 717 bytes} [Thu May 7 14:30:24 2026] GET /v2.0/ports/47137fa9-5230-48c3-b4bf-809981654da0 => generated 967 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:30:24.858 8 INFO neutron.services.segments.plugin [-] Segment a8d06d82-3494-4812-9b25-01cf30f70a00 resource provider aggregate not found 2026-05-07 14:30:24.868 8 INFO neutron.services.segments.plugin [-] Segment a8d06d82-3494-4812-9b25-01cf30f70a00 resource provider aggregate not found 2026-05-07 14:30:24.890 8 INFO neutron.services.segments.plugin [-] Segment a8d06d82-3494-4812-9b25-01cf30f70a00 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8d06d82-3494-4812-9b25-01cf30f70a00 found for delete ", "request_id": "req-9b2547f0-20e2-45df-9abd-4e2d65c9cf3b"}]} 2026-05-07 14:30:24.897 8 INFO neutron.services.segments.plugin [-] Segment a8d06d82-3494-4812-9b25-01cf30f70a00 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8d06d82-3494-4812-9b25-01cf30f70a00 found for delete ", "request_id": "req-691b675c-0145-41d8-887c-675729f6f29e"}]} 2026-05-07 14:30:24.913 8 INFO neutron.services.segments.plugin [-] Segment 3c812e56-39a0-4023-8a0c-7313b500046e resource provider aggregate not found 2026-05-07 14:30:24.925 8 INFO neutron.services.segments.plugin [-] Segment 3c812e56-39a0-4023-8a0c-7313b500046e resource provider aggregate not found 2026-05-07 14:30:24.938 8 INFO neutron.services.segments.plugin [-] Segment 3c812e56-39a0-4023-8a0c-7313b500046e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c812e56-39a0-4023-8a0c-7313b500046e found for delete ", "request_id": "req-fdf1d323-afc1-41fe-ba38-d16998629ce6"}]} 2026-05-07 14:30:24.948 8 INFO neutron.services.segments.plugin [-] Segment 3c812e56-39a0-4023-8a0c-7313b500046e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c812e56-39a0-4023-8a0c-7313b500046e found for delete ", "request_id": "req-a21309ff-8bb5-4eff-9888-4b08b4173e26"}]} 2026-05-07 14:30:25.112 9 INFO neutron_taas.services.taas.taas_plugin [None req-817ff50d-0123-4ebd-b2b2-4b8eb601d1d0 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] TaaS: Handle Delete Port: 47137fa9-5230-48c3-b4bf-809981654da0 2026-05-07 14:30:25.115 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-817ff50d-0123-4ebd-b2b2-4b8eb601d1d0 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] Tap Mirror: Handle Delete Port: 47137fa9-5230-48c3-b4bf-809981654da0 [pid: 9|app: 0|req: 843/1804] 10.0.0.231 () {34 vars in 789 bytes} [Thu May 7 14:30:24 2026] PUT /v2.0/routers/9781d7fe-08e0-484b-967e-6deb98b21766/remove_router_interface => generated 309 bytes in 763 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:30:25.599 9 INFO neutron.services.segments.plugin [-] Segment 019e444b-e3bb-45a0-bdfe-b242df156fdd resource provider aggregate not found 2026-05-07 14:30:25.607 9 INFO neutron.services.segments.plugin [-] Segment 019e444b-e3bb-45a0-bdfe-b242df156fdd resource provider aggregate not found 2026-05-07 14:30:25.625 9 INFO neutron.services.segments.plugin [-] Segment 019e444b-e3bb-45a0-bdfe-b242df156fdd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 019e444b-e3bb-45a0-bdfe-b242df156fdd found for delete ", "request_id": "req-05673383-7b8d-4479-995e-d6c97892eab4"}]} 2026-05-07 14:30:25.627 9 INFO neutron.services.segments.plugin [-] Segment 019e444b-e3bb-45a0-bdfe-b242df156fdd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 019e444b-e3bb-45a0-bdfe-b242df156fdd found for delete ", "request_id": "req-2fc869eb-6f0e-477c-bf82-8e9d0638eba2"}]} [pid: 8|app: 0|req: 962/1805] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:30:23 2026] POST /v2.0/routers => generated 727 bytes in 2113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1806] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:30:25 2026] GET /v2.0/security-groups?tenant_id=66b01d1838b141dcb99bda003936a613&name=default => generated 2925 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:30:25.924 9 INFO neutron_taas.services.taas.taas_plugin [None req-1de7a74e-803b-42a3-9568-3eb83cfa01ec 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] TaaS: Handle Delete Port: c30f38f7-b0f5-4fd0-a988-683f78e8c979 2026-05-07 14:30:25.927 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1de7a74e-803b-42a3-9568-3eb83cfa01ec 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] Tap Mirror: Handle Delete Port: c30f38f7-b0f5-4fd0-a988-683f78e8c979 [pid: 9|app: 0|req: 844/1807] 10.0.0.231 () {34 vars in 789 bytes} [Thu May 7 14:30:25 2026] PUT /v2.0/routers/9781d7fe-08e0-484b-967e-6deb98b21766/remove_router_interface => generated 309 bytes in 791 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 845/1808] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:30:26 2026] DELETE /v2.0/security-groups/c9619a05-46b5-4b91-8a4e-d40ac15961d9 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 846/1809] 10.0.0.231 () {32 vars in 736 bytes} [Thu May 7 14:30:26 2026] GET /v2.0/ports?device_id=9781d7fe-08e0-484b-967e-6deb98b21766 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:30:26.708 9 INFO neutron_taas.services.taas.taas_plugin [None req-f1c39c68-f155-4d97-af3e-ba4e089f5bbc 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] TaaS: Handle Delete Port: ccd33ce5-a0ea-4ce9-90cd-103347a5792c 2026-05-07 14:30:26.714 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1c39c68-f155-4d97-af3e-ba4e089f5bbc 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] Tap Mirror: Handle Delete Port: ccd33ce5-a0ea-4ce9-90cd-103347a5792c 2026-05-07 14:30:27.060 9 INFO neutron.db.l3_hamode_db [None req-f1c39c68-f155-4d97-af3e-ba4e089f5bbc 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] HA network eff9920d-688e-44df-aa77-38eb526aaa46 was deleted as no HA routers are present in tenant a43a2be72d074b129a9e79221fecb473. [pid: 9|app: 0|req: 847/1810] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:30:26 2026] DELETE /v2.0/routers/9781d7fe-08e0-484b-967e-6deb98b21766 => generated 0 bytes in 578 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 848/1811] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:30:27 2026] GET /v2.0/security-groups?tenant_id=4bb867a0aaef4f2393ac763c862e7641&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 851/1814] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:30:27 2026] DELETE /v2.0/subnets/2bcf12dc-e80e-4097-8bd7-8903768ea45f => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1815] 10.0.0.231 () {34 vars in 783 bytes} [Thu May 7 14:30:25 2026] PUT /v2.0/routers/95109a3c-34af-411e-9476-5d673e5b6f7b/add_router_interface => generated 309 bytes in 1440 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 852/1816] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:30:27 2026] DELETE /v2.0/security-groups/a92fc9e8-20e0-43ec-879e-c0649a425e56 => 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: 965/1817] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:30:27 2026] DELETE /v2.0/subnets/032f7d4f-cad7-4ee7-a838-64144f8a2654 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:30:27.651 9 INFO neutron.services.segments.plugin [-] Segment 7ad38dfe-8cbe-4e20-a1c5-ae9e2dad7679 resource provider aggregate not found 2026-05-07 14:30:27.664 9 INFO neutron.services.segments.plugin [-] Segment 7ad38dfe-8cbe-4e20-a1c5-ae9e2dad7679 resource provider aggregate not found 2026-05-07 14:30:27.692 9 INFO neutron.services.segments.plugin [-] Segment 7ad38dfe-8cbe-4e20-a1c5-ae9e2dad7679 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ad38dfe-8cbe-4e20-a1c5-ae9e2dad7679 found for delete ", "request_id": "req-419c62d7-c821-4952-8e97-9de91bde4c6d"}]} 2026-05-07 14:30:27.693 9 INFO neutron.services.segments.plugin [-] Segment 7ad38dfe-8cbe-4e20-a1c5-ae9e2dad7679 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ad38dfe-8cbe-4e20-a1c5-ae9e2dad7679 found for delete ", "request_id": "req-00eff49f-a44a-4777-adb6-86f4f146066d"}]} [pid: 8|app: 0|req: 966/1818] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:30:27 2026] GET /v2.0/security-groups?tenant_id=9f918fc616af449baf765ebf5723c6ad&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 853/1819] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:30:27 2026] DELETE /v2.0/networks/1ed43b2b-171b-4829-88ec-76fafda9275a => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1820] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:30:27 2026] DELETE /v2.0/security-groups/ce7dff31-c79b-4d30-a789-7357b93291c3 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:30:27.979 9 INFO neutron_taas.services.taas.taas_plugin [None req-6c5a3b19-9d29-41b6-83bb-0146929d2bc8 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] TaaS: Handle Delete Port: bd5fe0f2-2baa-48fe-ae5f-26cedfa96a65 2026-05-07 14:30:27.982 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c5a3b19-9d29-41b6-83bb-0146929d2bc8 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] Tap Mirror: Handle Delete Port: bd5fe0f2-2baa-48fe-ae5f-26cedfa96a65 [pid: 9|app: 0|req: 854/1821] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:30:27 2026] DELETE /v2.0/networks/29bbbc64-c13d-41a9-8e47-78e448f8ca9c => generated 0 bytes in 357 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:30:28.247 9 INFO neutron.db.segments_db [None req-ac279751-6dc6-449f-ba36-aa2ef0dbaecd 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] Added segment 3021bd9d-0d42-45a4-92a1-8cd627b407e8 of type vxlan for network cd4adf9e-6980-4313-a32f-bfb8d8fc98a9 [pid: 8|app: 0|req: 968/1822] 10.0.0.231 () {34 vars in 685 bytes} [Thu May 7 14:30:28 2026] POST /v2.0/security-groups => generated 1675 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 855/1823] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:30:28 2026] POST /v2.0/networks => generated 614 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1824] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:30:28 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: 970/1825] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:30:28 2026] POST /v2.0/security-group-rules => generated 596 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1826] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:30:28 2026] POST /v2.0/security-group-rules => generated 602 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 856/1827] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:30:28 2026] POST /v2.0/subnets => generated 646 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:30:28.770 9 INFO neutron.db.segments_db [None req-81174d52-c203-4e1e-a00a-4bbb6286bfc9 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] Added segment 3211ece2-c023-474a-a421-c05e4e47c310 of type vxlan for network 0b2e09cc-62f2-4cb1-9d0a-3d5750f9d040 [pid: 8|app: 0|req: 972/1828] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:30:28 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) 2026-05-07 14:30:28.822 8 INFO neutron.db.securitygroups_db [None req-a9fcad18-931b-4f2b-8e3c-55075f637809 33661a1c9f124a8780008a0e3bd0146b ae47f4d013fe491fbb2b3b72f6d998b9 - - default default] Project ae47f4d013fe491fbb2b3b72f6d998b9 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: 973/1829] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:30:28 2026] POST /v2.0/security-group-rules => generated 607 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:30:28.954 8 INFO neutron.db.securitygroups_db [None req-8d374aa9-de49-4cab-b375-e131c360f483 33661a1c9f124a8780008a0e3bd0146b ae47f4d013fe491fbb2b3b72f6d998b9 - - default default] Project ae47f4d013fe491fbb2b3b72f6d998b9 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: 974/1830] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:30:28 2026] POST /v2.0/security-group-rules => generated 606 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:30:29.088 9 INFO neutron.db.l3_hamode_db [None req-81174d52-c203-4e1e-a00a-4bbb6286bfc9 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 14:30:29.208 9 INFO neutron.db.l3_hamode_db [None req-81174d52-c203-4e1e-a00a-4bbb6286bfc9 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 975/1831] 10.0.0.231 () {34 vars in 685 bytes} [Thu May 7 14:30:29 2026] POST /v2.0/security-groups => generated 1660 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-07 14:30:29.726 9 INFO neutron.services.segments.plugin [-] Segment e72846d5-74b1-413f-a56a-de671093bb87 resource provider aggregate not found 2026-05-07 14:30:29.730 9 INFO neutron.services.segments.plugin [-] Segment e72846d5-74b1-413f-a56a-de671093bb87 resource provider aggregate not found 2026-05-07 14:30:29.749 9 INFO neutron.services.segments.plugin [-] Segment e72846d5-74b1-413f-a56a-de671093bb87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e72846d5-74b1-413f-a56a-de671093bb87 found for delete ", "request_id": "req-6a2ed207-89b6-446b-a6f2-3f82738ac9d4"}]} 2026-05-07 14:30:29.754 9 INFO neutron.services.segments.plugin [-] Segment e72846d5-74b1-413f-a56a-de671093bb87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e72846d5-74b1-413f-a56a-de671093bb87 found for delete ", "request_id": "req-2ed8b88f-1adb-414f-a782-85d5a82377a1"}]} [pid: 8|app: 0|req: 976/1832] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:30:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:30:29.772 9 INFO neutron.services.segments.plugin [-] Segment 09dd43a0-d660-4058-aebc-018ee5defc2b resource provider aggregate not found 2026-05-07 14:30:29.782 9 INFO neutron.services.segments.plugin [-] Segment 09dd43a0-d660-4058-aebc-018ee5defc2b resource provider aggregate not found 2026-05-07 14:30:29.800 9 INFO neutron.services.segments.plugin [-] Segment 09dd43a0-d660-4058-aebc-018ee5defc2b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09dd43a0-d660-4058-aebc-018ee5defc2b found for delete ", "request_id": "req-1c6828bd-ca8b-4dce-b3eb-efa1f359cfd4"}]} 2026-05-07 14:30:29.803 9 INFO neutron.services.segments.plugin [-] Segment 09dd43a0-d660-4058-aebc-018ee5defc2b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09dd43a0-d660-4058-aebc-018ee5defc2b found for delete ", "request_id": "req-429d8200-b370-45b2-9185-6791e3a5fec4"}]} [pid: 9|app: 0|req: 857/1833] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:30:28 2026] POST /v2.0/routers => generated 511 bytes in 1146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1834] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:30:29 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: 9|app: 0|req: 858/1835] 10.0.0.231 () {34 vars in 665 bytes} [Thu May 7 14:30:29 2026] POST /v2.0/ports => generated 964 bytes in 363 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: 978/1836] 10.0.0.231 () {34 vars in 676 bytes} [Thu May 7 14:30:29 2026] POST /v2.0/floatingips => generated 552 bytes in 497 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1837] 10.0.0.63 () {34 vars in 1097 bytes} [Thu May 7 14:30:30 2026] GET /v2.0/security-groups?name=tempest-securitygroup--586713781&fields=id&tenant_id=ae47f4d013fe491fbb2b3b72f6d998b9 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1838] 10.0.0.63 () {34 vars in 1099 bytes} [Thu May 7 14:30:30 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1360709920&fields=id&tenant_id=ae47f4d013fe491fbb2b3b72f6d998b9 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1839] 10.0.0.63 () {34 vars in 981 bytes} [Thu May 7 14:30:30 2026] GET /v2.0/networks?id=67f03649-033b-49d6-bc53-ac09eee49c25 => 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: 982/1840] 10.0.0.63 () {34 vars in 964 bytes} [Thu May 7 14:30:30 2026] GET /v2.0/quotas/ae47f4d013fe491fbb2b3b72f6d998b9 => 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: 983/1841] 10.0.0.63 () {34 vars in 1001 bytes} [Thu May 7 14:30:30 2026] GET /v2.0/ports?tenant_id=ae47f4d013fe491fbb2b3b72f6d998b9&fields=id => generated 103 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1842] 10.0.0.63 () {34 vars in 1007 bytes} [Thu May 7 14:30:30 2026] GET /v2.0/networks/67f03649-033b-49d6-bc53-ac09eee49c25?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1843] 10.0.0.63 () {34 vars in 1107 bytes} [Thu May 7 14:30:30 2026] GET /v2.0/networks/67f03649-033b-49d6-bc53-ac09eee49c25?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1844] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:30:31 2026] GET /v2.0/ports?device_id=9c8a37da-3a9c-4167-8272-1fedc0c5e9d5 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 859/1845] 10.0.0.231 () {34 vars in 783 bytes} [Thu May 7 14:30:30 2026] PUT /v2.0/routers/f121c802-0c16-49ff-9f67-878f29bb55a3/add_router_interface => generated 309 bytes in 997 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1846] 10.0.0.231 () {32 vars in 717 bytes} [Thu May 7 14:30:31 2026] GET /v2.0/ports/c9486ebc-ac12-454d-a611-cd78d8380e80 => generated 1038 bytes in 75 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-05-07 14:30:31.584 9 INFO neutron_taas.services.taas.taas_plugin [None req-9cb7decc-d6e0-480f-b895-52a20c511593 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] TaaS: Handle Delete Port: c9486ebc-ac12-454d-a611-cd78d8380e80 2026-05-07 14:30:31.588 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9cb7decc-d6e0-480f-b895-52a20c511593 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] Tap Mirror: Handle Delete Port: c9486ebc-ac12-454d-a611-cd78d8380e80 [pid: 9|app: 0|req: 860/1847] 10.0.0.231 () {34 vars in 789 bytes} [Thu May 7 14:30:31 2026] PUT /v2.0/routers/f121c802-0c16-49ff-9f67-878f29bb55a3/remove_router_interface => generated 309 bytes in 682 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:30:32.095 8 INFO neutron.api.v2.resource [None req-4b42140b-2f03-4836-80b0-e6e145cf7c2c 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 988/1848] 10.0.0.231 () {34 vars in 789 bytes} [Thu May 7 14:30:31 2026] PUT /v2.0/routers/f121c802-0c16-49ff-9f67-878f29bb55a3/remove_router_interface => generated 197 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 9|app: 0|req: 861/1849] 10.0.0.231 () {32 vars in 736 bytes} [Thu May 7 14:30:32 2026] GET /v2.0/ports?device_id=f121c802-0c16-49ff-9f67-878f29bb55a3 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 862/1850] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:30:32 2026] GET /v2.0/ports?device_id=9c8a37da-3a9c-4167-8272-1fedc0c5e9d5 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:30:32.359 8 INFO neutron_taas.services.taas.taas_plugin [None req-feb39fa3-eccd-4c3a-a5bb-ac81dacb5a57 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] TaaS: Handle Delete Port: 78ef0b13-8df1-4106-b1fa-edc60666ec59 2026-05-07 14:30:32.362 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-feb39fa3-eccd-4c3a-a5bb-ac81dacb5a57 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] Tap Mirror: Handle Delete Port: 78ef0b13-8df1-4106-b1fa-edc60666ec59 2026-05-07 14:30:32.739 8 INFO neutron.services.segments.plugin [-] Segment 3211ece2-c023-474a-a421-c05e4e47c310 resource provider aggregate not found 2026-05-07 14:30:32.743 8 INFO neutron.services.segments.plugin [-] Segment 3211ece2-c023-474a-a421-c05e4e47c310 resource provider aggregate not found 2026-05-07 14:30:32.760 8 INFO neutron.services.segments.plugin [-] Segment 3211ece2-c023-474a-a421-c05e4e47c310 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3211ece2-c023-474a-a421-c05e4e47c310 found for delete ", "request_id": "req-0927b4d1-1b76-4c83-a24e-b2bb3d43ddcd"}]} 2026-05-07 14:30:32.763 8 INFO neutron.services.segments.plugin [-] Segment 3211ece2-c023-474a-a421-c05e4e47c310 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3211ece2-c023-474a-a421-c05e4e47c310 found for delete ", "request_id": "req-c532662e-542e-41f6-9ba3-153917466d06"}]} 2026-05-07 14:30:32.769 8 INFO neutron.db.l3_hamode_db [None req-feb39fa3-eccd-4c3a-a5bb-ac81dacb5a57 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] HA network 0b2e09cc-62f2-4cb1-9d0a-3d5750f9d040 was deleted as no HA routers are present in tenant a43a2be72d074b129a9e79221fecb473. [pid: 8|app: 0|req: 989/1851] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:30:32 2026] DELETE /v2.0/routers/f121c802-0c16-49ff-9f67-878f29bb55a3 => generated 0 bytes in 628 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:30:32.789 9 INFO neutron.db.segments_db [None req-73fd9925-3022-4e24-ad84-ed5e29344792 ba7fc425860a4aa9949095916543b86e dadea7cf4cee47d9bf0cee83cc08dce9 - - default default] Added segment 5cecc55d-c815-4fa6-bbee-203cac78db1d of type vxlan for network 67d94bf1-9e34-4941-89d3-e433c19e3201 [pid: 9|app: 0|req: 863/1852] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:30:32 2026] POST /v2.0/networks => generated 612 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1853] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:30:32 2026] DELETE /v2.0/subnets/eb4120fc-cd37-43bc-ae96-67f2e87b1738 => 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: 991/1854] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:30:32 2026] DELETE /v2.0/networks/cd4adf9e-6980-4313-a32f-bfb8d8fc98a9 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:30:33.123 8 INFO neutron.db.segments_db [None req-921ea715-b3a4-4f5a-8595-aa82cd691762 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] Added segment 0b2e931c-e93b-4736-afdf-d38ec92adf46 of type vxlan for network e27bed7c-78bd-446f-a2e9-c30dab7c75d0 [pid: 9|app: 0|req: 864/1856] 10.0.0.231 () {34 vars in 664 bytes} [Thu May 7 14:30:32 2026] POST /v2.0/ports => generated 743 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1856] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:30:33 2026] POST /v2.0/networks => generated 615 bytes in 146 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: 993/1857] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:30:33 2026] POST /v2.0/subnets => generated 646 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1858] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:30:33 2026] GET /v2.0/ports?device_id=9c8a37da-3a9c-4167-8272-1fedc0c5e9d5 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 865/1859] 10.0.0.231 () {34 vars in 666 bytes} [Thu May 7 14:30:33 2026] POST /v2.0/trunks => generated 407 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:30:33.486 8 INFO neutron.db.segments_db [None req-189f3b09-cc83-473d-8c9f-28ecac9231ff 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] Added segment dca3cb08-4c99-4513-a9c5-64bda8f03673 of type vxlan for network 46ade348-2d0b-4588-92dd-e7c940fb1462 2026-05-07 14:30:33.598 9 INFO neutron.db.segments_db [None req-bacf686f-e983-4ee3-8e85-fff06e765a95 ba7fc425860a4aa9949095916543b86e dadea7cf4cee47d9bf0cee83cc08dce9 - - default default] Added segment e746233d-8cc3-4188-8ec8-e9bd66d7e89f of type vxlan for network 19112930-9722-4cf4-af60-df806f57a8ec [pid: 9|app: 0|req: 866/1860] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:30:33 2026] POST /v2.0/networks => generated 612 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:30:33.717 8 INFO neutron.db.l3_hamode_db [None req-189f3b09-cc83-473d-8c9f-28ecac9231ff 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 14:30:33.832 8 INFO neutron.db.l3_hamode_db [None req-189f3b09-cc83-473d-8c9f-28ecac9231ff 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 867/1861] 10.0.0.231 () {34 vars in 664 bytes} [Thu May 7 14:30:33 2026] POST /v2.0/ports => generated 743 bytes in 297 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: 9|app: 0|req: 868/1862] 10.0.0.231 () {34 vars in 666 bytes} [Thu May 7 14:30:33 2026] POST /v2.0/trunks => generated 407 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:30:34.207 9 INFO neutron.db.segments_db [None req-b3d50f08-0bd5-4e2f-b967-0d72b58a2ab4 ba7fc425860a4aa9949095916543b86e dadea7cf4cee47d9bf0cee83cc08dce9 - - default default] Added segment 73fe1d7d-8043-4dfa-9a80-0bd187ffdd4d of type vxlan for network 88951931-887b-4dc0-ab50-45dfcbbcb4af [pid: 9|app: 0|req: 869/1863] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:30:34 2026] POST /v2.0/networks => generated 612 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1864] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:30:33 2026] POST /v2.0/routers => generated 511 bytes in 983 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 870/1865] 10.0.0.231 () {34 vars in 664 bytes} [Thu May 7 14:30:34 2026] POST /v2.0/ports => generated 743 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 9|app: 0|req: 871/1866] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:30:34 2026] GET /v2.0/ports?device_id=9c8a37da-3a9c-4167-8272-1fedc0c5e9d5 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 872/1867] 10.0.0.231 () {34 vars in 666 bytes} [Thu May 7 14:30:34 2026] POST /v2.0/trunks => generated 407 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:30:34.889 9 INFO neutron.db.segments_db [None req-aaacfe72-caec-4d9b-ad5a-33e9da31e361 ba7fc425860a4aa9949095916543b86e dadea7cf4cee47d9bf0cee83cc08dce9 - - default default] Added segment 7d17c473-7c19-494f-9d97-64d040519780 of type vxlan for network 636100d6-28ff-4eee-94a6-c113e246a391 [pid: 9|app: 0|req: 873/1868] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:30:34 2026] POST /v2.0/networks => generated 613 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:30:35.010 8 INFO neutron.services.segments.plugin [-] Segment 3021bd9d-0d42-45a4-92a1-8cd627b407e8 resource provider aggregate not found 2026-05-07 14:30:35.016 8 INFO neutron.services.segments.plugin [-] Segment 3021bd9d-0d42-45a4-92a1-8cd627b407e8 resource provider aggregate not found 2026-05-07 14:30:35.032 8 INFO neutron.services.segments.plugin [-] Segment 3021bd9d-0d42-45a4-92a1-8cd627b407e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3021bd9d-0d42-45a4-92a1-8cd627b407e8 found for delete ", "request_id": "req-cff52017-8987-462e-969c-49af0608b6c5"}]} 2026-05-07 14:30:35.038 8 INFO neutron.services.segments.plugin [-] Segment 3021bd9d-0d42-45a4-92a1-8cd627b407e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3021bd9d-0d42-45a4-92a1-8cd627b407e8 found for delete ", "request_id": "req-7088888b-bb76-46b4-a448-34bf08a2817a"}]} [pid: 9|app: 0|req: 874/1869] 10.0.0.231 () {34 vars in 664 bytes} [Thu May 7 14:30:35 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 9|app: 0|req: 875/1870] 10.0.0.231 () {34 vars in 666 bytes} [Thu May 7 14:30:35 2026] POST /v2.0/trunks => generated 407 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 876/1871] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:30:35 2026] GET /v2.0/networks?id=67f03649-033b-49d6-bc53-ac09eee49c25 => generated 673 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:30:35.596 9 INFO neutron.db.segments_db [None req-5ad4c9e6-ab54-4926-9201-118918afe77c ba7fc425860a4aa9949095916543b86e dadea7cf4cee47d9bf0cee83cc08dce9 - - default default] Added segment e7fe0113-c0a4-4bee-bd15-17e915db6c0c of type vxlan for network d6bb3cc0-5b39-456a-9930-11f9b2ca9ca3 [pid: 9|app: 0|req: 877/1872] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:30:35 2026] POST /v2.0/networks => generated 613 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 878/1873] 199.19.213.209 () {34 vars in 1050 bytes} [Thu May 7 14:30:35 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ae47f4d013fe491fbb2b3b72f6d998b9 => generated 273 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1874] 10.0.0.231 () {34 vars in 783 bytes} [Thu May 7 14:30:34 2026] PUT /v2.0/routers/5fdc3e2d-b015-4d39-876c-ad3eb0d5ab17/add_router_interface => generated 309 bytes in 1352 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 879/1875] 10.0.0.231 () {34 vars in 664 bytes} [Thu May 7 14:30:35 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 9|app: 0|req: 880/1876] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:30:35 2026] GET /v2.0/ports?device_id=9c8a37da-3a9c-4167-8272-1fedc0c5e9d5 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 881/1877] 10.0.0.231 () {32 vars in 717 bytes} [Thu May 7 14:30:36 2026] GET /v2.0/ports/a57f4a9d-3e26-4f56-8522-8befc8a25ceb => generated 959 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1878] 199.19.213.209 () {38 vars in 955 bytes} [Thu May 7 14:30:35 2026] POST /v2.0/ports => generated 993 bytes in 401 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: 9|app: 0|req: 882/1879] 10.0.0.231 () {34 vars in 666 bytes} [Thu May 7 14:30:36 2026] POST /v2.0/trunks => generated 407 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:30:36.501 8 INFO neutron_taas.services.taas.taas_plugin [None req-fa88d7b1-5b23-4ded-b88e-1a1997ae5681 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] TaaS: Handle Delete Port: a57f4a9d-3e26-4f56-8522-8befc8a25ceb 2026-05-07 14:30:36.505 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa88d7b1-5b23-4ded-b88e-1a1997ae5681 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] Tap Mirror: Handle Delete Port: a57f4a9d-3e26-4f56-8522-8befc8a25ceb [pid: 9|app: 0|req: 883/1880] 199.19.213.209 () {38 vars in 1028 bytes} [Thu May 7 14:30:36 2026] PUT /v2.0/ports/32d585fa-b747-40f8-8eb6-e76367e8c594 => generated 1274 bytes in 400 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-05-07 14:30:36.662 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-171a8d5a-4b2f-4a19-bd88-f2188ed8c355'] response: {'name': 'network-changed', 'server_uuid': '9c8a37da-3a9c-4167-8272-1fedc0c5e9d5', 'tag': '32d585fa-b747-40f8-8eb6-e76367e8c594', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 884/1881] 10.0.0.231 () {34 vars in 749 bytes} [Thu May 7 14:30:36 2026] PUT /v2.0/trunks/93574d3c-7674-41aa-83f1-ab4ba6db2623/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 885/1882] 10.0.0.231 () {34 vars in 749 bytes} [Thu May 7 14:30:36 2026] PUT /v2.0/trunks/14318125-0aeb-4c3c-a26b-6157913e3807/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 886/1883] 10.0.0.231 () {34 vars in 749 bytes} [Thu May 7 14:30:36 2026] PUT /v2.0/trunks/62250082-3578-46bc-b05a-b843b0ff8d8d/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 887/1884] 10.0.0.231 () {34 vars in 749 bytes} [Thu May 7 14:30:36 2026] PUT /v2.0/trunks/3c8aa236-70d0-4e3f-a5f1-4d81d878684a/tags => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 888/1885] 10.0.0.231 () {32 vars in 662 bytes} [Thu May 7 14:30:36 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 889/1886] 10.0.0.231 () {32 vars in 676 bytes} [Thu May 7 14:30:36 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 890/1887] 10.0.0.231 () {32 vars in 672 bytes} [Thu May 7 14:30:36 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 891/1888] 10.0.0.231 () {32 vars in 684 bytes} [Thu May 7 14:30:36 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 892/1889] 10.0.0.231 () {32 vars in 670 bytes} [Thu May 7 14:30:36 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1890] 10.0.0.231 () {34 vars in 789 bytes} [Thu May 7 14:30:36 2026] PUT /v2.0/routers/5fdc3e2d-b015-4d39-876c-ad3eb0d5ab17/remove_router_interface => generated 309 bytes in 774 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 893/1891] 10.0.0.231 () {32 vars in 684 bytes} [Thu May 7 14:30:36 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1892] 10.0.0.231 () {32 vars in 736 bytes} [Thu May 7 14:30:36 2026] GET /v2.0/ports?device_id=5fdc3e2d-b015-4d39-876c-ad3eb0d5ab17 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 894/1893] 10.0.0.231 () {32 vars in 680 bytes} [Thu May 7 14:30:36 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 895/1894] 10.0.0.231 () {32 vars in 692 bytes} [Thu May 7 14:30:36 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 896/1895] 10.0.0.231 () {32 vars in 719 bytes} [Thu May 7 14:30:37 2026] GET /v2.0/trunks/93574d3c-7674-41aa-83f1-ab4ba6db2623 => generated 412 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 897/1896] 10.0.0.231 () {32 vars in 717 bytes} [Thu May 7 14:30:37 2026] GET /v2.0/ports/d8f4829f-b629-412c-97df-895f19aa582f => generated 826 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:30:37.141 8 INFO neutron_taas.services.taas.taas_plugin [None req-b4a5dcbd-fc57-4595-b059-5b5ff0b4ca14 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] TaaS: Handle Delete Port: cbee64ef-223c-47bb-9bb2-905b7acf1120 2026-05-07 14:30:37.144 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4a5dcbd-fc57-4595-b059-5b5ff0b4ca14 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] Tap Mirror: Handle Delete Port: cbee64ef-223c-47bb-9bb2-905b7acf1120 [pid: 9|app: 0|req: 898/1897] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:30:37 2026] GET /v2.0/ports?device_id=9c8a37da-3a9c-4167-8272-1fedc0c5e9d5 => generated 1008 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 899/1898] 10.0.0.231 () {32 vars in 722 bytes} [Thu May 7 14:30:37 2026] DELETE /v2.0/trunks/93574d3c-7674-41aa-83f1-ab4ba6db2623 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 900/1899] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:30:37 2026] GET /v2.0/ports?tenant_id=ae47f4d013fe491fbb2b3b72f6d998b9&device_id=9c8a37da-3a9c-4167-8272-1fedc0c5e9d5 => generated 1277 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 901/1900] 10.0.0.63 () {34 vars in 1119 bytes} [Thu May 7 14:30:37 2026] GET /v2.0/security-groups?id=cda02a91-6d11-4805-b6fa-7113eaad9607&id=fd9516e5-1cfd-466b-a506-96622852d351&fields=id&fields=name => generated 206 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 902/1901] 10.0.0.231 () {32 vars in 719 bytes} [Thu May 7 14:30:37 2026] GET /v2.0/trunks/14318125-0aeb-4c3c-a26b-6157913e3807 => generated 420 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 903/1902] 199.19.213.209 () {34 vars in 1018 bytes} [Thu May 7 14:30:37 2026] GET /v2.0/networks?tenant_id=ae47f4d013fe491fbb2b3b72f6d998b9&shared=False => generated 768 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 904/1903] 10.0.0.231 () {32 vars in 717 bytes} [Thu May 7 14:30:37 2026] GET /v2.0/ports/46b100ae-c3d3-4ef8-99da-5460ff606dd0 => generated 826 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 905/1904] 199.19.213.209 () {34 vars in 930 bytes} [Thu May 7 14:30:37 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 906/1905] 10.0.0.231 () {32 vars in 722 bytes} [Thu May 7 14:30:37 2026] DELETE /v2.0/trunks/14318125-0aeb-4c3c-a26b-6157913e3807 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 907/1906] 10.0.0.231 () {32 vars in 719 bytes} [Thu May 7 14:30:37 2026] GET /v2.0/trunks/62250082-3578-46bc-b05a-b843b0ff8d8d => generated 429 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:30:37.512 8 INFO neutron.services.segments.plugin [-] Segment dca3cb08-4c99-4513-a9c5-64bda8f03673 resource provider aggregate not found 2026-05-07 14:30:37.521 8 INFO neutron.services.segments.plugin [-] Segment dca3cb08-4c99-4513-a9c5-64bda8f03673 resource provider aggregate not found 2026-05-07 14:30:37.530 8 INFO neutron.services.segments.plugin [-] Segment dca3cb08-4c99-4513-a9c5-64bda8f03673 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dca3cb08-4c99-4513-a9c5-64bda8f03673 found for delete ", "request_id": "req-dcd12a5e-f22b-4f77-bc1f-db138f0c8c88"}]} 2026-05-07 14:30:37.536 8 INFO neutron.services.segments.plugin [-] Segment dca3cb08-4c99-4513-a9c5-64bda8f03673 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dca3cb08-4c99-4513-a9c5-64bda8f03673 found for delete ", "request_id": "req-038cf3c4-7969-4cf6-9cd8-b1478dea87cb"}]} [pid: 9|app: 0|req: 908/1907] 10.0.0.231 () {32 vars in 717 bytes} [Thu May 7 14:30:37 2026] GET /v2.0/ports/6b978c4e-174c-4961-a8b8-4cd153b3cb1a => generated 826 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:30:37.547 8 INFO neutron.db.l3_hamode_db [None req-b4a5dcbd-fc57-4595-b059-5b5ff0b4ca14 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] HA network 46ade348-2d0b-4588-92dd-e7c940fb1462 was deleted as no HA routers are present in tenant a43a2be72d074b129a9e79221fecb473. [pid: 8|app: 0|req: 1000/1908] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:30:36 2026] DELETE /v2.0/routers/5fdc3e2d-b015-4d39-876c-ad3eb0d5ab17 => generated 0 bytes in 566 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 909/1909] 10.0.0.231 () {32 vars in 722 bytes} [Thu May 7 14:30:37 2026] DELETE /v2.0/trunks/62250082-3578-46bc-b05a-b843b0ff8d8d => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 910/1910] 10.0.0.231 () {32 vars in 719 bytes} [Thu May 7 14:30:37 2026] GET /v2.0/trunks/3c8aa236-70d0-4e3f-a5f1-4d81d878684a => generated 414 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 911/1911] 10.0.0.231 () {32 vars in 717 bytes} [Thu May 7 14:30:37 2026] GET /v2.0/ports/9462781d-a9a5-474a-ac8d-c9da74e711b2 => generated 826 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1912] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:30:37 2026] DELETE /v2.0/subnets/f192c8e6-99e5-40d2-b5f7-b68267d5a359 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 912/1913] 10.0.0.231 () {32 vars in 722 bytes} [Thu May 7 14:30:37 2026] DELETE /v2.0/trunks/3c8aa236-70d0-4e3f-a5f1-4d81d878684a => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 913/1914] 10.0.0.231 () {32 vars in 719 bytes} [Thu May 7 14:30:37 2026] GET /v2.0/trunks/10beb4fb-b4e7-44e5-8ddb-b764eccda36e => generated 407 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 914/1915] 10.0.0.231 () {32 vars in 717 bytes} [Thu May 7 14:30:37 2026] GET /v2.0/ports/52946fa8-c846-4495-a04f-3fc2fc869e43 => generated 826 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1916] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:30:37 2026] DELETE /v2.0/networks/e27bed7c-78bd-446f-a2e9-c30dab7c75d0 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 915/1917] 10.0.0.231 () {32 vars in 722 bytes} [Thu May 7 14:30:37 2026] DELETE /v2.0/trunks/10beb4fb-b4e7-44e5-8ddb-b764eccda36e => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:30:37.894 8 INFO neutron.db.segments_db [None req-5ae07afe-30bf-4f73-b906-9835e8d06b05 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] Added segment 6c0360b0-98be-42f2-a095-c3b178a0c819 of type vxlan for network 24228da8-527a-466b-97af-a1b16356b0ac 2026-05-07 14:30:37.997 9 INFO neutron_taas.services.taas.taas_plugin [None req-f0fa848c-62a1-4127-9078-94f2621712fd ba7fc425860a4aa9949095916543b86e dadea7cf4cee47d9bf0cee83cc08dce9 - - default default] TaaS: Handle Delete Port: d8f4829f-b629-412c-97df-895f19aa582f 2026-05-07 14:30:38.001 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0fa848c-62a1-4127-9078-94f2621712fd ba7fc425860a4aa9949095916543b86e dadea7cf4cee47d9bf0cee83cc08dce9 - - default default] Tap Mirror: Handle Delete Port: d8f4829f-b629-412c-97df-895f19aa582f [pid: 9|app: 0|req: 916/1918] 10.0.0.231 () {32 vars in 720 bytes} [Thu May 7 14:30:37 2026] DELETE /v2.0/ports/d8f4829f-b629-412c-97df-895f19aa582f => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:30:38.176 8 INFO neutron.db.l3_hamode_db [None req-5ae07afe-30bf-4f73-b906-9835e8d06b05 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 14:30:38.200 9 INFO neutron_taas.services.taas.taas_plugin [None req-99cd4763-e76a-47ba-a4d6-ecc80d9fd1af ba7fc425860a4aa9949095916543b86e dadea7cf4cee47d9bf0cee83cc08dce9 - - default default] TaaS: Handle Delete Port: 46b100ae-c3d3-4ef8-99da-5460ff606dd0 2026-05-07 14:30:38.203 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99cd4763-e76a-47ba-a4d6-ecc80d9fd1af ba7fc425860a4aa9949095916543b86e dadea7cf4cee47d9bf0cee83cc08dce9 - - default default] Tap Mirror: Handle Delete Port: 46b100ae-c3d3-4ef8-99da-5460ff606dd0 [pid: 9|app: 0|req: 917/1919] 10.0.0.231 () {32 vars in 720 bytes} [Thu May 7 14:30:38 2026] DELETE /v2.0/ports/46b100ae-c3d3-4ef8-99da-5460ff606dd0 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:30:38.388 9 INFO neutron_taas.services.taas.taas_plugin [None req-ff6f3828-73ef-4c8f-9f55-fed831d2f192 ba7fc425860a4aa9949095916543b86e dadea7cf4cee47d9bf0cee83cc08dce9 - - default default] TaaS: Handle Delete Port: 6b978c4e-174c-4961-a8b8-4cd153b3cb1a 2026-05-07 14:30:38.391 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff6f3828-73ef-4c8f-9f55-fed831d2f192 ba7fc425860a4aa9949095916543b86e dadea7cf4cee47d9bf0cee83cc08dce9 - - default default] Tap Mirror: Handle Delete Port: 6b978c4e-174c-4961-a8b8-4cd153b3cb1a [pid: 9|app: 0|req: 918/1920] 10.0.0.231 () {32 vars in 720 bytes} [Thu May 7 14:30:38 2026] DELETE /v2.0/ports/6b978c4e-174c-4961-a8b8-4cd153b3cb1a => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 919/1921] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:30:38 2026] GET /v2.0/ports?device_id=9c8a37da-3a9c-4167-8272-1fedc0c5e9d5 => generated 1008 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 920/1922] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:30:38 2026] GET /v2.0/ports?tenant_id=ae47f4d013fe491fbb2b3b72f6d998b9&device_id=9c8a37da-3a9c-4167-8272-1fedc0c5e9d5 => generated 1277 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:30:38.632 9 INFO neutron_taas.services.taas.taas_plugin [None req-3e34b698-53ea-42dd-a394-c4e2b4baed02 ba7fc425860a4aa9949095916543b86e dadea7cf4cee47d9bf0cee83cc08dce9 - - default default] TaaS: Handle Delete Port: 9462781d-a9a5-474a-ac8d-c9da74e711b2 2026-05-07 14:30:38.635 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e34b698-53ea-42dd-a394-c4e2b4baed02 ba7fc425860a4aa9949095916543b86e dadea7cf4cee47d9bf0cee83cc08dce9 - - default default] Tap Mirror: Handle Delete Port: 9462781d-a9a5-474a-ac8d-c9da74e711b2 [pid: 9|app: 0|req: 921/1923] 10.0.0.231 () {32 vars in 720 bytes} [Thu May 7 14:30:38 2026] DELETE /v2.0/ports/9462781d-a9a5-474a-ac8d-c9da74e711b2 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 922/1924] 10.0.0.63 () {34 vars in 1119 bytes} [Thu May 7 14:30:38 2026] GET /v2.0/security-groups?id=cda02a91-6d11-4805-b6fa-7113eaad9607&id=fd9516e5-1cfd-466b-a506-96622852d351&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 923/1925] 199.19.213.209 () {34 vars in 1058 bytes} [Thu May 7 14:30:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=32d585fa-b747-40f8-8eb6-e76367e8c594 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:30:38.886 9 INFO neutron_taas.services.taas.taas_plugin [None req-3c13cea3-4844-4978-8c91-1f4d62e0c7b7 ba7fc425860a4aa9949095916543b86e dadea7cf4cee47d9bf0cee83cc08dce9 - - default default] TaaS: Handle Delete Port: 52946fa8-c846-4495-a04f-3fc2fc869e43 2026-05-07 14:30:38.888 8 INFO neutron.db.l3_hamode_db [None req-5ae07afe-30bf-4f73-b906-9835e8d06b05 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 14:30:38.891 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c13cea3-4844-4978-8c91-1f4d62e0c7b7 ba7fc425860a4aa9949095916543b86e dadea7cf4cee47d9bf0cee83cc08dce9 - - default default] Tap Mirror: Handle Delete Port: 52946fa8-c846-4495-a04f-3fc2fc869e43 [pid: 9|app: 0|req: 924/1926] 10.0.0.231 () {32 vars in 720 bytes} [Thu May 7 14:30:38 2026] DELETE /v2.0/ports/52946fa8-c846-4495-a04f-3fc2fc869e43 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 925/1927] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:30:38 2026] GET /v2.0/subnets?id=4fafb804-55c0-4c2b-9a1c-70353cd212fa => generated 691 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:30:39.136 9 INFO neutron.services.segments.plugin [-] Segment 5cecc55d-c815-4fa6-bbee-203cac78db1d resource provider aggregate not found 2026-05-07 14:30:39.142 9 INFO neutron.services.segments.plugin [-] Segment 5cecc55d-c815-4fa6-bbee-203cac78db1d resource provider aggregate not found 2026-05-07 14:30:39.153 9 INFO neutron.services.segments.plugin [-] Segment 5cecc55d-c815-4fa6-bbee-203cac78db1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cecc55d-c815-4fa6-bbee-203cac78db1d found for delete ", "request_id": "req-160c7307-011e-4bfa-9d64-581bcd39c69c"}]} 2026-05-07 14:30:39.160 9 INFO neutron.services.segments.plugin [-] Segment 5cecc55d-c815-4fa6-bbee-203cac78db1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cecc55d-c815-4fa6-bbee-203cac78db1d found for delete ", "request_id": "req-932dfe04-f460-463b-99ae-63a0adaef5bb"}]} [pid: 9|app: 0|req: 926/1928] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:30:39 2026] DELETE /v2.0/networks/67d94bf1-9e34-4941-89d3-e433c19e3201 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 927/1929] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:30:39 2026] GET /v2.0/ports?network_id=67f03649-033b-49d6-bc53-ac09eee49c25&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: 9|app: 0|req: 928/1930] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:30:39 2026] DELETE /v2.0/networks/19112930-9722-4cf4-af60-df806f57a8ec => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 929/1931] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:30:39 2026] GET /v2.0/networks/67f03649-033b-49d6-bc53-ac09eee49c25?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 930/1932] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:30:39 2026] DELETE /v2.0/networks/88951931-887b-4dc0-ab50-45dfcbbcb4af => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 931/1933] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:30:39 2026] GET /v2.0/networks/67f03649-033b-49d6-bc53-ac09eee49c25?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) 2026-05-07 14:30:39.552 8 INFO neutron.services.segments.plugin [-] Segment 0b2e931c-e93b-4736-afdf-d38ec92adf46 resource provider aggregate not found 2026-05-07 14:30:39.559 8 INFO neutron.services.segments.plugin [-] Segment 0b2e931c-e93b-4736-afdf-d38ec92adf46 resource provider aggregate not found 2026-05-07 14:30:39.570 8 INFO neutron.services.segments.plugin [-] Segment 0b2e931c-e93b-4736-afdf-d38ec92adf46 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b2e931c-e93b-4736-afdf-d38ec92adf46 found for delete ", "request_id": "req-15eda841-3ff1-4cff-8627-55f784a40d98"}]} 2026-05-07 14:30:39.582 8 INFO neutron.services.segments.plugin [-] Segment 0b2e931c-e93b-4736-afdf-d38ec92adf46 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b2e931c-e93b-4736-afdf-d38ec92adf46 found for delete ", "request_id": "req-a7d3b938-16da-49eb-8d89-84964f4e046f"}]} [pid: 9|app: 0|req: 932/1934] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:30:39 2026] DELETE /v2.0/networks/636100d6-28ff-4eee-94a6-c113e246a391 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 933/1935] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:30:39 2026] DELETE /v2.0/networks/d6bb3cc0-5b39-456a-9930-11f9b2ca9ca3 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1936] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:30:37 2026] POST /v2.0/routers => generated 690 bytes in 1972 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1937] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:30:39 2026] GET /v2.0/ports?device_id=9c8a37da-3a9c-4167-8272-1fedc0c5e9d5 => generated 1008 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 934/1938] 10.0.0.231 () {32 vars in 721 bytes} [Thu May 7 14:30:39 2026] GET /v2.0/routers/901727cb-1915-48a2-b1df-c95e65a7523d => generated 696 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1939] 10.0.0.63 () {34 vars in 1119 bytes} [Thu May 7 14:30:39 2026] GET /v2.0/security-groups?id=cda02a91-6d11-4805-b6fa-7113eaad9607&id=fd9516e5-1cfd-466b-a506-96622852d351&fields=id&fields=name => generated 206 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 935/1940] 10.0.0.231 () {32 vars in 647 bytes} [Thu May 7 14:30:39 2026] GET /v2.0/routers => generated 699 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1941] 10.0.0.231 () {34 vars in 741 bytes} [Thu May 7 14:30:39 2026] PUT /v2.0/routers/901727cb-1915-48a2-b1df-c95e65a7523d => generated 703 bytes in 377 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 936/1942] 10.0.0.231 () {32 vars in 721 bytes} [Thu May 7 14:30:40 2026] GET /v2.0/routers/901727cb-1915-48a2-b1df-c95e65a7523d => generated 703 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1943] 10.0.0.231 () {32 vars in 736 bytes} [Thu May 7 14:30:40 2026] GET /v2.0/ports?device_id=901727cb-1915-48a2-b1df-c95e65a7523d => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1944] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:30:40 2026] GET /v2.0/security-groups?tenant_id=ef757c59034d4916ae2b5fadd97b49fe&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: 1009/1945] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:30:40 2026] DELETE /v2.0/security-groups/0ceaad6c-4fee-41f3-9597-3a71be95e7b6 => 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: 1010/1946] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:30:40 2026] GET /v2.0/ports?device_id=9c8a37da-3a9c-4167-8272-1fedc0c5e9d5 => generated 1008 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1947] 10.0.0.63 () {34 vars in 1119 bytes} [Thu May 7 14:30:41 2026] GET /v2.0/security-groups?id=cda02a91-6d11-4805-b6fa-7113eaad9607&id=fd9516e5-1cfd-466b-a506-96622852d351&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:30:41.094 9 INFO neutron_taas.services.taas.taas_plugin [None req-dba9fc5a-c7ad-407a-bb78-4640e9b47bbc 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] TaaS: Handle Delete Port: 0c423655-d625-482d-a97f-cb90692cf8b5 2026-05-07 14:30:41.098 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dba9fc5a-c7ad-407a-bb78-4640e9b47bbc 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] Tap Mirror: Handle Delete Port: 0c423655-d625-482d-a97f-cb90692cf8b5 [pid: 8|app: 0|req: 1012/1948] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:30:41 2026] GET /v2.0/security-groups?tenant_id=dadea7cf4cee47d9bf0cee83cc08dce9&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:30:41.181 9 INFO neutron.services.segments.plugin [-] Segment e746233d-8cc3-4188-8ec8-e9bd66d7e89f resource provider aggregate not found 2026-05-07 14:30:41.190 9 INFO neutron.services.segments.plugin [-] Segment e746233d-8cc3-4188-8ec8-e9bd66d7e89f resource provider aggregate not found [pid: 8|app: 0|req: 1013/1949] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:30:41 2026] DELETE /v2.0/security-groups/4d5abb66-1ad5-4b0b-9dc1-6696b92afcab => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:30:41.202 9 INFO neutron.services.segments.plugin [-] Segment e746233d-8cc3-4188-8ec8-e9bd66d7e89f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e746233d-8cc3-4188-8ec8-e9bd66d7e89f found for delete ", "request_id": "req-a0af7606-ad1f-4c15-9717-21beee31fa40"}]} 2026-05-07 14:30:41.217 9 INFO neutron.services.segments.plugin [-] Segment e746233d-8cc3-4188-8ec8-e9bd66d7e89f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e746233d-8cc3-4188-8ec8-e9bd66d7e89f found for delete ", "request_id": "req-ae1c1921-f619-443d-acb2-312397098395"}]} 2026-05-07 14:30:41.224 9 INFO neutron.services.segments.plugin [-] Segment 73fe1d7d-8043-4dfa-9a80-0bd187ffdd4d resource provider aggregate not found 2026-05-07 14:30:41.241 9 INFO neutron.services.segments.plugin [-] Segment 73fe1d7d-8043-4dfa-9a80-0bd187ffdd4d resource provider aggregate not found 2026-05-07 14:30:41.246 9 INFO neutron.services.segments.plugin [-] Segment 73fe1d7d-8043-4dfa-9a80-0bd187ffdd4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73fe1d7d-8043-4dfa-9a80-0bd187ffdd4d found for delete ", "request_id": "req-f4fca280-27a2-4fd0-a92f-302895c2b1fc"}]} 2026-05-07 14:30:41.260 9 INFO neutron.services.segments.plugin [-] Segment 7d17c473-7c19-494f-9d97-64d040519780 resource provider aggregate not found 2026-05-07 14:30:41.265 9 INFO neutron.services.segments.plugin [-] Segment 73fe1d7d-8043-4dfa-9a80-0bd187ffdd4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73fe1d7d-8043-4dfa-9a80-0bd187ffdd4d found for delete ", "request_id": "req-dfaf9da4-5d8d-42ba-b1b9-16c29df519dd"}]} 2026-05-07 14:30:41.284 9 INFO neutron.services.segments.plugin [-] Segment 7d17c473-7c19-494f-9d97-64d040519780 resource provider aggregate not found 2026-05-07 14:30:41.287 9 INFO neutron.services.segments.plugin [-] Segment 7d17c473-7c19-494f-9d97-64d040519780 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d17c473-7c19-494f-9d97-64d040519780 found for delete ", "request_id": "req-ebfe1760-cb51-4447-b34c-ba22b40d693f"}]} 2026-05-07 14:30:41.306 9 INFO neutron.services.segments.plugin [-] Segment 7d17c473-7c19-494f-9d97-64d040519780 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d17c473-7c19-494f-9d97-64d040519780 found for delete ", "request_id": "req-9110dcd4-1944-4950-800a-b742a831bb9d"}]} 2026-05-07 14:30:41.314 9 INFO neutron.services.segments.plugin [-] Segment e7fe0113-c0a4-4bee-bd15-17e915db6c0c resource provider aggregate not found 2026-05-07 14:30:41.342 9 INFO neutron.services.segments.plugin [-] Segment e7fe0113-c0a4-4bee-bd15-17e915db6c0c resource provider aggregate not found 2026-05-07 14:30:41.345 9 INFO neutron.services.segments.plugin [-] Segment e7fe0113-c0a4-4bee-bd15-17e915db6c0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7fe0113-c0a4-4bee-bd15-17e915db6c0c found for delete ", "request_id": "req-2bb45edf-6489-43d4-914c-c69743a6cedb"}]} 2026-05-07 14:30:41.362 9 INFO neutron.services.segments.plugin [-] Segment e7fe0113-c0a4-4bee-bd15-17e915db6c0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7fe0113-c0a4-4bee-bd15-17e915db6c0c found for delete ", "request_id": "req-d28a9e33-e4b8-4555-b88d-df9b362cb7cd"}]} 2026-05-07 14:30:41.420 9 INFO neutron_taas.services.taas.taas_plugin [None req-dba9fc5a-c7ad-407a-bb78-4640e9b47bbc 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] TaaS: Handle Delete Port: ef45dbf5-2425-48be-8035-ecba54315e19 2026-05-07 14:30:41.423 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dba9fc5a-c7ad-407a-bb78-4640e9b47bbc 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] Tap Mirror: Handle Delete Port: ef45dbf5-2425-48be-8035-ecba54315e19 [pid: 8|app: 0|req: 1014/1950] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:30:41 2026] GET /v2.0/security-groups?tenant_id=29941c744918459b9b6b49910ec343b6&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: 1015/1951] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:30:41 2026] DELETE /v2.0/security-groups/7e12b44d-1be6-46a5-baf6-876ebe90b29e => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:30:41.780 9 INFO neutron.db.l3_hamode_db [None req-dba9fc5a-c7ad-407a-bb78-4640e9b47bbc 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] HA network 24228da8-527a-466b-97af-a1b16356b0ac was deleted as no HA routers are present in tenant a43a2be72d074b129a9e79221fecb473. [pid: 9|app: 0|req: 937/1954] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:30:40 2026] DELETE /v2.0/routers/901727cb-1915-48a2-b1df-c95e65a7523d => generated 0 bytes in 1361 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1955] 10.0.0.231 () {32 vars in 736 bytes} [Thu May 7 14:30:41 2026] GET /v2.0/ports?device_id=901727cb-1915-48a2-b1df-c95e65a7523d => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:30:41.843 9 INFO neutron.api.v2.resource [None req-0d4872a5-090b-4ec3-a685-1e9833139280 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 938/1956] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:30:41 2026] DELETE /v2.0/routers/901727cb-1915-48a2-b1df-c95e65a7523d => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/1957] 10.0.0.231 () {32 vars in 736 bytes} [Thu May 7 14:30:41 2026] GET /v2.0/ports?device_id=5fdc3e2d-b015-4d39-876c-ad3eb0d5ab17 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:30:41.893 9 INFO neutron.api.v2.resource [None req-d70fd62c-e1e3-43c3-8e7c-93459c36050e 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 939/1958] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:30:41 2026] DELETE /v2.0/routers/5fdc3e2d-b015-4d39-876c-ad3eb0d5ab17 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 14:30:41.916 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a4c63411-9b27-439f-a0f1-1e39559cb7de 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1020/1959] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:30:41 2026] DELETE /v2.0/subnets/f192c8e6-99e5-40d2-b5f7-b68267d5a359 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 940/1960] 10.0.0.231 () {32 vars in 736 bytes} [Thu May 7 14:30:41 2026] GET /v2.0/ports?device_id=f121c802-0c16-49ff-9f67-878f29bb55a3 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:30:41.966 8 INFO neutron.api.v2.resource [None req-e1fcd3ac-48f3-4ef8-83ba-18ffbd25374c 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1021/1961] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:30:41 2026] DELETE /v2.0/routers/f121c802-0c16-49ff-9f67-878f29bb55a3 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 14:30:41.986 9 INFO neutron.pecan_wsgi.hooks.translation [None req-6ae90ca9-3c8b-4026-b2a0-ae0ce40a442f 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 941/1962] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:30:41 2026] DELETE /v2.0/subnets/eb4120fc-cd37-43bc-ae96-67f2e87b1738 => 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: 1022/1963] 10.0.0.231 () {32 vars in 736 bytes} [Thu May 7 14:30:41 2026] GET /v2.0/ports?device_id=9781d7fe-08e0-484b-967e-6deb98b21766 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:30:42.034 9 INFO neutron.api.v2.resource [None req-41efb80e-87dc-45cf-bcc4-4e9c3e6f441b 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 942/1964] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:30:42 2026] DELETE /v2.0/routers/9781d7fe-08e0-484b-967e-6deb98b21766 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 14:30:42.053 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dcc90ff5-f6df-48f3-a462-aaff4f03f2c7 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1023/1965] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:30:42 2026] DELETE /v2.0/subnets/2bcf12dc-e80e-4097-8bd7-8903768ea45f => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 14:30:42.075 9 INFO neutron.pecan_wsgi.hooks.translation [None req-bf7e9be0-11a6-4771-8bac-3f7d76dc48b2 1dfdcc1b094a4022a863f5fa2d550f97 a43a2be72d074b129a9e79221fecb473 - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 943/1966] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:30:42 2026] DELETE /v2.0/subnets/032f7d4f-cad7-4ee7-a838-64144f8a2654 => 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: 1024/1967] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:30:42 2026] GET /v2.0/ports?device_id=9c8a37da-3a9c-4167-8272-1fedc0c5e9d5 => generated 1008 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 944/1968] 10.0.0.63 () {34 vars in 1119 bytes} [Thu May 7 14:30:42 2026] GET /v2.0/security-groups?id=cda02a91-6d11-4805-b6fa-7113eaad9607&id=fd9516e5-1cfd-466b-a506-96622852d351&fields=id&fields=name => generated 206 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/1969] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:30:42 2026] GET /v2.0/security-groups?tenant_id=a43a2be72d074b129a9e79221fecb473&name=default => generated 2925 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 945/1970] 199.19.213.209 () {34 vars in 994 bytes} [Thu May 7 14:30:42 2026] GET /v2.0/ports?device_id=9c8a37da-3a9c-4167-8272-1fedc0c5e9d5 => generated 1277 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/1971] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:30:42 2026] DELETE /v2.0/security-groups/4c81db86-3561-4154-9131-12c9c13185a7 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 946/1972] 199.19.213.209 () {34 vars in 1124 bytes} [Thu May 7 14:30:42 2026] GET /v2.0/security-groups?id=fd9516e5-1cfd-466b-a506-96622852d351&id=cda02a91-6d11-4805-b6fa-7113eaad9607&fields=id&fields=name => generated 206 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:30:43.362 9 INFO neutron.services.segments.plugin [-] Segment 6c0360b0-98be-42f2-a095-c3b178a0c819 resource provider aggregate not found 2026-05-07 14:30:43.381 9 INFO neutron.services.segments.plugin [-] Segment 6c0360b0-98be-42f2-a095-c3b178a0c819 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c0360b0-98be-42f2-a095-c3b178a0c819 found for delete ", "request_id": "req-ebf53d87-48b3-4a0a-85df-abb89b5bf455"}]} 2026-05-07 14:30:43.384 9 INFO neutron.services.segments.plugin [-] Segment 6c0360b0-98be-42f2-a095-c3b178a0c819 resource provider aggregate not found [pid: 8|app: 0|req: 1027/1973] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:30:43 2026] GET /v2.0/ports?device_id=9c8a37da-3a9c-4167-8272-1fedc0c5e9d5 => generated 1008 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:30:43.398 9 INFO neutron.services.segments.plugin [-] Segment 6c0360b0-98be-42f2-a095-c3b178a0c819 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c0360b0-98be-42f2-a095-c3b178a0c819 found for delete ", "request_id": "req-748bec15-b6d2-47bd-82b3-a24c634fe327"}]} [pid: 9|app: 0|req: 947/1974] 10.0.0.63 () {34 vars in 1119 bytes} [Thu May 7 14:30:43 2026] GET /v2.0/security-groups?id=cda02a91-6d11-4805-b6fa-7113eaad9607&id=fd9516e5-1cfd-466b-a506-96622852d351&fields=id&fields=name => generated 206 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/1975] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:30:44 2026] GET /v2.0/ports?device_id=9c8a37da-3a9c-4167-8272-1fedc0c5e9d5 => generated 1010 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 948/1976] 10.0.0.63 () {34 vars in 1119 bytes} [Thu May 7 14:30:44 2026] GET /v2.0/security-groups?id=cda02a91-6d11-4805-b6fa-7113eaad9607&id=fd9516e5-1cfd-466b-a506-96622852d351&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/1977] 10.0.0.231 () {34 vars in 684 bytes} [Thu May 7 14:30:44 2026] POST /v2.0/security-groups => generated 1625 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/1978] 10.0.0.231 () {32 vars in 663 bytes} [Thu May 7 14:30:45 2026] GET /v2.0/security-groups => generated 4530 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:30:45.218 9 INFO neutron.db.segments_db [None req-5ba919f5-0fd2-474b-8377-670ceb89ee47 71114d257e4b4c3f8da33173d49085b6 3c3b619d41f9461d90bfa435650caf9d - - default default] Added segment 52a5cfa5-9d6b-4edd-83b5-54c10b7da117 of type vxlan for network 17681db7-474f-4a74-b5b8-cf0f8547d569 [pid: 8|app: 0|req: 1031/1979] 10.0.0.231 () {34 vars in 758 bytes} [Thu May 7 14:30:45 2026] PUT /v2.0/security-groups/7928c7c0-ec23-411e-aab3-1ed40870f850 => generated 1664 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 949/1980] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:30:45 2026] POST /v2.0/networks => generated 612 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/1981] 10.0.0.231 () {32 vars in 737 bytes} [Thu May 7 14:30:45 2026] GET /v2.0/security-groups/7928c7c0-ec23-411e-aab3-1ed40870f850 => generated 1664 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 950/1982] 10.0.0.231 () {34 vars in 753 bytes} [Thu May 7 14:30:45 2026] PUT /v2.0/networks/17681db7-474f-4a74-b5b8-cf0f8547d569/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/1983] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:30:45 2026] DELETE /v2.0/security-groups/7928c7c0-ec23-411e-aab3-1ed40870f850 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 951/1984] 10.0.0.231 () {32 vars in 733 bytes} [Thu May 7 14:30:45 2026] GET /v2.0/networks/17681db7-474f-4a74-b5b8-cf0f8547d569/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: 1034/1985] 10.0.0.231 () {32 vars in 663 bytes} [Thu May 7 14:30:45 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:30:45.457 8 INFO neutron.api.v2.resource [None req-e9ebd15d-9ddf-44bb-8a00-4b224756a251 b092e18ee3a04b5ca2e776c36743d03e 2c779ad80dc64558a13ae2a5d2043d1d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1035/1986] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:30:45 2026] DELETE /v2.0/security-groups/7928c7c0-ec23-411e-aab3-1ed40870f850 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 952/1987] 10.0.0.231 () {34 vars in 764 bytes} [Thu May 7 14:30:45 2026] PUT /v2.0/networks/17681db7-474f-4a74-b5b8-cf0f8547d569/tags/green => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 9|app: 0|req: 953/1988] 10.0.0.231 () {32 vars in 733 bytes} [Thu May 7 14:30:45 2026] GET /v2.0/networks/17681db7-474f-4a74-b5b8-cf0f8547d569/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: 1036/1989] 10.0.0.231 () {34 vars in 684 bytes} [Thu May 7 14:30:45 2026] POST /v2.0/security-groups => generated 1625 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 954/1990] 10.0.0.231 () {34 vars in 760 bytes} [Thu May 7 14:30:45 2026] PUT /v2.0/networks/17681db7-474f-4a74-b5b8-cf0f8547d569/tags/red => generated 4 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 9|app: 0|req: 955/1991] 10.0.0.231 () {32 vars in 733 bytes} [Thu May 7 14:30:45 2026] GET /v2.0/networks/17681db7-474f-4a74-b5b8-cf0f8547d569/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/1992] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:30:45 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: 9|app: 0|req: 956/1993] 10.0.0.231 () {34 vars in 782 bytes} [Thu May 7 14:30:45 2026] PUT /v2.0/networks/17681db7-474f-4a74-b5b8-cf0f8547d569/tags/black.or.white => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/1994] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:30:45 2026] GET /v2.0/ports?device_id=9c8a37da-3a9c-4167-8272-1fedc0c5e9d5 => generated 1010 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 957/1995] 10.0.0.231 () {32 vars in 747 bytes} [Thu May 7 14:30:45 2026] GET /v2.0/security-group-rules/15781ffe-7881-4949-82c8-a5525a714650 => generated 601 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/1996] 10.0.0.231 () {32 vars in 733 bytes} [Thu May 7 14:30:45 2026] GET /v2.0/networks/17681db7-474f-4a74-b5b8-cf0f8547d569/tags => generated 52 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 958/1997] 10.0.0.63 () {34 vars in 1119 bytes} [Thu May 7 14:30:45 2026] GET /v2.0/security-groups?id=cda02a91-6d11-4805-b6fa-7113eaad9607&id=fd9516e5-1cfd-466b-a506-96622852d351&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/1998] 10.0.0.231 () {32 vars in 673 bytes} [Thu May 7 14:30:45 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 959/1999] 10.0.0.231 () {34 vars in 753 bytes} [Thu May 7 14:30:45 2026] PUT /v2.0/networks/17681db7-474f-4a74-b5b8-cf0f8547d569/tags => generated 37 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2000] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:30:45 2026] GET /v2.0/ports?device_id=9c8a37da-3a9c-4167-8272-1fedc0c5e9d5 => generated 1010 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2001] 10.0.0.231 () {32 vars in 733 bytes} [Thu May 7 14:30:45 2026] GET /v2.0/networks/17681db7-474f-4a74-b5b8-cf0f8547d569/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 960/2002] 10.0.0.231 () {32 vars in 750 bytes} [Thu May 7 14:30:45 2026] DELETE /v2.0/security-group-rules/15781ffe-7881-4949-82c8-a5525a714650 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 961/2003] 10.0.0.231 () {32 vars in 741 bytes} [Thu May 7 14:30:45 2026] GET /v2.0/networks/17681db7-474f-4a74-b5b8-cf0f8547d569/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 962/2004] 10.0.0.231 () {32 vars in 673 bytes} [Thu May 7 14:30:45 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:30:46.093 9 INFO neutron.api.v2.resource [None req-517f65da-ef6d-48f9-b34a-9bb2ccaa13b6 71114d257e4b4c3f8da33173d49085b6 3c3b619d41f9461d90bfa435650caf9d - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 963/2005] 10.0.0.231 () {32 vars in 745 bytes} [Thu May 7 14:30:46 2026] GET /v2.0/networks/17681db7-474f-4a74-b5b8-cf0f8547d569/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 964/2006] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:30:46 2026] POST /v2.0/security-group-rules => generated 601 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:30:46.241 8 INFO neutron.db.l3_db [None req-ff2ff98f-781a-4123-b0d1-3e6b3e8372f9 33661a1c9f124a8780008a0e3bd0146b ae47f4d013fe491fbb2b3b72f6d998b9 - - default default] Floating IP d34b3fff-394e-4b75-a874-2217ae96e20f associated. External IP: 10.96.250.210, port: 32d585fa-b747-40f8-8eb6-e76367e8c594. [pid: 9|app: 0|req: 965/2007] 10.0.0.231 () {32 vars in 744 bytes} [Thu May 7 14:30:46 2026] DELETE /v2.0/networks/17681db7-474f-4a74-b5b8-cf0f8547d569/tags/red => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 966/2008] 10.0.0.231 () {32 vars in 747 bytes} [Thu May 7 14:30:46 2026] GET /v2.0/security-group-rules/b1eed3e0-542c-4fa1-9e13-0577933e51fe => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 967/2009] 10.0.0.231 () {32 vars in 733 bytes} [Thu May 7 14:30:46 2026] GET /v2.0/networks/17681db7-474f-4a74-b5b8-cf0f8547d569/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 968/2010] 10.0.0.231 () {32 vars in 673 bytes} [Thu May 7 14:30:46 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:30:46.405 9 INFO neutron.api.v2.resource [None req-271023b7-9f71-4e21-97d9-dcb4cd8ca5a7 71114d257e4b4c3f8da33173d49085b6 3c3b619d41f9461d90bfa435650caf9d - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 969/2011] 10.0.0.231 () {32 vars in 748 bytes} [Thu May 7 14:30:46 2026] DELETE /v2.0/networks/17681db7-474f-4a74-b5b8-cf0f8547d569/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 970/2012] 10.0.0.231 () {32 vars in 750 bytes} [Thu May 7 14:30:46 2026] DELETE /v2.0/security-group-rules/b1eed3e0-542c-4fa1-9e13-0577933e51fe => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 971/2013] 10.0.0.231 () {32 vars in 736 bytes} [Thu May 7 14:30:46 2026] DELETE /v2.0/networks/17681db7-474f-4a74-b5b8-cf0f8547d569/tags => 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: 1043/2014] 10.0.0.231 () {34 vars in 749 bytes} [Thu May 7 14:30:45 2026] PUT /v2.0/floatingips/d34b3fff-394e-4b75-a874-2217ae96e20f => generated 855 bytes in 621 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:30:46.596 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ee40349d-4f7b-4e3b-9976-0d326b342bcc'] response: {'name': 'network-changed', 'server_uuid': '9c8a37da-3a9c-4167-8272-1fedc0c5e9d5', 'tag': '32d585fa-b747-40f8-8eb6-e76367e8c594', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 972/2015] 10.0.0.231 () {32 vars in 673 bytes} [Thu May 7 14:30:46 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2016] 10.0.0.231 () {32 vars in 733 bytes} [Thu May 7 14:30:46 2026] GET /v2.0/networks/17681db7-474f-4a74-b5b8-cf0f8547d569/tags => generated 12 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 973/2017] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:30:46 2026] POST /v2.0/security-group-rules => generated 602 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:30:46.757 8 INFO neutron.services.segments.plugin [-] Segment 52a5cfa5-9d6b-4edd-83b5-54c10b7da117 resource provider aggregate not found 2026-05-07 14:30:46.770 8 INFO neutron.services.segments.plugin [-] Segment 52a5cfa5-9d6b-4edd-83b5-54c10b7da117 resource provider aggregate not found 2026-05-07 14:30:46.791 8 INFO neutron.services.segments.plugin [-] Segment 52a5cfa5-9d6b-4edd-83b5-54c10b7da117 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52a5cfa5-9d6b-4edd-83b5-54c10b7da117 found for delete ", "request_id": "req-c9def9b4-a23f-4e69-9fff-0b066567e693"}]} [pid: 9|app: 0|req: 974/2018] 10.0.0.231 () {32 vars in 747 bytes} [Thu May 7 14:30:46 2026] GET /v2.0/security-group-rules/41c35c77-e6c1-4b95-8bf9-2cbeb78b3f8e => generated 602 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:30:46.800 8 INFO neutron.services.segments.plugin [-] Segment 52a5cfa5-9d6b-4edd-83b5-54c10b7da117 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52a5cfa5-9d6b-4edd-83b5-54c10b7da117 found for delete ", "request_id": "req-12c1aa99-04c4-46f8-a209-6c5ef34e8df4"}]} [pid: 8|app: 0|req: 1045/2019] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:30:46 2026] DELETE /v2.0/networks/17681db7-474f-4a74-b5b8-cf0f8547d569 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 975/2020] 10.0.0.231 () {32 vars in 673 bytes} [Thu May 7 14:30:46 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2021] 10.0.0.231 () {32 vars in 750 bytes} [Thu May 7 14:30:46 2026] DELETE /v2.0/security-group-rules/41c35c77-e6c1-4b95-8bf9-2cbeb78b3f8e => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 976/2022] 10.0.0.231 () {32 vars in 673 bytes} [Thu May 7 14:30:46 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: 1047/2023] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:30:47 2026] DELETE /v2.0/security-groups/7761d003-d25a-40db-9788-e070f79d0862 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 977/2024] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:30:47 2026] GET /v2.0/ports?tenant_id=ae47f4d013fe491fbb2b3b72f6d998b9&device_id=9c8a37da-3a9c-4167-8272-1fedc0c5e9d5 => generated 1279 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2025] 10.0.0.231 () {32 vars in 663 bytes} [Thu May 7 14:30:47 2026] GET /v2.0/security-groups => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2026] 10.0.0.231 () {32 vars in 663 bytes} [Thu May 7 14:30:47 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: 9|app: 0|req: 978/2027] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:30:47 2026] GET /v2.0/networks?id=67f03649-033b-49d6-bc53-ac09eee49c25 => generated 768 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2028] 199.19.213.209 () {34 vars in 1058 bytes} [Thu May 7 14:30:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=32d585fa-b747-40f8-8eb6-e76367e8c594 => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 979/2029] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:30:47 2026] GET /v2.0/subnets?id=4fafb804-55c0-4c2b-9a1c-70353cd212fa => generated 691 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2030] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:30:47 2026] GET /v2.0/ports?network_id=67f03649-033b-49d6-bc53-ac09eee49c25&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: 9|app: 0|req: 980/2031] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:30:47 2026] GET /v2.0/networks/67f03649-033b-49d6-bc53-ac09eee49c25?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2032] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:30:47 2026] GET /v2.0/networks/67f03649-033b-49d6-bc53-ac09eee49c25?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: 9|app: 0|req: 981/2033] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:30:47 2026] GET /v2.0/security-groups?tenant_id=3c3b619d41f9461d90bfa435650caf9d&name=default => generated 2925 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2034] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:30:47 2026] GET /v2.0/security-groups?tenant_id=2c779ad80dc64558a13ae2a5d2043d1d&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 982/2035] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:30:47 2026] DELETE /v2.0/security-groups/23558f53-34e9-4dbd-9ad5-5686aea46dcb => 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: 1054/2036] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:30:47 2026] DELETE /v2.0/security-groups/2135a37f-743c-4c27-bfdc-ba9b00cf69e0 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 983/2037] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:30:47 2026] GET /v2.0/security-groups?tenant_id=c1a941b52b3741d78e270d0f155d7b7c&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2038] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:30:48 2026] DELETE /v2.0/security-groups/bcf5c5d6-51ca-44f8-be49-b87dd768f4ab => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 984/2039] 10.0.0.231 () {32 vars in 623 bytes} [Thu May 7 14:30:49 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: 1056/2040] 10.0.0.231 () {32 vars in 633 bytes} [Thu May 7 14:30:49 2026] GET /v2.0/ => generated 632 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 985/2041] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:30:50 2026] GET /v2.0/security-groups?tenant_id=d5ffecd5b88449f1bf42b6d1eefed96f&name=default => generated 2925 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2042] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:30:50 2026] DELETE /v2.0/security-groups/30667a22-9a54-4cc6-971f-ea6e6a8bcbf7 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:30:51.680 9 INFO neutron.db.segments_db [None req-a32d38e4-0534-4a28-a077-fc10aed0df5a 97dd9a14638c4a56bfae2525ca85fabf 18a7a175acce4ef4adb9c4efcb828304 - - default default] Added segment 9f61bc38-4657-4b5c-80bc-95b75c648dd9 of type vxlan for network 2a59cb17-79ec-4122-b058-a80dd87bc34a [pid: 9|app: 0|req: 986/2043] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:30:51 2026] POST /v2.0/networks => generated 612 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2044] 10.0.0.231 () {34 vars in 664 bytes} [Thu May 7 14:30:51 2026] POST /v2.0/ports => generated 743 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 987/2045] 10.0.0.231 () {34 vars in 666 bytes} [Thu May 7 14:30:52 2026] POST /v2.0/trunks => generated 407 bytes in 162 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: 1059/2046] 10.0.0.231 () {34 vars in 749 bytes} [Thu May 7 14:30:52 2026] PUT /v2.0/trunks/df38f865-e255-443b-9976-ef18e235dcd7/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 988/2047] 10.0.0.231 () {32 vars in 729 bytes} [Thu May 7 14:30:52 2026] GET /v2.0/trunks/df38f865-e255-443b-9976-ef18e235dcd7/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2048] 10.0.0.231 () {34 vars in 760 bytes} [Thu May 7 14:30:52 2026] PUT /v2.0/trunks/df38f865-e255-443b-9976-ef18e235dcd7/tags/green => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 9|app: 0|req: 989/2049] 10.0.0.231 () {32 vars in 729 bytes} [Thu May 7 14:30:52 2026] GET /v2.0/trunks/df38f865-e255-443b-9976-ef18e235dcd7/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: 1061/2050] 10.0.0.231 () {34 vars in 756 bytes} [Thu May 7 14:30:52 2026] PUT /v2.0/trunks/df38f865-e255-443b-9976-ef18e235dcd7/tags/red => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 9|app: 0|req: 990/2051] 10.0.0.231 () {32 vars in 729 bytes} [Thu May 7 14:30:52 2026] GET /v2.0/trunks/df38f865-e255-443b-9976-ef18e235dcd7/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2052] 10.0.0.231 () {34 vars in 778 bytes} [Thu May 7 14:30:52 2026] PUT /v2.0/trunks/df38f865-e255-443b-9976-ef18e235dcd7/tags/black.or.white => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 9|app: 0|req: 991/2053] 10.0.0.231 () {32 vars in 729 bytes} [Thu May 7 14:30:52 2026] GET /v2.0/trunks/df38f865-e255-443b-9976-ef18e235dcd7/tags => generated 52 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2054] 10.0.0.231 () {34 vars in 749 bytes} [Thu May 7 14:30:52 2026] PUT /v2.0/trunks/df38f865-e255-443b-9976-ef18e235dcd7/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 992/2055] 10.0.0.231 () {32 vars in 729 bytes} [Thu May 7 14:30:52 2026] GET /v2.0/trunks/df38f865-e255-443b-9976-ef18e235dcd7/tags => generated 37 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2056] 10.0.0.231 () {32 vars in 737 bytes} [Thu May 7 14:30:52 2026] GET /v2.0/trunks/df38f865-e255-443b-9976-ef18e235dcd7/tags/red => generated 0 bytes in 23 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:30:52.683 9 INFO neutron.api.v2.resource [None req-1a40207d-dc62-456f-9807-df3d49e054be 97dd9a14638c4a56bfae2525ca85fabf 18a7a175acce4ef4adb9c4efcb828304 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 993/2057] 10.0.0.231 () {32 vars in 741 bytes} [Thu May 7 14:30:52 2026] GET /v2.0/trunks/df38f865-e255-443b-9976-ef18e235dcd7/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: 1065/2058] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:30:52 2026] DELETE /v2.0/trunks/df38f865-e255-443b-9976-ef18e235dcd7/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 994/2059] 10.0.0.231 () {32 vars in 729 bytes} [Thu May 7 14:30:52 2026] GET /v2.0/trunks/df38f865-e255-443b-9976-ef18e235dcd7/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:30:52.796 8 INFO neutron.api.v2.resource [None req-674b01b8-630f-42ed-ac0b-ea9009b16794 97dd9a14638c4a56bfae2525ca85fabf 18a7a175acce4ef4adb9c4efcb828304 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1066/2060] 10.0.0.231 () {32 vars in 744 bytes} [Thu May 7 14:30:52 2026] DELETE /v2.0/trunks/df38f865-e255-443b-9976-ef18e235dcd7/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 995/2061] 10.0.0.231 () {32 vars in 732 bytes} [Thu May 7 14:30:52 2026] DELETE /v2.0/trunks/df38f865-e255-443b-9976-ef18e235dcd7/tags => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2062] 10.0.0.231 () {32 vars in 729 bytes} [Thu May 7 14:30:52 2026] GET /v2.0/trunks/df38f865-e255-443b-9976-ef18e235dcd7/tags => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 996/2063] 10.0.0.231 () {32 vars in 719 bytes} [Thu May 7 14:30:52 2026] GET /v2.0/trunks/df38f865-e255-443b-9976-ef18e235dcd7 => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2064] 10.0.0.231 () {32 vars in 717 bytes} [Thu May 7 14:30:52 2026] GET /v2.0/ports/14b92cfe-893a-4de2-a368-7518807b82ca => generated 826 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 997/2065] 10.0.0.231 () {32 vars in 722 bytes} [Thu May 7 14:30:52 2026] DELETE /v2.0/trunks/df38f865-e255-443b-9976-ef18e235dcd7 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:30:53.145 8 INFO neutron_taas.services.taas.taas_plugin [None req-227d255a-b603-4815-8c85-13e8b98879e3 97dd9a14638c4a56bfae2525ca85fabf 18a7a175acce4ef4adb9c4efcb828304 - - default default] TaaS: Handle Delete Port: 14b92cfe-893a-4de2-a368-7518807b82ca 2026-05-07 14:30:53.147 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-227d255a-b603-4815-8c85-13e8b98879e3 97dd9a14638c4a56bfae2525ca85fabf 18a7a175acce4ef4adb9c4efcb828304 - - default default] Tap Mirror: Handle Delete Port: 14b92cfe-893a-4de2-a368-7518807b82ca [pid: 8|app: 0|req: 1069/2066] 10.0.0.231 () {32 vars in 720 bytes} [Thu May 7 14:30:53 2026] DELETE /v2.0/ports/14b92cfe-893a-4de2-a368-7518807b82ca => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:30:53.352 9 INFO neutron.services.segments.plugin [-] Segment 9f61bc38-4657-4b5c-80bc-95b75c648dd9 resource provider aggregate not found 2026-05-07 14:30:53.361 9 INFO neutron.services.segments.plugin [-] Segment 9f61bc38-4657-4b5c-80bc-95b75c648dd9 resource provider aggregate not found 2026-05-07 14:30:53.375 9 INFO neutron.services.segments.plugin [-] Segment 9f61bc38-4657-4b5c-80bc-95b75c648dd9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f61bc38-4657-4b5c-80bc-95b75c648dd9 found for delete ", "request_id": "req-a7033072-44dd-4ab9-aa09-31fcc5fd0a73"}]} 2026-05-07 14:30:53.378 9 INFO neutron.services.segments.plugin [-] Segment 9f61bc38-4657-4b5c-80bc-95b75c648dd9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f61bc38-4657-4b5c-80bc-95b75c648dd9 found for delete ", "request_id": "req-e4193bbd-6ccf-4c8b-bf2e-44a4f6df8ecb"}]} [pid: 9|app: 0|req: 998/2067] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:30:53 2026] DELETE /v2.0/networks/2a59cb17-79ec-4122-b058-a80dd87bc34a => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2068] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:30:54 2026] GET /v2.0/security-groups?tenant_id=18a7a175acce4ef4adb9c4efcb828304&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 999/2069] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:30:54 2026] DELETE /v2.0/security-groups/c804f002-8a89-4391-bb94-d43e425f9faf => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2070] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:30:54 2026] GET /v2.0/security-groups?tenant_id=aa4c3613003646a991a00753a19a44e4&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1000/2071] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:30:54 2026] DELETE /v2.0/security-groups/8b15272d-d952-405e-bd6a-5e2827192b80 => 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: 1072/2072] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:30:55 2026] GET /v2.0/security-groups?tenant_id=e1b08ef33a5840349b42f66dfeb8129e&name=default => generated 2925 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1001/2073] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:30:56 2026] DELETE /v2.0/security-groups/2ab354cf-d5d9-4d0b-bb65-c4f2f2151847 => 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: 1073/2074] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:30:56 2026] GET /v2.0/security-groups?tenant_id=8b670cd926f149428168732917af2cab&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1002/2075] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:30:56 2026] DELETE /v2.0/security-groups/7f5b5c07-cda8-46b6-b356-75ce2adfefcc => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:30:59.756 8 INFO neutron.db.segments_db [None req-f0f9b1a2-5c48-4d74-8b78-5a7f8a1f821c 2023e6379f14450999bea25bff525d8a 55c22fb833d84498af95e69c5696e827 - - default default] Added segment 3daa47e6-cfa8-42f3-b43c-54631876ae05 of type vxlan for network c78d4995-d138-409e-b850-450278b7db0f [pid: 8|app: 0|req: 1075/2078] 10.0.0.231 () {34 vars in 671 bytes} [Thu May 7 14:30:59 2026] POST /v2.0/networks => generated 614 bytes in 433 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:30:59.883 9 INFO neutron.db.segments_db [None req-4605b188-e39e-4bf1-8ad8-1829c9182962 2023e6379f14450999bea25bff525d8a 55c22fb833d84498af95e69c5696e827 - - default default] Added segment aec5a806-5c76-48ef-b1a9-7c6ea238ec2c of type vxlan for network 60d88e46-61ef-421d-b5d5-cc1f8bc53fa7 2026-05-07 14:31:00.134 9 INFO neutron.db.l3_hamode_db [None req-4605b188-e39e-4bf1-8ad8-1829c9182962 2023e6379f14450999bea25bff525d8a 55c22fb833d84498af95e69c5696e827 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 14:31:00.890 9 INFO neutron.db.l3_hamode_db [None req-4605b188-e39e-4bf1-8ad8-1829c9182962 2023e6379f14450999bea25bff525d8a 55c22fb833d84498af95e69c5696e827 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 1004/2079] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:30:59 2026] POST /v2.0/routers => generated 694 bytes in 1939 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2080] 10.0.0.231 () {32 vars in 776 bytes} [Thu May 7 14:31:01 2026] GET /v2.0/subnets?project_id=55c22fb833d84498af95e69c5696e827&cidr=10.100.0.0%2F28 => generated 14 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1005/2081] 10.0.0.231 () {32 vars in 694 bytes} [Thu May 7 14:31:02 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2082] 10.0.0.231 () {32 vars in 784 bytes} [Thu May 7 14:31:02 2026] GET /v2.0/subnets?network_id=38c99c3e-425c-4675-a81f-3b906678cf24&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: 9|app: 0|req: 1006/2083] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:31:02 2026] POST /v2.0/subnets => generated 656 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2084] 10.0.0.231 () {34 vars in 783 bytes} [Thu May 7 14:31:02 2026] PUT /v2.0/routers/234fe61d-3bf5-4023-a4c2-a990b1132d8c/add_router_interface => generated 309 bytes in 1463 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2085] 10.0.0.231 () {32 vars in 649 bytes} [Thu May 7 14:31:03 2026] GET /v2.0/networks => generated 6505 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2086] 10.0.0.231 () {32 vars in 647 bytes} [Thu May 7 14:31:03 2026] GET /v2.0/subnets => generated 5193 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2087] 10.0.0.231 () {32 vars in 647 bytes} [Thu May 7 14:31:03 2026] GET /v2.0/routers => generated 2184 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:31:04.267 9 INFO neutron.db.segments_db [None req-63462e4e-ec4c-4f45-96a7-a43447cd90fd 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] Added segment b893654a-da81-476a-a489-ed3229ac5956 of type vxlan for network b91e1a32-bce0-4224-a164-e0419ac9d265 [pid: 8|app: 0|req: 1082/2088] 10.0.0.231 () {34 vars in 685 bytes} [Thu May 7 14:31:04 2026] POST /v2.0/security-groups => generated 1673 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1007/2089] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:31:03 2026] POST /v2.0/networks => generated 620 bytes in 553 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2090] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:31:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2091] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:31:04 2026] POST /v2.0/security-group-rules => generated 596 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2092] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:31:04 2026] POST /v2.0/security-group-rules => generated 602 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1008/2093] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:31:04 2026] POST /v2.0/subnets => generated 658 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1009/2094] 10.0.0.231 () {32 vars in 722 bytes} [Thu May 7 14:31:04 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2095] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:31:04 2026] POST /v2.0/security-group-rules => generated 601 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:31:04.729 8 INFO neutron.db.securitygroups_db [None req-12d093ba-5238-418d-b329-a0a5f6eeb975 2023e6379f14450999bea25bff525d8a 55c22fb833d84498af95e69c5696e827 - - default default] Project 55c22fb833d84498af95e69c5696e827 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: 1087/2096] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:31:04 2026] POST /v2.0/security-group-rules => generated 607 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:31:04.853 8 INFO neutron.db.securitygroups_db [None req-1031e6c1-3527-43b5-956e-dbce84206104 2023e6379f14450999bea25bff525d8a 55c22fb833d84498af95e69c5696e827 - - default default] Project 55c22fb833d84498af95e69c5696e827 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 9|app: 0|req: 1010/2097] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:31:04 2026] POST /v2.0/subnets => generated 732 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2098] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:31:04 2026] POST /v2.0/security-group-rules => generated 606 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:31:04.949 9 INFO neutron.db.segments_db [None req-44b61d44-281a-47fb-a2b9-f3071bf6f9ad 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] Added segment 55f78054-4001-413e-84cf-6f51d4ded342 of type vxlan for network aebca149-a8e7-4cef-92ee-849b8692a787 [pid: 9|app: 0|req: 1011/2099] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:31:04 2026] POST /v2.0/networks => generated 619 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2100] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:31:05 2026] POST /v2.0/subnets => generated 655 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2101] 10.0.0.231 () {32 vars in 649 bytes} [Thu May 7 14:31:05 2026] GET /v2.0/networks => generated 1298 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2102] 10.0.0.63 () {34 vars in 1097 bytes} [Thu May 7 14:31:05 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-195762677&fields=id&tenant_id=55c22fb833d84498af95e69c5696e827 => generated 69 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1012/2103] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:31:05 2026] POST /v2.0/subnets => generated 726 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2104] 10.0.0.63 () {34 vars in 981 bytes} [Thu May 7 14:31:05 2026] GET /v2.0/networks?id=c78d4995-d138-409e-b850-450278b7db0f => generated 661 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:31:05.589 9 INFO neutron.db.segments_db [None req-9eb5a948-3b35-4c9b-b6fe-ec8e37bb9e43 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] Added segment 399a0482-ce52-45a6-ada9-a893e00826ac of type vxlan for network f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3 [pid: 8|app: 0|req: 1093/2105] 10.0.0.63 () {34 vars in 964 bytes} [Thu May 7 14:31:05 2026] GET /v2.0/quotas/55c22fb833d84498af95e69c5696e827 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1013/2106] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:31:05 2026] POST /v2.0/networks => generated 618 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2107] 10.0.0.63 () {34 vars in 1001 bytes} [Thu May 7 14:31:05 2026] GET /v2.0/ports?tenant_id=55c22fb833d84498af95e69c5696e827&fields=id => generated 103 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2108] 10.0.0.63 () {34 vars in 1007 bytes} [Thu May 7 14:31:05 2026] GET /v2.0/networks/c78d4995-d138-409e-b850-450278b7db0f?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: 1096/2109] 10.0.0.63 () {34 vars in 1107 bytes} [Thu May 7 14:31:05 2026] GET /v2.0/networks/c78d4995-d138-409e-b850-450278b7db0f?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: 9|app: 0|req: 1014/2110] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:31:05 2026] POST /v2.0/subnets => generated 654 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2111] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:31:05 2026] GET /v2.0/ports?device_id=fdb98e6f-6d54-4159-855a-acab5510408f => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1015/2112] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:31:05 2026] POST /v2.0/subnets => generated 729 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:31:06.224 8 INFO neutron.db.segments_db [None req-ba3b2c30-2ffe-4732-88f3-5920d87c9fc6 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] Added segment ea23d2c4-d9b6-4dbe-a930-91cb45320340 of type vxlan for network 2ea3c98b-66df-4391-a20f-b3a695dce9ad 2026-05-07 14:31:06.494 8 INFO neutron.db.l3_hamode_db [None req-ba3b2c30-2ffe-4732-88f3-5920d87c9fc6 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 1016/2113] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:31:07 2026] GET /v2.0/ports?device_id=fdb98e6f-6d54-4159-855a-acab5510408f => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:31:07.251 8 INFO neutron.db.l3_hamode_db [None req-ba3b2c30-2ffe-4732-88f3-5920d87c9fc6 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 1017/2114] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:31:08 2026] GET /v2.0/ports?device_id=9c8a37da-3a9c-4167-8272-1fedc0c5e9d5 => generated 1010 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1018/2115] 10.0.0.63 () {34 vars in 1119 bytes} [Thu May 7 14:31:08 2026] GET /v2.0/security-groups?id=cda02a91-6d11-4805-b6fa-7113eaad9607&id=fd9516e5-1cfd-466b-a506-96622852d351&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1019/2116] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:31:08 2026] GET /v2.0/ports?device_id=fdb98e6f-6d54-4159-855a-acab5510408f => 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: 1098/2117] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:31:06 2026] POST /v2.0/routers => generated 683 bytes in 2086 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1020/2118] 10.0.0.231 () {32 vars in 736 bytes} [Thu May 7 14:31:08 2026] GET /v2.0/ports?device_id=9c8a37da-3a9c-4167-8272-1fedc0c5e9d5 => generated 1279 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1021/2119] 10.0.0.231 () {32 vars in 858 bytes} [Thu May 7 14:31:08 2026] GET /v2.0/floatingips?floating_network_id=38c99c3e-425c-4675-a81f-3b906678cf24&port_id=32d585fa-b747-40f8-8eb6-e76367e8c594 => generated 860 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1022/2120] 10.0.0.118 () {34 vars in 990 bytes} [Thu May 7 14:31:09 2026] GET /v2.0/ports?device_id=9c8a37da-3a9c-4167-8272-1fedc0c5e9d5 => generated 1279 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1023/2121] 10.0.0.118 () {34 vars in 1120 bytes} [Thu May 7 14:31:09 2026] GET /v2.0/security-groups?id=cda02a91-6d11-4805-b6fa-7113eaad9607&id=fd9516e5-1cfd-466b-a506-96622852d351&fields=id&fields=name => generated 206 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1024/2122] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:31:09 2026] GET /v2.0/ports?device_id=fdb98e6f-6d54-4159-855a-acab5510408f => 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: 1099/2123] 10.0.0.231 () {34 vars in 783 bytes} [Thu May 7 14:31:08 2026] PUT /v2.0/routers/554d88c9-cfa1-44fe-b12b-81c8f0ab49e8/add_router_interface => generated 309 bytes in 1306 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2124] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:31:10 2026] GET /v2.0/networks?id=c78d4995-d138-409e-b850-450278b7db0f => generated 661 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2125] 199.19.213.209 () {34 vars in 1050 bytes} [Thu May 7 14:31:10 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=55c22fb833d84498af95e69c5696e827 => generated 180 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2126] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:31:10 2026] GET /v2.0/ports?device_id=fdb98e6f-6d54-4159-855a-acab5510408f => 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: 1103/2127] 199.19.213.209 () {38 vars in 955 bytes} [Thu May 7 14:31:10 2026] POST /v2.0/ports => generated 958 bytes in 388 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: 9|app: 0|req: 1025/2128] 10.0.0.231 () {34 vars in 783 bytes} [Thu May 7 14:31:09 2026] PUT /v2.0/routers/554d88c9-cfa1-44fe-b12b-81c8f0ab49e8/add_router_interface => generated 309 bytes in 1403 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2129] 199.19.213.209 () {38 vars in 1028 bytes} [Thu May 7 14:31:10 2026] PUT /v2.0/ports/04c023d0-1599-4e14-b610-54fc0f0c6417 => generated 1239 bytes in 460 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:31:11.327 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c5a26c5b-3402-487d-b5a7-5481e03f6fbd'] response: {'name': 'network-changed', 'server_uuid': 'fdb98e6f-6d54-4159-855a-acab5510408f', 'tag': '04c023d0-1599-4e14-b610-54fc0f0c6417', '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: 1105/2130] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:31:11 2026] GET /v2.0/ports?device_id=fdb98e6f-6d54-4159-855a-acab5510408f => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2131] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:31:11 2026] GET /v2.0/security-groups?id=2f29bdb4-79f4-4f3f-9245-d066d02ed9cd&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2134] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:31:11 2026] GET /v2.0/ports?device_id=9c8a37da-3a9c-4167-8272-1fedc0c5e9d5 => generated 1010 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2135] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:31:11 2026] GET /v2.0/ports?tenant_id=55c22fb833d84498af95e69c5696e827&device_id=fdb98e6f-6d54-4159-855a-acab5510408f => generated 1242 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2136] 10.0.0.63 () {34 vars in 1119 bytes} [Thu May 7 14:31:11 2026] GET /v2.0/security-groups?id=cda02a91-6d11-4805-b6fa-7113eaad9607&id=fd9516e5-1cfd-466b-a506-96622852d351&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2137] 199.19.213.209 () {34 vars in 1018 bytes} [Thu May 7 14:31:11 2026] GET /v2.0/networks?tenant_id=55c22fb833d84498af95e69c5696e827&shared=False => generated 757 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2138] 199.19.213.209 () {34 vars in 930 bytes} [Thu May 7 14:31:12 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2139] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:31:12 2026] GET /v2.0/ports?device_id=fdb98e6f-6d54-4159-855a-acab5510408f => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1026/2140] 10.0.0.231 () {34 vars in 783 bytes} [Thu May 7 14:31:10 2026] PUT /v2.0/routers/554d88c9-cfa1-44fe-b12b-81c8f0ab49e8/add_router_interface => generated 309 bytes in 1819 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2141] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:31:12 2026] GET /v2.0/security-groups?id=2f29bdb4-79f4-4f3f-9245-d066d02ed9cd&fields=id&fields=name => generated 113 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1027/2142] 10.0.0.231 () {34 vars in 684 bytes} [Thu May 7 14:31:12 2026] POST /v2.0/security-groups => generated 1629 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1028/2143] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:31:13 2026] GET /v2.0/ports?device_id=9c8a37da-3a9c-4167-8272-1fedc0c5e9d5 => generated 1010 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2144] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:31:13 2026] POST /v2.0/security-group-rules => generated 597 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1029/2145] 10.0.0.63 () {34 vars in 1119 bytes} [Thu May 7 14:31:13 2026] GET /v2.0/security-groups?id=cda02a91-6d11-4805-b6fa-7113eaad9607&id=fd9516e5-1cfd-466b-a506-96622852d351&fields=id&fields=name => generated 206 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2146] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:31:13 2026] GET /v2.0/ports?tenant_id=55c22fb833d84498af95e69c5696e827&device_id=fdb98e6f-6d54-4159-855a-acab5510408f => generated 1242 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2147] 199.19.213.209 () {34 vars in 1060 bytes} [Thu May 7 14:31:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=04c023d0-1599-4e14-b610-54fc0f0c6417 => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2148] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:31:13 2026] GET /v2.0/subnets?id=97d6d9e5-ab22-445b-981e-0fb55781bbdc => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1030/2149] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:31:13 2026] POST /v2.0/security-group-rules => generated 597 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2150] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:31:13 2026] GET /v2.0/ports?network_id=c78d4995-d138-409e-b850-450278b7db0f&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2151] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:31:13 2026] GET /v2.0/networks/c78d4995-d138-409e-b850-450278b7db0f?fields=segments => generated 14 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2152] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:31:13 2026] GET /v2.0/networks/c78d4995-d138-409e-b850-450278b7db0f?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: 9|app: 0|req: 1031/2153] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:31:13 2026] POST /v2.0/security-group-rules => generated 599 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2154] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:31:13 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1032/2155] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:31:13 2026] POST /v2.0/security-group-rules => generated 601 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2156] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:31:13 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1033/2157] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:31:13 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2158] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:31:13 2026] GET /v2.0/ports?device_id=fdb98e6f-6d54-4159-855a-acab5510408f => generated 973 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2159] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:31:13 2026] GET /v2.0/security-groups?id=2f29bdb4-79f4-4f3f-9245-d066d02ed9cd&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: 9|app: 0|req: 1034/2160] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:31:13 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2161] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:31:14 2026] POST /v2.0/security-group-rules => generated 599 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1035/2162] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:31:14 2026] GET /v2.0/ports?device_id=9c8a37da-3a9c-4167-8272-1fedc0c5e9d5 => generated 1010 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1036/2163] 10.0.0.63 () {34 vars in 1119 bytes} [Thu May 7 14:31:14 2026] GET /v2.0/security-groups?id=cda02a91-6d11-4805-b6fa-7113eaad9607&id=fd9516e5-1cfd-466b-a506-96622852d351&fields=id&fields=name => generated 206 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2164] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:31:14 2026] POST /v2.0/security-group-rules => generated 601 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2165] 199.19.213.209 () {34 vars in 994 bytes} [Thu May 7 14:31:14 2026] GET /v2.0/ports?device_id=9c8a37da-3a9c-4167-8272-1fedc0c5e9d5 => generated 1010 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1037/2166] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:31:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:31:14.641 8 INFO neutron_taas.services.taas.taas_plugin [req-b9452a20-9814-4c2d-b7b5-593bbeb7bd47 req-3b3dc01c-18e6-48c8-a626-aad8aba0098c 33661a1c9f124a8780008a0e3bd0146b ae47f4d013fe491fbb2b3b72f6d998b9 - - default default] TaaS: Handle Delete Port: 32d585fa-b747-40f8-8eb6-e76367e8c594 2026-05-07 14:31:14.645 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b9452a20-9814-4c2d-b7b5-593bbeb7bd47 req-3b3dc01c-18e6-48c8-a626-aad8aba0098c 33661a1c9f124a8780008a0e3bd0146b ae47f4d013fe491fbb2b3b72f6d998b9 - - default default] Tap Mirror: Handle Delete Port: 32d585fa-b747-40f8-8eb6-e76367e8c594 2026-05-07 14:31:14.780 8 INFO neutron.db.l3_db [req-b9452a20-9814-4c2d-b7b5-593bbeb7bd47 req-3b3dc01c-18e6-48c8-a626-aad8aba0098c 33661a1c9f124a8780008a0e3bd0146b ae47f4d013fe491fbb2b3b72f6d998b9 - - default default] Floating IP d34b3fff-394e-4b75-a874-2217ae96e20f disassociated. External IP: 10.96.250.210, port: 32d585fa-b747-40f8-8eb6-e76367e8c594. [pid: 9|app: 0|req: 1038/2167] 10.0.0.63 () {34 vars in 1093 bytes} [Thu May 7 14:31:14 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-106501246&fields=id&tenant_id=57ee3915a9774a7a8da173fd16269e70 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1039/2168] 10.0.0.63 () {34 vars in 981 bytes} [Thu May 7 14:31:14 2026] GET /v2.0/networks?id=aebca149-a8e7-4cef-92ee-849b8692a787 => generated 705 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1040/2169] 10.0.0.63 () {34 vars in 964 bytes} [Thu May 7 14:31:14 2026] GET /v2.0/quotas/57ee3915a9774a7a8da173fd16269e70 => 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: 1130/2170] 199.19.213.209 () {36 vars in 997 bytes} [Thu May 7 14:31:14 2026] DELETE /v2.0/ports/32d585fa-b747-40f8-8eb6-e76367e8c594 => generated 0 bytes in 635 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2171] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:31:15 2026] GET /v2.0/ports?device_id=fdb98e6f-6d54-4159-855a-acab5510408f => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1041/2172] 10.0.0.63 () {34 vars in 1001 bytes} [Thu May 7 14:31:14 2026] GET /v2.0/ports?tenant_id=57ee3915a9774a7a8da173fd16269e70&fields=id => generated 241 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2173] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:31:15 2026] GET /v2.0/security-groups?id=2f29bdb4-79f4-4f3f-9245-d066d02ed9cd&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:31:15.245 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-45ea45e2-6cfb-4a93-bdea-7d670ee3c3e6'] response: {'server_uuid': '9c8a37da-3a9c-4167-8272-1fedc0c5e9d5', 'name': 'network-vif-deleted', 'tag': '32d585fa-b747-40f8-8eb6-e76367e8c594', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 1042/2174] 10.0.0.63 () {34 vars in 1007 bytes} [Thu May 7 14:31:15 2026] GET /v2.0/networks/aebca149-a8e7-4cef-92ee-849b8692a787?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: 1133/2175] 10.0.0.63 () {34 vars in 1107 bytes} [Thu May 7 14:31:15 2026] GET /v2.0/networks/aebca149-a8e7-4cef-92ee-849b8692a787?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: 9|app: 0|req: 1043/2176] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:31:15 2026] GET /v2.0/ports?device_id=87c91a97-a688-4104-8f1e-b737f7442611 => 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: 1134/2177] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:31:15 2026] GET /v2.0/ports?device_id=9c8a37da-3a9c-4167-8272-1fedc0c5e9d5 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1044/2178] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:31:16 2026] GET /v2.0/ports?device_id=fdb98e6f-6d54-4159-855a-acab5510408f => generated 973 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2179] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:31:16 2026] GET /v2.0/security-groups?id=2f29bdb4-79f4-4f3f-9245-d066d02ed9cd&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: 9|app: 0|req: 1045/2180] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:31:16 2026] GET /v2.0/ports?device_id=9c8a37da-3a9c-4167-8272-1fedc0c5e9d5 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2181] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:31:17 2026] GET /v2.0/ports?device_id=fdb98e6f-6d54-4159-855a-acab5510408f => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1046/2182] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:31:17 2026] GET /v2.0/security-groups?id=2f29bdb4-79f4-4f3f-9245-d066d02ed9cd&fields=id&fields=name => generated 113 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2183] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:31:17 2026] GET /v2.0/ports?device_id=9c8a37da-3a9c-4167-8272-1fedc0c5e9d5 => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1047/2184] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:31:18 2026] GET /v2.0/ports?device_id=fdb98e6f-6d54-4159-855a-acab5510408f => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2185] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:31:18 2026] GET /v2.0/security-groups?id=2f29bdb4-79f4-4f3f-9245-d066d02ed9cd&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: 9|app: 0|req: 1048/2186] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:31:18 2026] GET /v2.0/ports?device_id=fdb98e6f-6d54-4159-855a-acab5510408f => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1049/2187] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:31:18 2026] GET /v2.0/security-groups?id=2f29bdb4-79f4-4f3f-9245-d066d02ed9cd&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2188] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:31:18 2026] DELETE /v2.0/security-groups/cda02a91-6d11-4805-b6fa-7113eaad9607 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:31:19.041 8 INFO neutron.api.v2.resource [None req-c74ac13c-dd02-4cbd-8875-178184ec3b25 33661a1c9f124a8780008a0e3bd0146b ae47f4d013fe491fbb2b3b72f6d998b9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1140/2189] 10.0.0.231 () {32 vars in 737 bytes} [Thu May 7 14:31:19 2026] GET /v2.0/security-groups/cda02a91-6d11-4805-b6fa-7113eaad9607 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1050/2190] 10.0.0.231 () {32 vars in 736 bytes} [Thu May 7 14:31:19 2026] GET /v2.0/ports?device_id=fdb98e6f-6d54-4159-855a-acab5510408f => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:31:19.154 8 INFO neutron_taas.services.taas.taas_plugin [None req-bc62bc08-0af4-4a0e-a302-6e48ce293efc 33661a1c9f124a8780008a0e3bd0146b ae47f4d013fe491fbb2b3b72f6d998b9 - - default default] TaaS: Handle Delete Port: b0f53862-3382-427d-b0e3-3cd742be5e38 2026-05-07 14:31:19.157 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc62bc08-0af4-4a0e-a302-6e48ce293efc 33661a1c9f124a8780008a0e3bd0146b ae47f4d013fe491fbb2b3b72f6d998b9 - - default default] Tap Mirror: Handle Delete Port: b0f53862-3382-427d-b0e3-3cd742be5e38 [pid: 8|app: 0|req: 1141/2191] 10.0.0.231 () {32 vars in 732 bytes} [Thu May 7 14:31:19 2026] DELETE /v2.0/floatingips/d34b3fff-394e-4b75-a874-2217ae96e20f => generated 0 bytes in 287 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2192] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:31:19 2026] DELETE /v2.0/security-groups/fd9516e5-1cfd-466b-a506-96622852d351 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:31:19.810 9 INFO neutron.db.l3_db [None req-aca0ca27-1c38-4129-9c8f-76366bf8525a 2023e6379f14450999bea25bff525d8a 55c22fb833d84498af95e69c5696e827 - - default default] Floating IP 904244b7-2c1f-484b-ad70-5a4a46ca1a40 associated. External IP: 10.96.250.206, port: 04c023d0-1599-4e14-b610-54fc0f0c6417. 2026-05-07 14:31:19.945 8 INFO neutron_taas.services.taas.taas_plugin [None req-81ba7e32-78bc-49ad-be7d-9dee0a833c33 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: 03346c02-144d-4693-9684-cd87ee1b882c 2026-05-07 14:31:19.962 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81ba7e32-78bc-49ad-be7d-9dee0a833c33 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: 03346c02-144d-4693-9684-cd87ee1b882c [pid: 9|app: 0|req: 1051/2193] 10.0.0.231 () {34 vars in 677 bytes} [Thu May 7 14:31:19 2026] POST /v2.0/floatingips => generated 856 bytes in 1082 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:31:20.191 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-491ca167-fc62-493d-9867-587eb578c00c'] response: {'name': 'network-changed', 'server_uuid': 'fdb98e6f-6d54-4159-855a-acab5510408f', 'tag': '04c023d0-1599-4e14-b610-54fc0f0c6417', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 1052/2194] 10.0.0.231 () {32 vars in 729 bytes} [Thu May 7 14:31:20 2026] GET /v2.0/floatingips/904244b7-2c1f-484b-ad70-5a4a46ca1a40 => generated 856 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1053/2195] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:31:20 2026] GET /v2.0/networks?id=aebca149-a8e7-4cef-92ee-849b8692a787 => generated 705 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1054/2196] 199.19.213.209 () {34 vars in 1050 bytes} [Thu May 7 14:31:20 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=57ee3915a9774a7a8da173fd16269e70 => generated 178 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2197] 10.0.0.231 () {34 vars in 789 bytes} [Thu May 7 14:31:19 2026] PUT /v2.0/routers/ad1a34a4-3023-4f06-8154-7434c16985f3/remove_router_interface => generated 309 bytes in 1130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2198] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:31:20 2026] GET /v2.0/ports?device_id=87c91a97-a688-4104-8f1e-b737f7442611 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:31:20.868 8 INFO neutron_taas.services.taas.taas_plugin [None req-10fa4502-f00d-4eff-9908-8cf4287a4bc6 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: 8aed4a96-eb27-4c0e-a5ef-d32808de6031 2026-05-07 14:31:20.872 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10fa4502-f00d-4eff-9908-8cf4287a4bc6 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: 8aed4a96-eb27-4c0e-a5ef-d32808de6031 [pid: 9|app: 0|req: 1055/2199] 199.19.213.209 () {38 vars in 955 bytes} [Thu May 7 14:31:20 2026] POST /v2.0/ports => generated 1179 bytes in 455 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: 9|app: 0|req: 1056/2200] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:31:20 2026] GET /v2.0/ports?tenant_id=55c22fb833d84498af95e69c5696e827&device_id=fdb98e6f-6d54-4159-855a-acab5510408f => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:31:21.147 8 INFO neutron_taas.services.taas.taas_plugin [None req-10fa4502-f00d-4eff-9908-8cf4287a4bc6 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: bbf8a179-1c90-4ef8-a389-790aac7537dc 2026-05-07 14:31:21.150 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10fa4502-f00d-4eff-9908-8cf4287a4bc6 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: bbf8a179-1c90-4ef8-a389-790aac7537dc [pid: 9|app: 0|req: 1057/2201] 199.19.213.209 () {38 vars in 1028 bytes} [Thu May 7 14:31:20 2026] PUT /v2.0/ports/45e971d2-c435-44c3-a755-b4d42094efdc => generated 1460 bytes in 465 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: 9|app: 0|req: 1058/2202] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:31:21 2026] GET /v2.0/networks?id=c78d4995-d138-409e-b850-450278b7db0f => generated 757 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1059/2203] 10.0.0.231 () {32 vars in 729 bytes} [Thu May 7 14:31:21 2026] GET /v2.0/floatingips/904244b7-2c1f-484b-ad70-5a4a46ca1a40 => generated 858 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1060/2204] 199.19.213.209 () {34 vars in 1060 bytes} [Thu May 7 14:31:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=04c023d0-1599-4e14-b610-54fc0f0c6417 => generated 861 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1061/2205] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:31:21 2026] GET /v2.0/subnets?id=97d6d9e5-ab22-445b-981e-0fb55781bbdc => generated 677 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1062/2206] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:31:21 2026] GET /v2.0/ports?network_id=c78d4995-d138-409e-b850-450278b7db0f&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1063/2207] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:31:21 2026] GET /v2.0/networks/c78d4995-d138-409e-b850-450278b7db0f?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1064/2208] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:31:21 2026] GET /v2.0/networks/c78d4995-d138-409e-b850-450278b7db0f?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) 2026-05-07 14:31:21.956 8 INFO neutron.services.segments.plugin [-] Segment cbd9f390-b5c8-4828-9d4c-511fed3e3807 resource provider aggregate not found 2026-05-07 14:31:21.961 8 INFO neutron.services.segments.plugin [-] Segment cbd9f390-b5c8-4828-9d4c-511fed3e3807 resource provider aggregate not found 2026-05-07 14:31:21.977 8 INFO neutron.services.segments.plugin [-] Segment cbd9f390-b5c8-4828-9d4c-511fed3e3807 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbd9f390-b5c8-4828-9d4c-511fed3e3807 found for delete ", "request_id": "req-8dde46fb-c4de-41d6-bb6d-fc74a8453026"}]} 2026-05-07 14:31:21.979 8 INFO neutron.services.segments.plugin [-] Segment cbd9f390-b5c8-4828-9d4c-511fed3e3807 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbd9f390-b5c8-4828-9d4c-511fed3e3807 found for delete ", "request_id": "req-520f4fc1-07bc-494e-ad61-5d34b4e6687c"}]} 2026-05-07 14:31:21.984 8 INFO neutron.db.l3_hamode_db [None req-10fa4502-f00d-4eff-9908-8cf4287a4bc6 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] HA network 97bc5324-f636-4876-87b2-4acc41f06969 was deleted as no HA routers are present in tenant ae47f4d013fe491fbb2b3b72f6d998b9. [pid: 8|app: 0|req: 1145/2209] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:31:20 2026] DELETE /v2.0/routers/ad1a34a4-3023-4f06-8154-7434c16985f3 => generated 0 bytes in 1327 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1065/2210] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:31:21 2026] DELETE /v2.0/subnets/4fafb804-55c0-4c2b-9a1c-70353cd212fa => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:31:22.234 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-200443ae-ec18-45ce-a071-179c08faa609'] response: {'name': 'network-changed', 'server_uuid': '87c91a97-a688-4104-8f1e-b737f7442611', 'tag': '45e971d2-c435-44c3-a755-b4d42094efdc', 'status': 'completed', 'code': 200} 2026-05-07 14:31:22.292 8 INFO neutron_taas.services.taas.taas_plugin [None req-5b520cf6-5e85-485c-9f27-09619f896a81 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: 02042d20-437e-4b57-9657-6919b6d15b81 2026-05-07 14:31:22.295 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b520cf6-5e85-485c-9f27-09619f896a81 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: 02042d20-437e-4b57-9657-6919b6d15b81 [pid: 9|app: 0|req: 1066/2211] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:31:22 2026] GET /v2.0/ports?tenant_id=57ee3915a9774a7a8da173fd16269e70&device_id=87c91a97-a688-4104-8f1e-b737f7442611 => generated 1463 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2212] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:31:22 2026] DELETE /v2.0/networks/67f03649-033b-49d6-bc53-ac09eee49c25 => generated 0 bytes in 372 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1067/2213] 199.19.213.209 () {34 vars in 1056 bytes} [Thu May 7 14:31:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.38&port_id=45e971d2-c435-44c3-a755-b4d42094efdc => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1068/2214] 199.19.213.209 () {34 vars in 1104 bytes} [Thu May 7 14:31:22 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A213&port_id=45e971d2-c435-44c3-a755-b4d42094efdc => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1069/2215] 199.19.213.209 () {34 vars in 1064 bytes} [Thu May 7 14:31:22 2026] GET /v2.0/subnets?id=e395dd19-5a54-4ced-8539-b4f6427107b7&id=af21b632-1b65-4321-b468-ba50ccfb50e5 => generated 1410 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1070/2216] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:31:22 2026] GET /v2.0/ports?network_id=aebca149-a8e7-4cef-92ee-849b8692a787&device_owner=network%3Adhcp => generated 1457 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1071/2217] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:31:22 2026] GET /v2.0/ports?network_id=aebca149-a8e7-4cef-92ee-849b8692a787&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: 9|app: 0|req: 1072/2218] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:31:22 2026] GET /v2.0/networks/aebca149-a8e7-4cef-92ee-849b8692a787?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1073/2219] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:31:22 2026] GET /v2.0/networks/aebca149-a8e7-4cef-92ee-849b8692a787?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) 2026-05-07 14:31:22.968 8 INFO neutron_taas.services.taas.taas_plugin [None req-d967e2c1-5b0d-4067-9f1e-f3722ac0acec a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: c78d8243-5f65-4cde-943c-3f5aadd534e2 2026-05-07 14:31:22.971 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d967e2c1-5b0d-4067-9f1e-f3722ac0acec a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: c78d8243-5f65-4cde-943c-3f5aadd534e2 [pid: 8|app: 0|req: 1147/2220] 10.0.0.231 () {34 vars in 789 bytes} [Thu May 7 14:31:22 2026] PUT /v2.0/routers/95109a3c-34af-411e-9476-5d673e5b6f7b/remove_router_interface => generated 309 bytes in 969 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:31:23.848 9 INFO neutron_taas.services.taas.taas_plugin [None req-cabc6f47-b134-49f3-81ea-f48a223e7156 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: b0070d00-2d6d-4ec7-bd2b-84a21602f67e 2026-05-07 14:31:23.854 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cabc6f47-b134-49f3-81ea-f48a223e7156 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: b0070d00-2d6d-4ec7-bd2b-84a21602f67e [pid: 8|app: 0|req: 1148/2221] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:31:23 2026] GET /v2.0/ports?tenant_id=57ee3915a9774a7a8da173fd16269e70&device_id=87c91a97-a688-4104-8f1e-b737f7442611 => generated 1463 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:31:24.001 8 INFO neutron.services.segments.plugin [-] Segment c622de9c-1f74-41d1-9cf2-525a95274fc0 resource provider aggregate not found 2026-05-07 14:31:24.021 8 INFO neutron.services.segments.plugin [-] Segment c622de9c-1f74-41d1-9cf2-525a95274fc0 resource provider aggregate not found 2026-05-07 14:31:24.029 8 INFO neutron.services.segments.plugin [-] Segment c622de9c-1f74-41d1-9cf2-525a95274fc0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c622de9c-1f74-41d1-9cf2-525a95274fc0 found for delete ", "request_id": "req-20cde229-84f2-414a-841d-6b1d6171ee84"}]} [pid: 8|app: 0|req: 1149/2222] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:31:23 2026] GET /v2.0/networks?id=aebca149-a8e7-4cef-92ee-849b8692a787 => generated 801 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:31:24.043 8 INFO neutron.services.segments.plugin [-] Segment c622de9c-1f74-41d1-9cf2-525a95274fc0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c622de9c-1f74-41d1-9cf2-525a95274fc0 found for delete ", "request_id": "req-34f75161-3a75-4539-ad11-4dd1791da3cf"}]} [pid: 8|app: 0|req: 1150/2223] 199.19.213.209 () {34 vars in 1056 bytes} [Thu May 7 14:31:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.38&port_id=45e971d2-c435-44c3-a755-b4d42094efdc => 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: 1151/2224] 199.19.213.209 () {34 vars in 1104 bytes} [Thu May 7 14:31:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A213&port_id=45e971d2-c435-44c3-a755-b4d42094efdc => 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: 1152/2225] 199.19.213.209 () {34 vars in 1064 bytes} [Thu May 7 14:31:24 2026] GET /v2.0/subnets?id=e395dd19-5a54-4ced-8539-b4f6427107b7&id=af21b632-1b65-4321-b468-ba50ccfb50e5 => generated 1410 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2226] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:31:24 2026] GET /v2.0/ports?network_id=aebca149-a8e7-4cef-92ee-849b8692a787&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:31:24.270 9 INFO neutron_taas.services.taas.taas_plugin [None req-cabc6f47-b134-49f3-81ea-f48a223e7156 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: 0bf23ed3-ba6c-4694-ba46-ea2d22f59d31 2026-05-07 14:31:24.273 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cabc6f47-b134-49f3-81ea-f48a223e7156 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: 0bf23ed3-ba6c-4694-ba46-ea2d22f59d31 [pid: 8|app: 0|req: 1154/2227] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:31:24 2026] GET /v2.0/ports?network_id=aebca149-a8e7-4cef-92ee-849b8692a787&device_owner=network%3Adhcp => generated 1457 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2228] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:31:24 2026] GET /v2.0/networks/aebca149-a8e7-4cef-92ee-849b8692a787?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: 1156/2229] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:31:24 2026] GET /v2.0/networks/aebca149-a8e7-4cef-92ee-849b8692a787?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:31:24.655 9 INFO neutron.services.segments.plugin [-] Segment 3afd1214-5862-4272-ba82-216d81800f7b resource provider aggregate not found 2026-05-07 14:31:24.661 9 INFO neutron.services.segments.plugin [-] Segment 3afd1214-5862-4272-ba82-216d81800f7b resource provider aggregate not found 2026-05-07 14:31:24.674 9 INFO neutron.services.segments.plugin [-] Segment 3afd1214-5862-4272-ba82-216d81800f7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3afd1214-5862-4272-ba82-216d81800f7b found for delete ", "request_id": "req-fd9b25ee-9de3-4732-b03c-7666640a5187"}]} 2026-05-07 14:31:24.682 9 INFO neutron.services.segments.plugin [-] Segment 3afd1214-5862-4272-ba82-216d81800f7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3afd1214-5862-4272-ba82-216d81800f7b found for delete ", "request_id": "req-b573ae84-6ef1-402a-aa07-8f358220d6be"}]} 2026-05-07 14:31:24.687 9 INFO neutron.db.l3_hamode_db [None req-cabc6f47-b134-49f3-81ea-f48a223e7156 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] HA network 8f648264-7a70-4ad4-9493-87dbff7a3072 was deleted as no HA routers are present in tenant 7449d3e177f3419584455930ae710118. [pid: 9|app: 0|req: 1074/2230] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:31:23 2026] DELETE /v2.0/routers/95109a3c-34af-411e-9476-5d673e5b6f7b => generated 0 bytes in 1165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2231] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:31:24 2026] DELETE /v2.0/subnets/0992d00f-97b8-4367-9bb2-cef0dd41b7fb => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:31:24.946 9 INFO neutron_taas.services.taas.taas_plugin [None req-9da684bc-1770-495c-8a9f-f57691476ff0 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: f0d83f62-1562-4609-85b0-3ff856a78838 2026-05-07 14:31:24.948 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9da684bc-1770-495c-8a9f-f57691476ff0 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: f0d83f62-1562-4609-85b0-3ff856a78838 [pid: 9|app: 0|req: 1075/2232] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:31:24 2026] DELETE /v2.0/networks/1cc1ce51-4066-4b44-8827-e1d6e3e11336 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2233] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:31:25 2026] GET /v2.0/security-groups?tenant_id=ae47f4d013fe491fbb2b3b72f6d998b9&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1076/2234] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:31:25 2026] DELETE /v2.0/security-groups/efbf7920-5beb-4799-a0f1-260b41cdab8b => 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: 1159/2235] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:31:25 2026] GET /v2.0/security-groups?tenant_id=7449d3e177f3419584455930ae710118&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1077/2236] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:31:25 2026] DELETE /v2.0/security-groups/ed934956-d29a-40e9-9ed1-0bebe5edaae9 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2237] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:31:25 2026] GET /v2.0/ports?device_id=87c91a97-a688-4104-8f1e-b737f7442611 => generated 1194 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1078/2238] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:31:25 2026] GET /v2.0/security-groups?id=b0ef00a0-0e34-427c-8b6d-5a6d71ff98bc&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:31:26.706 9 INFO neutron.services.segments.plugin [-] Segment 190aa08a-c221-4698-9a59-c7de2e9242df resource provider aggregate not found 2026-05-07 14:31:26.709 9 INFO neutron.services.segments.plugin [-] Segment 190aa08a-c221-4698-9a59-c7de2e9242df resource provider aggregate not found 2026-05-07 14:31:26.725 9 INFO neutron.services.segments.plugin [-] Segment 190aa08a-c221-4698-9a59-c7de2e9242df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 190aa08a-c221-4698-9a59-c7de2e9242df found for delete ", "request_id": "req-0a796628-6ff6-4f06-97f0-27c03194b3b0"}]} 2026-05-07 14:31:26.726 9 INFO neutron.services.segments.plugin [-] Segment 190aa08a-c221-4698-9a59-c7de2e9242df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 190aa08a-c221-4698-9a59-c7de2e9242df found for delete ", "request_id": "req-5876e23f-5e8b-4755-91ce-13f6505aa834"}]} [pid: 8|app: 0|req: 1162/2241] 10.0.0.118 () {34 vars in 990 bytes} [Thu May 7 14:31:29 2026] GET /v2.0/ports?device_id=fdb98e6f-6d54-4159-855a-acab5510408f => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1080/2242] 10.0.0.118 () {34 vars in 1040 bytes} [Thu May 7 14:31:29 2026] GET /v2.0/security-groups?id=2f29bdb4-79f4-4f3f-9245-d066d02ed9cd&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:31:30.413 8 INFO neutron.db.segments_db [None req-991cc285-4951-433b-baf8-c652a698b40e 9e0d5fe91ecb444b93750e3bcb6049aa 4cc78a5f30e04d5fa5eca85ff89aba83 - - default default] Added segment fadb1647-c7f8-4317-af95-4eb804332afd of type vxlan for network b97a4303-f56b-4d34-89a9-7ef0cd8d723f [pid: 8|app: 0|req: 1163/2243] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:31:30 2026] POST /v2.0/networks => generated 708 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1081/2244] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:31:30 2026] POST /v2.0/subnets => generated 644 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:31:30.725 8 WARNING neutron.api.v2.base [None req-5fbe00b6-c9e2-4921-9a93-22698ce1a178 9e0d5fe91ecb444b93750e3bcb6049aa 4cc78a5f30e04d5fa5eca85ff89aba83 - - 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-05-07 14:31:30.726 8 INFO neutron.api.v2.resource [None req-5fbe00b6-c9e2-4921-9a93-22698ce1a178 9e0d5fe91ecb444b93750e3bcb6049aa 4cc78a5f30e04d5fa5eca85ff89aba83 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1164/2245] 10.0.0.231 () {34 vars in 681 bytes} [Thu May 7 14:31:30 2026] POST /v2.0/rbac-policies => generated 143 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-05-07 14:31:30.916 9 INFO neutron.services.segments.plugin [-] Segment fadb1647-c7f8-4317-af95-4eb804332afd resource provider aggregate not found 2026-05-07 14:31:30.917 9 INFO neutron.services.segments.plugin [-] Segment fadb1647-c7f8-4317-af95-4eb804332afd resource provider aggregate not found 2026-05-07 14:31:30.935 9 INFO neutron.services.segments.plugin [-] Segment fadb1647-c7f8-4317-af95-4eb804332afd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fadb1647-c7f8-4317-af95-4eb804332afd found for delete ", "request_id": "req-1336645c-eb6b-413d-a516-9ce896e927f8"}]} 2026-05-07 14:31:30.943 9 INFO neutron.services.segments.plugin [-] Segment fadb1647-c7f8-4317-af95-4eb804332afd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fadb1647-c7f8-4317-af95-4eb804332afd found for delete ", "request_id": "req-66b1e8d0-2152-4fe4-a238-7d218b35a85f"}]} [pid: 9|app: 0|req: 1082/2246] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:31:30 2026] DELETE /v2.0/networks/b97a4303-f56b-4d34-89a9-7ef0cd8d723f => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:31:31.010 9 INFO neutron.db.segments_db [None req-8ff0d901-0949-4968-821e-2d3a4c742b6c 9e0d5fe91ecb444b93750e3bcb6049aa 4cc78a5f30e04d5fa5eca85ff89aba83 - - default default] Added segment b866d921-2654-491d-a055-10419c39cd0b of type vxlan for network 52236ded-5bd9-4701-b269-2bc056a7e0f1 [pid: 8|app: 0|req: 1165/2247] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:31:30 2026] GET /v2.0/ports?device_id=87c91a97-a688-4104-8f1e-b737f7442611 => generated 1196 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2248] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:31:31 2026] GET /v2.0/security-groups?id=b0ef00a0-0e34-427c-8b6d-5a6d71ff98bc&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1083/2249] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:31:30 2026] POST /v2.0/networks => generated 707 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2250] 10.0.0.231 () {32 vars in 818 bytes} [Thu May 7 14:31:31 2026] GET /v2.0/ports?network_id=aebca149-a8e7-4cef-92ee-849b8692a787&mac_address=fa%3A16%3A3e%3Ae7%3Aff%3Ab8 => generated 1196 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1084/2251] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:31:31 2026] POST /v2.0/subnets => generated 647 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:31:31.289 9 WARNING neutron.api.v2.base [None req-814deeaa-b50c-417e-a04f-5abf8451192c 9e0d5fe91ecb444b93750e3bcb6049aa 4cc78a5f30e04d5fa5eca85ff89aba83 - - 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-05-07 14:31:31.290 9 INFO neutron.api.v2.resource [None req-814deeaa-b50c-417e-a04f-5abf8451192c 9e0d5fe91ecb444b93750e3bcb6049aa 4cc78a5f30e04d5fa5eca85ff89aba83 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 9|app: 0|req: 1085/2252] 10.0.0.231 () {34 vars in 681 bytes} [Thu May 7 14:31:31 2026] POST /v2.0/rbac-policies => generated 547 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1086/2253] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:31:31 2026] DELETE /v2.0/networks/52236ded-5bd9-4701-b269-2bc056a7e0f1 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:31:31.577 9 INFO neutron.db.segments_db [None req-9f0a935a-ee0c-426b-9b3e-0ed4de92e8d5 9e0d5fe91ecb444b93750e3bcb6049aa 4cc78a5f30e04d5fa5eca85ff89aba83 - - default default] Added segment 5f811726-c4e1-4137-a2c8-06cc97e4b3b6 of type vxlan for network aa4dd21e-968f-4886-b44f-39f5630a0bbe [pid: 9|app: 0|req: 1087/2254] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:31:31 2026] POST /v2.0/networks => generated 708 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1088/2255] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:31:31 2026] POST /v2.0/subnets => generated 647 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:31:31.925 8 INFO neutron.db.l3_db [None req-5361aa08-7479-47da-af92-62df97e67bc1 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] Floating IP edb432a1-194a-460a-9dc6-668b2b1052d1 associated. External IP: 10.96.250.211, port: 45e971d2-c435-44c3-a755-b4d42094efdc. [pid: 9|app: 0|req: 1089/2256] 10.0.0.231 () {34 vars in 681 bytes} [Thu May 7 14:31:31 2026] POST /v2.0/rbac-policies => generated 324 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2257] 10.0.0.231 () {34 vars in 677 bytes} [Thu May 7 14:31:31 2026] POST /v2.0/floatingips => generated 854 bytes in 1091 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:31:32.311 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5b615283-f1e7-4051-9dc0-d5a73d7ff879'] response: {'name': 'network-changed', 'server_uuid': '87c91a97-a688-4104-8f1e-b737f7442611', 'tag': '45e971d2-c435-44c3-a755-b4d42094efdc', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 1090/2258] 10.0.0.63 () {34 vars in 1093 bytes} [Thu May 7 14:31:32 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-106501246&fields=id&tenant_id=57ee3915a9774a7a8da173fd16269e70 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2259] 10.0.0.63 () {34 vars in 981 bytes} [Thu May 7 14:31:32 2026] GET /v2.0/networks?id=f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3 => generated 704 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1091/2260] 10.0.0.63 () {34 vars in 964 bytes} [Thu May 7 14:31:32 2026] GET /v2.0/quotas/57ee3915a9774a7a8da173fd16269e70 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1092/2261] 10.0.0.231 () {32 vars in 723 bytes} [Thu May 7 14:31:32 2026] GET /v2.0/networks/aa4dd21e-968f-4886-b44f-39f5630a0bbe => generated 655 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2262] 10.0.0.63 () {34 vars in 1001 bytes} [Thu May 7 14:31:32 2026] GET /v2.0/ports?tenant_id=57ee3915a9774a7a8da173fd16269e70&fields=id => generated 333 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1093/2263] 10.0.0.63 () {34 vars in 1007 bytes} [Thu May 7 14:31:32 2026] GET /v2.0/networks/f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3?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: 1171/2264] 10.0.0.63 () {34 vars in 1107 bytes} [Thu May 7 14:31:32 2026] GET /v2.0/networks/f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3?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: 9|app: 0|req: 1094/2265] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:31:32 2026] GET /v2.0/ports?tenant_id=57ee3915a9774a7a8da173fd16269e70&device_id=87c91a97-a688-4104-8f1e-b737f7442611 => generated 1465 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2266] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:31:32 2026] GET /v2.0/networks?id=aebca149-a8e7-4cef-92ee-849b8692a787 => generated 801 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:31:32.965 9 INFO neutron.services.segments.plugin [-] Segment b866d921-2654-491d-a055-10419c39cd0b resource provider aggregate not found 2026-05-07 14:31:32.970 9 INFO neutron.services.segments.plugin [-] Segment b866d921-2654-491d-a055-10419c39cd0b resource provider aggregate not found [pid: 9|app: 0|req: 1095/2267] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:31:32 2026] GET /v2.0/ports?device_id=fcda8b91-57fe-495d-a84e-12d7f7b70025 => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:31:32.985 9 INFO neutron.services.segments.plugin [-] Segment b866d921-2654-491d-a055-10419c39cd0b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b866d921-2654-491d-a055-10419c39cd0b found for delete ", "request_id": "req-3ed49203-c7b2-4244-b5e0-93d5777b8f0a"}]} 2026-05-07 14:31:32.989 9 INFO neutron.services.segments.plugin [-] Segment b866d921-2654-491d-a055-10419c39cd0b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b866d921-2654-491d-a055-10419c39cd0b found for delete ", "request_id": "req-5462a546-a22a-4dd0-9140-5ed015d82072"}]} [pid: 8|app: 0|req: 1173/2268] 199.19.213.209 () {34 vars in 1056 bytes} [Thu May 7 14:31:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.38&port_id=45e971d2-c435-44c3-a755-b4d42094efdc => generated 857 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1096/2269] 199.19.213.209 () {34 vars in 1104 bytes} [Thu May 7 14:31:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A213&port_id=45e971d2-c435-44c3-a755-b4d42094efdc => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1097/2270] 199.19.213.209 () {34 vars in 1064 bytes} [Thu May 7 14:31:33 2026] GET /v2.0/subnets?id=e395dd19-5a54-4ced-8539-b4f6427107b7&id=af21b632-1b65-4321-b468-ba50ccfb50e5 => generated 1410 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:31:33.077 8 INFO neutron.pecan_wsgi.hooks.translation [None req-af2eda1e-cca7-47f1-bc86-32bc7f08dcdc f8cfc2af035e4c1cbe39ba699b7f569e 200d0d9f7ac3481a8df4237df3015ebe - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1174/2271] 10.0.0.231 () {32 vars in 723 bytes} [Thu May 7 14:31:33 2026] GET /v2.0/networks/aa4dd21e-968f-4886-b44f-39f5630a0bbe => generated 138 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1098/2272] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:31:33 2026] GET /v2.0/ports?network_id=aebca149-a8e7-4cef-92ee-849b8692a787&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1099/2273] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:31:33 2026] GET /v2.0/ports?network_id=aebca149-a8e7-4cef-92ee-849b8692a787&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1100/2274] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:31:33 2026] GET /v2.0/networks/aebca149-a8e7-4cef-92ee-849b8692a787?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1101/2275] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:31:33 2026] GET /v2.0/networks/aebca149-a8e7-4cef-92ee-849b8692a787?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) 2026-05-07 14:31:33.294 8 INFO neutron.services.segments.plugin [-] Segment 5f811726-c4e1-4137-a2c8-06cc97e4b3b6 resource provider aggregate not found 2026-05-07 14:31:33.300 8 INFO neutron.services.segments.plugin [-] Segment 5f811726-c4e1-4137-a2c8-06cc97e4b3b6 resource provider aggregate not found 2026-05-07 14:31:33.320 8 INFO neutron.services.segments.plugin [-] Segment 5f811726-c4e1-4137-a2c8-06cc97e4b3b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f811726-c4e1-4137-a2c8-06cc97e4b3b6 found for delete ", "request_id": "req-6425123b-f006-4d14-813a-bddd40325d78"}]} 2026-05-07 14:31:33.326 8 INFO neutron.services.segments.plugin [-] Segment 5f811726-c4e1-4137-a2c8-06cc97e4b3b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f811726-c4e1-4137-a2c8-06cc97e4b3b6 found for delete ", "request_id": "req-7f360646-d101-40e1-8891-bef919c10627"}]} [pid: 8|app: 0|req: 1175/2276] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:31:33 2026] DELETE /v2.0/networks/aa4dd21e-968f-4886-b44f-39f5630a0bbe => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:31:33.362 9 INFO neutron.pecan_wsgi.hooks.translation [None req-815a697b-52a8-4fb8-897f-6ae4c00c188a 9e0d5fe91ecb444b93750e3bcb6049aa 4cc78a5f30e04d5fa5eca85ff89aba83 - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1102/2277] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:31:33 2026] DELETE /v2.0/subnets/11a1aa20-e429-433f-95af-dcf1695aeb3e => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 14:31:33.382 8 INFO neutron.pecan_wsgi.hooks.translation [None req-09353c8a-af68-4279-bfac-381864c7cf77 9e0d5fe91ecb444b93750e3bcb6049aa 4cc78a5f30e04d5fa5eca85ff89aba83 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1176/2278] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:31:33 2026] DELETE /v2.0/subnets/18add156-d3f7-44cc-aac5-c1e06216e5ee => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 14:31:33.403 9 INFO neutron.pecan_wsgi.hooks.translation [None req-7e4e2fd1-eb38-4940-a8ce-6c24aa5045c7 9e0d5fe91ecb444b93750e3bcb6049aa 4cc78a5f30e04d5fa5eca85ff89aba83 - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1103/2279] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:31:33 2026] DELETE /v2.0/subnets/8a7da9dd-05c4-4191-9f89-55ea070ffc32 => 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: 1177/2280] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:31:34 2026] GET /v2.0/security-groups?tenant_id=4be5fae9b3184f8cbfab1a2cb0e6999d&name=default => generated 2929 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1104/2281] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:31:34 2026] DELETE /v2.0/security-groups/a87c27f7-e9f6-4d11-8fcf-47622f7c628c => 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: 1178/2282] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:31:34 2026] GET /v2.0/security-groups?tenant_id=4cc78a5f30e04d5fa5eca85ff89aba83&name=default => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1105/2283] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:31:34 2026] DELETE /v2.0/security-groups/076a5840-70e1-4c27-9761-c5da317a6b49 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2284] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:31:35 2026] GET /v2.0/security-groups?tenant_id=200d0d9f7ac3481a8df4237df3015ebe&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1106/2285] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:31:35 2026] DELETE /v2.0/security-groups/84b8d017-7096-4059-9b08-679091b71231 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2286] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:31:37 2026] GET /v2.0/networks?id=f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3 => generated 704 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1107/2287] 199.19.213.209 () {34 vars in 1050 bytes} [Thu May 7 14:31:37 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=57ee3915a9774a7a8da173fd16269e70 => generated 178 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2288] 199.19.213.209 () {38 vars in 955 bytes} [Thu May 7 14:31:37 2026] POST /v2.0/ports => generated 1183 bytes in 477 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: 1182/2289] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:31:38 2026] GET /v2.0/ports?device_id=fcda8b91-57fe-495d-a84e-12d7f7b70025 => generated 1198 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2290] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:31:38 2026] GET /v2.0/security-groups?id=b0ef00a0-0e34-427c-8b6d-5a6d71ff98bc&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: 9|app: 0|req: 1108/2291] 199.19.213.209 () {38 vars in 1028 bytes} [Thu May 7 14:31:37 2026] PUT /v2.0/ports/43b14c91-feee-4e07-88b2-93d19a735f3a => generated 1464 bytes in 460 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:31:38.296 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-000c7fb9-bc6f-4747-a4ab-1d322354ac5d'] response: {'name': 'network-changed', 'server_uuid': 'fcda8b91-57fe-495d-a84e-12d7f7b70025', 'tag': '43b14c91-feee-4e07-88b2-93d19a735f3a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1184/2292] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:31:38 2026] GET /v2.0/ports?tenant_id=57ee3915a9774a7a8da173fd16269e70&device_id=fcda8b91-57fe-495d-a84e-12d7f7b70025 => generated 1467 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 9|app: 0|req: 1109/2293] 199.19.213.209 () {34 vars in 1018 bytes} [Thu May 7 14:31:38 2026] GET /v2.0/networks?tenant_id=57ee3915a9774a7a8da173fd16269e70&shared=False => generated 2375 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2294] 199.19.213.209 () {34 vars in 930 bytes} [Thu May 7 14:31:38 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: 9|app: 0|req: 1110/2295] 10.0.0.231 () {32 vars in 826 bytes} [Thu May 7 14:31:39 2026] GET /v2.0/ports?project_id=55c22fb833d84498af95e69c5696e827&network_id=c78d4995-d138-409e-b850-450278b7db0f => generated 3695 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2296] 10.0.0.231 () {32 vars in 742 bytes} [Thu May 7 14:31:39 2026] GET /v2.0/subnets?network_id=38c99c3e-425c-4675-a81f-3b906678cf24 => generated 667 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:31:39.854 9 INFO neutron.db.segments_db [None req-9fa613ae-54eb-468c-b2cc-54d03372e388 22decacbfeee414ea7e5f5f0e63628d2 c7d5186daf7b4320b7f0ecb8fc1f6d78 - - default default] Added segment 41e51909-6dfa-4b7e-8142-5208ebaff421 of type vxlan for network 3634efcf-06a9-4c31-864e-154dd4004cc9 2026-05-07 14:31:39.990 8 INFO neutron.db.l3_db [None req-5e83d36e-1052-4971-b216-71f77754139b 2023e6379f14450999bea25bff525d8a 55c22fb833d84498af95e69c5696e827 - - default default] Floating IP 904244b7-2c1f-484b-ad70-5a4a46ca1a40 disassociated. External IP: 10.96.250.206, port: 04c023d0-1599-4e14-b610-54fc0f0c6417. 2026-05-07 14:31:40.116 9 INFO neutron.db.l3_hamode_db [None req-9fa613ae-54eb-468c-b2cc-54d03372e388 22decacbfeee414ea7e5f5f0e63628d2 c7d5186daf7b4320b7f0ecb8fc1f6d78 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 14:31:40.238 9 INFO neutron.db.l3_hamode_db [None req-9fa613ae-54eb-468c-b2cc-54d03372e388 22decacbfeee414ea7e5f5f0e63628d2 c7d5186daf7b4320b7f0ecb8fc1f6d78 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1187/2297] 10.0.0.231 () {34 vars in 749 bytes} [Thu May 7 14:31:39 2026] PUT /v2.0/floatingips/904244b7-2c1f-484b-ad70-5a4a46ca1a40 => generated 554 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:31:40.309 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6a66de08-5608-4c2e-96e7-9609056da162'] response: {'name': 'network-changed', 'server_uuid': 'fdb98e6f-6d54-4159-855a-acab5510408f', 'tag': '04c023d0-1599-4e14-b610-54fc0f0c6417', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1188/2298] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:31:40 2026] GET /v2.0/ports?tenant_id=57ee3915a9774a7a8da173fd16269e70&device_id=fcda8b91-57fe-495d-a84e-12d7f7b70025 => generated 1467 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2299] 10.0.0.231 () {32 vars in 729 bytes} [Thu May 7 14:31:40 2026] GET /v2.0/floatingips/904244b7-2c1f-484b-ad70-5a4a46ca1a40 => generated 554 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2300] 199.19.213.209 () {34 vars in 1056 bytes} [Thu May 7 14:31:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.32&port_id=43b14c91-feee-4e07-88b2-93d19a735f3a => 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: 1191/2301] 199.19.213.209 () {34 vars in 1106 bytes} [Thu May 7 14:31:40 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3db&port_id=43b14c91-feee-4e07-88b2-93d19a735f3a => 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: 1192/2302] 199.19.213.209 () {34 vars in 1064 bytes} [Thu May 7 14:31:40 2026] GET /v2.0/subnets?id=8443db9c-7558-45a1-b78f-c8cbe624a57b&id=f16de95e-dd21-4625-b706-00aeadf74f0d => generated 1412 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2303] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:31:40 2026] GET /v2.0/ports?network_id=f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3&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: 1194/2304] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:31:40 2026] GET /v2.0/ports?network_id=f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2305] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:31:40 2026] GET /v2.0/networks/f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3?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: 1196/2306] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:31:40 2026] GET /v2.0/networks/f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3?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: 1197/2307] 10.0.0.118 () {34 vars in 990 bytes} [Thu May 7 14:31:40 2026] GET /v2.0/ports?device_id=87c91a97-a688-4104-8f1e-b737f7442611 => generated 1465 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2308] 10.0.0.118 () {34 vars in 1040 bytes} [Thu May 7 14:31:40 2026] GET /v2.0/security-groups?id=b0ef00a0-0e34-427c-8b6d-5a6d71ff98bc&fields=id&fields=name => generated 111 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1111/2309] 10.0.0.231 () {34 vars in 668 bytes} [Thu May 7 14:31:39 2026] POST /v2.0/routers => generated 474 bytes in 1157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2310] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:31:40 2026] GET /v2.0/ports?tenant_id=55c22fb833d84498af95e69c5696e827&device_id=fdb98e6f-6d54-4159-855a-acab5510408f => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:31:40.893 9 INFO neutron.db.l3_hamode_db [None req-6107669b-41b1-431c-86d4-2b894df1c83c 22decacbfeee414ea7e5f5f0e63628d2 c7d5186daf7b4320b7f0ecb8fc1f6d78 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1200/2311] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:31:40 2026] GET /v2.0/networks?id=c78d4995-d138-409e-b850-450278b7db0f => generated 757 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2312] 199.19.213.209 () {34 vars in 1060 bytes} [Thu May 7 14:31:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=04c023d0-1599-4e14-b610-54fc0f0c6417 => 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: 1202/2313] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:31:40 2026] GET /v2.0/subnets?id=97d6d9e5-ab22-445b-981e-0fb55781bbdc => generated 677 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:31:40.993 9 INFO neutron.db.l3_hamode_db [None req-6107669b-41b1-431c-86d4-2b894df1c83c 22decacbfeee414ea7e5f5f0e63628d2 c7d5186daf7b4320b7f0ecb8fc1f6d78 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1203/2314] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:31:40 2026] GET /v2.0/ports?network_id=c78d4995-d138-409e-b850-450278b7db0f&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: 1204/2315] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:31:41 2026] GET /v2.0/networks/c78d4995-d138-409e-b850-450278b7db0f?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2316] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:31:41 2026] GET /v2.0/networks/c78d4995-d138-409e-b850-450278b7db0f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2317] 10.0.0.231 () {32 vars in 729 bytes} [Thu May 7 14:31:41 2026] GET /v2.0/floatingips/904244b7-2c1f-484b-ad70-5a4a46ca1a40 => generated 554 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1112/2318] 10.0.0.231 () {34 vars in 668 bytes} [Thu May 7 14:31:40 2026] POST /v2.0/routers => generated 474 bytes in 735 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:31:41.621 8 INFO neutron.db.l3_hamode_db [None req-ce36fc89-e4b6-41a9-874d-ebb4a02e120b 22decacbfeee414ea7e5f5f0e63628d2 c7d5186daf7b4320b7f0ecb8fc1f6d78 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 14:31:41.803 8 INFO neutron.db.l3_hamode_db [None req-ce36fc89-e4b6-41a9-874d-ebb4a02e120b 22decacbfeee414ea7e5f5f0e63628d2 c7d5186daf7b4320b7f0ecb8fc1f6d78 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1207/2321] 10.0.0.231 () {34 vars in 668 bytes} [Thu May 7 14:31:41 2026] POST /v2.0/routers => generated 474 bytes in 820 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1115/2322] 10.0.0.231 () {32 vars in 729 bytes} [Thu May 7 14:31:42 2026] GET /v2.0/floatingips/904244b7-2c1f-484b-ad70-5a4a46ca1a40 => generated 552 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:31:42.457 8 INFO neutron.db.l3_hamode_db [None req-bb80dee2-f9b3-4b33-ac0f-a1b063a30465 22decacbfeee414ea7e5f5f0e63628d2 c7d5186daf7b4320b7f0ecb8fc1f6d78 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 14:31:42.584 8 INFO neutron.db.l3_hamode_db [None req-bb80dee2-f9b3-4b33-ac0f-a1b063a30465 22decacbfeee414ea7e5f5f0e63628d2 c7d5186daf7b4320b7f0ecb8fc1f6d78 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1208/2323] 10.0.0.231 () {34 vars in 668 bytes} [Thu May 7 14:31:42 2026] POST /v2.0/routers => generated 474 bytes in 792 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:31:43.263 9 INFO neutron.db.l3_hamode_db [None req-e3388f14-d710-40b4-88c9-79a7680bb4c5 22decacbfeee414ea7e5f5f0e63628d2 c7d5186daf7b4320b7f0ecb8fc1f6d78 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1209/2324] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:31:43 2026] GET /v2.0/ports?device_id=fcda8b91-57fe-495d-a84e-12d7f7b70025 => generated 1200 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:31:43.402 9 INFO neutron.db.l3_hamode_db [None req-e3388f14-d710-40b4-88c9-79a7680bb4c5 22decacbfeee414ea7e5f5f0e63628d2 c7d5186daf7b4320b7f0ecb8fc1f6d78 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1210/2325] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:31:43 2026] GET /v2.0/security-groups?id=b0ef00a0-0e34-427c-8b6d-5a6d71ff98bc&fields=id&fields=name => generated 111 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2326] 10.0.0.231 () {34 vars in 685 bytes} [Thu May 7 14:31:43 2026] POST /v2.0/security-groups => generated 1673 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2327] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:31:43 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: 8|app: 0|req: 1213/2328] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:31:43 2026] POST /v2.0/security-group-rules => generated 596 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2329] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:31:43 2026] POST /v2.0/security-group-rules => generated 602 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1116/2330] 10.0.0.231 () {34 vars in 668 bytes} [Thu May 7 14:31:43 2026] POST /v2.0/routers => generated 474 bytes in 807 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2331] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:31:43 2026] POST /v2.0/security-group-rules => generated 601 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:31:44.133 8 INFO neutron.db.securitygroups_db [None req-11e4ffac-1829-4c56-b0b7-14ef874cb8df 2023e6379f14450999bea25bff525d8a 55c22fb833d84498af95e69c5696e827 - - default default] Project 55c22fb833d84498af95e69c5696e827 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 9|app: 0|req: 1117/2332] 10.0.0.231 () {34 vars in 751 bytes} [Thu May 7 14:31:44 2026] PUT /v2.0/routers/0db818b3-8429-4386-bfc0-f469d0bdab5e/tags => generated 17 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2333] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:31:44 2026] POST /v2.0/security-group-rules => generated 607 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:31:44.256 8 INFO neutron.db.securitygroups_db [None req-6cff3cdb-58d4-4d6d-9a80-598aaa657361 2023e6379f14450999bea25bff525d8a 55c22fb833d84498af95e69c5696e827 - - default default] Project 55c22fb833d84498af95e69c5696e827 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 9|app: 0|req: 1118/2334] 10.0.0.231 () {34 vars in 751 bytes} [Thu May 7 14:31:44 2026] PUT /v2.0/routers/892d7c80-bdac-4599-8b7d-afeb41777260/tags => generated 25 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2335] 10.0.0.231 () {34 vars in 695 bytes} [Thu May 7 14:31:44 2026] POST /v2.0/security-group-rules => generated 606 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1119/2336] 10.0.0.231 () {34 vars in 751 bytes} [Thu May 7 14:31:44 2026] PUT /v2.0/routers/75e0f307-916b-401a-8fac-32354bec8b37/tags => generated 34 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2337] 10.0.0.231 () {34 vars in 751 bytes} [Thu May 7 14:31:44 2026] PUT /v2.0/routers/5a2b6033-cfc2-41d6-97b7-73bb720e4dc0/tags => generated 19 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1120/2338] 10.0.0.231 () {32 vars in 664 bytes} [Thu May 7 14:31:44 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2339] 10.0.0.231 () {32 vars in 678 bytes} [Thu May 7 14:31:44 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1121/2340] 10.0.0.231 () {32 vars in 674 bytes} [Thu May 7 14:31:44 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2341] 10.0.0.231 () {32 vars in 649 bytes} [Thu May 7 14:31:44 2026] GET /v2.0/networks => generated 1298 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1122/2342] 10.0.0.231 () {32 vars in 686 bytes} [Thu May 7 14:31:44 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) [pid: 8|app: 0|req: 1221/2343] 10.0.0.231 () {32 vars in 672 bytes} [Thu May 7 14:31:44 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1123/2344] 10.0.0.63 () {34 vars in 1095 bytes} [Thu May 7 14:31:44 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-56757716&fields=id&tenant_id=55c22fb833d84498af95e69c5696e827 => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1124/2345] 10.0.0.63 () {34 vars in 981 bytes} [Thu May 7 14:31:44 2026] GET /v2.0/networks?id=c78d4995-d138-409e-b850-450278b7db0f => generated 661 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2346] 10.0.0.231 () {32 vars in 686 bytes} [Thu May 7 14:31:44 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2347] 10.0.0.63 () {34 vars in 964 bytes} [Thu May 7 14:31:45 2026] GET /v2.0/quotas/55c22fb833d84498af95e69c5696e827 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1125/2348] 10.0.0.231 () {32 vars in 682 bytes} [Thu May 7 14:31:45 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2349] 10.0.0.63 () {34 vars in 1001 bytes} [Thu May 7 14:31:45 2026] GET /v2.0/ports?tenant_id=55c22fb833d84498af95e69c5696e827&fields=id => generated 149 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1126/2350] 10.0.0.231 () {32 vars in 694 bytes} [Thu May 7 14:31:45 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2351] 10.0.0.63 () {34 vars in 1007 bytes} [Thu May 7 14:31:45 2026] GET /v2.0/networks/c78d4995-d138-409e-b850-450278b7db0f?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: 1226/2352] 10.0.0.63 () {34 vars in 1107 bytes} [Thu May 7 14:31:45 2026] GET /v2.0/networks/c78d4995-d138-409e-b850-450278b7db0f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2353] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:31:45 2026] GET /v2.0/ports?device_id=58485004-a26b-45a7-af48-f81136ae4907 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1127/2354] 10.0.0.231 () {32 vars in 721 bytes} [Thu May 7 14:31:45 2026] GET /v2.0/routers/0db818b3-8429-4386-bfc0-f469d0bdab5e => generated 485 bytes in 506 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2355] 10.0.0.231 () {34 vars in 742 bytes} [Thu May 7 14:31:45 2026] PUT /v2.0/routers/0db818b3-8429-4386-bfc0-f469d0bdab5e => generated 485 bytes in 557 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1128/2356] 10.0.0.231 () {32 vars in 736 bytes} [Thu May 7 14:31:46 2026] GET /v2.0/ports?device_id=0db818b3-8429-4386-bfc0-f469d0bdab5e => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1129/2357] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:31:46 2026] GET /v2.0/ports?device_id=58485004-a26b-45a7-af48-f81136ae4907 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:31:46.439 8 INFO neutron_taas.services.taas.taas_plugin [None req-2f606395-c354-4065-b408-1455caf5974b 22decacbfeee414ea7e5f5f0e63628d2 c7d5186daf7b4320b7f0ecb8fc1f6d78 - - default default] TaaS: Handle Delete Port: 72e3683d-c94b-4a63-8f0f-35a88533eda4 2026-05-07 14:31:46.442 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f606395-c354-4065-b408-1455caf5974b 22decacbfeee414ea7e5f5f0e63628d2 c7d5186daf7b4320b7f0ecb8fc1f6d78 - - default default] Tap Mirror: Handle Delete Port: 72e3683d-c94b-4a63-8f0f-35a88533eda4 [pid: 8|app: 0|req: 1229/2358] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:31:46 2026] DELETE /v2.0/routers/0db818b3-8429-4386-bfc0-f469d0bdab5e => generated 0 bytes in 389 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1130/2359] 10.0.0.231 () {32 vars in 721 bytes} [Thu May 7 14:31:46 2026] GET /v2.0/routers/892d7c80-bdac-4599-8b7d-afeb41777260 => generated 493 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2360] 10.0.0.231 () {34 vars in 742 bytes} [Thu May 7 14:31:46 2026] PUT /v2.0/routers/892d7c80-bdac-4599-8b7d-afeb41777260 => generated 493 bytes in 502 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1131/2361] 10.0.0.231 () {32 vars in 736 bytes} [Thu May 7 14:31:47 2026] GET /v2.0/ports?device_id=892d7c80-bdac-4599-8b7d-afeb41777260 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:31:47.402 8 INFO neutron_taas.services.taas.taas_plugin [None req-fca63cb4-f217-477f-bc10-2a7f1f90c7cf 22decacbfeee414ea7e5f5f0e63628d2 c7d5186daf7b4320b7f0ecb8fc1f6d78 - - default default] TaaS: Handle Delete Port: 973499c7-c656-46c1-a3d5-44b45a461d1c 2026-05-07 14:31:47.405 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fca63cb4-f217-477f-bc10-2a7f1f90c7cf 22decacbfeee414ea7e5f5f0e63628d2 c7d5186daf7b4320b7f0ecb8fc1f6d78 - - default default] Tap Mirror: Handle Delete Port: 973499c7-c656-46c1-a3d5-44b45a461d1c [pid: 9|app: 0|req: 1132/2362] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:31:47 2026] GET /v2.0/ports?device_id=58485004-a26b-45a7-af48-f81136ae4907 => 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: 1231/2363] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:31:47 2026] DELETE /v2.0/routers/892d7c80-bdac-4599-8b7d-afeb41777260 => generated 0 bytes in 422 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1133/2364] 10.0.0.231 () {32 vars in 721 bytes} [Thu May 7 14:31:47 2026] GET /v2.0/routers/75e0f307-916b-401a-8fac-32354bec8b37 => generated 502 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2365] 10.0.0.231 () {34 vars in 742 bytes} [Thu May 7 14:31:47 2026] PUT /v2.0/routers/75e0f307-916b-401a-8fac-32354bec8b37 => generated 502 bytes in 458 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1134/2366] 10.0.0.231 () {32 vars in 736 bytes} [Thu May 7 14:31:48 2026] GET /v2.0/ports?device_id=75e0f307-916b-401a-8fac-32354bec8b37 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:31:48.349 8 INFO neutron_taas.services.taas.taas_plugin [None req-c50e26f2-7c55-427f-99f1-00583c67c239 22decacbfeee414ea7e5f5f0e63628d2 c7d5186daf7b4320b7f0ecb8fc1f6d78 - - default default] TaaS: Handle Delete Port: 133ba522-0c67-4d38-97de-38bd09c3a00c 2026-05-07 14:31:48.352 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c50e26f2-7c55-427f-99f1-00583c67c239 22decacbfeee414ea7e5f5f0e63628d2 c7d5186daf7b4320b7f0ecb8fc1f6d78 - - default default] Tap Mirror: Handle Delete Port: 133ba522-0c67-4d38-97de-38bd09c3a00c [pid: 8|app: 0|req: 1233/2367] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:31:48 2026] DELETE /v2.0/routers/75e0f307-916b-401a-8fac-32354bec8b37 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1135/2368] 10.0.0.231 () {32 vars in 721 bytes} [Thu May 7 14:31:48 2026] GET /v2.0/routers/5a2b6033-cfc2-41d6-97b7-73bb720e4dc0 => generated 487 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2369] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:31:48 2026] GET /v2.0/ports?device_id=fcda8b91-57fe-495d-a84e-12d7f7b70025 => generated 1200 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2370] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:31:48 2026] GET /v2.0/ports?device_id=58485004-a26b-45a7-af48-f81136ae4907 => 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: 1236/2371] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:31:48 2026] GET /v2.0/security-groups?id=b0ef00a0-0e34-427c-8b6d-5a6d71ff98bc&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: 8|app: 0|req: 1237/2372] 10.0.0.231 () {32 vars in 818 bytes} [Thu May 7 14:31:48 2026] GET /v2.0/ports?network_id=f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3&mac_address=fa%3A16%3A3e%3A52%3Af2%3A97 => generated 1200 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1136/2373] 10.0.0.231 () {34 vars in 742 bytes} [Thu May 7 14:31:48 2026] PUT /v2.0/routers/5a2b6033-cfc2-41d6-97b7-73bb720e4dc0 => generated 487 bytes in 537 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1137/2374] 10.0.0.231 () {32 vars in 736 bytes} [Thu May 7 14:31:49 2026] GET /v2.0/ports?device_id=5a2b6033-cfc2-41d6-97b7-73bb720e4dc0 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:31:49.346 9 INFO neutron_taas.services.taas.taas_plugin [None req-3736ac8a-19b1-4318-9e53-9e945947ca8e 22decacbfeee414ea7e5f5f0e63628d2 c7d5186daf7b4320b7f0ecb8fc1f6d78 - - default default] TaaS: Handle Delete Port: 3494424f-6446-4aa0-abec-96f564d081ac 2026-05-07 14:31:49.349 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3736ac8a-19b1-4318-9e53-9e945947ca8e 22decacbfeee414ea7e5f5f0e63628d2 c7d5186daf7b4320b7f0ecb8fc1f6d78 - - default default] Tap Mirror: Handle Delete Port: 3494424f-6446-4aa0-abec-96f564d081ac 2026-05-07 14:31:49.410 8 INFO neutron.db.l3_db [None req-8f0bc4b2-8147-4ea9-af9a-573e443d0f67 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] Floating IP 7746e098-30ca-4f0d-8aa0-e54763374079 associated. External IP: 10.96.250.212, port: 43b14c91-feee-4e07-88b2-93d19a735f3a. [pid: 9|app: 0|req: 1138/2375] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:31:49 2026] DELETE /v2.0/routers/5a2b6033-cfc2-41d6-97b7-73bb720e4dc0 => generated 0 bytes in 384 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1139/2376] 10.0.0.231 () {32 vars in 721 bytes} [Thu May 7 14:31:49 2026] GET /v2.0/routers/26d22452-24ed-4478-9467-8688b2a1a156 => generated 480 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2377] 10.0.0.231 () {34 vars in 677 bytes} [Thu May 7 14:31:48 2026] POST /v2.0/floatingips => generated 854 bytes in 965 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:31:49.732 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fbb492dd-26f1-40c2-a0f6-1db406d2c908'] response: {'name': 'network-changed', 'server_uuid': 'fcda8b91-57fe-495d-a84e-12d7f7b70025', 'tag': '43b14c91-feee-4e07-88b2-93d19a735f3a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1239/2378] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:31:49 2026] GET /v2.0/networks?id=c78d4995-d138-409e-b850-450278b7db0f => generated 661 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2379] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:31:49 2026] GET /v2.0/ports?device_id=58485004-a26b-45a7-af48-f81136ae4907 => 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: 1241/2380] 199.19.213.209 () {34 vars in 1050 bytes} [Thu May 7 14:31:49 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=55c22fb833d84498af95e69c5696e827 => generated 271 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1140/2381] 10.0.0.231 () {34 vars in 742 bytes} [Thu May 7 14:31:49 2026] PUT /v2.0/routers/26d22452-24ed-4478-9467-8688b2a1a156 => generated 480 bytes in 493 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1141/2382] 10.0.0.231 () {32 vars in 736 bytes} [Thu May 7 14:31:50 2026] GET /v2.0/ports?device_id=26d22452-24ed-4478-9467-8688b2a1a156 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2383] 199.19.213.209 () {38 vars in 955 bytes} [Thu May 7 14:31:49 2026] POST /v2.0/ports => generated 958 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 14:31:50.321 9 INFO neutron_taas.services.taas.taas_plugin [None req-8d93f8e2-8388-4316-b38d-c38bccd878b3 22decacbfeee414ea7e5f5f0e63628d2 c7d5186daf7b4320b7f0ecb8fc1f6d78 - - default default] TaaS: Handle Delete Port: d126d25e-7554-4fe9-8e42-9eb09af1f33b 2026-05-07 14:31:50.324 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d93f8e2-8388-4316-b38d-c38bccd878b3 22decacbfeee414ea7e5f5f0e63628d2 c7d5186daf7b4320b7f0ecb8fc1f6d78 - - default default] Tap Mirror: Handle Delete Port: d126d25e-7554-4fe9-8e42-9eb09af1f33b [pid: 8|app: 0|req: 1243/2384] 199.19.213.209 () {38 vars in 1028 bytes} [Thu May 7 14:31:50 2026] PUT /v2.0/ports/48de7656-f0a7-427d-8d4b-64cb362fbeed => generated 1239 bytes in 356 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: 1244/2385] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:31:50 2026] GET /v2.0/ports?tenant_id=57ee3915a9774a7a8da173fd16269e70&device_id=fcda8b91-57fe-495d-a84e-12d7f7b70025 => generated 1469 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:31:50.647 9 INFO neutron.services.segments.plugin [-] Segment 41e51909-6dfa-4b7e-8142-5208ebaff421 resource provider aggregate not found 2026-05-07 14:31:50.650 9 INFO neutron.services.segments.plugin [-] Segment 41e51909-6dfa-4b7e-8142-5208ebaff421 resource provider aggregate not found [pid: 8|app: 0|req: 1245/2386] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:31:50 2026] GET /v2.0/networks?id=f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:31:50.674 9 INFO neutron.services.segments.plugin [-] Segment 41e51909-6dfa-4b7e-8142-5208ebaff421 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41e51909-6dfa-4b7e-8142-5208ebaff421 found for delete ", "request_id": "req-87db30e1-928c-428a-89fe-27b3706db2ab"}]} 2026-05-07 14:31:50.675 9 INFO neutron.services.segments.plugin [-] Segment 41e51909-6dfa-4b7e-8142-5208ebaff421 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41e51909-6dfa-4b7e-8142-5208ebaff421 found for delete ", "request_id": "req-4ca4eab9-4966-4cf7-84d7-0e6f292c2184"}]} 2026-05-07 14:31:50.682 9 INFO neutron.db.l3_hamode_db [None req-8d93f8e2-8388-4316-b38d-c38bccd878b3 22decacbfeee414ea7e5f5f0e63628d2 c7d5186daf7b4320b7f0ecb8fc1f6d78 - - default default] HA network 3634efcf-06a9-4c31-864e-154dd4004cc9 was deleted as no HA routers are present in tenant c7d5186daf7b4320b7f0ecb8fc1f6d78. [pid: 9|app: 0|req: 1142/2387] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:31:50 2026] DELETE /v2.0/routers/26d22452-24ed-4478-9467-8688b2a1a156 => generated 0 bytes in 555 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2388] 199.19.213.209 () {34 vars in 1056 bytes} [Thu May 7 14:31:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.32&port_id=43b14c91-feee-4e07-88b2-93d19a735f3a => generated 857 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1143/2389] 199.19.213.209 () {34 vars in 1106 bytes} [Thu May 7 14:31:50 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3db&port_id=43b14c91-feee-4e07-88b2-93d19a735f3a => 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: 1247/2390] 199.19.213.209 () {34 vars in 1064 bytes} [Thu May 7 14:31:50 2026] GET /v2.0/subnets?id=8443db9c-7558-45a1-b78f-c8cbe624a57b&id=f16de95e-dd21-4625-b706-00aeadf74f0d => generated 1412 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1144/2391] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:31:50 2026] GET /v2.0/ports?network_id=f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3&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: 9|app: 0|req: 1145/2392] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:31:50 2026] GET /v2.0/ports?network_id=f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2393] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:31:50 2026] GET /v2.0/ports?device_id=58485004-a26b-45a7-af48-f81136ae4907 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1146/2394] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:31:50 2026] GET /v2.0/security-groups?id=d01979c4-23f4-4043-8d95-93d36e3dce47&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2395] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:31:50 2026] GET /v2.0/networks/f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1147/2396] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:31:50 2026] GET /v2.0/networks/f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3?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: 9|app: 0|req: 1148/2397] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:31:51 2026] GET /v2.0/ports?tenant_id=55c22fb833d84498af95e69c5696e827&device_id=58485004-a26b-45a7-af48-f81136ae4907 => generated 1242 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1149/2398] 199.19.213.209 () {34 vars in 1060 bytes} [Thu May 7 14:31:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=48de7656-f0a7-427d-8d4b-64cb362fbeed => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1150/2399] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:31:51 2026] GET /v2.0/subnets?id=97d6d9e5-ab22-445b-981e-0fb55781bbdc => generated 677 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1151/2400] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:31:51 2026] GET /v2.0/ports?network_id=c78d4995-d138-409e-b850-450278b7db0f&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-05-07 14:31:51.777 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-070b36e3-d1db-4f3c-ba23-3ceb137003f0'] response: {'name': 'network-changed', 'server_uuid': '58485004-a26b-45a7-af48-f81136ae4907', 'tag': '48de7656-f0a7-427d-8d4b-64cb362fbeed', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1250/2401] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:31:51 2026] GET /v2.0/security-groups?tenant_id=d7d2fa4c0ba7409bbeca3cae302931f5&name=default => generated 2929 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1152/2402] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:31:51 2026] GET /v2.0/networks/c78d4995-d138-409e-b850-450278b7db0f?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1153/2403] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:31:51 2026] GET /v2.0/networks/c78d4995-d138-409e-b850-450278b7db0f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2404] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:31:51 2026] DELETE /v2.0/security-groups/f4f39c5b-2fdd-44c0-b6d0-c774cca7eeaf => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1154/2405] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:31:52 2026] GET /v2.0/ports?device_id=58485004-a26b-45a7-af48-f81136ae4907 => generated 973 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1155/2406] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:31:52 2026] GET /v2.0/security-groups?id=d01979c4-23f4-4043-8d95-93d36e3dce47&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2407] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:31:52 2026] GET /v2.0/security-groups?tenant_id=030f72e3c15843858fd2226b04abc58c&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1156/2408] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:31:52 2026] DELETE /v2.0/security-groups/33136b32-35c3-4a42-8a69-59997e49d070 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2409] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:31:52 2026] GET /v2.0/security-groups?tenant_id=c7d5186daf7b4320b7f0ecb8fc1f6d78&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1157/2410] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:31:52 2026] DELETE /v2.0/security-groups/35d484a2-56ce-4939-ab93-39d4353cb3d3 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2411] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:31:52 2026] GET /v2.0/ports?tenant_id=55c22fb833d84498af95e69c5696e827&device_id=58485004-a26b-45a7-af48-f81136ae4907 => generated 1242 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1158/2412] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:31:52 2026] GET /v2.0/networks?id=c78d4995-d138-409e-b850-450278b7db0f => generated 757 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2413] 199.19.213.209 () {34 vars in 1060 bytes} [Thu May 7 14:31:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=48de7656-f0a7-427d-8d4b-64cb362fbeed => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1159/2414] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:31:53 2026] GET /v2.0/subnets?id=97d6d9e5-ab22-445b-981e-0fb55781bbdc => generated 677 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2415] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:31:53 2026] GET /v2.0/ports?network_id=c78d4995-d138-409e-b850-450278b7db0f&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: 9|app: 0|req: 1160/2416] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:31:53 2026] GET /v2.0/networks/c78d4995-d138-409e-b850-450278b7db0f?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2417] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:31:53 2026] GET /v2.0/ports?device_id=58485004-a26b-45a7-af48-f81136ae4907 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1161/2418] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:31:53 2026] GET /v2.0/networks/c78d4995-d138-409e-b850-450278b7db0f?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: 1258/2419] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:31:53 2026] GET /v2.0/security-groups?id=d01979c4-23f4-4043-8d95-93d36e3dce47&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1162/2420] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:31:54 2026] GET /v2.0/ports?device_id=58485004-a26b-45a7-af48-f81136ae4907 => generated 973 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2421] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:31:54 2026] GET /v2.0/security-groups?id=d01979c4-23f4-4043-8d95-93d36e3dce47&fields=id&fields=name => generated 112 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1163/2422] 10.0.0.118 () {34 vars in 990 bytes} [Thu May 7 14:31:54 2026] GET /v2.0/ports?device_id=fcda8b91-57fe-495d-a84e-12d7f7b70025 => generated 1469 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2423] 10.0.0.118 () {34 vars in 1040 bytes} [Thu May 7 14:31:54 2026] GET /v2.0/security-groups?id=b0ef00a0-0e34-427c-8b6d-5a6d71ff98bc&fields=id&fields=name => generated 111 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1164/2424] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:31:55 2026] GET /v2.0/ports?device_id=58485004-a26b-45a7-af48-f81136ae4907 => 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: 1261/2425] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:31:55 2026] GET /v2.0/security-groups?id=d01979c4-23f4-4043-8d95-93d36e3dce47&fields=id&fields=name => generated 112 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1166/2428] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:31:56 2026] GET /v2.0/ports?device_id=58485004-a26b-45a7-af48-f81136ae4907 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2429] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:31:56 2026] GET /v2.0/security-groups?id=d01979c4-23f4-4043-8d95-93d36e3dce47&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1167/2430] 10.0.0.231 () {34 vars in 676 bytes} [Thu May 7 14:31:56 2026] POST /v2.0/subnetpools => generated 516 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2431] 10.0.0.231 () {34 vars in 676 bytes} [Thu May 7 14:31:57 2026] POST /v2.0/subnetpools => generated 516 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1168/2432] 10.0.0.231 () {34 vars in 676 bytes} [Thu May 7 14:31:57 2026] POST /v2.0/subnetpools => generated 516 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2433] 10.0.0.231 () {34 vars in 676 bytes} [Thu May 7 14:31:57 2026] POST /v2.0/subnetpools => generated 516 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1169/2434] 10.0.0.231 () {34 vars in 676 bytes} [Thu May 7 14:31:57 2026] POST /v2.0/subnetpools => generated 516 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2435] 10.0.0.231 () {34 vars in 759 bytes} [Thu May 7 14:31:57 2026] PUT /v2.0/subnetpools/5f4b8543-a83a-4343-aaee-ceecc35deb46/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1170/2436] 10.0.0.231 () {34 vars in 759 bytes} [Thu May 7 14:31:57 2026] PUT /v2.0/subnetpools/d4eda6d1-e128-4c00-8be0-aef118f75b00/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2437] 10.0.0.231 () {34 vars in 759 bytes} [Thu May 7 14:31:57 2026] PUT /v2.0/subnetpools/a04aff11-cdc3-41c8-b432-fe4073636ad9/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1171/2438] 10.0.0.231 () {34 vars in 759 bytes} [Thu May 7 14:31:57 2026] PUT /v2.0/subnetpools/3fc79218-16dd-410d-b37a-eda443d56e2d/tags => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2439] 10.0.0.231 () {32 vars in 672 bytes} [Thu May 7 14:31:57 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1172/2440] 10.0.0.231 () {32 vars in 686 bytes} [Thu May 7 14:31:57 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2441] 10.0.0.231 () {32 vars in 682 bytes} [Thu May 7 14:31:57 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: 9|app: 0|req: 1173/2442] 10.0.0.231 () {32 vars in 694 bytes} [Thu May 7 14:31:57 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1174/2443] 10.0.0.231 () {32 vars in 680 bytes} [Thu May 7 14:31:57 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2444] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:31:57 2026] GET /v2.0/ports?device_id=58485004-a26b-45a7-af48-f81136ae4907 => generated 975 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1175/2445] 10.0.0.231 () {32 vars in 694 bytes} [Thu May 7 14:31:57 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2446] 10.0.0.231 () {32 vars in 690 bytes} [Thu May 7 14:31:57 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: 9|app: 0|req: 1176/2447] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:31:57 2026] GET /v2.0/security-groups?id=d01979c4-23f4-4043-8d95-93d36e3dce47&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2448] 10.0.0.231 () {32 vars in 702 bytes} [Thu May 7 14:31:58 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1177/2449] 10.0.0.231 () {32 vars in 732 bytes} [Thu May 7 14:31:58 2026] DELETE /v2.0/subnetpools/5f4b8543-a83a-4343-aaee-ceecc35deb46 => 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: 1273/2450] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:31:58 2026] GET /v2.0/ports?device_id=58485004-a26b-45a7-af48-f81136ae4907 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1178/2451] 10.0.0.231 () {32 vars in 732 bytes} [Thu May 7 14:31:58 2026] DELETE /v2.0/subnetpools/d4eda6d1-e128-4c00-8be0-aef118f75b00 => 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: 1274/2452] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:31:58 2026] GET /v2.0/security-groups?id=d01979c4-23f4-4043-8d95-93d36e3dce47&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1179/2453] 10.0.0.231 () {32 vars in 732 bytes} [Thu May 7 14:31:58 2026] DELETE /v2.0/subnetpools/a04aff11-cdc3-41c8-b432-fe4073636ad9 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2454] 10.0.0.231 () {32 vars in 736 bytes} [Thu May 7 14:31:58 2026] GET /v2.0/ports?device_id=58485004-a26b-45a7-af48-f81136ae4907 => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1180/2455] 10.0.0.231 () {32 vars in 732 bytes} [Thu May 7 14:31:58 2026] DELETE /v2.0/subnetpools/3fc79218-16dd-410d-b37a-eda443d56e2d => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1181/2456] 10.0.0.231 () {32 vars in 732 bytes} [Thu May 7 14:31:58 2026] DELETE /v2.0/subnetpools/ea154292-76bb-49f6-a844-b6cea40bfaf5 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:31:58.663 8 INFO neutron.db.l3_db [None req-04814e68-4db8-4970-8abb-14cc34fd657a 2023e6379f14450999bea25bff525d8a 55c22fb833d84498af95e69c5696e827 - - default default] Floating IP 904244b7-2c1f-484b-ad70-5a4a46ca1a40 associated. External IP: 10.96.250.206, port: 48de7656-f0a7-427d-8d4b-64cb362fbeed. [pid: 8|app: 0|req: 1276/2457] 10.0.0.231 () {34 vars in 749 bytes} [Thu May 7 14:31:58 2026] PUT /v2.0/floatingips/904244b7-2c1f-484b-ad70-5a4a46ca1a40 => generated 856 bytes in 777 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:31:59.080 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-701cafa6-098f-43f4-8cd7-c9b1cc229db4'] response: {'name': 'network-changed', 'server_uuid': '58485004-a26b-45a7-af48-f81136ae4907', 'tag': '48de7656-f0a7-427d-8d4b-64cb362fbeed', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 1182/2458] 10.0.0.231 () {32 vars in 729 bytes} [Thu May 7 14:31:59 2026] GET /v2.0/floatingips/904244b7-2c1f-484b-ad70-5a4a46ca1a40 => generated 856 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1183/2459] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:31:59 2026] GET /v2.0/ports?tenant_id=55c22fb833d84498af95e69c5696e827&device_id=58485004-a26b-45a7-af48-f81136ae4907 => 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: 1277/2460] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:31:59 2026] GET /v2.0/security-groups?tenant_id=7b27155ee4574cc2863d7c167fd1c641&name=default => generated 2929 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1184/2461] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:31:59 2026] GET /v2.0/networks?id=c78d4995-d138-409e-b850-450278b7db0f => generated 757 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1185/2462] 199.19.213.209 () {34 vars in 1060 bytes} [Thu May 7 14:31:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=48de7656-f0a7-427d-8d4b-64cb362fbeed => generated 859 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1186/2463] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:31:59 2026] GET /v2.0/subnets?id=97d6d9e5-ab22-445b-981e-0fb55781bbdc => generated 677 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2464] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:31:59 2026] DELETE /v2.0/security-groups/d9d93b6c-043e-42ba-9a71-41d32f8b8eee => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1187/2465] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:31:59 2026] GET /v2.0/ports?network_id=c78d4995-d138-409e-b850-450278b7db0f&device_owner=network%3Adhcp => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2466] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:31:59 2026] GET /v2.0/networks/c78d4995-d138-409e-b850-450278b7db0f?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: 1280/2467] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:31:59 2026] GET /v2.0/networks/c78d4995-d138-409e-b850-450278b7db0f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1188/2468] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:31:59 2026] GET /v2.0/security-groups?tenant_id=7ccf1a2a07e740c3b6c8b99ebda85ee4&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2469] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:32:00 2026] DELETE /v2.0/security-groups/14b1a2f2-d971-45cf-a382-854522e5dc33 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1189/2470] 10.0.0.231 () {32 vars in 729 bytes} [Thu May 7 14:32:00 2026] GET /v2.0/floatingips/904244b7-2c1f-484b-ad70-5a4a46ca1a40 => generated 856 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2471] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:32:00 2026] GET /v2.0/security-groups?tenant_id=a9c8e26f714f489099e40d6d4b1ae8f6&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1190/2472] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:32:00 2026] DELETE /v2.0/security-groups/2037c14a-5f00-4571-a3f2-7abb93e58b4c => 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: 1283/2473] 10.0.0.231 () {32 vars in 729 bytes} [Thu May 7 14:32:01 2026] GET /v2.0/floatingips/904244b7-2c1f-484b-ad70-5a4a46ca1a40 => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1191/2474] 10.0.0.231 () {34 vars in 676 bytes} [Thu May 7 14:32:03 2026] POST /v2.0/subnetpools => generated 516 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2475] 10.0.0.231 () {34 vars in 759 bytes} [Thu May 7 14:32:04 2026] PUT /v2.0/subnetpools/b9c14089-d812-4a10-ba5f-866474196b3d/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1192/2476] 10.0.0.231 () {32 vars in 739 bytes} [Thu May 7 14:32:04 2026] GET /v2.0/subnetpools/b9c14089-d812-4a10-ba5f-866474196b3d/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: 1285/2477] 10.0.0.231 () {34 vars in 770 bytes} [Thu May 7 14:32:04 2026] PUT /v2.0/subnetpools/b9c14089-d812-4a10-ba5f-866474196b3d/tags/green => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1193/2478] 10.0.0.231 () {32 vars in 739 bytes} [Thu May 7 14:32:04 2026] GET /v2.0/subnetpools/b9c14089-d812-4a10-ba5f-866474196b3d/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2479] 10.0.0.231 () {34 vars in 766 bytes} [Thu May 7 14:32:04 2026] PUT /v2.0/subnetpools/b9c14089-d812-4a10-ba5f-866474196b3d/tags/red => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1194/2480] 10.0.0.231 () {32 vars in 739 bytes} [Thu May 7 14:32:04 2026] GET /v2.0/subnetpools/b9c14089-d812-4a10-ba5f-866474196b3d/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2481] 10.0.0.231 () {34 vars in 788 bytes} [Thu May 7 14:32:04 2026] PUT /v2.0/subnetpools/b9c14089-d812-4a10-ba5f-866474196b3d/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: 9|app: 0|req: 1195/2482] 10.0.0.231 () {32 vars in 739 bytes} [Thu May 7 14:32:04 2026] GET /v2.0/subnetpools/b9c14089-d812-4a10-ba5f-866474196b3d/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2483] 10.0.0.231 () {34 vars in 759 bytes} [Thu May 7 14:32:04 2026] PUT /v2.0/subnetpools/b9c14089-d812-4a10-ba5f-866474196b3d/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1196/2484] 10.0.0.231 () {32 vars in 739 bytes} [Thu May 7 14:32:04 2026] GET /v2.0/subnetpools/b9c14089-d812-4a10-ba5f-866474196b3d/tags => generated 37 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2485] 10.0.0.231 () {32 vars in 747 bytes} [Thu May 7 14:32:04 2026] GET /v2.0/subnetpools/b9c14089-d812-4a10-ba5f-866474196b3d/tags/red => generated 0 bytes in 26 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:32:04.508 9 INFO neutron.api.v2.resource [None req-203dcdd4-104e-4c0e-adc3-6a703628071a a173ab3517904b6797e90129f318cebd cd432851bcc04ce29754c43b6d960c27 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1197/2486] 10.0.0.231 () {32 vars in 751 bytes} [Thu May 7 14:32:04 2026] GET /v2.0/subnetpools/b9c14089-d812-4a10-ba5f-866474196b3d/tags/green => generated 99 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2487] 10.0.0.231 () {32 vars in 750 bytes} [Thu May 7 14:32:04 2026] DELETE /v2.0/subnetpools/b9c14089-d812-4a10-ba5f-866474196b3d/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1198/2488] 10.0.0.231 () {32 vars in 739 bytes} [Thu May 7 14:32:04 2026] GET /v2.0/subnetpools/b9c14089-d812-4a10-ba5f-866474196b3d/tags => generated 30 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:32:04.619 8 INFO neutron.api.v2.resource [None req-ad6ba755-00e6-4db4-bb80-a0a366aba5f0 a173ab3517904b6797e90129f318cebd cd432851bcc04ce29754c43b6d960c27 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1291/2489] 10.0.0.231 () {32 vars in 754 bytes} [Thu May 7 14:32:04 2026] DELETE /v2.0/subnetpools/b9c14089-d812-4a10-ba5f-866474196b3d/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1199/2490] 10.0.0.231 () {32 vars in 742 bytes} [Thu May 7 14:32:04 2026] DELETE /v2.0/subnetpools/b9c14089-d812-4a10-ba5f-866474196b3d/tags => 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: 1292/2491] 10.0.0.231 () {32 vars in 739 bytes} [Thu May 7 14:32:04 2026] GET /v2.0/subnetpools/b9c14089-d812-4a10-ba5f-866474196b3d/tags => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1200/2492] 10.0.0.231 () {32 vars in 732 bytes} [Thu May 7 14:32:04 2026] DELETE /v2.0/subnetpools/b9c14089-d812-4a10-ba5f-866474196b3d => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2493] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:32:05 2026] GET /v2.0/security-groups?tenant_id=cd432851bcc04ce29754c43b6d960c27&name=default => generated 2929 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1201/2494] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:32:05 2026] DELETE /v2.0/security-groups/2247a1ae-4246-4cdc-ab72-69344d567490 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2495] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:32:05 2026] GET /v2.0/security-groups?tenant_id=209fd79428e245cd8bd2aa5ac84df9ea&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1202/2496] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:32:06 2026] DELETE /v2.0/security-groups/0bf2dc75-73cf-47d6-b4fb-6b4bf1ab10b5 => 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: 1295/2497] 10.0.0.231 () {32 vars in 721 bytes} [Thu May 7 14:32:06 2026] GET /v2.0/subnets/23459183-33b0-47bb-ab70-d56b4cede9e4 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1203/2498] 10.0.0.118 () {34 vars in 990 bytes} [Thu May 7 14:32:06 2026] GET /v2.0/ports?device_id=58485004-a26b-45a7-af48-f81136ae4907 => 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: 1296/2499] 10.0.0.118 () {34 vars in 1040 bytes} [Thu May 7 14:32:06 2026] GET /v2.0/security-groups?id=d01979c4-23f4-4043-8d95-93d36e3dce47&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1204/2500] 10.0.0.238 () {30 vars in 690 bytes} [Thu May 7 14:32:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2501] 10.0.0.238 () {30 vars in 692 bytes} [Thu May 7 14:32:07 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1205/2502] 10.0.0.238 () {30 vars in 668 bytes} [Thu May 7 14:32:07 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2503] 10.0.0.238 () {30 vars in 704 bytes} [Thu May 7 14:32:07 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: 9|app: 0|req: 1206/2504] 10.0.0.238 () {28 vars in 439 bytes} [Thu May 7 14:32:08 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: 1299/2505] 10.0.0.238 () {30 vars in 728 bytes} [Thu May 7 14:32:08 2026] GET /v2.0/subnets/23459183-33b0-47bb-ab70-d56b4cede9e4 => generated 658 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1207/2506] 10.0.0.238 () {30 vars in 690 bytes} [Thu May 7 14:32:08 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: 1300/2507] 10.0.0.238 () {30 vars in 692 bytes} [Thu May 7 14:32:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1208/2508] 10.0.0.238 () {30 vars in 668 bytes} [Thu May 7 14:32:08 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: 1301/2509] 10.0.0.238 () {30 vars in 704 bytes} [Thu May 7 14:32:08 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: 9|app: 0|req: 1209/2510] 10.0.0.238 () {30 vars in 728 bytes} [Thu May 7 14:32:08 2026] GET /v2.0/subnets/23459183-33b0-47bb-ab70-d56b4cede9e4 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2511] 10.0.0.238 () {30 vars in 690 bytes} [Thu May 7 14:32:08 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: 9|app: 0|req: 1210/2512] 10.0.0.238 () {30 vars in 692 bytes} [Thu May 7 14:32:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2513] 10.0.0.238 () {30 vars in 668 bytes} [Thu May 7 14:32:08 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: 9|app: 0|req: 1211/2514] 10.0.0.238 () {30 vars in 704 bytes} [Thu May 7 14:32:08 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: 1304/2515] 10.0.0.238 () {30 vars in 730 bytes} [Thu May 7 14:32:08 2026] GET /v2.0/networks/b91e1a32-bce0-4224-a164-e0419ac9d265 => generated 799 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1212/2516] 10.0.0.238 () {30 vars in 682 bytes} [Thu May 7 14:32:08 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2517] 10.0.0.238 () {34 vars in 704 bytes} [Thu May 7 14:32:08 2026] POST /v2.0/ports => generated 1132 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1214/2520] 199.19.213.209 () {30 vars in 703 bytes} [Thu May 7 14:32:12 2026] GET /v2.0/extensions/security-group => generated 170 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: 1307/2521] 199.19.213.209 () {30 vars in 705 bytes} [Thu May 7 14:32:12 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: 9|app: 0|req: 1215/2522] 199.19.213.209 () {30 vars in 681 bytes} [Thu May 7 14:32:12 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: 1308/2523] 199.19.213.209 () {30 vars in 717 bytes} [Thu May 7 14:32:12 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: 9|app: 0|req: 1216/2524] 199.19.213.209 () {30 vars in 737 bytes} [Thu May 7 14:32:12 2026] GET /v2.0/ports/b159058c-31ef-41ae-a85e-60c59ab86e00 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2525] 199.19.213.209 () {30 vars in 703 bytes} [Thu May 7 14:32:12 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: 9|app: 0|req: 1217/2526] 199.19.213.209 () {30 vars in 705 bytes} [Thu May 7 14:32: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: 8|app: 0|req: 1310/2527] 199.19.213.209 () {30 vars in 681 bytes} [Thu May 7 14:32:12 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1218/2528] 199.19.213.209 () {30 vars in 717 bytes} [Thu May 7 14:32: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) 2026-05-07 14:32:12.569 8 INFO neutron.api.v2.resource [None req-48307c92-2fa6-4042-9000-fa9348e56159 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1311/2529] 199.19.213.209 () {30 vars in 763 bytes} [Thu May 7 14:32:12 2026] GET /v2.0/security-groups/lb-57696f0f-6d81-4a07-9469-fbacb5a2a524 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1219/2530] 199.19.213.209 () {30 vars in 785 bytes} [Thu May 7 14:32:12 2026] GET /v2.0/security-groups?name=lb-57696f0f-6d81-4a07-9469-fbacb5a2a524 => generated 23 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2531] 199.19.213.209 () {34 vars in 736 bytes} [Thu May 7 14:32:12 2026] POST /v2.0/security-groups => generated 1638 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1220/2532] 199.19.213.209 () {30 vars in 815 bytes} [Thu May 7 14:32:12 2026] GET /v2.0/security-group-rules?security_group_id=8ff4ee66-8473-4e62-9d81-2fc96b1f1a94 => generated 1182 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2533] 199.19.213.209 () {34 vars in 789 bytes} [Thu May 7 14:32:12 2026] PUT /v2.0/ports/b159058c-31ef-41ae-a85e-60c59ab86e00 => generated 1132 bytes in 1123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1221/2534] 199.19.213.209 () {30 vars in 703 bytes} [Thu May 7 14:32:13 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1314/2535] 199.19.213.209 () {30 vars in 705 bytes} [Thu May 7 14:32: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: 9|app: 0|req: 1222/2536] 199.19.213.209 () {30 vars in 681 bytes} [Thu May 7 14:32:14 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2537] 199.19.213.209 () {30 vars in 717 bytes} [Thu May 7 14:32:14 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1223/2538] 199.19.213.209 () {30 vars in 741 bytes} [Thu May 7 14:32:14 2026] GET /v2.0/subnets/23459183-33b0-47bb-ab70-d56b4cede9e4 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2539] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:32:16 2026] GET /v2.0/ports?device_id=58485004-a26b-45a7-af48-f81136ae4907 => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1224/2540] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:32:17 2026] GET /v2.0/security-groups?id=d01979c4-23f4-4043-8d95-93d36e3dce47&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2541] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:32:18 2026] GET /v2.0/ports?device_id=58485004-a26b-45a7-af48-f81136ae4907 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1225/2542] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:32:18 2026] GET /v2.0/security-groups?id=d01979c4-23f4-4043-8d95-93d36e3dce47&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2543] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:32:19 2026] GET /v2.0/ports?device_id=58485004-a26b-45a7-af48-f81136ae4907 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1226/2544] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:32:19 2026] GET /v2.0/security-groups?id=d01979c4-23f4-4043-8d95-93d36e3dce47&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2545] 199.19.213.209 () {34 vars in 994 bytes} [Thu May 7 14:32:19 2026] GET /v2.0/ports?device_id=58485004-a26b-45a7-af48-f81136ae4907 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:32:19.631 9 INFO neutron_taas.services.taas.taas_plugin [req-05adfc24-aa27-48bf-98ae-914827bc83d0 req-c19760b5-7d76-4771-a451-2beb2c702fd6 2023e6379f14450999bea25bff525d8a 55c22fb833d84498af95e69c5696e827 - - default default] TaaS: Handle Delete Port: 48de7656-f0a7-427d-8d4b-64cb362fbeed 2026-05-07 14:32:19.635 9 INFO neutron_taas.services.taas.tap_mirror_plugin [req-05adfc24-aa27-48bf-98ae-914827bc83d0 req-c19760b5-7d76-4771-a451-2beb2c702fd6 2023e6379f14450999bea25bff525d8a 55c22fb833d84498af95e69c5696e827 - - default default] Tap Mirror: Handle Delete Port: 48de7656-f0a7-427d-8d4b-64cb362fbeed 2026-05-07 14:32:19.756 9 INFO neutron.db.l3_db [req-05adfc24-aa27-48bf-98ae-914827bc83d0 req-c19760b5-7d76-4771-a451-2beb2c702fd6 2023e6379f14450999bea25bff525d8a 55c22fb833d84498af95e69c5696e827 - - default default] Floating IP 904244b7-2c1f-484b-ad70-5a4a46ca1a40 disassociated. External IP: 10.96.250.206, port: 48de7656-f0a7-427d-8d4b-64cb362fbeed. [pid: 9|app: 0|req: 1227/2546] 199.19.213.209 () {36 vars in 997 bytes} [Thu May 7 14:32:19 2026] DELETE /v2.0/ports/48de7656-f0a7-427d-8d4b-64cb362fbeed => generated 0 bytes in 648 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:32:20.160 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-42a32e31-bc96-45fb-8c4c-d92d7813ccb9'] response: {'server_uuid': '58485004-a26b-45a7-af48-f81136ae4907', 'name': 'network-vif-deleted', 'tag': '48de7656-f0a7-427d-8d4b-64cb362fbeed', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1320/2547] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:32:20 2026] GET /v2.0/ports?device_id=58485004-a26b-45a7-af48-f81136ae4907 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1228/2548] 10.0.0.63 () {34 vars in 1015 bytes} [Thu May 7 14:32:21 2026] GET /v2.0/security-groups?id=2472e81e-2dac-47df-b040-847e334ac4ef&fields=id => 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: 1321/2549] 10.0.0.63 () {34 vars in 981 bytes} [Thu May 7 14:32:21 2026] GET /v2.0/networks?id=d6a28c8f-a542-458b-89cc-b2b85d438134 => generated 735 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1229/2550] 10.0.0.63 () {34 vars in 964 bytes} [Thu May 7 14:32:21 2026] GET /v2.0/quotas/03c930bcc0ed4b11af525c8c08ddd4b2 => generated 291 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1230/2551] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:32:21 2026] GET /v2.0/ports?device_id=58485004-a26b-45a7-af48-f81136ae4907 => 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: 1322/2552] 10.0.0.63 () {34 vars in 1001 bytes} [Thu May 7 14:32:21 2026] GET /v2.0/ports?tenant_id=03c930bcc0ed4b11af525c8c08ddd4b2&fields=id => generated 149 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1231/2553] 10.0.0.63 () {34 vars in 1007 bytes} [Thu May 7 14:32:21 2026] GET /v2.0/networks/d6a28c8f-a542-458b-89cc-b2b85d438134?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2554] 10.0.0.63 () {34 vars in 1107 bytes} [Thu May 7 14:32:21 2026] GET /v2.0/networks/d6a28c8f-a542-458b-89cc-b2b85d438134?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: 9|app: 0|req: 1232/2555] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:32:22 2026] GET /v2.0/ports?device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 12 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2556] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:32:22 2026] GET /v2.0/ports?device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1233/2557] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:32:22 2026] GET /v2.0/ports?device_id=58485004-a26b-45a7-af48-f81136ae4907 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2558] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:32:23 2026] DELETE /v2.0/security-groups/d01979c4-23f4-4043-8d95-93d36e3dce47 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:32:24.107 9 INFO neutron_taas.services.taas.taas_plugin [None req-34081b45-6c7d-4d5f-9fa2-08a4ce303709 2023e6379f14450999bea25bff525d8a 55c22fb833d84498af95e69c5696e827 - - default default] TaaS: Handle Delete Port: f1fe495e-41ec-4313-aa83-3f7f991e9dbe 2026-05-07 14:32:24.111 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34081b45-6c7d-4d5f-9fa2-08a4ce303709 2023e6379f14450999bea25bff525d8a 55c22fb833d84498af95e69c5696e827 - - default default] Tap Mirror: Handle Delete Port: f1fe495e-41ec-4313-aa83-3f7f991e9dbe [pid: 9|app: 0|req: 1234/2559] 10.0.0.231 () {32 vars in 732 bytes} [Thu May 7 14:32:24 2026] DELETE /v2.0/floatingips/904244b7-2c1f-484b-ad70-5a4a46ca1a40 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2560] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:32:24 2026] GET /v2.0/ports?device_id=fdb98e6f-6d54-4159-855a-acab5510408f => generated 975 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1235/2561] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:32:24 2026] GET /v2.0/security-groups?id=2f29bdb4-79f4-4f3f-9245-d066d02ed9cd&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: 1327/2562] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:32:25 2026] GET /v2.0/ports?device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1236/2563] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:32:25 2026] GET /v2.0/ports?device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2564] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:32:25 2026] GET /v2.0/ports?device_id=fdb98e6f-6d54-4159-855a-acab5510408f => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1237/2565] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:32:25 2026] GET /v2.0/security-groups?id=2f29bdb4-79f4-4f3f-9245-d066d02ed9cd&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: 1329/2566] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:32:26 2026] GET /v2.0/networks?id=d6a28c8f-a542-458b-89cc-b2b85d438134 => generated 735 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1238/2567] 199.19.213.209 () {34 vars in 1050 bytes} [Thu May 7 14:32:26 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=03c930bcc0ed4b11af525c8c08ddd4b2 => generated 343 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2570] 199.19.213.209 () {38 vars in 955 bytes} [Thu May 7 14:32:26 2026] POST /v2.0/ports => generated 1082 bytes in 302 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: 1331/2571] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:32:26 2026] GET /v2.0/ports?device_id=fdb98e6f-6d54-4159-855a-acab5510408f => 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: 1332/2572] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:32:26 2026] GET /v2.0/security-groups?id=2f29bdb4-79f4-4f3f-9245-d066d02ed9cd&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: 1333/2573] 199.19.213.209 () {34 vars in 994 bytes} [Thu May 7 14:32:26 2026] GET /v2.0/ports?device_id=fdb98e6f-6d54-4159-855a-acab5510408f => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:32:27.043 8 INFO neutron_taas.services.taas.taas_plugin [req-ee0c941e-92b2-4531-84ac-6c563fde1a86 req-053be15a-f0d2-41a0-bef3-9eda1d5667fe 2023e6379f14450999bea25bff525d8a 55c22fb833d84498af95e69c5696e827 - - default default] TaaS: Handle Delete Port: 04c023d0-1599-4e14-b610-54fc0f0c6417 2026-05-07 14:32:27.049 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ee0c941e-92b2-4531-84ac-6c563fde1a86 req-053be15a-f0d2-41a0-bef3-9eda1d5667fe 2023e6379f14450999bea25bff525d8a 55c22fb833d84498af95e69c5696e827 - - default default] Tap Mirror: Handle Delete Port: 04c023d0-1599-4e14-b610-54fc0f0c6417 [pid: 8|app: 0|req: 1334/2574] 199.19.213.209 () {36 vars in 997 bytes} [Thu May 7 14:32:26 2026] DELETE /v2.0/ports/04c023d0-1599-4e14-b610-54fc0f0c6417 => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1241/2575] 199.19.213.209 () {38 vars in 1028 bytes} [Thu May 7 14:32:26 2026] PUT /v2.0/ports/2f24a19a-2273-4e40-aac4-d4c0ccd1bee8 => generated 1243 bytes in 412 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:32:27.229 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2a972bfc-aa78-486e-9414-c6234bd468fe'] response: {'server_uuid': 'fdb98e6f-6d54-4159-855a-acab5510408f', 'name': 'network-vif-deleted', 'tag': '04c023d0-1599-4e14-b610-54fc0f0c6417', 'status': 'completed', 'code': 200} 2026-05-07 14:32:27.248 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-7c5ce0ca-02f4-4ee3-8e86-d0af56d2a42f'] response: {'name': 'network-changed', 'server_uuid': '01dabd6b-f28f-4ae3-9701-52da6f71b7e6', 'tag': '2f24a19a-2273-4e40-aac4-d4c0ccd1bee8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1335/2576] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:32:27 2026] GET /v2.0/ports?tenant_id=03c930bcc0ed4b11af525c8c08ddd4b2&device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 1246 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: 9|app: 0|req: 1242/2577] 199.19.213.209 () {34 vars in 1018 bytes} [Thu May 7 14:32:27 2026] GET /v2.0/networks?tenant_id=03c930bcc0ed4b11af525c8c08ddd4b2&shared=False => generated 735 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2578] 199.19.213.209 () {34 vars in 930 bytes} [Thu May 7 14:32:27 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: 9|app: 0|req: 1243/2579] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:32:27 2026] GET /v2.0/ports?device_id=fdb98e6f-6d54-4159-855a-acab5510408f => 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: 1337/2580] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:32:28 2026] GET /v2.0/ports?device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1244/2581] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:32:28 2026] GET /v2.0/security-groups?id=2472e81e-2dac-47df-b040-847e334ac4ef&fields=id&fields=name => generated 96 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2582] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:32:28 2026] GET /v2.0/ports?device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1245/2583] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:32:28 2026] GET /v2.0/ports?tenant_id=03c930bcc0ed4b11af525c8c08ddd4b2&device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => 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: 1339/2584] 199.19.213.209 () {34 vars in 1062 bytes} [Thu May 7 14:32:28 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.183&port_id=2f24a19a-2273-4e40-aac4-d4c0ccd1bee8 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1246/2585] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:32:28 2026] GET /v2.0/subnets?id=465d6111-24c5-494e-9911-22d00b8aa422 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2586] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:32:29 2026] GET /v2.0/ports?network_id=d6a28c8f-a542-458b-89cc-b2b85d438134&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: 9|app: 0|req: 1247/2587] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:32:29 2026] GET /v2.0/networks/d6a28c8f-a542-458b-89cc-b2b85d438134?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: 1341/2588] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:32:29 2026] GET /v2.0/networks/d6a28c8f-a542-458b-89cc-b2b85d438134?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: 9|app: 0|req: 1248/2589] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:32:29 2026] GET /v2.0/ports?device_id=fdb98e6f-6d54-4159-855a-acab5510408f => 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: 1342/2590] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:32:30 2026] GET /v2.0/ports?device_id=fdb98e6f-6d54-4159-855a-acab5510408f => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1249/2591] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:32:31 2026] GET /v2.0/ports?device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 1246 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1250/2592] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:32:31 2026] GET /v2.0/security-groups?id=2472e81e-2dac-47df-b040-847e334ac4ef&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2593] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:32:31 2026] DELETE /v2.0/security-groups/2f29bdb4-79f4-4f3f-9245-d066d02ed9cd => generated 0 bytes in 159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1251/2594] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:32:31 2026] GET /v2.0/ports?device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 1246 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:32:32.057 8 INFO neutron_taas.services.taas.taas_plugin [None req-a42e14c1-4c6b-4567-9fed-f5941967321b 2023e6379f14450999bea25bff525d8a 55c22fb833d84498af95e69c5696e827 - - default default] TaaS: Handle Delete Port: fb5a8c27-e9ee-40e5-9743-77ddb5df0476 2026-05-07 14:32:32.061 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a42e14c1-4c6b-4567-9fed-f5941967321b 2023e6379f14450999bea25bff525d8a 55c22fb833d84498af95e69c5696e827 - - default default] Tap Mirror: Handle Delete Port: fb5a8c27-e9ee-40e5-9743-77ddb5df0476 [pid: 8|app: 0|req: 1344/2595] 10.0.0.231 () {34 vars in 789 bytes} [Thu May 7 14:32:31 2026] PUT /v2.0/routers/234fe61d-3bf5-4023-a4c2-a990b1132d8c/remove_router_interface => generated 309 bytes in 975 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1252/2596] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:32:32 2026] DELETE /v2.0/subnets/97d6d9e5-ab22-445b-981e-0fb55781bbdc => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1253/2597] 199.19.213.209 () {34 vars in 994 bytes} [Thu May 7 14:32:32 2026] GET /v2.0/ports?device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 1248 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1254/2598] 199.19.213.209 () {34 vars in 1044 bytes} [Thu May 7 14:32:32 2026] GET /v2.0/security-groups?id=2472e81e-2dac-47df-b040-847e334ac4ef&fields=id&fields=name => generated 96 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:32:33.084 8 INFO neutron_taas.services.taas.taas_plugin [None req-aab651eb-a9f3-4832-8468-cde0676e0b8f 2023e6379f14450999bea25bff525d8a 55c22fb833d84498af95e69c5696e827 - - default default] TaaS: Handle Delete Port: 2c7b4565-2ef2-4e8c-8446-87ce77df21e3 2026-05-07 14:32:33.088 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aab651eb-a9f3-4832-8468-cde0676e0b8f 2023e6379f14450999bea25bff525d8a 55c22fb833d84498af95e69c5696e827 - - default default] Tap Mirror: Handle Delete Port: 2c7b4565-2ef2-4e8c-8446-87ce77df21e3 2026-05-07 14:32:33.366 8 INFO neutron_taas.services.taas.taas_plugin [None req-aab651eb-a9f3-4832-8468-cde0676e0b8f 2023e6379f14450999bea25bff525d8a 55c22fb833d84498af95e69c5696e827 - - default default] TaaS: Handle Delete Port: 29baea50-61e9-4eae-ae74-4f736bc3eff3 2026-05-07 14:32:33.369 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aab651eb-a9f3-4832-8468-cde0676e0b8f 2023e6379f14450999bea25bff525d8a 55c22fb833d84498af95e69c5696e827 - - default default] Tap Mirror: Handle Delete Port: 29baea50-61e9-4eae-ae74-4f736bc3eff3 2026-05-07 14:32:33.798 8 INFO neutron.services.segments.plugin [-] Segment aec5a806-5c76-48ef-b1a9-7c6ea238ec2c resource provider aggregate not found 2026-05-07 14:32:33.806 8 INFO neutron.services.segments.plugin [-] Segment aec5a806-5c76-48ef-b1a9-7c6ea238ec2c resource provider aggregate not found 2026-05-07 14:32:33.827 8 INFO neutron.services.segments.plugin [-] Segment aec5a806-5c76-48ef-b1a9-7c6ea238ec2c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aec5a806-5c76-48ef-b1a9-7c6ea238ec2c found for delete ", "request_id": "req-8fdbe4e2-055f-465a-a704-1c1c6e5a8e65"}]} 2026-05-07 14:32:33.832 8 INFO neutron.services.segments.plugin [-] Segment aec5a806-5c76-48ef-b1a9-7c6ea238ec2c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aec5a806-5c76-48ef-b1a9-7c6ea238ec2c found for delete ", "request_id": "req-33f149d7-95c1-407a-b824-96192f7d0a41"}]} 2026-05-07 14:32:33.876 8 INFO neutron.db.l3_hamode_db [None req-aab651eb-a9f3-4832-8468-cde0676e0b8f 2023e6379f14450999bea25bff525d8a 55c22fb833d84498af95e69c5696e827 - - default default] HA network 60d88e46-61ef-421d-b5d5-cc1f8bc53fa7 was deleted as no HA routers are present in tenant 55c22fb833d84498af95e69c5696e827. [pid: 8|app: 0|req: 1345/2599] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:32:32 2026] DELETE /v2.0/routers/234fe61d-3bf5-4023-a4c2-a990b1132d8c => generated 0 bytes in 1079 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:32:34.064 9 INFO neutron.services.segments.plugin [-] Segment 3daa47e6-cfa8-42f3-b43c-54631876ae05 resource provider aggregate not found 2026-05-07 14:32:34.073 9 INFO neutron.services.segments.plugin [-] Segment 3daa47e6-cfa8-42f3-b43c-54631876ae05 resource provider aggregate not found 2026-05-07 14:32:34.085 9 INFO neutron.services.segments.plugin [-] Segment 3daa47e6-cfa8-42f3-b43c-54631876ae05 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3daa47e6-cfa8-42f3-b43c-54631876ae05 found for delete ", "request_id": "req-cdfa9190-3afa-49e0-ab43-4e72da440c23"}]} 2026-05-07 14:32:34.094 9 INFO neutron.services.segments.plugin [-] Segment 3daa47e6-cfa8-42f3-b43c-54631876ae05 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3daa47e6-cfa8-42f3-b43c-54631876ae05 found for delete ", "request_id": "req-1c578188-9c40-4762-8d55-b73c0043221a"}]} [pid: 9|app: 0|req: 1255/2600] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:32:33 2026] DELETE /v2.0/networks/c78d4995-d138-409e-b850-450278b7db0f => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2601] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:32:34 2026] GET /v2.0/ports?device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 1248 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1256/2602] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:32:34 2026] GET /v2.0/security-groups?id=2472e81e-2dac-47df-b040-847e334ac4ef&fields=id&fields=name => generated 96 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1257/2603] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:32:34 2026] GET /v2.0/ports?device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2604] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:32:34 2026] GET /v2.0/security-groups?tenant_id=9a93e900d26a46fab508dfa3240b5421&name=default => generated 2929 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1258/2605] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:32:35 2026] DELETE /v2.0/security-groups/ada5815d-e6ef-4fe0-8787-85cca0dec89f => 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: 1348/2606] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:32:35 2026] GET /v2.0/security-groups?tenant_id=55c22fb833d84498af95e69c5696e827&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1259/2607] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:32:35 2026] DELETE /v2.0/security-groups/f4276b4d-843d-4934-950d-562c1711e87f => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2608] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:32:37 2026] GET /v2.0/ports?device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 1248 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1260/2609] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:32:37 2026] GET /v2.0/security-groups?id=2472e81e-2dac-47df-b040-847e334ac4ef&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2610] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:32:37 2026] GET /v2.0/ports?device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:32:40.184 9 INFO neutron.db.segments_db [None req-10254f47-f068-42bc-a841-6ff52427e69b c08ba238ff3643e5a08398d095d543b4 c9bc510149e24fb6b6e69cfa6c9b5e82 - - default default] Added segment 2fabb524-b0fb-4a2f-8b48-8cda93355788 of type vxlan for network 68abac79-962c-4851-a73b-e95c36f6c5a5 [pid: 9|app: 0|req: 1261/2611] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:32:39 2026] POST /v2.0/networks => generated 613 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:32:40.331 8 INFO neutron.db.segments_db [None req-b4d065eb-9b13-41ba-9810-43a4215274af c08ba238ff3643e5a08398d095d543b4 c9bc510149e24fb6b6e69cfa6c9b5e82 - - default default] Added segment 805e8b9b-7ae3-4632-992d-39ccd45d5df6 of type vxlan for network c2f21c9c-10c8-4bac-8b51-e4fa2b5c7af8 [pid: 8|app: 0|req: 1351/2612] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:32:40 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) 2026-05-07 14:32:40.479 9 INFO neutron.db.segments_db [None req-7ccb6614-a5b1-4f3f-9463-a9b163c87bbf c08ba238ff3643e5a08398d095d543b4 c9bc510149e24fb6b6e69cfa6c9b5e82 - - default default] Added segment 503ea987-a910-49e6-93eb-0ddc04e8b0f5 of type vxlan for network 2329ea6d-a387-4d72-aadb-5390203df556 [pid: 9|app: 0|req: 1262/2613] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:32:40 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) 2026-05-07 14:32:40.675 8 INFO neutron.db.segments_db [None req-19992900-5afd-458a-bedf-3f6fee0a06db c08ba238ff3643e5a08398d095d543b4 c9bc510149e24fb6b6e69cfa6c9b5e82 - - default default] Added segment 44877536-98a3-4bee-be85-7f60d415581b of type vxlan for network d7084d4f-04ce-41ab-b4c0-2468c07a2285 [pid: 8|app: 0|req: 1352/2614] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:32:40 2026] POST /v2.0/networks => generated 612 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:32:40.880 9 INFO neutron.db.segments_db [None req-51f0ca84-9ce9-4e00-83f4-edc085d782a0 c08ba238ff3643e5a08398d095d543b4 c9bc510149e24fb6b6e69cfa6c9b5e82 - - default default] Added segment 52449ad2-c716-4730-9f97-3c8ac62fbded of type vxlan for network 2d6dc99f-77fe-4e52-9c30-146eac996a20 [pid: 9|app: 0|req: 1263/2615] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:32:40 2026] POST /v2.0/networks => generated 612 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2616] 10.0.0.231 () {34 vars in 753 bytes} [Thu May 7 14:32:41 2026] PUT /v2.0/networks/68abac79-962c-4851-a73b-e95c36f6c5a5/tags => generated 17 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1264/2617] 10.0.0.231 () {34 vars in 753 bytes} [Thu May 7 14:32:41 2026] PUT /v2.0/networks/c2f21c9c-10c8-4bac-8b51-e4fa2b5c7af8/tags => generated 25 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2618] 10.0.0.231 () {34 vars in 753 bytes} [Thu May 7 14:32:41 2026] PUT /v2.0/networks/2329ea6d-a387-4d72-aadb-5390203df556/tags => generated 34 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1265/2619] 10.0.0.231 () {34 vars in 753 bytes} [Thu May 7 14:32:41 2026] PUT /v2.0/networks/d7084d4f-04ce-41ab-b4c0-2468c07a2285/tags => generated 19 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2620] 10.0.0.231 () {32 vars in 666 bytes} [Thu May 7 14:32:41 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1266/2621] 10.0.0.231 () {32 vars in 680 bytes} [Thu May 7 14:32:41 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2622] 10.0.0.231 () {32 vars in 676 bytes} [Thu May 7 14:32:41 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1267/2623] 10.0.0.231 () {32 vars in 688 bytes} [Thu May 7 14:32:41 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2625] 10.0.0.231 () {32 vars in 674 bytes} [Thu May 7 14:32:41 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2627] 10.0.0.231 () {32 vars in 688 bytes} [Thu May 7 14:32:41 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1270/2628] 10.0.0.231 () {32 vars in 684 bytes} [Thu May 7 14:32:41 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2629] 10.0.0.231 () {32 vars in 696 bytes} [Thu May 7 14:32:41 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:32:42.055 9 INFO neutron.services.segments.plugin [-] Segment 2fabb524-b0fb-4a2f-8b48-8cda93355788 resource provider aggregate not found 2026-05-07 14:32:42.061 9 INFO neutron.services.segments.plugin [-] Segment 2fabb524-b0fb-4a2f-8b48-8cda93355788 resource provider aggregate not found 2026-05-07 14:32:42.083 9 INFO neutron.services.segments.plugin [-] Segment 2fabb524-b0fb-4a2f-8b48-8cda93355788 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2fabb524-b0fb-4a2f-8b48-8cda93355788 found for delete ", "request_id": "req-e7828e26-955d-4f14-8c7f-102f64fc4596"}]} 2026-05-07 14:32:42.093 9 INFO neutron.services.segments.plugin [-] Segment 2fabb524-b0fb-4a2f-8b48-8cda93355788 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2fabb524-b0fb-4a2f-8b48-8cda93355788 found for delete ", "request_id": "req-fbcb15e9-7a22-48ea-b605-3daf85a9865a"}]} [pid: 9|app: 0|req: 1271/2630] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:32:41 2026] DELETE /v2.0/networks/68abac79-962c-4851-a73b-e95c36f6c5a5 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:32:42.217 8 INFO neutron.services.segments.plugin [-] Segment 805e8b9b-7ae3-4632-992d-39ccd45d5df6 resource provider aggregate not found 2026-05-07 14:32:42.225 8 INFO neutron.services.segments.plugin [-] Segment 805e8b9b-7ae3-4632-992d-39ccd45d5df6 resource provider aggregate not found 2026-05-07 14:32:42.236 8 INFO neutron.services.segments.plugin [-] Segment 805e8b9b-7ae3-4632-992d-39ccd45d5df6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 805e8b9b-7ae3-4632-992d-39ccd45d5df6 found for delete ", "request_id": "req-08433931-186f-4208-ab52-2398dbaed68c"}]} [pid: 8|app: 0|req: 1360/2631] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:32:42 2026] DELETE /v2.0/networks/c2f21c9c-10c8-4bac-8b51-e4fa2b5c7af8 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:32:42.263 8 INFO neutron.services.segments.plugin [-] Segment 805e8b9b-7ae3-4632-992d-39ccd45d5df6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 805e8b9b-7ae3-4632-992d-39ccd45d5df6 found for delete ", "request_id": "req-6956e626-819d-429c-a348-d84b155e3376"}]} [pid: 9|app: 0|req: 1272/2632] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:32:42 2026] DELETE /v2.0/networks/2329ea6d-a387-4d72-aadb-5390203df556 => 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: 1361/2633] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:32:42 2026] DELETE /v2.0/networks/d7084d4f-04ce-41ab-b4c0-2468c07a2285 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1273/2634] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:32:42 2026] DELETE /v2.0/networks/2d6dc99f-77fe-4e52-9c30-146eac996a20 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2635] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:32:43 2026] GET /v2.0/security-groups?tenant_id=c9bc510149e24fb6b6e69cfa6c9b5e82&name=default => generated 2929 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1274/2636] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:32:43 2026] DELETE /v2.0/security-groups/a1a47992-baf4-4178-a733-3ed1bb08a48e => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:32:44.103 9 INFO neutron.services.segments.plugin [-] Segment 503ea987-a910-49e6-93eb-0ddc04e8b0f5 resource provider aggregate not found 2026-05-07 14:32:44.118 9 INFO neutron.services.segments.plugin [-] Segment 503ea987-a910-49e6-93eb-0ddc04e8b0f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 503ea987-a910-49e6-93eb-0ddc04e8b0f5 found for delete ", "request_id": "req-14d5e270-1439-4723-aa6e-5c56b3918a22"}]} 2026-05-07 14:32:44.123 9 INFO neutron.services.segments.plugin [-] Segment 503ea987-a910-49e6-93eb-0ddc04e8b0f5 resource provider aggregate not found 2026-05-07 14:32:44.139 9 INFO neutron.services.segments.plugin [-] Segment 52449ad2-c716-4730-9f97-3c8ac62fbded resource provider aggregate not found 2026-05-07 14:32:44.146 9 INFO neutron.services.segments.plugin [-] Segment 503ea987-a910-49e6-93eb-0ddc04e8b0f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 503ea987-a910-49e6-93eb-0ddc04e8b0f5 found for delete ", "request_id": "req-0cf63396-be88-4c64-b8b6-9fc4ef7d4c48"}]} 2026-05-07 14:32:44.159 9 INFO neutron.services.segments.plugin [-] Segment 52449ad2-c716-4730-9f97-3c8ac62fbded resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52449ad2-c716-4730-9f97-3c8ac62fbded found for delete ", "request_id": "req-3b69d249-b095-4c5c-8ea4-b57194251f13"}]} 2026-05-07 14:32:44.166 9 INFO neutron.services.segments.plugin [-] Segment 52449ad2-c716-4730-9f97-3c8ac62fbded resource provider aggregate not found 2026-05-07 14:32:44.181 9 INFO neutron.services.segments.plugin [-] Segment 52449ad2-c716-4730-9f97-3c8ac62fbded resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52449ad2-c716-4730-9f97-3c8ac62fbded found for delete ", "request_id": "req-43c14d37-2241-4392-b243-eb77f010c173"}]} [pid: 8|app: 0|req: 1363/2637] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:32:44 2026] GET /v2.0/security-groups?tenant_id=aad14cb3cd2846ddbd7afe25339f5cf6&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:32:44.256 8 INFO neutron.services.segments.plugin [-] Segment 44877536-98a3-4bee-be85-7f60d415581b resource provider aggregate not found 2026-05-07 14:32:44.273 8 INFO neutron.services.segments.plugin [-] Segment 44877536-98a3-4bee-be85-7f60d415581b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44877536-98a3-4bee-be85-7f60d415581b found for delete ", "request_id": "req-8c1580fc-7673-400f-966d-4c9afa28405e"}]} 2026-05-07 14:32:44.282 8 INFO neutron.services.segments.plugin [-] Segment 44877536-98a3-4bee-be85-7f60d415581b resource provider aggregate not found 2026-05-07 14:32:44.308 8 INFO neutron.services.segments.plugin [-] Segment 44877536-98a3-4bee-be85-7f60d415581b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44877536-98a3-4bee-be85-7f60d415581b found for delete ", "request_id": "req-c0d86797-a458-4ff0-948f-93909c5ec6c1"}]} [pid: 9|app: 0|req: 1275/2638] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:32:44 2026] DELETE /v2.0/security-groups/dd1b96cd-f58e-4806-8752-4b63fbcf8f30 => 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: 1364/2639] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:32:44 2026] GET /v2.0/security-groups?tenant_id=ebd05a1fe4f6439089aa9f6e5648f967&name=default => generated 2929 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1276/2640] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:32:44 2026] DELETE /v2.0/security-groups/3f06440c-de16-429f-8840-ca6b02c1c2d3 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:32:49.093 8 INFO neutron.db.segments_db [None req-0976728f-a88c-4c69-b680-a538a95b8fd5 21bb41e40ce5411f958fccf4826de558 71d5df505c6f4756a71f7234873d779f - - default default] Added segment 0dbf4dde-0b5c-47f5-998b-8c1915d03b39 of type vxlan for network 3943dc7f-3da8-4d4c-a5d1-71ae7d7c0c19 [pid: 8|app: 0|req: 1365/2641] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:32:48 2026] POST /v2.0/networks => generated 613 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1277/2642] 10.0.0.231 () {34 vars in 664 bytes} [Thu May 7 14:32:49 2026] POST /v2.0/ports => generated 743 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:32:49.615 8 INFO neutron.db.segments_db [None req-fa886b0c-b23e-49a1-a168-c324b01252b3 21bb41e40ce5411f958fccf4826de558 71d5df505c6f4756a71f7234873d779f - - default default] Added segment b946dfd4-1f11-4ec3-aaf5-f389bee184f4 of type vxlan for network 3baccc2f-e308-4f10-b3e6-4ec8588e15ff [pid: 8|app: 0|req: 1366/2643] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:32:49 2026] POST /v2.0/networks => generated 613 bytes in 146 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: 9|app: 0|req: 1278/2644] 10.0.0.231 () {34 vars in 664 bytes} [Thu May 7 14:32:49 2026] POST /v2.0/ports => generated 743 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:32:50.160 8 INFO neutron.db.segments_db [None req-df86f10f-dc02-4785-b94d-4bb9ab53fcd4 21bb41e40ce5411f958fccf4826de558 71d5df505c6f4756a71f7234873d779f - - default default] Added segment 6e875d75-735d-4d0c-8327-86b54c979534 of type vxlan for network 5f3bb156-b8e8-4e77-bae4-4f109baf541c [pid: 8|app: 0|req: 1367/2645] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:32:50 2026] POST /v2.0/networks => generated 613 bytes in 169 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: 9|app: 0|req: 1279/2646] 10.0.0.231 () {34 vars in 664 bytes} [Thu May 7 14:32:50 2026] POST /v2.0/ports => generated 743 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:32:50.631 8 INFO neutron.db.segments_db [None req-bf5d8d78-d8ff-4c6b-ae18-476f75428515 21bb41e40ce5411f958fccf4826de558 71d5df505c6f4756a71f7234873d779f - - default default] Added segment 4c186621-bd6b-4f9c-8790-76515fa2a74a of type vxlan for network 28dba9cb-47a4-4898-b37f-c0f512e8da4f [pid: 8|app: 0|req: 1368/2647] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:32:50 2026] POST /v2.0/networks => generated 612 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 9|app: 0|req: 1280/2648] 10.0.0.231 () {34 vars in 664 bytes} [Thu May 7 14:32:50 2026] POST /v2.0/ports => generated 743 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 14:32:51.090 8 INFO neutron.db.segments_db [None req-95394962-926a-4113-8889-d20a288f00a5 21bb41e40ce5411f958fccf4826de558 71d5df505c6f4756a71f7234873d779f - - default default] Added segment dec49fa1-58b3-4af8-a76a-a47f64b6e6fb of type vxlan for network 8392e4e3-0052-4411-9e75-166a30214dc1 [pid: 8|app: 0|req: 1369/2649] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:32:51 2026] POST /v2.0/networks => generated 613 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 9|app: 0|req: 1281/2650] 10.0.0.231 () {34 vars in 664 bytes} [Thu May 7 14:32:51 2026] POST /v2.0/ports => generated 743 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2651] 10.0.0.231 () {34 vars in 747 bytes} [Thu May 7 14:32:51 2026] PUT /v2.0/ports/fa0700df-b122-4a7a-81ec-4f62cef92452/tags => generated 17 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 9|app: 0|req: 1282/2652] 10.0.0.231 () {34 vars in 747 bytes} [Thu May 7 14:32:51 2026] PUT /v2.0/ports/53eb97a9-effd-4c96-8c27-31cdce95756a/tags => generated 25 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1371/2653] 10.0.0.231 () {34 vars in 747 bytes} [Thu May 7 14:32:51 2026] PUT /v2.0/ports/453ba69a-9191-452d-97a4-95f06811a6aa/tags => generated 34 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 9|app: 0|req: 1283/2654] 10.0.0.231 () {34 vars in 747 bytes} [Thu May 7 14:32:51 2026] PUT /v2.0/ports/8ee2c519-6e73-4448-878e-627ec317d031/tags => generated 19 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1372/2655] 10.0.0.231 () {32 vars in 660 bytes} [Thu May 7 14:32:51 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 181 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: 9|app: 0|req: 1284/2656] 10.0.0.231 () {32 vars in 674 bytes} [Thu May 7 14:32:52 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2657] 10.0.0.231 () {32 vars in 670 bytes} [Thu May 7 14:32:52 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1285/2658] 10.0.0.231 () {32 vars in 682 bytes} [Thu May 7 14:32:52 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2659] 10.0.0.231 () {32 vars in 668 bytes} [Thu May 7 14:32:52 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1286/2660] 10.0.0.231 () {32 vars in 682 bytes} [Thu May 7 14:32:52 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2661] 10.0.0.231 () {32 vars in 678 bytes} [Thu May 7 14:32:52 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1287/2662] 10.0.0.231 () {32 vars in 690 bytes} [Thu May 7 14:32:52 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:32:52.774 8 INFO neutron_taas.services.taas.taas_plugin [None req-ffeda660-0ef1-4f30-8202-160eb94baf5e 21bb41e40ce5411f958fccf4826de558 71d5df505c6f4756a71f7234873d779f - - default default] TaaS: Handle Delete Port: fa0700df-b122-4a7a-81ec-4f62cef92452 2026-05-07 14:32:52.776 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ffeda660-0ef1-4f30-8202-160eb94baf5e 21bb41e40ce5411f958fccf4826de558 71d5df505c6f4756a71f7234873d779f - - default default] Tap Mirror: Handle Delete Port: fa0700df-b122-4a7a-81ec-4f62cef92452 [pid: 8|app: 0|req: 1376/2663] 10.0.0.231 () {32 vars in 720 bytes} [Thu May 7 14:32:52 2026] DELETE /v2.0/ports/fa0700df-b122-4a7a-81ec-4f62cef92452 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:32:52.979 9 INFO neutron_taas.services.taas.taas_plugin [None req-e3eb5a9c-c87d-48a6-ad96-012a4b88e08f 21bb41e40ce5411f958fccf4826de558 71d5df505c6f4756a71f7234873d779f - - default default] TaaS: Handle Delete Port: 53eb97a9-effd-4c96-8c27-31cdce95756a 2026-05-07 14:32:52.983 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3eb5a9c-c87d-48a6-ad96-012a4b88e08f 21bb41e40ce5411f958fccf4826de558 71d5df505c6f4756a71f7234873d779f - - default default] Tap Mirror: Handle Delete Port: 53eb97a9-effd-4c96-8c27-31cdce95756a [pid: 9|app: 0|req: 1288/2664] 10.0.0.231 () {32 vars in 720 bytes} [Thu May 7 14:32:52 2026] DELETE /v2.0/ports/53eb97a9-effd-4c96-8c27-31cdce95756a => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:32:53.164 8 INFO neutron_taas.services.taas.taas_plugin [None req-170e9b75-828e-46f6-a71d-066ae8b3f30f 21bb41e40ce5411f958fccf4826de558 71d5df505c6f4756a71f7234873d779f - - default default] TaaS: Handle Delete Port: 453ba69a-9191-452d-97a4-95f06811a6aa 2026-05-07 14:32:53.168 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-170e9b75-828e-46f6-a71d-066ae8b3f30f 21bb41e40ce5411f958fccf4826de558 71d5df505c6f4756a71f7234873d779f - - default default] Tap Mirror: Handle Delete Port: 453ba69a-9191-452d-97a4-95f06811a6aa [pid: 8|app: 0|req: 1377/2665] 10.0.0.231 () {32 vars in 720 bytes} [Thu May 7 14:32:53 2026] DELETE /v2.0/ports/453ba69a-9191-452d-97a4-95f06811a6aa => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:32:53.371 9 INFO neutron_taas.services.taas.taas_plugin [None req-56ea7fc7-387e-45ec-b392-a374fc126744 21bb41e40ce5411f958fccf4826de558 71d5df505c6f4756a71f7234873d779f - - default default] TaaS: Handle Delete Port: 8ee2c519-6e73-4448-878e-627ec317d031 2026-05-07 14:32:53.375 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56ea7fc7-387e-45ec-b392-a374fc126744 21bb41e40ce5411f958fccf4826de558 71d5df505c6f4756a71f7234873d779f - - default default] Tap Mirror: Handle Delete Port: 8ee2c519-6e73-4448-878e-627ec317d031 [pid: 9|app: 0|req: 1289/2666] 10.0.0.231 () {32 vars in 720 bytes} [Thu May 7 14:32:53 2026] DELETE /v2.0/ports/8ee2c519-6e73-4448-878e-627ec317d031 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:32:53.615 8 INFO neutron_taas.services.taas.taas_plugin [None req-63a5480d-33c8-49ce-8288-6826255f5090 21bb41e40ce5411f958fccf4826de558 71d5df505c6f4756a71f7234873d779f - - default default] TaaS: Handle Delete Port: 275cee48-b206-4052-8a5f-f549bc8cfb72 2026-05-07 14:32:53.618 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63a5480d-33c8-49ce-8288-6826255f5090 21bb41e40ce5411f958fccf4826de558 71d5df505c6f4756a71f7234873d779f - - default default] Tap Mirror: Handle Delete Port: 275cee48-b206-4052-8a5f-f549bc8cfb72 [pid: 8|app: 0|req: 1378/2667] 10.0.0.231 () {32 vars in 720 bytes} [Thu May 7 14:32:53 2026] DELETE /v2.0/ports/275cee48-b206-4052-8a5f-f549bc8cfb72 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1290/2668] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:32:53 2026] DELETE /v2.0/networks/3943dc7f-3da8-4d4c-a5d1-71ae7d7c0c19 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:32:53.977 9 INFO neutron.services.segments.plugin [-] Segment 0dbf4dde-0b5c-47f5-998b-8c1915d03b39 resource provider aggregate not found 2026-05-07 14:32:53.991 9 INFO neutron.services.segments.plugin [-] Segment 0dbf4dde-0b5c-47f5-998b-8c1915d03b39 resource provider aggregate not found 2026-05-07 14:32:53.997 9 INFO neutron.services.segments.plugin [-] Segment 0dbf4dde-0b5c-47f5-998b-8c1915d03b39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0dbf4dde-0b5c-47f5-998b-8c1915d03b39 found for delete ", "request_id": "req-e6a0b1e7-b8d6-408c-bc54-63d10a07f232"}]} 2026-05-07 14:32:54.013 9 INFO neutron.services.segments.plugin [-] Segment 0dbf4dde-0b5c-47f5-998b-8c1915d03b39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0dbf4dde-0b5c-47f5-998b-8c1915d03b39 found for delete ", "request_id": "req-6ded1895-1688-4bb7-81b5-e3f3948b298a"}]} [pid: 8|app: 0|req: 1379/2669] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:32:53 2026] DELETE /v2.0/networks/3baccc2f-e308-4f10-b3e6-4ec8588e15ff => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:32:54.061 8 INFO neutron.services.segments.plugin [-] Segment b946dfd4-1f11-4ec3-aaf5-f389bee184f4 resource provider aggregate not found 2026-05-07 14:32:54.066 8 INFO neutron.services.segments.plugin [-] Segment b946dfd4-1f11-4ec3-aaf5-f389bee184f4 resource provider aggregate not found 2026-05-07 14:32:54.079 8 INFO neutron.services.segments.plugin [-] Segment b946dfd4-1f11-4ec3-aaf5-f389bee184f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b946dfd4-1f11-4ec3-aaf5-f389bee184f4 found for delete ", "request_id": "req-8b108217-6ab9-4f8d-bb74-c49f38ad61f2"}]} 2026-05-07 14:32:54.081 8 INFO neutron.services.segments.plugin [-] Segment b946dfd4-1f11-4ec3-aaf5-f389bee184f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b946dfd4-1f11-4ec3-aaf5-f389bee184f4 found for delete ", "request_id": "req-5abf2971-cad0-4b76-afb3-ff5fef115c7c"}]} [pid: 9|app: 0|req: 1291/2670] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:32:54 2026] DELETE /v2.0/networks/5f3bb156-b8e8-4e77-bae4-4f109baf541c => 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: 1380/2671] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:32:54 2026] DELETE /v2.0/networks/28dba9cb-47a4-4898-b37f-c0f512e8da4f => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1292/2672] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:32:54 2026] DELETE /v2.0/networks/8392e4e3-0052-4411-9e75-166a30214dc1 => 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: 1381/2673] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:32:55 2026] GET /v2.0/security-groups?tenant_id=2ab6f5f98b434d83943143405e4f2167&name=default => generated 2929 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1293/2674] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:32:55 2026] DELETE /v2.0/security-groups/b3a7316c-5976-40d5-93a2-74a7912c128e => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2675] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:32:55 2026] GET /v2.0/security-groups?tenant_id=71d5df505c6f4756a71f7234873d779f&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1294/2676] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:32:55 2026] DELETE /v2.0/security-groups/5965e850-2a90-47b3-8516-ddd09346772a => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:32:56.021 9 INFO neutron.services.segments.plugin [-] Segment 6e875d75-735d-4d0c-8327-86b54c979534 resource provider aggregate not found 2026-05-07 14:32:56.037 9 INFO neutron.services.segments.plugin [-] Segment 6e875d75-735d-4d0c-8327-86b54c979534 resource provider aggregate not found 2026-05-07 14:32:56.041 9 INFO neutron.services.segments.plugin [-] Segment 6e875d75-735d-4d0c-8327-86b54c979534 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e875d75-735d-4d0c-8327-86b54c979534 found for delete ", "request_id": "req-46bd89ba-67d7-409c-921e-2065c57a22af"}]} 2026-05-07 14:32:56.056 9 INFO neutron.services.segments.plugin [-] Segment 6e875d75-735d-4d0c-8327-86b54c979534 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e875d75-735d-4d0c-8327-86b54c979534 found for delete ", "request_id": "req-aae90a83-cd46-4a00-bdb3-8ad4b4404fee"}]} 2026-05-07 14:32:56.061 9 INFO neutron.services.segments.plugin [-] Segment dec49fa1-58b3-4af8-a76a-a47f64b6e6fb resource provider aggregate not found 2026-05-07 14:32:56.072 9 INFO neutron.services.segments.plugin [-] Segment dec49fa1-58b3-4af8-a76a-a47f64b6e6fb resource provider aggregate not found 2026-05-07 14:32:56.078 9 INFO neutron.services.segments.plugin [-] Segment dec49fa1-58b3-4af8-a76a-a47f64b6e6fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dec49fa1-58b3-4af8-a76a-a47f64b6e6fb found for delete ", "request_id": "req-6dfca115-cb59-4794-9391-e39eeb83cfe6"}]} 2026-05-07 14:32:56.084 9 INFO neutron.services.segments.plugin [-] Segment dec49fa1-58b3-4af8-a76a-a47f64b6e6fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dec49fa1-58b3-4af8-a76a-a47f64b6e6fb found for delete ", "request_id": "req-a9099bf6-bc0a-4bcb-a981-244dd5be71c6"}]} 2026-05-07 14:32:56.099 8 INFO neutron.services.segments.plugin [-] Segment 4c186621-bd6b-4f9c-8790-76515fa2a74a resource provider aggregate not found 2026-05-07 14:32:56.107 8 INFO neutron.services.segments.plugin [-] Segment 4c186621-bd6b-4f9c-8790-76515fa2a74a resource provider aggregate not found 2026-05-07 14:32:56.127 8 INFO neutron.services.segments.plugin [-] Segment 4c186621-bd6b-4f9c-8790-76515fa2a74a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c186621-bd6b-4f9c-8790-76515fa2a74a found for delete ", "request_id": "req-12a95f33-c879-4d20-8d33-0751e6e883a8"}]} 2026-05-07 14:32:56.128 8 INFO neutron.services.segments.plugin [-] Segment 4c186621-bd6b-4f9c-8790-76515fa2a74a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c186621-bd6b-4f9c-8790-76515fa2a74a found for delete ", "request_id": "req-7b1242e4-f79b-4055-ac38-f43313edaf92"}]} [pid: 8|app: 0|req: 1383/2677] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:32:56 2026] GET /v2.0/security-groups?tenant_id=1269e5eb4cb045c4a1a6652d8afd43d0&name=default => generated 2929 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1295/2678] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:32:56 2026] DELETE /v2.0/security-groups/37ef96b9-9dd2-4bc7-8416-750124af2bf8 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:32:59.846 9 INFO neutron.db.segments_db [None req-fb0b5204-7797-4ac4-8273-5879dcdaf4ff 8fa61046b1eb475998850b07d7addd39 8098d8fa42f943169ebad5d735c80775 - - default default] Added segment e07bde42-0b2f-4e55-b66a-c9f06ffc715d of type vxlan for network a5a8767a-4051-4868-9c3f-2fb2e7fc6d11 [pid: 9|app: 0|req: 1297/2681] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:32:59 2026] POST /v2.0/networks => generated 612 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2682] 10.0.0.231 () {34 vars in 664 bytes} [Thu May 7 14:32:59 2026] POST /v2.0/ports => generated 743 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1298/2683] 10.0.0.231 () {34 vars in 747 bytes} [Thu May 7 14:33:00 2026] PUT /v2.0/ports/ce100675-89ca-49d2-83a7-36db8d9d42ad/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: 1386/2684] 10.0.0.231 () {32 vars in 727 bytes} [Thu May 7 14:33:00 2026] GET /v2.0/ports/ce100675-89ca-49d2-83a7-36db8d9d42ad/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 9|app: 0|req: 1299/2685] 10.0.0.231 () {34 vars in 758 bytes} [Thu May 7 14:33:00 2026] PUT /v2.0/ports/ce100675-89ca-49d2-83a7-36db8d9d42ad/tags/green => generated 4 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1387/2686] 10.0.0.231 () {32 vars in 727 bytes} [Thu May 7 14:33:00 2026] GET /v2.0/ports/ce100675-89ca-49d2-83a7-36db8d9d42ad/tags => generated 34 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: 9|app: 0|req: 1300/2687] 10.0.0.231 () {34 vars in 754 bytes} [Thu May 7 14:33:00 2026] PUT /v2.0/ports/ce100675-89ca-49d2-83a7-36db8d9d42ad/tags/red => generated 4 bytes in 106 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: 1388/2688] 10.0.0.231 () {32 vars in 727 bytes} [Thu May 7 14:33:00 2026] GET /v2.0/ports/ce100675-89ca-49d2-83a7-36db8d9d42ad/tags => generated 34 bytes in 49 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: 9|app: 0|req: 1301/2689] 10.0.0.231 () {34 vars in 776 bytes} [Thu May 7 14:33:00 2026] PUT /v2.0/ports/ce100675-89ca-49d2-83a7-36db8d9d42ad/tags/black.or.white => generated 4 bytes in 96 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: 1389/2690] 10.0.0.231 () {32 vars in 727 bytes} [Thu May 7 14:33:00 2026] GET /v2.0/ports/ce100675-89ca-49d2-83a7-36db8d9d42ad/tags => generated 52 bytes in 49 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: 9|app: 0|req: 1302/2691] 10.0.0.231 () {34 vars in 747 bytes} [Thu May 7 14:33:00 2026] PUT /v2.0/ports/ce100675-89ca-49d2-83a7-36db8d9d42ad/tags => generated 37 bytes in 76 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: 1390/2692] 10.0.0.231 () {32 vars in 727 bytes} [Thu May 7 14:33:00 2026] GET /v2.0/ports/ce100675-89ca-49d2-83a7-36db8d9d42ad/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 9|app: 0|req: 1303/2693] 10.0.0.231 () {32 vars in 735 bytes} [Thu May 7 14:33:01 2026] GET /v2.0/ports/ce100675-89ca-49d2-83a7-36db8d9d42ad/tags/red => generated 0 bytes in 52 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-05-07 14:33:01.148 8 INFO neutron.api.v2.resource [None req-f22ee599-5442-43ad-9789-864a813bee15 8fa61046b1eb475998850b07d7addd39 8098d8fa42f943169ebad5d735c80775 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1391/2694] 10.0.0.231 () {32 vars in 739 bytes} [Thu May 7 14:33:01 2026] GET /v2.0/ports/ce100675-89ca-49d2-83a7-36db8d9d42ad/tags/green => generated 99 bytes in 50 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: 9|app: 0|req: 1304/2695] 10.0.0.231 () {32 vars in 738 bytes} [Thu May 7 14:33:01 2026] DELETE /v2.0/ports/ce100675-89ca-49d2-83a7-36db8d9d42ad/tags/red => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1392/2696] 10.0.0.231 () {32 vars in 727 bytes} [Thu May 7 14:33:01 2026] GET /v2.0/ports/ce100675-89ca-49d2-83a7-36db8d9d42ad/tags => generated 30 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 14:33:01.351 9 INFO neutron.api.v2.resource [None req-cbe71b63-4e6e-47dc-a51a-66fad54ab441 8fa61046b1eb475998850b07d7addd39 8098d8fa42f943169ebad5d735c80775 - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1305/2697] 10.0.0.231 () {32 vars in 742 bytes} [Thu May 7 14:33:01 2026] DELETE /v2.0/ports/ce100675-89ca-49d2-83a7-36db8d9d42ad/tags/green => generated 99 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1393/2698] 10.0.0.231 () {32 vars in 730 bytes} [Thu May 7 14:33:01 2026] DELETE /v2.0/ports/ce100675-89ca-49d2-83a7-36db8d9d42ad/tags => generated 0 bytes in 67 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: 9|app: 0|req: 1306/2699] 10.0.0.231 () {32 vars in 727 bytes} [Thu May 7 14:33:01 2026] GET /v2.0/ports/ce100675-89ca-49d2-83a7-36db8d9d42ad/tags => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 14:33:01.608 8 INFO neutron_taas.services.taas.taas_plugin [None req-1c3be703-353d-453b-9b4d-3d2fb95e1456 8fa61046b1eb475998850b07d7addd39 8098d8fa42f943169ebad5d735c80775 - - default default] TaaS: Handle Delete Port: ce100675-89ca-49d2-83a7-36db8d9d42ad 2026-05-07 14:33:01.611 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c3be703-353d-453b-9b4d-3d2fb95e1456 8fa61046b1eb475998850b07d7addd39 8098d8fa42f943169ebad5d735c80775 - - default default] Tap Mirror: Handle Delete Port: ce100675-89ca-49d2-83a7-36db8d9d42ad [pid: 8|app: 0|req: 1394/2700] 10.0.0.231 () {32 vars in 720 bytes} [Thu May 7 14:33:01 2026] DELETE /v2.0/ports/ce100675-89ca-49d2-83a7-36db8d9d42ad => generated 0 bytes in 209 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-05-07 14:33:01.839 9 INFO neutron.services.segments.plugin [-] Segment e07bde42-0b2f-4e55-b66a-c9f06ffc715d resource provider aggregate not found 2026-05-07 14:33:01.849 9 INFO neutron.services.segments.plugin [-] Segment e07bde42-0b2f-4e55-b66a-c9f06ffc715d resource provider aggregate not found 2026-05-07 14:33:01.860 9 INFO neutron.services.segments.plugin [-] Segment e07bde42-0b2f-4e55-b66a-c9f06ffc715d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e07bde42-0b2f-4e55-b66a-c9f06ffc715d found for delete ", "request_id": "req-e85b8ffd-6cb9-4571-bcfd-97727e636410"}]} 2026-05-07 14:33:01.868 9 INFO neutron.services.segments.plugin [-] Segment e07bde42-0b2f-4e55-b66a-c9f06ffc715d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e07bde42-0b2f-4e55-b66a-c9f06ffc715d found for delete ", "request_id": "req-84c20ae2-8a11-401e-80d9-bc4d177a6471"}]} [pid: 9|app: 0|req: 1307/2701] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:33:01 2026] DELETE /v2.0/networks/a5a8767a-4051-4868-9c3f-2fb2e7fc6d11 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2702] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:33:02 2026] GET /v2.0/security-groups?tenant_id=e2bb7f325c4b41b8b37141f01d92cb57&name=default => generated 2929 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1308/2703] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:33:02 2026] DELETE /v2.0/security-groups/cb5f64f5-8e10-4251-9ac5-98bbf47b8943 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2704] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:33:02 2026] GET /v2.0/security-groups?tenant_id=8098d8fa42f943169ebad5d735c80775&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1309/2705] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:33:03 2026] DELETE /v2.0/security-groups/325530e6-6dd2-4c4d-8d23-9282614afefe => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:33:06.649 8 INFO neutron.db.segments_db [None req-9922dcde-24aa-4003-afc1-12bbde3d12a4 5f59c4756ecb499abf3f6dbfc4e309d0 13c872c7991d44b780a83c8ec163a541 - - default default] Added segment 3ece3a22-a1d4-4e25-b1f3-1ec334af1ce5 of type vxlan for network 01c1a706-ca20-4a89-af0a-1759969e71b4 2026-05-07 14:33:06.885 8 INFO neutron.db.l3_hamode_db [None req-9922dcde-24aa-4003-afc1-12bbde3d12a4 5f59c4756ecb499abf3f6dbfc4e309d0 13c872c7991d44b780a83c8ec163a541 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 14:33:06.992 8 INFO neutron.db.l3_hamode_db [None req-9922dcde-24aa-4003-afc1-12bbde3d12a4 5f59c4756ecb499abf3f6dbfc4e309d0 13c872c7991d44b780a83c8ec163a541 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1397/2706] 10.0.0.231 () {34 vars in 668 bytes} [Thu May 7 14:33:06 2026] POST /v2.0/routers => generated 474 bytes in 1141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1310/2707] 10.0.0.231 () {34 vars in 751 bytes} [Thu May 7 14:33:07 2026] PUT /v2.0/routers/94db5b91-676c-44f9-ab21-83f1220de176/tags => generated 25 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2708] 10.0.0.231 () {32 vars in 731 bytes} [Thu May 7 14:33:07 2026] GET /v2.0/routers/94db5b91-676c-44f9-ab21-83f1220de176/tags => generated 25 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1311/2709] 10.0.0.231 () {34 vars in 762 bytes} [Thu May 7 14:33:07 2026] PUT /v2.0/routers/94db5b91-676c-44f9-ab21-83f1220de176/tags/green => generated 4 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2710] 10.0.0.231 () {32 vars in 731 bytes} [Thu May 7 14:33:07 2026] GET /v2.0/routers/94db5b91-676c-44f9-ab21-83f1220de176/tags => generated 34 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1312/2711] 10.0.0.231 () {34 vars in 758 bytes} [Thu May 7 14:33:08 2026] PUT /v2.0/routers/94db5b91-676c-44f9-ab21-83f1220de176/tags/red => generated 4 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2712] 10.0.0.231 () {32 vars in 731 bytes} [Thu May 7 14:33:08 2026] GET /v2.0/routers/94db5b91-676c-44f9-ab21-83f1220de176/tags => generated 34 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1313/2713] 10.0.0.231 () {34 vars in 780 bytes} [Thu May 7 14:33:08 2026] PUT /v2.0/routers/94db5b91-676c-44f9-ab21-83f1220de176/tags/black.or.white => generated 4 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2714] 10.0.0.231 () {32 vars in 731 bytes} [Thu May 7 14:33:08 2026] GET /v2.0/routers/94db5b91-676c-44f9-ab21-83f1220de176/tags => generated 52 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1314/2715] 10.0.0.231 () {34 vars in 751 bytes} [Thu May 7 14:33:08 2026] PUT /v2.0/routers/94db5b91-676c-44f9-ab21-83f1220de176/tags => generated 37 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2716] 10.0.0.231 () {32 vars in 731 bytes} [Thu May 7 14:33:08 2026] GET /v2.0/routers/94db5b91-676c-44f9-ab21-83f1220de176/tags => generated 37 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1315/2717] 10.0.0.231 () {32 vars in 739 bytes} [Thu May 7 14:33:08 2026] GET /v2.0/routers/94db5b91-676c-44f9-ab21-83f1220de176/tags/red => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:33:09.046 8 INFO neutron.api.v2.resource [None req-016f3fa7-8868-48e0-94c1-72161394e001 5f59c4756ecb499abf3f6dbfc4e309d0 13c872c7991d44b780a83c8ec163a541 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1403/2718] 10.0.0.231 () {32 vars in 743 bytes} [Thu May 7 14:33:08 2026] GET /v2.0/routers/94db5b91-676c-44f9-ab21-83f1220de176/tags/green => generated 99 bytes in 98 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1316/2719] 10.0.0.231 () {32 vars in 742 bytes} [Thu May 7 14:33:09 2026] DELETE /v2.0/routers/94db5b91-676c-44f9-ab21-83f1220de176/tags/red => 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: 1404/2720] 10.0.0.231 () {32 vars in 731 bytes} [Thu May 7 14:33:09 2026] GET /v2.0/routers/94db5b91-676c-44f9-ab21-83f1220de176/tags => generated 30 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:33:09.408 9 INFO neutron.api.v2.resource [None req-f1216177-0e11-4da2-b1ac-b8a6e1d4f494 5f59c4756ecb499abf3f6dbfc4e309d0 13c872c7991d44b780a83c8ec163a541 - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1317/2721] 10.0.0.231 () {32 vars in 746 bytes} [Thu May 7 14:33:09 2026] DELETE /v2.0/routers/94db5b91-676c-44f9-ab21-83f1220de176/tags/green => generated 99 bytes in 132 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2722] 10.0.0.231 () {32 vars in 734 bytes} [Thu May 7 14:33:09 2026] DELETE /v2.0/routers/94db5b91-676c-44f9-ab21-83f1220de176/tags => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1318/2723] 10.0.0.231 () {32 vars in 731 bytes} [Thu May 7 14:33:09 2026] GET /v2.0/routers/94db5b91-676c-44f9-ab21-83f1220de176/tags => generated 12 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2724] 10.0.0.231 () {32 vars in 721 bytes} [Thu May 7 14:33:09 2026] GET /v2.0/routers/94db5b91-676c-44f9-ab21-83f1220de176 => generated 480 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1319/2725] 10.0.0.231 () {34 vars in 742 bytes} [Thu May 7 14:33:09 2026] PUT /v2.0/routers/94db5b91-676c-44f9-ab21-83f1220de176 => generated 480 bytes in 580 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2726] 10.0.0.231 () {32 vars in 736 bytes} [Thu May 7 14:33:10 2026] GET /v2.0/ports?device_id=94db5b91-676c-44f9-ab21-83f1220de176 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:33:10.502 9 INFO neutron_taas.services.taas.taas_plugin [None req-1db0562a-539a-45a9-98cd-7ded8881f7cd 5f59c4756ecb499abf3f6dbfc4e309d0 13c872c7991d44b780a83c8ec163a541 - - default default] TaaS: Handle Delete Port: cad7d9dd-afb8-465c-8415-b9e4b4f37b3a 2026-05-07 14:33:10.505 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1db0562a-539a-45a9-98cd-7ded8881f7cd 5f59c4756ecb499abf3f6dbfc4e309d0 13c872c7991d44b780a83c8ec163a541 - - default default] Tap Mirror: Handle Delete Port: cad7d9dd-afb8-465c-8415-b9e4b4f37b3a 2026-05-07 14:33:10.854 9 INFO neutron.services.segments.plugin [-] Segment 3ece3a22-a1d4-4e25-b1f3-1ec334af1ce5 resource provider aggregate not found 2026-05-07 14:33:10.865 9 INFO neutron.services.segments.plugin [-] Segment 3ece3a22-a1d4-4e25-b1f3-1ec334af1ce5 resource provider aggregate not found 2026-05-07 14:33:10.878 9 INFO neutron.services.segments.plugin [-] Segment 3ece3a22-a1d4-4e25-b1f3-1ec334af1ce5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ece3a22-a1d4-4e25-b1f3-1ec334af1ce5 found for delete ", "request_id": "req-5dd29b89-aa07-4fc7-a714-c0da5930a9df"}]} 2026-05-07 14:33:10.886 9 INFO neutron.db.l3_hamode_db [None req-1db0562a-539a-45a9-98cd-7ded8881f7cd 5f59c4756ecb499abf3f6dbfc4e309d0 13c872c7991d44b780a83c8ec163a541 - - default default] HA network 01c1a706-ca20-4a89-af0a-1759969e71b4 was deleted as no HA routers are present in tenant 13c872c7991d44b780a83c8ec163a541. 2026-05-07 14:33:10.892 9 INFO neutron.services.segments.plugin [-] Segment 3ece3a22-a1d4-4e25-b1f3-1ec334af1ce5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ece3a22-a1d4-4e25-b1f3-1ec334af1ce5 found for delete ", "request_id": "req-6dd24dec-0473-4976-b579-5dc542a0d2dd"}]} [pid: 9|app: 0|req: 1320/2727] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:33:10 2026] DELETE /v2.0/routers/94db5b91-676c-44f9-ab21-83f1220de176 => generated 0 bytes in 571 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2730] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:33:11 2026] GET /v2.0/security-groups?tenant_id=0ae45f0e56ec464c8ec9a157d867d8c5&name=default => generated 2929 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1323/2731] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:33:11 2026] DELETE /v2.0/security-groups/85b02f1c-e0a6-435e-9e75-4aba1babfeb0 => 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: 1409/2732] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:33:12 2026] GET /v2.0/security-groups?tenant_id=13c872c7991d44b780a83c8ec163a541&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1324/2733] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:33:12 2026] DELETE /v2.0/security-groups/da8ae285-6598-4a7c-963b-4159e2001942 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2734] 199.19.213.209 () {30 vars in 703 bytes} [Thu May 7 14:33:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1325/2735] 199.19.213.209 () {30 vars in 705 bytes} [Thu May 7 14:33:14 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2736] 199.19.213.209 () {30 vars in 681 bytes} [Thu May 7 14:33:14 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1326/2737] 199.19.213.209 () {30 vars in 717 bytes} [Thu May 7 14:33:14 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: 1412/2738] 199.19.213.209 () {30 vars in 741 bytes} [Thu May 7 14:33:14 2026] GET /v2.0/subnets/23459183-33b0-47bb-ab70-d56b4cede9e4 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1327/2739] 199.19.213.209 () {30 vars in 769 bytes} [Thu May 7 14:33:14 2026] GET /v2.0/ports?device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2740] 199.19.213.209 () {34 vars in 717 bytes} [Thu May 7 14:33:14 2026] POST /v2.0/ports => generated 1055 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1328/2741] 10.0.0.63 () {34 vars in 970 bytes} [Thu May 7 14:33:14 2026] GET /v2.0/ports/ab608eba-8646-4009-a468-9e381d376ab2 => generated 1055 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2742] 10.0.0.63 () {34 vars in 906 bytes} [Thu May 7 14:33:15 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-07 14:33:16.054 9 INFO neutron.db.segments_db [None req-0f7b179f-4b9a-4223-af14-576b28491b69 7777dc5c9e694e55a9d4391283379365 b6c3341e8b034756be9f3cf6b9c143ef - - default default] Added segment 3fed4724-ef3c-436b-ae68-b6d0df376b3c of type vxlan for network 83578e03-2102-4ee1-b4ae-62a97bd5c055 [pid: 9|app: 0|req: 1329/2743] 10.0.0.231 () {34 vars in 670 bytes} [Thu May 7 14:33:15 2026] POST /v2.0/networks => generated 612 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2744] 199.19.213.209 () {34 vars in 1262 bytes} [Thu May 7 14:33:16 2026] GET /v2.0/ports/ab608eba-8646-4009-a468-9e381d376ab2?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2745] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:33:16 2026] GET /v2.0/networks/b91e1a32-bce0-4224-a164-e0419ac9d265?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1330/2746] 10.0.0.231 () {34 vars in 669 bytes} [Thu May 7 14:33:16 2026] POST /v2.0/subnets => generated 626 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2747] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:33:16 2026] GET /v2.0/networks/b91e1a32-bce0-4224-a164-e0419ac9d265?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: 9|app: 0|req: 1331/2748] 10.0.0.231 () {34 vars in 751 bytes} [Thu May 7 14:33:16 2026] PUT /v2.0/subnets/461387e4-e04c-4f7e-b732-8932dd204905/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2749] 10.0.0.231 () {32 vars in 731 bytes} [Thu May 7 14:33:16 2026] GET /v2.0/subnets/461387e4-e04c-4f7e-b732-8932dd204905/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1332/2750] 10.0.0.231 () {34 vars in 762 bytes} [Thu May 7 14:33:16 2026] PUT /v2.0/subnets/461387e4-e04c-4f7e-b732-8932dd204905/tags/green => generated 4 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2751] 10.0.0.231 () {32 vars in 731 bytes} [Thu May 7 14:33:16 2026] GET /v2.0/subnets/461387e4-e04c-4f7e-b732-8932dd204905/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1333/2752] 10.0.0.231 () {34 vars in 758 bytes} [Thu May 7 14:33:16 2026] PUT /v2.0/subnets/461387e4-e04c-4f7e-b732-8932dd204905/tags/red => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2753] 10.0.0.231 () {32 vars in 731 bytes} [Thu May 7 14:33:16 2026] GET /v2.0/subnets/461387e4-e04c-4f7e-b732-8932dd204905/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1334/2754] 10.0.0.231 () {34 vars in 780 bytes} [Thu May 7 14:33:16 2026] PUT /v2.0/subnets/461387e4-e04c-4f7e-b732-8932dd204905/tags/black.or.white => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2755] 10.0.0.231 () {32 vars in 731 bytes} [Thu May 7 14:33:16 2026] GET /v2.0/subnets/461387e4-e04c-4f7e-b732-8932dd204905/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: 1422/2756] 199.19.213.209 () {34 vars in 975 bytes} [Thu May 7 14:33:16 2026] GET /v2.0/ports/ab608eba-8646-4009-a468-9e381d376ab2 => generated 1055 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1335/2757] 10.0.0.231 () {34 vars in 751 bytes} [Thu May 7 14:33:16 2026] PUT /v2.0/subnets/461387e4-e04c-4f7e-b732-8932dd204905/tags => generated 37 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2758] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:33:16 2026] GET /v2.0/networks?id=b91e1a32-bce0-4224-a164-e0419ac9d265 => generated 802 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1336/2759] 10.0.0.231 () {32 vars in 731 bytes} [Thu May 7 14:33:16 2026] GET /v2.0/subnets/461387e4-e04c-4f7e-b732-8932dd204905/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1337/2760] 10.0.0.231 () {32 vars in 739 bytes} [Thu May 7 14:33:17 2026] GET /v2.0/subnets/461387e4-e04c-4f7e-b732-8932dd204905/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:33:17.125 9 INFO neutron.api.v2.resource [None req-729d1e48-d56e-4f89-9c5d-e599f5f826b1 7777dc5c9e694e55a9d4391283379365 b6c3341e8b034756be9f3cf6b9c143ef - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1338/2761] 10.0.0.231 () {32 vars in 743 bytes} [Thu May 7 14:33:17 2026] GET /v2.0/subnets/461387e4-e04c-4f7e-b732-8932dd204905/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1339/2762] 10.0.0.231 () {32 vars in 742 bytes} [Thu May 7 14:33:17 2026] DELETE /v2.0/subnets/461387e4-e04c-4f7e-b732-8932dd204905/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1340/2763] 10.0.0.231 () {32 vars in 731 bytes} [Thu May 7 14:33:17 2026] GET /v2.0/subnets/461387e4-e04c-4f7e-b732-8932dd204905/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:33:17.278 9 INFO neutron.api.v2.resource [None req-f23076dd-4678-4dd8-bf29-ea17d7f97939 7777dc5c9e694e55a9d4391283379365 b6c3341e8b034756be9f3cf6b9c143ef - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1341/2764] 10.0.0.231 () {32 vars in 746 bytes} [Thu May 7 14:33:17 2026] DELETE /v2.0/subnets/461387e4-e04c-4f7e-b732-8932dd204905/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1342/2765] 10.0.0.231 () {32 vars in 734 bytes} [Thu May 7 14:33:17 2026] DELETE /v2.0/subnets/461387e4-e04c-4f7e-b732-8932dd204905/tags => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1343/2766] 10.0.0.231 () {32 vars in 731 bytes} [Thu May 7 14:33:17 2026] GET /v2.0/subnets/461387e4-e04c-4f7e-b732-8932dd204905/tags => 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: 1424/2767] 199.19.213.209 () {38 vars in 1028 bytes} [Thu May 7 14:33:17 2026] PUT /v2.0/ports/ab608eba-8646-4009-a468-9e381d376ab2 => generated 1245 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1344/2768] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:33:17 2026] DELETE /v2.0/subnets/461387e4-e04c-4f7e-b732-8932dd204905 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:33:17.602 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4a4cc8e7-13f4-4973-9109-6251dbc26be5'] response: {'name': 'network-changed', 'server_uuid': '01dabd6b-f28f-4ae3-9701-52da6f71b7e6', 'tag': 'ab608eba-8646-4009-a468-9e381d376ab2', 'status': 'completed', 'code': 200} 2026-05-07 14:33:17.686 8 INFO neutron_taas.services.taas.taas_plugin [None req-1a2c2809-969f-4f5d-8726-3d2a83aeb3a9 7777dc5c9e694e55a9d4391283379365 b6c3341e8b034756be9f3cf6b9c143ef - - default default] TaaS: Handle Delete Port: 5fd4e57a-3bbb-4ae3-a2b8-6cf7dde66289 2026-05-07 14:33:17.695 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a2c2809-969f-4f5d-8726-3d2a83aeb3a9 7777dc5c9e694e55a9d4391283379365 b6c3341e8b034756be9f3cf6b9c143ef - - default default] Tap Mirror: Handle Delete Port: 5fd4e57a-3bbb-4ae3-a2b8-6cf7dde66289 2026-05-07 14:33:17.917 8 INFO neutron.services.segments.plugin [-] Segment 3fed4724-ef3c-436b-ae68-b6d0df376b3c resource provider aggregate not found 2026-05-07 14:33:17.920 8 INFO neutron.services.segments.plugin [-] Segment 3fed4724-ef3c-436b-ae68-b6d0df376b3c resource provider aggregate not found 2026-05-07 14:33:17.939 8 INFO neutron.services.segments.plugin [-] Segment 3fed4724-ef3c-436b-ae68-b6d0df376b3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3fed4724-ef3c-436b-ae68-b6d0df376b3c found for delete ", "request_id": "req-c2d83271-d95c-4bd0-ac0e-39b723eb3ee9"}]} 2026-05-07 14:33:17.941 8 INFO neutron.services.segments.plugin [-] Segment 3fed4724-ef3c-436b-ae68-b6d0df376b3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3fed4724-ef3c-436b-ae68-b6d0df376b3c found for delete ", "request_id": "req-ae98a7cf-4ecf-4209-abbe-e9aa48ecd21d"}]} [pid: 8|app: 0|req: 1425/2769] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:33:17 2026] DELETE /v2.0/networks/83578e03-2102-4ee1-b4ae-62a97bd5c055 => generated 0 bytes in 405 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1345/2770] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:33:18 2026] GET /v2.0/ports?tenant_id=03c930bcc0ed4b11af525c8c08ddd4b2&device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 2485 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2771] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:33:18 2026] GET /v2.0/networks?id=b91e1a32-bce0-4224-a164-e0419ac9d265 => generated 802 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1346/2772] 199.19.213.209 () {34 vars in 1056 bytes} [Thu May 7 14:33:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.17&port_id=ab608eba-8646-4009-a468-9e381d376ab2 => 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: 1427/2773] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:33:18 2026] GET /v2.0/subnets?id=23459183-33b0-47bb-ab70-d56b4cede9e4 => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1347/2774] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:33:18 2026] GET /v2.0/ports?network_id=b91e1a32-bce0-4224-a164-e0419ac9d265&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2775] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:33:18 2026] GET /v2.0/networks/b91e1a32-bce0-4224-a164-e0419ac9d265?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1348/2776] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:33:18 2026] GET /v2.0/networks/b91e1a32-bce0-4224-a164-e0419ac9d265?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: 1429/2777] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:33:18 2026] GET /v2.0/security-groups?tenant_id=b6c3341e8b034756be9f3cf6b9c143ef&name=default => generated 2929 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1349/2778] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:33:18 2026] DELETE /v2.0/security-groups/51681b1d-49fd-410e-a490-209b07239c42 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2779] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:33:19 2026] GET /v2.0/security-groups?tenant_id=bdbc6fba1fa94dfa9bf73a939c56818e&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1350/2780] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:33:19 2026] DELETE /v2.0/security-groups/22741618-a2d7-408f-8932-c4f0395cb1c6 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2781] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:33:19 2026] GET /v2.0/ports?tenant_id=03c930bcc0ed4b11af525c8c08ddd4b2&device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 2485 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1351/2782] 199.19.213.209 () {34 vars in 1062 bytes} [Thu May 7 14:33:19 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.183&port_id=2f24a19a-2273-4e40-aac4-d4c0ccd1bee8 => 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: 1432/2783] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:33:19 2026] GET /v2.0/subnets?id=465d6111-24c5-494e-9911-22d00b8aa422 => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1352/2784] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:33:19 2026] GET /v2.0/ports?network_id=d6a28c8f-a542-458b-89cc-b2b85d438134&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: 1433/2785] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:33:19 2026] GET /v2.0/networks/d6a28c8f-a542-458b-89cc-b2b85d438134?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1353/2786] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:33:19 2026] GET /v2.0/networks/d6a28c8f-a542-458b-89cc-b2b85d438134?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2787] 199.19.213.209 () {34 vars in 1056 bytes} [Thu May 7 14:33:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.17&port_id=ab608eba-8646-4009-a468-9e381d376ab2 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1354/2788] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:33:19 2026] GET /v2.0/subnets?id=23459183-33b0-47bb-ab70-d56b4cede9e4 => 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: 1435/2789] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:33:19 2026] GET /v2.0/ports?network_id=b91e1a32-bce0-4224-a164-e0419ac9d265&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1355/2790] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:33:19 2026] GET /v2.0/networks/b91e1a32-bce0-4224-a164-e0419ac9d265?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: 1436/2791] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:33:19 2026] GET /v2.0/networks/b91e1a32-bce0-4224-a164-e0419ac9d265?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1356/2792] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:33:23 2026] GET /v2.0/security-groups?tenant_id=49a9bce43221432483f704ef2a641a0f&name=default => generated 2929 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2793] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:33:23 2026] DELETE /v2.0/security-groups/24fd60ce-4d14-4d16-9e4c-c39274033b3f => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1357/2794] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:33:23 2026] GET /v2.0/security-groups?tenant_id=afb462152b28458980d5e4fc97a7ec5a&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: 1438/2795] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:33:23 2026] DELETE /v2.0/security-groups/60fb38de-e929-4ca1-adfe-ef3791350f22 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1358/2796] 10.0.0.63 () {34 vars in 970 bytes} [Thu May 7 14:33:24 2026] GET /v2.0/ports/ab608eba-8646-4009-a468-9e381d376ab2 => generated 1247 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2797] 199.19.213.209 () {34 vars in 789 bytes} [Thu May 7 14:33:24 2026] PUT /v2.0/ports/ab608eba-8646-4009-a468-9e381d376ab2 => generated 1272 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:33:24.482 9 INFO neutron.api.v2.resource [None req-f2ed7cd8-d08b-4987-b262-6b8b546de95b a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1359/2798] 199.19.213.209 () {30 vars in 763 bytes} [Thu May 7 14:33:24 2026] GET /v2.0/security-groups/lb-57696f0f-6d81-4a07-9469-fbacb5a2a524 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 14:33:24.510 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3cb6e9d4-01be-42fd-9432-1f5dcaf99011'] response: {'name': 'network-changed', 'server_uuid': '01dabd6b-f28f-4ae3-9701-52da6f71b7e6', 'tag': 'ab608eba-8646-4009-a468-9e381d376ab2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1440/2799] 199.19.213.209 () {30 vars in 785 bytes} [Thu May 7 14:33:24 2026] GET /v2.0/security-groups?name=lb-57696f0f-6d81-4a07-9469-fbacb5a2a524 => generated 1639 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1360/2800] 199.19.213.209 () {34 vars in 789 bytes} [Thu May 7 14:33:24 2026] PUT /v2.0/ports/ab608eba-8646-4009-a468-9e381d376ab2 => generated 1310 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2801] 199.19.213.209 () {30 vars in 703 bytes} [Thu May 7 14:33:24 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 14:33:24.976 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-46b974aa-e141-423a-8105-bb7e9e3935ef'] response: {'name': 'network-changed', 'server_uuid': '01dabd6b-f28f-4ae3-9701-52da6f71b7e6', 'tag': 'ab608eba-8646-4009-a468-9e381d376ab2', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 1361/2802] 199.19.213.209 () {30 vars in 705 bytes} [Thu May 7 14:33:24 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: 1442/2803] 199.19.213.209 () {30 vars in 681 bytes} [Thu May 7 14:33:24 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: 9|app: 0|req: 1362/2804] 199.19.213.209 () {30 vars in 717 bytes} [Thu May 7 14:33:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1363/2805] 199.19.213.209 () {30 vars in 741 bytes} [Thu May 7 14:33:25 2026] GET /v2.0/subnets/23459183-33b0-47bb-ab70-d56b4cede9e4 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2806] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:33:25 2026] GET /v2.0/ports?tenant_id=03c930bcc0ed4b11af525c8c08ddd4b2&device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 2586 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1364/2807] 199.19.213.209 () {30 vars in 737 bytes} [Thu May 7 14:33:25 2026] GET /v2.0/ports/b159058c-31ef-41ae-a85e-60c59ab86e00 => 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: 1444/2808] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:33:25 2026] GET /v2.0/networks?id=b91e1a32-bce0-4224-a164-e0419ac9d265 => generated 802 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2809] 199.19.213.209 () {34 vars in 1056 bytes} [Thu May 7 14:33:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.17&port_id=ab608eba-8646-4009-a468-9e381d376ab2 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1365/2810] 199.19.213.209 () {30 vars in 737 bytes} [Thu May 7 14:33:25 2026] GET /v2.0/ports/ab608eba-8646-4009-a468-9e381d376ab2 => generated 1346 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2811] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:33:25 2026] GET /v2.0/subnets?id=23459183-33b0-47bb-ab70-d56b4cede9e4 => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1366/2812] 199.19.213.209 () {30 vars in 741 bytes} [Thu May 7 14:33:25 2026] GET /v2.0/subnets/23459183-33b0-47bb-ab70-d56b4cede9e4 => 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: 1447/2813] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:33:25 2026] GET /v2.0/ports?network_id=b91e1a32-bce0-4224-a164-e0419ac9d265&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1367/2814] 199.19.213.209 () {30 vars in 743 bytes} [Thu May 7 14:33:25 2026] GET /v2.0/networks/b91e1a32-bce0-4224-a164-e0419ac9d265 => generated 799 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2815] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:33:25 2026] GET /v2.0/networks/b91e1a32-bce0-4224-a164-e0419ac9d265?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1368/2816] 199.19.213.209 () {30 vars in 737 bytes} [Thu May 7 14:33:25 2026] GET /v2.0/ports/b159058c-31ef-41ae-a85e-60c59ab86e00 => 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: 1449/2817] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:33:25 2026] GET /v2.0/networks/b91e1a32-bce0-4224-a164-e0419ac9d265?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: 9|app: 0|req: 1369/2818] 199.19.213.209 () {30 vars in 741 bytes} [Thu May 7 14:33:25 2026] GET /v2.0/subnets/23459183-33b0-47bb-ab70-d56b4cede9e4 => 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: 1450/2819] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:33:26 2026] GET /v2.0/ports?tenant_id=03c930bcc0ed4b11af525c8c08ddd4b2&device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 2586 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1370/2820] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:33:26 2026] GET /v2.0/networks?id=b91e1a32-bce0-4224-a164-e0419ac9d265 => generated 802 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2821] 199.19.213.209 () {34 vars in 1056 bytes} [Thu May 7 14:33:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.17&port_id=ab608eba-8646-4009-a468-9e381d376ab2 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1371/2822] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:33:26 2026] GET /v2.0/subnets?id=23459183-33b0-47bb-ab70-d56b4cede9e4 => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2823] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:33:26 2026] GET /v2.0/ports?network_id=b91e1a32-bce0-4224-a164-e0419ac9d265&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: 9|app: 0|req: 1372/2824] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:33:26 2026] GET /v2.0/networks/b91e1a32-bce0-4224-a164-e0419ac9d265?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: 1453/2825] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:33:26 2026] GET /v2.0/networks/b91e1a32-bce0-4224-a164-e0419ac9d265?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:33:30.700 9 INFO neutron.db.l3_db [None req-7b4e4d14-0a7a-4068-9c0b-645a445eda5b 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] Floating IP 80c7c18b-2019-4477-96a6-f3ed14bd3df2 associated. External IP: 10.96.250.202, port: b159058c-31ef-41ae-a85e-60c59ab86e00. [pid: 9|app: 0|req: 1374/2828] 10.0.0.231 () {34 vars in 677 bytes} [Thu May 7 14:33:30 2026] POST /v2.0/floatingips => generated 899 bytes in 921 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2829] 199.19.213.209 () {30 vars in 703 bytes} [Thu May 7 14:33:35 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: 9|app: 0|req: 1375/2830] 199.19.213.209 () {30 vars in 705 bytes} [Thu May 7 14:33:35 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: 1456/2831] 199.19.213.209 () {30 vars in 681 bytes} [Thu May 7 14:33:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1376/2832] 199.19.213.209 () {30 vars in 717 bytes} [Thu May 7 14:33:35 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-05-07 14:33:35.635 8 INFO neutron.api.v2.resource [None req-fcc35e1a-1349-44bd-b803-2cb78075986c a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1457/2833] 199.19.213.209 () {30 vars in 763 bytes} [Thu May 7 14:33:35 2026] GET /v2.0/security-groups/lb-57696f0f-6d81-4a07-9469-fbacb5a2a524 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1377/2834] 199.19.213.209 () {30 vars in 785 bytes} [Thu May 7 14:33:35 2026] GET /v2.0/security-groups?name=lb-57696f0f-6d81-4a07-9469-fbacb5a2a524 => generated 1639 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2835] 199.19.213.209 () {30 vars in 815 bytes} [Thu May 7 14:33:35 2026] GET /v2.0/security-group-rules?security_group_id=8ff4ee66-8473-4e62-9d81-2fc96b1f1a94 => generated 1182 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1378/2836] 199.19.213.209 () {34 vars in 747 bytes} [Thu May 7 14:33:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2837] 199.19.213.209 () {34 vars in 747 bytes} [Thu May 7 14:33:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2840] 10.0.0.238 () {30 vars in 690 bytes} [Thu May 7 14:33:42 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1380/2841] 10.0.0.238 () {30 vars in 692 bytes} [Thu May 7 14:33:42 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2842] 10.0.0.238 () {30 vars in 668 bytes} [Thu May 7 14:33:42 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1381/2843] 10.0.0.238 () {30 vars in 704 bytes} [Thu May 7 14:33:42 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2844] 10.0.0.238 () {28 vars in 439 bytes} [Thu May 7 14:33:43 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1382/2845] 10.0.0.238 () {30 vars in 728 bytes} [Thu May 7 14:33:43 2026] GET /v2.0/subnets/af21b632-1b65-4321-b468-ba50ccfb50e5 => 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: 1464/2846] 199.19.213.209 () {30 vars in 703 bytes} [Thu May 7 14:33:44 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: 9|app: 0|req: 1383/2847] 199.19.213.209 () {30 vars in 705 bytes} [Thu May 7 14:33:44 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2848] 199.19.213.209 () {30 vars in 681 bytes} [Thu May 7 14:33:44 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: 9|app: 0|req: 1384/2849] 199.19.213.209 () {30 vars in 717 bytes} [Thu May 7 14:33:44 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: 1466/2850] 199.19.213.209 () {30 vars in 741 bytes} [Thu May 7 14:33:44 2026] GET /v2.0/subnets/af21b632-1b65-4321-b468-ba50ccfb50e5 => generated 673 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1385/2851] 199.19.213.209 () {30 vars in 769 bytes} [Thu May 7 14:33:44 2026] GET /v2.0/ports?device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 2586 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2852] 199.19.213.209 () {30 vars in 703 bytes} [Thu May 7 14:33:44 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: 9|app: 0|req: 1386/2853] 199.19.213.209 () {30 vars in 705 bytes} [Thu May 7 14:33:44 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: 1468/2854] 199.19.213.209 () {30 vars in 681 bytes} [Thu May 7 14:33:44 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: 9|app: 0|req: 1387/2855] 199.19.213.209 () {30 vars in 717 bytes} [Thu May 7 14:33:44 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2856] 199.19.213.209 () {34 vars in 717 bytes} [Thu May 7 14:33:44 2026] POST /v2.0/ports => generated 1328 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1388/2857] 10.0.0.63 () {34 vars in 970 bytes} [Thu May 7 14:33:45 2026] GET /v2.0/ports/7dfd1768-220e-408f-9eea-86711ab8634b => generated 1328 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1470/2858] 10.0.0.63 () {34 vars in 906 bytes} [Thu May 7 14:33:45 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1389/2859] 199.19.213.209 () {34 vars in 1262 bytes} [Thu May 7 14:33:46 2026] GET /v2.0/ports/7dfd1768-220e-408f-9eea-86711ab8634b?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2860] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:33:46 2026] GET /v2.0/networks/aebca149-a8e7-4cef-92ee-849b8692a787?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1390/2861] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:33:46 2026] GET /v2.0/networks/aebca149-a8e7-4cef-92ee-849b8692a787?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: 1472/2862] 199.19.213.209 () {34 vars in 975 bytes} [Thu May 7 14:33:47 2026] GET /v2.0/ports/7dfd1768-220e-408f-9eea-86711ab8634b => generated 1328 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1391/2863] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:33:47 2026] GET /v2.0/networks?id=aebca149-a8e7-4cef-92ee-849b8692a787 => generated 801 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2864] 199.19.213.209 () {38 vars in 1028 bytes} [Thu May 7 14:33:47 2026] PUT /v2.0/ports/7dfd1768-220e-408f-9eea-86711ab8634b => generated 1518 bytes in 432 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:33:47.590 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a262a0a4-3f40-4214-89b3-d21da7b78e0f'] response: {'name': 'network-changed', 'server_uuid': '01dabd6b-f28f-4ae3-9701-52da6f71b7e6', 'tag': '7dfd1768-220e-408f-9eea-86711ab8634b', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 1392/2865] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:33:48 2026] GET /v2.0/ports?tenant_id=03c930bcc0ed4b11af525c8c08ddd4b2&device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 4096 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: 1474/2866] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:33:48 2026] GET /v2.0/networks?id=aebca149-a8e7-4cef-92ee-849b8692a787 => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1393/2867] 199.19.213.209 () {34 vars in 1058 bytes} [Thu May 7 14:33:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.113&port_id=7dfd1768-220e-408f-9eea-86711ab8634b => 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: 1475/2868] 199.19.213.209 () {34 vars in 1104 bytes} [Thu May 7 14:33:48 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A240&port_id=7dfd1768-220e-408f-9eea-86711ab8634b => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1394/2869] 199.19.213.209 () {34 vars in 1064 bytes} [Thu May 7 14:33:48 2026] GET /v2.0/subnets?id=e395dd19-5a54-4ced-8539-b4f6427107b7&id=af21b632-1b65-4321-b468-ba50ccfb50e5 => generated 1410 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2870] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:33:48 2026] GET /v2.0/ports?network_id=aebca149-a8e7-4cef-92ee-849b8692a787&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: 9|app: 0|req: 1395/2871] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:33:48 2026] GET /v2.0/ports?network_id=aebca149-a8e7-4cef-92ee-849b8692a787&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2872] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:33:48 2026] GET /v2.0/networks/aebca149-a8e7-4cef-92ee-849b8692a787?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1396/2873] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:33:48 2026] GET /v2.0/networks/aebca149-a8e7-4cef-92ee-849b8692a787?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2874] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:33:49 2026] GET /v2.0/ports?tenant_id=03c930bcc0ed4b11af525c8c08ddd4b2&device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 4096 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1397/2875] 199.19.213.209 () {34 vars in 1062 bytes} [Thu May 7 14:33:49 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.183&port_id=2f24a19a-2273-4e40-aac4-d4c0ccd1bee8 => 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: 1479/2876] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:33:49 2026] GET /v2.0/subnets?id=465d6111-24c5-494e-9911-22d00b8aa422 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1398/2877] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:33:49 2026] GET /v2.0/ports?network_id=d6a28c8f-a542-458b-89cc-b2b85d438134&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2878] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:33:49 2026] GET /v2.0/networks/d6a28c8f-a542-458b-89cc-b2b85d438134?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1399/2879] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:33:49 2026] GET /v2.0/networks/d6a28c8f-a542-458b-89cc-b2b85d438134?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: 1481/2880] 199.19.213.209 () {34 vars in 1056 bytes} [Thu May 7 14:33:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.17&port_id=ab608eba-8646-4009-a468-9e381d376ab2 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1400/2881] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:33:49 2026] GET /v2.0/subnets?id=23459183-33b0-47bb-ab70-d56b4cede9e4 => generated 679 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2882] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:33:49 2026] GET /v2.0/ports?network_id=b91e1a32-bce0-4224-a164-e0419ac9d265&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1401/2883] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:33:49 2026] GET /v2.0/networks/b91e1a32-bce0-4224-a164-e0419ac9d265?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: 1483/2884] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:33:49 2026] GET /v2.0/networks/b91e1a32-bce0-4224-a164-e0419ac9d265?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: 9|app: 0|req: 1402/2885] 199.19.213.209 () {34 vars in 1058 bytes} [Thu May 7 14:33:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.113&port_id=7dfd1768-220e-408f-9eea-86711ab8634b => 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: 1484/2886] 199.19.213.209 () {34 vars in 1104 bytes} [Thu May 7 14:33:50 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A240&port_id=7dfd1768-220e-408f-9eea-86711ab8634b => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1403/2887] 199.19.213.209 () {34 vars in 1064 bytes} [Thu May 7 14:33:50 2026] GET /v2.0/subnets?id=e395dd19-5a54-4ced-8539-b4f6427107b7&id=af21b632-1b65-4321-b468-ba50ccfb50e5 => generated 1410 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2888] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:33:50 2026] GET /v2.0/ports?network_id=aebca149-a8e7-4cef-92ee-849b8692a787&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1404/2889] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:33:50 2026] GET /v2.0/ports?network_id=aebca149-a8e7-4cef-92ee-849b8692a787&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2890] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:33:50 2026] GET /v2.0/networks/aebca149-a8e7-4cef-92ee-849b8692a787?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1405/2891] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:33:50 2026] GET /v2.0/networks/aebca149-a8e7-4cef-92ee-849b8692a787?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2892] 10.0.0.63 () {34 vars in 970 bytes} [Thu May 7 14:33:54 2026] GET /v2.0/ports/7dfd1768-220e-408f-9eea-86711ab8634b => generated 1520 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1406/2893] 199.19.213.209 () {30 vars in 743 bytes} [Thu May 7 14:33:54 2026] GET /v2.0/networks/aebca149-a8e7-4cef-92ee-849b8692a787 => generated 798 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2894] 199.19.213.209 () {30 vars in 741 bytes} [Thu May 7 14:33:54 2026] GET /v2.0/subnets/af21b632-1b65-4321-b468-ba50ccfb50e5 => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1407/2895] 199.19.213.209 () {30 vars in 741 bytes} [Thu May 7 14:33:54 2026] GET /v2.0/subnets/e395dd19-5a54-4ced-8539-b4f6427107b7 => generated 744 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2896] 199.19.213.209 () {30 vars in 703 bytes} [Thu May 7 14:33:54 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: 9|app: 0|req: 1408/2897] 199.19.213.209 () {30 vars in 705 bytes} [Thu May 7 14:33:54 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2898] 199.19.213.209 () {30 vars in 681 bytes} [Thu May 7 14:33:54 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: 9|app: 0|req: 1409/2899] 199.19.213.209 () {30 vars in 717 bytes} [Thu May 7 14:33:54 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2900] 199.19.213.209 () {30 vars in 741 bytes} [Thu May 7 14:33:54 2026] GET /v2.0/subnets/23459183-33b0-47bb-ab70-d56b4cede9e4 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1410/2901] 199.19.213.209 () {30 vars in 737 bytes} [Thu May 7 14:33:54 2026] GET /v2.0/ports/b159058c-31ef-41ae-a85e-60c59ab86e00 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2902] 199.19.213.209 () {30 vars in 737 bytes} [Thu May 7 14:33:54 2026] GET /v2.0/ports/ab608eba-8646-4009-a468-9e381d376ab2 => generated 1346 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1411/2903] 199.19.213.209 () {30 vars in 741 bytes} [Thu May 7 14:33:54 2026] GET /v2.0/subnets/23459183-33b0-47bb-ab70-d56b4cede9e4 => generated 676 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2904] 199.19.213.209 () {30 vars in 743 bytes} [Thu May 7 14:33:54 2026] GET /v2.0/networks/b91e1a32-bce0-4224-a164-e0419ac9d265 => generated 799 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1412/2905] 199.19.213.209 () {30 vars in 737 bytes} [Thu May 7 14:33:54 2026] GET /v2.0/ports/b159058c-31ef-41ae-a85e-60c59ab86e00 => 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: 1494/2906] 199.19.213.209 () {30 vars in 741 bytes} [Thu May 7 14:33:55 2026] GET /v2.0/subnets/23459183-33b0-47bb-ab70-d56b4cede9e4 => 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: 1496/2909] 10.0.0.238 () {30 vars in 690 bytes} [Thu May 7 14:34:03 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: 9|app: 0|req: 1414/2910] 10.0.0.238 () {30 vars in 692 bytes} [Thu May 7 14:34:03 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2911] 10.0.0.238 () {30 vars in 668 bytes} [Thu May 7 14:34:03 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: 9|app: 0|req: 1415/2912] 10.0.0.238 () {30 vars in 704 bytes} [Thu May 7 14:34:03 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: 1498/2913] 10.0.0.238 () {28 vars in 439 bytes} [Thu May 7 14:34:04 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1416/2914] 10.0.0.238 () {30 vars in 728 bytes} [Thu May 7 14:34:04 2026] GET /v2.0/subnets/f16de95e-dd21-4625-b706-00aeadf74f0d => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2915] 199.19.213.209 () {30 vars in 703 bytes} [Thu May 7 14:34:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1417/2916] 199.19.213.209 () {30 vars in 705 bytes} [Thu May 7 14:34:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2917] 199.19.213.209 () {30 vars in 681 bytes} [Thu May 7 14:34:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1418/2918] 199.19.213.209 () {30 vars in 717 bytes} [Thu May 7 14:34:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2919] 199.19.213.209 () {30 vars in 741 bytes} [Thu May 7 14:34:05 2026] GET /v2.0/subnets/af21b632-1b65-4321-b468-ba50ccfb50e5 => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1419/2920] 199.19.213.209 () {30 vars in 741 bytes} [Thu May 7 14:34:05 2026] GET /v2.0/subnets/f16de95e-dd21-4625-b706-00aeadf74f0d => generated 672 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2921] 199.19.213.209 () {30 vars in 769 bytes} [Thu May 7 14:34:05 2026] GET /v2.0/ports?device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 4098 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1420/2922] 199.19.213.209 () {30 vars in 703 bytes} [Thu May 7 14:34:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2923] 199.19.213.209 () {30 vars in 705 bytes} [Thu May 7 14:34:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1421/2924] 199.19.213.209 () {30 vars in 681 bytes} [Thu May 7 14:34:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2925] 199.19.213.209 () {30 vars in 717 bytes} [Thu May 7 14:34:05 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: 9|app: 0|req: 1422/2926] 199.19.213.209 () {34 vars in 717 bytes} [Thu May 7 14:34:05 2026] POST /v2.0/ports => generated 1328 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2927] 10.0.0.63 () {34 vars in 970 bytes} [Thu May 7 14:34:06 2026] GET /v2.0/ports/73632524-20b5-45e7-9105-129223dfd276 => generated 1328 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 9|app: 0|req: 1423/2928] 199.19.213.209 () {34 vars in 1262 bytes} [Thu May 7 14:34:07 2026] GET /v2.0/ports/73632524-20b5-45e7-9105-129223dfd276?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/2929] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:34:07 2026] GET /v2.0/networks/f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1424/2930] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:34:07 2026] GET /v2.0/networks/f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3?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: 1507/2931] 199.19.213.209 () {34 vars in 975 bytes} [Thu May 7 14:34:08 2026] GET /v2.0/ports/73632524-20b5-45e7-9105-129223dfd276 => generated 1328 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1425/2932] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:34:08 2026] GET /v2.0/networks?id=f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2933] 199.19.213.209 () {38 vars in 1028 bytes} [Thu May 7 14:34:08 2026] PUT /v2.0/ports/73632524-20b5-45e7-9105-129223dfd276 => generated 1518 bytes in 372 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:34:08.548 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-462f8269-b16a-4092-bcf7-f675aadc5c46'] response: {'name': 'network-changed', 'server_uuid': '01dabd6b-f28f-4ae3-9701-52da6f71b7e6', 'tag': '73632524-20b5-45e7-9105-129223dfd276', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 1426/2934] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:34:09 2026] GET /v2.0/ports?tenant_id=03c930bcc0ed4b11af525c8c08ddd4b2&device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 5608 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, ' [pid: 8|app: 0|req: 1509/2935] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:34:09 2026] GET /v2.0/networks?id=f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1427/2936] 199.19.213.209 () {34 vars in 1058 bytes} [Thu May 7 14:34:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.112&port_id=73632524-20b5-45e7-9105-129223dfd276 => 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: 1510/2937] 199.19.213.209 () {34 vars in 1104 bytes} [Thu May 7 14:34:09 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A30&port_id=73632524-20b5-45e7-9105-129223dfd276 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1428/2938] 199.19.213.209 () {34 vars in 1064 bytes} [Thu May 7 14:34:09 2026] GET /v2.0/subnets?id=8443db9c-7558-45a1-b78f-c8cbe624a57b&id=f16de95e-dd21-4625-b706-00aeadf74f0d => generated 1412 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/2939] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:34:09 2026] GET /v2.0/ports?network_id=f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1429/2940] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:34:09 2026] GET /v2.0/ports?network_id=f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3&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: 1512/2941] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:34:09 2026] GET /v2.0/networks/f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1430/2942] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:34:09 2026] GET /v2.0/networks/f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3?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: 1513/2943] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:34:10 2026] GET /v2.0/ports?tenant_id=03c930bcc0ed4b11af525c8c08ddd4b2&device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 5608 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1431/2944] 199.19.213.209 () {34 vars in 1062 bytes} [Thu May 7 14:34:10 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.183&port_id=2f24a19a-2273-4e40-aac4-d4c0ccd1bee8 => 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: 1514/2945] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:34:10 2026] GET /v2.0/subnets?id=465d6111-24c5-494e-9911-22d00b8aa422 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1432/2946] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:34:10 2026] GET /v2.0/ports?network_id=d6a28c8f-a542-458b-89cc-b2b85d438134&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/2947] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:34:10 2026] GET /v2.0/networks/d6a28c8f-a542-458b-89cc-b2b85d438134?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1433/2948] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:34:10 2026] GET /v2.0/networks/d6a28c8f-a542-458b-89cc-b2b85d438134?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: 1516/2949] 199.19.213.209 () {34 vars in 1056 bytes} [Thu May 7 14:34:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.17&port_id=ab608eba-8646-4009-a468-9e381d376ab2 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1434/2950] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:34:10 2026] GET /v2.0/subnets?id=23459183-33b0-47bb-ab70-d56b4cede9e4 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/2951] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:34:10 2026] GET /v2.0/ports?network_id=b91e1a32-bce0-4224-a164-e0419ac9d265&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: 9|app: 0|req: 1435/2952] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:34:10 2026] GET /v2.0/networks/b91e1a32-bce0-4224-a164-e0419ac9d265?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: 1518/2953] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:34:10 2026] GET /v2.0/networks/b91e1a32-bce0-4224-a164-e0419ac9d265?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: 9|app: 0|req: 1436/2954] 199.19.213.209 () {34 vars in 1058 bytes} [Thu May 7 14:34:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.113&port_id=7dfd1768-220e-408f-9eea-86711ab8634b => 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: 1519/2955] 199.19.213.209 () {34 vars in 1104 bytes} [Thu May 7 14:34:10 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A240&port_id=7dfd1768-220e-408f-9eea-86711ab8634b => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1437/2956] 199.19.213.209 () {34 vars in 1064 bytes} [Thu May 7 14:34:11 2026] GET /v2.0/subnets?id=e395dd19-5a54-4ced-8539-b4f6427107b7&id=af21b632-1b65-4321-b468-ba50ccfb50e5 => generated 1410 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/2957] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:34:11 2026] GET /v2.0/ports?network_id=aebca149-a8e7-4cef-92ee-849b8692a787&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1438/2958] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:34:11 2026] GET /v2.0/ports?network_id=aebca149-a8e7-4cef-92ee-849b8692a787&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/2959] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:34:11 2026] GET /v2.0/networks/aebca149-a8e7-4cef-92ee-849b8692a787?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1439/2960] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:34:11 2026] GET /v2.0/networks/aebca149-a8e7-4cef-92ee-849b8692a787?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/2961] 199.19.213.209 () {34 vars in 1058 bytes} [Thu May 7 14:34:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.112&port_id=73632524-20b5-45e7-9105-129223dfd276 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1440/2962] 199.19.213.209 () {34 vars in 1104 bytes} [Thu May 7 14:34:11 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A30&port_id=73632524-20b5-45e7-9105-129223dfd276 => 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: 1523/2963] 199.19.213.209 () {34 vars in 1064 bytes} [Thu May 7 14:34:11 2026] GET /v2.0/subnets?id=8443db9c-7558-45a1-b78f-c8cbe624a57b&id=f16de95e-dd21-4625-b706-00aeadf74f0d => generated 1412 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1441/2964] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:34:11 2026] GET /v2.0/ports?network_id=f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/2965] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:34:11 2026] GET /v2.0/ports?network_id=f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3&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: 9|app: 0|req: 1442/2966] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:34:11 2026] GET /v2.0/networks/f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/2967] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:34:11 2026] GET /v2.0/networks/f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3?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: 9|app: 0|req: 1444/2970] 10.0.0.63 () {34 vars in 970 bytes} [Thu May 7 14:34:15 2026] GET /v2.0/ports/73632524-20b5-45e7-9105-129223dfd276 => generated 1520 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/2971] 199.19.213.209 () {30 vars in 743 bytes} [Thu May 7 14:34:15 2026] GET /v2.0/networks/f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3 => generated 797 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1445/2972] 199.19.213.209 () {30 vars in 741 bytes} [Thu May 7 14:34:15 2026] GET /v2.0/subnets/f16de95e-dd21-4625-b706-00aeadf74f0d => generated 672 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/2973] 199.19.213.209 () {30 vars in 741 bytes} [Thu May 7 14:34:15 2026] GET /v2.0/subnets/8443db9c-7558-45a1-b78f-c8cbe624a57b => generated 747 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1446/2974] 199.19.213.209 () {30 vars in 737 bytes} [Thu May 7 14:34:15 2026] GET /v2.0/ports/7dfd1768-220e-408f-9eea-86711ab8634b => 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: 1529/2975] 199.19.213.209 () {34 vars in 790 bytes} [Thu May 7 14:34:15 2026] PUT /v2.0/ports/7dfd1768-220e-408f-9eea-86711ab8634b => generated 1255 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:34:16.120 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dba2453b-cfc8-4073-9f68-9fbbca0bf81a'] response: {'name': 'network-changed', 'server_uuid': '01dabd6b-f28f-4ae3-9701-52da6f71b7e6', 'tag': '7dfd1768-220e-408f-9eea-86711ab8634b', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 1447/2976] 199.19.213.209 () {30 vars in 743 bytes} [Thu May 7 14:34:16 2026] GET /v2.0/networks/aebca149-a8e7-4cef-92ee-849b8692a787 => generated 798 bytes in 49 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: 1530/2977] 199.19.213.209 () {30 vars in 741 bytes} [Thu May 7 14:34:16 2026] GET /v2.0/subnets/af21b632-1b65-4321-b468-ba50ccfb50e5 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1448/2978] 199.19.213.209 () {30 vars in 703 bytes} [Thu May 7 14:34:16 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: 1531/2979] 199.19.213.209 () {30 vars in 705 bytes} [Thu May 7 14:34:16 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: 9|app: 0|req: 1449/2980] 199.19.213.209 () {30 vars in 681 bytes} [Thu May 7 14:34:16 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/2981] 199.19.213.209 () {30 vars in 717 bytes} [Thu May 7 14:34:16 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1450/2982] 199.19.213.209 () {30 vars in 741 bytes} [Thu May 7 14:34:16 2026] GET /v2.0/subnets/23459183-33b0-47bb-ab70-d56b4cede9e4 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/2983] 199.19.213.209 () {30 vars in 737 bytes} [Thu May 7 14:34:16 2026] GET /v2.0/ports/b159058c-31ef-41ae-a85e-60c59ab86e00 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1451/2984] 199.19.213.209 () {30 vars in 737 bytes} [Thu May 7 14:34:16 2026] GET /v2.0/ports/ab608eba-8646-4009-a468-9e381d376ab2 => generated 1346 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/2985] 199.19.213.209 () {30 vars in 741 bytes} [Thu May 7 14:34:16 2026] GET /v2.0/subnets/23459183-33b0-47bb-ab70-d56b4cede9e4 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1452/2986] 199.19.213.209 () {30 vars in 743 bytes} [Thu May 7 14:34:16 2026] GET /v2.0/networks/b91e1a32-bce0-4224-a164-e0419ac9d265 => generated 799 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/2987] 199.19.213.209 () {30 vars in 737 bytes} [Thu May 7 14:34:16 2026] GET /v2.0/ports/b159058c-31ef-41ae-a85e-60c59ab86e00 => generated 1132 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1453/2988] 199.19.213.209 () {30 vars in 741 bytes} [Thu May 7 14:34:16 2026] GET /v2.0/subnets/23459183-33b0-47bb-ab70-d56b4cede9e4 => 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: 1536/2989] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:34:16 2026] GET /v2.0/ports?tenant_id=03c930bcc0ed4b11af525c8c08ddd4b2&device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 5381 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1454/2990] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:34:16 2026] GET /v2.0/networks?id=aebca149-a8e7-4cef-92ee-849b8692a787 => generated 801 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/2991] 199.19.213.209 () {34 vars in 1058 bytes} [Thu May 7 14:34:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.113&port_id=7dfd1768-220e-408f-9eea-86711ab8634b => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1455/2992] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:34:16 2026] GET /v2.0/subnets?id=af21b632-1b65-4321-b468-ba50ccfb50e5 => 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: 1538/2993] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:34:16 2026] GET /v2.0/ports?network_id=aebca149-a8e7-4cef-92ee-849b8692a787&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1456/2994] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:34:16 2026] GET /v2.0/networks/aebca149-a8e7-4cef-92ee-849b8692a787?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/2995] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:34:16 2026] GET /v2.0/networks/aebca149-a8e7-4cef-92ee-849b8692a787?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: 1541/2998] 199.19.213.209 () {30 vars in 703 bytes} [Thu May 7 14:34: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: 9|app: 0|req: 1458/2999] 199.19.213.209 () {30 vars in 705 bytes} [Thu May 7 14:34:28 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3000] 199.19.213.209 () {30 vars in 681 bytes} [Thu May 7 14:34: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: 9|app: 0|req: 1459/3001] 199.19.213.209 () {30 vars in 717 bytes} [Thu May 7 14:34:28 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: 1543/3002] 199.19.213.209 () {30 vars in 741 bytes} [Thu May 7 14:34:28 2026] GET /v2.0/subnets/af21b632-1b65-4321-b468-ba50ccfb50e5 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1460/3003] 199.19.213.209 () {30 vars in 769 bytes} [Thu May 7 14:34:28 2026] GET /v2.0/ports?device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 5381 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3004] 199.19.213.209 () {30 vars in 703 bytes} [Thu May 7 14:34:29 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: 9|app: 0|req: 1461/3005] 199.19.213.209 () {30 vars in 705 bytes} [Thu May 7 14:34:29 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3006] 199.19.213.209 () {30 vars in 681 bytes} [Thu May 7 14:34:29 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: 9|app: 0|req: 1462/3007] 199.19.213.209 () {30 vars in 717 bytes} [Thu May 7 14:34:29 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3008] 199.19.213.209 () {30 vars in 737 bytes} [Thu May 7 14:34:29 2026] GET /v2.0/ports/73632524-20b5-45e7-9105-129223dfd276 => generated 1520 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1463/3009] 199.19.213.209 () {34 vars in 790 bytes} [Thu May 7 14:34:29 2026] PUT /v2.0/ports/73632524-20b5-45e7-9105-129223dfd276 => generated 1255 bytes in 846 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:34:30.159 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-a77a1e7d-54b5-4723-96d3-eb243bbd8e70'] response: {'name': 'network-changed', 'server_uuid': '01dabd6b-f28f-4ae3-9701-52da6f71b7e6', 'tag': '73632524-20b5-45e7-9105-129223dfd276', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1547/3010] 199.19.213.209 () {30 vars in 743 bytes} [Thu May 7 14:34:30 2026] GET /v2.0/networks/f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3 => generated 797 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 9|app: 0|req: 1464/3011] 199.19.213.209 () {30 vars in 741 bytes} [Thu May 7 14:34:30 2026] GET /v2.0/subnets/f16de95e-dd21-4625-b706-00aeadf74f0d => generated 672 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3012] 199.19.213.209 () {30 vars in 737 bytes} [Thu May 7 14:34:30 2026] GET /v2.0/ports/73632524-20b5-45e7-9105-129223dfd276 => generated 1291 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3013] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:34:30 2026] GET /v2.0/ports?tenant_id=03c930bcc0ed4b11af525c8c08ddd4b2&device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 4977 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1465/3014] 199.19.213.209 () {34 vars in 789 bytes} [Thu May 7 14:34:30 2026] PUT /v2.0/ports/73632524-20b5-45e7-9105-129223dfd276 => generated 1080 bytes in 469 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: 1550/3015] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:34:30 2026] GET /v2.0/networks?id=f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1466/3016] 199.19.213.209 () {30 vars in 743 bytes} [Thu May 7 14:34:30 2026] GET /v2.0/networks/f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3 => generated 797 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3017] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:34:30 2026] GET /v2.0/networks/f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1467/3018] 199.19.213.209 () {30 vars in 769 bytes} [Thu May 7 14:34:30 2026] GET /v2.0/ports?device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 4977 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3019] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:34:30 2026] GET /v2.0/networks/f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3?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: 9|app: 0|req: 1468/3020] 199.19.213.209 () {30 vars in 769 bytes} [Thu May 7 14:34:30 2026] GET /v2.0/ports?device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 4977 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3021] 199.19.213.209 () {30 vars in 769 bytes} [Thu May 7 14:34:32 2026] GET /v2.0/ports?device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 4977 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:34:32.199 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-e1fb621a-ef49-499e-9ed4-1a84c9abb662'] response: {'name': 'network-changed', 'server_uuid': '01dabd6b-f28f-4ae3-9701-52da6f71b7e6', 'tag': '73632524-20b5-45e7-9105-129223dfd276', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 1469/3022] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:34:32 2026] GET /v2.0/ports?tenant_id=03c930bcc0ed4b11af525c8c08ddd4b2&device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 4977 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3023] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:34:32 2026] GET /v2.0/networks?id=f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3 => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1470/3024] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:34:32 2026] GET /v2.0/networks/f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3?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: 1555/3025] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:34:32 2026] GET /v2.0/networks/f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3?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: 9|app: 0|req: 1471/3026] 199.19.213.209 () {30 vars in 769 bytes} [Thu May 7 14:34:33 2026] GET /v2.0/ports?device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 4977 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3027] 199.19.213.209 () {34 vars in 975 bytes} [Thu May 7 14:34:33 2026] GET /v2.0/ports/73632524-20b5-45e7-9105-129223dfd276 => generated 1116 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1472/3028] 199.19.213.209 () {34 vars in 1060 bytes} [Thu May 7 14:34:33 2026] GET /v2.0/ports/73632524-20b5-45e7-9105-129223dfd276?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3029] 199.19.213.209 () {34 vars in 1016 bytes} [Thu May 7 14:34:33 2026] GET /v2.0/networks/f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3?fields=dns_domain => generated 29 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1473/3030] 199.19.213.209 () {38 vars in 1028 bytes} [Thu May 7 14:34:33 2026] PUT /v2.0/ports/73632524-20b5-45e7-9105-129223dfd276 => generated 917 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3031] 199.19.213.209 () {30 vars in 769 bytes} [Thu May 7 14:34:34 2026] GET /v2.0/ports?device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 3869 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 14:34:34.349 9 INFO neutron_taas.services.taas.taas_plugin [None req-7d55b086-1bbd-4bc1-b58e-00603d29bc60 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: 73632524-20b5-45e7-9105-129223dfd276 2026-05-07 14:34:34.351 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d55b086-1bbd-4bc1-b58e-00603d29bc60 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: 73632524-20b5-45e7-9105-129223dfd276 [pid: 9|app: 0|req: 1474/3032] 199.19.213.209 () {32 vars in 759 bytes} [Thu May 7 14:34:34 2026] DELETE /v2.0/ports/73632524-20b5-45e7-9105-129223dfd276 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3033] 199.19.213.209 () {30 vars in 703 bytes} [Thu May 7 14:34:34 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: 9|app: 0|req: 1475/3034] 199.19.213.209 () {30 vars in 705 bytes} [Thu May 7 14:34:34 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: 1560/3035] 199.19.213.209 () {30 vars in 681 bytes} [Thu May 7 14:34:34 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1476/3036] 199.19.213.209 () {30 vars in 717 bytes} [Thu May 7 14:34:34 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: 1561/3037] 199.19.213.209 () {30 vars in 741 bytes} [Thu May 7 14:34:34 2026] GET /v2.0/subnets/23459183-33b0-47bb-ab70-d56b4cede9e4 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1477/3038] 199.19.213.209 () {30 vars in 737 bytes} [Thu May 7 14:34:34 2026] GET /v2.0/ports/b159058c-31ef-41ae-a85e-60c59ab86e00 => 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: 1562/3039] 199.19.213.209 () {30 vars in 737 bytes} [Thu May 7 14:34:34 2026] GET /v2.0/ports/ab608eba-8646-4009-a468-9e381d376ab2 => generated 1346 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1478/3040] 199.19.213.209 () {30 vars in 741 bytes} [Thu May 7 14:34:34 2026] GET /v2.0/subnets/23459183-33b0-47bb-ab70-d56b4cede9e4 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3041] 199.19.213.209 () {30 vars in 743 bytes} [Thu May 7 14:34:34 2026] GET /v2.0/networks/b91e1a32-bce0-4224-a164-e0419ac9d265 => generated 799 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1479/3042] 199.19.213.209 () {30 vars in 737 bytes} [Thu May 7 14:34:34 2026] GET /v2.0/ports/b159058c-31ef-41ae-a85e-60c59ab86e00 => generated 1132 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3043] 199.19.213.209 () {30 vars in 741 bytes} [Thu May 7 14:34:34 2026] GET /v2.0/subnets/23459183-33b0-47bb-ab70-d56b4cede9e4 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1480/3044] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:34:35 2026] GET /v2.0/ports?tenant_id=03c930bcc0ed4b11af525c8c08ddd4b2&device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 3869 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3045] 199.19.213.209 () {34 vars in 1226 bytes} [Thu May 7 14:34:35 2026] GET /v2.0/networks?id=d6a28c8f-a542-458b-89cc-b2b85d438134&id=b91e1a32-bce0-4224-a164-e0419ac9d265&id=aebca149-a8e7-4cef-92ee-849b8692a787&id=f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3 => generated 3096 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1481/3046] 199.19.213.209 () {34 vars in 1062 bytes} [Thu May 7 14:34:35 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.183&port_id=2f24a19a-2273-4e40-aac4-d4c0ccd1bee8 => 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: 1566/3047] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:34:35 2026] GET /v2.0/subnets?id=465d6111-24c5-494e-9911-22d00b8aa422 => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1482/3048] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:34:35 2026] GET /v2.0/ports?network_id=d6a28c8f-a542-458b-89cc-b2b85d438134&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3049] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:34:35 2026] GET /v2.0/networks/d6a28c8f-a542-458b-89cc-b2b85d438134?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1483/3050] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:34:35 2026] GET /v2.0/networks/d6a28c8f-a542-458b-89cc-b2b85d438134?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: 1568/3051] 199.19.213.209 () {34 vars in 1056 bytes} [Thu May 7 14:34:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.17&port_id=ab608eba-8646-4009-a468-9e381d376ab2 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1484/3052] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:34:35 2026] GET /v2.0/subnets?id=23459183-33b0-47bb-ab70-d56b4cede9e4 => 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: 1569/3053] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:34:35 2026] GET /v2.0/ports?network_id=b91e1a32-bce0-4224-a164-e0419ac9d265&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1485/3054] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:34:35 2026] GET /v2.0/networks/b91e1a32-bce0-4224-a164-e0419ac9d265?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: 1570/3055] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:34:35 2026] GET /v2.0/networks/b91e1a32-bce0-4224-a164-e0419ac9d265?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: 9|app: 0|req: 1486/3056] 199.19.213.209 () {34 vars in 1058 bytes} [Thu May 7 14:34:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.113&port_id=7dfd1768-220e-408f-9eea-86711ab8634b => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3057] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:34:35 2026] GET /v2.0/subnets?id=af21b632-1b65-4321-b468-ba50ccfb50e5 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1487/3058] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:34:35 2026] GET /v2.0/ports?network_id=aebca149-a8e7-4cef-92ee-849b8692a787&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3059] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:34:35 2026] GET /v2.0/networks/aebca149-a8e7-4cef-92ee-849b8692a787?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1488/3060] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:34:35 2026] GET /v2.0/networks/aebca149-a8e7-4cef-92ee-849b8692a787?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: 1573/3061] 199.19.213.209 () {30 vars in 703 bytes} [Thu May 7 14:34:39 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: 9|app: 0|req: 1489/3062] 199.19.213.209 () {30 vars in 705 bytes} [Thu May 7 14:34:39 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3063] 199.19.213.209 () {30 vars in 681 bytes} [Thu May 7 14:34:39 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: 9|app: 0|req: 1490/3064] 199.19.213.209 () {30 vars in 717 bytes} [Thu May 7 14:34:39 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3065] 199.19.213.209 () {30 vars in 769 bytes} [Thu May 7 14:34:39 2026] GET /v2.0/ports?device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 3869 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1491/3066] 199.19.213.209 () {30 vars in 703 bytes} [Thu May 7 14:34:39 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3067] 199.19.213.209 () {30 vars in 705 bytes} [Thu May 7 14:34:39 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1492/3068] 199.19.213.209 () {30 vars in 681 bytes} [Thu May 7 14:34:39 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3069] 199.19.213.209 () {30 vars in 717 bytes} [Thu May 7 14:34:39 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: 9|app: 0|req: 1493/3070] 199.19.213.209 () {30 vars in 737 bytes} [Thu May 7 14:34:40 2026] GET /v2.0/ports/7dfd1768-220e-408f-9eea-86711ab8634b => generated 1291 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3071] 199.19.213.209 () {34 vars in 789 bytes} [Thu May 7 14:34:40 2026] PUT /v2.0/ports/7dfd1768-220e-408f-9eea-86711ab8634b => generated 1080 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:34:40.407 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-431fb2ce-90dc-4c6f-b882-a61413705153'] response: {'name': 'network-changed', 'server_uuid': '01dabd6b-f28f-4ae3-9701-52da6f71b7e6', 'tag': '7dfd1768-220e-408f-9eea-86711ab8634b', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 1494/3072] 199.19.213.209 () {30 vars in 743 bytes} [Thu May 7 14:34:40 2026] GET /v2.0/networks/aebca149-a8e7-4cef-92ee-849b8692a787 => generated 798 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1579/3073] 199.19.213.209 () {30 vars in 769 bytes} [Thu May 7 14:34:40 2026] GET /v2.0/ports?device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 3694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1495/3074] 199.19.213.209 () {30 vars in 769 bytes} [Thu May 7 14:34:40 2026] GET /v2.0/ports?device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 3694 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3075] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:34:40 2026] GET /v2.0/ports?tenant_id=03c930bcc0ed4b11af525c8c08ddd4b2&device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 3694 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1496/3076] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:34:40 2026] GET /v2.0/networks?id=aebca149-a8e7-4cef-92ee-849b8692a787 => generated 801 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3077] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:34:41 2026] GET /v2.0/networks/aebca149-a8e7-4cef-92ee-849b8692a787?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1497/3078] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:34:41 2026] GET /v2.0/networks/aebca149-a8e7-4cef-92ee-849b8692a787?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: 1582/3079] 199.19.213.209 () {30 vars in 769 bytes} [Thu May 7 14:34:41 2026] GET /v2.0/ports?device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 3694 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1499/3082] 199.19.213.209 () {34 vars in 975 bytes} [Thu May 7 14:34:42 2026] GET /v2.0/ports/7dfd1768-220e-408f-9eea-86711ab8634b => generated 1116 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1500/3083] 199.19.213.209 () {34 vars in 1060 bytes} [Thu May 7 14:34:42 2026] GET /v2.0/ports/7dfd1768-220e-408f-9eea-86711ab8634b?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3084] 199.19.213.209 () {30 vars in 769 bytes} [Thu May 7 14:34:42 2026] GET /v2.0/ports?device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 3694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1501/3085] 199.19.213.209 () {34 vars in 1016 bytes} [Thu May 7 14:34:42 2026] GET /v2.0/networks/aebca149-a8e7-4cef-92ee-849b8692a787?fields=dns_domain => generated 29 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3086] 199.19.213.209 () {38 vars in 1028 bytes} [Thu May 7 14:34:42 2026] PUT /v2.0/ports/7dfd1768-220e-408f-9eea-86711ab8634b => generated 917 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1502/3087] 199.19.213.209 () {30 vars in 769 bytes} [Thu May 7 14:34:43 2026] GET /v2.0/ports?device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 2586 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 14:34:43.925 8 INFO neutron_taas.services.taas.taas_plugin [None req-b82eb91b-aa95-4a77-95e0-a11e162eae8c a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: 7dfd1768-220e-408f-9eea-86711ab8634b 2026-05-07 14:34:43.928 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b82eb91b-aa95-4a77-95e0-a11e162eae8c a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: 7dfd1768-220e-408f-9eea-86711ab8634b [pid: 8|app: 0|req: 1586/3088] 199.19.213.209 () {32 vars in 759 bytes} [Thu May 7 14:34:43 2026] DELETE /v2.0/ports/7dfd1768-220e-408f-9eea-86711ab8634b => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1503/3089] 199.19.213.209 () {30 vars in 703 bytes} [Thu May 7 14:34:44 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3090] 199.19.213.209 () {30 vars in 705 bytes} [Thu May 7 14:34:44 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1504/3091] 199.19.213.209 () {30 vars in 681 bytes} [Thu May 7 14:34:44 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3092] 199.19.213.209 () {30 vars in 717 bytes} [Thu May 7 14:34:44 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1505/3093] 199.19.213.209 () {30 vars in 741 bytes} [Thu May 7 14:34:44 2026] GET /v2.0/subnets/23459183-33b0-47bb-ab70-d56b4cede9e4 => 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: 1589/3094] 199.19.213.209 () {30 vars in 737 bytes} [Thu May 7 14:34:44 2026] GET /v2.0/ports/b159058c-31ef-41ae-a85e-60c59ab86e00 => generated 1132 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1506/3095] 199.19.213.209 () {30 vars in 737 bytes} [Thu May 7 14:34:44 2026] GET /v2.0/ports/ab608eba-8646-4009-a468-9e381d376ab2 => generated 1346 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3096] 199.19.213.209 () {30 vars in 741 bytes} [Thu May 7 14:34:44 2026] GET /v2.0/subnets/23459183-33b0-47bb-ab70-d56b4cede9e4 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1507/3097] 199.19.213.209 () {30 vars in 743 bytes} [Thu May 7 14:34:44 2026] GET /v2.0/networks/b91e1a32-bce0-4224-a164-e0419ac9d265 => generated 799 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3098] 199.19.213.209 () {30 vars in 737 bytes} [Thu May 7 14:34:44 2026] GET /v2.0/ports/b159058c-31ef-41ae-a85e-60c59ab86e00 => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1508/3099] 199.19.213.209 () {30 vars in 741 bytes} [Thu May 7 14:34:44 2026] GET /v2.0/subnets/23459183-33b0-47bb-ab70-d56b4cede9e4 => 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: 1592/3100] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:34:44 2026] GET /v2.0/ports?tenant_id=03c930bcc0ed4b11af525c8c08ddd4b2&device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 2586 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1509/3101] 199.19.213.209 () {34 vars in 1146 bytes} [Thu May 7 14:34:44 2026] GET /v2.0/networks?id=d6a28c8f-a542-458b-89cc-b2b85d438134&id=b91e1a32-bce0-4224-a164-e0419ac9d265&id=aebca149-a8e7-4cef-92ee-849b8692a787 => generated 2310 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3102] 199.19.213.209 () {34 vars in 1062 bytes} [Thu May 7 14:34:44 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.183&port_id=2f24a19a-2273-4e40-aac4-d4c0ccd1bee8 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1510/3103] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:34:44 2026] GET /v2.0/subnets?id=465d6111-24c5-494e-9911-22d00b8aa422 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3104] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:34:44 2026] GET /v2.0/ports?network_id=d6a28c8f-a542-458b-89cc-b2b85d438134&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: 9|app: 0|req: 1511/3105] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:34:44 2026] GET /v2.0/networks/d6a28c8f-a542-458b-89cc-b2b85d438134?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: 1595/3106] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:34:44 2026] GET /v2.0/networks/d6a28c8f-a542-458b-89cc-b2b85d438134?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: 9|app: 0|req: 1512/3107] 199.19.213.209 () {34 vars in 1056 bytes} [Thu May 7 14:34:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.17&port_id=ab608eba-8646-4009-a468-9e381d376ab2 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3108] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:34:44 2026] GET /v2.0/subnets?id=23459183-33b0-47bb-ab70-d56b4cede9e4 => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1513/3109] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:34:44 2026] GET /v2.0/ports?network_id=b91e1a32-bce0-4224-a164-e0419ac9d265&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3110] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:34:44 2026] GET /v2.0/networks/b91e1a32-bce0-4224-a164-e0419ac9d265?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1514/3111] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:34:45 2026] GET /v2.0/networks/b91e1a32-bce0-4224-a164-e0419ac9d265?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: 1598/3112] 199.19.213.209 () {30 vars in 703 bytes} [Thu May 7 14:34:55 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1515/3113] 199.19.213.209 () {30 vars in 705 bytes} [Thu May 7 14:34:55 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3114] 199.19.213.209 () {30 vars in 681 bytes} [Thu May 7 14:34:55 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: 9|app: 0|req: 1516/3115] 199.19.213.209 () {30 vars in 717 bytes} [Thu May 7 14:34: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) 2026-05-07 14:34:55.666 8 INFO neutron.api.v2.resource [None req-cae080a9-dcf9-4d1e-b46c-992a4cfe1dce a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1600/3116] 199.19.213.209 () {30 vars in 763 bytes} [Thu May 7 14:34:55 2026] GET /v2.0/security-groups/lb-57696f0f-6d81-4a07-9469-fbacb5a2a524 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1517/3117] 199.19.213.209 () {30 vars in 785 bytes} [Thu May 7 14:34:55 2026] GET /v2.0/security-groups?name=lb-57696f0f-6d81-4a07-9469-fbacb5a2a524 => generated 2865 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3118] 199.19.213.209 () {30 vars in 815 bytes} [Thu May 7 14:34:55 2026] GET /v2.0/security-group-rules?security_group_id=8ff4ee66-8473-4e62-9d81-2fc96b1f1a94 => generated 2334 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1518/3119] 199.19.213.209 () {32 vars in 789 bytes} [Thu May 7 14:34:55 2026] DELETE /v2.0/security-group-rules/49d745ba-26d8-4d5f-b6ac-864aa5a15e89 => 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: 1602/3120] 199.19.213.209 () {32 vars in 789 bytes} [Thu May 7 14:34:55 2026] DELETE /v2.0/security-group-rules/517d0cef-c252-459c-8988-60b6a382e169 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:34:59.551 8 INFO neutron_taas.services.taas.taas_plugin [None req-42948de7-dbdd-464c-b1b9-3ac2c7ac9ae5 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] TaaS: Handle Delete Port: 9c08490a-e1ad-42c1-b15e-b2e67e757084 2026-05-07 14:34:59.554 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42948de7-dbdd-464c-b1b9-3ac2c7ac9ae5 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] Tap Mirror: Handle Delete Port: 9c08490a-e1ad-42c1-b15e-b2e67e757084 2026-05-07 14:34:59.743 8 INFO neutron.db.l3_db [None req-42948de7-dbdd-464c-b1b9-3ac2c7ac9ae5 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] Floating IP 80c7c18b-2019-4477-96a6-f3ed14bd3df2 disassociated (deleted). External IP: 10.96.250.202, port: b159058c-31ef-41ae-a85e-60c59ab86e00. [pid: 8|app: 0|req: 1604/3123] 10.0.0.231 () {32 vars in 732 bytes} [Thu May 7 14:34:59 2026] DELETE /v2.0/floatingips/80c7c18b-2019-4477-96a6-f3ed14bd3df2 => generated 0 bytes in 620 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:35:00.064 9 INFO neutron.api.v2.resource [None req-993e86ad-7151-492a-91c7-e1f811b98dca 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1520/3124] 10.0.0.231 () {32 vars in 729 bytes} [Thu May 7 14:35:00 2026] GET /v2.0/floatingips/80c7c18b-2019-4477-96a6-f3ed14bd3df2 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3125] 199.19.213.209 () {30 vars in 703 bytes} [Thu May 7 14:35:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1521/3126] 199.19.213.209 () {30 vars in 705 bytes} [Thu May 7 14:35: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: 8|app: 0|req: 1606/3127] 199.19.213.209 () {30 vars in 681 bytes} [Thu May 7 14:35:00 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1522/3128] 199.19.213.209 () {30 vars in 717 bytes} [Thu May 7 14:35:01 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-05-07 14:35:01.036 8 INFO neutron.api.v2.resource [None req-d59b3ee3-b6a1-4552-a9d6-319e4e32a6a6 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1607/3129] 199.19.213.209 () {30 vars in 763 bytes} [Thu May 7 14:35:01 2026] GET /v2.0/security-groups/lb-57696f0f-6d81-4a07-9469-fbacb5a2a524 => generated 149 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1523/3130] 199.19.213.209 () {30 vars in 785 bytes} [Thu May 7 14:35:01 2026] GET /v2.0/security-groups?name=lb-57696f0f-6d81-4a07-9469-fbacb5a2a524 => 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: 1608/3131] 199.19.213.209 () {30 vars in 815 bytes} [Thu May 7 14:35:01 2026] GET /v2.0/security-group-rules?security_group_id=8ff4ee66-8473-4e62-9d81-2fc96b1f1a94 => generated 1182 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1524/3132] 199.19.213.209 () {30 vars in 703 bytes} [Thu May 7 14:35:01 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: 1609/3133] 199.19.213.209 () {30 vars in 705 bytes} [Thu May 7 14:35:01 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: 9|app: 0|req: 1525/3134] 199.19.213.209 () {30 vars in 681 bytes} [Thu May 7 14:35:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3135] 199.19.213.209 () {30 vars in 717 bytes} [Thu May 7 14:35:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1526/3136] 199.19.213.209 () {30 vars in 741 bytes} [Thu May 7 14:35:01 2026] GET /v2.0/subnets/23459183-33b0-47bb-ab70-d56b4cede9e4 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3137] 199.19.213.209 () {30 vars in 769 bytes} [Thu May 7 14:35:01 2026] GET /v2.0/ports?device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 2586 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1527/3138] 199.19.213.209 () {30 vars in 769 bytes} [Thu May 7 14:35:01 2026] GET /v2.0/ports?device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 2586 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3139] 199.19.213.209 () {30 vars in 769 bytes} [Thu May 7 14:35:01 2026] GET /v2.0/ports?device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 2586 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1528/3140] 199.19.213.209 () {30 vars in 769 bytes} [Thu May 7 14:35:02 2026] GET /v2.0/ports?device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => 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: 1613/3141] 199.19.213.209 () {34 vars in 975 bytes} [Thu May 7 14:35:03 2026] GET /v2.0/ports/ab608eba-8646-4009-a468-9e381d376ab2 => generated 1346 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1529/3142] 199.19.213.209 () {30 vars in 769 bytes} [Thu May 7 14:35:03 2026] GET /v2.0/ports?device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 2586 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3143] 199.19.213.209 () {34 vars in 1060 bytes} [Thu May 7 14:35:04 2026] GET /v2.0/ports/ab608eba-8646-4009-a468-9e381d376ab2?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: 9|app: 0|req: 1530/3144] 199.19.213.209 () {34 vars in 1016 bytes} [Thu May 7 14:35:04 2026] GET /v2.0/networks/b91e1a32-bce0-4224-a164-e0419ac9d265?fields=dns_domain => generated 29 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3145] 199.19.213.209 () {38 vars in 1028 bytes} [Thu May 7 14:35:04 2026] PUT /v2.0/ports/ab608eba-8646-4009-a468-9e381d376ab2 => generated 1147 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1531/3146] 199.19.213.209 () {30 vars in 769 bytes} [Thu May 7 14:35:05 2026] GET /v2.0/ports?device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 1248 bytes in 44 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: 1616/3147] 199.19.213.209 () {34 vars in 789 bytes} [Thu May 7 14:35:05 2026] PUT /v2.0/ports/ab608eba-8646-4009-a468-9e381d376ab2 => generated 1086 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1532/3148] 199.19.213.209 () {30 vars in 737 bytes} [Thu May 7 14:35:05 2026] GET /v2.0/ports/ab608eba-8646-4009-a468-9e381d376ab2 => generated 1086 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 14:35:05.489 8 INFO neutron_taas.services.taas.taas_plugin [None req-02388f90-f978-40c7-88e4-c925f9a409c1 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: ab608eba-8646-4009-a468-9e381d376ab2 2026-05-07 14:35:05.491 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-02388f90-f978-40c7-88e4-c925f9a409c1 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: ab608eba-8646-4009-a468-9e381d376ab2 [pid: 8|app: 0|req: 1617/3149] 199.19.213.209 () {32 vars in 759 bytes} [Thu May 7 14:35:05 2026] DELETE /v2.0/ports/ab608eba-8646-4009-a468-9e381d376ab2 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1533/3150] 199.19.213.209 () {30 vars in 703 bytes} [Thu May 7 14:35:05 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: 1618/3151] 199.19.213.209 () {30 vars in 705 bytes} [Thu May 7 14:35:05 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: 9|app: 0|req: 1534/3152] 199.19.213.209 () {30 vars in 681 bytes} [Thu May 7 14:35:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3153] 199.19.213.209 () {30 vars in 717 bytes} [Thu May 7 14:35:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:35:05.777 9 INFO neutron.pecan_wsgi.hooks.translation [None req-d70f3b2b-fd80-42d6-8bf2-e13088f8896b a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1535/3154] 199.19.213.209 () {32 vars in 759 bytes} [Thu May 7 14:35:05 2026] DELETE /v2.0/ports/ab608eba-8646-4009-a468-9e381d376ab2 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3155] 199.19.213.209 () {30 vars in 737 bytes} [Thu May 7 14:35:05 2026] GET /v2.0/ports/b159058c-31ef-41ae-a85e-60c59ab86e00 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:35:05.840 9 INFO neutron.api.v2.resource [None req-fca666ab-1f39-43b8-95f3-bc20abd21ac4 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1536/3156] 199.19.213.209 () {30 vars in 763 bytes} [Thu May 7 14:35:05 2026] GET /v2.0/security-groups/lb-57696f0f-6d81-4a07-9469-fbacb5a2a524 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3157] 199.19.213.209 () {30 vars in 785 bytes} [Thu May 7 14:35:05 2026] GET /v2.0/security-groups?name=lb-57696f0f-6d81-4a07-9469-fbacb5a2a524 => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1537/3158] 199.19.213.209 () {30 vars in 737 bytes} [Thu May 7 14:35:05 2026] GET /v2.0/ports/b159058c-31ef-41ae-a85e-60c59ab86e00 => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1538/3159] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:35:05 2026] GET /v2.0/ports?tenant_id=03c930bcc0ed4b11af525c8c08ddd4b2&device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1539/3160] 199.19.213.209 () {34 vars in 1066 bytes} [Thu May 7 14:35:05 2026] GET /v2.0/networks?id=d6a28c8f-a542-458b-89cc-b2b85d438134&id=b91e1a32-bce0-4224-a164-e0419ac9d265 => generated 1523 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1540/3161] 199.19.213.209 () {34 vars in 1062 bytes} [Thu May 7 14:35:06 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.183&port_id=2f24a19a-2273-4e40-aac4-d4c0ccd1bee8 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1541/3162] 199.19.213.209 () {34 vars in 984 bytes} [Thu May 7 14:35:06 2026] GET /v2.0/subnets?id=465d6111-24c5-494e-9911-22d00b8aa422 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1542/3163] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:35:06 2026] GET /v2.0/ports?network_id=d6a28c8f-a542-458b-89cc-b2b85d438134&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3164] 199.19.213.209 () {34 vars in 789 bytes} [Thu May 7 14:35:05 2026] PUT /v2.0/ports/b159058c-31ef-41ae-a85e-60c59ab86e00 => generated 1094 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1543/3165] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:35:06 2026] GET /v2.0/networks/d6a28c8f-a542-458b-89cc-b2b85d438134?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1544/3166] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:35:06 2026] GET /v2.0/networks/d6a28c8f-a542-458b-89cc-b2b85d438134?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3167] 199.19.213.209 () {32 vars in 779 bytes} [Thu May 7 14:35:06 2026] DELETE /v2.0/security-groups/8ff4ee66-8473-4e62-9d81-2fc96b1f1a94 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:35:06.401 9 INFO neutron_taas.services.taas.taas_plugin [None req-f0c3c2b6-8580-42a3-a24f-0807cc5a4cbf a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: b159058c-31ef-41ae-a85e-60c59ab86e00 2026-05-07 14:35:06.404 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0c3c2b6-8580-42a3-a24f-0807cc5a4cbf a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: b159058c-31ef-41ae-a85e-60c59ab86e00 [pid: 9|app: 0|req: 1545/3168] 199.19.213.209 () {32 vars in 759 bytes} [Thu May 7 14:35:06 2026] DELETE /v2.0/ports/b159058c-31ef-41ae-a85e-60c59ab86e00 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3169] 199.19.213.209 () {34 vars in 994 bytes} [Thu May 7 14:35:09 2026] GET /v2.0/ports?device_id=01dabd6b-f28f-4ae3-9701-52da6f71b7e6 => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:35:09.385 9 INFO neutron_taas.services.taas.taas_plugin [req-a119760b-8638-44a4-8625-ca75d7a0ed1e req-aa3c1e99-237c-47d6-8e04-e2ecc7c8af94 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] TaaS: Handle Delete Port: 2f24a19a-2273-4e40-aac4-d4c0ccd1bee8 2026-05-07 14:35:09.387 9 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a119760b-8638-44a4-8625-ca75d7a0ed1e req-aa3c1e99-237c-47d6-8e04-e2ecc7c8af94 a3a2c4abf0ac4eee804577c1972df427 03c930bcc0ed4b11af525c8c08ddd4b2 - - default default] Tap Mirror: Handle Delete Port: 2f24a19a-2273-4e40-aac4-d4c0ccd1bee8 [pid: 9|app: 0|req: 1546/3170] 199.19.213.209 () {36 vars in 997 bytes} [Thu May 7 14:35:09 2026] DELETE /v2.0/ports/2f24a19a-2273-4e40-aac4-d4c0ccd1bee8 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:35:09.572 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-639dd4af-de5d-4b46-8287-840c00c10f8e'] response: {'server_uuid': '01dabd6b-f28f-4ae3-9701-52da6f71b7e6', 'name': 'network-vif-deleted', 'tag': '2f24a19a-2273-4e40-aac4-d4c0ccd1bee8', 'status': 'completed', 'code': 200} 2026-05-07 14:35:10.393 8 INFO neutron_taas.services.taas.taas_plugin [None req-081b4941-2c4f-4c48-a31d-d8e8ac3bc3f6 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] TaaS: Handle Delete Port: 5307ba22-2f03-4214-bd43-d092d27828aa 2026-05-07 14:35:10.396 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-081b4941-2c4f-4c48-a31d-d8e8ac3bc3f6 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] Tap Mirror: Handle Delete Port: 5307ba22-2f03-4214-bd43-d092d27828aa 2026-05-07 14:35:10.565 8 INFO neutron.db.l3_db [None req-081b4941-2c4f-4c48-a31d-d8e8ac3bc3f6 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] Floating IP 7746e098-30ca-4f0d-8aa0-e54763374079 disassociated (deleted). External IP: 10.96.250.212, port: 43b14c91-feee-4e07-88b2-93d19a735f3a. [pid: 8|app: 0|req: 1625/3171] 10.0.0.231 () {32 vars in 732 bytes} [Thu May 7 14:35:10 2026] DELETE /v2.0/floatingips/7746e098-30ca-4f0d-8aa0-e54763374079 => generated 0 bytes in 586 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:35:10.876 9 INFO neutron.api.v2.resource [None req-544a3bb4-9b21-4cb6-9b09-4c87ebacd729 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1547/3172] 10.0.0.231 () {32 vars in 729 bytes} [Thu May 7 14:35:10 2026] GET /v2.0/floatingips/7746e098-30ca-4f0d-8aa0-e54763374079 => generated 144 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 14:35:10.901 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-91104144-c160-44c8-99ec-2b7598a2f7e3'] response: {'name': 'network-changed', 'server_uuid': 'fcda8b91-57fe-495d-a84e-12d7f7b70025', 'tag': '43b14c91-feee-4e07-88b2-93d19a735f3a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1626/3173] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:35:11 2026] GET /v2.0/ports?device_id=fcda8b91-57fe-495d-a84e-12d7f7b70025 => generated 1200 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1548/3174] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:35:11 2026] GET /v2.0/security-groups?id=b0ef00a0-0e34-427c-8b6d-5a6d71ff98bc&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: 1627/3175] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:35:11 2026] GET /v2.0/ports?tenant_id=57ee3915a9774a7a8da173fd16269e70&device_id=fcda8b91-57fe-495d-a84e-12d7f7b70025 => generated 1469 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1549/3176] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:35:11 2026] GET /v2.0/networks?id=f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3 => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3177] 199.19.213.209 () {34 vars in 1056 bytes} [Thu May 7 14:35:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.32&port_id=43b14c91-feee-4e07-88b2-93d19a735f3a => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1550/3178] 199.19.213.209 () {34 vars in 1106 bytes} [Thu May 7 14:35:11 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3db&port_id=43b14c91-feee-4e07-88b2-93d19a735f3a => 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: 1629/3179] 199.19.213.209 () {34 vars in 1064 bytes} [Thu May 7 14:35:11 2026] GET /v2.0/subnets?id=8443db9c-7558-45a1-b78f-c8cbe624a57b&id=f16de95e-dd21-4625-b706-00aeadf74f0d => generated 1412 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1551/3180] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:35:11 2026] GET /v2.0/ports?network_id=f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3183] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:35:11 2026] GET /v2.0/ports?network_id=f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3&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: 9|app: 0|req: 1554/3184] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:35:11 2026] GET /v2.0/networks/f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3?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: 1631/3185] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:35:11 2026] GET /v2.0/networks/f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3?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: 9|app: 0|req: 1555/3186] 199.19.213.209 () {34 vars in 994 bytes} [Thu May 7 14:35:13 2026] GET /v2.0/ports?device_id=fcda8b91-57fe-495d-a84e-12d7f7b70025 => generated 1198 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:35:13.734 8 INFO neutron_taas.services.taas.taas_plugin [req-ebe4394c-0ce6-4e02-888d-d31ebc11606a req-99b390e3-6b03-4391-acdf-acc877b063dc 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] TaaS: Handle Delete Port: 43b14c91-feee-4e07-88b2-93d19a735f3a 2026-05-07 14:35:13.736 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ebe4394c-0ce6-4e02-888d-d31ebc11606a req-99b390e3-6b03-4391-acdf-acc877b063dc 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] Tap Mirror: Handle Delete Port: 43b14c91-feee-4e07-88b2-93d19a735f3a [pid: 8|app: 0|req: 1632/3187] 199.19.213.209 () {36 vars in 997 bytes} [Thu May 7 14:35:13 2026] DELETE /v2.0/ports/43b14c91-feee-4e07-88b2-93d19a735f3a => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:35:13.961 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8a2c5d5f-4b14-47e3-92ed-14abb526cb46'] response: {'server_uuid': 'fcda8b91-57fe-495d-a84e-12d7f7b70025', 'name': 'network-vif-deleted', 'tag': '43b14c91-feee-4e07-88b2-93d19a735f3a', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 1556/3188] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:35:16 2026] GET /v2.0/ports?device_id=fcda8b91-57fe-495d-a84e-12d7f7b70025 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 14:35:21.463 8 INFO neutron_taas.services.taas.taas_plugin [None req-12457a30-1cdb-47cd-b461-274fec3c4c15 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] TaaS: Handle Delete Port: bcd74748-f5aa-4e4b-a12f-e829c5c95201 2026-05-07 14:35:21.466 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12457a30-1cdb-47cd-b461-274fec3c4c15 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] Tap Mirror: Handle Delete Port: bcd74748-f5aa-4e4b-a12f-e829c5c95201 2026-05-07 14:35:21.648 8 INFO neutron.db.l3_db [None req-12457a30-1cdb-47cd-b461-274fec3c4c15 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] Floating IP edb432a1-194a-460a-9dc6-668b2b1052d1 disassociated (deleted). External IP: 10.96.250.211, port: 45e971d2-c435-44c3-a755-b4d42094efdc. [pid: 8|app: 0|req: 1633/3189] 10.0.0.231 () {32 vars in 732 bytes} [Thu May 7 14:35:21 2026] DELETE /v2.0/floatingips/edb432a1-194a-460a-9dc6-668b2b1052d1 => generated 0 bytes in 627 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:35:21.967 9 INFO neutron.api.v2.resource [None req-9a6018c5-8a5e-45c0-9b4d-b559d2b65eab 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1557/3190] 10.0.0.231 () {32 vars in 729 bytes} [Thu May 7 14:35:21 2026] GET /v2.0/floatingips/edb432a1-194a-460a-9dc6-668b2b1052d1 => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 14:35:21.992 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7cfc924b-8e29-4b03-a76e-1bec1fe19974'] response: {'name': 'network-changed', 'server_uuid': '87c91a97-a688-4104-8f1e-b737f7442611', 'tag': '45e971d2-c435-44c3-a755-b4d42094efdc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1634/3191] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:35:22 2026] GET /v2.0/ports?device_id=87c91a97-a688-4104-8f1e-b737f7442611 => generated 1196 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1558/3192] 10.0.0.63 () {34 vars in 1039 bytes} [Thu May 7 14:35:22 2026] GET /v2.0/security-groups?id=b0ef00a0-0e34-427c-8b6d-5a6d71ff98bc&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3193] 199.19.213.209 () {34 vars in 1080 bytes} [Thu May 7 14:35:22 2026] GET /v2.0/ports?tenant_id=57ee3915a9774a7a8da173fd16269e70&device_id=87c91a97-a688-4104-8f1e-b737f7442611 => generated 1465 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1559/3194] 199.19.213.209 () {34 vars in 986 bytes} [Thu May 7 14:35:22 2026] GET /v2.0/networks?id=aebca149-a8e7-4cef-92ee-849b8692a787 => generated 801 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3195] 199.19.213.209 () {34 vars in 1056 bytes} [Thu May 7 14:35:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.38&port_id=45e971d2-c435-44c3-a755-b4d42094efdc => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1560/3196] 199.19.213.209 () {34 vars in 1104 bytes} [Thu May 7 14:35:22 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A213&port_id=45e971d2-c435-44c3-a755-b4d42094efdc => 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: 1637/3197] 199.19.213.209 () {34 vars in 1064 bytes} [Thu May 7 14:35:22 2026] GET /v2.0/subnets?id=e395dd19-5a54-4ced-8539-b4f6427107b7&id=af21b632-1b65-4321-b468-ba50ccfb50e5 => generated 1410 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1561/3198] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:35:22 2026] GET /v2.0/ports?network_id=aebca149-a8e7-4cef-92ee-849b8692a787&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3199] 199.19.213.209 () {34 vars in 1052 bytes} [Thu May 7 14:35:22 2026] GET /v2.0/ports?network_id=aebca149-a8e7-4cef-92ee-849b8692a787&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1562/3200] 199.19.213.209 () {34 vars in 1012 bytes} [Thu May 7 14:35:22 2026] GET /v2.0/networks/aebca149-a8e7-4cef-92ee-849b8692a787?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3201] 199.19.213.209 () {34 vars in 1112 bytes} [Thu May 7 14:35:22 2026] GET /v2.0/networks/aebca149-a8e7-4cef-92ee-849b8692a787?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: 9|app: 0|req: 1563/3202] 199.19.213.209 () {34 vars in 994 bytes} [Thu May 7 14:35:24 2026] GET /v2.0/ports?device_id=87c91a97-a688-4104-8f1e-b737f7442611 => generated 1196 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 14:35:24.743 8 INFO neutron_taas.services.taas.taas_plugin [req-de8bf3e2-7b61-44a9-81c6-d8cf9f49fbdd req-05958304-6e59-49e4-98c3-7f840cf0f172 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] TaaS: Handle Delete Port: 45e971d2-c435-44c3-a755-b4d42094efdc 2026-05-07 14:35:24.746 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-de8bf3e2-7b61-44a9-81c6-d8cf9f49fbdd req-05958304-6e59-49e4-98c3-7f840cf0f172 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] Tap Mirror: Handle Delete Port: 45e971d2-c435-44c3-a755-b4d42094efdc [pid: 8|app: 0|req: 1640/3203] 199.19.213.209 () {36 vars in 997 bytes} [Thu May 7 14:35:24 2026] DELETE /v2.0/ports/45e971d2-c435-44c3-a755-b4d42094efdc => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:35:24.983 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d79a091d-4a7f-4047-ac13-cd0f26dd2f36'] response: {'server_uuid': '87c91a97-a688-4104-8f1e-b737f7442611', 'name': 'network-vif-deleted', 'tag': '45e971d2-c435-44c3-a755-b4d42094efdc', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 1565/3206] 10.0.0.63 () {34 vars in 989 bytes} [Thu May 7 14:35:27 2026] GET /v2.0/ports?device_id=87c91a97-a688-4104-8f1e-b737f7442611 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3207] 10.0.0.231 () {32 vars in 750 bytes} [Thu May 7 14:35:32 2026] DELETE /v2.0/security-group-rules/c79d40de-c4eb-45bf-94a1-623c8aba712b => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:35:32.556 9 INFO neutron.api.v2.resource [None req-16fb8101-6f56-46d4-80e9-39e033bba0e2 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1566/3208] 10.0.0.231 () {32 vars in 747 bytes} [Thu May 7 14:35:32 2026] GET /v2.0/security-group-rules/c79d40de-c4eb-45bf-94a1-623c8aba712b => generated 155 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3209] 10.0.0.231 () {32 vars in 750 bytes} [Thu May 7 14:35:32 2026] DELETE /v2.0/security-group-rules/052c514f-3298-4fa5-a83b-4968cb88dd44 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:35:32.641 9 INFO neutron.api.v2.resource [None req-4c2c9173-12f6-4400-8c71-d70de0622973 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1567/3210] 10.0.0.231 () {32 vars in 747 bytes} [Thu May 7 14:35:32 2026] GET /v2.0/security-group-rules/052c514f-3298-4fa5-a83b-4968cb88dd44 => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3211] 10.0.0.231 () {32 vars in 750 bytes} [Thu May 7 14:35:32 2026] DELETE /v2.0/security-group-rules/ea61e9a0-6763-419a-a7a0-7999376170ad => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:35:32.740 9 INFO neutron.api.v2.resource [None req-18817b90-067f-4766-8291-de4bd6dcb971 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1568/3212] 10.0.0.231 () {32 vars in 747 bytes} [Thu May 7 14:35:32 2026] GET /v2.0/security-group-rules/ea61e9a0-6763-419a-a7a0-7999376170ad => generated 155 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1645/3213] 10.0.0.231 () {32 vars in 750 bytes} [Thu May 7 14:35:32 2026] DELETE /v2.0/security-group-rules/06960301-989e-4f86-8144-84a43322559f => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:35:32.869 9 INFO neutron.api.v2.resource [None req-c8098c48-6d4b-4519-bf3a-f13743bcaab1 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1569/3214] 10.0.0.231 () {32 vars in 747 bytes} [Thu May 7 14:35:32 2026] GET /v2.0/security-group-rules/06960301-989e-4f86-8144-84a43322559f => 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: 1646/3215] 10.0.0.231 () {32 vars in 750 bytes} [Thu May 7 14:35:32 2026] DELETE /v2.0/security-group-rules/08e97019-feb3-417c-bf14-ea32c293fb3e => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:35:32.991 9 INFO neutron.api.v2.resource [None req-74a14588-d69d-4144-9d99-107dcdcf6e20 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1570/3216] 10.0.0.231 () {32 vars in 747 bytes} [Thu May 7 14:35:32 2026] GET /v2.0/security-group-rules/08e97019-feb3-417c-bf14-ea32c293fb3e => 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: 1647/3217] 10.0.0.231 () {32 vars in 750 bytes} [Thu May 7 14:35:32 2026] DELETE /v2.0/security-group-rules/be481047-9150-416c-85b5-ad97ef19b61b => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:35:33.071 9 INFO neutron.api.v2.resource [None req-253a1dd7-7574-4003-aba1-4b8b3c48da71 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1571/3218] 10.0.0.231 () {32 vars in 747 bytes} [Thu May 7 14:35:33 2026] GET /v2.0/security-group-rules/be481047-9150-416c-85b5-ad97ef19b61b => 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: 1648/3219] 10.0.0.231 () {32 vars in 750 bytes} [Thu May 7 14:35:33 2026] DELETE /v2.0/security-group-rules/d69092d1-020e-4abf-a491-5420ff8f330e => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:35:33.159 9 INFO neutron.api.v2.resource [None req-f0fcf89b-37de-409d-9019-e3f892f8c6a8 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1572/3220] 10.0.0.231 () {32 vars in 747 bytes} [Thu May 7 14:35:33 2026] GET /v2.0/security-group-rules/d69092d1-020e-4abf-a491-5420ff8f330e => 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: 1649/3221] 10.0.0.231 () {32 vars in 750 bytes} [Thu May 7 14:35:33 2026] DELETE /v2.0/security-group-rules/7e7bab13-166d-4ab4-ab19-b3b7cb354f27 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:35:33.241 9 INFO neutron.api.v2.resource [None req-239249f6-0c5f-4f35-9f66-e75052411a69 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1573/3222] 10.0.0.231 () {32 vars in 747 bytes} [Thu May 7 14:35:33 2026] GET /v2.0/security-group-rules/7e7bab13-166d-4ab4-ab19-b3b7cb354f27 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1650/3223] 10.0.0.231 () {32 vars in 750 bytes} [Thu May 7 14:35:33 2026] DELETE /v2.0/security-group-rules/25d0de19-3712-4f62-90d6-d5b3c3f03c65 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:35:33.330 9 INFO neutron.api.v2.resource [None req-4838e64f-07ed-48e9-8d0b-42949726f107 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1574/3224] 10.0.0.231 () {32 vars in 747 bytes} [Thu May 7 14:35:33 2026] GET /v2.0/security-group-rules/25d0de19-3712-4f62-90d6-d5b3c3f03c65 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1651/3225] 10.0.0.231 () {32 vars in 750 bytes} [Thu May 7 14:35:33 2026] DELETE /v2.0/security-group-rules/7902ec1f-1e95-41ad-a0f2-6dc00aa402c8 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:35:33.415 9 INFO neutron.api.v2.resource [None req-5855caf7-e90d-4740-a3ec-8a90dc263091 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1575/3226] 10.0.0.231 () {32 vars in 747 bytes} [Thu May 7 14:35:33 2026] GET /v2.0/security-group-rules/7902ec1f-1e95-41ad-a0f2-6dc00aa402c8 => 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: 1652/3227] 10.0.0.231 () {32 vars in 750 bytes} [Thu May 7 14:35:33 2026] DELETE /v2.0/security-group-rules/e91b1a51-29a1-4fb9-8c47-5b5e1fd1c3ea => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:35:33.499 9 INFO neutron.api.v2.resource [None req-9f16e946-e94f-4cff-bff1-a06e55741746 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1576/3228] 10.0.0.231 () {32 vars in 747 bytes} [Thu May 7 14:35:33 2026] GET /v2.0/security-group-rules/e91b1a51-29a1-4fb9-8c47-5b5e1fd1c3ea => 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: 1653/3229] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:35:33 2026] DELETE /v2.0/security-groups/b0ef00a0-0e34-427c-8b6d-5a6d71ff98bc => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:35:33.604 9 INFO neutron.api.v2.resource [None req-cf3e4569-b48f-4173-9d8c-f32c31f0a9bb 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1577/3230] 10.0.0.231 () {32 vars in 737 bytes} [Thu May 7 14:35:33 2026] GET /v2.0/security-groups/b0ef00a0-0e34-427c-8b6d-5a6d71ff98bc => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 14:35:34.086 8 INFO neutron_taas.services.taas.taas_plugin [None req-59ff308d-6062-4c29-a8ed-f7873ec955f1 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] TaaS: Handle Delete Port: 2c8cbc46-2f15-4f71-bed7-9ef44c471472 2026-05-07 14:35:34.090 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59ff308d-6062-4c29-a8ed-f7873ec955f1 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] Tap Mirror: Handle Delete Port: 2c8cbc46-2f15-4f71-bed7-9ef44c471472 [pid: 8|app: 0|req: 1654/3231] 10.0.0.231 () {34 vars in 789 bytes} [Thu May 7 14:35:33 2026] PUT /v2.0/routers/554d88c9-cfa1-44fe-b12b-81c8f0ab49e8/remove_router_interface => generated 309 bytes in 1526 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:35:35.372 9 INFO neutron.api.v2.resource [None req-c4bd1f08-a99c-4639-98da-e25b0c971e60 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1578/3232] 10.0.0.231 () {34 vars in 789 bytes} [Thu May 7 14:35:35 2026] PUT /v2.0/routers/554d88c9-cfa1-44fe-b12b-81c8f0ab49e8/remove_router_interface => generated 198 bytes in 173 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 14:35:35.729 8 INFO neutron_taas.services.taas.taas_plugin [None req-038ff2c3-8c50-4994-97fc-0ba4ce83f9b4 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] TaaS: Handle Delete Port: 7030d6a0-61dc-47d1-b258-4eab33effa44 2026-05-07 14:35:35.732 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-038ff2c3-8c50-4994-97fc-0ba4ce83f9b4 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] Tap Mirror: Handle Delete Port: 7030d6a0-61dc-47d1-b258-4eab33effa44 [pid: 8|app: 0|req: 1655/3233] 10.0.0.231 () {34 vars in 789 bytes} [Thu May 7 14:35:35 2026] PUT /v2.0/routers/554d88c9-cfa1-44fe-b12b-81c8f0ab49e8/remove_router_interface => generated 309 bytes in 885 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:35:36.414 9 INFO neutron.api.v2.resource [None req-8d2c6515-8792-44cc-a6fc-82f507b271e5 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1579/3234] 10.0.0.231 () {34 vars in 789 bytes} [Thu May 7 14:35:36 2026] PUT /v2.0/routers/554d88c9-cfa1-44fe-b12b-81c8f0ab49e8/remove_router_interface => generated 198 bytes in 146 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 14:35:36.836 8 INFO neutron_taas.services.taas.taas_plugin [None req-a051ec53-9ab1-4f56-8a53-c43bd6b42165 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] TaaS: Handle Delete Port: 25ce95da-b50b-4fd8-af6d-9c74112d21d7 2026-05-07 14:35:36.840 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a051ec53-9ab1-4f56-8a53-c43bd6b42165 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] Tap Mirror: Handle Delete Port: 25ce95da-b50b-4fd8-af6d-9c74112d21d7 [pid: 8|app: 0|req: 1656/3235] 10.0.0.231 () {34 vars in 789 bytes} [Thu May 7 14:35:36 2026] PUT /v2.0/routers/554d88c9-cfa1-44fe-b12b-81c8f0ab49e8/remove_router_interface => generated 309 bytes in 972 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 14:35:37.566 9 INFO neutron.api.v2.resource [None req-71fe1da8-8997-4e67-8529-cf8543195b0c 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1580/3236] 10.0.0.231 () {34 vars in 789 bytes} [Thu May 7 14:35:37 2026] PUT /v2.0/routers/554d88c9-cfa1-44fe-b12b-81c8f0ab49e8/remove_router_interface => generated 198 bytes in 167 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 14:35:37.777 8 INFO neutron_taas.services.taas.taas_plugin [None req-edbd90c8-20db-4b60-98dd-2bfe48089009 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] TaaS: Handle Delete Port: c5b75237-2670-4951-9d3d-3ee318a139d7 2026-05-07 14:35:37.781 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-edbd90c8-20db-4b60-98dd-2bfe48089009 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] Tap Mirror: Handle Delete Port: c5b75237-2670-4951-9d3d-3ee318a139d7 2026-05-07 14:35:38.042 8 INFO neutron_taas.services.taas.taas_plugin [None req-edbd90c8-20db-4b60-98dd-2bfe48089009 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] TaaS: Handle Delete Port: 34274fa3-2a96-4a60-8f90-10e903618907 2026-05-07 14:35:38.045 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-edbd90c8-20db-4b60-98dd-2bfe48089009 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] Tap Mirror: Handle Delete Port: 34274fa3-2a96-4a60-8f90-10e903618907 2026-05-07 14:35:38.370 8 INFO neutron.services.segments.plugin [-] Segment ea23d2c4-d9b6-4dbe-a930-91cb45320340 resource provider aggregate not found 2026-05-07 14:35:38.375 8 INFO neutron.services.segments.plugin [-] Segment ea23d2c4-d9b6-4dbe-a930-91cb45320340 resource provider aggregate not found 2026-05-07 14:35:38.393 8 INFO neutron.services.segments.plugin [-] Segment ea23d2c4-d9b6-4dbe-a930-91cb45320340 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea23d2c4-d9b6-4dbe-a930-91cb45320340 found for delete ", "request_id": "req-240d3cdf-cf3d-4596-aa87-d39c54d87203"}]} 2026-05-07 14:35:38.395 8 INFO neutron.services.segments.plugin [-] Segment ea23d2c4-d9b6-4dbe-a930-91cb45320340 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea23d2c4-d9b6-4dbe-a930-91cb45320340 found for delete ", "request_id": "req-c809c835-4ff9-48b5-8c23-3197f07ed615"}]} 2026-05-07 14:35:38.405 8 INFO neutron.db.l3_hamode_db [None req-edbd90c8-20db-4b60-98dd-2bfe48089009 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] HA network 2ea3c98b-66df-4391-a20f-b3a695dce9ad was deleted as no HA routers are present in tenant 57ee3915a9774a7a8da173fd16269e70. [pid: 8|app: 0|req: 1657/3237] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:35:37 2026] DELETE /v2.0/routers/554d88c9-cfa1-44fe-b12b-81c8f0ab49e8 => generated 0 bytes in 838 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 14:35:38.436 9 INFO neutron.api.v2.resource [None req-c1333244-26a6-4fef-ab0c-89db9f452fb1 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1581/3238] 10.0.0.231 () {32 vars in 721 bytes} [Thu May 7 14:35:38 2026] GET /v2.0/routers/554d88c9-cfa1-44fe-b12b-81c8f0ab49e8 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3239] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:35:38 2026] DELETE /v2.0/subnets/8443db9c-7558-45a1-b78f-c8cbe624a57b => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:35:38.603 9 INFO neutron.pecan_wsgi.hooks.translation [None req-5cb88160-f63a-4ead-8427-ebff8573a8f6 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1582/3240] 10.0.0.231 () {32 vars in 721 bytes} [Thu May 7 14:35:38 2026] GET /v2.0/subnets/8443db9c-7558-45a1-b78f-c8cbe624a57b => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1659/3241] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:35:38 2026] DELETE /v2.0/subnets/f16de95e-dd21-4625-b706-00aeadf74f0d => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:35:38.780 9 INFO neutron.pecan_wsgi.hooks.translation [None req-896608d6-048c-4754-ba76-4282f34616de 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1583/3242] 10.0.0.231 () {32 vars in 721 bytes} [Thu May 7 14:35:38 2026] GET /v2.0/subnets/f16de95e-dd21-4625-b706-00aeadf74f0d => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 14:35:38.882 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c0deeea-9305-4727-bc45-15951c5da6bc 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] TaaS: Handle Delete Port: 4733b905-5853-49ab-84b9-6fd980649b88 2026-05-07 14:35:38.885 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c0deeea-9305-4727-bc45-15951c5da6bc 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] Tap Mirror: Handle Delete Port: 4733b905-5853-49ab-84b9-6fd980649b88 [pid: 8|app: 0|req: 1660/3243] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:35:38 2026] DELETE /v2.0/networks/f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:35:39.071 9 INFO neutron.pecan_wsgi.hooks.translation [None req-29969d22-1cc9-4abb-94cc-6aa89d1f119d 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1584/3244] 10.0.0.231 () {32 vars in 723 bytes} [Thu May 7 14:35:39 2026] GET /v2.0/networks/f2107cfe-8c85-46a2-a7d5-4f1dfe525fc3 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1661/3245] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:35:39 2026] DELETE /v2.0/subnets/e395dd19-5a54-4ced-8539-b4f6427107b7 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:35:39.228 9 INFO neutron.pecan_wsgi.hooks.translation [None req-4f5b2750-d282-45db-83e5-6e5b16fceb0e 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1585/3246] 10.0.0.231 () {32 vars in 721 bytes} [Thu May 7 14:35:39 2026] GET /v2.0/subnets/e395dd19-5a54-4ced-8539-b4f6427107b7 => 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: 1662/3247] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:35:39 2026] DELETE /v2.0/subnets/af21b632-1b65-4321-b468-ba50ccfb50e5 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:35:39.393 9 INFO neutron.pecan_wsgi.hooks.translation [None req-5f4bd8ed-86f2-4111-b0e9-cf16e5708020 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1586/3248] 10.0.0.231 () {32 vars in 721 bytes} [Thu May 7 14:35:39 2026] GET /v2.0/subnets/af21b632-1b65-4321-b468-ba50ccfb50e5 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 14:35:39.480 8 INFO neutron_taas.services.taas.taas_plugin [None req-19d963c5-ffcc-48ff-8280-e28d3cdcdd06 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] TaaS: Handle Delete Port: 10592990-98ee-4659-ba53-2f7609070d7c 2026-05-07 14:35:39.482 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19d963c5-ffcc-48ff-8280-e28d3cdcdd06 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] Tap Mirror: Handle Delete Port: 10592990-98ee-4659-ba53-2f7609070d7c [pid: 8|app: 0|req: 1663/3249] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:35:39 2026] DELETE /v2.0/networks/aebca149-a8e7-4cef-92ee-849b8692a787 => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:35:39.684 9 INFO neutron.pecan_wsgi.hooks.translation [None req-a7c9fbca-3a7c-4d0f-b60f-a23cc073acbc 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1587/3250] 10.0.0.231 () {32 vars in 723 bytes} [Thu May 7 14:35:39 2026] GET /v2.0/networks/aebca149-a8e7-4cef-92ee-849b8692a787 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1664/3251] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:35:39 2026] DELETE /v2.0/subnets/2a8d0385-0844-47bd-b636-d8d138331dea => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:35:39.873 9 INFO neutron.pecan_wsgi.hooks.translation [None req-348094d9-3dc1-4fed-81b0-01d2d9b3b56f 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1588/3252] 10.0.0.231 () {32 vars in 721 bytes} [Thu May 7 14:35:39 2026] GET /v2.0/subnets/2a8d0385-0844-47bd-b636-d8d138331dea => 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: 1665/3253] 10.0.0.231 () {32 vars in 724 bytes} [Thu May 7 14:35:39 2026] DELETE /v2.0/subnets/23459183-33b0-47bb-ab70-d56b4cede9e4 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:35:40.046 9 INFO neutron.pecan_wsgi.hooks.translation [None req-dba8cc31-c610-48df-8fc9-ad860251e305 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1589/3254] 10.0.0.231 () {32 vars in 721 bytes} [Thu May 7 14:35:40 2026] GET /v2.0/subnets/23459183-33b0-47bb-ab70-d56b4cede9e4 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 14:35:40.145 8 INFO neutron_taas.services.taas.taas_plugin [None req-20b131d9-27d8-430e-b153-d324e2e215df 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] TaaS: Handle Delete Port: 76b7f10f-25f9-4dfa-968c-cc268a064d25 2026-05-07 14:35:40.149 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20b131d9-27d8-430e-b153-d324e2e215df 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] Tap Mirror: Handle Delete Port: 76b7f10f-25f9-4dfa-968c-cc268a064d25 [pid: 8|app: 0|req: 1666/3255] 10.0.0.231 () {32 vars in 726 bytes} [Thu May 7 14:35:40 2026] DELETE /v2.0/networks/b91e1a32-bce0-4224-a164-e0419ac9d265 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 14:35:40.342 9 INFO neutron.pecan_wsgi.hooks.translation [None req-6cbe8e35-d748-4d0c-89b0-c6f157008917 5e16cf1c9c41484491ebbcb7e2b120e7 57ee3915a9774a7a8da173fd16269e70 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1590/3256] 10.0.0.231 () {32 vars in 723 bytes} [Thu May 7 14:35:40 2026] GET /v2.0/networks/b91e1a32-bce0-4224-a164-e0419ac9d265 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 14:35:40.415 8 INFO neutron.services.segments.plugin [-] Segment 399a0482-ce52-45a6-ada9-a893e00826ac resource provider aggregate not found 2026-05-07 14:35:40.420 8 INFO neutron.services.segments.plugin [-] Segment 399a0482-ce52-45a6-ada9-a893e00826ac resource provider aggregate not found 2026-05-07 14:35:40.435 8 INFO neutron.services.segments.plugin [-] Segment 399a0482-ce52-45a6-ada9-a893e00826ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 399a0482-ce52-45a6-ada9-a893e00826ac found for delete ", "request_id": "req-59974667-be21-4e04-91eb-2fa46abab2d8"}]} 2026-05-07 14:35:40.438 8 INFO neutron.services.segments.plugin [-] Segment 399a0482-ce52-45a6-ada9-a893e00826ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 399a0482-ce52-45a6-ada9-a893e00826ac found for delete ", "request_id": "req-0df562d0-bbdc-45a2-ac52-e759a0c844a1"}]} 2026-05-07 14:35:40.451 8 INFO neutron.services.segments.plugin [-] Segment 55f78054-4001-413e-84cf-6f51d4ded342 resource provider aggregate not found 2026-05-07 14:35:40.456 8 INFO neutron.services.segments.plugin [-] Segment 55f78054-4001-413e-84cf-6f51d4ded342 resource provider aggregate not found 2026-05-07 14:35:40.470 8 INFO neutron.services.segments.plugin [-] Segment 55f78054-4001-413e-84cf-6f51d4ded342 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55f78054-4001-413e-84cf-6f51d4ded342 found for delete ", "request_id": "req-3084e1d4-ab65-45ed-b6eb-976eb706f7ce"}]} 2026-05-07 14:35:40.473 8 INFO neutron.services.segments.plugin [-] Segment 55f78054-4001-413e-84cf-6f51d4ded342 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55f78054-4001-413e-84cf-6f51d4ded342 found for delete ", "request_id": "req-b10ef3e7-f848-4f69-a969-7ce2fab52c8b"}]} 2026-05-07 14:35:40.486 8 INFO neutron.services.segments.plugin [-] Segment b893654a-da81-476a-a489-ed3229ac5956 resource provider aggregate not found 2026-05-07 14:35:40.490 8 INFO neutron.services.segments.plugin [-] Segment b893654a-da81-476a-a489-ed3229ac5956 resource provider aggregate not found 2026-05-07 14:35:40.503 8 INFO neutron.services.segments.plugin [-] Segment b893654a-da81-476a-a489-ed3229ac5956 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b893654a-da81-476a-a489-ed3229ac5956 found for delete ", "request_id": "req-575c3ae5-528e-42f0-af1c-6e4e257c3074"}]} 2026-05-07 14:35:40.508 8 INFO neutron.services.segments.plugin [-] Segment b893654a-da81-476a-a489-ed3229ac5956 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b893654a-da81-476a-a489-ed3229ac5956 found for delete ", "request_id": "req-dc4feb9f-650b-4b2e-abd9-bff06d0ab9ab"}]} [pid: 9|app: 0|req: 1592/3259] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:35:42 2026] GET /v2.0/security-groups?tenant_id=ea4a598a115549acb3560c8a5ec270e8&name=default => generated 2929 bytes in 349 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1668/3260] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:35:42 2026] DELETE /v2.0/security-groups/cf36af34-d084-465a-8b0a-70698d56a76c => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1593/3261] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:35:42 2026] GET /v2.0/security-groups?tenant_id=92ba7db372604b4dba6b4fae9c5788ce&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1669/3262] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:35:42 2026] DELETE /v2.0/security-groups/d804ed15-65d3-46a9-8041-907732f79676 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1594/3263] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:35:43 2026] GET /v2.0/security-groups?tenant_id=bc62de2a760e41cabb08cd2418378288&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1670/3264] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:35:43 2026] DELETE /v2.0/security-groups/17360216-ed96-4f3a-82b5-2b999cd9df61 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1595/3265] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:35:43 2026] GET /v2.0/security-groups?tenant_id=dc3105f3ade74c3dbfc15e9a12255d03&name=default => generated 2929 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1671/3266] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:35:43 2026] DELETE /v2.0/security-groups/551a05c6-83a1-45ef-b29f-4e7b1972bfe0 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1596/3267] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:35:44 2026] GET /v2.0/security-groups?tenant_id=57ee3915a9774a7a8da173fd16269e70&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1672/3268] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:35:44 2026] DELETE /v2.0/security-groups/9d49a8d7-5db1-47ff-910a-0551a44d5598 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1597/3269] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:35:44 2026] GET /v2.0/security-groups?tenant_id=57b045b5f8fa431683232c724b393267&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1673/3270] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:35:44 2026] DELETE /v2.0/security-groups/8e701d1e-4616-4a69-845f-a2e367c59061 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1598/3271] 10.0.0.231 () {32 vars in 774 bytes} [Thu May 7 14:35:44 2026] GET /v2.0/security-groups?tenant_id=7b3fd87154e74823a27b54c022ad47aa&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: 1674/3272] 10.0.0.231 () {32 vars in 740 bytes} [Thu May 7 14:35:44 2026] DELETE /v2.0/security-groups/4e48b5fb-4d95-492e-82db-d481129595ba => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1599/3273] 10.0.0.231 () {32 vars in 649 bytes} [Thu May 7 14:35:47 2026] GET /v2.0/networks => generated 2167 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1675/3274] 10.0.0.231 () {32 vars in 655 bytes} [Thu May 7 14:35:48 2026] GET /v2.0/floatingips => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1600/3275] 10.0.0.231 () {32 vars in 647 bytes} [Thu May 7 14:35:48 2026] GET /v2.0/routers => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1676/3276] 10.0.0.231 () {32 vars in 643 bytes} [Thu May 7 14:35:48 2026] GET /v2.0/ports => generated 4725 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1601/3277] 10.0.0.231 () {32 vars in 647 bytes} [Thu May 7 14:35:48 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1677/3278] 10.0.0.231 () {32 vars in 649 bytes} [Thu May 7 14:35:48 2026] GET /v2.0/networks => generated 2167 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1602/3279] 10.0.0.231 () {32 vars in 663 bytes} [Thu May 7 14:35:49 2026] GET /v2.0/security-groups => generated 17401 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1678/3280] 10.0.0.231 () {32 vars in 655 bytes} [Thu May 7 14:35:49 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)