+ 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 Jun 18 03:57:48 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-181-generic #191-Ubuntu SMP Fri May 22 19:09:02 UTC 2026 nodename: neutron-server-975b98b66-cjfrw 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 0x7f0dfe458668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-06-18 03:57:52.712 7 INFO neutron.common.config [-] Logging enabled! 2026-06-18 03:57:52.712 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-18 03:57:52.802 8 INFO neutron.common.config [-] Logging enabled! 2026-06-18 03:57:52.802 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-18 03:57:53.854 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-18 03:57:53.898 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-18 03:57:55.395 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-18 03:57:55.398 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-18 03:57:55.402 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-18 03:57:55.402 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-18 03:57:55.403 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-18 03:57:55.403 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-18 03:57:55.403 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-18 03:57:55.410 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-18 03:57:55.411 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-18 03:57:55.411 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-18 03:57:55.433 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-18 03:57:55.434 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-18 03:57:55.434 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-18 03:57:55.464 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-18 03:57:55.465 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-18 03:57:55.465 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-18 03:57:55.465 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-18 03:57:55.481 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-18 03:57:55.484 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-18 03:57:55.489 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-18 03:57:55.490 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-18 03:57:55.490 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-18 03:57:55.491 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-18 03:57:55.491 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-18 03:57:55.500 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-18 03:57:55.500 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-18 03:57:55.500 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-18 03:57:55.523 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-18 03:57:55.524 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-18 03:57:55.524 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-18 03:57:55.555 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-18 03:57:55.556 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-18 03:57:55.556 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-18 03:57:55.556 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-18 03:57:55.776 8 INFO neutron.plugins.ml2.managers [None req-64392655-387a-4d2a-9d0f-b8600c3a3476 - - - - - -] Initializing driver for type 'vlan' 2026-06-18 03:57:55.903 7 INFO neutron.plugins.ml2.managers [None req-46b29935-0dbc-48b5-bf4a-9522532a93f6 - - - - - -] Initializing driver for type 'vlan' 2026-06-18 03:57:56.066 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-64392655-387a-4d2a-9d0f-b8600c3a3476 - - - - - -] VlanTypeDriver initialization complete 2026-06-18 03:57:56.067 8 INFO neutron.plugins.ml2.managers [None req-64392655-387a-4d2a-9d0f-b8600c3a3476 - - - - - -] Initializing driver for type 'vxlan' 2026-06-18 03:57:56.067 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-64392655-387a-4d2a-9d0f-b8600c3a3476 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-18 03:57:56.081 8 INFO neutron.plugins.ml2.managers [None req-64392655-387a-4d2a-9d0f-b8600c3a3476 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-18 03:57:56.081 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-64392655-387a-4d2a-9d0f-b8600c3a3476 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-18 03:57:56.081 8 INFO neutron.plugins.ml2.managers [None req-64392655-387a-4d2a-9d0f-b8600c3a3476 - - - - - -] Initializing extension driver 'port_security' 2026-06-18 03:57:56.081 8 INFO neutron.plugins.ml2.extensions.port_security [None req-64392655-387a-4d2a-9d0f-b8600c3a3476 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-18 03:57:56.081 8 INFO neutron.plugins.ml2.managers [None req-64392655-387a-4d2a-9d0f-b8600c3a3476 - - - - - -] Initializing extension driver 'qos' 2026-06-18 03:57:56.081 8 INFO neutron.plugins.ml2.managers [None req-64392655-387a-4d2a-9d0f-b8600c3a3476 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-18 03:57:56.082 8 INFO neutron.plugins.ml2.managers [None req-64392655-387a-4d2a-9d0f-b8600c3a3476 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-18 03:57:56.096 8 INFO neutron.quota [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded quota_driver: . 2026-06-18 03:57:56.096 8 INFO neutron.plugins.ml2.plugin [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Modular L2 Plugin initialization complete 2026-06-18 03:57:56.097 8 INFO neutron.plugins.ml2.managers [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-18 03:57:56.097 8 INFO neutron.plugins.ml2.managers [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-18 03:57:56.097 8 INFO neutron.plugins.ml2.managers [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Got port-security extension from driver 'port_security' 2026-06-18 03:57:56.097 8 INFO neutron.manager [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loading Plugin: qos 2026-06-18 03:57:56.110 8 INFO neutron.manager [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loading Plugin: router 2026-06-18 03:57:56.158 8 INFO neutron.services.service_base [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-18 03:57:56.158 8 INFO neutron.manager [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loading Plugin: segments 2026-06-18 03:57:56.257 8 INFO neutron.manager [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loading Plugin: trunk 2026-06-18 03:57:56.266 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-46b29935-0dbc-48b5-bf4a-9522532a93f6 - - - - - -] VlanTypeDriver initialization complete 2026-06-18 03:57:56.266 7 INFO neutron.plugins.ml2.managers [None req-46b29935-0dbc-48b5-bf4a-9522532a93f6 - - - - - -] Initializing driver for type 'vxlan' 2026-06-18 03:57:56.266 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-46b29935-0dbc-48b5-bf4a-9522532a93f6 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-18 03:57:56.271 8 INFO neutron.manager [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loading Plugin: vpnaas 2026-06-18 03:57:56.281 7 INFO neutron.plugins.ml2.managers [None req-46b29935-0dbc-48b5-bf4a-9522532a93f6 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-18 03:57:56.282 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-46b29935-0dbc-48b5-bf4a-9522532a93f6 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-18 03:57:56.282 7 INFO neutron.plugins.ml2.managers [None req-46b29935-0dbc-48b5-bf4a-9522532a93f6 - - - - - -] Initializing extension driver 'port_security' 2026-06-18 03:57:56.282 7 INFO neutron.plugins.ml2.extensions.port_security [None req-46b29935-0dbc-48b5-bf4a-9522532a93f6 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-18 03:57:56.282 7 INFO neutron.plugins.ml2.managers [None req-46b29935-0dbc-48b5-bf4a-9522532a93f6 - - - - - -] Initializing extension driver 'qos' 2026-06-18 03:57:56.282 7 INFO neutron.plugins.ml2.managers [None req-46b29935-0dbc-48b5-bf4a-9522532a93f6 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-18 03:57:56.282 7 INFO neutron.plugins.ml2.managers [None req-46b29935-0dbc-48b5-bf4a-9522532a93f6 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-18 03:57:56.298 7 INFO neutron.quota [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded quota_driver: . 2026-06-18 03:57:56.298 7 INFO neutron.plugins.ml2.plugin [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Modular L2 Plugin initialization complete 2026-06-18 03:57:56.298 7 INFO neutron.plugins.ml2.managers [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-18 03:57:56.298 7 INFO neutron.plugins.ml2.managers [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-18 03:57:56.299 7 INFO neutron.plugins.ml2.managers [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-18 03:57:56.299 7 INFO neutron.manager [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loading Plugin: qos 2026-06-18 03:57:56.311 8 WARNING stevedore.named [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-18 03:57:56.313 7 INFO neutron.manager [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loading Plugin: router 2026-06-18 03:57:56.360 7 INFO neutron.services.service_base [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-18 03:57:56.361 7 INFO neutron.manager [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loading Plugin: segments 2026-06-18 03:57:56.387 8 INFO neutron_vpnaas.services.vpn.plugin [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-18 03:57:56.387 8 INFO neutron.common.utils [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-18 03:57:56.388 8 INFO neutron.manager [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loading Plugin: taas 2026-06-18 03:57:56.415 8 WARNING stevedore.named [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-18 03:57:56.415 8 WARNING stevedore.named [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-18 03:57:56.440 8 INFO neutron_taas.services.taas.taas_plugin [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-18 03:57:56.441 8 INFO neutron.manager [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loading Plugin: tapmirror 2026-06-18 03:57:56.456 8 WARNING stevedore.named [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-18 03:57:56.456 8 WARNING stevedore.named [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-18 03:57:56.469 7 INFO neutron.manager [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loading Plugin: trunk 2026-06-18 03:57:56.473 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-18 03:57:56.474 8 INFO neutron.manager [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loading Plugin: auto_allocate 2026-06-18 03:57:56.484 8 INFO neutron.manager [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loading Plugin: tag 2026-06-18 03:57:56.485 7 INFO neutron.manager [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loading Plugin: vpnaas 2026-06-18 03:57:56.492 8 INFO neutron.manager [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loading Plugin: timestamp 2026-06-18 03:57:56.495 8 INFO neutron.manager [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loading Plugin: network_ip_availability 2026-06-18 03:57:56.498 8 INFO neutron.manager [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loading Plugin: flavors 2026-06-18 03:57:56.502 8 INFO neutron.manager [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loading Plugin: revisions 2026-06-18 03:57:56.506 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Initializing extension manager. 2026-06-18 03:57:56.507 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: address-group 2026-06-18 03:57:56.508 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: address-scope 2026-06-18 03:57:56.508 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-18 03:57:56.509 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: agent 2026-06-18 03:57:56.510 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: agent-resources-synced 2026-06-18 03:57:56.511 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: allowed-address-pairs 2026-06-18 03:57:56.512 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: auto-allocated-topology 2026-06-18 03:57:56.513 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: availability_zone 2026-06-18 03:57:56.513 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: availability_zone_filter 2026-06-18 03:57:56.514 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-18 03:57:56.514 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: default-subnetpools 2026-06-18 03:57:56.516 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-18 03:57:56.516 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: dns-integration 2026-06-18 03:57:56.517 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: dns-domain-ports 2026-06-18 03:57:56.517 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-18 03:57:56.518 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: dvr 2026-06-18 03:57:56.518 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-18 03:57:56.519 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: empty-string-filtering 2026-06-18 03:57:56.520 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-18 03:57:56.520 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-18 03:57:56.521 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: external-net 2026-06-18 03:57:56.521 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-18 03:57:56.522 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: extraroute 2026-06-18 03:57:56.522 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: extraroute-atomic 2026-06-18 03:57:56.523 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-18 03:57:56.523 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-18 03:57:56.524 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-18 03:57:56.524 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-18 03:57:56.525 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: fip-port-details 2026-06-18 03:57:56.526 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: flavors 2026-06-18 03:57:56.527 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-18 03:57:56.528 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: floatingip-pools 2026-06-18 03:57:56.528 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: ip_allocation 2026-06-18 03:57:56.529 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: ip-substring-filtering 2026-06-18 03:57:56.529 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: l2_adjacency 2026-06-18 03:57:56.529 7 WARNING stevedore.named [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-18 03:57:56.531 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: router 2026-06-18 03:57:56.532 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-18 03:57:56.533 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-18 03:57:56.533 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-18 03:57:56.534 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: ext-gw-mode 2026-06-18 03:57:56.534 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: l3-ha 2026-06-18 03:57:56.536 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-18 03:57:56.536 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-18 03:57:56.537 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: l3-flavors 2026-06-18 03:57:56.537 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-18 03:57:56.538 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-18 03:57:56.540 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-18 03:57:56.542 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-18 03:57:56.543 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-18 03:57:56.544 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-18 03:57:56.544 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-18 03:57:56.545 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: multi-provider 2026-06-18 03:57:56.545 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: net-mtu 2026-06-18 03:57:56.546 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: net-mtu-writable 2026-06-18 03:57:56.547 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: network_availability_zone 2026-06-18 03:57:56.547 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: network_ha 2026-06-18 03:57:56.548 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: network-ip-availability 2026-06-18 03:57:56.549 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-18 03:57:56.549 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: pagination 2026-06-18 03:57:56.550 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: port-device-profile 2026-06-18 03:57:56.550 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-18 03:57:56.551 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-18 03:57:56.551 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-18 03:57:56.552 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: port-mac-override 2026-06-18 03:57:56.553 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-18 03:57:56.553 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-18 03:57:56.554 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-18 03:57:56.554 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: port-resource-request 2026-06-18 03:57:56.555 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: port-resource-request-groups 2026-06-18 03:57:56.555 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-18 03:57:56.556 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: binding 2026-06-18 03:57:56.557 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: binding-extended 2026-06-18 03:57:56.557 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: port-security 2026-06-18 03:57:56.558 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: project-id 2026-06-18 03:57:56.558 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: provider 2026-06-18 03:57:56.559 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-18 03:57:56.561 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: qos 2026-06-18 03:57:56.561 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-18 03:57:56.562 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-18 03:57:56.562 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: qos-default 2026-06-18 03:57:56.563 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: qos-fip 2026-06-18 03:57:56.563 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-18 03:57:56.564 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: qos-gateway-ip 2026-06-18 03:57:56.564 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: qos-port-network-policy 2026-06-18 03:57:56.565 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: qos-pps-minimum 2026-06-18 03:57:56.566 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-18 03:57:56.566 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: qos-pps 2026-06-18 03:57:56.567 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: qos-rule-type-details 2026-06-18 03:57:56.567 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-18 03:57:56.568 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: qos-rules-alias 2026-06-18 03:57:56.568 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: quota-check-limit 2026-06-18 03:57:56.569 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: quota-check-limit-default 2026-06-18 03:57:56.571 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: quotas 2026-06-18 03:57:56.572 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: quota_details 2026-06-18 03:57:56.574 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: rbac-policies 2026-06-18 03:57:56.574 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: rbac-address-group 2026-06-18 03:57:56.575 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: rbac-address-scope 2026-06-18 03:57:56.575 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: rbac-security-groups 2026-06-18 03:57:56.576 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: rbac-subnetpool 2026-06-18 03:57:56.576 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: revision-if-match 2026-06-18 03:57:56.577 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: standard-attr-revisions 2026-06-18 03:57:56.577 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: router_availability_zone 2026-06-18 03:57:56.578 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-18 03:57:56.580 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: security-groups-default-rules 2026-06-18 03:57:56.580 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-18 03:57:56.580 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-18 03:57:56.581 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-18 03:57:56.581 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-18 03:57:56.582 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-18 03:57:56.587 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: security-group 2026-06-18 03:57:56.590 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: segment 2026-06-18 03:57:56.591 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-18 03:57:56.591 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: service-type 2026-06-18 03:57:56.592 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: sorting 2026-06-18 03:57:56.592 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: standard-attr-segment 2026-06-18 03:57:56.593 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: standard-attr-description 2026-06-18 03:57:56.593 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: stateful-security-group 2026-06-18 03:57:56.594 8 WARNING neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-18 03:57:56.594 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-18 03:57:56.595 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: subnet-external-network 2026-06-18 03:57:56.595 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: subnet_onboard 2026-06-18 03:57:56.596 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-18 03:57:56.596 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: subnet-service-types 2026-06-18 03:57:56.597 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: subnet_allocation 2026-06-18 03:57:56.598 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-18 03:57:56.598 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: tag-creation 2026-06-18 03:57:56.599 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-18 03:57:56.603 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: standard-attr-tag 2026-06-18 03:57:56.603 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-18 03:57:56.604 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: trunk 2026-06-18 03:57:56.604 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: trunk-details 2026-06-18 03:57:56.605 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-18 03:57:56.605 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-18 03:57:56.606 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-18 03:57:56.607 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-18 03:57:56.608 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-18 03:57:56.609 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-18 03:57:56.610 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: vpn-flavors 2026-06-18 03:57:56.612 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: vpnaas 2026-06-18 03:57:56.613 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: taas 2026-06-18 03:57:56.614 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: tap-mirror 2026-06-18 03:57:56.614 8 INFO neutron.api.extensions [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Loaded extension: taas-vlan-filter 2026-06-18 03:57:56.614 7 INFO neutron_vpnaas.services.vpn.plugin [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-18 03:57:56.615 7 INFO neutron.common.utils [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-18 03:57:56.615 7 INFO neutron.manager [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loading Plugin: taas 2026-06-18 03:57:56.617 8 INFO neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-18 03:57:56.617 8 INFO neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-18 03:57:56.617 8 INFO neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-18 03:57:56.617 8 INFO neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-18 03:57:56.621 8 INFO neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-18 03:57:56.621 8 INFO neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-18 03:57:56.626 8 INFO neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-18 03:57:56.627 8 INFO neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-18 03:57:56.627 8 INFO neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-18 03:57:56.628 8 INFO neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-18 03:57:56.628 8 WARNING neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] subnetpool is already registered 2026-06-18 03:57:56.628 8 INFO neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-18 03:57:56.629 8 WARNING neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] subnetpool is already registered 2026-06-18 03:57:56.629 8 INFO neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-18 03:57:56.629 8 INFO neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-18 03:57:56.630 8 INFO neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-18 03:57:56.630 8 INFO neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-18 03:57:56.631 8 INFO neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-18 03:57:56.631 8 INFO neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-18 03:57:56.631 8 INFO neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-18 03:57:56.632 8 WARNING neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] ipsecpolicy is already registered 2026-06-18 03:57:56.632 8 INFO neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-18 03:57:56.632 8 WARNING neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] ikepolicy is already registered 2026-06-18 03:57:56.636 8 INFO neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-18 03:57:56.637 8 WARNING neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] router is already registered 2026-06-18 03:57:56.637 8 INFO neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-18 03:57:56.637 8 WARNING neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] floatingip is already registered 2026-06-18 03:57:56.641 8 INFO neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-18 03:57:56.641 8 WARNING neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] rbac_policy is already registered 2026-06-18 03:57:56.641 8 INFO neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-18 03:57:56.642 8 WARNING neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] security_group is already registered 2026-06-18 03:57:56.642 8 INFO neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-18 03:57:56.642 8 WARNING neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] security_group_rule is already registered 2026-06-18 03:57:56.643 7 WARNING stevedore.named [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-18 03:57:56.643 8 INFO neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-18 03:57:56.643 7 WARNING stevedore.named [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-18 03:57:56.643 8 WARNING neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] subnetpool is already registered 2026-06-18 03:57:56.643 8 INFO neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-18 03:57:56.644 8 WARNING neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] subnetpool is already registered 2026-06-18 03:57:56.644 8 INFO neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-18 03:57:56.644 8 WARNING neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] trunk is already registered 2026-06-18 03:57:56.645 8 INFO neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-18 03:57:56.645 8 WARNING neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] ikepolicy is already registered 2026-06-18 03:57:56.645 8 INFO neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-18 03:57:56.645 8 WARNING neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] ipsecpolicy is already registered 2026-06-18 03:57:56.645 8 INFO neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-18 03:57:56.646 8 WARNING neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] endpoint_group is already registered 2026-06-18 03:57:56.646 8 INFO neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-18 03:57:56.646 8 WARNING neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] vpnservice is already registered 2026-06-18 03:57:56.647 8 INFO neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-18 03:57:56.647 8 WARNING neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] ipsec_site_connection is already registered 2026-06-18 03:57:56.647 8 INFO neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-18 03:57:56.647 8 WARNING neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] ipsecpolicy is already registered 2026-06-18 03:57:56.648 8 INFO neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-18 03:57:56.648 8 WARNING neutron.quota.resource_registry [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] ikepolicy is already registered 2026-06-18 03:57:56.663 7 INFO neutron_taas.services.taas.taas_plugin [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-18 03:57:56.664 7 INFO neutron.manager [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loading Plugin: tapmirror 2026-06-18 03:57:56.677 7 WARNING stevedore.named [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-18 03:57:56.677 7 WARNING stevedore.named [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-18 03:57:56.686 8 WARNING keystonemiddleware._common.config [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-18 03:57:56.692 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-18 03:57:56.692 7 INFO neutron.manager [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loading Plugin: auto_allocate 2026-06-18 03:57:56.693 8 WARNING oslo_config.cfg [None req-ed4c5d9f-2a00-4e9c-89c1-87603f34eb6c - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f0dfe458668 pid: 8 (default app) 2026-06-18 03:57:56.701 7 INFO neutron.manager [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loading Plugin: tag 2026-06-18 03:57:56.709 7 INFO neutron.manager [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loading Plugin: timestamp 2026-06-18 03:57:56.713 7 INFO neutron.manager [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loading Plugin: network_ip_availability 2026-06-18 03:57:56.717 7 INFO neutron.manager [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loading Plugin: flavors 2026-06-18 03:57:56.721 7 INFO neutron.manager [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loading Plugin: revisions 2026-06-18 03:57:56.725 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Initializing extension manager. 2026-06-18 03:57:56.727 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: address-group 2026-06-18 03:57:56.728 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: address-scope 2026-06-18 03:57:56.728 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-18 03:57:56.729 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: agent 2026-06-18 03:57:56.730 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: agent-resources-synced 2026-06-18 03:57:56.731 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-18 03:57:56.732 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-18 03:57:56.732 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: availability_zone 2026-06-18 03:57:56.733 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: availability_zone_filter 2026-06-18 03:57:56.733 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-18 03:57:56.734 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: default-subnetpools 2026-06-18 03:57:56.736 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-18 03:57:56.736 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: dns-integration 2026-06-18 03:57:56.737 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: dns-domain-ports 2026-06-18 03:57:56.737 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-18 03:57:56.738 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: dvr 2026-06-18 03:57:56.738 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-18 03:57:56.739 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: empty-string-filtering 2026-06-18 03:57:56.739 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-18 03:57:56.740 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-18 03:57:56.740 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: external-net 2026-06-18 03:57:56.741 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-18 03:57:56.741 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: extraroute 2026-06-18 03:57:56.742 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: extraroute-atomic 2026-06-18 03:57:56.744 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-18 03:57:56.744 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-18 03:57:56.745 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-18 03:57:56.745 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-18 03:57:56.746 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: fip-port-details 2026-06-18 03:57:56.747 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: flavors 2026-06-18 03:57:56.748 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-18 03:57:56.749 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: floatingip-pools 2026-06-18 03:57:56.749 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: ip_allocation 2026-06-18 03:57:56.750 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-18 03:57:56.750 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: l2_adjacency 2026-06-18 03:57:56.751 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: router 2026-06-18 03:57:56.753 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-18 03:57:56.754 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-18 03:57:56.754 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-18 03:57:56.755 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: ext-gw-mode 2026-06-18 03:57:56.755 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: l3-ha 2026-06-18 03:57:56.756 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-18 03:57:56.756 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-18 03:57:56.757 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: l3-flavors 2026-06-18 03:57:56.758 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-18 03:57:56.758 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-18 03:57:56.761 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-18 03:57:56.762 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-18 03:57:56.763 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-18 03:57:56.764 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-18 03:57:56.765 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-18 03:57:56.765 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: multi-provider 2026-06-18 03:57:56.766 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: net-mtu 2026-06-18 03:57:56.766 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: net-mtu-writable 2026-06-18 03:57:56.767 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: network_availability_zone 2026-06-18 03:57:56.768 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: network_ha 2026-06-18 03:57:56.768 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: network-ip-availability 2026-06-18 03:57:56.769 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-18 03:57:56.770 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: pagination 2026-06-18 03:57:56.770 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: port-device-profile 2026-06-18 03:57:56.771 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-18 03:57:56.771 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-18 03:57:56.772 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-18 03:57:56.772 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: port-mac-override 2026-06-18 03:57:56.773 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-18 03:57:56.773 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-18 03:57:56.774 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-18 03:57:56.774 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: port-resource-request 2026-06-18 03:57:56.775 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-18 03:57:56.775 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-18 03:57:56.776 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: binding 2026-06-18 03:57:56.777 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: binding-extended 2026-06-18 03:57:56.778 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: port-security 2026-06-18 03:57:56.778 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: project-id 2026-06-18 03:57:56.779 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: provider 2026-06-18 03:57:56.780 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-18 03:57:56.782 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: qos 2026-06-18 03:57:56.782 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-18 03:57:56.783 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-18 03:57:56.784 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: qos-default 2026-06-18 03:57:56.784 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: qos-fip 2026-06-18 03:57:56.785 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-18 03:57:56.785 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-18 03:57:56.785 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-18 03:57:56.786 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-18 03:57:56.787 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-18 03:57:56.787 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: qos-pps 2026-06-18 03:57:56.788 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-18 03:57:56.788 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-18 03:57:56.789 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: qos-rules-alias 2026-06-18 03:57:56.789 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: quota-check-limit 2026-06-18 03:57:56.791 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-18 03:57:56.793 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: quotas 2026-06-18 03:57:56.794 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: quota_details 2026-06-18 03:57:56.796 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: rbac-policies 2026-06-18 03:57:56.796 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: rbac-address-group 2026-06-18 03:57:56.797 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: rbac-address-scope 2026-06-18 03:57:56.797 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: rbac-security-groups 2026-06-18 03:57:56.798 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-18 03:57:56.798 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: revision-if-match 2026-06-18 03:57:56.799 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-18 03:57:56.799 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: router_availability_zone 2026-06-18 03:57:56.800 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-18 03:57:56.802 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-18 03:57:56.802 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-18 03:57:56.803 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-18 03:57:56.803 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-18 03:57:56.804 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-18 03:57:56.804 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-18 03:57:56.812 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: security-group 2026-06-18 03:57:56.813 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: segment 2026-06-18 03:57:56.813 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-18 03:57:56.814 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: service-type 2026-06-18 03:57:56.815 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: sorting 2026-06-18 03:57:56.815 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: standard-attr-segment 2026-06-18 03:57:56.816 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: standard-attr-description 2026-06-18 03:57:56.816 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: stateful-security-group 2026-06-18 03:57:56.817 7 WARNING neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-18 03:57:56.817 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-18 03:57:56.818 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: subnet-external-network 2026-06-18 03:57:56.818 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: subnet_onboard 2026-06-18 03:57:56.819 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-18 03:57:56.819 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: subnet-service-types 2026-06-18 03:57:56.820 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: subnet_allocation 2026-06-18 03:57:56.821 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-18 03:57:56.821 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: tag-creation 2026-06-18 03:57:56.822 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-18 03:57:56.826 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: standard-attr-tag 2026-06-18 03:57:56.827 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-18 03:57:56.827 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: trunk 2026-06-18 03:57:56.828 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: trunk-details 2026-06-18 03:57:56.828 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-18 03:57:56.829 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-18 03:57:56.830 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-18 03:57:56.830 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-18 03:57:56.832 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-18 03:57:56.833 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-18 03:57:56.834 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: vpn-flavors 2026-06-18 03:57:56.835 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: vpnaas 2026-06-18 03:57:56.837 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: taas 2026-06-18 03:57:56.838 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: tap-mirror 2026-06-18 03:57:56.838 7 INFO neutron.api.extensions [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-18 03:57:56.841 7 INFO neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-18 03:57:56.841 7 INFO neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-18 03:57:56.841 7 INFO neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-18 03:57:56.841 7 INFO neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-18 03:57:56.846 7 INFO neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-18 03:57:56.846 7 INFO neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-18 03:57:56.851 7 INFO neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-18 03:57:56.852 7 INFO neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-18 03:57:56.852 7 INFO neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-18 03:57:56.853 7 INFO neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-18 03:57:56.853 7 WARNING neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] subnetpool is already registered 2026-06-18 03:57:56.854 7 INFO neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-18 03:57:56.854 7 WARNING neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] subnetpool is already registered 2026-06-18 03:57:56.854 7 INFO neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-18 03:57:56.855 7 INFO neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-18 03:57:56.855 7 INFO neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-18 03:57:56.855 7 INFO neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-18 03:57:56.856 7 INFO neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-18 03:57:56.856 7 INFO neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-18 03:57:56.857 7 INFO neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-18 03:57:56.857 7 WARNING neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] ipsecpolicy is already registered 2026-06-18 03:57:56.857 7 INFO neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-18 03:57:56.857 7 WARNING neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] ikepolicy is already registered 2026-06-18 03:57:56.862 7 INFO neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-18 03:57:56.862 7 WARNING neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] router is already registered 2026-06-18 03:57:56.863 7 INFO neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-18 03:57:56.863 7 WARNING neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] floatingip is already registered 2026-06-18 03:57:56.866 7 INFO neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-18 03:57:56.866 7 WARNING neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] rbac_policy is already registered 2026-06-18 03:57:56.867 7 INFO neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-18 03:57:56.867 7 WARNING neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] security_group is already registered 2026-06-18 03:57:56.868 7 INFO neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-18 03:57:56.868 7 WARNING neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] security_group_rule is already registered 2026-06-18 03:57:56.869 7 INFO neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-18 03:57:56.869 7 WARNING neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] subnetpool is already registered 2026-06-18 03:57:56.869 7 INFO neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-18 03:57:56.869 7 WARNING neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] subnetpool is already registered 2026-06-18 03:57:56.870 7 INFO neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-18 03:57:56.870 7 WARNING neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] trunk is already registered 2026-06-18 03:57:56.870 7 INFO neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-18 03:57:56.870 7 WARNING neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] ikepolicy is already registered 2026-06-18 03:57:56.871 7 INFO neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-18 03:57:56.871 7 WARNING neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] ipsecpolicy is already registered 2026-06-18 03:57:56.871 7 INFO neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-18 03:57:56.872 7 WARNING neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] endpoint_group is already registered 2026-06-18 03:57:56.872 7 INFO neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-18 03:57:56.873 7 WARNING neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] vpnservice is already registered 2026-06-18 03:57:56.873 7 INFO neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-18 03:57:56.873 7 WARNING neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] ipsec_site_connection is already registered 2026-06-18 03:57:56.873 7 INFO neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-18 03:57:56.874 7 WARNING neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] ipsecpolicy is already registered 2026-06-18 03:57:56.874 7 INFO neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-18 03:57:56.874 7 WARNING neutron.quota.resource_registry [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] ikepolicy is already registered 2026-06-18 03:57:56.912 7 WARNING keystonemiddleware._common.config [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-18 03:57:56.919 7 WARNING oslo_config.cfg [None req-a01e0755-760a-4f07-ab6e-c667e066b130 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f0dfe458668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-18 03:58:02.563 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6f971ca0-36e2-4541-b1fb-67098ec0b1fb 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1/4] 199.204.45.65 () {44 vars in 922 bytes} [Thu Jun 18 03:58:01 2026] GET /v2.0/networks/public => generated 108 bytes in 924 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 4/5] 199.204.45.65 () {44 vars in 944 bytes} [Thu Jun 18 03:58:02 2026] GET /v2.0/networks?name=public => generated 15 bytes in 438 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 03:58:03.399 7 WARNING neutron.services.revisions.revision_plugin [None req-12e8e818-2473-4a21-ba56-635af8202d85 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Could not find related network for resource to bump revision. 2026-06-18 03:58:03.418 7 INFO neutron.db.segments_db [None req-12e8e818-2473-4a21-ba56-635af8202d85 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Added segment a713d202-dc3b-4bc3-b74c-ff478ffb4959 of type flat for network 9688afb9-216c-4ea6-8212-0f31eb92f632 2026-06-18 03:58:03.471 7 INFO neutron.pecan_wsgi.hooks.translation [None req-12e8e818-2473-4a21-ba56-635af8202d85 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/6] 199.204.45.65 () {48 vars in 962 bytes} [Thu Jun 18 03:58:03 2026] POST /v2.0/networks => generated 124 bytes in 470 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 03:58:09.765 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fb60ca29-5414-4759-8ce9-eb1c6faded7b 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.204.45.65 () {44 vars in 922 bytes} [Thu Jun 18 03:58:09 2026] GET /v2.0/networks/public => generated 108 bytes in 425 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 199.204.45.65 () {44 vars in 944 bytes} [Thu Jun 18 03:58:09 2026] GET /v2.0/networks?name=public => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 03:58:10.036 8 WARNING neutron.services.revisions.revision_plugin [None req-dcb65500-b18e-4598-88fc-de508c26e842 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Could not find related network for resource to bump revision. 2026-06-18 03:58:10.058 8 INFO neutron.db.segments_db [None req-dcb65500-b18e-4598-88fc-de508c26e842 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Added segment cd9bc729-5627-42dd-a8c2-988833ab3db4 of type flat for network 8800c9aa-ec11-4219-b682-209bac57bf9b 2026-06-18 03:58:10.104 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dcb65500-b18e-4598-88fc-de508c26e842 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.204.45.65 () {48 vars in 962 bytes} [Thu Jun 18 03:58:09 2026] POST /v2.0/networks => generated 124 bytes in 317 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 03:58:16.036 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6de1672c-48db-4a8a-a3b6-ebf9266fd98e 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/11] 199.204.45.65 () {44 vars in 922 bytes} [Thu Jun 18 03:58:15 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/12] 199.204.45.65 () {44 vars in 944 bytes} [Thu Jun 18 03:58:16 2026] GET /v2.0/networks?name=public => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 03:58:16.116 8 WARNING neutron.services.revisions.revision_plugin [None req-195e0115-a4ea-47c5-8295-a5369d77f014 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Could not find related network for resource to bump revision. 2026-06-18 03:58:16.132 8 INFO neutron.db.segments_db [None req-195e0115-a4ea-47c5-8295-a5369d77f014 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Added segment d9deeef2-9c4a-4de3-9196-4afc48724cc5 of type flat for network 39260dfa-170d-4203-841c-79a7a3f360f5 2026-06-18 03:58:16.161 8 INFO neutron.pecan_wsgi.hooks.translation [None req-195e0115-a4ea-47c5-8295-a5369d77f014 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/13] 199.204.45.65 () {48 vars in 962 bytes} [Thu Jun 18 03:58:16 2026] POST /v2.0/networks => generated 124 bytes in 106 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 03:58:22.085 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fcc03003-b93d-47ff-a8a8-5089a5314ddd 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 199.204.45.65 () {44 vars in 922 bytes} [Thu Jun 18 03:58:22 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/15] 199.204.45.65 () {44 vars in 944 bytes} [Thu Jun 18 03:58:22 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 03:58:22.165 7 WARNING neutron.services.revisions.revision_plugin [None req-2c635a3e-5a36-4829-855a-e6474c0adcc4 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Could not find related network for resource to bump revision. 2026-06-18 03:58:22.186 7 INFO neutron.db.segments_db [None req-2c635a3e-5a36-4829-855a-e6474c0adcc4 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Added segment b678f06d-dcf7-4d77-bb0b-c28f882cae61 of type flat for network 2b9745e0-5164-472a-89fb-8e01705ba80d 2026-06-18 03:58:22.211 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2c635a3e-5a36-4829-855a-e6474c0adcc4 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 199.204.45.65 () {48 vars in 962 bytes} [Thu Jun 18 03:58:22 2026] POST /v2.0/networks => generated 124 bytes in 113 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 03:58:28.194 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b80be850-f4a2-4d6c-94cc-af41e7746462 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.204.45.65 () {44 vars in 922 bytes} [Thu Jun 18 03:58:28 2026] GET /v2.0/networks/public => generated 108 bytes in 93 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.204.45.65 () {44 vars in 944 bytes} [Thu Jun 18 03:58:28 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-06-18 03:58:28.283 8 WARNING neutron.services.revisions.revision_plugin [None req-08ab593f-cbe2-4ceb-8293-662e3fcdb37a 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Could not find related network for resource to bump revision. 2026-06-18 03:58:28.302 8 INFO neutron.db.segments_db [None req-08ab593f-cbe2-4ceb-8293-662e3fcdb37a 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Added segment 7bcff3dd-d01c-4653-aa8f-395be429c2da of type flat for network 1aef10c6-b963-4197-bb76-fe9a29a74ee9 2026-06-18 03:58:28.361 8 INFO neutron.pecan_wsgi.hooks.translation [None req-08ab593f-cbe2-4ceb-8293-662e3fcdb37a 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/19] 199.204.45.65 () {48 vars in 962 bytes} [Thu Jun 18 03:58:28 2026] POST /v2.0/networks => generated 124 bytes in 148 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 03:58:34.395 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a4e1954c-3a3e-4ce0-ab7f-70e8a2897984 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/21] 199.204.45.65 () {44 vars in 922 bytes} [Thu Jun 18 03:58:34 2026] GET /v2.0/networks/public => generated 108 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/22] 199.204.45.65 () {44 vars in 944 bytes} [Thu Jun 18 03:58:34 2026] GET /v2.0/networks?name=public => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 03:58:34.517 8 WARNING neutron.services.revisions.revision_plugin [None req-fea75d06-7e29-4fbb-b13b-c9931411665b 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Could not find related network for resource to bump revision. 2026-06-18 03:58:34.539 8 INFO neutron.db.segments_db [None req-fea75d06-7e29-4fbb-b13b-c9931411665b 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Added segment 94edc3a0-90c6-4f90-9708-c3f7e1556f3f of type flat for network 5f4ddf1d-c8cc-4eea-9717-6ad5582dd7ae [pid: 8|app: 0|req: 13/23] 199.204.45.65 () {48 vars in 962 bytes} [Thu Jun 18 03:58:34 2026] POST /v2.0/networks => generated 706 bytes in 2865 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 03:58:38.670 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dc746f3d-7a8d-4184-81ea-da9e7e13718d 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/24] 199.204.45.65 () {44 vars in 922 bytes} [Thu Jun 18 03:58:38 2026] GET /v2.0/networks/public => generated 108 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/25] 199.204.45.65 () {44 vars in 944 bytes} [Thu Jun 18 03:58:38 2026] GET /v2.0/networks?name=public => generated 709 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 03:58:38.750 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7e8075b8-d0b7-49d1-8550-0eebfdd9a160 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/26] 199.204.45.65 () {44 vars in 1029 bytes} [Thu Jun 18 03:58:38 2026] GET /v2.0/subnets/public-subnet?network_id=5f4ddf1d-c8cc-4eea-9717-6ad5582dd7ae => generated 113 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/27] 199.204.45.65 () {44 vars in 1052 bytes} [Thu Jun 18 03:58:38 2026] GET /v2.0/subnets?name=public-subnet&network_id=5f4ddf1d-c8cc-4eea-9717-6ad5582dd7ae => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/28] 199.204.45.65 () {48 vars in 960 bytes} [Thu Jun 18 03:58:38 2026] POST /v2.0/subnets => generated 664 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:03:31.950 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9af93e57-4d43-44a2-938d-92edadbd0207 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/68] 199.204.45.65 () {44 vars in 932 bytes} [Thu Jun 18 04:03:31 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 88 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/69] 199.204.45.65 () {44 vars in 954 bytes} [Thu Jun 18 04:03:31 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:03:32.031 8 INFO neutron.db.segments_db [None req-40dd25bf-e0e2-4611-832a-664595d1efe6 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Added segment 5f8dfe67-2efa-4bc8-86bf-ad340fc77e22 of type vxlan for network 1d4cbb74-6ec2-4665-8705-943173905f74 [pid: 8|app: 0|req: 37/70] 199.204.45.65 () {48 vars in 961 bytes} [Thu Jun 18 04:03:31 2026] POST /v2.0/networks => generated 688 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:03:33.049 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ac9d827a-a30d-43f4-b9aa-dd1c56b4fa1c 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/71] 199.204.45.65 () {44 vars in 932 bytes} [Thu Jun 18 04:03:33 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/72] 199.204.45.65 () {44 vars in 954 bytes} [Thu Jun 18 04:03:33 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:03:33.107 7 INFO neutron.pecan_wsgi.hooks.translation [None req-def730df-9e40-45bf-92c5-1de4d2ea5046 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/73] 199.204.45.65 () {44 vars in 1031 bytes} [Thu Jun 18 04:03:33 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=1d4cbb74-6ec2-4665-8705-943173905f74 => generated 114 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/74] 199.204.45.65 () {44 vars in 1054 bytes} [Thu Jun 18 04:03:33 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=1d4cbb74-6ec2-4665-8705-943173905f74 => generated 14 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/75] 199.204.45.65 () {48 vars in 960 bytes} [Thu Jun 18 04:03:33 2026] POST /v2.0/subnets => generated 651 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:03:34.455 8 INFO neutron.api.v2.resource [None req-0bf8fa19-9b86-4a04-81de-d66a9989865f 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 40/76] 199.204.45.65 () {44 vars in 966 bytes} [Thu Jun 18 04:03:34 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/77] 199.204.45.65 () {44 vars in 988 bytes} [Thu Jun 18 04:03:34 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/78] 199.204.45.65 () {48 vars in 975 bytes} [Thu Jun 18 04:03:34 2026] POST /v2.0/security-groups => generated 1616 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/79] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:03:35 2026] GET /v2.0/security-groups/eb3ff647-8fa0-442a-98ef-e6e74bbb6908 => generated 1616 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/80] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:03:35 2026] GET /v2.0/security-groups/eb3ff647-8fa0-442a-98ef-e6e74bbb6908 => generated 1616 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/81] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:03:35 2026] GET /v2.0/security-groups/eb3ff647-8fa0-442a-98ef-e6e74bbb6908 => generated 1616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/82] 199.204.45.65 () {48 vars in 986 bytes} [Thu Jun 18 04:03:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/83] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:03:36 2026] GET /v2.0/security-groups/eb3ff647-8fa0-442a-98ef-e6e74bbb6908 => generated 2230 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/84] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:03:36 2026] GET /v2.0/security-groups/eb3ff647-8fa0-442a-98ef-e6e74bbb6908 => generated 2230 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/85] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:03:36 2026] GET /v2.0/security-groups/eb3ff647-8fa0-442a-98ef-e6e74bbb6908 => generated 2230 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/86] 199.204.45.65 () {48 vars in 986 bytes} [Thu Jun 18 04:03:36 2026] POST /v2.0/security-group-rules => generated 603 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/87] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:03:37 2026] GET /v2.0/security-groups/eb3ff647-8fa0-442a-98ef-e6e74bbb6908 => generated 2846 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/88] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:03:37 2026] GET /v2.0/security-groups/eb3ff647-8fa0-442a-98ef-e6e74bbb6908 => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/89] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:03:37 2026] GET /v2.0/security-groups/eb3ff647-8fa0-442a-98ef-e6e74bbb6908 => 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: 47/90] 199.204.45.65 () {48 vars in 986 bytes} [Thu Jun 18 04:03:37 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: 7|app: 0|req: 44/91] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:03:38 2026] GET /v2.0/security-groups/eb3ff647-8fa0-442a-98ef-e6e74bbb6908 => generated 3462 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/92] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:03:38 2026] GET /v2.0/security-groups/eb3ff647-8fa0-442a-98ef-e6e74bbb6908 => generated 3462 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/93] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:03:38 2026] GET /v2.0/security-groups/eb3ff647-8fa0-442a-98ef-e6e74bbb6908 => generated 3462 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/94] 199.204.45.65 () {48 vars in 986 bytes} [Thu Jun 18 04:03:39 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: 7|app: 0|req: 46/95] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:03:40 2026] GET /v2.0/security-groups/eb3ff647-8fa0-442a-98ef-e6e74bbb6908 => generated 4078 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/96] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:03:40 2026] GET /v2.0/security-groups/eb3ff647-8fa0-442a-98ef-e6e74bbb6908 => generated 4078 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/97] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:03:40 2026] GET /v2.0/security-groups/eb3ff647-8fa0-442a-98ef-e6e74bbb6908 => generated 4078 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/98] 199.204.45.65 () {48 vars in 986 bytes} [Thu Jun 18 04:03:40 2026] POST /v2.0/security-group-rules => generated 603 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/99] 199.204.45.65 () {44 vars in 982 bytes} [Thu Jun 18 04:03:41 2026] GET /v2.0/networks/1d4cbb74-6ec2-4665-8705-943173905f74 => generated 732 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:03:41.496 8 INFO neutron.pecan_wsgi.hooks.translation [None req-707f23a3-668d-4747-bebb-ae6a1d64073f 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 52/100] 199.204.45.65 () {44 vars in 1071 bytes} [Thu Jun 18 04:03:41 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=1d4cbb74-6ec2-4665-8705-943173905f74 => generated 132 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/101] 199.204.45.65 () {44 vars in 1094 bytes} [Thu Jun 18 04:03:41 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=1d4cbb74-6ec2-4665-8705-943173905f74 => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/102] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:03:41 2026] GET /v2.0/security-groups/eb3ff647-8fa0-442a-98ef-e6e74bbb6908 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/103] 199.204.45.65 () {48 vars in 956 bytes} [Thu Jun 18 04:03:41 2026] POST /v2.0/ports => generated 1096 bytes in 329 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: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-18 04:03:49.111 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7c853614-8e7c-455e-ab95-afcbd136d99a 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 52/106] 199.204.45.65 () {44 vars in 974 bytes} [Thu Jun 18 04:03:49 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/107] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:03:49 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/108] 199.204.45.65 () {48 vars in 1026 bytes} [Thu Jun 18 04:03:49 2026] PUT /v2.0/ports/618b69c2-5868-405b-9178-9acc0c248d59 => generated 1245 bytes in 658 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/109] 199.204.45.65 () {44 vars in 915 bytes} [Thu Jun 18 04:03:51 2026] GET /v2.0/ports => generated 3726 bytes in 105 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-06-18 04:03:52.650 7 INFO neutron.api.v2.resource [None req-b5caf090-a2c1-4b7f-95a8-afa805994fe6 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 54/110] 199.204.45.65 () {44 vars in 954 bytes} [Thu Jun 18 04:03:52 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/111] 199.204.45.65 () {44 vars in 976 bytes} [Thu Jun 18 04:03:52 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/112] 199.204.45.65 () {48 vars in 975 bytes} [Thu Jun 18 04:03:52 2026] POST /v2.0/security-groups => generated 1610 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/113] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:03:53 2026] GET /v2.0/security-groups/5ccfa35e-f1b7-48dc-835b-5a679afa765a => generated 1610 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/114] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:03:53 2026] GET /v2.0/security-groups/5ccfa35e-f1b7-48dc-835b-5a679afa765a => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/115] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:03:53 2026] GET /v2.0/security-groups/5ccfa35e-f1b7-48dc-835b-5a679afa765a => generated 1610 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/116] 199.204.45.65 () {48 vars in 986 bytes} [Thu Jun 18 04:03:53 2026] POST /v2.0/security-group-rules => generated 621 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/117] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:03:54 2026] GET /v2.0/security-groups/5ccfa35e-f1b7-48dc-835b-5a679afa765a => generated 2244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/118] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:03:54 2026] GET /v2.0/security-groups/5ccfa35e-f1b7-48dc-835b-5a679afa765a => generated 2244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/119] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:03:54 2026] GET /v2.0/security-groups/5ccfa35e-f1b7-48dc-835b-5a679afa765a => generated 2244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/120] 199.204.45.65 () {48 vars in 986 bytes} [Thu Jun 18 04:03:54 2026] POST /v2.0/security-group-rules => generated 625 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/131] 199.204.45.65 () {44 vars in 970 bytes} [Thu Jun 18 04:05:15 2026] GET /v2.0/quotas/83b0599c3ddb4eb284ea3581ca128e4f => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 68/134] 199.204.45.65 () {48 vars in 1022 bytes} [Thu Jun 18 04:05:15 2026] PUT /v2.0/quotas/83b0599c3ddb4eb284ea3581ca128e4f => generated 291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-06-18 04:07:36.399 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dcdb65cb-2085-4475-a124-0ab217627296 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 78/153] 199.204.45.65 () {30 vars in 739 bytes} [Thu Jun 18 04:07:36 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 126 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 76/154] 199.204.45.65 () {30 vars in 761 bytes} [Thu Jun 18 04:07:36 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:07:38.503 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ea156faa-e450-4021-94fc-46c3eb5af4c7 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 79/155] 199.204.45.65 () {30 vars in 739 bytes} [Thu Jun 18 04:07:38 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 127 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 77/156] 199.204.45.65 () {30 vars in 761 bytes} [Thu Jun 18 04:07:38 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:14:10.064 8 INFO neutron.api.v2.resource [None req-6bc8259e-a011-4b30-974c-9cd099752268 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 106/209] 199.204.45.65 () {44 vars in 1069 bytes} [Thu Jun 18 04:14:09 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=f498b8ff386b4f949cde99a1b9816788 => generated 139 bytes in 130 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/210] 199.204.45.65 () {44 vars in 1092 bytes} [Thu Jun 18 04:14:10 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=f498b8ff386b4f949cde99a1b9816788 => generated 23 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/211] 199.204.45.65 () {48 vars in 976 bytes} [Thu Jun 18 04:14:10 2026] POST /v2.0/security-groups => generated 1624 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/212] 199.204.45.65 () {44 vars in 1083 bytes} [Thu Jun 18 04:14:11 2026] GET /v2.0/security-groups/baaedb92-ef63-4f1c-9c20-9d22752b092c?project_id=f498b8ff386b4f949cde99a1b9816788 => generated 1624 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/213] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:14:11 2026] GET /v2.0/security-groups/baaedb92-ef63-4f1c-9c20-9d22752b092c => generated 1624 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/214] 199.204.45.65 () {44 vars in 1083 bytes} [Thu Jun 18 04:14:11 2026] GET /v2.0/security-groups/baaedb92-ef63-4f1c-9c20-9d22752b092c?project_id=f498b8ff386b4f949cde99a1b9816788 => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/215] 199.204.45.65 () {48 vars in 986 bytes} [Thu Jun 18 04:14:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/216] 199.204.45.65 () {44 vars in 1083 bytes} [Thu Jun 18 04:14:12 2026] GET /v2.0/security-groups/baaedb92-ef63-4f1c-9c20-9d22752b092c?project_id=f498b8ff386b4f949cde99a1b9816788 => generated 2234 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/217] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:14:12 2026] GET /v2.0/security-groups/baaedb92-ef63-4f1c-9c20-9d22752b092c => generated 2234 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/218] 199.204.45.65 () {44 vars in 1083 bytes} [Thu Jun 18 04:14:12 2026] GET /v2.0/security-groups/baaedb92-ef63-4f1c-9c20-9d22752b092c?project_id=f498b8ff386b4f949cde99a1b9816788 => generated 2234 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/219] 199.204.45.65 () {48 vars in 986 bytes} [Thu Jun 18 04:14:12 2026] POST /v2.0/security-group-rules => generated 599 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/220] 199.204.45.65 () {44 vars in 1083 bytes} [Thu Jun 18 04:14:13 2026] GET /v2.0/security-groups/baaedb92-ef63-4f1c-9c20-9d22752b092c?project_id=f498b8ff386b4f949cde99a1b9816788 => generated 2846 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/221] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:14:14 2026] GET /v2.0/security-groups/baaedb92-ef63-4f1c-9c20-9d22752b092c => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/222] 199.204.45.65 () {44 vars in 1083 bytes} [Thu Jun 18 04:14:14 2026] GET /v2.0/security-groups/baaedb92-ef63-4f1c-9c20-9d22752b092c?project_id=f498b8ff386b4f949cde99a1b9816788 => generated 2846 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/223] 199.204.45.65 () {48 vars in 986 bytes} [Thu Jun 18 04:14:14 2026] POST /v2.0/security-group-rules => generated 601 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/224] 199.204.45.65 () {44 vars in 1083 bytes} [Thu Jun 18 04:14:15 2026] GET /v2.0/security-groups/baaedb92-ef63-4f1c-9c20-9d22752b092c?project_id=f498b8ff386b4f949cde99a1b9816788 => generated 3460 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/225] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:14:15 2026] GET /v2.0/security-groups/baaedb92-ef63-4f1c-9c20-9d22752b092c => generated 3460 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/228] 199.204.45.65 () {44 vars in 1083 bytes} [Thu Jun 18 04:14:15 2026] GET /v2.0/security-groups/baaedb92-ef63-4f1c-9c20-9d22752b092c?project_id=f498b8ff386b4f949cde99a1b9816788 => generated 3460 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/229] 199.204.45.65 () {48 vars in 986 bytes} [Thu Jun 18 04:14:15 2026] POST /v2.0/security-group-rules => generated 602 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/252] 199.204.45.65 () {30 vars in 738 bytes} [Thu Jun 18 04:17:01 2026] GET /v2.0/networks?tenant_id=f498b8ff386b4f949cde99a1b9816788&shared=False => generated 15 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:17:01.790 7 INFO neutron.db.segments_db [None req-9fa26470-1760-4bcf-8107-c65b5dbdac69 f878b2b62c944476a7e408a57f1366d6 f498b8ff386b4f949cde99a1b9816788 - - 86a31006febf4def8d47f47d9cbe49c2 86a31006febf4def8d47f47d9cbe49c2] Added segment 181cd560-3346-456e-b396-444287417900 of type vxlan for network a03035a9-52ea-4650-a39f-05b7fec61212 [pid: 7|app: 0|req: 125/253] 199.204.45.65 () {34 vars in 680 bytes} [Thu Jun 18 04:17:01 2026] POST /v2.0/networks => generated 699 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/254] 199.204.45.65 () {30 vars in 720 bytes} [Thu Jun 18 04:17:01 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/255] 199.204.45.65 () {30 vars in 631 bytes} [Thu Jun 18 04:17:01 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/256] 199.204.45.65 () {34 vars in 675 bytes} [Thu Jun 18 04:17:01 2026] POST /v2.0/ports => generated 999 bytes in 643 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/257] 199.204.45.65 () {30 vars in 701 bytes} [Thu Jun 18 04:17:02 2026] GET /v2.0/networks/a03035a9-52ea-4650-a39f-05b7fec61212 => generated 705 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/258] 199.204.45.65 () {30 vars in 720 bytes} [Thu Jun 18 04:17:04 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/259] 199.204.45.65 () {30 vars in 701 bytes} [Thu Jun 18 04:17:04 2026] GET /v2.0/networks/a03035a9-52ea-4650-a39f-05b7fec61212 => generated 705 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/262] 199.204.45.65 () {44 vars in 970 bytes} [Thu Jun 18 04:17:23 2026] GET /v2.0/quotas/f498b8ff386b4f949cde99a1b9816788 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/263] 199.204.45.65 () {48 vars in 1022 bytes} [Thu Jun 18 04:17:23 2026] PUT /v2.0/quotas/f498b8ff386b4f949cde99a1b9816788 => generated 291 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:29:29.599 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8ad13b47-428b-409f-8766-c06638e3f141 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 179/360] 199.204.45.65 () {44 vars in 922 bytes} [Thu Jun 18 04:29:29 2026] GET /v2.0/networks/public => generated 108 bytes in 180 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/361] 199.204.45.65 () {44 vars in 944 bytes} [Thu Jun 18 04:29:29 2026] GET /v2.0/networks?name=public => generated 753 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:29:30.865 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1b4fe206-b471-4390-a98b-431c32a09928 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 184/364] 199.204.45.65 () {44 vars in 922 bytes} [Thu Jun 18 04:29:30 2026] GET /v2.0/networks/public => generated 108 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/365] 199.204.45.65 () {44 vars in 944 bytes} [Thu Jun 18 04:29:30 2026] GET /v2.0/networks?name=public => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:29:30.944 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4a085062-ca13-49a7-aa57-2f1fcc84cb9a 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 185/366] 199.204.45.65 () {44 vars in 1029 bytes} [Thu Jun 18 04:29:30 2026] GET /v2.0/subnets/public-subnet?network_id=5f4ddf1d-c8cc-4eea-9717-6ad5582dd7ae => generated 113 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/367] 199.204.45.65 () {44 vars in 1052 bytes} [Thu Jun 18 04:29:30 2026] GET /v2.0/subnets?name=public-subnet&network_id=5f4ddf1d-c8cc-4eea-9717-6ad5582dd7ae => generated 667 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:29:59.320 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e98eaa72-c52f-4dc9-ae1c-f112c0f4a27a 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 187/370] 199.204.45.65 () {44 vars in 932 bytes} [Thu Jun 18 04:29:58 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 411 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/371] 199.204.45.65 () {44 vars in 954 bytes} [Thu Jun 18 04:29:59 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:30:00.329 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bd41413f-3cef-4cd4-a848-94c6206752ac 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 188/372] 199.204.45.65 () {44 vars in 932 bytes} [Thu Jun 18 04:30:00 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/373] 199.204.45.65 () {44 vars in 954 bytes} [Thu Jun 18 04:30:00 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:30:00.401 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5434232b-f547-4bbd-be6b-04521cc9a3d9 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 189/374] 199.204.45.65 () {44 vars in 1031 bytes} [Thu Jun 18 04:30:00 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=1d4cbb74-6ec2-4665-8705-943173905f74 => generated 114 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/375] 199.204.45.65 () {44 vars in 1054 bytes} [Thu Jun 18 04:30:00 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=1d4cbb74-6ec2-4665-8705-943173905f74 => generated 654 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:30:01.520 8 INFO neutron.api.v2.resource [None req-a81eac62-d10e-49ee-a1d2-93494dce39a5 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 191/378] 199.204.45.65 () {44 vars in 966 bytes} [Thu Jun 18 04:30:01 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/379] 199.204.45.65 () {44 vars in 988 bytes} [Thu Jun 18 04:30:01 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/380] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:30:02 2026] GET /v2.0/security-groups/eb3ff647-8fa0-442a-98ef-e6e74bbb6908 => generated 4694 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/381] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:30:02 2026] GET /v2.0/security-groups/eb3ff647-8fa0-442a-98ef-e6e74bbb6908 => 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: 193/382] 199.204.45.65 () {44 vars in 1006 bytes} [Thu Jun 18 04:30:02 2026] GET /v2.0/security-group-rules/bf08299f-95b5-4ffc-b480-6819a36e69ab => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/383] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:30:03 2026] GET /v2.0/security-groups/eb3ff647-8fa0-442a-98ef-e6e74bbb6908 => generated 4694 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/384] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:30:03 2026] GET /v2.0/security-groups/eb3ff647-8fa0-442a-98ef-e6e74bbb6908 => generated 4694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/385] 199.204.45.65 () {44 vars in 1006 bytes} [Thu Jun 18 04:30:03 2026] GET /v2.0/security-group-rules/d8736815-16f5-40db-90b3-838a244e631c => 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: 195/386] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:30:04 2026] GET /v2.0/security-groups/eb3ff647-8fa0-442a-98ef-e6e74bbb6908 => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/387] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:30:04 2026] GET /v2.0/security-groups/eb3ff647-8fa0-442a-98ef-e6e74bbb6908 => generated 4694 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/388] 199.204.45.65 () {44 vars in 1006 bytes} [Thu Jun 18 04:30:04 2026] GET /v2.0/security-group-rules/20877461-d05d-4750-b491-15c9541f69b4 => generated 603 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/389] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:30:05 2026] GET /v2.0/security-groups/eb3ff647-8fa0-442a-98ef-e6e74bbb6908 => generated 4694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/390] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:30:05 2026] GET /v2.0/security-groups/eb3ff647-8fa0-442a-98ef-e6e74bbb6908 => generated 4694 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/391] 199.204.45.65 () {44 vars in 1006 bytes} [Thu Jun 18 04:30:05 2026] GET /v2.0/security-group-rules/0a52c18f-6dbe-47d4-b816-65837fd01857 => generated 603 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/392] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:30:06 2026] GET /v2.0/security-groups/eb3ff647-8fa0-442a-98ef-e6e74bbb6908 => generated 4694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/393] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:30:06 2026] GET /v2.0/security-groups/eb3ff647-8fa0-442a-98ef-e6e74bbb6908 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/394] 199.204.45.65 () {44 vars in 1006 bytes} [Thu Jun 18 04:30:06 2026] GET /v2.0/security-group-rules/409b82a0-fcf4-4442-87c7-9bd343a3e94c => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/395] 199.204.45.65 () {44 vars in 982 bytes} [Thu Jun 18 04:30:07 2026] GET /v2.0/networks/1d4cbb74-6ec2-4665-8705-943173905f74 => generated 732 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:30:07.868 8 INFO neutron.pecan_wsgi.hooks.translation [None req-21f753b3-5af7-48e0-8473-390974968360 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 200/396] 199.204.45.65 () {44 vars in 1071 bytes} [Thu Jun 18 04:30:07 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=1d4cbb74-6ec2-4665-8705-943173905f74 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/397] 199.204.45.65 () {44 vars in 1094 bytes} [Thu Jun 18 04:30:07 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=1d4cbb74-6ec2-4665-8705-943173905f74 => generated 1250 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/398] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:30:07 2026] GET /v2.0/security-groups/eb3ff647-8fa0-442a-98ef-e6e74bbb6908 => generated 4694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:30:15.665 7 INFO neutron.pecan_wsgi.hooks.translation [None req-faaf6648-4a1a-47b3-8eed-3664766a759d 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 199/401] 199.204.45.65 () {44 vars in 974 bytes} [Thu Jun 18 04:30:15 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 67 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/402] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:30:15 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/403] 199.204.45.65 () {44 vars in 915 bytes} [Thu Jun 18 04:30:17 2026] GET /v2.0/ports => generated 4721 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:30:18.408 8 INFO neutron.api.v2.resource [None req-0727dfe4-63ea-42b6-ab43-03c9129db80c 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 204/404] 199.204.45.65 () {44 vars in 954 bytes} [Thu Jun 18 04:30:18 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: 7|app: 0|req: 201/405] 199.204.45.65 () {44 vars in 976 bytes} [Thu Jun 18 04:30:18 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/406] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:30:19 2026] GET /v2.0/security-groups/5ccfa35e-f1b7-48dc-835b-5a679afa765a => generated 2882 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/407] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:30:19 2026] GET /v2.0/security-groups/5ccfa35e-f1b7-48dc-835b-5a679afa765a => generated 2882 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/408] 199.204.45.65 () {44 vars in 1006 bytes} [Thu Jun 18 04:30:19 2026] GET /v2.0/security-group-rules/3d39fdfb-9223-4597-bcdb-5cf125ed61bc => generated 621 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/409] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:30:20 2026] GET /v2.0/security-groups/5ccfa35e-f1b7-48dc-835b-5a679afa765a => generated 2882 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/410] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:30:20 2026] GET /v2.0/security-groups/5ccfa35e-f1b7-48dc-835b-5a679afa765a => generated 2882 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/411] 199.204.45.65 () {44 vars in 1006 bytes} [Thu Jun 18 04:30:20 2026] GET /v2.0/security-group-rules/6eb5562e-1605-4fc4-85ab-c76927b389ec => generated 625 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/414] 199.204.45.65 () {44 vars in 970 bytes} [Thu Jun 18 04:30:33 2026] GET /v2.0/quotas/83b0599c3ddb4eb284ea3581ca128e4f => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:31:31.396 8 INFO neutron.api.v2.resource [None req-cfee5894-ce76-42fa-b731-584f10a1201b 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 213/423] 199.204.45.65 () {44 vars in 1069 bytes} [Thu Jun 18 04:31:31 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=f498b8ff386b4f949cde99a1b9816788 => generated 139 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/424] 199.204.45.65 () {44 vars in 1092 bytes} [Thu Jun 18 04:31:31 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=f498b8ff386b4f949cde99a1b9816788 => generated 4072 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/425] 199.204.45.65 () {44 vars in 1083 bytes} [Thu Jun 18 04:31:32 2026] GET /v2.0/security-groups/baaedb92-ef63-4f1c-9c20-9d22752b092c?project_id=f498b8ff386b4f949cde99a1b9816788 => generated 4075 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/426] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:31:32 2026] GET /v2.0/security-groups/baaedb92-ef63-4f1c-9c20-9d22752b092c => generated 4075 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/427] 199.204.45.65 () {44 vars in 1006 bytes} [Thu Jun 18 04:31:32 2026] GET /v2.0/security-group-rules/bf97734d-7cb6-4a62-b64b-357aa9e79503 => generated 597 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/428] 199.204.45.65 () {44 vars in 1083 bytes} [Thu Jun 18 04:31:33 2026] GET /v2.0/security-groups/baaedb92-ef63-4f1c-9c20-9d22752b092c?project_id=f498b8ff386b4f949cde99a1b9816788 => generated 4075 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/429] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:31:33 2026] GET /v2.0/security-groups/baaedb92-ef63-4f1c-9c20-9d22752b092c => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/430] 199.204.45.65 () {44 vars in 1006 bytes} [Thu Jun 18 04:31:33 2026] GET /v2.0/security-group-rules/82e14426-5cff-4644-9b57-7e4f64195cd0 => generated 599 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/431] 199.204.45.65 () {44 vars in 1083 bytes} [Thu Jun 18 04:31:34 2026] GET /v2.0/security-groups/baaedb92-ef63-4f1c-9c20-9d22752b092c?project_id=f498b8ff386b4f949cde99a1b9816788 => generated 4075 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/432] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:31:34 2026] GET /v2.0/security-groups/baaedb92-ef63-4f1c-9c20-9d22752b092c => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/433] 199.204.45.65 () {44 vars in 1006 bytes} [Thu Jun 18 04:31:34 2026] GET /v2.0/security-group-rules/cb9ce2a4-c207-4c22-8dea-fb397462caf8 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/434] 199.204.45.65 () {44 vars in 1083 bytes} [Thu Jun 18 04:31:35 2026] GET /v2.0/security-groups/baaedb92-ef63-4f1c-9c20-9d22752b092c?project_id=f498b8ff386b4f949cde99a1b9816788 => generated 4075 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/435] 199.204.45.65 () {44 vars in 996 bytes} [Thu Jun 18 04:31:35 2026] GET /v2.0/security-groups/baaedb92-ef63-4f1c-9c20-9d22752b092c => generated 4075 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/436] 199.204.45.65 () {44 vars in 1006 bytes} [Thu Jun 18 04:31:35 2026] GET /v2.0/security-group-rules/bef4bdb7-61ca-4d06-aed4-d52839887e3a => generated 602 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/437] 199.204.45.65 () {44 vars in 970 bytes} [Thu Jun 18 04:31:43 2026] GET /v2.0/quotas/f498b8ff386b4f949cde99a1b9816788 => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/446] 199.204.45.65 () {44 vars in 944 bytes} [Thu Jun 18 04:32:37 2026] GET /v2.0/networks?name=public => generated 753 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/453] 10.0.0.149 () {32 vars in 648 bytes} [Thu Jun 18 04:33:18 2026] GET /v2.0/networks => generated 2168 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/454] 10.0.0.149 () {32 vars in 654 bytes} [Thu Jun 18 04:33:19 2026] GET /v2.0/floatingips => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/455] 10.0.0.149 () {32 vars in 646 bytes} [Thu Jun 18 04:33:19 2026] GET /v2.0/routers => generated 15 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/456] 10.0.0.149 () {32 vars in 642 bytes} [Thu Jun 18 04:33:20 2026] GET /v2.0/ports => generated 4721 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/457] 10.0.0.149 () {32 vars in 646 bytes} [Thu Jun 18 04:33:20 2026] GET /v2.0/subnets => generated 1308 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/458] 10.0.0.149 () {32 vars in 648 bytes} [Thu Jun 18 04:33:20 2026] GET /v2.0/networks => generated 2168 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/459] 10.0.0.149 () {32 vars in 662 bytes} [Thu Jun 18 04:33:20 2026] GET /v2.0/security-groups => generated 17397 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/460] 10.0.0.149 () {32 vars in 654 bytes} [Thu Jun 18 04:33:20 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:33:31.462 7 INFO neutron.db.segments_db [None req-521da5b5-dc25-4c2f-a2a7-3b6b49720477 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Added segment 7f5487e2-5792-4dfc-822a-62070490aea6 of type vxlan for network 85b65c74-1ed7-44a0-bba3-425281e1de4d 2026-06-18 04:33:31.521 8 INFO neutron.db.segments_db [None req-48109285-721e-421e-ae2f-0e0a9354e529 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Added segment 3734a96b-f14d-4549-9d0a-eb133c9f34f9 of type vxlan for network e78c2710-55d0-4863-98ed-3500ca75efe6 [pid: 7|app: 0|req: 231/463] 10.0.0.149 () {34 vars in 670 bytes} [Thu Jun 18 04:33:31 2026] POST /v2.0/networks => generated 733 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/464] 10.0.0.149 () {34 vars in 670 bytes} [Thu Jun 18 04:33:31 2026] POST /v2.0/networks => generated 730 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:33:31.788 7 INFO neutron.db.segments_db [None req-c92f6093-27d2-498a-8ad4-5baaa489671a 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Added segment 889635f3-2c0f-40e0-b92d-a05f7379ddc8 of type vxlan for network a05afa39-4f1f-46fa-8cb3-0af4e40e4b39 [pid: 7|app: 0|req: 232/465] 10.0.0.149 () {34 vars in 670 bytes} [Thu Jun 18 04:33:31 2026] POST /v2.0/networks => generated 718 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/466] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:33:31 2026] POST /v2.0/subnets => generated 699 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/467] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:33:31 2026] GET /v2.0/security-groups?tenant_id=cd0de7a338164b6baabf2a30bace9007&name=default => generated 2921 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/468] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:33:31 2026] POST /v2.0/subnets => generated 696 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:33:32.054 7 INFO neutron.db.segments_db [None req-ef3cda92-397b-4fe4-9b7f-cc70658b1929 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Added segment a53bd967-03c4-426a-bf86-d1abe864e156 of type vxlan for network dc3c93cf-feec-4d8b-b69c-0461b1df1065 [pid: 8|app: 0|req: 236/469] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:33:31 2026] POST /v2.0/subnets => generated 684 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/470] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:33:32 2026] DELETE /v2.0/security-groups/d854ec4f-34ba-493f-bde1-54d5eeeda023 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:33:32.243 8 INFO neutron.db.segments_db [None req-5ec6ce8b-0e86-473c-8b12-7ab0b7095f12 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Added segment bbd93120-186e-4f58-b01a-841a0f20e7d5 of type vxlan for network dd86a369-0186-4cbb-83c6-15c75b5f3c58 2026-06-18 04:33:32.284 7 INFO neutron.db.l3_hamode_db [None req-ef3cda92-397b-4fe4-9b7f-cc70658b1929 55c7e25be8184982b3dca13ca702e21a b5f0bb14aaec49e1a9f830a0688111f2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 04:33:32.511 8 INFO neutron.db.l3_hamode_db [None req-5ec6ce8b-0e86-473c-8b12-7ab0b7095f12 55c7e25be8184982b3dca13ca702e21a 9a78a0874a9a43688afc286d37256abc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 04:33:32.957 7 INFO neutron.db.l3_hamode_db [None req-ef3cda92-397b-4fe4-9b7f-cc70658b1929 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 04:33:33.338 8 INFO neutron.db.l3_hamode_db [None req-5ec6ce8b-0e86-473c-8b12-7ab0b7095f12 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 234/471] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:33:32 2026] POST /v2.0/routers => generated 739 bytes in 2111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:33:34.171 7 INFO neutron.db.segments_db [None req-cc269db6-9aeb-48c2-beba-3d783b24bc83 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Added segment 9a5da923-42ba-4c70-806b-a4c05f20d169 of type vxlan for network e062f528-13a4-44ab-80cf-92bff67380d8 2026-06-18 04:33:34.426 7 INFO neutron.db.l3_hamode_db [None req-cc269db6-9aeb-48c2-beba-3d783b24bc83 55c7e25be8184982b3dca13ca702e21a 403d2462feac48ccbeab3e4a6b6c2ed6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 238/472] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:33:32 2026] POST /v2.0/routers => generated 736 bytes in 2453 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:33:34.958 8 INFO neutron.db.segments_db [None req-b0888ba8-0f53-4699-9532-6aae3871b1ff 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Added segment 1098e059-961e-4608-ab22-cba4bf3da64b of type vxlan for network 0845d45c-7f6d-46e2-b160-725e98dee16b [pid: 8|app: 0|req: 239/473] 10.0.0.149 () {34 vars in 670 bytes} [Thu Jun 18 04:33:34 2026] POST /v2.0/networks => generated 728 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:33:35.144 7 INFO neutron.db.l3_hamode_db [None req-cc269db6-9aeb-48c2-beba-3d783b24bc83 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 235/474] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:33:34 2026] POST /v2.0/routers => generated 724 bytes in 1855 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/475] 10.0.0.149 () {34 vars in 782 bytes} [Thu Jun 18 04:33:35 2026] PUT /v2.0/routers/f092c269-4943-441b-93f4-b5731b82583f/add_router_interface => generated 309 bytes in 1177 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/476] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:33:36 2026] POST /v2.0/subnets => generated 694 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/477] 10.0.0.149 () {34 vars in 782 bytes} [Thu Jun 18 04:33:35 2026] PUT /v2.0/routers/4374fe7a-c54b-4091-b1da-7759bf2c5206/add_router_interface => generated 309 bytes in 1163 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:33:37.185 7 INFO neutron.db.segments_db [None req-d27bccbe-9337-412a-b8b8-bbac3044dba6 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Added segment ebf94fb0-a675-41f1-8ecf-c499383acaf8 of type vxlan for network cc8130ac-8376-47be-b623-25ad7d34e37b [pid: 8|app: 0|req: 242/478] 10.0.0.149 () {34 vars in 782 bytes} [Thu Jun 18 04:33:36 2026] PUT /v2.0/routers/ef84e2c4-3deb-49ad-b4b6-e3784b174631/add_router_interface => generated 309 bytes in 1014 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:33:37.452 7 INFO neutron.db.l3_hamode_db [None req-d27bccbe-9337-412a-b8b8-bbac3044dba6 55c7e25be8184982b3dca13ca702e21a ff23ed545e0e40dbbbd486f1e3ddb8ad - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 243/479] 10.0.0.149 () {34 vars in 684 bytes} [Thu Jun 18 04:33:37 2026] POST /v2.0/security-groups => generated 1659 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/480] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:33:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/481] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:33:37 2026] POST /v2.0/security-group-rules => generated 602 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:33:38.200 7 INFO neutron.db.l3_hamode_db [None req-d27bccbe-9337-412a-b8b8-bbac3044dba6 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 246/482] 10.0.0.149 () {34 vars in 675 bytes} [Thu Jun 18 04:33:37 2026] POST /v2.0/floatingips => generated 552 bytes in 503 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/483] 10.0.0.149 () {34 vars in 684 bytes} [Thu Jun 18 04:33:38 2026] POST /v2.0/security-groups => generated 1661 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/484] 10.0.0.4 () {38 vars in 968 bytes} [Thu Jun 18 04:33:38 2026] POST /v2.0/security-groups => generated 1686 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/485] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:33:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/486] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:33:38 2026] POST /v2.0/security-group-rules => generated 602 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/487] 10.0.0.4 () {34 vars in 1095 bytes} [Thu Jun 18 04:33:38 2026] GET /v2.0/security-groups?name=tempest-securitygroup--714720264&fields=id&tenant_id=b5f0bb14aaec49e1a9f830a0688111f2 => generated 69 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/488] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:33:37 2026] POST /v2.0/routers => generated 734 bytes in 2015 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/489] 10.0.0.4 () {34 vars in 979 bytes} [Thu Jun 18 04:33:39 2026] GET /v2.0/networks?id=85b65c74-1ed7-44a0-bba3-425281e1de4d => generated 684 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/490] 10.0.0.4 () {34 vars in 988 bytes} [Thu Jun 18 04:33:39 2026] GET /v2.0/security-groups/588b2462-afaa-4b13-b20d-26300cf17d84 => generated 1686 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/491] 10.0.0.149 () {34 vars in 675 bytes} [Thu Jun 18 04:33:38 2026] POST /v2.0/floatingips => generated 552 bytes in 557 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/492] 10.0.0.4 () {34 vars in 962 bytes} [Thu Jun 18 04:33:39 2026] GET /v2.0/quotas/b5f0bb14aaec49e1a9f830a0688111f2 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/493] 10.0.0.4 () {38 vars in 978 bytes} [Thu Jun 18 04:33:39 2026] POST /v2.0/security-group-rules => generated 614 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/494] 10.0.0.4 () {34 vars in 999 bytes} [Thu Jun 18 04:33:39 2026] GET /v2.0/ports?tenant_id=b5f0bb14aaec49e1a9f830a0688111f2&fields=id => generated 103 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/495] 10.0.0.4 () {38 vars in 968 bytes} [Thu Jun 18 04:33:39 2026] POST /v2.0/security-groups => generated 1686 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/496] 10.0.0.4 () {34 vars in 1097 bytes} [Thu Jun 18 04:33:39 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1820784916&fields=id&tenant_id=403d2462feac48ccbeab3e4a6b6c2ed6 => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/497] 10.0.0.4 () {34 vars in 979 bytes} [Thu Jun 18 04:33:39 2026] GET /v2.0/networks?id=a05afa39-4f1f-46fa-8cb3-0af4e40e4b39 => generated 669 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/498] 10.0.0.4 () {34 vars in 962 bytes} [Thu Jun 18 04:33:40 2026] GET /v2.0/quotas/403d2462feac48ccbeab3e4a6b6c2ed6 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/499] 10.0.0.4 () {34 vars in 999 bytes} [Thu Jun 18 04:33:40 2026] GET /v2.0/ports?tenant_id=403d2462feac48ccbeab3e4a6b6c2ed6&fields=id => generated 57 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/500] 10.0.0.4 () {34 vars in 904 bytes} [Thu Jun 18 04:33:40 2026] GET /v2.0/extensions => generated 21537 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/501] 10.0.0.4 () {34 vars in 1005 bytes} [Thu Jun 18 04:33:40 2026] GET /v2.0/networks/85b65c74-1ed7-44a0-bba3-425281e1de4d?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: 263/502] 10.0.0.4 () {34 vars in 1105 bytes} [Thu Jun 18 04:33:40 2026] GET /v2.0/networks/85b65c74-1ed7-44a0-bba3-425281e1de4d?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: 264/503] 10.0.0.4 () {34 vars in 988 bytes} [Thu Jun 18 04:33:40 2026] GET /v2.0/security-groups/29b1db7f-d707-44aa-9953-fcdedc3d4dc5 => generated 1686 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/504] 10.0.0.4 () {34 vars in 904 bytes} [Thu Jun 18 04:33:40 2026] GET /v2.0/extensions => generated 21537 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/505] 10.0.0.4 () {38 vars in 978 bytes} [Thu Jun 18 04:33:40 2026] POST /v2.0/security-group-rules => generated 614 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/506] 10.0.0.4 () {34 vars in 1005 bytes} [Thu Jun 18 04:33:40 2026] GET /v2.0/networks/a05afa39-4f1f-46fa-8cb3-0af4e40e4b39?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/507] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:40 2026] GET /v2.0/ports?device_id=660957bd-64f0-497c-99d2-240612768da6 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/508] 10.0.0.4 () {34 vars in 1105 bytes} [Thu Jun 18 04:33:40 2026] GET /v2.0/networks/a05afa39-4f1f-46fa-8cb3-0af4e40e4b39?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/509] 10.0.0.149 () {34 vars in 782 bytes} [Thu Jun 18 04:33:39 2026] PUT /v2.0/routers/e21a9b52-8484-42db-9611-20a6e98318b5/add_router_interface => generated 309 bytes in 1558 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/510] 10.0.0.4 () {34 vars in 988 bytes} [Thu Jun 18 04:33:40 2026] GET /v2.0/security-groups/29b1db7f-d707-44aa-9953-fcdedc3d4dc5 => generated 2311 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/511] 10.0.0.4 () {38 vars in 978 bytes} [Thu Jun 18 04:33:40 2026] POST /v2.0/security-group-rules => generated 619 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/512] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:40 2026] GET /v2.0/ports?device_id=5cc14a57-62be-425f-9028-073ca4766958 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/513] 10.0.0.4 () {34 vars in 988 bytes} [Thu Jun 18 04:33:41 2026] GET /v2.0/security-groups/29b1db7f-d707-44aa-9953-fcdedc3d4dc5 => generated 2941 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/514] 10.0.0.4 () {34 vars in 998 bytes} [Thu Jun 18 04:33:41 2026] GET /v2.0/security-group-rules/ba4c80ae-aca5-45c4-afc4-d71fe351bc7f => generated 616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/515] 10.0.0.4 () {34 vars in 988 bytes} [Thu Jun 18 04:33:41 2026] GET /v2.0/security-groups/29b1db7f-d707-44aa-9953-fcdedc3d4dc5 => generated 2941 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/516] 10.0.0.4 () {36 vars in 1020 bytes} [Thu Jun 18 04:33:41 2026] DELETE /v2.0/security-group-rules/ba4c80ae-aca5-45c4-afc4-d71fe351bc7f => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/517] 10.0.0.4 () {34 vars in 988 bytes} [Thu Jun 18 04:33:41 2026] GET /v2.0/security-groups/29b1db7f-d707-44aa-9953-fcdedc3d4dc5 => generated 2311 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/518] 10.0.0.4 () {36 vars in 1010 bytes} [Thu Jun 18 04:33:41 2026] DELETE /v2.0/security-groups/29b1db7f-d707-44aa-9953-fcdedc3d4dc5 => 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: 275/519] 10.0.0.4 () {34 vars in 988 bytes} [Thu Jun 18 04:33:41 2026] GET /v2.0/security-groups/588b2462-afaa-4b13-b20d-26300cf17d84 => generated 2311 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/520] 10.0.0.149 () {34 vars in 684 bytes} [Thu Jun 18 04:33:41 2026] POST /v2.0/security-groups => generated 1660 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/521] 10.0.0.4 () {36 vars in 1010 bytes} [Thu Jun 18 04:33:41 2026] DELETE /v2.0/security-groups/588b2462-afaa-4b13-b20d-26300cf17d84 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/522] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:33:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/523] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:33:41 2026] POST /v2.0/security-group-rules => generated 602 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/524] 10.0.0.149 () {34 vars in 675 bytes} [Thu Jun 18 04:33:41 2026] POST /v2.0/floatingips => generated 552 bytes in 545 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/525] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:42 2026] GET /v2.0/ports?device_id=660957bd-64f0-497c-99d2-240612768da6 => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/526] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:42 2026] GET /v2.0/ports?device_id=5cc14a57-62be-425f-9028-073ca4766958 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:33:42.494 8 INFO neutron_taas.services.taas.taas_plugin [None req-c2d75b4a-9fe5-4b07-8d8a-c5454738b940 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: 08aa5321-5d7b-4454-b690-21e76965e72a 2026-06-18 04:33:42.503 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2d75b4a-9fe5-4b07-8d8a-c5454738b940 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: 08aa5321-5d7b-4454-b690-21e76965e72a [pid: 8|app: 0|req: 277/527] 10.0.0.149 () {34 vars in 788 bytes} [Thu Jun 18 04:33:41 2026] PUT /v2.0/routers/4374fe7a-c54b-4091-b1da-7759bf2c5206/remove_router_interface => generated 309 bytes in 1500 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:33:43.320 7 INFO neutron_taas.services.taas.taas_plugin [None req-4cab6821-cc56-4fb9-abcf-292878725c3a 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: 00cdf2b3-3d14-4cc0-be57-ce9c87e465b0 2026-06-18 04:33:43.329 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4cab6821-cc56-4fb9-abcf-292878725c3a 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: 00cdf2b3-3d14-4cc0-be57-ce9c87e465b0 [pid: 8|app: 0|req: 278/528] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:43 2026] GET /v2.0/ports?device_id=660957bd-64f0-497c-99d2-240612768da6 => 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: 279/529] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:43 2026] GET /v2.0/ports?device_id=5cc14a57-62be-425f-9028-073ca4766958 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:33:43.667 7 INFO neutron_taas.services.taas.taas_plugin [None req-4cab6821-cc56-4fb9-abcf-292878725c3a 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: ed41a0f7-ba59-49f0-98cb-19d98bdb35bf 2026-06-18 04:33:43.670 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4cab6821-cc56-4fb9-abcf-292878725c3a 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: ed41a0f7-ba59-49f0-98cb-19d98bdb35bf 2026-06-18 04:33:43.752 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-4cab6821-cc56-4fb9-abcf-292878725c3a 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - 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-06-18 04:33:44.219 7 INFO neutron.db.l3_hamode_db [None req-4cab6821-cc56-4fb9-abcf-292878725c3a 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] HA network dd86a369-0186-4cbb-83c6-15c75b5f3c58 was deleted as no HA routers are present in tenant 9a78a0874a9a43688afc286d37256abc. [pid: 7|app: 0|req: 251/530] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:33:43 2026] DELETE /v2.0/routers/4374fe7a-c54b-4091-b1da-7759bf2c5206 => generated 0 bytes in 1124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/531] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:33:44 2026] DELETE /v2.0/subnets/3479c278-e674-4830-8305-7d1baab4c635 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:33:44.611 7 INFO neutron_taas.services.taas.taas_plugin [None req-efcc2bfb-beae-483d-93f5-c3a5239ac9de 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: 4daf7044-8b04-4e45-9229-98f38904ead4 2026-06-18 04:33:44.615 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-efcc2bfb-beae-483d-93f5-c3a5239ac9de 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: 4daf7044-8b04-4e45-9229-98f38904ead4 2026-06-18 04:33:44.620 7 INFO neutron.services.segments.plugin [-] Segment bbd93120-186e-4f58-b01a-841a0f20e7d5 resource provider aggregate not found 2026-06-18 04:33:44.625 7 INFO neutron.services.segments.plugin [-] Segment bbd93120-186e-4f58-b01a-841a0f20e7d5 resource provider aggregate not found 2026-06-18 04:33:44.653 7 INFO neutron.services.segments.plugin [-] Segment bbd93120-186e-4f58-b01a-841a0f20e7d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbd93120-186e-4f58-b01a-841a0f20e7d5 found for delete ", "request_id": "req-777439b9-c044-4b28-b25b-858a4430d8cc"}]} 2026-06-18 04:33:44.658 7 INFO neutron.services.segments.plugin [-] Segment bbd93120-186e-4f58-b01a-841a0f20e7d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbd93120-186e-4f58-b01a-841a0f20e7d5 found for delete ", "request_id": "req-dfe0ac38-b24f-4ef0-acfd-24283bae2255"}]} [pid: 8|app: 0|req: 281/532] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:44 2026] GET /v2.0/ports?device_id=5cc14a57-62be-425f-9028-073ca4766958 => 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: 282/533] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:44 2026] GET /v2.0/ports?device_id=660957bd-64f0-497c-99d2-240612768da6 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/534] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:33:44 2026] DELETE /v2.0/networks/e78c2710-55d0-4863-98ed-3500ca75efe6 => generated 0 bytes in 406 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/535] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:33:44 2026] GET /v2.0/security-groups?tenant_id=9a78a0874a9a43688afc286d37256abc&name=default => generated 2921 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/536] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:33:45 2026] DELETE /v2.0/security-groups/f5af12f7-477d-4459-9a28-d7e619d20d4e => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/539] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:33:45 2026] GET /v2.0/networks?id=85b65c74-1ed7-44a0-bba3-425281e1de4d => generated 684 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/540] 199.204.45.65 () {34 vars in 909 bytes} [Thu Jun 18 04:33:45 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/541] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:45 2026] GET /v2.0/ports?device_id=5cc14a57-62be-425f-9028-073ca4766958 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/542] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:45 2026] GET /v2.0/ports?device_id=660957bd-64f0-497c-99d2-240612768da6 => 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: 287/543] 199.204.45.65 () {34 vars in 1048 bytes} [Thu Jun 18 04:33:45 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b5f0bb14aaec49e1a9f830a0688111f2 => generated 180 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/544] 199.204.45.65 () {38 vars in 953 bytes} [Thu Jun 18 04:33:45 2026] POST /v2.0/ports => generated 954 bytes in 444 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:33:46.671 7 INFO neutron.services.segments.plugin [-] Segment 3734a96b-f14d-4549-9d0a-eb133c9f34f9 resource provider aggregate not found 2026-06-18 04:33:46.676 7 INFO neutron.services.segments.plugin [-] Segment 3734a96b-f14d-4549-9d0a-eb133c9f34f9 resource provider aggregate not found 2026-06-18 04:33:46.694 7 INFO neutron.services.segments.plugin [-] Segment 3734a96b-f14d-4549-9d0a-eb133c9f34f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3734a96b-f14d-4549-9d0a-eb133c9f34f9 found for delete ", "request_id": "req-8d95f5a2-f000-4fc6-af21-137ca7b38561"}]} 2026-06-18 04:33:46.696 7 INFO neutron.services.segments.plugin [-] Segment 3734a96b-f14d-4549-9d0a-eb133c9f34f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3734a96b-f14d-4549-9d0a-eb133c9f34f9 found for delete ", "request_id": "req-ab79434c-d24a-48b2-827a-8dd831b141b3"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 258/545] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:46 2026] GET /v2.0/ports?device_id=660957bd-64f0-497c-99d2-240612768da6 => generated 957 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/546] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:46 2026] GET /v2.0/ports?device_id=5cc14a57-62be-425f-9028-073ca4766958 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/547] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:33:46 2026] GET /v2.0/security-groups?id=ba0fb810-5d8c-416f-ab2b-96c84c5055ad&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/548] 199.204.45.65 () {38 vars in 1026 bytes} [Thu Jun 18 04:33:46 2026] PUT /v2.0/ports/4f652f60-7ed2-4d9a-80f7-e02cd37caa1f => generated 1235 bytes in 475 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: 289/549] 10.0.0.4 () {34 vars in 1095 bytes} [Thu Jun 18 04:33:47 2026] GET /v2.0/security-groups?name=tempest-securitygroup--721680906&fields=id&tenant_id=ff23ed545e0e40dbbbd486f1e3ddb8ad => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:33:47.254 7 INFO neutron.db.segments_db [None req-12be55fb-7866-4e31-b917-c5100b395b88 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Added segment 21c8fb68-95cb-4460-8091-35576947440a of type vxlan for network 147afac6-b948-47fe-8c25-6092c347dd37 [pid: 8|app: 0|req: 290/550] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:33:47 2026] GET /v2.0/networks?id=a05afa39-4f1f-46fa-8cb3-0af4e40e4b39 => generated 669 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/551] 10.0.0.4 () {34 vars in 979 bytes} [Thu Jun 18 04:33:47 2026] GET /v2.0/networks?id=0845d45c-7f6d-46e2-b160-725e98dee16b => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/552] 10.0.0.149 () {34 vars in 670 bytes} [Thu Jun 18 04:33:47 2026] POST /v2.0/networks => generated 725 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/553] 10.0.0.4 () {34 vars in 962 bytes} [Thu Jun 18 04:33:47 2026] GET /v2.0/quotas/ff23ed545e0e40dbbbd486f1e3ddb8ad => generated 292 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/554] 199.204.45.65 () {34 vars in 1048 bytes} [Thu Jun 18 04:33:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=403d2462feac48ccbeab3e4a6b6c2ed6 => generated 181 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/555] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:33:47 2026] POST /v2.0/subnets => generated 691 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/556] 10.0.0.4 () {34 vars in 999 bytes} [Thu Jun 18 04:33:47 2026] GET /v2.0/ports?tenant_id=ff23ed545e0e40dbbbd486f1e3ddb8ad&fields=id => generated 57 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:33:47.681 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bcde8cf1-d691-4378-9f45-f2480de4c4c7'] response: {'name': 'network-changed', 'server_uuid': '660957bd-64f0-497c-99d2-240612768da6', 'tag': '4f652f60-7ed2-4d9a-80f7-e02cd37caa1f', 'status': 'completed', 'code': 200} 2026-06-18 04:33:47.714 7 INFO neutron.db.segments_db [None req-1fc8b333-15f2-4e9c-b9d9-4c2a8975de99 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Added segment 1c7c9fd3-0a9a-477f-a185-6dbe850de3f4 of type vxlan for network 8eb87ecb-fa3c-4e50-be37-d8f991587be2 [pid: 8|app: 0|req: 293/557] 199.204.45.65 () {38 vars in 953 bytes} [Thu Jun 18 04:33:47 2026] POST /v2.0/ports => generated 954 bytes in 462 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: 294/558] 10.0.0.4 () {34 vars in 1005 bytes} [Thu Jun 18 04:33:47 2026] GET /v2.0/networks/0845d45c-7f6d-46e2-b160-725e98dee16b?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:33:47.954 7 INFO neutron.db.l3_hamode_db [None req-1fc8b333-15f2-4e9c-b9d9-4c2a8975de99 55c7e25be8184982b3dca13ca702e21a c5bdb5c4e50f4ece8ea5e2ab9a420993 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 295/559] 199.204.45.65 () {38 vars in 1026 bytes} [Thu Jun 18 04:33:47 2026] PUT /v2.0/ports/b2f3c0a8-ff80-4136-b465-a4656d56ddb2 => generated 1235 bytes in 423 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: 296/560] 10.0.0.4 () {34 vars in 1105 bytes} [Thu Jun 18 04:33:48 2026] GET /v2.0/networks/0845d45c-7f6d-46e2-b160-725e98dee16b?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: 297/561] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:48 2026] GET /v2.0/ports?device_id=5cc14a57-62be-425f-9028-073ca4766958 => 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: 298/562] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:33:48 2026] GET /v2.0/ports?tenant_id=b5f0bb14aaec49e1a9f830a0688111f2&device_id=660957bd-64f0-497c-99d2-240612768da6 => 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: 299/563] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:33:48 2026] GET /v2.0/security-groups?id=f641a157-27f7-45f7-a0ee-d73b0b9aeaa9&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/564] 199.204.45.65 () {34 vars in 1056 bytes} [Thu Jun 18 04:33:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=4f652f60-7ed2-4d9a-80f7-e02cd37caa1f => 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: 301/565] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:48 2026] GET /v2.0/ports?device_id=660957bd-64f0-497c-99d2-240612768da6 => generated 969 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:33:48.642 7 INFO neutron.db.l3_hamode_db [None req-1fc8b333-15f2-4e9c-b9d9-4c2a8975de99 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 302/566] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:33:48 2026] GET /v2.0/subnets?id=ed476a9c-94d9-469b-a81f-63809eb6a9e6 => generated 702 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/567] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:33:48 2026] GET /v2.0/security-groups?id=ba0fb810-5d8c-416f-ab2b-96c84c5055ad&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/568] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:48 2026] GET /v2.0/ports?device_id=2fe227a0-5b98-4cf1-ab20-45fa882a7554 => 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: 305/569] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:33:48 2026] GET /v2.0/ports?network_id=85b65c74-1ed7-44a0-bba3-425281e1de4d&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: 306/570] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:33:48 2026] GET /v2.0/networks/85b65c74-1ed7-44a0-bba3-425281e1de4d?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: 307/571] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:33:48 2026] GET /v2.0/networks/85b65c74-1ed7-44a0-bba3-425281e1de4d?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: 308/572] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:33:49 2026] GET /v2.0/ports?tenant_id=403d2462feac48ccbeab3e4a6b6c2ed6&device_id=5cc14a57-62be-425f-9028-073ca4766958 => generated 1238 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/573] 199.204.45.65 () {34 vars in 1056 bytes} [Thu Jun 18 04:33:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=b2f3c0a8-ff80-4136-b465-a4656d56ddb2 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/574] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:33:47 2026] POST /v2.0/routers => generated 731 bytes in 1759 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/575] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:33:49 2026] GET /v2.0/subnets?id=87db9b98-85c1-404c-8002-18264da3dd4b => generated 687 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/576] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:33:49 2026] GET /v2.0/ports?network_id=a05afa39-4f1f-46fa-8cb3-0af4e40e4b39&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/577] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:33:49 2026] GET /v2.0/networks/a05afa39-4f1f-46fa-8cb3-0af4e40e4b39?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: 313/578] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:33:49 2026] GET /v2.0/networks/a05afa39-4f1f-46fa-8cb3-0af4e40e4b39?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: 314/579] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:49 2026] GET /v2.0/ports?device_id=5cc14a57-62be-425f-9028-073ca4766958 => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/580] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:33:49 2026] GET /v2.0/security-groups?id=f641a157-27f7-45f7-a0ee-d73b0b9aeaa9&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:33:49.774 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bee0ce09-aa38-4a52-b832-5ddb666868ec'] response: {'name': 'network-changed', 'server_uuid': '5cc14a57-62be-425f-9028-073ca4766958', 'tag': 'b2f3c0a8-ff80-4136-b465-a4656d56ddb2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 316/581] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:49 2026] GET /v2.0/ports?device_id=660957bd-64f0-497c-99d2-240612768da6 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/582] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:49 2026] GET /v2.0/ports?device_id=2fe227a0-5b98-4cf1-ab20-45fa882a7554 => 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: 318/583] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:33:49 2026] GET /v2.0/security-groups?id=ba0fb810-5d8c-416f-ab2b-96c84c5055ad&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: 319/584] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:33:49 2026] GET /v2.0/ports?tenant_id=b5f0bb14aaec49e1a9f830a0688111f2&device_id=660957bd-64f0-497c-99d2-240612768da6 => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/585] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:33:50 2026] GET /v2.0/networks?id=85b65c74-1ed7-44a0-bba3-425281e1de4d => generated 780 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/586] 199.204.45.65 () {34 vars in 1056 bytes} [Thu Jun 18 04:33:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=4f652f60-7ed2-4d9a-80f7-e02cd37caa1f => 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: 322/587] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:33:50 2026] GET /v2.0/subnets?id=ed476a9c-94d9-469b-a81f-63809eb6a9e6 => generated 702 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/588] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:33:50 2026] GET /v2.0/ports?network_id=85b65c74-1ed7-44a0-bba3-425281e1de4d&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: 324/589] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:33:50 2026] GET /v2.0/networks/85b65c74-1ed7-44a0-bba3-425281e1de4d?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: 325/590] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:33:50 2026] GET /v2.0/networks/85b65c74-1ed7-44a0-bba3-425281e1de4d?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: 326/591] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:33:50 2026] GET /v2.0/ports?tenant_id=403d2462feac48ccbeab3e4a6b6c2ed6&device_id=5cc14a57-62be-425f-9028-073ca4766958 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/592] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:33:50 2026] GET /v2.0/networks?id=a05afa39-4f1f-46fa-8cb3-0af4e40e4b39 => generated 765 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/593] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:50 2026] GET /v2.0/ports?device_id=5cc14a57-62be-425f-9028-073ca4766958 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/594] 199.204.45.65 () {34 vars in 1056 bytes} [Thu Jun 18 04:33:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=b2f3c0a8-ff80-4136-b465-a4656d56ddb2 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/595] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:33:50 2026] GET /v2.0/security-groups?id=f641a157-27f7-45f7-a0ee-d73b0b9aeaa9&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/596] 10.0.0.149 () {34 vars in 782 bytes} [Thu Jun 18 04:33:49 2026] PUT /v2.0/routers/daee519d-2887-4455-b51a-84c9ca5efad5/add_router_interface => generated 309 bytes in 1439 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/597] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:33:50 2026] GET /v2.0/subnets?id=87db9b98-85c1-404c-8002-18264da3dd4b => generated 687 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/598] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:33:50 2026] GET /v2.0/ports?network_id=a05afa39-4f1f-46fa-8cb3-0af4e40e4b39&device_owner=network%3Adhcp => generated 1244 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/599] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:50 2026] GET /v2.0/ports?device_id=2fe227a0-5b98-4cf1-ab20-45fa882a7554 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/600] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:50 2026] GET /v2.0/ports?device_id=660957bd-64f0-497c-99d2-240612768da6 => 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: 333/601] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:33:50 2026] GET /v2.0/networks/a05afa39-4f1f-46fa-8cb3-0af4e40e4b39?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/602] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:33:51 2026] GET /v2.0/security-groups?id=ba0fb810-5d8c-416f-ab2b-96c84c5055ad&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: 334/603] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:33:51 2026] GET /v2.0/networks/a05afa39-4f1f-46fa-8cb3-0af4e40e4b39?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/604] 10.0.0.4 () {38 vars in 968 bytes} [Thu Jun 18 04:33:51 2026] POST /v2.0/security-groups => generated 1681 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/605] 10.0.0.4 () {38 vars in 968 bytes} [Thu Jun 18 04:33:51 2026] POST /v2.0/security-groups => generated 1680 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/606] 10.0.0.4 () {38 vars in 968 bytes} [Thu Jun 18 04:33:51 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) [pid: 8|app: 0|req: 336/607] 10.0.0.4 () {34 vars in 999 bytes} [Thu Jun 18 04:33:51 2026] GET /v2.0/security-groups?tenant_id=c5bdb5c4e50f4ece8ea5e2ab9a420993 => generated 7907 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/608] 10.0.0.4 () {34 vars in 988 bytes} [Thu Jun 18 04:33:51 2026] GET /v2.0/security-groups/361c80bb-86c4-4e29-9562-b1f5d7aefbba => generated 2922 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/609] 10.0.0.4 () {34 vars in 988 bytes} [Thu Jun 18 04:33:51 2026] GET /v2.0/security-groups/361c80bb-86c4-4e29-9562-b1f5d7aefbba => generated 2922 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/610] 10.0.0.4 () {34 vars in 988 bytes} [Thu Jun 18 04:33:51 2026] GET /v2.0/security-groups/984afcf8-0b2e-40cf-ba78-87d51d91a995 => generated 1681 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/611] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:51 2026] GET /v2.0/ports?device_id=5cc14a57-62be-425f-9028-073ca4766958 => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/612] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:33:52 2026] GET /v2.0/security-groups?id=f641a157-27f7-45f7-a0ee-d73b0b9aeaa9&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/613] 10.0.0.4 () {36 vars in 1010 bytes} [Thu Jun 18 04:33:52 2026] DELETE /v2.0/security-groups/984afcf8-0b2e-40cf-ba78-87d51d91a995 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/614] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:52 2026] GET /v2.0/ports?device_id=2fe227a0-5b98-4cf1-ab20-45fa882a7554 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:33:52.130 8 INFO neutron.api.v2.resource [req-c61e95d9-cd91-466c-a1dc-6ee0be6784d7 req-4db799ad-4b58-4ad4-9e14-f6fd3d90dc1a f73b06d594de4e5487b4992c0bab17ac c5bdb5c4e50f4ece8ea5e2ab9a420993 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 340/615] 10.0.0.4 () {34 vars in 988 bytes} [Thu Jun 18 04:33:52 2026] GET /v2.0/security-groups/984afcf8-0b2e-40cf-ba78-87d51d91a995 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/616] 10.0.0.4 () {34 vars in 988 bytes} [Thu Jun 18 04:33:52 2026] GET /v2.0/security-groups/2d85f40e-923f-45bc-81fe-3e44b02618d4 => generated 1680 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/617] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:52 2026] GET /v2.0/ports?device_id=660957bd-64f0-497c-99d2-240612768da6 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/618] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:33:52 2026] GET /v2.0/security-groups?id=ba0fb810-5d8c-416f-ab2b-96c84c5055ad&fields=id&fields=name => generated 113 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/619] 10.0.0.4 () {36 vars in 1010 bytes} [Thu Jun 18 04:33:52 2026] DELETE /v2.0/security-groups/2d85f40e-923f-45bc-81fe-3e44b02618d4 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:33:52.319 7 INFO neutron.api.v2.resource [req-1a69cf99-2409-47f2-b6a4-959f4320e7c9 req-b1b5d530-7f5a-46a9-bd57-0ba1a6dc75dc f73b06d594de4e5487b4992c0bab17ac c5bdb5c4e50f4ece8ea5e2ab9a420993 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 278/620] 10.0.0.4 () {34 vars in 988 bytes} [Thu Jun 18 04:33:52 2026] GET /v2.0/security-groups/2d85f40e-923f-45bc-81fe-3e44b02618d4 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/621] 10.0.0.4 () {34 vars in 988 bytes} [Thu Jun 18 04:33:52 2026] GET /v2.0/security-groups/9635bb26-c67b-4099-96aa-e568f27ac3f4 => generated 1681 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/622] 10.0.0.4 () {36 vars in 1010 bytes} [Thu Jun 18 04:33:52 2026] DELETE /v2.0/security-groups/9635bb26-c67b-4099-96aa-e568f27ac3f4 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:33:52.478 8 INFO neutron.api.v2.resource [req-ef005ba3-e520-4feb-8d9f-8c5b7563970b req-c8800b98-ab49-470d-8329-1482707b24ba f73b06d594de4e5487b4992c0bab17ac c5bdb5c4e50f4ece8ea5e2ab9a420993 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 344/623] 10.0.0.4 () {34 vars in 988 bytes} [Thu Jun 18 04:33:52 2026] GET /v2.0/security-groups/9635bb26-c67b-4099-96aa-e568f27ac3f4 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/624] 10.0.0.4 () {34 vars in 999 bytes} [Thu Jun 18 04:33:52 2026] GET /v2.0/security-groups?tenant_id=c5bdb5c4e50f4ece8ea5e2ab9a420993 => generated 2925 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/625] 10.0.0.4 () {34 vars in 988 bytes} [Thu Jun 18 04:33:52 2026] GET /v2.0/security-groups/361c80bb-86c4-4e29-9562-b1f5d7aefbba => generated 2922 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/626] 10.0.0.4 () {34 vars in 988 bytes} [Thu Jun 18 04:33:52 2026] GET /v2.0/security-groups/361c80bb-86c4-4e29-9562-b1f5d7aefbba => generated 2922 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:33:52.689 8 INFO neutron.api.v2.resource [req-5ecf76cd-5f1b-4432-8693-deb972242621 req-8ebe7745-ac50-427d-b596-686a833fcf0c f73b06d594de4e5487b4992c0bab17ac c5bdb5c4e50f4ece8ea5e2ab9a420993 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 346/627] 10.0.0.4 () {34 vars in 988 bytes} [Thu Jun 18 04:33:52 2026] GET /v2.0/security-groups/9635bb26-c67b-4099-96aa-e568f27ac3f4 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 04:33:52.725 7 INFO neutron.api.v2.resource [req-2cd0aab7-7bd6-4b25-94ac-f00471a17c51 req-5bea9a5b-6401-446d-ae03-1bf66866b951 f73b06d594de4e5487b4992c0bab17ac c5bdb5c4e50f4ece8ea5e2ab9a420993 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 282/628] 10.0.0.4 () {34 vars in 988 bytes} [Thu Jun 18 04:33:52 2026] GET /v2.0/security-groups/2d85f40e-923f-45bc-81fe-3e44b02618d4 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 04:33:52.763 8 INFO neutron.api.v2.resource [req-73a239e7-574e-421d-aca3-68220eaf6467 req-f0bd913b-87c5-441e-8492-6798d45e3bf2 f73b06d594de4e5487b4992c0bab17ac c5bdb5c4e50f4ece8ea5e2ab9a420993 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 347/629] 10.0.0.4 () {34 vars in 988 bytes} [Thu Jun 18 04:33:52 2026] GET /v2.0/security-groups/984afcf8-0b2e-40cf-ba78-87d51d91a995 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/630] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:53 2026] GET /v2.0/ports?device_id=5cc14a57-62be-425f-9028-073ca4766958 => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/631] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:53 2026] GET /v2.0/ports?device_id=2fe227a0-5b98-4cf1-ab20-45fa882a7554 => 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: 350/632] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:33:53 2026] GET /v2.0/security-groups?id=f641a157-27f7-45f7-a0ee-d73b0b9aeaa9&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/633] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:53 2026] GET /v2.0/ports?device_id=660957bd-64f0-497c-99d2-240612768da6 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/634] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:33:53 2026] GET /v2.0/networks?id=0845d45c-7f6d-46e2-b160-725e98dee16b => generated 679 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/635] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:33:53 2026] GET /v2.0/security-groups?id=ba0fb810-5d8c-416f-ab2b-96c84c5055ad&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/636] 199.204.45.65 () {34 vars in 1048 bytes} [Thu Jun 18 04:33:53 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ff23ed545e0e40dbbbd486f1e3ddb8ad => generated 180 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:33:53.566 7 INFO neutron_taas.services.taas.taas_plugin [None req-03fef042-91f8-4ad3-92a4-356ff2c21ad8 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: c4248e50-507c-4d1b-89a0-208fe82d8858 2026-06-18 04:33:53.570 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03fef042-91f8-4ad3-92a4-356ff2c21ad8 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: c4248e50-507c-4d1b-89a0-208fe82d8858 [pid: 8|app: 0|req: 355/637] 199.204.45.65 () {38 vars in 953 bytes} [Thu Jun 18 04:33:53 2026] POST /v2.0/ports => generated 958 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 283/638] 10.0.0.149 () {34 vars in 788 bytes} [Thu Jun 18 04:33:52 2026] PUT /v2.0/routers/daee519d-2887-4455-b51a-84c9ca5efad5/remove_router_interface => generated 309 bytes in 1346 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/639] 199.204.45.65 () {38 vars in 1026 bytes} [Thu Jun 18 04:33:53 2026] PUT /v2.0/ports/eec42b35-d87f-451e-95bb-0ec12f7eb664 => generated 1239 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:33:54.175 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a01fba91-f967-4ad3-994b-7dc5d060e2cb'] response: {'name': 'network-changed', 'server_uuid': '2fe227a0-5b98-4cf1-ab20-45fa882a7554', 'tag': 'eec42b35-d87f-451e-95bb-0ec12f7eb664', '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: 357/640] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:54 2026] GET /v2.0/ports?device_id=2fe227a0-5b98-4cf1-ab20-45fa882a7554 => generated 973 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/641] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:33:54 2026] GET /v2.0/security-groups?id=33dba6b6-72cd-41a4-99ae-72da69691de1&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:33:54.358 7 INFO neutron_taas.services.taas.taas_plugin [None req-652ba360-7968-49e9-8bf8-26fa65d2ba63 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: 365c13cb-2c86-446c-9bb4-fac929879aae 2026-06-18 04:33:54.368 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-652ba360-7968-49e9-8bf8-26fa65d2ba63 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: 365c13cb-2c86-446c-9bb4-fac929879aae [pid: 8|app: 0|req: 359/642] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:54 2026] GET /v2.0/ports?device_id=5cc14a57-62be-425f-9028-073ca4766958 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/643] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:33:54 2026] GET /v2.0/security-groups?id=f641a157-27f7-45f7-a0ee-d73b0b9aeaa9&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/644] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:54 2026] GET /v2.0/ports?device_id=660957bd-64f0-497c-99d2-240612768da6 => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/645] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:33:54 2026] GET /v2.0/security-groups?id=ba0fb810-5d8c-416f-ab2b-96c84c5055ad&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:33:54.660 7 INFO neutron_taas.services.taas.taas_plugin [None req-652ba360-7968-49e9-8bf8-26fa65d2ba63 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: 2e0043f7-8137-4255-844a-2b31c6695f56 2026-06-18 04:33:54.663 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-652ba360-7968-49e9-8bf8-26fa65d2ba63 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: 2e0043f7-8137-4255-844a-2b31c6695f56 [pid: 8|app: 0|req: 363/646] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:33:54 2026] GET /v2.0/ports?tenant_id=ff23ed545e0e40dbbbd486f1e3ddb8ad&device_id=2fe227a0-5b98-4cf1-ab20-45fa882a7554 => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/647] 199.204.45.65 () {34 vars in 1016 bytes} [Thu Jun 18 04:33:54 2026] GET /v2.0/networks?tenant_id=ff23ed545e0e40dbbbd486f1e3ddb8ad&shared=False => generated 775 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/648] 199.204.45.65 () {34 vars in 928 bytes} [Thu Jun 18 04:33:54 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:33:55.040 7 INFO neutron.services.segments.plugin [-] Segment 1c7c9fd3-0a9a-477f-a185-6dbe850de3f4 resource provider aggregate not found 2026-06-18 04:33:55.046 7 INFO neutron.services.segments.plugin [-] Segment 1c7c9fd3-0a9a-477f-a185-6dbe850de3f4 resource provider aggregate not found 2026-06-18 04:33:55.053 7 INFO neutron.services.segments.plugin [-] Segment 1c7c9fd3-0a9a-477f-a185-6dbe850de3f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c7c9fd3-0a9a-477f-a185-6dbe850de3f4 found for delete ", "request_id": "req-ed7487ad-8b46-4f6d-98ba-185496845730"}]} 2026-06-18 04:33:55.070 7 INFO neutron.services.segments.plugin [-] Segment 1c7c9fd3-0a9a-477f-a185-6dbe850de3f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c7c9fd3-0a9a-477f-a185-6dbe850de3f4 found for delete ", "request_id": "req-a5445478-6375-45ce-8d71-face16966abc"}]} 2026-06-18 04:33:55.075 7 INFO neutron.db.l3_hamode_db [None req-652ba360-7968-49e9-8bf8-26fa65d2ba63 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] HA network 8eb87ecb-fa3c-4e50-be37-d8f991587be2 was deleted as no HA routers are present in tenant c5bdb5c4e50f4ece8ea5e2ab9a420993. [pid: 7|app: 0|req: 284/649] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:33:54 2026] DELETE /v2.0/routers/daee519d-2887-4455-b51a-84c9ca5efad5 => generated 0 bytes in 954 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/650] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:33:55 2026] DELETE /v2.0/subnets/21c18ff9-0a34-422b-8e76-217a8a692573 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/651] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:33:55 2026] DELETE /v2.0/networks/147afac6-b948-47fe-8c25-6092c347dd37 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/652] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:55 2026] GET /v2.0/ports?device_id=2fe227a0-5b98-4cf1-ab20-45fa882a7554 => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/653] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:55 2026] GET /v2.0/ports?device_id=5cc14a57-62be-425f-9028-073ca4766958 => generated 969 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/654] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:33:55 2026] GET /v2.0/security-groups?id=33dba6b6-72cd-41a4-99ae-72da69691de1&fields=id&fields=name => generated 113 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/655] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:33:55 2026] GET /v2.0/security-groups?tenant_id=c5bdb5c4e50f4ece8ea5e2ab9a420993&name=default => generated 2925 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/656] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:33:55 2026] GET /v2.0/security-groups?id=f641a157-27f7-45f7-a0ee-d73b0b9aeaa9&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/657] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:33:55 2026] DELETE /v2.0/security-groups/361c80bb-86c4-4e29-9562-b1f5d7aefbba => 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: 370/658] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:55 2026] GET /v2.0/ports?device_id=660957bd-64f0-497c-99d2-240612768da6 => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/659] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:33:55 2026] GET /v2.0/security-groups?id=ba0fb810-5d8c-416f-ab2b-96c84c5055ad&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: 371/660] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:33:55 2026] GET /v2.0/ports?tenant_id=ff23ed545e0e40dbbbd486f1e3ddb8ad&device_id=2fe227a0-5b98-4cf1-ab20-45fa882a7554 => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/661] 199.204.45.65 () {34 vars in 1058 bytes} [Thu Jun 18 04:33:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=eec42b35-d87f-451e-95bb-0ec12f7eb664 => generated 19 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/662] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:33:55 2026] GET /v2.0/subnets?id=0a761db0-a342-4820-9925-9f4291e24c3d => generated 697 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/663] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:33:56 2026] GET /v2.0/ports?network_id=0845d45c-7f6d-46e2-b160-725e98dee16b&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: 373/664] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:33:56 2026] GET /v2.0/networks/0845d45c-7f6d-46e2-b160-725e98dee16b?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/665] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:33:56 2026] GET /v2.0/networks/0845d45c-7f6d-46e2-b160-725e98dee16b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/666] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:56 2026] GET /v2.0/ports?device_id=2fe227a0-5b98-4cf1-ab20-45fa882a7554 => generated 973 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/667] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:56 2026] GET /v2.0/ports?device_id=5cc14a57-62be-425f-9028-073ca4766958 => generated 969 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/668] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:33:56 2026] GET /v2.0/security-groups?id=33dba6b6-72cd-41a4-99ae-72da69691de1&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/669] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:33:56 2026] GET /v2.0/security-groups?id=f641a157-27f7-45f7-a0ee-d73b0b9aeaa9&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/670] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:56 2026] GET /v2.0/ports?device_id=660957bd-64f0-497c-99d2-240612768da6 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/671] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:33:56 2026] GET /v2.0/security-groups?id=ba0fb810-5d8c-416f-ab2b-96c84c5055ad&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:33:57.071 7 INFO neutron.services.segments.plugin [-] Segment 21c8fb68-95cb-4460-8091-35576947440a resource provider aggregate not found 2026-06-18 04:33:57.092 7 INFO neutron.services.segments.plugin [-] Segment 21c8fb68-95cb-4460-8091-35576947440a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21c8fb68-95cb-4460-8091-35576947440a found for delete ", "request_id": "req-481255cf-9bac-4313-9a3d-ce79b3d3ecdd"}]} 2026-06-18 04:33:57.098 7 INFO neutron.services.segments.plugin [-] Segment 21c8fb68-95cb-4460-8091-35576947440a resource provider aggregate not found 2026-06-18 04:33:57.116 7 INFO neutron.services.segments.plugin [-] Segment 21c8fb68-95cb-4460-8091-35576947440a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21c8fb68-95cb-4460-8091-35576947440a found for delete ", "request_id": "req-b840d914-d33d-4d5a-9791-6caae976aa26"}]} [pid: 7|app: 0|req: 296/672] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:57 2026] GET /v2.0/ports?device_id=2fe227a0-5b98-4cf1-ab20-45fa882a7554 => generated 973 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/673] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:57 2026] GET /v2.0/ports?device_id=5cc14a57-62be-425f-9028-073ca4766958 => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/674] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:33:57 2026] GET /v2.0/security-groups?id=33dba6b6-72cd-41a4-99ae-72da69691de1&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/675] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:33:57 2026] GET /v2.0/security-groups?id=f641a157-27f7-45f7-a0ee-d73b0b9aeaa9&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:33:58.078 8 INFO neutron.db.segments_db [None req-09d81c0f-e002-4d76-9c42-cab982817ce9 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Added segment ce6bc85a-3a5f-4304-83f6-c7a8daa69339 of type vxlan for network 94eaf32d-8e14-4d8f-a499-ddc2e9dafdb3 [pid: 7|app: 0|req: 300/676] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:58 2026] GET /v2.0/ports?device_id=660957bd-64f0-497c-99d2-240612768da6 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/677] 10.0.0.149 () {34 vars in 670 bytes} [Thu Jun 18 04:33:57 2026] POST /v2.0/networks => generated 724 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/678] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:33:58 2026] GET /v2.0/security-groups?id=ba0fb810-5d8c-416f-ab2b-96c84c5055ad&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: 378/679] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:33:58 2026] POST /v2.0/subnets => generated 690 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:33:58.487 7 INFO neutron.db.segments_db [None req-f255e8e7-e276-4e82-a8b8-0dbba8a21d79 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Added segment 9ec1be3d-7f05-4f03-a6f0-e1c6856e2f20 of type vxlan for network 5263a513-b92e-4233-b051-f0d580bcaba8 2026-06-18 04:33:58.803 7 INFO neutron.db.l3_hamode_db [None req-f255e8e7-e276-4e82-a8b8-0dbba8a21d79 55c7e25be8184982b3dca13ca702e21a a2812d24de3945d1a51793d39d597330 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 379/680] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:59 2026] GET /v2.0/ports?device_id=2fe227a0-5b98-4cf1-ab20-45fa882a7554 => generated 973 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/681] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:59 2026] GET /v2.0/ports?device_id=5cc14a57-62be-425f-9028-073ca4766958 => generated 971 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/682] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:33:59 2026] GET /v2.0/security-groups?id=33dba6b6-72cd-41a4-99ae-72da69691de1&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: 382/683] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:33:59 2026] GET /v2.0/security-groups?id=f641a157-27f7-45f7-a0ee-d73b0b9aeaa9&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: 383/684] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:59 2026] GET /v2.0/ports?device_id=660957bd-64f0-497c-99d2-240612768da6 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/685] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:33:59 2026] GET /v2.0/security-groups?id=ba0fb810-5d8c-416f-ab2b-96c84c5055ad&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: 385/686] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:33:59 2026] GET /v2.0/ports?device_id=660957bd-64f0-497c-99d2-240612768da6 => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:33:59.694 7 INFO neutron.db.l3_hamode_db [None req-f255e8e7-e276-4e82-a8b8-0dbba8a21d79 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 302/687] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:33:58 2026] POST /v2.0/routers => generated 730 bytes in 2238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/688] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:00 2026] GET /v2.0/ports?device_id=5cc14a57-62be-425f-9028-073ca4766958 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/689] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:00 2026] GET /v2.0/ports?device_id=2fe227a0-5b98-4cf1-ab20-45fa882a7554 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:34:00.749 8 INFO neutron.db.l3_db [None req-b831b663-d7fe-49a7-a936-9e62a037403f b80a06e365224cdca40411c05160ac9e b5f0bb14aaec49e1a9f830a0688111f2 - - default default] Floating IP 0937bbbd-9107-4957-b4f4-2c3554a2e35e associated. External IP: 10.96.250.203, port: 4f652f60-7ed2-4d9a-80f7-e02cd37caa1f. [pid: 8|app: 0|req: 386/692] 10.0.0.149 () {34 vars in 748 bytes} [Thu Jun 18 04:33:59 2026] PUT /v2.0/floatingips/0937bbbd-9107-4957-b4f4-2c3554a2e35e => generated 855 bytes in 1447 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/693] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:01 2026] GET /v2.0/security-groups?id=f641a157-27f7-45f7-a0ee-d73b0b9aeaa9&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/694] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:01 2026] GET /v2.0/security-groups?id=33dba6b6-72cd-41a4-99ae-72da69691de1&fields=id&fields=name => generated 113 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:34:01.193 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-33d0a6ae-2a22-4d94-b66a-2a11a4ec7724'] response: {'name': 'network-changed', 'server_uuid': '660957bd-64f0-497c-99d2-240612768da6', 'tag': '4f652f60-7ed2-4d9a-80f7-e02cd37caa1f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 389/695] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:01 2026] GET /v2.0/ports?device_id=660957bd-64f0-497c-99d2-240612768da6 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/696] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:01 2026] GET /v2.0/security-groups?id=ba0fb810-5d8c-416f-ab2b-96c84c5055ad&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: 8|app: 0|req: 391/697] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:34:01 2026] GET /v2.0/ports?tenant_id=b5f0bb14aaec49e1a9f830a0688111f2&device_id=660957bd-64f0-497c-99d2-240612768da6 => 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: 392/698] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:34:01 2026] GET /v2.0/networks?id=85b65c74-1ed7-44a0-bba3-425281e1de4d => generated 780 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/699] 199.204.45.65 () {34 vars in 1056 bytes} [Thu Jun 18 04:34:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=4f652f60-7ed2-4d9a-80f7-e02cd37caa1f => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/700] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:34:01 2026] GET /v2.0/subnets?id=ed476a9c-94d9-469b-a81f-63809eb6a9e6 => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/701] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:34:01 2026] GET /v2.0/ports?network_id=85b65c74-1ed7-44a0-bba3-425281e1de4d&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: 396/702] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:34:01 2026] GET /v2.0/networks/85b65c74-1ed7-44a0-bba3-425281e1de4d?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/703] 10.0.0.149 () {34 vars in 782 bytes} [Thu Jun 18 04:34:00 2026] PUT /v2.0/routers/2f41ab15-fcf6-4d43-ae38-ead9b9c162b7/add_router_interface => generated 309 bytes in 1301 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/704] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:34:02 2026] GET /v2.0/networks/85b65c74-1ed7-44a0-bba3-425281e1de4d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/705] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:02 2026] GET /v2.0/ports?device_id=5cc14a57-62be-425f-9028-073ca4766958 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/706] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:02 2026] GET /v2.0/ports?device_id=2fe227a0-5b98-4cf1-ab20-45fa882a7554 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/707] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:02 2026] GET /v2.0/security-groups?id=f641a157-27f7-45f7-a0ee-d73b0b9aeaa9&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/708] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:02 2026] GET /v2.0/security-groups?id=33dba6b6-72cd-41a4-99ae-72da69691de1&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/709] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:02 2026] GET /v2.0/ports?device_id=5cc14a57-62be-425f-9028-073ca4766958 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/710] 10.0.0.149 () {34 vars in 684 bytes} [Thu Jun 18 04:34:02 2026] POST /v2.0/security-groups => generated 1660 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/711] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:34:02 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) 2026-06-18 04:34:02.953 8 INFO neutron.db.l3_db [None req-287d6e92-850d-4ed9-bca1-475215d0539a 112d7cd6dd894f989bfb39827e4c0d65 403d2462feac48ccbeab3e4a6b6c2ed6 - - default default] Floating IP fcbece24-c387-4e2a-8e27-5ded901577c9 associated. External IP: 10.96.250.216, port: b2f3c0a8-ff80-4136-b465-a4656d56ddb2. [pid: 7|app: 0|req: 313/712] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:34:02 2026] POST /v2.0/security-group-rules => generated 602 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/713] 10.0.0.149 () {34 vars in 748 bytes} [Thu Jun 18 04:34:02 2026] PUT /v2.0/floatingips/fcbece24-c387-4e2a-8e27-5ded901577c9 => generated 855 bytes in 813 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:34:03.345 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-339d8b44-1d4f-4d63-8b8b-c8f4a915c22c'] response: {'name': 'network-changed', 'server_uuid': '5cc14a57-62be-425f-9028-073ca4766958', 'tag': 'b2f3c0a8-ff80-4136-b465-a4656d56ddb2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 401/714] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:03 2026] GET /v2.0/ports?device_id=5cc14a57-62be-425f-9028-073ca4766958 => 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: 402/715] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:03 2026] GET /v2.0/security-groups?id=f641a157-27f7-45f7-a0ee-d73b0b9aeaa9&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/716] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:03 2026] GET /v2.0/ports?device_id=2fe227a0-5b98-4cf1-ab20-45fa882a7554 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/717] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:03 2026] GET /v2.0/security-groups?id=33dba6b6-72cd-41a4-99ae-72da69691de1&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: 7|app: 0|req: 314/718] 10.0.0.149 () {34 vars in 675 bytes} [Thu Jun 18 04:34:03 2026] POST /v2.0/floatingips => generated 552 bytes in 712 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/719] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:03 2026] GET /v2.0/ports?device_id=5cc14a57-62be-425f-9028-073ca4766958 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/720] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:34:03 2026] GET /v2.0/ports?tenant_id=403d2462feac48ccbeab3e4a6b6c2ed6&device_id=5cc14a57-62be-425f-9028-073ca4766958 => generated 1240 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/721] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:03 2026] GET /v2.0/security-groups?id=f641a157-27f7-45f7-a0ee-d73b0b9aeaa9&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/722] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:34:03 2026] GET /v2.0/networks?id=a05afa39-4f1f-46fa-8cb3-0af4e40e4b39 => generated 765 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/723] 199.204.45.65 () {34 vars in 1056 bytes} [Thu Jun 18 04:34:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=b2f3c0a8-ff80-4136-b465-a4656d56ddb2 => generated 858 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/724] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:34:04 2026] GET /v2.0/subnets?id=87db9b98-85c1-404c-8002-18264da3dd4b => generated 687 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/725] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:34:04 2026] GET /v2.0/ports?network_id=a05afa39-4f1f-46fa-8cb3-0af4e40e4b39&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/726] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:34:04 2026] GET /v2.0/networks/a05afa39-4f1f-46fa-8cb3-0af4e40e4b39?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/727] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:34:04 2026] GET /v2.0/networks/a05afa39-4f1f-46fa-8cb3-0af4e40e4b39?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/728] 10.0.0.4 () {34 vars in 1097 bytes} [Thu Jun 18 04:34:04 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1922358922&fields=id&tenant_id=a2812d24de3945d1a51793d39d597330 => generated 69 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/729] 10.0.0.4 () {34 vars in 979 bytes} [Thu Jun 18 04:34:04 2026] GET /v2.0/networks?id=94eaf32d-8e14-4d8f-a499-ddc2e9dafdb3 => generated 675 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/730] 10.0.0.4 () {34 vars in 962 bytes} [Thu Jun 18 04:34:04 2026] GET /v2.0/quotas/a2812d24de3945d1a51793d39d597330 => generated 292 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/731] 10.0.0.4 () {34 vars in 999 bytes} [Thu Jun 18 04:34:04 2026] GET /v2.0/ports?tenant_id=a2812d24de3945d1a51793d39d597330&fields=id => generated 57 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/732] 10.0.0.4 () {34 vars in 1005 bytes} [Thu Jun 18 04:34:04 2026] GET /v2.0/networks/94eaf32d-8e14-4d8f-a499-ddc2e9dafdb3?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/733] 10.0.0.4 () {34 vars in 1105 bytes} [Thu Jun 18 04:34:04 2026] GET /v2.0/networks/94eaf32d-8e14-4d8f-a499-ddc2e9dafdb3?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: 412/734] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:04 2026] GET /v2.0/ports?device_id=2fe227a0-5b98-4cf1-ab20-45fa882a7554 => generated 975 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/735] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:04 2026] GET /v2.0/security-groups?id=33dba6b6-72cd-41a4-99ae-72da69691de1&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: 413/736] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:04 2026] GET /v2.0/ports?device_id=f453d437-1f26-4434-8062-62f34a606cd4 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/737] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:04 2026] GET /v2.0/ports?device_id=2fe227a0-5b98-4cf1-ab20-45fa882a7554 => generated 975 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/738] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:05 2026] GET /v2.0/ports?device_id=5cc14a57-62be-425f-9028-073ca4766958 => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/739] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:05 2026] GET /v2.0/security-groups?id=f641a157-27f7-45f7-a0ee-d73b0b9aeaa9&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:34:05.394 8 INFO neutron.db.l3_db [None req-f3b7c8f1-4b6f-4030-80df-890b2481af47 9969db263daf45179a9c832bdd150752 ff23ed545e0e40dbbbd486f1e3ddb8ad - - default default] Floating IP f667ab48-6cde-4b36-9863-dd4b532b6792 associated. External IP: 10.96.250.206, port: eec42b35-d87f-451e-95bb-0ec12f7eb664. [pid: 8|app: 0|req: 414/740] 10.0.0.149 () {34 vars in 748 bytes} [Thu Jun 18 04:34:05 2026] PUT /v2.0/floatingips/f667ab48-6cde-4b36-9863-dd4b532b6792 => generated 856 bytes in 733 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:34:05.794 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d1e0e340-fcec-4733-b2a0-50e06fc313f1'] response: {'name': 'network-changed', 'server_uuid': '2fe227a0-5b98-4cf1-ab20-45fa882a7554', 'tag': 'eec42b35-d87f-451e-95bb-0ec12f7eb664', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 327/741] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:05 2026] GET /v2.0/ports?device_id=2fe227a0-5b98-4cf1-ab20-45fa882a7554 => 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: 415/742] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:05 2026] GET /v2.0/security-groups?id=33dba6b6-72cd-41a4-99ae-72da69691de1&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/743] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:05 2026] GET /v2.0/ports?device_id=f453d437-1f26-4434-8062-62f34a606cd4 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/744] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:06 2026] GET /v2.0/ports?device_id=2fe227a0-5b98-4cf1-ab20-45fa882a7554 => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/745] 199.204.45.65 () {34 vars in 992 bytes} [Thu Jun 18 04:34:06 2026] GET /v2.0/ports?device_id=5cc14a57-62be-425f-9028-073ca4766958 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/746] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:06 2026] GET /v2.0/security-groups?id=33dba6b6-72cd-41a4-99ae-72da69691de1&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: 418/747] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:34:06 2026] GET /v2.0/ports?tenant_id=ff23ed545e0e40dbbbd486f1e3ddb8ad&device_id=2fe227a0-5b98-4cf1-ab20-45fa882a7554 => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/748] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:06 2026] GET /v2.0/ports?device_id=5cc14a57-62be-425f-9028-073ca4766958 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/749] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:34:06 2026] GET /v2.0/networks?id=0845d45c-7f6d-46e2-b160-725e98dee16b => generated 775 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/750] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:06 2026] GET /v2.0/security-groups?id=f641a157-27f7-45f7-a0ee-d73b0b9aeaa9&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:34:06.517 8 INFO neutron_taas.services.taas.taas_plugin [req-87e7c115-7a16-4182-b06f-04e5edd5e2ab req-6fa30ff3-b0cd-437f-b5e7-df667e51d7d8 112d7cd6dd894f989bfb39827e4c0d65 403d2462feac48ccbeab3e4a6b6c2ed6 - - default default] TaaS: Handle Delete Port: b2f3c0a8-ff80-4136-b465-a4656d56ddb2 2026-06-18 04:34:06.522 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-87e7c115-7a16-4182-b06f-04e5edd5e2ab req-6fa30ff3-b0cd-437f-b5e7-df667e51d7d8 112d7cd6dd894f989bfb39827e4c0d65 403d2462feac48ccbeab3e4a6b6c2ed6 - - default default] Tap Mirror: Handle Delete Port: b2f3c0a8-ff80-4136-b465-a4656d56ddb2 [pid: 7|app: 0|req: 333/751] 199.204.45.65 () {34 vars in 1058 bytes} [Thu Jun 18 04:34:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=eec42b35-d87f-451e-95bb-0ec12f7eb664 => generated 859 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/752] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:34:06 2026] GET /v2.0/subnets?id=0a761db0-a342-4820-9925-9f4291e24c3d => generated 697 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/753] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:34:06 2026] GET /v2.0/ports?network_id=0845d45c-7f6d-46e2-b160-725e98dee16b&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/754] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:34:06 2026] GET /v2.0/networks/0845d45c-7f6d-46e2-b160-725e98dee16b?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:34:06.721 8 INFO neutron.db.l3_db [req-87e7c115-7a16-4182-b06f-04e5edd5e2ab req-6fa30ff3-b0cd-437f-b5e7-df667e51d7d8 112d7cd6dd894f989bfb39827e4c0d65 403d2462feac48ccbeab3e4a6b6c2ed6 - - default default] Floating IP fcbece24-c387-4e2a-8e27-5ded901577c9 disassociated. External IP: 10.96.250.216, port: b2f3c0a8-ff80-4136-b465-a4656d56ddb2. [pid: 7|app: 0|req: 337/755] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:34:06 2026] GET /v2.0/networks/0845d45c-7f6d-46e2-b160-725e98dee16b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/756] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:07 2026] GET /v2.0/ports?device_id=f453d437-1f26-4434-8062-62f34a606cd4 => 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: 419/757] 199.204.45.65 () {36 vars in 995 bytes} [Thu Jun 18 04:34:06 2026] DELETE /v2.0/ports/b2f3c0a8-ff80-4136-b465-a4656d56ddb2 => generated 0 bytes in 842 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/758] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:07 2026] GET /v2.0/ports?device_id=2fe227a0-5b98-4cf1-ab20-45fa882a7554 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/759] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:07 2026] GET /v2.0/security-groups?id=33dba6b6-72cd-41a4-99ae-72da69691de1&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/760] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:07 2026] GET /v2.0/ports?device_id=5cc14a57-62be-425f-9028-073ca4766958 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:34:07.832 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-73b99b4c-573f-417f-be46-bd282d53681c'] response: {'server_uuid': '5cc14a57-62be-425f-9028-073ca4766958', 'name': 'network-vif-deleted', 'tag': 'b2f3c0a8-ff80-4136-b465-a4656d56ddb2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 421/761] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:08 2026] GET /v2.0/ports?device_id=f453d437-1f26-4434-8062-62f34a606cd4 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/762] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:08 2026] GET /v2.0/ports?device_id=2fe227a0-5b98-4cf1-ab20-45fa882a7554 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/763] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:08 2026] GET /v2.0/security-groups?id=33dba6b6-72cd-41a4-99ae-72da69691de1&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: 422/764] 199.204.45.65 () {34 vars in 992 bytes} [Thu Jun 18 04:34:08 2026] GET /v2.0/ports?device_id=2fe227a0-5b98-4cf1-ab20-45fa882a7554 => generated 975 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/765] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:08 2026] GET /v2.0/ports?device_id=5cc14a57-62be-425f-9028-073ca4766958 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:34:08.879 7 INFO neutron_taas.services.taas.taas_plugin [req-4ce89592-45d7-4dfc-be7d-62068f938808 req-08809596-75b0-424f-accb-b401d4dbe143 9969db263daf45179a9c832bdd150752 ff23ed545e0e40dbbbd486f1e3ddb8ad - - default default] TaaS: Handle Delete Port: eec42b35-d87f-451e-95bb-0ec12f7eb664 2026-06-18 04:34:08.887 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4ce89592-45d7-4dfc-be7d-62068f938808 req-08809596-75b0-424f-accb-b401d4dbe143 9969db263daf45179a9c832bdd150752 ff23ed545e0e40dbbbd486f1e3ddb8ad - - default default] Tap Mirror: Handle Delete Port: eec42b35-d87f-451e-95bb-0ec12f7eb664 2026-06-18 04:34:09.139 7 INFO neutron.db.l3_db [req-4ce89592-45d7-4dfc-be7d-62068f938808 req-08809596-75b0-424f-accb-b401d4dbe143 9969db263daf45179a9c832bdd150752 ff23ed545e0e40dbbbd486f1e3ddb8ad - - default default] Floating IP f667ab48-6cde-4b36-9863-dd4b532b6792 disassociated. External IP: 10.96.250.206, port: eec42b35-d87f-451e-95bb-0ec12f7eb664. [pid: 8|app: 0|req: 424/766] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:09 2026] GET /v2.0/ports?device_id=f453d437-1f26-4434-8062-62f34a606cd4 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/767] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:34:09 2026] GET /v2.0/networks?id=94eaf32d-8e14-4d8f-a499-ddc2e9dafdb3 => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/768] 199.204.45.65 () {34 vars in 1048 bytes} [Thu Jun 18 04:34:09 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a2812d24de3945d1a51793d39d597330 => generated 181 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/769] 199.204.45.65 () {36 vars in 995 bytes} [Thu Jun 18 04:34:08 2026] DELETE /v2.0/ports/eec42b35-d87f-451e-95bb-0ec12f7eb664 => generated 0 bytes in 885 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/770] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:09 2026] GET /v2.0/ports?device_id=2fe227a0-5b98-4cf1-ab20-45fa882a7554 => 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: 427/771] 199.204.45.65 () {38 vars in 953 bytes} [Thu Jun 18 04:34:09 2026] POST /v2.0/ports => generated 954 bytes in 433 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: 428/772] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:09 2026] GET /v2.0/ports?device_id=5cc14a57-62be-425f-9028-073ca4766958 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/773] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jun 18 04:34:09 2026] GET /v2.0/ports?device_id=660957bd-64f0-497c-99d2-240612768da6 => generated 1240 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:34:10.013 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-81012f4b-4889-4fbe-896b-051a2ff2d05a'] response: {'server_uuid': '2fe227a0-5b98-4cf1-ab20-45fa882a7554', 'name': 'network-vif-deleted', 'tag': 'eec42b35-d87f-451e-95bb-0ec12f7eb664', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 346/774] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jun 18 04:34:09 2026] GET /v2.0/security-groups?id=ba0fb810-5d8c-416f-ab2b-96c84c5055ad&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/775] 199.204.45.65 () {38 vars in 1026 bytes} [Thu Jun 18 04:34:09 2026] PUT /v2.0/ports/f5bd41af-f7c3-403d-9bc7-884a361107c9 => generated 1235 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:34:10.308 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c38ad78d-b173-4f6a-a46c-028a5b846c15'] response: {'name': 'network-changed', 'server_uuid': 'f453d437-1f26-4434-8062-62f34a606cd4', 'tag': 'f5bd41af-f7c3-403d-9bc7-884a361107c9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 347/776] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:10 2026] GET /v2.0/ports?device_id=f453d437-1f26-4434-8062-62f34a606cd4 => generated 969 bytes in 101 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: 430/777] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:10 2026] GET /v2.0/security-groups?id=4317557f-7cc1-485d-8d3e-5b9b963dbb1b&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/778] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:10 2026] GET /v2.0/ports?device_id=2fe227a0-5b98-4cf1-ab20-45fa882a7554 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/779] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:34:10 2026] GET /v2.0/ports?tenant_id=a2812d24de3945d1a51793d39d597330&device_id=f453d437-1f26-4434-8062-62f34a606cd4 => generated 1238 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/780] 199.204.45.65 () {34 vars in 1016 bytes} [Thu Jun 18 04:34:10 2026] GET /v2.0/networks?tenant_id=a2812d24de3945d1a51793d39d597330&shared=False => generated 771 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/781] 199.204.45.65 () {34 vars in 928 bytes} [Thu Jun 18 04:34:10 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: 433/782] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:34:10 2026] DELETE /v2.0/security-groups/f641a157-27f7-45f7-a0ee-d73b0b9aeaa9 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:34:11.076 7 INFO neutron.api.v2.resource [None req-ea00cb2a-ec42-4384-85fb-056c5bfc25eb 112d7cd6dd894f989bfb39827e4c0d65 403d2462feac48ccbeab3e4a6b6c2ed6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 350/783] 10.0.0.149 () {32 vars in 736 bytes} [Thu Jun 18 04:34:11 2026] GET /v2.0/security-groups/f641a157-27f7-45f7-a0ee-d73b0b9aeaa9 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 04:34:11.218 8 INFO neutron_taas.services.taas.taas_plugin [None req-305c278b-2af1-426e-a277-c7a258bda957 112d7cd6dd894f989bfb39827e4c0d65 403d2462feac48ccbeab3e4a6b6c2ed6 - - default default] TaaS: Handle Delete Port: 27c9ad0d-cf46-47b8-a838-2601c8e4833d 2026-06-18 04:34:11.220 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-305c278b-2af1-426e-a277-c7a258bda957 112d7cd6dd894f989bfb39827e4c0d65 403d2462feac48ccbeab3e4a6b6c2ed6 - - default default] Tap Mirror: Handle Delete Port: 27c9ad0d-cf46-47b8-a838-2601c8e4833d [pid: 8|app: 0|req: 434/784] 10.0.0.149 () {32 vars in 731 bytes} [Thu Jun 18 04:34:11 2026] DELETE /v2.0/floatingips/fcbece24-c387-4e2a-8e27-5ded901577c9 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/785] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:11 2026] GET /v2.0/ports?device_id=f453d437-1f26-4434-8062-62f34a606cd4 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/786] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:11 2026] GET /v2.0/security-groups?id=4317557f-7cc1-485d-8d3e-5b9b963dbb1b&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:34:11.766 7 INFO neutron_taas.services.taas.taas_plugin [None req-8b66a287-003b-4330-9d2c-4bd0876a764f 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: 685aa05a-ad55-46a8-9cc0-c313086e6033 2026-06-18 04:34:11.769 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b66a287-003b-4330-9d2c-4bd0876a764f 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: 685aa05a-ad55-46a8-9cc0-c313086e6033 [pid: 8|app: 0|req: 437/787] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:11 2026] GET /v2.0/ports?device_id=2fe227a0-5b98-4cf1-ab20-45fa882a7554 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/788] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:34:11 2026] GET /v2.0/ports?tenant_id=a2812d24de3945d1a51793d39d597330&device_id=f453d437-1f26-4434-8062-62f34a606cd4 => generated 1238 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/789] 199.204.45.65 () {34 vars in 1056 bytes} [Thu Jun 18 04:34:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=f5bd41af-f7c3-403d-9bc7-884a361107c9 => 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: 440/790] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:34:12 2026] GET /v2.0/subnets?id=e73efa4b-a45f-4e69-b015-4fe20473bf9d => generated 693 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/791] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:34:12 2026] GET /v2.0/ports?network_id=94eaf32d-8e14-4d8f-a499-ddc2e9dafdb3&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/792] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:34:12 2026] GET /v2.0/networks/94eaf32d-8e14-4d8f-a499-ddc2e9dafdb3?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: 443/793] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:34:12 2026] GET /v2.0/networks/94eaf32d-8e14-4d8f-a499-ddc2e9dafdb3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/794] 10.0.0.149 () {34 vars in 788 bytes} [Thu Jun 18 04:34:11 2026] PUT /v2.0/routers/ef84e2c4-3deb-49ad-b4b6-e3784b174631/remove_router_interface => generated 309 bytes in 1422 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/795] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:12 2026] GET /v2.0/ports?device_id=f453d437-1f26-4434-8062-62f34a606cd4 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/796] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:12 2026] GET /v2.0/security-groups?id=4317557f-7cc1-485d-8d3e-5b9b963dbb1b&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:34:13.011 8 INFO neutron_taas.services.taas.taas_plugin [None req-1fb2e9b7-90ab-4eec-9a3e-6759d5b5b52a 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: ff4d6097-7ba1-4741-94f5-cdd2c2da4e07 2026-06-18 04:34:13.019 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1fb2e9b7-90ab-4eec-9a3e-6759d5b5b52a 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: ff4d6097-7ba1-4741-94f5-cdd2c2da4e07 [pid: 7|app: 0|req: 354/797] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:13 2026] GET /v2.0/ports?device_id=2fe227a0-5b98-4cf1-ab20-45fa882a7554 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:34:13.234 8 INFO neutron_taas.services.taas.taas_plugin [None req-1fb2e9b7-90ab-4eec-9a3e-6759d5b5b52a 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: 99678160-43d1-477d-9d51-fad0b62164cf 2026-06-18 04:34:13.236 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1fb2e9b7-90ab-4eec-9a3e-6759d5b5b52a 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: 99678160-43d1-477d-9d51-fad0b62164cf 2026-06-18 04:34:13.296 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-1fb2e9b7-90ab-4eec-9a3e-6759d5b5b52a 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - 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-06-18 04:34:13.695 8 INFO neutron.db.l3_hamode_db [None req-1fb2e9b7-90ab-4eec-9a3e-6759d5b5b52a 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] HA network e062f528-13a4-44ab-80cf-92bff67380d8 was deleted as no HA routers are present in tenant 403d2462feac48ccbeab3e4a6b6c2ed6. [pid: 8|app: 0|req: 444/798] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:34:12 2026] DELETE /v2.0/routers/ef84e2c4-3deb-49ad-b4b6-e3784b174631 => generated 0 bytes in 918 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/799] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:34:13 2026] DELETE /v2.0/subnets/87db9b98-85c1-404c-8002-18264da3dd4b => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/800] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:13 2026] GET /v2.0/ports?device_id=f453d437-1f26-4434-8062-62f34a606cd4 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:34:14.025 8 INFO neutron_taas.services.taas.taas_plugin [None req-90b5f758-eb51-4b40-b288-60837e78be22 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: a2e844d1-baa5-4410-8ad4-6aba2a26ae37 2026-06-18 04:34:14.032 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90b5f758-eb51-4b40-b288-60837e78be22 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: a2e844d1-baa5-4410-8ad4-6aba2a26ae37 [pid: 7|app: 0|req: 357/801] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:14 2026] GET /v2.0/security-groups?id=4317557f-7cc1-485d-8d3e-5b9b963dbb1b&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:34:14.082 8 INFO neutron.services.segments.plugin [-] Segment 9a5da923-42ba-4c70-806b-a4c05f20d169 resource provider aggregate not found 2026-06-18 04:34:14.099 8 INFO neutron.services.segments.plugin [-] Segment 9a5da923-42ba-4c70-806b-a4c05f20d169 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a5da923-42ba-4c70-806b-a4c05f20d169 found for delete ", "request_id": "req-8168ef7d-7977-477b-83b8-7de483418cc6"}]} 2026-06-18 04:34:14.108 8 INFO neutron.services.segments.plugin [-] Segment 9a5da923-42ba-4c70-806b-a4c05f20d169 resource provider aggregate not found 2026-06-18 04:34:14.134 8 INFO neutron.services.segments.plugin [-] Segment 9a5da923-42ba-4c70-806b-a4c05f20d169 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a5da923-42ba-4c70-806b-a4c05f20d169 found for delete ", "request_id": "req-5c1acf0c-726c-445c-9b3f-84bf1672e19e"}]} [pid: 8|app: 0|req: 445/802] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:34:13 2026] DELETE /v2.0/networks/a05afa39-4f1f-46fa-8cb3-0af4e40e4b39 => generated 0 bytes in 380 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/803] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:34:14 2026] DELETE /v2.0/security-groups/33dba6b6-72cd-41a4-99ae-72da69691de1 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:34:14.351 8 INFO neutron.api.v2.resource [None req-fd1f188c-c9ca-4388-8d89-5b2fa015c7b3 9969db263daf45179a9c832bdd150752 ff23ed545e0e40dbbbd486f1e3ddb8ad - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 446/804] 10.0.0.149 () {32 vars in 736 bytes} [Thu Jun 18 04:34:14 2026] GET /v2.0/security-groups/33dba6b6-72cd-41a4-99ae-72da69691de1 => generated 146 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/805] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:34:14 2026] GET /v2.0/security-groups?tenant_id=403d2462feac48ccbeab3e4a6b6c2ed6&name=default => generated 2921 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:34:14.488 7 INFO neutron_taas.services.taas.taas_plugin [None req-33260de5-1dce-45f7-819c-d78957217190 9969db263daf45179a9c832bdd150752 ff23ed545e0e40dbbbd486f1e3ddb8ad - - default default] TaaS: Handle Delete Port: 8bf89d8e-c44a-4ee9-90c1-bdd45018b5ba 2026-06-18 04:34:14.492 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33260de5-1dce-45f7-819c-d78957217190 9969db263daf45179a9c832bdd150752 ff23ed545e0e40dbbbd486f1e3ddb8ad - - default default] Tap Mirror: Handle Delete Port: 8bf89d8e-c44a-4ee9-90c1-bdd45018b5ba [pid: 8|app: 0|req: 448/806] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:34:14 2026] DELETE /v2.0/security-groups/a515778a-190c-406b-bc75-2567d2bbc610 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/807] 10.0.0.149 () {32 vars in 731 bytes} [Thu Jun 18 04:34:14 2026] DELETE /v2.0/floatingips/f667ab48-6cde-4b36-9863-dd4b532b6792 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:34:15.081 8 INFO neutron_taas.services.taas.taas_plugin [None req-694bbb19-e226-4064-86e3-f73eacc51afb 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: 1b77085b-bbec-41ca-b6cf-471936c39047 2026-06-18 04:34:15.083 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-694bbb19-e226-4064-86e3-f73eacc51afb 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: 1b77085b-bbec-41ca-b6cf-471936c39047 [pid: 7|app: 0|req: 360/808] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:15 2026] GET /v2.0/ports?device_id=f453d437-1f26-4434-8062-62f34a606cd4 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/809] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:15 2026] GET /v2.0/security-groups?id=4317557f-7cc1-485d-8d3e-5b9b963dbb1b&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/812] 10.0.0.149 () {34 vars in 788 bytes} [Thu Jun 18 04:34:14 2026] PUT /v2.0/routers/e21a9b52-8484-42db-9611-20a6e98318b5/remove_router_interface => generated 309 bytes in 1182 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:34:16.096 7 INFO neutron_taas.services.taas.taas_plugin [None req-b8dec53a-5f83-40e5-a072-3df274843f62 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: 54466c69-96d4-40f8-8e16-462f4d6a77b1 2026-06-18 04:34:16.100 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8dec53a-5f83-40e5-a072-3df274843f62 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: 54466c69-96d4-40f8-8e16-462f4d6a77b1 2026-06-18 04:34:16.125 8 INFO neutron.services.segments.plugin [-] Segment 889635f3-2c0f-40e0-b92d-a05f7379ddc8 resource provider aggregate not found 2026-06-18 04:34:16.154 8 INFO neutron.services.segments.plugin [-] Segment 889635f3-2c0f-40e0-b92d-a05f7379ddc8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 889635f3-2c0f-40e0-b92d-a05f7379ddc8 found for delete ", "request_id": "req-91e9edce-a5f6-4a98-9009-d0931e836839"}]} 2026-06-18 04:34:16.156 8 INFO neutron.services.segments.plugin [-] Segment 889635f3-2c0f-40e0-b92d-a05f7379ddc8 resource provider aggregate not found 2026-06-18 04:34:16.182 8 INFO neutron.services.segments.plugin [-] Segment 889635f3-2c0f-40e0-b92d-a05f7379ddc8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 889635f3-2c0f-40e0-b92d-a05f7379ddc8 found for delete ", "request_id": "req-f915e686-b23a-4813-b4e3-a0c35286c3ee"}]} [pid: 8|app: 0|req: 450/813] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:16 2026] GET /v2.0/ports?device_id=f453d437-1f26-4434-8062-62f34a606cd4 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/814] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:16 2026] GET /v2.0/security-groups?id=4317557f-7cc1-485d-8d3e-5b9b963dbb1b&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:34:16.494 7 INFO neutron_taas.services.taas.taas_plugin [None req-b8dec53a-5f83-40e5-a072-3df274843f62 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: 35a86a15-6d17-4211-aa61-f757505ba8dc 2026-06-18 04:34:16.499 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8dec53a-5f83-40e5-a072-3df274843f62 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: 35a86a15-6d17-4211-aa61-f757505ba8dc 2026-06-18 04:34:16.908 8 INFO neutron.db.segments_db [None req-75ea7f99-d541-40c3-9c2c-7b063f3492fd 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Added segment 42f6f08a-2642-4455-a3f9-97e2c4a38a6d of type vxlan for network 74032534-f98a-48a4-8205-9cfa5cc00beb 2026-06-18 04:34:16.957 7 INFO neutron.services.segments.plugin [-] Segment ebf94fb0-a675-41f1-8ecf-c499383acaf8 resource provider aggregate not found 2026-06-18 04:34:16.965 7 INFO neutron.services.segments.plugin [-] Segment ebf94fb0-a675-41f1-8ecf-c499383acaf8 resource provider aggregate not found 2026-06-18 04:34:16.996 7 INFO neutron.services.segments.plugin [-] Segment ebf94fb0-a675-41f1-8ecf-c499383acaf8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebf94fb0-a675-41f1-8ecf-c499383acaf8 found for delete ", "request_id": "req-dd6aa658-3834-4f3f-998f-32f14fe17b47"}]} 2026-06-18 04:34:16.997 7 INFO neutron.services.segments.plugin [-] Segment ebf94fb0-a675-41f1-8ecf-c499383acaf8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebf94fb0-a675-41f1-8ecf-c499383acaf8 found for delete ", "request_id": "req-e42c2f82-9735-4fca-919b-0c574f44a22c"}]} 2026-06-18 04:34:17.024 7 INFO neutron.db.l3_hamode_db [None req-b8dec53a-5f83-40e5-a072-3df274843f62 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] HA network cc8130ac-8376-47be-b623-25ad7d34e37b was deleted as no HA routers are present in tenant ff23ed545e0e40dbbbd486f1e3ddb8ad. [pid: 8|app: 0|req: 452/815] 10.0.0.149 () {34 vars in 670 bytes} [Thu Jun 18 04:34:16 2026] POST /v2.0/networks => generated 726 bytes in 567 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/816] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:34:15 2026] DELETE /v2.0/routers/e21a9b52-8484-42db-9611-20a6e98318b5 => generated 0 bytes in 1161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/817] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:34:17 2026] DELETE /v2.0/subnets/0a761db0-a342-4820-9925-9f4291e24c3d => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:34:17.330 8 INFO neutron_taas.services.taas.taas_plugin [None req-3ab4d205-7ab8-40d2-8117-9f398984b59c 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: 046492e2-8856-4dcf-b353-9bfb3898d4c7 [pid: 7|app: 0|req: 365/818] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:34:17 2026] POST /v2.0/subnets => generated 692 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:34:17.337 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ab4d205-7ab8-40d2-8117-9f398984b59c 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: 046492e2-8856-4dcf-b353-9bfb3898d4c7 2026-06-18 04:34:17.413 7 INFO neutron.db.segments_db [None req-99903bed-a693-43d8-8d34-9683d86d3cee 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Added segment 12148da6-43e5-42ec-90fa-d2bc37e55b10 of type vxlan for network 41ab2405-0c85-4790-bde2-ffe3fdbd06b5 [pid: 8|app: 0|req: 454/819] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:34:17 2026] DELETE /v2.0/networks/0845d45c-7f6d-46e2-b160-725e98dee16b => generated 0 bytes in 465 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/820] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:17 2026] GET /v2.0/ports?device_id=f453d437-1f26-4434-8062-62f34a606cd4 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/821] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:17 2026] GET /v2.0/security-groups?id=4317557f-7cc1-485d-8d3e-5b9b963dbb1b&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:34:17.775 7 INFO neutron.db.l3_hamode_db [None req-99903bed-a693-43d8-8d34-9683d86d3cee 55c7e25be8184982b3dca13ca702e21a 2880594b67e8487199b155999c86bb2e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 457/822] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:34:17 2026] GET /v2.0/security-groups?tenant_id=ff23ed545e0e40dbbbd486f1e3ddb8ad&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/823] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:17 2026] GET /v2.0/ports?device_id=f453d437-1f26-4434-8062-62f34a606cd4 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/824] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:34:17 2026] DELETE /v2.0/security-groups/0eed8b17-9595-4461-9c8d-52ee016e0aa8 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:34:18.176 8 INFO neutron.services.segments.plugin [-] Segment 1098e059-961e-4608-ab22-cba4bf3da64b resource provider aggregate not found 2026-06-18 04:34:18.205 8 INFO neutron.services.segments.plugin [-] Segment 1098e059-961e-4608-ab22-cba4bf3da64b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1098e059-961e-4608-ab22-cba4bf3da64b found for delete ", "request_id": "req-653bc78a-4275-4319-ae11-9e8a2e2fc97b"}]} 2026-06-18 04:34:18.206 8 INFO neutron.services.segments.plugin [-] Segment 1098e059-961e-4608-ab22-cba4bf3da64b resource provider aggregate not found 2026-06-18 04:34:18.237 8 INFO neutron.services.segments.plugin [-] Segment 1098e059-961e-4608-ab22-cba4bf3da64b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1098e059-961e-4608-ab22-cba4bf3da64b found for delete ", "request_id": "req-ce1f2b9f-4b0f-4df0-a37a-fd3a03b9cd95"}]} 2026-06-18 04:34:18.321 8 INFO neutron.db.l3_db [None req-93b0dc91-89b4-4c20-b316-e24a7308bfb5 0f7e4d6f76d0455bb2490903df13c090 a2812d24de3945d1a51793d39d597330 - - default default] Floating IP f7923d04-77a5-4114-9092-92da9fb3dd76 associated. External IP: 10.96.250.212, port: f5bd41af-f7c3-403d-9bc7-884a361107c9. [pid: 8|app: 0|req: 460/825] 10.0.0.149 () {34 vars in 748 bytes} [Thu Jun 18 04:34:17 2026] PUT /v2.0/floatingips/f7923d04-77a5-4114-9092-92da9fb3dd76 => generated 855 bytes in 735 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:34:18.736 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dd5f60d0-85b4-49ea-bd8e-31a8e0d0f3e7'] response: {'name': 'network-changed', 'server_uuid': 'f453d437-1f26-4434-8062-62f34a606cd4', 'tag': 'f5bd41af-f7c3-403d-9bc7-884a361107c9', 'status': 'completed', 'code': 200} 2026-06-18 04:34:18.744 7 INFO neutron.db.l3_hamode_db [None req-99903bed-a693-43d8-8d34-9683d86d3cee 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 461/826] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:34:19 2026] GET /v2.0/ports?tenant_id=a2812d24de3945d1a51793d39d597330&device_id=f453d437-1f26-4434-8062-62f34a606cd4 => generated 1240 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/827] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:34:19 2026] GET /v2.0/networks?id=94eaf32d-8e14-4d8f-a499-ddc2e9dafdb3 => generated 771 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/828] 199.204.45.65 () {34 vars in 1056 bytes} [Thu Jun 18 04:34:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=f5bd41af-f7c3-403d-9bc7-884a361107c9 => generated 858 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/829] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:34:19 2026] GET /v2.0/subnets?id=e73efa4b-a45f-4e69-b015-4fe20473bf9d => generated 693 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/830] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:34:19 2026] GET /v2.0/ports?network_id=94eaf32d-8e14-4d8f-a499-ddc2e9dafdb3&device_owner=network%3Adhcp => generated 1244 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/831] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:34:19 2026] GET /v2.0/networks/94eaf32d-8e14-4d8f-a499-ddc2e9dafdb3?fields=segments => generated 14 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/832] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:34:17 2026] POST /v2.0/routers => generated 732 bytes in 2309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/833] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:34:19 2026] GET /v2.0/networks/94eaf32d-8e14-4d8f-a499-ddc2e9dafdb3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:34:20.341 8 INFO neutron.db.segments_db [None req-017079bd-7f90-4ee7-aaf9-f6eeed4f39d8 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Added segment ac425494-63e7-47e0-a5b9-034bc3f07356 of type vxlan for network 2963bafb-ece4-469a-8dad-ae4f423ee474 [pid: 8|app: 0|req: 468/834] 10.0.0.149 () {34 vars in 670 bytes} [Thu Jun 18 04:34:19 2026] POST /v2.0/networks => generated 724 bytes in 472 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/835] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:34:20 2026] POST /v2.0/subnets => generated 690 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:34:20.824 8 INFO neutron.db.segments_db [None req-4e3b7e04-7d3e-46e2-b815-7f43cba4a5f3 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Added segment 46fc7305-6d38-4c46-9a6b-294f9c430371 of type vxlan for network e32626f8-6ce3-49e8-a57a-844b443c0a8e [pid: 7|app: 0|req: 367/836] 10.0.0.149 () {34 vars in 782 bytes} [Thu Jun 18 04:34:19 2026] PUT /v2.0/routers/da274b53-68fe-46fa-85e5-b1e0a8c38d20/add_router_interface => generated 309 bytes in 1243 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:34:21.099 8 INFO neutron.db.l3_hamode_db [None req-4e3b7e04-7d3e-46e2-b815-7f43cba4a5f3 55c7e25be8184982b3dca13ca702e21a 16dcd6fefc644f44a8c725d2caa5ca44 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 368/837] 10.0.0.4 () {34 vars in 979 bytes} [Thu Jun 18 04:34:21 2026] GET /v2.0/networks?id=74032534-f98a-48a4-8205-9cfa5cc00beb => generated 677 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:34:21.902 8 INFO neutron.db.l3_hamode_db [None req-4e3b7e04-7d3e-46e2-b815-7f43cba4a5f3 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 369/838] 10.0.0.4 () {34 vars in 962 bytes} [Thu Jun 18 04:34:21 2026] GET /v2.0/quotas/2880594b67e8487199b155999c86bb2e => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/839] 10.0.0.4 () {34 vars in 999 bytes} [Thu Jun 18 04:34:21 2026] GET /v2.0/ports?tenant_id=2880594b67e8487199b155999c86bb2e&fields=id => generated 57 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/840] 10.0.0.4 () {34 vars in 1005 bytes} [Thu Jun 18 04:34:22 2026] GET /v2.0/networks/74032534-f98a-48a4-8205-9cfa5cc00beb?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/841] 10.0.0.4 () {34 vars in 1105 bytes} [Thu Jun 18 04:34:22 2026] GET /v2.0/networks/74032534-f98a-48a4-8205-9cfa5cc00beb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/842] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:22 2026] GET /v2.0/ports?device_id=defc3dbe-2a87-43f1-bb4e-3866877a37ed => 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: 470/843] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:34:20 2026] POST /v2.0/routers => generated 730 bytes in 2125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/844] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:23 2026] GET /v2.0/ports?device_id=defc3dbe-2a87-43f1-bb4e-3866877a37ed => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/845] 10.0.0.149 () {34 vars in 782 bytes} [Thu Jun 18 04:34:22 2026] PUT /v2.0/routers/e783fe49-6d94-4e75-b6c1-53bf9c86b123/add_router_interface => generated 309 bytes in 1299 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/846] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:24 2026] GET /v2.0/ports?device_id=defc3dbe-2a87-43f1-bb4e-3866877a37ed => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/847] 10.0.0.149 () {34 vars in 684 bytes} [Thu Jun 18 04:34:24 2026] POST /v2.0/security-groups => generated 1658 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/848] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:34:24 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/849] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:34:25 2026] POST /v2.0/security-group-rules => generated 602 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/850] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:25 2026] GET /v2.0/ports?device_id=defc3dbe-2a87-43f1-bb4e-3866877a37ed => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/851] 10.0.0.149 () {34 vars in 675 bytes} [Thu Jun 18 04:34:25 2026] POST /v2.0/floatingips => generated 552 bytes in 558 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/852] 10.0.0.4 () {34 vars in 1093 bytes} [Thu Jun 18 04:34:26 2026] GET /v2.0/security-groups?name=tempest-securitygroup--39030604&fields=id&tenant_id=16dcd6fefc644f44a8c725d2caa5ca44 => generated 69 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/853] 10.0.0.4 () {34 vars in 979 bytes} [Thu Jun 18 04:34:26 2026] GET /v2.0/networks?id=2963bafb-ece4-469a-8dad-ae4f423ee474 => generated 675 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/854] 10.0.0.4 () {34 vars in 962 bytes} [Thu Jun 18 04:34:26 2026] GET /v2.0/quotas/16dcd6fefc644f44a8c725d2caa5ca44 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/855] 10.0.0.4 () {34 vars in 999 bytes} [Thu Jun 18 04:34:26 2026] GET /v2.0/ports?tenant_id=16dcd6fefc644f44a8c725d2caa5ca44&fields=id => generated 57 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/856] 10.0.0.4 () {34 vars in 1005 bytes} [Thu Jun 18 04:34:26 2026] GET /v2.0/networks/2963bafb-ece4-469a-8dad-ae4f423ee474?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/857] 10.0.0.4 () {34 vars in 1105 bytes} [Thu Jun 18 04:34:26 2026] GET /v2.0/networks/2963bafb-ece4-469a-8dad-ae4f423ee474?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/858] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:34:26 2026] GET /v2.0/networks?id=74032534-f98a-48a4-8205-9cfa5cc00beb => generated 677 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/859] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:26 2026] GET /v2.0/ports?device_id=defc3dbe-2a87-43f1-bb4e-3866877a37ed => 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: 479/860] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:26 2026] GET /v2.0/ports?device_id=da24d4a3-c915-4911-8457-0754add46f16 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/861] 199.204.45.65 () {38 vars in 953 bytes} [Thu Jun 18 04:34:26 2026] POST /v2.0/ports => generated 958 bytes in 555 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/862] 199.204.45.65 () {38 vars in 1026 bytes} [Thu Jun 18 04:34:27 2026] PUT /v2.0/ports/fd9025a0-6ebc-4db8-983f-955ec4468e3b => generated 1239 bytes in 430 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:34:27.684 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3bbe5bb3-73c0-4080-81ae-1edb7ef40830'] response: {'name': 'network-changed', 'server_uuid': 'defc3dbe-2a87-43f1-bb4e-3866877a37ed', 'tag': 'fd9025a0-6ebc-4db8-983f-955ec4468e3b', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 383/863] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:27 2026] GET /v2.0/ports?device_id=defc3dbe-2a87-43f1-bb4e-3866877a37ed => generated 973 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 384/864] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:27 2026] GET /v2.0/ports?device_id=da24d4a3-c915-4911-8457-0754add46f16 => 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: 481/865] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:27 2026] GET /v2.0/security-groups?id=c8b4f261-2a10-4aa5-907b-a2be668545c4&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/866] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:34:28 2026] GET /v2.0/ports?tenant_id=2880594b67e8487199b155999c86bb2e&device_id=defc3dbe-2a87-43f1-bb4e-3866877a37ed => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/867] 199.204.45.65 () {34 vars in 1016 bytes} [Thu Jun 18 04:34:28 2026] GET /v2.0/networks?tenant_id=2880594b67e8487199b155999c86bb2e&shared=False => generated 773 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/868] 199.204.45.65 () {34 vars in 928 bytes} [Thu Jun 18 04:34:28 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/869] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:28 2026] GET /v2.0/ports?device_id=da24d4a3-c915-4911-8457-0754add46f16 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/870] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:28 2026] GET /v2.0/ports?device_id=defc3dbe-2a87-43f1-bb4e-3866877a37ed => 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: 484/871] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:28 2026] GET /v2.0/security-groups?id=c8b4f261-2a10-4aa5-907b-a2be668545c4&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/872] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:34:29 2026] GET /v2.0/ports?tenant_id=2880594b67e8487199b155999c86bb2e&device_id=defc3dbe-2a87-43f1-bb4e-3866877a37ed => 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: 485/873] 199.204.45.65 () {34 vars in 1058 bytes} [Thu Jun 18 04:34:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=fd9025a0-6ebc-4db8-983f-955ec4468e3b => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/874] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:34:29 2026] GET /v2.0/subnets?id=7aa6bd00-494f-40e2-8e3f-6cab6731eba7 => generated 695 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/875] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:34:29 2026] GET /v2.0/ports?network_id=74032534-f98a-48a4-8205-9cfa5cc00beb&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/876] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:34:29 2026] GET /v2.0/networks/74032534-f98a-48a4-8205-9cfa5cc00beb?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: 487/877] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:34:29 2026] GET /v2.0/networks/74032534-f98a-48a4-8205-9cfa5cc00beb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/878] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:30 2026] GET /v2.0/ports?device_id=da24d4a3-c915-4911-8457-0754add46f16 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/879] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:30 2026] GET /v2.0/ports?device_id=defc3dbe-2a87-43f1-bb4e-3866877a37ed => generated 973 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/880] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:30 2026] GET /v2.0/security-groups?id=c8b4f261-2a10-4aa5-907b-a2be668545c4&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/883] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jun 18 04:34:30 2026] GET /v2.0/ports?device_id=f453d437-1f26-4434-8062-62f34a606cd4 => generated 1240 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/884] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jun 18 04:34:30 2026] GET /v2.0/security-groups?id=4317557f-7cc1-485d-8d3e-5b9b963dbb1b&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/885] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:34:31 2026] GET /v2.0/networks?id=2963bafb-ece4-469a-8dad-ae4f423ee474 => generated 675 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/886] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:31 2026] GET /v2.0/ports?device_id=da24d4a3-c915-4911-8457-0754add46f16 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/887] 199.204.45.65 () {34 vars in 1048 bytes} [Thu Jun 18 04:34:31 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=16dcd6fefc644f44a8c725d2caa5ca44 => generated 179 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/888] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:31 2026] GET /v2.0/ports?device_id=defc3dbe-2a87-43f1-bb4e-3866877a37ed => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/889] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:31 2026] GET /v2.0/security-groups?id=c8b4f261-2a10-4aa5-907b-a2be668545c4&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: 492/890] 199.204.45.65 () {38 vars in 953 bytes} [Thu Jun 18 04:34:31 2026] POST /v2.0/ports => generated 954 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/891] 199.204.45.65 () {38 vars in 1026 bytes} [Thu Jun 18 04:34:31 2026] PUT /v2.0/ports/625a15c1-109b-46f1-95dc-19bbb3f7e2a9 => generated 1235 bytes in 511 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:34:32.017 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-24ee7999-de7f-453c-94f7-ab6e958f8e45'] response: {'name': 'network-changed', 'server_uuid': 'da24d4a3-c915-4911-8457-0754add46f16', 'tag': '625a15c1-109b-46f1-95dc-19bbb3f7e2a9', '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: 493/892] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:32 2026] GET /v2.0/ports?device_id=da24d4a3-c915-4911-8457-0754add46f16 => generated 969 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: 7|app: 0|req: 400/893] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:32 2026] GET /v2.0/security-groups?id=675701dc-f96f-417f-a9fe-378443a2c884&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: 494/894] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:32 2026] GET /v2.0/ports?device_id=defc3dbe-2a87-43f1-bb4e-3866877a37ed => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/895] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:32 2026] GET /v2.0/security-groups?id=c8b4f261-2a10-4aa5-907b-a2be668545c4&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: 495/896] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:34:32 2026] GET /v2.0/ports?tenant_id=16dcd6fefc644f44a8c725d2caa5ca44&device_id=da24d4a3-c915-4911-8457-0754add46f16 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/897] 199.204.45.65 () {34 vars in 1016 bytes} [Thu Jun 18 04:34:32 2026] GET /v2.0/networks?tenant_id=16dcd6fefc644f44a8c725d2caa5ca44&shared=False => 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: 496/898] 199.204.45.65 () {34 vars in 928 bytes} [Thu Jun 18 04:34:32 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/899] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:33 2026] GET /v2.0/ports?device_id=da24d4a3-c915-4911-8457-0754add46f16 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/900] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:33 2026] GET /v2.0/security-groups?id=675701dc-f96f-417f-a9fe-378443a2c884&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/901] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:33 2026] GET /v2.0/ports?device_id=defc3dbe-2a87-43f1-bb4e-3866877a37ed => generated 973 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/902] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:33 2026] GET /v2.0/security-groups?id=c8b4f261-2a10-4aa5-907b-a2be668545c4&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/903] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:34:33 2026] GET /v2.0/ports?tenant_id=16dcd6fefc644f44a8c725d2caa5ca44&device_id=da24d4a3-c915-4911-8457-0754add46f16 => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/904] 199.204.45.65 () {34 vars in 1056 bytes} [Thu Jun 18 04:34:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=625a15c1-109b-46f1-95dc-19bbb3f7e2a9 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/905] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:34:33 2026] GET /v2.0/subnets?id=788f9434-9fd0-42b3-bce8-4ad558c6281a => generated 693 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/906] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:34:33 2026] GET /v2.0/ports?network_id=2963bafb-ece4-469a-8dad-ae4f423ee474&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/907] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:34:33 2026] GET /v2.0/networks/2963bafb-ece4-469a-8dad-ae4f423ee474?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: 501/908] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:34:33 2026] GET /v2.0/networks/2963bafb-ece4-469a-8dad-ae4f423ee474?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/909] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:34 2026] GET /v2.0/ports?device_id=da24d4a3-c915-4911-8457-0754add46f16 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/910] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:34 2026] GET /v2.0/security-groups?id=675701dc-f96f-417f-a9fe-378443a2c884&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/911] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:34 2026] GET /v2.0/ports?device_id=defc3dbe-2a87-43f1-bb4e-3866877a37ed => 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: 503/912] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:34 2026] GET /v2.0/security-groups?id=c8b4f261-2a10-4aa5-907b-a2be668545c4&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/913] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:35 2026] GET /v2.0/ports?device_id=da24d4a3-c915-4911-8457-0754add46f16 => generated 969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/914] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:35 2026] GET /v2.0/security-groups?id=675701dc-f96f-417f-a9fe-378443a2c884&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/915] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:35 2026] GET /v2.0/ports?device_id=defc3dbe-2a87-43f1-bb4e-3866877a37ed => 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: 505/916] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:36 2026] GET /v2.0/security-groups?id=c8b4f261-2a10-4aa5-907b-a2be668545c4&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/917] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:36 2026] GET /v2.0/ports?device_id=defc3dbe-2a87-43f1-bb4e-3866877a37ed => generated 975 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/918] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:36 2026] GET /v2.0/security-groups?id=c8b4f261-2a10-4aa5-907b-a2be668545c4&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/919] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:36 2026] GET /v2.0/ports?device_id=da24d4a3-c915-4911-8457-0754add46f16 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/920] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:36 2026] GET /v2.0/security-groups?id=675701dc-f96f-417f-a9fe-378443a2c884&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/921] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:37 2026] GET /v2.0/ports?device_id=defc3dbe-2a87-43f1-bb4e-3866877a37ed => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/922] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:37 2026] GET /v2.0/security-groups?id=c8b4f261-2a10-4aa5-907b-a2be668545c4&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/923] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:38 2026] GET /v2.0/ports?device_id=da24d4a3-c915-4911-8457-0754add46f16 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/924] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:38 2026] GET /v2.0/security-groups?id=675701dc-f96f-417f-a9fe-378443a2c884&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/925] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:38 2026] GET /v2.0/ports?device_id=defc3dbe-2a87-43f1-bb4e-3866877a37ed => generated 975 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/926] 199.204.45.65 () {34 vars in 992 bytes} [Thu Jun 18 04:34:38 2026] GET /v2.0/ports?device_id=defc3dbe-2a87-43f1-bb4e-3866877a37ed => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/927] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:38 2026] GET /v2.0/security-groups?id=c8b4f261-2a10-4aa5-907b-a2be668545c4&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-06-18 04:34:39.003 8 INFO neutron_taas.services.taas.taas_plugin [req-afe7bc00-a903-4707-86ae-7b7e35f3f35a req-12048e06-861a-4ed9-8905-ec95863f1998 ae200d98d44d4d3a9209f9102b5a9136 2880594b67e8487199b155999c86bb2e - - default default] TaaS: Handle Delete Port: fd9025a0-6ebc-4db8-983f-955ec4468e3b 2026-06-18 04:34:39.006 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-afe7bc00-a903-4707-86ae-7b7e35f3f35a req-12048e06-861a-4ed9-8905-ec95863f1998 ae200d98d44d4d3a9209f9102b5a9136 2880594b67e8487199b155999c86bb2e - - default default] Tap Mirror: Handle Delete Port: fd9025a0-6ebc-4db8-983f-955ec4468e3b [pid: 8|app: 0|req: 511/928] 199.204.45.65 () {36 vars in 995 bytes} [Thu Jun 18 04:34:38 2026] DELETE /v2.0/ports/fd9025a0-6ebc-4db8-983f-955ec4468e3b => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:34:39.200 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-173b93fe-5f3f-431f-8275-a4a64768c77e'] response: {'server_uuid': 'defc3dbe-2a87-43f1-bb4e-3866877a37ed', 'name': 'network-vif-deleted', 'tag': 'fd9025a0-6ebc-4db8-983f-955ec4468e3b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 512/929] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:39 2026] GET /v2.0/ports?device_id=660957bd-64f0-497c-99d2-240612768da6 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/930] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:39 2026] GET /v2.0/ports?device_id=da24d4a3-c915-4911-8457-0754add46f16 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/931] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:39 2026] GET /v2.0/security-groups?id=675701dc-f96f-417f-a9fe-378443a2c884&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/932] 10.0.0.4 () {34 vars in 968 bytes} [Thu Jun 18 04:34:39 2026] GET /v2.0/ports/4f652f60-7ed2-4d9a-80f7-e02cd37caa1f => generated 968 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/933] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:40 2026] GET /v2.0/ports?device_id=defc3dbe-2a87-43f1-bb4e-3866877a37ed => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/934] 199.204.45.65 () {34 vars in 998 bytes} [Thu Jun 18 04:34:40 2026] GET /v2.0/subnets?network_id=85b65c74-1ed7-44a0-bba3-425281e1de4d => generated 684 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/935] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:40 2026] GET /v2.0/ports?device_id=da24d4a3-c915-4911-8457-0754add46f16 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/936] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:40 2026] GET /v2.0/security-groups?id=675701dc-f96f-417f-a9fe-378443a2c884&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/937] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:40 2026] GET /v2.0/ports?device_id=da24d4a3-c915-4911-8457-0754add46f16 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/938] 199.204.45.65 () {34 vars in 1144 bytes} [Thu Jun 18 04:34:40 2026] GET /v2.0/ports?device_id=660957bd-64f0-497c-99d2-240612768da6&device_owner=compute%3Anova&network_id=85b65c74-1ed7-44a0-bba3-425281e1de4d => generated 971 bytes in 626 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:34:41.161 7 INFO neutron.db.l3_db [None req-39da3762-98a2-4824-8959-a356c4f692f7 7609c1c055224563abaec14e0d722533 16dcd6fefc644f44a8c725d2caa5ca44 - - default default] Floating IP 7862f692-7644-4028-a622-4b180cd6e43d associated. External IP: 10.96.250.206, port: 625a15c1-109b-46f1-95dc-19bbb3f7e2a9. [pid: 8|app: 0|req: 516/939] 199.204.45.65 () {38 vars in 1026 bytes} [Thu Jun 18 04:34:40 2026] PUT /v2.0/ports/4f652f60-7ed2-4d9a-80f7-e02cd37caa1f => generated 1149 bytes in 625 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: 517/940] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:41 2026] GET /v2.0/ports?device_id=defc3dbe-2a87-43f1-bb4e-3866877a37ed => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/941] 10.0.0.149 () {34 vars in 748 bytes} [Thu Jun 18 04:34:40 2026] PUT /v2.0/floatingips/7862f692-7644-4028-a622-4b180cd6e43d => generated 855 bytes in 796 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:34:41.515 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6cc6133b-152d-4509-9b15-31487b2dbb87'] response: {'name': 'network-changed', 'server_uuid': '660957bd-64f0-497c-99d2-240612768da6', 'tag': '4f652f60-7ed2-4d9a-80f7-e02cd37caa1f', 'status': 'completed', 'code': 200} 2026-06-18 04:34:41.546 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-63375656-730e-4b27-b49f-1d8f7a7ddae3'] response: {'name': 'network-changed', 'server_uuid': 'da24d4a3-c915-4911-8457-0754add46f16', 'tag': '625a15c1-109b-46f1-95dc-19bbb3f7e2a9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 518/942] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:41 2026] GET /v2.0/ports?device_id=da24d4a3-c915-4911-8457-0754add46f16 => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/943] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:41 2026] GET /v2.0/security-groups?id=675701dc-f96f-417f-a9fe-378443a2c884&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/944] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:34:41 2026] GET /v2.0/ports?tenant_id=b5f0bb14aaec49e1a9f830a0688111f2&device_id=660957bd-64f0-497c-99d2-240612768da6 => generated 1421 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/945] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:34:42 2026] GET /v2.0/networks?id=85b65c74-1ed7-44a0-bba3-425281e1de4d => generated 780 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/946] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:34:42 2026] GET /v2.0/ports?tenant_id=16dcd6fefc644f44a8c725d2caa5ca44&device_id=da24d4a3-c915-4911-8457-0754add46f16 => 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: 521/947] 199.204.45.65 () {34 vars in 1058 bytes} [Thu Jun 18 04:34:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=4f652f60-7ed2-4d9a-80f7-e02cd37caa1f => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/948] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:42 2026] GET /v2.0/ports?device_id=da24d4a3-c915-4911-8457-0754add46f16 => 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: 522/949] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:34:42 2026] GET /v2.0/networks?id=2963bafb-ece4-469a-8dad-ae4f423ee474 => generated 771 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/950] 199.204.45.65 () {34 vars in 1056 bytes} [Thu Jun 18 04:34:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=4f652f60-7ed2-4d9a-80f7-e02cd37caa1f => generated 860 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/951] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:42 2026] GET /v2.0/security-groups?id=675701dc-f96f-417f-a9fe-378443a2c884&fields=id&fields=name => generated 112 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/952] 199.204.45.65 () {34 vars in 1056 bytes} [Thu Jun 18 04:34:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=625a15c1-109b-46f1-95dc-19bbb3f7e2a9 => generated 858 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/953] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:34:42 2026] GET /v2.0/subnets?id=ed476a9c-94d9-469b-a81f-63809eb6a9e6 => generated 702 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/954] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:34:42 2026] GET /v2.0/subnets?id=788f9434-9fd0-42b3-bce8-4ad558c6281a => generated 693 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/955] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:34:42 2026] GET /v2.0/ports?network_id=85b65c74-1ed7-44a0-bba3-425281e1de4d&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/956] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:34:42 2026] GET /v2.0/ports?network_id=2963bafb-ece4-469a-8dad-ae4f423ee474&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/957] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:34:42 2026] GET /v2.0/networks/85b65c74-1ed7-44a0-bba3-425281e1de4d?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/958] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:34:42 2026] GET /v2.0/networks/2963bafb-ece4-469a-8dad-ae4f423ee474?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/959] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:34:42 2026] GET /v2.0/networks/2963bafb-ece4-469a-8dad-ae4f423ee474?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/960] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:34:42 2026] GET /v2.0/networks/85b65c74-1ed7-44a0-bba3-425281e1de4d?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: 528/961] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:42 2026] GET /v2.0/ports?device_id=660957bd-64f0-497c-99d2-240612768da6 => generated 1152 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/962] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:42 2026] GET /v2.0/security-groups?id=ba0fb810-5d8c-416f-ab2b-96c84c5055ad&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-06-18 04:34:43.068 7 INFO neutron_taas.services.taas.taas_plugin [None req-63ff8aa8-1a53-45cb-8fae-a6228b0682c9 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: bb76cef7-b20e-4427-a375-eaa2da6d366e 2026-06-18 04:34:43.071 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63ff8aa8-1a53-45cb-8fae-a6228b0682c9 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: bb76cef7-b20e-4427-a375-eaa2da6d366e [pid: 8|app: 0|req: 530/963] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:43 2026] GET /v2.0/ports?device_id=da24d4a3-c915-4911-8457-0754add46f16 => 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: 531/964] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:43 2026] GET /v2.0/security-groups?id=675701dc-f96f-417f-a9fe-378443a2c884&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/965] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:34:43 2026] GET /v2.0/ports?tenant_id=b5f0bb14aaec49e1a9f830a0688111f2&device_id=660957bd-64f0-497c-99d2-240612768da6 => generated 1421 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/966] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:34:43 2026] GET /v2.0/networks?id=85b65c74-1ed7-44a0-bba3-425281e1de4d => generated 780 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/967] 199.204.45.65 () {34 vars in 1058 bytes} [Thu Jun 18 04:34:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=4f652f60-7ed2-4d9a-80f7-e02cd37caa1f => 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: 535/968] 199.204.45.65 () {34 vars in 1056 bytes} [Thu Jun 18 04:34:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=4f652f60-7ed2-4d9a-80f7-e02cd37caa1f => generated 860 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/969] 10.0.0.149 () {34 vars in 788 bytes} [Thu Jun 18 04:34:42 2026] PUT /v2.0/routers/da274b53-68fe-46fa-85e5-b1e0a8c38d20/remove_router_interface => generated 309 bytes in 1094 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/970] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:34:43 2026] GET /v2.0/subnets?id=ed476a9c-94d9-469b-a81f-63809eb6a9e6 => generated 702 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/971] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:34:43 2026] GET /v2.0/ports?network_id=85b65c74-1ed7-44a0-bba3-425281e1de4d&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: 538/972] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:34:43 2026] GET /v2.0/networks/85b65c74-1ed7-44a0-bba3-425281e1de4d?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/973] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:34:43 2026] GET /v2.0/networks/85b65c74-1ed7-44a0-bba3-425281e1de4d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:34:43.902 7 INFO neutron_taas.services.taas.taas_plugin [None req-98726b55-1e53-41a9-a166-b2906c982747 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: 66947083-bbd3-4efd-80bf-a800e0521743 2026-06-18 04:34:43.905 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98726b55-1e53-41a9-a166-b2906c982747 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: 66947083-bbd3-4efd-80bf-a800e0521743 [pid: 8|app: 0|req: 540/974] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:44 2026] GET /v2.0/ports?device_id=f453d437-1f26-4434-8062-62f34a606cd4 => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/975] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:44 2026] GET /v2.0/security-groups?id=4317557f-7cc1-485d-8d3e-5b9b963dbb1b&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:34:44.189 7 INFO neutron_taas.services.taas.taas_plugin [None req-98726b55-1e53-41a9-a166-b2906c982747 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: 18fb2847-c12d-4496-b963-c8725410488d 2026-06-18 04:34:44.191 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98726b55-1e53-41a9-a166-b2906c982747 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: 18fb2847-c12d-4496-b963-c8725410488d [pid: 8|app: 0|req: 542/976] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:44 2026] GET /v2.0/ports?device_id=f453d437-1f26-4434-8062-62f34a606cd4 => 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: 543/977] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:44 2026] GET /v2.0/security-groups?id=4317557f-7cc1-485d-8d3e-5b9b963dbb1b&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/978] 199.204.45.65 () {34 vars in 1118 bytes} [Thu Jun 18 04:34:44 2026] GET /v2.0/ports?device_id=660957bd-64f0-497c-99d2-240612768da6&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.10 => generated 1152 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/979] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:44 2026] GET /v2.0/ports?device_id=da24d4a3-c915-4911-8457-0754add46f16 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:34:44.610 7 INFO neutron.services.segments.plugin [-] Segment 12148da6-43e5-42ec-90fa-d2bc37e55b10 resource provider aggregate not found 2026-06-18 04:34:44.619 7 INFO neutron.services.segments.plugin [-] Segment 12148da6-43e5-42ec-90fa-d2bc37e55b10 resource provider aggregate not found [pid: 8|app: 0|req: 546/980] 199.204.45.65 () {34 vars in 992 bytes} [Thu Jun 18 04:34:44 2026] GET /v2.0/ports?device_id=da24d4a3-c915-4911-8457-0754add46f16 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:34:44.643 7 INFO neutron.services.segments.plugin [-] Segment 12148da6-43e5-42ec-90fa-d2bc37e55b10 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12148da6-43e5-42ec-90fa-d2bc37e55b10 found for delete ", "request_id": "req-ac0e1086-cd7d-482d-ac79-f032a36df290"}]} 2026-06-18 04:34:44.651 7 INFO neutron.services.segments.plugin [-] Segment 12148da6-43e5-42ec-90fa-d2bc37e55b10 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12148da6-43e5-42ec-90fa-d2bc37e55b10 found for delete ", "request_id": "req-a8b69fa3-4504-47e9-a72b-3a1c8f2eeee8"}]} 2026-06-18 04:34:44.656 7 INFO neutron.db.l3_hamode_db [None req-98726b55-1e53-41a9-a166-b2906c982747 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] HA network 41ab2405-0c85-4790-bde2-ffe3fdbd06b5 was deleted as no HA routers are present in tenant 2880594b67e8487199b155999c86bb2e. [pid: 7|app: 0|req: 435/981] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:34:43 2026] DELETE /v2.0/routers/da274b53-68fe-46fa-85e5-b1e0a8c38d20 => generated 0 bytes in 965 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/982] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:44 2026] GET /v2.0/security-groups?id=675701dc-f96f-417f-a9fe-378443a2c884&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:34:44.852 7 INFO neutron_taas.services.taas.taas_plugin [req-2abbf945-19fe-4d58-b4f6-81bf98c3f9d0 req-d0d5bf1c-7cc5-42c4-bce0-c8cfae16e7c1 7609c1c055224563abaec14e0d722533 16dcd6fefc644f44a8c725d2caa5ca44 - - default default] TaaS: Handle Delete Port: 625a15c1-109b-46f1-95dc-19bbb3f7e2a9 2026-06-18 04:34:44.854 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2abbf945-19fe-4d58-b4f6-81bf98c3f9d0 req-d0d5bf1c-7cc5-42c4-bce0-c8cfae16e7c1 7609c1c055224563abaec14e0d722533 16dcd6fefc644f44a8c725d2caa5ca44 - - default default] Tap Mirror: Handle Delete Port: 625a15c1-109b-46f1-95dc-19bbb3f7e2a9 2026-06-18 04:34:44.971 7 INFO neutron.db.l3_db [req-2abbf945-19fe-4d58-b4f6-81bf98c3f9d0 req-d0d5bf1c-7cc5-42c4-bce0-c8cfae16e7c1 7609c1c055224563abaec14e0d722533 16dcd6fefc644f44a8c725d2caa5ca44 - - default default] Floating IP 7862f692-7644-4028-a622-4b180cd6e43d disassociated. External IP: 10.96.250.206, port: 625a15c1-109b-46f1-95dc-19bbb3f7e2a9. [pid: 8|app: 0|req: 547/983] 199.204.45.65 () {38 vars in 1026 bytes} [Thu Jun 18 04:34:44 2026] PUT /v2.0/ports/4f652f60-7ed2-4d9a-80f7-e02cd37caa1f => generated 968 bytes in 575 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: 548/984] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:45 2026] GET /v2.0/ports?device_id=f453d437-1f26-4434-8062-62f34a606cd4 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:34:45.279 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f1700fbd-c9cb-46a6-a0e4-bc8bcf77bba6'] response: {'name': 'network-changed', 'server_uuid': '660957bd-64f0-497c-99d2-240612768da6', 'tag': '4f652f60-7ed2-4d9a-80f7-e02cd37caa1f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 437/985] 199.204.45.65 () {36 vars in 995 bytes} [Thu Jun 18 04:34:44 2026] DELETE /v2.0/ports/625a15c1-109b-46f1-95dc-19bbb3f7e2a9 => generated 0 bytes in 673 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/986] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:34:45 2026] DELETE /v2.0/subnets/7aa6bd00-494f-40e2-8e3f-6cab6731eba7 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/987] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:45 2026] GET /v2.0/security-groups?id=4317557f-7cc1-485d-8d3e-5b9b963dbb1b&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:34:45.430 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3debca2b-40b9-4e9a-8950-5b42c248dca7'] response: {'server_uuid': 'da24d4a3-c915-4911-8457-0754add46f16', 'name': 'network-vif-deleted', 'tag': '625a15c1-109b-46f1-95dc-19bbb3f7e2a9', 'status': 'completed', 'code': 200} 2026-06-18 04:34:45.537 8 INFO neutron_taas.services.taas.taas_plugin [None req-14f1acc7-07f3-4bdf-afb8-cd06fff3bdd5 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: b59682f3-76d7-4c87-b502-8c718513055c 2026-06-18 04:34:45.540 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14f1acc7-07f3-4bdf-afb8-cd06fff3bdd5 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: b59682f3-76d7-4c87-b502-8c718513055c [pid: 7|app: 0|req: 441/990] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:34:45 2026] GET /v2.0/ports?tenant_id=b5f0bb14aaec49e1a9f830a0688111f2&device_id=660957bd-64f0-497c-99d2-240612768da6 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:34:45.798 8 INFO neutron.services.segments.plugin [-] Segment 42f6f08a-2642-4455-a3f9-97e2c4a38a6d resource provider aggregate not found 2026-06-18 04:34:45.803 8 INFO neutron.services.segments.plugin [-] Segment 42f6f08a-2642-4455-a3f9-97e2c4a38a6d resource provider aggregate not found [pid: 7|app: 0|req: 442/991] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:34:45 2026] GET /v2.0/networks?id=85b65c74-1ed7-44a0-bba3-425281e1de4d => generated 780 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:34:45.821 8 INFO neutron.services.segments.plugin [-] Segment 42f6f08a-2642-4455-a3f9-97e2c4a38a6d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42f6f08a-2642-4455-a3f9-97e2c4a38a6d found for delete ", "request_id": "req-9be23d8a-0565-4d12-9d2b-365a90086b67"}]} [pid: 7|app: 0|req: 443/992] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:45 2026] GET /v2.0/ports?device_id=da24d4a3-c915-4911-8457-0754add46f16 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:34:45.826 8 INFO neutron.services.segments.plugin [-] Segment 42f6f08a-2642-4455-a3f9-97e2c4a38a6d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42f6f08a-2642-4455-a3f9-97e2c4a38a6d found for delete ", "request_id": "req-c28e71d4-e995-442f-84d0-2d354adc163d"}]} [pid: 8|app: 0|req: 550/993] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:34:45 2026] DELETE /v2.0/networks/74032534-f98a-48a4-8205-9cfa5cc00beb => generated 0 bytes in 433 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/994] 199.204.45.65 () {34 vars in 1056 bytes} [Thu Jun 18 04:34:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=4f652f60-7ed2-4d9a-80f7-e02cd37caa1f => generated 860 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/995] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:34:45 2026] GET /v2.0/subnets?id=ed476a9c-94d9-469b-a81f-63809eb6a9e6 => generated 702 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/996] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:34:45 2026] GET /v2.0/ports?network_id=85b65c74-1ed7-44a0-bba3-425281e1de4d&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: 552/997] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:34:45 2026] GET /v2.0/networks/85b65c74-1ed7-44a0-bba3-425281e1de4d?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/998] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:34:45 2026] GET /v2.0/security-groups?tenant_id=2880594b67e8487199b155999c86bb2e&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/999] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:34:46 2026] GET /v2.0/networks/85b65c74-1ed7-44a0-bba3-425281e1de4d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/1000] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:34:46 2026] DELETE /v2.0/security-groups/c8b4f261-2a10-4aa5-907b-a2be668545c4 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1001] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:34:46 2026] GET /v2.0/ports?tenant_id=a2812d24de3945d1a51793d39d597330&device_id=f453d437-1f26-4434-8062-62f34a606cd4 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/1002] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:34:46 2026] GET /v2.0/networks?id=94eaf32d-8e14-4d8f-a499-ddc2e9dafdb3 => 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: 555/1003] 199.204.45.65 () {34 vars in 1056 bytes} [Thu Jun 18 04:34:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=f5bd41af-f7c3-403d-9bc7-884a361107c9 => generated 860 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/1004] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:34:46 2026] GET /v2.0/subnets?id=e73efa4b-a45f-4e69-b015-4fe20473bf9d => generated 693 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1005] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:34:46 2026] GET /v2.0/ports?network_id=94eaf32d-8e14-4d8f-a499-ddc2e9dafdb3&device_owner=network%3Adhcp => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/1006] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:34:46 2026] GET /v2.0/networks/94eaf32d-8e14-4d8f-a499-ddc2e9dafdb3?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1007] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:46 2026] GET /v2.0/ports?device_id=f453d437-1f26-4434-8062-62f34a606cd4 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1008] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:34:46 2026] GET /v2.0/networks/94eaf32d-8e14-4d8f-a499-ddc2e9dafdb3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/1009] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:46 2026] GET /v2.0/ports?device_id=660957bd-64f0-497c-99d2-240612768da6 => generated 971 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1010] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:46 2026] GET /v2.0/security-groups?id=4317557f-7cc1-485d-8d3e-5b9b963dbb1b&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/1011] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:46 2026] GET /v2.0/security-groups?id=ba0fb810-5d8c-416f-ab2b-96c84c5055ad&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: 560/1012] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:46 2026] GET /v2.0/ports?device_id=da24d4a3-c915-4911-8457-0754add46f16 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/1013] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:34:47 2026] GET /v2.0/ports?tenant_id=b5f0bb14aaec49e1a9f830a0688111f2&device_id=660957bd-64f0-497c-99d2-240612768da6 => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1014] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:34:47 2026] GET /v2.0/networks?id=85b65c74-1ed7-44a0-bba3-425281e1de4d => generated 780 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/1015] 199.204.45.65 () {34 vars in 1056 bytes} [Thu Jun 18 04:34:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=4f652f60-7ed2-4d9a-80f7-e02cd37caa1f => generated 860 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1016] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:34:47 2026] GET /v2.0/subnets?id=ed476a9c-94d9-469b-a81f-63809eb6a9e6 => generated 702 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/1017] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:34:47 2026] GET /v2.0/ports?network_id=85b65c74-1ed7-44a0-bba3-425281e1de4d&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: 563/1018] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:34:47 2026] GET /v2.0/networks/85b65c74-1ed7-44a0-bba3-425281e1de4d?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/1019] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:34:47 2026] GET /v2.0/networks/85b65c74-1ed7-44a0-bba3-425281e1de4d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1020] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:47 2026] GET /v2.0/ports?device_id=f453d437-1f26-4434-8062-62f34a606cd4 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/1021] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:47 2026] GET /v2.0/ports?device_id=660957bd-64f0-497c-99d2-240612768da6 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1022] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:47 2026] GET /v2.0/security-groups?id=4317557f-7cc1-485d-8d3e-5b9b963dbb1b&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/1023] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:47 2026] GET /v2.0/security-groups?id=ba0fb810-5d8c-416f-ab2b-96c84c5055ad&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: 566/1024] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:48 2026] GET /v2.0/ports?device_id=da24d4a3-c915-4911-8457-0754add46f16 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/1025] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:48 2026] GET /v2.0/ports?device_id=f453d437-1f26-4434-8062-62f34a606cd4 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1026] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:48 2026] GET /v2.0/ports?device_id=660957bd-64f0-497c-99d2-240612768da6 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/1027] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:48 2026] GET /v2.0/security-groups?id=4317557f-7cc1-485d-8d3e-5b9b963dbb1b&fields=id&fields=name => generated 114 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1028] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:49 2026] GET /v2.0/security-groups?id=ba0fb810-5d8c-416f-ab2b-96c84c5055ad&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/1029] 199.204.45.65 () {34 vars in 992 bytes} [Thu Jun 18 04:34:49 2026] GET /v2.0/ports?device_id=660957bd-64f0-497c-99d2-240612768da6 => generated 969 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:34:49.167 8 INFO neutron_taas.services.taas.taas_plugin [req-23d8b318-677e-44d6-8ec6-57a200e8aed1 req-d8976df8-c465-48fb-952f-ef0077461541 b80a06e365224cdca40411c05160ac9e b5f0bb14aaec49e1a9f830a0688111f2 - - default default] TaaS: Handle Delete Port: 4f652f60-7ed2-4d9a-80f7-e02cd37caa1f 2026-06-18 04:34:49.170 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-23d8b318-677e-44d6-8ec6-57a200e8aed1 req-d8976df8-c465-48fb-952f-ef0077461541 b80a06e365224cdca40411c05160ac9e b5f0bb14aaec49e1a9f830a0688111f2 - - default default] Tap Mirror: Handle Delete Port: 4f652f60-7ed2-4d9a-80f7-e02cd37caa1f [pid: 7|app: 0|req: 462/1030] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:34:49 2026] DELETE /v2.0/security-groups/675701dc-f96f-417f-a9fe-378443a2c884 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:34:49.226 7 INFO neutron.api.v2.resource [None req-bf1ac83d-f7f9-44a8-b1bd-b09aaa22e1b8 7609c1c055224563abaec14e0d722533 16dcd6fefc644f44a8c725d2caa5ca44 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 463/1031] 10.0.0.149 () {32 vars in 736 bytes} [Thu Jun 18 04:34:49 2026] GET /v2.0/security-groups/675701dc-f96f-417f-a9fe-378443a2c884 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 04:34:49.289 8 INFO neutron.db.l3_db [req-23d8b318-677e-44d6-8ec6-57a200e8aed1 req-d8976df8-c465-48fb-952f-ef0077461541 b80a06e365224cdca40411c05160ac9e b5f0bb14aaec49e1a9f830a0688111f2 - - default default] Floating IP 0937bbbd-9107-4957-b4f4-2c3554a2e35e disassociated. External IP: 10.96.250.203, port: 4f652f60-7ed2-4d9a-80f7-e02cd37caa1f. 2026-06-18 04:34:49.333 7 INFO neutron_taas.services.taas.taas_plugin [None req-8334579a-4e1b-4cd4-ad1e-3af258ac007b 7609c1c055224563abaec14e0d722533 16dcd6fefc644f44a8c725d2caa5ca44 - - default default] TaaS: Handle Delete Port: e05a1c47-e0a5-4567-a10a-6d01c3a47b15 2026-06-18 04:34:49.337 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8334579a-4e1b-4cd4-ad1e-3af258ac007b 7609c1c055224563abaec14e0d722533 16dcd6fefc644f44a8c725d2caa5ca44 - - default default] Tap Mirror: Handle Delete Port: e05a1c47-e0a5-4567-a10a-6d01c3a47b15 [pid: 7|app: 0|req: 464/1032] 10.0.0.149 () {32 vars in 731 bytes} [Thu Jun 18 04:34:49 2026] DELETE /v2.0/floatingips/7862f692-7644-4028-a622-4b180cd6e43d => generated 0 bytes in 300 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1033] 199.204.45.65 () {36 vars in 995 bytes} [Thu Jun 18 04:34:49 2026] DELETE /v2.0/ports/4f652f60-7ed2-4d9a-80f7-e02cd37caa1f => generated 0 bytes in 613 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:34:49.703 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e6190e31-204c-428f-afe3-e4a7221c8971'] response: {'server_uuid': '660957bd-64f0-497c-99d2-240612768da6', 'name': 'network-vif-deleted', 'tag': '4f652f60-7ed2-4d9a-80f7-e02cd37caa1f', 'status': 'completed', 'code': 200} 2026-06-18 04:34:49.892 7 INFO neutron_taas.services.taas.taas_plugin [None req-ffd91ea0-4ab9-45c6-8f82-4062af224e49 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: 0e333d71-8791-4adf-bfdb-40fe1268169d 2026-06-18 04:34:49.895 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ffd91ea0-4ab9-45c6-8f82-4062af224e49 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: 0e333d71-8791-4adf-bfdb-40fe1268169d [pid: 8|app: 0|req: 570/1034] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:50 2026] GET /v2.0/ports?device_id=f453d437-1f26-4434-8062-62f34a606cd4 => generated 971 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1035] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:50 2026] GET /v2.0/ports?device_id=660957bd-64f0-497c-99d2-240612768da6 => 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: 572/1036] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:50 2026] GET /v2.0/security-groups?id=4317557f-7cc1-485d-8d3e-5b9b963dbb1b&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/1037] 10.0.0.149 () {34 vars in 788 bytes} [Thu Jun 18 04:34:49 2026] PUT /v2.0/routers/e783fe49-6d94-4e75-b6c1-53bf9c86b123/remove_router_interface => generated 309 bytes in 896 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:34:50.661 8 INFO neutron_taas.services.taas.taas_plugin [None req-e3fd1bd4-525b-4764-be7b-613a54f012c6 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: 45a87648-149a-4857-a6ee-cbd7499f9196 2026-06-18 04:34:50.664 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3fd1bd4-525b-4764-be7b-613a54f012c6 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: 45a87648-149a-4857-a6ee-cbd7499f9196 2026-06-18 04:34:50.918 8 INFO neutron_taas.services.taas.taas_plugin [None req-e3fd1bd4-525b-4764-be7b-613a54f012c6 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: baa4018f-4d88-4a24-b98e-a10a8fd78e74 2026-06-18 04:34:50.921 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3fd1bd4-525b-4764-be7b-613a54f012c6 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: baa4018f-4d88-4a24-b98e-a10a8fd78e74 [pid: 7|app: 0|req: 466/1038] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:34:50 2026] GET /v2.0/security-groups?tenant_id=ad24c441b87242d093a6f5aecd746d0e&name=default => generated 2925 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/1039] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:34:50 2026] DELETE /v2.0/security-groups/12df7c14-b20e-442a-8720-8c69594a3a30 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:34:51.250 8 INFO neutron.services.segments.plugin [-] Segment 46fc7305-6d38-4c46-9a6b-294f9c430371 resource provider aggregate not found 2026-06-18 04:34:51.263 8 INFO neutron.services.segments.plugin [-] Segment 46fc7305-6d38-4c46-9a6b-294f9c430371 resource provider aggregate not found 2026-06-18 04:34:51.281 8 INFO neutron.services.segments.plugin [-] Segment 46fc7305-6d38-4c46-9a6b-294f9c430371 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46fc7305-6d38-4c46-9a6b-294f9c430371 found for delete ", "request_id": "req-cf207549-998f-449c-b901-feb587cd288b"}]} 2026-06-18 04:34:51.282 8 INFO neutron.services.segments.plugin [-] Segment 46fc7305-6d38-4c46-9a6b-294f9c430371 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46fc7305-6d38-4c46-9a6b-294f9c430371 found for delete ", "request_id": "req-d958cec2-fbb1-4f5b-a1af-7bd90cc28597"}]} 2026-06-18 04:34:51.288 8 INFO neutron.db.l3_hamode_db [None req-e3fd1bd4-525b-4764-be7b-613a54f012c6 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] HA network e32626f8-6ce3-49e8-a57a-844b443c0a8e was deleted as no HA routers are present in tenant 16dcd6fefc644f44a8c725d2caa5ca44. [pid: 8|app: 0|req: 573/1040] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:34:50 2026] DELETE /v2.0/routers/e783fe49-6d94-4e75-b6c1-53bf9c86b123 => generated 0 bytes in 856 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/1041] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:34:51 2026] GET /v2.0/security-groups?tenant_id=1016fe66e8964ae6abce76ccac7e15d7&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/1042] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:34:51 2026] DELETE /v2.0/security-groups/916a5f33-be60-4658-86ac-dfb4e3dc5719 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/1043] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:51 2026] GET /v2.0/ports?device_id=660957bd-64f0-497c-99d2-240612768da6 => 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: 574/1044] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:34:51 2026] DELETE /v2.0/subnets/788f9434-9fd0-42b3-bce8-4ad558c6281a => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/1045] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:51 2026] GET /v2.0/ports?device_id=f453d437-1f26-4434-8062-62f34a606cd4 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/1046] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:51 2026] GET /v2.0/security-groups?id=4317557f-7cc1-485d-8d3e-5b9b963dbb1b&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:34:51.558 8 INFO neutron_taas.services.taas.taas_plugin [None req-d62503c1-167c-46e5-9049-450000d05df3 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: d74e37f1-4de1-4271-a221-a044b0a95f22 2026-06-18 04:34:51.560 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d62503c1-167c-46e5-9049-450000d05df3 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: d74e37f1-4de1-4271-a221-a044b0a95f22 [pid: 8|app: 0|req: 575/1047] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:34:51 2026] DELETE /v2.0/networks/2963bafb-ece4-469a-8dad-ae4f423ee474 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/1048] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:34:51 2026] GET /v2.0/security-groups?tenant_id=16dcd6fefc644f44a8c725d2caa5ca44&name=default => generated 2925 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1049] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:34:51 2026] DELETE /v2.0/security-groups/d4c1c46a-d044-4594-a3bf-99fed031d9d8 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/1050] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:52 2026] GET /v2.0/ports?device_id=660957bd-64f0-497c-99d2-240612768da6 => 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: 577/1051] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:52 2026] GET /v2.0/ports?device_id=f453d437-1f26-4434-8062-62f34a606cd4 => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/1052] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:52 2026] GET /v2.0/security-groups?id=4317557f-7cc1-485d-8d3e-5b9b963dbb1b&fields=id&fields=name => generated 114 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:34:53.303 8 INFO neutron.services.segments.plugin [-] Segment ac425494-63e7-47e0-a5b9-034bc3f07356 resource provider aggregate not found 2026-06-18 04:34:53.321 8 INFO neutron.services.segments.plugin [-] Segment ac425494-63e7-47e0-a5b9-034bc3f07356 resource provider aggregate not found 2026-06-18 04:34:53.339 8 INFO neutron.services.segments.plugin [-] Segment ac425494-63e7-47e0-a5b9-034bc3f07356 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac425494-63e7-47e0-a5b9-034bc3f07356 found for delete ", "request_id": "req-6d13cd64-4fd5-4969-b77d-cec63324009a"}]} 2026-06-18 04:34:53.340 8 INFO neutron.services.segments.plugin [-] Segment ac425494-63e7-47e0-a5b9-034bc3f07356 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac425494-63e7-47e0-a5b9-034bc3f07356 found for delete ", "request_id": "req-3390ef8a-7aa6-4db7-894f-77c0fcce078d"}]} [pid: 8|app: 0|req: 578/1053] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:34:53 2026] DELETE /v2.0/security-groups/ba0fb810-5d8c-416f-ab2b-96c84c5055ad => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:34:53.793 7 INFO neutron.api.v2.resource [None req-d2987c40-13d5-480c-9504-006560e04490 b80a06e365224cdca40411c05160ac9e b5f0bb14aaec49e1a9f830a0688111f2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 476/1054] 10.0.0.149 () {32 vars in 736 bytes} [Thu Jun 18 04:34:53 2026] GET /v2.0/security-groups/ba0fb810-5d8c-416f-ab2b-96c84c5055ad => generated 146 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/1055] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:53 2026] GET /v2.0/ports?device_id=f453d437-1f26-4434-8062-62f34a606cd4 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/1056] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:53 2026] GET /v2.0/security-groups?id=4317557f-7cc1-485d-8d3e-5b9b963dbb1b&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:34:53.931 8 INFO neutron_taas.services.taas.taas_plugin [None req-0136935c-f466-43ca-9a40-6ae87889f531 b80a06e365224cdca40411c05160ac9e b5f0bb14aaec49e1a9f830a0688111f2 - - default default] TaaS: Handle Delete Port: fe738f43-557e-4366-8cc3-ab928a573b24 2026-06-18 04:34:53.935 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0136935c-f466-43ca-9a40-6ae87889f531 b80a06e365224cdca40411c05160ac9e b5f0bb14aaec49e1a9f830a0688111f2 - - default default] Tap Mirror: Handle Delete Port: fe738f43-557e-4366-8cc3-ab928a573b24 [pid: 8|app: 0|req: 579/1057] 10.0.0.149 () {32 vars in 731 bytes} [Thu Jun 18 04:34:53 2026] DELETE /v2.0/floatingips/0937bbbd-9107-4957-b4f4-2c3554a2e35e => generated 0 bytes in 317 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1058] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:34:54 2026] GET /v2.0/ports?device_id=f453d437-1f26-4434-8062-62f34a606cd4 => 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: 581/1059] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:34:55 2026] GET /v2.0/security-groups?id=4317557f-7cc1-485d-8d3e-5b9b963dbb1b&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:34:55.168 7 INFO neutron_taas.services.taas.taas_plugin [None req-23321c26-84b4-447e-8ba9-7a99c24fc1f1 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: 2563ea06-6fca-4301-b493-5f59675b0b77 2026-06-18 04:34:55.171 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23321c26-84b4-447e-8ba9-7a99c24fc1f1 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: 2563ea06-6fca-4301-b493-5f59675b0b77 [pid: 7|app: 0|req: 479/1060] 10.0.0.149 () {34 vars in 788 bytes} [Thu Jun 18 04:34:54 2026] PUT /v2.0/routers/f092c269-4943-441b-93f4-b5731b82583f/remove_router_interface => generated 309 bytes in 1441 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:34:55.872 8 INFO neutron_taas.services.taas.taas_plugin [None req-66b7287d-21d6-4072-9182-6686eca93efb 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: 61410f4f-d621-43d2-a869-167d9c32d4f1 2026-06-18 04:34:55.874 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66b7287d-21d6-4072-9182-6686eca93efb 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: 61410f4f-d621-43d2-a869-167d9c32d4f1 2026-06-18 04:34:56.149 8 INFO neutron_taas.services.taas.taas_plugin [None req-66b7287d-21d6-4072-9182-6686eca93efb 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: 5729fd9d-cbbb-4ca3-8e3f-a2562315a375 2026-06-18 04:34:56.153 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66b7287d-21d6-4072-9182-6686eca93efb 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: 5729fd9d-cbbb-4ca3-8e3f-a2562315a375 2026-06-18 04:34:56.599 8 INFO neutron.services.segments.plugin [-] Segment a53bd967-03c4-426a-bf86-d1abe864e156 resource provider aggregate not found 2026-06-18 04:34:56.607 8 INFO neutron.services.segments.plugin [-] Segment a53bd967-03c4-426a-bf86-d1abe864e156 resource provider aggregate not found 2026-06-18 04:34:56.622 8 INFO neutron.services.segments.plugin [-] Segment a53bd967-03c4-426a-bf86-d1abe864e156 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a53bd967-03c4-426a-bf86-d1abe864e156 found for delete ", "request_id": "req-e908fd57-a5bf-4fbe-bd4a-d6aaf7875c31"}]} 2026-06-18 04:34:56.629 8 INFO neutron.services.segments.plugin [-] Segment a53bd967-03c4-426a-bf86-d1abe864e156 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a53bd967-03c4-426a-bf86-d1abe864e156 found for delete ", "request_id": "req-497ff76e-9fb6-4e13-8168-8fe357ad9f5f"}]} 2026-06-18 04:34:56.638 8 INFO neutron.db.l3_hamode_db [None req-66b7287d-21d6-4072-9182-6686eca93efb 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] HA network dc3c93cf-feec-4d8b-b69c-0461b1df1065 was deleted as no HA routers are present in tenant b5f0bb14aaec49e1a9f830a0688111f2. [pid: 8|app: 0|req: 582/1061] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:34:55 2026] DELETE /v2.0/routers/f092c269-4943-441b-93f4-b5731b82583f => generated 0 bytes in 986 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/1062] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:34:56 2026] DELETE /v2.0/subnets/ed476a9c-94d9-469b-a81f-63809eb6a9e6 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:34:56.920 8 INFO neutron_taas.services.taas.taas_plugin [None req-e9829d52-d4d8-4b23-bd5a-f4ad719a55f3 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: fe1ca3e2-0216-40bb-a50d-13c8a952f14f 2026-06-18 04:34:56.922 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9829d52-d4d8-4b23-bd5a-f4ad719a55f3 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: fe1ca3e2-0216-40bb-a50d-13c8a952f14f [pid: 8|app: 0|req: 583/1063] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:34:56 2026] DELETE /v2.0/networks/85b65c74-1ed7-44a0-bba3-425281e1de4d => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/1064] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:34:57 2026] GET /v2.0/security-groups?tenant_id=b5f0bb14aaec49e1a9f830a0688111f2&name=default => generated 2921 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1065] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:34:57 2026] DELETE /v2.0/security-groups/238fe30b-aae3-41c4-9793-9df0a6c16e49 => 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: 585/1066] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:34:57 2026] GET /v2.0/security-groups?tenant_id=c5dbd934423748e4a0d53ca2dcab1c4c&name=default => generated 2925 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1067] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:34:57 2026] DELETE /v2.0/security-groups/37844eac-a5ef-4f90-bf6f-fb26cee50dfc => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/1068] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:34:57 2026] GET /v2.0/security-groups?tenant_id=91b07b857a784cf3ba343903afef8c7d&name=default => generated 2925 bytes in 458 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1069] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:34:57 2026] DELETE /v2.0/security-groups/050c6259-4c0b-4582-822a-b974d44d0c1b => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/1070] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:34:58 2026] GET /v2.0/security-groups?tenant_id=3b2e1f840abf47f583c22d6b498965a9&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1071] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:34:58 2026] DELETE /v2.0/security-groups/4cbc0085-2f5b-4648-a56f-f3bc78e0605a => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/1072] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:34:58 2026] GET /v2.0/security-groups?tenant_id=a4658f93cf37408bbde4a636970b3db9&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1073] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:34:58 2026] DELETE /v2.0/security-groups/e726ad05-8901-4122-8799-e7f7f2870f23 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:34:58.648 8 INFO neutron.services.segments.plugin [-] Segment 7f5487e2-5792-4dfc-822a-62070490aea6 resource provider aggregate not found 2026-06-18 04:34:58.652 8 INFO neutron.services.segments.plugin [-] Segment 7f5487e2-5792-4dfc-822a-62070490aea6 resource provider aggregate not found 2026-06-18 04:34:58.666 8 INFO neutron.services.segments.plugin [-] Segment 7f5487e2-5792-4dfc-822a-62070490aea6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f5487e2-5792-4dfc-822a-62070490aea6 found for delete ", "request_id": "req-e8bead13-96f1-4f3a-8bb1-89c38318a79a"}]} 2026-06-18 04:34:58.667 8 INFO neutron.services.segments.plugin [-] Segment 7f5487e2-5792-4dfc-822a-62070490aea6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f5487e2-5792-4dfc-822a-62070490aea6 found for delete ", "request_id": "req-3a925343-58c6-415e-97bf-25abda136a06"}]} [pid: 7|app: 0|req: 485/1076] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:35:00 2026] GET /v2.0/security-groups?tenant_id=aba594fb71194c708f21a270753d599b&name=default => generated 2925 bytes in 395 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1077] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:35:00 2026] DELETE /v2.0/security-groups/8efbf3c1-e038-436e-8ffe-a083899e4291 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/1078] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:35:02 2026] GET /v2.0/security-groups?tenant_id=21cf947027f744efbdaf10f4b74ad91f&name=default => generated 2925 bytes in 356 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1079] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:35:02 2026] DELETE /v2.0/security-groups/8c17abf4-c4a7-4664-9ec3-3acfcc204854 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/1080] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:35:02 2026] GET /v2.0/security-groups?tenant_id=a4ec6559dfcf48cc8ae36f2bb7c8ebcb&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: 594/1081] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:35:03 2026] DELETE /v2.0/security-groups/761c2173-e253-48fb-af32-93dcf43206a1 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/1082] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jun 18 04:35:03 2026] GET /v2.0/ports?device_id=f453d437-1f26-4434-8062-62f34a606cd4 => generated 1240 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1083] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jun 18 04:35:03 2026] GET /v2.0/security-groups?id=4317557f-7cc1-485d-8d3e-5b9b963dbb1b&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/1084] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:35:05 2026] GET /v2.0/security-groups?tenant_id=db7967e973af49bdac0982977fb96300&name=default => generated 2925 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1085] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:35:05 2026] DELETE /v2.0/security-groups/b64b3593-f2e2-4762-9993-93212fdba91a => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/1086] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:35:05 2026] GET /v2.0/security-groups?tenant_id=adfa456b78614d49bb77f73aef6a7a01&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1087] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:35:06 2026] GET /v2.0/security-groups?tenant_id=7c66d922125042219ffb4b812ee085e4&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/1088] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:35:06 2026] DELETE /v2.0/security-groups/3af47b31-d4d1-499b-a16e-e21373729d7e => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/1089] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:35:06 2026] DELETE /v2.0/security-groups/98bd9c7d-30bd-4f63-a9ce-1287730d378c => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1090] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:35:06 2026] GET /v2.0/security-groups?tenant_id=d19e9b96836743d3a6c5227b76c6a001&name=default => generated 2925 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/1091] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:35:06 2026] GET /v2.0/security-groups?tenant_id=b9d69d4a5488413883651f740cc4b08d&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1092] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:35:06 2026] DELETE /v2.0/security-groups/0e56d015-a8fb-4f7a-adad-e495e026c730 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/1093] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:35:06 2026] DELETE /v2.0/security-groups/2cfaa7fa-be54-4995-9b5c-43afa2c4863d => 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: 600/1094] 10.0.0.149 () {34 vars in 683 bytes} [Thu Jun 18 04:35:08 2026] POST /v2.0/security-groups => generated 1625 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/1095] 10.0.0.149 () {32 vars in 662 bytes} [Thu Jun 18 04:35:08 2026] GET /v2.0/security-groups => generated 4530 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1096] 10.0.0.149 () {34 vars in 757 bytes} [Thu Jun 18 04:35:08 2026] PUT /v2.0/security-groups/01d44195-22e1-4d12-a83c-4a17b8425f2e => generated 1664 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/1097] 10.0.0.149 () {32 vars in 736 bytes} [Thu Jun 18 04:35:09 2026] GET /v2.0/security-groups/01d44195-22e1-4d12-a83c-4a17b8425f2e => generated 1664 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1098] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:35:09 2026] DELETE /v2.0/security-groups/01d44195-22e1-4d12-a83c-4a17b8425f2e => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/1099] 10.0.0.149 () {32 vars in 662 bytes} [Thu Jun 18 04:35:09 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) 2026-06-18 04:35:09.222 8 INFO neutron.api.v2.resource [None req-65b5ea93-4ad1-4465-a2c4-e06a864d72c8 78210e696b62484ab49eef521f5b85da 46ae6a156645458a981819cf5b4a16cd - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 603/1100] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:35:09 2026] DELETE /v2.0/security-groups/01d44195-22e1-4d12-a83c-4a17b8425f2e => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1101] 10.0.0.149 () {34 vars in 683 bytes} [Thu Jun 18 04:35:09 2026] POST /v2.0/security-groups => generated 1625 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1102] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:35:09 2026] POST /v2.0/security-group-rules => generated 601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1103] 10.0.0.149 () {32 vars in 746 bytes} [Thu Jun 18 04:35:09 2026] GET /v2.0/security-group-rules/bd440c4c-caec-4109-a4e6-26f2040a3c1f => generated 601 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1104] 10.0.0.149 () {32 vars in 672 bytes} [Thu Jun 18 04:35:09 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1105] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:35:09 2026] GET /v2.0/security-groups?tenant_id=3ddbcb90a4244c358c44747a05de2f53&name=default => generated 2925 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1106] 10.0.0.149 () {32 vars in 749 bytes} [Thu Jun 18 04:35:09 2026] DELETE /v2.0/security-group-rules/bd440c4c-caec-4109-a4e6-26f2040a3c1f => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1107] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:35:09 2026] DELETE /v2.0/security-groups/72619321-f677-47ad-9ed3-770e3435f1c8 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1108] 10.0.0.149 () {32 vars in 672 bytes} [Thu Jun 18 04:35:09 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1109] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:35:09 2026] POST /v2.0/security-group-rules => generated 601 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1110] 10.0.0.149 () {32 vars in 746 bytes} [Thu Jun 18 04:35:09 2026] GET /v2.0/security-group-rules/ef51f86b-816d-41ad-bdd6-c8c3e602e9c7 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1111] 10.0.0.149 () {32 vars in 672 bytes} [Thu Jun 18 04:35:09 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1112] 10.0.0.149 () {32 vars in 749 bytes} [Thu Jun 18 04:35:09 2026] DELETE /v2.0/security-group-rules/ef51f86b-816d-41ad-bdd6-c8c3e602e9c7 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1113] 10.0.0.149 () {32 vars in 672 bytes} [Thu Jun 18 04:35:10 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1114] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:35:10 2026] POST /v2.0/security-group-rules => generated 602 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1115] 10.0.0.149 () {32 vars in 746 bytes} [Thu Jun 18 04:35:10 2026] GET /v2.0/security-group-rules/4ccf2f1d-5797-49cc-9d1e-967a33d2de2e => generated 602 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1116] 10.0.0.149 () {32 vars in 672 bytes} [Thu Jun 18 04:35:10 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1117] 10.0.0.149 () {32 vars in 749 bytes} [Thu Jun 18 04:35:10 2026] DELETE /v2.0/security-group-rules/4ccf2f1d-5797-49cc-9d1e-967a33d2de2e => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1118] 10.0.0.149 () {32 vars in 672 bytes} [Thu Jun 18 04:35:10 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1119] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:35:10 2026] GET /v2.0/security-groups?tenant_id=c71054fa6bb74461898fe2101d26dbd1&name=default => generated 2925 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1120] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:35:10 2026] DELETE /v2.0/security-groups/5e1efabe-3d7c-4fd5-a0ff-af1f1f317148 => 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: 610/1121] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:35:10 2026] DELETE /v2.0/security-groups/864cc5d1-aa03-48ba-bf60-ecb76aa2de09 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1122] 10.0.0.149 () {32 vars in 662 bytes} [Thu Jun 18 04:35:10 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1123] 10.0.0.149 () {32 vars in 662 bytes} [Thu Jun 18 04:35:10 2026] GET /v2.0/security-groups => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1124] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:35:10 2026] GET /v2.0/security-groups?tenant_id=a37657621c7147c7bfaa5bc802267151&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1125] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:35:10 2026] DELETE /v2.0/security-groups/6f418ae8-371e-49ec-8e98-f901f611ab7d => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1126] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:35:11 2026] GET /v2.0/security-groups?tenant_id=46ae6a156645458a981819cf5b4a16cd&name=default => generated 2925 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1127] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:35:11 2026] DELETE /v2.0/security-groups/0c8e48ed-e929-47c1-978a-c5fbcc1ad21e => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1128] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:35:12 2026] GET /v2.0/security-groups?tenant_id=f98b893a56104649a4ea6de7458fd0be&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1129] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:35:12 2026] DELETE /v2.0/security-groups/0bc8cd73-f38c-4799-a6b9-bac88e8bcad9 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1130] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:35:13 2026] GET /v2.0/ports?device_id=f453d437-1f26-4434-8062-62f34a606cd4 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1131] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:35:13 2026] GET /v2.0/security-groups?id=4317557f-7cc1-485d-8d3e-5b9b963dbb1b&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1132] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:35:13 2026] GET /v2.0/ports?device_id=f453d437-1f26-4434-8062-62f34a606cd4 => 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: 616/1133] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:35:13 2026] GET /v2.0/security-groups?id=4317557f-7cc1-485d-8d3e-5b9b963dbb1b&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1134] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:35:14 2026] GET /v2.0/ports?device_id=f453d437-1f26-4434-8062-62f34a606cd4 => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1135] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:35:14 2026] GET /v2.0/security-groups?id=4317557f-7cc1-485d-8d3e-5b9b963dbb1b&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-06-18 04:35:14.959 7 INFO neutron.db.segments_db [None req-9831ba46-caeb-4b2a-b777-c40940d2a28f aecafca5c5494cd0a061aea9f4f1ebf4 a82a173fe27c404cbac7d7db3e668fcc - - default default] Added segment 53e4fbea-f17c-43ad-beed-487fd16f52e2 of type vxlan for network 0f61af36-7779-47d5-b366-e38b57476f00 2026-06-18 04:35:15.021 7 INFO neutron.db.segments_db [None req-9831ba46-caeb-4b2a-b777-c40940d2a28f aecafca5c5494cd0a061aea9f4f1ebf4 a82a173fe27c404cbac7d7db3e668fcc - - default default] Added segment 8cf21d08-ed22-4eed-9cea-5f062c942782 of type vxlan for network d842d255-0421-4adf-9804-ffdd1c9f9e15 [pid: 7|app: 0|req: 518/1136] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:35:14 2026] POST /v2.0/networks => generated 1207 bytes in 568 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1137] 10.0.0.149 () {32 vars in 648 bytes} [Thu Jun 18 04:35:15 2026] GET /v2.0/networks => generated 1844 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:35:15.366 7 INFO neutron.services.segments.plugin [-] Segment 53e4fbea-f17c-43ad-beed-487fd16f52e2 resource provider aggregate not found 2026-06-18 04:35:15.379 7 INFO neutron.services.segments.plugin [-] Segment 53e4fbea-f17c-43ad-beed-487fd16f52e2 resource provider aggregate not found 2026-06-18 04:35:15.405 7 INFO neutron.services.segments.plugin [-] Segment 53e4fbea-f17c-43ad-beed-487fd16f52e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53e4fbea-f17c-43ad-beed-487fd16f52e2 found for delete ", "request_id": "req-a741bf02-8e01-4fcc-a1fb-f804afb11c7d"}]} 2026-06-18 04:35:15.412 7 INFO neutron.services.segments.plugin [-] Segment 53e4fbea-f17c-43ad-beed-487fd16f52e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53e4fbea-f17c-43ad-beed-487fd16f52e2 found for delete ", "request_id": "req-0f88eb5c-f603-45c3-be67-a5e02ccc03df"}]} [pid: 7|app: 0|req: 519/1138] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:35:15 2026] DELETE /v2.0/networks/0f61af36-7779-47d5-b366-e38b57476f00 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:35:15.593 8 INFO neutron.services.segments.plugin [-] Segment 8cf21d08-ed22-4eed-9cea-5f062c942782 resource provider aggregate not found 2026-06-18 04:35:15.602 8 INFO neutron.services.segments.plugin [-] Segment 8cf21d08-ed22-4eed-9cea-5f062c942782 resource provider aggregate not found 2026-06-18 04:35:15.623 8 INFO neutron.services.segments.plugin [-] Segment 8cf21d08-ed22-4eed-9cea-5f062c942782 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8cf21d08-ed22-4eed-9cea-5f062c942782 found for delete ", "request_id": "req-2650c44c-df5c-4811-9adf-3f8dc10592ef"}]} [pid: 8|app: 0|req: 620/1141] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:35:15 2026] DELETE /v2.0/networks/d842d255-0421-4adf-9804-ffdd1c9f9e15 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:35:15.641 8 INFO neutron.services.segments.plugin [-] Segment 8cf21d08-ed22-4eed-9cea-5f062c942782 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8cf21d08-ed22-4eed-9cea-5f062c942782 found for delete ", "request_id": "req-ab43b75f-af23-493d-adf9-c82093344e25"}]} [pid: 7|app: 0|req: 522/1142] 10.0.0.149 () {32 vars in 648 bytes} [Thu Jun 18 04:35:15 2026] GET /v2.0/networks => generated 651 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:35:15.781 8 INFO neutron.db.segments_db [None req-3b27ec14-a7d5-4b3e-bde6-8a048a6c824c aecafca5c5494cd0a061aea9f4f1ebf4 a82a173fe27c404cbac7d7db3e668fcc - - default default] Added segment 26bac70c-3bcc-49ad-8fcd-d2b359b563cc of type vxlan for network a521ff28-96b2-4bb8-86f6-7042625a1813 [pid: 7|app: 0|req: 523/1143] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:35:15 2026] GET /v2.0/ports?device_id=f453d437-1f26-4434-8062-62f34a606cd4 => 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: 621/1144] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:35:15 2026] POST /v2.0/networks => generated 631 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1145] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:35:15 2026] GET /v2.0/security-groups?id=4317557f-7cc1-485d-8d3e-5b9b963dbb1b&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:35:15.942 8 INFO neutron.db.segments_db [None req-5476a81a-ca0d-40c2-8615-3464f252cee3 aecafca5c5494cd0a061aea9f4f1ebf4 a82a173fe27c404cbac7d7db3e668fcc - - default default] Added segment a27f3105-919b-4625-8f6a-7ba0d7e8d90c of type vxlan for network beaeac91-ed6b-430e-a374-9d5b7a51fb42 [pid: 7|app: 0|req: 525/1146] 199.204.45.65 () {34 vars in 992 bytes} [Thu Jun 18 04:35:15 2026] GET /v2.0/ports?device_id=f453d437-1f26-4434-8062-62f34a606cd4 => 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: 622/1147] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:35:15 2026] POST /v2.0/networks => generated 631 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:35:16.171 7 INFO neutron_taas.services.taas.taas_plugin [req-d1eba08b-a7c4-41fc-8003-98f0ae0a164d req-b56e56dc-1504-4f10-9260-14c1ce73598b 0f7e4d6f76d0455bb2490903df13c090 a2812d24de3945d1a51793d39d597330 - - default default] TaaS: Handle Delete Port: f5bd41af-f7c3-403d-9bc7-884a361107c9 2026-06-18 04:35:16.175 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d1eba08b-a7c4-41fc-8003-98f0ae0a164d req-b56e56dc-1504-4f10-9260-14c1ce73598b 0f7e4d6f76d0455bb2490903df13c090 a2812d24de3945d1a51793d39d597330 - - default default] Tap Mirror: Handle Delete Port: f5bd41af-f7c3-403d-9bc7-884a361107c9 2026-06-18 04:35:16.320 7 INFO neutron.db.l3_db [req-d1eba08b-a7c4-41fc-8003-98f0ae0a164d req-b56e56dc-1504-4f10-9260-14c1ce73598b 0f7e4d6f76d0455bb2490903df13c090 a2812d24de3945d1a51793d39d597330 - - default default] Floating IP f7923d04-77a5-4114-9092-92da9fb3dd76 disassociated. External IP: 10.96.250.212, port: f5bd41af-f7c3-403d-9bc7-884a361107c9. [pid: 7|app: 0|req: 526/1148] 199.204.45.65 () {36 vars in 995 bytes} [Thu Jun 18 04:35:15 2026] DELETE /v2.0/ports/f5bd41af-f7c3-403d-9bc7-884a361107c9 => generated 0 bytes in 751 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:35:16.788 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-03bcec54-7b6d-4ea6-b06d-063e7c51b1e8'] response: {'server_uuid': 'f453d437-1f26-4434-8062-62f34a606cd4', 'name': 'network-vif-deleted', 'tag': 'f5bd41af-f7c3-403d-9bc7-884a361107c9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 623/1149] 10.0.0.149 () {34 vars in 664 bytes} [Thu Jun 18 04:35:16 2026] POST /v2.0/ports => generated 1505 bytes in 714 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: 624/1150] 10.0.0.149 () {32 vars in 642 bytes} [Thu Jun 18 04:35:16 2026] GET /v2.0/ports => generated 1505 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:35:17.000 8 INFO neutron_taas.services.taas.taas_plugin [None req-f8e1822e-5488-4c4e-b3a5-df485273632e aecafca5c5494cd0a061aea9f4f1ebf4 a82a173fe27c404cbac7d7db3e668fcc - - default default] TaaS: Handle Delete Port: d7a84a95-49d4-4161-aa15-a4f4b2f14e48 2026-06-18 04:35:17.002 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8e1822e-5488-4c4e-b3a5-df485273632e aecafca5c5494cd0a061aea9f4f1ebf4 a82a173fe27c404cbac7d7db3e668fcc - - default default] Tap Mirror: Handle Delete Port: d7a84a95-49d4-4161-aa15-a4f4b2f14e48 [pid: 8|app: 0|req: 625/1151] 10.0.0.149 () {32 vars in 719 bytes} [Thu Jun 18 04:35:16 2026] DELETE /v2.0/ports/d7a84a95-49d4-4161-aa15-a4f4b2f14e48 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1152] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:35:17 2026] GET /v2.0/ports?device_id=f453d437-1f26-4434-8062-62f34a606cd4 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1153] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:35:16 2026] GET /v2.0/security-groups?tenant_id=313906b511024bc79a8a0ec957eb6612&name=default => generated 2925 bytes in 462 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:35:17.219 8 INFO neutron_taas.services.taas.taas_plugin [None req-eaba1615-62ea-4488-91f9-c652690cccf9 aecafca5c5494cd0a061aea9f4f1ebf4 a82a173fe27c404cbac7d7db3e668fcc - - default default] TaaS: Handle Delete Port: 90455c23-7c19-41bf-96e2-b84c88bf4c50 2026-06-18 04:35:17.223 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eaba1615-62ea-4488-91f9-c652690cccf9 aecafca5c5494cd0a061aea9f4f1ebf4 a82a173fe27c404cbac7d7db3e668fcc - - default default] Tap Mirror: Handle Delete Port: 90455c23-7c19-41bf-96e2-b84c88bf4c50 [pid: 8|app: 0|req: 627/1154] 10.0.0.149 () {32 vars in 719 bytes} [Thu Jun 18 04:35:17 2026] DELETE /v2.0/ports/90455c23-7c19-41bf-96e2-b84c88bf4c50 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1155] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:35:17 2026] DELETE /v2.0/security-groups/92276253-16ec-488e-bb3f-61af53ed0d01 => 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: 628/1156] 10.0.0.149 () {32 vars in 642 bytes} [Thu Jun 18 04:35:17 2026] GET /v2.0/ports => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:35:17.414 7 INFO neutron.db.segments_db [None req-ae5572d0-4edd-4c34-a83e-76b05041627d aecafca5c5494cd0a061aea9f4f1ebf4 a82a173fe27c404cbac7d7db3e668fcc - - default default] Added segment cf176189-943f-4543-9bca-69677439edc9 of type vxlan for network c0a3e17e-ebdd-490d-b887-b08acd4e3a72 [pid: 7|app: 0|req: 529/1157] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:35:17 2026] POST /v2.0/networks => generated 631 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:35:17.610 7 INFO neutron.db.segments_db [None req-f8d83281-b588-41e6-8780-4106bcb79ed1 aecafca5c5494cd0a061aea9f4f1ebf4 a82a173fe27c404cbac7d7db3e668fcc - - default default] Added segment e74cf7ba-78f6-4297-af47-a404defa8d4d of type vxlan for network 6f0e6faa-cdcb-40bb-b61a-ded8ec8f3838 [pid: 8|app: 0|req: 629/1158] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:35:17 2026] GET /v2.0/security-groups?tenant_id=fa8d9d286e4142699ca90eeb705c8744&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1159] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:35:17 2026] POST /v2.0/networks => generated 631 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1160] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:35:17 2026] DELETE /v2.0/security-groups/b1d33db9-e0ed-4338-b34b-08f2304640fd => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1161] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:35:17 2026] GET /v2.0/security-groups?tenant_id=b5bf5bb8b3f346fab05d05565df0a906&name=default => generated 2925 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1162] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:35:17 2026] DELETE /v2.0/security-groups/63e6f7c5-f7b3-40e2-88dc-f17f41fa3094 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1163] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:35:18 2026] GET /v2.0/ports?device_id=f453d437-1f26-4434-8062-62f34a606cd4 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1164] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:35:17 2026] POST /v2.0/subnets => generated 1274 bytes in 518 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1165] 10.0.0.149 () {32 vars in 646 bytes} [Thu Jun 18 04:35:18 2026] GET /v2.0/subnets => generated 1910 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1166] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:35:18 2026] GET /v2.0/security-groups?tenant_id=fc492615e76b4ebf995f545721030304&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1167] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:35:18 2026] DELETE /v2.0/subnets/d278df1f-ab75-4f97-a89a-79f1f06976e7 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1168] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:35:18 2026] DELETE /v2.0/security-groups/5c49504a-391e-4268-9743-5d05c3d8cc9d => 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: 634/1169] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:35:18 2026] DELETE /v2.0/subnets/bb000264-8c3d-441a-a481-cbaf6705215a => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1170] 10.0.0.149 () {32 vars in 646 bytes} [Thu Jun 18 04:35:18 2026] GET /v2.0/subnets => generated 649 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:35:18.816 8 INFO neutron.services.segments.plugin [-] Segment e74cf7ba-78f6-4297-af47-a404defa8d4d resource provider aggregate not found 2026-06-18 04:35:18.821 8 INFO neutron.services.segments.plugin [-] Segment e74cf7ba-78f6-4297-af47-a404defa8d4d resource provider aggregate not found 2026-06-18 04:35:18.850 8 INFO neutron.services.segments.plugin [-] Segment e74cf7ba-78f6-4297-af47-a404defa8d4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e74cf7ba-78f6-4297-af47-a404defa8d4d found for delete ", "request_id": "req-6feab6b3-e75b-4e84-ac8c-0dd78efc628a"}]} [pid: 8|app: 0|req: 635/1171] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:35:18 2026] DELETE /v2.0/networks/6f0e6faa-cdcb-40bb-b61a-ded8ec8f3838 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:35:18.856 8 INFO neutron.services.segments.plugin [-] Segment e74cf7ba-78f6-4297-af47-a404defa8d4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e74cf7ba-78f6-4297-af47-a404defa8d4d found for delete ", "request_id": "req-adb6eddf-534a-4be1-9ef7-a16c3bcae845"}]} 2026-06-18 04:35:18.972 7 INFO neutron.services.segments.plugin [-] Segment cf176189-943f-4543-9bca-69677439edc9 resource provider aggregate not found 2026-06-18 04:35:18.977 7 INFO neutron.services.segments.plugin [-] Segment cf176189-943f-4543-9bca-69677439edc9 resource provider aggregate not found 2026-06-18 04:35:18.995 7 INFO neutron.services.segments.plugin [-] Segment cf176189-943f-4543-9bca-69677439edc9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf176189-943f-4543-9bca-69677439edc9 found for delete ", "request_id": "req-8a1fea7a-a012-4514-8841-de2cc8986eaf"}]} 2026-06-18 04:35:18.998 7 INFO neutron.services.segments.plugin [-] Segment cf176189-943f-4543-9bca-69677439edc9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf176189-943f-4543-9bca-69677439edc9 found for delete ", "request_id": "req-c5142100-9c75-4803-a202-ad2c04eaa220"}]} [pid: 7|app: 0|req: 537/1172] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:35:18 2026] DELETE /v2.0/networks/c0a3e17e-ebdd-490d-b887-b08acd4e3a72 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1173] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:35:19 2026] DELETE /v2.0/networks/beaeac91-ed6b-430e-a374-9d5b7a51fb42 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1174] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:35:19 2026] GET /v2.0/ports?device_id=f453d437-1f26-4434-8062-62f34a606cd4 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1175] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:35:19 2026] DELETE /v2.0/networks/a521ff28-96b2-4bb8-86f6-7042625a1813 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1176] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:35:19 2026] GET /v2.0/security-groups?tenant_id=a82a173fe27c404cbac7d7db3e668fcc&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1177] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:35:19 2026] DELETE /v2.0/security-groups/b7f9c599-20dd-46ba-8ec9-b7eb822bcce7 => 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: 639/1178] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:35:20 2026] DELETE /v2.0/security-groups/4317557f-7cc1-485d-8d3e-5b9b963dbb1b => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:35:20.527 7 INFO neutron.api.v2.resource [None req-08908090-237b-4010-9196-9af9666e949e 0f7e4d6f76d0455bb2490903df13c090 a2812d24de3945d1a51793d39d597330 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 540/1179] 10.0.0.149 () {32 vars in 736 bytes} [Thu Jun 18 04:35:20 2026] GET /v2.0/security-groups/4317557f-7cc1-485d-8d3e-5b9b963dbb1b => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 04:35:20.642 8 INFO neutron_taas.services.taas.taas_plugin [None req-6ada24f9-5b83-46f3-a1ef-56cf8e50c530 0f7e4d6f76d0455bb2490903df13c090 a2812d24de3945d1a51793d39d597330 - - default default] TaaS: Handle Delete Port: bd814990-09ee-4bca-88a4-31481d84e39f 2026-06-18 04:35:20.645 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ada24f9-5b83-46f3-a1ef-56cf8e50c530 0f7e4d6f76d0455bb2490903df13c090 a2812d24de3945d1a51793d39d597330 - - default default] Tap Mirror: Handle Delete Port: bd814990-09ee-4bca-88a4-31481d84e39f [pid: 8|app: 0|req: 640/1180] 10.0.0.149 () {32 vars in 731 bytes} [Thu Jun 18 04:35:20 2026] DELETE /v2.0/floatingips/f7923d04-77a5-4114-9092-92da9fb3dd76 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:35:20.866 8 INFO neutron.services.segments.plugin [-] Segment a27f3105-919b-4625-8f6a-7ba0d7e8d90c resource provider aggregate not found 2026-06-18 04:35:20.877 8 INFO neutron.services.segments.plugin [-] Segment a27f3105-919b-4625-8f6a-7ba0d7e8d90c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a27f3105-919b-4625-8f6a-7ba0d7e8d90c found for delete ", "request_id": "req-8ed725ae-4fad-4a33-8da7-a654d5361ecc"}]} 2026-06-18 04:35:20.882 8 INFO neutron.services.segments.plugin [-] Segment a27f3105-919b-4625-8f6a-7ba0d7e8d90c resource provider aggregate not found 2026-06-18 04:35:20.895 8 INFO neutron.services.segments.plugin [-] Segment a27f3105-919b-4625-8f6a-7ba0d7e8d90c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a27f3105-919b-4625-8f6a-7ba0d7e8d90c found for delete ", "request_id": "req-c4226aa0-8c20-4996-8b1f-2623c5105f98"}]} 2026-06-18 04:35:21.027 7 INFO neutron.services.segments.plugin [-] Segment 26bac70c-3bcc-49ad-8fcd-d2b359b563cc resource provider aggregate not found 2026-06-18 04:35:21.030 7 INFO neutron.services.segments.plugin [-] Segment 26bac70c-3bcc-49ad-8fcd-d2b359b563cc resource provider aggregate not found 2026-06-18 04:35:21.048 7 INFO neutron.services.segments.plugin [-] Segment 26bac70c-3bcc-49ad-8fcd-d2b359b563cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26bac70c-3bcc-49ad-8fcd-d2b359b563cc found for delete ", "request_id": "req-38df844e-1fc7-4498-82df-0a54f46f17b1"}]} 2026-06-18 04:35:21.050 7 INFO neutron.services.segments.plugin [-] Segment 26bac70c-3bcc-49ad-8fcd-d2b359b563cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26bac70c-3bcc-49ad-8fcd-d2b359b563cc found for delete ", "request_id": "req-e244a745-3c92-4f08-910a-2af034ea3835"}]} 2026-06-18 04:35:21.190 7 INFO neutron_taas.services.taas.taas_plugin [None req-61a45221-a73c-4297-ad1a-e0ae1f15458d 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: 94d6a346-6a15-4d33-9732-3c2a304c96b1 2026-06-18 04:35:21.193 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61a45221-a73c-4297-ad1a-e0ae1f15458d 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: 94d6a346-6a15-4d33-9732-3c2a304c96b1 [pid: 8|app: 0|req: 641/1181] 10.0.0.216 () {32 vars in 801 bytes} [Thu Jun 18 04:35:21 2026] GET /v2.0/extensions => generated 21537 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1182] 10.0.0.216 () {30 vars in 723 bytes} [Thu Jun 18 04:35:21 2026] GET /v2.0/quotas/d7175cdfb1e340d5aacfa4f8baa80d2a/details => generated 847 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1183] 10.0.0.149 () {34 vars in 788 bytes} [Thu Jun 18 04:35:20 2026] PUT /v2.0/routers/2f41ab15-fcf6-4d43-ae38-ead9b9c162b7/remove_router_interface => generated 309 bytes in 901 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:35:21.950 8 INFO neutron_taas.services.taas.taas_plugin [None req-a1dcbfa6-077e-445c-84e6-1adbbed721f9 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: 291401d9-7f5e-4fd2-a591-a56a70836cfd 2026-06-18 04:35:21.953 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1dcbfa6-077e-445c-84e6-1adbbed721f9 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: 291401d9-7f5e-4fd2-a591-a56a70836cfd 2026-06-18 04:35:21.995 7 INFO neutron.db.segments_db [None req-b2002f77-f172-44fa-bf97-3abbd17ae8c3 f7fb871536d544c6b977a5b5190c2a34 0019c58afc0c469793f745951a6ddaaa - - default default] Added segment 7f3617a8-92de-4281-ae15-8ba5a47d3c4e of type vxlan for network 57c1440f-3d2f-45de-ba19-597224f15030 [pid: 7|app: 0|req: 542/1184] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:35:21 2026] POST /v2.0/networks => generated 628 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:35:22.204 8 INFO neutron_taas.services.taas.taas_plugin [None req-a1dcbfa6-077e-445c-84e6-1adbbed721f9 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: db8408b2-3ed9-47c1-a9ae-7018542c4b6d 2026-06-18 04:35:22.209 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1dcbfa6-077e-445c-84e6-1adbbed721f9 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: db8408b2-3ed9-47c1-a9ae-7018542c4b6d [pid: 7|app: 0|req: 543/1185] 10.0.0.149 () {34 vars in 664 bytes} [Thu Jun 18 04:35:22 2026] POST /v2.0/ports => generated 779 bytes in 364 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-06-18 04:35:22.542 7 INFO neutron.db.segments_db [None req-800777bb-bd47-40ce-b90b-08fcedcc080c f7fb871536d544c6b977a5b5190c2a34 0019c58afc0c469793f745951a6ddaaa - - default default] Added segment 8c1143e1-b696-41ee-9325-b3c0458f7a45 of type vxlan for network e6e762d1-8b56-486e-b075-31448996a4db 2026-06-18 04:35:22.593 8 INFO neutron.db.l3_hamode_db [None req-a1dcbfa6-077e-445c-84e6-1adbbed721f9 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] HA network 5263a513-b92e-4233-b051-f0d580bcaba8 was deleted as no HA routers are present in tenant a2812d24de3945d1a51793d39d597330. [pid: 8|app: 0|req: 643/1186] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:35:21 2026] DELETE /v2.0/routers/2f41ab15-fcf6-4d43-ae38-ead9b9c162b7 => generated 0 bytes in 867 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1187] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:35:22 2026] POST /v2.0/networks => generated 616 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1188] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:35:22 2026] DELETE /v2.0/subnets/e73efa4b-a45f-4e69-b015-4fe20473bf9d => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:35:22.902 8 INFO neutron.services.segments.plugin [-] Segment 9ec1be3d-7f05-4f03-a6f0-e1c6856e2f20 resource provider aggregate not found 2026-06-18 04:35:22.907 8 INFO neutron_taas.services.taas.taas_plugin [None req-4efadcf4-88df-4867-88b0-526f15ac3e86 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: 48b684e7-edb1-42bb-aa97-cf1399c11691 2026-06-18 04:35:22.913 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4efadcf4-88df-4867-88b0-526f15ac3e86 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: 48b684e7-edb1-42bb-aa97-cf1399c11691 2026-06-18 04:35:22.917 8 INFO neutron.services.segments.plugin [-] Segment 9ec1be3d-7f05-4f03-a6f0-e1c6856e2f20 resource provider aggregate not found [pid: 7|app: 0|req: 545/1189] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:35:22 2026] POST /v2.0/subnets => generated 646 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:35:22.924 8 INFO neutron.services.segments.plugin [-] Segment 9ec1be3d-7f05-4f03-a6f0-e1c6856e2f20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ec1be3d-7f05-4f03-a6f0-e1c6856e2f20 found for delete ", "request_id": "req-3e3fdf3d-74d4-4bf2-8936-85e3e42969e8"}]} 2026-06-18 04:35:22.944 8 INFO neutron.services.segments.plugin [-] Segment 9ec1be3d-7f05-4f03-a6f0-e1c6856e2f20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ec1be3d-7f05-4f03-a6f0-e1c6856e2f20 found for delete ", "request_id": "req-cb29994e-431a-425e-a1f8-8f85f0a2e5d5"}]} [pid: 8|app: 0|req: 645/1190] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:35:22 2026] DELETE /v2.0/networks/94eaf32d-8e14-4d8f-a499-ddc2e9dafdb3 => generated 0 bytes in 401 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1191] 10.0.0.149 () {34 vars in 664 bytes} [Thu Jun 18 04:35:22 2026] POST /v2.0/ports => generated 965 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: 7|app: 0|req: 547/1192] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:35:23 2026] GET /v2.0/security-groups?tenant_id=a2812d24de3945d1a51793d39d597330&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:35:23.536 8 INFO neutron_taas.services.taas.taas_plugin [None req-1542fe73-e2aa-43da-96ca-02e313f0a806 f7fb871536d544c6b977a5b5190c2a34 0019c58afc0c469793f745951a6ddaaa - - default default] TaaS: Handle Delete Port: 0d5186ff-2c9b-45fe-ad92-df8140fbeeac 2026-06-18 04:35:23.540 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1542fe73-e2aa-43da-96ca-02e313f0a806 f7fb871536d544c6b977a5b5190c2a34 0019c58afc0c469793f745951a6ddaaa - - default default] Tap Mirror: Handle Delete Port: 0d5186ff-2c9b-45fe-ad92-df8140fbeeac [pid: 7|app: 0|req: 548/1193] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:35:23 2026] DELETE /v2.0/security-groups/9ea7e0ac-77b8-44fd-8d10-d4f36022633a => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1194] 10.0.0.149 () {32 vars in 719 bytes} [Thu Jun 18 04:35:23 2026] DELETE /v2.0/ports/0d5186ff-2c9b-45fe-ad92-df8140fbeeac => generated 0 bytes in 369 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:35:23.692 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8c77c1b6-a8ab-47cb-8f8a-402baf34be09 f7fb871536d544c6b977a5b5190c2a34 0019c58afc0c469793f745951a6ddaaa - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 549/1195] 10.0.0.149 () {32 vars in 719 bytes} [Thu Jun 18 04:35:23 2026] DELETE /v2.0/ports/0d5186ff-2c9b-45fe-ad92-df8140fbeeac => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 04:35:23.716 8 INFO neutron.pecan_wsgi.hooks.translation [None req-daa309b3-8c99-4b61-99fb-5048e0b96fea f7fb871536d544c6b977a5b5190c2a34 0019c58afc0c469793f745951a6ddaaa - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 647/1196] 10.0.0.149 () {32 vars in 716 bytes} [Thu Jun 18 04:35:23 2026] GET /v2.0/ports/0d5186ff-2c9b-45fe-ad92-df8140fbeeac => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1197] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:35:23 2026] DELETE /v2.0/subnets/1e9193de-0eb9-47c0-89e1-4021fd57bfce => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1198] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:35:23 2026] DELETE /v2.0/networks/e6e762d1-8b56-486e-b075-31448996a4db => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:35:24.050 8 INFO neutron.db.segments_db [None req-a336a7aa-3b3a-4313-93ce-ad629d1f432b f7fb871536d544c6b977a5b5190c2a34 0019c58afc0c469793f745951a6ddaaa - - default default] Added segment 8189704d-1f1b-475e-91c5-b4ff58c6a7c4 of type vxlan for network 054f142c-0e9a-40fd-a927-dd1783e7d7a6 [pid: 8|app: 0|req: 649/1199] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:35:24 2026] POST /v2.0/networks => generated 617 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1200] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:35:23 2026] GET /v2.0/security-groups?tenant_id=acf76300f1784e04bb6389e373d8d9b5&name=default => generated 2925 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1201] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:35:24 2026] DELETE /v2.0/security-groups/0ecf4aec-a952-49be-b9bd-826e416c54fe => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1202] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:35:24 2026] POST /v2.0/subnets => generated 646 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1203] 10.0.0.149 () {34 vars in 664 bytes} [Thu Jun 18 04:35:24 2026] POST /v2.0/ports => generated 924 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1204] 10.0.0.216 () {32 vars in 801 bytes} [Thu Jun 18 04:35:24 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) 2026-06-18 04:35:24.957 8 INFO neutron.services.segments.plugin [-] Segment ce6bc85a-3a5f-4304-83f6-c7a8daa69339 resource provider aggregate not found 2026-06-18 04:35:24.974 8 INFO neutron.services.segments.plugin [-] Segment ce6bc85a-3a5f-4304-83f6-c7a8daa69339 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce6bc85a-3a5f-4304-83f6-c7a8daa69339 found for delete ", "request_id": "req-add956f1-496c-4720-a5b3-fdf35c375dc1"}]} 2026-06-18 04:35:24.984 8 INFO neutron.services.segments.plugin [-] Segment ce6bc85a-3a5f-4304-83f6-c7a8daa69339 resource provider aggregate not found 2026-06-18 04:35:24.995 8 INFO neutron.services.segments.plugin [-] Segment 8c1143e1-b696-41ee-9325-b3c0458f7a45 resource provider aggregate not found 2026-06-18 04:35:25.007 8 INFO neutron.services.segments.plugin [-] Segment ce6bc85a-3a5f-4304-83f6-c7a8daa69339 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce6bc85a-3a5f-4304-83f6-c7a8daa69339 found for delete ", "request_id": "req-80147f00-04f9-481c-bf23-56a4879442df"}]} 2026-06-18 04:35:25.021 8 INFO neutron.services.segments.plugin [-] Segment 8c1143e1-b696-41ee-9325-b3c0458f7a45 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c1143e1-b696-41ee-9325-b3c0458f7a45 found for delete ", "request_id": "req-5a11801b-11bf-4dba-a363-18d3d09be45c"}]} 2026-06-18 04:35:25.026 8 INFO neutron.services.segments.plugin [-] Segment 8c1143e1-b696-41ee-9325-b3c0458f7a45 resource provider aggregate not found 2026-06-18 04:35:25.038 8 INFO neutron_taas.services.taas.taas_plugin [None req-e06aed88-d7a1-4dea-b586-956ee53bade0 f7fb871536d544c6b977a5b5190c2a34 0019c58afc0c469793f745951a6ddaaa - - default default] TaaS: Handle Delete Port: 6a90bdf6-8412-46af-afb1-64d89ae0716e 2026-06-18 04:35:25.042 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e06aed88-d7a1-4dea-b586-956ee53bade0 f7fb871536d544c6b977a5b5190c2a34 0019c58afc0c469793f745951a6ddaaa - - default default] Tap Mirror: Handle Delete Port: 6a90bdf6-8412-46af-afb1-64d89ae0716e 2026-06-18 04:35:25.051 8 INFO neutron.services.segments.plugin [-] Segment 8c1143e1-b696-41ee-9325-b3c0458f7a45 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c1143e1-b696-41ee-9325-b3c0458f7a45 found for delete ", "request_id": "req-6f2c0106-3938-4b50-8669-14e52f103b90"}]} [pid: 8|app: 0|req: 651/1205] 10.0.0.149 () {32 vars in 719 bytes} [Thu Jun 18 04:35:24 2026] DELETE /v2.0/ports/6a90bdf6-8412-46af-afb1-64d89ae0716e => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1206] 10.0.0.216 () {30 vars in 723 bytes} [Thu Jun 18 04:35:25 2026] GET /v2.0/quotas/d7175cdfb1e340d5aacfa4f8baa80d2a/details => generated 847 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:35:25.187 8 INFO neutron.pecan_wsgi.hooks.translation [None req-22b839a1-6dc3-4b2a-b2dc-b5b1a478e76f f7fb871536d544c6b977a5b5190c2a34 0019c58afc0c469793f745951a6ddaaa - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 652/1207] 10.0.0.149 () {32 vars in 716 bytes} [Thu Jun 18 04:35:25 2026] GET /v2.0/ports/6a90bdf6-8412-46af-afb1-64d89ae0716e => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1208] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:35:25 2026] DELETE /v2.0/subnets/78a358dc-f693-4935-b1f0-7d7a34bb5f95 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1209] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:35:25 2026] DELETE /v2.0/networks/054f142c-0e9a-40fd-a927-dd1783e7d7a6 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1210] 10.0.0.149 () {34 vars in 664 bytes} [Thu Jun 18 04:35:25 2026] POST /v2.0/ports => generated 778 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1211] 10.0.0.149 () {34 vars in 736 bytes} [Thu Jun 18 04:35:25 2026] PUT /v2.0/ports/d35359d2-edb0-4374-b4bd-8dd3c6086775 => generated 752 bytes in 280 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-06-18 04:35:26.144 7 INFO neutron_taas.services.taas.taas_plugin [None req-d83b4e19-a08b-4671-83d1-60a145daac26 f7fb871536d544c6b977a5b5190c2a34 0019c58afc0c469793f745951a6ddaaa - - default default] TaaS: Handle Delete Port: d35359d2-edb0-4374-b4bd-8dd3c6086775 2026-06-18 04:35:26.147 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d83b4e19-a08b-4671-83d1-60a145daac26 f7fb871536d544c6b977a5b5190c2a34 0019c58afc0c469793f745951a6ddaaa - - default default] Tap Mirror: Handle Delete Port: d35359d2-edb0-4374-b4bd-8dd3c6086775 [pid: 7|app: 0|req: 558/1212] 10.0.0.149 () {32 vars in 719 bytes} [Thu Jun 18 04:35:26 2026] DELETE /v2.0/ports/d35359d2-edb0-4374-b4bd-8dd3c6086775 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1213] 10.0.0.149 () {32 vars in 642 bytes} [Thu Jun 18 04:35:26 2026] GET /v2.0/ports => generated 782 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:35:26.335 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8cb4653f-5674-4f6f-98e4-6dc12d4acb37 f7fb871536d544c6b977a5b5190c2a34 0019c58afc0c469793f745951a6ddaaa - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 560/1214] 10.0.0.149 () {32 vars in 716 bytes} [Thu Jun 18 04:35:26 2026] GET /v2.0/ports/d35359d2-edb0-4374-b4bd-8dd3c6086775 => generated 132 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1215] 10.0.0.149 () {32 vars in 642 bytes} [Thu Jun 18 04:35:26 2026] GET /v2.0/ports => generated 782 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 562/1216] 10.0.0.149 () {32 vars in 716 bytes} [Thu Jun 18 04:35:26 2026] GET /v2.0/ports/c311395c-2576-4e8a-a284-d96868a090e9 => generated 779 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:35:26.449 7 INFO neutron.pecan_wsgi.hooks.translation [None req-52026e1a-1fa8-485a-aebf-c8c0ab7980c5 f7fb871536d544c6b977a5b5190c2a34 0019c58afc0c469793f745951a6ddaaa - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 563/1217] 10.0.0.149 () {32 vars in 719 bytes} [Thu Jun 18 04:35:26 2026] DELETE /v2.0/ports/6a90bdf6-8412-46af-afb1-64d89ae0716e => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 04:35:26.468 7 INFO neutron.pecan_wsgi.hooks.translation [None req-28c28cf9-f2ab-4487-ba19-26812a361567 f7fb871536d544c6b977a5b5190c2a34 0019c58afc0c469793f745951a6ddaaa - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 564/1218] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:35:26 2026] DELETE /v2.0/subnets/78a358dc-f693-4935-b1f0-7d7a34bb5f95 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 04:35:26.500 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d71718aa-811f-4bc2-a8c3-e57a5423d3bd f7fb871536d544c6b977a5b5190c2a34 0019c58afc0c469793f745951a6ddaaa - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 565/1219] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:35:26 2026] DELETE /v2.0/subnets/1e9193de-0eb9-47c0-89e1-4021fd57bfce => generated 136 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 04:35:26.557 8 INFO neutron.db.segments_db [None req-e2c02830-0718-4434-9025-510c5e22feaa 46ffd9a0018142dfad002e482e4200ba 57e96a37063243b2bbebce2534217c44 - - default default] Added segment e3107472-14ae-4b58-beb1-d996b564c064 of type vxlan for network 5ecdbe0b-5800-4742-9191-a225da073709 2026-06-18 04:35:26.643 7 INFO neutron_taas.services.taas.taas_plugin [None req-95a15a51-afc8-44ea-8af7-6a5e22b9051c f7fb871536d544c6b977a5b5190c2a34 0019c58afc0c469793f745951a6ddaaa - - default default] TaaS: Handle Delete Port: c311395c-2576-4e8a-a284-d96868a090e9 2026-06-18 04:35:26.646 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95a15a51-afc8-44ea-8af7-6a5e22b9051c f7fb871536d544c6b977a5b5190c2a34 0019c58afc0c469793f745951a6ddaaa - - default default] Tap Mirror: Handle Delete Port: c311395c-2576-4e8a-a284-d96868a090e9 [pid: 8|app: 0|req: 655/1220] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:35:26 2026] POST /v2.0/networks => generated 627 bytes in 465 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1221] 10.0.0.149 () {32 vars in 719 bytes} [Thu Jun 18 04:35:26 2026] DELETE /v2.0/ports/c311395c-2576-4e8a-a284-d96868a090e9 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1222] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:35:26 2026] DELETE /v2.0/networks/57c1440f-3d2f-45de-ba19-597224f15030 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:35:27.045 8 INFO neutron.services.segments.plugin [-] Segment 8189704d-1f1b-475e-91c5-b4ff58c6a7c4 resource provider aggregate not found 2026-06-18 04:35:27.072 8 INFO neutron.services.segments.plugin [-] Segment 8189704d-1f1b-475e-91c5-b4ff58c6a7c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8189704d-1f1b-475e-91c5-b4ff58c6a7c4 found for delete ", "request_id": "req-17cc477d-2791-4175-9b3c-66fe5d3efb22"}]} 2026-06-18 04:35:27.078 8 INFO neutron.services.segments.plugin [-] Segment 8189704d-1f1b-475e-91c5-b4ff58c6a7c4 resource provider aggregate not found 2026-06-18 04:35:27.093 8 INFO neutron.services.segments.plugin [-] Segment 7f3617a8-92de-4281-ae15-8ba5a47d3c4e resource provider aggregate not found 2026-06-18 04:35:27.103 8 INFO neutron.services.segments.plugin [-] Segment 8189704d-1f1b-475e-91c5-b4ff58c6a7c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8189704d-1f1b-475e-91c5-b4ff58c6a7c4 found for delete ", "request_id": "req-b77bf756-8788-4ad4-8de1-2f35252087e4"}]} 2026-06-18 04:35:27.115 8 INFO neutron.services.segments.plugin [-] Segment 7f3617a8-92de-4281-ae15-8ba5a47d3c4e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f3617a8-92de-4281-ae15-8ba5a47d3c4e found for delete ", "request_id": "req-394fbe1e-327d-4b55-862b-48cdee95efd0"}]} 2026-06-18 04:35:27.123 8 INFO neutron.services.segments.plugin [-] Segment 7f3617a8-92de-4281-ae15-8ba5a47d3c4e resource provider aggregate not found 2026-06-18 04:35:27.141 8 INFO neutron.services.segments.plugin [-] Segment 7f3617a8-92de-4281-ae15-8ba5a47d3c4e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f3617a8-92de-4281-ae15-8ba5a47d3c4e found for delete ", "request_id": "req-56fc2a64-a7d4-4575-af96-b52e1c62e83c"}]} [pid: 7|app: 0|req: 567/1223] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:35:27 2026] POST /v2.0/subnets => generated 673 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:35:27.571 7 INFO neutron.db.segments_db [None req-cf4eb2fe-799f-4cc4-81b0-724264707b82 46ffd9a0018142dfad002e482e4200ba 57e96a37063243b2bbebce2534217c44 - - default default] Added segment 16e0c4ff-1b9c-49a7-88e5-9254953b0837 of type vxlan for network 171cbc5d-43d1-4260-ac4f-1ad040e0b46f [pid: 8|app: 0|req: 657/1224] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:35:27 2026] GET /v2.0/security-groups?tenant_id=0019c58afc0c469793f745951a6ddaaa&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1225] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:35:27 2026] POST /v2.0/networks => generated 629 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1226] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:35:27 2026] DELETE /v2.0/security-groups/3d972893-69ab-47b7-821b-a2c0e9af2d3c => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1227] 10.0.0.149 () {34 vars in 742 bytes} [Thu Jun 18 04:35:27 2026] PUT /v2.0/networks/171cbc5d-43d1-4260-ac4f-1ad040e0b46f => generated 592 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1228] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:35:27 2026] POST /v2.0/subnets => generated 646 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1229] 10.0.0.149 () {34 vars in 740 bytes} [Thu Jun 18 04:35:28 2026] PUT /v2.0/subnets/703945f5-c4a9-4733-a013-3c3bb96c6028 => generated 656 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1230] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:35:28 2026] DELETE /v2.0/networks/171cbc5d-43d1-4260-ac4f-1ad040e0b46f => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:35:28.417 8 INFO neutron.pecan_wsgi.hooks.translation [None req-61ed253c-a792-4a9b-a8b9-f88f69918d2c 46ffd9a0018142dfad002e482e4200ba 57e96a37063243b2bbebce2534217c44 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 661/1231] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:35:28 2026] DELETE /v2.0/networks/171cbc5d-43d1-4260-ac4f-1ad040e0b46f => generated 138 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1232] 10.0.0.149 () {32 vars in 693 bytes} [Thu Jun 18 04:35:28 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1233] 10.0.0.149 () {32 vars in 741 bytes} [Thu Jun 18 04:35:28 2026] GET /v2.0/subnets?network_id=5f4ddf1d-c8cc-4eea-9717-6ad5582dd7ae => generated 649 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1234] 10.0.0.149 () {32 vars in 652 bytes} [Thu Jun 18 04:35:28 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1235] 10.0.0.149 () {32 vars in 648 bytes} [Thu Jun 18 04:35:28 2026] GET /v2.0/networks => generated 1311 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1236] 10.0.0.149 () {32 vars in 646 bytes} [Thu Jun 18 04:35:28 2026] GET /v2.0/subnets => generated 1312 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1237] 10.0.0.149 () {32 vars in 722 bytes} [Thu Jun 18 04:35:28 2026] GET /v2.0/networks/5ecdbe0b-5800-4742-9191-a225da073709 => generated 671 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1238] 10.0.0.149 () {32 vars in 720 bytes} [Thu Jun 18 04:35:28 2026] GET /v2.0/subnets/91fd7b38-88fa-461e-b241-4106ccdb0b02 => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:35:28.732 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6e1b73cc-75f4-459a-ae4a-81f7653a2b20 46ffd9a0018142dfad002e482e4200ba 57e96a37063243b2bbebce2534217c44 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 669/1239] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:35:28 2026] DELETE /v2.0/subnets/703945f5-c4a9-4733-a013-3c3bb96c6028 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 04:35:28.752 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0d44e3a3-e9bb-48ee-9fce-8a9bd33bf99f 46ffd9a0018142dfad002e482e4200ba 57e96a37063243b2bbebce2534217c44 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 670/1240] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:35:28 2026] DELETE /v2.0/networks/171cbc5d-43d1-4260-ac4f-1ad040e0b46f => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1241] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:35:28 2026] GET /v2.0/security-groups?tenant_id=d7175cdfb1e340d5aacfa4f8baa80d2a&name=default => generated 2925 bytes in 426 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1242] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:35:28 2026] DELETE /v2.0/security-groups/5dfc36cf-f535-4a85-ab70-452f456c5710 => 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: 671/1243] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:35:28 2026] DELETE /v2.0/subnets/91fd7b38-88fa-461e-b241-4106ccdb0b02 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:35:28.974 7 INFO neutron_taas.services.taas.taas_plugin [None req-3243c3fe-051d-42bd-a8ba-eb3ac7425e76 46ffd9a0018142dfad002e482e4200ba 57e96a37063243b2bbebce2534217c44 - - default default] TaaS: Handle Delete Port: dc5aaa8f-1005-4afc-ba4d-073d838367d9 2026-06-18 04:35:28.976 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3243c3fe-051d-42bd-a8ba-eb3ac7425e76 46ffd9a0018142dfad002e482e4200ba 57e96a37063243b2bbebce2534217c44 - - default default] Tap Mirror: Handle Delete Port: dc5aaa8f-1005-4afc-ba4d-073d838367d9 2026-06-18 04:35:29.137 8 INFO neutron.services.segments.plugin [-] Segment 16e0c4ff-1b9c-49a7-88e5-9254953b0837 resource provider aggregate not found 2026-06-18 04:35:29.153 7 INFO neutron.services.segments.plugin [-] Segment e3107472-14ae-4b58-beb1-d996b564c064 resource provider aggregate not found 2026-06-18 04:35:29.157 7 INFO neutron.services.segments.plugin [-] Segment e3107472-14ae-4b58-beb1-d996b564c064 resource provider aggregate not found 2026-06-18 04:35:29.159 8 INFO neutron.services.segments.plugin [-] Segment 16e0c4ff-1b9c-49a7-88e5-9254953b0837 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16e0c4ff-1b9c-49a7-88e5-9254953b0837 found for delete ", "request_id": "req-39a97626-5e74-4d56-8f5b-dbb3fcd3c1b1"}]} 2026-06-18 04:35:29.170 7 INFO neutron.services.segments.plugin [-] Segment e3107472-14ae-4b58-beb1-d996b564c064 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3107472-14ae-4b58-beb1-d996b564c064 found for delete ", "request_id": "req-99bd64f3-9cf6-40ba-881e-26beb93ca43e"}]} 2026-06-18 04:35:29.173 8 INFO neutron.services.segments.plugin [-] Segment 16e0c4ff-1b9c-49a7-88e5-9254953b0837 resource provider aggregate not found 2026-06-18 04:35:29.182 7 INFO neutron.services.segments.plugin [-] Segment e3107472-14ae-4b58-beb1-d996b564c064 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3107472-14ae-4b58-beb1-d996b564c064 found for delete ", "request_id": "req-4c1bd611-fa8a-4460-9446-d0e1efd37a6e"}]} [pid: 7|app: 0|req: 573/1244] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:35:28 2026] DELETE /v2.0/networks/5ecdbe0b-5800-4742-9191-a225da073709 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:35:29.192 8 INFO neutron.services.segments.plugin [-] Segment 16e0c4ff-1b9c-49a7-88e5-9254953b0837 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16e0c4ff-1b9c-49a7-88e5-9254953b0837 found for delete ", "request_id": "req-ef104672-b8c3-4ea5-a99e-8cc51b3c98e9"}]} [pid: 8|app: 0|req: 672/1245] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:35:29 2026] GET /v2.0/security-groups?tenant_id=57e96a37063243b2bbebce2534217c44&name=default => generated 2925 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1246] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:35:29 2026] DELETE /v2.0/security-groups/e26d11f8-c56d-46b0-b139-e16506a6956d => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1247] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:35:30 2026] GET /v2.0/security-groups?tenant_id=3984980f30e441ddb187c6fb4a77aca5&name=default => generated 2925 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1248] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:35:30 2026] DELETE /v2.0/security-groups/69c95449-a2db-4af4-989d-2d713403d348 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1251] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:35:30 2026] GET /v2.0/security-groups?tenant_id=c84db2da3ed643ada87afefe74ab9504&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1252] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:35:30 2026] DELETE /v2.0/security-groups/6d16882d-6daa-41e2-850d-ccf6e3c6b3f3 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:35:31.054 8 INFO neutron.db.segments_db [None req-e0c6282e-f5d6-48d3-b495-5387e2fda640 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Added segment 20502383-2a39-4663-88d2-52509414958a of type vxlan for network 0ff55e30-2a78-41db-b450-42e06f49bf2c [pid: 8|app: 0|req: 675/1253] 10.0.0.149 () {34 vars in 670 bytes} [Thu Jun 18 04:35:30 2026] POST /v2.0/networks => generated 720 bytes in 462 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1254] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:35:31 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-06-18 04:35:31.415 8 INFO neutron.db.segments_db [None req-cb268c61-b540-469f-894d-18e11d3895c2 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Added segment d543217d-5244-4712-b05e-9cbc681aaca5 of type vxlan for network 7ad12241-f08c-4f37-b79d-0096612f57d9 2026-06-18 04:35:31.768 8 INFO neutron.db.l3_hamode_db [None req-cb268c61-b540-469f-894d-18e11d3895c2 55c7e25be8184982b3dca13ca702e21a 4ad4ef94d9404a8fb77b42064cd33e52 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 580/1255] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:35:31 2026] GET /v2.0/security-groups?tenant_id=9bab42bc46e54920a753784f5c4c4dd5&name=default => generated 2925 bytes in 376 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1256] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:35:31 2026] DELETE /v2.0/security-groups/ae89c855-9e18-44bf-966f-65225f1da288 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:35:32.216 7 INFO neutron.db.segments_db [None req-4a0d2ece-3f0c-4ece-98f1-df042da74166 d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] Added segment e385692f-c6ff-40bd-874b-d398d6c80bfb of type vxlan for network e3837a55-d10d-40a2-a764-6a5a2acbd0d2 [pid: 7|app: 0|req: 582/1257] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:35:31 2026] POST /v2.0/networks => generated 614 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:35:32.372 7 INFO neutron.db.segments_db [None req-1003eac6-b290-449e-8499-793f7b7272f5 d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] Added segment a476a232-dcac-4d27-8b9e-b282596b63f9 of type vxlan for network 41800965-9ee6-4e68-88f0-0668ccf92e88 [pid: 7|app: 0|req: 583/1258] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:35:32 2026] POST /v2.0/networks => generated 615 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:35:32.565 8 INFO neutron.db.l3_hamode_db [None req-cb268c61-b540-469f-894d-18e11d3895c2 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 584/1259] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:35:32 2026] POST /v2.0/subnets => generated 646 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1260] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:35:32 2026] POST /v2.0/subnets => generated 655 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1261] 10.0.0.149 () {32 vars in 652 bytes} [Thu Jun 18 04:35:33 2026] GET /v2.0/extensions => generated 21537 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-06-18 04:35:33.385 7 INFO neutron.db.segments_db [None req-ef17dc70-75b4-4a74-993b-fe042a83f169 d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] Added segment fd329c0d-edf3-43d7-ad38-957906cf1ae5 of type vxlan for network cbe3cadf-662e-450c-b6a7-a574301840f3 [pid: 8|app: 0|req: 676/1262] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:35:31 2026] POST /v2.0/routers => generated 728 bytes in 2151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1263] 10.0.0.149 () {32 vars in 680 bytes} [Thu Jun 18 04:35:33 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:35:33.710 7 INFO neutron.db.l3_hamode_db [None req-ef17dc70-75b4-4a74-993b-fe042a83f169 d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 04:35:33.853 7 INFO neutron.db.l3_hamode_db [None req-ef17dc70-75b4-4a74-993b-fe042a83f169 d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 587/1264] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:35:33 2026] POST /v2.0/routers => generated 510 bytes in 1091 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1265] 10.0.0.149 () {32 vars in 680 bytes} [Thu Jun 18 04:35:34 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1266] 10.0.0.149 () {34 vars in 782 bytes} [Thu Jun 18 04:35:33 2026] PUT /v2.0/routers/ca6bfe0b-a793-4359-92ad-d1d520cdb159/add_router_interface => generated 309 bytes in 1292 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1267] 10.0.0.149 () {32 vars in 728 bytes} [Thu Jun 18 04:35:34 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1268] 10.0.0.149 () {32 vars in 664 bytes} [Thu Jun 18 04:35:34 2026] GET /v2.0/extensions/agent => generated 153 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1269] 10.0.0.149 () {32 vars in 698 bytes} [Thu Jun 18 04:35:34 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1270] 10.0.0.149 () {32 vars in 696 bytes} [Thu Jun 18 04:35:34 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: 683/1271] 10.0.0.149 () {32 vars in 700 bytes} [Thu Jun 18 04:35:34 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1272] 10.0.0.149 () {32 vars in 688 bytes} [Thu Jun 18 04:35:34 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1273] 10.0.0.149 () {32 vars in 702 bytes} [Thu Jun 18 04:35:34 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: 8|app: 0|req: 686/1274] 10.0.0.149 () {32 vars in 692 bytes} [Thu Jun 18 04:35:34 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1275] 10.0.0.149 () {32 vars in 694 bytes} [Thu Jun 18 04:35:34 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1276] 10.0.0.149 () {32 vars in 684 bytes} [Thu Jun 18 04:35:34 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1277] 10.0.0.149 () {32 vars in 686 bytes} [Thu Jun 18 04:35:34 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1278] 10.0.0.149 () {32 vars in 660 bytes} [Thu Jun 18 04:35:34 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1279] 10.0.0.149 () {32 vars in 698 bytes} [Thu Jun 18 04:35:34 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1280] 10.0.0.149 () {32 vars in 678 bytes} [Thu Jun 18 04:35:34 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1281] 10.0.0.149 () {32 vars in 682 bytes} [Thu Jun 18 04:35:34 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1282] 10.0.0.149 () {32 vars in 674 bytes} [Thu Jun 18 04:35:34 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1283] 10.0.0.149 () {32 vars in 688 bytes} [Thu Jun 18 04:35:34 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1284] 10.0.0.149 () {32 vars in 722 bytes} [Thu Jun 18 04:35:34 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1285] 10.0.0.149 () {32 vars in 686 bytes} [Thu Jun 18 04:35:34 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1286] 10.0.0.149 () {32 vars in 668 bytes} [Thu Jun 18 04:35:34 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1287] 10.0.0.149 () {32 vars in 686 bytes} [Thu Jun 18 04:35:34 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1288] 10.0.0.149 () {32 vars in 680 bytes} [Thu Jun 18 04:35:34 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1289] 10.0.0.149 () {32 vars in 698 bytes} [Thu Jun 18 04:35:34 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1290] 10.0.0.149 () {32 vars in 678 bytes} [Thu Jun 18 04:35:35 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: 703/1291] 10.0.0.149 () {32 vars in 666 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1292] 10.0.0.149 () {32 vars in 676 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1293] 10.0.0.149 () {32 vars in 664 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1294] 10.0.0.149 () {32 vars in 674 bytes} [Thu Jun 18 04:35:35 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: 707/1295] 10.0.0.149 () {32 vars in 712 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1296] 10.0.0.149 () {32 vars in 690 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1297] 10.0.0.149 () {32 vars in 682 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1298] 10.0.0.149 () {32 vars in 668 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1299] 10.0.0.149 () {32 vars in 686 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1300] 10.0.0.149 () {32 vars in 704 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1301] 10.0.0.149 () {32 vars in 674 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1302] 10.0.0.149 () {32 vars in 700 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1303] 10.0.0.149 () {32 vars in 674 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1304] 10.0.0.149 () {32 vars in 692 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1305] 10.0.0.149 () {32 vars in 688 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1306] 10.0.0.149 () {32 vars in 708 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1307] 10.0.0.149 () {32 vars in 704 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1308] 10.0.0.149 () {32 vars in 718 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1309] 10.0.0.149 () {32 vars in 696 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1310] 10.0.0.149 () {32 vars in 710 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1311] 10.0.0.149 () {32 vars in 668 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1312] 10.0.0.149 () {32 vars in 686 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1313] 10.0.0.149 () {32 vars in 680 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1314] 10.0.0.149 () {32 vars in 674 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1315] 10.0.0.149 () {32 vars in 670 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1316] 10.0.0.149 () {32 vars in 660 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1317] 10.0.0.149 () {32 vars in 698 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1318] 10.0.0.149 () {32 vars in 698 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1319] 10.0.0.149 () {32 vars in 676 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1320] 10.0.0.149 () {32 vars in 668 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1321] 10.0.0.149 () {32 vars in 682 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1322] 10.0.0.149 () {32 vars in 700 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1323] 10.0.0.149 () {32 vars in 684 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1324] 10.0.0.149 () {32 vars in 706 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1325] 10.0.0.149 () {32 vars in 668 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1326] 10.0.0.149 () {32 vars in 696 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1327] 10.0.0.149 () {32 vars in 694 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1328] 10.0.0.149 () {32 vars in 684 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1329] 10.0.0.149 () {32 vars in 688 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1330] 10.0.0.149 () {32 vars in 704 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1331] 10.0.0.149 () {32 vars in 666 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1332] 10.0.0.149 () {32 vars in 680 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1333] 10.0.0.149 () {32 vars in 680 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1334] 10.0.0.149 () {32 vars in 690 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1335] 10.0.0.149 () {32 vars in 690 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1336] 10.0.0.149 () {32 vars in 694 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1337] 10.0.0.149 () {32 vars in 684 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1338] 10.0.0.149 () {32 vars in 688 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1339] 10.0.0.149 () {32 vars in 700 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1340] 10.0.0.149 () {32 vars in 702 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1341] 10.0.0.149 () {32 vars in 712 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1342] 10.0.0.149 () {32 vars in 716 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1343] 10.0.0.149 () {32 vars in 714 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1344] 10.0.0.149 () {32 vars in 726 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1345] 10.0.0.149 () {32 vars in 740 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1346] 10.0.0.149 () {32 vars in 718 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1347] 10.0.0.149 () {32 vars in 682 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1348] 10.0.0.149 () {32 vars in 668 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1349] 10.0.0.149 () {32 vars in 718 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1350] 10.0.0.149 () {32 vars in 678 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1351] 10.0.0.149 () {32 vars in 668 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1352] 10.0.0.149 () {32 vars in 696 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1353] 10.0.0.149 () {32 vars in 704 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1354] 10.0.0.149 () {34 vars in 782 bytes} [Thu Jun 18 04:35:34 2026] PUT /v2.0/routers/a6bc9090-f1d3-403f-9d44-a6240d053344/add_router_interface => generated 309 bytes in 1241 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1355] 10.0.0.149 () {32 vars in 700 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1356] 10.0.0.149 () {32 vars in 716 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/ports/e66cf6dc-d77e-48e3-8655-9c7bde3e3502 => generated 959 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1357] 10.0.0.149 () {32 vars in 700 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1358] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/security-groups?tenant_id=5a81f19f52464e82852ef0280fc8655d&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1359] 10.0.0.149 () {32 vars in 682 bytes} [Thu Jun 18 04:35:35 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: 768/1360] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:35:35 2026] DELETE /v2.0/security-groups/d892c7c2-fec8-46de-b263-3e191b94efc0 => 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: 769/1361] 10.0.0.149 () {32 vars in 704 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1362] 10.0.0.149 () {32 vars in 694 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1363] 10.0.0.149 () {32 vars in 688 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1364] 10.0.0.149 () {32 vars in 696 bytes} [Thu Jun 18 04:35:35 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: 773/1365] 10.0.0.149 () {32 vars in 678 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1366] 10.0.0.149 () {32 vars in 688 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1367] 10.0.0.149 () {32 vars in 700 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1368] 10.0.0.149 () {32 vars in 664 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1369] 10.0.0.149 () {32 vars in 680 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1370] 10.0.0.149 () {32 vars in 676 bytes} [Thu Jun 18 04:35:35 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1371] 10.0.0.149 () {32 vars in 692 bytes} [Thu Jun 18 04:35:36 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1372] 10.0.0.149 () {32 vars in 676 bytes} [Thu Jun 18 04:35:36 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1373] 10.0.0.149 () {32 vars in 666 bytes} [Thu Jun 18 04:35:36 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1374] 10.0.0.149 () {32 vars in 662 bytes} [Thu Jun 18 04:35:36 2026] GET /v2.0/extensions/taas => generated 175 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1375] 10.0.0.149 () {32 vars in 674 bytes} [Thu Jun 18 04:35:36 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1376] 10.0.0.149 () {32 vars in 686 bytes} [Thu Jun 18 04:35:36 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:35:36.286 8 INFO neutron.db.segments_db [None req-fdbaccf3-44f1-48e2-ac1d-8d1c212d2cd6 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Added segment f8fe866b-a259-4187-8d1a-4e84ae481b3a of type vxlan for network 3d61f028-466d-474f-90d9-b8425ff36606 [pid: 8|app: 0|req: 785/1377] 10.0.0.149 () {34 vars in 670 bytes} [Thu Jun 18 04:35:36 2026] POST /v2.0/networks => generated 721 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1378] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:35:36 2026] POST /v2.0/subnets => generated 687 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:35:36.713 8 INFO neutron.db.segments_db [None req-0c7528d6-b5a9-4257-aa7b-a1369f2b717a 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Added segment 0a868ad1-8fab-481c-a2f2-dcb098660a09 of type vxlan for network 8be6de1e-a4c2-4122-ab38-a5193937a4e2 [pid: 7|app: 0|req: 593/1379] 10.0.0.149 () {34 vars in 782 bytes} [Thu Jun 18 04:35:35 2026] PUT /v2.0/routers/a6bc9090-f1d3-403f-9d44-a6240d053344/add_router_interface => generated 309 bytes in 1160 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:35:36.937 8 INFO neutron.db.l3_hamode_db [None req-0c7528d6-b5a9-4257-aa7b-a1369f2b717a 55c7e25be8184982b3dca13ca702e21a 534a0307d7f44136bb155953fd961c05 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 594/1380] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:35:36 2026] GET /v2.0/security-groups?tenant_id=58d76d1126a8423c9c9cfadec7de442a&name=default => generated 2925 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1381] 10.0.0.149 () {32 vars in 716 bytes} [Thu Jun 18 04:35:37 2026] GET /v2.0/ports/e5545f3f-cb90-4ac0-b915-11cbbceac954 => generated 967 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1382] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:35:37 2026] DELETE /v2.0/security-groups/d9446a6c-1105-4cec-87a1-9f197ba8a5aa => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:35:37.618 7 INFO neutron_taas.services.taas.taas_plugin [None req-9689327e-d56b-4007-a416-08c8a4a833fe d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] TaaS: Handle Delete Port: e5545f3f-cb90-4ac0-b915-11cbbceac954 2026-06-18 04:35:37.622 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9689327e-d56b-4007-a416-08c8a4a833fe d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] Tap Mirror: Handle Delete Port: e5545f3f-cb90-4ac0-b915-11cbbceac954 2026-06-18 04:35:37.730 8 INFO neutron.db.l3_hamode_db [None req-0c7528d6-b5a9-4257-aa7b-a1369f2b717a 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 597/1383] 10.0.0.149 () {34 vars in 788 bytes} [Thu Jun 18 04:35:37 2026] PUT /v2.0/routers/a6bc9090-f1d3-403f-9d44-a6240d053344/remove_router_interface => generated 309 bytes in 845 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:35:38.487 7 INFO neutron_taas.services.taas.taas_plugin [None req-e3401eb9-77c2-4d43-a4d8-3f6102c6f4df d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] TaaS: Handle Delete Port: e66cf6dc-d77e-48e3-8655-9c7bde3e3502 2026-06-18 04:35:38.490 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3401eb9-77c2-4d43-a4d8-3f6102c6f4df d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] Tap Mirror: Handle Delete Port: e66cf6dc-d77e-48e3-8655-9c7bde3e3502 [pid: 8|app: 0|req: 787/1384] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:35:36 2026] POST /v2.0/routers => generated 727 bytes in 2329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1385] 10.0.0.149 () {34 vars in 788 bytes} [Thu Jun 18 04:35:38 2026] PUT /v2.0/routers/a6bc9090-f1d3-403f-9d44-a6240d053344/remove_router_interface => generated 309 bytes in 905 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1386] 10.0.0.149 () {32 vars in 735 bytes} [Thu Jun 18 04:35:39 2026] GET /v2.0/ports?device_id=a6bc9090-f1d3-403f-9d44-a6240d053344 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:35:39.233 7 INFO neutron_taas.services.taas.taas_plugin [None req-866aef33-6cf2-408e-b9ce-e0d9fadf0460 d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] TaaS: Handle Delete Port: 10884aee-c3b4-4b7e-960e-ecd7017f01aa 2026-06-18 04:35:39.236 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-866aef33-6cf2-408e-b9ce-e0d9fadf0460 d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] Tap Mirror: Handle Delete Port: 10884aee-c3b4-4b7e-960e-ecd7017f01aa 2026-06-18 04:35:39.622 7 INFO neutron.services.segments.plugin [-] Segment fd329c0d-edf3-43d7-ad38-957906cf1ae5 resource provider aggregate not found 2026-06-18 04:35:39.627 7 INFO neutron.services.segments.plugin [-] Segment fd329c0d-edf3-43d7-ad38-957906cf1ae5 resource provider aggregate not found 2026-06-18 04:35:39.650 7 INFO neutron.services.segments.plugin [-] Segment fd329c0d-edf3-43d7-ad38-957906cf1ae5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd329c0d-edf3-43d7-ad38-957906cf1ae5 found for delete ", "request_id": "req-4f6717f3-67b6-4cbe-acbe-63da2b7a9346"}]} 2026-06-18 04:35:39.653 7 INFO neutron.services.segments.plugin [-] Segment fd329c0d-edf3-43d7-ad38-957906cf1ae5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd329c0d-edf3-43d7-ad38-957906cf1ae5 found for delete ", "request_id": "req-7a8dd4ed-16b5-414f-bf88-2ee832368308"}]} 2026-06-18 04:35:39.663 7 INFO neutron.db.l3_hamode_db [None req-866aef33-6cf2-408e-b9ce-e0d9fadf0460 d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] HA network cbe3cadf-662e-450c-b6a7-a574301840f3 was deleted as no HA routers are present in tenant 6ad9aa6a1dbb446e9ca149cce31bf93e. [pid: 7|app: 0|req: 600/1387] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:35:39 2026] DELETE /v2.0/routers/a6bc9090-f1d3-403f-9d44-a6240d053344 => generated 0 bytes in 630 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:35:40.016 7 INFO neutron.db.segments_db [None req-7ce31f7e-98ff-4a87-94a8-6d858787c6a6 2e0b3ea9e21e47368a5c04c6b982e3e5 77b052ab0a8b453abb28333e9056d667 - - default default] Added segment b77e8947-a0ac-4464-8954-cd6d4fe57ec6 of type vxlan for network 657af224-9595-446a-8455-6eb4381eff72 [pid: 7|app: 0|req: 601/1388] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:35:39 2026] POST /v2.0/networks => generated 631 bytes in 434 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1389] 10.0.0.149 () {34 vars in 782 bytes} [Thu Jun 18 04:35:38 2026] PUT /v2.0/routers/9f38a3d8-f51d-4687-8beb-350480467ba7/add_router_interface => generated 309 bytes in 1218 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1390] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:35:40 2026] DELETE /v2.0/subnets/2cd9c0b3-1ab9-4e87-9470-2491c0492c3b => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1391] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:35:40 2026] DELETE /v2.0/subnets/9dd7660b-0c46-4d09-9d66-7bcc5b4aebc6 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1392] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:35:40 2026] POST /v2.0/subnets => generated 627 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1393] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:35:40 2026] DELETE /v2.0/networks/41800965-9ee6-4e68-88f0-0668ccf92e88 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:35:40.582 8 INFO neutron.db.segments_db [None req-0723b34b-b99c-4454-9b9e-31eda1f82e5b 2e0b3ea9e21e47368a5c04c6b982e3e5 77b052ab0a8b453abb28333e9056d667 - - default default] Added segment 1b66135b-3ca1-4e7e-ab2d-4cb745b4abb6 of type vxlan for network 78d67f4d-a6fe-48bb-93c1-b6ec6d0a7aee 2026-06-18 04:35:40.713 7 INFO neutron_taas.services.taas.taas_plugin [None req-7b486a7f-b2fe-45a5-81dc-06503becd3c0 d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] TaaS: Handle Delete Port: 97960037-bbd8-4b05-8d6a-8f4bd36dc557 2026-06-18 04:35:40.716 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b486a7f-b2fe-45a5-81dc-06503becd3c0 d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] Tap Mirror: Handle Delete Port: 97960037-bbd8-4b05-8d6a-8f4bd36dc557 2026-06-18 04:35:40.867 8 INFO neutron.db.l3_hamode_db [None req-0723b34b-b99c-4454-9b9e-31eda1f82e5b 2e0b3ea9e21e47368a5c04c6b982e3e5 77b052ab0a8b453abb28333e9056d667 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 605/1394] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:35:40 2026] DELETE /v2.0/networks/e3837a55-d10d-40a2-a764-6a5a2acbd0d2 => generated 0 bytes in 329 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1395] 10.0.0.149 () {34 vars in 684 bytes} [Thu Jun 18 04:35:40 2026] POST /v2.0/security-groups => generated 1675 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-18 04:35:41.081 7 INFO neutron.db.segments_db [None req-1e13c2f4-6655-49e2-8e4e-61fa2c070117 d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] Added segment 3629ffa7-757f-4daa-bbcf-1f0356e6d28c of type vxlan for network fc27ccce-fb27-4a34-9818-8dfc2793b86c [pid: 7|app: 0|req: 607/1396] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:35:41 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) [pid: 7|app: 0|req: 608/1397] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:35:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1398] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:35:41 2026] POST /v2.0/subnets => generated 646 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:35:41.677 7 INFO neutron.services.segments.plugin [-] Segment a476a232-dcac-4d27-8b9e-b282596b63f9 resource provider aggregate not found 2026-06-18 04:35:41.680 7 INFO neutron.services.segments.plugin [-] Segment a476a232-dcac-4d27-8b9e-b282596b63f9 resource provider aggregate not found 2026-06-18 04:35:41.697 7 INFO neutron.services.segments.plugin [-] Segment a476a232-dcac-4d27-8b9e-b282596b63f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a476a232-dcac-4d27-8b9e-b282596b63f9 found for delete ", "request_id": "req-cc17d4b1-ee53-44db-be3d-1c43a51ddc29"}]} 2026-06-18 04:35:41.701 7 INFO neutron.services.segments.plugin [-] Segment a476a232-dcac-4d27-8b9e-b282596b63f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a476a232-dcac-4d27-8b9e-b282596b63f9 found for delete ", "request_id": "req-01c652db-aa09-4510-873e-8630eb2f82a5"}]} 2026-06-18 04:35:41.716 7 INFO neutron.services.segments.plugin [-] Segment e385692f-c6ff-40bd-874b-d398d6c80bfb resource provider aggregate not found 2026-06-18 04:35:41.720 7 INFO neutron.services.segments.plugin [-] Segment e385692f-c6ff-40bd-874b-d398d6c80bfb resource provider aggregate not found [pid: 7|app: 0|req: 610/1399] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:35:41 2026] POST /v2.0/security-group-rules => generated 596 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:35:41.737 7 INFO neutron.services.segments.plugin [-] Segment e385692f-c6ff-40bd-874b-d398d6c80bfb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e385692f-c6ff-40bd-874b-d398d6c80bfb found for delete ", "request_id": "req-17a6015e-cca9-484d-93e1-38cba0bcedfe"}]} 2026-06-18 04:35:41.742 7 INFO neutron.services.segments.plugin [-] Segment e385692f-c6ff-40bd-874b-d398d6c80bfb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e385692f-c6ff-40bd-874b-d398d6c80bfb found for delete ", "request_id": "req-1a2c843e-34d9-421c-a5ec-e4ee95232a90"}]} 2026-06-18 04:35:41.769 7 INFO neutron.db.segments_db [None req-276354d8-b046-4973-987f-3828684177a6 d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] Added segment 01569ec2-210a-4e9b-9216-48b8e208b03c of type vxlan for network 6a1d1446-3320-40b5-8f2b-84e82f8f8a23 2026-06-18 04:35:41.851 8 INFO neutron.db.l3_hamode_db [None req-0723b34b-b99c-4454-9b9e-31eda1f82e5b 2e0b3ea9e21e47368a5c04c6b982e3e5 77b052ab0a8b453abb28333e9056d667 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 04:35:42.041 7 INFO neutron.db.l3_hamode_db [None req-276354d8-b046-4973-987f-3828684177a6 d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 04:35:42.198 7 INFO neutron.db.l3_hamode_db [None req-276354d8-b046-4973-987f-3828684177a6 d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 790/1400] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:35:40 2026] POST /v2.0/routers => generated 695 bytes in 2311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1401] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:35:41 2026] POST /v2.0/routers => generated 510 bytes in 1175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1402] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:35:42 2026] POST /v2.0/security-group-rules => generated 602 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1403] 10.0.0.149 () {34 vars in 664 bytes} [Thu Jun 18 04:35:42 2026] POST /v2.0/ports => generated 962 bytes in 368 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: 793/1404] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:35:43 2026] POST /v2.0/security-group-rules => generated 601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1405] 10.0.0.149 () {34 vars in 782 bytes} [Thu Jun 18 04:35:42 2026] PUT /v2.0/routers/2ff43cf1-77a0-442b-b2fd-0c0b4611e140/add_router_interface => generated 309 bytes in 1239 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:35:44.174 7 INFO neutron.db.securitygroups_db [None req-ebbe140b-9969-43c8-8c3e-215192055b30 9013a32bf94c4ba28892575fbdf244fc 4ad4ef94d9404a8fb77b42064cd33e52 - - default default] Project 4ad4ef94d9404a8fb77b42064cd33e52 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 7|app: 0|req: 613/1406] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:35:44 2026] POST /v2.0/security-group-rules => generated 607 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1407] 10.0.0.149 () {34 vars in 782 bytes} [Thu Jun 18 04:35:43 2026] PUT /v2.0/routers/c960298b-68b6-4cfc-917d-74907f719692/add_router_interface => generated 309 bytes in 1210 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 614/1408] 10.0.0.149 () {34 vars in 664 bytes} [Thu Jun 18 04:35:44 2026] POST /v2.0/ports => generated 955 bytes in 446 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:35:44.715 8 INFO neutron.db.securitygroups_db [None req-abf974b3-f2a3-4570-88ab-84b3a63a25e9 9013a32bf94c4ba28892575fbdf244fc 4ad4ef94d9404a8fb77b42064cd33e52 - - default default] Project 4ad4ef94d9404a8fb77b42064cd33e52 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 615/1409] 10.0.0.149 () {32 vars in 716 bytes} [Thu Jun 18 04:35:44 2026] GET /v2.0/ports/4c9bd2ef-6af4-4c74-b432-6bd614689281 => generated 1036 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1410] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:35:44 2026] POST /v2.0/security-group-rules => generated 606 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:35:45.298 8 INFO neutron_taas.services.taas.taas_plugin [None req-9e2dd95b-361d-4f1d-b816-9dd546105835 d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] TaaS: Handle Delete Port: 4c9bd2ef-6af4-4c74-b432-6bd614689281 2026-06-18 04:35:45.301 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e2dd95b-361d-4f1d-b816-9dd546105835 d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] Tap Mirror: Handle Delete Port: 4c9bd2ef-6af4-4c74-b432-6bd614689281 [pid: 7|app: 0|req: 616/1411] 10.0.0.149 () {34 vars in 664 bytes} [Thu Jun 18 04:35:44 2026] POST /v2.0/ports => generated 953 bytes in 833 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: 796/1412] 10.0.0.149 () {34 vars in 788 bytes} [Thu Jun 18 04:35:44 2026] PUT /v2.0/routers/c960298b-68b6-4cfc-917d-74907f719692/remove_router_interface => generated 309 bytes in 864 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 617/1415] 10.0.0.149 () {34 vars in 684 bytes} [Thu Jun 18 04:35:45 2026] POST /v2.0/security-groups => generated 1660 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-18 04:35:45.892 7 INFO neutron.api.v2.resource [None req-b6ea88d4-8d8c-429e-b663-c5e80822c5b5 d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 618/1416] 10.0.0.149 () {34 vars in 788 bytes} [Thu Jun 18 04:35:45 2026] PUT /v2.0/routers/c960298b-68b6-4cfc-917d-74907f719692/remove_router_interface => generated 197 bytes in 162 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1417] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:35:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1418] 10.0.0.149 () {32 vars in 735 bytes} [Thu Jun 18 04:35:46 2026] GET /v2.0/ports?device_id=c960298b-68b6-4cfc-917d-74907f719692 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1419] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:35:46 2026] POST /v2.0/security-group-rules => generated 602 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:35:46.299 7 INFO neutron_taas.services.taas.taas_plugin [None req-360be3c4-44e8-4c6f-b887-43fb54589bf2 d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] TaaS: Handle Delete Port: be3936a4-ac4c-4e85-a27f-9e5189f572e7 2026-06-18 04:35:46.301 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-360be3c4-44e8-4c6f-b887-43fb54589bf2 d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] Tap Mirror: Handle Delete Port: be3936a4-ac4c-4e85-a27f-9e5189f572e7 2026-06-18 04:35:46.400 8 INFO neutron.db.l3_db [None req-ac57b851-5beb-48d2-b1a4-7cc76df1527f 2e0b3ea9e21e47368a5c04c6b982e3e5 77b052ab0a8b453abb28333e9056d667 - - default default] Floating IP ee94d03b-b912-4a63-b755-80daee234606 associated. External IP: 10.96.250.202, port: 962d4071-39b7-458b-bcc1-70193e81db08. 2026-06-18 04:35:46.655 7 INFO neutron.services.segments.plugin [-] Segment 01569ec2-210a-4e9b-9216-48b8e208b03c resource provider aggregate not found 2026-06-18 04:35:46.663 7 INFO neutron.services.segments.plugin [-] Segment 01569ec2-210a-4e9b-9216-48b8e208b03c resource provider aggregate not found 2026-06-18 04:35:46.691 7 INFO neutron.db.l3_hamode_db [None req-360be3c4-44e8-4c6f-b887-43fb54589bf2 d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] HA network 6a1d1446-3320-40b5-8f2b-84e82f8f8a23 was deleted as no HA routers are present in tenant 6ad9aa6a1dbb446e9ca149cce31bf93e. 2026-06-18 04:35:46.692 7 INFO neutron.services.segments.plugin [-] Segment 01569ec2-210a-4e9b-9216-48b8e208b03c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01569ec2-210a-4e9b-9216-48b8e208b03c found for delete ", "request_id": "req-dc841af6-8f38-4272-a950-36f75a0b2391"}]} 2026-06-18 04:35:46.697 7 INFO neutron.services.segments.plugin [-] Segment 01569ec2-210a-4e9b-9216-48b8e208b03c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01569ec2-210a-4e9b-9216-48b8e208b03c found for delete ", "request_id": "req-d5028b1d-e1dd-4daa-9d08-1c04b2dffc5d"}]} [pid: 7|app: 0|req: 622/1420] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:35:46 2026] DELETE /v2.0/routers/c960298b-68b6-4cfc-917d-74907f719692 => generated 0 bytes in 552 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1421] 10.0.0.149 () {34 vars in 676 bytes} [Thu Jun 18 04:35:45 2026] POST /v2.0/floatingips => generated 840 bytes in 1039 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1422] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:35:46 2026] DELETE /v2.0/subnets/5e472adb-5815-4664-8b88-38442652a1a2 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:35:46.982 8 INFO neutron.db.l3_db [None req-8e80b7f1-f37c-4667-817e-f9fb99814480 2e0b3ea9e21e47368a5c04c6b982e3e5 77b052ab0a8b453abb28333e9056d667 - - default default] Floating IP ee94d03b-b912-4a63-b755-80daee234606 disassociated. External IP: 10.96.250.202, port: 962d4071-39b7-458b-bcc1-70193e81db08. [pid: 7|app: 0|req: 623/1423] 10.0.0.149 () {34 vars in 675 bytes} [Thu Jun 18 04:35:46 2026] POST /v2.0/floatingips => generated 552 bytes in 592 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1424] 10.0.0.149 () {34 vars in 748 bytes} [Thu Jun 18 04:35:46 2026] PUT /v2.0/floatingips/ee94d03b-b912-4a63-b755-80daee234606 => generated 552 bytes in 437 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1425] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:35:47 2026] DELETE /v2.0/networks/fc27ccce-fb27-4a34-9818-8dfc2793b86c => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1426] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:35:47 2026] GET /v2.0/security-groups?tenant_id=bd7ec92eeefb487e9b3afe1724b040f6&name=default => generated 2925 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:35:47.557 7 INFO neutron_taas.services.taas.taas_plugin [None req-710a1890-a018-4f46-8519-dccda490dc31 2e0b3ea9e21e47368a5c04c6b982e3e5 77b052ab0a8b453abb28333e9056d667 - - default default] TaaS: Handle Delete Port: e77e180a-e535-4b3d-ae69-d743365d72cb 2026-06-18 04:35:47.560 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-710a1890-a018-4f46-8519-dccda490dc31 2e0b3ea9e21e47368a5c04c6b982e3e5 77b052ab0a8b453abb28333e9056d667 - - default default] Tap Mirror: Handle Delete Port: e77e180a-e535-4b3d-ae69-d743365d72cb [pid: 8|app: 0|req: 803/1427] 10.0.0.4 () {34 vars in 1097 bytes} [Thu Jun 18 04:35:47 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1666856931&fields=id&tenant_id=4ad4ef94d9404a8fb77b42064cd33e52 => generated 69 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:35:47.669 8 INFO neutron.db.segments_db [None req-c50cdddc-8154-4ecb-bab8-fa8cd85d12c6 d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] Added segment f409729f-6c08-4aa7-ac03-359aa48abe77 of type vxlan for network d095dd32-e3b9-4216-a883-5019c406ba2f [pid: 7|app: 0|req: 625/1428] 10.0.0.149 () {32 vars in 731 bytes} [Thu Jun 18 04:35:47 2026] DELETE /v2.0/floatingips/ee94d03b-b912-4a63-b755-80daee234606 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1429] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:35:47 2026] POST /v2.0/networks => generated 614 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1430] 10.0.0.4 () {34 vars in 1097 bytes} [Thu Jun 18 04:35:47 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1951184209&fields=id&tenant_id=4ad4ef94d9404a8fb77b42064cd33e52 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1431] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:35:47 2026] DELETE /v2.0/security-groups/47a3c967-325d-431c-b5f6-da394efa10d1 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1432] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:35:47 2026] POST /v2.0/subnets => generated 646 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1433] 10.0.0.4 () {34 vars in 979 bytes} [Thu Jun 18 04:35:48 2026] GET /v2.0/networks?id=0ff55e30-2a78-41db-b450-42e06f49bf2c => generated 673 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:35:48.137 7 INFO neutron.db.segments_db [None req-4faec135-03ae-4768-b1af-e7d5a7f61bca d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] Added segment d2202716-28ff-4b4b-9483-75fb58adb78a of type vxlan for network 7751e114-363f-4f85-bc7c-1d1349924b5e 2026-06-18 04:35:48.381 7 INFO neutron.db.l3_hamode_db [None req-4faec135-03ae-4768-b1af-e7d5a7f61bca d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 04:35:48.496 7 INFO neutron.db.l3_hamode_db [None req-4faec135-03ae-4768-b1af-e7d5a7f61bca d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 04:35:48.571 8 INFO neutron.db.l3_db [None req-431b432d-3ab4-4af5-a0d2-e7bf21dfd016 2e0b3ea9e21e47368a5c04c6b982e3e5 77b052ab0a8b453abb28333e9056d667 - - default default] Floating IP 2c25af43-288a-4d64-9c6e-1a4b260e7adc associated. External IP: 10.96.250.210, port: 715a600d-373f-4470-8020-aa57f08d14b8. 2026-06-18 04:35:48.716 7 INFO neutron.services.segments.plugin [-] Segment 3629ffa7-757f-4daa-bbcf-1f0356e6d28c resource provider aggregate not found 2026-06-18 04:35:48.735 7 INFO neutron.services.segments.plugin [-] Segment 3629ffa7-757f-4daa-bbcf-1f0356e6d28c resource provider aggregate not found 2026-06-18 04:35:48.739 7 INFO neutron.services.segments.plugin [-] Segment 3629ffa7-757f-4daa-bbcf-1f0356e6d28c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3629ffa7-757f-4daa-bbcf-1f0356e6d28c found for delete ", "request_id": "req-7d0cbf9e-2225-41a7-b3bf-58c4762b03bb"}]} 2026-06-18 04:35:48.758 7 INFO neutron.services.segments.plugin [-] Segment 3629ffa7-757f-4daa-bbcf-1f0356e6d28c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3629ffa7-757f-4daa-bbcf-1f0356e6d28c found for delete ", "request_id": "req-b83f5b64-93c1-47b8-afa2-37d1e3212ef7"}]} [pid: 8|app: 0|req: 806/1434] 10.0.0.149 () {34 vars in 676 bytes} [Thu Jun 18 04:35:47 2026] POST /v2.0/floatingips => generated 842 bytes in 1117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1435] 10.0.0.4 () {34 vars in 962 bytes} [Thu Jun 18 04:35:48 2026] GET /v2.0/quotas/4ad4ef94d9404a8fb77b42064cd33e52 => 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: 808/1436] 10.0.0.149 () {32 vars in 728 bytes} [Thu Jun 18 04:35:48 2026] GET /v2.0/floatingips/2c25af43-288a-4d64-9c6e-1a4b260e7adc => generated 842 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1437] 10.0.0.4 () {34 vars in 999 bytes} [Thu Jun 18 04:35:48 2026] GET /v2.0/ports?tenant_id=4ad4ef94d9404a8fb77b42064cd33e52&fields=id => generated 103 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1438] 10.0.0.149 () {32 vars in 654 bytes} [Thu Jun 18 04:35:49 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: 8|app: 0|req: 811/1439] 10.0.0.4 () {34 vars in 1005 bytes} [Thu Jun 18 04:35:49 2026] GET /v2.0/networks/0ff55e30-2a78-41db-b450-42e06f49bf2c?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1440] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:35:48 2026] POST /v2.0/routers => generated 510 bytes in 1092 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1441] 10.0.0.4 () {34 vars in 1105 bytes} [Thu Jun 18 04:35:49 2026] GET /v2.0/networks/0ff55e30-2a78-41db-b450-42e06f49bf2c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:35:49.565 8 INFO neutron.db.l3_db [None req-d821c428-9ccd-45a8-8b02-f8025e0ec8a5 2e0b3ea9e21e47368a5c04c6b982e3e5 77b052ab0a8b453abb28333e9056d667 - - default default] Floating IP 2c25af43-288a-4d64-9c6e-1a4b260e7adc associated. External IP: 10.96.250.210, port: 715a600d-373f-4470-8020-aa57f08d14b8. [pid: 7|app: 0|req: 631/1442] 10.0.0.149 () {34 vars in 782 bytes} [Thu Jun 18 04:35:49 2026] PUT /v2.0/routers/5ffb5961-407c-41fc-8325-20b2850bde16/add_router_interface => generated 309 bytes in 941 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1443] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:35:50 2026] GET /v2.0/ports?device_id=d4c315a0-159e-48c6-b170-cbc7cfcc52f8 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1444] 10.0.0.149 () {32 vars in 716 bytes} [Thu Jun 18 04:35:50 2026] GET /v2.0/ports/9ef75fa9-d5ed-437f-bf54-af3f41a3c403 => generated 959 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1445] 10.0.0.149 () {34 vars in 748 bytes} [Thu Jun 18 04:35:49 2026] PUT /v2.0/floatingips/2c25af43-288a-4d64-9c6e-1a4b260e7adc => generated 840 bytes in 1083 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:35:50.339 8 INFO neutron.db.l3_db [None req-c04fa218-8d0c-40bf-b425-00d141a34e81 2e0b3ea9e21e47368a5c04c6b982e3e5 77b052ab0a8b453abb28333e9056d667 - - default default] Floating IP 2c25af43-288a-4d64-9c6e-1a4b260e7adc disassociated. External IP: 10.96.250.210, port: 962d4071-39b7-458b-bcc1-70193e81db08. 2026-06-18 04:35:50.526 7 INFO neutron_taas.services.taas.taas_plugin [None req-59d06afb-0d52-41d0-b660-2aad89399ac9 d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] TaaS: Handle Delete Port: 9ef75fa9-d5ed-437f-bf54-af3f41a3c403 2026-06-18 04:35:50.529 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59d06afb-0d52-41d0-b660-2aad89399ac9 d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] Tap Mirror: Handle Delete Port: 9ef75fa9-d5ed-437f-bf54-af3f41a3c403 [pid: 8|app: 0|req: 813/1446] 10.0.0.149 () {34 vars in 748 bytes} [Thu Jun 18 04:35:50 2026] PUT /v2.0/floatingips/2c25af43-288a-4d64-9c6e-1a4b260e7adc => generated 552 bytes in 395 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:35:50.736 8 INFO neutron_taas.services.taas.taas_plugin [None req-31abbfef-7662-42c4-8a1a-5ed2212f692f 2e0b3ea9e21e47368a5c04c6b982e3e5 77b052ab0a8b453abb28333e9056d667 - - default default] TaaS: Handle Delete Port: 6b446699-7529-4c62-9b41-25318fa93eea 2026-06-18 04:35:50.738 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-31abbfef-7662-42c4-8a1a-5ed2212f692f 2e0b3ea9e21e47368a5c04c6b982e3e5 77b052ab0a8b453abb28333e9056d667 - - default default] Tap Mirror: Handle Delete Port: 6b446699-7529-4c62-9b41-25318fa93eea [pid: 8|app: 0|req: 814/1447] 10.0.0.149 () {32 vars in 731 bytes} [Thu Jun 18 04:35:50 2026] DELETE /v2.0/floatingips/2c25af43-288a-4d64-9c6e-1a4b260e7adc => generated 0 bytes in 266 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:35:50.922 8 INFO neutron.api.v2.resource [None req-eef84237-4046-4e66-a23b-7b476e49f304 2e0b3ea9e21e47368a5c04c6b982e3e5 77b052ab0a8b453abb28333e9056d667 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 815/1448] 10.0.0.149 () {32 vars in 731 bytes} [Thu Jun 18 04:35:50 2026] DELETE /v2.0/floatingips/2c25af43-288a-4d64-9c6e-1a4b260e7adc => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1449] 10.0.0.149 () {34 vars in 788 bytes} [Thu Jun 18 04:35:50 2026] PUT /v2.0/routers/5ffb5961-407c-41fc-8325-20b2850bde16/remove_router_interface => generated 309 bytes in 749 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1450] 10.0.0.149 () {32 vars in 735 bytes} [Thu Jun 18 04:35:50 2026] GET /v2.0/ports?device_id=5ffb5961-407c-41fc-8325-20b2850bde16 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:35:51.088 8 INFO neutron_taas.services.taas.taas_plugin [None req-50a3e1b1-e2f3-4fdd-a87f-11ea157c498c 2e0b3ea9e21e47368a5c04c6b982e3e5 77b052ab0a8b453abb28333e9056d667 - - default default] TaaS: Handle Delete Port: 962d4071-39b7-458b-bcc1-70193e81db08 2026-06-18 04:35:51.091 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-50a3e1b1-e2f3-4fdd-a87f-11ea157c498c 2e0b3ea9e21e47368a5c04c6b982e3e5 77b052ab0a8b453abb28333e9056d667 - - default default] Tap Mirror: Handle Delete Port: 962d4071-39b7-458b-bcc1-70193e81db08 2026-06-18 04:35:51.174 7 INFO neutron_taas.services.taas.taas_plugin [None req-82212574-a9b7-42c6-aaaa-116d3022a545 d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] TaaS: Handle Delete Port: a34ec6c9-1357-41af-81fa-f65adb13ef16 2026-06-18 04:35:51.178 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82212574-a9b7-42c6-aaaa-116d3022a545 d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] Tap Mirror: Handle Delete Port: a34ec6c9-1357-41af-81fa-f65adb13ef16 [pid: 8|app: 0|req: 816/1451] 10.0.0.149 () {32 vars in 719 bytes} [Thu Jun 18 04:35:50 2026] DELETE /v2.0/ports/962d4071-39b7-458b-bcc1-70193e81db08 => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1452] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:35:51 2026] GET /v2.0/ports?device_id=d4c315a0-159e-48c6-b170-cbc7cfcc52f8 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:35:51.365 8 INFO neutron_taas.services.taas.taas_plugin [None req-65919a23-37ff-4252-b45f-44e9c90e095a 2e0b3ea9e21e47368a5c04c6b982e3e5 77b052ab0a8b453abb28333e9056d667 - - default default] TaaS: Handle Delete Port: 715a600d-373f-4470-8020-aa57f08d14b8 2026-06-18 04:35:51.368 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65919a23-37ff-4252-b45f-44e9c90e095a 2e0b3ea9e21e47368a5c04c6b982e3e5 77b052ab0a8b453abb28333e9056d667 - - default default] Tap Mirror: Handle Delete Port: 715a600d-373f-4470-8020-aa57f08d14b8 [pid: 8|app: 0|req: 818/1453] 10.0.0.149 () {32 vars in 719 bytes} [Thu Jun 18 04:35:51 2026] DELETE /v2.0/ports/715a600d-373f-4470-8020-aa57f08d14b8 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:35:51.513 7 INFO neutron.services.segments.plugin [-] Segment d2202716-28ff-4b4b-9483-75fb58adb78a resource provider aggregate not found 2026-06-18 04:35:51.517 7 INFO neutron.services.segments.plugin [-] Segment d2202716-28ff-4b4b-9483-75fb58adb78a resource provider aggregate not found 2026-06-18 04:35:51.536 7 INFO neutron.services.segments.plugin [-] Segment d2202716-28ff-4b4b-9483-75fb58adb78a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2202716-28ff-4b4b-9483-75fb58adb78a found for delete ", "request_id": "req-d95195b2-1ef1-4ce2-a87b-c040e82c739d"}]} 2026-06-18 04:35:51.541 7 INFO neutron.services.segments.plugin [-] Segment d2202716-28ff-4b4b-9483-75fb58adb78a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2202716-28ff-4b4b-9483-75fb58adb78a found for delete ", "request_id": "req-5481e1ae-414e-442a-b1aa-06230c5f52a8"}]} [pid: 8|app: 0|req: 819/1454] 10.0.0.149 () {32 vars in 735 bytes} [Thu Jun 18 04:35:51 2026] GET /v2.0/ports?device_id=2ff43cf1-77a0-442b-b2fd-0c0b4611e140 => generated 958 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:35:51.549 7 INFO neutron.db.l3_hamode_db [None req-82212574-a9b7-42c6-aaaa-116d3022a545 d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] HA network 7751e114-363f-4f85-bc7c-1d1349924b5e was deleted as no HA routers are present in tenant 6ad9aa6a1dbb446e9ca149cce31bf93e. [pid: 7|app: 0|req: 636/1455] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:35:50 2026] DELETE /v2.0/routers/5ffb5961-407c-41fc-8325-20b2850bde16 => generated 0 bytes in 558 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1456] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:35:51 2026] DELETE /v2.0/subnets/575f02ea-a966-4ba2-82a8-f25514a54863 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1457] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:35:51 2026] DELETE /v2.0/networks/d095dd32-e3b9-4216-a883-5019c406ba2f => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:35:51.871 7 INFO neutron.db.segments_db [None req-7df528f4-1745-4900-826b-aebf103a9003 d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] Added segment ed1f628b-5bbb-4dd3-b940-375c5ed3ca5f of type vxlan for network ec68cc56-129b-48a3-b1af-97fecd353759 2026-06-18 04:35:51.941 8 INFO neutron_taas.services.taas.taas_plugin [None req-b366bf78-f900-4899-8086-d9bbd125f6e9 2e0b3ea9e21e47368a5c04c6b982e3e5 77b052ab0a8b453abb28333e9056d667 - - default default] TaaS: Handle Delete Port: 9c5de3e9-d637-4ecf-9e50-4a110b1c160d 2026-06-18 04:35:51.945 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b366bf78-f900-4899-8086-d9bbd125f6e9 2e0b3ea9e21e47368a5c04c6b982e3e5 77b052ab0a8b453abb28333e9056d667 - - default default] Tap Mirror: Handle Delete Port: 9c5de3e9-d637-4ecf-9e50-4a110b1c160d 2026-06-18 04:35:52.109 7 INFO neutron.db.l3_hamode_db [None req-7df528f4-1745-4900-826b-aebf103a9003 d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 820/1458] 10.0.0.149 () {34 vars in 788 bytes} [Thu Jun 18 04:35:51 2026] PUT /v2.0/routers/2ff43cf1-77a0-442b-b2fd-0c0b4611e140/remove_router_interface => generated 309 bytes in 887 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:35:52.819 8 INFO neutron.db.segments_db [None req-60e12f9b-70c7-467d-93a0-42e997df74f5 f41d960b251b48cb8250f28f0a441838 d6c125e9ec1d4841a9d6e420d8da2282 - - default default] Added segment 18d90dd8-a51b-4065-a0a8-260ba6985b3b of type vxlan for network c551ee4b-c63e-4d32-b795-8f6341473ff3 [pid: 8|app: 0|req: 821/1459] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:35:52 2026] POST /v2.0/networks => generated 708 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1460] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:35:52 2026] GET /v2.0/ports?device_id=d4c315a0-159e-48c6-b170-cbc7cfcc52f8 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:35:52.901 7 INFO neutron.db.l3_hamode_db [None req-7df528f4-1745-4900-826b-aebf103a9003 d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 04:35:53.090 8 INFO neutron_taas.services.taas.taas_plugin [None req-6e70cbb1-0f6e-4cbb-940a-a885c190fbf3 2e0b3ea9e21e47368a5c04c6b982e3e5 77b052ab0a8b453abb28333e9056d667 - - default default] TaaS: Handle Delete Port: 64e0d3e1-202d-44db-bbeb-4cc12fcd5efc 2026-06-18 04:35:53.092 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e70cbb1-0f6e-4cbb-940a-a885c190fbf3 2e0b3ea9e21e47368a5c04c6b982e3e5 77b052ab0a8b453abb28333e9056d667 - - default default] Tap Mirror: Handle Delete Port: 64e0d3e1-202d-44db-bbeb-4cc12fcd5efc 2026-06-18 04:35:53.334 8 INFO neutron_taas.services.taas.taas_plugin [None req-6e70cbb1-0f6e-4cbb-940a-a885c190fbf3 2e0b3ea9e21e47368a5c04c6b982e3e5 77b052ab0a8b453abb28333e9056d667 - - default default] TaaS: Handle Delete Port: c4c11219-2550-4e39-bf18-b62245fa272f 2026-06-18 04:35:53.337 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e70cbb1-0f6e-4cbb-940a-a885c190fbf3 2e0b3ea9e21e47368a5c04c6b982e3e5 77b052ab0a8b453abb28333e9056d667 - - default default] Tap Mirror: Handle Delete Port: c4c11219-2550-4e39-bf18-b62245fa272f 2026-06-18 04:35:53.568 7 INFO neutron.services.segments.plugin [-] Segment f409729f-6c08-4aa7-ac03-359aa48abe77 resource provider aggregate not found 2026-06-18 04:35:53.579 7 INFO neutron.services.segments.plugin [-] Segment f409729f-6c08-4aa7-ac03-359aa48abe77 resource provider aggregate not found 2026-06-18 04:35:53.597 7 INFO neutron.services.segments.plugin [-] Segment f409729f-6c08-4aa7-ac03-359aa48abe77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f409729f-6c08-4aa7-ac03-359aa48abe77 found for delete ", "request_id": "req-b10750f3-fb48-4695-976e-29232084c9fe"}]} 2026-06-18 04:35:53.615 8 INFO neutron.services.segments.plugin [-] Segment 1b66135b-3ca1-4e7e-ab2d-4cb745b4abb6 resource provider aggregate not found 2026-06-18 04:35:53.620 7 INFO neutron.services.segments.plugin [-] Segment f409729f-6c08-4aa7-ac03-359aa48abe77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f409729f-6c08-4aa7-ac03-359aa48abe77 found for delete ", "request_id": "req-75a6f48f-2987-470d-ab37-c028c0c7e711"}]} 2026-06-18 04:35:53.620 8 INFO neutron.services.segments.plugin [-] Segment 1b66135b-3ca1-4e7e-ab2d-4cb745b4abb6 resource provider aggregate not found 2026-06-18 04:35:53.635 8 INFO neutron.services.segments.plugin [-] Segment 1b66135b-3ca1-4e7e-ab2d-4cb745b4abb6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b66135b-3ca1-4e7e-ab2d-4cb745b4abb6 found for delete ", "request_id": "req-ec8c720d-2ca1-4ff8-a024-e92318708c3d"}]} 2026-06-18 04:35:53.636 8 INFO neutron.services.segments.plugin [-] Segment 1b66135b-3ca1-4e7e-ab2d-4cb745b4abb6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b66135b-3ca1-4e7e-ab2d-4cb745b4abb6 found for delete ", "request_id": "req-ef85e416-1d53-492c-9b76-5351465c1490"}]} 2026-06-18 04:35:53.639 8 INFO neutron.db.l3_hamode_db [None req-6e70cbb1-0f6e-4cbb-940a-a885c190fbf3 2e0b3ea9e21e47368a5c04c6b982e3e5 77b052ab0a8b453abb28333e9056d667 - - default default] HA network 78d67f4d-a6fe-48bb-93c1-b6ec6d0a7aee was deleted as no HA routers are present in tenant 77b052ab0a8b453abb28333e9056d667. [pid: 8|app: 0|req: 823/1461] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:35:52 2026] DELETE /v2.0/routers/2ff43cf1-77a0-442b-b2fd-0c0b4611e140 => generated 0 bytes in 745 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1462] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:35:53 2026] POST /v2.0/subnets => generated 644 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1463] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:35:51 2026] POST /v2.0/routers => generated 691 bytes in 2000 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1464] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:35:53 2026] GET /v2.0/networks?id=0ff55e30-2a78-41db-b450-42e06f49bf2c => generated 673 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:35:53.891 7 WARNING neutron.api.v2.base [None req-2f7e5283-581a-4722-b574-2676e118058a f41d960b251b48cb8250f28f0a441838 d6c125e9ec1d4841a9d6e420d8da2282 - - 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-06-18 04:35:53.892 7 INFO neutron.api.v2.resource [None req-2f7e5283-581a-4722-b574-2676e118058a f41d960b251b48cb8250f28f0a441838 d6c125e9ec1d4841a9d6e420d8da2282 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 641/1465] 10.0.0.149 () {34 vars in 680 bytes} [Thu Jun 18 04:35:53 2026] POST /v2.0/rbac-policies => generated 143 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1466] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:35:53 2026] DELETE /v2.0/subnets/10f955de-d19d-49c5-b185-77c2e38ef8b8 => 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: 826/1467] 199.204.45.65 () {34 vars in 1048 bytes} [Thu Jun 18 04:35:53 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4ad4ef94d9404a8fb77b42064cd33e52 => generated 274 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1468] 10.0.0.149 () {32 vars in 720 bytes} [Thu Jun 18 04:35:53 2026] GET /v2.0/routers/759e1c61-5de6-42fd-b774-ec38be59b5d6 => generated 697 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1469] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:35:53 2026] DELETE /v2.0/networks/657af224-9595-446a-8455-6eb4381eff72 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1470] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:35:53 2026] DELETE /v2.0/networks/c551ee4b-c63e-4d32-b795-8f6341473ff3 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1471] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:35:54 2026] GET /v2.0/ports?device_id=d4c315a0-159e-48c6-b170-cbc7cfcc52f8 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1472] 199.204.45.65 () {38 vars in 953 bytes} [Thu Jun 18 04:35:54 2026] POST /v2.0/ports => generated 997 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-18 04:35:54.584 7 INFO neutron.db.segments_db [None req-57812b0d-4009-41e7-818b-6f841d38f68b f41d960b251b48cb8250f28f0a441838 d6c125e9ec1d4841a9d6e420d8da2282 - - default default] Added segment 43162f26-734c-49fb-a300-23d229b7e9e9 of type vxlan for network 3b0ded3a-b525-4c22-a181-b1e7ddda189d [pid: 7|app: 0|req: 645/1473] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:35:54 2026] POST /v2.0/networks => generated 707 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1474] 10.0.0.149 () {32 vars in 646 bytes} [Thu Jun 18 04:35:54 2026] GET /v2.0/routers => generated 700 bytes in 623 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1475] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:35:54 2026] POST /v2.0/subnets => generated 647 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1476] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:35:54 2026] GET /v2.0/security-groups?tenant_id=77b052ab0a8b453abb28333e9056d667&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1477] 199.204.45.65 () {38 vars in 1026 bytes} [Thu Jun 18 04:35:54 2026] PUT /v2.0/ports/16693b10-8f07-4f9a-b8d4-34081a24d893 => generated 1278 bytes in 414 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-06-18 04:35:55.087 7 WARNING neutron.api.v2.base [None req-0527754d-53d6-437a-bd22-c15fd906a0c7 f41d960b251b48cb8250f28f0a441838 d6c125e9ec1d4841a9d6e420d8da2282 - - 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-06-18 04:35:55.087 7 INFO neutron.api.v2.resource [None req-0527754d-53d6-437a-bd22-c15fd906a0c7 f41d960b251b48cb8250f28f0a441838 d6c125e9ec1d4841a9d6e420d8da2282 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 647/1478] 10.0.0.149 () {34 vars in 680 bytes} [Thu Jun 18 04:35:55 2026] POST /v2.0/rbac-policies => generated 547 bytes in 9 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-06-18 04:35:55.131 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7078ce51-8d68-4751-852d-de73b25f871b'] response: {'name': 'network-changed', 'server_uuid': 'd4c315a0-159e-48c6-b170-cbc7cfcc52f8', 'tag': '16693b10-8f07-4f9a-b8d4-34081a24d893', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 648/1479] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:35:55 2026] DELETE /v2.0/security-groups/18671924-5236-4950-8d94-2ab03b7e8395 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1480] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:35:55 2026] DELETE /v2.0/networks/3b0ded3a-b525-4c22-a181-b1e7ddda189d => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1481] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:35:55 2026] GET /v2.0/ports?device_id=d4c315a0-159e-48c6-b170-cbc7cfcc52f8 => generated 1012 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1482] 10.0.0.149 () {34 vars in 740 bytes} [Thu Jun 18 04:35:55 2026] PUT /v2.0/routers/759e1c61-5de6-42fd-b774-ec38be59b5d6 => generated 704 bytes in 452 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:35:55.563 7 INFO neutron.db.segments_db [None req-fd5aa652-efa1-4043-9895-f81ab22f22d7 f41d960b251b48cb8250f28f0a441838 d6c125e9ec1d4841a9d6e420d8da2282 - - default default] Added segment 6dca20c9-1f6a-4eae-bf3f-9b2c02107d59 of type vxlan for network 52a8365a-8695-45cc-917c-f21ff95d1dda [pid: 8|app: 0|req: 833/1483] 10.0.0.4 () {34 vars in 1117 bytes} [Thu Jun 18 04:35:55 2026] GET /v2.0/security-groups?id=5b51f090-fd85-45ca-b781-42f6d213d369&id=dd84456e-361d-4955-b05c-ccd703bd24a0&fields=id&fields=name => generated 207 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:35:55.618 7 INFO neutron.services.segments.plugin [-] Segment b77e8947-a0ac-4464-8954-cd6d4fe57ec6 resource provider aggregate not found [pid: 8|app: 0|req: 834/1484] 10.0.0.149 () {32 vars in 720 bytes} [Thu Jun 18 04:35:55 2026] GET /v2.0/routers/759e1c61-5de6-42fd-b774-ec38be59b5d6 => generated 704 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:35:55.640 7 INFO neutron.services.segments.plugin [-] Segment b77e8947-a0ac-4464-8954-cd6d4fe57ec6 resource provider aggregate not found 2026-06-18 04:35:55.647 7 INFO neutron.services.segments.plugin [-] Segment b77e8947-a0ac-4464-8954-cd6d4fe57ec6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b77e8947-a0ac-4464-8954-cd6d4fe57ec6 found for delete ", "request_id": "req-73a953a1-e587-4e2e-88bc-f7f092474ad3"}]} 2026-06-18 04:35:55.653 7 INFO neutron.services.segments.plugin [-] Segment b77e8947-a0ac-4464-8954-cd6d4fe57ec6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b77e8947-a0ac-4464-8954-cd6d4fe57ec6 found for delete ", "request_id": "req-f4872060-0093-41ee-bc17-428720a4af09"}]} [pid: 8|app: 0|req: 835/1485] 10.0.0.149 () {32 vars in 735 bytes} [Thu Jun 18 04:35:55 2026] GET /v2.0/ports?device_id=759e1c61-5de6-42fd-b774-ec38be59b5d6 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:35:55.665 8 INFO neutron.services.segments.plugin [-] Segment 18d90dd8-a51b-4065-a0a8-260ba6985b3b resource provider aggregate not found 2026-06-18 04:35:55.669 8 INFO neutron.services.segments.plugin [-] Segment 18d90dd8-a51b-4065-a0a8-260ba6985b3b resource provider aggregate not found 2026-06-18 04:35:55.675 7 INFO neutron.services.segments.plugin [-] Segment 43162f26-734c-49fb-a300-23d229b7e9e9 resource provider aggregate not found 2026-06-18 04:35:55.680 8 INFO neutron.services.segments.plugin [-] Segment 18d90dd8-a51b-4065-a0a8-260ba6985b3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18d90dd8-a51b-4065-a0a8-260ba6985b3b found for delete ", "request_id": "req-004b5419-50dd-43bc-8d49-89532134291a"}]} 2026-06-18 04:35:55.681 7 INFO neutron.services.segments.plugin [-] Segment 43162f26-734c-49fb-a300-23d229b7e9e9 resource provider aggregate not found 2026-06-18 04:35:55.689 8 INFO neutron.services.segments.plugin [-] Segment 18d90dd8-a51b-4065-a0a8-260ba6985b3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18d90dd8-a51b-4065-a0a8-260ba6985b3b found for delete ", "request_id": "req-7ed99bbc-26bd-45ad-8c6f-22956d023e6a"}]} [pid: 7|app: 0|req: 651/1486] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:35:55 2026] POST /v2.0/networks => generated 708 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:35:55.696 7 INFO neutron.services.segments.plugin [-] Segment 43162f26-734c-49fb-a300-23d229b7e9e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43162f26-734c-49fb-a300-23d229b7e9e9 found for delete ", "request_id": "req-7ccc6734-f406-4663-a600-dbfd191c2ab7"}]} 2026-06-18 04:35:55.698 7 INFO neutron.services.segments.plugin [-] Segment 43162f26-734c-49fb-a300-23d229b7e9e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43162f26-734c-49fb-a300-23d229b7e9e9 found for delete ", "request_id": "req-5274850f-d4e9-42c0-a3af-51c36ef95513"}]} [pid: 8|app: 0|req: 836/1487] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:35:55 2026] GET /v2.0/ports?tenant_id=4ad4ef94d9404a8fb77b42064cd33e52&device_id=d4c315a0-159e-48c6-b170-cbc7cfcc52f8 => generated 1281 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1488] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:35:55 2026] POST /v2.0/subnets => generated 647 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:35:55.988 7 INFO neutron_taas.services.taas.taas_plugin [None req-cb7a520e-e0db-48be-b359-18f8415e4f3e d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] TaaS: Handle Delete Port: 4c8fa1b8-c734-4503-ba48-a31e41234b3a 2026-06-18 04:35:55.991 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb7a520e-e0db-48be-b359-18f8415e4f3e d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] Tap Mirror: Handle Delete Port: 4c8fa1b8-c734-4503-ba48-a31e41234b3a [pid: 8|app: 0|req: 838/1489] 199.204.45.65 () {34 vars in 1016 bytes} [Thu Jun 18 04:35:55 2026] GET /v2.0/networks?tenant_id=4ad4ef94d9404a8fb77b42064cd33e52&shared=False => generated 767 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:35:56.245 7 INFO neutron_taas.services.taas.taas_plugin [None req-cb7a520e-e0db-48be-b359-18f8415e4f3e d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] TaaS: Handle Delete Port: fd4077e1-fe22-4698-8e6a-2cea8e556c92 2026-06-18 04:35:56.248 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb7a520e-e0db-48be-b359-18f8415e4f3e d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] Tap Mirror: Handle Delete Port: fd4077e1-fe22-4698-8e6a-2cea8e556c92 [pid: 8|app: 0|req: 839/1490] 10.0.0.149 () {34 vars in 680 bytes} [Thu Jun 18 04:35:56 2026] POST /v2.0/rbac-policies => generated 324 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1491] 199.204.45.65 () {34 vars in 928 bytes} [Thu Jun 18 04:35:56 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:35:56.637 7 INFO neutron.db.l3_hamode_db [None req-cb7a520e-e0db-48be-b359-18f8415e4f3e d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] HA network ec68cc56-129b-48a3-b1af-97fecd353759 was deleted as no HA routers are present in tenant 6ad9aa6a1dbb446e9ca149cce31bf93e. [pid: 7|app: 0|req: 652/1492] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:35:55 2026] DELETE /v2.0/routers/759e1c61-5de6-42fd-b774-ec38be59b5d6 => generated 0 bytes in 957 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1493] 10.0.0.149 () {32 vars in 735 bytes} [Thu Jun 18 04:35:56 2026] GET /v2.0/ports?device_id=759e1c61-5de6-42fd-b774-ec38be59b5d6 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:35:56.714 7 INFO neutron.api.v2.resource [None req-ed3698cf-843c-4500-bf47-33582b8f6b8d d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 654/1494] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:35:56 2026] DELETE /v2.0/routers/759e1c61-5de6-42fd-b774-ec38be59b5d6 => generated 135 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1495] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:35:56 2026] GET /v2.0/ports?device_id=d4c315a0-159e-48c6-b170-cbc7cfcc52f8 => generated 1012 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1496] 10.0.0.149 () {32 vars in 735 bytes} [Thu Jun 18 04:35:56 2026] GET /v2.0/ports?device_id=5ffb5961-407c-41fc-8325-20b2850bde16 => 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: 843/1497] 10.0.0.4 () {34 vars in 1117 bytes} [Thu Jun 18 04:35:56 2026] GET /v2.0/security-groups?id=5b51f090-fd85-45ca-b781-42f6d213d369&id=dd84456e-361d-4955-b05c-ccd703bd24a0&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:35:56.801 8 INFO neutron.api.v2.resource [None req-e86646a0-f509-4026-93ec-53b36e39ca51 d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 844/1498] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:35:56 2026] DELETE /v2.0/routers/5ffb5961-407c-41fc-8325-20b2850bde16 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 04:35:56.823 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a89a7b51-6c48-4b9a-a4c7-949f78908368 d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 845/1499] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:35:56 2026] DELETE /v2.0/subnets/575f02ea-a966-4ba2-82a8-f25514a54863 => 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: 846/1500] 10.0.0.149 () {32 vars in 735 bytes} [Thu Jun 18 04:35:56 2026] GET /v2.0/ports?device_id=c960298b-68b6-4cfc-917d-74907f719692 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:35:56.876 8 INFO neutron.api.v2.resource [None req-0f8c14cf-a5bf-4c44-9a7f-b25e99170a27 d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 847/1501] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:35:56 2026] DELETE /v2.0/routers/c960298b-68b6-4cfc-917d-74907f719692 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 04:35:56.892 8 INFO neutron.pecan_wsgi.hooks.translation [None req-78839f7d-0b2d-42dc-a8a5-d24c8880c6f7 d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 848/1502] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:35:56 2026] DELETE /v2.0/subnets/5e472adb-5815-4664-8b88-38442652a1a2 => 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: 849/1503] 10.0.0.149 () {32 vars in 735 bytes} [Thu Jun 18 04:35:56 2026] GET /v2.0/ports?device_id=a6bc9090-f1d3-403f-9d44-a6240d053344 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:35:56.934 8 INFO neutron.api.v2.resource [None req-cb575b40-5371-4e6b-b2af-381e1ac67cad d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 850/1504] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:35:56 2026] DELETE /v2.0/routers/a6bc9090-f1d3-403f-9d44-a6240d053344 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 04:35:56.950 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cba5fa72-2960-498e-a7e9-2e528aea2a48 d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 851/1505] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:35:56 2026] DELETE /v2.0/subnets/2cd9c0b3-1ab9-4e87-9470-2491c0492c3b => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 04:35:56.969 8 INFO neutron.pecan_wsgi.hooks.translation [None req-35aba898-2a1d-4f65-aa6c-3aec7f022c72 d839ed86dd1c47e68c5c20388a113762 6ad9aa6a1dbb446e9ca149cce31bf93e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 655/1506] 10.0.0.149 () {32 vars in 722 bytes} [Thu Jun 18 04:35:56 2026] GET /v2.0/networks/52a8365a-8695-45cc-917c-f21ff95d1dda => generated 655 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1507] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:35:56 2026] DELETE /v2.0/subnets/9dd7660b-0c46-4d09-9d66-7bcc5b4aebc6 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 04:35:57.307 7 INFO neutron.db.segments_db [None req-82431535-5f8e-46f0-a991-2d415eefc747 d71fddbf28d64406aa2cb91ff55ed78e 7e792bedefb540e18f0e7cf1ce49bf0f - - default default] Added segment a6f6e6d0-76a3-49e0-b7af-79d1db8d975f of type vxlan for network 5bc8bac7-7532-4eca-8eaa-e4fa46ba4809 2026-06-18 04:35:57.374 7 INFO neutron.db.segments_db [None req-82431535-5f8e-46f0-a991-2d415eefc747 d71fddbf28d64406aa2cb91ff55ed78e 7e792bedefb540e18f0e7cf1ce49bf0f - - default default] Added segment d1027d8a-6a52-412c-a37c-d290b6d2990a of type vxlan for network d4974c56-65a6-4ec8-9a33-4d95a9c73edd 2026-06-18 04:35:57.475 8 INFO neutron.pecan_wsgi.hooks.translation [None req-85845b43-92f0-4a39-9667-fcb7187cf0ad ba1b756694fa4df0b4d685e5e4a95b60 2fc7add0c68e48389c63ea0d9e85bdc0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 853/1508] 10.0.0.149 () {32 vars in 722 bytes} [Thu Jun 18 04:35:57 2026] GET /v2.0/networks/52a8365a-8695-45cc-917c-f21ff95d1dda => generated 138 bytes in 128 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1509] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:35:57 2026] POST /v2.0/networks => generated 1208 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1510] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:35:57 2026] GET /v2.0/ports?tenant_id=4ad4ef94d9404a8fb77b42064cd33e52&device_id=d4c315a0-159e-48c6-b170-cbc7cfcc52f8 => generated 1281 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1511] 10.0.0.149 () {32 vars in 648 bytes} [Thu Jun 18 04:35:57 2026] GET /v2.0/networks => generated 1845 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1512] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:35:57 2026] GET /v2.0/security-groups?tenant_id=6ad9aa6a1dbb446e9ca149cce31bf93e&name=default => generated 2925 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1513] 199.204.45.65 () {34 vars in 1058 bytes} [Thu Jun 18 04:35:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=16693b10-8f07-4f9a-b8d4-34081a24d893 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1514] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:35:57 2026] DELETE /v2.0/networks/52a8365a-8695-45cc-917c-f21ff95d1dda => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:35:57.719 7 INFO neutron.services.segments.plugin [-] Segment ed1f628b-5bbb-4dd3-b940-375c5ed3ca5f resource provider aggregate not found 2026-06-18 04:35:57.728 7 INFO neutron.services.segments.plugin [-] Segment ed1f628b-5bbb-4dd3-b940-375c5ed3ca5f resource provider aggregate not found 2026-06-18 04:35:57.742 7 INFO neutron.services.segments.plugin [-] Segment ed1f628b-5bbb-4dd3-b940-375c5ed3ca5f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed1f628b-5bbb-4dd3-b940-375c5ed3ca5f found for delete ", "request_id": "req-213b4c61-02eb-4ddf-ab1f-725efc500c08"}]} 2026-06-18 04:35:57.747 7 INFO neutron.services.segments.plugin [-] Segment ed1f628b-5bbb-4dd3-b940-375c5ed3ca5f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed1f628b-5bbb-4dd3-b940-375c5ed3ca5f found for delete ", "request_id": "req-2159f220-57b6-4c39-b1e6-f19cb918dc93"}]} 2026-06-18 04:35:57.759 7 INFO neutron.services.segments.plugin [-] Segment 6dca20c9-1f6a-4eae-bf3f-9b2c02107d59 resource provider aggregate not found 2026-06-18 04:35:57.769 7 INFO neutron.services.segments.plugin [-] Segment 6dca20c9-1f6a-4eae-bf3f-9b2c02107d59 resource provider aggregate not found 2026-06-18 04:35:57.784 7 INFO neutron.services.segments.plugin [-] Segment 6dca20c9-1f6a-4eae-bf3f-9b2c02107d59 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6dca20c9-1f6a-4eae-bf3f-9b2c02107d59 found for delete ", "request_id": "req-5c74fb08-e190-44c0-a37c-80f651711408"}]} 2026-06-18 04:35:57.796 8 INFO neutron.services.segments.plugin [-] Segment a6f6e6d0-76a3-49e0-b7af-79d1db8d975f resource provider aggregate not found 2026-06-18 04:35:57.798 7 INFO neutron.services.segments.plugin [-] Segment 6dca20c9-1f6a-4eae-bf3f-9b2c02107d59 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6dca20c9-1f6a-4eae-bf3f-9b2c02107d59 found for delete ", "request_id": "req-130c83df-f4b5-41db-a7ab-ec052680d5e0"}]} 2026-06-18 04:35:57.804 8 INFO neutron.services.segments.plugin [-] Segment a6f6e6d0-76a3-49e0-b7af-79d1db8d975f resource provider aggregate not found 2026-06-18 04:35:57.823 8 INFO neutron.services.segments.plugin [-] Segment a6f6e6d0-76a3-49e0-b7af-79d1db8d975f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6f6e6d0-76a3-49e0-b7af-79d1db8d975f found for delete ", "request_id": "req-b50377b9-438e-4faf-a35b-de0a4bde20af"}]} [pid: 8|app: 0|req: 858/1515] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:35:57 2026] DELETE /v2.0/networks/5bc8bac7-7532-4eca-8eaa-e4fa46ba4809 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:35:57.831 8 INFO neutron.services.segments.plugin [-] Segment a6f6e6d0-76a3-49e0-b7af-79d1db8d975f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6f6e6d0-76a3-49e0-b7af-79d1db8d975f found for delete ", "request_id": "req-b1e18890-478d-4b00-a7ae-02efef2728cb"}]} [pid: 7|app: 0|req: 658/1516] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:35:57 2026] DELETE /v2.0/security-groups/2e9bb9ee-6c2f-42a6-9ee6-b27e8a51c175 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:35:57.858 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6d86bceb-0faa-4227-af66-62e8ee8b7e71 f41d960b251b48cb8250f28f0a441838 d6c125e9ec1d4841a9d6e420d8da2282 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 859/1517] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:35:57 2026] GET /v2.0/subnets?id=d87ab26d-3b14-4a09-b20f-9d049340aaf5 => generated 691 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1518] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:35:57 2026] DELETE /v2.0/subnets/8a3341a3-5a29-4527-971e-79f584f4c560 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1519] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:35:57 2026] GET /v2.0/ports?device_id=d4c315a0-159e-48c6-b170-cbc7cfcc52f8 => generated 1012 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1520] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:35:57 2026] GET /v2.0/ports?network_id=0ff55e30-2a78-41db-b450-42e06f49bf2c&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:35:57.939 7 INFO neutron.pecan_wsgi.hooks.translation [None req-97440f93-8fd6-46a0-a510-82c8a2c53a2b f41d960b251b48cb8250f28f0a441838 d6c125e9ec1d4841a9d6e420d8da2282 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 662/1521] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:35:57 2026] DELETE /v2.0/subnets/8fec35d5-423d-46fa-8115-56083e47b49c => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1522] 10.0.0.4 () {34 vars in 1117 bytes} [Thu Jun 18 04:35:57 2026] GET /v2.0/security-groups?id=5b51f090-fd85-45ca-b781-42f6d213d369&id=dd84456e-361d-4955-b05c-ccd703bd24a0&fields=id&fields=name => generated 207 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1523] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:35:57 2026] DELETE /v2.0/networks/d4974c56-65a6-4ec8-9a33-4d95a9c73edd => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1524] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:35:57 2026] GET /v2.0/networks/0ff55e30-2a78-41db-b450-42e06f49bf2c?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:35:58.012 8 INFO neutron.pecan_wsgi.hooks.translation [None req-19a5d6e0-1ec2-446a-9c56-eec6e8a49ad8 f41d960b251b48cb8250f28f0a441838 d6c125e9ec1d4841a9d6e420d8da2282 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 861/1525] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:35:57 2026] DELETE /v2.0/subnets/a365bf38-8c8f-4536-9794-342b39c96e0b => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1526] 10.0.0.149 () {32 vars in 648 bytes} [Thu Jun 18 04:35:58 2026] GET /v2.0/networks => generated 651 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1527] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:35:58 2026] GET /v2.0/networks/0ff55e30-2a78-41db-b450-42e06f49bf2c?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-06-18 04:35:58.117 7 INFO neutron.db.segments_db [None req-a6a31920-9ffa-4607-988e-241e0c8fd0dd d71fddbf28d64406aa2cb91ff55ed78e 7e792bedefb540e18f0e7cf1ce49bf0f - - default default] Added segment 9dcd2cb9-edc1-48d9-833e-42d74fa0dfc1 of type vxlan for network 834123f0-4eee-4628-a155-954349374734 [pid: 7|app: 0|req: 666/1528] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:35:58 2026] POST /v2.0/networks => generated 635 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:35:58.278 8 INFO neutron.db.segments_db [None req-73791b51-7423-407e-83e7-a3e636d49359 d71fddbf28d64406aa2cb91ff55ed78e 7e792bedefb540e18f0e7cf1ce49bf0f - - default default] Added segment 7d6b604b-44d9-4e7a-b715-3ccb524ddb93 of type vxlan for network b9186d22-8e0c-4ce4-8b77-9965d7e6ca1c [pid: 8|app: 0|req: 863/1529] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:35:58 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) [pid: 7|app: 0|req: 667/1530] 10.0.0.149 () {34 vars in 664 bytes} [Thu Jun 18 04:35:58 2026] POST /v2.0/ports => generated 1506 bytes in 647 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 668/1531] 10.0.0.149 () {32 vars in 642 bytes} [Thu Jun 18 04:35:59 2026] GET /v2.0/ports => generated 1506 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1532] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:35:59 2026] GET /v2.0/ports?device_id=d4c315a0-159e-48c6-b170-cbc7cfcc52f8 => generated 1012 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1533] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:35:58 2026] GET /v2.0/security-groups?tenant_id=2fc7add0c68e48389c63ea0d9e85bdc0&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: 865/1534] 10.0.0.4 () {34 vars in 1117 bytes} [Thu Jun 18 04:35:59 2026] GET /v2.0/security-groups?id=5b51f090-fd85-45ca-b781-42f6d213d369&id=dd84456e-361d-4955-b05c-ccd703bd24a0&fields=id&fields=name => generated 207 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:35:59.229 7 INFO neutron_taas.services.taas.taas_plugin [None req-0ef7ebf9-d230-4275-a366-2323fc9682c6 d71fddbf28d64406aa2cb91ff55ed78e 7e792bedefb540e18f0e7cf1ce49bf0f - - default default] TaaS: Handle Delete Port: d64e6ace-eff0-4a6b-bbe3-1d385ed57299 2026-06-18 04:35:59.232 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ef7ebf9-d230-4275-a366-2323fc9682c6 d71fddbf28d64406aa2cb91ff55ed78e 7e792bedefb540e18f0e7cf1ce49bf0f - - default default] Tap Mirror: Handle Delete Port: d64e6ace-eff0-4a6b-bbe3-1d385ed57299 [pid: 8|app: 0|req: 866/1535] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:35:59 2026] DELETE /v2.0/security-groups/955beb13-897b-46f4-b611-151df5273b50 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1536] 10.0.0.149 () {32 vars in 719 bytes} [Thu Jun 18 04:35:59 2026] DELETE /v2.0/ports/d64e6ace-eff0-4a6b-bbe3-1d385ed57299 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:35:59.465 8 INFO neutron_taas.services.taas.taas_plugin [None req-064722ea-84e1-4b72-9cb3-4007f7315db8 d71fddbf28d64406aa2cb91ff55ed78e 7e792bedefb540e18f0e7cf1ce49bf0f - - default default] TaaS: Handle Delete Port: 2f0ef328-6638-42c7-af72-384a9b58e268 2026-06-18 04:35:59.470 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-064722ea-84e1-4b72-9cb3-4007f7315db8 d71fddbf28d64406aa2cb91ff55ed78e 7e792bedefb540e18f0e7cf1ce49bf0f - - default default] Tap Mirror: Handle Delete Port: 2f0ef328-6638-42c7-af72-384a9b58e268 [pid: 8|app: 0|req: 867/1537] 10.0.0.149 () {32 vars in 719 bytes} [Thu Jun 18 04:35:59 2026] DELETE /v2.0/ports/2f0ef328-6638-42c7-af72-384a9b58e268 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1538] 10.0.0.149 () {32 vars in 642 bytes} [Thu Jun 18 04:35:59 2026] GET /v2.0/ports => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:35:59.663 8 INFO neutron.db.segments_db [None req-7f012ac0-a1f2-48bb-92d4-34eb46ee6513 d71fddbf28d64406aa2cb91ff55ed78e 7e792bedefb540e18f0e7cf1ce49bf0f - - default default] Added segment 0ac0ef0e-ecb7-4f59-af2c-02a3928de84e of type vxlan for network 13fc95c6-10a6-47e0-b1ff-bf3d99e8f658 [pid: 7|app: 0|req: 671/1539] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:35:59 2026] GET /v2.0/security-groups?tenant_id=943b63e0739549f282aa07692040eccc&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: 869/1540] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:35:59 2026] POST /v2.0/networks => generated 634 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1541] 10.0.0.149 () {34 vars in 676 bytes} [Thu Jun 18 04:35:59 2026] POST /v2.0/subnetpools => generated 549 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1542] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:35:59 2026] DELETE /v2.0/security-groups/681cb607-899c-457d-a1c5-d28b3079327f => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:35:59.844 8 INFO neutron.services.segments.plugin [-] Segment d1027d8a-6a52-412c-a37c-d290b6d2990a resource provider aggregate not found 2026-06-18 04:35:59.851 8 INFO neutron.services.segments.plugin [-] Segment d1027d8a-6a52-412c-a37c-d290b6d2990a resource provider aggregate not found 2026-06-18 04:35:59.871 8 INFO neutron.services.segments.plugin [-] Segment d1027d8a-6a52-412c-a37c-d290b6d2990a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1027d8a-6a52-412c-a37c-d290b6d2990a found for delete ", "request_id": "req-0abccde8-4ca0-4ae5-80ae-9bc989ac2d5f"}]} 2026-06-18 04:35:59.875 8 INFO neutron.services.segments.plugin [-] Segment d1027d8a-6a52-412c-a37c-d290b6d2990a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1027d8a-6a52-412c-a37c-d290b6d2990a found for delete ", "request_id": "req-5e772995-2052-44de-a5ac-67cfd94aed2b"}]} 2026-06-18 04:35:59.876 7 INFO neutron.db.segments_db [None req-23ff5471-5d54-4311-8998-0e64ea1c6d2f d71fddbf28d64406aa2cb91ff55ed78e 7e792bedefb540e18f0e7cf1ce49bf0f - - default default] Added segment fc70de4e-2752-4a3f-a769-7bf0a09cd496 of type vxlan for network 90a7627e-e798-4f9f-b657-018ab250f20c [pid: 8|app: 0|req: 871/1543] 10.0.0.149 () {32 vars in 728 bytes} [Thu Jun 18 04:35:59 2026] GET /v2.0/subnetpools/67b4a3f4-3e3e-4b6e-82b7-71c7fb32f31e => generated 549 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1544] 10.0.0.149 () {34 vars in 748 bytes} [Thu Jun 18 04:35:59 2026] PUT /v2.0/subnetpools/67b4a3f4-3e3e-4b6e-82b7-71c7fb32f31e => generated 500 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1545] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:35:59 2026] POST /v2.0/networks => generated 634 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1546] 10.0.0.149 () {32 vars in 731 bytes} [Thu Jun 18 04:35:59 2026] DELETE /v2.0/subnetpools/67b4a3f4-3e3e-4b6e-82b7-71c7fb32f31e => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:35:59.998 8 INFO neutron.api.v2.resource [None req-6bd7b8ba-dd6b-4b3d-8804-a43b6fcce3d2 d4f83ee917054348ae129057c7dd824e 3ada1aebbc8f418680e1ca51955de7ee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 874/1547] 10.0.0.149 () {32 vars in 728 bytes} [Thu Jun 18 04:35:59 2026] GET /v2.0/subnetpools/67b4a3f4-3e3e-4b6e-82b7-71c7fb32f31e => generated 145 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 04:36:00.010 8 INFO neutron.api.v2.resource [None req-6ef4f9dc-fcfe-47ce-9577-d5eaaaadb99b d4f83ee917054348ae129057c7dd824e 3ada1aebbc8f418680e1ca51955de7ee - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 875/1548] 10.0.0.149 () {32 vars in 731 bytes} [Thu Jun 18 04:36:00 2026] DELETE /v2.0/subnetpools/67b4a3f4-3e3e-4b6e-82b7-71c7fb32f31e => generated 145 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1549] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:35:59 2026] GET /v2.0/security-groups?tenant_id=d6c125e9ec1d4841a9d6e420d8da2282&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1550] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:36:00 2026] DELETE /v2.0/security-groups/4c7a0f97-3171-4bef-963a-1b5862a51b52 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1551] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:36:00 2026] GET /v2.0/ports?device_id=d4c315a0-159e-48c6-b170-cbc7cfcc52f8 => generated 1012 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1552] 10.0.0.4 () {34 vars in 1117 bytes} [Thu Jun 18 04:36:00 2026] GET /v2.0/security-groups?id=5b51f090-fd85-45ca-b781-42f6d213d369&id=dd84456e-361d-4955-b05c-ccd703bd24a0&fields=id&fields=name => generated 207 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1555] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:36:00 2026] GET /v2.0/security-groups?tenant_id=3ada1aebbc8f418680e1ca51955de7ee&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1556] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:36:00 2026] DELETE /v2.0/security-groups/a403fe98-cb87-443e-8832-d72c1b816345 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1557] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:36:00 2026] POST /v2.0/subnets => generated 1324 bytes in 468 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1558] 10.0.0.149 () {32 vars in 646 bytes} [Thu Jun 18 04:36:00 2026] GET /v2.0/subnets => generated 1960 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1559] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:36:00 2026] DELETE /v2.0/subnets/9847fe8f-0bc0-4fbe-9085-bf33749b6c7f => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1560] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:36:01 2026] DELETE /v2.0/subnets/9b917af5-7045-4baa-9c06-3f482a130be6 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1561] 199.204.45.65 () {34 vars in 992 bytes} [Thu Jun 18 04:36:01 2026] GET /v2.0/ports?device_id=d4c315a0-159e-48c6-b170-cbc7cfcc52f8 => generated 1281 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1562] 10.0.0.149 () {32 vars in 646 bytes} [Thu Jun 18 04:36:01 2026] GET /v2.0/subnets => generated 649 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1563] 199.204.45.65 () {34 vars in 1122 bytes} [Thu Jun 18 04:36:01 2026] GET /v2.0/security-groups?id=dd84456e-361d-4955-b05c-ccd703bd24a0&id=5b51f090-fd85-45ca-b781-42f6d213d369&fields=id&fields=name => generated 207 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1564] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:36:01 2026] DELETE /v2.0/networks/90a7627e-e798-4f9f-b657-018ab250f20c => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1565] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:36:01 2026] GET /v2.0/ports?device_id=d4c315a0-159e-48c6-b170-cbc7cfcc52f8 => generated 1012 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:36:01.539 7 INFO neutron.services.segments.plugin [-] Segment 0ac0ef0e-ecb7-4f59-af2c-02a3928de84e resource provider aggregate not found 2026-06-18 04:36:01.545 7 INFO neutron.services.segments.plugin [-] Segment 0ac0ef0e-ecb7-4f59-af2c-02a3928de84e resource provider aggregate not found [pid: 8|app: 0|req: 887/1566] 10.0.0.4 () {34 vars in 1117 bytes} [Thu Jun 18 04:36:01 2026] GET /v2.0/security-groups?id=5b51f090-fd85-45ca-b781-42f6d213d369&id=dd84456e-361d-4955-b05c-ccd703bd24a0&fields=id&fields=name => generated 207 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:36:01.563 7 INFO neutron.services.segments.plugin [-] Segment 0ac0ef0e-ecb7-4f59-af2c-02a3928de84e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ac0ef0e-ecb7-4f59-af2c-02a3928de84e found for delete ", "request_id": "req-685956bc-e084-4b4d-ba21-ff226ff14878"}]} 2026-06-18 04:36:01.568 7 INFO neutron.services.segments.plugin [-] Segment 0ac0ef0e-ecb7-4f59-af2c-02a3928de84e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ac0ef0e-ecb7-4f59-af2c-02a3928de84e found for delete ", "request_id": "req-5a9e7626-ae09-4627-a5a9-4a2aa1b61f5e"}]} [pid: 7|app: 0|req: 680/1567] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:36:01 2026] DELETE /v2.0/networks/13fc95c6-10a6-47e0-b1ff-bf3d99e8f658 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1568] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:36:01 2026] DELETE /v2.0/networks/b9186d22-8e0c-4ce4-8b77-9965d7e6ca1c => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1569] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:36:01 2026] DELETE /v2.0/networks/834123f0-4eee-4628-a155-954349374734 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:36:01.891 8 INFO neutron.services.segments.plugin [-] Segment fc70de4e-2752-4a3f-a769-7bf0a09cd496 resource provider aggregate not found 2026-06-18 04:36:01.894 8 INFO neutron.services.segments.plugin [-] Segment fc70de4e-2752-4a3f-a769-7bf0a09cd496 resource provider aggregate not found 2026-06-18 04:36:01.909 8 INFO neutron.services.segments.plugin [-] Segment fc70de4e-2752-4a3f-a769-7bf0a09cd496 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc70de4e-2752-4a3f-a769-7bf0a09cd496 found for delete ", "request_id": "req-72c91050-b5bd-4ded-a3c2-f4bd423af628"}]} 2026-06-18 04:36:01.911 8 INFO neutron.services.segments.plugin [-] Segment fc70de4e-2752-4a3f-a769-7bf0a09cd496 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc70de4e-2752-4a3f-a769-7bf0a09cd496 found for delete ", "request_id": "req-e1ab6ff0-2bba-4818-99e9-7fd8e6db4ebe"}]} 2026-06-18 04:36:01.927 8 INFO neutron.services.segments.plugin [-] Segment 7d6b604b-44d9-4e7a-b715-3ccb524ddb93 resource provider aggregate not found 2026-06-18 04:36:01.929 8 INFO neutron.services.segments.plugin [-] Segment 7d6b604b-44d9-4e7a-b715-3ccb524ddb93 resource provider aggregate not found 2026-06-18 04:36:01.946 8 INFO neutron.services.segments.plugin [-] Segment 7d6b604b-44d9-4e7a-b715-3ccb524ddb93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d6b604b-44d9-4e7a-b715-3ccb524ddb93 found for delete ", "request_id": "req-6f6b666d-d9be-4f80-bede-b79ca50ac054"}]} 2026-06-18 04:36:01.950 8 INFO neutron.services.segments.plugin [-] Segment 7d6b604b-44d9-4e7a-b715-3ccb524ddb93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d6b604b-44d9-4e7a-b715-3ccb524ddb93 found for delete ", "request_id": "req-383b8c4f-be8b-4855-9b66-fd9ef34a8117"}]} [pid: 8|app: 0|req: 889/1570] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:36:02 2026] GET /v2.0/security-groups?tenant_id=7e792bedefb540e18f0e7cf1ce49bf0f&name=default => generated 2925 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1571] 10.0.0.149 () {32 vars in 622 bytes} [Thu Jun 18 04:36:02 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1572] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:36:02 2026] DELETE /v2.0/security-groups/ae105fb7-5922-4a16-9ff1-acd232480b1a => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1573] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:36:02 2026] GET /v2.0/ports?device_id=d4c315a0-159e-48c6-b170-cbc7cfcc52f8 => generated 1014 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1574] 10.0.0.4 () {34 vars in 1117 bytes} [Thu Jun 18 04:36:02 2026] GET /v2.0/security-groups?id=5b51f090-fd85-45ca-b781-42f6d213d369&id=dd84456e-361d-4955-b05c-ccd703bd24a0&fields=id&fields=name => generated 207 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1575] 10.0.0.149 () {32 vars in 632 bytes} [Thu Jun 18 04:36:02 2026] GET /v2.0/ => generated 632 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:36:03.589 7 INFO neutron.services.segments.plugin [-] Segment 9dcd2cb9-edc1-48d9-833e-42d74fa0dfc1 resource provider aggregate not found 2026-06-18 04:36:03.593 7 INFO neutron.services.segments.plugin [-] Segment 9dcd2cb9-edc1-48d9-833e-42d74fa0dfc1 resource provider aggregate not found 2026-06-18 04:36:03.613 7 INFO neutron.services.segments.plugin [-] Segment 9dcd2cb9-edc1-48d9-833e-42d74fa0dfc1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9dcd2cb9-edc1-48d9-833e-42d74fa0dfc1 found for delete ", "request_id": "req-3d62dc22-93fd-4589-8c59-5d70396d0db6"}]} 2026-06-18 04:36:03.614 7 INFO neutron.services.segments.plugin [-] Segment 9dcd2cb9-edc1-48d9-833e-42d74fa0dfc1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9dcd2cb9-edc1-48d9-833e-42d74fa0dfc1 found for delete ", "request_id": "req-70da1d98-cae0-49a7-9e41-25f06f3407c8"}]} [pid: 8|app: 0|req: 893/1576] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:36:03 2026] GET /v2.0/security-groups?tenant_id=b553b42611c44486ba45f8524d645083&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1577] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:36:03 2026] DELETE /v2.0/security-groups/5c36092c-5f33-429d-ab0b-26e432e02faf => 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: 894/1578] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:36:03 2026] GET /v2.0/ports?device_id=d4c315a0-159e-48c6-b170-cbc7cfcc52f8 => generated 1014 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1579] 10.0.0.4 () {34 vars in 1117 bytes} [Thu Jun 18 04:36:03 2026] GET /v2.0/security-groups?id=5b51f090-fd85-45ca-b781-42f6d213d369&id=dd84456e-361d-4955-b05c-ccd703bd24a0&fields=id&fields=name => generated 207 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1580] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:36:04 2026] GET /v2.0/ports?device_id=d4c315a0-159e-48c6-b170-cbc7cfcc52f8 => generated 1014 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:36:04.474 7 INFO neutron.db.l3_db [None req-27af18d4-1401-4b93-9179-3f3f7199a90f 9013a32bf94c4ba28892575fbdf244fc 4ad4ef94d9404a8fb77b42064cd33e52 - - default default] Floating IP 2cfb30c9-661d-48f4-8509-6e2235ee9438 associated. External IP: 10.96.250.211, port: 16693b10-8f07-4f9a-b8d4-34081a24d893. [pid: 7|app: 0|req: 686/1581] 10.0.0.149 () {34 vars in 748 bytes} [Thu Jun 18 04:36:04 2026] PUT /v2.0/floatingips/2cfb30c9-661d-48f4-8509-6e2235ee9438 => generated 856 bytes in 745 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:36:04.870 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-97b87502-e8db-43b7-8cb5-3d2df6f2ab60'] response: {'name': 'network-changed', 'server_uuid': 'd4c315a0-159e-48c6-b170-cbc7cfcc52f8', 'tag': '16693b10-8f07-4f9a-b8d4-34081a24d893', 'status': 'completed', 'code': 200} 2026-06-18 04:36:05.060 7 INFO neutron.db.segments_db [None req-3561cf64-7a50-4d02-9442-7b4911f4d81b 828eacd41da5426181e0b7fb38e14075 bd1753e616dd468cbdefb9b28ec3d22e - - default default] Added segment 9e4b7811-2de9-447a-9fac-fe3964b2d2e7 of type vxlan for network 8175d522-fae3-4c2f-b371-63eef4ff7ed7 [pid: 7|app: 0|req: 687/1582] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:36:04 2026] POST /v2.0/networks => generated 625 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1583] 10.0.0.149 () {34 vars in 675 bytes} [Thu Jun 18 04:36:04 2026] POST /v2.0/floatingips => generated 552 bytes in 747 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1584] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:36:05 2026] POST /v2.0/subnets => generated 641 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1585] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:36:05 2026] GET /v2.0/ports?tenant_id=4ad4ef94d9404a8fb77b42064cd33e52&device_id=d4c315a0-159e-48c6-b170-cbc7cfcc52f8 => generated 1283 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:36:05.590 8 INFO neutron.db.segments_db [None req-0cc47506-f7c9-408d-a092-c901c4b941db 828eacd41da5426181e0b7fb38e14075 bd1753e616dd468cbdefb9b28ec3d22e - - default default] Added segment 235bda76-4fa2-45d6-97d6-190907ade792 of type vxlan for network 60bb077d-bb98-47ef-9217-fbaf192eb2e1 [pid: 8|app: 0|req: 898/1586] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:36:05 2026] POST /v2.0/networks => generated 624 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1587] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:36:05 2026] GET /v2.0/networks?id=0ff55e30-2a78-41db-b450-42e06f49bf2c => generated 767 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1588] 10.0.0.149 () {34 vars in 742 bytes} [Thu Jun 18 04:36:05 2026] PUT /v2.0/networks/60bb077d-bb98-47ef-9217-fbaf192eb2e1 => generated 592 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1589] 199.204.45.65 () {34 vars in 1058 bytes} [Thu Jun 18 04:36:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=16693b10-8f07-4f9a-b8d4-34081a24d893 => generated 859 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1590] 10.0.0.149 () {34 vars in 675 bytes} [Thu Jun 18 04:36:05 2026] POST /v2.0/floatingips => generated 552 bytes in 594 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1591] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:36:06 2026] GET /v2.0/subnets?id=d87ab26d-3b14-4a09-b20f-9d049340aaf5 => generated 691 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1592] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:36:05 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) [pid: 8|app: 0|req: 903/1593] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:36:06 2026] GET /v2.0/ports?network_id=0ff55e30-2a78-41db-b450-42e06f49bf2c&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1594] 10.0.0.149 () {34 vars in 740 bytes} [Thu Jun 18 04:36:06 2026] PUT /v2.0/subnets/6b79d4f3-0e71-47fc-9831-c95c16b715e4 => generated 636 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1595] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:36:06 2026] GET /v2.0/networks/0ff55e30-2a78-41db-b450-42e06f49bf2c?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:36:06.631 8 INFO neutron.services.segments.plugin [-] Segment 235bda76-4fa2-45d6-97d6-190907ade792 resource provider aggregate not found 2026-06-18 04:36:06.641 8 INFO neutron.services.segments.plugin [-] Segment 235bda76-4fa2-45d6-97d6-190907ade792 resource provider aggregate not found [pid: 8|app: 0|req: 906/1596] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:36:06 2026] DELETE /v2.0/networks/60bb077d-bb98-47ef-9217-fbaf192eb2e1 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:36:06.656 8 INFO neutron.services.segments.plugin [-] Segment 235bda76-4fa2-45d6-97d6-190907ade792 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 235bda76-4fa2-45d6-97d6-190907ade792 found for delete ", "request_id": "req-896eaa87-f64c-4b7a-82bf-67243002cc87"}]} 2026-06-18 04:36:06.660 8 INFO neutron.services.segments.plugin [-] Segment 235bda76-4fa2-45d6-97d6-190907ade792 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 235bda76-4fa2-45d6-97d6-190907ade792 found for delete ", "request_id": "req-f3021c79-1651-4c55-8d54-0874eff4e0ad"}]} [pid: 7|app: 0|req: 691/1597] 10.0.0.149 () {34 vars in 675 bytes} [Thu Jun 18 04:36:06 2026] POST /v2.0/floatingips => generated 552 bytes in 530 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1598] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:36:06 2026] GET /v2.0/networks/0ff55e30-2a78-41db-b450-42e06f49bf2c?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) 2026-06-18 04:36:06.726 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b0dd30ca-32ec-4124-ab99-152d87fc3d13 828eacd41da5426181e0b7fb38e14075 bd1753e616dd468cbdefb9b28ec3d22e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 908/1599] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:36:06 2026] DELETE /v2.0/networks/60bb077d-bb98-47ef-9217-fbaf192eb2e1 => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1600] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:36:06 2026] GET /v2.0/security-groups?tenant_id=772951094f9543119a17f8617fddd012&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1601] 10.0.0.149 () {32 vars in 693 bytes} [Thu Jun 18 04:36:06 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1602] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:36:07 2026] DELETE /v2.0/security-groups/0f3e63e0-57e7-4975-ba2c-d9d6374df214 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1603] 10.0.0.149 () {32 vars in 741 bytes} [Thu Jun 18 04:36:07 2026] GET /v2.0/subnets?network_id=5f4ddf1d-c8cc-4eea-9717-6ad5582dd7ae => generated 649 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1604] 10.0.0.149 () {32 vars in 652 bytes} [Thu Jun 18 04:36:07 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1605] 10.0.0.149 () {32 vars in 648 bytes} [Thu Jun 18 04:36:07 2026] GET /v2.0/networks => generated 1309 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1606] 10.0.0.149 () {34 vars in 675 bytes} [Thu Jun 18 04:36:06 2026] POST /v2.0/floatingips => generated 552 bytes in 527 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1607] 10.0.0.149 () {32 vars in 646 bytes} [Thu Jun 18 04:36:07 2026] GET /v2.0/subnets => generated 1280 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1608] 10.0.0.149 () {32 vars in 722 bytes} [Thu Jun 18 04:36:07 2026] GET /v2.0/networks/8175d522-fae3-4c2f-b371-63eef4ff7ed7 => generated 669 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1609] 10.0.0.149 () {32 vars in 720 bytes} [Thu Jun 18 04:36:07 2026] GET /v2.0/subnets/a5262d6c-e40c-4d49-b4f8-7a316ef08af5 => generated 641 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:36:07.385 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fd2585f9-4603-4b40-ac50-1ac4f1ee06ef 828eacd41da5426181e0b7fb38e14075 bd1753e616dd468cbdefb9b28ec3d22e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 701/1610] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:36:07 2026] DELETE /v2.0/subnets/6b79d4f3-0e71-47fc-9831-c95c16b715e4 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 04:36:07.402 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e5dd7545-2ea6-47d6-81a9-cce2e7369aaf 828eacd41da5426181e0b7fb38e14075 bd1753e616dd468cbdefb9b28ec3d22e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 702/1611] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:36:07 2026] DELETE /v2.0/networks/60bb077d-bb98-47ef-9217-fbaf192eb2e1 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1612] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:36:07 2026] DELETE /v2.0/subnets/a5262d6c-e40c-4d49-b4f8-7a316ef08af5 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:36:07.678 7 INFO neutron.services.segments.plugin [-] Segment 9e4b7811-2de9-447a-9fac-fe3964b2d2e7 resource provider aggregate not found 2026-06-18 04:36:07.689 7 INFO neutron.services.segments.plugin [-] Segment 9e4b7811-2de9-447a-9fac-fe3964b2d2e7 resource provider aggregate not found 2026-06-18 04:36:07.696 7 INFO neutron.services.segments.plugin [-] Segment 9e4b7811-2de9-447a-9fac-fe3964b2d2e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e4b7811-2de9-447a-9fac-fe3964b2d2e7 found for delete ", "request_id": "req-5917c803-2da5-44aa-a41e-a7678ce9ae2f"}]} 2026-06-18 04:36:07.715 7 INFO neutron.services.segments.plugin [-] Segment 9e4b7811-2de9-447a-9fac-fe3964b2d2e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e4b7811-2de9-447a-9fac-fe3964b2d2e7 found for delete ", "request_id": "req-c717f7ce-3a2b-40ee-b614-8538051b6a0e"}]} [pid: 7|app: 0|req: 704/1613] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:36:07 2026] DELETE /v2.0/networks/8175d522-fae3-4c2f-b371-63eef4ff7ed7 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1614] 10.0.0.149 () {34 vars in 675 bytes} [Thu Jun 18 04:36:07 2026] POST /v2.0/floatingips => generated 552 bytes in 565 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1615] 10.0.0.149 () {34 vars in 758 bytes} [Thu Jun 18 04:36:07 2026] PUT /v2.0/floatingips/32f5817f-a589-4428-b5df-948cfb342ad7/tags => generated 17 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1616] 10.0.0.149 () {34 vars in 758 bytes} [Thu Jun 18 04:36:07 2026] PUT /v2.0/floatingips/c6104c90-7441-4dd1-b012-f28a8d87a365/tags => generated 25 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1617] 10.0.0.149 () {34 vars in 758 bytes} [Thu Jun 18 04:36:08 2026] PUT /v2.0/floatingips/1e7ba921-f380-46b0-9ade-3aaf3b983d3e/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1618] 10.0.0.149 () {34 vars in 758 bytes} [Thu Jun 18 04:36:08 2026] PUT /v2.0/floatingips/56034981-ff4b-4f9f-abf9-67051448adb0/tags => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1619] 10.0.0.149 () {32 vars in 671 bytes} [Thu Jun 18 04:36:08 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1620] 10.0.0.149 () {32 vars in 685 bytes} [Thu Jun 18 04:36:08 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1621] 10.0.0.149 () {32 vars in 681 bytes} [Thu Jun 18 04:36:08 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1622] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:36:08 2026] GET /v2.0/security-groups?tenant_id=bd1753e616dd468cbdefb9b28ec3d22e&name=default => generated 2925 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1623] 10.0.0.149 () {32 vars in 693 bytes} [Thu Jun 18 04:36:08 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1624] 10.0.0.149 () {32 vars in 679 bytes} [Thu Jun 18 04:36:08 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1625] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:36:08 2026] DELETE /v2.0/security-groups/831588b9-e0d4-40b0-9251-5799954b47cb => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1626] 10.0.0.149 () {32 vars in 693 bytes} [Thu Jun 18 04:36:08 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1627] 10.0.0.149 () {32 vars in 689 bytes} [Thu Jun 18 04:36:08 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1628] 10.0.0.149 () {32 vars in 701 bytes} [Thu Jun 18 04:36:08 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:36:08.711 8 INFO neutron_taas.services.taas.taas_plugin [None req-35c7fe47-493b-45ba-be58-55fdb21cb304 3c58dea7c915419ba73da311c0901f5a d623b6fa10704d4c9684f2d638111954 - - default default] TaaS: Handle Delete Port: f128aad6-7d38-4425-9407-63dd5d84b6bd 2026-06-18 04:36:08.715 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35c7fe47-493b-45ba-be58-55fdb21cb304 3c58dea7c915419ba73da311c0901f5a d623b6fa10704d4c9684f2d638111954 - - default default] Tap Mirror: Handle Delete Port: f128aad6-7d38-4425-9407-63dd5d84b6bd [pid: 8|app: 0|req: 916/1629] 10.0.0.149 () {32 vars in 731 bytes} [Thu Jun 18 04:36:08 2026] DELETE /v2.0/floatingips/32f5817f-a589-4428-b5df-948cfb342ad7 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:36:09.000 8 INFO neutron_taas.services.taas.taas_plugin [None req-28eeac89-014d-4681-8cd5-f59c462dbc3c 3c58dea7c915419ba73da311c0901f5a d623b6fa10704d4c9684f2d638111954 - - default default] TaaS: Handle Delete Port: 0c1506e0-bedc-4ebd-bdb2-b535e1b66eb7 2026-06-18 04:36:09.002 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28eeac89-014d-4681-8cd5-f59c462dbc3c 3c58dea7c915419ba73da311c0901f5a d623b6fa10704d4c9684f2d638111954 - - default default] Tap Mirror: Handle Delete Port: 0c1506e0-bedc-4ebd-bdb2-b535e1b66eb7 2026-06-18 04:36:09.157 7 INFO neutron.db.segments_db [None req-37ca3ef8-6f06-40d7-b04b-977444bae40e 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Added segment 45425d1d-98ad-498d-b132-be87fb1954b6 of type vxlan for network 128a085e-efe0-49f5-9e66-6eefc4ae0608 [pid: 8|app: 0|req: 917/1630] 10.0.0.149 () {32 vars in 731 bytes} [Thu Jun 18 04:36:08 2026] DELETE /v2.0/floatingips/c6104c90-7441-4dd1-b012-f28a8d87a365 => generated 0 bytes in 306 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1631] 10.0.0.149 () {34 vars in 670 bytes} [Thu Jun 18 04:36:08 2026] POST /v2.0/networks => generated 722 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:36:09.335 8 INFO neutron_taas.services.taas.taas_plugin [None req-b43fc9bf-e408-4361-ba22-ddd962405c88 3c58dea7c915419ba73da311c0901f5a d623b6fa10704d4c9684f2d638111954 - - default default] TaaS: Handle Delete Port: adfd0b2b-fad5-4fdc-8d8f-fc29a6741650 2026-06-18 04:36:09.338 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b43fc9bf-e408-4361-ba22-ddd962405c88 3c58dea7c915419ba73da311c0901f5a d623b6fa10704d4c9684f2d638111954 - - default default] Tap Mirror: Handle Delete Port: adfd0b2b-fad5-4fdc-8d8f-fc29a6741650 [pid: 7|app: 0|req: 715/1632] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:36:09 2026] POST /v2.0/subnets => generated 688 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:36:09.511 7 INFO neutron.db.segments_db [None req-738fcb23-f115-4318-a313-a21369513030 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Added segment 099ec2fa-d4f7-44c1-955b-30e8efa7938e of type vxlan for network d5d5ad0c-f906-44b7-9794-911e8d7aa0d3 [pid: 8|app: 0|req: 918/1633] 10.0.0.149 () {32 vars in 731 bytes} [Thu Jun 18 04:36:09 2026] DELETE /v2.0/floatingips/1e7ba921-f380-46b0-9ade-3aaf3b983d3e => generated 0 bytes in 305 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:36:09.653 8 INFO neutron_taas.services.taas.taas_plugin [None req-11eabd96-bcce-4cbf-8318-b8aeec45fbde 3c58dea7c915419ba73da311c0901f5a d623b6fa10704d4c9684f2d638111954 - - default default] TaaS: Handle Delete Port: 2e43c119-d568-4f48-aeb6-5da7e3fc6185 2026-06-18 04:36:09.657 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11eabd96-bcce-4cbf-8318-b8aeec45fbde 3c58dea7c915419ba73da311c0901f5a d623b6fa10704d4c9684f2d638111954 - - default default] Tap Mirror: Handle Delete Port: 2e43c119-d568-4f48-aeb6-5da7e3fc6185 2026-06-18 04:36:09.778 7 INFO neutron.db.l3_hamode_db [None req-738fcb23-f115-4318-a313-a21369513030 55c7e25be8184982b3dca13ca702e21a f0f341c29a9b434d89c0cec7dfa19414 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 919/1634] 10.0.0.149 () {32 vars in 731 bytes} [Thu Jun 18 04:36:09 2026] DELETE /v2.0/floatingips/56034981-ff4b-4f9f-abf9-67051448adb0 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:36:09.960 8 INFO neutron_taas.services.taas.taas_plugin [None req-c18ae491-5218-4cbd-93a9-f79a57fbe055 3c58dea7c915419ba73da311c0901f5a d623b6fa10704d4c9684f2d638111954 - - default default] TaaS: Handle Delete Port: e163ff69-af53-4146-b4f1-ac3f65ae982f 2026-06-18 04:36:09.963 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c18ae491-5218-4cbd-93a9-f79a57fbe055 3c58dea7c915419ba73da311c0901f5a d623b6fa10704d4c9684f2d638111954 - - default default] Tap Mirror: Handle Delete Port: e163ff69-af53-4146-b4f1-ac3f65ae982f [pid: 8|app: 0|req: 920/1635] 10.0.0.149 () {32 vars in 731 bytes} [Thu Jun 18 04:36:09 2026] DELETE /v2.0/floatingips/1f871e3e-b4ee-45c4-9da7-d7f88ff7c15e => generated 0 bytes in 274 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:36:10.571 8 INFO neutron.db.segments_db [None req-353fe782-2ca5-47ea-b9ff-edb21d4e4467 c649d610966845ec84a6c9e41103235e cbb87d92334a4314a01260cd527cb96a - - default default] Added segment 5f678108-1ea5-4db1-803f-eedd31c4ab20 of type vxlan for network 5f5b6336-3850-41e3-a53c-862fcf883d86 [pid: 8|app: 0|req: 921/1636] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:36:10 2026] POST /v2.0/networks => generated 626 bytes in 513 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:36:10.866 7 INFO neutron.db.l3_hamode_db [None req-738fcb23-f115-4318-a313-a21369513030 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 922/1637] 10.0.0.149 () {34 vars in 664 bytes} [Thu Jun 18 04:36:10 2026] POST /v2.0/ports => generated 774 bytes in 265 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-06-18 04:36:10.987 8 INFO neutron.db.segments_db [None req-684befa7-f755-48b6-9555-74b3eeaf198f c649d610966845ec84a6c9e41103235e cbb87d92334a4314a01260cd527cb96a - - default default] Added segment 2f400957-6823-461a-b0e8-94f61eedc9d9 of type vxlan for network e61c0703-2f37-408f-af2e-508a2ce88998 [pid: 8|app: 0|req: 923/1638] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:36:10 2026] POST /v2.0/networks => generated 613 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1639] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:36:11 2026] GET /v2.0/security-groups?tenant_id=eaf874a9c5224137a5c88e0d6a8ee514&name=default => generated 2925 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1640] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:36:11 2026] POST /v2.0/subnets => generated 626 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1641] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:36:11 2026] DELETE /v2.0/security-groups/f394b21c-6a93-47ab-93fc-0782890805e0 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1642] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:36:09 2026] POST /v2.0/routers => generated 728 bytes in 2324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1643] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:36:11 2026] GET /v2.0/security-groups?tenant_id=9910502415b143caacfe03d4aced518b&name=default => generated 2925 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1644] 10.0.0.149 () {34 vars in 664 bytes} [Thu Jun 18 04:36:11 2026] POST /v2.0/ports => generated 953 bytes in 373 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: 928/1645] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:36:11 2026] DELETE /v2.0/security-groups/23de070c-578b-4c7f-aff8-63c7efa0fa72 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:36:12.151 8 INFO neutron_taas.services.taas.taas_plugin [None req-8abdf614-1357-4c3f-bfd3-dbfc31a9c418 c649d610966845ec84a6c9e41103235e cbb87d92334a4314a01260cd527cb96a - - default default] TaaS: Handle Delete Port: cd265959-13bf-47de-b661-63f92834d609 2026-06-18 04:36:12.155 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8abdf614-1357-4c3f-bfd3-dbfc31a9c418 c649d610966845ec84a6c9e41103235e cbb87d92334a4314a01260cd527cb96a - - default default] Tap Mirror: Handle Delete Port: cd265959-13bf-47de-b661-63f92834d609 [pid: 8|app: 0|req: 929/1646] 10.0.0.149 () {32 vars in 719 bytes} [Thu Jun 18 04:36:12 2026] DELETE /v2.0/ports/cd265959-13bf-47de-b661-63f92834d609 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1647] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:36:12 2026] GET /v2.0/ports?device_id=d4c315a0-159e-48c6-b170-cbc7cfcc52f8 => generated 1014 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1648] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:36:12 2026] GET /v2.0/security-groups?tenant_id=d623b6fa10704d4c9684f2d638111954&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:36:12.534 8 INFO neutron.pecan_wsgi.hooks.translation [None req-faaa62a3-a309-4ab1-90a4-4b8a786677d2 c649d610966845ec84a6c9e41103235e cbb87d92334a4314a01260cd527cb96a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 932/1649] 10.0.0.149 () {32 vars in 719 bytes} [Thu Jun 18 04:36:12 2026] DELETE /v2.0/ports/cd265959-13bf-47de-b661-63f92834d609 => generated 132 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1650] 10.0.0.4 () {34 vars in 1117 bytes} [Thu Jun 18 04:36:12 2026] GET /v2.0/security-groups?id=5b51f090-fd85-45ca-b781-42f6d213d369&id=dd84456e-361d-4955-b05c-ccd703bd24a0&fields=id&fields=name => generated 207 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1651] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:36:12 2026] DELETE /v2.0/security-groups/e4ce7822-d736-477c-89d5-b53dd4bfbada => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:36:12.760 8 INFO neutron.pecan_wsgi.hooks.translation [None req-59920130-6bc3-4b02-b3b5-053e0946bb36 c649d610966845ec84a6c9e41103235e cbb87d92334a4314a01260cd527cb96a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 935/1652] 10.0.0.149 () {32 vars in 716 bytes} [Thu Jun 18 04:36:12 2026] GET /v2.0/ports/cd265959-13bf-47de-b661-63f92834d609 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1653] 10.0.0.149 () {32 vars in 735 bytes} [Thu Jun 18 04:36:12 2026] GET /v2.0/ports?device_id=d4c315a0-159e-48c6-b170-cbc7cfcc52f8 => generated 1283 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1654] 10.0.0.149 () {34 vars in 782 bytes} [Thu Jun 18 04:36:11 2026] PUT /v2.0/routers/5574d60f-dcaa-40ee-8d3c-a1173c83d541/add_router_interface => generated 309 bytes in 1308 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1655] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:36:12 2026] DELETE /v2.0/subnets/ee5cbb3b-fa3d-413a-a802-b7930e5f37e8 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1656] 10.0.0.149 () {32 vars in 857 bytes} [Thu Jun 18 04:36:13 2026] GET /v2.0/floatingips?floating_network_id=5f4ddf1d-c8cc-4eea-9717-6ad5582dd7ae&port_id=16693b10-8f07-4f9a-b8d4-34081a24d893 => generated 861 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:36:13.338 8 INFO neutron.services.segments.plugin [-] Segment 2f400957-6823-461a-b0e8-94f61eedc9d9 resource provider aggregate not found 2026-06-18 04:36:13.343 8 INFO neutron.services.segments.plugin [-] Segment 2f400957-6823-461a-b0e8-94f61eedc9d9 resource provider aggregate not found 2026-06-18 04:36:13.362 8 INFO neutron.services.segments.plugin [-] Segment 2f400957-6823-461a-b0e8-94f61eedc9d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f400957-6823-461a-b0e8-94f61eedc9d9 found for delete ", "request_id": "req-1746bc5e-00ee-4780-881b-15aab8fb4170"}]} 2026-06-18 04:36:13.371 8 INFO neutron.services.segments.plugin [-] Segment 2f400957-6823-461a-b0e8-94f61eedc9d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f400957-6823-461a-b0e8-94f61eedc9d9 found for delete ", "request_id": "req-8f491421-b225-453c-8668-f6a436cd71ef"}]} [pid: 8|app: 0|req: 938/1657] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:36:13 2026] DELETE /v2.0/networks/e61c0703-2f37-408f-af2e-508a2ce88998 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:36:13.464 7 INFO neutron.db.segments_db [None req-8dae5d29-3581-496c-a260-fa2617f61fe2 c649d610966845ec84a6c9e41103235e cbb87d92334a4314a01260cd527cb96a - - default default] Added segment b6f30ce8-29e3-45e2-8fe5-be11197bbc4d of type vxlan for network 89efe402-dd82-4864-8001-eaf2760de3ee [pid: 7|app: 0|req: 720/1658] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:36:13 2026] POST /v2.0/networks => generated 613 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1659] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:36:13 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: 8|app: 0|req: 940/1660] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jun 18 04:36:13 2026] GET /v2.0/ports?device_id=d4c315a0-159e-48c6-b170-cbc7cfcc52f8 => generated 1283 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1661] 10.0.0.187 () {34 vars in 1119 bytes} [Thu Jun 18 04:36:14 2026] GET /v2.0/security-groups?id=5b51f090-fd85-45ca-b781-42f6d213d369&id=dd84456e-361d-4955-b05c-ccd703bd24a0&fields=id&fields=name => generated 207 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1662] 10.0.0.149 () {34 vars in 664 bytes} [Thu Jun 18 04:36:13 2026] POST /v2.0/ports => generated 916 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:36:14.392 8 INFO neutron_taas.services.taas.taas_plugin [None req-481b7bfd-2bdb-4d7a-bdfa-b44063685759 c649d610966845ec84a6c9e41103235e cbb87d92334a4314a01260cd527cb96a - - default default] TaaS: Handle Delete Port: 23d0be21-2f85-4a97-9d5f-bab12de8c82f 2026-06-18 04:36:14.396 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-481b7bfd-2bdb-4d7a-bdfa-b44063685759 c649d610966845ec84a6c9e41103235e cbb87d92334a4314a01260cd527cb96a - - default default] Tap Mirror: Handle Delete Port: 23d0be21-2f85-4a97-9d5f-bab12de8c82f [pid: 8|app: 0|req: 942/1663] 10.0.0.149 () {32 vars in 719 bytes} [Thu Jun 18 04:36:14 2026] DELETE /v2.0/ports/23d0be21-2f85-4a97-9d5f-bab12de8c82f => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:36:14.586 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e424e0d6-17c8-452b-a4c8-c56c5f4b19e1 c649d610966845ec84a6c9e41103235e cbb87d92334a4314a01260cd527cb96a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 722/1664] 10.0.0.149 () {32 vars in 716 bytes} [Thu Jun 18 04:36:14 2026] GET /v2.0/ports/23d0be21-2f85-4a97-9d5f-bab12de8c82f => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1665] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:36:14 2026] DELETE /v2.0/subnets/9edd827d-f6a7-497a-be6e-71360f96b5ee => generated 0 bytes in 99 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:36:14.826 7 INFO neutron.services.segments.plugin [-] Segment b6f30ce8-29e3-45e2-8fe5-be11197bbc4d resource provider aggregate not found 2026-06-18 04:36:14.831 7 INFO neutron.services.segments.plugin [-] Segment b6f30ce8-29e3-45e2-8fe5-be11197bbc4d resource provider aggregate not found 2026-06-18 04:36:14.847 7 INFO neutron.services.segments.plugin [-] Segment b6f30ce8-29e3-45e2-8fe5-be11197bbc4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6f30ce8-29e3-45e2-8fe5-be11197bbc4d found for delete ", "request_id": "req-06e38e39-c159-452d-89e6-a7a1f4c66661"}]} 2026-06-18 04:36:14.860 7 INFO neutron.services.segments.plugin [-] Segment b6f30ce8-29e3-45e2-8fe5-be11197bbc4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6f30ce8-29e3-45e2-8fe5-be11197bbc4d found for delete ", "request_id": "req-cf9520b7-c115-43d2-9ab2-27c49392e54d"}]} [pid: 7|app: 0|req: 723/1666] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:36:14 2026] DELETE /v2.0/networks/89efe402-dd82-4864-8001-eaf2760de3ee => 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: 944/1667] 10.0.0.149 () {34 vars in 664 bytes} [Thu Jun 18 04:36:14 2026] POST /v2.0/ports => generated 775 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1668] 10.0.0.149 () {34 vars in 736 bytes} [Thu Jun 18 04:36:15 2026] PUT /v2.0/ports/49c4bfb5-5f3e-4bb3-a6f7-ddefd682cfbe => generated 752 bytes in 182 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-06-18 04:36:15.415 8 INFO neutron_taas.services.taas.taas_plugin [None req-6ef3b2c5-9788-4989-a96b-87f7eee9dd94 c649d610966845ec84a6c9e41103235e cbb87d92334a4314a01260cd527cb96a - - default default] TaaS: Handle Delete Port: 49c4bfb5-5f3e-4bb3-a6f7-ddefd682cfbe 2026-06-18 04:36:15.422 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ef3b2c5-9788-4989-a96b-87f7eee9dd94 c649d610966845ec84a6c9e41103235e cbb87d92334a4314a01260cd527cb96a - - default default] Tap Mirror: Handle Delete Port: 49c4bfb5-5f3e-4bb3-a6f7-ddefd682cfbe [pid: 8|app: 0|req: 945/1669] 10.0.0.149 () {32 vars in 719 bytes} [Thu Jun 18 04:36:15 2026] DELETE /v2.0/ports/49c4bfb5-5f3e-4bb3-a6f7-ddefd682cfbe => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 726/1672] 10.0.0.149 () {32 vars in 642 bytes} [Thu Jun 18 04:36:15 2026] GET /v2.0/ports => generated 777 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:36:15.584 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b0096683-ccd2-4c03-b0ad-10cd7502be7b c649d610966845ec84a6c9e41103235e cbb87d92334a4314a01260cd527cb96a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 947/1673] 10.0.0.149 () {32 vars in 716 bytes} [Thu Jun 18 04:36:15 2026] GET /v2.0/ports/49c4bfb5-5f3e-4bb3-a6f7-ddefd682cfbe => generated 132 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1674] 10.0.0.149 () {32 vars in 642 bytes} [Thu Jun 18 04:36:15 2026] GET /v2.0/ports => generated 777 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1675] 10.0.0.149 () {32 vars in 716 bytes} [Thu Jun 18 04:36:15 2026] GET /v2.0/ports/faed6a11-ddac-4f3d-b21b-9d9be91c4c7f => generated 774 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1676] 10.0.0.4 () {34 vars in 979 bytes} [Thu Jun 18 04:36:15 2026] GET /v2.0/networks?id=128a085e-efe0-49f5-9e66-6eefc4ae0608 => generated 673 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:36:15.732 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0ca37e5e-0789-4edf-acb2-705aabb73029 c649d610966845ec84a6c9e41103235e cbb87d92334a4314a01260cd527cb96a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 949/1677] 10.0.0.149 () {32 vars in 719 bytes} [Thu Jun 18 04:36:15 2026] DELETE /v2.0/ports/23d0be21-2f85-4a97-9d5f-bab12de8c82f => generated 132 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1678] 10.0.0.4 () {34 vars in 962 bytes} [Thu Jun 18 04:36:15 2026] GET /v2.0/quotas/f0f341c29a9b434d89c0cec7dfa19414 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:36:15.758 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4e7d0f2b-494b-4ac1-b6ee-c9beff9c0e3e c649d610966845ec84a6c9e41103235e cbb87d92334a4314a01260cd527cb96a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 950/1679] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:36:15 2026] DELETE /v2.0/subnets/9edd827d-f6a7-497a-be6e-71360f96b5ee => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 04:36:15.783 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1cb88490-e142-4186-a073-09c557a3393d c649d610966845ec84a6c9e41103235e cbb87d92334a4314a01260cd527cb96a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 951/1680] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:36:15 2026] DELETE /v2.0/subnets/ee5cbb3b-fa3d-413a-a802-b7930e5f37e8 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1681] 10.0.0.4 () {34 vars in 999 bytes} [Thu Jun 18 04:36:15 2026] GET /v2.0/ports?tenant_id=f0f341c29a9b434d89c0cec7dfa19414&fields=id => generated 103 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1682] 10.0.0.4 () {34 vars in 1005 bytes} [Thu Jun 18 04:36:15 2026] GET /v2.0/networks/128a085e-efe0-49f5-9e66-6eefc4ae0608?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:36:15.906 8 INFO neutron_taas.services.taas.taas_plugin [None req-8e1fd159-c6bf-4589-a8e0-b3046c8e8714 c649d610966845ec84a6c9e41103235e cbb87d92334a4314a01260cd527cb96a - - default default] TaaS: Handle Delete Port: faed6a11-ddac-4f3d-b21b-9d9be91c4c7f 2026-06-18 04:36:15.910 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e1fd159-c6bf-4589-a8e0-b3046c8e8714 c649d610966845ec84a6c9e41103235e cbb87d92334a4314a01260cd527cb96a - - default default] Tap Mirror: Handle Delete Port: faed6a11-ddac-4f3d-b21b-9d9be91c4c7f [pid: 7|app: 0|req: 732/1683] 10.0.0.4 () {34 vars in 1105 bytes} [Thu Jun 18 04:36:15 2026] GET /v2.0/networks/128a085e-efe0-49f5-9e66-6eefc4ae0608?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: 952/1684] 10.0.0.149 () {32 vars in 719 bytes} [Thu Jun 18 04:36:15 2026] DELETE /v2.0/ports/faed6a11-ddac-4f3d-b21b-9d9be91c4c7f => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1685] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:36:16 2026] GET /v2.0/ports?device_id=17fab135-3f50-4c15-98e1-5e58a7121359 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1686] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:36:16 2026] DELETE /v2.0/networks/5f5b6336-3850-41e3-a53c-862fcf883d86 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1687] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:36:16 2026] GET /v2.0/ports?device_id=d4c315a0-159e-48c6-b170-cbc7cfcc52f8 => generated 1014 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1688] 10.0.0.4 () {34 vars in 1117 bytes} [Thu Jun 18 04:36:16 2026] GET /v2.0/security-groups?id=5b51f090-fd85-45ca-b781-42f6d213d369&id=dd84456e-361d-4955-b05c-ccd703bd24a0&fields=id&fields=name => generated 207 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:36:16.868 7 INFO neutron.services.segments.plugin [-] Segment 5f678108-1ea5-4db1-803f-eedd31c4ab20 resource provider aggregate not found 2026-06-18 04:36:16.881 7 INFO neutron.services.segments.plugin [-] Segment 5f678108-1ea5-4db1-803f-eedd31c4ab20 resource provider aggregate not found 2026-06-18 04:36:16.892 7 INFO neutron.services.segments.plugin [-] Segment 5f678108-1ea5-4db1-803f-eedd31c4ab20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f678108-1ea5-4db1-803f-eedd31c4ab20 found for delete ", "request_id": "req-f4fcff59-fba6-44bf-8d51-5e77941622fb"}]} 2026-06-18 04:36:16.897 7 INFO neutron.services.segments.plugin [-] Segment 5f678108-1ea5-4db1-803f-eedd31c4ab20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f678108-1ea5-4db1-803f-eedd31c4ab20 found for delete ", "request_id": "req-67f3b6dc-495a-4abe-9660-ba4249888fef"}]} [pid: 8|app: 0|req: 954/1689] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:36:16 2026] GET /v2.0/security-groups?tenant_id=cbb87d92334a4314a01260cd527cb96a&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1690] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:36:16 2026] DELETE /v2.0/security-groups/5f7c2035-f967-456e-a1bf-1f0afe1e8be1 => 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: 955/1691] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:36:17 2026] GET /v2.0/ports?device_id=17fab135-3f50-4c15-98e1-5e58a7121359 => 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: 956/1692] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:36:17 2026] GET /v2.0/ports?device_id=d4c315a0-159e-48c6-b170-cbc7cfcc52f8 => generated 1014 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:36:17.986 7 INFO neutron.db.segments_db [None req-2f023372-928c-480d-a452-75e7671b78d3 557959adc2d6490abb6529f478cd9be3 2a22ec838ee84f2e9162ef426f482ae2 - - default default] Added segment 60a3112a-5263-4207-a021-6b44471f3d38 of type vxlan for network dcbe18d5-6fb2-4592-b4d9-0507f67f7b5c [pid: 8|app: 0|req: 957/1693] 10.0.0.4 () {34 vars in 1117 bytes} [Thu Jun 18 04:36:17 2026] GET /v2.0/security-groups?id=5b51f090-fd85-45ca-b781-42f6d213d369&id=dd84456e-361d-4955-b05c-ccd703bd24a0&fields=id&fields=name => generated 207 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1694] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:36:17 2026] POST /v2.0/networks => generated 612 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1695] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:36:18 2026] GET /v2.0/ports?device_id=17fab135-3f50-4c15-98e1-5e58a7121359 => 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: 958/1696] 10.0.0.149 () {34 vars in 663 bytes} [Thu Jun 18 04:36:18 2026] POST /v2.0/ports => generated 743 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:36:18.515 7 INFO neutron.db.segments_db [None req-8e22d332-af6f-4bf6-a9c6-09ce8883a569 557959adc2d6490abb6529f478cd9be3 2a22ec838ee84f2e9162ef426f482ae2 - - default default] Added segment a65d15f6-f326-4a85-8e2d-21cbe963454d of type vxlan for network 34796ebf-21df-4a0c-bbbd-ce7cbaccd35f [pid: 7|app: 0|req: 739/1697] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:36:18 2026] POST /v2.0/networks => generated 613 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 959/1698] 10.0.0.149 () {34 vars in 663 bytes} [Thu Jun 18 04:36:18 2026] POST /v2.0/ports => generated 743 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:36:18.975 7 INFO neutron.db.segments_db [None req-2945d1fb-b848-44ca-9cb7-a35af7e592ba 557959adc2d6490abb6529f478cd9be3 2a22ec838ee84f2e9162ef426f482ae2 - - default default] Added segment e5770688-16f6-4c44-a392-7a0810ce5c57 of type vxlan for network e59dd280-2b09-414b-a5a0-2b99656603fe [pid: 7|app: 0|req: 740/1699] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:36:18 2026] POST /v2.0/networks => generated 613 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 741/1700] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:36:19 2026] GET /v2.0/ports?device_id=d4c315a0-159e-48c6-b170-cbc7cfcc52f8 => generated 1014 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:36:19.281 8 INFO neutron.db.segments_db [None req-5e8762fe-8a83-44b6-9378-79df63c30cbe aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] Added segment 4bbe8c01-7fdf-4552-ba75-cf598d83e95a of type vxlan for network 3128b151-3a78-4673-9dab-6381940389ea [pid: 8|app: 0|req: 960/1701] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:36:18 2026] POST /v2.0/networks => generated 611 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1702] 199.204.45.65 () {34 vars in 992 bytes} [Thu Jun 18 04:36:19 2026] GET /v2.0/ports?device_id=d4c315a0-159e-48c6-b170-cbc7cfcc52f8 => generated 1012 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1703] 10.0.0.4 () {34 vars in 1117 bytes} [Thu Jun 18 04:36:19 2026] GET /v2.0/security-groups?id=5b51f090-fd85-45ca-b781-42f6d213d369&id=dd84456e-361d-4955-b05c-ccd703bd24a0&fields=id&fields=name => generated 207 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1704] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:36:19 2026] GET /v2.0/ports?device_id=17fab135-3f50-4c15-98e1-5e58a7121359 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1705] 10.0.0.149 () {34 vars in 663 bytes} [Thu Jun 18 04:36:19 2026] POST /v2.0/ports => generated 743 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-06-18 04:36:19.524 8 INFO neutron.db.segments_db [None req-b7ba6cc1-5b0e-4cdc-9c58-b43c8ca92f3a aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] Added segment e9109141-f7eb-436e-8234-54417d63d923 of type vxlan for network c2190090-79d7-47b8-bb68-b6e0f3ac2263 2026-06-18 04:36:19.587 7 INFO neutron_taas.services.taas.taas_plugin [req-a39dd9c1-267c-4405-be88-29938f9009db req-84a21aaa-a9e9-4b72-ad9f-357047f39df0 9013a32bf94c4ba28892575fbdf244fc 4ad4ef94d9404a8fb77b42064cd33e52 - - default default] TaaS: Handle Delete Port: 16693b10-8f07-4f9a-b8d4-34081a24d893 2026-06-18 04:36:19.589 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a39dd9c1-267c-4405-be88-29938f9009db req-84a21aaa-a9e9-4b72-ad9f-357047f39df0 9013a32bf94c4ba28892575fbdf244fc 4ad4ef94d9404a8fb77b42064cd33e52 - - default default] Tap Mirror: Handle Delete Port: 16693b10-8f07-4f9a-b8d4-34081a24d893 [pid: 8|app: 0|req: 964/1706] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:36:19 2026] POST /v2.0/networks => generated 611 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:36:19.680 8 INFO neutron.db.segments_db [None req-bee184a0-eafd-43cb-91ea-e2ce62c80688 557959adc2d6490abb6529f478cd9be3 2a22ec838ee84f2e9162ef426f482ae2 - - default default] Added segment 28fd997e-8189-4b83-b649-26584b3bb04d of type vxlan for network d2d2729e-3f2f-46fa-a3fd-eada10b910e3 2026-06-18 04:36:19.724 7 INFO neutron.db.l3_db [req-a39dd9c1-267c-4405-be88-29938f9009db req-84a21aaa-a9e9-4b72-ad9f-357047f39df0 9013a32bf94c4ba28892575fbdf244fc 4ad4ef94d9404a8fb77b42064cd33e52 - - default default] Floating IP 2cfb30c9-661d-48f4-8509-6e2235ee9438 disassociated. External IP: 10.96.250.211, port: 16693b10-8f07-4f9a-b8d4-34081a24d893. [pid: 8|app: 0|req: 965/1707] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:36:19 2026] POST /v2.0/networks => generated 613 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1708] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:36:19 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) [pid: 7|app: 0|req: 743/1709] 199.204.45.65 () {36 vars in 995 bytes} [Thu Jun 18 04:36:19 2026] DELETE /v2.0/ports/16693b10-8f07-4f9a-b8d4-34081a24d893 => generated 0 bytes in 551 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:36:20.057 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0c6c0fb6-5ba9-40bc-8937-ddd6a0c4b7f4'] response: {'server_uuid': 'd4c315a0-159e-48c6-b170-cbc7cfcc52f8', 'name': 'network-vif-deleted', 'tag': '16693b10-8f07-4f9a-b8d4-34081a24d893', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 744/1710] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:36:20 2026] POST /v2.0/subnets => generated 626 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:36:20.294 7 INFO neutron.db.segments_db [None req-044efa83-1382-40bb-b200-79c1538e1a79 aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] Added segment 8e31ce58-bad8-4251-8ec7-57853592861b of type vxlan for network bce49b3f-0f80-4250-ae68-8aea34298ecd [pid: 8|app: 0|req: 967/1711] 10.0.0.149 () {34 vars in 663 bytes} [Thu Jun 18 04:36:20 2026] POST /v2.0/ports => generated 743 bytes in 314 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-06-18 04:36:20.393 8 INFO neutron.db.segments_db [None req-4228f03f-78be-40f2-8e43-1cbda95c44b5 557959adc2d6490abb6529f478cd9be3 2a22ec838ee84f2e9162ef426f482ae2 - - default default] Added segment 02b1487d-cca9-4184-a78a-0eb71f4932ce of type vxlan for network 8ae02da5-da6c-4d7c-8626-cfc981674d72 [pid: 8|app: 0|req: 968/1712] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:36:20 2026] POST /v2.0/networks => generated 612 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1713] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:36:20 2026] GET /v2.0/networks?id=128a085e-efe0-49f5-9e66-6eefc4ae0608 => generated 673 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:36:20.566 7 INFO neutron.db.l3_hamode_db [None req-044efa83-1382-40bb-b200-79c1538e1a79 aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 970/1714] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:36:20 2026] GET /v2.0/ports?device_id=d4c315a0-159e-48c6-b170-cbc7cfcc52f8 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:36:20.696 7 INFO neutron.db.l3_hamode_db [None req-044efa83-1382-40bb-b200-79c1538e1a79 aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 971/1715] 10.0.0.149 () {34 vars in 663 bytes} [Thu Jun 18 04:36:20 2026] POST /v2.0/ports => generated 743 bytes in 284 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: 972/1716] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:36:20 2026] GET /v2.0/ports?device_id=17fab135-3f50-4c15-98e1-5e58a7121359 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1717] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:36:20 2026] POST /v2.0/routers => generated 507 bytes in 955 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1718] 199.204.45.65 () {38 vars in 953 bytes} [Thu Jun 18 04:36:20 2026] POST /v2.0/ports => generated 954 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: 7|app: 0|req: 746/1719] 10.0.0.149 () {34 vars in 746 bytes} [Thu Jun 18 04:36:21 2026] PUT /v2.0/ports/0c91d80b-d6a8-4c59-9479-e2f525bfa129/tags => generated 17 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 747/1720] 199.204.45.65 () {38 vars in 1026 bytes} [Thu Jun 18 04:36:21 2026] PUT /v2.0/ports/a62e5a42-9b21-49c0-8ecd-c28ca9a89c7f => generated 1235 bytes in 428 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 748/1721] 10.0.0.149 () {34 vars in 746 bytes} [Thu Jun 18 04:36:21 2026] PUT /v2.0/ports/cc9b079b-bf43-4e8b-862e-1266faf4f302/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 749/1722] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:36:21 2026] GET /v2.0/ports?device_id=d4c315a0-159e-48c6-b170-cbc7cfcc52f8 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1723] 10.0.0.149 () {34 vars in 746 bytes} [Thu Jun 18 04:36:21 2026] PUT /v2.0/ports/31822044-8347-449c-b9d7-43a619abb8ee/tags => generated 34 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 751/1724] 10.0.0.149 () {34 vars in 746 bytes} [Thu Jun 18 04:36:21 2026] PUT /v2.0/ports/fb2275b0-e764-41c1-afff-916928dbd007/tags => generated 19 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 752/1725] 10.0.0.149 () {32 vars in 659 bytes} [Thu Jun 18 04:36:21 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:36:22.106 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3c41cc27-9415-4b1d-bd78-cbea15f2147e'] response: {'name': 'network-changed', 'server_uuid': '17fab135-3f50-4c15-98e1-5e58a7121359', 'tag': 'a62e5a42-9b21-49c0-8ecd-c28ca9a89c7f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 753/1726] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:36:22 2026] GET /v2.0/ports?device_id=17fab135-3f50-4c15-98e1-5e58a7121359 => generated 969 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1727] 10.0.0.149 () {32 vars in 673 bytes} [Thu Jun 18 04:36:22 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1728] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:36:22 2026] GET /v2.0/security-groups?id=d8acd596-9119-4f21-be9f-f4ec1b28765d&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1729] 10.0.0.149 () {32 vars in 669 bytes} [Thu Jun 18 04:36:22 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1730] 10.0.0.149 () {32 vars in 681 bytes} [Thu Jun 18 04:36:22 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1731] 10.0.0.149 () {32 vars in 667 bytes} [Thu Jun 18 04:36:22 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1732] 10.0.0.149 () {34 vars in 782 bytes} [Thu Jun 18 04:36:21 2026] PUT /v2.0/routers/353dad86-af65-4013-84af-69f0638615a5/add_router_interface => generated 309 bytes in 1298 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1733] 10.0.0.149 () {32 vars in 716 bytes} [Thu Jun 18 04:36:22 2026] GET /v2.0/ports/eeb6266b-e944-409f-9f7d-3c87288646a7 => generated 955 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1734] 10.0.0.149 () {32 vars in 681 bytes} [Thu Jun 18 04:36:22 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1735] 10.0.0.149 () {32 vars in 677 bytes} [Thu Jun 18 04:36:22 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1736] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:36:22 2026] GET /v2.0/ports?tenant_id=f0f341c29a9b434d89c0cec7dfa19414&device_id=17fab135-3f50-4c15-98e1-5e58a7121359 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1737] 10.0.0.149 () {32 vars in 689 bytes} [Thu Jun 18 04:36:22 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1738] 199.204.45.65 () {34 vars in 1016 bytes} [Thu Jun 18 04:36:22 2026] GET /v2.0/networks?tenant_id=f0f341c29a9b434d89c0cec7dfa19414&shared=False => generated 769 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:36:22.937 7 INFO neutron_taas.services.taas.taas_plugin [None req-02189ddd-841a-4e42-a203-5ca03c1b543a 557959adc2d6490abb6529f478cd9be3 2a22ec838ee84f2e9162ef426f482ae2 - - default default] TaaS: Handle Delete Port: 0c91d80b-d6a8-4c59-9479-e2f525bfa129 2026-06-18 04:36:22.940 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-02189ddd-841a-4e42-a203-5ca03c1b543a 557959adc2d6490abb6529f478cd9be3 2a22ec838ee84f2e9162ef426f482ae2 - - default default] Tap Mirror: Handle Delete Port: 0c91d80b-d6a8-4c59-9479-e2f525bfa129 [pid: 7|app: 0|req: 764/1739] 10.0.0.149 () {32 vars in 719 bytes} [Thu Jun 18 04:36:22 2026] DELETE /v2.0/ports/0c91d80b-d6a8-4c59-9479-e2f525bfa129 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1740] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:36:23 2026] GET /v2.0/ports?device_id=d4c315a0-159e-48c6-b170-cbc7cfcc52f8 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1741] 199.204.45.65 () {34 vars in 928 bytes} [Thu Jun 18 04:36:23 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:36:23.154 7 INFO neutron_taas.services.taas.taas_plugin [None req-1c7779a9-4320-49d6-94a2-8e6672b5c93e 557959adc2d6490abb6529f478cd9be3 2a22ec838ee84f2e9162ef426f482ae2 - - default default] TaaS: Handle Delete Port: cc9b079b-bf43-4e8b-862e-1266faf4f302 2026-06-18 04:36:23.156 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c7779a9-4320-49d6-94a2-8e6672b5c93e 557959adc2d6490abb6529f478cd9be3 2a22ec838ee84f2e9162ef426f482ae2 - - default default] Tap Mirror: Handle Delete Port: cc9b079b-bf43-4e8b-862e-1266faf4f302 [pid: 7|app: 0|req: 767/1742] 10.0.0.149 () {32 vars in 719 bytes} [Thu Jun 18 04:36:23 2026] DELETE /v2.0/ports/cc9b079b-bf43-4e8b-862e-1266faf4f302 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:36:23.321 7 INFO neutron_taas.services.taas.taas_plugin [None req-2261ae7c-1380-45ba-b1e0-bd70fd9872be 557959adc2d6490abb6529f478cd9be3 2a22ec838ee84f2e9162ef426f482ae2 - - default default] TaaS: Handle Delete Port: 31822044-8347-449c-b9d7-43a619abb8ee 2026-06-18 04:36:23.324 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2261ae7c-1380-45ba-b1e0-bd70fd9872be 557959adc2d6490abb6529f478cd9be3 2a22ec838ee84f2e9162ef426f482ae2 - - default default] Tap Mirror: Handle Delete Port: 31822044-8347-449c-b9d7-43a619abb8ee [pid: 7|app: 0|req: 768/1743] 10.0.0.149 () {32 vars in 719 bytes} [Thu Jun 18 04:36:23 2026] DELETE /v2.0/ports/31822044-8347-449c-b9d7-43a619abb8ee => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1744] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:36:23 2026] GET /v2.0/ports?device_id=17fab135-3f50-4c15-98e1-5e58a7121359 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:36:23.555 7 INFO neutron_taas.services.taas.taas_plugin [None req-c9522b4d-4660-4fc4-b6a0-492eb167b2df 557959adc2d6490abb6529f478cd9be3 2a22ec838ee84f2e9162ef426f482ae2 - - default default] TaaS: Handle Delete Port: fb2275b0-e764-41c1-afff-916928dbd007 2026-06-18 04:36:23.559 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9522b4d-4660-4fc4-b6a0-492eb167b2df 557959adc2d6490abb6529f478cd9be3 2a22ec838ee84f2e9162ef426f482ae2 - - default default] Tap Mirror: Handle Delete Port: fb2275b0-e764-41c1-afff-916928dbd007 [pid: 7|app: 0|req: 770/1745] 10.0.0.149 () {32 vars in 719 bytes} [Thu Jun 18 04:36:23 2026] DELETE /v2.0/ports/fb2275b0-e764-41c1-afff-916928dbd007 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1746] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:36:23 2026] GET /v2.0/security-groups?id=d8acd596-9119-4f21-be9f-f4ec1b28765d&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-06-18 04:36:23.765 7 INFO neutron_taas.services.taas.taas_plugin [None req-a21afe52-02fa-4ad9-9154-f0b11f79f4a1 557959adc2d6490abb6529f478cd9be3 2a22ec838ee84f2e9162ef426f482ae2 - - default default] TaaS: Handle Delete Port: ce8dff04-db4f-49a0-ae85-642da6072cdd 2026-06-18 04:36:23.768 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a21afe52-02fa-4ad9-9154-f0b11f79f4a1 557959adc2d6490abb6529f478cd9be3 2a22ec838ee84f2e9162ef426f482ae2 - - default default] Tap Mirror: Handle Delete Port: ce8dff04-db4f-49a0-ae85-642da6072cdd [pid: 8|app: 0|req: 976/1747] 10.0.0.149 () {34 vars in 782 bytes} [Thu Jun 18 04:36:22 2026] PUT /v2.0/routers/353dad86-af65-4013-84af-69f0638615a5/add_router_interface => generated 309 bytes in 1205 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1748] 10.0.0.149 () {32 vars in 719 bytes} [Thu Jun 18 04:36:23 2026] DELETE /v2.0/ports/ce8dff04-db4f-49a0-ae85-642da6072cdd => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1749] 10.0.0.149 () {32 vars in 716 bytes} [Thu Jun 18 04:36:23 2026] GET /v2.0/ports/02f6e0c2-8c67-4795-80b2-d6e7625f10d6 => generated 955 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:36:23.954 7 INFO neutron.services.segments.plugin [-] Segment 60a3112a-5263-4207-a021-6b44471f3d38 resource provider aggregate not found 2026-06-18 04:36:23.958 7 INFO neutron.services.segments.plugin [-] Segment 60a3112a-5263-4207-a021-6b44471f3d38 resource provider aggregate not found 2026-06-18 04:36:23.973 7 INFO neutron.services.segments.plugin [-] Segment 60a3112a-5263-4207-a021-6b44471f3d38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60a3112a-5263-4207-a021-6b44471f3d38 found for delete ", "request_id": "req-9fa0b437-92ca-4f75-af64-e184756127c0"}]} 2026-06-18 04:36:23.976 7 INFO neutron.services.segments.plugin [-] Segment 60a3112a-5263-4207-a021-6b44471f3d38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60a3112a-5263-4207-a021-6b44471f3d38 found for delete ", "request_id": "req-4a0c83e1-eeaa-4797-b11c-c74f8a5300b0"}]} [pid: 7|app: 0|req: 773/1750] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:36:23 2026] DELETE /v2.0/networks/dcbe18d5-6fb2-4592-b4d9-0507f67f7b5c => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1751] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:36:23 2026] DELETE /v2.0/networks/34796ebf-21df-4a0c-bbbd-ce7cbaccd35f => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1752] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:36:24 2026] GET /v2.0/ports?tenant_id=f0f341c29a9b434d89c0cec7dfa19414&device_id=17fab135-3f50-4c15-98e1-5e58a7121359 => generated 1238 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:36:24.238 8 INFO neutron_taas.services.taas.taas_plugin [None req-70d238d4-6de9-4fad-9661-d58c12ae93b8 aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] TaaS: Handle Delete Port: 02f6e0c2-8c67-4795-80b2-d6e7625f10d6 2026-06-18 04:36:24.241 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70d238d4-6de9-4fad-9661-d58c12ae93b8 aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] Tap Mirror: Handle Delete Port: 02f6e0c2-8c67-4795-80b2-d6e7625f10d6 [pid: 7|app: 0|req: 776/1753] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:36:24 2026] DELETE /v2.0/networks/e59dd280-2b09-414b-a5a0-2b99656603fe => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1754] 199.204.45.65 () {34 vars in 1056 bytes} [Thu Jun 18 04:36:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=a62e5a42-9b21-49c0-8ecd-c28ca9a89c7f => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1755] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:36:24 2026] DELETE /v2.0/security-groups/5b51f090-fd85-45ca-b781-42f6d213d369 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1756] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:36:24 2026] DELETE /v2.0/networks/d2d2729e-3f2f-46fa-a3fd-eada10b910e3 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1757] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:36:24 2026] GET /v2.0/subnets?id=358c04f3-8a78-43e2-9645-ae04e8d9ae99 => generated 691 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:36:24.609 7 INFO neutron.api.v2.resource [None req-f59a476a-c6da-4c91-8d74-a42444bef25d 9013a32bf94c4ba28892575fbdf244fc 4ad4ef94d9404a8fb77b42064cd33e52 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 781/1758] 10.0.0.149 () {32 vars in 736 bytes} [Thu Jun 18 04:36:24 2026] GET /v2.0/security-groups/5b51f090-fd85-45ca-b781-42f6d213d369 => 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: 978/1759] 10.0.0.149 () {34 vars in 788 bytes} [Thu Jun 18 04:36:23 2026] PUT /v2.0/routers/353dad86-af65-4013-84af-69f0638615a5/remove_router_interface => generated 309 bytes in 829 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1760] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:36:24 2026] GET /v2.0/ports?network_id=128a085e-efe0-49f5-9e66-6eefc4ae0608&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: 7|app: 0|req: 782/1761] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:36:24 2026] DELETE /v2.0/networks/8ae02da5-da6c-4d7c-8626-cfc981674d72 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:36:24.826 8 INFO neutron_taas.services.taas.taas_plugin [None req-038d511b-2a3f-4a9b-ab09-31b236567526 9013a32bf94c4ba28892575fbdf244fc 4ad4ef94d9404a8fb77b42064cd33e52 - - default default] TaaS: Handle Delete Port: b9794cfc-2704-4a26-b2e0-4956a59dc1c4 2026-06-18 04:36:24.829 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-038d511b-2a3f-4a9b-ab09-31b236567526 9013a32bf94c4ba28892575fbdf244fc 4ad4ef94d9404a8fb77b42064cd33e52 - - default default] Tap Mirror: Handle Delete Port: b9794cfc-2704-4a26-b2e0-4956a59dc1c4 [pid: 8|app: 0|req: 980/1762] 10.0.0.149 () {32 vars in 731 bytes} [Thu Jun 18 04:36:24 2026] DELETE /v2.0/floatingips/2cfb30c9-661d-48f4-8509-6e2235ee9438 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1763] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:36:25 2026] GET /v2.0/networks/128a085e-efe0-49f5-9e66-6eefc4ae0608?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: 982/1764] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:36:25 2026] GET /v2.0/ports?device_id=17fab135-3f50-4c15-98e1-5e58a7121359 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:36:25.125 7 INFO neutron_taas.services.taas.taas_plugin [None req-b4d696a1-0948-4933-bce9-0395dde16768 aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] TaaS: Handle Delete Port: eeb6266b-e944-409f-9f7d-3c87288646a7 2026-06-18 04:36:25.128 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4d696a1-0948-4933-bce9-0395dde16768 aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] Tap Mirror: Handle Delete Port: eeb6266b-e944-409f-9f7d-3c87288646a7 [pid: 8|app: 0|req: 983/1765] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:36:25 2026] DELETE /v2.0/security-groups/dd84456e-361d-4955-b05c-ccd703bd24a0 => 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: 984/1766] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:36:25 2026] GET /v2.0/networks/128a085e-efe0-49f5-9e66-6eefc4ae0608?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: 985/1767] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:36:25 2026] GET /v2.0/security-groups?id=d8acd596-9119-4f21-be9f-f4ec1b28765d&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1768] 10.0.0.149 () {34 vars in 788 bytes} [Thu Jun 18 04:36:24 2026] PUT /v2.0/routers/353dad86-af65-4013-84af-69f0638615a5/remove_router_interface => generated 309 bytes in 897 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:36:25.687 8 INFO neutron_taas.services.taas.taas_plugin [None req-8671fb56-e470-4014-9755-31a5825b5b84 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: 489e74a7-52fd-4d61-bb12-f9de3aa885a3 2026-06-18 04:36:25.691 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8671fb56-e470-4014-9755-31a5825b5b84 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: 489e74a7-52fd-4d61-bb12-f9de3aa885a3 [pid: 7|app: 0|req: 784/1769] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:36:25 2026] GET /v2.0/security-groups?tenant_id=a21d7ee28eb246318b9d881f4f235020&name=default => generated 2925 bytes in 355 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:36:26.017 7 INFO neutron.services.segments.plugin [-] Segment a65d15f6-f326-4a85-8e2d-21cbe963454d resource provider aggregate not found 2026-06-18 04:36:26.022 7 INFO neutron.services.segments.plugin [-] Segment a65d15f6-f326-4a85-8e2d-21cbe963454d resource provider aggregate not found 2026-06-18 04:36:26.041 7 INFO neutron.services.segments.plugin [-] Segment a65d15f6-f326-4a85-8e2d-21cbe963454d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a65d15f6-f326-4a85-8e2d-21cbe963454d found for delete ", "request_id": "req-5dc39c8f-ea71-4e7d-8705-bd438f917014"}]} 2026-06-18 04:36:26.047 7 INFO neutron.services.segments.plugin [-] Segment a65d15f6-f326-4a85-8e2d-21cbe963454d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a65d15f6-f326-4a85-8e2d-21cbe963454d found for delete ", "request_id": "req-d36d3b3e-6df4-49da-96d8-bdae0b28a55a"}]} [pid: 7|app: 0|req: 785/1770] 10.0.0.149 () {32 vars in 735 bytes} [Thu Jun 18 04:36:26 2026] GET /v2.0/ports?device_id=353dad86-af65-4013-84af-69f0638615a5 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:36:26.068 7 INFO neutron.services.segments.plugin [-] Segment e5770688-16f6-4c44-a392-7a0810ce5c57 resource provider aggregate not found 2026-06-18 04:36:26.069 7 INFO neutron.services.segments.plugin [-] Segment e5770688-16f6-4c44-a392-7a0810ce5c57 resource provider aggregate not found 2026-06-18 04:36:26.093 7 INFO neutron.services.segments.plugin [-] Segment e5770688-16f6-4c44-a392-7a0810ce5c57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5770688-16f6-4c44-a392-7a0810ce5c57 found for delete ", "request_id": "req-7e60b70a-e6b8-4681-aeb7-cd0bbde6ba6f"}]} 2026-06-18 04:36:26.095 7 INFO neutron.services.segments.plugin [-] Segment e5770688-16f6-4c44-a392-7a0810ce5c57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5770688-16f6-4c44-a392-7a0810ce5c57 found for delete ", "request_id": "req-796b9c28-8c95-4558-bdc8-e785455f651c"}]} 2026-06-18 04:36:26.110 7 INFO neutron.services.segments.plugin [-] Segment 28fd997e-8189-4b83-b649-26584b3bb04d resource provider aggregate not found 2026-06-18 04:36:26.122 7 INFO neutron.services.segments.plugin [-] Segment 28fd997e-8189-4b83-b649-26584b3bb04d resource provider aggregate not found 2026-06-18 04:36:26.125 7 INFO neutron.services.segments.plugin [-] Segment 28fd997e-8189-4b83-b649-26584b3bb04d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28fd997e-8189-4b83-b649-26584b3bb04d found for delete ", "request_id": "req-61348c1b-da87-43c8-9bd6-fc7c001dde81"}]} 2026-06-18 04:36:26.138 7 INFO neutron.services.segments.plugin [-] Segment 28fd997e-8189-4b83-b649-26584b3bb04d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28fd997e-8189-4b83-b649-26584b3bb04d found for delete ", "request_id": "req-9bebcfa8-e410-4aff-9191-a9e0a0fda1d7"}]} 2026-06-18 04:36:26.145 7 INFO neutron.services.segments.plugin [-] Segment 02b1487d-cca9-4184-a78a-0eb71f4932ce resource provider aggregate not found 2026-06-18 04:36:26.160 7 INFO neutron.services.segments.plugin [-] Segment 02b1487d-cca9-4184-a78a-0eb71f4932ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02b1487d-cca9-4184-a78a-0eb71f4932ce found for delete ", "request_id": "req-49ebf0eb-ce62-4bb0-a930-f1bf8978b5c3"}]} 2026-06-18 04:36:26.162 7 INFO neutron.services.segments.plugin [-] Segment 02b1487d-cca9-4184-a78a-0eb71f4932ce resource provider aggregate not found 2026-06-18 04:36:26.183 7 INFO neutron.services.segments.plugin [-] Segment 02b1487d-cca9-4184-a78a-0eb71f4932ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02b1487d-cca9-4184-a78a-0eb71f4932ce found for delete ", "request_id": "req-cc3bb70a-a72e-4f3d-8ead-0912065411d9"}]} [pid: 7|app: 0|req: 786/1771] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:36:26 2026] DELETE /v2.0/security-groups/28d1163a-2851-4242-9036-8bcc32b5ac9b => 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: 986/1772] 10.0.0.149 () {34 vars in 788 bytes} [Thu Jun 18 04:36:25 2026] PUT /v2.0/routers/ca6bfe0b-a793-4359-92ad-d1d520cdb159/remove_router_interface => generated 309 bytes in 1021 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:36:26.358 7 INFO neutron_taas.services.taas.taas_plugin [None req-68166381-567b-4561-b314-cde956eb4346 aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] TaaS: Handle Delete Port: 6fb86d9a-9a5b-4de0-9e02-d1879c742d65 2026-06-18 04:36:26.363 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68166381-567b-4561-b314-cde956eb4346 aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] Tap Mirror: Handle Delete Port: 6fb86d9a-9a5b-4de0-9e02-d1879c742d65 2026-06-18 04:36:26.518 8 INFO neutron_taas.services.taas.taas_plugin [None req-f278114c-97ee-4e6d-a952-ecc501a63eb1 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: ec70dc14-d310-4be5-98a0-b1e31c2bbc0c 2026-06-18 04:36:26.520 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f278114c-97ee-4e6d-a952-ecc501a63eb1 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: ec70dc14-d310-4be5-98a0-b1e31c2bbc0c 2026-06-18 04:36:26.748 7 INFO neutron.db.l3_hamode_db [None req-68166381-567b-4561-b314-cde956eb4346 aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] HA network bce49b3f-0f80-4250-ae68-8aea34298ecd was deleted as no HA routers are present in tenant 66205c11c0c946eab48ec08a27787a0d. [pid: 7|app: 0|req: 787/1773] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:36:26 2026] DELETE /v2.0/routers/353dad86-af65-4013-84af-69f0638615a5 => generated 0 bytes in 551 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:36:26.798 8 INFO neutron_taas.services.taas.taas_plugin [None req-f278114c-97ee-4e6d-a952-ecc501a63eb1 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: 1bf948d6-4124-44bb-b157-a34bccb822b8 2026-06-18 04:36:26.801 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f278114c-97ee-4e6d-a952-ecc501a63eb1 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: 1bf948d6-4124-44bb-b157-a34bccb822b8 [pid: 7|app: 0|req: 788/1774] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:36:26 2026] GET /v2.0/security-groups?tenant_id=2a22ec838ee84f2e9162ef426f482ae2&name=default => generated 2925 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1775] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:36:26 2026] GET /v2.0/ports?device_id=17fab135-3f50-4c15-98e1-5e58a7121359 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1776] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:36:26 2026] DELETE /v2.0/subnets/bf04b995-2ec9-4888-8976-1ed543f33039 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1777] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:36:26 2026] DELETE /v2.0/security-groups/f35ffaa8-b327-4be8-a32c-59ce8a475125 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1778] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:36:27 2026] GET /v2.0/security-groups?id=d8acd596-9119-4f21-be9f-f4ec1b28765d&fields=id&fields=name => generated 88 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:36:27.144 8 INFO neutron.services.segments.plugin [-] Segment d543217d-5244-4712-b05e-9cbc681aaca5 resource provider aggregate not found 2026-06-18 04:36:27.152 8 INFO neutron.services.segments.plugin [-] Segment d543217d-5244-4712-b05e-9cbc681aaca5 resource provider aggregate not found 2026-06-18 04:36:27.166 8 INFO neutron.services.segments.plugin [-] Segment d543217d-5244-4712-b05e-9cbc681aaca5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d543217d-5244-4712-b05e-9cbc681aaca5 found for delete ", "request_id": "req-3fbe3f95-1062-43c5-83e6-1e5899ef0ab1"}]} 2026-06-18 04:36:27.169 8 INFO neutron.services.segments.plugin [-] Segment d543217d-5244-4712-b05e-9cbc681aaca5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d543217d-5244-4712-b05e-9cbc681aaca5 found for delete ", "request_id": "req-e112c5da-5a78-4b5f-978f-decfe8a2ea66"}]} 2026-06-18 04:36:27.182 8 INFO neutron.db.l3_hamode_db [None req-f278114c-97ee-4e6d-a952-ecc501a63eb1 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] HA network 7ad12241-f08c-4f37-b79d-0096612f57d9 was deleted as no HA routers are present in tenant 4ad4ef94d9404a8fb77b42064cd33e52. [pid: 8|app: 0|req: 987/1779] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:36:26 2026] DELETE /v2.0/routers/ca6bfe0b-a793-4359-92ad-d1d520cdb159 => generated 0 bytes in 880 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1780] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:36:27 2026] DELETE /v2.0/subnets/f096a42b-4c83-4933-8eb3-dc80caf45b46 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1781] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:36:27 2026] DELETE /v2.0/subnets/d87ab26d-3b14-4a09-b20f-9d049340aaf5 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1782] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:36:27 2026] GET /v2.0/security-groups?tenant_id=f132493c95ed4dafb7b733f534c2f84d&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:36:27.507 7 INFO neutron_taas.services.taas.taas_plugin [None req-0aea366b-a8e1-4dfd-b9fc-87fe8b4fd94c 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: cab2df74-8242-4cad-8d89-acb8d4d8dcdd 2026-06-18 04:36:27.510 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0aea366b-a8e1-4dfd-b9fc-87fe8b4fd94c 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: cab2df74-8242-4cad-8d89-acb8d4d8dcdd [pid: 8|app: 0|req: 989/1783] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:36:27 2026] DELETE /v2.0/networks/c2190090-79d7-47b8-bb68-b6e0f3ac2263 => 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: 990/1784] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:36:27 2026] DELETE /v2.0/security-groups/f12e8878-0559-4204-bc0a-b0c4e25c9803 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1785] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:36:27 2026] DELETE /v2.0/networks/0ff55e30-2a78-41db-b450-42e06f49bf2c => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:36:27.748 8 INFO neutron_taas.services.taas.taas_plugin [None req-e14b4804-5a39-490d-9e7a-667e75c5c9db aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] TaaS: Handle Delete Port: 0b23ba35-ce26-4668-be77-7112723c0c3f 2026-06-18 04:36:27.751 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e14b4804-5a39-490d-9e7a-667e75c5c9db aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] Tap Mirror: Handle Delete Port: 0b23ba35-ce26-4668-be77-7112723c0c3f [pid: 8|app: 0|req: 991/1786] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:36:27 2026] DELETE /v2.0/networks/3128b151-3a78-4673-9dab-6381940389ea => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:36:28.025 7 INFO neutron_taas.services.taas.taas_plugin [None req-02d4388e-0084-4852-9191-d246a7bc2695 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: 325d2058-ed9e-4c70-9c24-809b5fc8be35 2026-06-18 04:36:28.027 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-02d4388e-0084-4852-9191-d246a7bc2695 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: 325d2058-ed9e-4c70-9c24-809b5fc8be35 2026-06-18 04:36:28.050 8 INFO neutron.db.segments_db [None req-d7550a4c-839a-4e41-a877-ae45b948bc5a aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] Added segment a458ad40-0a65-44de-927c-38b7dd3249c3 of type vxlan for network 317e3b88-a9e7-42f5-9c1f-c6957a20b79b [pid: 8|app: 0|req: 992/1787] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:36:27 2026] POST /v2.0/networks => generated 610 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:36:28.192 7 INFO neutron.services.segments.plugin [-] Segment 8e31ce58-bad8-4251-8ec7-57853592861b resource provider aggregate not found 2026-06-18 04:36:28.217 7 INFO neutron.services.segments.plugin [-] Segment 8e31ce58-bad8-4251-8ec7-57853592861b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e31ce58-bad8-4251-8ec7-57853592861b found for delete ", "request_id": "req-f1429ac5-f3f5-466e-9efd-75e284c92175"}]} 2026-06-18 04:36:28.223 7 INFO neutron.services.segments.plugin [-] Segment 8e31ce58-bad8-4251-8ec7-57853592861b resource provider aggregate not found 2026-06-18 04:36:28.241 7 INFO neutron.services.segments.plugin [-] Segment 20502383-2a39-4663-88d2-52509414958a resource provider aggregate not found 2026-06-18 04:36:28.251 7 INFO neutron.services.segments.plugin [-] Segment 8e31ce58-bad8-4251-8ec7-57853592861b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e31ce58-bad8-4251-8ec7-57853592861b found for delete ", "request_id": "req-3d3996dd-5a3c-40ae-b624-92462daccd9f"}]} 2026-06-18 04:36:28.275 7 INFO neutron.services.segments.plugin [-] Segment 20502383-2a39-4663-88d2-52509414958a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20502383-2a39-4663-88d2-52509414958a found for delete ", "request_id": "req-32d25777-0182-4adf-9637-c975da43e107"}]} 2026-06-18 04:36:28.277 7 INFO neutron.services.segments.plugin [-] Segment 20502383-2a39-4663-88d2-52509414958a resource provider aggregate not found 2026-06-18 04:36:28.304 7 INFO neutron.services.segments.plugin [-] Segment 20502383-2a39-4663-88d2-52509414958a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20502383-2a39-4663-88d2-52509414958a found for delete ", "request_id": "req-ae41c9f4-1d5b-4557-9acd-a6a6c1ca254c"}]} [pid: 8|app: 0|req: 993/1788] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:36:28 2026] POST /v2.0/subnets => generated 626 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1789] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:36:28 2026] GET /v2.0/ports?device_id=17fab135-3f50-4c15-98e1-5e58a7121359 => generated 969 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:36:28.659 8 INFO neutron.db.segments_db [None req-2f0f26ff-bc13-4548-a660-f6db428433ee aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] Added segment 07111e0b-ae55-4a73-bca3-41d445b98ab7 of type vxlan for network 0e14eef9-3c3d-490a-9baf-7f63f00ed62d [pid: 7|app: 0|req: 796/1790] 10.0.0.149 () {34 vars in 788 bytes} [Thu Jun 18 04:36:27 2026] PUT /v2.0/routers/9f38a3d8-f51d-4687-8beb-350480467ba7/remove_router_interface => generated 309 bytes in 973 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1791] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:36:28 2026] GET /v2.0/security-groups?id=d8acd596-9119-4f21-be9f-f4ec1b28765d&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:36:28.887 8 INFO neutron.db.l3_hamode_db [None req-2f0f26ff-bc13-4548-a660-f6db428433ee aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 04:36:28.956 7 INFO neutron_taas.services.taas.taas_plugin [None req-be975b20-004a-4e93-a9f1-1693e74476a7 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: d3ee8738-8f99-4758-9f5f-550edafa6f73 2026-06-18 04:36:28.959 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be975b20-004a-4e93-a9f1-1693e74476a7 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: d3ee8738-8f99-4758-9f5f-550edafa6f73 2026-06-18 04:36:29.024 8 INFO neutron.db.l3_hamode_db [None req-2f0f26ff-bc13-4548-a660-f6db428433ee aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 04:36:29.186 8 INFO neutron.services.segments.plugin [-] Segment e9109141-f7eb-436e-8234-54417d63d923 resource provider aggregate not found 2026-06-18 04:36:29.196 8 INFO neutron.services.segments.plugin [-] Segment e9109141-f7eb-436e-8234-54417d63d923 resource provider aggregate not found 2026-06-18 04:36:29.207 8 INFO neutron.services.segments.plugin [-] Segment e9109141-f7eb-436e-8234-54417d63d923 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9109141-f7eb-436e-8234-54417d63d923 found for delete ", "request_id": "req-453fb32b-c23c-4273-ab7a-e46df8c5275e"}]} 2026-06-18 04:36:29.223 8 INFO neutron.services.segments.plugin [-] Segment 4bbe8c01-7fdf-4552-ba75-cf598d83e95a resource provider aggregate not found 2026-06-18 04:36:29.228 8 INFO neutron.services.segments.plugin [-] Segment e9109141-f7eb-436e-8234-54417d63d923 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9109141-f7eb-436e-8234-54417d63d923 found for delete ", "request_id": "req-98222c91-0493-4b0e-a950-f87f29337d58"}]} 2026-06-18 04:36:29.229 7 INFO neutron_taas.services.taas.taas_plugin [None req-be975b20-004a-4e93-a9f1-1693e74476a7 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: 045d3c37-a730-41dd-b7eb-720a7eed2bd3 2026-06-18 04:36:29.232 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be975b20-004a-4e93-a9f1-1693e74476a7 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: 045d3c37-a730-41dd-b7eb-720a7eed2bd3 2026-06-18 04:36:29.254 8 INFO neutron.services.segments.plugin [-] Segment 4bbe8c01-7fdf-4552-ba75-cf598d83e95a resource provider aggregate not found 2026-06-18 04:36:29.260 8 INFO neutron.services.segments.plugin [-] Segment 4bbe8c01-7fdf-4552-ba75-cf598d83e95a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bbe8c01-7fdf-4552-ba75-cf598d83e95a found for delete ", "request_id": "req-76e95c3e-e15d-4126-898c-c28fa5b1df33"}]} 2026-06-18 04:36:29.275 8 INFO neutron.services.segments.plugin [-] Segment 4bbe8c01-7fdf-4552-ba75-cf598d83e95a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bbe8c01-7fdf-4552-ba75-cf598d83e95a found for delete ", "request_id": "req-edcfb2d1-b200-4cf4-9727-1182769de123"}]} 2026-06-18 04:36:29.604 7 INFO neutron.db.l3_hamode_db [None req-be975b20-004a-4e93-a9f1-1693e74476a7 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] HA network 8be6de1e-a4c2-4122-ab38-a5193937a4e2 was deleted as no HA routers are present in tenant 534a0307d7f44136bb155953fd961c05. [pid: 7|app: 0|req: 798/1792] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:36:28 2026] DELETE /v2.0/routers/9f38a3d8-f51d-4687-8beb-350480467ba7 => generated 0 bytes in 871 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1793] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:36:28 2026] POST /v2.0/routers => generated 506 bytes in 1135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1794] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:36:29 2026] DELETE /v2.0/subnets/f42e7e89-7882-4fc1-881d-c5bcb42a3c63 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:36:29.847 7 INFO neutron_taas.services.taas.taas_plugin [None req-b41be774-9719-4214-8e99-8c4c24d08d5c 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: 9c58a472-2aff-4f76-9097-719133ef94f6 2026-06-18 04:36:29.850 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b41be774-9719-4214-8e99-8c4c24d08d5c 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: 9c58a472-2aff-4f76-9097-719133ef94f6 [pid: 7|app: 0|req: 800/1795] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:36:29 2026] DELETE /v2.0/networks/3d61f028-466d-474f-90d9-b8425ff36606 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1796] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:36:30 2026] GET /v2.0/ports?device_id=17fab135-3f50-4c15-98e1-5e58a7121359 => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1797] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:36:30 2026] GET /v2.0/security-groups?id=d8acd596-9119-4f21-be9f-f4ec1b28765d&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1798] 10.0.0.149 () {34 vars in 664 bytes} [Thu Jun 18 04:36:29 2026] POST /v2.0/ports => generated 951 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:36:30.297 7 INFO neutron.services.segments.plugin [-] Segment 0a868ad1-8fab-481c-a2f2-dcb098660a09 resource provider aggregate not found 2026-06-18 04:36:30.317 7 INFO neutron.services.segments.plugin [-] Segment 0a868ad1-8fab-481c-a2f2-dcb098660a09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a868ad1-8fab-481c-a2f2-dcb098660a09 found for delete ", "request_id": "req-68af1fa8-3737-4510-b754-2eb20e10a175"}]} 2026-06-18 04:36:30.331 7 INFO neutron.services.segments.plugin [-] Segment f8fe866b-a259-4187-8d1a-4e84ae481b3a resource provider aggregate not found 2026-06-18 04:36:30.333 7 INFO neutron.services.segments.plugin [-] Segment 0a868ad1-8fab-481c-a2f2-dcb098660a09 resource provider aggregate not found 2026-06-18 04:36:30.350 7 INFO neutron.services.segments.plugin [-] Segment 0a868ad1-8fab-481c-a2f2-dcb098660a09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a868ad1-8fab-481c-a2f2-dcb098660a09 found for delete ", "request_id": "req-43fe8106-82de-4e53-8dce-e3e1d55ef79e"}]} 2026-06-18 04:36:30.355 7 INFO neutron.services.segments.plugin [-] Segment f8fe866b-a259-4187-8d1a-4e84ae481b3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8fe866b-a259-4187-8d1a-4e84ae481b3a found for delete ", "request_id": "req-b4ace228-a93e-4853-aa45-ae803a0cb56c"}]} 2026-06-18 04:36:30.365 7 INFO neutron.services.segments.plugin [-] Segment f8fe866b-a259-4187-8d1a-4e84ae481b3a resource provider aggregate not found 2026-06-18 04:36:30.400 7 INFO neutron.services.segments.plugin [-] Segment f8fe866b-a259-4187-8d1a-4e84ae481b3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8fe866b-a259-4187-8d1a-4e84ae481b3a found for delete ", "request_id": "req-bce3f403-28fc-47f8-8ce5-0a8be15cf9f0"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 997/1799] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:36:30 2026] GET /v2.0/security-groups?tenant_id=534a0307d7f44136bb155953fd961c05&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1800] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:36:30 2026] DELETE /v2.0/security-groups/0157c68a-7dd4-4511-ad6c-fde7efe09c8c => 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: 1001/1803] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:36:30 2026] GET /v2.0/security-groups?tenant_id=4ad4ef94d9404a8fb77b42064cd33e52&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1804] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:36:30 2026] DELETE /v2.0/security-groups/69b7c7f4-8a4f-4998-9b5b-09168d4e3465 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1805] 10.0.0.149 () {34 vars in 782 bytes} [Thu Jun 18 04:36:30 2026] PUT /v2.0/routers/046467f8-0057-40dc-80a8-321a64794adc/add_router_interface => generated 309 bytes in 1257 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1806] 10.0.0.149 () {32 vars in 716 bytes} [Thu Jun 18 04:36:31 2026] GET /v2.0/ports/9e5b9e4b-ed1c-4788-b21f-fe2f9674f5cf => generated 1025 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1004/1807] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:36:31 2026] GET /v2.0/ports?device_id=17fab135-3f50-4c15-98e1-5e58a7121359 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1808] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:36:31 2026] GET /v2.0/security-groups?id=d8acd596-9119-4f21-be9f-f4ec1b28765d&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:36:31.860 7 INFO neutron_taas.services.taas.taas_plugin [None req-0663e113-a803-4cbc-abf1-9d55748033d6 aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] TaaS: Handle Delete Port: 9e5b9e4b-ed1c-4788-b21f-fe2f9674f5cf 2026-06-18 04:36:31.863 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0663e113-a803-4cbc-abf1-9d55748033d6 aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] Tap Mirror: Handle Delete Port: 9e5b9e4b-ed1c-4788-b21f-fe2f9674f5cf [pid: 8|app: 0|req: 1006/1809] 10.0.0.149 () {34 vars in 677 bytes} [Thu Jun 18 04:36:32 2026] POST /v2.0/qos/policies => generated 359 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1810] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:36:32 2026] GET /v2.0/ports?device_id=17fab135-3f50-4c15-98e1-5e58a7121359 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1811] 10.0.0.149 () {34 vars in 677 bytes} [Thu Jun 18 04:36:32 2026] POST /v2.0/qos/policies => generated 359 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1812] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:36:32 2026] GET /v2.0/security-groups?id=d8acd596-9119-4f21-be9f-f4ec1b28765d&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: 1010/1813] 10.0.0.149 () {34 vars in 677 bytes} [Thu Jun 18 04:36:32 2026] POST /v2.0/qos/policies => generated 359 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1814] 10.0.0.149 () {34 vars in 788 bytes} [Thu Jun 18 04:36:31 2026] PUT /v2.0/routers/046467f8-0057-40dc-80a8-321a64794adc/remove_router_interface => generated 309 bytes in 1458 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: 1011/1815] 10.0.0.149 () {34 vars in 677 bytes} [Thu Jun 18 04:36:32 2026] POST /v2.0/qos/policies => generated 359 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1816] 10.0.0.149 () {34 vars in 677 bytes} [Thu Jun 18 04:36:32 2026] POST /v2.0/qos/policies => generated 359 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:36:33.001 7 INFO neutron.api.v2.resource [None req-9a01932e-c59b-480f-917b-466f3cf401b9 aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 805/1817] 10.0.0.149 () {34 vars in 788 bytes} [Thu Jun 18 04:36:32 2026] PUT /v2.0/routers/046467f8-0057-40dc-80a8-321a64794adc/remove_router_interface => generated 197 bytes in 90 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1818] 10.0.0.149 () {32 vars in 735 bytes} [Thu Jun 18 04:36:33 2026] GET /v2.0/ports?device_id=046467f8-0057-40dc-80a8-321a64794adc => 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: 1013/1819] 10.0.0.149 () {34 vars in 752 bytes} [Thu Jun 18 04:36:32 2026] PUT /v2.0/policies/dd42928f-1b36-4da5-953f-4b19675fef1f/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/1820] 10.0.0.149 () {34 vars in 752 bytes} [Thu Jun 18 04:36:33 2026] PUT /v2.0/policies/892002bf-60a6-4e95-b7e8-8a3c73f214b0/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1821] 10.0.0.149 () {34 vars in 752 bytes} [Thu Jun 18 04:36:33 2026] PUT /v2.0/policies/ccdde1f2-3b40-46c5-b033-6cfa8b97098a/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1822] 10.0.0.149 () {34 vars in 752 bytes} [Thu Jun 18 04:36:33 2026] PUT /v2.0/policies/c646d0e7-8aee-4d9d-b664-ff7b7619e665/tags => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:36:33.215 7 INFO neutron_taas.services.taas.taas_plugin [None req-b0fdd069-0650-4f1e-9599-36c2fe4befe3 aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] TaaS: Handle Delete Port: b1a02fa4-6426-4d5e-b72b-d78a1e0a682a 2026-06-18 04:36:33.218 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0fdd069-0650-4f1e-9599-36c2fe4befe3 aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] Tap Mirror: Handle Delete Port: b1a02fa4-6426-4d5e-b72b-d78a1e0a682a 2026-06-18 04:36:33.614 7 INFO neutron.services.segments.plugin [-] Segment 07111e0b-ae55-4a73-bca3-41d445b98ab7 resource provider aggregate not found 2026-06-18 04:36:33.621 7 INFO neutron.services.segments.plugin [-] Segment 07111e0b-ae55-4a73-bca3-41d445b98ab7 resource provider aggregate not found 2026-06-18 04:36:33.638 7 INFO neutron.services.segments.plugin [-] Segment 07111e0b-ae55-4a73-bca3-41d445b98ab7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07111e0b-ae55-4a73-bca3-41d445b98ab7 found for delete ", "request_id": "req-439e6e68-170a-4518-934c-2e7f2ffb2bd1"}]} 2026-06-18 04:36:33.640 7 INFO neutron.services.segments.plugin [-] Segment 07111e0b-ae55-4a73-bca3-41d445b98ab7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07111e0b-ae55-4a73-bca3-41d445b98ab7 found for delete ", "request_id": "req-922b3c86-5597-4fea-b5e6-00eadf4c6f10"}]} 2026-06-18 04:36:33.650 7 INFO neutron.db.l3_hamode_db [None req-b0fdd069-0650-4f1e-9599-36c2fe4befe3 aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] HA network 0e14eef9-3c3d-490a-9baf-7f63f00ed62d was deleted as no HA routers are present in tenant 66205c11c0c946eab48ec08a27787a0d. [pid: 7|app: 0|req: 807/1823] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:36:33 2026] DELETE /v2.0/routers/046467f8-0057-40dc-80a8-321a64794adc => generated 0 bytes in 621 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1824] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:36:33 2026] DELETE /v2.0/subnets/3221833e-5c1c-42e0-ad0a-57191d460260 => 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: 1017/1825] 10.0.0.149 () {32 vars in 673 bytes} [Thu Jun 18 04:36:33 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1826] 10.0.0.149 () {32 vars in 687 bytes} [Thu Jun 18 04:36:33 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1827] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:36:33 2026] DELETE /v2.0/networks/317e3b88-a9e7-42f5-9c1f-c6957a20b79b => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/1828] 10.0.0.149 () {32 vars in 683 bytes} [Thu Jun 18 04:36:33 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) 2026-06-18 04:36:33.963 7 INFO neutron.db.segments_db [None req-43e53cb2-fbfb-448c-878c-bcc85649a91f aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] Added segment f4e439ec-fcb8-4739-b5b6-bcf6e5e8939b of type vxlan for network 44119ec6-6faa-4179-a97b-239ca8a4387e [pid: 8|app: 0|req: 1020/1829] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:36:33 2026] GET /v2.0/ports?device_id=17fab135-3f50-4c15-98e1-5e58a7121359 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1830] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:36:33 2026] POST /v2.0/networks => generated 611 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1831] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:36:34 2026] GET /v2.0/security-groups?id=d8acd596-9119-4f21-be9f-f4ec1b28765d&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: 1021/1832] 10.0.0.149 () {32 vars in 695 bytes} [Thu Jun 18 04:36:34 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/1833] 10.0.0.149 () {32 vars in 681 bytes} [Thu Jun 18 04:36:34 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/1834] 10.0.0.149 () {32 vars in 695 bytes} [Thu Jun 18 04:36:34 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/1835] 199.204.45.65 () {34 vars in 992 bytes} [Thu Jun 18 04:36:34 2026] GET /v2.0/ports?device_id=17fab135-3f50-4c15-98e1-5e58a7121359 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1836] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:36:34 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: 8|app: 0|req: 1025/1837] 10.0.0.149 () {32 vars in 691 bytes} [Thu Jun 18 04:36:34 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:36:34.402 8 INFO neutron.db.segments_db [None req-d868d576-36b6-436b-a284-44f7e5dfc64f aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] Added segment 6df18b77-9301-445e-9e6d-4ffaa13efcfb of type vxlan for network a0dbc68d-449b-4e97-b711-bbf05451e97e 2026-06-18 04:36:34.418 7 INFO neutron_taas.services.taas.taas_plugin [req-34ad3d79-aca8-4bf7-ab20-12c2b218624f req-1887a76b-76e4-4891-bbff-ae92896fb666 804f7f73ff38429c9dd3ff16873653e0 f0f341c29a9b434d89c0cec7dfa19414 - - default default] TaaS: Handle Delete Port: a62e5a42-9b21-49c0-8ecd-c28ca9a89c7f 2026-06-18 04:36:34.420 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-34ad3d79-aca8-4bf7-ab20-12c2b218624f req-1887a76b-76e4-4891-bbff-ae92896fb666 804f7f73ff38429c9dd3ff16873653e0 f0f341c29a9b434d89c0cec7dfa19414 - - default default] Tap Mirror: Handle Delete Port: a62e5a42-9b21-49c0-8ecd-c28ca9a89c7f [pid: 7|app: 0|req: 813/1838] 199.204.45.65 () {36 vars in 995 bytes} [Thu Jun 18 04:36:34 2026] DELETE /v2.0/ports/a62e5a42-9b21-49c0-8ecd-c28ca9a89c7f => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:36:34.611 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-86f17f5e-0eb8-4498-bbf1-94ab4bde35ce'] response: {'server_uuid': '17fab135-3f50-4c15-98e1-5e58a7121359', 'name': 'network-vif-deleted', 'tag': 'a62e5a42-9b21-49c0-8ecd-c28ca9a89c7f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 814/1839] 10.0.0.149 () {32 vars in 703 bytes} [Thu Jun 18 04:36:34 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1840] 10.0.0.149 () {32 vars in 733 bytes} [Thu Jun 18 04:36:34 2026] DELETE /v2.0/qos/policies/dd42928f-1b36-4da5-953f-4b19675fef1f => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:36:34.722 8 INFO neutron.db.l3_hamode_db [None req-d868d576-36b6-436b-a284-44f7e5dfc64f aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 816/1841] 10.0.0.149 () {32 vars in 733 bytes} [Thu Jun 18 04:36:34 2026] DELETE /v2.0/qos/policies/892002bf-60a6-4e95-b7e8-8a3c73f214b0 => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1842] 10.0.0.149 () {32 vars in 733 bytes} [Thu Jun 18 04:36:34 2026] DELETE /v2.0/qos/policies/ccdde1f2-3b40-46c5-b033-6cfa8b97098a => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1843] 10.0.0.149 () {32 vars in 733 bytes} [Thu Jun 18 04:36:34 2026] DELETE /v2.0/qos/policies/c646d0e7-8aee-4d9d-b664-ff7b7619e665 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:36:34.869 8 INFO neutron.db.l3_hamode_db [None req-d868d576-36b6-436b-a284-44f7e5dfc64f aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 819/1844] 10.0.0.149 () {32 vars in 733 bytes} [Thu Jun 18 04:36:34 2026] DELETE /v2.0/qos/policies/0fbdc252-c90e-4f16-b5c8-2ee99fd98951 => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1845] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:36:35 2026] GET /v2.0/ports?device_id=17fab135-3f50-4c15-98e1-5e58a7121359 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:36:35.505 7 INFO neutron.db.segments_db [None req-fa0eb92d-286d-4563-94a5-aa49a4b74656 2397d4366d644bb885dacb08fc06fd97 0e373ab3d8634320a9cb34b22b94b10e - - default default] Added segment b437c097-89b5-4937-82e8-f1704f64347c of type vxlan for network 874b5d83-0f51-4b0f-a08a-89b7ab3e9e92 2026-06-18 04:36:35.662 7 INFO neutron.services.segments.plugin [-] Segment a458ad40-0a65-44de-927c-38b7dd3249c3 resource provider aggregate not found 2026-06-18 04:36:35.671 7 INFO neutron.services.segments.plugin [-] Segment a458ad40-0a65-44de-927c-38b7dd3249c3 resource provider aggregate not found 2026-06-18 04:36:35.686 7 INFO neutron.services.segments.plugin [-] Segment a458ad40-0a65-44de-927c-38b7dd3249c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a458ad40-0a65-44de-927c-38b7dd3249c3 found for delete ", "request_id": "req-531bbbb3-f7a2-414f-abde-72833bb73c7b"}]} 2026-06-18 04:36:35.693 7 INFO neutron.services.segments.plugin [-] Segment a458ad40-0a65-44de-927c-38b7dd3249c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a458ad40-0a65-44de-927c-38b7dd3249c3 found for delete ", "request_id": "req-0501cec2-3029-4bfc-bb86-199209e4bd60"}]} 2026-06-18 04:36:35.793 7 INFO neutron.db.l3_hamode_db [None req-fa0eb92d-286d-4563-94a5-aa49a4b74656 2397d4366d644bb885dacb08fc06fd97 0e373ab3d8634320a9cb34b22b94b10e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1026/1846] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:36:34 2026] POST /v2.0/routers => generated 507 bytes in 1544 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:36:35.922 7 INFO neutron.db.l3_hamode_db [None req-fa0eb92d-286d-4563-94a5-aa49a4b74656 2397d4366d644bb885dacb08fc06fd97 0e373ab3d8634320a9cb34b22b94b10e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1027/1847] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:36:35 2026] GET /v2.0/security-groups?tenant_id=578d0f63905e428ba107ac8618401407&name=default => generated 2925 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1848] 10.0.0.149 () {34 vars in 667 bytes} [Thu Jun 18 04:36:35 2026] POST /v2.0/routers => generated 474 bytes in 1307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1849] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:36:36 2026] DELETE /v2.0/security-groups/ba70c494-9c35-4afb-b182-5e2c1cd51b40 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1850] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:36:36 2026] GET /v2.0/ports?device_id=17fab135-3f50-4c15-98e1-5e58a7121359 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:36:36.700 7 INFO neutron.db.l3_hamode_db [None req-a4baee2e-ddf0-4b1c-ab4d-3ae8465c492f 2397d4366d644bb885dacb08fc06fd97 0e373ab3d8634320a9cb34b22b94b10e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 04:36:36.836 7 INFO neutron.db.l3_hamode_db [None req-a4baee2e-ddf0-4b1c-ab4d-3ae8465c492f 2397d4366d644bb885dacb08fc06fd97 0e373ab3d8634320a9cb34b22b94b10e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1028/1851] 10.0.0.149 () {34 vars in 782 bytes} [Thu Jun 18 04:36:36 2026] PUT /v2.0/routers/b46721f4-374e-4159-bc0c-dfa3c50cdd38/add_router_interface => generated 309 bytes in 1084 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/1852] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:36:37 2026] GET /v2.0/security-groups?tenant_id=0968cd476eb14663838293140f4635bf&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1853] 10.0.0.149 () {34 vars in 667 bytes} [Thu Jun 18 04:36:36 2026] POST /v2.0/routers => generated 474 bytes in 760 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/1854] 10.0.0.149 () {32 vars in 716 bytes} [Thu Jun 18 04:36:37 2026] GET /v2.0/ports/29da5e75-adf5-4744-8814-3a904875e8f7 => generated 955 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:36:37.454 8 INFO neutron.db.l3_hamode_db [None req-d2908307-f207-4e3d-8fd6-1025fb3ab912 2397d4366d644bb885dacb08fc06fd97 0e373ab3d8634320a9cb34b22b94b10e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 825/1855] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:36:37 2026] DELETE /v2.0/security-groups/449c9854-4454-4b94-9823-d2d8552c1049 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:36:37.574 8 INFO neutron.db.l3_hamode_db [None req-d2908307-f207-4e3d-8fd6-1025fb3ab912 2397d4366d644bb885dacb08fc06fd97 0e373ab3d8634320a9cb34b22b94b10e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 04:36:37.865 7 INFO neutron_taas.services.taas.taas_plugin [None req-78c4a056-4392-4a3f-a118-73b29190649e aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] TaaS: Handle Delete Port: 29da5e75-adf5-4744-8814-3a904875e8f7 2026-06-18 04:36:37.869 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78c4a056-4392-4a3f-a118-73b29190649e aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] Tap Mirror: Handle Delete Port: 29da5e75-adf5-4744-8814-3a904875e8f7 [pid: 8|app: 0|req: 1031/1856] 10.0.0.149 () {34 vars in 667 bytes} [Thu Jun 18 04:36:37 2026] POST /v2.0/routers => generated 474 bytes in 767 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/1857] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:36:38 2026] GET /v2.0/security-groups?tenant_id=f438e64adf154b51be46341f8339e1e2&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1858] 10.0.0.149 () {34 vars in 788 bytes} [Thu Jun 18 04:36:37 2026] PUT /v2.0/routers/b46721f4-374e-4159-bc0c-dfa3c50cdd38/remove_router_interface => generated 309 bytes in 773 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/1859] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:36:38 2026] GET /v2.0/ports?device_id=17fab135-3f50-4c15-98e1-5e58a7121359 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:36:38.337 7 INFO neutron.db.l3_hamode_db [None req-fd7c4687-fae8-421e-98fe-ef38815395b9 2397d4366d644bb885dacb08fc06fd97 0e373ab3d8634320a9cb34b22b94b10e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1034/1860] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:36:38 2026] DELETE /v2.0/security-groups/41288da7-a50b-4a97-8a40-63cc4e9b8ad1 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/1861] 10.0.0.149 () {32 vars in 735 bytes} [Thu Jun 18 04:36:38 2026] GET /v2.0/ports?device_id=b46721f4-374e-4159-bc0c-dfa3c50cdd38 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:36:38.443 7 INFO neutron.db.l3_hamode_db [None req-fd7c4687-fae8-421e-98fe-ef38815395b9 2397d4366d644bb885dacb08fc06fd97 0e373ab3d8634320a9cb34b22b94b10e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 04:36:38.614 8 INFO neutron_taas.services.taas.taas_plugin [None req-a805a778-46d6-4286-be26-2a5e7fbb168c aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] TaaS: Handle Delete Port: bc752d19-385e-4b0c-99a7-824b52dd4f9a 2026-06-18 04:36:38.617 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a805a778-46d6-4286-be26-2a5e7fbb168c aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] Tap Mirror: Handle Delete Port: bc752d19-385e-4b0c-99a7-824b52dd4f9a [pid: 7|app: 0|req: 827/1862] 10.0.0.149 () {34 vars in 667 bytes} [Thu Jun 18 04:36:38 2026] POST /v2.0/routers => generated 474 bytes in 640 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:36:38.956 8 INFO neutron.services.segments.plugin [-] Segment 6df18b77-9301-445e-9e6d-4ffaa13efcfb resource provider aggregate not found 2026-06-18 04:36:38.963 8 INFO neutron.services.segments.plugin [-] Segment 6df18b77-9301-445e-9e6d-4ffaa13efcfb resource provider aggregate not found 2026-06-18 04:36:38.980 8 INFO neutron.services.segments.plugin [-] Segment 6df18b77-9301-445e-9e6d-4ffaa13efcfb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6df18b77-9301-445e-9e6d-4ffaa13efcfb found for delete ", "request_id": "req-9fce26b6-69a0-424b-8949-c08a4a871a6b"}]} 2026-06-18 04:36:38.981 8 INFO neutron.services.segments.plugin [-] Segment 6df18b77-9301-445e-9e6d-4ffaa13efcfb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6df18b77-9301-445e-9e6d-4ffaa13efcfb found for delete ", "request_id": "req-830da7fb-28bb-44e9-8380-99b9581226ee"}]} 2026-06-18 04:36:38.987 8 INFO neutron.db.l3_hamode_db [None req-a805a778-46d6-4286-be26-2a5e7fbb168c aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] HA network a0dbc68d-449b-4e97-b711-bbf05451e97e was deleted as no HA routers are present in tenant 66205c11c0c946eab48ec08a27787a0d. [pid: 8|app: 0|req: 1036/1863] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:36:38 2026] DELETE /v2.0/routers/b46721f4-374e-4159-bc0c-dfa3c50cdd38 => generated 0 bytes in 581 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:36:38.999 7 INFO neutron.db.l3_hamode_db [None req-f3943edd-18a0-4842-b044-fc8b244bf9bb 2397d4366d644bb885dacb08fc06fd97 0e373ab3d8634320a9cb34b22b94b10e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 04:36:39.129 7 INFO neutron.db.l3_hamode_db [None req-f3943edd-18a0-4842-b044-fc8b244bf9bb 2397d4366d644bb885dacb08fc06fd97 0e373ab3d8634320a9cb34b22b94b10e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1037/1864] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:36:39 2026] DELETE /v2.0/subnets/be7e81a6-bb94-481f-8972-50e153976f9d => 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: 1038/1865] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:36:39 2026] DELETE /v2.0/networks/44119ec6-6faa-4179-a97b-239ca8a4387e => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:36:39.334 8 INFO neutron.db.segments_db [None req-96f67d9e-1c85-470f-bd13-7b5fdc276b3d aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] Added segment 9440db93-7390-416f-98de-38070164b05c of type vxlan for network c41193ac-369a-497a-b42d-d19d81a9e0f1 2026-06-18 04:36:39.665 8 INFO neutron.db.l3_hamode_db [None req-96f67d9e-1c85-470f-bd13-7b5fdc276b3d aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 828/1866] 10.0.0.149 () {34 vars in 667 bytes} [Thu Jun 18 04:36:38 2026] POST /v2.0/routers => generated 474 bytes in 843 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1867] 10.0.0.149 () {34 vars in 750 bytes} [Thu Jun 18 04:36:39 2026] PUT /v2.0/routers/a089d0b0-a0ac-400a-8120-c360c5ab3bd1/tags => generated 17 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1868] 10.0.0.149 () {34 vars in 750 bytes} [Thu Jun 18 04:36:39 2026] PUT /v2.0/routers/60a39905-702a-4cd5-a104-f42b3bfbb356/tags => generated 25 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1869] 10.0.0.149 () {34 vars in 750 bytes} [Thu Jun 18 04:36:40 2026] PUT /v2.0/routers/c38492ad-e148-4866-aa32-50ccf54dc704/tags => generated 34 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1870] 10.0.0.149 () {34 vars in 750 bytes} [Thu Jun 18 04:36:40 2026] PUT /v2.0/routers/7d3db148-fcb9-4774-b003-842e178a2f82/tags => generated 19 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1871] 10.0.0.149 () {32 vars in 663 bytes} [Thu Jun 18 04:36:40 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1872] 10.0.0.149 () {32 vars in 677 bytes} [Thu Jun 18 04:36:40 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:36:40.523 8 INFO neutron.db.l3_hamode_db [None req-96f67d9e-1c85-470f-bd13-7b5fdc276b3d aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 835/1873] 10.0.0.149 () {32 vars in 673 bytes} [Thu Jun 18 04:36:40 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1874] 10.0.0.149 () {32 vars in 685 bytes} [Thu Jun 18 04:36:40 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:36:40.951 7 INFO neutron_taas.services.taas.taas_plugin [None req-ca07d0ce-2572-4dc6-9eee-3c79a35d5481 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: 70a9f652-975f-4317-a18d-dd651ddf4dee 2026-06-18 04:36:40.955 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca07d0ce-2572-4dc6-9eee-3c79a35d5481 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: 70a9f652-975f-4317-a18d-dd651ddf4dee 2026-06-18 04:36:41.019 8 INFO neutron.services.segments.plugin [-] Segment f4e439ec-fcb8-4739-b5b6-bcf6e5e8939b resource provider aggregate not found 2026-06-18 04:36:41.024 8 INFO neutron.services.segments.plugin [-] Segment f4e439ec-fcb8-4739-b5b6-bcf6e5e8939b resource provider aggregate not found 2026-06-18 04:36:41.057 8 INFO neutron.services.segments.plugin [-] Segment f4e439ec-fcb8-4739-b5b6-bcf6e5e8939b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4e439ec-fcb8-4739-b5b6-bcf6e5e8939b found for delete ", "request_id": "req-00b466ba-e635-4394-84d4-cd107c852495"}]} 2026-06-18 04:36:41.059 8 INFO neutron.services.segments.plugin [-] Segment f4e439ec-fcb8-4739-b5b6-bcf6e5e8939b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4e439ec-fcb8-4739-b5b6-bcf6e5e8939b found for delete ", "request_id": "req-9eed6d14-0ef3-4fed-9edc-f262ca0e1b1f"}]} [pid: 8|app: 0|req: 1039/1875] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:36:39 2026] POST /v2.0/routers => generated 687 bytes in 2113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/1876] 10.0.0.149 () {32 vars in 671 bytes} [Thu Jun 18 04:36:41 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1877] 10.0.0.149 () {34 vars in 788 bytes} [Thu Jun 18 04:36:40 2026] PUT /v2.0/routers/5574d60f-dcaa-40ee-8d3c-a1173c83d541/remove_router_interface => generated 309 bytes in 960 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/1878] 10.0.0.149 () {32 vars in 720 bytes} [Thu Jun 18 04:36:41 2026] GET /v2.0/routers/35f0c4df-fc3d-415b-bf1f-e925371c343f => generated 693 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1879] 10.0.0.149 () {32 vars in 685 bytes} [Thu Jun 18 04:36:41 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1880] 10.0.0.149 () {32 vars in 646 bytes} [Thu Jun 18 04:36:41 2026] GET /v2.0/routers => generated 696 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:36:41.815 8 INFO neutron_taas.services.taas.taas_plugin [None req-5664a667-c557-4567-93af-c616a9d8e8b7 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: 38ac51a9-7b62-4d67-85c5-955e6d490e61 2026-06-18 04:36:41.817 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5664a667-c557-4567-93af-c616a9d8e8b7 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: 38ac51a9-7b62-4d67-85c5-955e6d490e61 [pid: 7|app: 0|req: 840/1881] 10.0.0.149 () {32 vars in 681 bytes} [Thu Jun 18 04:36:41 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:36:42.072 8 INFO neutron_taas.services.taas.taas_plugin [None req-5664a667-c557-4567-93af-c616a9d8e8b7 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: 6d20ad49-eaf0-4d49-9f83-bdcb44daaa48 2026-06-18 04:36:42.075 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5664a667-c557-4567-93af-c616a9d8e8b7 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: 6d20ad49-eaf0-4d49-9f83-bdcb44daaa48 [pid: 7|app: 0|req: 841/1882] 10.0.0.149 () {34 vars in 740 bytes} [Thu Jun 18 04:36:41 2026] PUT /v2.0/routers/35f0c4df-fc3d-415b-bf1f-e925371c343f => generated 700 bytes in 366 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1883] 10.0.0.149 () {32 vars in 693 bytes} [Thu Jun 18 04:36:42 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1884] 10.0.0.149 () {32 vars in 720 bytes} [Thu Jun 18 04:36:42 2026] GET /v2.0/routers/35f0c4df-fc3d-415b-bf1f-e925371c343f => generated 700 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1885] 10.0.0.149 () {32 vars in 720 bytes} [Thu Jun 18 04:36:42 2026] GET /v2.0/routers/a089d0b0-a0ac-400a-8120-c360c5ab3bd1 => generated 485 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1886] 10.0.0.149 () {32 vars in 735 bytes} [Thu Jun 18 04:36:42 2026] GET /v2.0/ports?device_id=35f0c4df-fc3d-415b-bf1f-e925371c343f => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:36:42.477 8 INFO neutron.db.l3_hamode_db [None req-5664a667-c557-4567-93af-c616a9d8e8b7 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] HA network d5d5ad0c-f906-44b7-9794-911e8d7aa0d3 was deleted as no HA routers are present in tenant f0f341c29a9b434d89c0cec7dfa19414. [pid: 8|app: 0|req: 1042/1887] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:36:41 2026] DELETE /v2.0/routers/5574d60f-dcaa-40ee-8d3c-a1173c83d541 => generated 0 bytes in 905 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:36:42.713 8 INFO neutron_taas.services.taas.taas_plugin [None req-d395578c-af78-45ff-98b5-4c41fb744ead aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] TaaS: Handle Delete Port: 8fd09c46-1983-475c-8285-57ccbca32adf 2026-06-18 04:36:42.719 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d395578c-af78-45ff-98b5-4c41fb744ead aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] Tap Mirror: Handle Delete Port: 8fd09c46-1983-475c-8285-57ccbca32adf 2026-06-18 04:36:42.981 8 INFO neutron_taas.services.taas.taas_plugin [None req-d395578c-af78-45ff-98b5-4c41fb744ead aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] TaaS: Handle Delete Port: 409b3de6-c860-4650-b00e-45d33d31ebbc 2026-06-18 04:36:42.984 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d395578c-af78-45ff-98b5-4c41fb744ead aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] Tap Mirror: Handle Delete Port: 409b3de6-c860-4650-b00e-45d33d31ebbc [pid: 7|app: 0|req: 846/1888] 10.0.0.149 () {34 vars in 741 bytes} [Thu Jun 18 04:36:42 2026] PUT /v2.0/routers/a089d0b0-a0ac-400a-8120-c360c5ab3bd1 => generated 485 bytes in 639 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:36:43.083 8 INFO neutron.services.segments.plugin [-] Segment 099ec2fa-d4f7-44c1-955b-30e8efa7938e resource provider aggregate not found 2026-06-18 04:36:43.093 8 INFO neutron.services.segments.plugin [-] Segment 099ec2fa-d4f7-44c1-955b-30e8efa7938e resource provider aggregate not found 2026-06-18 04:36:43.103 8 INFO neutron.services.segments.plugin [-] Segment 099ec2fa-d4f7-44c1-955b-30e8efa7938e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 099ec2fa-d4f7-44c1-955b-30e8efa7938e found for delete ", "request_id": "req-14cf2ff4-89ee-424a-977c-6557a1247df5"}]} 2026-06-18 04:36:43.125 8 INFO neutron.services.segments.plugin [-] Segment 099ec2fa-d4f7-44c1-955b-30e8efa7938e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 099ec2fa-d4f7-44c1-955b-30e8efa7938e found for delete ", "request_id": "req-ff8b17a5-4334-463e-8fab-fe718fe0688b"}]} [pid: 7|app: 0|req: 847/1889] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:36:43 2026] DELETE /v2.0/subnets/358c04f3-8a78-43e2-9645-ae04e8d9ae99 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:36:43.378 8 INFO neutron.db.l3_hamode_db [None req-d395578c-af78-45ff-98b5-4c41fb744ead aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] HA network c41193ac-369a-497a-b42d-d19d81a9e0f1 was deleted as no HA routers are present in tenant 66205c11c0c946eab48ec08a27787a0d. [pid: 8|app: 0|req: 1043/1890] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:36:42 2026] DELETE /v2.0/routers/35f0c4df-fc3d-415b-bf1f-e925371c343f => generated 0 bytes in 899 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/1891] 10.0.0.149 () {32 vars in 735 bytes} [Thu Jun 18 04:36:43 2026] GET /v2.0/ports?device_id=a089d0b0-a0ac-400a-8120-c360c5ab3bd1 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:36:43.483 7 INFO neutron.db.segments_db [None req-b4e44be2-7883-4872-9adc-9f6f85cfd3c8 bb8fe11329ba495595b21c89d7aa460e 71c59f89463742d2bbd68d828bb841e5 - - default default] Added segment 32b0c939-0687-43ab-a9cb-d3e20ed15ac5 of type vxlan for network 53372f61-3d6f-4d42-ad7b-a2260fd8ccf8 2026-06-18 04:36:43.494 8 INFO neutron_taas.services.taas.taas_plugin [None req-f69c93ae-73bd-4ef1-936e-27232f98bf36 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: c5ff108a-84ed-4dd5-a38a-5dabdd6676d8 2026-06-18 04:36:43.497 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f69c93ae-73bd-4ef1-936e-27232f98bf36 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: c5ff108a-84ed-4dd5-a38a-5dabdd6676d8 [pid: 7|app: 0|req: 848/1892] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:36:43 2026] POST /v2.0/networks => generated 613 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1893] 10.0.0.149 () {32 vars in 735 bytes} [Thu Jun 18 04:36:43 2026] GET /v2.0/ports?device_id=35f0c4df-fc3d-415b-bf1f-e925371c343f => 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: 1045/1894] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:36:43 2026] DELETE /v2.0/networks/128a085e-efe0-49f5-9e66-6eefc4ae0608 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:36:43.746 7 INFO neutron_taas.services.taas.taas_plugin [None req-5d320334-3ead-4113-a6b0-ba2ad1ff5d8c 2397d4366d644bb885dacb08fc06fd97 0e373ab3d8634320a9cb34b22b94b10e - - default default] TaaS: Handle Delete Port: a2569733-bc6d-421e-922a-49bb8d6a76d3 2026-06-18 04:36:43.749 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d320334-3ead-4113-a6b0-ba2ad1ff5d8c 2397d4366d644bb885dacb08fc06fd97 0e373ab3d8634320a9cb34b22b94b10e - - default default] Tap Mirror: Handle Delete Port: a2569733-bc6d-421e-922a-49bb8d6a76d3 [pid: 7|app: 0|req: 850/1895] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:36:43 2026] DELETE /v2.0/routers/a089d0b0-a0ac-400a-8120-c360c5ab3bd1 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:36:43.936 7 INFO neutron.api.v2.resource [None req-b6e29a11-667b-42d2-be7f-e0cd7e446874 aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 851/1896] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:36:43 2026] DELETE /v2.0/routers/35f0c4df-fc3d-415b-bf1f-e925371c343f => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1897] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:36:43 2026] GET /v2.0/security-groups?tenant_id=f0f341c29a9b434d89c0cec7dfa19414&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1898] 10.0.0.149 () {32 vars in 720 bytes} [Thu Jun 18 04:36:43 2026] GET /v2.0/routers/60a39905-702a-4cd5-a104-f42b3bfbb356 => generated 493 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/1899] 10.0.0.149 () {34 vars in 663 bytes} [Thu Jun 18 04:36:43 2026] POST /v2.0/ports => generated 743 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 854/1900] 10.0.0.149 () {32 vars in 735 bytes} [Thu Jun 18 04:36:44 2026] GET /v2.0/ports?device_id=b46721f4-374e-4159-bc0c-dfa3c50cdd38 => 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: 1047/1901] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:36:44 2026] DELETE /v2.0/security-groups/d8acd596-9119-4f21-be9f-f4ec1b28765d => 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: 1048/1902] 10.0.0.149 () {34 vars in 665 bytes} [Thu Jun 18 04:36:44 2026] POST /v2.0/trunks => generated 407 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:36:44.426 8 INFO neutron.api.v2.resource [None req-c99fcc9b-b582-417d-b9a6-501b4a41ff9b aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1049/1903] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:36:44 2026] DELETE /v2.0/routers/b46721f4-374e-4159-bc0c-dfa3c50cdd38 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 04:36:44.503 8 INFO neutron.db.segments_db [None req-a91217c2-f9dd-497b-8e2d-ac8fc0c764c2 bb8fe11329ba495595b21c89d7aa460e 71c59f89463742d2bbd68d828bb841e5 - - default default] Added segment 3cd49fd4-6eb6-446a-a594-ea20c8faf52c of type vxlan for network d0dc4472-f77c-4f86-ae4e-be496052e097 [pid: 8|app: 0|req: 1050/1904] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:36:44 2026] POST /v2.0/networks => generated 613 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:36:44.635 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4f927e2d-100c-478f-becd-511d7ae03d27 aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1051/1905] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:36:44 2026] DELETE /v2.0/subnets/be7e81a6-bb94-481f-8972-50e153976f9d => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1906] 10.0.0.149 () {34 vars in 741 bytes} [Thu Jun 18 04:36:44 2026] PUT /v2.0/routers/60a39905-702a-4cd5-a104-f42b3bfbb356 => generated 493 bytes in 659 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1907] 10.0.0.149 () {32 vars in 735 bytes} [Thu Jun 18 04:36:44 2026] GET /v2.0/ports?device_id=046467f8-0057-40dc-80a8-321a64794adc => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1908] 10.0.0.149 () {32 vars in 735 bytes} [Thu Jun 18 04:36:44 2026] GET /v2.0/ports?device_id=60a39905-702a-4cd5-a104-f42b3bfbb356 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:36:44.765 7 INFO neutron.api.v2.resource [None req-d05275e9-2f75-47b8-ae52-9a8c19cf6885 aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 858/1909] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:36:44 2026] DELETE /v2.0/routers/046467f8-0057-40dc-80a8-321a64794adc => generated 135 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 04:36:44.939 7 INFO neutron_taas.services.taas.taas_plugin [None req-710547be-486d-4c83-8123-a86e7144d48e 2397d4366d644bb885dacb08fc06fd97 0e373ab3d8634320a9cb34b22b94b10e - - default default] TaaS: Handle Delete Port: a20da552-ee93-44f0-9c19-fa13e5e6c4c5 2026-06-18 04:36:44.942 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-710547be-486d-4c83-8123-a86e7144d48e 2397d4366d644bb885dacb08fc06fd97 0e373ab3d8634320a9cb34b22b94b10e - - default default] Tap Mirror: Handle Delete Port: a20da552-ee93-44f0-9c19-fa13e5e6c4c5 [pid: 8|app: 0|req: 1052/1910] 10.0.0.149 () {34 vars in 663 bytes} [Thu Jun 18 04:36:44 2026] POST /v2.0/ports => generated 743 bytes in 360 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-06-18 04:36:45.016 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9bd6465c-4e46-4478-a294-bc92756a8181 aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1053/1911] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:36:44 2026] DELETE /v2.0/subnets/3221833e-5c1c-42e0-ad0a-57191d460260 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1912] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:36:44 2026] DELETE /v2.0/routers/60a39905-702a-4cd5-a104-f42b3bfbb356 => generated 0 bytes in 350 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:36:45.133 8 INFO neutron.services.segments.plugin [-] Segment 9440db93-7390-416f-98de-38070164b05c resource provider aggregate not found [pid: 7|app: 0|req: 860/1913] 10.0.0.149 () {32 vars in 735 bytes} [Thu Jun 18 04:36:45 2026] GET /v2.0/ports?device_id=353dad86-af65-4013-84af-69f0638615a5 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:36:45.165 8 INFO neutron.services.segments.plugin [-] Segment 9440db93-7390-416f-98de-38070164b05c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9440db93-7390-416f-98de-38070164b05c found for delete ", "request_id": "req-c6998132-80e9-491b-b539-7e7c23283e59"}]} 2026-06-18 04:36:45.172 8 INFO neutron.services.segments.plugin [-] Segment 9440db93-7390-416f-98de-38070164b05c resource provider aggregate not found 2026-06-18 04:36:45.184 8 INFO neutron.services.segments.plugin [-] Segment 45425d1d-98ad-498d-b132-be87fb1954b6 resource provider aggregate not found 2026-06-18 04:36:45.199 8 INFO neutron.services.segments.plugin [-] Segment 9440db93-7390-416f-98de-38070164b05c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9440db93-7390-416f-98de-38070164b05c found for delete ", "request_id": "req-1a12df7b-03f3-4866-8845-2e43bdc19860"}]} 2026-06-18 04:36:45.210 8 INFO neutron.services.segments.plugin [-] Segment 45425d1d-98ad-498d-b132-be87fb1954b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45425d1d-98ad-498d-b132-be87fb1954b6 found for delete ", "request_id": "req-b304659f-38ce-4898-ba6d-8df5c0ece6ae"}]} [pid: 7|app: 0|req: 861/1914] 10.0.0.149 () {32 vars in 720 bytes} [Thu Jun 18 04:36:45 2026] GET /v2.0/routers/c38492ad-e148-4866-aa32-50ccf54dc704 => generated 502 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:36:45.223 8 INFO neutron.services.segments.plugin [-] Segment 45425d1d-98ad-498d-b132-be87fb1954b6 resource provider aggregate not found 2026-06-18 04:36:45.237 7 INFO neutron.api.v2.resource [None req-75ca6951-0130-4150-9461-acca746f5075 aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 862/1915] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:36:45 2026] DELETE /v2.0/routers/353dad86-af65-4013-84af-69f0638615a5 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 04:36:45.255 8 INFO neutron.services.segments.plugin [-] Segment 45425d1d-98ad-498d-b132-be87fb1954b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45425d1d-98ad-498d-b132-be87fb1954b6 found for delete ", "request_id": "req-de36334e-9c94-46d3-b796-ff73ecee5d31"}]} [pid: 8|app: 0|req: 1054/1916] 10.0.0.149 () {34 vars in 665 bytes} [Thu Jun 18 04:36:45 2026] POST /v2.0/trunks => generated 407 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:36:45.286 8 INFO neutron.pecan_wsgi.hooks.translation [None req-72b9db58-e1de-477d-9c60-8daa8fcfbffc aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1055/1917] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:36:45 2026] DELETE /v2.0/subnets/bf04b995-2ec9-4888-8976-1ed543f33039 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 04:36:45.362 8 INFO neutron.db.segments_db [None req-d1ed3c87-75c1-4ffa-890b-9902b291c8d7 bb8fe11329ba495595b21c89d7aa460e 71c59f89463742d2bbd68d828bb841e5 - - default default] Added segment 9ed3d37a-c730-4f18-9f39-221e90033b78 of type vxlan for network 7d19bfab-8f33-452b-bd2c-bc9ead1fe7d0 [pid: 8|app: 0|req: 1056/1918] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:36:45 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-06-18 04:36:45.511 8 INFO neutron.pecan_wsgi.hooks.translation [None req-752ccbc8-4f0b-4a81-b782-4146cc6cf047 aaa7364686194071bff59d45242f74bf 66205c11c0c946eab48ec08a27787a0d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1057/1919] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:36:45 2026] DELETE /v2.0/subnets/f096a42b-4c83-4933-8eb3-dc80caf45b46 => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/1920] 10.0.0.149 () {34 vars in 663 bytes} [Thu Jun 18 04:36:45 2026] POST /v2.0/ports => generated 743 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1061/1923] 10.0.0.149 () {34 vars in 665 bytes} [Thu Jun 18 04:36:45 2026] POST /v2.0/trunks => generated 407 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:36:46.108 8 INFO neutron.db.segments_db [None req-9c984b08-0a67-4f3d-a385-710be4c20af5 bb8fe11329ba495595b21c89d7aa460e 71c59f89463742d2bbd68d828bb841e5 - - default default] Added segment 497d1f87-d682-44bb-93fb-424a4ebf3c5f of type vxlan for network fe895538-4a26-485b-991d-d75f3040376a [pid: 8|app: 0|req: 1062/1924] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:36:46 2026] POST /v2.0/networks => generated 613 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1925] 10.0.0.149 () {34 vars in 741 bytes} [Thu Jun 18 04:36:45 2026] PUT /v2.0/routers/c38492ad-e148-4866-aa32-50ccf54dc704 => generated 502 bytes in 1146 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/1926] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:36:46 2026] GET /v2.0/security-groups?tenant_id=66205c11c0c946eab48ec08a27787a0d&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/1927] 10.0.0.149 () {32 vars in 735 bytes} [Thu Jun 18 04:36:46 2026] GET /v2.0/ports?device_id=c38492ad-e148-4866-aa32-50ccf54dc704 => 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: 1065/1928] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:36:46 2026] DELETE /v2.0/security-groups/bc07df17-5613-465a-8dab-0a47373d7dae => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1929] 10.0.0.149 () {34 vars in 663 bytes} [Thu Jun 18 04:36:46 2026] POST /v2.0/ports => generated 743 bytes in 367 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-06-18 04:36:46.776 8 INFO neutron_taas.services.taas.taas_plugin [None req-63f65db8-64fd-4357-990b-0df25fbe7f52 2397d4366d644bb885dacb08fc06fd97 0e373ab3d8634320a9cb34b22b94b10e - - default default] TaaS: Handle Delete Port: f1a45e8f-8a82-42cd-ad84-71b49c745dcd 2026-06-18 04:36:46.780 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63f65db8-64fd-4357-990b-0df25fbe7f52 2397d4366d644bb885dacb08fc06fd97 0e373ab3d8634320a9cb34b22b94b10e - - default default] Tap Mirror: Handle Delete Port: f1a45e8f-8a82-42cd-ad84-71b49c745dcd [pid: 8|app: 0|req: 1066/1930] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:36:46 2026] DELETE /v2.0/routers/c38492ad-e148-4866-aa32-50ccf54dc704 => generated 0 bytes in 416 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1931] 10.0.0.149 () {34 vars in 665 bytes} [Thu Jun 18 04:36:46 2026] POST /v2.0/trunks => generated 407 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/1932] 10.0.0.149 () {32 vars in 720 bytes} [Thu Jun 18 04:36:47 2026] GET /v2.0/routers/7d3db148-fcb9-4774-b003-842e178a2f82 => generated 487 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:36:47.142 7 INFO neutron.db.segments_db [None req-24f68f40-abfc-43f7-b112-b2e0933a9cfa bb8fe11329ba495595b21c89d7aa460e 71c59f89463742d2bbd68d828bb841e5 - - default default] Added segment 4f5ba2fb-4a34-46a1-8803-9449f91000af of type vxlan for network bef715e0-6f34-4ec9-8980-fffea807bf18 [pid: 7|app: 0|req: 866/1933] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:36:47 2026] POST /v2.0/networks => generated 613 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1934] 10.0.0.149 () {34 vars in 663 bytes} [Thu Jun 18 04:36:47 2026] POST /v2.0/ports => generated 743 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/1935] 10.0.0.149 () {34 vars in 741 bytes} [Thu Jun 18 04:36:47 2026] PUT /v2.0/routers/7d3db148-fcb9-4774-b003-842e178a2f82 => generated 487 bytes in 618 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: 1069/1936] 10.0.0.149 () {34 vars in 665 bytes} [Thu Jun 18 04:36:47 2026] POST /v2.0/trunks => generated 407 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/1937] 10.0.0.149 () {32 vars in 735 bytes} [Thu Jun 18 04:36:47 2026] GET /v2.0/ports?device_id=7d3db148-fcb9-4774-b003-842e178a2f82 => 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: 1071/1938] 10.0.0.149 () {34 vars in 748 bytes} [Thu Jun 18 04:36:47 2026] PUT /v2.0/trunks/7b46a06b-3477-426d-a090-fffe7c4a53d0/tags => generated 17 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:36:47.933 7 INFO neutron.db.segments_db [None req-64d9c558-0e85-4664-bc38-86b778f45e25 bc16eabb3e3a43768d501121a1fa43f9 fb6e8dce6b5e4a4c96c2b4ab219b87e9 - - default default] Added segment cbc5ba88-72a6-4375-8703-ca3893c9b1b5 of type vxlan for network 1b70930a-f931-4716-a4b9-f3912a6e5594 [pid: 7|app: 0|req: 868/1939] 10.0.0.149 () {34 vars in 670 bytes} [Thu Jun 18 04:36:47 2026] POST /v2.0/networks => generated 614 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1940] 10.0.0.149 () {34 vars in 748 bytes} [Thu Jun 18 04:36:48 2026] PUT /v2.0/trunks/8c1a350b-ccb7-4f03-912b-e718abfd82c6/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:36:48.112 7 INFO neutron.db.segments_db [None req-6d3449e2-be80-4d2d-aa66-d2a03e059159 bc16eabb3e3a43768d501121a1fa43f9 fb6e8dce6b5e4a4c96c2b4ab219b87e9 - - default default] Added segment b5f4ea45-2825-47b0-991c-664e677e6321 of type vxlan for network b45c1bd6-094a-428c-a2b9-7ec80dc0ec98 2026-06-18 04:36:48.145 8 INFO neutron_taas.services.taas.taas_plugin [None req-128bf7dc-8989-4643-83c7-23c6d890d98f 2397d4366d644bb885dacb08fc06fd97 0e373ab3d8634320a9cb34b22b94b10e - - default default] TaaS: Handle Delete Port: e2e8b6e1-9890-4701-ab5a-0276728742d2 2026-06-18 04:36:48.148 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-128bf7dc-8989-4643-83c7-23c6d890d98f 2397d4366d644bb885dacb08fc06fd97 0e373ab3d8634320a9cb34b22b94b10e - - default default] Tap Mirror: Handle Delete Port: e2e8b6e1-9890-4701-ab5a-0276728742d2 2026-06-18 04:36:48.336 7 INFO neutron.db.l3_hamode_db [None req-6d3449e2-be80-4d2d-aa66-d2a03e059159 bc16eabb3e3a43768d501121a1fa43f9 fb6e8dce6b5e4a4c96c2b4ab219b87e9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1072/1941] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:36:47 2026] DELETE /v2.0/routers/7d3db148-fcb9-4774-b003-842e178a2f82 => generated 0 bytes in 465 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/1942] 10.0.0.149 () {34 vars in 748 bytes} [Thu Jun 18 04:36:48 2026] PUT /v2.0/trunks/aa421c91-0e87-40bb-b903-f2f9c149fa99/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: 1074/1943] 10.0.0.149 () {34 vars in 683 bytes} [Thu Jun 18 04:36:48 2026] POST /v2.0/security-groups => generated 1625 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/1944] 10.0.0.149 () {32 vars in 720 bytes} [Thu Jun 18 04:36:48 2026] GET /v2.0/routers/0118a512-035a-4e39-828c-940d4c5fe12a => generated 480 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/1945] 10.0.0.149 () {34 vars in 748 bytes} [Thu Jun 18 04:36:48 2026] PUT /v2.0/trunks/cabbe87b-db4f-40af-bd13-05206ecd5c54/tags => 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: 1077/1946] 10.0.0.149 () {32 vars in 662 bytes} [Thu Jun 18 04:36:48 2026] GET /v2.0/security-groups => generated 4530 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:36:49.059 7 INFO neutron.db.l3_hamode_db [None req-6d3449e2-be80-4d2d-aa66-d2a03e059159 bc16eabb3e3a43768d501121a1fa43f9 fb6e8dce6b5e4a4c96c2b4ab219b87e9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1078/1947] 10.0.0.149 () {34 vars in 741 bytes} [Thu Jun 18 04:36:48 2026] PUT /v2.0/routers/0118a512-035a-4e39-828c-940d4c5fe12a => generated 480 bytes in 537 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/1948] 10.0.0.149 () {32 vars in 661 bytes} [Thu Jun 18 04:36:49 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/1949] 10.0.0.149 () {34 vars in 757 bytes} [Thu Jun 18 04:36:49 2026] PUT /v2.0/security-groups/db8bb602-1138-4476-9915-6a279740097d => generated 1662 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/1950] 10.0.0.149 () {32 vars in 735 bytes} [Thu Jun 18 04:36:49 2026] GET /v2.0/ports?device_id=0118a512-035a-4e39-828c-940d4c5fe12a => 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: 1082/1951] 10.0.0.149 () {32 vars in 675 bytes} [Thu Jun 18 04:36:49 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/1952] 10.0.0.149 () {32 vars in 736 bytes} [Thu Jun 18 04:36:49 2026] GET /v2.0/security-groups/db8bb602-1138-4476-9915-6a279740097d => generated 1662 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:36:49.796 8 INFO neutron_taas.services.taas.taas_plugin [None req-3a0fb228-2857-4597-9ee1-f882e6f3b878 2397d4366d644bb885dacb08fc06fd97 0e373ab3d8634320a9cb34b22b94b10e - - default default] TaaS: Handle Delete Port: f18c8c97-6a9b-4c0b-b374-7cd3f7dabb7e 2026-06-18 04:36:49.799 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a0fb228-2857-4597-9ee1-f882e6f3b878 2397d4366d644bb885dacb08fc06fd97 0e373ab3d8634320a9cb34b22b94b10e - - default default] Tap Mirror: Handle Delete Port: f18c8c97-6a9b-4c0b-b374-7cd3f7dabb7e [pid: 7|app: 0|req: 870/1953] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:36:48 2026] POST /v2.0/routers => generated 695 bytes in 1834 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1954] 10.0.0.149 () {32 vars in 671 bytes} [Thu Jun 18 04:36:49 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1955] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:36:49 2026] DELETE /v2.0/security-groups/db8bb602-1138-4476-9915-6a279740097d => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1956] 10.0.0.149 () {32 vars in 775 bytes} [Thu Jun 18 04:36:49 2026] GET /v2.0/subnets?project_id=fb6e8dce6b5e4a4c96c2b4ab219b87e9&cidr=10.100.0.0%2F28 => generated 14 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1957] 10.0.0.149 () {32 vars in 683 bytes} [Thu Jun 18 04:36:50 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1958] 10.0.0.149 () {32 vars in 662 bytes} [Thu Jun 18 04:36:50 2026] GET /v2.0/security-groups => generated 2925 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:36:50.147 8 INFO neutron.services.segments.plugin [-] Segment b437c097-89b5-4937-82e8-f1704f64347c resource provider aggregate not found 2026-06-18 04:36:50.153 8 INFO neutron.services.segments.plugin [-] Segment b437c097-89b5-4937-82e8-f1704f64347c resource provider aggregate not found 2026-06-18 04:36:50.169 8 INFO neutron.db.l3_hamode_db [None req-3a0fb228-2857-4597-9ee1-f882e6f3b878 2397d4366d644bb885dacb08fc06fd97 0e373ab3d8634320a9cb34b22b94b10e - - default default] HA network 874b5d83-0f51-4b0f-a08a-89b7ab3e9e92 was deleted as no HA routers are present in tenant 0e373ab3d8634320a9cb34b22b94b10e. [pid: 7|app: 0|req: 876/1959] 10.0.0.149 () {32 vars in 693 bytes} [Thu Jun 18 04:36:50 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:36:50.175 8 INFO neutron.services.segments.plugin [-] Segment b437c097-89b5-4937-82e8-f1704f64347c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b437c097-89b5-4937-82e8-f1704f64347c found for delete ", "request_id": "req-7a7d88e7-0758-48e3-ad3c-448476686843"}]} 2026-06-18 04:36:50.177 8 INFO neutron.services.segments.plugin [-] Segment b437c097-89b5-4937-82e8-f1704f64347c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b437c097-89b5-4937-82e8-f1704f64347c found for delete ", "request_id": "req-905f650a-6609-4200-a748-3ff322efeed5"}]} [pid: 8|app: 0|req: 1084/1960] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:36:49 2026] DELETE /v2.0/routers/0118a512-035a-4e39-828c-940d4c5fe12a => generated 0 bytes in 539 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1961] 10.0.0.149 () {32 vars in 669 bytes} [Thu Jun 18 04:36:50 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:36:50.190 8 INFO neutron.api.v2.resource [None req-d299653c-4e47-45f0-abc2-20768a255265 76e448c215514bf3842cb2d2f1a76f75 5a5ef9b810a348d285f99265168b2d72 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1085/1962] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:36:50 2026] DELETE /v2.0/security-groups/db8bb602-1138-4476-9915-6a279740097d => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/1963] 10.0.0.149 () {32 vars in 683 bytes} [Thu Jun 18 04:36:50 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1964] 10.0.0.149 () {32 vars in 783 bytes} [Thu Jun 18 04:36:50 2026] GET /v2.0/subnets?network_id=5f4ddf1d-c8cc-4eea-9717-6ad5582dd7ae&cidr=10.100.0.0%2F28 => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1965] 10.0.0.149 () {32 vars in 679 bytes} [Thu Jun 18 04:36:50 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: 8|app: 0|req: 1087/1966] 10.0.0.149 () {34 vars in 683 bytes} [Thu Jun 18 04:36:50 2026] POST /v2.0/security-groups => generated 1624 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/1967] 10.0.0.149 () {32 vars in 691 bytes} [Thu Jun 18 04:36:50 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/1968] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:36:50 2026] POST /v2.0/security-group-rules => generated 601 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1969] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:36:50 2026] POST /v2.0/subnets => generated 655 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/1970] 10.0.0.149 () {32 vars in 718 bytes} [Thu Jun 18 04:36:50 2026] GET /v2.0/trunks/7b46a06b-3477-426d-a090-fffe7c4a53d0 => generated 412 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1971] 10.0.0.149 () {32 vars in 746 bytes} [Thu Jun 18 04:36:50 2026] GET /v2.0/security-group-rules/b88b22a0-2f5d-404a-a2f7-da7da64a75ee => generated 601 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1972] 10.0.0.149 () {32 vars in 716 bytes} [Thu Jun 18 04:36:50 2026] GET /v2.0/ports/1074a2dc-098c-44b0-82de-b05358451a2f => generated 826 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1973] 10.0.0.149 () {32 vars in 672 bytes} [Thu Jun 18 04:36:50 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1974] 10.0.0.149 () {32 vars in 721 bytes} [Thu Jun 18 04:36:50 2026] DELETE /v2.0/trunks/7b46a06b-3477-426d-a090-fffe7c4a53d0 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1975] 10.0.0.149 () {32 vars in 749 bytes} [Thu Jun 18 04:36:50 2026] DELETE /v2.0/security-group-rules/b88b22a0-2f5d-404a-a2f7-da7da64a75ee => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1976] 10.0.0.149 () {32 vars in 718 bytes} [Thu Jun 18 04:36:50 2026] GET /v2.0/trunks/8c1a350b-ccb7-4f03-912b-e718abfd82c6 => generated 420 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1977] 10.0.0.149 () {32 vars in 672 bytes} [Thu Jun 18 04:36:50 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: 7|app: 0|req: 888/1978] 10.0.0.149 () {32 vars in 716 bytes} [Thu Jun 18 04:36:50 2026] GET /v2.0/ports/630f6614-b91a-4f36-9ab5-783486d51f38 => generated 826 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1979] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:36:51 2026] POST /v2.0/security-group-rules => generated 601 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1980] 10.0.0.149 () {32 vars in 721 bytes} [Thu Jun 18 04:36:51 2026] DELETE /v2.0/trunks/8c1a350b-ccb7-4f03-912b-e718abfd82c6 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1981] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:36:51 2026] GET /v2.0/security-groups?tenant_id=0e373ab3d8634320a9cb34b22b94b10e&name=default => generated 2925 bytes in 338 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1982] 10.0.0.149 () {32 vars in 746 bytes} [Thu Jun 18 04:36:51 2026] GET /v2.0/security-group-rules/e5580404-e96f-49b4-9419-35fe1a64f08b => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1983] 10.0.0.149 () {32 vars in 718 bytes} [Thu Jun 18 04:36:51 2026] GET /v2.0/trunks/aa421c91-0e87-40bb-b903-f2f9c149fa99 => generated 429 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1984] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:36:51 2026] DELETE /v2.0/security-groups/0e9f4dc1-2f95-402d-971f-bee92c79a12c => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1985] 10.0.0.149 () {32 vars in 672 bytes} [Thu Jun 18 04:36:51 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1986] 10.0.0.149 () {32 vars in 716 bytes} [Thu Jun 18 04:36:51 2026] GET /v2.0/ports/752da1d2-4949-4118-ae07-41650deeec53 => generated 826 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1987] 10.0.0.149 () {32 vars in 749 bytes} [Thu Jun 18 04:36:51 2026] DELETE /v2.0/security-group-rules/e5580404-e96f-49b4-9419-35fe1a64f08b => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1988] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:36:51 2026] GET /v2.0/security-groups?tenant_id=4023371282874a3c8e7c0dc4201c3705&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/1989] 10.0.0.149 () {34 vars in 782 bytes} [Thu Jun 18 04:36:50 2026] PUT /v2.0/routers/af943f90-20af-4e39-8c65-148e68620e07/add_router_interface => generated 309 bytes in 1493 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/1990] 10.0.0.149 () {32 vars in 672 bytes} [Thu Jun 18 04:36:51 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: 7|app: 0|req: 899/1991] 10.0.0.149 () {32 vars in 721 bytes} [Thu Jun 18 04:36:51 2026] DELETE /v2.0/trunks/aa421c91-0e87-40bb-b903-f2f9c149fa99 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1992] 10.0.0.149 () {32 vars in 648 bytes} [Thu Jun 18 04:36:52 2026] GET /v2.0/networks => generated 7125 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:36:52.153 7 INFO neutron.db.securitygroups_db [None req-4b2bdef5-2926-470f-9ec2-64ed2b7044e8 76e448c215514bf3842cb2d2f1a76f75 5a5ef9b810a348d285f99265168b2d72 - - default default] Project 5a5ef9b810a348d285f99265168b2d72 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: 1093/1993] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:36:52 2026] DELETE /v2.0/security-groups/d5fb9da2-aaa1-4893-a5f6-86bcde0ff47b => 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: 1094/1994] 10.0.0.149 () {32 vars in 718 bytes} [Thu Jun 18 04:36:52 2026] GET /v2.0/trunks/cabbe87b-db4f-40af-bd13-05206ecd5c54 => generated 414 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/1995] 10.0.0.149 () {32 vars in 646 bytes} [Thu Jun 18 04:36:52 2026] GET /v2.0/subnets => generated 2593 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1996] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:36:52 2026] POST /v2.0/security-group-rules => generated 607 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1997] 10.0.0.149 () {32 vars in 646 bytes} [Thu Jun 18 04:36:52 2026] GET /v2.0/routers => generated 738 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1998] 10.0.0.149 () {32 vars in 746 bytes} [Thu Jun 18 04:36:52 2026] GET /v2.0/security-group-rules/76e449cf-009b-4fd1-977c-9967ea2eae77 => generated 607 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/1999] 10.0.0.149 () {32 vars in 716 bytes} [Thu Jun 18 04:36:52 2026] GET /v2.0/ports/80693c2f-e3f4-4d23-8720-28b0c139e7ee => generated 826 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/2000] 10.0.0.149 () {32 vars in 672 bytes} [Thu Jun 18 04:36:52 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2001] 10.0.0.149 () {32 vars in 721 bytes} [Thu Jun 18 04:36:52 2026] DELETE /v2.0/trunks/cabbe87b-db4f-40af-bd13-05206ecd5c54 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/2002] 10.0.0.149 () {34 vars in 684 bytes} [Thu Jun 18 04:36:52 2026] POST /v2.0/security-groups => generated 1675 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2003] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:36:52 2026] GET /v2.0/security-groups?tenant_id=8dd9cdd3514343a8980b9737e178a172&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2004] 10.0.0.149 () {32 vars in 718 bytes} [Thu Jun 18 04:36:52 2026] GET /v2.0/trunks/2e8aa51c-0950-4cba-b1b7-5fa7a807ecd4 => generated 407 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/2005] 10.0.0.149 () {32 vars in 749 bytes} [Thu Jun 18 04:36:52 2026] DELETE /v2.0/security-group-rules/76e449cf-009b-4fd1-977c-9967ea2eae77 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/2006] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:36:52 2026] DELETE /v2.0/security-groups/fa0997ad-3dd9-426a-8754-0e6b7317a269 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2007] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:36:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2008] 10.0.0.149 () {32 vars in 672 bytes} [Thu Jun 18 04:36:52 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/2009] 10.0.0.149 () {32 vars in 716 bytes} [Thu Jun 18 04:36:52 2026] GET /v2.0/ports/5a7e807b-8b8f-4b2d-b52b-65c0609c2e5a => generated 826 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/2010] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:36:52 2026] DELETE /v2.0/security-groups/1c285040-6907-42db-9398-6e7cdc555ba6 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2011] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:36:52 2026] POST /v2.0/security-group-rules => generated 596 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2012] 10.0.0.149 () {32 vars in 662 bytes} [Thu Jun 18 04:36:52 2026] GET /v2.0/security-groups => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/2013] 10.0.0.149 () {32 vars in 721 bytes} [Thu Jun 18 04:36:52 2026] DELETE /v2.0/trunks/2e8aa51c-0950-4cba-b1b7-5fa7a807ecd4 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/2014] 10.0.0.149 () {32 vars in 662 bytes} [Thu Jun 18 04:36:52 2026] GET /v2.0/security-groups => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2015] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:36:52 2026] POST /v2.0/security-group-rules => generated 602 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:36:53.063 7 INFO neutron_taas.services.taas.taas_plugin [None req-90eb9ba8-9fd3-4692-b23a-14398bde72b7 bb8fe11329ba495595b21c89d7aa460e 71c59f89463742d2bbd68d828bb841e5 - - default default] TaaS: Handle Delete Port: 1074a2dc-098c-44b0-82de-b05358451a2f 2026-06-18 04:36:53.067 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90eb9ba8-9fd3-4692-b23a-14398bde72b7 bb8fe11329ba495595b21c89d7aa460e 71c59f89463742d2bbd68d828bb841e5 - - default default] Tap Mirror: Handle Delete Port: 1074a2dc-098c-44b0-82de-b05358451a2f [pid: 8|app: 0|req: 1105/2016] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:36:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/2017] 10.0.0.149 () {32 vars in 719 bytes} [Thu Jun 18 04:36:52 2026] DELETE /v2.0/ports/1074a2dc-098c-44b0-82de-b05358451a2f => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:36:53.245 8 INFO neutron.db.securitygroups_db [None req-09820fa0-960a-474a-9965-0cac888ab67b bc16eabb3e3a43768d501121a1fa43f9 fb6e8dce6b5e4a4c96c2b4ab219b87e9 - - default default] Project fb6e8dce6b5e4a4c96c2b4ab219b87e9 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-06-18 04:36:53.284 7 INFO neutron_taas.services.taas.taas_plugin [None req-0e5aedfc-f506-4651-9799-dc23d639ac3a bb8fe11329ba495595b21c89d7aa460e 71c59f89463742d2bbd68d828bb841e5 - - default default] TaaS: Handle Delete Port: 630f6614-b91a-4f36-9ab5-783486d51f38 2026-06-18 04:36:53.287 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e5aedfc-f506-4651-9799-dc23d639ac3a bb8fe11329ba495595b21c89d7aa460e 71c59f89463742d2bbd68d828bb841e5 - - default default] Tap Mirror: Handle Delete Port: 630f6614-b91a-4f36-9ab5-783486d51f38 [pid: 7|app: 0|req: 913/2018] 10.0.0.149 () {32 vars in 719 bytes} [Thu Jun 18 04:36:53 2026] DELETE /v2.0/ports/630f6614-b91a-4f36-9ab5-783486d51f38 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2019] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:36:53 2026] POST /v2.0/security-group-rules => generated 607 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:36:53.426 8 INFO neutron.db.securitygroups_db [None req-030ef62f-0997-43b1-ada3-358d1e36224d bc16eabb3e3a43768d501121a1fa43f9 fb6e8dce6b5e4a4c96c2b4ab219b87e9 - - default default] Project fb6e8dce6b5e4a4c96c2b4ab219b87e9 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-06-18 04:36:53.483 7 INFO neutron_taas.services.taas.taas_plugin [None req-4732f58e-16d0-42e2-82ea-a4c2e7948062 bb8fe11329ba495595b21c89d7aa460e 71c59f89463742d2bbd68d828bb841e5 - - default default] TaaS: Handle Delete Port: 752da1d2-4949-4118-ae07-41650deeec53 2026-06-18 04:36:53.490 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4732f58e-16d0-42e2-82ea-a4c2e7948062 bb8fe11329ba495595b21c89d7aa460e 71c59f89463742d2bbd68d828bb841e5 - - default default] Tap Mirror: Handle Delete Port: 752da1d2-4949-4118-ae07-41650deeec53 [pid: 8|app: 0|req: 1107/2020] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:36:53 2026] POST /v2.0/security-group-rules => generated 606 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/2021] 10.0.0.149 () {32 vars in 719 bytes} [Thu Jun 18 04:36:53 2026] DELETE /v2.0/ports/752da1d2-4949-4118-ae07-41650deeec53 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2022] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:36:53 2026] GET /v2.0/security-groups?tenant_id=5a5ef9b810a348d285f99265168b2d72&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:36:53.744 7 INFO neutron_taas.services.taas.taas_plugin [None req-7e55c268-9558-40e0-9bac-2f2aa248ca06 bb8fe11329ba495595b21c89d7aa460e 71c59f89463742d2bbd68d828bb841e5 - - default default] TaaS: Handle Delete Port: 80693c2f-e3f4-4d23-8720-28b0c139e7ee 2026-06-18 04:36:53.748 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e55c268-9558-40e0-9bac-2f2aa248ca06 bb8fe11329ba495595b21c89d7aa460e 71c59f89463742d2bbd68d828bb841e5 - - default default] Tap Mirror: Handle Delete Port: 80693c2f-e3f4-4d23-8720-28b0c139e7ee [pid: 7|app: 0|req: 915/2023] 10.0.0.149 () {32 vars in 719 bytes} [Thu Jun 18 04:36:53 2026] DELETE /v2.0/ports/80693c2f-e3f4-4d23-8720-28b0c139e7ee => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2024] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:36:53 2026] DELETE /v2.0/security-groups/cbbcbe4b-37db-4811-aee5-5dc8487919fb => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:36:53.919 7 INFO neutron_taas.services.taas.taas_plugin [None req-0cd61a7c-cbf0-4d43-9860-9284ba4e0f62 bb8fe11329ba495595b21c89d7aa460e 71c59f89463742d2bbd68d828bb841e5 - - default default] TaaS: Handle Delete Port: 5a7e807b-8b8f-4b2d-b52b-65c0609c2e5a 2026-06-18 04:36:53.923 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0cd61a7c-cbf0-4d43-9860-9284ba4e0f62 bb8fe11329ba495595b21c89d7aa460e 71c59f89463742d2bbd68d828bb841e5 - - default default] Tap Mirror: Handle Delete Port: 5a7e807b-8b8f-4b2d-b52b-65c0609c2e5a [pid: 7|app: 0|req: 916/2025] 10.0.0.149 () {32 vars in 719 bytes} [Thu Jun 18 04:36:53 2026] DELETE /v2.0/ports/5a7e807b-8b8f-4b2d-b52b-65c0609c2e5a => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:36:54.127 7 INFO neutron.services.segments.plugin [-] Segment 32b0c939-0687-43ab-a9cb-d3e20ed15ac5 resource provider aggregate not found 2026-06-18 04:36:54.131 7 INFO neutron.services.segments.plugin [-] Segment 32b0c939-0687-43ab-a9cb-d3e20ed15ac5 resource provider aggregate not found 2026-06-18 04:36:54.153 7 INFO neutron.services.segments.plugin [-] Segment 32b0c939-0687-43ab-a9cb-d3e20ed15ac5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32b0c939-0687-43ab-a9cb-d3e20ed15ac5 found for delete ", "request_id": "req-ca565885-06ef-40f1-bc65-f4dcf9e38a7d"}]} 2026-06-18 04:36:54.156 7 INFO neutron.services.segments.plugin [-] Segment 32b0c939-0687-43ab-a9cb-d3e20ed15ac5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32b0c939-0687-43ab-a9cb-d3e20ed15ac5 found for delete ", "request_id": "req-cd5f5410-08f3-4cbd-901f-19779d8aa708"}]} [pid: 7|app: 0|req: 917/2026] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:36:54 2026] DELETE /v2.0/networks/53372f61-3d6f-4d42-ad7b-a2260fd8ccf8 => 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: 1110/2027] 10.0.0.149 () {32 vars in 648 bytes} [Thu Jun 18 04:36:53 2026] GET /v2.0/networks => generated 1298 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/2028] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:36:54 2026] DELETE /v2.0/networks/d0dc4472-f77c-4f86-ae4e-be496052e097 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2029] 10.0.0.4 () {34 vars in 1097 bytes} [Thu Jun 18 04:36:54 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1095965503&fields=id&tenant_id=fb6e8dce6b5e4a4c96c2b4ab219b87e9 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2030] 10.0.0.4 () {34 vars in 979 bytes} [Thu Jun 18 04:36:54 2026] GET /v2.0/networks?id=1b70930a-f931-4716-a4b9-f3912a6e5594 => generated 661 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2031] 10.0.0.4 () {34 vars in 962 bytes} [Thu Jun 18 04:36:54 2026] GET /v2.0/quotas/fb6e8dce6b5e4a4c96c2b4ab219b87e9 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/2032] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:36:54 2026] DELETE /v2.0/networks/7d19bfab-8f33-452b-bd2c-bc9ead1fe7d0 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2033] 10.0.0.4 () {34 vars in 999 bytes} [Thu Jun 18 04:36:54 2026] GET /v2.0/ports?tenant_id=fb6e8dce6b5e4a4c96c2b4ab219b87e9&fields=id => generated 103 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2034] 10.0.0.4 () {34 vars in 1005 bytes} [Thu Jun 18 04:36:54 2026] GET /v2.0/networks/1b70930a-f931-4716-a4b9-f3912a6e5594?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: 1116/2035] 10.0.0.4 () {34 vars in 1105 bytes} [Thu Jun 18 04:36:54 2026] GET /v2.0/networks/1b70930a-f931-4716-a4b9-f3912a6e5594?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/2036] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:36:54 2026] DELETE /v2.0/networks/fe895538-4a26-485b-991d-d75f3040376a => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:36:54.694 8 INFO neutron.services.segments.plugin [-] Segment 4f5ba2fb-4a34-46a1-8803-9449f91000af resource provider aggregate not found 2026-06-18 04:36:54.701 8 INFO neutron.services.segments.plugin [-] Segment 4f5ba2fb-4a34-46a1-8803-9449f91000af resource provider aggregate not found [pid: 7|app: 0|req: 921/2037] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:36:54 2026] GET /v2.0/ports?device_id=d6cfacd8-dd4e-4437-ab5a-a174d1978943 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:36:54.726 8 INFO neutron.services.segments.plugin [-] Segment 4f5ba2fb-4a34-46a1-8803-9449f91000af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f5ba2fb-4a34-46a1-8803-9449f91000af found for delete ", "request_id": "req-8dab2743-38ed-42d1-9116-e6263720f746"}]} [pid: 8|app: 0|req: 1117/2038] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:36:54 2026] DELETE /v2.0/networks/bef715e0-6f34-4ec9-8980-fffea807bf18 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:36:54.743 8 INFO neutron.services.segments.plugin [-] Segment 4f5ba2fb-4a34-46a1-8803-9449f91000af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f5ba2fb-4a34-46a1-8803-9449f91000af found for delete ", "request_id": "req-4f1f817e-fa88-4990-9df1-6c329b0951f2"}]} [pid: 8|app: 0|req: 1118/2039] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:36:55 2026] GET /v2.0/ports?device_id=d6cfacd8-dd4e-4437-ab5a-a174d1978943 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/2040] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:36:55 2026] GET /v2.0/security-groups?tenant_id=58af8dbf79bd4b379fdbf239fad06107&name=default => generated 2925 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2041] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:36:55 2026] DELETE /v2.0/security-groups/cefc90a5-9df9-4a1c-8211-1047dd5bd41e => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:36:56.187 7 INFO neutron.services.segments.plugin [-] Segment 3cd49fd4-6eb6-446a-a594-ea20c8faf52c resource provider aggregate not found 2026-06-18 04:36:56.196 7 INFO neutron.services.segments.plugin [-] Segment 3cd49fd4-6eb6-446a-a594-ea20c8faf52c resource provider aggregate not found 2026-06-18 04:36:56.203 7 INFO neutron.services.segments.plugin [-] Segment 3cd49fd4-6eb6-446a-a594-ea20c8faf52c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3cd49fd4-6eb6-446a-a594-ea20c8faf52c found for delete ", "request_id": "req-62be54f8-22d3-41ec-9c7d-2e74766c8e90"}]} [pid: 7|app: 0|req: 923/2042] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:36:56 2026] GET /v2.0/security-groups?tenant_id=71c59f89463742d2bbd68d828bb841e5&name=default => generated 2925 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:36:56.218 7 INFO neutron.services.segments.plugin [-] Segment 3cd49fd4-6eb6-446a-a594-ea20c8faf52c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3cd49fd4-6eb6-446a-a594-ea20c8faf52c found for delete ", "request_id": "req-108a7b6c-93fc-428b-8410-5529918e48f1"}]} 2026-06-18 04:36:56.224 7 INFO neutron.services.segments.plugin [-] Segment 9ed3d37a-c730-4f18-9f39-221e90033b78 resource provider aggregate not found 2026-06-18 04:36:56.254 7 INFO neutron.services.segments.plugin [-] Segment 9ed3d37a-c730-4f18-9f39-221e90033b78 resource provider aggregate not found 2026-06-18 04:36:56.257 7 INFO neutron.services.segments.plugin [-] Segment 9ed3d37a-c730-4f18-9f39-221e90033b78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ed3d37a-c730-4f18-9f39-221e90033b78 found for delete ", "request_id": "req-2051619d-f55d-431f-9e0d-8fe1b5dc85e0"}]} 2026-06-18 04:36:56.273 7 INFO neutron.services.segments.plugin [-] Segment 9ed3d37a-c730-4f18-9f39-221e90033b78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ed3d37a-c730-4f18-9f39-221e90033b78 found for delete ", "request_id": "req-6c53f86e-011e-4271-9a1a-f18e8b0361a3"}]} 2026-06-18 04:36:56.277 7 INFO neutron.services.segments.plugin [-] Segment 497d1f87-d682-44bb-93fb-424a4ebf3c5f resource provider aggregate not found 2026-06-18 04:36:56.290 7 INFO neutron.services.segments.plugin [-] Segment 497d1f87-d682-44bb-93fb-424a4ebf3c5f resource provider aggregate not found 2026-06-18 04:36:56.296 7 INFO neutron.services.segments.plugin [-] Segment 497d1f87-d682-44bb-93fb-424a4ebf3c5f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 497d1f87-d682-44bb-93fb-424a4ebf3c5f found for delete ", "request_id": "req-87a13fa7-3df3-4439-9835-9742051d0e76"}]} 2026-06-18 04:36:56.305 7 INFO neutron.services.segments.plugin [-] Segment 497d1f87-d682-44bb-93fb-424a4ebf3c5f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 497d1f87-d682-44bb-93fb-424a4ebf3c5f found for delete ", "request_id": "req-4be06641-671d-4b3f-b6a2-936b2542e12e"}]} [pid: 8|app: 0|req: 1120/2043] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:36:56 2026] DELETE /v2.0/security-groups/a932f286-c0bc-4953-a5f1-64719ce383d7 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/2044] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:36:56 2026] GET /v2.0/security-groups?tenant_id=2183dc195f0c4b4ca113e9f0f75657aa&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2045] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:36:56 2026] DELETE /v2.0/security-groups/1f495942-0846-4d9f-b557-3827f1b5bb49 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/2046] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:36:56 2026] GET /v2.0/ports?device_id=d6cfacd8-dd4e-4437-ab5a-a174d1978943 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/2047] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:36:58 2026] GET /v2.0/ports?device_id=d6cfacd8-dd4e-4437-ab5a-a174d1978943 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:36:58.237 8 INFO neutron.db.segments_db [None req-df0a1223-6932-45b7-a177-96bc04f303e8 3982671269d341479fc7fbac9a12c3cd 470d22d33f7b4300a6cb47e1bda61085 - - default default] Added segment 9f94da9e-a591-4cf5-9a4a-887083050bbe of type vxlan for network ed02c598-9c28-46b3-87bf-943acc7558e9 [pid: 8|app: 0|req: 1122/2048] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:36:57 2026] POST /v2.0/networks => generated 613 bytes in 472 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/2049] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:36:58 2026] POST /v2.0/subnets => generated 626 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:36:58.801 8 INFO neutron.db.segments_db [None req-2037f260-1677-43ce-b687-fb28b3a5c664 3982671269d341479fc7fbac9a12c3cd 470d22d33f7b4300a6cb47e1bda61085 - - default default] Added segment 508daee3-7207-4303-a4d7-2f6674273fdf of type vxlan for network 2080fbb7-726e-4109-9fcb-1048421fbc7b [pid: 8|app: 0|req: 1123/2050] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:36:58 2026] POST /v2.0/networks => generated 612 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2051] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:36:59 2026] GET /v2.0/networks?id=1b70930a-f931-4716-a4b9-f3912a6e5594 => generated 661 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2052] 199.204.45.65 () {34 vars in 1048 bytes} [Thu Jun 18 04:36:59 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fb6e8dce6b5e4a4c96c2b4ab219b87e9 => generated 181 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2053] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:36:59 2026] GET /v2.0/ports?device_id=d6cfacd8-dd4e-4437-ab5a-a174d1978943 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/2054] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:36:58 2026] POST /v2.0/subnets => generated 629 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:36:59.218 7 INFO neutron.db.segments_db [None req-c8f39bca-adff-47ad-9cf7-ebf843b28db3 3982671269d341479fc7fbac9a12c3cd 470d22d33f7b4300a6cb47e1bda61085 - - default default] Added segment 0095048c-75f6-4a37-9afb-b02cb4844f82 of type vxlan for network 3e5891cc-e21d-43d4-a3bc-0877eab1c591 [pid: 7|app: 0|req: 929/2055] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:36:59 2026] POST /v2.0/networks => generated 612 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/2056] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:36:59 2026] POST /v2.0/subnets => generated 629 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2057] 199.204.45.65 () {38 vars in 953 bytes} [Thu Jun 18 04:36:59 2026] POST /v2.0/ports => generated 954 bytes in 493 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-06-18 04:36:59.696 8 INFO neutron.db.segments_db [None req-185063ca-d442-4b7e-be73-30668468868a 3982671269d341479fc7fbac9a12c3cd 470d22d33f7b4300a6cb47e1bda61085 - - default default] Added segment c0860c60-922a-48a4-a3de-2731b760c255 of type vxlan for network d8fba9fe-f581-4b6c-b7ce-ab2c9d9bf258 [pid: 8|app: 0|req: 1128/2058] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:36:59 2026] POST /v2.0/networks => generated 613 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/2059] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:36:59 2026] GET /v2.0/security-groups?tenant_id=513c1ef048554f519fceb11ce54537f9&name=default => generated 2925 bytes in 335 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/2060] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:36:59 2026] POST /v2.0/subnets => generated 629 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2061] 199.204.45.65 () {38 vars in 1026 bytes} [Thu Jun 18 04:36:59 2026] PUT /v2.0/ports/6aea3ad4-e6f3-4cb2-8608-a55f6f63b1b8 => generated 1235 bytes in 430 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:37:00.243 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-955d6407-1635-4b80-a320-f392c2eaca06'] response: {'name': 'network-changed', 'server_uuid': 'd6cfacd8-dd4e-4437-ab5a-a174d1978943', 'tag': '6aea3ad4-e6f3-4cb2-8608-a55f6f63b1b8', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 933/2062] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:37:00 2026] DELETE /v2.0/security-groups/0cf324ec-1133-4cca-9c67-ad755fc5c1f4 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:37:00.361 7 INFO neutron.db.segments_db [None req-ed44bc10-5476-4395-af5b-dacd3828dc12 3982671269d341479fc7fbac9a12c3cd 470d22d33f7b4300a6cb47e1bda61085 - - default default] Added segment 7ebb3d99-0351-40b5-9734-c642b96e4483 of type vxlan for network c3fbc61c-8838-4309-9add-e42ae4292766 2026-06-18 04:37:00.413 8 INFO neutron.db.segments_db [None req-f0ee1ee1-282a-41e7-846a-f1e869a49eb7 1cfaeb354ba24e63a91ccb2a24249449 f733aeea9718446cb45c8aaee1f5da73 - - default default] Added segment 653a1694-f99e-4b30-b3da-c6b4c88cc7d3 of type vxlan for network 645f9c60-d05f-4375-b2a1-debca26c122f [pid: 7|app: 0|req: 934/2063] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:37:00 2026] POST /v2.0/networks => generated 612 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2064] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:37:00 2026] POST /v2.0/networks => generated 613 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/2065] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:37:00 2026] GET /v2.0/ports?device_id=d6cfacd8-dd4e-4437-ab5a-a174d1978943 => generated 969 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2066] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:37:00 2026] GET /v2.0/security-groups?tenant_id=72244b18615b43b992bb8c1108694706&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:37:00.689 8 INFO neutron.db.segments_db [None req-6ef6b450-9e12-40a2-b8c2-3978ed9e6034 1cfaeb354ba24e63a91ccb2a24249449 f733aeea9718446cb45c8aaee1f5da73 - - default default] Added segment c4b5b0a2-70b6-4d11-8e71-53139eeee9ca of type vxlan for network 744be05a-da61-496a-95d6-071203e6a60a [pid: 7|app: 0|req: 936/2069] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:37:00 2026] POST /v2.0/subnets => generated 629 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/2070] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:37:00 2026] GET /v2.0/security-groups?id=b965d7dc-9f91-4a43-a218-4f90ca356053&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2071] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:37:00 2026] POST /v2.0/networks => generated 612 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2072] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:37:00 2026] GET /v2.0/ports?tenant_id=fb6e8dce6b5e4a4c96c2b4ab219b87e9&device_id=d6cfacd8-dd4e-4437-ab5a-a174d1978943 => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/2073] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:37:00 2026] DELETE /v2.0/security-groups/b0661598-6468-4ad2-9e7f-8d6decff5174 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2074] 10.0.0.149 () {34 vars in 750 bytes} [Thu Jun 18 04:37:00 2026] PUT /v2.0/subnets/1f350679-9dbf-4355-9b47-d55cba7ab7c9/tags => generated 17 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/2075] 10.0.0.149 () {34 vars in 752 bytes} [Thu Jun 18 04:37:00 2026] PUT /v2.0/networks/645f9c60-d05f-4375-b2a1-debca26c122f/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2076] 199.204.45.65 () {34 vars in 1016 bytes} [Thu Jun 18 04:37:00 2026] GET /v2.0/networks?tenant_id=fb6e8dce6b5e4a4c96c2b4ab219b87e9&shared=False => generated 757 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/2077] 10.0.0.149 () {34 vars in 750 bytes} [Thu Jun 18 04:37:00 2026] PUT /v2.0/subnets/73c6c846-6906-4713-a7a4-c7e4f133c51d/tags => generated 25 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2078] 10.0.0.149 () {32 vars in 732 bytes} [Thu Jun 18 04:37:00 2026] GET /v2.0/networks/645f9c60-d05f-4375-b2a1-debca26c122f/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/2079] 199.204.45.65 () {34 vars in 928 bytes} [Thu Jun 18 04:37:01 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2080] 10.0.0.149 () {34 vars in 750 bytes} [Thu Jun 18 04:37:01 2026] PUT /v2.0/subnets/190343f9-d376-4f19-9dd0-05a1eed768e6/tags => generated 34 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/2081] 10.0.0.149 () {34 vars in 752 bytes} [Thu Jun 18 04:37:01 2026] PUT /v2.0/networks/744be05a-da61-496a-95d6-071203e6a60a/tags => generated 17 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2082] 10.0.0.149 () {34 vars in 750 bytes} [Thu Jun 18 04:37:01 2026] PUT /v2.0/subnets/deb8a981-4ff5-4b26-8e79-939e8dc0911f/tags => generated 19 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/2083] 10.0.0.149 () {32 vars in 732 bytes} [Thu Jun 18 04:37:01 2026] GET /v2.0/networks/744be05a-da61-496a-95d6-071203e6a60a/tags => generated 17 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2084] 10.0.0.149 () {32 vars in 663 bytes} [Thu Jun 18 04:37:01 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/2085] 10.0.0.149 () {34 vars in 752 bytes} [Thu Jun 18 04:37:01 2026] PUT /v2.0/networks/744be05a-da61-496a-95d6-071203e6a60a/tags => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2086] 10.0.0.149 () {32 vars in 677 bytes} [Thu Jun 18 04:37:01 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/2087] 10.0.0.149 () {32 vars in 732 bytes} [Thu Jun 18 04:37:01 2026] GET /v2.0/networks/744be05a-da61-496a-95d6-071203e6a60a/tags => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2088] 10.0.0.149 () {32 vars in 673 bytes} [Thu Jun 18 04:37:01 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/2089] 10.0.0.149 () {32 vars in 732 bytes} [Thu Jun 18 04:37:01 2026] GET /v2.0/networks/645f9c60-d05f-4375-b2a1-debca26c122f/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2090] 10.0.0.149 () {32 vars in 685 bytes} [Thu Jun 18 04:37:01 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2091] 10.0.0.149 () {32 vars in 671 bytes} [Thu Jun 18 04:37:01 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2092] 10.0.0.149 () {32 vars in 685 bytes} [Thu Jun 18 04:37:01 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:37:01.536 7 INFO neutron.services.segments.plugin [-] Segment 653a1694-f99e-4b30-b3da-c6b4c88cc7d3 resource provider aggregate not found 2026-06-18 04:37:01.538 7 INFO neutron.services.segments.plugin [-] Segment 653a1694-f99e-4b30-b3da-c6b4c88cc7d3 resource provider aggregate not found 2026-06-18 04:37:01.566 7 INFO neutron.services.segments.plugin [-] Segment 653a1694-f99e-4b30-b3da-c6b4c88cc7d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 653a1694-f99e-4b30-b3da-c6b4c88cc7d3 found for delete ", "request_id": "req-3b6136aa-cafb-45ca-8abb-b49ea27ff5b3"}]} 2026-06-18 04:37:01.569 7 INFO neutron.services.segments.plugin [-] Segment 653a1694-f99e-4b30-b3da-c6b4c88cc7d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 653a1694-f99e-4b30-b3da-c6b4c88cc7d3 found for delete ", "request_id": "req-3070037f-cc78-404f-a129-e3c242285290"}]} [pid: 8|app: 0|req: 1147/2093] 10.0.0.149 () {32 vars in 681 bytes} [Thu Jun 18 04:37:01 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/2094] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:37:01 2026] DELETE /v2.0/networks/645f9c60-d05f-4375-b2a1-debca26c122f => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2095] 10.0.0.149 () {32 vars in 693 bytes} [Thu Jun 18 04:37:01 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/2096] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:37:01 2026] DELETE /v2.0/networks/744be05a-da61-496a-95d6-071203e6a60a => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2097] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:37:01 2026] DELETE /v2.0/subnets/1f350679-9dbf-4355-9b47-d55cba7ab7c9 => 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: 1150/2098] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:37:01 2026] GET /v2.0/ports?device_id=d6cfacd8-dd4e-4437-ab5a-a174d1978943 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/2099] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:37:01 2026] DELETE /v2.0/subnets/73c6c846-6906-4713-a7a4-c7e4f133c51d => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2100] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:37:01 2026] GET /v2.0/security-groups?id=b965d7dc-9f91-4a43-a218-4f90ca356053&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/2101] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:37:01 2026] DELETE /v2.0/subnets/190343f9-d376-4f19-9dd0-05a1eed768e6 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/2102] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:37:02 2026] GET /v2.0/ports?tenant_id=fb6e8dce6b5e4a4c96c2b4ab219b87e9&device_id=d6cfacd8-dd4e-4437-ab5a-a174d1978943 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/2103] 199.204.45.65 () {34 vars in 1056 bytes} [Thu Jun 18 04:37:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=6aea3ad4-e6f3-4cb2-8608-a55f6f63b1b8 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/2104] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:37:02 2026] GET /v2.0/subnets?id=5048a882-4c3d-47ac-83ec-fd9cec6231ea => generated 676 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2105] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:37:02 2026] DELETE /v2.0/subnets/deb8a981-4ff5-4b26-8e79-939e8dc0911f => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/2106] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:37:02 2026] GET /v2.0/ports?network_id=1b70930a-f931-4716-a4b9-f3912a6e5594&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: 1153/2107] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:37:02 2026] GET /v2.0/networks/1b70930a-f931-4716-a4b9-f3912a6e5594?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: 1154/2108] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:37:02 2026] GET /v2.0/networks/1b70930a-f931-4716-a4b9-f3912a6e5594?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/2109] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:37:02 2026] DELETE /v2.0/subnets/2d24365a-e7fd-45a1-a2a5-32a471878eee => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:37:02.468 8 INFO neutron_taas.services.taas.taas_plugin [None req-b4b76ce1-e3de-4e67-890d-3c83bb238088 3982671269d341479fc7fbac9a12c3cd 470d22d33f7b4300a6cb47e1bda61085 - - default default] TaaS: Handle Delete Port: ec58cae1-1f4f-4101-911d-a287fce85aeb 2026-06-18 04:37:02.475 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4b76ce1-e3de-4e67-890d-3c83bb238088 3982671269d341479fc7fbac9a12c3cd 470d22d33f7b4300a6cb47e1bda61085 - - default default] Tap Mirror: Handle Delete Port: ec58cae1-1f4f-4101-911d-a287fce85aeb 2026-06-18 04:37:02.681 8 INFO neutron.services.segments.plugin [-] Segment 9f94da9e-a591-4cf5-9a4a-887083050bbe resource provider aggregate not found 2026-06-18 04:37:02.688 8 INFO neutron.services.segments.plugin [-] Segment 9f94da9e-a591-4cf5-9a4a-887083050bbe resource provider aggregate not found 2026-06-18 04:37:02.705 8 INFO neutron.services.segments.plugin [-] Segment 9f94da9e-a591-4cf5-9a4a-887083050bbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f94da9e-a591-4cf5-9a4a-887083050bbe found for delete ", "request_id": "req-552b43f3-9611-4a1b-a8ca-4dfbf9ac7412"}]} 2026-06-18 04:37:02.709 8 INFO neutron.services.segments.plugin [-] Segment 9f94da9e-a591-4cf5-9a4a-887083050bbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f94da9e-a591-4cf5-9a4a-887083050bbe found for delete ", "request_id": "req-71549223-02de-48dd-855a-0e97e6ee61cb"}]} [pid: 8|app: 0|req: 1155/2110] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:37:02 2026] DELETE /v2.0/networks/ed02c598-9c28-46b3-87bf-943acc7558e9 => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/2111] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:37:02 2026] GET /v2.0/security-groups?tenant_id=f733aeea9718446cb45c8aaee1f5da73&name=default => generated 2925 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/2112] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:37:02 2026] DELETE /v2.0/security-groups/22dcdf27-2611-41ed-8f07-4d1d5cb093d3 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2113] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:37:02 2026] DELETE /v2.0/networks/2080fbb7-726e-4109-9fcb-1048421fbc7b => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/2114] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:37:02 2026] DELETE /v2.0/networks/3e5891cc-e21d-43d4-a3bc-0877eab1c591 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/2115] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:37:02 2026] DELETE /v2.0/networks/d8fba9fe-f581-4b6c-b7ce-ab2c9d9bf258 => 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: 1157/2116] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:37:02 2026] GET /v2.0/security-groups?tenant_id=863b1ad9e056462ebbe711ba80edb955&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/2117] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:37:03 2026] GET /v2.0/ports?device_id=d6cfacd8-dd4e-4437-ab5a-a174d1978943 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/2118] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:37:03 2026] DELETE /v2.0/security-groups/47673d06-c64b-4d96-a23d-eadd308b0b19 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/2119] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:37:03 2026] GET /v2.0/security-groups?id=b965d7dc-9f91-4a43-a218-4f90ca356053&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2120] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:37:03 2026] DELETE /v2.0/networks/c3fbc61c-8838-4309-9add-e42ae4292766 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:37:03.592 7 INFO neutron.services.segments.plugin [-] Segment c4b5b0a2-70b6-4d11-8e71-53139eeee9ca resource provider aggregate not found 2026-06-18 04:37:03.604 7 INFO neutron.services.segments.plugin [-] Segment c4b5b0a2-70b6-4d11-8e71-53139eeee9ca resource provider aggregate not found 2026-06-18 04:37:03.614 7 INFO neutron.services.segments.plugin [-] Segment c4b5b0a2-70b6-4d11-8e71-53139eeee9ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4b5b0a2-70b6-4d11-8e71-53139eeee9ca found for delete ", "request_id": "req-3bece562-f818-4b64-a536-b95c1f312880"}]} 2026-06-18 04:37:03.620 7 INFO neutron.services.segments.plugin [-] Segment c4b5b0a2-70b6-4d11-8e71-53139eeee9ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4b5b0a2-70b6-4d11-8e71-53139eeee9ca found for delete ", "request_id": "req-07959dbb-01b7-403b-a41a-0037fbb58c31"}]} 2026-06-18 04:37:03.635 7 INFO neutron.services.segments.plugin [-] Segment 0095048c-75f6-4a37-9afb-b02cb4844f82 resource provider aggregate not found 2026-06-18 04:37:03.640 7 INFO neutron.services.segments.plugin [-] Segment 0095048c-75f6-4a37-9afb-b02cb4844f82 resource provider aggregate not found 2026-06-18 04:37:03.661 7 INFO neutron.services.segments.plugin [-] Segment 0095048c-75f6-4a37-9afb-b02cb4844f82 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0095048c-75f6-4a37-9afb-b02cb4844f82 found for delete ", "request_id": "req-aa47522a-7f3b-4061-9534-2a1f95050439"}]} 2026-06-18 04:37:03.668 7 INFO neutron.services.segments.plugin [-] Segment 0095048c-75f6-4a37-9afb-b02cb4844f82 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0095048c-75f6-4a37-9afb-b02cb4844f82 found for delete ", "request_id": "req-edbbde36-796d-4321-adc7-595ddbc53cba"}]} 2026-06-18 04:37:03.679 7 INFO neutron.services.segments.plugin [-] Segment c0860c60-922a-48a4-a3de-2731b760c255 resource provider aggregate not found 2026-06-18 04:37:03.688 7 INFO neutron.services.segments.plugin [-] Segment c0860c60-922a-48a4-a3de-2731b760c255 resource provider aggregate not found 2026-06-18 04:37:03.696 7 INFO neutron.services.segments.plugin [-] Segment c0860c60-922a-48a4-a3de-2731b760c255 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0860c60-922a-48a4-a3de-2731b760c255 found for delete ", "request_id": "req-7641187f-5273-4015-9fdc-decccc2b5214"}]} 2026-06-18 04:37:03.703 7 INFO neutron.services.segments.plugin [-] Segment c0860c60-922a-48a4-a3de-2731b760c255 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0860c60-922a-48a4-a3de-2731b760c255 found for delete ", "request_id": "req-822c135d-fff9-4a7b-919b-c866429045c6"}]} [pid: 8|app: 0|req: 1159/2121] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:37:04 2026] GET /v2.0/ports?device_id=d6cfacd8-dd4e-4437-ab5a-a174d1978943 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2122] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:37:04 2026] GET /v2.0/security-groups?id=b965d7dc-9f91-4a43-a218-4f90ca356053&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/2123] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:37:04 2026] GET /v2.0/security-groups?tenant_id=470d22d33f7b4300a6cb47e1bda61085&name=default => generated 2925 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2124] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:37:04 2026] DELETE /v2.0/security-groups/9ed2dad9-ed9c-4d62-84fe-3d04a253a046 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:37:04.730 8 INFO neutron.services.segments.plugin [-] Segment 508daee3-7207-4303-a4d7-2f6674273fdf resource provider aggregate not found 2026-06-18 04:37:04.738 8 INFO neutron.services.segments.plugin [-] Segment 508daee3-7207-4303-a4d7-2f6674273fdf resource provider aggregate not found 2026-06-18 04:37:04.746 8 INFO neutron.services.segments.plugin [-] Segment 508daee3-7207-4303-a4d7-2f6674273fdf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 508daee3-7207-4303-a4d7-2f6674273fdf found for delete ", "request_id": "req-fb584a2b-7b66-4c56-8046-7a9a258c5bc0"}]} 2026-06-18 04:37:04.756 8 INFO neutron.services.segments.plugin [-] Segment 508daee3-7207-4303-a4d7-2f6674273fdf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 508daee3-7207-4303-a4d7-2f6674273fdf found for delete ", "request_id": "req-e854cdfd-f1dc-406d-9d43-3ea5aec17097"}]} 2026-06-18 04:37:04.760 8 INFO neutron.services.segments.plugin [-] Segment 7ebb3d99-0351-40b5-9734-c642b96e4483 resource provider aggregate not found 2026-06-18 04:37:04.774 8 INFO neutron.services.segments.plugin [-] Segment 7ebb3d99-0351-40b5-9734-c642b96e4483 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ebb3d99-0351-40b5-9734-c642b96e4483 found for delete ", "request_id": "req-c7619c67-44d8-4d63-b7b7-6c302bac6a8b"}]} 2026-06-18 04:37:04.775 8 INFO neutron.services.segments.plugin [-] Segment 7ebb3d99-0351-40b5-9734-c642b96e4483 resource provider aggregate not found 2026-06-18 04:37:04.790 8 INFO neutron.services.segments.plugin [-] Segment 7ebb3d99-0351-40b5-9734-c642b96e4483 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ebb3d99-0351-40b5-9734-c642b96e4483 found for delete ", "request_id": "req-0f023ee7-a047-4203-9b1c-18e97a32fcd6"}]} [pid: 7|app: 0|req: 964/2125] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:37:04 2026] GET /v2.0/security-groups?tenant_id=c84aede7580e4034b100f96bff1c7ef3&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: 1162/2126] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:37:04 2026] DELETE /v2.0/security-groups/00111a84-205c-4e8b-bbbc-f1c922626ef1 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/2127] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:37:04 2026] GET /v2.0/security-groups?tenant_id=c3eb4412c0364fa98e9ddeccba3c4d46&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2128] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:37:05 2026] GET /v2.0/security-groups?tenant_id=409a683f090642d296ab8dd9faf23e8b&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/2129] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:37:05 2026] DELETE /v2.0/security-groups/c2549a45-b1df-40b0-b929-5ea82393eeb0 => 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: 1164/2130] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:37:05 2026] DELETE /v2.0/security-groups/53a42417-f7ee-483c-92d4-adac81d6002c => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/2131] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:37:05 2026] GET /v2.0/ports?device_id=d6cfacd8-dd4e-4437-ab5a-a174d1978943 => generated 969 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2132] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:37:05 2026] GET /v2.0/security-groups?id=b965d7dc-9f91-4a43-a218-4f90ca356053&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/2133] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:37:06 2026] GET /v2.0/ports?device_id=d6cfacd8-dd4e-4437-ab5a-a174d1978943 => 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: 1166/2134] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:37:06 2026] GET /v2.0/security-groups?id=b965d7dc-9f91-4a43-a218-4f90ca356053&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/2135] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:37:07 2026] GET /v2.0/ports?device_id=d6cfacd8-dd4e-4437-ab5a-a174d1978943 => 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: 1167/2136] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:37:08 2026] GET /v2.0/security-groups?id=b965d7dc-9f91-4a43-a218-4f90ca356053&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/2137] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:37:08 2026] GET /v2.0/ports?device_id=d6cfacd8-dd4e-4437-ab5a-a174d1978943 => 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: 1168/2138] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:37:08 2026] GET /v2.0/security-groups?id=b965d7dc-9f91-4a43-a218-4f90ca356053&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/2139] 10.0.0.149 () {32 vars in 735 bytes} [Thu Jun 18 04:37:08 2026] GET /v2.0/ports?device_id=d6cfacd8-dd4e-4437-ab5a-a174d1978943 => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:37:09.332 7 INFO neutron.db.segments_db [None req-595af021-92e2-487d-967b-2e0a79a18bdb 0ef0477c7c1d42af8ba781c8dbd40b50 aade82edb9c1464694de01a3cac19093 - - default default] Added segment d3dac0e6-b4d0-4a8a-9deb-51c96425b9ca of type vxlan for network 32261aff-2193-4e10-89ff-46f0e985823f 2026-06-18 04:37:09.597 7 INFO neutron.db.l3_hamode_db [None req-595af021-92e2-487d-967b-2e0a79a18bdb 0ef0477c7c1d42af8ba781c8dbd40b50 aade82edb9c1464694de01a3cac19093 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 04:37:09.719 8 INFO neutron.db.l3_db [None req-255c6391-ee92-442b-a942-9f7824fedbed bc16eabb3e3a43768d501121a1fa43f9 fb6e8dce6b5e4a4c96c2b4ab219b87e9 - - default default] Floating IP 28534877-c0c0-4a3a-b545-de2617811800 associated. External IP: 10.96.250.211, port: 6aea3ad4-e6f3-4cb2-8608-a55f6f63b1b8. 2026-06-18 04:37:09.727 7 INFO neutron.db.l3_hamode_db [None req-595af021-92e2-487d-967b-2e0a79a18bdb 0ef0477c7c1d42af8ba781c8dbd40b50 aade82edb9c1464694de01a3cac19093 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1169/2140] 10.0.0.149 () {34 vars in 676 bytes} [Thu Jun 18 04:37:08 2026] POST /v2.0/floatingips => generated 855 bytes in 1776 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2141] 10.0.0.149 () {32 vars in 728 bytes} [Thu Jun 18 04:37:10 2026] GET /v2.0/floatingips/28534877-c0c0-4a3a-b545-de2617811800 => generated 855 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:37:10.112 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f7d454d8-8433-476f-9833-f5359dbd3f2a'] response: {'name': 'network-changed', 'server_uuid': 'd6cfacd8-dd4e-4437-ab5a-a174d1978943', 'tag': '6aea3ad4-e6f3-4cb2-8608-a55f6f63b1b8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 972/2142] 10.0.0.149 () {34 vars in 667 bytes} [Thu Jun 18 04:37:09 2026] POST /v2.0/routers => generated 474 bytes in 1342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2143] 10.0.0.149 () {34 vars in 750 bytes} [Thu Jun 18 04:37:10 2026] PUT /v2.0/routers/997b8d83-44ac-491f-90f9-b8ba76d0f43a/tags => generated 25 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/2144] 10.0.0.149 () {32 vars in 730 bytes} [Thu Jun 18 04:37:10 2026] GET /v2.0/routers/997b8d83-44ac-491f-90f9-b8ba76d0f43a/tags => generated 25 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2145] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:37:10 2026] GET /v2.0/ports?tenant_id=fb6e8dce6b5e4a4c96c2b4ab219b87e9&device_id=d6cfacd8-dd4e-4437-ab5a-a174d1978943 => generated 1240 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2146] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:37:10 2026] GET /v2.0/networks?id=1b70930a-f931-4716-a4b9-f3912a6e5594 => generated 757 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2147] 199.204.45.65 () {34 vars in 1056 bytes} [Thu Jun 18 04:37:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=6aea3ad4-e6f3-4cb2-8608-a55f6f63b1b8 => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2148] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:37:10 2026] GET /v2.0/subnets?id=5048a882-4c3d-47ac-83ec-fd9cec6231ea => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/2149] 10.0.0.149 () {34 vars in 761 bytes} [Thu Jun 18 04:37:10 2026] PUT /v2.0/routers/997b8d83-44ac-491f-90f9-b8ba76d0f43a/tags/green => generated 4 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2150] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:37:10 2026] GET /v2.0/ports?network_id=1b70930a-f931-4716-a4b9-f3912a6e5594&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: 1177/2151] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:37:10 2026] GET /v2.0/networks/1b70930a-f931-4716-a4b9-f3912a6e5594?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/2152] 10.0.0.149 () {32 vars in 730 bytes} [Thu Jun 18 04:37:10 2026] GET /v2.0/routers/997b8d83-44ac-491f-90f9-b8ba76d0f43a/tags => generated 34 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2153] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:37:10 2026] GET /v2.0/networks/1b70930a-f931-4716-a4b9-f3912a6e5594?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/2154] 10.0.0.149 () {34 vars in 757 bytes} [Thu Jun 18 04:37:10 2026] PUT /v2.0/routers/997b8d83-44ac-491f-90f9-b8ba76d0f43a/tags/red => generated 4 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/2155] 10.0.0.149 () {32 vars in 728 bytes} [Thu Jun 18 04:37:11 2026] GET /v2.0/floatingips/28534877-c0c0-4a3a-b545-de2617811800 => generated 855 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2156] 10.0.0.149 () {32 vars in 730 bytes} [Thu Jun 18 04:37:11 2026] GET /v2.0/routers/997b8d83-44ac-491f-90f9-b8ba76d0f43a/tags => generated 34 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/2157] 10.0.0.149 () {34 vars in 779 bytes} [Thu Jun 18 04:37:11 2026] PUT /v2.0/routers/997b8d83-44ac-491f-90f9-b8ba76d0f43a/tags/black.or.white => generated 4 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2158] 10.0.0.149 () {32 vars in 730 bytes} [Thu Jun 18 04:37:11 2026] GET /v2.0/routers/997b8d83-44ac-491f-90f9-b8ba76d0f43a/tags => generated 52 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/2159] 10.0.0.149 () {34 vars in 750 bytes} [Thu Jun 18 04:37:11 2026] PUT /v2.0/routers/997b8d83-44ac-491f-90f9-b8ba76d0f43a/tags => generated 37 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2160] 10.0.0.149 () {32 vars in 730 bytes} [Thu Jun 18 04:37:11 2026] GET /v2.0/routers/997b8d83-44ac-491f-90f9-b8ba76d0f43a/tags => generated 37 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/2161] 10.0.0.149 () {32 vars in 738 bytes} [Thu Jun 18 04:37:11 2026] GET /v2.0/routers/997b8d83-44ac-491f-90f9-b8ba76d0f43a/tags/red => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:37:11.926 8 INFO neutron.api.v2.resource [None req-5e33917c-f562-44fd-8c80-d5de502f950c 0ef0477c7c1d42af8ba781c8dbd40b50 aade82edb9c1464694de01a3cac19093 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1182/2162] 10.0.0.149 () {32 vars in 742 bytes} [Thu Jun 18 04:37:11 2026] GET /v2.0/routers/997b8d83-44ac-491f-90f9-b8ba76d0f43a/tags/green => generated 99 bytes in 92 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/2163] 10.0.0.149 () {32 vars in 741 bytes} [Thu Jun 18 04:37:11 2026] DELETE /v2.0/routers/997b8d83-44ac-491f-90f9-b8ba76d0f43a/tags/red => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2164] 10.0.0.149 () {32 vars in 730 bytes} [Thu Jun 18 04:37:12 2026] GET /v2.0/routers/997b8d83-44ac-491f-90f9-b8ba76d0f43a/tags => generated 30 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2165] 10.0.0.149 () {32 vars in 728 bytes} [Thu Jun 18 04:37:12 2026] GET /v2.0/floatingips/28534877-c0c0-4a3a-b545-de2617811800 => generated 857 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:37:12.211 7 INFO neutron.api.v2.resource [None req-0cb4591e-09a1-4c81-97e3-3f6a86d46584 0ef0477c7c1d42af8ba781c8dbd40b50 aade82edb9c1464694de01a3cac19093 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 982/2166] 10.0.0.149 () {32 vars in 745 bytes} [Thu Jun 18 04:37:12 2026] DELETE /v2.0/routers/997b8d83-44ac-491f-90f9-b8ba76d0f43a/tags/green => generated 99 bytes in 84 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2167] 10.0.0.149 () {32 vars in 733 bytes} [Thu Jun 18 04:37:12 2026] DELETE /v2.0/routers/997b8d83-44ac-491f-90f9-b8ba76d0f43a/tags => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2168] 10.0.0.149 () {32 vars in 730 bytes} [Thu Jun 18 04:37:12 2026] GET /v2.0/routers/997b8d83-44ac-491f-90f9-b8ba76d0f43a/tags => generated 12 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2169] 10.0.0.149 () {32 vars in 720 bytes} [Thu Jun 18 04:37:12 2026] GET /v2.0/routers/997b8d83-44ac-491f-90f9-b8ba76d0f43a => generated 480 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/2170] 10.0.0.149 () {34 vars in 741 bytes} [Thu Jun 18 04:37:12 2026] PUT /v2.0/routers/997b8d83-44ac-491f-90f9-b8ba76d0f43a => generated 480 bytes in 530 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2171] 10.0.0.149 () {32 vars in 735 bytes} [Thu Jun 18 04:37:13 2026] GET /v2.0/ports?device_id=997b8d83-44ac-491f-90f9-b8ba76d0f43a => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:37:13.196 7 INFO neutron_taas.services.taas.taas_plugin [None req-7abe7dcb-796c-4b38-b114-6fef9e87ffca 0ef0477c7c1d42af8ba781c8dbd40b50 aade82edb9c1464694de01a3cac19093 - - default default] TaaS: Handle Delete Port: fa7d3128-38f8-4f3f-bbe7-42026486af6a 2026-06-18 04:37:13.198 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7abe7dcb-796c-4b38-b114-6fef9e87ffca 0ef0477c7c1d42af8ba781c8dbd40b50 aade82edb9c1464694de01a3cac19093 - - default default] Tap Mirror: Handle Delete Port: fa7d3128-38f8-4f3f-bbe7-42026486af6a 2026-06-18 04:37:13.547 7 INFO neutron.services.segments.plugin [-] Segment d3dac0e6-b4d0-4a8a-9deb-51c96425b9ca resource provider aggregate not found 2026-06-18 04:37:13.564 7 INFO neutron.services.segments.plugin [-] Segment d3dac0e6-b4d0-4a8a-9deb-51c96425b9ca resource provider aggregate not found 2026-06-18 04:37:13.571 7 INFO neutron.services.segments.plugin [-] Segment d3dac0e6-b4d0-4a8a-9deb-51c96425b9ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3dac0e6-b4d0-4a8a-9deb-51c96425b9ca found for delete ", "request_id": "req-ee005f83-7ac4-4803-9814-760cee419783"}]} 2026-06-18 04:37:13.587 7 INFO neutron.services.segments.plugin [-] Segment d3dac0e6-b4d0-4a8a-9deb-51c96425b9ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3dac0e6-b4d0-4a8a-9deb-51c96425b9ca found for delete ", "request_id": "req-b8359fcb-c3b4-4c90-bebf-b7fef37edc44"}]} 2026-06-18 04:37:13.600 7 INFO neutron.db.l3_hamode_db [None req-7abe7dcb-796c-4b38-b114-6fef9e87ffca 0ef0477c7c1d42af8ba781c8dbd40b50 aade82edb9c1464694de01a3cac19093 - - default default] HA network 32261aff-2193-4e10-89ff-46f0e985823f was deleted as no HA routers are present in tenant aade82edb9c1464694de01a3cac19093. [pid: 7|app: 0|req: 985/2172] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:37:13 2026] DELETE /v2.0/routers/997b8d83-44ac-491f-90f9-b8ba76d0f43a => generated 0 bytes in 544 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2173] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:37:14 2026] GET /v2.0/security-groups?tenant_id=aade82edb9c1464694de01a3cac19093&name=default => generated 2925 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/2174] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:37:14 2026] DELETE /v2.0/security-groups/aec039f4-c9e8-411c-aeda-ff2332aabe80 => 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: 1189/2175] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:37:14 2026] GET /v2.0/security-groups?tenant_id=611727422a3948a0be1f9c1dd1b18c65&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/2176] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:37:14 2026] DELETE /v2.0/security-groups/6c9a52af-2928-4912-be9f-64c73a9ebc68 => 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: 1191/2179] 10.0.0.149 () {34 vars in 683 bytes} [Thu Jun 18 04:37:18 2026] POST /v2.0/security-groups => generated 1601 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2180] 10.0.0.149 () {34 vars in 766 bytes} [Thu Jun 18 04:37:18 2026] PUT /v2.0/security-groups/2542bff3-0d02-419d-933b-b0abac48e8a4/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2181] 10.0.0.149 () {32 vars in 746 bytes} [Thu Jun 18 04:37:18 2026] GET /v2.0/security-groups/2542bff3-0d02-419d-933b-b0abac48e8a4/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/2182] 10.0.0.149 () {34 vars in 777 bytes} [Thu Jun 18 04:37:18 2026] PUT /v2.0/security-groups/2542bff3-0d02-419d-933b-b0abac48e8a4/tags/green => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2183] 10.0.0.149 () {32 vars in 746 bytes} [Thu Jun 18 04:37:18 2026] GET /v2.0/security-groups/2542bff3-0d02-419d-933b-b0abac48e8a4/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2184] 10.0.0.149 () {34 vars in 773 bytes} [Thu Jun 18 04:37:18 2026] PUT /v2.0/security-groups/2542bff3-0d02-419d-933b-b0abac48e8a4/tags/red => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2185] 10.0.0.149 () {32 vars in 746 bytes} [Thu Jun 18 04:37:18 2026] GET /v2.0/security-groups/2542bff3-0d02-419d-933b-b0abac48e8a4/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2186] 10.0.0.149 () {34 vars in 795 bytes} [Thu Jun 18 04:37:18 2026] PUT /v2.0/security-groups/2542bff3-0d02-419d-933b-b0abac48e8a4/tags/black.or.white => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2187] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jun 18 04:37:18 2026] GET /v2.0/ports?device_id=d6cfacd8-dd4e-4437-ab5a-a174d1978943 => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2188] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:37:18 2026] GET /v2.0/security-groups?tenant_id=432ed1d66a4144b4bf67c7dd9f028b6a&name=default => generated 2925 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2189] 10.0.0.149 () {32 vars in 746 bytes} [Thu Jun 18 04:37:19 2026] GET /v2.0/security-groups/2542bff3-0d02-419d-933b-b0abac48e8a4/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2190] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jun 18 04:37:19 2026] GET /v2.0/security-groups?id=b965d7dc-9f91-4a43-a218-4f90ca356053&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: 1195/2191] 10.0.0.149 () {34 vars in 766 bytes} [Thu Jun 18 04:37:19 2026] PUT /v2.0/security-groups/2542bff3-0d02-419d-933b-b0abac48e8a4/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2192] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:37:19 2026] DELETE /v2.0/security-groups/b6f32028-8697-4209-8a49-3b14c3d35b59 => 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: 1196/2193] 10.0.0.149 () {32 vars in 746 bytes} [Thu Jun 18 04:37:19 2026] GET /v2.0/security-groups/2542bff3-0d02-419d-933b-b0abac48e8a4/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2194] 10.0.0.149 () {32 vars in 754 bytes} [Thu Jun 18 04:37:19 2026] GET /v2.0/security-groups/2542bff3-0d02-419d-933b-b0abac48e8a4/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:37:19.254 8 INFO neutron.api.v2.resource [None req-6a865eca-be6f-41c6-944a-26ba503c2242 b2012f55cb99462694ff8ed582574a4b c6c0a15394f3416e949128ac713d97e7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1197/2195] 10.0.0.149 () {32 vars in 758 bytes} [Thu Jun 18 04:37:19 2026] GET /v2.0/security-groups/2542bff3-0d02-419d-933b-b0abac48e8a4/tags/green => generated 99 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2196] 10.0.0.149 () {32 vars in 757 bytes} [Thu Jun 18 04:37:19 2026] DELETE /v2.0/security-groups/2542bff3-0d02-419d-933b-b0abac48e8a4/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2197] 10.0.0.149 () {32 vars in 746 bytes} [Thu Jun 18 04:37:19 2026] GET /v2.0/security-groups/2542bff3-0d02-419d-933b-b0abac48e8a4/tags => generated 30 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:37:19.402 7 INFO neutron.api.v2.resource [None req-2961da2a-8639-49bd-b06d-d1437f9e2ccf b2012f55cb99462694ff8ed582574a4b c6c0a15394f3416e949128ac713d97e7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1000/2198] 10.0.0.149 () {32 vars in 761 bytes} [Thu Jun 18 04:37:19 2026] DELETE /v2.0/security-groups/2542bff3-0d02-419d-933b-b0abac48e8a4/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2199] 10.0.0.149 () {32 vars in 749 bytes} [Thu Jun 18 04:37:19 2026] DELETE /v2.0/security-groups/2542bff3-0d02-419d-933b-b0abac48e8a4/tags => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2200] 10.0.0.149 () {32 vars in 746 bytes} [Thu Jun 18 04:37:19 2026] GET /v2.0/security-groups/2542bff3-0d02-419d-933b-b0abac48e8a4/tags => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2201] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:37:19 2026] DELETE /v2.0/security-groups/2542bff3-0d02-419d-933b-b0abac48e8a4 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2202] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:37:20 2026] GET /v2.0/security-groups?tenant_id=e43a93056a3042aa85e495f88c014ff0&name=default => generated 2925 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2203] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:37:20 2026] DELETE /v2.0/security-groups/c239a1de-ee7a-45e1-a92e-90fba4214dfd => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2204] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:37:20 2026] GET /v2.0/security-groups?tenant_id=c6c0a15394f3416e949128ac713d97e7&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2205] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:37:20 2026] DELETE /v2.0/security-groups/8649653f-beb1-4e88-ab9d-8c64b7f6ce3a => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2206] 10.0.0.149 () {34 vars in 675 bytes} [Thu Jun 18 04:37:23 2026] POST /v2.0/subnetpools => generated 516 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2207] 10.0.0.149 () {34 vars in 675 bytes} [Thu Jun 18 04:37:23 2026] POST /v2.0/subnetpools => generated 516 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2208] 10.0.0.149 () {34 vars in 675 bytes} [Thu Jun 18 04:37:23 2026] POST /v2.0/subnetpools => generated 516 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2209] 10.0.0.149 () {34 vars in 675 bytes} [Thu Jun 18 04:37:23 2026] POST /v2.0/subnetpools => generated 516 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2210] 10.0.0.149 () {34 vars in 675 bytes} [Thu Jun 18 04:37:23 2026] POST /v2.0/subnetpools => generated 516 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2211] 10.0.0.149 () {34 vars in 758 bytes} [Thu Jun 18 04:37:23 2026] PUT /v2.0/subnetpools/e63f0716-6d15-47ab-909a-2310ba95795f/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2212] 10.0.0.149 () {34 vars in 758 bytes} [Thu Jun 18 04:37:23 2026] PUT /v2.0/subnetpools/4745bdf2-9b38-42da-a52a-505108d2eaeb/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: 1206/2213] 10.0.0.149 () {34 vars in 758 bytes} [Thu Jun 18 04:37:23 2026] PUT /v2.0/subnetpools/245aed43-5299-4a62-8218-f6e561d30ad7/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2214] 10.0.0.149 () {34 vars in 758 bytes} [Thu Jun 18 04:37:24 2026] PUT /v2.0/subnetpools/221607f3-feae-417d-a2ca-fda8f9f86f93/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2215] 10.0.0.149 () {32 vars in 671 bytes} [Thu Jun 18 04:37:24 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2216] 10.0.0.149 () {32 vars in 685 bytes} [Thu Jun 18 04:37:24 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2217] 10.0.0.149 () {32 vars in 681 bytes} [Thu Jun 18 04:37:24 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2218] 10.0.0.149 () {32 vars in 693 bytes} [Thu Jun 18 04:37:24 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2219] 10.0.0.149 () {34 vars in 675 bytes} [Thu Jun 18 04:37:24 2026] POST /v2.0/subnetpools => generated 516 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2220] 10.0.0.149 () {32 vars in 679 bytes} [Thu Jun 18 04:37:24 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2221] 10.0.0.149 () {32 vars in 693 bytes} [Thu Jun 18 04:37:24 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2222] 10.0.0.149 () {34 vars in 758 bytes} [Thu Jun 18 04:37:24 2026] PUT /v2.0/subnetpools/24017138-64b6-4d21-bb22-1e3932579d8e/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2223] 10.0.0.149 () {32 vars in 689 bytes} [Thu Jun 18 04:37:24 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2224] 10.0.0.149 () {32 vars in 738 bytes} [Thu Jun 18 04:37:24 2026] GET /v2.0/subnetpools/24017138-64b6-4d21-bb22-1e3932579d8e/tags => generated 25 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2225] 10.0.0.149 () {32 vars in 701 bytes} [Thu Jun 18 04:37:24 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => 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: 1211/2226] 10.0.0.149 () {34 vars in 769 bytes} [Thu Jun 18 04:37:24 2026] PUT /v2.0/subnetpools/24017138-64b6-4d21-bb22-1e3932579d8e/tags/green => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2227] 10.0.0.149 () {32 vars in 731 bytes} [Thu Jun 18 04:37:24 2026] DELETE /v2.0/subnetpools/e63f0716-6d15-47ab-909a-2310ba95795f => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2228] 10.0.0.149 () {32 vars in 738 bytes} [Thu Jun 18 04:37:24 2026] GET /v2.0/subnetpools/24017138-64b6-4d21-bb22-1e3932579d8e/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2229] 10.0.0.149 () {32 vars in 731 bytes} [Thu Jun 18 04:37:24 2026] DELETE /v2.0/subnetpools/4745bdf2-9b38-42da-a52a-505108d2eaeb => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2230] 10.0.0.149 () {34 vars in 765 bytes} [Thu Jun 18 04:37:24 2026] PUT /v2.0/subnetpools/24017138-64b6-4d21-bb22-1e3932579d8e/tags/red => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2231] 10.0.0.149 () {32 vars in 738 bytes} [Thu Jun 18 04:37:24 2026] GET /v2.0/subnetpools/24017138-64b6-4d21-bb22-1e3932579d8e/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2232] 10.0.0.149 () {32 vars in 731 bytes} [Thu Jun 18 04:37:24 2026] DELETE /v2.0/subnetpools/245aed43-5299-4a62-8218-f6e561d30ad7 => 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: 1215/2233] 10.0.0.149 () {34 vars in 787 bytes} [Thu Jun 18 04:37:24 2026] PUT /v2.0/subnetpools/24017138-64b6-4d21-bb22-1e3932579d8e/tags/black.or.white => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2234] 10.0.0.149 () {32 vars in 731 bytes} [Thu Jun 18 04:37:24 2026] DELETE /v2.0/subnetpools/221607f3-feae-417d-a2ca-fda8f9f86f93 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2235] 10.0.0.149 () {32 vars in 738 bytes} [Thu Jun 18 04:37:24 2026] GET /v2.0/subnetpools/24017138-64b6-4d21-bb22-1e3932579d8e/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2236] 10.0.0.149 () {32 vars in 731 bytes} [Thu Jun 18 04:37:24 2026] DELETE /v2.0/subnetpools/3c18ab18-0e7c-4db1-88cf-e7185998f88a => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2237] 10.0.0.149 () {34 vars in 758 bytes} [Thu Jun 18 04:37:24 2026] PUT /v2.0/subnetpools/24017138-64b6-4d21-bb22-1e3932579d8e/tags => generated 37 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2238] 10.0.0.149 () {32 vars in 738 bytes} [Thu Jun 18 04:37:24 2026] GET /v2.0/subnetpools/24017138-64b6-4d21-bb22-1e3932579d8e/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2239] 10.0.0.149 () {32 vars in 746 bytes} [Thu Jun 18 04:37:24 2026] GET /v2.0/subnetpools/24017138-64b6-4d21-bb22-1e3932579d8e/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:37:24.729 7 INFO neutron.api.v2.resource [None req-ff485bad-5b32-486a-a4a8-3ca98df61202 b21fde912e8c43989c9b705330dd9ba8 05c47643bde3443981d21b25543f150f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1022/2240] 10.0.0.149 () {32 vars in 750 bytes} [Thu Jun 18 04:37:24 2026] GET /v2.0/subnetpools/24017138-64b6-4d21-bb22-1e3932579d8e/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2241] 10.0.0.149 () {32 vars in 749 bytes} [Thu Jun 18 04:37:24 2026] DELETE /v2.0/subnetpools/24017138-64b6-4d21-bb22-1e3932579d8e/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2242] 10.0.0.149 () {32 vars in 738 bytes} [Thu Jun 18 04:37:24 2026] GET /v2.0/subnetpools/24017138-64b6-4d21-bb22-1e3932579d8e/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:37:24.862 8 INFO neutron.api.v2.resource [None req-9b4782b2-d9ea-4c89-adb7-dda9bf1e0b06 b21fde912e8c43989c9b705330dd9ba8 05c47643bde3443981d21b25543f150f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1220/2243] 10.0.0.149 () {32 vars in 753 bytes} [Thu Jun 18 04:37:24 2026] DELETE /v2.0/subnetpools/24017138-64b6-4d21-bb22-1e3932579d8e/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2244] 10.0.0.149 () {32 vars in 741 bytes} [Thu Jun 18 04:37:24 2026] DELETE /v2.0/subnetpools/24017138-64b6-4d21-bb22-1e3932579d8e/tags => 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: 1221/2245] 10.0.0.149 () {32 vars in 738 bytes} [Thu Jun 18 04:37:24 2026] GET /v2.0/subnetpools/24017138-64b6-4d21-bb22-1e3932579d8e/tags => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2246] 10.0.0.149 () {32 vars in 731 bytes} [Thu Jun 18 04:37:24 2026] DELETE /v2.0/subnetpools/24017138-64b6-4d21-bb22-1e3932579d8e => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2247] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:37:25 2026] GET /v2.0/security-groups?tenant_id=b9a2ec34fc13434fb69eee9f28289808&name=default => generated 2929 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2248] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:37:25 2026] GET /v2.0/security-groups?tenant_id=05c47643bde3443981d21b25543f150f&name=default => generated 2929 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2249] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:37:25 2026] DELETE /v2.0/security-groups/f0222581-1ca7-4d1e-9373-f2166f7756c2 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2250] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:37:25 2026] DELETE /v2.0/security-groups/8b992342-9f27-4ef9-9358-3ad8b4e84ced => 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: 1224/2251] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:37:25 2026] GET /v2.0/security-groups?tenant_id=8981a6fa127543d5bf2b86855492b8fd&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2252] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:37:26 2026] GET /v2.0/security-groups?tenant_id=06ac9d6fa15d480a80dc69598fc49b37&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: 1225/2253] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:37:26 2026] DELETE /v2.0/security-groups/fcef7f2e-3249-4057-a333-6e358d40db57 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2254] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:37:26 2026] DELETE /v2.0/security-groups/caa8187f-0354-4f32-bd52-1751eae88bc5 => 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: 1226/2255] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:37:26 2026] GET /v2.0/security-groups?tenant_id=d8278cfb2d36440cbbad5508cf409fd3&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2256] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:37:26 2026] DELETE /v2.0/security-groups/e22abe1d-98fd-42c2-9de6-d3514409bdfb => generated 0 bytes in 168 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2257] 10.0.0.149 () {32 vars in 825 bytes} [Thu Jun 18 04:37:28 2026] GET /v2.0/ports?project_id=fb6e8dce6b5e4a4c96c2b4ab219b87e9&network_id=1b70930a-f931-4716-a4b9-f3912a6e5594 => generated 3691 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2258] 10.0.0.149 () {32 vars in 741 bytes} [Thu Jun 18 04:37:28 2026] GET /v2.0/subnets?network_id=5f4ddf1d-c8cc-4eea-9717-6ad5582dd7ae => generated 667 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:37:28.717 8 INFO neutron.db.l3_db [None req-22aa9e25-5330-40e7-a17d-f472c1cc5137 bc16eabb3e3a43768d501121a1fa43f9 fb6e8dce6b5e4a4c96c2b4ab219b87e9 - - default default] Floating IP 28534877-c0c0-4a3a-b545-de2617811800 disassociated. External IP: 10.96.250.211, port: 6aea3ad4-e6f3-4cb2-8608-a55f6f63b1b8. [pid: 8|app: 0|req: 1228/2259] 10.0.0.149 () {34 vars in 748 bytes} [Thu Jun 18 04:37:28 2026] PUT /v2.0/floatingips/28534877-c0c0-4a3a-b545-de2617811800 => generated 554 bytes in 459 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2260] 10.0.0.149 () {32 vars in 728 bytes} [Thu Jun 18 04:37:29 2026] GET /v2.0/floatingips/28534877-c0c0-4a3a-b545-de2617811800 => generated 554 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:37:29.098 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a8435acb-6982-46de-b009-8dac12d9ce6e'] response: {'name': 'network-changed', 'server_uuid': 'd6cfacd8-dd4e-4437-ab5a-a174d1978943', 'tag': '6aea3ad4-e6f3-4cb2-8608-a55f6f63b1b8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1229/2261] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:37:29 2026] GET /v2.0/ports?tenant_id=fb6e8dce6b5e4a4c96c2b4ab219b87e9&device_id=d6cfacd8-dd4e-4437-ab5a-a174d1978943 => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2262] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:37:29 2026] GET /v2.0/networks?id=1b70930a-f931-4716-a4b9-f3912a6e5594 => generated 757 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2263] 199.204.45.65 () {34 vars in 1056 bytes} [Thu Jun 18 04:37:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=6aea3ad4-e6f3-4cb2-8608-a55f6f63b1b8 => 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: 1232/2264] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:37:29 2026] GET /v2.0/subnets?id=5048a882-4c3d-47ac-83ec-fd9cec6231ea => 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: 1233/2265] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:37:29 2026] GET /v2.0/ports?network_id=1b70930a-f931-4716-a4b9-f3912a6e5594&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: 1234/2266] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:37:29 2026] GET /v2.0/networks/1b70930a-f931-4716-a4b9-f3912a6e5594?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: 1235/2267] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:37:29 2026] GET /v2.0/networks/1b70930a-f931-4716-a4b9-f3912a6e5594?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:37:29.969 7 INFO neutron.db.segments_db [None req-c99d1c8f-71f5-46ac-8063-2c2efd166ebc 3235cd4c3425452c8042dc286453ac0c cbd408cf117a4a47b44c0bd08c655f98 - - default default] Added segment f98631f4-4b84-4c72-a034-a4bb95d9469d of type vxlan for network d1a667b2-d680-4cce-a8ea-5838a1a56f8b [pid: 7|app: 0|req: 1033/2268] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:37:29 2026] POST /v2.0/networks => generated 612 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:37:30.223 8 INFO neutron.db.segments_db [None req-3d1483e4-c7aa-4693-ad5b-f4c4bfd02cc6 ef96fcc9143c4bf49d20cefb4551a73d 4bf603e98e0e46e3a64908bd0be97a11 - - default default] Added segment e4472cab-a864-4262-82e9-cbf61a601628 of type vxlan for network 65c9214c-7560-4ced-a2eb-819c859d5e5b [pid: 8|app: 0|req: 1236/2269] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:37:30 2026] POST /v2.0/networks => generated 612 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2270] 10.0.0.149 () {34 vars in 663 bytes} [Thu Jun 18 04:37:30 2026] POST /v2.0/ports => generated 743 bytes in 298 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: 1237/2271] 10.0.0.149 () {32 vars in 728 bytes} [Thu Jun 18 04:37:30 2026] GET /v2.0/floatingips/28534877-c0c0-4a3a-b545-de2617811800 => generated 554 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2272] 10.0.0.149 () {34 vars in 752 bytes} [Thu Jun 18 04:37:30 2026] PUT /v2.0/networks/65c9214c-7560-4ced-a2eb-819c859d5e5b/tags => generated 25 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2273] 10.0.0.149 () {32 vars in 732 bytes} [Thu Jun 18 04:37:30 2026] GET /v2.0/networks/65c9214c-7560-4ced-a2eb-819c859d5e5b/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2274] 10.0.0.149 () {34 vars in 665 bytes} [Thu Jun 18 04:37:30 2026] POST /v2.0/trunks => generated 407 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2277] 10.0.0.149 () {34 vars in 763 bytes} [Thu Jun 18 04:37:30 2026] PUT /v2.0/networks/65c9214c-7560-4ced-a2eb-819c859d5e5b/tags/green => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2278] 10.0.0.149 () {34 vars in 748 bytes} [Thu Jun 18 04:37:30 2026] PUT /v2.0/trunks/ce523b98-ef79-4ab3-b7d0-5a228873470c/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2279] 10.0.0.149 () {32 vars in 732 bytes} [Thu Jun 18 04:37:30 2026] GET /v2.0/networks/65c9214c-7560-4ced-a2eb-819c859d5e5b/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2280] 10.0.0.149 () {32 vars in 728 bytes} [Thu Jun 18 04:37:30 2026] GET /v2.0/trunks/ce523b98-ef79-4ab3-b7d0-5a228873470c/tags => generated 25 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2281] 10.0.0.149 () {34 vars in 759 bytes} [Thu Jun 18 04:37:30 2026] PUT /v2.0/trunks/ce523b98-ef79-4ab3-b7d0-5a228873470c/tags/green => generated 4 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2282] 10.0.0.149 () {34 vars in 759 bytes} [Thu Jun 18 04:37:30 2026] PUT /v2.0/networks/65c9214c-7560-4ced-a2eb-819c859d5e5b/tags/red => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2283] 10.0.0.149 () {32 vars in 728 bytes} [Thu Jun 18 04:37:30 2026] GET /v2.0/trunks/ce523b98-ef79-4ab3-b7d0-5a228873470c/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2284] 10.0.0.149 () {32 vars in 732 bytes} [Thu Jun 18 04:37:30 2026] GET /v2.0/networks/65c9214c-7560-4ced-a2eb-819c859d5e5b/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2285] 10.0.0.149 () {34 vars in 755 bytes} [Thu Jun 18 04:37:30 2026] PUT /v2.0/trunks/ce523b98-ef79-4ab3-b7d0-5a228873470c/tags/red => generated 4 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2286] 10.0.0.149 () {32 vars in 728 bytes} [Thu Jun 18 04:37:30 2026] GET /v2.0/trunks/ce523b98-ef79-4ab3-b7d0-5a228873470c/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: 1247/2287] 10.0.0.149 () {34 vars in 777 bytes} [Thu Jun 18 04:37:30 2026] PUT /v2.0/trunks/ce523b98-ef79-4ab3-b7d0-5a228873470c/tags/black.or.white => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2288] 10.0.0.149 () {34 vars in 781 bytes} [Thu Jun 18 04:37:30 2026] PUT /v2.0/networks/65c9214c-7560-4ced-a2eb-819c859d5e5b/tags/black.or.white => generated 4 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2289] 10.0.0.149 () {32 vars in 728 bytes} [Thu Jun 18 04:37:30 2026] GET /v2.0/trunks/ce523b98-ef79-4ab3-b7d0-5a228873470c/tags => generated 52 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2290] 10.0.0.149 () {34 vars in 748 bytes} [Thu Jun 18 04:37:30 2026] PUT /v2.0/trunks/ce523b98-ef79-4ab3-b7d0-5a228873470c/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2291] 10.0.0.149 () {32 vars in 732 bytes} [Thu Jun 18 04:37:30 2026] GET /v2.0/networks/65c9214c-7560-4ced-a2eb-819c859d5e5b/tags => generated 52 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2292] 10.0.0.149 () {32 vars in 728 bytes} [Thu Jun 18 04:37:30 2026] GET /v2.0/trunks/ce523b98-ef79-4ab3-b7d0-5a228873470c/tags => generated 37 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2293] 10.0.0.149 () {32 vars in 736 bytes} [Thu Jun 18 04:37:30 2026] GET /v2.0/trunks/ce523b98-ef79-4ab3-b7d0-5a228873470c/tags/red => generated 0 bytes in 19 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2294] 10.0.0.149 () {34 vars in 752 bytes} [Thu Jun 18 04:37:30 2026] PUT /v2.0/networks/65c9214c-7560-4ced-a2eb-819c859d5e5b/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:37:30.960 8 INFO neutron.api.v2.resource [None req-a603a569-815e-48a3-9511-da0f557dbf0f 3235cd4c3425452c8042dc286453ac0c cbd408cf117a4a47b44c0bd08c655f98 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1252/2295] 10.0.0.149 () {32 vars in 740 bytes} [Thu Jun 18 04:37:30 2026] GET /v2.0/trunks/ce523b98-ef79-4ab3-b7d0-5a228873470c/tags/green => generated 99 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2296] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:37:30 2026] DELETE /v2.0/trunks/ce523b98-ef79-4ab3-b7d0-5a228873470c/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2297] 10.0.0.149 () {32 vars in 732 bytes} [Thu Jun 18 04:37:30 2026] GET /v2.0/networks/65c9214c-7560-4ced-a2eb-819c859d5e5b/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2298] 10.0.0.149 () {32 vars in 728 bytes} [Thu Jun 18 04:37:31 2026] GET /v2.0/trunks/ce523b98-ef79-4ab3-b7d0-5a228873470c/tags => generated 30 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:37:31.057 8 INFO neutron.api.v2.resource [None req-e45103d6-178c-40bd-9265-e19ebfdf260d 3235cd4c3425452c8042dc286453ac0c cbd408cf117a4a47b44c0bd08c655f98 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1255/2299] 10.0.0.149 () {32 vars in 743 bytes} [Thu Jun 18 04:37:31 2026] DELETE /v2.0/trunks/ce523b98-ef79-4ab3-b7d0-5a228873470c/tags/green => generated 99 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2300] 10.0.0.149 () {32 vars in 740 bytes} [Thu Jun 18 04:37:31 2026] GET /v2.0/networks/65c9214c-7560-4ced-a2eb-819c859d5e5b/tags/red => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2301] 10.0.0.149 () {32 vars in 731 bytes} [Thu Jun 18 04:37:31 2026] DELETE /v2.0/trunks/ce523b98-ef79-4ab3-b7d0-5a228873470c/tags => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2302] 10.0.0.149 () {32 vars in 728 bytes} [Thu Jun 18 04:37:31 2026] GET /v2.0/trunks/ce523b98-ef79-4ab3-b7d0-5a228873470c/tags => 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: 1258/2303] 10.0.0.149 () {32 vars in 718 bytes} [Thu Jun 18 04:37:31 2026] GET /v2.0/trunks/ce523b98-ef79-4ab3-b7d0-5a228873470c => generated 407 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:37:31.156 7 INFO neutron.api.v2.resource [None req-ebd29359-a145-4c89-a3c9-cf358502cd00 ef96fcc9143c4bf49d20cefb4551a73d 4bf603e98e0e46e3a64908bd0be97a11 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1046/2304] 10.0.0.149 () {32 vars in 744 bytes} [Thu Jun 18 04:37:31 2026] GET /v2.0/networks/65c9214c-7560-4ced-a2eb-819c859d5e5b/tags/green => generated 99 bytes in 70 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2305] 10.0.0.149 () {32 vars in 716 bytes} [Thu Jun 18 04:37:31 2026] GET /v2.0/ports/8475aa85-742c-448e-9432-55734e230910 => generated 826 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2306] 10.0.0.149 () {32 vars in 743 bytes} [Thu Jun 18 04:37:31 2026] DELETE /v2.0/networks/65c9214c-7560-4ced-a2eb-819c859d5e5b/tags/red => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2307] 10.0.0.149 () {32 vars in 732 bytes} [Thu Jun 18 04:37:31 2026] GET /v2.0/networks/65c9214c-7560-4ced-a2eb-819c859d5e5b/tags => generated 30 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2308] 10.0.0.149 () {32 vars in 721 bytes} [Thu Jun 18 04:37:31 2026] DELETE /v2.0/trunks/ce523b98-ef79-4ab3-b7d0-5a228873470c => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:37:31.335 7 INFO neutron.api.v2.resource [None req-498d78fb-1205-4661-a442-c0d63d429188 ef96fcc9143c4bf49d20cefb4551a73d 4bf603e98e0e46e3a64908bd0be97a11 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1049/2309] 10.0.0.149 () {32 vars in 747 bytes} [Thu Jun 18 04:37:31 2026] DELETE /v2.0/networks/65c9214c-7560-4ced-a2eb-819c859d5e5b/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-18 04:37:31.370 8 INFO neutron_taas.services.taas.taas_plugin [None req-374b029d-fcea-4e84-b21c-cd11b1d825c4 3235cd4c3425452c8042dc286453ac0c cbd408cf117a4a47b44c0bd08c655f98 - - default default] TaaS: Handle Delete Port: 8475aa85-742c-448e-9432-55734e230910 2026-06-18 04:37:31.372 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-374b029d-fcea-4e84-b21c-cd11b1d825c4 3235cd4c3425452c8042dc286453ac0c cbd408cf117a4a47b44c0bd08c655f98 - - default default] Tap Mirror: Handle Delete Port: 8475aa85-742c-448e-9432-55734e230910 [pid: 7|app: 0|req: 1050/2310] 10.0.0.149 () {32 vars in 735 bytes} [Thu Jun 18 04:37:31 2026] DELETE /v2.0/networks/65c9214c-7560-4ced-a2eb-819c859d5e5b/tags => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2311] 10.0.0.149 () {32 vars in 728 bytes} [Thu Jun 18 04:37:31 2026] GET /v2.0/floatingips/28534877-c0c0-4a3a-b545-de2617811800 => generated 552 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2312] 10.0.0.149 () {32 vars in 719 bytes} [Thu Jun 18 04:37:31 2026] DELETE /v2.0/ports/8475aa85-742c-448e-9432-55734e230910 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2313] 10.0.0.149 () {32 vars in 732 bytes} [Thu Jun 18 04:37:31 2026] GET /v2.0/networks/65c9214c-7560-4ced-a2eb-819c859d5e5b/tags => generated 12 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:37:31.587 8 INFO neutron.services.segments.plugin [-] Segment f98631f4-4b84-4c72-a034-a4bb95d9469d resource provider aggregate not found 2026-06-18 04:37:31.589 8 INFO neutron.services.segments.plugin [-] Segment f98631f4-4b84-4c72-a034-a4bb95d9469d resource provider aggregate not found 2026-06-18 04:37:31.606 8 INFO neutron.services.segments.plugin [-] Segment f98631f4-4b84-4c72-a034-a4bb95d9469d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f98631f4-4b84-4c72-a034-a4bb95d9469d found for delete ", "request_id": "req-8a993c15-9a9c-4434-9530-72bc40f5a95b"}]} 2026-06-18 04:37:31.615 8 INFO neutron.services.segments.plugin [-] Segment f98631f4-4b84-4c72-a034-a4bb95d9469d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f98631f4-4b84-4c72-a034-a4bb95d9469d found for delete ", "request_id": "req-50854e9b-19da-410b-82de-6530f9fe3cca"}]} [pid: 8|app: 0|req: 1262/2314] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:37:31 2026] DELETE /v2.0/networks/d1a667b2-d680-4cce-a8ea-5838a1a56f8b => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:37:31.629 7 INFO neutron.services.segments.plugin [-] Segment e4472cab-a864-4262-82e9-cbf61a601628 resource provider aggregate not found 2026-06-18 04:37:31.637 7 INFO neutron.services.segments.plugin [-] Segment e4472cab-a864-4262-82e9-cbf61a601628 resource provider aggregate not found 2026-06-18 04:37:31.656 7 INFO neutron.services.segments.plugin [-] Segment e4472cab-a864-4262-82e9-cbf61a601628 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4472cab-a864-4262-82e9-cbf61a601628 found for delete ", "request_id": "req-71670f8d-9fe9-48f8-b9c9-80509c52ed52"}]} 2026-06-18 04:37:31.658 7 INFO neutron.services.segments.plugin [-] Segment e4472cab-a864-4262-82e9-cbf61a601628 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4472cab-a864-4262-82e9-cbf61a601628 found for delete ", "request_id": "req-e827e46f-59cd-4da3-8c2c-c1d7822b6c07"}]} [pid: 7|app: 0|req: 1053/2315] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:37:31 2026] DELETE /v2.0/networks/65c9214c-7560-4ced-a2eb-819c859d5e5b => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2316] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:37:32 2026] GET /v2.0/security-groups?tenant_id=cbd408cf117a4a47b44c0bd08c655f98&name=default => generated 2929 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2317] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:37:32 2026] GET /v2.0/security-groups?tenant_id=eacfedb6dac04ac3b57745612dd8fd00&name=default => generated 2929 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2318] 10.0.0.149 () {34 vars in 684 bytes} [Thu Jun 18 04:37:32 2026] POST /v2.0/security-groups => generated 1675 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2319] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:37:32 2026] DELETE /v2.0/security-groups/f663519c-7e56-4373-a772-3e42d8e57682 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2320] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:37:32 2026] DELETE /v2.0/security-groups/5216d986-c6d2-4c54-a13c-30d1428e6c1b => 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: 1266/2321] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:37:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2322] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:37:32 2026] GET /v2.0/security-groups?tenant_id=4bf603e98e0e46e3a64908bd0be97a11&name=default => generated 2929 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2323] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:37:32 2026] DELETE /v2.0/security-groups/2198a3c1-0f80-47b3-ae7c-8e09d3f6ea5c => 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: 1267/2324] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:37:32 2026] POST /v2.0/security-group-rules => generated 596 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2325] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:37:33 2026] GET /v2.0/security-groups?tenant_id=308d43376c364669ab9ec22bfaaf577a&name=default => generated 2929 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2326] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:37:33 2026] POST /v2.0/security-group-rules => generated 602 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2327] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:37:33 2026] DELETE /v2.0/security-groups/e780c859-2bda-4786-812b-1ccfa4e9cb32 => 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: 1269/2328] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:37:33 2026] POST /v2.0/security-group-rules => generated 601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:37:33.385 7 INFO neutron.db.securitygroups_db [None req-32e7b620-661e-4b5d-af57-6fe04b2f7a18 bc16eabb3e3a43768d501121a1fa43f9 fb6e8dce6b5e4a4c96c2b4ab219b87e9 - - default default] Project fb6e8dce6b5e4a4c96c2b4ab219b87e9 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 7|app: 0|req: 1060/2329] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:37:33 2026] POST /v2.0/security-group-rules => generated 607 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:37:33.537 8 INFO neutron.db.securitygroups_db [None req-5510db37-9ceb-4cc0-8ca7-f8c08cc5e0b6 bc16eabb3e3a43768d501121a1fa43f9 fb6e8dce6b5e4a4c96c2b4ab219b87e9 - - default default] Project fb6e8dce6b5e4a4c96c2b4ab219b87e9 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: 1270/2330] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:37:33 2026] POST /v2.0/security-group-rules => generated 606 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2331] 10.0.0.149 () {32 vars in 648 bytes} [Thu Jun 18 04:37:34 2026] GET /v2.0/networks => generated 1298 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2332] 10.0.0.4 () {34 vars in 1095 bytes} [Thu Jun 18 04:37:34 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-540611126&fields=id&tenant_id=fb6e8dce6b5e4a4c96c2b4ab219b87e9 => generated 69 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2333] 10.0.0.4 () {34 vars in 979 bytes} [Thu Jun 18 04:37:34 2026] GET /v2.0/networks?id=1b70930a-f931-4716-a4b9-f3912a6e5594 => generated 661 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2334] 10.0.0.4 () {34 vars in 962 bytes} [Thu Jun 18 04:37:34 2026] GET /v2.0/quotas/fb6e8dce6b5e4a4c96c2b4ab219b87e9 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2335] 10.0.0.4 () {34 vars in 999 bytes} [Thu Jun 18 04:37:34 2026] GET /v2.0/ports?tenant_id=fb6e8dce6b5e4a4c96c2b4ab219b87e9&fields=id => generated 149 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2336] 10.0.0.4 () {34 vars in 1005 bytes} [Thu Jun 18 04:37:34 2026] GET /v2.0/networks/1b70930a-f931-4716-a4b9-f3912a6e5594?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2337] 10.0.0.4 () {34 vars in 1105 bytes} [Thu Jun 18 04:37:34 2026] GET /v2.0/networks/1b70930a-f931-4716-a4b9-f3912a6e5594?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: 1274/2338] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:37:34 2026] GET /v2.0/ports?device_id=3a25238b-acea-4270-864c-9f57732230ad => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2339] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:37:36 2026] GET /v2.0/ports?device_id=3a25238b-acea-4270-864c-9f57732230ad => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:37:36.981 8 INFO neutron.db.segments_db [None req-b9476877-305d-4311-a3fc-a82091aa1502 07393e5c459541ee97c3377a7c250d8f 7ab512cfcc3e457583fad2c721ce6509 - - default default] Added segment d89797a9-4dda-4262-9f74-f95dda9689be of type vxlan for network 78726647-3615-4b3a-9282-d39b915afb34 [pid: 8|app: 0|req: 1275/2340] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:37:36 2026] POST /v2.0/networks => generated 612 bytes in 532 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2341] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:37:36 2026] GET /v2.0/security-groups?tenant_id=a46ed428d0d349ed99a2683b0c387bc6&name=default => generated 2929 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2342] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:37:37 2026] GET /v2.0/ports?device_id=3a25238b-acea-4270-864c-9f57732230ad => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2343] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:37:37 2026] DELETE /v2.0/security-groups/1ad9f472-368a-4b36-871b-488727540b6f => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2344] 10.0.0.149 () {34 vars in 663 bytes} [Thu Jun 18 04:37:37 2026] POST /v2.0/ports => generated 743 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1069/2345] 10.0.0.149 () {34 vars in 746 bytes} [Thu Jun 18 04:37:37 2026] PUT /v2.0/ports/831ae962-0b3f-453f-8939-77d5cb8004f0/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1070/2346] 10.0.0.149 () {32 vars in 726 bytes} [Thu Jun 18 04:37:37 2026] GET /v2.0/ports/831ae962-0b3f-453f-8939-77d5cb8004f0/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1277/2347] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:37:37 2026] GET /v2.0/security-groups?tenant_id=cd7a9b08b69d4448bfd1529067166bae&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2348] 10.0.0.149 () {34 vars in 757 bytes} [Thu Jun 18 04:37:37 2026] PUT /v2.0/ports/831ae962-0b3f-453f-8939-77d5cb8004f0/tags/green => generated 4 bytes in 110 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: 1278/2349] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:37:37 2026] DELETE /v2.0/security-groups/9dacdb21-f473-4ab1-8499-70eee8f3a31b => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2350] 10.0.0.149 () {32 vars in 726 bytes} [Thu Jun 18 04:37:37 2026] GET /v2.0/ports/831ae962-0b3f-453f-8939-77d5cb8004f0/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2351] 10.0.0.149 () {34 vars in 753 bytes} [Thu Jun 18 04:37:37 2026] PUT /v2.0/ports/831ae962-0b3f-453f-8939-77d5cb8004f0/tags/red => generated 4 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1073/2352] 10.0.0.149 () {32 vars in 726 bytes} [Thu Jun 18 04:37:37 2026] GET /v2.0/ports/831ae962-0b3f-453f-8939-77d5cb8004f0/tags => generated 34 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: 1280/2353] 10.0.0.149 () {34 vars in 775 bytes} [Thu Jun 18 04:37:37 2026] PUT /v2.0/ports/831ae962-0b3f-453f-8939-77d5cb8004f0/tags/black.or.white => generated 4 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1074/2354] 10.0.0.149 () {32 vars in 726 bytes} [Thu Jun 18 04:37:38 2026] GET /v2.0/ports/831ae962-0b3f-453f-8939-77d5cb8004f0/tags => generated 52 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1281/2355] 10.0.0.149 () {34 vars in 746 bytes} [Thu Jun 18 04:37:38 2026] PUT /v2.0/ports/831ae962-0b3f-453f-8939-77d5cb8004f0/tags => generated 37 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: 7|app: 0|req: 1075/2356] 10.0.0.149 () {32 vars in 726 bytes} [Thu Jun 18 04:37:38 2026] GET /v2.0/ports/831ae962-0b3f-453f-8939-77d5cb8004f0/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1282/2357] 10.0.0.149 () {32 vars in 734 bytes} [Thu Jun 18 04:37:38 2026] GET /v2.0/ports/831ae962-0b3f-453f-8939-77d5cb8004f0/tags/red => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1283/2358] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:37:38 2026] GET /v2.0/ports?device_id=3a25238b-acea-4270-864c-9f57732230ad => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:37:38.355 7 INFO neutron.api.v2.resource [None req-ad0de307-2d09-43f7-9bcb-eb39e217fe6f 07393e5c459541ee97c3377a7c250d8f 7ab512cfcc3e457583fad2c721ce6509 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1076/2359] 10.0.0.149 () {32 vars in 738 bytes} [Thu Jun 18 04:37:38 2026] GET /v2.0/ports/831ae962-0b3f-453f-8939-77d5cb8004f0/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2360] 10.0.0.149 () {32 vars in 737 bytes} [Thu Jun 18 04:37:38 2026] DELETE /v2.0/ports/831ae962-0b3f-453f-8939-77d5cb8004f0/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: 7|app: 0|req: 1077/2361] 10.0.0.149 () {32 vars in 726 bytes} [Thu Jun 18 04:37:38 2026] GET /v2.0/ports/831ae962-0b3f-453f-8939-77d5cb8004f0/tags => generated 30 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-18 04:37:38.577 8 INFO neutron.api.v2.resource [None req-5ed3f3af-4d92-47e5-8d60-f9cd6774192f 07393e5c459541ee97c3377a7c250d8f 7ab512cfcc3e457583fad2c721ce6509 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1285/2362] 10.0.0.149 () {32 vars in 741 bytes} [Thu Jun 18 04:37:38 2026] DELETE /v2.0/ports/831ae962-0b3f-453f-8939-77d5cb8004f0/tags/green => generated 99 bytes in 74 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1078/2363] 10.0.0.149 () {32 vars in 729 bytes} [Thu Jun 18 04:37:38 2026] DELETE /v2.0/ports/831ae962-0b3f-453f-8939-77d5cb8004f0/tags => generated 0 bytes in 69 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: 1286/2364] 10.0.0.149 () {32 vars in 726 bytes} [Thu Jun 18 04:37:38 2026] GET /v2.0/ports/831ae962-0b3f-453f-8939-77d5cb8004f0/tags => generated 12 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-18 04:37:38.857 7 INFO neutron_taas.services.taas.taas_plugin [None req-c72fd6de-28de-493b-be2a-78cd5b8658c5 07393e5c459541ee97c3377a7c250d8f 7ab512cfcc3e457583fad2c721ce6509 - - default default] TaaS: Handle Delete Port: 831ae962-0b3f-453f-8939-77d5cb8004f0 2026-06-18 04:37:38.861 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c72fd6de-28de-493b-be2a-78cd5b8658c5 07393e5c459541ee97c3377a7c250d8f 7ab512cfcc3e457583fad2c721ce6509 - - default default] Tap Mirror: Handle Delete Port: 831ae962-0b3f-453f-8939-77d5cb8004f0 [pid: 7|app: 0|req: 1079/2365] 10.0.0.149 () {32 vars in 719 bytes} [Thu Jun 18 04:37:38 2026] DELETE /v2.0/ports/831ae962-0b3f-453f-8939-77d5cb8004f0 => generated 0 bytes in 214 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-06-18 04:37:39.093 8 INFO neutron.services.segments.plugin [-] Segment d89797a9-4dda-4262-9f74-f95dda9689be resource provider aggregate not found 2026-06-18 04:37:39.097 8 INFO neutron.services.segments.plugin [-] Segment d89797a9-4dda-4262-9f74-f95dda9689be resource provider aggregate not found 2026-06-18 04:37:39.117 8 INFO neutron.services.segments.plugin [-] Segment d89797a9-4dda-4262-9f74-f95dda9689be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d89797a9-4dda-4262-9f74-f95dda9689be found for delete ", "request_id": "req-fb1f621a-5862-4142-b68b-d62130723d0c"}]} 2026-06-18 04:37:39.122 8 INFO neutron.services.segments.plugin [-] Segment d89797a9-4dda-4262-9f74-f95dda9689be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d89797a9-4dda-4262-9f74-f95dda9689be found for delete ", "request_id": "req-022414d5-f5c0-4b84-95f7-f73a3e0e19ec"}]} [pid: 8|app: 0|req: 1287/2366] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:37:38 2026] DELETE /v2.0/networks/78726647-3615-4b3a-9282-d39b915afb34 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2367] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:37:39 2026] GET /v2.0/networks?id=1b70930a-f931-4716-a4b9-f3912a6e5594 => generated 661 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2368] 199.204.45.65 () {34 vars in 1048 bytes} [Thu Jun 18 04:37:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fb6e8dce6b5e4a4c96c2b4ab219b87e9 => generated 273 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2369] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:37:39 2026] GET /v2.0/ports?device_id=3a25238b-acea-4270-864c-9f57732230ad => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2370] 199.204.45.65 () {38 vars in 953 bytes} [Thu Jun 18 04:37:39 2026] POST /v2.0/ports => generated 958 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1082/2371] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:37:39 2026] GET /v2.0/security-groups?tenant_id=7ab512cfcc3e457583fad2c721ce6509&name=default => generated 2929 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2372] 199.204.45.65 () {38 vars in 1026 bytes} [Thu Jun 18 04:37:39 2026] PUT /v2.0/ports/c442be2b-e408-4a31-b937-b2774570aec9 => generated 1239 bytes in 472 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2373] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:37:40 2026] DELETE /v2.0/security-groups/74a0f30d-5d84-4710-b269-983115cf18e8 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:37:40.256 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8ca71727-6e0b-4864-b80e-a9e22e31589b'] response: {'name': 'network-changed', 'server_uuid': '3a25238b-acea-4270-864c-9f57732230ad', 'tag': 'c442be2b-e408-4a31-b937-b2774570aec9', '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: 1291/2374] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:37:40 2026] GET /v2.0/security-groups?tenant_id=848125721cf04530bdc451f1e0e0a1c3&name=default => generated 2929 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2375] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:37:40 2026] GET /v2.0/ports?device_id=3a25238b-acea-4270-864c-9f57732230ad => generated 973 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2376] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:37:40 2026] DELETE /v2.0/security-groups/c83e54ab-16af-46a0-897b-b758aef995c7 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2377] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:37:40 2026] GET /v2.0/security-groups?id=01760969-a5ba-4ed4-830a-275f6acfcf72&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2378] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:37:40 2026] GET /v2.0/ports?tenant_id=fb6e8dce6b5e4a4c96c2b4ab219b87e9&device_id=3a25238b-acea-4270-864c-9f57732230ad => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2379] 199.204.45.65 () {34 vars in 1016 bytes} [Thu Jun 18 04:37:40 2026] GET /v2.0/networks?tenant_id=fb6e8dce6b5e4a4c96c2b4ab219b87e9&shared=False => generated 757 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2380] 199.204.45.65 () {34 vars in 928 bytes} [Thu Jun 18 04:37:40 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2381] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:37:41 2026] GET /v2.0/ports?device_id=3a25238b-acea-4270-864c-9f57732230ad => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2382] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:37:41 2026] GET /v2.0/security-groups?id=01760969-a5ba-4ed4-830a-275f6acfcf72&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: 1296/2383] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:37:41 2026] GET /v2.0/ports?tenant_id=fb6e8dce6b5e4a4c96c2b4ab219b87e9&device_id=3a25238b-acea-4270-864c-9f57732230ad => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2384] 199.204.45.65 () {34 vars in 1058 bytes} [Thu Jun 18 04:37:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=c442be2b-e408-4a31-b937-b2774570aec9 => 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: 1297/2385] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:37:42 2026] GET /v2.0/subnets?id=5048a882-4c3d-47ac-83ec-fd9cec6231ea => generated 676 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2386] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:37:42 2026] GET /v2.0/ports?network_id=1b70930a-f931-4716-a4b9-f3912a6e5594&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2387] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:37:42 2026] GET /v2.0/networks/1b70930a-f931-4716-a4b9-f3912a6e5594?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2388] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:37:42 2026] GET /v2.0/networks/1b70930a-f931-4716-a4b9-f3912a6e5594?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: 1299/2389] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:37:42 2026] GET /v2.0/ports?device_id=3a25238b-acea-4270-864c-9f57732230ad => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2390] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:37:42 2026] GET /v2.0/security-groups?id=01760969-a5ba-4ed4-830a-275f6acfcf72&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2391] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:37:44 2026] GET /v2.0/ports?device_id=3a25238b-acea-4270-864c-9f57732230ad => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2392] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:37:44 2026] GET /v2.0/security-groups?id=01760969-a5ba-4ed4-830a-275f6acfcf72&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: 1301/2393] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:37:45 2026] GET /v2.0/ports?device_id=3a25238b-acea-4270-864c-9f57732230ad => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2394] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:37:45 2026] GET /v2.0/security-groups?id=01760969-a5ba-4ed4-830a-275f6acfcf72&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: 1303/2397] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:37:46 2026] GET /v2.0/ports?device_id=3a25238b-acea-4270-864c-9f57732230ad => generated 975 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2398] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:37:46 2026] GET /v2.0/security-groups?id=01760969-a5ba-4ed4-830a-275f6acfcf72&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: 1304/2399] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:37:47 2026] GET /v2.0/ports?device_id=3a25238b-acea-4270-864c-9f57732230ad => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2400] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:37:47 2026] GET /v2.0/security-groups?id=01760969-a5ba-4ed4-830a-275f6acfcf72&fields=id&fields=name => generated 113 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2401] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:37:47 2026] GET /v2.0/ports?device_id=3a25238b-acea-4270-864c-9f57732230ad => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2402] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:37:47 2026] GET /v2.0/security-groups?id=01760969-a5ba-4ed4-830a-275f6acfcf72&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: 1306/2403] 10.0.0.149 () {32 vars in 735 bytes} [Thu Jun 18 04:37:47 2026] GET /v2.0/ports?device_id=3a25238b-acea-4270-864c-9f57732230ad => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:37:48.273 7 INFO neutron.db.l3_db [None req-dfd5203e-45b3-4834-8762-3a852c91df2a bc16eabb3e3a43768d501121a1fa43f9 fb6e8dce6b5e4a4c96c2b4ab219b87e9 - - default default] Floating IP 28534877-c0c0-4a3a-b545-de2617811800 associated. External IP: 10.96.250.211, port: c442be2b-e408-4a31-b937-b2774570aec9. [pid: 7|app: 0|req: 1098/2404] 10.0.0.149 () {34 vars in 748 bytes} [Thu Jun 18 04:37:47 2026] PUT /v2.0/floatingips/28534877-c0c0-4a3a-b545-de2617811800 => generated 856 bytes in 659 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:37:48.652 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1aef1223-8c7b-4e57-9c2b-8899bdc91689'] response: {'name': 'network-changed', 'server_uuid': '3a25238b-acea-4270-864c-9f57732230ad', 'tag': 'c442be2b-e408-4a31-b937-b2774570aec9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1307/2405] 10.0.0.149 () {32 vars in 728 bytes} [Thu Jun 18 04:37:48 2026] GET /v2.0/floatingips/28534877-c0c0-4a3a-b545-de2617811800 => generated 856 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2406] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:37:49 2026] GET /v2.0/ports?tenant_id=fb6e8dce6b5e4a4c96c2b4ab219b87e9&device_id=3a25238b-acea-4270-864c-9f57732230ad => 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: 1308/2407] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:37:49 2026] GET /v2.0/networks?id=1b70930a-f931-4716-a4b9-f3912a6e5594 => generated 757 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2408] 199.204.45.65 () {34 vars in 1058 bytes} [Thu Jun 18 04:37:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=c442be2b-e408-4a31-b937-b2774570aec9 => generated 859 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2409] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:37:49 2026] GET /v2.0/subnets?id=5048a882-4c3d-47ac-83ec-fd9cec6231ea => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2410] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:37:49 2026] GET /v2.0/ports?network_id=1b70930a-f931-4716-a4b9-f3912a6e5594&device_owner=network%3Adhcp => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2411] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:37:49 2026] GET /v2.0/networks/1b70930a-f931-4716-a4b9-f3912a6e5594?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2412] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:37:49 2026] GET /v2.0/networks/1b70930a-f931-4716-a4b9-f3912a6e5594?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: 1311/2413] 10.0.0.149 () {32 vars in 728 bytes} [Thu Jun 18 04:37:49 2026] GET /v2.0/floatingips/28534877-c0c0-4a3a-b545-de2617811800 => generated 856 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:37:50.462 7 INFO neutron.db.segments_db [None req-f639d3e8-ee30-4c68-80bb-f7f7e74e66dc 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] Added segment 2d9d28e5-00c6-4c44-8418-79967530b9c6 of type vxlan for network aa49051b-9624-4196-9a2c-0ca95cbea261 [pid: 7|app: 0|req: 1103/2414] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:37:50 2026] POST /v2.0/networks => generated 620 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2415] 10.0.0.149 () {32 vars in 728 bytes} [Thu Jun 18 04:37:50 2026] GET /v2.0/floatingips/28534877-c0c0-4a3a-b545-de2617811800 => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2416] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:37:50 2026] POST /v2.0/subnets => generated 658 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2417] 10.0.0.149 () {32 vars in 721 bytes} [Thu Jun 18 04:37:50 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2418] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:37:50 2026] POST /v2.0/subnets => generated 732 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:37:51.190 7 INFO neutron.db.segments_db [None req-2c39049d-467b-4367-8393-d4023fdb2268 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] Added segment c058790d-8813-43b9-8857-bb5e858ced72 of type vxlan for network a427d201-a17d-430e-a9b2-989d9f23cc6e [pid: 7|app: 0|req: 1106/2419] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:37:51 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: 1314/2420] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:37:51 2026] POST /v2.0/subnets => generated 655 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2421] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:37:51 2026] POST /v2.0/subnets => generated 725 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:37:51.883 8 INFO neutron.db.segments_db [None req-b17575af-cebd-491b-8a9d-7ec54f11bbd7 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] Added segment adbce217-c030-44ea-8d10-4a7fae911be1 of type vxlan for network 4eaaaaf9-ab69-42ee-8bec-594bcdcd784d [pid: 8|app: 0|req: 1315/2422] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:37:51 2026] POST /v2.0/networks => generated 618 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2423] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:37:51 2026] POST /v2.0/subnets => generated 655 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2424] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:37:52 2026] POST /v2.0/subnets => generated 730 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:37:52.597 7 INFO neutron.db.segments_db [None req-8788478b-2636-42ff-8eef-8ef665950478 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] Added segment f706f683-8408-4876-8a50-c0d6ce5455a6 of type vxlan for network c9bac74e-75ea-495b-878a-ac6bc326ae9e 2026-06-18 04:37:52.874 7 INFO neutron.db.l3_hamode_db [None req-8788478b-2636-42ff-8eef-8ef665950478 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 04:37:53.564 7 INFO neutron.db.l3_hamode_db [None req-8788478b-2636-42ff-8eef-8ef665950478 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1109/2425] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:37:52 2026] POST /v2.0/routers => generated 685 bytes in 1957 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2426] 10.0.0.149 () {34 vars in 782 bytes} [Thu Jun 18 04:37:54 2026] PUT /v2.0/routers/d5b463f7-1dda-4af5-acb8-38fd5b1673c2/add_router_interface => generated 309 bytes in 1437 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2427] 10.0.0.149 () {34 vars in 782 bytes} [Thu Jun 18 04:37:55 2026] PUT /v2.0/routers/d5b463f7-1dda-4af5-acb8-38fd5b1673c2/add_router_interface => generated 309 bytes in 2014 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2428] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jun 18 04:37:58 2026] GET /v2.0/ports?device_id=3a25238b-acea-4270-864c-9f57732230ad => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2429] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jun 18 04:37:58 2026] GET /v2.0/security-groups?id=01760969-a5ba-4ed4-830a-275f6acfcf72&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: 1318/2430] 10.0.0.149 () {34 vars in 782 bytes} [Thu Jun 18 04:37:57 2026] PUT /v2.0/routers/d5b463f7-1dda-4af5-acb8-38fd5b1673c2/add_router_interface => generated 309 bytes in 1540 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2431] 10.0.0.149 () {34 vars in 683 bytes} [Thu Jun 18 04:37:59 2026] POST /v2.0/security-groups => generated 1629 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2432] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:37:59 2026] POST /v2.0/security-group-rules => generated 597 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2433] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:37:59 2026] POST /v2.0/security-group-rules => generated 597 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2434] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:38:00 2026] POST /v2.0/security-group-rules => generated 599 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2435] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:38:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2436] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:38:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2439] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:38:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2440] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:38:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2441] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:38:00 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: 8|app: 0|req: 1325/2442] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:38:00 2026] POST /v2.0/security-group-rules => generated 599 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2443] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:38:01 2026] POST /v2.0/security-group-rules => generated 601 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2444] 10.0.0.149 () {34 vars in 694 bytes} [Thu Jun 18 04:38:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2445] 10.0.0.4 () {34 vars in 1091 bytes} [Thu Jun 18 04:38:01 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-648690358&fields=id&tenant_id=57d468e5f949423a834cf5f2abe5e25e => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2446] 10.0.0.4 () {34 vars in 979 bytes} [Thu Jun 18 04:38:01 2026] GET /v2.0/networks?id=a427d201-a17d-430e-a9b2-989d9f23cc6e => generated 705 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2447] 10.0.0.4 () {34 vars in 962 bytes} [Thu Jun 18 04:38:01 2026] GET /v2.0/quotas/57d468e5f949423a834cf5f2abe5e25e => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2448] 10.0.0.4 () {34 vars in 999 bytes} [Thu Jun 18 04:38:01 2026] GET /v2.0/ports?tenant_id=57d468e5f949423a834cf5f2abe5e25e&fields=id => generated 287 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2449] 10.0.0.4 () {34 vars in 1005 bytes} [Thu Jun 18 04:38:01 2026] GET /v2.0/networks/a427d201-a17d-430e-a9b2-989d9f23cc6e?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2450] 10.0.0.4 () {34 vars in 1105 bytes} [Thu Jun 18 04:38:02 2026] GET /v2.0/networks/a427d201-a17d-430e-a9b2-989d9f23cc6e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2451] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:38:02 2026] GET /v2.0/ports?device_id=a60c041f-612d-4ea3-ba2b-1233ffbc8ff9 => 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: 1330/2452] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:38:06 2026] GET /v2.0/networks?id=a427d201-a17d-430e-a9b2-989d9f23cc6e => generated 705 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2453] 199.204.45.65 () {34 vars in 1048 bytes} [Thu Jun 18 04:38:06 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=57d468e5f949423a834cf5f2abe5e25e => generated 178 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2454] 199.204.45.65 () {38 vars in 953 bytes} [Thu Jun 18 04:38:06 2026] POST /v2.0/ports => generated 1179 bytes in 433 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: 1332/2455] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:38:07 2026] GET /v2.0/ports?device_id=a60c041f-612d-4ea3-ba2b-1233ffbc8ff9 => generated 1194 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2456] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:38:07 2026] GET /v2.0/security-groups?id=0320e0f2-43db-4621-b83a-45e4b9b330e5&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2457] 199.204.45.65 () {38 vars in 1026 bytes} [Thu Jun 18 04:38:07 2026] PUT /v2.0/ports/7b3b1a67-08b2-4983-a1d0-52e5469fd0d3 => generated 1460 bytes in 481 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:38:07.592 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-32d39bb3-61fd-4fae-9aad-06d0a529585d'] response: {'name': 'network-changed', 'server_uuid': 'a60c041f-612d-4ea3-ba2b-1233ffbc8ff9', 'tag': '7b3b1a67-08b2-4983-a1d0-52e5469fd0d3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1334/2458] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:38:08 2026] GET /v2.0/ports?tenant_id=57d468e5f949423a834cf5f2abe5e25e&device_id=a60c041f-612d-4ea3-ba2b-1233ffbc8ff9 => generated 1463 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1125/2459] 199.204.45.65 () {34 vars in 1016 bytes} [Thu Jun 18 04:38:08 2026] GET /v2.0/networks?tenant_id=57d468e5f949423a834cf5f2abe5e25e&shared=False => generated 2375 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2460] 199.204.45.65 () {34 vars in 928 bytes} [Thu Jun 18 04:38:08 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2461] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:38:09 2026] GET /v2.0/ports?device_id=3a25238b-acea-4270-864c-9f57732230ad => generated 975 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2462] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:38:09 2026] GET /v2.0/security-groups?id=01760969-a5ba-4ed4-830a-275f6acfcf72&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2463] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:38:09 2026] GET /v2.0/ports?tenant_id=57d468e5f949423a834cf5f2abe5e25e&device_id=a60c041f-612d-4ea3-ba2b-1233ffbc8ff9 => generated 1463 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2464] 199.204.45.65 () {34 vars in 1054 bytes} [Thu Jun 18 04:38:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.86&port_id=7b3b1a67-08b2-4983-a1d0-52e5469fd0d3 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2465] 199.204.45.65 () {34 vars in 1102 bytes} [Thu Jun 18 04:38:09 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A27e&port_id=7b3b1a67-08b2-4983-a1d0-52e5469fd0d3 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2466] 199.204.45.65 () {34 vars in 1062 bytes} [Thu Jun 18 04:38:09 2026] GET /v2.0/subnets?id=b30589bf-f2b7-4e36-876f-2ee9d92f1a39&id=8c980a1f-f16c-49a0-8fa8-97464829afff => generated 1409 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2467] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:38:09 2026] GET /v2.0/ports?network_id=a427d201-a17d-430e-a9b2-989d9f23cc6e&device_owner=network%3Adhcp => generated 1457 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2468] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:38:09 2026] GET /v2.0/ports?network_id=a427d201-a17d-430e-a9b2-989d9f23cc6e&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2469] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:38:09 2026] GET /v2.0/networks/a427d201-a17d-430e-a9b2-989d9f23cc6e?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: 1340/2470] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:38:09 2026] GET /v2.0/networks/a427d201-a17d-430e-a9b2-989d9f23cc6e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2471] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:38:10 2026] GET /v2.0/ports?device_id=3a25238b-acea-4270-864c-9f57732230ad => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2472] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:38:10 2026] GET /v2.0/security-groups?id=01760969-a5ba-4ed4-830a-275f6acfcf72&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2473] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:38:11 2026] GET /v2.0/ports?device_id=3a25238b-acea-4270-864c-9f57732230ad => 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: 1342/2474] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:38:11 2026] GET /v2.0/security-groups?id=01760969-a5ba-4ed4-830a-275f6acfcf72&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2475] 199.204.45.65 () {34 vars in 992 bytes} [Thu Jun 18 04:38:11 2026] GET /v2.0/ports?device_id=3a25238b-acea-4270-864c-9f57732230ad => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:38:11.722 8 INFO neutron_taas.services.taas.taas_plugin [req-3dbe8a2e-2bfe-4788-add8-aeb68517e102 req-d1b9f7fb-8b47-4ea8-a92d-52f707be3834 bc16eabb3e3a43768d501121a1fa43f9 fb6e8dce6b5e4a4c96c2b4ab219b87e9 - - default default] TaaS: Handle Delete Port: c442be2b-e408-4a31-b937-b2774570aec9 2026-06-18 04:38:11.726 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3dbe8a2e-2bfe-4788-add8-aeb68517e102 req-d1b9f7fb-8b47-4ea8-a92d-52f707be3834 bc16eabb3e3a43768d501121a1fa43f9 fb6e8dce6b5e4a4c96c2b4ab219b87e9 - - default default] Tap Mirror: Handle Delete Port: c442be2b-e408-4a31-b937-b2774570aec9 2026-06-18 04:38:11.836 8 INFO neutron.db.l3_db [req-3dbe8a2e-2bfe-4788-add8-aeb68517e102 req-d1b9f7fb-8b47-4ea8-a92d-52f707be3834 bc16eabb3e3a43768d501121a1fa43f9 fb6e8dce6b5e4a4c96c2b4ab219b87e9 - - default default] Floating IP 28534877-c0c0-4a3a-b545-de2617811800 disassociated. External IP: 10.96.250.211, port: c442be2b-e408-4a31-b937-b2774570aec9. [pid: 8|app: 0|req: 1343/2476] 199.204.45.65 () {36 vars in 995 bytes} [Thu Jun 18 04:38:11 2026] DELETE /v2.0/ports/c442be2b-e408-4a31-b937-b2774570aec9 => generated 0 bytes in 598 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:38:12.186 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d88e9497-4df0-4da3-a812-a1703f1b215a'] response: {'server_uuid': '3a25238b-acea-4270-864c-9f57732230ad', 'name': 'network-vif-deleted', 'tag': 'c442be2b-e408-4a31-b937-b2774570aec9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1134/2477] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:38:12 2026] GET /v2.0/ports?device_id=a60c041f-612d-4ea3-ba2b-1233ffbc8ff9 => generated 1196 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2478] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:38:12 2026] GET /v2.0/ports?device_id=3a25238b-acea-4270-864c-9f57732230ad => 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: 1344/2479] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:38:12 2026] GET /v2.0/security-groups?id=0320e0f2-43db-4621-b83a-45e4b9b330e5&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: 7|app: 0|req: 1136/2480] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:38:13 2026] GET /v2.0/ports?device_id=3a25238b-acea-4270-864c-9f57732230ad => 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: 1345/2481] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:38:14 2026] GET /v2.0/ports?device_id=3a25238b-acea-4270-864c-9f57732230ad => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2484] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:38:15 2026] DELETE /v2.0/security-groups/01760969-a5ba-4ed4-830a-275f6acfcf72 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:38:16.257 8 INFO neutron_taas.services.taas.taas_plugin [None req-ac5d1149-b4c5-488a-9d7b-ee7817011d36 bc16eabb3e3a43768d501121a1fa43f9 fb6e8dce6b5e4a4c96c2b4ab219b87e9 - - default default] TaaS: Handle Delete Port: 898c456d-f498-4ebd-8907-d1795b99ba2d 2026-06-18 04:38:16.260 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac5d1149-b4c5-488a-9d7b-ee7817011d36 bc16eabb3e3a43768d501121a1fa43f9 fb6e8dce6b5e4a4c96c2b4ab219b87e9 - - default default] Tap Mirror: Handle Delete Port: 898c456d-f498-4ebd-8907-d1795b99ba2d [pid: 8|app: 0|req: 1347/2485] 10.0.0.149 () {32 vars in 731 bytes} [Thu Jun 18 04:38:16 2026] DELETE /v2.0/floatingips/28534877-c0c0-4a3a-b545-de2617811800 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2486] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:38:16 2026] GET /v2.0/ports?device_id=d6cfacd8-dd4e-4437-ab5a-a174d1978943 => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2487] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:38:16 2026] GET /v2.0/security-groups?id=b965d7dc-9f91-4a43-a218-4f90ca356053&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2488] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:38:17 2026] GET /v2.0/ports?device_id=a60c041f-612d-4ea3-ba2b-1233ffbc8ff9 => generated 1196 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2489] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:38:17 2026] GET /v2.0/security-groups?id=0320e0f2-43db-4621-b83a-45e4b9b330e5&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: 7|app: 0|req: 1141/2490] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:38:17 2026] GET /v2.0/ports?device_id=d6cfacd8-dd4e-4437-ab5a-a174d1978943 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2491] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:38:17 2026] GET /v2.0/security-groups?id=b965d7dc-9f91-4a43-a218-4f90ca356053&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2492] 10.0.0.149 () {32 vars in 817 bytes} [Thu Jun 18 04:38:17 2026] GET /v2.0/ports?network_id=a427d201-a17d-430e-a9b2-989d9f23cc6e&mac_address=fa%3A16%3A3e%3Aea%3Ae3%3Ac4 => generated 1196 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:38:18.841 7 INFO neutron.db.l3_db [None req-50bf331c-c39a-4a83-b4f9-67e38ae00555 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] Floating IP b5f1454d-20d3-48ba-b48b-9a9d8ed2e63a associated. External IP: 10.96.250.216, port: 7b3b1a67-08b2-4983-a1d0-52e5469fd0d3. [pid: 8|app: 0|req: 1351/2493] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:38:18 2026] GET /v2.0/ports?device_id=d6cfacd8-dd4e-4437-ab5a-a174d1978943 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2494] 199.204.45.65 () {34 vars in 992 bytes} [Thu Jun 18 04:38:19 2026] GET /v2.0/ports?device_id=d6cfacd8-dd4e-4437-ab5a-a174d1978943 => 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: 1353/2495] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:38:19 2026] GET /v2.0/security-groups?id=b965d7dc-9f91-4a43-a218-4f90ca356053&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2496] 10.0.0.149 () {34 vars in 676 bytes} [Thu Jun 18 04:38:17 2026] POST /v2.0/floatingips => generated 854 bytes in 1281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:38:19.272 8 INFO neutron_taas.services.taas.taas_plugin [req-307b7a42-4162-49c0-b764-23539af3f158 req-7507c631-0edb-48f9-be9b-0c83376ca158 bc16eabb3e3a43768d501121a1fa43f9 fb6e8dce6b5e4a4c96c2b4ab219b87e9 - - default default] TaaS: Handle Delete Port: 6aea3ad4-e6f3-4cb2-8608-a55f6f63b1b8 2026-06-18 04:38:19.276 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-307b7a42-4162-49c0-b764-23539af3f158 req-7507c631-0edb-48f9-be9b-0c83376ca158 bc16eabb3e3a43768d501121a1fa43f9 fb6e8dce6b5e4a4c96c2b4ab219b87e9 - - default default] Tap Mirror: Handle Delete Port: 6aea3ad4-e6f3-4cb2-8608-a55f6f63b1b8 2026-06-18 04:38:19.290 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4f1811c1-fd40-43ed-be82-0613240a7e42'] response: {'name': 'network-changed', 'server_uuid': 'a60c041f-612d-4ea3-ba2b-1233ffbc8ff9', 'tag': '7b3b1a67-08b2-4983-a1d0-52e5469fd0d3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1144/2497] 10.0.0.4 () {34 vars in 1091 bytes} [Thu Jun 18 04:38:19 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-648690358&fields=id&tenant_id=57d468e5f949423a834cf5f2abe5e25e => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2498] 10.0.0.4 () {34 vars in 979 bytes} [Thu Jun 18 04:38:19 2026] GET /v2.0/networks?id=4eaaaaf9-ab69-42ee-8bec-594bcdcd784d => generated 704 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2499] 199.204.45.65 () {36 vars in 995 bytes} [Thu Jun 18 04:38:19 2026] DELETE /v2.0/ports/6aea3ad4-e6f3-4cb2-8608-a55f6f63b1b8 => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2500] 10.0.0.4 () {34 vars in 962 bytes} [Thu Jun 18 04:38:19 2026] GET /v2.0/quotas/57d468e5f949423a834cf5f2abe5e25e => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:38:19.502 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-38bd7d42-b035-4f8a-9d5d-1e03c6fa359e'] response: {'server_uuid': 'd6cfacd8-dd4e-4437-ab5a-a174d1978943', 'name': 'network-vif-deleted', 'tag': '6aea3ad4-e6f3-4cb2-8608-a55f6f63b1b8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1355/2501] 10.0.0.4 () {34 vars in 999 bytes} [Thu Jun 18 04:38:19 2026] GET /v2.0/ports?tenant_id=57d468e5f949423a834cf5f2abe5e25e&fields=id => generated 333 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2502] 10.0.0.4 () {34 vars in 1005 bytes} [Thu Jun 18 04:38:19 2026] GET /v2.0/networks/4eaaaaf9-ab69-42ee-8bec-594bcdcd784d?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2503] 10.0.0.4 () {34 vars in 1105 bytes} [Thu Jun 18 04:38:19 2026] GET /v2.0/networks/4eaaaaf9-ab69-42ee-8bec-594bcdcd784d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2504] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:38:19 2026] GET /v2.0/ports?tenant_id=57d468e5f949423a834cf5f2abe5e25e&device_id=a60c041f-612d-4ea3-ba2b-1233ffbc8ff9 => generated 1465 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2505] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:38:19 2026] GET /v2.0/ports?device_id=589a5966-7d82-451e-80e0-fbe79766e1d2 => 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: 1357/2506] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:38:19 2026] GET /v2.0/networks?id=a427d201-a17d-430e-a9b2-989d9f23cc6e => generated 801 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2507] 199.204.45.65 () {34 vars in 1054 bytes} [Thu Jun 18 04:38:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.86&port_id=7b3b1a67-08b2-4983-a1d0-52e5469fd0d3 => generated 857 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2508] 199.204.45.65 () {34 vars in 1102 bytes} [Thu Jun 18 04:38:19 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A27e&port_id=7b3b1a67-08b2-4983-a1d0-52e5469fd0d3 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2509] 199.204.45.65 () {34 vars in 1062 bytes} [Thu Jun 18 04:38:19 2026] GET /v2.0/subnets?id=b30589bf-f2b7-4e36-876f-2ee9d92f1a39&id=8c980a1f-f16c-49a0-8fa8-97464829afff => generated 1409 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2510] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:38:20 2026] GET /v2.0/ports?network_id=a427d201-a17d-430e-a9b2-989d9f23cc6e&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2511] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:38:20 2026] GET /v2.0/ports?network_id=a427d201-a17d-430e-a9b2-989d9f23cc6e&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: 1360/2512] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:38:20 2026] GET /v2.0/networks/a427d201-a17d-430e-a9b2-989d9f23cc6e?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2513] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:38:20 2026] GET /v2.0/networks/a427d201-a17d-430e-a9b2-989d9f23cc6e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2514] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:38:20 2026] GET /v2.0/ports?device_id=d6cfacd8-dd4e-4437-ab5a-a174d1978943 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2515] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:38:21 2026] GET /v2.0/ports?device_id=d6cfacd8-dd4e-4437-ab5a-a174d1978943 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2516] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:38:22 2026] GET /v2.0/ports?device_id=d6cfacd8-dd4e-4437-ab5a-a174d1978943 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2517] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:38:23 2026] DELETE /v2.0/security-groups/b965d7dc-9f91-4a43-a218-4f90ca356053 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2518] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jun 18 04:38:23 2026] GET /v2.0/ports?device_id=a60c041f-612d-4ea3-ba2b-1233ffbc8ff9 => generated 1465 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2519] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jun 18 04:38:23 2026] GET /v2.0/security-groups?id=0320e0f2-43db-4621-b83a-45e4b9b330e5&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:38:24.134 8 INFO neutron_taas.services.taas.taas_plugin [None req-d059bdf5-8fbe-4636-8c0e-5b1dbd991130 bc16eabb3e3a43768d501121a1fa43f9 fb6e8dce6b5e4a4c96c2b4ab219b87e9 - - default default] TaaS: Handle Delete Port: e80b63c8-3eeb-41de-bb00-63b582d01d4e 2026-06-18 04:38:24.137 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d059bdf5-8fbe-4636-8c0e-5b1dbd991130 bc16eabb3e3a43768d501121a1fa43f9 fb6e8dce6b5e4a4c96c2b4ab219b87e9 - - default default] Tap Mirror: Handle Delete Port: e80b63c8-3eeb-41de-bb00-63b582d01d4e [pid: 8|app: 0|req: 1363/2520] 10.0.0.149 () {34 vars in 788 bytes} [Thu Jun 18 04:38:23 2026] PUT /v2.0/routers/af943f90-20af-4e39-8c65-148e68620e07/remove_router_interface => generated 309 bytes in 995 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2521] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:38:24 2026] GET /v2.0/networks?id=4eaaaaf9-ab69-42ee-8bec-594bcdcd784d => generated 704 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2522] 199.204.45.65 () {34 vars in 1048 bytes} [Thu Jun 18 04:38:24 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=57d468e5f949423a834cf5f2abe5e25e => generated 178 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2523] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:38:24 2026] DELETE /v2.0/subnets/5048a882-4c3d-47ac-83ec-fd9cec6231ea => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:38:25.154 8 INFO neutron_taas.services.taas.taas_plugin [None req-21e8b292-160c-4f41-9601-1cd59798aae9 bc16eabb3e3a43768d501121a1fa43f9 fb6e8dce6b5e4a4c96c2b4ab219b87e9 - - default default] TaaS: Handle Delete Port: 19a6f1de-2cec-477e-a1cf-88afeb67e81a 2026-06-18 04:38:25.158 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21e8b292-160c-4f41-9601-1cd59798aae9 bc16eabb3e3a43768d501121a1fa43f9 fb6e8dce6b5e4a4c96c2b4ab219b87e9 - - default default] Tap Mirror: Handle Delete Port: 19a6f1de-2cec-477e-a1cf-88afeb67e81a [pid: 7|app: 0|req: 1160/2524] 199.204.45.65 () {38 vars in 953 bytes} [Thu Jun 18 04:38:24 2026] POST /v2.0/ports => generated 1183 bytes in 463 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1161/2525] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:38:25 2026] GET /v2.0/ports?device_id=589a5966-7d82-451e-80e0-fbe79766e1d2 => generated 1186 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:38:25.432 8 INFO neutron_taas.services.taas.taas_plugin [None req-21e8b292-160c-4f41-9601-1cd59798aae9 bc16eabb3e3a43768d501121a1fa43f9 fb6e8dce6b5e4a4c96c2b4ab219b87e9 - - default default] TaaS: Handle Delete Port: 7c182856-5a8b-4a3d-a0ca-a19d5129f235 2026-06-18 04:38:25.435 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21e8b292-160c-4f41-9601-1cd59798aae9 bc16eabb3e3a43768d501121a1fa43f9 fb6e8dce6b5e4a4c96c2b4ab219b87e9 - - default default] Tap Mirror: Handle Delete Port: 7c182856-5a8b-4a3d-a0ca-a19d5129f235 2026-06-18 04:38:25.840 8 INFO neutron.services.segments.plugin [-] Segment b5f4ea45-2825-47b0-991c-664e677e6321 resource provider aggregate not found 2026-06-18 04:38:25.847 8 INFO neutron.services.segments.plugin [-] Segment b5f4ea45-2825-47b0-991c-664e677e6321 resource provider aggregate not found 2026-06-18 04:38:25.859 8 INFO neutron.services.segments.plugin [-] Segment b5f4ea45-2825-47b0-991c-664e677e6321 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5f4ea45-2825-47b0-991c-664e677e6321 found for delete ", "request_id": "req-7ba1d6ed-deb2-4ce4-8834-7f40f0d838d3"}]} [pid: 7|app: 0|req: 1162/2526] 199.204.45.65 () {38 vars in 1026 bytes} [Thu Jun 18 04:38:25 2026] PUT /v2.0/ports/aa94723d-f609-4356-a396-9624046fa360 => generated 1464 bytes in 526 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-06-18 04:38:25.873 8 INFO neutron.services.segments.plugin [-] Segment b5f4ea45-2825-47b0-991c-664e677e6321 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5f4ea45-2825-47b0-991c-664e677e6321 found for delete ", "request_id": "req-bcb4012a-a61b-44c3-ac03-3eab6d5609b9"}]} [pid: 7|app: 0|req: 1163/2527] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:38:25 2026] GET /v2.0/security-groups?id=0320e0f2-43db-4621-b83a-45e4b9b330e5&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:38:25.901 8 INFO neutron.db.l3_hamode_db [None req-21e8b292-160c-4f41-9601-1cd59798aae9 bc16eabb3e3a43768d501121a1fa43f9 fb6e8dce6b5e4a4c96c2b4ab219b87e9 - - default default] HA network b45c1bd6-094a-428c-a2b9-7ec80dc0ec98 was deleted as no HA routers are present in tenant fb6e8dce6b5e4a4c96c2b4ab219b87e9. 2026-06-18 04:38:25.910 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a7a56128-d6ed-4c7b-9a7c-06b61e150f50'] response: {'name': 'network-changed', 'server_uuid': '589a5966-7d82-451e-80e0-fbe79766e1d2', 'tag': 'aa94723d-f609-4356-a396-9624046fa360', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1365/2528] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:38:24 2026] DELETE /v2.0/routers/af943f90-20af-4e39-8c65-148e68620e07 => generated 0 bytes in 989 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:38:26.009 7 INFO neutron_taas.services.taas.taas_plugin [None req-4c8d73a5-b55a-4efc-922a-37b4812cad90 bc16eabb3e3a43768d501121a1fa43f9 fb6e8dce6b5e4a4c96c2b4ab219b87e9 - - default default] TaaS: Handle Delete Port: fb35e2fd-d760-41c6-b482-dab200b39fb2 2026-06-18 04:38:26.012 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c8d73a5-b55a-4efc-922a-37b4812cad90 bc16eabb3e3a43768d501121a1fa43f9 fb6e8dce6b5e4a4c96c2b4ab219b87e9 - - default default] Tap Mirror: Handle Delete Port: fb35e2fd-d760-41c6-b482-dab200b39fb2 2026-06-18 04:38:26.205 7 INFO neutron.services.segments.plugin [-] Segment cbc5ba88-72a6-4375-8703-ca3893c9b1b5 resource provider aggregate not found 2026-06-18 04:38:26.210 7 INFO neutron.services.segments.plugin [-] Segment cbc5ba88-72a6-4375-8703-ca3893c9b1b5 resource provider aggregate not found 2026-06-18 04:38:26.220 7 INFO neutron.services.segments.plugin [-] Segment cbc5ba88-72a6-4375-8703-ca3893c9b1b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbc5ba88-72a6-4375-8703-ca3893c9b1b5 found for delete ", "request_id": "req-87a4d8fc-de13-4728-8705-0af1b2f0be5a"}]} 2026-06-18 04:38:26.231 7 INFO neutron.services.segments.plugin [-] Segment cbc5ba88-72a6-4375-8703-ca3893c9b1b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbc5ba88-72a6-4375-8703-ca3893c9b1b5 found for delete ", "request_id": "req-18bc2abc-0d8a-4585-bf98-bf6c96695e66"}]} [pid: 7|app: 0|req: 1164/2529] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:38:25 2026] DELETE /v2.0/networks/1b70930a-f931-4716-a4b9-f3912a6e5594 => generated 0 bytes in 329 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2530] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:38:26 2026] GET /v2.0/ports?tenant_id=57d468e5f949423a834cf5f2abe5e25e&device_id=589a5966-7d82-451e-80e0-fbe79766e1d2 => generated 1467 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2531] 199.204.45.65 () {34 vars in 1016 bytes} [Thu Jun 18 04:38:26 2026] GET /v2.0/networks?tenant_id=57d468e5f949423a834cf5f2abe5e25e&shared=False => generated 2375 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2532] 199.204.45.65 () {34 vars in 928 bytes} [Thu Jun 18 04:38:26 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2533] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:38:26 2026] GET /v2.0/security-groups?tenant_id=b0d9cddd0ee54368ab32df8f715702da&name=default => generated 2929 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2534] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:38:27 2026] DELETE /v2.0/security-groups/22560af0-7950-47e1-b464-9919cb05e06a => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2535] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:38:27 2026] GET /v2.0/security-groups?tenant_id=fb6e8dce6b5e4a4c96c2b4ab219b87e9&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2536] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:38:27 2026] DELETE /v2.0/security-groups/a803ff12-ad26-4f3c-9ca4-fc006029e730 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2537] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:38:27 2026] GET /v2.0/ports?tenant_id=57d468e5f949423a834cf5f2abe5e25e&device_id=589a5966-7d82-451e-80e0-fbe79766e1d2 => generated 1467 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2538] 199.204.45.65 () {34 vars in 1054 bytes} [Thu Jun 18 04:38:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.69&port_id=aa94723d-f609-4356-a396-9624046fa360 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2539] 199.204.45.65 () {34 vars in 1104 bytes} [Thu Jun 18 04:38:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A239&port_id=aa94723d-f609-4356-a396-9624046fa360 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2540] 199.204.45.65 () {34 vars in 1062 bytes} [Thu Jun 18 04:38:27 2026] GET /v2.0/subnets?id=39810170-1447-4788-ac56-c3f16cd81bb1&id=2057fb8f-dce3-4e19-8291-4b3ac86a2888 => generated 1414 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2541] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:38:27 2026] GET /v2.0/ports?network_id=4eaaaaf9-ab69-42ee-8bec-594bcdcd784d&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2542] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:38:27 2026] GET /v2.0/ports?network_id=4eaaaaf9-ab69-42ee-8bec-594bcdcd784d&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2543] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:38:27 2026] GET /v2.0/networks/4eaaaaf9-ab69-42ee-8bec-594bcdcd784d?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: 1373/2544] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:38:27 2026] GET /v2.0/networks/4eaaaaf9-ab69-42ee-8bec-594bcdcd784d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2547] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:38:30 2026] GET /v2.0/ports?device_id=589a5966-7d82-451e-80e0-fbe79766e1d2 => generated 1198 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2548] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:38:31 2026] GET /v2.0/security-groups?id=0320e0f2-43db-4621-b83a-45e4b9b330e5&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-06-18 04:38:32.149 7 INFO neutron.db.segments_db [None req-d211e56a-ed29-4b85-b093-482aa2e3d5e2 1c5fb53fff224b9b8ff3882400913f49 1147c91b36ea4147868576c381aff39a - - default default] Added segment 561d0c27-7f64-47d3-925a-2261e7d84cdc of type vxlan for network d85e8089-a900-461e-a0c1-fab2d35e5e85 [pid: 7|app: 0|req: 1174/2549] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:38:31 2026] POST /v2.0/networks => generated 612 bytes in 468 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:38:32.329 8 INFO neutron.db.segments_db [None req-994cbde2-3c15-4524-bab5-4317c875fd81 1c5fb53fff224b9b8ff3882400913f49 1147c91b36ea4147868576c381aff39a - - default default] Added segment 178752a9-9955-4ef5-96db-c07d2afde430 of type vxlan for network 74010f8f-5cd6-40c7-8b72-828d62df7664 [pid: 8|app: 0|req: 1376/2550] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:38:32 2026] POST /v2.0/networks => generated 612 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:38:32.529 7 INFO neutron.db.segments_db [None req-f3e0a0f9-0ea3-402c-904e-936f5c9f8f7f 1c5fb53fff224b9b8ff3882400913f49 1147c91b36ea4147868576c381aff39a - - default default] Added segment 67846765-d54f-48da-8186-b3930c21e058 of type vxlan for network b09e050e-94a1-475f-890a-b0ee563a7a0e [pid: 7|app: 0|req: 1175/2551] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:38:32 2026] POST /v2.0/networks => generated 613 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:38:32.722 8 INFO neutron.db.segments_db [None req-5852ea96-3910-4251-8c44-b6a1a9940053 1c5fb53fff224b9b8ff3882400913f49 1147c91b36ea4147868576c381aff39a - - default default] Added segment 8bd268c9-b222-4dc1-b365-bb35b30bd1d0 of type vxlan for network c223cce0-bd75-46aa-b852-473aa0e41d5d [pid: 8|app: 0|req: 1377/2552] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:38:32 2026] POST /v2.0/networks => generated 613 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:38:32.907 7 INFO neutron.db.segments_db [None req-4e060788-756b-4fd2-9b0d-175644bb405f 1c5fb53fff224b9b8ff3882400913f49 1147c91b36ea4147868576c381aff39a - - default default] Added segment c97d6dbf-1eea-42a1-9d1e-72da1d1c66e5 of type vxlan for network 7e0f47ae-71a0-4871-a1ef-f78549353bac [pid: 7|app: 0|req: 1176/2553] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:38:32 2026] POST /v2.0/networks => generated 613 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2554] 10.0.0.149 () {34 vars in 752 bytes} [Thu Jun 18 04:38:33 2026] PUT /v2.0/networks/d85e8089-a900-461e-a0c1-fab2d35e5e85/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2555] 10.0.0.149 () {34 vars in 752 bytes} [Thu Jun 18 04:38:33 2026] PUT /v2.0/networks/74010f8f-5cd6-40c7-8b72-828d62df7664/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: 1379/2556] 10.0.0.149 () {34 vars in 752 bytes} [Thu Jun 18 04:38:33 2026] PUT /v2.0/networks/b09e050e-94a1-475f-890a-b0ee563a7a0e/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2557] 10.0.0.149 () {34 vars in 752 bytes} [Thu Jun 18 04:38:33 2026] PUT /v2.0/networks/c223cce0-bd75-46aa-b852-473aa0e41d5d/tags => generated 19 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2558] 10.0.0.149 () {32 vars in 665 bytes} [Thu Jun 18 04:38:33 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2559] 10.0.0.149 () {32 vars in 679 bytes} [Thu Jun 18 04:38:33 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2560] 10.0.0.149 () {32 vars in 675 bytes} [Thu Jun 18 04:38:33 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2561] 10.0.0.149 () {32 vars in 687 bytes} [Thu Jun 18 04:38:33 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2562] 10.0.0.149 () {32 vars in 673 bytes} [Thu Jun 18 04:38:33 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2563] 10.0.0.149 () {32 vars in 687 bytes} [Thu Jun 18 04:38:33 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2564] 10.0.0.149 () {32 vars in 683 bytes} [Thu Jun 18 04:38:33 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2565] 10.0.0.149 () {32 vars in 695 bytes} [Thu Jun 18 04:38:33 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:38:33.928 8 INFO neutron.services.segments.plugin [-] Segment 561d0c27-7f64-47d3-925a-2261e7d84cdc resource provider aggregate not found 2026-06-18 04:38:33.933 8 INFO neutron.services.segments.plugin [-] Segment 561d0c27-7f64-47d3-925a-2261e7d84cdc resource provider aggregate not found 2026-06-18 04:38:33.952 8 INFO neutron.services.segments.plugin [-] Segment 561d0c27-7f64-47d3-925a-2261e7d84cdc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 561d0c27-7f64-47d3-925a-2261e7d84cdc found for delete ", "request_id": "req-3d908625-7569-41e8-8d71-8c3716facc29"}]} 2026-06-18 04:38:33.955 8 INFO neutron.services.segments.plugin [-] Segment 561d0c27-7f64-47d3-925a-2261e7d84cdc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 561d0c27-7f64-47d3-925a-2261e7d84cdc found for delete ", "request_id": "req-433cbc89-3a88-4388-a0d6-601cf937c31e"}]} [pid: 8|app: 0|req: 1384/2566] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:38:33 2026] DELETE /v2.0/networks/d85e8089-a900-461e-a0c1-fab2d35e5e85 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:38:34.129 7 INFO neutron.services.segments.plugin [-] Segment 178752a9-9955-4ef5-96db-c07d2afde430 resource provider aggregate not found 2026-06-18 04:38:34.138 7 INFO neutron.services.segments.plugin [-] Segment 178752a9-9955-4ef5-96db-c07d2afde430 resource provider aggregate not found 2026-06-18 04:38:34.156 7 INFO neutron.services.segments.plugin [-] Segment 178752a9-9955-4ef5-96db-c07d2afde430 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 178752a9-9955-4ef5-96db-c07d2afde430 found for delete ", "request_id": "req-c5d9de8e-63d8-43fb-a83d-3fbc63002379"}]} 2026-06-18 04:38:34.164 7 INFO neutron.services.segments.plugin [-] Segment 178752a9-9955-4ef5-96db-c07d2afde430 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 178752a9-9955-4ef5-96db-c07d2afde430 found for delete ", "request_id": "req-bdc9e144-d445-4164-af15-42e1878e93b8"}]} [pid: 7|app: 0|req: 1183/2567] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:38:33 2026] DELETE /v2.0/networks/74010f8f-5cd6-40c7-8b72-828d62df7664 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2568] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:38:34 2026] DELETE /v2.0/networks/b09e050e-94a1-475f-890a-b0ee563a7a0e => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2569] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:38:34 2026] DELETE /v2.0/networks/c223cce0-bd75-46aa-b852-473aa0e41d5d => 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: 1386/2570] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:38:34 2026] DELETE /v2.0/networks/7e0f47ae-71a0-4871-a1ef-f78549353bac => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2571] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:38:35 2026] GET /v2.0/security-groups?tenant_id=1147c91b36ea4147868576c381aff39a&name=default => generated 2929 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2572] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:38:35 2026] DELETE /v2.0/security-groups/569e255f-ac46-46ab-8a6e-4dde753a19c9 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2573] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:38:35 2026] GET /v2.0/security-groups?tenant_id=77db1f5204db4a99b44259dafd28f75c&name=default => generated 2929 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2574] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:38:35 2026] DELETE /v2.0/security-groups/b11fe1be-db7f-46a1-b315-edc0aae932ea => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:38:35.980 8 INFO neutron.services.segments.plugin [-] Segment 67846765-d54f-48da-8186-b3930c21e058 resource provider aggregate not found 2026-06-18 04:38:35.986 8 INFO neutron.services.segments.plugin [-] Segment 67846765-d54f-48da-8186-b3930c21e058 resource provider aggregate not found 2026-06-18 04:38:36.003 8 INFO neutron.services.segments.plugin [-] Segment 67846765-d54f-48da-8186-b3930c21e058 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67846765-d54f-48da-8186-b3930c21e058 found for delete ", "request_id": "req-0cb79dda-f558-4578-a8e4-42039467214c"}]} 2026-06-18 04:38:36.008 8 INFO neutron.services.segments.plugin [-] Segment 67846765-d54f-48da-8186-b3930c21e058 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67846765-d54f-48da-8186-b3930c21e058 found for delete ", "request_id": "req-15f5983a-bf1f-41ef-b729-6047647f75fa"}]} 2026-06-18 04:38:36.025 8 INFO neutron.services.segments.plugin [-] Segment c97d6dbf-1eea-42a1-9d1e-72da1d1c66e5 resource provider aggregate not found 2026-06-18 04:38:36.030 8 INFO neutron.services.segments.plugin [-] Segment c97d6dbf-1eea-42a1-9d1e-72da1d1c66e5 resource provider aggregate not found 2026-06-18 04:38:36.042 8 INFO neutron.services.segments.plugin [-] Segment c97d6dbf-1eea-42a1-9d1e-72da1d1c66e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c97d6dbf-1eea-42a1-9d1e-72da1d1c66e5 found for delete ", "request_id": "req-8102d770-113f-4c00-a1a0-a3826cfabd61"}]} 2026-06-18 04:38:36.045 8 INFO neutron.services.segments.plugin [-] Segment c97d6dbf-1eea-42a1-9d1e-72da1d1c66e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c97d6dbf-1eea-42a1-9d1e-72da1d1c66e5 found for delete ", "request_id": "req-260b844b-a365-4559-a8ef-8ebf2a177068"}]} 2026-06-18 04:38:36.181 7 INFO neutron.services.segments.plugin [-] Segment 8bd268c9-b222-4dc1-b365-bb35b30bd1d0 resource provider aggregate not found 2026-06-18 04:38:36.187 7 INFO neutron.services.segments.plugin [-] Segment 8bd268c9-b222-4dc1-b365-bb35b30bd1d0 resource provider aggregate not found 2026-06-18 04:38:36.202 7 INFO neutron.services.segments.plugin [-] Segment 8bd268c9-b222-4dc1-b365-bb35b30bd1d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8bd268c9-b222-4dc1-b365-bb35b30bd1d0 found for delete ", "request_id": "req-c9ea1a1a-5215-40a2-8cd1-a80633b286b6"}]} 2026-06-18 04:38:36.205 7 INFO neutron.services.segments.plugin [-] Segment 8bd268c9-b222-4dc1-b365-bb35b30bd1d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8bd268c9-b222-4dc1-b365-bb35b30bd1d0 found for delete ", "request_id": "req-344d55b4-79ca-414d-b800-b58d0ce3a6e6"}]} [pid: 8|app: 0|req: 1389/2575] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:38:36 2026] GET /v2.0/ports?device_id=589a5966-7d82-451e-80e0-fbe79766e1d2 => generated 1200 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2576] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:38:36 2026] GET /v2.0/security-groups?tenant_id=262fd597a14f456abb14caf895588303&name=default => generated 2929 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2577] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:38:36 2026] GET /v2.0/security-groups?id=0320e0f2-43db-4621-b83a-45e4b9b330e5&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: 7|app: 0|req: 1188/2578] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:38:36 2026] DELETE /v2.0/security-groups/c220b9fe-aab0-4070-885d-0704fa023318 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2579] 10.0.0.149 () {32 vars in 817 bytes} [Thu Jun 18 04:38:36 2026] GET /v2.0/ports?network_id=4eaaaaf9-ab69-42ee-8bec-594bcdcd784d&mac_address=fa%3A16%3A3e%3A01%3A07%3A69 => generated 1200 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:38:37.113 7 INFO neutron.db.l3_db [None req-00624899-ab81-420c-80eb-2c0cc6da631a 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] Floating IP 514359d7-8353-45d8-833b-895b9667cf12 associated. External IP: 10.96.250.201, port: aa94723d-f609-4356-a396-9624046fa360. [pid: 7|app: 0|req: 1189/2580] 10.0.0.149 () {34 vars in 676 bytes} [Thu Jun 18 04:38:36 2026] POST /v2.0/floatingips => generated 854 bytes in 1043 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 04:38:37.470 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2b8b1c17-ee6b-4002-8fd4-4afd8e40aa38'] response: {'name': 'network-changed', 'server_uuid': '589a5966-7d82-451e-80e0-fbe79766e1d2', 'tag': 'aa94723d-f609-4356-a396-9624046fa360', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1392/2581] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:38:37 2026] GET /v2.0/ports?tenant_id=57d468e5f949423a834cf5f2abe5e25e&device_id=589a5966-7d82-451e-80e0-fbe79766e1d2 => generated 1469 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2582] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:38:38 2026] GET /v2.0/networks?id=4eaaaaf9-ab69-42ee-8bec-594bcdcd784d => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2583] 199.204.45.65 () {34 vars in 1054 bytes} [Thu Jun 18 04:38:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.69&port_id=aa94723d-f609-4356-a396-9624046fa360 => generated 857 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2584] 199.204.45.65 () {34 vars in 1104 bytes} [Thu Jun 18 04:38:38 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A239&port_id=aa94723d-f609-4356-a396-9624046fa360 => 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: 1394/2585] 199.204.45.65 () {34 vars in 1062 bytes} [Thu Jun 18 04:38:38 2026] GET /v2.0/subnets?id=39810170-1447-4788-ac56-c3f16cd81bb1&id=2057fb8f-dce3-4e19-8291-4b3ac86a2888 => generated 1414 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2586] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:38:38 2026] GET /v2.0/ports?network_id=4eaaaaf9-ab69-42ee-8bec-594bcdcd784d&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2587] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:38:38 2026] GET /v2.0/ports?network_id=4eaaaaf9-ab69-42ee-8bec-594bcdcd784d&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2588] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:38:38 2026] GET /v2.0/networks/4eaaaaf9-ab69-42ee-8bec-594bcdcd784d?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: 1396/2589] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:38:38 2026] GET /v2.0/networks/4eaaaaf9-ab69-42ee-8bec-594bcdcd784d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2590] 10.0.0.149 () {34 vars in 683 bytes} [Thu Jun 18 04:38:40 2026] POST /v2.0/security-groups => generated 1603 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2591] 10.0.0.149 () {34 vars in 683 bytes} [Thu Jun 18 04:38:40 2026] POST /v2.0/security-groups => generated 1603 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2592] 10.0.0.149 () {34 vars in 683 bytes} [Thu Jun 18 04:38:41 2026] POST /v2.0/security-groups => generated 1603 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2593] 10.0.0.149 () {34 vars in 683 bytes} [Thu Jun 18 04:38:41 2026] POST /v2.0/security-groups => generated 1603 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2594] 10.0.0.149 () {34 vars in 683 bytes} [Thu Jun 18 04:38:41 2026] POST /v2.0/security-groups => generated 1603 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2595] 10.0.0.149 () {34 vars in 766 bytes} [Thu Jun 18 04:38:41 2026] PUT /v2.0/security-groups/e989d230-c4e8-4417-bc4a-1a9ae3b1a487/tags => generated 17 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2596] 10.0.0.149 () {34 vars in 766 bytes} [Thu Jun 18 04:38:41 2026] PUT /v2.0/security-groups/45455454-96b9-47df-ab76-4eec7945dae7/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2597] 10.0.0.149 () {34 vars in 766 bytes} [Thu Jun 18 04:38:41 2026] PUT /v2.0/security-groups/2ace1f0d-10a3-470c-a977-b3460499e9eb/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2598] 10.0.0.149 () {34 vars in 766 bytes} [Thu Jun 18 04:38:41 2026] PUT /v2.0/security-groups/d5b9cba6-c13b-406c-a53e-290bb20a584d/tags => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2599] 10.0.0.149 () {32 vars in 679 bytes} [Thu Jun 18 04:38:41 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2600] 10.0.0.149 () {32 vars in 693 bytes} [Thu Jun 18 04:38:41 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2601] 10.0.0.149 () {32 vars in 689 bytes} [Thu Jun 18 04:38:41 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2602] 10.0.0.149 () {32 vars in 701 bytes} [Thu Jun 18 04:38:41 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2603] 10.0.0.149 () {32 vars in 687 bytes} [Thu Jun 18 04:38:41 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2604] 10.0.0.149 () {32 vars in 701 bytes} [Thu Jun 18 04:38:41 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2605] 10.0.0.149 () {32 vars in 697 bytes} [Thu Jun 18 04:38:41 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2606] 10.0.0.149 () {32 vars in 709 bytes} [Thu Jun 18 04:38:42 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2607] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:38:42 2026] DELETE /v2.0/security-groups/e989d230-c4e8-4417-bc4a-1a9ae3b1a487 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2608] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:38:42 2026] DELETE /v2.0/security-groups/45455454-96b9-47df-ab76-4eec7945dae7 => 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: 1406/2609] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:38:42 2026] DELETE /v2.0/security-groups/2ace1f0d-10a3-470c-a977-b3460499e9eb => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2610] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:38:42 2026] DELETE /v2.0/security-groups/d5b9cba6-c13b-406c-a53e-290bb20a584d => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2611] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:38:42 2026] DELETE /v2.0/security-groups/47d99042-0b55-4e0f-b829-dc889d8ce292 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2612] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jun 18 04:38:42 2026] GET /v2.0/ports?device_id=589a5966-7d82-451e-80e0-fbe79766e1d2 => generated 1469 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2613] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jun 18 04:38:42 2026] GET /v2.0/security-groups?id=0320e0f2-43db-4621-b83a-45e4b9b330e5&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2614] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:38:43 2026] GET /v2.0/security-groups?tenant_id=040f3951624f4cdea178fae4da9ed73f&name=default => generated 2929 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2615] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:38:43 2026] DELETE /v2.0/security-groups/f07f4331-2af4-48f6-9b52-244d8d55901c => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2616] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:38:43 2026] GET /v2.0/security-groups?tenant_id=30cb8c33957b47bbb812a034e94bf1f7&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2617] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:38:43 2026] DELETE /v2.0/security-groups/76756f0f-aa6b-4c2a-8832-93036744579c => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2618] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:38:44 2026] GET /v2.0/security-groups?tenant_id=86d3ad05cd904ff1b4398183633f3124&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2619] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:38:44 2026] DELETE /v2.0/security-groups/a3a422ff-b566-4481-bb7a-240936da85fe => 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: 1413/2622] 10.0.0.149 () {34 vars in 675 bytes} [Thu Jun 18 04:38:47 2026] POST /v2.0/floatingips => generated 552 bytes in 679 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2623] 10.0.0.149 () {34 vars in 758 bytes} [Thu Jun 18 04:38:48 2026] PUT /v2.0/floatingips/52ca1697-d4de-4132-b7d7-a38d56759570/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: 1414/2624] 10.0.0.149 () {32 vars in 738 bytes} [Thu Jun 18 04:38:48 2026] GET /v2.0/floatingips/52ca1697-d4de-4132-b7d7-a38d56759570/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2625] 10.0.0.149 () {34 vars in 769 bytes} [Thu Jun 18 04:38:48 2026] PUT /v2.0/floatingips/52ca1697-d4de-4132-b7d7-a38d56759570/tags/green => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2626] 10.0.0.149 () {32 vars in 738 bytes} [Thu Jun 18 04:38:48 2026] GET /v2.0/floatingips/52ca1697-d4de-4132-b7d7-a38d56759570/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2627] 10.0.0.149 () {34 vars in 765 bytes} [Thu Jun 18 04:38:48 2026] PUT /v2.0/floatingips/52ca1697-d4de-4132-b7d7-a38d56759570/tags/red => generated 4 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2628] 10.0.0.149 () {32 vars in 738 bytes} [Thu Jun 18 04:38:48 2026] GET /v2.0/floatingips/52ca1697-d4de-4132-b7d7-a38d56759570/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2629] 10.0.0.149 () {34 vars in 787 bytes} [Thu Jun 18 04:38:48 2026] PUT /v2.0/floatingips/52ca1697-d4de-4132-b7d7-a38d56759570/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: 1417/2630] 10.0.0.149 () {32 vars in 738 bytes} [Thu Jun 18 04:38:48 2026] GET /v2.0/floatingips/52ca1697-d4de-4132-b7d7-a38d56759570/tags => generated 52 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2631] 10.0.0.149 () {34 vars in 758 bytes} [Thu Jun 18 04:38:48 2026] PUT /v2.0/floatingips/52ca1697-d4de-4132-b7d7-a38d56759570/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2632] 10.0.0.149 () {32 vars in 738 bytes} [Thu Jun 18 04:38:48 2026] GET /v2.0/floatingips/52ca1697-d4de-4132-b7d7-a38d56759570/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2633] 10.0.0.149 () {32 vars in 746 bytes} [Thu Jun 18 04:38:48 2026] GET /v2.0/floatingips/52ca1697-d4de-4132-b7d7-a38d56759570/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:38:48.961 8 INFO neutron.api.v2.resource [None req-b5b5e0d2-6258-4638-aa33-f34f4771c55b 6528bc1a446040599fd708b11b32fd97 0f8e8fe9b0c742f7849dc7a905f5ee2b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1419/2634] 10.0.0.149 () {32 vars in 750 bytes} [Thu Jun 18 04:38:48 2026] GET /v2.0/floatingips/52ca1697-d4de-4132-b7d7-a38d56759570/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2635] 10.0.0.149 () {32 vars in 749 bytes} [Thu Jun 18 04:38:48 2026] DELETE /v2.0/floatingips/52ca1697-d4de-4132-b7d7-a38d56759570/tags/red => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2636] 10.0.0.149 () {32 vars in 738 bytes} [Thu Jun 18 04:38:49 2026] GET /v2.0/floatingips/52ca1697-d4de-4132-b7d7-a38d56759570/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:38:49.129 7 INFO neutron.api.v2.resource [None req-314318fa-b235-4605-9592-ddb612273887 6528bc1a446040599fd708b11b32fd97 0f8e8fe9b0c742f7849dc7a905f5ee2b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1217/2637] 10.0.0.149 () {32 vars in 753 bytes} [Thu Jun 18 04:38:49 2026] DELETE /v2.0/floatingips/52ca1697-d4de-4132-b7d7-a38d56759570/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2638] 10.0.0.149 () {32 vars in 741 bytes} [Thu Jun 18 04:38:49 2026] DELETE /v2.0/floatingips/52ca1697-d4de-4132-b7d7-a38d56759570/tags => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2639] 10.0.0.149 () {32 vars in 738 bytes} [Thu Jun 18 04:38:49 2026] GET /v2.0/floatingips/52ca1697-d4de-4132-b7d7-a38d56759570/tags => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:38:49.336 8 INFO neutron_taas.services.taas.taas_plugin [None req-325adaa1-8032-4ccb-a8f6-30d6221efc7e 6528bc1a446040599fd708b11b32fd97 0f8e8fe9b0c742f7849dc7a905f5ee2b - - default default] TaaS: Handle Delete Port: 65ffdbd4-0f26-4f51-9966-716ed6b4bbf3 2026-06-18 04:38:49.338 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-325adaa1-8032-4ccb-a8f6-30d6221efc7e 6528bc1a446040599fd708b11b32fd97 0f8e8fe9b0c742f7849dc7a905f5ee2b - - default default] Tap Mirror: Handle Delete Port: 65ffdbd4-0f26-4f51-9966-716ed6b4bbf3 [pid: 8|app: 0|req: 1422/2640] 10.0.0.149 () {32 vars in 731 bytes} [Thu Jun 18 04:38:49 2026] DELETE /v2.0/floatingips/52ca1697-d4de-4132-b7d7-a38d56759570 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2641] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:38:50 2026] GET /v2.0/security-groups?tenant_id=0f8e8fe9b0c742f7849dc7a905f5ee2b&name=default => generated 2929 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2642] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:38:50 2026] DELETE /v2.0/security-groups/108687fc-e19a-476c-811f-ad648d343da0 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2643] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:38:50 2026] GET /v2.0/security-groups?tenant_id=24b7af42c59c4d13956f2bbb2ae2a540&name=default => generated 2929 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2644] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:38:50 2026] DELETE /v2.0/security-groups/b2ff5313-bf84-43b3-aaa0-09c9db7aa9e4 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2645] 10.0.0.149 () {32 vars in 720 bytes} [Thu Jun 18 04:38:54 2026] GET /v2.0/subnets/6e957b0e-d073-4a4a-b34f-6d3c54049ebe => 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: 1425/2646] 10.0.0.149 () {34 vars in 677 bytes} [Thu Jun 18 04:38:54 2026] POST /v2.0/qos/policies => generated 359 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2647] 10.0.0.149 () {34 vars in 752 bytes} [Thu Jun 18 04:38:54 2026] PUT /v2.0/policies/3054ce7d-e97c-4ece-a417-0c61ec64a177/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: 1426/2648] 10.0.0.149 () {32 vars in 732 bytes} [Thu Jun 18 04:38:54 2026] GET /v2.0/policies/3054ce7d-e97c-4ece-a417-0c61ec64a177/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2649] 10.0.0.149 () {34 vars in 763 bytes} [Thu Jun 18 04:38:54 2026] PUT /v2.0/policies/3054ce7d-e97c-4ece-a417-0c61ec64a177/tags/green => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2650] 10.0.0.149 () {32 vars in 732 bytes} [Thu Jun 18 04:38:54 2026] GET /v2.0/policies/3054ce7d-e97c-4ece-a417-0c61ec64a177/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2651] 10.0.0.149 () {34 vars in 759 bytes} [Thu Jun 18 04:38:54 2026] PUT /v2.0/policies/3054ce7d-e97c-4ece-a417-0c61ec64a177/tags/red => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2652] 10.0.0.149 () {32 vars in 732 bytes} [Thu Jun 18 04:38:54 2026] GET /v2.0/policies/3054ce7d-e97c-4ece-a417-0c61ec64a177/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2653] 10.0.0.149 () {34 vars in 781 bytes} [Thu Jun 18 04:38:54 2026] PUT /v2.0/policies/3054ce7d-e97c-4ece-a417-0c61ec64a177/tags/black.or.white => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2654] 10.0.0.149 () {32 vars in 732 bytes} [Thu Jun 18 04:38:54 2026] GET /v2.0/policies/3054ce7d-e97c-4ece-a417-0c61ec64a177/tags => generated 52 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2655] 10.0.0.149 () {34 vars in 752 bytes} [Thu Jun 18 04:38:54 2026] PUT /v2.0/policies/3054ce7d-e97c-4ece-a417-0c61ec64a177/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2656] 10.0.0.149 () {32 vars in 732 bytes} [Thu Jun 18 04:38:54 2026] GET /v2.0/policies/3054ce7d-e97c-4ece-a417-0c61ec64a177/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2657] 10.0.0.149 () {32 vars in 740 bytes} [Thu Jun 18 04:38:54 2026] GET /v2.0/policies/3054ce7d-e97c-4ece-a417-0c61ec64a177/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:38:54.875 8 INFO neutron.api.v2.resource [None req-9ef4305f-1a39-4bbb-af11-32f3129d46ae 89daf25191784a62ad928c82222463e1 88b24b2f0ec04649a79489fccfdd3d15 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1431/2658] 10.0.0.149 () {32 vars in 744 bytes} [Thu Jun 18 04:38:54 2026] GET /v2.0/policies/3054ce7d-e97c-4ece-a417-0c61ec64a177/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2659] 10.0.0.149 () {32 vars in 743 bytes} [Thu Jun 18 04:38:54 2026] DELETE /v2.0/policies/3054ce7d-e97c-4ece-a417-0c61ec64a177/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: 1432/2660] 10.0.0.149 () {32 vars in 732 bytes} [Thu Jun 18 04:38:54 2026] GET /v2.0/policies/3054ce7d-e97c-4ece-a417-0c61ec64a177/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:38:55.016 7 INFO neutron.api.v2.resource [None req-771c3f83-eb12-4627-87fa-ec9ad1792f32 89daf25191784a62ad928c82222463e1 88b24b2f0ec04649a79489fccfdd3d15 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1229/2661] 10.0.0.149 () {32 vars in 747 bytes} [Thu Jun 18 04:38:54 2026] DELETE /v2.0/policies/3054ce7d-e97c-4ece-a417-0c61ec64a177/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2662] 10.0.0.149 () {32 vars in 735 bytes} [Thu Jun 18 04:38:55 2026] DELETE /v2.0/policies/3054ce7d-e97c-4ece-a417-0c61ec64a177/tags => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2663] 10.0.0.149 () {32 vars in 732 bytes} [Thu Jun 18 04:38:55 2026] GET /v2.0/policies/3054ce7d-e97c-4ece-a417-0c61ec64a177/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: 1434/2664] 10.0.0.149 () {32 vars in 733 bytes} [Thu Jun 18 04:38:55 2026] DELETE /v2.0/qos/policies/3054ce7d-e97c-4ece-a417-0c61ec64a177 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2665] 10.0.0.210 () {30 vars in 689 bytes} [Thu Jun 18 04:38:55 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2666] 10.0.0.210 () {30 vars in 691 bytes} [Thu Jun 18 04:38:55 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2667] 10.0.0.210 () {30 vars in 667 bytes} [Thu Jun 18 04:38:55 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2668] 10.0.0.210 () {30 vars in 703 bytes} [Thu Jun 18 04:38:55 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2669] 10.0.0.210 () {28 vars in 438 bytes} [Thu Jun 18 04:38:56 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2670] 10.0.0.210 () {30 vars in 727 bytes} [Thu Jun 18 04:38:56 2026] GET /v2.0/subnets/6e957b0e-d073-4a4a-b34f-6d3c54049ebe => generated 658 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2671] 10.0.0.210 () {30 vars in 689 bytes} [Thu Jun 18 04:38:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2672] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:38:55 2026] GET /v2.0/security-groups?tenant_id=88b24b2f0ec04649a79489fccfdd3d15&name=default => generated 2929 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2673] 10.0.0.210 () {30 vars in 691 bytes} [Thu Jun 18 04:38:56 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: 1441/2674] 10.0.0.210 () {30 vars in 667 bytes} [Thu Jun 18 04:38:56 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: 1442/2675] 10.0.0.210 () {30 vars in 703 bytes} [Thu Jun 18 04:38:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2676] 10.0.0.210 () {30 vars in 727 bytes} [Thu Jun 18 04:38:56 2026] GET /v2.0/subnets/6e957b0e-d073-4a4a-b34f-6d3c54049ebe => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2677] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:38:56 2026] DELETE /v2.0/security-groups/cd807436-9f96-4ab5-b62e-237d6f9ceb98 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2678] 10.0.0.210 () {30 vars in 689 bytes} [Thu Jun 18 04:38:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2679] 10.0.0.210 () {30 vars in 691 bytes} [Thu Jun 18 04:38:56 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2680] 10.0.0.210 () {30 vars in 667 bytes} [Thu Jun 18 04:38:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2681] 10.0.0.210 () {30 vars in 703 bytes} [Thu Jun 18 04:38:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2682] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:38:56 2026] GET /v2.0/security-groups?tenant_id=69a72ed4f9584b09a77087b6a0e95c2b&name=default => generated 2929 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2683] 10.0.0.210 () {30 vars in 729 bytes} [Thu Jun 18 04:38:56 2026] GET /v2.0/networks/aa49051b-9624-4196-9a2c-0ca95cbea261 => generated 799 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2684] 10.0.0.210 () {30 vars in 681 bytes} [Thu Jun 18 04:38:56 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2685] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:38:56 2026] DELETE /v2.0/security-groups/eec5a580-b273-49ce-a379-6d82348191ed => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2686] 10.0.0.210 () {34 vars in 703 bytes} [Thu Jun 18 04:38:56 2026] POST /v2.0/ports => generated 1132 bytes in 399 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2687] 199.204.45.65 () {30 vars in 701 bytes} [Thu Jun 18 04:38:59 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1242/2688] 199.204.45.65 () {30 vars in 703 bytes} [Thu Jun 18 04:38:59 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: 1447/2689] 199.204.45.65 () {30 vars in 679 bytes} [Thu Jun 18 04:38:59 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: 1448/2690] 199.204.45.65 () {30 vars in 715 bytes} [Thu Jun 18 04:38:59 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: 1449/2691] 199.204.45.65 () {30 vars in 735 bytes} [Thu Jun 18 04:38:59 2026] GET /v2.0/ports/44921c29-1c5f-4d0d-af3b-9e155e288f31 => generated 1132 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:38:59.998 7 INFO neutron.db.segments_db [None req-fcb93b52-c0fd-4a3c-a21e-931c8216325f a469c72c705f4b34928a934945dca097 ddc437c9269d46fd951cd36049f2457c - - default default] Added segment 2769f4d9-489a-4d04-b28c-3b2d13561ec2 of type vxlan for network 88d37b04-b822-4bff-b98f-b9093e3c95d2 [pid: 8|app: 0|req: 1450/2692] 199.204.45.65 () {30 vars in 701 bytes} [Thu Jun 18 04:39:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2693] 199.204.45.65 () {30 vars in 703 bytes} [Thu Jun 18 04:39: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: 1452/2694] 199.204.45.65 () {30 vars in 679 bytes} [Thu Jun 18 04:39:00 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2695] 199.204.45.65 () {30 vars in 715 bytes} [Thu Jun 18 04:39:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2696] 10.0.0.149 () {34 vars in 669 bytes} [Thu Jun 18 04:38:59 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-06-18 04:39:00.103 8 INFO neutron.api.v2.resource [None req-51e61ed2-9157-4887-aefa-523366f750fa 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1454/2697] 199.204.45.65 () {30 vars in 761 bytes} [Thu Jun 18 04:39:00 2026] GET /v2.0/security-groups/lb-d636bbc6-923b-4a9e-b58b-bbc5d85c56db => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2698] 199.204.45.65 () {30 vars in 783 bytes} [Thu Jun 18 04:39:00 2026] GET /v2.0/security-groups?name=lb-d636bbc6-923b-4a9e-b58b-bbc5d85c56db => generated 23 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2699] 199.204.45.65 () {34 vars in 734 bytes} [Thu Jun 18 04:39:00 2026] POST /v2.0/security-groups => generated 1638 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2700] 199.204.45.65 () {30 vars in 813 bytes} [Thu Jun 18 04:39:00 2026] GET /v2.0/security-group-rules?security_group_id=df6170d2-22be-48b0-96b5-fda44322f4ac => generated 1182 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2701] 10.0.0.149 () {34 vars in 668 bytes} [Thu Jun 18 04:39:00 2026] POST /v2.0/subnets => generated 626 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2702] 10.0.0.149 () {34 vars in 750 bytes} [Thu Jun 18 04:39:00 2026] PUT /v2.0/subnets/47d73358-26e2-44ca-9505-86834f83b1a4/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2703] 10.0.0.149 () {32 vars in 730 bytes} [Thu Jun 18 04:39:00 2026] GET /v2.0/subnets/47d73358-26e2-44ca-9505-86834f83b1a4/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2704] 10.0.0.149 () {34 vars in 761 bytes} [Thu Jun 18 04:39:00 2026] PUT /v2.0/subnets/47d73358-26e2-44ca-9505-86834f83b1a4/tags/green => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2707] 199.204.45.65 () {34 vars in 787 bytes} [Thu Jun 18 04:39:00 2026] PUT /v2.0/ports/44921c29-1c5f-4d0d-af3b-9e155e288f31 => generated 1132 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2708] 10.0.0.149 () {32 vars in 730 bytes} [Thu Jun 18 04:39:00 2026] GET /v2.0/subnets/47d73358-26e2-44ca-9505-86834f83b1a4/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1251/2709] 199.204.45.65 () {30 vars in 701 bytes} [Thu Jun 18 04:39:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2710] 199.204.45.65 () {30 vars in 703 bytes} [Thu Jun 18 04:39:00 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2711] 10.0.0.149 () {34 vars in 757 bytes} [Thu Jun 18 04:39:00 2026] PUT /v2.0/subnets/47d73358-26e2-44ca-9505-86834f83b1a4/tags/red => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2712] 199.204.45.65 () {30 vars in 679 bytes} [Thu Jun 18 04:39:00 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2713] 199.204.45.65 () {30 vars in 715 bytes} [Thu Jun 18 04:39:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2714] 199.204.45.65 () {30 vars in 739 bytes} [Thu Jun 18 04:39:00 2026] GET /v2.0/subnets/6e957b0e-d073-4a4a-b34f-6d3c54049ebe => 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: 1460/2715] 10.0.0.149 () {32 vars in 730 bytes} [Thu Jun 18 04:39:00 2026] GET /v2.0/subnets/47d73358-26e2-44ca-9505-86834f83b1a4/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2716] 10.0.0.149 () {34 vars in 779 bytes} [Thu Jun 18 04:39:00 2026] PUT /v2.0/subnets/47d73358-26e2-44ca-9505-86834f83b1a4/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: 1461/2717] 10.0.0.149 () {32 vars in 730 bytes} [Thu Jun 18 04:39:00 2026] GET /v2.0/subnets/47d73358-26e2-44ca-9505-86834f83b1a4/tags => generated 52 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2718] 10.0.0.149 () {34 vars in 750 bytes} [Thu Jun 18 04:39:00 2026] PUT /v2.0/subnets/47d73358-26e2-44ca-9505-86834f83b1a4/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2719] 10.0.0.149 () {32 vars in 730 bytes} [Thu Jun 18 04:39:00 2026] GET /v2.0/subnets/47d73358-26e2-44ca-9505-86834f83b1a4/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2720] 10.0.0.149 () {32 vars in 738 bytes} [Thu Jun 18 04:39:00 2026] GET /v2.0/subnets/47d73358-26e2-44ca-9505-86834f83b1a4/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:39:01.043 8 INFO neutron.api.v2.resource [None req-f9f704d9-2006-4578-98b3-ab19cf2f1694 a469c72c705f4b34928a934945dca097 ddc437c9269d46fd951cd36049f2457c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1463/2721] 10.0.0.149 () {32 vars in 742 bytes} [Thu Jun 18 04:39:00 2026] GET /v2.0/subnets/47d73358-26e2-44ca-9505-86834f83b1a4/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2722] 10.0.0.149 () {32 vars in 741 bytes} [Thu Jun 18 04:39:01 2026] DELETE /v2.0/subnets/47d73358-26e2-44ca-9505-86834f83b1a4/tags/red => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2723] 10.0.0.149 () {32 vars in 730 bytes} [Thu Jun 18 04:39:01 2026] GET /v2.0/subnets/47d73358-26e2-44ca-9505-86834f83b1a4/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:39:01.194 7 INFO neutron.api.v2.resource [None req-35809830-8f32-430d-a4af-0fbfac443745 a469c72c705f4b34928a934945dca097 ddc437c9269d46fd951cd36049f2457c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1260/2724] 10.0.0.149 () {32 vars in 745 bytes} [Thu Jun 18 04:39:01 2026] DELETE /v2.0/subnets/47d73358-26e2-44ca-9505-86834f83b1a4/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2725] 10.0.0.149 () {32 vars in 733 bytes} [Thu Jun 18 04:39:01 2026] DELETE /v2.0/subnets/47d73358-26e2-44ca-9505-86834f83b1a4/tags => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2726] 10.0.0.149 () {32 vars in 730 bytes} [Thu Jun 18 04:39:01 2026] GET /v2.0/subnets/47d73358-26e2-44ca-9505-86834f83b1a4/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2727] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:39:01 2026] DELETE /v2.0/subnets/47d73358-26e2-44ca-9505-86834f83b1a4 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:39:01.591 7 INFO neutron_taas.services.taas.taas_plugin [None req-8503e8c4-9867-4d20-b642-5f17cf16c617 a469c72c705f4b34928a934945dca097 ddc437c9269d46fd951cd36049f2457c - - default default] TaaS: Handle Delete Port: 854c43b4-c487-4db3-a7a5-d00c9a994515 2026-06-18 04:39:01.593 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8503e8c4-9867-4d20-b642-5f17cf16c617 a469c72c705f4b34928a934945dca097 ddc437c9269d46fd951cd36049f2457c - - default default] Tap Mirror: Handle Delete Port: 854c43b4-c487-4db3-a7a5-d00c9a994515 [pid: 7|app: 0|req: 1262/2728] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:39:01 2026] DELETE /v2.0/networks/88d37b04-b822-4bff-b98f-b9093e3c95d2 => generated 0 bytes in 338 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:39:01.984 7 INFO neutron.services.segments.plugin [-] Segment 2769f4d9-489a-4d04-b28c-3b2d13561ec2 resource provider aggregate not found 2026-06-18 04:39:01.997 7 INFO neutron.services.segments.plugin [-] Segment 2769f4d9-489a-4d04-b28c-3b2d13561ec2 resource provider aggregate not found 2026-06-18 04:39:02.001 7 INFO neutron.services.segments.plugin [-] Segment 2769f4d9-489a-4d04-b28c-3b2d13561ec2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2769f4d9-489a-4d04-b28c-3b2d13561ec2 found for delete ", "request_id": "req-2436baaf-3f6b-49b4-9ff2-118cc762b6a7"}]} 2026-06-18 04:39:02.014 7 INFO neutron.services.segments.plugin [-] Segment 2769f4d9-489a-4d04-b28c-3b2d13561ec2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2769f4d9-489a-4d04-b28c-3b2d13561ec2 found for delete ", "request_id": "req-8989ac50-c84a-4b5d-9121-528bfe6d6d58"}]} [pid: 8|app: 0|req: 1467/2729] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:39:02 2026] GET /v2.0/security-groups?tenant_id=ddc437c9269d46fd951cd36049f2457c&name=default => generated 2929 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2730] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:39:02 2026] DELETE /v2.0/security-groups/5750fc3e-c8b6-483f-b30a-af4e69712d54 => 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: 1468/2731] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:39:02 2026] GET /v2.0/security-groups?tenant_id=889a69796cb047ff9b8b54ec0dbc7eab&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2732] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:39:02 2026] DELETE /v2.0/security-groups/a24e4456-2c46-4adf-9ff7-031d79b8a364 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2733] 10.0.0.4 () {34 vars in 1013 bytes} [Thu Jun 18 04:39:08 2026] GET /v2.0/security-groups?id=5ccfa35e-f1b7-48dc-835b-5a679afa765a&fields=id => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2734] 10.0.0.4 () {34 vars in 979 bytes} [Thu Jun 18 04:39:08 2026] GET /v2.0/networks?id=1d4cbb74-6ec2-4665-8705-943173905f74 => generated 735 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2735] 10.0.0.4 () {34 vars in 962 bytes} [Thu Jun 18 04:39:08 2026] GET /v2.0/quotas/83b0599c3ddb4eb284ea3581ca128e4f => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2736] 10.0.0.4 () {34 vars in 999 bytes} [Thu Jun 18 04:39:08 2026] GET /v2.0/ports?tenant_id=83b0599c3ddb4eb284ea3581ca128e4f&fields=id => generated 149 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2737] 10.0.0.4 () {34 vars in 1005 bytes} [Thu Jun 18 04:39:08 2026] GET /v2.0/networks/1d4cbb74-6ec2-4665-8705-943173905f74?fields=segments => generated 14 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2738] 10.0.0.4 () {34 vars in 1105 bytes} [Thu Jun 18 04:39:09 2026] GET /v2.0/networks/1d4cbb74-6ec2-4665-8705-943173905f74?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/2739] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:39:09 2026] GET /v2.0/ports?device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2740] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:39:09 2026] GET /v2.0/ports?device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => 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: 1473/2741] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:39:12 2026] GET /v2.0/ports?device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2742] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:39:12 2026] GET /v2.0/ports?device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => 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: 1474/2743] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:39:13 2026] GET /v2.0/networks?id=1d4cbb74-6ec2-4665-8705-943173905f74 => generated 735 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2744] 199.204.45.65 () {34 vars in 1048 bytes} [Thu Jun 18 04:39:13 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=83b0599c3ddb4eb284ea3581ca128e4f => generated 343 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2745] 199.204.45.65 () {38 vars in 953 bytes} [Thu Jun 18 04:39:13 2026] POST /v2.0/ports => generated 1082 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2746] 199.204.45.65 () {38 vars in 1026 bytes} [Thu Jun 18 04:39:14 2026] PUT /v2.0/ports/fa812bc2-ec35-48bd-8710-fb9b0804bb85 => generated 1243 bytes in 409 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:39:14.552 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-12dec07e-2a13-4027-b718-b4ee8d5fbb12'] response: {'name': 'network-changed', 'server_uuid': 'f9627d3f-37ad-44c7-834a-d7c090df2ec7', 'tag': 'fa812bc2-ec35-48bd-8710-fb9b0804bb85', '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: 1476/2747] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:39:15 2026] GET /v2.0/ports?tenant_id=83b0599c3ddb4eb284ea3581ca128e4f&device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 1246 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1272/2748] 199.204.45.65 () {34 vars in 1016 bytes} [Thu Jun 18 04:39:15 2026] GET /v2.0/networks?tenant_id=83b0599c3ddb4eb284ea3581ca128e4f&shared=False => generated 735 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2749] 199.204.45.65 () {34 vars in 928 bytes} [Thu Jun 18 04:39:15 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2752] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:39:15 2026] GET /v2.0/ports?device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2753] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:39:15 2026] GET /v2.0/security-groups?id=5ccfa35e-f1b7-48dc-835b-5a679afa765a&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2754] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:39:16 2026] GET /v2.0/ports?device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 1246 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2755] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:39:16 2026] GET /v2.0/ports?tenant_id=83b0599c3ddb4eb284ea3581ca128e4f&device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 1246 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2756] 199.204.45.65 () {34 vars in 1060 bytes} [Thu Jun 18 04:39:16 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.178&port_id=fa812bc2-ec35-48bd-8710-fb9b0804bb85 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2757] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:39:16 2026] GET /v2.0/subnets?id=7cc4f138-9ad4-4159-93e1-e1f78208336e => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2758] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:39:16 2026] GET /v2.0/ports?network_id=1d4cbb74-6ec2-4665-8705-943173905f74&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2759] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:39:16 2026] GET /v2.0/networks/1d4cbb74-6ec2-4665-8705-943173905f74?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2760] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:39:16 2026] GET /v2.0/networks/1d4cbb74-6ec2-4665-8705-943173905f74?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2761] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:39:19 2026] GET /v2.0/ports?device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2762] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:39:19 2026] GET /v2.0/security-groups?id=5ccfa35e-f1b7-48dc-835b-5a679afa765a&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2763] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:39:19 2026] GET /v2.0/ports?device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 1246 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2764] 199.204.45.65 () {34 vars in 992 bytes} [Thu Jun 18 04:39:20 2026] GET /v2.0/ports?device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2765] 199.204.45.65 () {34 vars in 1042 bytes} [Thu Jun 18 04:39:20 2026] GET /v2.0/security-groups?id=5ccfa35e-f1b7-48dc-835b-5a679afa765a&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2766] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:39:22 2026] GET /v2.0/ports?device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2767] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:39:22 2026] GET /v2.0/security-groups?id=5ccfa35e-f1b7-48dc-835b-5a679afa765a&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: 1487/2768] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:39:22 2026] GET /v2.0/ports?device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 1248 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2769] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:39:25 2026] GET /v2.0/ports?device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2770] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:39:25 2026] GET /v2.0/security-groups?id=5ccfa35e-f1b7-48dc-835b-5a679afa765a&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: 7|app: 0|req: 1283/2771] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:39:25 2026] GET /v2.0/ports?device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2776] 199.204.45.65 () {30 vars in 701 bytes} [Thu Jun 18 04:40: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: 7|app: 0|req: 1286/2777] 199.204.45.65 () {30 vars in 703 bytes} [Thu Jun 18 04:40:00 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2778] 199.204.45.65 () {30 vars in 679 bytes} [Thu Jun 18 04:40:00 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2779] 199.204.45.65 () {30 vars in 715 bytes} [Thu Jun 18 04:40:00 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: 1493/2782] 199.204.45.65 () {30 vars in 739 bytes} [Thu Jun 18 04:40:00 2026] GET /v2.0/subnets/6e957b0e-d073-4a4a-b34f-6d3c54049ebe => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2783] 199.204.45.65 () {30 vars in 767 bytes} [Thu Jun 18 04:40:00 2026] GET /v2.0/ports?device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 1248 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2784] 199.204.45.65 () {34 vars in 715 bytes} [Thu Jun 18 04:40:00 2026] POST /v2.0/ports => generated 1055 bytes in 805 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2785] 10.0.0.4 () {34 vars in 968 bytes} [Thu Jun 18 04:40:01 2026] GET /v2.0/ports/49946579-d5f8-4e6f-853a-26502c02c979 => generated 1055 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2786] 10.0.0.4 () {34 vars in 904 bytes} [Thu Jun 18 04:40:01 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2787] 199.204.45.65 () {34 vars in 1260 bytes} [Thu Jun 18 04:40:02 2026] GET /v2.0/ports/49946579-d5f8-4e6f-853a-26502c02c979?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2788] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:40:02 2026] GET /v2.0/networks/aa49051b-9624-4196-9a2c-0ca95cbea261?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2789] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:40:02 2026] GET /v2.0/networks/aa49051b-9624-4196-9a2c-0ca95cbea261?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2790] 199.204.45.65 () {34 vars in 973 bytes} [Thu Jun 18 04:40:03 2026] GET /v2.0/ports/49946579-d5f8-4e6f-853a-26502c02c979 => generated 1055 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2791] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:40:03 2026] GET /v2.0/networks?id=aa49051b-9624-4196-9a2c-0ca95cbea261 => generated 802 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2792] 199.204.45.65 () {38 vars in 1026 bytes} [Thu Jun 18 04:40:03 2026] PUT /v2.0/ports/49946579-d5f8-4e6f-853a-26502c02c979 => generated 1245 bytes in 469 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:40:03.894 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f7b36482-2b64-4b2f-9f34-4435083f24d1'] response: {'name': 'network-changed', 'server_uuid': 'f9627d3f-37ad-44c7-834a-d7c090df2ec7', 'tag': '49946579-d5f8-4e6f-853a-26502c02c979', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1295/2793] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:40:04 2026] GET /v2.0/ports?tenant_id=83b0599c3ddb4eb284ea3581ca128e4f&device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 2485 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2794] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:40:04 2026] GET /v2.0/networks?id=aa49051b-9624-4196-9a2c-0ca95cbea261 => generated 802 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2795] 199.204.45.65 () {34 vars in 1054 bytes} [Thu Jun 18 04:40:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.97&port_id=49946579-d5f8-4e6f-853a-26502c02c979 => 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: 1500/2796] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:40:04 2026] GET /v2.0/subnets?id=6e957b0e-d073-4a4a-b34f-6d3c54049ebe => generated 679 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2797] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:40:04 2026] GET /v2.0/ports?network_id=aa49051b-9624-4196-9a2c-0ca95cbea261&device_owner=network%3Adhcp => generated 1461 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2798] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:40:04 2026] GET /v2.0/networks/aa49051b-9624-4196-9a2c-0ca95cbea261?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2799] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:40:04 2026] GET /v2.0/networks/aa49051b-9624-4196-9a2c-0ca95cbea261?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2800] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:40:05 2026] GET /v2.0/ports?tenant_id=83b0599c3ddb4eb284ea3581ca128e4f&device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 2485 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2801] 199.204.45.65 () {34 vars in 1060 bytes} [Thu Jun 18 04:40:05 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.178&port_id=fa812bc2-ec35-48bd-8710-fb9b0804bb85 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2802] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:40:05 2026] GET /v2.0/subnets?id=7cc4f138-9ad4-4159-93e1-e1f78208336e => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2803] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:40:06 2026] GET /v2.0/ports?network_id=1d4cbb74-6ec2-4665-8705-943173905f74&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2804] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:40:06 2026] GET /v2.0/networks/1d4cbb74-6ec2-4665-8705-943173905f74?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2805] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:40:06 2026] GET /v2.0/networks/1d4cbb74-6ec2-4665-8705-943173905f74?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2806] 199.204.45.65 () {34 vars in 1054 bytes} [Thu Jun 18 04:40:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.97&port_id=49946579-d5f8-4e6f-853a-26502c02c979 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2807] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:40:06 2026] GET /v2.0/subnets?id=6e957b0e-d073-4a4a-b34f-6d3c54049ebe => generated 679 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/2808] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:40:06 2026] GET /v2.0/ports?network_id=aa49051b-9624-4196-9a2c-0ca95cbea261&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: 7|app: 0|req: 1303/2809] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:40:06 2026] GET /v2.0/networks/aa49051b-9624-4196-9a2c-0ca95cbea261?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: 1507/2810] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:40:06 2026] GET /v2.0/networks/aa49051b-9624-4196-9a2c-0ca95cbea261?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2811] 10.0.0.4 () {34 vars in 968 bytes} [Thu Jun 18 04:40:10 2026] GET /v2.0/ports/49946579-d5f8-4e6f-853a-26502c02c979 => generated 1247 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2812] 199.204.45.65 () {34 vars in 787 bytes} [Thu Jun 18 04:40:10 2026] PUT /v2.0/ports/49946579-d5f8-4e6f-853a-26502c02c979 => generated 1272 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:40:10.948 7 INFO neutron.api.v2.resource [None req-d714b791-5d40-4e05-8942-7eff2ea395f6 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1305/2813] 199.204.45.65 () {30 vars in 761 bytes} [Thu Jun 18 04:40:10 2026] GET /v2.0/security-groups/lb-d636bbc6-923b-4a9e-b58b-bbc5d85c56db => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 04:40:10.973 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3390ac57-5155-4e53-b3a0-53920c2ebfc9'] response: {'name': 'network-changed', 'server_uuid': 'f9627d3f-37ad-44c7-834a-d7c090df2ec7', 'tag': '49946579-d5f8-4e6f-853a-26502c02c979', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1509/2814] 199.204.45.65 () {30 vars in 783 bytes} [Thu Jun 18 04:40:10 2026] GET /v2.0/security-groups?name=lb-d636bbc6-923b-4a9e-b58b-bbc5d85c56db => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2815] 199.204.45.65 () {34 vars in 787 bytes} [Thu Jun 18 04:40:10 2026] PUT /v2.0/ports/49946579-d5f8-4e6f-853a-26502c02c979 => generated 1310 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:40:11.304 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bce611cc-05b0-41a7-a547-570ae25cdb47'] response: {'name': 'network-changed', 'server_uuid': 'f9627d3f-37ad-44c7-834a-d7c090df2ec7', 'tag': '49946579-d5f8-4e6f-853a-26502c02c979', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1510/2816] 199.204.45.65 () {30 vars in 701 bytes} [Thu Jun 18 04:40:11 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: 7|app: 0|req: 1307/2817] 199.204.45.65 () {30 vars in 703 bytes} [Thu Jun 18 04:40:11 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2818] 199.204.45.65 () {30 vars in 679 bytes} [Thu Jun 18 04:40:11 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2819] 199.204.45.65 () {30 vars in 715 bytes} [Thu Jun 18 04:40:11 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2820] 199.204.45.65 () {30 vars in 739 bytes} [Thu Jun 18 04:40:11 2026] GET /v2.0/subnets/6e957b0e-d073-4a4a-b34f-6d3c54049ebe => 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: 1511/2821] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:40:11 2026] GET /v2.0/ports?tenant_id=83b0599c3ddb4eb284ea3581ca128e4f&device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 2586 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2822] 199.204.45.65 () {30 vars in 735 bytes} [Thu Jun 18 04:40:11 2026] GET /v2.0/ports/44921c29-1c5f-4d0d-af3b-9e155e288f31 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2823] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:40:11 2026] GET /v2.0/networks?id=aa49051b-9624-4196-9a2c-0ca95cbea261 => generated 802 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2824] 199.204.45.65 () {30 vars in 735 bytes} [Thu Jun 18 04:40:11 2026] GET /v2.0/ports/49946579-d5f8-4e6f-853a-26502c02c979 => generated 1346 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/2825] 199.204.45.65 () {34 vars in 1054 bytes} [Thu Jun 18 04:40:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.97&port_id=49946579-d5f8-4e6f-853a-26502c02c979 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2826] 199.204.45.65 () {30 vars in 739 bytes} [Thu Jun 18 04:40:11 2026] GET /v2.0/subnets/6e957b0e-d073-4a4a-b34f-6d3c54049ebe => 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: 1514/2827] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:40:11 2026] GET /v2.0/subnets?id=6e957b0e-d073-4a4a-b34f-6d3c54049ebe => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/2828] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:40:11 2026] GET /v2.0/ports?network_id=aa49051b-9624-4196-9a2c-0ca95cbea261&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2829] 199.204.45.65 () {30 vars in 741 bytes} [Thu Jun 18 04:40:11 2026] GET /v2.0/networks/aa49051b-9624-4196-9a2c-0ca95cbea261 => generated 799 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2830] 199.204.45.65 () {30 vars in 735 bytes} [Thu Jun 18 04:40:11 2026] GET /v2.0/ports/44921c29-1c5f-4d0d-af3b-9e155e288f31 => generated 1132 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/2831] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:40:11 2026] GET /v2.0/networks/aa49051b-9624-4196-9a2c-0ca95cbea261?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2832] 199.204.45.65 () {30 vars in 739 bytes} [Thu Jun 18 04:40:11 2026] GET /v2.0/subnets/6e957b0e-d073-4a4a-b34f-6d3c54049ebe => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/2833] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:40:11 2026] GET /v2.0/networks/aa49051b-9624-4196-9a2c-0ca95cbea261?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2834] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:40:12 2026] GET /v2.0/ports?tenant_id=83b0599c3ddb4eb284ea3581ca128e4f&device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => 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: 1518/2835] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:40:12 2026] GET /v2.0/networks?id=aa49051b-9624-4196-9a2c-0ca95cbea261 => generated 802 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2836] 199.204.45.65 () {34 vars in 1054 bytes} [Thu Jun 18 04:40:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.97&port_id=49946579-d5f8-4e6f-853a-26502c02c979 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/2837] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:40:12 2026] GET /v2.0/subnets?id=6e957b0e-d073-4a4a-b34f-6d3c54049ebe => generated 679 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2838] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:40:13 2026] GET /v2.0/ports?network_id=aa49051b-9624-4196-9a2c-0ca95cbea261&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: 1520/2839] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:40:13 2026] GET /v2.0/networks/aa49051b-9624-4196-9a2c-0ca95cbea261?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2840] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:40:13 2026] GET /v2.0/networks/aa49051b-9624-4196-9a2c-0ca95cbea261?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:40:18.201 8 INFO neutron.db.l3_db [None req-37f126a1-c176-4cc2-87e1-48b60992dada 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] Floating IP bcfc0246-c674-4a97-9639-5543a8694d4f associated. External IP: 10.96.250.213, port: 44921c29-1c5f-4d0d-af3b-9e155e288f31. [pid: 8|app: 0|req: 1522/2843] 10.0.0.149 () {34 vars in 676 bytes} [Thu Jun 18 04:40:17 2026] POST /v2.0/floatingips => generated 899 bytes in 1163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2844] 199.204.45.65 () {30 vars in 701 bytes} [Thu Jun 18 04:40:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/2845] 199.204.45.65 () {30 vars in 703 bytes} [Thu Jun 18 04:40:23 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2846] 199.204.45.65 () {30 vars in 679 bytes} [Thu Jun 18 04:40:23 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: 1524/2847] 199.204.45.65 () {30 vars in 715 bytes} [Thu Jun 18 04:40:23 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-06-18 04:40:24.058 7 INFO neutron.api.v2.resource [None req-e1950004-c0dd-4da0-9ea3-9fe5602fb9a6 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1324/2848] 199.204.45.65 () {30 vars in 761 bytes} [Thu Jun 18 04:40:24 2026] GET /v2.0/security-groups/lb-d636bbc6-923b-4a9e-b58b-bbc5d85c56db => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/2849] 199.204.45.65 () {30 vars in 783 bytes} [Thu Jun 18 04:40:24 2026] GET /v2.0/security-groups?name=lb-d636bbc6-923b-4a9e-b58b-bbc5d85c56db => generated 1639 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2850] 199.204.45.65 () {30 vars in 813 bytes} [Thu Jun 18 04:40:24 2026] GET /v2.0/security-group-rules?security_group_id=df6170d2-22be-48b0-96b5-fda44322f4ac => generated 1182 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/2851] 199.204.45.65 () {34 vars in 745 bytes} [Thu Jun 18 04:40:24 2026] POST /v2.0/security-group-rules => generated 601 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2852] 199.204.45.65 () {34 vars in 745 bytes} [Thu Jun 18 04:40:24 2026] POST /v2.0/security-group-rules => generated 597 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/2855] 10.0.0.210 () {30 vars in 689 bytes} [Thu Jun 18 04:40:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2856] 10.0.0.210 () {30 vars in 691 bytes} [Thu Jun 18 04:40: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: 1529/2857] 10.0.0.210 () {30 vars in 667 bytes} [Thu Jun 18 04:40:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2858] 10.0.0.210 () {30 vars in 703 bytes} [Thu Jun 18 04:40:35 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/2859] 10.0.0.210 () {28 vars in 438 bytes} [Thu Jun 18 04:40:36 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2860] 10.0.0.210 () {30 vars in 727 bytes} [Thu Jun 18 04:40:36 2026] GET /v2.0/subnets/8c980a1f-f16c-49a0-8fa8-97464829afff => 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: 1531/2861] 199.204.45.65 () {30 vars in 701 bytes} [Thu Jun 18 04:40:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2862] 199.204.45.65 () {30 vars in 703 bytes} [Thu Jun 18 04:40:36 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: 1532/2863] 199.204.45.65 () {30 vars in 679 bytes} [Thu Jun 18 04:40:36 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2864] 199.204.45.65 () {30 vars in 715 bytes} [Thu Jun 18 04:40:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/2865] 199.204.45.65 () {30 vars in 739 bytes} [Thu Jun 18 04:40:37 2026] GET /v2.0/subnets/8c980a1f-f16c-49a0-8fa8-97464829afff => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2866] 199.204.45.65 () {30 vars in 767 bytes} [Thu Jun 18 04:40:37 2026] GET /v2.0/ports?device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 2586 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/2867] 199.204.45.65 () {30 vars in 701 bytes} [Thu Jun 18 04:40:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2868] 199.204.45.65 () {30 vars in 703 bytes} [Thu Jun 18 04:40:37 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: 1535/2869] 199.204.45.65 () {30 vars in 679 bytes} [Thu Jun 18 04:40:37 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2870] 199.204.45.65 () {30 vars in 715 bytes} [Thu Jun 18 04:40:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/2871] 199.204.45.65 () {34 vars in 715 bytes} [Thu Jun 18 04:40:37 2026] POST /v2.0/ports => generated 1328 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2872] 10.0.0.4 () {34 vars in 968 bytes} [Thu Jun 18 04:40:37 2026] GET /v2.0/ports/837091c8-378e-4af2-99b2-1b31404c41d7 => generated 1328 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1537/2873] 10.0.0.4 () {34 vars in 904 bytes} [Thu Jun 18 04:40:37 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2874] 199.204.45.65 () {34 vars in 1260 bytes} [Thu Jun 18 04:40:38 2026] GET /v2.0/ports/837091c8-378e-4af2-99b2-1b31404c41d7?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/2875] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:40:38 2026] GET /v2.0/networks/a427d201-a17d-430e-a9b2-989d9f23cc6e?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2876] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:40:38 2026] GET /v2.0/networks/a427d201-a17d-430e-a9b2-989d9f23cc6e?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: 1539/2877] 199.204.45.65 () {34 vars in 973 bytes} [Thu Jun 18 04:40:39 2026] GET /v2.0/ports/837091c8-378e-4af2-99b2-1b31404c41d7 => generated 1328 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2878] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:40:39 2026] GET /v2.0/networks?id=a427d201-a17d-430e-a9b2-989d9f23cc6e => generated 801 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/2879] 199.204.45.65 () {38 vars in 1026 bytes} [Thu Jun 18 04:40:39 2026] PUT /v2.0/ports/837091c8-378e-4af2-99b2-1b31404c41d7 => generated 1518 bytes in 476 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:40:40.158 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-33c494b6-b2db-4c03-9579-553d1c70505e'] response: {'name': 'network-changed', 'server_uuid': 'f9627d3f-37ad-44c7-834a-d7c090df2ec7', 'tag': '837091c8-378e-4af2-99b2-1b31404c41d7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1340/2880] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:40:40 2026] GET /v2.0/ports?tenant_id=83b0599c3ddb4eb284ea3581ca128e4f&device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 4096 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1541/2881] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:40:40 2026] GET /v2.0/networks?id=a427d201-a17d-430e-a9b2-989d9f23cc6e => generated 801 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2882] 199.204.45.65 () {34 vars in 1056 bytes} [Thu Jun 18 04:40:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.198&port_id=837091c8-378e-4af2-99b2-1b31404c41d7 => 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: 1542/2883] 199.204.45.65 () {34 vars in 1102 bytes} [Thu Jun 18 04:40:40 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A36b&port_id=837091c8-378e-4af2-99b2-1b31404c41d7 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2884] 199.204.45.65 () {34 vars in 1062 bytes} [Thu Jun 18 04:40:40 2026] GET /v2.0/subnets?id=b30589bf-f2b7-4e36-876f-2ee9d92f1a39&id=8c980a1f-f16c-49a0-8fa8-97464829afff => generated 1409 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/2885] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:40:40 2026] GET /v2.0/ports?network_id=a427d201-a17d-430e-a9b2-989d9f23cc6e&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: 7|app: 0|req: 1343/2886] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:40:40 2026] GET /v2.0/ports?network_id=a427d201-a17d-430e-a9b2-989d9f23cc6e&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/2887] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:40:41 2026] GET /v2.0/networks/a427d201-a17d-430e-a9b2-989d9f23cc6e?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2888] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:40:41 2026] GET /v2.0/networks/a427d201-a17d-430e-a9b2-989d9f23cc6e?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: 1545/2889] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:40:42 2026] GET /v2.0/ports?tenant_id=83b0599c3ddb4eb284ea3581ca128e4f&device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 4096 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2890] 199.204.45.65 () {34 vars in 1060 bytes} [Thu Jun 18 04:40:42 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.178&port_id=fa812bc2-ec35-48bd-8710-fb9b0804bb85 => 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: 1546/2891] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:40:42 2026] GET /v2.0/subnets?id=7cc4f138-9ad4-4159-93e1-e1f78208336e => generated 654 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2892] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:40:42 2026] GET /v2.0/ports?network_id=1d4cbb74-6ec2-4665-8705-943173905f74&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/2893] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:40:42 2026] GET /v2.0/networks/1d4cbb74-6ec2-4665-8705-943173905f74?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2894] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:40:42 2026] GET /v2.0/networks/1d4cbb74-6ec2-4665-8705-943173905f74?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: 1548/2895] 199.204.45.65 () {34 vars in 1054 bytes} [Thu Jun 18 04:40:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.97&port_id=49946579-d5f8-4e6f-853a-26502c02c979 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2896] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:40:42 2026] GET /v2.0/subnets?id=6e957b0e-d073-4a4a-b34f-6d3c54049ebe => generated 679 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/2897] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:40:42 2026] GET /v2.0/ports?network_id=aa49051b-9624-4196-9a2c-0ca95cbea261&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: 7|app: 0|req: 1349/2898] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:40:42 2026] GET /v2.0/networks/aa49051b-9624-4196-9a2c-0ca95cbea261?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: 1550/2899] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:40:42 2026] GET /v2.0/networks/aa49051b-9624-4196-9a2c-0ca95cbea261?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2900] 199.204.45.65 () {34 vars in 1056 bytes} [Thu Jun 18 04:40:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.198&port_id=837091c8-378e-4af2-99b2-1b31404c41d7 => 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: 1551/2901] 199.204.45.65 () {34 vars in 1102 bytes} [Thu Jun 18 04:40:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A36b&port_id=837091c8-378e-4af2-99b2-1b31404c41d7 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2902] 199.204.45.65 () {34 vars in 1062 bytes} [Thu Jun 18 04:40:42 2026] GET /v2.0/subnets?id=b30589bf-f2b7-4e36-876f-2ee9d92f1a39&id=8c980a1f-f16c-49a0-8fa8-97464829afff => generated 1409 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/2903] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:40:42 2026] GET /v2.0/ports?network_id=a427d201-a17d-430e-a9b2-989d9f23cc6e&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2904] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:40:42 2026] GET /v2.0/ports?network_id=a427d201-a17d-430e-a9b2-989d9f23cc6e&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/2905] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:40:42 2026] GET /v2.0/networks/a427d201-a17d-430e-a9b2-989d9f23cc6e?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2906] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:40:42 2026] GET /v2.0/networks/a427d201-a17d-430e-a9b2-989d9f23cc6e?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: 1555/2909] 10.0.0.4 () {34 vars in 968 bytes} [Thu Jun 18 04:40:46 2026] GET /v2.0/ports/837091c8-378e-4af2-99b2-1b31404c41d7 => generated 1518 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2910] 199.204.45.65 () {30 vars in 741 bytes} [Thu Jun 18 04:40:46 2026] GET /v2.0/networks/a427d201-a17d-430e-a9b2-989d9f23cc6e => generated 798 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/2911] 199.204.45.65 () {30 vars in 739 bytes} [Thu Jun 18 04:40:47 2026] GET /v2.0/subnets/8c980a1f-f16c-49a0-8fa8-97464829afff => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2912] 199.204.45.65 () {30 vars in 739 bytes} [Thu Jun 18 04:40:47 2026] GET /v2.0/subnets/b30589bf-f2b7-4e36-876f-2ee9d92f1a39 => generated 743 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/2913] 199.204.45.65 () {30 vars in 701 bytes} [Thu Jun 18 04:40:47 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2914] 199.204.45.65 () {30 vars in 703 bytes} [Thu Jun 18 04:40:47 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/2915] 199.204.45.65 () {30 vars in 679 bytes} [Thu Jun 18 04:40:47 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2916] 199.204.45.65 () {30 vars in 715 bytes} [Thu Jun 18 04:40:47 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: 1559/2917] 199.204.45.65 () {30 vars in 739 bytes} [Thu Jun 18 04:40:47 2026] GET /v2.0/subnets/6e957b0e-d073-4a4a-b34f-6d3c54049ebe => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2918] 199.204.45.65 () {30 vars in 735 bytes} [Thu Jun 18 04:40:47 2026] GET /v2.0/ports/44921c29-1c5f-4d0d-af3b-9e155e288f31 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/2919] 199.204.45.65 () {30 vars in 735 bytes} [Thu Jun 18 04:40:47 2026] GET /v2.0/ports/49946579-d5f8-4e6f-853a-26502c02c979 => generated 1346 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2920] 199.204.45.65 () {30 vars in 739 bytes} [Thu Jun 18 04:40:47 2026] GET /v2.0/subnets/6e957b0e-d073-4a4a-b34f-6d3c54049ebe => 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: 1561/2921] 199.204.45.65 () {30 vars in 741 bytes} [Thu Jun 18 04:40:47 2026] GET /v2.0/networks/aa49051b-9624-4196-9a2c-0ca95cbea261 => generated 799 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2922] 199.204.45.65 () {30 vars in 735 bytes} [Thu Jun 18 04:40:47 2026] GET /v2.0/ports/44921c29-1c5f-4d0d-af3b-9e155e288f31 => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/2923] 199.204.45.65 () {30 vars in 739 bytes} [Thu Jun 18 04:40:47 2026] GET /v2.0/subnets/6e957b0e-d073-4a4a-b34f-6d3c54049ebe => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2924] 10.0.0.210 () {30 vars in 689 bytes} [Thu Jun 18 04:40:51 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: 1563/2925] 10.0.0.210 () {30 vars in 691 bytes} [Thu Jun 18 04:40:51 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2926] 10.0.0.210 () {30 vars in 667 bytes} [Thu Jun 18 04:40:51 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/2927] 10.0.0.210 () {30 vars in 703 bytes} [Thu Jun 18 04:40:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2928] 10.0.0.210 () {28 vars in 438 bytes} [Thu Jun 18 04:40:52 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: 1565/2929] 10.0.0.210 () {30 vars in 727 bytes} [Thu Jun 18 04:40:52 2026] GET /v2.0/subnets/39810170-1447-4788-ac56-c3f16cd81bb1 => generated 655 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2930] 199.204.45.65 () {30 vars in 701 bytes} [Thu Jun 18 04:40:53 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: 1566/2931] 199.204.45.65 () {30 vars in 703 bytes} [Thu Jun 18 04:40:53 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2932] 199.204.45.65 () {30 vars in 679 bytes} [Thu Jun 18 04:40:53 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: 1567/2933] 199.204.45.65 () {30 vars in 715 bytes} [Thu Jun 18 04:40:53 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2934] 199.204.45.65 () {30 vars in 739 bytes} [Thu Jun 18 04:40:53 2026] GET /v2.0/subnets/8c980a1f-f16c-49a0-8fa8-97464829afff => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/2935] 199.204.45.65 () {30 vars in 739 bytes} [Thu Jun 18 04:40:53 2026] GET /v2.0/subnets/39810170-1447-4788-ac56-c3f16cd81bb1 => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2936] 199.204.45.65 () {30 vars in 767 bytes} [Thu Jun 18 04:40:53 2026] GET /v2.0/ports?device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 4098 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/2937] 199.204.45.65 () {30 vars in 701 bytes} [Thu Jun 18 04:40:53 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2938] 199.204.45.65 () {30 vars in 703 bytes} [Thu Jun 18 04:40:53 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/2939] 199.204.45.65 () {30 vars in 679 bytes} [Thu Jun 18 04:40:53 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2940] 199.204.45.65 () {30 vars in 715 bytes} [Thu Jun 18 04:40:53 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/2941] 199.204.45.65 () {34 vars in 715 bytes} [Thu Jun 18 04:40:53 2026] POST /v2.0/ports => generated 1332 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2942] 10.0.0.4 () {34 vars in 968 bytes} [Thu Jun 18 04:40:54 2026] GET /v2.0/ports/eb6f7745-9fb5-45df-8873-cc759fc63b10 => generated 1332 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1572/2943] 199.204.45.65 () {34 vars in 1260 bytes} [Thu Jun 18 04:40:55 2026] GET /v2.0/ports/eb6f7745-9fb5-45df-8873-cc759fc63b10?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2944] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:40:55 2026] GET /v2.0/networks/4eaaaaf9-ab69-42ee-8bec-594bcdcd784d?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: 1573/2945] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:40:55 2026] GET /v2.0/networks/4eaaaaf9-ab69-42ee-8bec-594bcdcd784d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2946] 199.204.45.65 () {34 vars in 973 bytes} [Thu Jun 18 04:40:55 2026] GET /v2.0/ports/eb6f7745-9fb5-45df-8873-cc759fc63b10 => generated 1332 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/2947] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:40:55 2026] GET /v2.0/networks?id=4eaaaaf9-ab69-42ee-8bec-594bcdcd784d => generated 800 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2948] 199.204.45.65 () {38 vars in 1026 bytes} [Thu Jun 18 04:40:55 2026] PUT /v2.0/ports/eb6f7745-9fb5-45df-8873-cc759fc63b10 => generated 1522 bytes in 472 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:40:56.414 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-522638a7-46f5-4dc7-a2f4-2a730b38ba58'] response: {'name': 'network-changed', 'server_uuid': 'f9627d3f-37ad-44c7-834a-d7c090df2ec7', 'tag': 'eb6f7745-9fb5-45df-8873-cc759fc63b10', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1575/2949] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:40:56 2026] GET /v2.0/ports?tenant_id=83b0599c3ddb4eb284ea3581ca128e4f&device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 5612 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1375/2950] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:40:56 2026] GET /v2.0/networks?id=4eaaaaf9-ab69-42ee-8bec-594bcdcd784d => 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: 1576/2951] 199.204.45.65 () {34 vars in 1056 bytes} [Thu Jun 18 04:40:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.146&port_id=eb6f7745-9fb5-45df-8873-cc759fc63b10 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2952] 199.204.45.65 () {34 vars in 1104 bytes} [Thu Jun 18 04:40:57 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A205&port_id=eb6f7745-9fb5-45df-8873-cc759fc63b10 => 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: 1577/2953] 199.204.45.65 () {34 vars in 1062 bytes} [Thu Jun 18 04:40:57 2026] GET /v2.0/subnets?id=39810170-1447-4788-ac56-c3f16cd81bb1&id=2057fb8f-dce3-4e19-8291-4b3ac86a2888 => generated 1414 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2954] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:40:57 2026] GET /v2.0/ports?network_id=4eaaaaf9-ab69-42ee-8bec-594bcdcd784d&device_owner=network%3Adhcp => generated 1461 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/2955] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:40:57 2026] GET /v2.0/ports?network_id=4eaaaaf9-ab69-42ee-8bec-594bcdcd784d&device_owner=network%3Adhcp => generated 1461 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2956] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:40:57 2026] GET /v2.0/networks/4eaaaaf9-ab69-42ee-8bec-594bcdcd784d?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: 1579/2957] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:40:57 2026] GET /v2.0/networks/4eaaaaf9-ab69-42ee-8bec-594bcdcd784d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2958] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:40:58 2026] GET /v2.0/ports?tenant_id=83b0599c3ddb4eb284ea3581ca128e4f&device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 5612 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/2959] 199.204.45.65 () {34 vars in 1060 bytes} [Thu Jun 18 04:40:58 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.178&port_id=fa812bc2-ec35-48bd-8710-fb9b0804bb85 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2960] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:40:58 2026] GET /v2.0/subnets?id=7cc4f138-9ad4-4159-93e1-e1f78208336e => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/2961] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:40:58 2026] GET /v2.0/ports?network_id=1d4cbb74-6ec2-4665-8705-943173905f74&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2962] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:40:58 2026] GET /v2.0/networks/1d4cbb74-6ec2-4665-8705-943173905f74?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: 1582/2963] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:40:58 2026] GET /v2.0/networks/1d4cbb74-6ec2-4665-8705-943173905f74?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2964] 199.204.45.65 () {34 vars in 1054 bytes} [Thu Jun 18 04:40:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.97&port_id=49946579-d5f8-4e6f-853a-26502c02c979 => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/2965] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:40:58 2026] GET /v2.0/subnets?id=6e957b0e-d073-4a4a-b34f-6d3c54049ebe => generated 679 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2966] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:40:58 2026] GET /v2.0/ports?network_id=aa49051b-9624-4196-9a2c-0ca95cbea261&device_owner=network%3Adhcp => generated 1461 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/2967] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:40:58 2026] GET /v2.0/networks/aa49051b-9624-4196-9a2c-0ca95cbea261?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2968] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:40:58 2026] GET /v2.0/networks/aa49051b-9624-4196-9a2c-0ca95cbea261?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/2969] 199.204.45.65 () {34 vars in 1056 bytes} [Thu Jun 18 04:40:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.198&port_id=837091c8-378e-4af2-99b2-1b31404c41d7 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2970] 199.204.45.65 () {34 vars in 1102 bytes} [Thu Jun 18 04:40:58 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A36b&port_id=837091c8-378e-4af2-99b2-1b31404c41d7 => 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: 1586/2971] 199.204.45.65 () {34 vars in 1062 bytes} [Thu Jun 18 04:40:58 2026] GET /v2.0/subnets?id=b30589bf-f2b7-4e36-876f-2ee9d92f1a39&id=8c980a1f-f16c-49a0-8fa8-97464829afff => generated 1409 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2972] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:40:59 2026] GET /v2.0/ports?network_id=a427d201-a17d-430e-a9b2-989d9f23cc6e&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/2973] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:40:59 2026] GET /v2.0/ports?network_id=a427d201-a17d-430e-a9b2-989d9f23cc6e&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2974] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:40:59 2026] GET /v2.0/networks/a427d201-a17d-430e-a9b2-989d9f23cc6e?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: 1588/2975] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:40:59 2026] GET /v2.0/networks/a427d201-a17d-430e-a9b2-989d9f23cc6e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2976] 199.204.45.65 () {34 vars in 1056 bytes} [Thu Jun 18 04:40:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.146&port_id=eb6f7745-9fb5-45df-8873-cc759fc63b10 => 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: 1589/2977] 199.204.45.65 () {34 vars in 1104 bytes} [Thu Jun 18 04:40:59 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A205&port_id=eb6f7745-9fb5-45df-8873-cc759fc63b10 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2978] 199.204.45.65 () {34 vars in 1062 bytes} [Thu Jun 18 04:40:59 2026] GET /v2.0/subnets?id=39810170-1447-4788-ac56-c3f16cd81bb1&id=2057fb8f-dce3-4e19-8291-4b3ac86a2888 => generated 1414 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/2979] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:40:59 2026] GET /v2.0/ports?network_id=4eaaaaf9-ab69-42ee-8bec-594bcdcd784d&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2980] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:40:59 2026] GET /v2.0/ports?network_id=4eaaaaf9-ab69-42ee-8bec-594bcdcd784d&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: 1591/2981] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:40:59 2026] GET /v2.0/networks/4eaaaaf9-ab69-42ee-8bec-594bcdcd784d?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2982] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:40:59 2026] GET /v2.0/networks/4eaaaaf9-ab69-42ee-8bec-594bcdcd784d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2985] 10.0.0.4 () {34 vars in 968 bytes} [Thu Jun 18 04:41:03 2026] GET /v2.0/ports/eb6f7745-9fb5-45df-8873-cc759fc63b10 => generated 1524 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/2986] 199.204.45.65 () {30 vars in 741 bytes} [Thu Jun 18 04:41:03 2026] GET /v2.0/networks/4eaaaaf9-ab69-42ee-8bec-594bcdcd784d => generated 797 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2987] 199.204.45.65 () {30 vars in 739 bytes} [Thu Jun 18 04:41:03 2026] GET /v2.0/subnets/39810170-1447-4788-ac56-c3f16cd81bb1 => generated 673 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/2988] 199.204.45.65 () {30 vars in 739 bytes} [Thu Jun 18 04:41:03 2026] GET /v2.0/subnets/2057fb8f-dce3-4e19-8291-4b3ac86a2888 => generated 748 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2989] 199.204.45.65 () {30 vars in 735 bytes} [Thu Jun 18 04:41:03 2026] GET /v2.0/ports/837091c8-378e-4af2-99b2-1b31404c41d7 => generated 1520 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/2990] 199.204.45.65 () {34 vars in 788 bytes} [Thu Jun 18 04:41:03 2026] PUT /v2.0/ports/837091c8-378e-4af2-99b2-1b31404c41d7 => generated 1255 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:41:04.258 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f5c540e3-19a8-4b45-b4b8-3bc52e8f04c5'] response: {'name': 'network-changed', 'server_uuid': 'f9627d3f-37ad-44c7-834a-d7c090df2ec7', 'tag': '837091c8-378e-4af2-99b2-1b31404c41d7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1396/2991] 199.204.45.65 () {30 vars in 741 bytes} [Thu Jun 18 04:41:04 2026] GET /v2.0/networks/a427d201-a17d-430e-a9b2-989d9f23cc6e => generated 798 bytes in 36 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: 1596/2992] 199.204.45.65 () {30 vars in 739 bytes} [Thu Jun 18 04:41:04 2026] GET /v2.0/subnets/8c980a1f-f16c-49a0-8fa8-97464829afff => generated 673 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2993] 199.204.45.65 () {30 vars in 701 bytes} [Thu Jun 18 04:41:04 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: 1597/2994] 199.204.45.65 () {30 vars in 703 bytes} [Thu Jun 18 04:41:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2995] 199.204.45.65 () {30 vars in 679 bytes} [Thu Jun 18 04:41:04 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: 1598/2996] 199.204.45.65 () {30 vars in 715 bytes} [Thu Jun 18 04:41:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2997] 199.204.45.65 () {30 vars in 739 bytes} [Thu Jun 18 04:41:04 2026] GET /v2.0/subnets/6e957b0e-d073-4a4a-b34f-6d3c54049ebe => generated 676 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/2998] 199.204.45.65 () {30 vars in 735 bytes} [Thu Jun 18 04:41:04 2026] GET /v2.0/ports/44921c29-1c5f-4d0d-af3b-9e155e288f31 => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2999] 199.204.45.65 () {30 vars in 735 bytes} [Thu Jun 18 04:41:04 2026] GET /v2.0/ports/49946579-d5f8-4e6f-853a-26502c02c979 => generated 1346 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3000] 199.204.45.65 () {30 vars in 739 bytes} [Thu Jun 18 04:41:04 2026] GET /v2.0/subnets/6e957b0e-d073-4a4a-b34f-6d3c54049ebe => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/3001] 199.204.45.65 () {30 vars in 741 bytes} [Thu Jun 18 04:41:04 2026] GET /v2.0/networks/aa49051b-9624-4196-9a2c-0ca95cbea261 => generated 799 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3002] 199.204.45.65 () {30 vars in 735 bytes} [Thu Jun 18 04:41:04 2026] GET /v2.0/ports/44921c29-1c5f-4d0d-af3b-9e155e288f31 => generated 1132 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/3003] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:41:04 2026] GET /v2.0/ports?tenant_id=83b0599c3ddb4eb284ea3581ca128e4f&device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 5385 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3004] 199.204.45.65 () {30 vars in 739 bytes} [Thu Jun 18 04:41:04 2026] GET /v2.0/subnets/6e957b0e-d073-4a4a-b34f-6d3c54049ebe => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/3005] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:41:04 2026] GET /v2.0/networks?id=a427d201-a17d-430e-a9b2-989d9f23cc6e => 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: 1603/3006] 199.204.45.65 () {34 vars in 1056 bytes} [Thu Jun 18 04:41:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.198&port_id=837091c8-378e-4af2-99b2-1b31404c41d7 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/3007] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:41:04 2026] GET /v2.0/subnets?id=8c980a1f-f16c-49a0-8fa8-97464829afff => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3008] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:41:04 2026] GET /v2.0/ports?network_id=a427d201-a17d-430e-a9b2-989d9f23cc6e&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/3009] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:41:05 2026] GET /v2.0/networks/a427d201-a17d-430e-a9b2-989d9f23cc6e?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: 1605/3010] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:41:05 2026] GET /v2.0/networks/a427d201-a17d-430e-a9b2-989d9f23cc6e?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: 1607/3013] 199.204.45.65 () {30 vars in 701 bytes} [Thu Jun 18 04:41:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/3014] 199.204.45.65 () {30 vars in 703 bytes} [Thu Jun 18 04:41: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: 8|app: 0|req: 1608/3015] 199.204.45.65 () {30 vars in 679 bytes} [Thu Jun 18 04:41:16 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/3016] 199.204.45.65 () {30 vars in 715 bytes} [Thu Jun 18 04:41:16 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: 1609/3017] 199.204.45.65 () {30 vars in 739 bytes} [Thu Jun 18 04:41:16 2026] GET /v2.0/subnets/8c980a1f-f16c-49a0-8fa8-97464829afff => generated 673 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/3018] 199.204.45.65 () {30 vars in 767 bytes} [Thu Jun 18 04:41:16 2026] GET /v2.0/ports?device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 5385 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3019] 199.204.45.65 () {30 vars in 701 bytes} [Thu Jun 18 04:41:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/3020] 199.204.45.65 () {30 vars in 703 bytes} [Thu Jun 18 04:41:17 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: 1611/3021] 199.204.45.65 () {30 vars in 679 bytes} [Thu Jun 18 04:41:17 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/3022] 199.204.45.65 () {30 vars in 715 bytes} [Thu Jun 18 04:41:17 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: 1612/3023] 199.204.45.65 () {30 vars in 735 bytes} [Thu Jun 18 04:41:17 2026] GET /v2.0/ports/eb6f7745-9fb5-45df-8873-cc759fc63b10 => generated 1524 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/3024] 199.204.45.65 () {34 vars in 788 bytes} [Thu Jun 18 04:41:17 2026] PUT /v2.0/ports/eb6f7745-9fb5-45df-8873-cc759fc63b10 => generated 1311 bytes in 400 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:41:17.683 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-21e41814-bed8-42f9-a6f4-f347deb64ae4'] response: {'name': 'network-changed', 'server_uuid': 'f9627d3f-37ad-44c7-834a-d7c090df2ec7', 'tag': 'eb6f7745-9fb5-45df-8873-cc759fc63b10', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1613/3025] 199.204.45.65 () {30 vars in 741 bytes} [Thu Jun 18 04:41:17 2026] GET /v2.0/networks/4eaaaaf9-ab69-42ee-8bec-594bcdcd784d => generated 797 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1413/3026] 199.204.45.65 () {30 vars in 739 bytes} [Thu Jun 18 04:41:17 2026] GET /v2.0/subnets/2057fb8f-dce3-4e19-8291-4b3ac86a2888 => generated 748 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3027] 199.204.45.65 () {30 vars in 735 bytes} [Thu Jun 18 04:41:17 2026] GET /v2.0/ports/eb6f7745-9fb5-45df-8873-cc759fc63b10 => generated 1347 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/3028] 199.204.45.65 () {34 vars in 787 bytes} [Thu Jun 18 04:41:17 2026] PUT /v2.0/ports/eb6f7745-9fb5-45df-8873-cc759fc63b10 => generated 1080 bytes in 369 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1415/3029] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:41:18 2026] GET /v2.0/ports?tenant_id=83b0599c3ddb4eb284ea3581ca128e4f&device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => 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: 1615/3030] 199.204.45.65 () {30 vars in 741 bytes} [Thu Jun 18 04:41:18 2026] GET /v2.0/networks/4eaaaaf9-ab69-42ee-8bec-594bcdcd784d => generated 797 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/3031] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:41:18 2026] GET /v2.0/networks?id=4eaaaaf9-ab69-42ee-8bec-594bcdcd784d => 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: 1616/3032] 199.204.45.65 () {30 vars in 767 bytes} [Thu Jun 18 04:41:18 2026] GET /v2.0/ports?device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 4977 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/3033] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:41:18 2026] GET /v2.0/networks/4eaaaaf9-ab69-42ee-8bec-594bcdcd784d?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: 1617/3034] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:41:18 2026] GET /v2.0/networks/4eaaaaf9-ab69-42ee-8bec-594bcdcd784d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/3035] 199.204.45.65 () {30 vars in 767 bytes} [Thu Jun 18 04:41:18 2026] GET /v2.0/ports?device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 4977 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3036] 199.204.45.65 () {30 vars in 767 bytes} [Thu Jun 18 04:41:19 2026] GET /v2.0/ports?device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 4977 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:41:19.734 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1d85b10b-f071-4678-a97b-d30384448b9e'] response: {'name': 'network-changed', 'server_uuid': 'f9627d3f-37ad-44c7-834a-d7c090df2ec7', 'tag': 'eb6f7745-9fb5-45df-8873-cc759fc63b10', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1419/3037] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:41:20 2026] GET /v2.0/ports?tenant_id=83b0599c3ddb4eb284ea3581ca128e4f&device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => 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: 1619/3038] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:41:20 2026] GET /v2.0/networks?id=4eaaaaf9-ab69-42ee-8bec-594bcdcd784d => generated 800 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/3039] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:41:20 2026] GET /v2.0/networks/4eaaaaf9-ab69-42ee-8bec-594bcdcd784d?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: 1620/3040] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:41:20 2026] GET /v2.0/networks/4eaaaaf9-ab69-42ee-8bec-594bcdcd784d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/3041] 199.204.45.65 () {30 vars in 767 bytes} [Thu Jun 18 04:41:20 2026] GET /v2.0/ports?device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 4977 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3042] 199.204.45.65 () {34 vars in 973 bytes} [Thu Jun 18 04:41:20 2026] GET /v2.0/ports/eb6f7745-9fb5-45df-8873-cc759fc63b10 => generated 1116 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/3043] 199.204.45.65 () {34 vars in 1058 bytes} [Thu Jun 18 04:41:20 2026] GET /v2.0/ports/eb6f7745-9fb5-45df-8873-cc759fc63b10?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: 8|app: 0|req: 1622/3044] 199.204.45.65 () {34 vars in 1014 bytes} [Thu Jun 18 04:41:20 2026] GET /v2.0/networks/4eaaaaf9-ab69-42ee-8bec-594bcdcd784d?fields=dns_domain => generated 29 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/3045] 199.204.45.65 () {38 vars in 1026 bytes} [Thu Jun 18 04:41:20 2026] PUT /v2.0/ports/eb6f7745-9fb5-45df-8873-cc759fc63b10 => generated 917 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3046] 199.204.45.65 () {30 vars in 767 bytes} [Thu Jun 18 04:41:21 2026] GET /v2.0/ports?device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 3869 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-18 04:41:21.870 7 INFO neutron_taas.services.taas.taas_plugin [None req-ad952091-83d8-440e-933f-0b859a68f250 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: eb6f7745-9fb5-45df-8873-cc759fc63b10 2026-06-18 04:41:21.874 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad952091-83d8-440e-933f-0b859a68f250 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: eb6f7745-9fb5-45df-8873-cc759fc63b10 [pid: 7|app: 0|req: 1424/3047] 199.204.45.65 () {32 vars in 757 bytes} [Thu Jun 18 04:41:21 2026] DELETE /v2.0/ports/eb6f7745-9fb5-45df-8873-cc759fc63b10 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3048] 199.204.45.65 () {30 vars in 701 bytes} [Thu Jun 18 04:41:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/3049] 199.204.45.65 () {30 vars in 703 bytes} [Thu Jun 18 04:41:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3050] 199.204.45.65 () {30 vars in 679 bytes} [Thu Jun 18 04:41:22 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/3051] 199.204.45.65 () {30 vars in 715 bytes} [Thu Jun 18 04:41:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/3052] 199.204.45.65 () {30 vars in 739 bytes} [Thu Jun 18 04:41:22 2026] GET /v2.0/subnets/6e957b0e-d073-4a4a-b34f-6d3c54049ebe => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/3053] 199.204.45.65 () {30 vars in 735 bytes} [Thu Jun 18 04:41:22 2026] GET /v2.0/ports/44921c29-1c5f-4d0d-af3b-9e155e288f31 => generated 1132 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3054] 199.204.45.65 () {30 vars in 735 bytes} [Thu Jun 18 04:41:22 2026] GET /v2.0/ports/49946579-d5f8-4e6f-853a-26502c02c979 => generated 1346 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/3055] 199.204.45.65 () {30 vars in 739 bytes} [Thu Jun 18 04:41:22 2026] GET /v2.0/subnets/6e957b0e-d073-4a4a-b34f-6d3c54049ebe => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3056] 199.204.45.65 () {30 vars in 741 bytes} [Thu Jun 18 04:41:22 2026] GET /v2.0/networks/aa49051b-9624-4196-9a2c-0ca95cbea261 => generated 799 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/3057] 199.204.45.65 () {30 vars in 735 bytes} [Thu Jun 18 04:41:22 2026] GET /v2.0/ports/44921c29-1c5f-4d0d-af3b-9e155e288f31 => 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: 1629/3058] 199.204.45.65 () {30 vars in 739 bytes} [Thu Jun 18 04:41:22 2026] GET /v2.0/subnets/6e957b0e-d073-4a4a-b34f-6d3c54049ebe => generated 676 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/3059] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:41:22 2026] GET /v2.0/ports?tenant_id=83b0599c3ddb4eb284ea3581ca128e4f&device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 3869 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3060] 199.204.45.65 () {34 vars in 1224 bytes} [Thu Jun 18 04:41:22 2026] GET /v2.0/networks?id=1d4cbb74-6ec2-4665-8705-943173905f74&id=aa49051b-9624-4196-9a2c-0ca95cbea261&id=a427d201-a17d-430e-a9b2-989d9f23cc6e&id=4eaaaaf9-ab69-42ee-8bec-594bcdcd784d => generated 3096 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/3061] 199.204.45.65 () {34 vars in 1060 bytes} [Thu Jun 18 04:41:22 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.178&port_id=fa812bc2-ec35-48bd-8710-fb9b0804bb85 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3062] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:41:22 2026] GET /v2.0/subnets?id=7cc4f138-9ad4-4159-93e1-e1f78208336e => generated 654 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/3063] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:41:22 2026] GET /v2.0/ports?network_id=1d4cbb74-6ec2-4665-8705-943173905f74&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3064] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:41:22 2026] GET /v2.0/networks/1d4cbb74-6ec2-4665-8705-943173905f74?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/3065] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:41:22 2026] GET /v2.0/networks/1d4cbb74-6ec2-4665-8705-943173905f74?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: 1633/3066] 199.204.45.65 () {34 vars in 1054 bytes} [Thu Jun 18 04:41:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.97&port_id=49946579-d5f8-4e6f-853a-26502c02c979 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/3067] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:41:23 2026] GET /v2.0/subnets?id=6e957b0e-d073-4a4a-b34f-6d3c54049ebe => generated 679 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3068] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:41:23 2026] GET /v2.0/ports?network_id=aa49051b-9624-4196-9a2c-0ca95cbea261&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/3069] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:41:23 2026] GET /v2.0/networks/aa49051b-9624-4196-9a2c-0ca95cbea261?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3070] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:41:23 2026] GET /v2.0/networks/aa49051b-9624-4196-9a2c-0ca95cbea261?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/3071] 199.204.45.65 () {34 vars in 1056 bytes} [Thu Jun 18 04:41:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.198&port_id=837091c8-378e-4af2-99b2-1b31404c41d7 => 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: 1636/3072] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:41:23 2026] GET /v2.0/subnets?id=8c980a1f-f16c-49a0-8fa8-97464829afff => generated 676 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/3073] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:41:23 2026] GET /v2.0/ports?network_id=a427d201-a17d-430e-a9b2-989d9f23cc6e&device_owner=network%3Adhcp => generated 1457 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3074] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:41:23 2026] GET /v2.0/networks/a427d201-a17d-430e-a9b2-989d9f23cc6e?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/3075] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:41:23 2026] GET /v2.0/networks/a427d201-a17d-430e-a9b2-989d9f23cc6e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3076] 199.204.45.65 () {30 vars in 701 bytes} [Thu Jun 18 04:41:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/3077] 199.204.45.65 () {30 vars in 703 bytes} [Thu Jun 18 04:41:27 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: 1639/3078] 199.204.45.65 () {30 vars in 679 bytes} [Thu Jun 18 04:41:27 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/3079] 199.204.45.65 () {30 vars in 715 bytes} [Thu Jun 18 04:41:27 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: 1640/3080] 199.204.45.65 () {30 vars in 767 bytes} [Thu Jun 18 04:41:27 2026] GET /v2.0/ports?device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 3869 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/3081] 199.204.45.65 () {30 vars in 701 bytes} [Thu Jun 18 04:41:27 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: 1641/3082] 199.204.45.65 () {30 vars in 703 bytes} [Thu Jun 18 04:41:27 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/3083] 199.204.45.65 () {30 vars in 679 bytes} [Thu Jun 18 04:41:27 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3084] 199.204.45.65 () {30 vars in 715 bytes} [Thu Jun 18 04:41:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/3085] 199.204.45.65 () {30 vars in 735 bytes} [Thu Jun 18 04:41:27 2026] GET /v2.0/ports/837091c8-378e-4af2-99b2-1b31404c41d7 => generated 1291 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3086] 199.204.45.65 () {34 vars in 787 bytes} [Thu Jun 18 04:41:27 2026] PUT /v2.0/ports/837091c8-378e-4af2-99b2-1b31404c41d7 => generated 1080 bytes in 368 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:41:27.931 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-57e4066e-b7aa-4ff8-831c-2e377554657d'] response: {'name': 'network-changed', 'server_uuid': 'f9627d3f-37ad-44c7-834a-d7c090df2ec7', 'tag': '837091c8-378e-4af2-99b2-1b31404c41d7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1444/3087] 199.204.45.65 () {30 vars in 741 bytes} [Thu Jun 18 04:41:27 2026] GET /v2.0/networks/a427d201-a17d-430e-a9b2-989d9f23cc6e => generated 798 bytes in 48 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: 1644/3088] 199.204.45.65 () {30 vars in 767 bytes} [Thu Jun 18 04:41:27 2026] GET /v2.0/ports?device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 3694 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/3089] 199.204.45.65 () {30 vars in 767 bytes} [Thu Jun 18 04:41:28 2026] GET /v2.0/ports?device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 3694 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1645/3090] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:41:28 2026] GET /v2.0/ports?tenant_id=83b0599c3ddb4eb284ea3581ca128e4f&device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 3694 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/3091] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:41:28 2026] GET /v2.0/networks?id=a427d201-a17d-430e-a9b2-989d9f23cc6e => generated 801 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1646/3092] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:41:28 2026] GET /v2.0/networks/a427d201-a17d-430e-a9b2-989d9f23cc6e?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/3093] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:41:28 2026] GET /v2.0/networks/a427d201-a17d-430e-a9b2-989d9f23cc6e?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: 1647/3094] 199.204.45.65 () {30 vars in 767 bytes} [Thu Jun 18 04:41:29 2026] GET /v2.0/ports?device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 3694 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/3095] 199.204.45.65 () {34 vars in 973 bytes} [Thu Jun 18 04:41:30 2026] GET /v2.0/ports/837091c8-378e-4af2-99b2-1b31404c41d7 => generated 1116 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3096] 199.204.45.65 () {34 vars in 1058 bytes} [Thu Jun 18 04:41:30 2026] GET /v2.0/ports/837091c8-378e-4af2-99b2-1b31404c41d7?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3097] 199.204.45.65 () {30 vars in 767 bytes} [Thu Jun 18 04:41:30 2026] GET /v2.0/ports?device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 3694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/3098] 199.204.45.65 () {34 vars in 1014 bytes} [Thu Jun 18 04:41:30 2026] GET /v2.0/networks/a427d201-a17d-430e-a9b2-989d9f23cc6e?fields=dns_domain => generated 29 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1650/3101] 199.204.45.65 () {38 vars in 1026 bytes} [Thu Jun 18 04:41:30 2026] PUT /v2.0/ports/837091c8-378e-4af2-99b2-1b31404c41d7 => generated 917 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/3102] 199.204.45.65 () {30 vars in 767 bytes} [Thu Jun 18 04:41:31 2026] GET /v2.0/ports?device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 2586 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-18 04:41:31.430 8 INFO neutron_taas.services.taas.taas_plugin [None req-d94fab08-a00b-4fa1-bb4c-320d6341ebae 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: 837091c8-378e-4af2-99b2-1b31404c41d7 2026-06-18 04:41:31.432 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d94fab08-a00b-4fa1-bb4c-320d6341ebae 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: 837091c8-378e-4af2-99b2-1b31404c41d7 [pid: 8|app: 0|req: 1651/3103] 199.204.45.65 () {32 vars in 757 bytes} [Thu Jun 18 04:41:31 2026] DELETE /v2.0/ports/837091c8-378e-4af2-99b2-1b31404c41d7 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/3104] 199.204.45.65 () {30 vars in 701 bytes} [Thu Jun 18 04:41:31 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: 1652/3105] 199.204.45.65 () {30 vars in 703 bytes} [Thu Jun 18 04:41:31 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/3106] 199.204.45.65 () {30 vars in 679 bytes} [Thu Jun 18 04:41:31 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: 1653/3107] 199.204.45.65 () {30 vars in 715 bytes} [Thu Jun 18 04:41:31 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/3108] 199.204.45.65 () {30 vars in 739 bytes} [Thu Jun 18 04:41:31 2026] GET /v2.0/subnets/6e957b0e-d073-4a4a-b34f-6d3c54049ebe => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1654/3109] 199.204.45.65 () {30 vars in 735 bytes} [Thu Jun 18 04:41:31 2026] GET /v2.0/ports/44921c29-1c5f-4d0d-af3b-9e155e288f31 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/3110] 199.204.45.65 () {30 vars in 735 bytes} [Thu Jun 18 04:41:31 2026] GET /v2.0/ports/49946579-d5f8-4e6f-853a-26502c02c979 => 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: 1655/3111] 199.204.45.65 () {30 vars in 739 bytes} [Thu Jun 18 04:41:31 2026] GET /v2.0/subnets/6e957b0e-d073-4a4a-b34f-6d3c54049ebe => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/3112] 199.204.45.65 () {30 vars in 741 bytes} [Thu Jun 18 04:41:31 2026] GET /v2.0/networks/aa49051b-9624-4196-9a2c-0ca95cbea261 => 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: 1656/3113] 199.204.45.65 () {30 vars in 735 bytes} [Thu Jun 18 04:41:31 2026] GET /v2.0/ports/44921c29-1c5f-4d0d-af3b-9e155e288f31 => generated 1132 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/3114] 199.204.45.65 () {30 vars in 739 bytes} [Thu Jun 18 04:41:31 2026] GET /v2.0/subnets/6e957b0e-d073-4a4a-b34f-6d3c54049ebe => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3115] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:41:32 2026] GET /v2.0/ports?tenant_id=83b0599c3ddb4eb284ea3581ca128e4f&device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 2586 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/3116] 199.204.45.65 () {34 vars in 1144 bytes} [Thu Jun 18 04:41:32 2026] GET /v2.0/networks?id=1d4cbb74-6ec2-4665-8705-943173905f74&id=aa49051b-9624-4196-9a2c-0ca95cbea261&id=a427d201-a17d-430e-a9b2-989d9f23cc6e => generated 2310 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3117] 199.204.45.65 () {34 vars in 1060 bytes} [Thu Jun 18 04:41:32 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.178&port_id=fa812bc2-ec35-48bd-8710-fb9b0804bb85 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/3118] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:41:32 2026] GET /v2.0/subnets?id=7cc4f138-9ad4-4159-93e1-e1f78208336e => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1659/3119] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:41:32 2026] GET /v2.0/ports?network_id=1d4cbb74-6ec2-4665-8705-943173905f74&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/3120] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:41:32 2026] GET /v2.0/networks/1d4cbb74-6ec2-4665-8705-943173905f74?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: 1660/3121] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:41:32 2026] GET /v2.0/networks/1d4cbb74-6ec2-4665-8705-943173905f74?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/3122] 199.204.45.65 () {34 vars in 1054 bytes} [Thu Jun 18 04:41:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.97&port_id=49946579-d5f8-4e6f-853a-26502c02c979 => 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: 1661/3123] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:41:32 2026] GET /v2.0/subnets?id=6e957b0e-d073-4a4a-b34f-6d3c54049ebe => generated 679 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/3124] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:41:32 2026] GET /v2.0/ports?network_id=aa49051b-9624-4196-9a2c-0ca95cbea261&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: 1662/3125] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:41:32 2026] GET /v2.0/networks/aa49051b-9624-4196-9a2c-0ca95cbea261?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/3126] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:41:32 2026] GET /v2.0/networks/aa49051b-9624-4196-9a2c-0ca95cbea261?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1663/3127] 199.204.45.65 () {30 vars in 701 bytes} [Thu Jun 18 04:41:43 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/3128] 199.204.45.65 () {30 vars in 703 bytes} [Thu Jun 18 04:41:43 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: 1664/3129] 199.204.45.65 () {30 vars in 679 bytes} [Thu Jun 18 04:41:43 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/3130] 199.204.45.65 () {30 vars in 715 bytes} [Thu Jun 18 04:41:43 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:41:43.758 8 INFO neutron.api.v2.resource [None req-81e93d32-316c-4154-959a-0018cfb22cd0 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1665/3131] 199.204.45.65 () {30 vars in 761 bytes} [Thu Jun 18 04:41:43 2026] GET /v2.0/security-groups/lb-d636bbc6-923b-4a9e-b58b-bbc5d85c56db => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/3132] 199.204.45.65 () {30 vars in 783 bytes} [Thu Jun 18 04:41:43 2026] GET /v2.0/security-groups?name=lb-d636bbc6-923b-4a9e-b58b-bbc5d85c56db => generated 2865 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1666/3133] 199.204.45.65 () {30 vars in 813 bytes} [Thu Jun 18 04:41:43 2026] GET /v2.0/security-group-rules?security_group_id=df6170d2-22be-48b0-96b5-fda44322f4ac => generated 2334 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/3134] 199.204.45.65 () {32 vars in 787 bytes} [Thu Jun 18 04:41:43 2026] DELETE /v2.0/security-group-rules/38032281-5c27-4a7c-b494-7ffd8c3a3598 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1667/3135] 199.204.45.65 () {32 vars in 787 bytes} [Thu Jun 18 04:41:43 2026] DELETE /v2.0/security-group-rules/446ed2e0-563b-4080-8866-4c5e4f6c1094 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:41:47.579 8 INFO neutron_taas.services.taas.taas_plugin [None req-18b8484f-8ba2-46c4-bbb3-5aec77801453 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] TaaS: Handle Delete Port: 572f7c9d-bc24-44d3-8a5b-99358d705cfb 2026-06-18 04:41:47.583 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18b8484f-8ba2-46c4-bbb3-5aec77801453 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] Tap Mirror: Handle Delete Port: 572f7c9d-bc24-44d3-8a5b-99358d705cfb 2026-06-18 04:41:47.794 8 INFO neutron.db.l3_db [None req-18b8484f-8ba2-46c4-bbb3-5aec77801453 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] Floating IP bcfc0246-c674-4a97-9639-5543a8694d4f disassociated (deleted). External IP: 10.96.250.213, port: 44921c29-1c5f-4d0d-af3b-9e155e288f31. [pid: 8|app: 0|req: 1669/3138] 10.0.0.149 () {32 vars in 731 bytes} [Thu Jun 18 04:41:47 2026] DELETE /v2.0/floatingips/bcfc0246-c674-4a97-9639-5543a8694d4f => generated 0 bytes in 734 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:41:48.166 7 INFO neutron.api.v2.resource [None req-fa15df22-b379-47b4-93b0-b605351edbea 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1470/3139] 10.0.0.149 () {32 vars in 728 bytes} [Thu Jun 18 04:41:48 2026] GET /v2.0/floatingips/bcfc0246-c674-4a97-9639-5543a8694d4f => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1670/3140] 199.204.45.65 () {30 vars in 701 bytes} [Thu Jun 18 04:41:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/3141] 199.204.45.65 () {30 vars in 703 bytes} [Thu Jun 18 04:41:49 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1671/3142] 199.204.45.65 () {30 vars in 679 bytes} [Thu Jun 18 04:41:49 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/3143] 199.204.45.65 () {30 vars in 715 bytes} [Thu Jun 18 04:41:49 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:41:49.584 8 INFO neutron.api.v2.resource [None req-687f8b59-7942-4a19-9d3f-fd4b24758a0b 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1672/3144] 199.204.45.65 () {30 vars in 761 bytes} [Thu Jun 18 04:41:49 2026] GET /v2.0/security-groups/lb-d636bbc6-923b-4a9e-b58b-bbc5d85c56db => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/3145] 199.204.45.65 () {30 vars in 783 bytes} [Thu Jun 18 04:41:49 2026] GET /v2.0/security-groups?name=lb-d636bbc6-923b-4a9e-b58b-bbc5d85c56db => generated 1639 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1673/3146] 199.204.45.65 () {30 vars in 813 bytes} [Thu Jun 18 04:41:49 2026] GET /v2.0/security-group-rules?security_group_id=df6170d2-22be-48b0-96b5-fda44322f4ac => generated 1182 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/3147] 199.204.45.65 () {30 vars in 701 bytes} [Thu Jun 18 04:41:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1674/3148] 199.204.45.65 () {30 vars in 703 bytes} [Thu Jun 18 04:41:49 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/3149] 199.204.45.65 () {30 vars in 679 bytes} [Thu Jun 18 04:41:49 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: 1675/3150] 199.204.45.65 () {30 vars in 715 bytes} [Thu Jun 18 04:41:49 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/3151] 199.204.45.65 () {30 vars in 739 bytes} [Thu Jun 18 04:41:49 2026] GET /v2.0/subnets/6e957b0e-d073-4a4a-b34f-6d3c54049ebe => 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: 1676/3152] 199.204.45.65 () {30 vars in 767 bytes} [Thu Jun 18 04:41:49 2026] GET /v2.0/ports?device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 2586 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/3153] 199.204.45.65 () {30 vars in 767 bytes} [Thu Jun 18 04:41:49 2026] GET /v2.0/ports?device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 2586 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1677/3154] 199.204.45.65 () {30 vars in 767 bytes} [Thu Jun 18 04:41:50 2026] GET /v2.0/ports?device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 2586 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/3155] 199.204.45.65 () {30 vars in 767 bytes} [Thu Jun 18 04:41:51 2026] GET /v2.0/ports?device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => 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: 1678/3156] 199.204.45.65 () {34 vars in 973 bytes} [Thu Jun 18 04:41:52 2026] GET /v2.0/ports/49946579-d5f8-4e6f-853a-26502c02c979 => generated 1346 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1679/3157] 199.204.45.65 () {34 vars in 1058 bytes} [Thu Jun 18 04:41:52 2026] GET /v2.0/ports/49946579-d5f8-4e6f-853a-26502c02c979?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/3158] 199.204.45.65 () {30 vars in 767 bytes} [Thu Jun 18 04:41:52 2026] GET /v2.0/ports?device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 2586 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1680/3159] 199.204.45.65 () {34 vars in 1014 bytes} [Thu Jun 18 04:41:52 2026] GET /v2.0/networks/aa49051b-9624-4196-9a2c-0ca95cbea261?fields=dns_domain => generated 29 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/3160] 199.204.45.65 () {38 vars in 1026 bytes} [Thu Jun 18 04:41:52 2026] PUT /v2.0/ports/49946579-d5f8-4e6f-853a-26502c02c979 => generated 1147 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1681/3161] 199.204.45.65 () {30 vars in 767 bytes} [Thu Jun 18 04:41:53 2026] GET /v2.0/ports?device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 1248 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1481/3162] 199.204.45.65 () {34 vars in 787 bytes} [Thu Jun 18 04:41:53 2026] PUT /v2.0/ports/49946579-d5f8-4e6f-853a-26502c02c979 => generated 1086 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1682/3163] 199.204.45.65 () {30 vars in 735 bytes} [Thu Jun 18 04:41:53 2026] GET /v2.0/ports/49946579-d5f8-4e6f-853a-26502c02c979 => generated 1086 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-18 04:41:54.031 7 INFO neutron_taas.services.taas.taas_plugin [None req-cae60452-5a17-40d8-b2a0-332fa20526d0 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: 49946579-d5f8-4e6f-853a-26502c02c979 2026-06-18 04:41:54.034 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cae60452-5a17-40d8-b2a0-332fa20526d0 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: 49946579-d5f8-4e6f-853a-26502c02c979 [pid: 7|app: 0|req: 1482/3164] 199.204.45.65 () {32 vars in 757 bytes} [Thu Jun 18 04:41:53 2026] DELETE /v2.0/ports/49946579-d5f8-4e6f-853a-26502c02c979 => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1683/3165] 199.204.45.65 () {30 vars in 701 bytes} [Thu Jun 18 04:41:54 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/3166] 199.204.45.65 () {30 vars in 703 bytes} [Thu Jun 18 04:41:54 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: 1684/3167] 199.204.45.65 () {30 vars in 679 bytes} [Thu Jun 18 04:41:54 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/3168] 199.204.45.65 () {30 vars in 715 bytes} [Thu Jun 18 04:41:54 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-06-18 04:41:54.380 8 INFO neutron.pecan_wsgi.hooks.translation [None req-830d410f-8871-4d74-aa5e-a16f2dd54ac9 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1685/3169] 199.204.45.65 () {32 vars in 757 bytes} [Thu Jun 18 04:41:54 2026] DELETE /v2.0/ports/49946579-d5f8-4e6f-853a-26502c02c979 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/3170] 199.204.45.65 () {30 vars in 735 bytes} [Thu Jun 18 04:41:54 2026] GET /v2.0/ports/44921c29-1c5f-4d0d-af3b-9e155e288f31 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:41:54.442 8 INFO neutron.api.v2.resource [None req-51ac4679-6319-4a37-8500-81f2a6efc092 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1686/3171] 199.204.45.65 () {30 vars in 761 bytes} [Thu Jun 18 04:41:54 2026] GET /v2.0/security-groups/lb-d636bbc6-923b-4a9e-b58b-bbc5d85c56db => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1687/3172] 199.204.45.65 () {30 vars in 783 bytes} [Thu Jun 18 04:41:54 2026] GET /v2.0/security-groups?name=lb-d636bbc6-923b-4a9e-b58b-bbc5d85c56db => generated 1639 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/3173] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:41:54 2026] GET /v2.0/ports?tenant_id=83b0599c3ddb4eb284ea3581ca128e4f&device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 1248 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1688/3174] 199.204.45.65 () {30 vars in 735 bytes} [Thu Jun 18 04:41:54 2026] GET /v2.0/ports/44921c29-1c5f-4d0d-af3b-9e155e288f31 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/3175] 199.204.45.65 () {34 vars in 1064 bytes} [Thu Jun 18 04:41:54 2026] GET /v2.0/networks?id=1d4cbb74-6ec2-4665-8705-943173905f74&id=aa49051b-9624-4196-9a2c-0ca95cbea261 => generated 1523 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/3176] 199.204.45.65 () {34 vars in 1060 bytes} [Thu Jun 18 04:41:54 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.178&port_id=fa812bc2-ec35-48bd-8710-fb9b0804bb85 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/3177] 199.204.45.65 () {34 vars in 982 bytes} [Thu Jun 18 04:41:54 2026] GET /v2.0/subnets?id=7cc4f138-9ad4-4159-93e1-e1f78208336e => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/3178] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:41:54 2026] GET /v2.0/ports?network_id=1d4cbb74-6ec2-4665-8705-943173905f74&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/3179] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:41:54 2026] GET /v2.0/networks/1d4cbb74-6ec2-4665-8705-943173905f74?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1689/3180] 199.204.45.65 () {34 vars in 787 bytes} [Thu Jun 18 04:41:54 2026] PUT /v2.0/ports/44921c29-1c5f-4d0d-af3b-9e155e288f31 => generated 1094 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/3181] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:41:54 2026] GET /v2.0/networks/1d4cbb74-6ec2-4665-8705-943173905f74?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: 1690/3182] 199.204.45.65 () {32 vars in 777 bytes} [Thu Jun 18 04:41:54 2026] DELETE /v2.0/security-groups/df6170d2-22be-48b0-96b5-fda44322f4ac => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:41:54.955 7 INFO neutron_taas.services.taas.taas_plugin [None req-24e1f250-7cd3-4646-9b16-a1cb3e3a026c 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: 44921c29-1c5f-4d0d-af3b-9e155e288f31 2026-06-18 04:41:54.957 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24e1f250-7cd3-4646-9b16-a1cb3e3a026c 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: 44921c29-1c5f-4d0d-af3b-9e155e288f31 [pid: 7|app: 0|req: 1493/3183] 199.204.45.65 () {32 vars in 757 bytes} [Thu Jun 18 04:41:54 2026] DELETE /v2.0/ports/44921c29-1c5f-4d0d-af3b-9e155e288f31 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1691/3184] 199.204.45.65 () {34 vars in 992 bytes} [Thu Jun 18 04:41:57 2026] GET /v2.0/ports?device_id=f9627d3f-37ad-44c7-834a-d7c090df2ec7 => generated 1248 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:41:58.114 7 INFO neutron_taas.services.taas.taas_plugin [req-f8365e1d-8cb7-4246-8ff1-2050d3768074 req-c2d4f57f-e8e9-4618-b080-08338b06cc0e 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] TaaS: Handle Delete Port: fa812bc2-ec35-48bd-8710-fb9b0804bb85 2026-06-18 04:41:58.117 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f8365e1d-8cb7-4246-8ff1-2050d3768074 req-c2d4f57f-e8e9-4618-b080-08338b06cc0e 55c7e25be8184982b3dca13ca702e21a 83b0599c3ddb4eb284ea3581ca128e4f - - default default] Tap Mirror: Handle Delete Port: fa812bc2-ec35-48bd-8710-fb9b0804bb85 [pid: 7|app: 0|req: 1494/3185] 199.204.45.65 () {36 vars in 995 bytes} [Thu Jun 18 04:41:58 2026] DELETE /v2.0/ports/fa812bc2-ec35-48bd-8710-fb9b0804bb85 => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:41:58.316 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8fad6237-7f95-43aa-a041-bc665f12a410'] response: {'server_uuid': 'f9627d3f-37ad-44c7-834a-d7c090df2ec7', 'name': 'network-vif-deleted', 'tag': 'fa812bc2-ec35-48bd-8710-fb9b0804bb85', 'status': 'completed', 'code': 200} 2026-06-18 04:41:58.517 8 INFO neutron_taas.services.taas.taas_plugin [None req-eb2ad384-4389-4977-9798-ba1dd6b17410 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] TaaS: Handle Delete Port: 51a0bcf3-fbad-4788-be7b-ce92cdad2283 2026-06-18 04:41:58.521 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb2ad384-4389-4977-9798-ba1dd6b17410 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] Tap Mirror: Handle Delete Port: 51a0bcf3-fbad-4788-be7b-ce92cdad2283 2026-06-18 04:41:58.728 8 INFO neutron.db.l3_db [None req-eb2ad384-4389-4977-9798-ba1dd6b17410 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] Floating IP 514359d7-8353-45d8-833b-895b9667cf12 disassociated (deleted). External IP: 10.96.250.201, port: aa94723d-f609-4356-a396-9624046fa360. [pid: 8|app: 0|req: 1692/3186] 10.0.0.149 () {32 vars in 731 bytes} [Thu Jun 18 04:41:58 2026] DELETE /v2.0/floatingips/514359d7-8353-45d8-833b-895b9667cf12 => generated 0 bytes in 691 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:41:59.088 7 INFO neutron.api.v2.resource [None req-382a9d9e-3a43-4bf0-bc17-d2d8f56fc791 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1495/3187] 10.0.0.149 () {32 vars in 728 bytes} [Thu Jun 18 04:41:59 2026] GET /v2.0/floatingips/514359d7-8353-45d8-833b-895b9667cf12 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 04:41:59.109 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c532e744-4cac-4966-9149-90d65975452d'] response: {'name': 'network-changed', 'server_uuid': '589a5966-7d82-451e-80e0-fbe79766e1d2', 'tag': 'aa94723d-f609-4356-a396-9624046fa360', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1693/3188] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:41:59 2026] GET /v2.0/ports?device_id=589a5966-7d82-451e-80e0-fbe79766e1d2 => generated 1200 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/3189] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:41:59 2026] GET /v2.0/security-groups?id=0320e0f2-43db-4621-b83a-45e4b9b330e5&fields=id&fields=name => generated 111 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1694/3190] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:41:59 2026] GET /v2.0/ports?tenant_id=57d468e5f949423a834cf5f2abe5e25e&device_id=589a5966-7d82-451e-80e0-fbe79766e1d2 => generated 1469 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/3191] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:41:59 2026] GET /v2.0/networks?id=4eaaaaf9-ab69-42ee-8bec-594bcdcd784d => 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: 1695/3192] 199.204.45.65 () {34 vars in 1054 bytes} [Thu Jun 18 04:41:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.69&port_id=aa94723d-f609-4356-a396-9624046fa360 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/3193] 199.204.45.65 () {34 vars in 1104 bytes} [Thu Jun 18 04:41:59 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A239&port_id=aa94723d-f609-4356-a396-9624046fa360 => 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: 1696/3194] 199.204.45.65 () {34 vars in 1062 bytes} [Thu Jun 18 04:41:59 2026] GET /v2.0/subnets?id=39810170-1447-4788-ac56-c3f16cd81bb1&id=2057fb8f-dce3-4e19-8291-4b3ac86a2888 => generated 1414 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/3195] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:41:59 2026] GET /v2.0/ports?network_id=4eaaaaf9-ab69-42ee-8bec-594bcdcd784d&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1697/3196] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:41:59 2026] GET /v2.0/ports?network_id=4eaaaaf9-ab69-42ee-8bec-594bcdcd784d&device_owner=network%3Adhcp => generated 1461 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/3197] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:41:59 2026] GET /v2.0/networks/4eaaaaf9-ab69-42ee-8bec-594bcdcd784d?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: 1698/3198] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:41:59 2026] GET /v2.0/networks/4eaaaaf9-ab69-42ee-8bec-594bcdcd784d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/3201] 199.204.45.65 () {34 vars in 992 bytes} [Thu Jun 18 04:42:01 2026] GET /v2.0/ports?device_id=589a5966-7d82-451e-80e0-fbe79766e1d2 => generated 1198 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:42:01.914 8 INFO neutron_taas.services.taas.taas_plugin [req-88afb44a-3495-418c-95ef-567e096aed1a req-1358283b-9292-4668-a66e-77a61598f19f 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] TaaS: Handle Delete Port: aa94723d-f609-4356-a396-9624046fa360 2026-06-18 04:42:01.917 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-88afb44a-3495-418c-95ef-567e096aed1a req-1358283b-9292-4668-a66e-77a61598f19f 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] Tap Mirror: Handle Delete Port: aa94723d-f609-4356-a396-9624046fa360 [pid: 8|app: 0|req: 1700/3202] 199.204.45.65 () {36 vars in 995 bytes} [Thu Jun 18 04:42:01 2026] DELETE /v2.0/ports/aa94723d-f609-4356-a396-9624046fa360 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:42:02.119 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-89b70361-c6b9-4cc9-84bb-c7e051e1bf2f'] response: {'server_uuid': '589a5966-7d82-451e-80e0-fbe79766e1d2', 'name': 'network-vif-deleted', 'tag': 'aa94723d-f609-4356-a396-9624046fa360', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1503/3203] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:42:04 2026] GET /v2.0/ports?device_id=589a5966-7d82-451e-80e0-fbe79766e1d2 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 04:42:09.708 8 INFO neutron_taas.services.taas.taas_plugin [None req-e666a6c7-39e5-4974-bed0-4e6f70acea66 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] TaaS: Handle Delete Port: a719448d-e84a-41c2-a13c-49be7060639d 2026-06-18 04:42:09.712 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e666a6c7-39e5-4974-bed0-4e6f70acea66 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] Tap Mirror: Handle Delete Port: a719448d-e84a-41c2-a13c-49be7060639d 2026-06-18 04:42:09.921 8 INFO neutron.db.l3_db [None req-e666a6c7-39e5-4974-bed0-4e6f70acea66 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] Floating IP b5f1454d-20d3-48ba-b48b-9a9d8ed2e63a disassociated (deleted). External IP: 10.96.250.216, port: 7b3b1a67-08b2-4983-a1d0-52e5469fd0d3. [pid: 8|app: 0|req: 1701/3204] 10.0.0.149 () {32 vars in 731 bytes} [Thu Jun 18 04:42:09 2026] DELETE /v2.0/floatingips/b5f1454d-20d3-48ba-b48b-9a9d8ed2e63a => generated 0 bytes in 673 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:42:10.266 7 INFO neutron.api.v2.resource [None req-3fa946bd-4470-4c15-b65e-6c45bd5da1f4 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1504/3205] 10.0.0.149 () {32 vars in 728 bytes} [Thu Jun 18 04:42:10 2026] GET /v2.0/floatingips/b5f1454d-20d3-48ba-b48b-9a9d8ed2e63a => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 04:42:10.283 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4014e536-d055-4353-b743-75cab855484a'] response: {'name': 'network-changed', 'server_uuid': 'a60c041f-612d-4ea3-ba2b-1233ffbc8ff9', 'tag': '7b3b1a67-08b2-4983-a1d0-52e5469fd0d3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1702/3206] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:42:10 2026] GET /v2.0/ports?device_id=a60c041f-612d-4ea3-ba2b-1233ffbc8ff9 => generated 1196 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3207] 10.0.0.4 () {34 vars in 1037 bytes} [Thu Jun 18 04:42:10 2026] GET /v2.0/security-groups?id=0320e0f2-43db-4621-b83a-45e4b9b330e5&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: 8|app: 0|req: 1703/3208] 199.204.45.65 () {34 vars in 1078 bytes} [Thu Jun 18 04:42:10 2026] GET /v2.0/ports?tenant_id=57d468e5f949423a834cf5f2abe5e25e&device_id=a60c041f-612d-4ea3-ba2b-1233ffbc8ff9 => generated 1465 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3209] 199.204.45.65 () {34 vars in 984 bytes} [Thu Jun 18 04:42:10 2026] GET /v2.0/networks?id=a427d201-a17d-430e-a9b2-989d9f23cc6e => generated 801 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1704/3210] 199.204.45.65 () {34 vars in 1054 bytes} [Thu Jun 18 04:42:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.86&port_id=7b3b1a67-08b2-4983-a1d0-52e5469fd0d3 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3211] 199.204.45.65 () {34 vars in 1102 bytes} [Thu Jun 18 04:42:10 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A27e&port_id=7b3b1a67-08b2-4983-a1d0-52e5469fd0d3 => 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: 1705/3212] 199.204.45.65 () {34 vars in 1062 bytes} [Thu Jun 18 04:42:10 2026] GET /v2.0/subnets?id=b30589bf-f2b7-4e36-876f-2ee9d92f1a39&id=8c980a1f-f16c-49a0-8fa8-97464829afff => generated 1409 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3213] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:42:10 2026] GET /v2.0/ports?network_id=a427d201-a17d-430e-a9b2-989d9f23cc6e&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1706/3214] 199.204.45.65 () {34 vars in 1050 bytes} [Thu Jun 18 04:42:11 2026] GET /v2.0/ports?network_id=a427d201-a17d-430e-a9b2-989d9f23cc6e&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3215] 199.204.45.65 () {34 vars in 1010 bytes} [Thu Jun 18 04:42:11 2026] GET /v2.0/networks/a427d201-a17d-430e-a9b2-989d9f23cc6e?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1707/3216] 199.204.45.65 () {34 vars in 1110 bytes} [Thu Jun 18 04:42:11 2026] GET /v2.0/networks/a427d201-a17d-430e-a9b2-989d9f23cc6e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3217] 199.204.45.65 () {34 vars in 992 bytes} [Thu Jun 18 04:42:12 2026] GET /v2.0/ports?device_id=a60c041f-612d-4ea3-ba2b-1233ffbc8ff9 => generated 1196 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 04:42:13.067 8 INFO neutron_taas.services.taas.taas_plugin [req-72ca42c5-100e-4cd5-9069-db8cb3303304 req-351bdad2-1550-4292-8252-71fabdd96c3a 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] TaaS: Handle Delete Port: 7b3b1a67-08b2-4983-a1d0-52e5469fd0d3 2026-06-18 04:42:13.070 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-72ca42c5-100e-4cd5-9069-db8cb3303304 req-351bdad2-1550-4292-8252-71fabdd96c3a 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] Tap Mirror: Handle Delete Port: 7b3b1a67-08b2-4983-a1d0-52e5469fd0d3 [pid: 8|app: 0|req: 1708/3218] 199.204.45.65 () {36 vars in 995 bytes} [Thu Jun 18 04:42:12 2026] DELETE /v2.0/ports/7b3b1a67-08b2-4983-a1d0-52e5469fd0d3 => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:42:13.262 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-eaa57011-87b8-4819-81df-5bca2e7cc3d9'] response: {'server_uuid': 'a60c041f-612d-4ea3-ba2b-1233ffbc8ff9', 'name': 'network-vif-deleted', 'tag': '7b3b1a67-08b2-4983-a1d0-52e5469fd0d3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1710/3221] 10.0.0.4 () {34 vars in 987 bytes} [Thu Jun 18 04:42:15 2026] GET /v2.0/ports?device_id=a60c041f-612d-4ea3-ba2b-1233ffbc8ff9 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3222] 10.0.0.149 () {32 vars in 749 bytes} [Thu Jun 18 04:42:20 2026] DELETE /v2.0/security-group-rules/09c60426-2480-4d62-9803-16eec0ef83bd => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:42:20.875 8 INFO neutron.api.v2.resource [None req-d69de3a3-ba23-4548-b801-274d5faa27d7 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1711/3223] 10.0.0.149 () {32 vars in 746 bytes} [Thu Jun 18 04:42:20 2026] GET /v2.0/security-group-rules/09c60426-2480-4d62-9803-16eec0ef83bd => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3224] 10.0.0.149 () {32 vars in 749 bytes} [Thu Jun 18 04:42:20 2026] DELETE /v2.0/security-group-rules/3bf7599e-504e-404d-914f-81fff5645757 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:42:20.956 8 INFO neutron.api.v2.resource [None req-88346925-1b8b-474e-be65-5720cd51d159 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1712/3225] 10.0.0.149 () {32 vars in 746 bytes} [Thu Jun 18 04:42:20 2026] GET /v2.0/security-group-rules/3bf7599e-504e-404d-914f-81fff5645757 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3226] 10.0.0.149 () {32 vars in 749 bytes} [Thu Jun 18 04:42:20 2026] DELETE /v2.0/security-group-rules/d5def837-d370-4c3a-8a1f-a298b47bc2ff => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:42:21.038 8 INFO neutron.api.v2.resource [None req-0dc23782-cc67-40cd-81f1-907b7fdf2ce5 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1713/3227] 10.0.0.149 () {32 vars in 746 bytes} [Thu Jun 18 04:42:21 2026] GET /v2.0/security-group-rules/d5def837-d370-4c3a-8a1f-a298b47bc2ff => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3228] 10.0.0.149 () {32 vars in 749 bytes} [Thu Jun 18 04:42:21 2026] DELETE /v2.0/security-group-rules/31e600a8-ce6f-4e92-a42f-c04b25068953 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:42:21.121 8 INFO neutron.api.v2.resource [None req-d874db6c-40ac-491e-867a-752ccb6515cc 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1714/3229] 10.0.0.149 () {32 vars in 746 bytes} [Thu Jun 18 04:42:21 2026] GET /v2.0/security-group-rules/31e600a8-ce6f-4e92-a42f-c04b25068953 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3230] 10.0.0.149 () {32 vars in 749 bytes} [Thu Jun 18 04:42:21 2026] DELETE /v2.0/security-group-rules/1a729f39-13fa-4cc4-bed0-5147ade284cc => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:42:21.212 8 INFO neutron.api.v2.resource [None req-408b6510-e945-47ed-a3e3-ed125dfd5892 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1715/3231] 10.0.0.149 () {32 vars in 746 bytes} [Thu Jun 18 04:42:21 2026] GET /v2.0/security-group-rules/1a729f39-13fa-4cc4-bed0-5147ade284cc => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3232] 10.0.0.149 () {32 vars in 749 bytes} [Thu Jun 18 04:42:21 2026] DELETE /v2.0/security-group-rules/f912d00f-bfed-4b65-a2e7-e7e341162efd => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:42:21.304 8 INFO neutron.api.v2.resource [None req-7a6696c7-4b33-4b65-b82f-b29cb788bbe4 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1716/3233] 10.0.0.149 () {32 vars in 746 bytes} [Thu Jun 18 04:42:21 2026] GET /v2.0/security-group-rules/f912d00f-bfed-4b65-a2e7-e7e341162efd => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3234] 10.0.0.149 () {32 vars in 749 bytes} [Thu Jun 18 04:42:21 2026] DELETE /v2.0/security-group-rules/51f72def-425e-4114-b381-6e4593cafe13 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:42:21.394 8 INFO neutron.api.v2.resource [None req-4eb4c0c5-223d-4940-90d3-dc87e500ef83 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1717/3235] 10.0.0.149 () {32 vars in 746 bytes} [Thu Jun 18 04:42:21 2026] GET /v2.0/security-group-rules/51f72def-425e-4114-b381-6e4593cafe13 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3236] 10.0.0.149 () {32 vars in 749 bytes} [Thu Jun 18 04:42:21 2026] DELETE /v2.0/security-group-rules/9847bf3c-8973-4403-a976-400c485bad1e => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:42:21.490 8 INFO neutron.api.v2.resource [None req-9d88f263-33b5-4b60-9614-02bba71340a1 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1718/3237] 10.0.0.149 () {32 vars in 746 bytes} [Thu Jun 18 04:42:21 2026] GET /v2.0/security-group-rules/9847bf3c-8973-4403-a976-400c485bad1e => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3238] 10.0.0.149 () {32 vars in 749 bytes} [Thu Jun 18 04:42:21 2026] DELETE /v2.0/security-group-rules/d5b4a2bd-07ea-41cb-b003-a201bf9d1625 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:42:21.584 8 INFO neutron.api.v2.resource [None req-fc2cc93b-574f-4822-8b0a-a5ae6b87ee72 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1719/3239] 10.0.0.149 () {32 vars in 746 bytes} [Thu Jun 18 04:42:21 2026] GET /v2.0/security-group-rules/d5b4a2bd-07ea-41cb-b003-a201bf9d1625 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3240] 10.0.0.149 () {32 vars in 749 bytes} [Thu Jun 18 04:42:21 2026] DELETE /v2.0/security-group-rules/75b11a0d-6d61-4595-b55c-8a2648e6ef2d => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:42:21.682 8 INFO neutron.api.v2.resource [None req-4d706fbe-6e49-467b-9427-278de1886984 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1720/3241] 10.0.0.149 () {32 vars in 746 bytes} [Thu Jun 18 04:42:21 2026] GET /v2.0/security-group-rules/75b11a0d-6d61-4595-b55c-8a2648e6ef2d => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3242] 10.0.0.149 () {32 vars in 749 bytes} [Thu Jun 18 04:42:21 2026] DELETE /v2.0/security-group-rules/49ace88a-f26c-41de-9262-7049ee2b21bc => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:42:21.770 8 INFO neutron.api.v2.resource [None req-f57db000-d8c1-4ae4-bc3c-36dcbb558057 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1721/3243] 10.0.0.149 () {32 vars in 746 bytes} [Thu Jun 18 04:42:21 2026] GET /v2.0/security-group-rules/49ace88a-f26c-41de-9262-7049ee2b21bc => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3244] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:42:21 2026] DELETE /v2.0/security-groups/0320e0f2-43db-4621-b83a-45e4b9b330e5 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:42:21.887 8 INFO neutron.api.v2.resource [None req-833c5d6d-0dd2-4e9e-9388-91d246f89ec4 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1722/3245] 10.0.0.149 () {32 vars in 736 bytes} [Thu Jun 18 04:42:21 2026] GET /v2.0/security-groups/0320e0f2-43db-4621-b83a-45e4b9b330e5 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 04:42:22.287 7 INFO neutron_taas.services.taas.taas_plugin [None req-9c137e3e-c82b-4d19-963e-70f64fef3c5c 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] TaaS: Handle Delete Port: de67e760-9137-4b80-9a36-4f2253c8cf42 2026-06-18 04:42:22.290 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c137e3e-c82b-4d19-963e-70f64fef3c5c 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] Tap Mirror: Handle Delete Port: de67e760-9137-4b80-9a36-4f2253c8cf42 [pid: 7|app: 0|req: 1524/3246] 10.0.0.149 () {34 vars in 788 bytes} [Thu Jun 18 04:42:21 2026] PUT /v2.0/routers/d5b463f7-1dda-4af5-acb8-38fd5b1673c2/remove_router_interface => generated 309 bytes in 890 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:42:23.002 8 INFO neutron.api.v2.resource [None req-c1fae6c3-4628-4f73-ac0e-9ea189e9427c 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1723/3247] 10.0.0.149 () {34 vars in 788 bytes} [Thu Jun 18 04:42:22 2026] PUT /v2.0/routers/d5b463f7-1dda-4af5-acb8-38fd5b1673c2/remove_router_interface => generated 198 bytes in 165 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 04:42:23.405 7 INFO neutron_taas.services.taas.taas_plugin [None req-4bfc332b-15a7-43ac-b522-c3577b7c37cc 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] TaaS: Handle Delete Port: 7ef42122-2e1b-4f3d-8334-4e2cb5157d0e 2026-06-18 04:42:23.407 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4bfc332b-15a7-43ac-b522-c3577b7c37cc 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] Tap Mirror: Handle Delete Port: 7ef42122-2e1b-4f3d-8334-4e2cb5157d0e [pid: 7|app: 0|req: 1525/3248] 10.0.0.149 () {34 vars in 788 bytes} [Thu Jun 18 04:42:23 2026] PUT /v2.0/routers/d5b463f7-1dda-4af5-acb8-38fd5b1673c2/remove_router_interface => generated 309 bytes in 936 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:42:24.112 8 INFO neutron.api.v2.resource [None req-34a37c0d-11f5-4c65-8d55-901bc1cb6dc5 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1724/3249] 10.0.0.149 () {34 vars in 788 bytes} [Thu Jun 18 04:42:23 2026] PUT /v2.0/routers/d5b463f7-1dda-4af5-acb8-38fd5b1673c2/remove_router_interface => generated 198 bytes in 163 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 04:42:24.534 7 INFO neutron_taas.services.taas.taas_plugin [None req-1f960271-f197-4c93-88ff-3c4f783dcadd 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] TaaS: Handle Delete Port: 28a18b91-3b2e-45a3-8456-27cf95e58c28 2026-06-18 04:42:24.539 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f960271-f197-4c93-88ff-3c4f783dcadd 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] Tap Mirror: Handle Delete Port: 28a18b91-3b2e-45a3-8456-27cf95e58c28 [pid: 7|app: 0|req: 1526/3250] 10.0.0.149 () {34 vars in 788 bytes} [Thu Jun 18 04:42:24 2026] PUT /v2.0/routers/d5b463f7-1dda-4af5-acb8-38fd5b1673c2/remove_router_interface => generated 309 bytes in 958 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 04:42:25.236 8 INFO neutron.api.v2.resource [None req-e9b9baff-c121-4a1a-9ec6-e0eb7cccfcd9 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1725/3251] 10.0.0.149 () {34 vars in 788 bytes} [Thu Jun 18 04:42:25 2026] PUT /v2.0/routers/d5b463f7-1dda-4af5-acb8-38fd5b1673c2/remove_router_interface => generated 198 bytes in 155 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 04:42:25.453 7 INFO neutron_taas.services.taas.taas_plugin [None req-506251d4-1ba3-4ad6-aa60-6bbf9ba20069 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] TaaS: Handle Delete Port: 2f45ece5-945a-47c4-b515-69150cbd9aee 2026-06-18 04:42:25.457 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-506251d4-1ba3-4ad6-aa60-6bbf9ba20069 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] Tap Mirror: Handle Delete Port: 2f45ece5-945a-47c4-b515-69150cbd9aee 2026-06-18 04:42:25.784 7 INFO neutron_taas.services.taas.taas_plugin [None req-506251d4-1ba3-4ad6-aa60-6bbf9ba20069 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] TaaS: Handle Delete Port: 682924e1-80b4-457b-bcec-75e11f315fcd 2026-06-18 04:42:25.787 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-506251d4-1ba3-4ad6-aa60-6bbf9ba20069 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] Tap Mirror: Handle Delete Port: 682924e1-80b4-457b-bcec-75e11f315fcd 2026-06-18 04:42:26.178 7 INFO neutron.services.segments.plugin [-] Segment f706f683-8408-4876-8a50-c0d6ce5455a6 resource provider aggregate not found 2026-06-18 04:42:26.188 7 INFO neutron.services.segments.plugin [-] Segment f706f683-8408-4876-8a50-c0d6ce5455a6 resource provider aggregate not found 2026-06-18 04:42:26.200 7 INFO neutron.services.segments.plugin [-] Segment f706f683-8408-4876-8a50-c0d6ce5455a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f706f683-8408-4876-8a50-c0d6ce5455a6 found for delete ", "request_id": "req-2f42826a-935e-4799-844d-c71c16af7f07"}]} 2026-06-18 04:42:26.206 7 INFO neutron.services.segments.plugin [-] Segment f706f683-8408-4876-8a50-c0d6ce5455a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f706f683-8408-4876-8a50-c0d6ce5455a6 found for delete ", "request_id": "req-838d9e9d-91f2-4db1-add3-f4042ee39c54"}]} 2026-06-18 04:42:26.216 7 INFO neutron.db.l3_hamode_db [None req-506251d4-1ba3-4ad6-aa60-6bbf9ba20069 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] HA network c9bac74e-75ea-495b-878a-ac6bc326ae9e was deleted as no HA routers are present in tenant 57d468e5f949423a834cf5f2abe5e25e. [pid: 7|app: 0|req: 1527/3252] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:42:25 2026] DELETE /v2.0/routers/d5b463f7-1dda-4af5-acb8-38fd5b1673c2 => generated 0 bytes in 982 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 04:42:26.251 8 INFO neutron.api.v2.resource [None req-fd7a66d6-1424-4442-9c41-b14e8bf60e8b 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1726/3253] 10.0.0.149 () {32 vars in 720 bytes} [Thu Jun 18 04:42:26 2026] GET /v2.0/routers/d5b463f7-1dda-4af5-acb8-38fd5b1673c2 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3254] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:42:26 2026] DELETE /v2.0/subnets/2057fb8f-dce3-4e19-8291-4b3ac86a2888 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:42:26.455 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9039b646-6d79-45c5-a004-dbd8f92c2453 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1727/3255] 10.0.0.149 () {32 vars in 720 bytes} [Thu Jun 18 04:42:26 2026] GET /v2.0/subnets/2057fb8f-dce3-4e19-8291-4b3ac86a2888 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3256] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:42:26 2026] DELETE /v2.0/subnets/39810170-1447-4788-ac56-c3f16cd81bb1 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:42:26.669 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c5e81348-ae83-4ff9-90a0-c34e1dc206c3 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1728/3257] 10.0.0.149 () {32 vars in 720 bytes} [Thu Jun 18 04:42:26 2026] GET /v2.0/subnets/39810170-1447-4788-ac56-c3f16cd81bb1 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 04:42:26.782 7 INFO neutron_taas.services.taas.taas_plugin [None req-b65623ef-9fbe-4b90-a034-4099c4df3193 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] TaaS: Handle Delete Port: e1b1e6c1-14a5-488c-bf8e-7465b084dff5 2026-06-18 04:42:26.785 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b65623ef-9fbe-4b90-a034-4099c4df3193 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] Tap Mirror: Handle Delete Port: e1b1e6c1-14a5-488c-bf8e-7465b084dff5 [pid: 7|app: 0|req: 1530/3258] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:42:26 2026] DELETE /v2.0/networks/4eaaaaf9-ab69-42ee-8bec-594bcdcd784d => generated 0 bytes in 330 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:42:27.036 8 INFO neutron.pecan_wsgi.hooks.translation [None req-573bf66d-27d6-412c-8af9-3388c4c7c711 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1729/3259] 10.0.0.149 () {32 vars in 722 bytes} [Thu Jun 18 04:42:27 2026] GET /v2.0/networks/4eaaaaf9-ab69-42ee-8bec-594bcdcd784d => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3260] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:42:27 2026] DELETE /v2.0/subnets/b30589bf-f2b7-4e36-876f-2ee9d92f1a39 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:42:27.210 8 INFO neutron.pecan_wsgi.hooks.translation [None req-085666e9-7efc-41ea-bc2a-8325c94ecdf9 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1730/3261] 10.0.0.149 () {32 vars in 720 bytes} [Thu Jun 18 04:42:27 2026] GET /v2.0/subnets/b30589bf-f2b7-4e36-876f-2ee9d92f1a39 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3262] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:42:27 2026] DELETE /v2.0/subnets/8c980a1f-f16c-49a0-8fa8-97464829afff => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:42:27.398 8 INFO neutron.pecan_wsgi.hooks.translation [None req-af6b4a3d-eed9-462c-964d-2eb297e83f38 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1731/3263] 10.0.0.149 () {32 vars in 720 bytes} [Thu Jun 18 04:42:27 2026] GET /v2.0/subnets/8c980a1f-f16c-49a0-8fa8-97464829afff => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 04:42:27.525 7 INFO neutron_taas.services.taas.taas_plugin [None req-6a4b6036-f79e-4c8f-9f55-58d3040ae007 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] TaaS: Handle Delete Port: 27e64aa0-227f-48f6-9183-3259b081d023 2026-06-18 04:42:27.528 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a4b6036-f79e-4c8f-9f55-58d3040ae007 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] Tap Mirror: Handle Delete Port: 27e64aa0-227f-48f6-9183-3259b081d023 [pid: 7|app: 0|req: 1533/3264] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:42:27 2026] DELETE /v2.0/networks/a427d201-a17d-430e-a9b2-989d9f23cc6e => generated 0 bytes in 352 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:42:27.772 8 INFO neutron.pecan_wsgi.hooks.translation [None req-96f73257-af53-448a-bbba-900dbed60962 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1732/3265] 10.0.0.149 () {32 vars in 722 bytes} [Thu Jun 18 04:42:27 2026] GET /v2.0/networks/a427d201-a17d-430e-a9b2-989d9f23cc6e => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3266] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:42:27 2026] DELETE /v2.0/subnets/fba7e3fb-ebed-4b18-a6d9-db47d5c99901 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:42:27.969 8 INFO neutron.pecan_wsgi.hooks.translation [None req-59cec098-e51f-41fc-9015-6778743623a0 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1733/3267] 10.0.0.149 () {32 vars in 720 bytes} [Thu Jun 18 04:42:27 2026] GET /v2.0/subnets/fba7e3fb-ebed-4b18-a6d9-db47d5c99901 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3268] 10.0.0.149 () {32 vars in 723 bytes} [Thu Jun 18 04:42:27 2026] DELETE /v2.0/subnets/6e957b0e-d073-4a4a-b34f-6d3c54049ebe => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:42:28.151 8 INFO neutron.pecan_wsgi.hooks.translation [None req-976a1668-895a-457a-9e92-d77a132eece5 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1734/3269] 10.0.0.149 () {32 vars in 720 bytes} [Thu Jun 18 04:42:28 2026] GET /v2.0/subnets/6e957b0e-d073-4a4a-b34f-6d3c54049ebe => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 04:42:28.235 7 INFO neutron.services.segments.plugin [-] Segment adbce217-c030-44ea-8d10-4a7fae911be1 resource provider aggregate not found 2026-06-18 04:42:28.235 7 INFO neutron.services.segments.plugin [-] Segment adbce217-c030-44ea-8d10-4a7fae911be1 resource provider aggregate not found 2026-06-18 04:42:28.257 7 INFO neutron.services.segments.plugin [-] Segment adbce217-c030-44ea-8d10-4a7fae911be1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid adbce217-c030-44ea-8d10-4a7fae911be1 found for delete ", "request_id": "req-79df586a-638e-4228-bdf3-63ea15807e7e"}]} 2026-06-18 04:42:28.257 7 INFO neutron.services.segments.plugin [-] Segment adbce217-c030-44ea-8d10-4a7fae911be1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid adbce217-c030-44ea-8d10-4a7fae911be1 found for delete ", "request_id": "req-988c5963-59c6-492b-ab5c-e067aaa877cf"}]} 2026-06-18 04:42:28.284 7 INFO neutron.services.segments.plugin [-] Segment c058790d-8813-43b9-8857-bb5e858ced72 resource provider aggregate not found 2026-06-18 04:42:28.290 7 INFO neutron.services.segments.plugin [-] Segment c058790d-8813-43b9-8857-bb5e858ced72 resource provider aggregate not found 2026-06-18 04:42:28.299 7 INFO neutron_taas.services.taas.taas_plugin [None req-082fdc81-56bd-432c-a99b-07ef0ba9ff5d 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] TaaS: Handle Delete Port: 901f63ee-fc09-4a7a-9f49-ee9df6620337 2026-06-18 04:42:28.311 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-082fdc81-56bd-432c-a99b-07ef0ba9ff5d 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] Tap Mirror: Handle Delete Port: 901f63ee-fc09-4a7a-9f49-ee9df6620337 2026-06-18 04:42:28.313 7 INFO neutron.services.segments.plugin [-] Segment c058790d-8813-43b9-8857-bb5e858ced72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c058790d-8813-43b9-8857-bb5e858ced72 found for delete ", "request_id": "req-b1445be7-0b40-452e-b632-cadabcfb5036"}]} 2026-06-18 04:42:28.316 7 INFO neutron.services.segments.plugin [-] Segment c058790d-8813-43b9-8857-bb5e858ced72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c058790d-8813-43b9-8857-bb5e858ced72 found for delete ", "request_id": "req-97c3361a-a3a9-44e6-916c-b29a5745356d"}]} [pid: 7|app: 0|req: 1536/3270] 10.0.0.149 () {32 vars in 725 bytes} [Thu Jun 18 04:42:28 2026] DELETE /v2.0/networks/aa49051b-9624-4196-9a2c-0ca95cbea261 => generated 0 bytes in 351 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 04:42:28.534 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0df09c19-d9fc-4174-afda-76c738529fbf 4b0765160daf4ecb9a75be9adde6d586 57d468e5f949423a834cf5f2abe5e25e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1735/3271] 10.0.0.149 () {32 vars in 722 bytes} [Thu Jun 18 04:42:28 2026] GET /v2.0/networks/aa49051b-9624-4196-9a2c-0ca95cbea261 => generated 138 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 04:42:30.333 7 INFO neutron.services.segments.plugin [-] Segment 2d9d28e5-00c6-4c44-8418-79967530b9c6 resource provider aggregate not found 2026-06-18 04:42:30.336 7 INFO neutron.services.segments.plugin [-] Segment 2d9d28e5-00c6-4c44-8418-79967530b9c6 resource provider aggregate not found 2026-06-18 04:42:30.352 7 INFO neutron.services.segments.plugin [-] Segment 2d9d28e5-00c6-4c44-8418-79967530b9c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d9d28e5-00c6-4c44-8418-79967530b9c6 found for delete ", "request_id": "req-167e2bf8-2c5f-4031-98ab-6dda7c7b949c"}]} 2026-06-18 04:42:30.352 7 INFO neutron.services.segments.plugin [-] Segment 2d9d28e5-00c6-4c44-8418-79967530b9c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d9d28e5-00c6-4c44-8418-79967530b9c6 found for delete ", "request_id": "req-e1842b05-951a-4ff9-b04b-7e70da529700"}]} [pid: 7|app: 0|req: 1537/3274] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:42:30 2026] GET /v2.0/security-groups?tenant_id=ea56268ab704465eaa5d0598b3d3743d&name=default => generated 2929 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1738/3275] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:42:30 2026] DELETE /v2.0/security-groups/3f51c3d5-18ee-4329-9804-c822fad07923 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3276] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:42:30 2026] GET /v2.0/security-groups?tenant_id=8be23d95eff74d2b9dfc332d53c22a08&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: 1739/3277] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:42:31 2026] DELETE /v2.0/security-groups/4636cf38-410b-40ee-8d14-7b850d3f1034 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3278] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:42:31 2026] GET /v2.0/security-groups?tenant_id=052b97b99234416288e95db5aedfa90c&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1740/3279] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:42:31 2026] DELETE /v2.0/security-groups/c421275a-0ccb-47db-91d3-8fe7eccbafb3 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3280] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:42:31 2026] GET /v2.0/security-groups?tenant_id=ba9318d44eec449bb29d17d606d5cfb8&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1741/3281] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:42:31 2026] DELETE /v2.0/security-groups/e216dd1a-1dd1-4b80-9591-8f54585af4f6 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3282] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:42:32 2026] GET /v2.0/security-groups?tenant_id=8d5872c0427d4ca3b153a1a2e096f34d&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1742/3283] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:42:32 2026] DELETE /v2.0/security-groups/3ab2e3ab-29c3-41fd-9a76-4a6d093770af => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3284] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:42:32 2026] GET /v2.0/security-groups?tenant_id=57d468e5f949423a834cf5f2abe5e25e&name=default => generated 2929 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1743/3285] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:42:32 2026] DELETE /v2.0/security-groups/ea88cf9c-b181-4e83-8144-fbacea9b2809 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3286] 10.0.0.149 () {32 vars in 773 bytes} [Thu Jun 18 04:42:32 2026] GET /v2.0/security-groups?tenant_id=b14bca49e0594314891bf23ae18aa646&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1744/3287] 10.0.0.149 () {32 vars in 739 bytes} [Thu Jun 18 04:42:32 2026] DELETE /v2.0/security-groups/0eac79e1-713a-46b7-a545-2a3b54941e2d => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3288] 10.0.0.149 () {32 vars in 648 bytes} [Thu Jun 18 04:42:35 2026] GET /v2.0/networks => generated 2168 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1745/3289] 10.0.0.149 () {32 vars in 654 bytes} [Thu Jun 18 04:42:37 2026] GET /v2.0/floatingips => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3290] 10.0.0.149 () {32 vars in 646 bytes} [Thu Jun 18 04:42:37 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: 1746/3291] 10.0.0.149 () {32 vars in 642 bytes} [Thu Jun 18 04:42:37 2026] GET /v2.0/ports => generated 4721 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3292] 10.0.0.149 () {32 vars in 646 bytes} [Thu Jun 18 04:42:37 2026] GET /v2.0/subnets => generated 1308 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1747/3293] 10.0.0.149 () {32 vars in 648 bytes} [Thu Jun 18 04:42:37 2026] GET /v2.0/networks => generated 2168 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3294] 10.0.0.149 () {32 vars in 662 bytes} [Thu Jun 18 04:42:37 2026] GET /v2.0/security-groups => generated 17397 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1748/3295] 10.0.0.149 () {32 vars in 654 bytes} [Thu Jun 18 04:42:37 2026] GET /v2.0/subnetpools => generated 19 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)