+ 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 [Tue May 26 06:24:51 2026] *** compiled with version: 13.3.0 on 22 May 2026 05:16:47 os: Linux-5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 nodename: neutron-server-6b9b5894dc-xjjbs 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, Mar 23 2026, 19:04:32) [GCC 13.3.0] Python main interpreter initialized at 0x7f6a02006668 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)... /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-05-26 06:24:55.893 7 INFO neutron.common.config [-] Logging enabled! 2026-05-26 06:24:55.893 7 INFO neutron.common.config [-] uwsgi version 26.0.4.dev10 2026-05-26 06:24:55.925 8 INFO neutron.common.config [-] Logging enabled! 2026-05-26 06:24:55.925 8 INFO neutron.common.config [-] uwsgi version 26.0.4.dev10 2026-05-26 06:24:56.910 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-26 06:24:57.070 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-26 06:24:58.348 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-26 06:24:58.351 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-26 06:24:58.354 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-26 06:24:58.355 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-26 06:24:58.356 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-26 06:24:58.356 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-26 06:24:58.356 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-26 06:24:58.364 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-26 06:24:58.364 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-26 06:24:58.364 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-26 06:24:58.387 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-26 06:24:58.388 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-26 06:24:58.388 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-26 06:24:58.430 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-26 06:24:58.433 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-26 06:24:58.437 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-26 06:24:58.438 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-26 06:24:58.438 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-26 06:24:58.438 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-26 06:24:58.438 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-26 06:24:58.438 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-26 06:24:58.438 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-26 06:24:58.438 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-26 06:24:58.439 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-26 06:24:58.446 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-26 06:24:58.446 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-26 06:24:58.446 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-26 06:24:58.467 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-26 06:24:58.468 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-26 06:24:58.468 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-26 06:24:58.516 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-26 06:24:58.516 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-26 06:24:58.516 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-26 06:24:58.516 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-26 06:24:58.723 7 INFO neutron.plugins.ml2.managers [None req-a49d579a-ced1-4ef4-bdac-c7fff8c3a067 - - - - - -] Initializing driver for type 'vlan' 2026-05-26 06:24:58.802 8 INFO neutron.plugins.ml2.managers [None req-06278e24-7648-4b52-b27c-2c23d583ccc3 - - - - - -] Initializing driver for type 'vlan' 2026-05-26 06:24:59.005 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-a49d579a-ced1-4ef4-bdac-c7fff8c3a067 - - - - - -] VlanTypeDriver initialization complete 2026-05-26 06:24:59.005 7 INFO neutron.plugins.ml2.managers [None req-a49d579a-ced1-4ef4-bdac-c7fff8c3a067 - - - - - -] Initializing driver for type 'vxlan' 2026-05-26 06:24:59.005 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-a49d579a-ced1-4ef4-bdac-c7fff8c3a067 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-26 06:24:59.017 7 INFO neutron.plugins.ml2.managers [None req-a49d579a-ced1-4ef4-bdac-c7fff8c3a067 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-26 06:24:59.017 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-a49d579a-ced1-4ef4-bdac-c7fff8c3a067 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-26 06:24:59.017 7 INFO neutron.plugins.ml2.managers [None req-a49d579a-ced1-4ef4-bdac-c7fff8c3a067 - - - - - -] Initializing extension driver 'port_security' 2026-05-26 06:24:59.017 7 INFO neutron.plugins.ml2.extensions.port_security [None req-a49d579a-ced1-4ef4-bdac-c7fff8c3a067 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-26 06:24:59.017 7 INFO neutron.plugins.ml2.managers [None req-a49d579a-ced1-4ef4-bdac-c7fff8c3a067 - - - - - -] Initializing extension driver 'qos' 2026-05-26 06:24:59.017 7 INFO neutron.plugins.ml2.managers [None req-a49d579a-ced1-4ef4-bdac-c7fff8c3a067 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-26 06:24:59.017 7 INFO neutron.plugins.ml2.managers [None req-a49d579a-ced1-4ef4-bdac-c7fff8c3a067 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-26 06:24:59.032 7 INFO neutron.quota [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded quota_driver: . 2026-05-26 06:24:59.033 7 INFO neutron.plugins.ml2.plugin [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Modular L2 Plugin initialization complete 2026-05-26 06:24:59.033 7 INFO neutron.plugins.ml2.managers [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-26 06:24:59.033 7 INFO neutron.plugins.ml2.managers [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-26 06:24:59.033 7 INFO neutron.plugins.ml2.managers [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-26 06:24:59.033 7 INFO neutron.extensions.vlantransparent [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Disabled vlantransparent extension. 2026-05-26 06:24:59.033 7 INFO neutron.extensions.qinq [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Disabled VLAN QinQ extension. 2026-05-26 06:24:59.033 7 INFO neutron.manager [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loading Plugin: qos 2026-05-26 06:24:59.046 7 INFO neutron.manager [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loading Plugin: router 2026-05-26 06:24:59.072 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-06278e24-7648-4b52-b27c-2c23d583ccc3 - - - - - -] VlanTypeDriver initialization complete 2026-05-26 06:24:59.072 8 INFO neutron.plugins.ml2.managers [None req-06278e24-7648-4b52-b27c-2c23d583ccc3 - - - - - -] Initializing driver for type 'vxlan' 2026-05-26 06:24:59.072 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-06278e24-7648-4b52-b27c-2c23d583ccc3 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-26 06:24:59.084 8 INFO neutron.plugins.ml2.managers [None req-06278e24-7648-4b52-b27c-2c23d583ccc3 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-26 06:24:59.084 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-06278e24-7648-4b52-b27c-2c23d583ccc3 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-26 06:24:59.084 8 INFO neutron.plugins.ml2.managers [None req-06278e24-7648-4b52-b27c-2c23d583ccc3 - - - - - -] Initializing extension driver 'port_security' 2026-05-26 06:24:59.084 8 INFO neutron.plugins.ml2.extensions.port_security [None req-06278e24-7648-4b52-b27c-2c23d583ccc3 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-26 06:24:59.085 8 INFO neutron.plugins.ml2.managers [None req-06278e24-7648-4b52-b27c-2c23d583ccc3 - - - - - -] Initializing extension driver 'qos' 2026-05-26 06:24:59.085 8 INFO neutron.plugins.ml2.managers [None req-06278e24-7648-4b52-b27c-2c23d583ccc3 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-26 06:24:59.085 8 INFO neutron.plugins.ml2.managers [None req-06278e24-7648-4b52-b27c-2c23d583ccc3 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-26 06:24:59.091 7 INFO neutron.services.service_base [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-26 06:24:59.092 7 INFO neutron.manager [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loading Plugin: segments 2026-05-26 06:24:59.096 8 INFO neutron.quota [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded quota_driver: . 2026-05-26 06:24:59.096 8 INFO neutron.plugins.ml2.plugin [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Modular L2 Plugin initialization complete 2026-05-26 06:24:59.096 8 INFO neutron.plugins.ml2.managers [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-26 06:24:59.097 8 INFO neutron.plugins.ml2.managers [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-26 06:24:59.097 8 INFO neutron.plugins.ml2.managers [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-26 06:24:59.097 8 INFO neutron.extensions.vlantransparent [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Disabled vlantransparent extension. 2026-05-26 06:24:59.097 8 INFO neutron.extensions.qinq [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Disabled VLAN QinQ extension. 2026-05-26 06:24:59.097 8 INFO neutron.manager [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loading Plugin: qos 2026-05-26 06:24:59.110 8 INFO neutron.manager [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loading Plugin: router 2026-05-26 06:24:59.154 8 INFO neutron.services.service_base [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-26 06:24:59.154 8 INFO neutron.manager [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loading Plugin: segments 2026-05-26 06:24:59.187 7 INFO neutron.manager [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loading Plugin: trunk 2026-05-26 06:24:59.201 7 INFO neutron.manager [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loading Plugin: vpnaas 2026-05-26 06:24:59.240 7 WARNING stevedore.named [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-26 06:24:59.240 7 WARNING stevedore.named [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-26 06:24:59.250 8 INFO neutron.manager [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loading Plugin: trunk 2026-05-26 06:24:59.264 8 INFO neutron.manager [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loading Plugin: vpnaas 2026-05-26 06:24:59.301 8 WARNING stevedore.named [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-26 06:24:59.302 8 WARNING stevedore.named [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-26 06:24:59.320 7 INFO neutron_vpnaas.services.vpn.plugin [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-26 06:24:59.320 7 INFO neutron.common.utils [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-26 06:24:59.321 7 INFO neutron.manager [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loading Plugin: taas 2026-05-26 06:24:59.345 7 WARNING stevedore.named [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-26 06:24:59.373 8 INFO neutron_vpnaas.services.vpn.plugin [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-26 06:24:59.374 8 INFO neutron.common.utils [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-26 06:24:59.373 7 INFO neutron_taas.services.taas.taas_plugin [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-26 06:24:59.374 8 INFO neutron.manager [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loading Plugin: taas 2026-05-26 06:24:59.374 7 INFO neutron.manager [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loading Plugin: tapmirror 2026-05-26 06:24:59.385 7 WARNING stevedore.named [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-26 06:24:59.399 8 WARNING stevedore.named [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-26 06:24:59.403 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-26 06:24:59.403 7 INFO neutron.manager [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loading Plugin: auto_allocate 2026-05-26 06:24:59.413 7 INFO neutron.manager [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loading Plugin: tag 2026-05-26 06:24:59.423 7 INFO neutron.manager [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loading Plugin: timestamp 2026-05-26 06:24:59.426 7 INFO neutron.manager [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loading Plugin: network_ip_availability 2026-05-26 06:24:59.429 7 INFO neutron.manager [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loading Plugin: flavors 2026-05-26 06:24:59.433 7 INFO neutron.manager [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loading Plugin: revisions 2026-05-26 06:24:59.436 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Initializing extension manager. 2026-05-26 06:24:59.437 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: address-group 2026-05-26 06:24:59.439 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: address-scope 2026-05-26 06:24:59.439 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-26 06:24:59.440 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: agent 2026-05-26 06:24:59.441 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: agent-resources-synced 2026-05-26 06:24:59.442 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-26 06:24:59.442 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-26 06:24:59.443 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: availability_zone 2026-05-26 06:24:59.444 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: availability_zone_filter 2026-05-26 06:24:59.444 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-26 06:24:59.444 8 INFO neutron_taas.services.taas.taas_plugin [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-26 06:24:59.445 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: default-subnetpools 2026-05-26 06:24:59.445 8 INFO neutron.manager [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loading Plugin: tapmirror 2026-05-26 06:24:59.446 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-26 06:24:59.447 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: dns-integration 2026-05-26 06:24:59.448 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: dns-domain-ports 2026-05-26 06:24:59.448 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-26 06:24:59.449 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: dvr 2026-05-26 06:24:59.449 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-26 06:24:59.450 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: empty-string-filtering 2026-05-26 06:24:59.450 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-26 06:24:59.451 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-26 06:24:59.452 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: external-net 2026-05-26 06:24:59.452 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-26 06:24:59.453 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: extraroute 2026-05-26 06:24:59.453 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: extraroute-atomic 2026-05-26 06:24:59.455 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-26 06:24:59.455 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-26 06:24:59.456 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-26 06:24:59.456 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-26 06:24:59.456 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: fip-port-details 2026-05-26 06:24:59.457 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: flavors 2026-05-26 06:24:59.458 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-26 06:24:59.459 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: floatingip-pools 2026-05-26 06:24:59.460 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: ip_allocation 2026-05-26 06:24:59.459 8 WARNING stevedore.named [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-26 06:24:59.460 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-26 06:24:59.461 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: l2_adjacency 2026-05-26 06:24:59.462 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: router 2026-05-26 06:24:59.463 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-26 06:24:59.464 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-26 06:24:59.464 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-26 06:24:59.465 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: ext-gw-mode 2026-05-26 06:24:59.465 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: l3-ha 2026-05-26 06:24:59.466 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-26 06:24:59.467 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-26 06:24:59.467 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: l3-flavors 2026-05-26 06:24:59.468 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-26 06:24:59.469 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-26 06:24:59.471 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-26 06:24:59.472 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-26 06:24:59.473 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-26 06:24:59.474 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-26 06:24:59.475 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-26 06:24:59.475 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: multi-provider 2026-05-26 06:24:59.476 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: net-mtu 2026-05-26 06:24:59.476 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: net-mtu-writable 2026-05-26 06:24:59.477 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: network_availability_zone 2026-05-26 06:24:59.477 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: network_ha 2026-05-26 06:24:59.478 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: network-ip-availability 2026-05-26 06:24:59.479 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-26 06:24:59.480 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: pagination 2026-05-26 06:24:59.481 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: port-device-profile 2026-05-26 06:24:59.480 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-26 06:24:59.481 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-26 06:24:59.481 8 INFO neutron.manager [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loading Plugin: auto_allocate 2026-05-26 06:24:59.481 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-26 06:24:59.482 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-26 06:24:59.483 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: port-mac-override 2026-05-26 06:24:59.483 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-26 06:24:59.484 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-26 06:24:59.484 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-26 06:24:59.485 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: port-resource-request 2026-05-26 06:24:59.485 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-26 06:24:59.486 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-26 06:24:59.486 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: binding 2026-05-26 06:24:59.487 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: binding-extended 2026-05-26 06:24:59.487 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: port-security 2026-05-26 06:24:59.488 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: project-id 2026-05-26 06:24:59.488 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: provider 2026-05-26 06:24:59.489 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-26 06:24:59.491 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: qos 2026-05-26 06:24:59.491 8 INFO neutron.manager [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loading Plugin: tag 2026-05-26 06:24:59.492 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-26 06:24:59.492 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-26 06:24:59.493 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: qos-default 2026-05-26 06:24:59.493 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: qos-fip 2026-05-26 06:24:59.494 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-26 06:24:59.494 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-26 06:24:59.495 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-26 06:24:59.495 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-26 06:24:59.496 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-26 06:24:59.497 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: qos-pps 2026-05-26 06:24:59.497 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-26 06:24:59.498 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-26 06:24:59.499 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: qos-rules-alias 2026-05-26 06:24:59.499 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: quota-check-limit 2026-05-26 06:24:59.500 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-26 06:24:59.500 8 INFO neutron.manager [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loading Plugin: timestamp 2026-05-26 06:24:59.502 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: quotas 2026-05-26 06:24:59.503 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: quota_details 2026-05-26 06:24:59.503 8 INFO neutron.manager [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loading Plugin: network_ip_availability 2026-05-26 06:24:59.505 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: rbac-policies 2026-05-26 06:24:59.505 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: rbac-address-group 2026-05-26 06:24:59.506 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: rbac-address-scope 2026-05-26 06:24:59.506 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: rbac-security-groups 2026-05-26 06:24:59.507 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-26 06:24:59.507 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: revision-if-match 2026-05-26 06:24:59.508 8 INFO neutron.manager [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loading Plugin: flavors 2026-05-26 06:24:59.508 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-26 06:24:59.509 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: router_availability_zone 2026-05-26 06:24:59.509 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-26 06:24:59.511 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-26 06:24:59.511 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-26 06:24:59.511 8 INFO neutron.manager [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loading Plugin: revisions 2026-05-26 06:24:59.512 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-26 06:24:59.512 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-26 06:24:59.513 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-26 06:24:59.513 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-26 06:24:59.515 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Initializing extension manager. 2026-05-26 06:24:59.517 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: address-group 2026-05-26 06:24:59.518 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: security-group 2026-05-26 06:24:59.519 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: segment 2026-05-26 06:24:59.519 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: address-scope 2026-05-26 06:24:59.519 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-26 06:24:59.520 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-26 06:24:59.520 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: service-type 2026-05-26 06:24:59.521 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: agent 2026-05-26 06:24:59.521 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: sorting 2026-05-26 06:24:59.521 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: standard-attr-segment 2026-05-26 06:24:59.521 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: agent-resources-synced 2026-05-26 06:24:59.522 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: standard-attr-description 2026-05-26 06:24:59.523 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: stateful-security-group 2026-05-26 06:24:59.523 7 WARNING neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-26 06:24:59.524 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-26 06:24:59.524 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-26 06:24:59.524 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: subnet-external-network 2026-05-26 06:24:59.525 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-26 06:24:59.525 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: subnet_onboard 2026-05-26 06:24:59.525 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-26 06:24:59.526 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: subnet-service-types 2026-05-26 06:24:59.526 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: availability_zone 2026-05-26 06:24:59.526 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: subnet_allocation 2026-05-26 06:24:59.526 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: availability_zone_filter 2026-05-26 06:24:59.527 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-26 06:24:59.528 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: default-subnetpools 2026-05-26 06:24:59.528 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-26 06:24:59.529 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: tag-creation 2026-05-26 06:24:59.529 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-26 06:24:59.529 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-26 06:24:59.530 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: dns-integration 2026-05-26 06:24:59.531 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: dns-domain-ports 2026-05-26 06:24:59.531 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-26 06:24:59.532 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: dvr 2026-05-26 06:24:59.533 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-26 06:24:59.533 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: empty-string-filtering 2026-05-26 06:24:59.533 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: standard-attr-tag 2026-05-26 06:24:59.534 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-26 06:24:59.534 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-26 06:24:59.534 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-26 06:24:59.535 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: trunk 2026-05-26 06:24:59.535 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: trunk-details 2026-05-26 06:24:59.536 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-26 06:24:59.536 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: external-net 2026-05-26 06:24:59.536 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-26 06:24:59.537 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-26 06:24:59.537 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-26 06:24:59.537 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-26 06:24:59.538 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: extraroute 2026-05-26 06:24:59.539 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-26 06:24:59.540 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: extraroute-atomic 2026-05-26 06:24:59.540 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-26 06:24:59.541 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: vpn-flavors 2026-05-26 06:24:59.541 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-26 06:24:59.542 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-26 06:24:59.542 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: vpnaas 2026-05-26 06:24:59.543 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: taas 2026-05-26 06:24:59.544 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-26 06:24:59.545 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: tap-mirror 2026-05-26 06:24:59.545 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-26 06:24:59.546 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: fip-port-details 2026-05-26 06:24:59.546 7 INFO neutron.api.extensions [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-26 06:24:59.547 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: flavors 2026-05-26 06:24:59.548 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-26 06:24:59.549 7 INFO neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-26 06:24:59.549 7 INFO neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-26 06:24:59.549 7 INFO neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 06:24:59.549 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: floatingip-pools 2026-05-26 06:24:59.549 7 INFO neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-26 06:24:59.550 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: ip_allocation 2026-05-26 06:24:59.550 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-26 06:24:59.551 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: l2_adjacency 2026-05-26 06:24:59.552 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: router 2026-05-26 06:24:59.552 7 INFO neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-26 06:24:59.553 7 INFO neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-26 06:24:59.554 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-26 06:24:59.554 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-26 06:24:59.555 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-26 06:24:59.555 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: ext-gw-mode 2026-05-26 06:24:59.556 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: l3-ha 2026-05-26 06:24:59.556 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-26 06:24:59.557 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-26 06:24:59.557 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: l3-flavors 2026-05-26 06:24:59.557 7 INFO neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-26 06:24:59.558 7 INFO neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-26 06:24:59.558 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-26 06:24:59.558 7 INFO neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-26 06:24:59.559 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-26 06:24:59.559 7 INFO neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 06:24:59.559 7 WARNING neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] subnetpool is already registered 2026-05-26 06:24:59.560 7 INFO neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 06:24:59.560 7 WARNING neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] subnetpool is already registered 2026-05-26 06:24:59.560 7 INFO neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-26 06:24:59.561 7 INFO neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-26 06:24:59.561 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-26 06:24:59.561 7 INFO neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-26 06:24:59.561 7 INFO neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-26 06:24:59.562 7 INFO neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-26 06:24:59.562 7 INFO neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-26 06:24:59.562 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-26 06:24:59.563 7 INFO neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-26 06:24:59.563 7 WARNING neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] ipsecpolicy is already registered 2026-05-26 06:24:59.563 7 INFO neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-26 06:24:59.563 7 WARNING neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] ikepolicy is already registered 2026-05-26 06:24:59.563 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-26 06:24:59.564 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-26 06:24:59.565 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-26 06:24:59.566 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: multi-provider 2026-05-26 06:24:59.566 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: net-mtu 2026-05-26 06:24:59.567 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: net-mtu-writable 2026-05-26 06:24:59.567 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: network_availability_zone 2026-05-26 06:24:59.568 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: network_ha 2026-05-26 06:24:59.568 7 INFO neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-26 06:24:59.568 7 WARNING neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] router is already registered 2026-05-26 06:24:59.568 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: network-ip-availability 2026-05-26 06:24:59.568 7 INFO neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-26 06:24:59.568 7 WARNING neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] floatingip is already registered 2026-05-26 06:24:59.569 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-26 06:24:59.570 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: pagination 2026-05-26 06:24:59.570 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: port-device-profile 2026-05-26 06:24:59.571 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-26 06:24:59.571 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-26 06:24:59.572 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-26 06:24:59.572 7 INFO neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-26 06:24:59.572 7 WARNING neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] rbac_policy is already registered 2026-05-26 06:24:59.572 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: port-mac-override 2026-05-26 06:24:59.573 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-26 06:24:59.573 7 INFO neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-26 06:24:59.573 7 WARNING neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] security_group is already registered 2026-05-26 06:24:59.573 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-26 06:24:59.573 7 INFO neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-26 06:24:59.573 7 WARNING neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] security_group_rule is already registered 2026-05-26 06:24:59.574 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-26 06:24:59.574 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: port-resource-request 2026-05-26 06:24:59.574 7 INFO neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 06:24:59.574 7 WARNING neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] subnetpool is already registered 2026-05-26 06:24:59.575 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-26 06:24:59.575 7 INFO neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 06:24:59.575 7 WARNING neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] subnetpool is already registered 2026-05-26 06:24:59.575 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-26 06:24:59.575 7 INFO neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-26 06:24:59.575 7 WARNING neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] trunk is already registered 2026-05-26 06:24:59.576 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: binding 2026-05-26 06:24:59.576 7 INFO neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-26 06:24:59.576 7 WARNING neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] ikepolicy is already registered 2026-05-26 06:24:59.576 7 INFO neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-26 06:24:59.576 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: binding-extended 2026-05-26 06:24:59.576 7 WARNING neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] ipsecpolicy is already registered 2026-05-26 06:24:59.577 7 INFO neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-26 06:24:59.577 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: port-security 2026-05-26 06:24:59.577 7 WARNING neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] endpoint_group is already registered 2026-05-26 06:24:59.577 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: project-id 2026-05-26 06:24:59.577 7 INFO neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-26 06:24:59.577 7 WARNING neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] vpnservice is already registered 2026-05-26 06:24:59.578 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: provider 2026-05-26 06:24:59.578 7 INFO neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-26 06:24:59.578 7 WARNING neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] ipsec_site_connection is already registered 2026-05-26 06:24:59.578 7 INFO neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-26 06:24:59.578 7 WARNING neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] ipsecpolicy is already registered 2026-05-26 06:24:59.578 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-26 06:24:59.579 7 INFO neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-26 06:24:59.579 7 WARNING neutron.quota.resource_registry [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] ikepolicy is already registered 2026-05-26 06:24:59.580 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: qos 2026-05-26 06:24:59.581 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-26 06:24:59.582 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-26 06:24:59.582 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: qos-default 2026-05-26 06:24:59.583 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: qos-fip 2026-05-26 06:24:59.583 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-26 06:24:59.584 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-26 06:24:59.584 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-26 06:24:59.585 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-26 06:24:59.585 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-26 06:24:59.586 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: qos-pps 2026-05-26 06:24:59.586 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-26 06:24:59.587 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-26 06:24:59.588 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: qos-rules-alias 2026-05-26 06:24:59.588 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: quota-check-limit 2026-05-26 06:24:59.589 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-26 06:24:59.591 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: quotas 2026-05-26 06:24:59.592 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: quota_details 2026-05-26 06:24:59.594 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: rbac-policies 2026-05-26 06:24:59.594 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: rbac-address-group 2026-05-26 06:24:59.595 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: rbac-address-scope 2026-05-26 06:24:59.595 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: rbac-security-groups 2026-05-26 06:24:59.596 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-26 06:24:59.596 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: revision-if-match 2026-05-26 06:24:59.597 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-26 06:24:59.597 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: router_availability_zone 2026-05-26 06:24:59.598 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-26 06:24:59.600 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-26 06:24:59.600 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-26 06:24:59.601 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-26 06:24:59.601 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-26 06:24:59.602 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-26 06:24:59.602 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-26 06:24:59.607 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: security-group 2026-05-26 06:24:59.609 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: segment 2026-05-26 06:24:59.609 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-26 06:24:59.610 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: service-type 2026-05-26 06:24:59.610 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: sorting 2026-05-26 06:24:59.611 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: standard-attr-segment 2026-05-26 06:24:59.611 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: standard-attr-description 2026-05-26 06:24:59.612 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: stateful-security-group 2026-05-26 06:24:59.612 8 WARNING neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-26 06:24:59.613 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-26 06:24:59.613 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: subnet-external-network 2026-05-26 06:24:59.614 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: subnet_onboard 2026-05-26 06:24:59.614 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-26 06:24:59.615 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: subnet-service-types 2026-05-26 06:24:59.615 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: subnet_allocation 2026-05-26 06:24:59.616 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-26 06:24:59.616 7 WARNING keystonemiddleware._common.config [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-26 06:24:59.617 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: tag-creation 2026-05-26 06:24:59.617 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-26 06:24:59.621 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: standard-attr-tag 2026-05-26 06:24:59.622 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-26 06:24:59.622 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: trunk 2026-05-26 06:24:59.623 7 WARNING oslo_config.cfg [None req-b87b1126-12e5-4c24-895f-10384bb7e844 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-05-26 06:24:59.623 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: trunk-details 2026-05-26 06:24:59.623 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-26 06:24:59.624 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-26 06:24:59.624 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f6a02006668 pid: 7 (default app) 2026-05-26 06:24:59.625 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-26 06:24:59.627 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-26 06:24:59.628 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-26 06:24:59.629 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: vpn-flavors 2026-05-26 06:24:59.630 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: vpnaas 2026-05-26 06:24:59.631 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: taas 2026-05-26 06:24:59.632 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: tap-mirror 2026-05-26 06:24:59.633 8 INFO neutron.api.extensions [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-26 06:24:59.636 8 INFO neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-26 06:24:59.636 8 INFO neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-26 06:24:59.636 8 INFO neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 06:24:59.636 8 INFO neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-26 06:24:59.640 8 INFO neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-26 06:24:59.640 8 INFO neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-26 06:24:59.645 8 INFO neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-26 06:24:59.645 8 INFO neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-26 06:24:59.646 8 INFO neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-26 06:24:59.647 8 INFO neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 06:24:59.647 8 WARNING neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] subnetpool is already registered 2026-05-26 06:24:59.647 8 INFO neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 06:24:59.647 8 WARNING neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] subnetpool is already registered 2026-05-26 06:24:59.648 8 INFO neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-26 06:24:59.648 8 INFO neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-26 06:24:59.649 8 INFO neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-26 06:24:59.649 8 INFO neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-26 06:24:59.649 8 INFO neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-26 06:24:59.650 8 INFO neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-26 06:24:59.650 8 INFO neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-26 06:24:59.650 8 WARNING neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] ipsecpolicy is already registered 2026-05-26 06:24:59.651 8 INFO neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-26 06:24:59.651 8 WARNING neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] ikepolicy is already registered 2026-05-26 06:24:59.655 8 INFO neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-26 06:24:59.655 8 WARNING neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] router is already registered 2026-05-26 06:24:59.656 8 INFO neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-26 06:24:59.656 8 WARNING neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] floatingip is already registered 2026-05-26 06:24:59.660 8 INFO neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-26 06:24:59.660 8 WARNING neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] rbac_policy is already registered 2026-05-26 06:24:59.660 8 INFO neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-26 06:24:59.660 8 WARNING neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] security_group is already registered 2026-05-26 06:24:59.661 8 INFO neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-26 06:24:59.661 8 WARNING neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] security_group_rule is already registered 2026-05-26 06:24:59.662 8 INFO neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 06:24:59.662 8 WARNING neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] subnetpool is already registered 2026-05-26 06:24:59.662 8 INFO neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 06:24:59.662 8 WARNING neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] subnetpool is already registered 2026-05-26 06:24:59.663 8 INFO neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-26 06:24:59.663 8 WARNING neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] trunk is already registered 2026-05-26 06:24:59.663 8 INFO neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-26 06:24:59.664 8 WARNING neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] ikepolicy is already registered 2026-05-26 06:24:59.664 8 INFO neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-26 06:24:59.664 8 WARNING neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] ipsecpolicy is already registered 2026-05-26 06:24:59.664 8 INFO neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-26 06:24:59.665 8 WARNING neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] endpoint_group is already registered 2026-05-26 06:24:59.665 8 INFO neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-26 06:24:59.665 8 WARNING neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] vpnservice is already registered 2026-05-26 06:24:59.665 8 INFO neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-26 06:24:59.666 8 WARNING neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] ipsec_site_connection is already registered 2026-05-26 06:24:59.666 8 INFO neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-26 06:24:59.666 8 WARNING neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] ipsecpolicy is already registered 2026-05-26 06:24:59.666 8 INFO neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-26 06:24:59.667 8 WARNING neutron.quota.resource_registry [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] ikepolicy is already registered 2026-05-26 06:24:59.706 8 WARNING keystonemiddleware._common.config [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-26 06:24:59.713 8 WARNING oslo_config.cfg [None req-008f7152-0f6d-4d8a-a285-359da3829430 - - - - - -] 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 0x7f6a02006668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 06:25:04.039 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5867a8a8-2dfd-4348-8b01-2158b67f7d16 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/4] 199.204.45.250 () {44 vars in 928 bytes} [Tue May 26 06:25:03 2026] GET /v2.0/networks/public => generated 108 bytes in 789 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: 1/5] 199.204.45.250 () {44 vars in 950 bytes} [Tue May 26 06:25:04 2026] GET /v2.0/networks?name=public => generated 15 bytes in 405 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 06:25:04.849 7 WARNING neutron.services.revisions.revision_plugin [None req-145cebfd-48c9-438e-9827-db174784d52d abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Could not find related network for resource to bump revision. 2026-05-26 06:25:04.870 7 INFO neutron.db.segments_db [None req-145cebfd-48c9-438e-9827-db174784d52d abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Added segment 20abcfff-f617-49e4-8f68-d8ebef70b478 of type flat for network c132d471-26bb-40d9-bb33-df295062900d 2026-05-26 06:25:04.919 7 INFO neutron.pecan_wsgi.hooks.translation [None req-145cebfd-48c9-438e-9827-db174784d52d abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/6] 199.204.45.250 () {48 vars in 968 bytes} [Tue May 26 06:25:04 2026] POST /v2.0/networks => generated 124 bytes in 477 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 06:25:11.110 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e5f94282-8b41-43f6-aaa5-5351e3b02ad5 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/7] 199.204.45.250 () {44 vars in 928 bytes} [Tue May 26 06:25:10 2026] GET /v2.0/networks/public => generated 108 bytes in 403 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/8] 199.204.45.250 () {44 vars in 950 bytes} [Tue May 26 06:25:11 2026] GET /v2.0/networks?name=public => generated 15 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 06:25:11.355 8 WARNING neutron.services.revisions.revision_plugin [None req-85525dc9-f37a-4104-bfc0-eb46c467bd96 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Could not find related network for resource to bump revision. 2026-05-26 06:25:11.377 8 INFO neutron.db.segments_db [None req-85525dc9-f37a-4104-bfc0-eb46c467bd96 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Added segment b3a42aef-b373-4518-9c09-ab7f39009c0e of type flat for network 1f45b3d5-10cb-4784-9b69-3660f057af6b 2026-05-26 06:25:11.421 8 INFO neutron.pecan_wsgi.hooks.translation [None req-85525dc9-f37a-4104-bfc0-eb46c467bd96 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/9] 199.204.45.250 () {48 vars in 968 bytes} [Tue May 26 06:25:11 2026] POST /v2.0/networks => generated 124 bytes in 291 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 06:25:17.266 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dfe9b7bf-67eb-40e8-93b9-38aaa126a9e7 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/11] 199.204.45.250 () {44 vars in 928 bytes} [Tue May 26 06:25:17 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/12] 199.204.45.250 () {44 vars in 950 bytes} [Tue May 26 06:25:17 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 06:25:17.332 8 WARNING neutron.services.revisions.revision_plugin [None req-d3e5bdf4-ecd7-4169-bf6e-ab91264f4685 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Could not find related network for resource to bump revision. 2026-05-26 06:25:17.347 8 INFO neutron.db.segments_db [None req-d3e5bdf4-ecd7-4169-bf6e-ab91264f4685 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Added segment e7baaa9d-46cd-47b7-b196-8590c76c86eb of type flat for network d66ed1bf-467c-460a-a301-a8265b4c5fb8 2026-05-26 06:25:17.372 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d3e5bdf4-ecd7-4169-bf6e-ab91264f4685 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/13] 199.204.45.250 () {48 vars in 968 bytes} [Tue May 26 06:25:17 2026] POST /v2.0/networks => generated 124 bytes in 93 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 06:25:23.228 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6df5f9a6-d8ab-4a52-86e8-afe54e5dc343 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/14] 199.204.45.250 () {44 vars in 928 bytes} [Tue May 26 06:25:23 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/15] 199.204.45.250 () {44 vars in 950 bytes} [Tue May 26 06:25:23 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 06:25:23.303 7 WARNING neutron.services.revisions.revision_plugin [None req-3d863bb1-80db-4afc-9e5f-184d63d1daaa abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Could not find related network for resource to bump revision. 2026-05-26 06:25:23.326 7 INFO neutron.db.segments_db [None req-3d863bb1-80db-4afc-9e5f-184d63d1daaa abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Added segment 3dbc8a78-4290-4b93-8e4a-07c8f45284cd of type flat for network af6196be-83ac-4826-b89a-c2411e993e36 2026-05-26 06:25:23.359 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3d863bb1-80db-4afc-9e5f-184d63d1daaa abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/16] 199.204.45.250 () {48 vars in 968 bytes} [Tue May 26 06:25:23 2026] POST /v2.0/networks => generated 124 bytes in 120 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 06:25:29.234 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e039ef38-9a57-4579-90f9-e951197730d5 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/18] 199.204.45.250 () {44 vars in 928 bytes} [Tue May 26 06:25:29 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/19] 199.204.45.250 () {44 vars in 950 bytes} [Tue May 26 06:25:29 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 06:25:29.318 7 WARNING neutron.services.revisions.revision_plugin [None req-317d3150-e981-4946-8fe3-c7dcb900d24e abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Could not find related network for resource to bump revision. 2026-05-26 06:25:29.336 7 INFO neutron.db.segments_db [None req-317d3150-e981-4946-8fe3-c7dcb900d24e abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Added segment 83dcd3de-ef20-45c5-9086-cce97de730e6 of type flat for network 4c918ca7-d625-45e8-9bff-33e87e0312ea 2026-05-26 06:25:29.367 7 INFO neutron.pecan_wsgi.hooks.translation [None req-317d3150-e981-4946-8fe3-c7dcb900d24e abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/20] 199.204.45.250 () {48 vars in 968 bytes} [Tue May 26 06:25:29 2026] POST /v2.0/networks => generated 124 bytes in 119 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 06:25:35.236 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5ec07ce4-a543-4235-87f3-49e3fbf6d10b abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/21] 199.204.45.250 () {44 vars in 928 bytes} [Tue May 26 06:25:35 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: 13/22] 199.204.45.250 () {44 vars in 950 bytes} [Tue May 26 06:25:35 2026] GET /v2.0/networks?name=public => generated 15 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 06:25:35.319 8 WARNING neutron.services.revisions.revision_plugin [None req-fbe59f49-0374-4aad-98a8-7520d0072f91 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Could not find related network for resource to bump revision. 2026-05-26 06:25:35.341 8 INFO neutron.db.segments_db [None req-fbe59f49-0374-4aad-98a8-7520d0072f91 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Added segment fd216a10-71d1-463d-abd2-91db17204099 of type flat for network fb72a26d-2b4d-4409-b71c-93df20a59875 [pid: 8|app: 0|req: 10/23] 199.204.45.250 () {48 vars in 968 bytes} [Tue May 26 06:25:35 2026] POST /v2.0/networks => generated 706 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 06:25:36.587 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4135d3ab-7430-4fbb-b27a-a3b4ab390f7e abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 14/24] 199.204.45.250 () {44 vars in 928 bytes} [Tue May 26 06:25:36 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/25] 199.204.45.250 () {44 vars in 950 bytes} [Tue May 26 06:25:36 2026] GET /v2.0/networks?name=public => generated 709 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:25:36.675 7 INFO neutron.pecan_wsgi.hooks.translation [None req-736f1e86-cc14-4afd-972b-f9f2d61f60d1 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 15/26] 199.204.45.250 () {44 vars in 1035 bytes} [Tue May 26 06:25:36 2026] GET /v2.0/subnets/public-subnet?network_id=fb72a26d-2b4d-4409-b71c-93df20a59875 => generated 113 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/27] 199.204.45.250 () {44 vars in 1058 bytes} [Tue May 26 06:25:36 2026] GET /v2.0/subnets?name=public-subnet&network_id=fb72a26d-2b4d-4409-b71c-93df20a59875 => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 16/28] 199.204.45.250 () {48 vars in 966 bytes} [Tue May 26 06:25:36 2026] POST /v2.0/subnets => generated 664 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 06:30:15.087 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c94ff898-ef29-4e5d-9c3f-cdfddd469575 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/66] 199.204.45.250 () {44 vars in 938 bytes} [Tue May 26 06:30:14 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 102 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/67] 199.204.45.250 () {44 vars in 960 bytes} [Tue May 26 06:30:15 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 06:30:15.169 7 INFO neutron.db.segments_db [None req-b6630acb-01e9-4b95-9283-02d7b903bc35 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Added segment 069dc6e1-c90f-4ebe-b3dc-ad62fddb3ad0 of type vxlan for network 61829487-0866-4479-a5b8-dd6e49bf76ae [pid: 7|app: 0|req: 36/68] 199.204.45.250 () {48 vars in 967 bytes} [Tue May 26 06:30:15 2026] POST /v2.0/networks => generated 707 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 06:30:16.130 8 INFO neutron.pecan_wsgi.hooks.translation [None req-133c0797-825a-4f6f-8734-b9359db34f4e abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 33/69] 199.204.45.250 () {44 vars in 938 bytes} [Tue May 26 06:30:16 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/70] 199.204.45.250 () {44 vars in 960 bytes} [Tue May 26 06:30:16 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:30:16.204 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4ed8b3cf-0e28-4872-a2c9-7161d3ebdc63 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/71] 199.204.45.250 () {44 vars in 1037 bytes} [Tue May 26 06:30:16 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=61829487-0866-4479-a5b8-dd6e49bf76ae => generated 114 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/72] 199.204.45.250 () {44 vars in 1060 bytes} [Tue May 26 06:30:16 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=61829487-0866-4479-a5b8-dd6e49bf76ae => generated 14 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/73] 199.204.45.250 () {48 vars in 966 bytes} [Tue May 26 06:30:16 2026] POST /v2.0/subnets => generated 651 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 06:30:17.488 7 INFO neutron.api.v2.resource [None req-404d97df-c5a5-44e4-b567-b14d61513b09 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 39/74] 199.204.45.250 () {44 vars in 972 bytes} [Tue May 26 06:30:17 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/75] 199.204.45.250 () {44 vars in 994 bytes} [Tue May 26 06:30:17 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/76] 199.204.45.250 () {48 vars in 981 bytes} [Tue May 26 06:30:17 2026] POST /v2.0/security-groups => generated 1616 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/77] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:30:18 2026] GET /v2.0/security-groups/21cde358-1f81-468e-96d3-a2a68fbe4557 => generated 1616 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/78] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:30:18 2026] GET /v2.0/security-groups/21cde358-1f81-468e-96d3-a2a68fbe4557 => generated 1616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/79] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:30:18 2026] GET /v2.0/security-groups/21cde358-1f81-468e-96d3-a2a68fbe4557 => generated 1616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/80] 199.204.45.250 () {48 vars in 992 bytes} [Tue May 26 06:30:18 2026] POST /v2.0/security-group-rules => generated 601 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/81] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:30:19 2026] GET /v2.0/security-groups/21cde358-1f81-468e-96d3-a2a68fbe4557 => generated 2230 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/82] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:30:19 2026] GET /v2.0/security-groups/21cde358-1f81-468e-96d3-a2a68fbe4557 => generated 2230 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/83] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:30:19 2026] GET /v2.0/security-groups/21cde358-1f81-468e-96d3-a2a68fbe4557 => generated 2230 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/84] 199.204.45.250 () {48 vars in 992 bytes} [Tue May 26 06:30:19 2026] POST /v2.0/security-group-rules => generated 603 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/85] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:30:20 2026] GET /v2.0/security-groups/21cde358-1f81-468e-96d3-a2a68fbe4557 => generated 2846 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/86] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:30:20 2026] GET /v2.0/security-groups/21cde358-1f81-468e-96d3-a2a68fbe4557 => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/87] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:30:20 2026] GET /v2.0/security-groups/21cde358-1f81-468e-96d3-a2a68fbe4557 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/88] 199.204.45.250 () {48 vars in 992 bytes} [Tue May 26 06:30:20 2026] POST /v2.0/security-group-rules => generated 603 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/91] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:30:27 2026] GET /v2.0/security-groups/21cde358-1f81-468e-96d3-a2a68fbe4557 => generated 3462 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/92] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:30:27 2026] GET /v2.0/security-groups/21cde358-1f81-468e-96d3-a2a68fbe4557 => generated 3462 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/93] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:30:27 2026] GET /v2.0/security-groups/21cde358-1f81-468e-96d3-a2a68fbe4557 => 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: 45/94] 199.204.45.250 () {48 vars in 992 bytes} [Tue May 26 06:30:27 2026] POST /v2.0/security-group-rules => generated 603 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/95] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:30:28 2026] GET /v2.0/security-groups/21cde358-1f81-468e-96d3-a2a68fbe4557 => generated 4078 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/96] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:30:28 2026] GET /v2.0/security-groups/21cde358-1f81-468e-96d3-a2a68fbe4557 => generated 4078 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/97] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:30:28 2026] GET /v2.0/security-groups/21cde358-1f81-468e-96d3-a2a68fbe4557 => generated 4078 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/98] 199.204.45.250 () {48 vars in 992 bytes} [Tue May 26 06:30:29 2026] POST /v2.0/security-group-rules => generated 603 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/99] 199.204.45.250 () {44 vars in 988 bytes} [Tue May 26 06:30:30 2026] GET /v2.0/networks/61829487-0866-4479-a5b8-dd6e49bf76ae => generated 732 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:30:30.312 8 INFO neutron.pecan_wsgi.hooks.translation [None req-65ba2df4-b5f0-4ea2-95f1-77c7b7a41753 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 48/100] 199.204.45.250 () {44 vars in 1077 bytes} [Tue May 26 06:30:30 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=61829487-0866-4479-a5b8-dd6e49bf76ae => generated 132 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/101] 199.204.45.250 () {44 vars in 1100 bytes} [Tue May 26 06:30:30 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=61829487-0866-4479-a5b8-dd6e49bf76ae => 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: 49/102] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:30:30 2026] GET /v2.0/security-groups/21cde358-1f81-468e-96d3-a2a68fbe4557 => generated 4694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/103] 199.204.45.250 () {48 vars in 962 bytes} [Tue May 26 06:30:30 2026] POST /v2.0/ports => generated 1096 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-26 06:30:37.182 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f90e59fb-4959-451e-ad2d-0eb8e9f3daee abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 50/104] 199.204.45.250 () {44 vars in 980 bytes} [Tue May 26 06:30:37 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 55/105] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:30:37 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/106] 199.204.45.250 () {48 vars in 1032 bytes} [Tue May 26 06:30:37 2026] PUT /v2.0/ports/3ac0dfbf-0c84-4261-aad0-c25b59d1dc4e => generated 1245 bytes in 674 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/107] 199.204.45.250 () {44 vars in 921 bytes} [Tue May 26 06:30:39 2026] GET /v2.0/ports => generated 3726 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 06:30:40.601 8 INFO neutron.api.v2.resource [None req-d8428afc-4ccb-4b1c-a4a6-888500f85129 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 52/108] 199.204.45.250 () {44 vars in 960 bytes} [Tue May 26 06:30:40 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/109] 199.204.45.250 () {44 vars in 982 bytes} [Tue May 26 06:30:40 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/110] 199.204.45.250 () {48 vars in 981 bytes} [Tue May 26 06:30:40 2026] POST /v2.0/security-groups => generated 1610 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/111] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:30:41 2026] GET /v2.0/security-groups/fefe2047-41ec-425e-bea2-0a08e77c0d5d => generated 1610 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/114] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:30:41 2026] GET /v2.0/security-groups/fefe2047-41ec-425e-bea2-0a08e77c0d5d => generated 1610 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/115] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:30:41 2026] GET /v2.0/security-groups/fefe2047-41ec-425e-bea2-0a08e77c0d5d => generated 1610 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/116] 199.204.45.250 () {48 vars in 992 bytes} [Tue May 26 06:30:41 2026] POST /v2.0/security-group-rules => generated 621 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/117] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:30:42 2026] GET /v2.0/security-groups/fefe2047-41ec-425e-bea2-0a08e77c0d5d => generated 2244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/118] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:30:42 2026] GET /v2.0/security-groups/fefe2047-41ec-425e-bea2-0a08e77c0d5d => generated 2244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/119] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:30:42 2026] GET /v2.0/security-groups/fefe2047-41ec-425e-bea2-0a08e77c0d5d => generated 2244 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/120] 199.204.45.250 () {48 vars in 992 bytes} [Tue May 26 06:30:42 2026] POST /v2.0/security-group-rules => generated 625 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/127] 199.204.45.250 () {44 vars in 976 bytes} [Tue May 26 06:31:41 2026] GET /v2.0/quotas/57f329dbf7e343d3bb8c1246550504c9 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 68/130] 199.204.45.250 () {48 vars in 1028 bytes} [Tue May 26 06:31:41 2026] PUT /v2.0/quotas/57f329dbf7e343d3bb8c1246550504c9 => generated 291 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 06:33:51.628 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6f68e15b-106e-46de-bb54-1c825bd5c08e abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 77/147] 199.204.45.250 () {30 vars in 741 bytes} [Tue May 26 06:33:51 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 178 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 71/148] 199.204.45.250 () {30 vars in 763 bytes} [Tue May 26 06:33:51 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 06:33:53.516 7 INFO neutron.pecan_wsgi.hooks.translation [None req-15a58df1-8326-478f-8c6d-060689bbe96b abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 78/149] 199.204.45.250 () {30 vars in 741 bytes} [Tue May 26 06:33:53 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 162 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 72/150] 199.204.45.250 () {30 vars in 763 bytes} [Tue May 26 06:33:53 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 06:39:51.154 8 INFO neutron.api.v2.resource [None req-2d64e059-f841-4fd3-ae48-d7aca59080a8 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 97/199] 199.204.45.250 () {44 vars in 1075 bytes} [Tue May 26 06:39:51 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=7fc26953c428430dba98cf7179720581 => generated 139 bytes in 137 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/200] 199.204.45.250 () {44 vars in 1098 bytes} [Tue May 26 06:39:51 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=7fc26953c428430dba98cf7179720581 => generated 23 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 98/201] 199.204.45.250 () {48 vars in 982 bytes} [Tue May 26 06:39:51 2026] POST /v2.0/security-groups => generated 1624 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/202] 199.204.45.250 () {44 vars in 1089 bytes} [Tue May 26 06:39:52 2026] GET /v2.0/security-groups/c93967ed-fb44-441c-a8f6-58dc46fee66f?project_id=7fc26953c428430dba98cf7179720581 => generated 1624 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 99/203] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:39:52 2026] GET /v2.0/security-groups/c93967ed-fb44-441c-a8f6-58dc46fee66f => generated 1624 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/204] 199.204.45.250 () {44 vars in 1089 bytes} [Tue May 26 06:39:52 2026] GET /v2.0/security-groups/c93967ed-fb44-441c-a8f6-58dc46fee66f?project_id=7fc26953c428430dba98cf7179720581 => generated 1624 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 100/205] 199.204.45.250 () {48 vars in 992 bytes} [Tue May 26 06:39:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/206] 199.204.45.250 () {44 vars in 1089 bytes} [Tue May 26 06:39:53 2026] GET /v2.0/security-groups/c93967ed-fb44-441c-a8f6-58dc46fee66f?project_id=7fc26953c428430dba98cf7179720581 => generated 2234 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 101/207] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:39:53 2026] GET /v2.0/security-groups/c93967ed-fb44-441c-a8f6-58dc46fee66f => generated 2234 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/208] 199.204.45.250 () {44 vars in 1089 bytes} [Tue May 26 06:39:53 2026] GET /v2.0/security-groups/c93967ed-fb44-441c-a8f6-58dc46fee66f?project_id=7fc26953c428430dba98cf7179720581 => generated 2234 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/209] 199.204.45.250 () {48 vars in 992 bytes} [Tue May 26 06:39:53 2026] POST /v2.0/security-group-rules => generated 599 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/210] 199.204.45.250 () {44 vars in 1089 bytes} [Tue May 26 06:39:54 2026] GET /v2.0/security-groups/c93967ed-fb44-441c-a8f6-58dc46fee66f?project_id=7fc26953c428430dba98cf7179720581 => generated 2846 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/211] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:39:54 2026] GET /v2.0/security-groups/c93967ed-fb44-441c-a8f6-58dc46fee66f => 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: 109/212] 199.204.45.250 () {44 vars in 1089 bytes} [Tue May 26 06:39:54 2026] GET /v2.0/security-groups/c93967ed-fb44-441c-a8f6-58dc46fee66f?project_id=7fc26953c428430dba98cf7179720581 => generated 2846 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/213] 199.204.45.250 () {48 vars in 992 bytes} [Tue May 26 06:39:54 2026] POST /v2.0/security-group-rules => generated 601 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/214] 199.204.45.250 () {44 vars in 1089 bytes} [Tue May 26 06:39:55 2026] GET /v2.0/security-groups/c93967ed-fb44-441c-a8f6-58dc46fee66f?project_id=7fc26953c428430dba98cf7179720581 => generated 3460 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/215] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:39:55 2026] GET /v2.0/security-groups/c93967ed-fb44-441c-a8f6-58dc46fee66f => generated 3460 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/216] 199.204.45.250 () {44 vars in 1089 bytes} [Tue May 26 06:39:56 2026] GET /v2.0/security-groups/c93967ed-fb44-441c-a8f6-58dc46fee66f?project_id=7fc26953c428430dba98cf7179720581 => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/217] 199.204.45.250 () {48 vars in 992 bytes} [Tue May 26 06:39:56 2026] POST /v2.0/security-group-rules => generated 602 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/236] 199.204.45.250 () {30 vars in 740 bytes} [Tue May 26 06:42:02 2026] GET /v2.0/networks?tenant_id=7fc26953c428430dba98cf7179720581&shared=False => generated 15 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 06:42:03.189 8 INFO neutron.db.segments_db [None req-e9761ca6-3213-48db-a468-e0e8cca6b86d 3487f7ad267d41f7a19506e27b282c17 7fc26953c428430dba98cf7179720581 - - 9a7b0670002846b6a204b233aee1477b 9a7b0670002846b6a204b233aee1477b] Added segment 5f6b88a7-adaa-4b29-9e66-91588855c89e of type vxlan for network b009a27e-4a13-43c1-9b54-6b89dc8034b4 [pid: 8|app: 0|req: 116/237] 199.204.45.250 () {34 vars in 682 bytes} [Tue May 26 06:42:03 2026] POST /v2.0/networks => generated 717 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/238] 199.204.45.250 () {30 vars in 722 bytes} [Tue May 26 06:42:03 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => 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: 117/239] 199.204.45.250 () {30 vars in 633 bytes} [Tue May 26 06:42:03 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/240] 199.204.45.250 () {34 vars in 677 bytes} [Tue May 26 06:42:03 2026] POST /v2.0/ports => generated 999 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/241] 199.204.45.250 () {30 vars in 703 bytes} [Tue May 26 06:42:03 2026] GET /v2.0/networks/b009a27e-4a13-43c1-9b54-6b89dc8034b4 => generated 704 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/242] 199.204.45.250 () {30 vars in 722 bytes} [Tue May 26 06:42:05 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/243] 199.204.45.250 () {30 vars in 703 bytes} [Tue May 26 06:42:05 2026] GET /v2.0/networks/b009a27e-4a13-43c1-9b54-6b89dc8034b4 => generated 704 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/246] 199.204.45.250 () {44 vars in 976 bytes} [Tue May 26 06:42:17 2026] GET /v2.0/quotas/7fc26953c428430dba98cf7179720581 => 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: 121/247] 199.204.45.250 () {48 vars in 1028 bytes} [Tue May 26 06:42:17 2026] PUT /v2.0/quotas/7fc26953c428430dba98cf7179720581 => generated 291 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:53:48.925 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6753a1f6-9c30-4ad9-923f-fbd318dc33a2 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 168/340] 199.204.45.250 () {44 vars in 928 bytes} [Tue May 26 06:53:48 2026] GET /v2.0/networks/public => generated 108 bytes in 149 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 173/341] 199.204.45.250 () {44 vars in 950 bytes} [Tue May 26 06:53:48 2026] GET /v2.0/networks?name=public => generated 753 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:53:50.125 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8bba9fcf-659c-411a-9064-f464a5b42228 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 169/342] 199.204.45.250 () {44 vars in 928 bytes} [Tue May 26 06:53:50 2026] GET /v2.0/networks/public => generated 108 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 174/343] 199.204.45.250 () {44 vars in 950 bytes} [Tue May 26 06:53:50 2026] GET /v2.0/networks?name=public => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:53:50.191 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6652ec71-01fa-4d37-8624-665630e4add0 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 170/344] 199.204.45.250 () {44 vars in 1035 bytes} [Tue May 26 06:53:50 2026] GET /v2.0/subnets/public-subnet?network_id=fb72a26d-2b4d-4409-b71c-93df20a59875 => generated 113 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/345] 199.204.45.250 () {44 vars in 1058 bytes} [Tue May 26 06:53:50 2026] GET /v2.0/subnets?name=public-subnet&network_id=fb72a26d-2b4d-4409-b71c-93df20a59875 => generated 667 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:54:18.433 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3237132c-53ec-42bf-86d2-962817b8680d abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 173/350] 199.204.45.250 () {44 vars in 938 bytes} [Tue May 26 06:54:18 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/351] 199.204.45.250 () {44 vars in 960 bytes} [Tue May 26 06:54:18 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:54:19.453 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a1d713ff-324c-4644-9508-7028aa36155b abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 174/352] 199.204.45.250 () {44 vars in 938 bytes} [Tue May 26 06:54:19 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: 7|app: 0|req: 179/353] 199.204.45.250 () {44 vars in 960 bytes} [Tue May 26 06:54:19 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:54:19.526 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fb493e4f-defb-4fd9-a881-46c20d8e1367 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 175/354] 199.204.45.250 () {44 vars in 1037 bytes} [Tue May 26 06:54:19 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=61829487-0866-4479-a5b8-dd6e49bf76ae => generated 114 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/355] 199.204.45.250 () {44 vars in 1060 bytes} [Tue May 26 06:54:19 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=61829487-0866-4479-a5b8-dd6e49bf76ae => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:54:20.701 8 INFO neutron.api.v2.resource [None req-5382af9e-e646-4b9a-ba15-578cff1a1dbe abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 176/356] 199.204.45.250 () {44 vars in 972 bytes} [Tue May 26 06:54:20 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/357] 199.204.45.250 () {44 vars in 994 bytes} [Tue May 26 06:54:20 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/358] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:54:21 2026] GET /v2.0/security-groups/21cde358-1f81-468e-96d3-a2a68fbe4557 => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/359] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:54:21 2026] GET /v2.0/security-groups/21cde358-1f81-468e-96d3-a2a68fbe4557 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/360] 199.204.45.250 () {44 vars in 1012 bytes} [Tue May 26 06:54:22 2026] GET /v2.0/security-group-rules/5dd14465-f8ff-4eac-ba10-aa531fe0dbf7 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/361] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:54:22 2026] GET /v2.0/security-groups/21cde358-1f81-468e-96d3-a2a68fbe4557 => generated 4694 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/362] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:54:22 2026] GET /v2.0/security-groups/21cde358-1f81-468e-96d3-a2a68fbe4557 => generated 4694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/363] 199.204.45.250 () {44 vars in 1012 bytes} [Tue May 26 06:54:22 2026] GET /v2.0/security-group-rules/7b93d4a9-bc40-4e1f-a31e-fd8d940b50cb => generated 603 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/364] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:54:23 2026] GET /v2.0/security-groups/21cde358-1f81-468e-96d3-a2a68fbe4557 => generated 4694 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/365] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:54:23 2026] GET /v2.0/security-groups/21cde358-1f81-468e-96d3-a2a68fbe4557 => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/366] 199.204.45.250 () {44 vars in 1012 bytes} [Tue May 26 06:54:23 2026] GET /v2.0/security-group-rules/196c1ded-0c61-4c9c-86ee-c7dca816dbca => generated 603 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/367] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:54:24 2026] GET /v2.0/security-groups/21cde358-1f81-468e-96d3-a2a68fbe4557 => generated 4694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/368] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:54:24 2026] GET /v2.0/security-groups/21cde358-1f81-468e-96d3-a2a68fbe4557 => 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: 187/369] 199.204.45.250 () {44 vars in 1012 bytes} [Tue May 26 06:54:24 2026] GET /v2.0/security-group-rules/8b89effb-b9be-40a2-b95c-8be3bdc97adb => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/370] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:54:25 2026] GET /v2.0/security-groups/21cde358-1f81-468e-96d3-a2a68fbe4557 => generated 4694 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/371] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:54:25 2026] GET /v2.0/security-groups/21cde358-1f81-468e-96d3-a2a68fbe4557 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/372] 199.204.45.250 () {44 vars in 1012 bytes} [Tue May 26 06:54:25 2026] GET /v2.0/security-group-rules/33370061-984c-4f5d-a619-37369b9ec63e => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/375] 199.204.45.250 () {44 vars in 988 bytes} [Tue May 26 06:54:27 2026] GET /v2.0/networks/61829487-0866-4479-a5b8-dd6e49bf76ae => generated 732 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:54:27.183 7 INFO neutron.pecan_wsgi.hooks.translation [None req-88f73416-55ec-4f8c-8dea-ce576bae107f abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 190/376] 199.204.45.250 () {44 vars in 1077 bytes} [Tue May 26 06:54:27 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=61829487-0866-4479-a5b8-dd6e49bf76ae => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/377] 199.204.45.250 () {44 vars in 1100 bytes} [Tue May 26 06:54:27 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=61829487-0866-4479-a5b8-dd6e49bf76ae => generated 1250 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/378] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:54:27 2026] GET /v2.0/security-groups/21cde358-1f81-468e-96d3-a2a68fbe4557 => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 06:54:35.063 8 INFO neutron.pecan_wsgi.hooks.translation [None req-279ff882-063b-43be-87e6-c72b5ba22422 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 188/379] 199.204.45.250 () {44 vars in 980 bytes} [Tue May 26 06:54:35 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/380] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:54:35 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/381] 199.204.45.250 () {44 vars in 921 bytes} [Tue May 26 06:54:36 2026] GET /v2.0/ports => generated 4721 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 06:54:37.830 7 INFO neutron.api.v2.resource [None req-c821f0bd-d848-40ad-91fc-5d1de9e68016 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 193/382] 199.204.45.250 () {44 vars in 960 bytes} [Tue May 26 06:54:37 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/383] 199.204.45.250 () {44 vars in 982 bytes} [Tue May 26 06:54:37 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/384] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:54:38 2026] GET /v2.0/security-groups/fefe2047-41ec-425e-bea2-0a08e77c0d5d => generated 2882 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/385] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:54:38 2026] GET /v2.0/security-groups/fefe2047-41ec-425e-bea2-0a08e77c0d5d => generated 2882 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/386] 199.204.45.250 () {44 vars in 1012 bytes} [Tue May 26 06:54:38 2026] GET /v2.0/security-group-rules/a8202d34-ed81-4e8d-b8ff-5946669e3dbc => generated 621 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/387] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:54:39 2026] GET /v2.0/security-groups/fefe2047-41ec-425e-bea2-0a08e77c0d5d => generated 2882 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/388] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:54:39 2026] GET /v2.0/security-groups/fefe2047-41ec-425e-bea2-0a08e77c0d5d => generated 2882 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/389] 199.204.45.250 () {44 vars in 1012 bytes} [Tue May 26 06:54:39 2026] GET /v2.0/security-group-rules/1f30aad2-e7d3-433b-8748-ea317f0d1333 => generated 625 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/392] 199.204.45.250 () {44 vars in 976 bytes} [Tue May 26 06:54:52 2026] GET /v2.0/quotas/57f329dbf7e343d3bb8c1246550504c9 => generated 291 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:55:47.445 7 INFO neutron.api.v2.resource [None req-2f57e98f-3aa6-48be-9cef-d068ca677a93 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 203/401] 199.204.45.250 () {44 vars in 1075 bytes} [Tue May 26 06:55:47 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=7fc26953c428430dba98cf7179720581 => generated 139 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/402] 199.204.45.250 () {44 vars in 1098 bytes} [Tue May 26 06:55:47 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=7fc26953c428430dba98cf7179720581 => generated 4072 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/403] 199.204.45.250 () {44 vars in 1089 bytes} [Tue May 26 06:55:48 2026] GET /v2.0/security-groups/c93967ed-fb44-441c-a8f6-58dc46fee66f?project_id=7fc26953c428430dba98cf7179720581 => generated 4075 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/404] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:55:48 2026] GET /v2.0/security-groups/c93967ed-fb44-441c-a8f6-58dc46fee66f => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/405] 199.204.45.250 () {44 vars in 1012 bytes} [Tue May 26 06:55:48 2026] GET /v2.0/security-group-rules/b7c1acd9-cfed-4880-b030-cc39a0e625b2 => generated 597 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/406] 199.204.45.250 () {44 vars in 1089 bytes} [Tue May 26 06:55:49 2026] GET /v2.0/security-groups/c93967ed-fb44-441c-a8f6-58dc46fee66f?project_id=7fc26953c428430dba98cf7179720581 => generated 4075 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/407] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:55:49 2026] GET /v2.0/security-groups/c93967ed-fb44-441c-a8f6-58dc46fee66f => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/408] 199.204.45.250 () {44 vars in 1012 bytes} [Tue May 26 06:55:49 2026] GET /v2.0/security-group-rules/221ad3a7-43b8-4d17-84bd-aa9c556112b7 => generated 599 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/409] 199.204.45.250 () {44 vars in 1089 bytes} [Tue May 26 06:55:50 2026] GET /v2.0/security-groups/c93967ed-fb44-441c-a8f6-58dc46fee66f?project_id=7fc26953c428430dba98cf7179720581 => generated 4075 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/410] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:55:50 2026] GET /v2.0/security-groups/c93967ed-fb44-441c-a8f6-58dc46fee66f => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/411] 199.204.45.250 () {44 vars in 1012 bytes} [Tue May 26 06:55:50 2026] GET /v2.0/security-group-rules/f2da128e-1a87-4a67-944a-91ca9f6fbb73 => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/412] 199.204.45.250 () {44 vars in 1089 bytes} [Tue May 26 06:55:51 2026] GET /v2.0/security-groups/c93967ed-fb44-441c-a8f6-58dc46fee66f?project_id=7fc26953c428430dba98cf7179720581 => generated 4075 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/413] 199.204.45.250 () {44 vars in 1002 bytes} [Tue May 26 06:55:51 2026] GET /v2.0/security-groups/c93967ed-fb44-441c-a8f6-58dc46fee66f => generated 4075 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/414] 199.204.45.250 () {44 vars in 1012 bytes} [Tue May 26 06:55:51 2026] GET /v2.0/security-group-rules/14270980-a130-42da-bd96-8b080e56da0d => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/417] 199.204.45.250 () {44 vars in 976 bytes} [Tue May 26 06:55:59 2026] GET /v2.0/quotas/7fc26953c428430dba98cf7179720581 => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/424] 199.204.45.250 () {44 vars in 950 bytes} [Tue May 26 06:56:52 2026] GET /v2.0/networks?name=public => generated 753 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/431] 10.0.0.244 () {32 vars in 649 bytes} [Tue May 26 06:57:32 2026] GET /v2.0/networks => generated 2167 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/432] 10.0.0.244 () {32 vars in 655 bytes} [Tue May 26 06:57:33 2026] GET /v2.0/floatingips => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/433] 10.0.0.244 () {32 vars in 647 bytes} [Tue May 26 06:57:33 2026] GET /v2.0/routers => generated 15 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/434] 10.0.0.244 () {32 vars in 643 bytes} [Tue May 26 06:57:33 2026] GET /v2.0/ports => generated 4721 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/435] 10.0.0.244 () {32 vars in 647 bytes} [Tue May 26 06:57:33 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: 216/436] 10.0.0.244 () {32 vars in 649 bytes} [Tue May 26 06:57:33 2026] GET /v2.0/networks => generated 2167 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/437] 10.0.0.244 () {32 vars in 663 bytes} [Tue May 26 06:57:33 2026] GET /v2.0/security-groups => generated 17397 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/438] 10.0.0.244 () {32 vars in 655 bytes} [Tue May 26 06:57:33 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 06:57:45.200 7 INFO neutron.db.segments_db [None req-b2cab654-60cd-4b7a-90ce-35da056cd308 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Added segment c04ec421-b0af-47e7-8519-65576bf12f81 of type vxlan for network 613363ae-f33d-4545-b963-25d9cdfd65a8 2026-05-26 06:57:45.276 8 INFO neutron.db.segments_db [None req-af9b0690-a95c-47a6-929b-f4249e3ddfe5 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Added segment ed4c370c-00ec-484c-bfc2-a087df11873c of type vxlan for network c3be4f0b-363a-40b1-b624-fda3bdc9b4b7 [pid: 7|app: 0|req: 223/441] 10.0.0.244 () {34 vars in 671 bytes} [Tue May 26 06:57:44 2026] POST /v2.0/networks => generated 746 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/442] 10.0.0.244 () {34 vars in 671 bytes} [Tue May 26 06:57:45 2026] POST /v2.0/networks => generated 749 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 06:57:45.471 7 INFO neutron.db.segments_db [None req-22acc3b6-f7db-4e0b-a65d-d32f843f410a abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Added segment 89eb4aa4-bc25-43f8-ba54-09b69ec2cf7d of type vxlan for network e49b01dd-c995-4bf2-912d-09010de576e3 [pid: 8|app: 0|req: 220/443] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 06:57:45 2026] POST /v2.0/subnets => generated 693 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/444] 10.0.0.244 () {34 vars in 671 bytes} [Tue May 26 06:57:45 2026] POST /v2.0/networks => generated 737 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 06:57:45.620 7 INFO neutron.db.segments_db [None req-3faec1e4-a163-4615-a7d7-511371890dcd abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Added segment 5190b5ba-0809-4d4a-89d5-a802b3ef0afe of type vxlan for network 7f1a7e63-f230-4b6b-a3be-197780e25d1c [pid: 8|app: 0|req: 221/445] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 06:57:45 2026] POST /v2.0/subnets => generated 696 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 06:57:45.872 7 INFO neutron.db.l3_hamode_db [None req-3faec1e4-a163-4615-a7d7-511371890dcd abd4f5498a28477dad49606ae062519f 506767b6b4794c8a8ffe161f784219b6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 222/446] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 06:57:45 2026] POST /v2.0/subnets => generated 684 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 06:57:45.932 8 INFO neutron.db.segments_db [None req-b238940c-3207-4908-80b6-e4ac3eca922c abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Added segment 3b10f685-2688-47b7-846f-3c43238da52d of type vxlan for network ad43d527-6575-47ea-8b69-9bbfde925cdf 2026-05-26 06:57:46.195 8 INFO neutron.db.l3_hamode_db [None req-b238940c-3207-4908-80b6-e4ac3eca922c abd4f5498a28477dad49606ae062519f bb46f0b809db4660afa255f506ad4c19 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 06:57:46.643 7 INFO neutron.db.l3_hamode_db [None req-3faec1e4-a163-4615-a7d7-511371890dcd abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 06:57:47.203 8 INFO neutron.db.l3_hamode_db [None req-b238940c-3207-4908-80b6-e4ac3eca922c abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 225/447] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 06:57:45 2026] POST /v2.0/routers => generated 733 bytes in 2318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/448] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 06:57:47 2026] GET /v2.0/security-groups?tenant_id=d0277611bed14ec192fd13c42f7cf67f&name=default => generated 2921 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 06:57:48.169 7 INFO neutron.db.segments_db [None req-515bf21b-f389-4e41-9495-9f36cd127fed abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Added segment 4486a07e-678c-4a1f-922c-7ee9c6ea70c9 of type vxlan for network 55af468b-fd6c-473a-aac2-30558925e4a2 [pid: 8|app: 0|req: 223/449] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 06:57:45 2026] POST /v2.0/routers => generated 736 bytes in 2535 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 06:57:48.438 7 INFO neutron.db.l3_hamode_db [None req-515bf21b-f389-4e41-9495-9f36cd127fed abd4f5498a28477dad49606ae062519f f0c9842f35874241a7719e79727b8808 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 06:57:49.195 7 INFO neutron.db.l3_hamode_db [None req-515bf21b-f389-4e41-9495-9f36cd127fed abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 224/450] 10.0.0.244 () {34 vars in 783 bytes} [Tue May 26 06:57:48 2026] PUT /v2.0/routers/4d60d323-0154-42cb-ba07-edbf9710a4e3/add_router_interface => generated 309 bytes in 1210 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/451] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:57:49 2026] DELETE /v2.0/security-groups/b0380275-7972-47c6-b6c0-95ae04c61f77 => 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: 227/452] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 06:57:48 2026] POST /v2.0/routers => generated 724 bytes in 2041 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/453] 10.0.0.244 () {34 vars in 783 bytes} [Tue May 26 06:57:49 2026] PUT /v2.0/routers/9c7c398e-a60e-49ae-906c-2740b823a212/add_router_interface => generated 309 bytes in 1173 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/454] 10.0.0.175 () {34 vars in 982 bytes} [Tue May 26 06:57:51 2026] GET /v2.0/networks?id=613363ae-f33d-4545-b963-25d9cdfd65a8 => generated 678 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/455] 10.0.0.175 () {34 vars in 965 bytes} [Tue May 26 06:57:51 2026] GET /v2.0/quotas/506767b6b4794c8a8ffe161f784219b6 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/456] 10.0.0.244 () {34 vars in 783 bytes} [Tue May 26 06:57:50 2026] PUT /v2.0/routers/d454ad6e-15d1-40c5-9327-52e1d48f9347/add_router_interface => generated 309 bytes in 1339 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/457] 10.0.0.175 () {34 vars in 1002 bytes} [Tue May 26 06:57:51 2026] GET /v2.0/ports?tenant_id=506767b6b4794c8a8ffe161f784219b6&fields=id => generated 103 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:57:51.822 8 INFO neutron.db.segments_db [None req-8cdd6813-7d66-4046-b627-9d11db9afdf2 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Added segment ce39ac5d-fc9f-4074-80c0-e2ade8984efa of type vxlan for network e33f11d6-0ab0-46df-84b4-c222fdad2331 [pid: 7|app: 0|req: 230/458] 10.0.0.175 () {38 vars in 971 bytes} [Tue May 26 06:57:51 2026] POST /v2.0/security-groups => generated 1685 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/459] 10.0.0.244 () {34 vars in 671 bytes} [Tue May 26 06:57:51 2026] POST /v2.0/networks => generated 745 bytes in 503 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/460] 10.0.0.175 () {34 vars in 907 bytes} [Tue May 26 06:57:51 2026] GET /v2.0/extensions => generated 21537 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/461] 10.0.0.244 () {34 vars in 685 bytes} [Tue May 26 06:57:52 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: 7|app: 0|req: 233/462] 10.0.0.175 () {34 vars in 991 bytes} [Tue May 26 06:57:52 2026] GET /v2.0/security-groups/295fa1b8-75c7-494f-ac2d-ca46d481a35c => generated 1685 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/463] 10.0.0.175 () {34 vars in 1008 bytes} [Tue May 26 06:57:52 2026] GET /v2.0/networks/613363ae-f33d-4545-b963-25d9cdfd65a8?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: 230/464] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 06:57:51 2026] POST /v2.0/subnets => generated 692 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/465] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 06:57:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/466] 10.0.0.175 () {34 vars in 1108 bytes} [Tue May 26 06:57:52 2026] GET /v2.0/networks/613363ae-f33d-4545-b963-25d9cdfd65a8?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: 231/467] 10.0.0.175 () {38 vars in 981 bytes} [Tue May 26 06:57:52 2026] POST /v2.0/security-group-rules => generated 614 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 06:57:52.441 7 INFO neutron.db.segments_db [None req-aece7919-ed23-4d13-ba59-3edb60e8fc3f abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Added segment da985ab5-bcbe-4a86-a7a9-622610caf965 of type vxlan for network 5505363e-00fe-46f9-80fb-4168158857f3 [pid: 8|app: 0|req: 232/468] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 06:57:52 2026] POST /v2.0/security-group-rules => generated 602 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/469] 10.0.0.175 () {38 vars in 971 bytes} [Tue May 26 06:57:52 2026] POST /v2.0/security-groups => generated 1684 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-26 06:57:52.758 7 INFO neutron.db.l3_hamode_db [None req-aece7919-ed23-4d13-ba59-3edb60e8fc3f abd4f5498a28477dad49606ae062519f c211dff66c4340979f6a056563fab860 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 234/470] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:57:52 2026] GET /v2.0/ports?device_id=a5eeca5f-abb5-47c1-b838-7a7bc57d2d73 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/471] 10.0.0.244 () {34 vars in 676 bytes} [Tue May 26 06:57:52 2026] POST /v2.0/floatingips => generated 552 bytes in 606 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/472] 10.0.0.175 () {34 vars in 991 bytes} [Tue May 26 06:57:53 2026] GET /v2.0/security-groups/1221665e-b973-4b52-81d9-93608be8c8df => generated 1684 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/473] 10.0.0.175 () {38 vars in 981 bytes} [Tue May 26 06:57:53 2026] POST /v2.0/security-group-rules => generated 614 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/474] 10.0.0.175 () {34 vars in 991 bytes} [Tue May 26 06:57:53 2026] GET /v2.0/security-groups/1221665e-b973-4b52-81d9-93608be8c8df => generated 2309 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 06:57:53.625 7 INFO neutron.db.l3_hamode_db [None req-aece7919-ed23-4d13-ba59-3edb60e8fc3f abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 239/475] 10.0.0.175 () {38 vars in 981 bytes} [Tue May 26 06:57:53 2026] POST /v2.0/security-group-rules => generated 619 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/476] 10.0.0.175 () {34 vars in 991 bytes} [Tue May 26 06:57:53 2026] GET /v2.0/security-groups/1221665e-b973-4b52-81d9-93608be8c8df => generated 2939 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/477] 10.0.0.175 () {34 vars in 1100 bytes} [Tue May 26 06:57:53 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1325403763&fields=id&tenant_id=f0c9842f35874241a7719e79727b8808 => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/478] 10.0.0.175 () {34 vars in 982 bytes} [Tue May 26 06:57:53 2026] GET /v2.0/networks?id=e49b01dd-c995-4bf2-912d-09010de576e3 => generated 669 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/479] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:57:53 2026] GET /v2.0/ports?device_id=a5eeca5f-abb5-47c1-b838-7a7bc57d2d73 => 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: 244/480] 10.0.0.175 () {34 vars in 965 bytes} [Tue May 26 06:57:53 2026] GET /v2.0/quotas/f0c9842f35874241a7719e79727b8808 => 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: 245/481] 10.0.0.175 () {34 vars in 1002 bytes} [Tue May 26 06:57:53 2026] GET /v2.0/ports?tenant_id=f0c9842f35874241a7719e79727b8808&fields=id => generated 103 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/482] 10.0.0.175 () {34 vars in 1001 bytes} [Tue May 26 06:57:54 2026] GET /v2.0/security-group-rules/93b6e4e7-08ea-4713-93f2-8d9c95d2733f => generated 616 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/483] 10.0.0.175 () {34 vars in 991 bytes} [Tue May 26 06:57:54 2026] GET /v2.0/security-groups/1221665e-b973-4b52-81d9-93608be8c8df => generated 2939 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/484] 10.0.0.175 () {36 vars in 1023 bytes} [Tue May 26 06:57:54 2026] DELETE /v2.0/security-group-rules/93b6e4e7-08ea-4713-93f2-8d9c95d2733f => 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: 249/485] 10.0.0.175 () {34 vars in 991 bytes} [Tue May 26 06:57:54 2026] GET /v2.0/security-groups/1221665e-b973-4b52-81d9-93608be8c8df => generated 2309 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/486] 10.0.0.175 () {36 vars in 1013 bytes} [Tue May 26 06:57:54 2026] DELETE /v2.0/security-groups/1221665e-b973-4b52-81d9-93608be8c8df => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/487] 10.0.0.175 () {34 vars in 991 bytes} [Tue May 26 06:57:54 2026] GET /v2.0/security-groups/295fa1b8-75c7-494f-ac2d-ca46d481a35c => generated 2310 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/488] 10.0.0.175 () {34 vars in 907 bytes} [Tue May 26 06:57:54 2026] GET /v2.0/extensions => generated 21537 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/489] 10.0.0.175 () {36 vars in 1013 bytes} [Tue May 26 06:57:54 2026] DELETE /v2.0/security-groups/295fa1b8-75c7-494f-ac2d-ca46d481a35c => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/490] 10.0.0.175 () {34 vars in 1008 bytes} [Tue May 26 06:57:54 2026] GET /v2.0/networks/e49b01dd-c995-4bf2-912d-09010de576e3?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: 237/491] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 06:57:52 2026] POST /v2.0/routers => generated 732 bytes in 2418 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/492] 10.0.0.175 () {34 vars in 1108 bytes} [Tue May 26 06:57:54 2026] GET /v2.0/networks/e49b01dd-c995-4bf2-912d-09010de576e3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 06:57:55.387 8 INFO neutron_taas.services.taas.taas_plugin [None req-6bb13a66-952a-4914-bf96-06abcbe0c072 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: f0929655-8b91-4979-9849-19fcad95b58e 2026-05-26 06:57:55.397 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6bb13a66-952a-4914-bf96-06abcbe0c072 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: f0929655-8b91-4979-9849-19fcad95b58e [pid: 8|app: 0|req: 255/493] 10.0.0.244 () {34 vars in 789 bytes} [Tue May 26 06:57:54 2026] PUT /v2.0/routers/9c7c398e-a60e-49ae-906c-2740b823a212/remove_router_interface => generated 309 bytes in 1360 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/494] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:57:55 2026] GET /v2.0/ports?device_id=a5eeca5f-abb5-47c1-b838-7a7bc57d2d73 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/495] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:57:56 2026] GET /v2.0/ports?device_id=f513dde3-0a54-4742-914a-caa0261e3327 => 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: 239/496] 10.0.0.244 () {34 vars in 783 bytes} [Tue May 26 06:57:54 2026] PUT /v2.0/routers/25de47c6-66ba-45e2-89fa-70fefff39cca/add_router_interface => generated 309 bytes in 1287 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:57:56.212 8 INFO neutron_taas.services.taas.taas_plugin [None req-1c37120c-3839-4395-ba9d-2a659f3af81d abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: 1b32dc68-93c0-4d65-9018-2e41fbe1cc59 2026-05-26 06:57:56.215 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c37120c-3839-4395-ba9d-2a659f3af81d abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: 1b32dc68-93c0-4d65-9018-2e41fbe1cc59 2026-05-26 06:57:56.481 8 INFO neutron_taas.services.taas.taas_plugin [None req-1c37120c-3839-4395-ba9d-2a659f3af81d abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: 50025d5f-d377-457e-9058-2c5393c11355 2026-05-26 06:57:56.483 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c37120c-3839-4395-ba9d-2a659f3af81d abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: 50025d5f-d377-457e-9058-2c5393c11355 2026-05-26 06:57:56.559 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-1c37120c-3839-4395-ba9d-2a659f3af81d abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - 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 124, 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 124, 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 58, 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 40, 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 340, 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 2241, 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 645, 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 716, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 240/497] 10.0.0.175 () {38 vars in 971 bytes} [Tue May 26 06:57:56 2026] POST /v2.0/security-groups => generated 1680 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-26 06:57:56.896 8 INFO neutron.db.l3_hamode_db [None req-1c37120c-3839-4395-ba9d-2a659f3af81d abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] HA network ad43d527-6575-47ea-8b69-9bbfde925cdf was deleted as no HA routers are present in tenant bb46f0b809db4660afa255f506ad4c19. [pid: 8|app: 0|req: 258/500] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:57:56 2026] DELETE /v2.0/routers/9c7c398e-a60e-49ae-906c-2740b823a212 => generated 0 bytes in 885 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/501] 10.0.0.175 () {38 vars in 971 bytes} [Tue May 26 06:57:56 2026] POST /v2.0/security-groups => generated 1680 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/502] 10.0.0.175 () {38 vars in 971 bytes} [Tue May 26 06:57:56 2026] POST /v2.0/security-groups => generated 1681 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/503] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:57:56 2026] DELETE /v2.0/subnets/4b616c90-b96e-4b59-9859-93a7fef1e81f => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/504] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:57:57 2026] GET /v2.0/ports?device_id=f513dde3-0a54-4742-914a-caa0261e3327 => 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: 261/505] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:57:57 2026] GET /v2.0/ports?device_id=a5eeca5f-abb5-47c1-b838-7a7bc57d2d73 => 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: 262/506] 10.0.0.175 () {34 vars in 1002 bytes} [Tue May 26 06:57:57 2026] GET /v2.0/security-groups?tenant_id=c211dff66c4340979f6a056563fab860 => generated 7906 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 06:57:57.217 7 INFO neutron_taas.services.taas.taas_plugin [None req-be118bf6-b0aa-487b-b6c0-2906b1cdc461 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: 5c9cb6e8-711a-4dad-a0cc-71b308c27f75 2026-05-26 06:57:57.230 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be118bf6-b0aa-487b-b6c0-2906b1cdc461 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: 5c9cb6e8-711a-4dad-a0cc-71b308c27f75 [pid: 8|app: 0|req: 263/507] 10.0.0.175 () {34 vars in 991 bytes} [Tue May 26 06:57:57 2026] GET /v2.0/security-groups/fe730d25-c379-4369-aad4-1e923240e3c1 => generated 2922 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 06:57:57.297 8 INFO neutron.services.segments.plugin [-] Segment 3b10f685-2688-47b7-846f-3c43238da52d resource provider aggregate not found 2026-05-26 06:57:57.309 8 INFO neutron.services.segments.plugin [-] Segment 3b10f685-2688-47b7-846f-3c43238da52d resource provider aggregate not found [pid: 8|app: 0|req: 264/508] 10.0.0.175 () {34 vars in 991 bytes} [Tue May 26 06:57:57 2026] GET /v2.0/security-groups/fe730d25-c379-4369-aad4-1e923240e3c1 => generated 2922 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 06:57:57.324 8 INFO neutron.services.segments.plugin [-] Segment 3b10f685-2688-47b7-846f-3c43238da52d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b10f685-2688-47b7-846f-3c43238da52d found for delete ", "request_id": "req-1c6ae252-f7a5-491f-9993-51a26c742c6b"}]} 2026-05-26 06:57:57.329 8 INFO neutron.services.segments.plugin [-] Segment 3b10f685-2688-47b7-846f-3c43238da52d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b10f685-2688-47b7-846f-3c43238da52d found for delete ", "request_id": "req-6f1ab88b-b285-49eb-9323-5c4ba9ebf6fc"}]} [pid: 8|app: 0|req: 265/509] 10.0.0.175 () {34 vars in 991 bytes} [Tue May 26 06:57:57 2026] GET /v2.0/security-groups/8182499a-c7a6-4d0b-a15b-b7ceb0505d8a => generated 1680 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/510] 10.0.0.175 () {36 vars in 1013 bytes} [Tue May 26 06:57:57 2026] DELETE /v2.0/security-groups/8182499a-c7a6-4d0b-a15b-b7ceb0505d8a => 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: 267/511] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 06:57:57 2026] GET /v2.0/networks?id=613363ae-f33d-4545-b963-25d9cdfd65a8 => generated 678 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:57:57.590 8 INFO neutron.api.v2.resource [req-5bb7ca86-3bbd-4a00-b066-0e6c5fa0705b req-6fedaaf3-7c84-451c-918c-bb7d9d8f11f1 c8f6a637aa70471a9293888c020d3a5f c211dff66c4340979f6a056563fab860 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 268/512] 10.0.0.175 () {34 vars in 991 bytes} [Tue May 26 06:57:57 2026] GET /v2.0/security-groups/8182499a-c7a6-4d0b-a15b-b7ceb0505d8a => 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: 245/513] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 06:57:57 2026] DELETE /v2.0/networks/c3be4f0b-363a-40b1-b624-fda3bdc9b4b7 => generated 0 bytes in 505 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/514] 10.0.0.175 () {34 vars in 991 bytes} [Tue May 26 06:57:57 2026] GET /v2.0/security-groups/1dd4e0a1-0fab-4076-b296-f54deea567ca => generated 1680 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/515] 10.0.0.175 () {36 vars in 1013 bytes} [Tue May 26 06:57:57 2026] DELETE /v2.0/security-groups/1dd4e0a1-0fab-4076-b296-f54deea567ca => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/516] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 06:57:57 2026] GET /v2.0/security-groups?tenant_id=bb46f0b809db4660afa255f506ad4c19&name=default => generated 2921 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 06:57:57.801 7 INFO neutron.api.v2.resource [req-f5d619b2-52ba-4f21-a79f-181e2bdacc54 req-0762bfc5-b46b-43a6-be9d-960b467fb12c c8f6a637aa70471a9293888c020d3a5f c211dff66c4340979f6a056563fab860 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 249/517] 10.0.0.175 () {34 vars in 991 bytes} [Tue May 26 06:57:57 2026] GET /v2.0/security-groups/1dd4e0a1-0fab-4076-b296-f54deea567ca => 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: 250/518] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:57:57 2026] DELETE /v2.0/security-groups/565f4db8-77b7-4dd5-8af4-d649e5659401 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/519] 10.0.0.175 () {34 vars in 991 bytes} [Tue May 26 06:57:57 2026] GET /v2.0/security-groups/1ea4648a-5d1b-4d35-bf6c-951e502c1d2f => generated 1681 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/520] 10.0.0.175 () {36 vars in 1013 bytes} [Tue May 26 06:57:57 2026] DELETE /v2.0/security-groups/1ea4648a-5d1b-4d35-bf6c-951e502c1d2f => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 06:57:58.066 7 INFO neutron.api.v2.resource [req-e165aef9-ee4c-4a3d-9ce9-7ef6cf85695e req-3e45ec0f-9b66-4ab0-a04a-09de4e2b89ca c8f6a637aa70471a9293888c020d3a5f c211dff66c4340979f6a056563fab860 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 253/521] 10.0.0.175 () {34 vars in 991 bytes} [Tue May 26 06:57:58 2026] GET /v2.0/security-groups/1ea4648a-5d1b-4d35-bf6c-951e502c1d2f => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/522] 10.0.0.175 () {34 vars in 1002 bytes} [Tue May 26 06:57:58 2026] GET /v2.0/security-groups?tenant_id=c211dff66c4340979f6a056563fab860 => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/523] 199.204.45.250 () {38 vars in 955 bytes} [Tue May 26 06:57:57 2026] POST /v2.0/ports => generated 958 bytes in 539 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: 270/524] 199.204.45.250 () {34 vars in 911 bytes} [Tue May 26 06:57:58 2026] GET /v2.0/extensions => generated 21537 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/525] 10.0.0.175 () {34 vars in 991 bytes} [Tue May 26 06:57:58 2026] GET /v2.0/security-groups/fe730d25-c379-4369-aad4-1e923240e3c1 => generated 2922 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/526] 10.0.0.175 () {34 vars in 991 bytes} [Tue May 26 06:57:58 2026] GET /v2.0/security-groups/fe730d25-c379-4369-aad4-1e923240e3c1 => generated 2922 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/527] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:57:58 2026] GET /v2.0/ports?device_id=f513dde3-0a54-4742-914a-caa0261e3327 => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 06:57:58.283 7 INFO neutron.services.segments.plugin [-] Segment ed4c370c-00ec-484c-bfc2-a087df11873c resource provider aggregate not found 2026-05-26 06:57:58.308 7 INFO neutron.api.v2.resource [req-616d6725-9265-4f4c-8b2b-37159b9e6712 req-e6ce1cb2-4759-433c-a9de-05738dcb3a19 c8f6a637aa70471a9293888c020d3a5f c211dff66c4340979f6a056563fab860 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 257/528] 10.0.0.175 () {34 vars in 991 bytes} [Tue May 26 06:57:58 2026] GET /v2.0/security-groups/1ea4648a-5d1b-4d35-bf6c-951e502c1d2f => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 06:57:58.310 7 INFO neutron.services.segments.plugin [-] Segment ed4c370c-00ec-484c-bfc2-a087df11873c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed4c370c-00ec-484c-bfc2-a087df11873c found for delete ", "request_id": "req-1b3e2ae5-3b30-4dbe-9e9a-a8b2e9607e6d"}]} [pid: 8|app: 0|req: 272/529] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:57:58 2026] GET /v2.0/ports?device_id=a5eeca5f-abb5-47c1-b838-7a7bc57d2d73 => generated 961 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:57:58.337 7 INFO neutron.services.segments.plugin [-] Segment ed4c370c-00ec-484c-bfc2-a087df11873c resource provider aggregate not found 2026-05-26 06:57:58.348 7 INFO neutron.api.v2.resource [req-1fd8fede-80f7-4c4a-8cb9-418982588c52 req-e727832a-bdb9-4792-a39c-9cd5a119e6f3 c8f6a637aa70471a9293888c020d3a5f c211dff66c4340979f6a056563fab860 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 258/530] 10.0.0.175 () {34 vars in 991 bytes} [Tue May 26 06:57:58 2026] GET /v2.0/security-groups/1dd4e0a1-0fab-4076-b296-f54deea567ca => generated 146 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 06:57:58.362 7 INFO neutron.services.segments.plugin [-] Segment ed4c370c-00ec-484c-bfc2-a087df11873c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed4c370c-00ec-484c-bfc2-a087df11873c found for delete ", "request_id": "req-877b2c30-a8b2-4c76-bc58-a1a6dfc8094d"}]} 2026-05-26 06:57:58.385 7 INFO neutron.api.v2.resource [req-cb308be0-7364-4752-b855-3f7e7e92bffd req-2bbbc1fe-ad06-428b-b7b3-6e562282e474 c8f6a637aa70471a9293888c020d3a5f c211dff66c4340979f6a056563fab860 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 259/531] 10.0.0.175 () {34 vars in 991 bytes} [Tue May 26 06:57:58 2026] GET /v2.0/security-groups/8182499a-c7a6-4d0b-a15b-b7ceb0505d8a => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/532] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:57:58 2026] GET /v2.0/security-groups?id=eb8bdc69-85ab-4682-bf5d-65aa5050c142&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 06:57:58.837 7 INFO neutron_taas.services.taas.taas_plugin [None req-c775813c-6e78-4d54-8f48-33cc67db2f70 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: 549f2c62-732b-478c-ae8b-8a721d3fb037 2026-05-26 06:57:58.840 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c775813c-6e78-4d54-8f48-33cc67db2f70 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: 549f2c62-732b-478c-ae8b-8a721d3fb037 [pid: 8|app: 0|req: 274/533] 199.204.45.250 () {38 vars in 1028 bytes} [Tue May 26 06:57:58 2026] PUT /v2.0/ports/46be582d-26ea-43f3-8e9a-811fac9b7d7a => generated 1239 bytes in 543 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: 275/534] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:57:59 2026] GET /v2.0/ports?device_id=f513dde3-0a54-4742-914a-caa0261e3327 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/535] 10.0.0.244 () {34 vars in 789 bytes} [Tue May 26 06:57:58 2026] PUT /v2.0/routers/25de47c6-66ba-45e2-89fa-70fefff39cca/remove_router_interface => generated 309 bytes in 969 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/536] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 06:57:59 2026] GET /v2.0/networks?id=e49b01dd-c995-4bf2-912d-09010de576e3 => generated 669 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/537] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:57:59 2026] GET /v2.0/ports?device_id=a5eeca5f-abb5-47c1-b838-7a7bc57d2d73 => generated 973 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/538] 199.204.45.250 () {34 vars in 1050 bytes} [Tue May 26 06:57:59 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f0c9842f35874241a7719e79727b8808 => generated 181 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/539] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:57:59 2026] GET /v2.0/security-groups?id=eb8bdc69-85ab-4682-bf5d-65aa5050c142&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-05-26 06:57:59.649 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d9e18168-0ee1-4267-9400-ee17f5a0e14e'] response: {'name': 'network-changed', 'server_uuid': 'a5eeca5f-abb5-47c1-b838-7a7bc57d2d73', 'tag': '46be582d-26ea-43f3-8e9a-811fac9b7d7a', 'status': 'completed', 'code': 200} 2026-05-26 06:57:59.661 8 INFO neutron_taas.services.taas.taas_plugin [None req-e3e989a9-ba6b-409c-bbc6-d7b2f90e74ba abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: 59c2e253-e6fd-4078-8ec9-377976f53296 2026-05-26 06:57:59.666 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3e989a9-ba6b-409c-bbc6-d7b2f90e74ba abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: 59c2e253-e6fd-4078-8ec9-377976f53296 2026-05-26 06:57:59.984 8 INFO neutron_taas.services.taas.taas_plugin [None req-e3e989a9-ba6b-409c-bbc6-d7b2f90e74ba abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: d3972f71-1b23-4ab0-b1ab-bfdd0a882652 2026-05-26 06:57:59.989 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3e989a9-ba6b-409c-bbc6-d7b2f90e74ba abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: d3972f71-1b23-4ab0-b1ab-bfdd0a882652 [pid: 7|app: 0|req: 265/540] 199.204.45.250 () {38 vars in 955 bytes} [Tue May 26 06:57:59 2026] POST /v2.0/ports => generated 954 bytes in 461 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 06:58:00.390 7 INFO neutron.db.segments_db [None req-04e19e4c-3d58-4293-8879-321ff77fb0ec abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Added segment 0cba87c7-057a-4004-8174-f66bd41923a8 of type vxlan for network 66e68a5f-15f6-4e8f-b8b9-1c192615a1af 2026-05-26 06:58:00.418 8 INFO neutron.services.segments.plugin [-] Segment da985ab5-bcbe-4a86-a7a9-622610caf965 resource provider aggregate not found 2026-05-26 06:58:00.424 8 INFO neutron.services.segments.plugin [-] Segment da985ab5-bcbe-4a86-a7a9-622610caf965 resource provider aggregate not found 2026-05-26 06:58:00.445 8 INFO neutron.services.segments.plugin [-] Segment da985ab5-bcbe-4a86-a7a9-622610caf965 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da985ab5-bcbe-4a86-a7a9-622610caf965 found for delete ", "request_id": "req-4df54044-fc36-4900-9c30-a52261a35957"}]} 2026-05-26 06:58:00.448 8 INFO neutron.services.segments.plugin [-] Segment da985ab5-bcbe-4a86-a7a9-622610caf965 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da985ab5-bcbe-4a86-a7a9-622610caf965 found for delete ", "request_id": "req-93763955-2575-472e-9009-e6d593f0b7f0"}]} 2026-05-26 06:58:00.478 8 INFO neutron.db.l3_hamode_db [None req-e3e989a9-ba6b-409c-bbc6-d7b2f90e74ba abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] HA network 5505363e-00fe-46f9-80fb-4168158857f3 was deleted as no HA routers are present in tenant c211dff66c4340979f6a056563fab860. [pid: 8|app: 0|req: 276/541] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:57:59 2026] DELETE /v2.0/routers/25de47c6-66ba-45e2-89fa-70fefff39cca => generated 0 bytes in 1114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/542] 10.0.0.244 () {34 vars in 671 bytes} [Tue May 26 06:58:00 2026] POST /v2.0/networks => generated 751 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/543] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 06:58:00 2026] GET /v2.0/ports?tenant_id=506767b6b4794c8a8ffe161f784219b6&device_id=a5eeca5f-abb5-47c1-b838-7a7bc57d2d73 => generated 1242 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/544] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:00 2026] GET /v2.0/ports?device_id=f513dde3-0a54-4742-914a-caa0261e3327 => generated 957 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/545] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:58:00 2026] DELETE /v2.0/subnets/8de82a0f-e7ba-474b-9b1c-6f51372001c4 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/546] 199.204.45.250 () {38 vars in 1028 bytes} [Tue May 26 06:58:00 2026] PUT /v2.0/ports/115d25b3-e7ae-4d25-9f76-2457b0674e67 => generated 1235 bytes in 533 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: 268/547] 199.204.45.250 () {34 vars in 1060 bytes} [Tue May 26 06:58:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=46be582d-26ea-43f3-8e9a-811fac9b7d7a => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/548] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 06:58:00 2026] POST /v2.0/subnets => generated 698 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/549] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:01 2026] GET /v2.0/security-groups?id=f2ce7123-99b6-4a84-9705-681279e0a15d&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: 281/550] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:01 2026] GET /v2.0/ports?device_id=a5eeca5f-abb5-47c1-b838-7a7bc57d2d73 => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/551] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 06:58:01 2026] GET /v2.0/subnets?id=3ed03bd7-168a-4d48-83d8-53fe5b890b97 => generated 696 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:58:01.216 7 INFO neutron_taas.services.taas.taas_plugin [None req-b6a2c0b5-94f1-4dd5-9a12-608597356390 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: 9a5ff361-86fc-4c42-8ab4-7b361581c802 2026-05-26 06:58:01.219 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b6a2c0b5-94f1-4dd5-9a12-608597356390 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: 9a5ff361-86fc-4c42-8ab4-7b361581c802 2026-05-26 06:58:01.228 8 INFO neutron.db.segments_db [None req-6b9ec2a8-5a77-48bf-952d-be774710e68f abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Added segment 7306f3fb-9323-4149-a81f-c65838445205 of type vxlan for network e42f68c4-2fa3-4288-8efe-5243b4d7cee1 2026-05-26 06:58:01.462 7 INFO neutron.services.segments.plugin [-] Segment ce39ac5d-fc9f-4074-80c0-e2ade8984efa resource provider aggregate not found 2026-05-26 06:58:01.462 7 INFO neutron.services.segments.plugin [-] Segment ce39ac5d-fc9f-4074-80c0-e2ade8984efa resource provider aggregate not found 2026-05-26 06:58:01.493 7 INFO neutron.services.segments.plugin [-] Segment ce39ac5d-fc9f-4074-80c0-e2ade8984efa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce39ac5d-fc9f-4074-80c0-e2ade8984efa found for delete ", "request_id": "req-74c6f526-902a-42bc-aeca-f6f2a0f3d51a"}]} 2026-05-26 06:58:01.496 7 INFO neutron.services.segments.plugin [-] Segment ce39ac5d-fc9f-4074-80c0-e2ade8984efa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce39ac5d-fc9f-4074-80c0-e2ade8984efa found for delete ", "request_id": "req-6ad789dc-a0c3-481d-bba4-e6d6bf0568c1"}]} [pid: 7|app: 0|req: 270/552] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 06:58:01 2026] DELETE /v2.0/networks/e33f11d6-0ab0-46df-84b4-c222fdad2331 => generated 0 bytes in 393 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/553] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:01 2026] GET /v2.0/security-groups?id=eb8bdc69-85ab-4682-bf5d-65aa5050c142&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 06:58:01.576 8 INFO neutron.db.l3_hamode_db [None req-6b9ec2a8-5a77-48bf-952d-be774710e68f abd4f5498a28477dad49606ae062519f 93bd8e112ca747a49ecda07d3b596358 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 06:58:01.586 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2e81161b-1d4d-4d40-97f1-3801b3849b47'] response: {'name': 'network-changed', 'server_uuid': 'f513dde3-0a54-4742-914a-caa0261e3327', 'tag': '115d25b3-e7ae-4d25-9f76-2457b0674e67', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 272/554] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 06:58:01 2026] GET /v2.0/ports?network_id=613363ae-f33d-4545-b963-25d9cdfd65a8&device_owner=network%3Adhcp => generated 1244 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/555] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 06:58:01 2026] GET /v2.0/networks/613363ae-f33d-4545-b963-25d9cdfd65a8?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: 274/556] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 06:58:01 2026] GET /v2.0/networks/613363ae-f33d-4545-b963-25d9cdfd65a8?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: 275/557] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 06:58:01 2026] GET /v2.0/security-groups?tenant_id=c211dff66c4340979f6a056563fab860&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/558] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:58:01 2026] DELETE /v2.0/security-groups/fe730d25-c379-4369-aad4-1e923240e3c1 => 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: 277/559] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 06:58:02 2026] GET /v2.0/ports?tenant_id=f0c9842f35874241a7719e79727b8808&device_id=f513dde3-0a54-4742-914a-caa0261e3327 => generated 1238 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/560] 199.204.45.250 () {34 vars in 1058 bytes} [Tue May 26 06:58:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=115d25b3-e7ae-4d25-9f76-2457b0674e67 => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/561] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 06:58:02 2026] GET /v2.0/subnets?id=a82eb442-8eca-4454-83c6-16b4241a31ce => generated 687 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/562] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:02 2026] GET /v2.0/ports?device_id=f513dde3-0a54-4742-914a-caa0261e3327 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/563] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 06:58:02 2026] GET /v2.0/ports?network_id=e49b01dd-c995-4bf2-912d-09010de576e3&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: 282/564] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:02 2026] GET /v2.0/security-groups?id=f2ce7123-99b6-4a84-9705-681279e0a15d&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: 283/565] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 06:58:02 2026] GET /v2.0/networks/e49b01dd-c995-4bf2-912d-09010de576e3?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/566] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 06:58:02 2026] GET /v2.0/networks/e49b01dd-c995-4bf2-912d-09010de576e3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 06:58:02.665 8 INFO neutron.db.l3_hamode_db [None req-6b9ec2a8-5a77-48bf-952d-be774710e68f abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 285/567] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:02 2026] GET /v2.0/ports?device_id=a5eeca5f-abb5-47c1-b838-7a7bc57d2d73 => 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: 286/568] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:02 2026] GET /v2.0/security-groups?id=eb8bdc69-85ab-4682-bf5d-65aa5050c142&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/569] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 06:58:02 2026] GET /v2.0/ports?tenant_id=506767b6b4794c8a8ffe161f784219b6&device_id=a5eeca5f-abb5-47c1-b838-7a7bc57d2d73 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/570] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 06:58:02 2026] GET /v2.0/networks?id=613363ae-f33d-4545-b963-25d9cdfd65a8 => generated 774 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/571] 199.204.45.250 () {34 vars in 1060 bytes} [Tue May 26 06:58:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=46be582d-26ea-43f3-8e9a-811fac9b7d7a => 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: 290/572] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 06:58:02 2026] GET /v2.0/subnets?id=3ed03bd7-168a-4d48-83d8-53fe5b890b97 => generated 696 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/573] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 06:58:02 2026] GET /v2.0/ports?network_id=613363ae-f33d-4545-b963-25d9cdfd65a8&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: 292/574] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 06:58:02 2026] GET /v2.0/networks/613363ae-f33d-4545-b963-25d9cdfd65a8?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: 293/575] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 06:58:03 2026] GET /v2.0/networks/613363ae-f33d-4545-b963-25d9cdfd65a8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/576] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:03 2026] GET /v2.0/ports?device_id=f513dde3-0a54-4742-914a-caa0261e3327 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/577] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 06:58:03 2026] GET /v2.0/ports?tenant_id=f0c9842f35874241a7719e79727b8808&device_id=f513dde3-0a54-4742-914a-caa0261e3327 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/578] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:03 2026] GET /v2.0/security-groups?id=f2ce7123-99b6-4a84-9705-681279e0a15d&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/579] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 06:58:03 2026] GET /v2.0/networks?id=e49b01dd-c995-4bf2-912d-09010de576e3 => generated 765 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/580] 199.204.45.250 () {34 vars in 1058 bytes} [Tue May 26 06:58:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=115d25b3-e7ae-4d25-9f76-2457b0674e67 => 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: 299/581] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 06:58:03 2026] GET /v2.0/subnets?id=a82eb442-8eca-4454-83c6-16b4241a31ce => generated 687 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/582] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 06:58:01 2026] POST /v2.0/routers => generated 738 bytes in 2545 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/583] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 06:58:03 2026] GET /v2.0/ports?network_id=e49b01dd-c995-4bf2-912d-09010de576e3&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: 301/584] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 06:58:03 2026] GET /v2.0/networks/e49b01dd-c995-4bf2-912d-09010de576e3?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/585] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 06:58:03 2026] GET /v2.0/networks/e49b01dd-c995-4bf2-912d-09010de576e3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/586] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:03 2026] GET /v2.0/ports?device_id=a5eeca5f-abb5-47c1-b838-7a7bc57d2d73 => 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: 304/587] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:03 2026] GET /v2.0/security-groups?id=eb8bdc69-85ab-4682-bf5d-65aa5050c142&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/588] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:04 2026] GET /v2.0/ports?device_id=f513dde3-0a54-4742-914a-caa0261e3327 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/589] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:04 2026] GET /v2.0/security-groups?id=f2ce7123-99b6-4a84-9705-681279e0a15d&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/590] 10.0.0.244 () {34 vars in 783 bytes} [Tue May 26 06:58:03 2026] PUT /v2.0/routers/e1bc8761-c0f2-40d4-93e3-81733ca63f4e/add_router_interface => generated 309 bytes in 1294 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/591] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:05 2026] GET /v2.0/ports?device_id=a5eeca5f-abb5-47c1-b838-7a7bc57d2d73 => generated 973 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/592] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:05 2026] GET /v2.0/security-groups?id=eb8bdc69-85ab-4682-bf5d-65aa5050c142&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: 308/593] 10.0.0.244 () {34 vars in 685 bytes} [Tue May 26 06:58:05 2026] POST /v2.0/security-groups => generated 1660 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/594] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:05 2026] GET /v2.0/ports?device_id=f513dde3-0a54-4742-914a-caa0261e3327 => generated 969 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/595] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:05 2026] GET /v2.0/security-groups?id=f2ce7123-99b6-4a84-9705-681279e0a15d&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: 309/596] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 06:58:05 2026] POST /v2.0/security-group-rules => generated 597 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/597] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 06:58:06 2026] POST /v2.0/security-group-rules => generated 602 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/598] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:06 2026] GET /v2.0/ports?device_id=a5eeca5f-abb5-47c1-b838-7a7bc57d2d73 => generated 973 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/599] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:06 2026] GET /v2.0/security-groups?id=eb8bdc69-85ab-4682-bf5d-65aa5050c142&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/600] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:07 2026] GET /v2.0/ports?device_id=f513dde3-0a54-4742-914a-caa0261e3327 => 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: 292/601] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:07 2026] GET /v2.0/security-groups?id=f2ce7123-99b6-4a84-9705-681279e0a15d&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/602] 10.0.0.244 () {34 vars in 676 bytes} [Tue May 26 06:58:06 2026] POST /v2.0/floatingips => generated 552 bytes in 960 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/603] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:07 2026] GET /v2.0/ports?device_id=a5eeca5f-abb5-47c1-b838-7a7bc57d2d73 => 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: 311/604] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:07 2026] GET /v2.0/security-groups?id=eb8bdc69-85ab-4682-bf5d-65aa5050c142&fields=id&fields=name => generated 88 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/605] 10.0.0.175 () {34 vars in 1100 bytes} [Tue May 26 06:58:07 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1810395744&fields=id&tenant_id=93bd8e112ca747a49ecda07d3b596358 => generated 69 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/606] 10.0.0.175 () {34 vars in 982 bytes} [Tue May 26 06:58:07 2026] GET /v2.0/networks?id=66e68a5f-15f6-4e8f-b8b9-1c192615a1af => generated 683 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/607] 10.0.0.175 () {34 vars in 965 bytes} [Tue May 26 06:58:07 2026] GET /v2.0/quotas/93bd8e112ca747a49ecda07d3b596358 => generated 292 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/608] 10.0.0.175 () {34 vars in 1002 bytes} [Tue May 26 06:58:07 2026] GET /v2.0/ports?tenant_id=93bd8e112ca747a49ecda07d3b596358&fields=id => generated 103 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/609] 10.0.0.175 () {34 vars in 1008 bytes} [Tue May 26 06:58:07 2026] GET /v2.0/networks/66e68a5f-15f6-4e8f-b8b9-1c192615a1af?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/610] 10.0.0.175 () {34 vars in 1108 bytes} [Tue May 26 06:58:08 2026] GET /v2.0/networks/66e68a5f-15f6-4e8f-b8b9-1c192615a1af?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/611] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:08 2026] GET /v2.0/ports?device_id=fa67fa8f-a510-47c4-94d6-44bda24b64d6 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/612] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:08 2026] GET /v2.0/ports?device_id=f513dde3-0a54-4742-914a-caa0261e3327 => generated 969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/613] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:08 2026] GET /v2.0/security-groups?id=f2ce7123-99b6-4a84-9705-681279e0a15d&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/614] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:08 2026] GET /v2.0/ports?device_id=a5eeca5f-abb5-47c1-b838-7a7bc57d2d73 => generated 975 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/615] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:08 2026] GET /v2.0/security-groups?id=eb8bdc69-85ab-4682-bf5d-65aa5050c142&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: 299/616] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:09 2026] GET /v2.0/ports?device_id=fa67fa8f-a510-47c4-94d6-44bda24b64d6 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/617] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:09 2026] GET /v2.0/ports?device_id=f513dde3-0a54-4742-914a-caa0261e3327 => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/618] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:09 2026] GET /v2.0/security-groups?id=f2ce7123-99b6-4a84-9705-681279e0a15d&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/619] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:09 2026] GET /v2.0/ports?device_id=a5eeca5f-abb5-47c1-b838-7a7bc57d2d73 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/620] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:09 2026] GET /v2.0/security-groups?id=eb8bdc69-85ab-4682-bf5d-65aa5050c142&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: 319/621] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 06:58:09 2026] GET /v2.0/security-groups?tenant_id=ead3a755800a4cefbaba2534d30d616b&name=default => generated 2925 bytes in 346 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/622] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:58:10 2026] DELETE /v2.0/security-groups/a1d4c60e-8889-44f7-a9e4-3939b7a1acfd => 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: 304/623] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:10 2026] GET /v2.0/ports?device_id=fa67fa8f-a510-47c4-94d6-44bda24b64d6 => 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: 320/624] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 06:58:10 2026] GET /v2.0/security-groups?tenant_id=3fbf7222b1844424a1bab67b5a19f7f9&name=default => generated 2925 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/625] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:10 2026] GET /v2.0/ports?device_id=f513dde3-0a54-4742-914a-caa0261e3327 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/626] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:58:10 2026] DELETE /v2.0/security-groups/51e9f80b-ed4b-447a-b98f-ca11fbf7bede => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/627] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:10 2026] GET /v2.0/security-groups?id=f2ce7123-99b6-4a84-9705-681279e0a15d&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/628] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:11 2026] GET /v2.0/ports?device_id=a5eeca5f-abb5-47c1-b838-7a7bc57d2d73 => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/629] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:11 2026] GET /v2.0/security-groups?id=eb8bdc69-85ab-4682-bf5d-65aa5050c142&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/630] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:11 2026] GET /v2.0/ports?device_id=fa67fa8f-a510-47c4-94d6-44bda24b64d6 => 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: 324/631] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:11 2026] GET /v2.0/ports?device_id=a5eeca5f-abb5-47c1-b838-7a7bc57d2d73 => generated 975 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/634] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:11 2026] GET /v2.0/security-groups?id=eb8bdc69-85ab-4682-bf5d-65aa5050c142&fields=id&fields=name => generated 88 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/635] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:11 2026] GET /v2.0/ports?device_id=f513dde3-0a54-4742-914a-caa0261e3327 => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/636] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:11 2026] GET /v2.0/security-groups?id=f2ce7123-99b6-4a84-9705-681279e0a15d&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/637] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:12 2026] GET /v2.0/ports?device_id=fa67fa8f-a510-47c4-94d6-44bda24b64d6 => 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: 310/638] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 06:58:12 2026] GET /v2.0/networks?id=66e68a5f-15f6-4e8f-b8b9-1c192615a1af => generated 683 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/639] 199.204.45.250 () {34 vars in 1050 bytes} [Tue May 26 06:58:12 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=93bd8e112ca747a49ecda07d3b596358 => generated 181 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/640] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:12 2026] GET /v2.0/ports?device_id=a5eeca5f-abb5-47c1-b838-7a7bc57d2d73 => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/641] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:12 2026] GET /v2.0/security-groups?id=eb8bdc69-85ab-4682-bf5d-65aa5050c142&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/642] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:12 2026] GET /v2.0/ports?device_id=f513dde3-0a54-4742-914a-caa0261e3327 => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/643] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:13 2026] GET /v2.0/security-groups?id=f2ce7123-99b6-4a84-9705-681279e0a15d&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/644] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:13 2026] GET /v2.0/ports?device_id=f513dde3-0a54-4742-914a-caa0261e3327 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/645] 199.204.45.250 () {38 vars in 955 bytes} [Tue May 26 06:58:12 2026] POST /v2.0/ports => generated 954 bytes in 540 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: 331/646] 199.204.45.250 () {38 vars in 1028 bytes} [Tue May 26 06:58:13 2026] PUT /v2.0/ports/b4632c89-ccfb-4b40-92fb-74ea3ec98c5b => generated 1235 bytes in 482 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: 332/647] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:13 2026] GET /v2.0/ports?device_id=fa67fa8f-a510-47c4-94d6-44bda24b64d6 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:58:13.944 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9ef6ee18-79ae-47fb-af77-af18bc422a08'] response: {'name': 'network-changed', 'server_uuid': 'fa67fa8f-a510-47c4-94d6-44bda24b64d6', 'tag': 'b4632c89-ccfb-4b40-92fb-74ea3ec98c5b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 333/648] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:13 2026] GET /v2.0/security-groups?id=be51d9e3-0ba4-4968-b2df-ec1b14960c21&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/649] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:14 2026] GET /v2.0/ports?device_id=a5eeca5f-abb5-47c1-b838-7a7bc57d2d73 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/650] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:14 2026] GET /v2.0/security-groups?id=eb8bdc69-85ab-4682-bf5d-65aa5050c142&fields=id&fields=name => generated 88 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/651] 199.204.45.250 () {34 vars in 994 bytes} [Tue May 26 06:58:14 2026] GET /v2.0/ports?device_id=a5eeca5f-abb5-47c1-b838-7a7bc57d2d73 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:58:14.217 8 INFO neutron.db.l3_db [None req-a3f72fff-b46f-4479-aec5-15aba5f960f7 7b21fbb43ccc4ae6a84e2b56743f43ec f0c9842f35874241a7719e79727b8808 - - default default] Floating IP 94a40880-7698-41b4-ab1a-ff1f18a648ab associated. External IP: 10.96.250.204, port: 115d25b3-e7ae-4d25-9f76-2457b0674e67. 2026-05-26 06:58:14.354 7 INFO neutron_taas.services.taas.taas_plugin [req-ecbe1740-42ef-470d-86bf-c00cccde0735 req-ff0a0163-cf4e-4b23-be80-e4c8310562bf f258a601ad12487b8ab00368c174d266 506767b6b4794c8a8ffe161f784219b6 - - default default] TaaS: Handle Delete Port: 46be582d-26ea-43f3-8e9a-811fac9b7d7a 2026-05-26 06:58:14.362 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ecbe1740-42ef-470d-86bf-c00cccde0735 req-ff0a0163-cf4e-4b23-be80-e4c8310562bf f258a601ad12487b8ab00368c174d266 506767b6b4794c8a8ffe161f784219b6 - - default default] Tap Mirror: Handle Delete Port: 46be582d-26ea-43f3-8e9a-811fac9b7d7a [pid: 8|app: 0|req: 316/652] 10.0.0.244 () {34 vars in 749 bytes} [Tue May 26 06:58:13 2026] PUT /v2.0/floatingips/94a40880-7698-41b4-ab1a-ff1f18a648ab => generated 855 bytes in 1382 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/653] 199.204.45.250 () {36 vars in 997 bytes} [Tue May 26 06:58:14 2026] DELETE /v2.0/ports/46be582d-26ea-43f3-8e9a-811fac9b7d7a => generated 0 bytes in 445 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/654] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 06:58:14 2026] GET /v2.0/ports?tenant_id=93bd8e112ca747a49ecda07d3b596358&device_id=fa67fa8f-a510-47c4-94d6-44bda24b64d6 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 06:58:14.674 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-555cfb1c-3d8e-4ac5-8772-97d1c3f71b0e'] response: {'name': 'network-changed', 'server_uuid': 'f513dde3-0a54-4742-914a-caa0261e3327', 'tag': '115d25b3-e7ae-4d25-9f76-2457b0674e67', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 318/655] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:14 2026] GET /v2.0/ports?device_id=f513dde3-0a54-4742-914a-caa0261e3327 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/656] 199.204.45.250 () {34 vars in 1018 bytes} [Tue May 26 06:58:14 2026] GET /v2.0/networks?tenant_id=93bd8e112ca747a49ecda07d3b596358&shared=False => generated 779 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/657] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:14 2026] GET /v2.0/security-groups?id=f2ce7123-99b6-4a84-9705-681279e0a15d&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/658] 199.204.45.250 () {34 vars in 930 bytes} [Tue May 26 06:58:14 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/659] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:15 2026] GET /v2.0/ports?device_id=f513dde3-0a54-4742-914a-caa0261e3327 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/660] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:15 2026] GET /v2.0/ports?device_id=fa67fa8f-a510-47c4-94d6-44bda24b64d6 => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/661] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:15 2026] GET /v2.0/security-groups?id=f2ce7123-99b6-4a84-9705-681279e0a15d&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: 341/662] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:15 2026] GET /v2.0/security-groups?id=be51d9e3-0ba4-4968-b2df-ec1b14960c21&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/663] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:15 2026] GET /v2.0/ports?device_id=a5eeca5f-abb5-47c1-b838-7a7bc57d2d73 => 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: 322/664] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 06:58:15 2026] GET /v2.0/ports?tenant_id=f0c9842f35874241a7719e79727b8808&device_id=f513dde3-0a54-4742-914a-caa0261e3327 => generated 1240 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/665] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 06:58:15 2026] GET /v2.0/networks?id=e49b01dd-c995-4bf2-912d-09010de576e3 => generated 765 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/666] 199.204.45.250 () {34 vars in 1058 bytes} [Tue May 26 06:58:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=115d25b3-e7ae-4d25-9f76-2457b0674e67 => generated 858 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/667] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 06:58:15 2026] GET /v2.0/subnets?id=a82eb442-8eca-4454-83c6-16b4241a31ce => generated 687 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/668] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 06:58:15 2026] GET /v2.0/ports?network_id=e49b01dd-c995-4bf2-912d-09010de576e3&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: 326/669] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 06:58:15 2026] GET /v2.0/networks/e49b01dd-c995-4bf2-912d-09010de576e3?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: 327/670] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 06:58:15 2026] GET /v2.0/networks/e49b01dd-c995-4bf2-912d-09010de576e3?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: 344/671] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 06:58:15 2026] GET /v2.0/security-groups?tenant_id=b21fe8f2712248d98051b931149558ed&name=default => generated 2925 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/672] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:58:15 2026] DELETE /v2.0/security-groups/6b9b856d-d3e9-4fec-b5c7-e0fd1c59f730 => 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: 345/673] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 06:58:15 2026] GET /v2.0/ports?tenant_id=93bd8e112ca747a49ecda07d3b596358&device_id=fa67fa8f-a510-47c4-94d6-44bda24b64d6 => generated 1238 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/674] 199.204.45.250 () {34 vars in 1058 bytes} [Tue May 26 06:58:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=b4632c89-ccfb-4b40-92fb-74ea3ec98c5b => 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: 347/675] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 06:58:15 2026] GET /v2.0/subnets?id=e8edf6a5-c4b5-42f0-9b8b-5ccfc7b2e70b => generated 701 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/676] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 06:58:15 2026] GET /v2.0/ports?network_id=66e68a5f-15f6-4e8f-b8b9-1c192615a1af&device_owner=network%3Adhcp => generated 1244 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 06:58:16.011 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bc29d622-3e76-42c9-a66e-1402dbdf1455'] response: {'server_uuid': 'a5eeca5f-abb5-47c1-b838-7a7bc57d2d73', 'name': 'network-vif-deleted', 'tag': '46be582d-26ea-43f3-8e9a-811fac9b7d7a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 329/677] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 06:58:15 2026] GET /v2.0/security-groups?tenant_id=ca736b76fdaf4f87899338b13e1ce9e9&name=default => generated 2925 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/678] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 06:58:16 2026] GET /v2.0/networks/66e68a5f-15f6-4e8f-b8b9-1c192615a1af?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: 350/679] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 06:58:16 2026] GET /v2.0/networks/66e68a5f-15f6-4e8f-b8b9-1c192615a1af?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: 330/680] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:58:16 2026] DELETE /v2.0/security-groups/648d7c73-a3df-435d-8cf3-532d9d022a87 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/681] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:16 2026] GET /v2.0/ports?device_id=f513dde3-0a54-4742-914a-caa0261e3327 => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/682] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:16 2026] GET /v2.0/ports?device_id=fa67fa8f-a510-47c4-94d6-44bda24b64d6 => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/683] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:16 2026] GET /v2.0/security-groups?id=f2ce7123-99b6-4a84-9705-681279e0a15d&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/684] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:16 2026] GET /v2.0/security-groups?id=be51d9e3-0ba4-4968-b2df-ec1b14960c21&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/685] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:16 2026] GET /v2.0/ports?device_id=a5eeca5f-abb5-47c1-b838-7a7bc57d2d73 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/686] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:17 2026] GET /v2.0/ports?device_id=f513dde3-0a54-4742-914a-caa0261e3327 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/687] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:17 2026] GET /v2.0/ports?device_id=fa67fa8f-a510-47c4-94d6-44bda24b64d6 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/688] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:17 2026] GET /v2.0/security-groups?id=f2ce7123-99b6-4a84-9705-681279e0a15d&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: 355/689] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:17 2026] GET /v2.0/security-groups?id=be51d9e3-0ba4-4968-b2df-ec1b14960c21&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/690] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:17 2026] GET /v2.0/ports?device_id=a5eeca5f-abb5-47c1-b838-7a7bc57d2d73 => 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: 335/691] 199.204.45.250 () {34 vars in 994 bytes} [Tue May 26 06:58:17 2026] GET /v2.0/ports?device_id=f513dde3-0a54-4742-914a-caa0261e3327 => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:58:17.734 7 INFO neutron_taas.services.taas.taas_plugin [req-b82490de-d57c-49dd-ae3b-d2b84ead5551 req-be6114d0-eb2b-4621-851f-5e91ba28b899 7b21fbb43ccc4ae6a84e2b56743f43ec f0c9842f35874241a7719e79727b8808 - - default default] TaaS: Handle Delete Port: 115d25b3-e7ae-4d25-9f76-2457b0674e67 2026-05-26 06:58:17.739 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b82490de-d57c-49dd-ae3b-d2b84ead5551 req-be6114d0-eb2b-4621-851f-5e91ba28b899 7b21fbb43ccc4ae6a84e2b56743f43ec f0c9842f35874241a7719e79727b8808 - - default default] Tap Mirror: Handle Delete Port: 115d25b3-e7ae-4d25-9f76-2457b0674e67 2026-05-26 06:58:17.971 7 INFO neutron.db.l3_db [req-b82490de-d57c-49dd-ae3b-d2b84ead5551 req-be6114d0-eb2b-4621-851f-5e91ba28b899 7b21fbb43ccc4ae6a84e2b56743f43ec f0c9842f35874241a7719e79727b8808 - - default default] Floating IP 94a40880-7698-41b4-ab1a-ff1f18a648ab disassociated. External IP: 10.96.250.204, port: 115d25b3-e7ae-4d25-9f76-2457b0674e67. [pid: 7|app: 0|req: 357/692] 199.204.45.250 () {36 vars in 997 bytes} [Tue May 26 06:58:17 2026] DELETE /v2.0/ports/115d25b3-e7ae-4d25-9f76-2457b0674e67 => generated 0 bytes in 737 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 06:58:18.362 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-31d76493-1896-491b-8e73-d4a09e9d1f1b'] response: {'server_uuid': 'f513dde3-0a54-4742-914a-caa0261e3327', 'name': 'network-vif-deleted', 'tag': '115d25b3-e7ae-4d25-9f76-2457b0674e67', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 336/693] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:18 2026] GET /v2.0/ports?device_id=f513dde3-0a54-4742-914a-caa0261e3327 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/694] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:18 2026] GET /v2.0/ports?device_id=fa67fa8f-a510-47c4-94d6-44bda24b64d6 => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/695] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:18 2026] GET /v2.0/ports?device_id=a5eeca5f-abb5-47c1-b838-7a7bc57d2d73 => 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: 359/696] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:18 2026] GET /v2.0/security-groups?id=be51d9e3-0ba4-4968-b2df-ec1b14960c21&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/697] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:19 2026] GET /v2.0/ports?device_id=f513dde3-0a54-4742-914a-caa0261e3327 => 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: 339/698] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:19 2026] GET /v2.0/ports?device_id=fa67fa8f-a510-47c4-94d6-44bda24b64d6 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/699] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:19 2026] GET /v2.0/security-groups?id=be51d9e3-0ba4-4968-b2df-ec1b14960c21&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-05-26 06:58:20.172 7 INFO neutron_taas.services.taas.taas_plugin [None req-f9eb7d73-26a7-4c13-a02b-6a397cd36ea5 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: 8c84c742-ff11-42d7-9238-8903d493a178 2026-05-26 06:58:20.175 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9eb7d73-26a7-4c13-a02b-6a397cd36ea5 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: 8c84c742-ff11-42d7-9238-8903d493a178 [pid: 7|app: 0|req: 360/700] 10.0.0.244 () {34 vars in 789 bytes} [Tue May 26 06:58:19 2026] PUT /v2.0/routers/4d60d323-0154-42cb-ba07-edbf9710a4e3/remove_router_interface => generated 309 bytes in 1019 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/701] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:20 2026] GET /v2.0/ports?device_id=f513dde3-0a54-4742-914a-caa0261e3327 => 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: 362/702] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:20 2026] GET /v2.0/ports?device_id=fa67fa8f-a510-47c4-94d6-44bda24b64d6 => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:58:21.010 8 INFO neutron_taas.services.taas.taas_plugin [None req-53e21a8a-e750-43e9-8824-2f4e3d489718 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: 0237ac53-e3b2-4a7b-91ee-3c0d9d546e07 2026-05-26 06:58:21.013 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53e21a8a-e750-43e9-8824-2f4e3d489718 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: 0237ac53-e3b2-4a7b-91ee-3c0d9d546e07 [pid: 7|app: 0|req: 363/703] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:21 2026] GET /v2.0/security-groups?id=be51d9e3-0ba4-4968-b2df-ec1b14960c21&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/704] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:21 2026] GET /v2.0/ports?device_id=fa67fa8f-a510-47c4-94d6-44bda24b64d6 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:58:21.317 8 INFO neutron_taas.services.taas.taas_plugin [None req-53e21a8a-e750-43e9-8824-2f4e3d489718 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: e0dfb6a8-d5f1-4044-85e4-4a352846cc4f 2026-05-26 06:58:21.322 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53e21a8a-e750-43e9-8824-2f4e3d489718 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: e0dfb6a8-d5f1-4044-85e4-4a352846cc4f 2026-05-26 06:58:21.683 7 INFO neutron.db.l3_db [None req-798d3f16-b33f-4678-afe0-b1eb9b411b81 ce82a5f9e5504d67936f410cfe220a18 93bd8e112ca747a49ecda07d3b596358 - - default default] Floating IP f57a53d1-4ed5-4c9a-938f-1ba73182752b associated. External IP: 10.96.250.209, port: b4632c89-ccfb-4b40-92fb-74ea3ec98c5b. 2026-05-26 06:58:21.736 8 INFO neutron.services.segments.plugin [-] Segment 5190b5ba-0809-4d4a-89d5-a802b3ef0afe resource provider aggregate not found 2026-05-26 06:58:21.746 8 INFO neutron.services.segments.plugin [-] Segment 5190b5ba-0809-4d4a-89d5-a802b3ef0afe resource provider aggregate not found 2026-05-26 06:58:21.774 8 INFO neutron.services.segments.plugin [-] Segment 5190b5ba-0809-4d4a-89d5-a802b3ef0afe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5190b5ba-0809-4d4a-89d5-a802b3ef0afe found for delete ", "request_id": "req-1bba3681-cdf9-4a72-b69d-b83c328a9559"}]} 2026-05-26 06:58:21.784 8 INFO neutron.services.segments.plugin [-] Segment 5190b5ba-0809-4d4a-89d5-a802b3ef0afe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5190b5ba-0809-4d4a-89d5-a802b3ef0afe found for delete ", "request_id": "req-38bc02f5-556a-4ae9-b558-bfc90bac5f82"}]} 2026-05-26 06:58:21.790 8 INFO neutron.db.l3_hamode_db [None req-53e21a8a-e750-43e9-8824-2f4e3d489718 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] HA network 7f1a7e63-f230-4b6b-a3be-197780e25d1c was deleted as no HA routers are present in tenant 506767b6b4794c8a8ffe161f784219b6. [pid: 8|app: 0|req: 341/705] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:58:20 2026] DELETE /v2.0/routers/4d60d323-0154-42cb-ba07-edbf9710a4e3 => generated 0 bytes in 1032 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/706] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:58:21 2026] DELETE /v2.0/subnets/3ed03bd7-168a-4d48-83d8-53fe5b890b97 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/707] 10.0.0.244 () {34 vars in 749 bytes} [Tue May 26 06:58:21 2026] PUT /v2.0/floatingips/f57a53d1-4ed5-4c9a-938f-1ba73182752b => generated 855 bytes in 846 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:58:22.082 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ef31c529-a4d0-47c4-b73f-6d4ddf44f7f1'] response: {'name': 'network-changed', 'server_uuid': 'fa67fa8f-a510-47c4-94d6-44bda24b64d6', 'tag': 'b4632c89-ccfb-4b40-92fb-74ea3ec98c5b', 'status': 'completed', 'code': 200} 2026-05-26 06:58:22.153 7 INFO neutron_taas.services.taas.taas_plugin [None req-452cf74a-80dd-49fa-bdcb-b9514d7fb9e1 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: 6c850b00-63d8-41d4-9b00-9fdf46695908 2026-05-26 06:58:22.155 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-452cf74a-80dd-49fa-bdcb-b9514d7fb9e1 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: 6c850b00-63d8-41d4-9b00-9fdf46695908 [pid: 8|app: 0|req: 343/708] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:58:22 2026] DELETE /v2.0/security-groups/f2ce7123-99b6-4a84-9705-681279e0a15d => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/709] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:22 2026] GET /v2.0/ports?device_id=fa67fa8f-a510-47c4-94d6-44bda24b64d6 => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:58:22.272 8 INFO neutron.api.v2.resource [None req-a20a237e-7911-4779-8427-64bdbd6bbf0e 7b21fbb43ccc4ae6a84e2b56743f43ec f0c9842f35874241a7719e79727b8808 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 345/710] 10.0.0.244 () {32 vars in 737 bytes} [Tue May 26 06:58:22 2026] GET /v2.0/security-groups/f2ce7123-99b6-4a84-9705-681279e0a15d => 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: 346/711] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:22 2026] GET /v2.0/security-groups?id=be51d9e3-0ba4-4968-b2df-ec1b14960c21&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:58:22.329 7 INFO neutron.services.segments.plugin [-] Segment c04ec421-b0af-47e7-8519-65576bf12f81 resource provider aggregate not found 2026-05-26 06:58:22.334 7 INFO neutron.services.segments.plugin [-] Segment c04ec421-b0af-47e7-8519-65576bf12f81 resource provider aggregate not found 2026-05-26 06:58:22.353 7 INFO neutron.services.segments.plugin [-] Segment c04ec421-b0af-47e7-8519-65576bf12f81 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c04ec421-b0af-47e7-8519-65576bf12f81 found for delete ", "request_id": "req-f3bcfbc0-6987-4371-b08c-25545ecb2311"}]} 2026-05-26 06:58:22.354 7 INFO neutron.services.segments.plugin [-] Segment c04ec421-b0af-47e7-8519-65576bf12f81 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c04ec421-b0af-47e7-8519-65576bf12f81 found for delete ", "request_id": "req-74627609-3367-40cf-af3e-6b864852bd71"}]} [pid: 7|app: 0|req: 366/712] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 06:58:22 2026] DELETE /v2.0/networks/613363ae-f33d-4545-b963-25d9cdfd65a8 => generated 0 bytes in 347 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 06:58:22.417 8 INFO neutron_taas.services.taas.taas_plugin [None req-9a454738-b325-4832-a791-b61e5f263016 7b21fbb43ccc4ae6a84e2b56743f43ec f0c9842f35874241a7719e79727b8808 - - default default] TaaS: Handle Delete Port: 10ae79ec-54d0-48df-ac05-c3d3b056605d 2026-05-26 06:58:22.420 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a454738-b325-4832-a791-b61e5f263016 7b21fbb43ccc4ae6a84e2b56743f43ec f0c9842f35874241a7719e79727b8808 - - default default] Tap Mirror: Handle Delete Port: 10ae79ec-54d0-48df-ac05-c3d3b056605d [pid: 7|app: 0|req: 367/713] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 06:58:22 2026] GET /v2.0/security-groups?tenant_id=506767b6b4794c8a8ffe161f784219b6&name=default => generated 2921 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/714] 10.0.0.244 () {32 vars in 732 bytes} [Tue May 26 06:58:22 2026] DELETE /v2.0/floatingips/94a40880-7698-41b4-ab1a-ff1f18a648ab => generated 0 bytes in 311 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/715] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 06:58:22 2026] GET /v2.0/ports?tenant_id=93bd8e112ca747a49ecda07d3b596358&device_id=fa67fa8f-a510-47c4-94d6-44bda24b64d6 => 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: 348/716] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:58:22 2026] DELETE /v2.0/security-groups/eb8bdc69-85ab-4682-bf5d-65aa5050c142 => 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: 349/717] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 06:58:22 2026] GET /v2.0/networks?id=66e68a5f-15f6-4e8f-b8b9-1c192615a1af => generated 779 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/718] 199.204.45.250 () {34 vars in 1058 bytes} [Tue May 26 06:58:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=b4632c89-ccfb-4b40-92fb-74ea3ec98c5b => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/719] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 06:58:22 2026] GET /v2.0/subnets?id=e8edf6a5-c4b5-42f0-9b8b-5ccfc7b2e70b => generated 701 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:58:22.995 7 INFO neutron_taas.services.taas.taas_plugin [None req-5a8b37f9-2b13-4dc9-a49c-7d988243870f abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: 91f82007-004d-452b-bb98-9373e087b894 2026-05-26 06:58:22.998 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a8b37f9-2b13-4dc9-a49c-7d988243870f abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: 91f82007-004d-452b-bb98-9373e087b894 [pid: 8|app: 0|req: 352/720] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 06:58:22 2026] GET /v2.0/security-groups?tenant_id=d556f3decc2b48939b7cc30fdaa022fb&name=default => generated 2925 bytes in 456 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/721] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 06:58:23 2026] GET /v2.0/ports?network_id=66e68a5f-15f6-4e8f-b8b9-1c192615a1af&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: 354/722] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:58:23 2026] DELETE /v2.0/security-groups/5205123c-be53-4996-808c-242b670f927a => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/723] 10.0.0.244 () {34 vars in 789 bytes} [Tue May 26 06:58:22 2026] PUT /v2.0/routers/d454ad6e-15d1-40c5-9327-52e1d48f9347/remove_router_interface => generated 309 bytes in 909 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/724] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 06:58:23 2026] GET /v2.0/networks/66e68a5f-15f6-4e8f-b8b9-1c192615a1af?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: 356/725] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 06:58:23 2026] GET /v2.0/networks/66e68a5f-15f6-4e8f-b8b9-1c192615a1af?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) 2026-05-26 06:58:23.789 7 INFO neutron_taas.services.taas.taas_plugin [None req-58ba064c-8cd5-44ae-83da-774f64de02dc abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: 70237432-dbf5-48c3-b5d1-d42fc73ae5ad 2026-05-26 06:58:23.793 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58ba064c-8cd5-44ae-83da-774f64de02dc abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: 70237432-dbf5-48c3-b5d1-d42fc73ae5ad [pid: 8|app: 0|req: 357/726] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 06:58:23 2026] GET /v2.0/security-groups?tenant_id=600051a81fa042ed8ac20d3e02c4ca55&name=default => generated 2925 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/727] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:58:23 2026] DELETE /v2.0/security-groups/5d04471b-7cc4-48d9-afad-14c0bd9af29c => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 06:58:24.084 7 INFO neutron_taas.services.taas.taas_plugin [None req-58ba064c-8cd5-44ae-83da-774f64de02dc abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: 594ec2b8-20bc-4dd5-b35e-2d0306c1cd24 2026-05-26 06:58:24.087 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58ba064c-8cd5-44ae-83da-774f64de02dc abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: 594ec2b8-20bc-4dd5-b35e-2d0306c1cd24 2026-05-26 06:58:24.181 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-58ba064c-8cd5-44ae-83da-774f64de02dc abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - 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 124, 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 124, 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 58, 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 40, 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 340, 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 2241, 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 645, 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 716, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-05-26 06:58:24.499 7 INFO neutron.services.segments.plugin [-] Segment 4486a07e-678c-4a1f-922c-7ee9c6ea70c9 resource provider aggregate not found 2026-05-26 06:58:24.506 7 INFO neutron.services.segments.plugin [-] Segment 4486a07e-678c-4a1f-922c-7ee9c6ea70c9 resource provider aggregate not found 2026-05-26 06:58:24.524 7 INFO neutron.services.segments.plugin [-] Segment 4486a07e-678c-4a1f-922c-7ee9c6ea70c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4486a07e-678c-4a1f-922c-7ee9c6ea70c9 found for delete ", "request_id": "req-96bcf02b-2c52-48b2-a2bb-6bc5a39e7834"}]} 2026-05-26 06:58:24.531 7 INFO neutron.services.segments.plugin [-] Segment 4486a07e-678c-4a1f-922c-7ee9c6ea70c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4486a07e-678c-4a1f-922c-7ee9c6ea70c9 found for delete ", "request_id": "req-def224b9-19df-46d8-ac29-1c4833f36385"}]} 2026-05-26 06:58:24.534 7 INFO neutron.db.l3_hamode_db [None req-58ba064c-8cd5-44ae-83da-774f64de02dc abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] HA network 55af468b-fd6c-473a-aac2-30558925e4a2 was deleted as no HA routers are present in tenant f0c9842f35874241a7719e79727b8808. [pid: 7|app: 0|req: 370/728] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:58:23 2026] DELETE /v2.0/routers/d454ad6e-15d1-40c5-9327-52e1d48f9347 => generated 0 bytes in 987 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/729] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:58:24 2026] DELETE /v2.0/subnets/a82eb442-8eca-4454-83c6-16b4241a31ce => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 06:58:24.848 7 INFO neutron_taas.services.taas.taas_plugin [None req-1fc8ebe0-7f0c-4b4b-b986-30d48161d3d8 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: bd7faea0-8913-4f46-b84d-f0d272565d63 2026-05-26 06:58:24.851 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1fc8ebe0-7f0c-4b4b-b986-30d48161d3d8 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: bd7faea0-8913-4f46-b84d-f0d272565d63 [pid: 7|app: 0|req: 371/730] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 06:58:24 2026] DELETE /v2.0/networks/e49b01dd-c995-4bf2-912d-09010de576e3 => generated 0 bytes in 337 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/731] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 06:58:25 2026] GET /v2.0/security-groups?tenant_id=f0c9842f35874241a7719e79727b8808&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: 372/732] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:58:25 2026] DELETE /v2.0/security-groups/25e56bb5-7a54-4560-8df0-b496653bcd62 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 06:58:26.548 7 INFO neutron.services.segments.plugin [-] Segment 89eb4aa4-bc25-43f8-ba54-09b69ec2cf7d resource provider aggregate not found 2026-05-26 06:58:26.554 7 INFO neutron.services.segments.plugin [-] Segment 89eb4aa4-bc25-43f8-ba54-09b69ec2cf7d resource provider aggregate not found 2026-05-26 06:58:26.573 7 INFO neutron.services.segments.plugin [-] Segment 89eb4aa4-bc25-43f8-ba54-09b69ec2cf7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89eb4aa4-bc25-43f8-ba54-09b69ec2cf7d found for delete ", "request_id": "req-539ec0b8-a4b6-4cf7-8bc9-569181e6b5e0"}]} 2026-05-26 06:58:26.583 7 INFO neutron.services.segments.plugin [-] Segment 89eb4aa4-bc25-43f8-ba54-09b69ec2cf7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89eb4aa4-bc25-43f8-ba54-09b69ec2cf7d found for delete ", "request_id": "req-7025eb1c-f4fa-45b2-8ce6-db3300ff0fc4"}]} [pid: 7|app: 0|req: 374/735] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 06:58:27 2026] GET /v2.0/security-groups?tenant_id=c3b219f0aa6048d5ae826ce5baa30f1b&name=default => generated 2925 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 06:58:27.852 8 INFO neutron.db.segments_db [None req-20f12505-06c1-43e3-a9e9-575956721fa8 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Added segment 03112957-d7e8-4512-85d2-3c97b8d40eff of type vxlan for network 8c97f90f-6ffb-4f2b-8a7a-c55868d743a6 [pid: 7|app: 0|req: 375/736] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:58:27 2026] DELETE /v2.0/security-groups/4f6ab201-995f-4a6e-8c1c-72e3b6daafa7 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/737] 10.0.0.244 () {34 vars in 671 bytes} [Tue May 26 06:58:27 2026] POST /v2.0/networks => generated 743 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/738] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 06:58:27 2026] POST /v2.0/subnets => generated 690 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/739] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 06:58:28 2026] GET /v2.0/security-groups?tenant_id=36fb62d2088147f0b2c6fe3321f1da5a&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 06:58:28.285 7 INFO neutron.db.segments_db [None req-367246cf-147c-4abd-8fe3-a6e4f7520b4b abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Added segment 908dfc81-792a-4c20-877b-0c67dd457062 of type vxlan for network 63a01ccb-7424-427e-b70a-901379341622 [pid: 8|app: 0|req: 364/740] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:58:28 2026] DELETE /v2.0/security-groups/8c4638b2-0b35-42f8-bdaa-a90cdaa5c622 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 06:58:28.560 7 INFO neutron.db.l3_hamode_db [None req-367246cf-147c-4abd-8fe3-a6e4f7520b4b abd4f5498a28477dad49606ae062519f a843d995b0fd48c6b738dbec2127c1f6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 365/741] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 06:58:28 2026] GET /v2.0/security-groups?tenant_id=718734ed53f547d09f75cffbbc7e9958&name=default => generated 2925 bytes in 376 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/742] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:58:28 2026] DELETE /v2.0/security-groups/998f8e29-4a53-4d57-b527-53a15caec60b => 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: 367/743] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 06:58:28 2026] GET /v2.0/security-groups?tenant_id=08f24ef034d04282944969c8ed3a3b74&name=default => generated 2925 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/744] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:58:29 2026] DELETE /v2.0/security-groups/422dff90-4c0d-4f3b-ae29-27a1e3f7363c => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 06:58:29.340 7 INFO neutron.db.l3_hamode_db [None req-367246cf-147c-4abd-8fe3-a6e4f7520b4b abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 377/745] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 06:58:28 2026] POST /v2.0/routers => generated 730 bytes in 2533 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/746] 10.0.0.140 () {34 vars in 990 bytes} [Tue May 26 06:58:31 2026] GET /v2.0/ports?device_id=fa67fa8f-a510-47c4-94d6-44bda24b64d6 => generated 1240 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/747] 10.0.0.244 () {34 vars in 783 bytes} [Tue May 26 06:58:30 2026] PUT /v2.0/routers/4376bd03-f14f-416d-bb95-ede727420102/add_router_interface => generated 309 bytes in 1313 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/748] 10.0.0.140 () {34 vars in 1040 bytes} [Tue May 26 06:58:32 2026] GET /v2.0/security-groups?id=be51d9e3-0ba4-4968-b2df-ec1b14960c21&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/749] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 06:58:31 2026] GET /v2.0/security-groups?tenant_id=6e603ea6e8c145c69f1894443e3c0e66&name=default => generated 2925 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/750] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:58:32 2026] DELETE /v2.0/security-groups/5e49731d-985c-40b1-a53f-05a1b15d3580 => 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: 380/751] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 06:58:32 2026] GET /v2.0/security-groups?tenant_id=728a67df07214dd4adfa9992f14a1d35&name=default => generated 2925 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/752] 10.0.0.244 () {34 vars in 685 bytes} [Tue May 26 06:58:32 2026] POST /v2.0/security-groups => generated 1661 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/753] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:58:32 2026] DELETE /v2.0/security-groups/10cdb268-7ebc-4db0-bc49-f943c3e92f95 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/754] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 06:58:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/755] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 06:58:33 2026] GET /v2.0/security-groups?tenant_id=695f6aa37f8d4c5399bf3186fbf10ad5&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: 382/756] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 06:58:33 2026] POST /v2.0/security-group-rules => generated 602 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/757] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:58:33 2026] DELETE /v2.0/security-groups/04164f42-6637-48ad-81bc-3eb893d6332c => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/758] 10.0.0.244 () {34 vars in 676 bytes} [Tue May 26 06:58:33 2026] POST /v2.0/floatingips => generated 552 bytes in 559 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/759] 10.0.0.175 () {34 vars in 1100 bytes} [Tue May 26 06:58:34 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1167423174&fields=id&tenant_id=a843d995b0fd48c6b738dbec2127c1f6 => 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: 384/760] 10.0.0.175 () {34 vars in 982 bytes} [Tue May 26 06:58:34 2026] GET /v2.0/networks?id=8c97f90f-6ffb-4f2b-8a7a-c55868d743a6 => generated 675 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/761] 10.0.0.175 () {34 vars in 965 bytes} [Tue May 26 06:58:34 2026] GET /v2.0/quotas/a843d995b0fd48c6b738dbec2127c1f6 => 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: 386/762] 10.0.0.175 () {34 vars in 1002 bytes} [Tue May 26 06:58:34 2026] GET /v2.0/ports?tenant_id=a843d995b0fd48c6b738dbec2127c1f6&fields=id => generated 103 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/763] 10.0.0.175 () {34 vars in 1008 bytes} [Tue May 26 06:58:34 2026] GET /v2.0/networks/8c97f90f-6ffb-4f2b-8a7a-c55868d743a6?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/764] 10.0.0.244 () {32 vars in 653 bytes} [Tue May 26 06:58:34 2026] GET /v2.0/extensions => generated 21537 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/765] 10.0.0.175 () {34 vars in 1108 bytes} [Tue May 26 06:58:34 2026] GET /v2.0/networks/8c97f90f-6ffb-4f2b-8a7a-c55868d743a6?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: 378/766] 10.0.0.244 () {32 vars in 681 bytes} [Tue May 26 06:58:34 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/767] 10.0.0.244 () {32 vars in 681 bytes} [Tue May 26 06:58:34 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/768] 10.0.0.244 () {32 vars in 729 bytes} [Tue May 26 06:58:34 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/769] 10.0.0.244 () {32 vars in 665 bytes} [Tue May 26 06:58:34 2026] GET /v2.0/extensions/agent => generated 153 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/770] 10.0.0.244 () {32 vars in 699 bytes} [Tue May 26 06:58:34 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/771] 10.0.0.244 () {32 vars in 697 bytes} [Tue May 26 06:58:34 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/772] 10.0.0.244 () {32 vars in 701 bytes} [Tue May 26 06:58:34 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/773] 10.0.0.244 () {32 vars in 689 bytes} [Tue May 26 06:58:34 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/774] 10.0.0.244 () {32 vars in 703 bytes} [Tue May 26 06:58:34 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/775] 10.0.0.244 () {32 vars in 693 bytes} [Tue May 26 06:58:34 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/776] 10.0.0.244 () {32 vars in 695 bytes} [Tue May 26 06:58:34 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/777] 10.0.0.244 () {32 vars in 685 bytes} [Tue May 26 06:58:34 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: 384/778] 10.0.0.244 () {32 vars in 687 bytes} [Tue May 26 06:58:34 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/779] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:34 2026] GET /v2.0/ports?device_id=0b7edd49-76ea-4c5e-9abe-b486a2cc3c70 => 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: 385/780] 10.0.0.244 () {32 vars in 661 bytes} [Tue May 26 06:58:34 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/781] 10.0.0.244 () {32 vars in 699 bytes} [Tue May 26 06:58:34 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/782] 10.0.0.244 () {32 vars in 679 bytes} [Tue May 26 06:58:34 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/783] 10.0.0.244 () {32 vars in 683 bytes} [Tue May 26 06:58:34 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/784] 10.0.0.244 () {32 vars in 675 bytes} [Tue May 26 06:58:34 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/785] 10.0.0.244 () {32 vars in 689 bytes} [Tue May 26 06:58:34 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/786] 10.0.0.244 () {32 vars in 723 bytes} [Tue May 26 06:58: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: 7|app: 0|req: 399/787] 10.0.0.244 () {32 vars in 687 bytes} [Tue May 26 06:58:34 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/788] 10.0.0.244 () {32 vars in 669 bytes} [Tue May 26 06:58:34 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/789] 10.0.0.244 () {32 vars in 687 bytes} [Tue May 26 06:58:34 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/790] 10.0.0.244 () {32 vars in 681 bytes} [Tue May 26 06:58:34 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/791] 10.0.0.244 () {32 vars in 699 bytes} [Tue May 26 06:58:34 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/792] 10.0.0.244 () {32 vars in 679 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/793] 10.0.0.244 () {32 vars in 667 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/router => generated 256 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/794] 10.0.0.244 () {32 vars in 677 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/795] 10.0.0.244 () {32 vars in 665 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/l3-ha => 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: 393/796] 10.0.0.244 () {32 vars in 675 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/797] 10.0.0.244 () {32 vars in 713 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/798] 10.0.0.244 () {32 vars in 691 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/799] 10.0.0.244 () {32 vars in 683 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/800] 10.0.0.244 () {32 vars in 669 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/801] 10.0.0.244 () {32 vars in 687 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/802] 10.0.0.244 () {32 vars in 705 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/803] 10.0.0.244 () {32 vars in 675 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/804] 10.0.0.244 () {32 vars in 701 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/805] 10.0.0.244 () {32 vars in 675 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/806] 10.0.0.244 () {32 vars in 693 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/807] 10.0.0.244 () {32 vars in 689 bytes} [Tue May 26 06:58: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: 399/808] 10.0.0.244 () {32 vars in 709 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/809] 10.0.0.244 () {32 vars in 705 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/810] 10.0.0.244 () {32 vars in 719 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/811] 10.0.0.244 () {32 vars in 697 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/812] 10.0.0.244 () {32 vars in 711 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/813] 10.0.0.244 () {32 vars in 669 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/binding => generated 193 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/814] 10.0.0.244 () {32 vars in 687 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/815] 10.0.0.244 () {32 vars in 681 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/816] 10.0.0.244 () {32 vars in 675 bytes} [Tue May 26 06:58:35 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: 7|app: 0|req: 414/817] 10.0.0.244 () {32 vars in 671 bytes} [Tue May 26 06:58: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: 404/818] 10.0.0.244 () {32 vars in 661 bytes} [Tue May 26 06:58:35 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: 415/819] 10.0.0.244 () {32 vars in 699 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/820] 10.0.0.244 () {32 vars in 699 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/821] 10.0.0.244 () {32 vars in 677 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/822] 10.0.0.244 () {32 vars in 669 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/823] 10.0.0.244 () {32 vars in 683 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/824] 10.0.0.244 () {32 vars in 701 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/825] 10.0.0.244 () {32 vars in 685 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/826] 10.0.0.244 () {32 vars in 707 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/827] 10.0.0.244 () {32 vars in 669 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/828] 10.0.0.244 () {32 vars in 697 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/829] 10.0.0.244 () {32 vars in 695 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/830] 10.0.0.244 () {32 vars in 685 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/831] 10.0.0.244 () {32 vars in 689 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/832] 10.0.0.244 () {32 vars in 705 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/833] 10.0.0.244 () {32 vars in 667 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/834] 10.0.0.244 () {32 vars in 681 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/835] 10.0.0.244 () {32 vars in 681 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/rbac-policies => 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: 413/836] 10.0.0.244 () {32 vars in 691 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/837] 10.0.0.244 () {32 vars in 691 bytes} [Tue May 26 06:58: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: 414/838] 10.0.0.244 () {32 vars in 695 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/839] 10.0.0.244 () {32 vars in 685 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/840] 10.0.0.244 () {32 vars in 689 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/841] 10.0.0.244 () {32 vars in 701 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/842] 10.0.0.244 () {32 vars in 703 bytes} [Tue May 26 06:58: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: 7|app: 0|req: 427/843] 10.0.0.244 () {32 vars in 713 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/844] 10.0.0.244 () {32 vars in 717 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/845] 10.0.0.244 () {32 vars in 715 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/846] 10.0.0.244 () {32 vars in 727 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/847] 10.0.0.244 () {32 vars in 741 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/848] 10.0.0.244 () {32 vars in 719 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/849] 10.0.0.244 () {32 vars in 683 bytes} [Tue May 26 06:58:35 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: 420/850] 10.0.0.244 () {32 vars in 669 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/segment => generated 145 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/851] 10.0.0.244 () {32 vars in 719 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/852] 10.0.0.244 () {32 vars in 679 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/853] 10.0.0.244 () {32 vars in 669 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/854] 10.0.0.244 () {32 vars in 697 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/855] 10.0.0.244 () {32 vars in 705 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/856] 10.0.0.244 () {32 vars in 701 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/857] 10.0.0.244 () {32 vars in 701 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/858] 10.0.0.244 () {32 vars in 683 bytes} [Tue May 26 06:58: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: 7|app: 0|req: 435/859] 10.0.0.244 () {32 vars in 705 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/860] 10.0.0.244 () {32 vars in 695 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/861] 10.0.0.244 () {32 vars in 689 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/862] 10.0.0.244 () {32 vars in 697 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/863] 10.0.0.244 () {32 vars in 679 bytes} [Tue May 26 06:58: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: 427/864] 10.0.0.244 () {32 vars in 689 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/865] 10.0.0.244 () {32 vars in 701 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/866] 10.0.0.244 () {32 vars in 665 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/867] 10.0.0.244 () {32 vars in 681 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/868] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/ports?device_id=0b7edd49-76ea-4c5e-9abe-b486a2cc3c70 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/869] 10.0.0.244 () {32 vars in 677 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/870] 10.0.0.244 () {32 vars in 693 bytes} [Tue May 26 06:58:35 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/871] 10.0.0.244 () {32 vars in 677 bytes} [Tue May 26 06:58:36 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/872] 10.0.0.244 () {32 vars in 667 bytes} [Tue May 26 06:58:36 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/873] 10.0.0.244 () {32 vars in 663 bytes} [Tue May 26 06:58:36 2026] GET /v2.0/extensions/taas => generated 175 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/874] 10.0.0.244 () {32 vars in 675 bytes} [Tue May 26 06:58: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: 7|app: 0|req: 444/875] 10.0.0.244 () {32 vars in 687 bytes} [Tue May 26 06:58:36 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/876] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 06:58:36 2026] GET /v2.0/security-groups?tenant_id=c4a20092de3c4876822d544a2dbc8173&name=default => generated 2925 bytes in 361 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/877] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:37 2026] GET /v2.0/ports?device_id=0b7edd49-76ea-4c5e-9abe-b486a2cc3c70 => 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: 445/878] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:58:37 2026] DELETE /v2.0/security-groups/a8588d8e-597c-4de9-84ca-e4ee41d452fe => 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: 446/879] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:38 2026] GET /v2.0/ports?device_id=0b7edd49-76ea-4c5e-9abe-b486a2cc3c70 => 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: 434/880] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 06:58:38 2026] GET /v2.0/security-groups?tenant_id=11f9282d574b4b2e898deb2ca7179064&name=default => generated 2925 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/881] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:58:38 2026] DELETE /v2.0/security-groups/ad15a3f9-1a11-427d-8663-b7dadcd22c1a => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/882] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 06:58:39 2026] GET /v2.0/networks?id=8c97f90f-6ffb-4f2b-8a7a-c55868d743a6 => generated 675 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/883] 199.204.45.250 () {34 vars in 1050 bytes} [Tue May 26 06:58:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a843d995b0fd48c6b738dbec2127c1f6 => generated 181 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:58:39.488 7 INFO neutron.db.segments_db [None req-f48e7e08-dff1-47cd-8534-ec003dc76de8 06d9e3a334f44cd0a8f6a5df797b6212 ef48dff3d1f141529d65f6c9d634e051 - - default default] Added segment a47d2479-b857-4e98-8682-1cde02acfac6 of type vxlan for network a8aec861-dc9f-4f71-8eeb-18616d6b8ce9 [pid: 7|app: 0|req: 448/884] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 06:58:39 2026] POST /v2.0/networks => generated 650 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/885] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:39 2026] GET /v2.0/ports?device_id=0b7edd49-76ea-4c5e-9abe-b486a2cc3c70 => generated 957 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/886] 199.204.45.250 () {38 vars in 955 bytes} [Tue May 26 06:58:39 2026] POST /v2.0/ports => generated 954 bytes in 405 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: 450/887] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 06:58:39 2026] POST /v2.0/subnets => generated 627 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/888] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:39 2026] GET /v2.0/security-groups?id=e8a86ed1-cc69-4522-a65c-fba3183deeb0&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:58:39.972 7 INFO neutron.db.segments_db [None req-52bc9ea7-ce73-426d-aa12-57e2d2cf4689 06d9e3a334f44cd0a8f6a5df797b6212 ef48dff3d1f141529d65f6c9d634e051 - - default default] Added segment cd34dc43-b05b-4467-9aea-e79561db1b4b of type vxlan for network cdc5781c-dd73-4c12-b011-c8f1e5d75c1e [pid: 8|app: 0|req: 438/889] 199.204.45.250 () {38 vars in 1028 bytes} [Tue May 26 06:58:39 2026] PUT /v2.0/ports/a350b9a6-ccf0-4e93-af8d-1b057af93942 => generated 1235 bytes in 471 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 06:58:40.197 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c00298b6-c046-415d-9929-bfa633c5220f'] response: {'name': 'network-changed', 'server_uuid': '0b7edd49-76ea-4c5e-9abe-b486a2cc3c70', 'tag': 'a350b9a6-ccf0-4e93-af8d-1b057af93942', 'status': 'completed', 'code': 200} 2026-05-26 06:58:40.376 7 INFO neutron.db.l3_hamode_db [None req-52bc9ea7-ce73-426d-aa12-57e2d2cf4689 06d9e3a334f44cd0a8f6a5df797b6212 ef48dff3d1f141529d65f6c9d634e051 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 439/890] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 06:58:40 2026] GET /v2.0/ports?tenant_id=a843d995b0fd48c6b738dbec2127c1f6&device_id=0b7edd49-76ea-4c5e-9abe-b486a2cc3c70 => generated 1238 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/891] 199.204.45.250 () {34 vars in 1018 bytes} [Tue May 26 06:58:40 2026] GET /v2.0/networks?tenant_id=a843d995b0fd48c6b738dbec2127c1f6&shared=False => generated 771 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/892] 199.204.45.250 () {34 vars in 930 bytes} [Tue May 26 06:58:40 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/893] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 06:58:40 2026] GET /v2.0/security-groups?tenant_id=986163a6bd4f4005b0e8d3019e06b302&name=default => generated 2925 bytes in 470 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/894] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:41 2026] GET /v2.0/ports?device_id=0b7edd49-76ea-4c5e-9abe-b486a2cc3c70 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:58:41.487 7 INFO neutron.db.l3_hamode_db [None req-52bc9ea7-ce73-426d-aa12-57e2d2cf4689 06d9e3a334f44cd0a8f6a5df797b6212 ef48dff3d1f141529d65f6c9d634e051 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 444/895] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:58:41 2026] DELETE /v2.0/security-groups/b1c64a10-f50c-4f97-bca4-a74905143c91 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/896] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:41 2026] GET /v2.0/security-groups?id=e8a86ed1-cc69-4522-a65c-fba3183deeb0&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: 448/899] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 06:58:41 2026] GET /v2.0/ports?tenant_id=a843d995b0fd48c6b738dbec2127c1f6&device_id=0b7edd49-76ea-4c5e-9abe-b486a2cc3c70 => generated 1238 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/900] 199.204.45.250 () {34 vars in 1058 bytes} [Tue May 26 06:58:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=a350b9a6-ccf0-4e93-af8d-1b057af93942 => 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: 450/901] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 06:58:42 2026] GET /v2.0/subnets?id=78b97891-8a37-4f14-9bc4-19ed1206d9d5 => generated 693 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/902] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 06:58:42 2026] GET /v2.0/ports?network_id=8c97f90f-6ffb-4f2b-8a7a-c55868d743a6&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: 452/903] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 06:58:42 2026] GET /v2.0/networks/8c97f90f-6ffb-4f2b-8a7a-c55868d743a6?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: 453/904] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:42 2026] GET /v2.0/ports?device_id=fa67fa8f-a510-47c4-94d6-44bda24b64d6 => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/905] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 06:58:42 2026] GET /v2.0/networks/8c97f90f-6ffb-4f2b-8a7a-c55868d743a6?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: 455/906] 10.0.0.175 () {34 vars in 971 bytes} [Tue May 26 06:58:42 2026] GET /v2.0/ports/b4632c89-ccfb-4b40-92fb-74ea3ec98c5b => generated 968 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/907] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 06:58:39 2026] POST /v2.0/routers => generated 694 bytes in 2531 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/908] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:42 2026] GET /v2.0/ports?device_id=0b7edd49-76ea-4c5e-9abe-b486a2cc3c70 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/909] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:42 2026] GET /v2.0/security-groups?id=e8a86ed1-cc69-4522-a65c-fba3183deeb0&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: 455/910] 199.204.45.250 () {34 vars in 1000 bytes} [Tue May 26 06:58:42 2026] GET /v2.0/subnets?network_id=66e68a5f-15f6-4e8f-b8b9-1c192615a1af => generated 683 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/911] 199.204.45.250 () {34 vars in 1146 bytes} [Tue May 26 06:58:42 2026] GET /v2.0/ports?device_id=fa67fa8f-a510-47c4-94d6-44bda24b64d6&device_owner=compute%3Anova&network_id=66e68a5f-15f6-4e8f-b8b9-1c192615a1af => generated 971 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/912] 199.204.45.250 () {38 vars in 1028 bytes} [Tue May 26 06:58:43 2026] PUT /v2.0/ports/b4632c89-ccfb-4b40-92fb-74ea3ec98c5b => generated 1149 bytes in 492 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 06:58:43.663 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3af09c2e-f435-48c2-b73d-fafe47ff1924'] response: {'name': 'network-changed', 'server_uuid': 'fa67fa8f-a510-47c4-94d6-44bda24b64d6', 'tag': 'b4632c89-ccfb-4b40-92fb-74ea3ec98c5b', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 06:58:43.970 7 INFO neutron.db.segments_db [None req-c0700314-e123-4c09-a8aa-59a421aada01 f0a2a433c5e744549c3c83b01ecd2642 7890831fc47543c5873247e249145809 - - default default] Added segment fd07df95-c94e-40d9-90aa-52046c0c1d92 of type vxlan for network 09122e55-53a8-4b9c-be91-384576111dd8 [pid: 8|app: 0|req: 456/913] 10.0.0.244 () {34 vars in 783 bytes} [Tue May 26 06:58:42 2026] PUT /v2.0/routers/fbdca2d3-0561-4360-a55a-786d26023688/add_router_interface => generated 309 bytes in 1505 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/914] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:43 2026] GET /v2.0/ports?device_id=0b7edd49-76ea-4c5e-9abe-b486a2cc3c70 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:58:44.053 7 INFO neutron.db.segments_db [None req-c0700314-e123-4c09-a8aa-59a421aada01 f0a2a433c5e744549c3c83b01ecd2642 7890831fc47543c5873247e249145809 - - default default] Added segment 3aa9c4d2-2d35-45f5-9f59-7cf928583253 of type vxlan for network cd9e870a-807a-4694-ab4f-b678c9c3c4c5 [pid: 7|app: 0|req: 458/915] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 06:58:43 2026] POST /v2.0/networks => generated 1245 bytes in 571 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/916] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:44 2026] GET /v2.0/security-groups?id=e8a86ed1-cc69-4522-a65c-fba3183deeb0&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/917] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 06:58:44 2026] GET /v2.0/ports?tenant_id=93bd8e112ca747a49ecda07d3b596358&device_id=fa67fa8f-a510-47c4-94d6-44bda24b64d6 => generated 1421 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/918] 10.0.0.244 () {32 vars in 649 bytes} [Tue May 26 06:58:44 2026] GET /v2.0/networks => generated 1844 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/919] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 06:58:44 2026] GET /v2.0/networks?id=66e68a5f-15f6-4e8f-b8b9-1c192615a1af => generated 779 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/920] 10.0.0.244 () {34 vars in 665 bytes} [Tue May 26 06:58:44 2026] POST /v2.0/ports => generated 959 bytes in 438 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: 459/921] 199.204.45.250 () {34 vars in 1060 bytes} [Tue May 26 06:58:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=b4632c89-ccfb-4b40-92fb-74ea3ec98c5b => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 06:58:44.493 7 INFO neutron.services.segments.plugin [-] Segment fd07df95-c94e-40d9-90aa-52046c0c1d92 resource provider aggregate not found 2026-05-26 06:58:44.501 7 INFO neutron.services.segments.plugin [-] Segment fd07df95-c94e-40d9-90aa-52046c0c1d92 resource provider aggregate not found 2026-05-26 06:58:44.517 7 INFO neutron.services.segments.plugin [-] Segment fd07df95-c94e-40d9-90aa-52046c0c1d92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd07df95-c94e-40d9-90aa-52046c0c1d92 found for delete ", "request_id": "req-0beb6794-3efc-4a52-a9b8-f8b679e61f29"}]} 2026-05-26 06:58:44.519 7 INFO neutron.services.segments.plugin [-] Segment fd07df95-c94e-40d9-90aa-52046c0c1d92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd07df95-c94e-40d9-90aa-52046c0c1d92 found for delete ", "request_id": "req-7393ae9b-9456-4767-9924-787f3e8a098d"}]} [pid: 7|app: 0|req: 463/922] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 06:58:44 2026] DELETE /v2.0/networks/09122e55-53a8-4b9c-be91-384576111dd8 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/923] 199.204.45.250 () {34 vars in 1058 bytes} [Tue May 26 06:58:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=b4632c89-ccfb-4b40-92fb-74ea3ec98c5b => generated 860 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/924] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 06:58:44 2026] DELETE /v2.0/networks/cd9e870a-807a-4694-ab4f-b678c9c3c4c5 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/925] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 06:58:44 2026] GET /v2.0/subnets?id=e8edf6a5-c4b5-42f0-9b8b-5ccfc7b2e70b => generated 701 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/926] 10.0.0.244 () {32 vars in 649 bytes} [Tue May 26 06:58:44 2026] GET /v2.0/networks => generated 651 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/927] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 06:58:44 2026] GET /v2.0/ports?network_id=66e68a5f-15f6-4e8f-b8b9-1c192615a1af&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: 460/928] 10.0.0.244 () {34 vars in 665 bytes} [Tue May 26 06:58:44 2026] POST /v2.0/ports => generated 955 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 06:58:44.929 7 INFO neutron.db.segments_db [None req-75782b2a-b094-429f-b5d1-0790d7393a62 f0a2a433c5e744549c3c83b01ecd2642 7890831fc47543c5873247e249145809 - - default default] Added segment 861c26ba-a01c-4cd7-b2af-bb9e604ff641 of type vxlan for network 943536b5-a5ae-47bb-acd1-570b15f757ec [pid: 8|app: 0|req: 461/929] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 06:58:44 2026] GET /v2.0/networks/66e68a5f-15f6-4e8f-b8b9-1c192615a1af?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/930] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 06:58:44 2026] POST /v2.0/networks => generated 649 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/931] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 06:58:45 2026] GET /v2.0/networks/66e68a5f-15f6-4e8f-b8b9-1c192615a1af?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) 2026-05-26 06:58:45.167 7 INFO neutron.db.segments_db [None req-8299a39e-7d5a-424f-aa65-f228c32ab02a f0a2a433c5e744549c3c83b01ecd2642 7890831fc47543c5873247e249145809 - - default default] Added segment 370399de-18bf-479b-b6e1-1b0c0e1d0618 of type vxlan for network 0a15f0d9-ec4c-4c05-8cf8-74f94ddb374e [pid: 7|app: 0|req: 471/932] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 06:58:45 2026] POST /v2.0/networks => generated 649 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/933] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:45 2026] GET /v2.0/ports?device_id=0b7edd49-76ea-4c5e-9abe-b486a2cc3c70 => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:58:45.840 8 INFO neutron.db.l3_db [None req-39678edc-ec90-4d02-b915-f60b883450df 06d9e3a334f44cd0a8f6a5df797b6212 ef48dff3d1f141529d65f6c9d634e051 - - default default] Floating IP e2fadc75-b23b-4f82-84e8-3091e485975b associated. External IP: 10.96.250.203, port: 5befe4a0-5723-4af4-8399-28ab2c1eddd9. [pid: 7|app: 0|req: 473/934] 10.0.0.244 () {34 vars in 665 bytes} [Tue May 26 06:58:45 2026] POST /v2.0/ports => generated 1506 bytes in 726 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: 474/935] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:46 2026] GET /v2.0/security-groups?id=e8a86ed1-cc69-4522-a65c-fba3183deeb0&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: 462/936] 10.0.0.244 () {34 vars in 677 bytes} [Tue May 26 06:58:44 2026] POST /v2.0/floatingips => generated 842 bytes in 1198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/937] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:46 2026] GET /v2.0/ports?device_id=fa67fa8f-a510-47c4-94d6-44bda24b64d6 => generated 1152 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/938] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 06:58:46 2026] GET /v2.0/ports?tenant_id=93bd8e112ca747a49ecda07d3b596358&device_id=fa67fa8f-a510-47c4-94d6-44bda24b64d6 => generated 1421 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/939] 10.0.0.244 () {32 vars in 643 bytes} [Tue May 26 06:58:46 2026] GET /v2.0/ports => generated 1506 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/940] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:46 2026] GET /v2.0/security-groups?id=be51d9e3-0ba4-4968-b2df-ec1b14960c21&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/941] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 06:58:46 2026] GET /v2.0/networks?id=66e68a5f-15f6-4e8f-b8b9-1c192615a1af => generated 779 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:58:46.324 8 INFO neutron.db.l3_db [None req-c4e38a6d-5d00-40f4-acf3-a6599305b64c 06d9e3a334f44cd0a8f6a5df797b6212 ef48dff3d1f141529d65f6c9d634e051 - - default default] Floating IP e2fadc75-b23b-4f82-84e8-3091e485975b disassociated. External IP: 10.96.250.203, port: 5befe4a0-5723-4af4-8399-28ab2c1eddd9. 2026-05-26 06:58:46.441 7 INFO neutron_taas.services.taas.taas_plugin [None req-d360a6ab-ce93-4900-9b47-2cef3fedb2e0 f0a2a433c5e744549c3c83b01ecd2642 7890831fc47543c5873247e249145809 - - default default] TaaS: Handle Delete Port: af304e3f-311b-4413-bde5-50fb5d8168c3 2026-05-26 06:58:46.446 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d360a6ab-ce93-4900-9b47-2cef3fedb2e0 f0a2a433c5e744549c3c83b01ecd2642 7890831fc47543c5873247e249145809 - - default default] Tap Mirror: Handle Delete Port: af304e3f-311b-4413-bde5-50fb5d8168c3 2026-05-26 06:58:46.542 7 INFO neutron.services.segments.plugin [-] Segment 3aa9c4d2-2d35-45f5-9f59-7cf928583253 resource provider aggregate not found 2026-05-26 06:58:46.549 7 INFO neutron.services.segments.plugin [-] Segment 3aa9c4d2-2d35-45f5-9f59-7cf928583253 resource provider aggregate not found 2026-05-26 06:58:46.570 7 INFO neutron.services.segments.plugin [-] Segment 3aa9c4d2-2d35-45f5-9f59-7cf928583253 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3aa9c4d2-2d35-45f5-9f59-7cf928583253 found for delete ", "request_id": "req-5dc66a3a-d239-426d-adcd-c15be0270a7a"}]} 2026-05-26 06:58:46.572 7 INFO neutron.services.segments.plugin [-] Segment 3aa9c4d2-2d35-45f5-9f59-7cf928583253 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3aa9c4d2-2d35-45f5-9f59-7cf928583253 found for delete ", "request_id": "req-e4fc70a7-578b-4f4e-a609-a939ac27bbce"}]} [pid: 7|app: 0|req: 479/942] 10.0.0.244 () {32 vars in 720 bytes} [Tue May 26 06:58:46 2026] DELETE /v2.0/ports/af304e3f-311b-4413-bde5-50fb5d8168c3 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/943] 199.204.45.250 () {34 vars in 1060 bytes} [Tue May 26 06:58:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=b4632c89-ccfb-4b40-92fb-74ea3ec98c5b => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 06:58:46.707 7 INFO neutron_taas.services.taas.taas_plugin [None req-320f002c-8c7c-4dfb-9629-232c709f7ad4 f0a2a433c5e744549c3c83b01ecd2642 7890831fc47543c5873247e249145809 - - default default] TaaS: Handle Delete Port: 5a2ab106-a012-49a5-960f-91f7d93af64d [pid: 8|app: 0|req: 464/944] 10.0.0.244 () {34 vars in 749 bytes} [Tue May 26 06:58:46 2026] PUT /v2.0/floatingips/e2fadc75-b23b-4f82-84e8-3091e485975b => generated 552 bytes in 506 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:58:46.712 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-320f002c-8c7c-4dfb-9629-232c709f7ad4 f0a2a433c5e744549c3c83b01ecd2642 7890831fc47543c5873247e249145809 - - default default] Tap Mirror: Handle Delete Port: 5a2ab106-a012-49a5-960f-91f7d93af64d [pid: 8|app: 0|req: 465/945] 199.204.45.250 () {34 vars in 1058 bytes} [Tue May 26 06:58:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=b4632c89-ccfb-4b40-92fb-74ea3ec98c5b => generated 860 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/946] 10.0.0.244 () {32 vars in 720 bytes} [Tue May 26 06:58:46 2026] DELETE /v2.0/ports/5a2ab106-a012-49a5-960f-91f7d93af64d => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/947] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 06:58:46 2026] GET /v2.0/subnets?id=e8edf6a5-c4b5-42f0-9b8b-5ccfc7b2e70b => generated 701 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:58:46.869 8 INFO neutron_taas.services.taas.taas_plugin [None req-2b77a269-8cb9-4b09-a8ca-2b01060fdefa 06d9e3a334f44cd0a8f6a5df797b6212 ef48dff3d1f141529d65f6c9d634e051 - - default default] TaaS: Handle Delete Port: f4f77caf-93f3-449a-a378-2aa2673c437b [pid: 7|app: 0|req: 483/948] 10.0.0.244 () {32 vars in 643 bytes} [Tue May 26 06:58:46 2026] GET /v2.0/ports => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 06:58:46.872 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b77a269-8cb9-4b09-a8ca-2b01060fdefa 06d9e3a334f44cd0a8f6a5df797b6212 ef48dff3d1f141529d65f6c9d634e051 - - default default] Tap Mirror: Handle Delete Port: f4f77caf-93f3-449a-a378-2aa2673c437b [pid: 7|app: 0|req: 484/949] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 06:58:46 2026] GET /v2.0/ports?network_id=66e68a5f-15f6-4e8f-b8b9-1c192615a1af&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 06:58:47.004 7 INFO neutron.db.segments_db [None req-38d72c7e-33ed-463b-9d81-6cee8a8932c4 f0a2a433c5e744549c3c83b01ecd2642 7890831fc47543c5873247e249145809 - - default default] Added segment 4619a974-afb6-4b8d-953a-9d706828250c of type vxlan for network d188db0e-c5d4-4d09-8c92-9f5133d4e415 [pid: 8|app: 0|req: 466/950] 10.0.0.244 () {32 vars in 732 bytes} [Tue May 26 06:58:46 2026] DELETE /v2.0/floatingips/e2fadc75-b23b-4f82-84e8-3091e485975b => generated 0 bytes in 342 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/951] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 06:58:46 2026] POST /v2.0/networks => generated 650 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/952] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 06:58:47 2026] GET /v2.0/networks/66e68a5f-15f6-4e8f-b8b9-1c192615a1af?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 06:58:47.209 8 INFO neutron.db.segments_db [None req-8b3b41a4-9586-428c-aff6-6d55efda1f32 f0a2a433c5e744549c3c83b01ecd2642 7890831fc47543c5873247e249145809 - - default default] Added segment 932a16ae-6622-4b12-abec-13542dc3f0e5 of type vxlan for network 3f0de921-61d6-412b-acfe-827d0b0919f2 [pid: 8|app: 0|req: 468/953] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 06:58:47 2026] POST /v2.0/networks => generated 650 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/954] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 06:58:47 2026] GET /v2.0/networks/66e68a5f-15f6-4e8f-b8b9-1c192615a1af?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/955] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:47 2026] GET /v2.0/ports?device_id=0b7edd49-76ea-4c5e-9abe-b486a2cc3c70 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:58:47.978 7 INFO neutron.db.l3_db [None req-aba9f41f-1f0e-4cc8-8a14-69387ce06106 06d9e3a334f44cd0a8f6a5df797b6212 ef48dff3d1f141529d65f6c9d634e051 - - default default] Floating IP 37edaf96-588a-4287-9c1a-cca750ced958 associated. External IP: 10.96.250.216, port: 6f8aba45-120c-4bbd-8e16-09f8b4431092. [pid: 8|app: 0|req: 471/956] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 06:58:47 2026] POST /v2.0/subnets => generated 1273 bytes in 854 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/957] 10.0.0.244 () {34 vars in 677 bytes} [Tue May 26 06:58:47 2026] POST /v2.0/floatingips => generated 843 bytes in 1219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/958] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:48 2026] GET /v2.0/security-groups?id=e8a86ed1-cc69-4522-a65c-fba3183deeb0&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: 473/959] 10.0.0.244 () {32 vars in 647 bytes} [Tue May 26 06:58:48 2026] GET /v2.0/subnets => generated 1909 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/960] 10.0.0.244 () {32 vars in 729 bytes} [Tue May 26 06:58:48 2026] GET /v2.0/floatingips/37edaf96-588a-4287-9c1a-cca750ced958 => generated 843 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/961] 199.204.45.250 () {34 vars in 1120 bytes} [Tue May 26 06:58:48 2026] GET /v2.0/ports?device_id=fa67fa8f-a510-47c4-94d6-44bda24b64d6&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.11 => 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: 475/962] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:48 2026] GET /v2.0/ports?device_id=0b7edd49-76ea-4c5e-9abe-b486a2cc3c70 => 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: 476/963] 10.0.0.244 () {32 vars in 655 bytes} [Tue May 26 06:58:48 2026] GET /v2.0/floatingips => generated 846 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/964] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:58:48 2026] DELETE /v2.0/subnets/33e7ccea-97aa-4b95-8f2a-0f7c406b1f29 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 06:58:49.011 7 INFO neutron.db.l3_db [None req-cc9235f8-9f63-45da-9499-52fc0cc3a08f bc26749058494d52a628fdee4fd18b3d a843d995b0fd48c6b738dbec2127c1f6 - - default default] Floating IP ce9c0dbd-1821-4093-a037-69798d763e6e associated. External IP: 10.96.250.218, port: a350b9a6-ccf0-4e93-af8d-1b057af93942. [pid: 8|app: 0|req: 477/965] 199.204.45.250 () {38 vars in 1028 bytes} [Tue May 26 06:58:48 2026] PUT /v2.0/ports/b4632c89-ccfb-4b40-92fb-74ea3ec98c5b => generated 968 bytes in 521 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 06:58:49.160 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b8f32221-980c-46ad-825a-ca52e8aaf549'] response: {'name': 'network-changed', 'server_uuid': 'fa67fa8f-a510-47c4-94d6-44bda24b64d6', 'tag': 'b4632c89-ccfb-4b40-92fb-74ea3ec98c5b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 489/966] 10.0.0.244 () {34 vars in 749 bytes} [Tue May 26 06:58:48 2026] PUT /v2.0/floatingips/ce9c0dbd-1821-4093-a037-69798d763e6e => generated 855 bytes in 743 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:58:49.449 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ba75d0fa-6740-47a3-af30-b12acc645f5b'] response: {'name': 'network-changed', 'server_uuid': '0b7edd49-76ea-4c5e-9abe-b486a2cc3c70', 'tag': 'a350b9a6-ccf0-4e93-af8d-1b057af93942', 'status': 'completed', 'code': 200} 2026-05-26 06:58:49.520 8 INFO neutron.db.l3_db [None req-1592b63c-01ee-4169-981b-a218198ebf10 06d9e3a334f44cd0a8f6a5df797b6212 ef48dff3d1f141529d65f6c9d634e051 - - default default] Floating IP 37edaf96-588a-4287-9c1a-cca750ced958 associated. External IP: 10.96.250.216, port: 6f8aba45-120c-4bbd-8e16-09f8b4431092. [pid: 7|app: 0|req: 490/967] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:58:49 2026] DELETE /v2.0/subnets/bce9372a-8fe3-45d9-8fff-611afe3f2697 => 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: 491/968] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:49 2026] GET /v2.0/ports?device_id=0b7edd49-76ea-4c5e-9abe-b486a2cc3c70 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/969] 10.0.0.244 () {32 vars in 647 bytes} [Tue May 26 06:58:49 2026] GET /v2.0/subnets => generated 649 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/970] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:49 2026] GET /v2.0/security-groups?id=e8a86ed1-cc69-4522-a65c-fba3183deeb0&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:58:49.800 7 INFO neutron.services.segments.plugin [-] Segment 932a16ae-6622-4b12-abec-13542dc3f0e5 resource provider aggregate not found 2026-05-26 06:58:49.805 7 INFO neutron.services.segments.plugin [-] Segment 932a16ae-6622-4b12-abec-13542dc3f0e5 resource provider aggregate not found 2026-05-26 06:58:49.826 7 INFO neutron.services.segments.plugin [-] Segment 932a16ae-6622-4b12-abec-13542dc3f0e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 932a16ae-6622-4b12-abec-13542dc3f0e5 found for delete ", "request_id": "req-23cc8932-598e-46fd-b603-46b91dcdb341"}]} 2026-05-26 06:58:49.829 7 INFO neutron.services.segments.plugin [-] Segment 932a16ae-6622-4b12-abec-13542dc3f0e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 932a16ae-6622-4b12-abec-13542dc3f0e5 found for delete ", "request_id": "req-d417e820-7c16-482f-a34c-5467eaeef0a7"}]} [pid: 7|app: 0|req: 494/971] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 06:58:49 2026] DELETE /v2.0/networks/3f0de921-61d6-412b-acfe-827d0b0919f2 => 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: 495/972] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 06:58:49 2026] GET /v2.0/ports?tenant_id=93bd8e112ca747a49ecda07d3b596358&device_id=fa67fa8f-a510-47c4-94d6-44bda24b64d6 => generated 1240 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/973] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 06:58:49 2026] DELETE /v2.0/networks/d188db0e-c5d4-4d09-8c92-9f5133d4e415 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/974] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 06:58:50 2026] GET /v2.0/networks?id=66e68a5f-15f6-4e8f-b8b9-1c192615a1af => generated 779 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/975] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 06:58:50 2026] GET /v2.0/ports?tenant_id=a843d995b0fd48c6b738dbec2127c1f6&device_id=0b7edd49-76ea-4c5e-9abe-b486a2cc3c70 => generated 1240 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/976] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:50 2026] GET /v2.0/ports?device_id=0b7edd49-76ea-4c5e-9abe-b486a2cc3c70 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/977] 10.0.0.244 () {34 vars in 749 bytes} [Tue May 26 06:58:49 2026] PUT /v2.0/floatingips/37edaf96-588a-4287-9c1a-cca750ced958 => generated 842 bytes in 1150 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/978] 199.204.45.250 () {34 vars in 1058 bytes} [Tue May 26 06:58:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=b4632c89-ccfb-4b40-92fb-74ea3ec98c5b => generated 860 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/979] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 06:58:50 2026] GET /v2.0/networks?id=8c97f90f-6ffb-4f2b-8a7a-c55868d743a6 => generated 771 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/980] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 06:58:50 2026] DELETE /v2.0/networks/0a15f0d9-ec4c-4c05-8cf8-74f94ddb374e => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/981] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:50 2026] GET /v2.0/security-groups?id=e8a86ed1-cc69-4522-a65c-fba3183deeb0&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/982] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 06:58:50 2026] GET /v2.0/subnets?id=e8edf6a5-c4b5-42f0-9b8b-5ccfc7b2e70b => generated 701 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:58:50.508 7 INFO neutron.db.l3_db [None req-32cf801d-b235-4977-813f-862bd46961ce 06d9e3a334f44cd0a8f6a5df797b6212 ef48dff3d1f141529d65f6c9d634e051 - - default default] Floating IP 37edaf96-588a-4287-9c1a-cca750ced958 disassociated. External IP: 10.96.250.216, port: 5befe4a0-5723-4af4-8399-28ab2c1eddd9. 2026-05-26 06:58:50.583 8 INFO neutron.services.segments.plugin [-] Segment 861c26ba-a01c-4cd7-b2af-bb9e604ff641 resource provider aggregate not found 2026-05-26 06:58:50.588 8 INFO neutron.services.segments.plugin [-] Segment 861c26ba-a01c-4cd7-b2af-bb9e604ff641 resource provider aggregate not found 2026-05-26 06:58:50.608 8 INFO neutron.services.segments.plugin [-] Segment 861c26ba-a01c-4cd7-b2af-bb9e604ff641 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 861c26ba-a01c-4cd7-b2af-bb9e604ff641 found for delete ", "request_id": "req-72652f67-1880-400d-a78b-6429a3dba0e1"}]} 2026-05-26 06:58:50.609 8 INFO neutron.services.segments.plugin [-] Segment 861c26ba-a01c-4cd7-b2af-bb9e604ff641 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 861c26ba-a01c-4cd7-b2af-bb9e604ff641 found for delete ", "request_id": "req-6679d6fc-a488-4da4-b306-db92e24da42f"}]} [pid: 8|app: 0|req: 483/983] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 06:58:50 2026] DELETE /v2.0/networks/943536b5-a5ae-47bb-acd1-570b15f757ec => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/984] 199.204.45.250 () {34 vars in 1058 bytes} [Tue May 26 06:58:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=a350b9a6-ccf0-4e93-af8d-1b057af93942 => generated 858 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/985] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 06:58:50 2026] GET /v2.0/ports?network_id=66e68a5f-15f6-4e8f-b8b9-1c192615a1af&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/986] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 06:58:50 2026] GET /v2.0/subnets?id=78b97891-8a37-4f14-9bc4-19ed1206d9d5 => generated 693 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/987] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 06:58:50 2026] GET /v2.0/networks/66e68a5f-15f6-4e8f-b8b9-1c192615a1af?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/988] 10.0.0.244 () {34 vars in 749 bytes} [Tue May 26 06:58:50 2026] PUT /v2.0/floatingips/37edaf96-588a-4287-9c1a-cca750ced958 => generated 552 bytes in 464 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/989] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 06:58:50 2026] GET /v2.0/ports?network_id=8c97f90f-6ffb-4f2b-8a7a-c55868d743a6&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: 502/990] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 06:58:50 2026] GET /v2.0/networks/66e68a5f-15f6-4e8f-b8b9-1c192615a1af?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/991] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 06:58:50 2026] GET /v2.0/networks/8c97f90f-6ffb-4f2b-8a7a-c55868d743a6?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: 504/992] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 06:58:50 2026] GET /v2.0/networks/8c97f90f-6ffb-4f2b-8a7a-c55868d743a6?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-05-26 06:58:51.000 8 INFO neutron_taas.services.taas.taas_plugin [None req-77facd3c-6e13-4c15-9d66-558f80c2a48d 06d9e3a334f44cd0a8f6a5df797b6212 ef48dff3d1f141529d65f6c9d634e051 - - default default] TaaS: Handle Delete Port: cf5a3e58-c1d2-4e5e-9da4-0a7e4ea5d633 2026-05-26 06:58:51.003 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77facd3c-6e13-4c15-9d66-558f80c2a48d 06d9e3a334f44cd0a8f6a5df797b6212 ef48dff3d1f141529d65f6c9d634e051 - - default default] Tap Mirror: Handle Delete Port: cf5a3e58-c1d2-4e5e-9da4-0a7e4ea5d633 [pid: 8|app: 0|req: 489/993] 10.0.0.244 () {32 vars in 732 bytes} [Tue May 26 06:58:50 2026] DELETE /v2.0/floatingips/37edaf96-588a-4287-9c1a-cca750ced958 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 06:58:51.209 7 INFO neutron.api.v2.resource [None req-8754977b-efcd-40ff-acb2-f0d351dd7807 06d9e3a334f44cd0a8f6a5df797b6212 ef48dff3d1f141529d65f6c9d634e051 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 505/994] 10.0.0.244 () {32 vars in 732 bytes} [Tue May 26 06:58:51 2026] DELETE /v2.0/floatingips/37edaf96-588a-4287-9c1a-cca750ced958 => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 06:58:51.384 8 INFO neutron_taas.services.taas.taas_plugin [None req-e1df7812-79c6-4dec-9399-fa59e9318d07 06d9e3a334f44cd0a8f6a5df797b6212 ef48dff3d1f141529d65f6c9d634e051 - - default default] TaaS: Handle Delete Port: 5befe4a0-5723-4af4-8399-28ab2c1eddd9 2026-05-26 06:58:51.394 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1df7812-79c6-4dec-9399-fa59e9318d07 06d9e3a334f44cd0a8f6a5df797b6212 ef48dff3d1f141529d65f6c9d634e051 - - default default] Tap Mirror: Handle Delete Port: 5befe4a0-5723-4af4-8399-28ab2c1eddd9 [pid: 7|app: 0|req: 506/995] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 06:58:51 2026] GET /v2.0/security-groups?tenant_id=7890831fc47543c5873247e249145809&name=default => generated 2925 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/996] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:58:51 2026] DELETE /v2.0/security-groups/5be3efe0-c114-49d0-8109-9faaa50287db => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/997] 10.0.0.244 () {32 vars in 720 bytes} [Tue May 26 06:58:51 2026] DELETE /v2.0/ports/5befe4a0-5723-4af4-8399-28ab2c1eddd9 => generated 0 bytes in 404 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/998] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:51 2026] GET /v2.0/ports?device_id=0b7edd49-76ea-4c5e-9abe-b486a2cc3c70 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/999] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:51 2026] GET /v2.0/security-groups?id=e8a86ed1-cc69-4522-a65c-fba3183deeb0&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:58:51.759 8 INFO neutron_taas.services.taas.taas_plugin [None req-abb7f527-b1d9-4fc5-982a-cb1881c4ac37 06d9e3a334f44cd0a8f6a5df797b6212 ef48dff3d1f141529d65f6c9d634e051 - - default default] TaaS: Handle Delete Port: 6f8aba45-120c-4bbd-8e16-09f8b4431092 2026-05-26 06:58:51.764 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-abb7f527-b1d9-4fc5-982a-cb1881c4ac37 06d9e3a334f44cd0a8f6a5df797b6212 ef48dff3d1f141529d65f6c9d634e051 - - default default] Tap Mirror: Handle Delete Port: 6f8aba45-120c-4bbd-8e16-09f8b4431092 2026-05-26 06:58:51.861 7 INFO neutron.services.segments.plugin [-] Segment 4619a974-afb6-4b8d-953a-9d706828250c resource provider aggregate not found 2026-05-26 06:58:51.867 7 INFO neutron.services.segments.plugin [-] Segment 4619a974-afb6-4b8d-953a-9d706828250c resource provider aggregate not found 2026-05-26 06:58:51.892 7 INFO neutron.services.segments.plugin [-] Segment 4619a974-afb6-4b8d-953a-9d706828250c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4619a974-afb6-4b8d-953a-9d706828250c found for delete ", "request_id": "req-5f26da16-3605-4266-9f48-a2ebb36b535d"}]} 2026-05-26 06:58:51.897 7 INFO neutron.services.segments.plugin [-] Segment 4619a974-afb6-4b8d-953a-9d706828250c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4619a974-afb6-4b8d-953a-9d706828250c found for delete ", "request_id": "req-680e9a57-f2c0-47af-b89c-d13cad9c6ee5"}]} 2026-05-26 06:58:51.918 7 INFO neutron.services.segments.plugin [-] Segment 370399de-18bf-479b-b6e1-1b0c0e1d0618 resource provider aggregate not found 2026-05-26 06:58:51.919 7 INFO neutron.services.segments.plugin [-] Segment 370399de-18bf-479b-b6e1-1b0c0e1d0618 resource provider aggregate not found [pid: 7|app: 0|req: 510/1000] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:51 2026] GET /v2.0/ports?device_id=fa67fa8f-a510-47c4-94d6-44bda24b64d6 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:58:51.948 7 INFO neutron.services.segments.plugin [-] Segment 370399de-18bf-479b-b6e1-1b0c0e1d0618 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 370399de-18bf-479b-b6e1-1b0c0e1d0618 found for delete ", "request_id": "req-881000d3-8e87-4978-a814-f8953936175c"}]} 2026-05-26 06:58:51.949 7 INFO neutron.services.segments.plugin [-] Segment 370399de-18bf-479b-b6e1-1b0c0e1d0618 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 370399de-18bf-479b-b6e1-1b0c0e1d0618 found for delete ", "request_id": "req-ccc91420-f8ba-40ce-a5c4-aefabb8b1ec2"}]} [pid: 8|app: 0|req: 491/1001] 10.0.0.244 () {32 vars in 720 bytes} [Tue May 26 06:58:51 2026] DELETE /v2.0/ports/6f8aba45-120c-4bbd-8e16-09f8b4431092 => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1002] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 06:58:51 2026] GET /v2.0/ports?tenant_id=93bd8e112ca747a49ecda07d3b596358&device_id=fa67fa8f-a510-47c4-94d6-44bda24b64d6 => generated 1240 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1003] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:51 2026] GET /v2.0/security-groups?id=be51d9e3-0ba4-4968-b2df-ec1b14960c21&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: 493/1004] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 06:58:51 2026] GET /v2.0/networks?id=66e68a5f-15f6-4e8f-b8b9-1c192615a1af => generated 779 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1005] 10.0.0.244 () {32 vars in 736 bytes} [Tue May 26 06:58:51 2026] GET /v2.0/ports?device_id=fbdca2d3-0561-4360-a55a-786d26023688 => generated 958 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1006] 199.204.45.250 () {34 vars in 1058 bytes} [Tue May 26 06:58:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=b4632c89-ccfb-4b40-92fb-74ea3ec98c5b => generated 860 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1007] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 06:58:52 2026] GET /v2.0/subnets?id=e8edf6a5-c4b5-42f0-9b8b-5ccfc7b2e70b => generated 701 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1008] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 06:58:52 2026] GET /v2.0/ports?network_id=66e68a5f-15f6-4e8f-b8b9-1c192615a1af&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: 497/1009] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 06:58:52 2026] GET /v2.0/networks/66e68a5f-15f6-4e8f-b8b9-1c192615a1af?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1010] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 06:58:52 2026] GET /v2.0/networks/66e68a5f-15f6-4e8f-b8b9-1c192615a1af?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: 499/1011] 199.204.45.250 () {34 vars in 994 bytes} [Tue May 26 06:58:52 2026] GET /v2.0/ports?device_id=0b7edd49-76ea-4c5e-9abe-b486a2cc3c70 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:58:52.489 7 INFO neutron_taas.services.taas.taas_plugin [None req-0b5c93c4-62e0-42e6-b2b8-af00604bf8cf 06d9e3a334f44cd0a8f6a5df797b6212 ef48dff3d1f141529d65f6c9d634e051 - - default default] TaaS: Handle Delete Port: b1fc84e7-65b2-4108-b32f-8beeff4079f7 2026-05-26 06:58:52.494 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b5c93c4-62e0-42e6-b2b8-af00604bf8cf 06d9e3a334f44cd0a8f6a5df797b6212 ef48dff3d1f141529d65f6c9d634e051 - - default default] Tap Mirror: Handle Delete Port: b1fc84e7-65b2-4108-b32f-8beeff4079f7 2026-05-26 06:58:52.601 8 INFO neutron_taas.services.taas.taas_plugin [req-8c736369-20ed-4aae-b45b-a00f5cc66cd8 req-ee70ba90-087a-4ed5-ba3c-8a3b24dbc377 bc26749058494d52a628fdee4fd18b3d a843d995b0fd48c6b738dbec2127c1f6 - - default default] TaaS: Handle Delete Port: a350b9a6-ccf0-4e93-af8d-1b057af93942 2026-05-26 06:58:52.606 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8c736369-20ed-4aae-b45b-a00f5cc66cd8 req-ee70ba90-087a-4ed5-ba3c-8a3b24dbc377 bc26749058494d52a628fdee4fd18b3d a843d995b0fd48c6b738dbec2127c1f6 - - default default] Tap Mirror: Handle Delete Port: a350b9a6-ccf0-4e93-af8d-1b057af93942 2026-05-26 06:58:52.774 8 INFO neutron.db.l3_db [req-8c736369-20ed-4aae-b45b-a00f5cc66cd8 req-ee70ba90-087a-4ed5-ba3c-8a3b24dbc377 bc26749058494d52a628fdee4fd18b3d a843d995b0fd48c6b738dbec2127c1f6 - - default default] Floating IP ce9c0dbd-1821-4093-a037-69798d763e6e disassociated. External IP: 10.96.250.218, port: a350b9a6-ccf0-4e93-af8d-1b057af93942. [pid: 7|app: 0|req: 513/1012] 10.0.0.244 () {34 vars in 789 bytes} [Tue May 26 06:58:52 2026] PUT /v2.0/routers/fbdca2d3-0561-4360-a55a-786d26023688/remove_router_interface => generated 309 bytes in 1046 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1013] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:53 2026] GET /v2.0/ports?device_id=0b7edd49-76ea-4c5e-9abe-b486a2cc3c70 => 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: 515/1014] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:53 2026] GET /v2.0/ports?device_id=fa67fa8f-a510-47c4-94d6-44bda24b64d6 => 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: 500/1015] 199.204.45.250 () {36 vars in 997 bytes} [Tue May 26 06:58:52 2026] DELETE /v2.0/ports/a350b9a6-ccf0-4e93-af8d-1b057af93942 => generated 0 bytes in 781 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1016] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:53 2026] GET /v2.0/security-groups?id=be51d9e3-0ba4-4968-b2df-ec1b14960c21&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:58:53.261 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bb9e770c-bc87-457f-9fa6-3bbb7c149ffd'] response: {'server_uuid': '0b7edd49-76ea-4c5e-9abe-b486a2cc3c70', 'name': 'network-vif-deleted', 'tag': 'a350b9a6-ccf0-4e93-af8d-1b057af93942', 'status': 'completed', 'code': 200} 2026-05-26 06:58:53.438 7 INFO neutron_taas.services.taas.taas_plugin [None req-1ceb3913-b1e0-4be0-bab4-8e78a81b1263 06d9e3a334f44cd0a8f6a5df797b6212 ef48dff3d1f141529d65f6c9d634e051 - - default default] TaaS: Handle Delete Port: b4679724-2152-43ca-8f07-444b2c85ff4e 2026-05-26 06:58:53.442 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ceb3913-b1e0-4be0-bab4-8e78a81b1263 06d9e3a334f44cd0a8f6a5df797b6212 ef48dff3d1f141529d65f6c9d634e051 - - default default] Tap Mirror: Handle Delete Port: b4679724-2152-43ca-8f07-444b2c85ff4e 2026-05-26 06:58:53.759 7 INFO neutron_taas.services.taas.taas_plugin [None req-1ceb3913-b1e0-4be0-bab4-8e78a81b1263 06d9e3a334f44cd0a8f6a5df797b6212 ef48dff3d1f141529d65f6c9d634e051 - - default default] TaaS: Handle Delete Port: 5693f118-d128-4b3d-8d9e-e9cb76d9b949 2026-05-26 06:58:53.762 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ceb3913-b1e0-4be0-bab4-8e78a81b1263 06d9e3a334f44cd0a8f6a5df797b6212 ef48dff3d1f141529d65f6c9d634e051 - - default default] Tap Mirror: Handle Delete Port: 5693f118-d128-4b3d-8d9e-e9cb76d9b949 2026-05-26 06:58:53.833 8 INFO neutron.db.segments_db [None req-4fdd95fa-1f60-4869-aefa-17a3610ce0e1 42a721bef7114244b5b268a5c97ac448 5001e9ad01964934ba3d738957438f38 - - default default] Added segment bfc45200-ca95-42ba-bc0b-429ea6e8e0ed of type vxlan for network 7716efa6-a768-4a65-adf8-c85b785973ef [pid: 8|app: 0|req: 502/1017] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 06:58:53 2026] POST /v2.0/networks => generated 647 bytes in 509 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 06:58:54.147 7 INFO neutron.services.segments.plugin [-] Segment cd34dc43-b05b-4467-9aea-e79561db1b4b resource provider aggregate not found 2026-05-26 06:58:54.149 7 INFO neutron.services.segments.plugin [-] Segment cd34dc43-b05b-4467-9aea-e79561db1b4b resource provider aggregate not found 2026-05-26 06:58:54.169 7 INFO neutron.services.segments.plugin [-] Segment cd34dc43-b05b-4467-9aea-e79561db1b4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd34dc43-b05b-4467-9aea-e79561db1b4b found for delete ", "request_id": "req-910b6faf-20d5-4315-a768-42e499846e3d"}]} 2026-05-26 06:58:54.179 7 INFO neutron.services.segments.plugin [-] Segment cd34dc43-b05b-4467-9aea-e79561db1b4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd34dc43-b05b-4467-9aea-e79561db1b4b found for delete ", "request_id": "req-e694ac08-648f-48a4-b615-a33913b7fc31"}]} 2026-05-26 06:58:54.189 7 INFO neutron.db.l3_hamode_db [None req-1ceb3913-b1e0-4be0-bab4-8e78a81b1263 06d9e3a334f44cd0a8f6a5df797b6212 ef48dff3d1f141529d65f6c9d634e051 - - default default] HA network cdc5781c-dd73-4c12-b011-c8f1e5d75c1e was deleted as no HA routers are present in tenant ef48dff3d1f141529d65f6c9d634e051. [pid: 7|app: 0|req: 516/1018] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:58:53 2026] DELETE /v2.0/routers/fbdca2d3-0561-4360-a55a-786d26023688 => generated 0 bytes in 1021 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1019] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:54 2026] GET /v2.0/ports?device_id=0b7edd49-76ea-4c5e-9abe-b486a2cc3c70 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1020] 199.204.45.250 () {34 vars in 994 bytes} [Tue May 26 06:58:54 2026] GET /v2.0/ports?device_id=fa67fa8f-a510-47c4-94d6-44bda24b64d6 => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1021] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:58:54 2026] DELETE /v2.0/subnets/320a29f5-09f7-46bd-bf06-32d7c74f7c20 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1022] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:54 2026] GET /v2.0/ports?device_id=fa67fa8f-a510-47c4-94d6-44bda24b64d6 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1023] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 06:58:54 2026] DELETE /v2.0/networks/a8aec861-dc9f-4f71-8eeb-18616d6b8ce9 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 06:58:54.623 8 INFO neutron_taas.services.taas.taas_plugin [req-89c1551d-63bd-4fc5-9669-4fc08195a0b9 req-0e51f4ee-a727-409d-adf1-a371de9babe5 ce82a5f9e5504d67936f410cfe220a18 93bd8e112ca747a49ecda07d3b596358 - - default default] TaaS: Handle Delete Port: b4632c89-ccfb-4b40-92fb-74ea3ec98c5b 2026-05-26 06:58:54.628 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-89c1551d-63bd-4fc5-9669-4fc08195a0b9 req-0e51f4ee-a727-409d-adf1-a371de9babe5 ce82a5f9e5504d67936f410cfe220a18 93bd8e112ca747a49ecda07d3b596358 - - default default] Tap Mirror: Handle Delete Port: b4632c89-ccfb-4b40-92fb-74ea3ec98c5b [pid: 7|app: 0|req: 521/1024] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:58:54 2026] GET /v2.0/security-groups?id=be51d9e3-0ba4-4968-b2df-ec1b14960c21&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:58:54.792 8 INFO neutron.db.l3_db [req-89c1551d-63bd-4fc5-9669-4fc08195a0b9 req-0e51f4ee-a727-409d-adf1-a371de9babe5 ce82a5f9e5504d67936f410cfe220a18 93bd8e112ca747a49ecda07d3b596358 - - default default] Floating IP f57a53d1-4ed5-4c9a-938f-1ba73182752b disassociated. External IP: 10.96.250.209, port: b4632c89-ccfb-4b40-92fb-74ea3ec98c5b. [pid: 7|app: 0|req: 522/1025] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 06:58:54 2026] POST /v2.0/subnets => generated 673 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 06:58:54.990 7 INFO neutron.db.segments_db [None req-5d11feeb-56db-4b44-99a7-01dfc7ab588f 42a721bef7114244b5b268a5c97ac448 5001e9ad01964934ba3d738957438f38 - - default default] Added segment 1de1b107-65b3-4cae-926c-18b4664c34b5 of type vxlan for network 363cb45c-f9bc-4087-ba40-0b9a67adc565 [pid: 7|app: 0|req: 523/1026] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 06:58:54 2026] POST /v2.0/networks => generated 647 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1027] 10.0.0.244 () {34 vars in 743 bytes} [Tue May 26 06:58:55 2026] PUT /v2.0/networks/363cb45c-f9bc-4087-ba40-0b9a67adc565 => generated 592 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1028] 199.204.45.250 () {36 vars in 997 bytes} [Tue May 26 06:58:54 2026] DELETE /v2.0/ports/b4632c89-ccfb-4b40-92fb-74ea3ec98c5b => generated 0 bytes in 778 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 06:58:55.312 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7f659b3e-b5a9-433a-bb14-7e5e6ac29cb9'] response: {'server_uuid': 'fa67fa8f-a510-47c4-94d6-44bda24b64d6', 'name': 'network-vif-deleted', 'tag': 'b4632c89-ccfb-4b40-92fb-74ea3ec98c5b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 505/1029] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 06:58:55 2026] GET /v2.0/security-groups?tenant_id=ef48dff3d1f141529d65f6c9d634e051&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1030] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:55 2026] GET /v2.0/ports?device_id=0b7edd49-76ea-4c5e-9abe-b486a2cc3c70 => 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: 525/1031] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 06:58:55 2026] POST /v2.0/subnets => generated 646 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1032] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:58:55 2026] DELETE /v2.0/security-groups/ff671624-652c-43fb-86b4-b314b707b216 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1033] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:55 2026] GET /v2.0/ports?device_id=fa67fa8f-a510-47c4-94d6-44bda24b64d6 => 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: 526/1034] 10.0.0.244 () {34 vars in 741 bytes} [Tue May 26 06:58:55 2026] PUT /v2.0/subnets/49f7f7d4-4552-4f62-b4b2-e1ed425ba077 => generated 656 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:58:55.993 8 INFO neutron.services.segments.plugin [-] Segment 1de1b107-65b3-4cae-926c-18b4664c34b5 resource provider aggregate not found 2026-05-26 06:58:56.000 8 INFO neutron.services.segments.plugin [-] Segment 1de1b107-65b3-4cae-926c-18b4664c34b5 resource provider aggregate not found 2026-05-26 06:58:56.015 8 INFO neutron.services.segments.plugin [-] Segment 1de1b107-65b3-4cae-926c-18b4664c34b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1de1b107-65b3-4cae-926c-18b4664c34b5 found for delete ", "request_id": "req-9e1e8b6a-86f6-42ce-ade0-b6d3cd2a00b7"}]} 2026-05-26 06:58:56.017 8 INFO neutron.services.segments.plugin [-] Segment 1de1b107-65b3-4cae-926c-18b4664c34b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1de1b107-65b3-4cae-926c-18b4664c34b5 found for delete ", "request_id": "req-f4577858-7ed1-4ff5-81fb-0880bb438929"}]} [pid: 8|app: 0|req: 509/1035] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 06:58:55 2026] DELETE /v2.0/networks/363cb45c-f9bc-4087-ba40-0b9a67adc565 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 06:58:56.052 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4d37bdf8-17ef-4b63-94a2-7c3c93a7ba06 42a721bef7114244b5b268a5c97ac448 5001e9ad01964934ba3d738957438f38 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 527/1036] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 06:58:56 2026] DELETE /v2.0/networks/363cb45c-f9bc-4087-ba40-0b9a67adc565 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1037] 10.0.0.244 () {32 vars in 694 bytes} [Tue May 26 06:58:56 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1038] 10.0.0.244 () {32 vars in 742 bytes} [Tue May 26 06:58:56 2026] GET /v2.0/subnets?network_id=fb72a26d-2b4d-4409-b71c-93df20a59875 => generated 649 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1039] 10.0.0.244 () {32 vars in 653 bytes} [Tue May 26 06:58:56 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-26 06:58:56.190 7 INFO neutron.services.segments.plugin [-] Segment a47d2479-b857-4e98-8682-1cde02acfac6 resource provider aggregate not found 2026-05-26 06:58:56.205 7 INFO neutron.services.segments.plugin [-] Segment a47d2479-b857-4e98-8682-1cde02acfac6 resource provider aggregate not found 2026-05-26 06:58:56.208 7 INFO neutron.services.segments.plugin [-] Segment a47d2479-b857-4e98-8682-1cde02acfac6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a47d2479-b857-4e98-8682-1cde02acfac6 found for delete ", "request_id": "req-1d848b87-e868-43dd-b560-cc201b15234c"}]} 2026-05-26 06:58:56.222 7 INFO neutron.services.segments.plugin [-] Segment a47d2479-b857-4e98-8682-1cde02acfac6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a47d2479-b857-4e98-8682-1cde02acfac6 found for delete ", "request_id": "req-c3d7f7d9-e150-4e88-8673-158c4bd407b7"}]} [pid: 7|app: 0|req: 529/1040] 10.0.0.244 () {32 vars in 649 bytes} [Tue May 26 06:58:56 2026] GET /v2.0/networks => generated 1312 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1041] 10.0.0.244 () {32 vars in 647 bytes} [Tue May 26 06:58:56 2026] GET /v2.0/subnets => generated 1312 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1042] 10.0.0.244 () {32 vars in 723 bytes} [Tue May 26 06:58:56 2026] GET /v2.0/networks/7716efa6-a768-4a65-adf8-c85b785973ef => generated 672 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1043] 10.0.0.244 () {32 vars in 721 bytes} [Tue May 26 06:58:56 2026] GET /v2.0/subnets/a5fbdc6e-1848-4864-8430-06f5261b793c => generated 673 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:58:56.435 7 INFO neutron.pecan_wsgi.hooks.translation [None req-22b86ee6-8a9d-4cd1-958e-b3975cbd3bea 42a721bef7114244b5b268a5c97ac448 5001e9ad01964934ba3d738957438f38 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 531/1044] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:58:56 2026] DELETE /v2.0/subnets/49f7f7d4-4552-4f62-b4b2-e1ed425ba077 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 06:58:56.457 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5c091c43-ff53-4c3d-a45f-8811483357f1 42a721bef7114244b5b268a5c97ac448 5001e9ad01964934ba3d738957438f38 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 514/1045] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 06:58:56 2026] DELETE /v2.0/networks/363cb45c-f9bc-4087-ba40-0b9a67adc565 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1046] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:58:56 2026] DELETE /v2.0/subnets/a5fbdc6e-1848-4864-8430-06f5261b793c => 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: 515/1047] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:58:56 2026] DELETE /v2.0/security-groups/e8a86ed1-cc69-4522-a65c-fba3183deeb0 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 06:58:56.649 8 INFO neutron.api.v2.resource [None req-25528379-592b-420d-8cbb-40980703b6e4 bc26749058494d52a628fdee4fd18b3d a843d995b0fd48c6b738dbec2127c1f6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 516/1048] 10.0.0.244 () {32 vars in 737 bytes} [Tue May 26 06:58:56 2026] GET /v2.0/security-groups/e8a86ed1-cc69-4522-a65c-fba3183deeb0 => 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: 533/1049] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 06:58:56 2026] DELETE /v2.0/networks/7716efa6-a768-4a65-adf8-c85b785973ef => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 06:58:56.793 8 INFO neutron_taas.services.taas.taas_plugin [None req-80bf68f9-fb9e-4da2-b4af-f9ec8de6c966 bc26749058494d52a628fdee4fd18b3d a843d995b0fd48c6b738dbec2127c1f6 - - default default] TaaS: Handle Delete Port: 5ee4c94e-ee28-4840-a299-e303877d7bfc 2026-05-26 06:58:56.800 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80bf68f9-fb9e-4da2-b4af-f9ec8de6c966 bc26749058494d52a628fdee4fd18b3d a843d995b0fd48c6b738dbec2127c1f6 - - default default] Tap Mirror: Handle Delete Port: 5ee4c94e-ee28-4840-a299-e303877d7bfc [pid: 7|app: 0|req: 536/1052] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:56 2026] GET /v2.0/ports?device_id=fa67fa8f-a510-47c4-94d6-44bda24b64d6 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1053] 10.0.0.244 () {32 vars in 732 bytes} [Tue May 26 06:58:56 2026] DELETE /v2.0/floatingips/ce9c0dbd-1821-4093-a037-69798d763e6e => generated 0 bytes in 410 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 06:58:57.419 7 INFO neutron_taas.services.taas.taas_plugin [None req-f7dce09f-99c5-41e2-b3ff-806ac062fc8d abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: 914076ae-3977-4fbc-b45e-e2bc6f49b301 2026-05-26 06:58:57.422 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f7dce09f-99c5-41e2-b3ff-806ac062fc8d abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: 914076ae-3977-4fbc-b45e-e2bc6f49b301 [pid: 8|app: 0|req: 518/1054] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 06:58:57 2026] GET /v2.0/security-groups?tenant_id=5001e9ad01964934ba3d738957438f38&name=default => generated 2925 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1055] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:58:57 2026] DELETE /v2.0/security-groups/075fbca8-f91a-4557-b43d-5f9a223d4fe1 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 06:58:57.887 8 INFO neutron.db.segments_db [None req-8cee9709-251a-4047-a92e-2da08c120b33 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] Added segment 71375225-cd29-4222-aabb-f8eb45e0b4c7 of type vxlan for network 1b8d649b-afd8-499a-99d2-18eeeda4e2bf [pid: 8|app: 0|req: 520/1056] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 06:58:57 2026] POST /v2.0/networks => generated 633 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1057] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:58:57 2026] GET /v2.0/ports?device_id=fa67fa8f-a510-47c4-94d6-44bda24b64d6 => 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: 537/1058] 10.0.0.244 () {34 vars in 789 bytes} [Tue May 26 06:58:57 2026] PUT /v2.0/routers/4376bd03-f14f-416d-bb95-ede727420102/remove_router_interface => generated 309 bytes in 966 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:58:58.061 8 INFO neutron.db.segments_db [None req-c38572df-583e-4237-b66a-d0f1d97efe58 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] Added segment d758751c-66e5-41e3-a831-e4af3d2999e5 of type vxlan for network 3595dfcb-dbc2-427f-b11f-0391fce25ff4 [pid: 8|app: 0|req: 522/1059] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 06:58:58 2026] POST /v2.0/networks => generated 634 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1060] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 06:58:58 2026] POST /v2.0/subnets => generated 646 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 06:58:58.557 7 INFO neutron.services.segments.plugin [-] Segment bfc45200-ca95-42ba-bc0b-429ea6e8e0ed resource provider aggregate not found 2026-05-26 06:58:58.563 7 INFO neutron.services.segments.plugin [-] Segment bfc45200-ca95-42ba-bc0b-429ea6e8e0ed resource provider aggregate not found 2026-05-26 06:58:58.586 7 INFO neutron.services.segments.plugin [-] Segment bfc45200-ca95-42ba-bc0b-429ea6e8e0ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bfc45200-ca95-42ba-bc0b-429ea6e8e0ed found for delete ", "request_id": "req-48ee05ee-3225-4aec-b044-6593988d2af5"}]} 2026-05-26 06:58:58.588 7 INFO neutron.services.segments.plugin [-] Segment bfc45200-ca95-42ba-bc0b-429ea6e8e0ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bfc45200-ca95-42ba-bc0b-429ea6e8e0ed found for delete ", "request_id": "req-28152ede-a14e-478b-aff4-c64d1e7d48fb"}]} 2026-05-26 06:58:58.729 7 INFO neutron_taas.services.taas.taas_plugin [None req-644d02e4-0f64-45ef-81c2-aaae74f5d070 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: e88174eb-9887-49fe-af45-4a81212b6edc 2026-05-26 06:58:58.735 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-644d02e4-0f64-45ef-81c2-aaae74f5d070 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: e88174eb-9887-49fe-af45-4a81212b6edc [pid: 8|app: 0|req: 524/1061] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 06:58:58 2026] POST /v2.0/subnets => generated 655 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 06:58:58.872 8 INFO neutron.db.segments_db [None req-69b44d0a-904b-486e-bf02-68c541e043dd 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] Added segment 4a273316-ca35-4e31-a5ae-4a5637af9eef of type vxlan for network 78c41c33-4acf-4e75-877f-90fc944d7d8f 2026-05-26 06:58:59.060 7 INFO neutron_taas.services.taas.taas_plugin [None req-644d02e4-0f64-45ef-81c2-aaae74f5d070 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: 169c1e96-51b2-43b5-bd9d-9ad84b3b365b 2026-05-26 06:58:59.063 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-644d02e4-0f64-45ef-81c2-aaae74f5d070 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: 169c1e96-51b2-43b5-bd9d-9ad84b3b365b 2026-05-26 06:58:59.182 8 INFO neutron.db.l3_hamode_db [None req-69b44d0a-904b-486e-bf02-68c541e043dd 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 06:58:59.313 8 INFO neutron.db.l3_hamode_db [None req-69b44d0a-904b-486e-bf02-68c541e043dd 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 06:58:59.467 7 INFO neutron.db.l3_hamode_db [None req-644d02e4-0f64-45ef-81c2-aaae74f5d070 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] HA network 63a01ccb-7424-427e-b70a-901379341622 was deleted as no HA routers are present in tenant a843d995b0fd48c6b738dbec2127c1f6. [pid: 7|app: 0|req: 538/1062] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:58:58 2026] DELETE /v2.0/routers/4376bd03-f14f-416d-bb95-ede727420102 => generated 0 bytes in 1437 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1063] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:58:59 2026] DELETE /v2.0/security-groups/be51d9e3-0ba4-4968-b2df-ec1b14960c21 => 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: 540/1064] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:58:59 2026] DELETE /v2.0/subnets/78b97891-8a37-4f14-9bc4-19ed1206d9d5 => 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: 525/1065] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 06:58:58 2026] POST /v2.0/routers => generated 509 bytes in 1241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 06:59:00.075 8 INFO neutron.api.v2.resource [None req-2b5df580-8bd7-44f5-8da6-f98a63825ca3 ce82a5f9e5504d67936f410cfe220a18 93bd8e112ca747a49ecda07d3b596358 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 526/1066] 10.0.0.244 () {32 vars in 737 bytes} [Tue May 26 06:59:00 2026] GET /v2.0/security-groups/be51d9e3-0ba4-4968-b2df-ec1b14960c21 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 06:59:00.091 7 INFO neutron.db.segments_db [None req-864a728c-793b-4e50-8cc8-787001dcfe04 78fc0fc4729b4a008caa217870d89e38 8b401e3fe96e40c2b3ffd625fea14d97 - - default default] Added segment 81173ff0-0362-4eb4-9236-05d7ebc498bd of type vxlan for network c33647e1-fc5a-47b3-8a0e-fa659b796dc5 2026-05-26 06:59:00.162 8 INFO neutron_taas.services.taas.taas_plugin [None req-c6bb663f-fff3-43f5-bb20-248e85ffb483 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: a0a6f785-bc43-4c7f-86ba-4b787540913a 2026-05-26 06:59:00.165 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6bb663f-fff3-43f5-bb20-248e85ffb483 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: a0a6f785-bc43-4c7f-86ba-4b787540913a [pid: 7|app: 0|req: 541/1067] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 06:58:59 2026] POST /v2.0/networks => generated 644 bytes in 451 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 06:59:00.377 8 INFO neutron.services.segments.plugin [-] Segment 03112957-d7e8-4512-85d2-3c97b8d40eff resource provider aggregate not found 2026-05-26 06:59:00.383 8 INFO neutron.services.segments.plugin [-] Segment 03112957-d7e8-4512-85d2-3c97b8d40eff resource provider aggregate not found 2026-05-26 06:59:00.398 8 INFO neutron.services.segments.plugin [-] Segment 03112957-d7e8-4512-85d2-3c97b8d40eff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03112957-d7e8-4512-85d2-3c97b8d40eff found for delete ", "request_id": "req-152367a0-e724-48ed-a781-2c02e65a1182"}]} 2026-05-26 06:59:00.411 8 INFO neutron.services.segments.plugin [-] Segment 03112957-d7e8-4512-85d2-3c97b8d40eff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03112957-d7e8-4512-85d2-3c97b8d40eff found for delete ", "request_id": "req-fafad1f0-7376-4b7a-966f-6334bbb84094"}]} [pid: 8|app: 0|req: 527/1068] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 06:59:00 2026] DELETE /v2.0/networks/8c97f90f-6ffb-4f2b-8a7a-c55868d743a6 => generated 0 bytes in 364 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 06:59:00.562 8 INFO neutron_taas.services.taas.taas_plugin [None req-59ab94c5-a246-44c6-b7b5-1b8886bc3ad5 ce82a5f9e5504d67936f410cfe220a18 93bd8e112ca747a49ecda07d3b596358 - - default default] TaaS: Handle Delete Port: 5732a3ab-da83-49db-8f2a-76d65221dfd9 2026-05-26 06:59:00.565 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59ab94c5-a246-44c6-b7b5-1b8886bc3ad5 ce82a5f9e5504d67936f410cfe220a18 93bd8e112ca747a49ecda07d3b596358 - - default default] Tap Mirror: Handle Delete Port: 5732a3ab-da83-49db-8f2a-76d65221dfd9 2026-05-26 06:59:00.606 7 INFO neutron.services.segments.plugin [-] Segment 908dfc81-792a-4c20-877b-0c67dd457062 resource provider aggregate not found 2026-05-26 06:59:00.613 7 INFO neutron.services.segments.plugin [-] Segment 908dfc81-792a-4c20-877b-0c67dd457062 resource provider aggregate not found 2026-05-26 06:59:00.625 7 INFO neutron.services.segments.plugin [-] Segment 908dfc81-792a-4c20-877b-0c67dd457062 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 908dfc81-792a-4c20-877b-0c67dd457062 found for delete ", "request_id": "req-0cb93aa7-db41-4a57-b26d-f31106719639"}]} 2026-05-26 06:59:00.641 7 INFO neutron.services.segments.plugin [-] Segment 908dfc81-792a-4c20-877b-0c67dd457062 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 908dfc81-792a-4c20-877b-0c67dd457062 found for delete ", "request_id": "req-a00a856f-9c4e-4a01-9145-05440a7533c0"}]} [pid: 8|app: 0|req: 528/1069] 10.0.0.244 () {32 vars in 732 bytes} [Tue May 26 06:59:00 2026] DELETE /v2.0/floatingips/f57a53d1-4ed5-4c9a-938f-1ba73182752b => generated 0 bytes in 342 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1070] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 06:59:00 2026] POST /v2.0/subnets => generated 641 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1071] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 06:59:01 2026] GET /v2.0/security-groups?tenant_id=a843d995b0fd48c6b738dbec2127c1f6&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1072] 10.0.0.244 () {34 vars in 783 bytes} [Tue May 26 06:59:00 2026] PUT /v2.0/routers/e58ce5cf-690d-43bb-b378-3cd633de5732/add_router_interface => generated 309 bytes in 1310 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:59:01.591 7 INFO neutron.db.segments_db [None req-ff9ea5e0-7ac1-4598-823b-a059e4bbc9b1 78fc0fc4729b4a008caa217870d89e38 8b401e3fe96e40c2b3ffd625fea14d97 - - default default] Added segment 66544627-3326-4da8-9f30-756f50faad73 of type vxlan for network 219c3f78-f678-4424-91b7-7162c18dc4ea 2026-05-26 06:59:01.660 8 INFO neutron_taas.services.taas.taas_plugin [None req-e8c74ca4-976d-42c2-a636-7c46eb51b299 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: 686920b9-47b2-4f89-8ce9-96924507ab15 2026-05-26 06:59:01.662 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8c74ca4-976d-42c2-a636-7c46eb51b299 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: 686920b9-47b2-4f89-8ce9-96924507ab15 [pid: 7|app: 0|req: 543/1073] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 06:59:01 2026] POST /v2.0/networks => generated 643 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1074] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:59:01 2026] DELETE /v2.0/security-groups/b8886d85-aba9-46f2-8b4a-143d7e153738 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1075] 10.0.0.244 () {32 vars in 717 bytes} [Tue May 26 06:59:01 2026] GET /v2.0/ports/cbc79531-3092-4f9b-b64e-ef39d915897e => generated 959 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1076] 10.0.0.244 () {34 vars in 743 bytes} [Tue May 26 06:59:01 2026] PUT /v2.0/networks/219c3f78-f678-4424-91b7-7162c18dc4ea => generated 592 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1077] 10.0.0.244 () {34 vars in 789 bytes} [Tue May 26 06:59:01 2026] PUT /v2.0/routers/e1bc8761-c0f2-40d4-93e3-81733ca63f4e/remove_router_interface => generated 309 bytes in 1125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1078] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 06:59:02 2026] POST /v2.0/subnets => generated 626 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 06:59:02.764 8 INFO neutron_taas.services.taas.taas_plugin [None req-3c37af7b-3650-4f3a-9dd6-bfd8b37779bd abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: a5e65c2c-ed9a-407c-a6fe-24b461ec79a2 2026-05-26 06:59:02.767 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c37af7b-3650-4f3a-9dd6-bfd8b37779bd abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: a5e65c2c-ed9a-407c-a6fe-24b461ec79a2 2026-05-26 06:59:03.032 8 INFO neutron_taas.services.taas.taas_plugin [None req-3c37af7b-3650-4f3a-9dd6-bfd8b37779bd abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: 008f2a5b-71e2-48e9-9d98-52ce7a8bc000 2026-05-26 06:59:03.035 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c37af7b-3650-4f3a-9dd6-bfd8b37779bd abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: 008f2a5b-71e2-48e9-9d98-52ce7a8bc000 [pid: 7|app: 0|req: 547/1079] 10.0.0.244 () {34 vars in 783 bytes} [Tue May 26 06:59:02 2026] PUT /v2.0/routers/e58ce5cf-690d-43bb-b378-3cd633de5732/add_router_interface => generated 309 bytes in 1143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1080] 10.0.0.244 () {34 vars in 741 bytes} [Tue May 26 06:59:03 2026] PUT /v2.0/subnets/eb9718f0-0f29-49a9-ba6d-792119220583 => generated 636 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1081] 10.0.0.244 () {32 vars in 717 bytes} [Tue May 26 06:59:03 2026] GET /v2.0/ports/e627de72-1c47-4439-8606-b7a140463b4f => generated 967 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:59:03.434 8 INFO neutron.services.segments.plugin [-] Segment 7306f3fb-9323-4149-a81f-c65838445205 resource provider aggregate not found 2026-05-26 06:59:03.443 8 INFO neutron.services.segments.plugin [-] Segment 7306f3fb-9323-4149-a81f-c65838445205 resource provider aggregate not found 2026-05-26 06:59:03.463 8 INFO neutron.services.segments.plugin [-] Segment 7306f3fb-9323-4149-a81f-c65838445205 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7306f3fb-9323-4149-a81f-c65838445205 found for delete ", "request_id": "req-853708f8-4d6b-4385-8246-2a64b66ffc8a"}]} 2026-05-26 06:59:03.472 8 INFO neutron.services.segments.plugin [-] Segment 7306f3fb-9323-4149-a81f-c65838445205 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7306f3fb-9323-4149-a81f-c65838445205 found for delete ", "request_id": "req-a18fa7cc-dca8-491b-9a49-feb287a08720"}]} 2026-05-26 06:59:03.475 8 INFO neutron.db.l3_hamode_db [None req-3c37af7b-3650-4f3a-9dd6-bfd8b37779bd abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] HA network e42f68c4-2fa3-4288-8efe-5243b4d7cee1 was deleted as no HA routers are present in tenant 93bd8e112ca747a49ecda07d3b596358. [pid: 8|app: 0|req: 533/1082] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:59:02 2026] DELETE /v2.0/routers/e1bc8761-c0f2-40d4-93e3-81733ca63f4e => generated 0 bytes in 916 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 06:59:03.577 7 INFO neutron.services.segments.plugin [-] Segment 66544627-3326-4da8-9f30-756f50faad73 resource provider aggregate not found 2026-05-26 06:59:03.587 7 INFO neutron.services.segments.plugin [-] Segment 66544627-3326-4da8-9f30-756f50faad73 resource provider aggregate not found 2026-05-26 06:59:03.608 7 INFO neutron.services.segments.plugin [-] Segment 66544627-3326-4da8-9f30-756f50faad73 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66544627-3326-4da8-9f30-756f50faad73 found for delete ", "request_id": "req-9fdbb056-500d-4438-8637-05aae7b84836"}]} 2026-05-26 06:59:03.609 7 INFO neutron.services.segments.plugin [-] Segment 66544627-3326-4da8-9f30-756f50faad73 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66544627-3326-4da8-9f30-756f50faad73 found for delete ", "request_id": "req-4c51bbca-36c6-4345-9537-21be2fd2b892"}]} [pid: 7|app: 0|req: 550/1083] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 06:59:03 2026] DELETE /v2.0/networks/219c3f78-f678-4424-91b7-7162c18dc4ea => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1084] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:59:03 2026] DELETE /v2.0/subnets/e8edf6a5-c4b5-42f0-9b8b-5ccfc7b2e70b => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 06:59:03.769 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bcdceda6-7a58-466c-9b9a-85c24f21ee3a 78fc0fc4729b4a008caa217870d89e38 8b401e3fe96e40c2b3ffd625fea14d97 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 552/1085] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 06:59:03 2026] DELETE /v2.0/networks/219c3f78-f678-4424-91b7-7162c18dc4ea => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 06:59:03.873 8 INFO neutron_taas.services.taas.taas_plugin [None req-e6649549-bdab-4b41-ae42-f3a06317b028 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] TaaS: Handle Delete Port: e627de72-1c47-4439-8606-b7a140463b4f 2026-05-26 06:59:03.877 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6649549-bdab-4b41-ae42-f3a06317b028 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] Tap Mirror: Handle Delete Port: e627de72-1c47-4439-8606-b7a140463b4f 2026-05-26 06:59:04.103 7 INFO neutron.db.segments_db [None req-033c7161-c1d3-4a59-a517-58a196589447 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Added segment 1f55894c-20e5-4aaf-8ec9-185287e13384 of type vxlan for network fb8ec8b6-8079-4128-a42f-91ccdb0bbae4 [pid: 7|app: 0|req: 553/1086] 10.0.0.244 () {34 vars in 671 bytes} [Tue May 26 06:59:03 2026] POST /v2.0/networks => generated 744 bytes in 455 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1087] 10.0.0.244 () {34 vars in 789 bytes} [Tue May 26 06:59:03 2026] PUT /v2.0/routers/e58ce5cf-690d-43bb-b378-3cd633de5732/remove_router_interface => generated 309 bytes in 865 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:59:04.355 7 INFO neutron_taas.services.taas.taas_plugin [None req-edb75d98-f6c1-4a0d-8516-3b9fc8cc71e9 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: 84176f40-2a65-474f-8229-07d7b407cd8a 2026-05-26 06:59:04.359 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-edb75d98-f6c1-4a0d-8516-3b9fc8cc71e9 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: 84176f40-2a65-474f-8229-07d7b407cd8a [pid: 8|app: 0|req: 535/1088] 10.0.0.244 () {32 vars in 694 bytes} [Tue May 26 06:59:04 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1089] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 06:59:04 2026] DELETE /v2.0/networks/66e68a5f-15f6-4e8f-b8b9-1c192615a1af => generated 0 bytes in 387 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1090] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 06:59:04 2026] POST /v2.0/subnets => generated 691 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1091] 10.0.0.244 () {32 vars in 742 bytes} [Tue May 26 06:59:04 2026] GET /v2.0/subnets?network_id=fb72a26d-2b4d-4409-b71c-93df20a59875 => generated 649 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:59:04.752 8 INFO neutron.db.segments_db [None req-f7ea2e86-f34a-4de5-8302-973ce8c1e937 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Added segment 430a502c-33b4-42ba-ad5e-a94e4b1456a3 of type vxlan for network b6b39bd2-b95e-4086-87cf-2a688dd24b86 2026-05-26 06:59:04.938 7 INFO neutron_taas.services.taas.taas_plugin [None req-3d250f00-3e06-46ab-b46a-5c807dd05a58 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] TaaS: Handle Delete Port: cbc79531-3092-4f9b-b64e-ef39d915897e 2026-05-26 06:59:04.940 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d250f00-3e06-46ab-b46a-5c807dd05a58 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] Tap Mirror: Handle Delete Port: cbc79531-3092-4f9b-b64e-ef39d915897e 2026-05-26 06:59:05.062 8 INFO neutron.db.l3_hamode_db [None req-f7ea2e86-f34a-4de5-8302-973ce8c1e937 abd4f5498a28477dad49606ae062519f 430fb3fa8df3473b8be5fb4bedac14d3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 555/1092] 10.0.0.244 () {34 vars in 789 bytes} [Tue May 26 06:59:04 2026] PUT /v2.0/routers/e58ce5cf-690d-43bb-b378-3cd633de5732/remove_router_interface => generated 309 bytes in 778 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1093] 10.0.0.244 () {32 vars in 653 bytes} [Tue May 26 06:59:05 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: 557/1094] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 06:59:05 2026] GET /v2.0/security-groups?tenant_id=93bd8e112ca747a49ecda07d3b596358&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1095] 10.0.0.244 () {32 vars in 736 bytes} [Tue May 26 06:59:05 2026] GET /v2.0/ports?device_id=e58ce5cf-690d-43bb-b378-3cd633de5732 => 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: 559/1096] 10.0.0.244 () {32 vars in 649 bytes} [Tue May 26 06:59:05 2026] GET /v2.0/networks => generated 1309 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 06:59:05.627 7 INFO neutron.services.segments.plugin [-] Segment 0cba87c7-057a-4004-8174-f66bd41923a8 resource provider aggregate not found 2026-05-26 06:59:05.633 7 INFO neutron.services.segments.plugin [-] Segment 0cba87c7-057a-4004-8174-f66bd41923a8 resource provider aggregate not found 2026-05-26 06:59:05.648 7 INFO neutron.services.segments.plugin [-] Segment 0cba87c7-057a-4004-8174-f66bd41923a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0cba87c7-057a-4004-8174-f66bd41923a8 found for delete ", "request_id": "req-553404d4-5d6f-4ee6-9556-bc455230c129"}]} [pid: 7|app: 0|req: 560/1097] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:59:05 2026] DELETE /v2.0/security-groups/46d2a603-cd92-4015-91b5-313e54bb26ab => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 06:59:05.650 7 INFO neutron.services.segments.plugin [-] Segment 0cba87c7-057a-4004-8174-f66bd41923a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0cba87c7-057a-4004-8174-f66bd41923a8 found for delete ", "request_id": "req-07d21af8-b29e-4ce2-8c3b-1118000c2278"}]} 2026-05-26 06:59:05.818 7 INFO neutron_taas.services.taas.taas_plugin [None req-f1df16ef-af46-41ed-8418-3f343e0d1ade 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] TaaS: Handle Delete Port: 254e1841-7a5a-4b46-98f0-4b292449a7e7 2026-05-26 06:59:05.821 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1df16ef-af46-41ed-8418-3f343e0d1ade 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] Tap Mirror: Handle Delete Port: 254e1841-7a5a-4b46-98f0-4b292449a7e7 2026-05-26 06:59:06.008 8 INFO neutron.db.l3_hamode_db [None req-f7ea2e86-f34a-4de5-8302-973ce8c1e937 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 06:59:06.241 7 INFO neutron.db.l3_hamode_db [None req-f1df16ef-af46-41ed-8418-3f343e0d1ade 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] HA network 78c41c33-4acf-4e75-877f-90fc944d7d8f was deleted as no HA routers are present in tenant e92e4ec5b9d24a5ca444d82366102d7d. [pid: 7|app: 0|req: 561/1098] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:59:05 2026] DELETE /v2.0/routers/e58ce5cf-690d-43bb-b378-3cd633de5732 => generated 0 bytes in 600 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1099] 10.0.0.244 () {32 vars in 647 bytes} [Tue May 26 06:59:06 2026] GET /v2.0/subnets => generated 1280 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1100] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:59:06 2026] DELETE /v2.0/subnets/46abda39-99f8-417d-b96a-310954f3280f => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1101] 10.0.0.244 () {32 vars in 723 bytes} [Tue May 26 06:59:06 2026] GET /v2.0/networks/c33647e1-fc5a-47b3-8a0e-fa659b796dc5 => generated 669 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1102] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:59:06 2026] DELETE /v2.0/subnets/d27bcd63-243f-4639-adfb-4eb706f2af9f => 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: 566/1103] 10.0.0.244 () {32 vars in 721 bytes} [Tue May 26 06:59:06 2026] GET /v2.0/subnets/698349ce-5299-4330-9250-b4116276aeed => generated 641 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:59:06.799 7 INFO neutron_taas.services.taas.taas_plugin [None req-eea0dca3-718f-4c49-ba2f-8aeb8e7c2fbc 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] TaaS: Handle Delete Port: 05332134-0334-4d7d-b690-ddd68a3ca7c0 2026-05-26 06:59:06.802 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eea0dca3-718f-4c49-ba2f-8aeb8e7c2fbc 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] Tap Mirror: Handle Delete Port: 05332134-0334-4d7d-b690-ddd68a3ca7c0 [pid: 7|app: 0|req: 567/1104] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 06:59:06 2026] DELETE /v2.0/networks/3595dfcb-dbc2-427f-b11f-0391fce25ff4 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 06:59:07.021 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5e1c44a9-be54-42ba-b9c7-184bb465c101 78fc0fc4729b4a008caa217870d89e38 8b401e3fe96e40c2b3ffd625fea14d97 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 568/1105] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:59:07 2026] DELETE /v2.0/subnets/eb9718f0-0f29-49a9-ba6d-792119220583 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1106] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 06:59:04 2026] POST /v2.0/routers => generated 731 bytes in 2384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 06:59:07.101 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ebc664f2-9fd7-43bc-9c7f-663e80257b8d 78fc0fc4729b4a008caa217870d89e38 8b401e3fe96e40c2b3ffd625fea14d97 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 539/1107] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 06:59:07 2026] DELETE /v2.0/networks/219c3f78-f678-4424-91b7-7162c18dc4ea => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 06:59:07.123 7 INFO neutron_taas.services.taas.taas_plugin [None req-5ec6ae23-b79f-4eb0-8e84-58e75a0507ac 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] TaaS: Handle Delete Port: 84dc14ce-7457-4615-b62d-8a5541b24eee 2026-05-26 06:59:07.126 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ec6ae23-b79f-4eb0-8e84-58e75a0507ac 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] Tap Mirror: Handle Delete Port: 84dc14ce-7457-4615-b62d-8a5541b24eee [pid: 7|app: 0|req: 569/1108] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 06:59:07 2026] DELETE /v2.0/networks/1b8d649b-afd8-499a-99d2-18eeeda4e2bf => 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: 570/1109] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:59:07 2026] DELETE /v2.0/subnets/698349ce-5299-4330-9250-b4116276aeed => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 06:59:07.512 7 INFO neutron.db.segments_db [None req-01777ad3-c504-473d-b97b-21286cdf89e2 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] Added segment a876b845-7c4d-4e65-aad9-d98b6485328f of type vxlan for network 309a5c2c-3505-406d-85b7-1b927665c192 [pid: 7|app: 0|req: 571/1110] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 06:59:07 2026] POST /v2.0/networks => generated 633 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 06:59:07.672 7 INFO neutron.services.segments.plugin [-] Segment 4a273316-ca35-4e31-a5ae-4a5637af9eef resource provider aggregate not found 2026-05-26 06:59:07.678 7 INFO neutron.services.segments.plugin [-] Segment 4a273316-ca35-4e31-a5ae-4a5637af9eef resource provider aggregate not found 2026-05-26 06:59:07.695 7 INFO neutron.services.segments.plugin [-] Segment 4a273316-ca35-4e31-a5ae-4a5637af9eef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a273316-ca35-4e31-a5ae-4a5637af9eef found for delete ", "request_id": "req-91615cef-e8ac-4699-8f43-3ac60d3a2ba0"}]} 2026-05-26 06:59:07.700 7 INFO neutron.services.segments.plugin [-] Segment 4a273316-ca35-4e31-a5ae-4a5637af9eef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a273316-ca35-4e31-a5ae-4a5637af9eef found for delete ", "request_id": "req-bf5eaa71-6eb1-4882-9d9b-5117e2af57ba"}]} 2026-05-26 06:59:07.714 7 INFO neutron.services.segments.plugin [-] Segment d758751c-66e5-41e3-a831-e4af3d2999e5 resource provider aggregate not found 2026-05-26 06:59:07.719 7 INFO neutron.services.segments.plugin [-] Segment d758751c-66e5-41e3-a831-e4af3d2999e5 resource provider aggregate not found 2026-05-26 06:59:07.742 7 INFO neutron.services.segments.plugin [-] Segment d758751c-66e5-41e3-a831-e4af3d2999e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d758751c-66e5-41e3-a831-e4af3d2999e5 found for delete ", "request_id": "req-316824ab-1a38-4ced-9d70-fe95a5f6c819"}]} 2026-05-26 06:59:07.747 7 INFO neutron.services.segments.plugin [-] Segment d758751c-66e5-41e3-a831-e4af3d2999e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d758751c-66e5-41e3-a831-e4af3d2999e5 found for delete ", "request_id": "req-f398a19f-84a6-423c-8313-a30e3c9c89f0"}]} 2026-05-26 06:59:07.764 7 INFO neutron.services.segments.plugin [-] Segment 71375225-cd29-4222-aabb-f8eb45e0b4c7 resource provider aggregate not found 2026-05-26 06:59:07.772 7 INFO neutron.services.segments.plugin [-] Segment 71375225-cd29-4222-aabb-f8eb45e0b4c7 resource provider aggregate not found [pid: 7|app: 0|req: 572/1111] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 06:59:07 2026] DELETE /v2.0/networks/c33647e1-fc5a-47b3-8a0e-fa659b796dc5 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 06:59:07.795 7 INFO neutron.services.segments.plugin [-] Segment 71375225-cd29-4222-aabb-f8eb45e0b4c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71375225-cd29-4222-aabb-f8eb45e0b4c7 found for delete ", "request_id": "req-50f6b765-3337-4715-a632-75bba3cd0199"}]} 2026-05-26 06:59:07.796 7 INFO neutron.services.segments.plugin [-] Segment 71375225-cd29-4222-aabb-f8eb45e0b4c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71375225-cd29-4222-aabb-f8eb45e0b4c7 found for delete ", "request_id": "req-48e48512-e192-4b37-9842-22ea1b8cd2c1"}]} 2026-05-26 06:59:08.335 7 INFO neutron.db.segments_db [None req-8a0a6718-4ed2-4cf5-8d9e-28643183ecad abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Added segment 72d48eb0-6418-4fd7-964f-7751731e53bf of type vxlan for network 8c94cb93-e67b-4f39-9f71-6d4459027113 [pid: 7|app: 0|req: 573/1112] 10.0.0.244 () {34 vars in 671 bytes} [Tue May 26 06:59:07 2026] POST /v2.0/networks => generated 748 bytes in 643 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1113] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 06:59:08 2026] POST /v2.0/subnets => generated 646 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1114] 10.0.0.244 () {34 vars in 783 bytes} [Tue May 26 06:59:07 2026] PUT /v2.0/routers/68ce1327-926d-4259-98ee-90b4337b5be0/add_router_interface => generated 309 bytes in 1718 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1115] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 06:59:08 2026] GET /v2.0/security-groups?tenant_id=8b401e3fe96e40c2b3ffd625fea14d97&name=default => generated 2925 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 06:59:08.966 7 INFO neutron.db.segments_db [None req-303c6a67-dc2f-44ed-bfc4-cdcd4a8737b3 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] Added segment 34f06529-c2d8-4055-a751-99c1f7bbd95e of type vxlan for network a8ec66b5-3111-4dd3-b9d6-c2270b13372a [pid: 8|app: 0|req: 541/1116] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 06:59:08 2026] POST /v2.0/subnets => generated 695 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 06:59:09.204 7 INFO neutron.db.l3_hamode_db [None req-303c6a67-dc2f-44ed-bfc4-cdcd4a8737b3 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 542/1117] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:59:09 2026] DELETE /v2.0/security-groups/df1472fb-7907-4b13-a764-65801e67d548 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 06:59:09.253 8 INFO neutron.db.segments_db [None req-8f0d4728-1e9b-4060-8f87-006d54e18ded abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Added segment 50a55e60-8cb3-44db-ad96-e47bb2c63cd4 of type vxlan for network 433635ac-8da5-4763-94c1-b95a82f0dc25 2026-05-26 06:59:09.334 7 INFO neutron.db.l3_hamode_db [None req-303c6a67-dc2f-44ed-bfc4-cdcd4a8737b3 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 06:59:09.530 8 INFO neutron.db.l3_hamode_db [None req-8f0d4728-1e9b-4060-8f87-006d54e18ded abd4f5498a28477dad49606ae062519f 4176d3fc8e394a7ab9bc7d9144faf237 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 06:59:09.852 7 INFO neutron.services.segments.plugin [-] Segment 81173ff0-0362-4eb4-9236-05d7ebc498bd resource provider aggregate not found 2026-05-26 06:59:09.867 7 INFO neutron.services.segments.plugin [-] Segment 81173ff0-0362-4eb4-9236-05d7ebc498bd resource provider aggregate not found 2026-05-26 06:59:09.883 7 INFO neutron.services.segments.plugin [-] Segment 81173ff0-0362-4eb4-9236-05d7ebc498bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81173ff0-0362-4eb4-9236-05d7ebc498bd found for delete ", "request_id": "req-69fbc35e-2182-4ccc-b8fc-57885e09fedd"}]} 2026-05-26 06:59:09.894 7 INFO neutron.services.segments.plugin [-] Segment 81173ff0-0362-4eb4-9236-05d7ebc498bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81173ff0-0362-4eb4-9236-05d7ebc498bd found for delete ", "request_id": "req-edccf6d9-ce21-4d1c-a855-e1aa94575478"}]} [pid: 7|app: 0|req: 576/1118] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 06:59:08 2026] POST /v2.0/routers => generated 511 bytes in 1205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1119] 10.0.0.244 () {34 vars in 685 bytes} [Tue May 26 06:59:10 2026] POST /v2.0/security-groups => generated 1660 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-26 06:59:10.484 8 INFO neutron.db.l3_hamode_db [None req-8f0d4728-1e9b-4060-8f87-006d54e18ded abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 578/1120] 10.0.0.244 () {34 vars in 665 bytes} [Tue May 26 06:59:10 2026] POST /v2.0/ports => generated 964 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 579/1121] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 06:59:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1122] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 06:59:09 2026] POST /v2.0/routers => generated 735 bytes in 2451 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1123] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 06:59:11 2026] POST /v2.0/security-group-rules => generated 602 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1124] 10.0.0.244 () {34 vars in 783 bytes} [Tue May 26 06:59:10 2026] PUT /v2.0/routers/fdc10b63-17d6-41fd-af6a-74807723c4cb/add_router_interface => generated 309 bytes in 1285 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 06:59:12.253 8 INFO neutron.db.segments_db [None req-d8a046a8-691b-4e13-9830-2f5490ca980c 78130eb4d1e246d59682a07646f6a7cc 24b3ea7f849445c8bd554480e75abdcc - - default default] Added segment f8c14743-8050-40b0-9304-2d74e7bfca2e of type vxlan for network 02c7234c-22e0-4b60-a62e-7c74c46ae074 [pid: 8|app: 0|req: 545/1125] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 06:59:11 2026] POST /v2.0/networks => generated 649 bytes in 559 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1128] 10.0.0.244 () {34 vars in 676 bytes} [Tue May 26 06:59:12 2026] POST /v2.0/floatingips => generated 552 bytes in 669 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1129] 10.0.0.244 () {32 vars in 717 bytes} [Tue May 26 06:59:13 2026] GET /v2.0/ports/e77698f8-3353-46ee-9f3c-90ba2186bb74 => generated 1038 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1130] 10.0.0.244 () {34 vars in 783 bytes} [Tue May 26 06:59:12 2026] PUT /v2.0/routers/b618214e-cd73-43b9-a4ab-8ef5c870207f/add_router_interface => generated 309 bytes in 1407 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1131] 10.0.0.244 () {34 vars in 665 bytes} [Tue May 26 06:59:13 2026] POST /v2.0/ports => generated 778 bytes in 387 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: 551/1132] 10.0.0.175 () {34 vars in 1098 bytes} [Tue May 26 06:59:13 2026] GET /v2.0/security-groups?name=tempest-securitygroup--499416409&fields=id&tenant_id=430fb3fa8df3473b8be5fb4bedac14d3 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 06:59:13.677 8 INFO neutron.db.segments_db [None req-e11482a4-51f5-45ed-b945-4f29b3bde9ea 78130eb4d1e246d59682a07646f6a7cc 24b3ea7f849445c8bd554480e75abdcc - - default default] Added segment 702cd3ca-2261-4d11-848e-f48eee90de1f of type vxlan for network e7145169-c94b-4213-9039-6d9d829023e7 [pid: 8|app: 0|req: 552/1133] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 06:59:13 2026] POST /v2.0/networks => generated 635 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1134] 10.0.0.175 () {34 vars in 982 bytes} [Tue May 26 06:59:13 2026] GET /v2.0/networks?id=fb8ec8b6-8079-4128-a42f-91ccdb0bbae4 => generated 676 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:59:13.857 7 INFO neutron_taas.services.taas.taas_plugin [None req-81700ecd-6318-4a2d-98d3-ea56eaeb2348 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] TaaS: Handle Delete Port: e77698f8-3353-46ee-9f3c-90ba2186bb74 2026-05-26 06:59:13.860 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81700ecd-6318-4a2d-98d3-ea56eaeb2348 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] Tap Mirror: Handle Delete Port: e77698f8-3353-46ee-9f3c-90ba2186bb74 [pid: 8|app: 0|req: 554/1135] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 06:59:13 2026] POST /v2.0/subnets => generated 646 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1136] 10.0.0.175 () {34 vars in 965 bytes} [Tue May 26 06:59:14 2026] GET /v2.0/quotas/430fb3fa8df3473b8be5fb4bedac14d3 => 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: 556/1137] 10.0.0.244 () {34 vars in 685 bytes} [Tue May 26 06:59:14 2026] POST /v2.0/security-groups => generated 1660 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1138] 10.0.0.244 () {34 vars in 789 bytes} [Tue May 26 06:59:13 2026] PUT /v2.0/routers/fdc10b63-17d6-41fd-af6a-74807723c4cb/remove_router_interface => generated 309 bytes in 920 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: 583/1139] 10.0.0.175 () {34 vars in 1002 bytes} [Tue May 26 06:59:14 2026] GET /v2.0/ports?tenant_id=430fb3fa8df3473b8be5fb4bedac14d3&fields=id => generated 103 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1140] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 06:59:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1141] 10.0.0.244 () {34 vars in 665 bytes} [Tue May 26 06:59:14 2026] POST /v2.0/ports => generated 961 bytes in 377 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: 558/1142] 10.0.0.175 () {34 vars in 1008 bytes} [Tue May 26 06:59:14 2026] GET /v2.0/networks/fb8ec8b6-8079-4128-a42f-91ccdb0bbae4?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 06:59:14.809 7 INFO neutron.api.v2.resource [None req-17b26873-1192-4c56-9ef1-c5216303ddc6 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 585/1143] 10.0.0.244 () {34 vars in 789 bytes} [Tue May 26 06:59:14 2026] PUT /v2.0/routers/fdc10b63-17d6-41fd-af6a-74807723c4cb/remove_router_interface => generated 197 bytes in 146 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1144] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 06:59:14 2026] POST /v2.0/security-group-rules => generated 602 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1145] 10.0.0.175 () {34 vars in 1108 bytes} [Tue May 26 06:59:14 2026] GET /v2.0/networks/fb8ec8b6-8079-4128-a42f-91ccdb0bbae4?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) 2026-05-26 06:59:14.989 7 INFO neutron_taas.services.taas.taas_plugin [None req-4fa58a4a-736a-46eb-9eae-1147a3d48bc0 78130eb4d1e246d59682a07646f6a7cc 24b3ea7f849445c8bd554480e75abdcc - - default default] TaaS: Handle Delete Port: 16769f1a-763e-4fde-9fb1-73fb3e0fb76b 2026-05-26 06:59:14.993 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4fa58a4a-736a-46eb-9eae-1147a3d48bc0 78130eb4d1e246d59682a07646f6a7cc 24b3ea7f849445c8bd554480e75abdcc - - default default] Tap Mirror: Handle Delete Port: 16769f1a-763e-4fde-9fb1-73fb3e0fb76b [pid: 8|app: 0|req: 561/1146] 10.0.0.244 () {32 vars in 736 bytes} [Tue May 26 06:59:14 2026] GET /v2.0/ports?device_id=fdc10b63-17d6-41fd-af6a-74807723c4cb => 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: 586/1147] 10.0.0.244 () {32 vars in 720 bytes} [Tue May 26 06:59:14 2026] DELETE /v2.0/ports/16769f1a-763e-4fde-9fb1-73fb3e0fb76b => generated 0 bytes in 357 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 06:59:15.387 7 INFO neutron_taas.services.taas.taas_plugin [None req-4a21bdd9-514d-4d1a-8bb9-7f8589598a18 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] TaaS: Handle Delete Port: 56135eb8-d0db-4fbc-a9f5-ae9e12a032ca 2026-05-26 06:59:15.392 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a21bdd9-514d-4d1a-8bb9-7f8589598a18 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] Tap Mirror: Handle Delete Port: 56135eb8-d0db-4fbc-a9f5-ae9e12a032ca [pid: 8|app: 0|req: 562/1148] 10.0.0.244 () {34 vars in 676 bytes} [Tue May 26 06:59:14 2026] POST /v2.0/floatingips => generated 552 bytes in 627 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1149] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:15 2026] GET /v2.0/ports?device_id=3b42a636-2618-4314-845a-c1a48b1637fb => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 06:59:15.665 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c2bdc8bc-9fa5-4cb9-bb18-0ad08fc6b156 78130eb4d1e246d59682a07646f6a7cc 24b3ea7f849445c8bd554480e75abdcc - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 564/1150] 10.0.0.244 () {32 vars in 720 bytes} [Tue May 26 06:59:15 2026] DELETE /v2.0/ports/16769f1a-763e-4fde-9fb1-73fb3e0fb76b => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 06:59:15.689 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e479936b-146a-4f80-8cf0-b85d59834c70 78130eb4d1e246d59682a07646f6a7cc 24b3ea7f849445c8bd554480e75abdcc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 565/1151] 10.0.0.244 () {32 vars in 717 bytes} [Tue May 26 06:59:15 2026] GET /v2.0/ports/16769f1a-763e-4fde-9fb1-73fb3e0fb76b => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 06:59:15.775 7 INFO neutron.services.segments.plugin [-] Segment 34f06529-c2d8-4055-a751-99c1f7bbd95e resource provider aggregate not found 2026-05-26 06:59:15.782 7 INFO neutron.services.segments.plugin [-] Segment 34f06529-c2d8-4055-a751-99c1f7bbd95e resource provider aggregate not found 2026-05-26 06:59:15.802 7 INFO neutron.db.l3_hamode_db [None req-4a21bdd9-514d-4d1a-8bb9-7f8589598a18 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] HA network a8ec66b5-3111-4dd3-b9d6-c2270b13372a was deleted as no HA routers are present in tenant e92e4ec5b9d24a5ca444d82366102d7d. 2026-05-26 06:59:15.804 7 INFO neutron.services.segments.plugin [-] Segment 34f06529-c2d8-4055-a751-99c1f7bbd95e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34f06529-c2d8-4055-a751-99c1f7bbd95e found for delete ", "request_id": "req-7205dd98-9184-4c2b-8a79-20dbc24fe584"}]} [pid: 7|app: 0|req: 587/1152] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:59:15 2026] DELETE /v2.0/routers/fdc10b63-17d6-41fd-af6a-74807723c4cb => generated 0 bytes in 640 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 06:59:15.817 7 INFO neutron.services.segments.plugin [-] Segment 34f06529-c2d8-4055-a751-99c1f7bbd95e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34f06529-c2d8-4055-a751-99c1f7bbd95e found for delete ", "request_id": "req-6923de2b-7074-404c-a2ae-ec8f3d836de5"}]} [pid: 8|app: 0|req: 566/1153] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:59:15 2026] DELETE /v2.0/subnets/1782e0f2-edce-4f2c-bef8-a9ec4b6db6e2 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1154] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:59:15 2026] DELETE /v2.0/subnets/0cb6d9fd-0067-4130-b9c2-cf5cb605b6d6 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 06:59:16.032 8 INFO neutron.services.segments.plugin [-] Segment 702cd3ca-2261-4d11-848e-f48eee90de1f resource provider aggregate not found 2026-05-26 06:59:16.039 8 INFO neutron.services.segments.plugin [-] Segment 702cd3ca-2261-4d11-848e-f48eee90de1f resource provider aggregate not found 2026-05-26 06:59:16.077 8 INFO neutron.services.segments.plugin [-] Segment 702cd3ca-2261-4d11-848e-f48eee90de1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 702cd3ca-2261-4d11-848e-f48eee90de1f found for delete ", "request_id": "req-a25a636e-b1c7-4d22-aaad-954e930b3f98"}]} 2026-05-26 06:59:16.077 8 INFO neutron.services.segments.plugin [-] Segment 702cd3ca-2261-4d11-848e-f48eee90de1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 702cd3ca-2261-4d11-848e-f48eee90de1f found for delete ", "request_id": "req-a2f53ee1-1437-4877-9c38-8de313f90db1"}]} [pid: 8|app: 0|req: 567/1155] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 06:59:15 2026] DELETE /v2.0/networks/e7145169-c94b-4213-9039-6d9d829023e7 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 06:59:16.172 8 INFO neutron.db.segments_db [None req-8f971c25-7d2f-4277-b9f7-efa965b9ef60 78130eb4d1e246d59682a07646f6a7cc 24b3ea7f849445c8bd554480e75abdcc - - default default] Added segment 98ff2811-49dd-435f-b49d-97381a338ff5 of type vxlan for network f8bcfee4-8fcc-4a72-9d8f-e2f6dfd70e6d [pid: 7|app: 0|req: 589/1156] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 06:59:15 2026] DELETE /v2.0/networks/309a5c2c-3505-406d-85b7-1b927665c192 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 06:59:16.266 7 INFO neutron.db.segments_db [None req-1180a161-ea80-4cb5-a614-582522536365 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] Added segment 446979b4-b95f-453d-9e5d-4368a3088a35 of type vxlan for network 21a18ab8-ca86-4862-ab0a-3cb23ff35488 [pid: 8|app: 0|req: 568/1157] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 06:59:16 2026] POST /v2.0/networks => generated 636 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1158] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 06:59:16 2026] POST /v2.0/networks => generated 634 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1159] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 06:59:16 2026] POST /v2.0/subnets => generated 646 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1160] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 06:59:16 2026] POST /v2.0/subnets => generated 646 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1161] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:16 2026] GET /v2.0/ports?device_id=3b42a636-2618-4314-845a-c1a48b1637fb => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 06:59:16.895 7 INFO neutron.db.segments_db [None req-f8f7c7a4-bda2-42b9-94ca-9569095ec11b 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] Added segment b2bd4997-d410-4f8a-a531-5d463ac85f29 of type vxlan for network 91a09a70-adc0-49bd-904e-f97bf6ab8ac4 [pid: 8|app: 0|req: 570/1162] 10.0.0.244 () {34 vars in 665 bytes} [Tue May 26 06:59:16 2026] POST /v2.0/ports => generated 927 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 06:59:17.239 8 INFO neutron_taas.services.taas.taas_plugin [None req-2cb471ba-a349-49e4-80bc-8d5f6f14ba07 78130eb4d1e246d59682a07646f6a7cc 24b3ea7f849445c8bd554480e75abdcc - - default default] TaaS: Handle Delete Port: b6a290b6-0480-4427-8895-e6113243b429 2026-05-26 06:59:17.244 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2cb471ba-a349-49e4-80bc-8d5f6f14ba07 78130eb4d1e246d59682a07646f6a7cc 24b3ea7f849445c8bd554480e75abdcc - - default default] Tap Mirror: Handle Delete Port: b6a290b6-0480-4427-8895-e6113243b429 2026-05-26 06:59:17.289 7 INFO neutron.db.l3_hamode_db [None req-f8f7c7a4-bda2-42b9-94ca-9569095ec11b 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 571/1163] 10.0.0.244 () {32 vars in 720 bytes} [Tue May 26 06:59:17 2026] DELETE /v2.0/ports/b6a290b6-0480-4427-8895-e6113243b429 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 06:59:17.413 8 INFO neutron.pecan_wsgi.hooks.translation [None req-33345f75-6cdd-4584-9778-23a56cf4f87f 78130eb4d1e246d59682a07646f6a7cc 24b3ea7f849445c8bd554480e75abdcc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 572/1164] 10.0.0.244 () {32 vars in 717 bytes} [Tue May 26 06:59:17 2026] GET /v2.0/ports/b6a290b6-0480-4427-8895-e6113243b429 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 06:59:17.496 7 INFO neutron.db.l3_hamode_db [None req-f8f7c7a4-bda2-42b9-94ca-9569095ec11b 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 573/1165] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:59:17 2026] DELETE /v2.0/subnets/db16b632-ebea-49e3-80a1-93fcfddc7fc2 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1166] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 06:59:17 2026] DELETE /v2.0/networks/f8bcfee4-8fcc-4a72-9d8f-e2f6dfd70e6d => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 06:59:17.827 7 INFO neutron.services.segments.plugin [-] Segment a876b845-7c4d-4e65-aad9-d98b6485328f resource provider aggregate not found 2026-05-26 06:59:17.846 7 INFO neutron.services.segments.plugin [-] Segment a876b845-7c4d-4e65-aad9-d98b6485328f resource provider aggregate not found 2026-05-26 06:59:17.848 7 INFO neutron.services.segments.plugin [-] Segment a876b845-7c4d-4e65-aad9-d98b6485328f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a876b845-7c4d-4e65-aad9-d98b6485328f found for delete ", "request_id": "req-534697ea-b525-4a81-a55d-a4aba7a6c149"}]} 2026-05-26 06:59:17.868 7 INFO neutron.services.segments.plugin [-] Segment a876b845-7c4d-4e65-aad9-d98b6485328f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a876b845-7c4d-4e65-aad9-d98b6485328f found for delete ", "request_id": "req-0a444bf0-fe28-4937-8222-37e953bea0fa"}]} 2026-05-26 06:59:18.094 8 INFO neutron.services.segments.plugin [-] Segment 98ff2811-49dd-435f-b49d-97381a338ff5 resource provider aggregate not found 2026-05-26 06:59:18.102 8 INFO neutron.services.segments.plugin [-] Segment 98ff2811-49dd-435f-b49d-97381a338ff5 resource provider aggregate not found 2026-05-26 06:59:18.111 8 INFO neutron.services.segments.plugin [-] Segment 98ff2811-49dd-435f-b49d-97381a338ff5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98ff2811-49dd-435f-b49d-97381a338ff5 found for delete ", "request_id": "req-6b589346-e4fe-43f3-af6b-18845a9eb38d"}]} 2026-05-26 06:59:18.121 8 INFO neutron.services.segments.plugin [-] Segment 98ff2811-49dd-435f-b49d-97381a338ff5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98ff2811-49dd-435f-b49d-97381a338ff5 found for delete ", "request_id": "req-c6f1ef8e-a406-4a6f-b610-534d2c76a553"}]} [pid: 8|app: 0|req: 575/1167] 10.0.0.244 () {34 vars in 665 bytes} [Tue May 26 06:59:17 2026] POST /v2.0/ports => generated 779 bytes in 372 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: 593/1168] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 06:59:16 2026] POST /v2.0/routers => generated 510 bytes in 1411 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1169] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:18 2026] GET /v2.0/ports?device_id=3b42a636-2618-4314-845a-c1a48b1637fb => 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: 594/1170] 10.0.0.244 () {34 vars in 737 bytes} [Tue May 26 06:59:18 2026] PUT /v2.0/ports/ba6ad50e-9c23-457d-b6f3-5ef47f451d43 => generated 752 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 06:59:18.589 7 INFO neutron_taas.services.taas.taas_plugin [None req-d0621b1d-b36f-4edc-b735-34c0b6a56bc5 78130eb4d1e246d59682a07646f6a7cc 24b3ea7f849445c8bd554480e75abdcc - - default default] TaaS: Handle Delete Port: ba6ad50e-9c23-457d-b6f3-5ef47f451d43 2026-05-26 06:59:18.593 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0621b1d-b36f-4edc-b735-34c0b6a56bc5 78130eb4d1e246d59682a07646f6a7cc 24b3ea7f849445c8bd554480e75abdcc - - default default] Tap Mirror: Handle Delete Port: ba6ad50e-9c23-457d-b6f3-5ef47f451d43 [pid: 7|app: 0|req: 595/1171] 10.0.0.244 () {32 vars in 720 bytes} [Tue May 26 06:59:18 2026] DELETE /v2.0/ports/ba6ad50e-9c23-457d-b6f3-5ef47f451d43 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1172] 10.0.0.244 () {32 vars in 643 bytes} [Tue May 26 06:59:18 2026] GET /v2.0/ports => generated 781 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:59:18.741 7 INFO neutron.pecan_wsgi.hooks.translation [None req-acf972f2-068a-49dd-8027-4bd3f8476c96 78130eb4d1e246d59682a07646f6a7cc 24b3ea7f849445c8bd554480e75abdcc - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 597/1173] 10.0.0.244 () {32 vars in 717 bytes} [Tue May 26 06:59:18 2026] GET /v2.0/ports/ba6ad50e-9c23-457d-b6f3-5ef47f451d43 => 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: 598/1174] 10.0.0.244 () {32 vars in 643 bytes} [Tue May 26 06:59:18 2026] GET /v2.0/ports => generated 781 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1175] 10.0.0.244 () {32 vars in 717 bytes} [Tue May 26 06:59:18 2026] GET /v2.0/ports/522f61f5-f658-43bc-b93d-e2935bb49c5e => generated 778 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:59:18.860 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8e2dfc87-1d42-41ad-bfb9-fa2519c9f625 78130eb4d1e246d59682a07646f6a7cc 24b3ea7f849445c8bd554480e75abdcc - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 600/1176] 10.0.0.244 () {32 vars in 720 bytes} [Tue May 26 06:59:18 2026] DELETE /v2.0/ports/b6a290b6-0480-4427-8895-e6113243b429 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 06:59:18.883 7 INFO neutron.pecan_wsgi.hooks.translation [None req-856d0862-12b1-412b-a3e7-8e53e9a17cbc 78130eb4d1e246d59682a07646f6a7cc 24b3ea7f849445c8bd554480e75abdcc - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 601/1177] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:59:18 2026] DELETE /v2.0/subnets/db16b632-ebea-49e3-80a1-93fcfddc7fc2 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 06:59:18.905 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5c11176b-8308-41ca-bdeb-3b23a748e970 78130eb4d1e246d59682a07646f6a7cc 24b3ea7f849445c8bd554480e75abdcc - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 602/1178] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:59:18 2026] DELETE /v2.0/subnets/1782e0f2-edce-4f2c-bef8-a9ec4b6db6e2 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 06:59:19.005 7 INFO neutron_taas.services.taas.taas_plugin [None req-a69058db-e7bb-4a3d-bcfc-86330076fcb2 78130eb4d1e246d59682a07646f6a7cc 24b3ea7f849445c8bd554480e75abdcc - - default default] TaaS: Handle Delete Port: 522f61f5-f658-43bc-b93d-e2935bb49c5e 2026-05-26 06:59:19.008 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a69058db-e7bb-4a3d-bcfc-86330076fcb2 78130eb4d1e246d59682a07646f6a7cc 24b3ea7f849445c8bd554480e75abdcc - - default default] Tap Mirror: Handle Delete Port: 522f61f5-f658-43bc-b93d-e2935bb49c5e [pid: 7|app: 0|req: 603/1179] 10.0.0.244 () {32 vars in 720 bytes} [Tue May 26 06:59:18 2026] DELETE /v2.0/ports/522f61f5-f658-43bc-b93d-e2935bb49c5e => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1180] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 06:59:19 2026] DELETE /v2.0/networks/02c7234c-22e0-4b60-a62e-7c74c46ae074 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1181] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:19 2026] GET /v2.0/ports?device_id=3b42a636-2618-4314-845a-c1a48b1637fb => 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: 577/1182] 10.0.0.244 () {34 vars in 783 bytes} [Tue May 26 06:59:18 2026] PUT /v2.0/routers/027ae7eb-e47a-4740-a723-b67fe27d84d2/add_router_interface => generated 309 bytes in 1269 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1183] 10.0.0.244 () {32 vars in 717 bytes} [Tue May 26 06:59:19 2026] GET /v2.0/ports/01c558eb-ac90-4ced-889e-906289112457 => generated 959 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:59:19.872 7 INFO neutron.services.segments.plugin [-] Segment f8c14743-8050-40b0-9304-2d74e7bfca2e resource provider aggregate not found 2026-05-26 06:59:19.886 7 INFO neutron.services.segments.plugin [-] Segment f8c14743-8050-40b0-9304-2d74e7bfca2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8c14743-8050-40b0-9304-2d74e7bfca2e found for delete ", "request_id": "req-d4197b26-a1e7-412e-96de-81477a4ab865"}]} 2026-05-26 06:59:19.893 7 INFO neutron.services.segments.plugin [-] Segment f8c14743-8050-40b0-9304-2d74e7bfca2e resource provider aggregate not found 2026-05-26 06:59:19.907 7 INFO neutron.services.segments.plugin [-] Segment f8c14743-8050-40b0-9304-2d74e7bfca2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8c14743-8050-40b0-9304-2d74e7bfca2e found for delete ", "request_id": "req-25cf3e2e-605e-4e34-87e7-37e0132218cf"}]} 2026-05-26 06:59:19.940 8 INFO neutron_taas.services.taas.taas_plugin [None req-eaa4d649-284e-4f47-a5b6-47f050d135ba 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] TaaS: Handle Delete Port: 01c558eb-ac90-4ced-889e-906289112457 2026-05-26 06:59:19.943 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eaa4d649-284e-4f47-a5b6-47f050d135ba 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] Tap Mirror: Handle Delete Port: 01c558eb-ac90-4ced-889e-906289112457 [pid: 7|app: 0|req: 607/1184] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 06:59:19 2026] GET /v2.0/security-groups?tenant_id=24b3ea7f849445c8bd554480e75abdcc&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1185] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:59:20 2026] DELETE /v2.0/security-groups/246da3ad-cb3f-496b-b994-b112683c2337 => 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: 609/1186] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:20 2026] GET /v2.0/ports?device_id=3b42a636-2618-4314-845a-c1a48b1637fb => 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: 578/1187] 10.0.0.244 () {34 vars in 789 bytes} [Tue May 26 06:59:19 2026] PUT /v2.0/routers/027ae7eb-e47a-4740-a723-b67fe27d84d2/remove_router_interface => generated 309 bytes in 959 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1188] 10.0.0.244 () {32 vars in 736 bytes} [Tue May 26 06:59:20 2026] GET /v2.0/ports?device_id=027ae7eb-e47a-4740-a723-b67fe27d84d2 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 06:59:20.769 8 INFO neutron_taas.services.taas.taas_plugin [None req-3d085a37-e67c-4b05-b8e5-88f205fccafd 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] TaaS: Handle Delete Port: 937ff281-b4ff-4dda-a24d-890885165940 2026-05-26 06:59:20.773 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d085a37-e67c-4b05-b8e5-88f205fccafd 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] Tap Mirror: Handle Delete Port: 937ff281-b4ff-4dda-a24d-890885165940 [pid: 7|app: 0|req: 611/1189] 10.0.0.175 () {34 vars in 1098 bytes} [Tue May 26 06:59:20 2026] GET /v2.0/security-groups?name=tempest-securitygroup--299750645&fields=id&tenant_id=4176d3fc8e394a7ab9bc7d9144faf237 => generated 69 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1190] 10.0.0.175 () {34 vars in 982 bytes} [Tue May 26 06:59:20 2026] GET /v2.0/networks?id=8c94cb93-e67b-4f39-9f71-6d4459027113 => generated 680 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1191] 10.0.0.175 () {34 vars in 965 bytes} [Tue May 26 06:59:20 2026] GET /v2.0/quotas/4176d3fc8e394a7ab9bc7d9144faf237 => 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: 614/1192] 10.0.0.175 () {34 vars in 1002 bytes} [Tue May 26 06:59:20 2026] GET /v2.0/ports?tenant_id=4176d3fc8e394a7ab9bc7d9144faf237&fields=id => generated 103 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1193] 10.0.0.175 () {34 vars in 1008 bytes} [Tue May 26 06:59:21 2026] GET /v2.0/networks/8c94cb93-e67b-4f39-9f71-6d4459027113?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 06:59:21.223 8 INFO neutron.services.segments.plugin [-] Segment b2bd4997-d410-4f8a-a531-5d463ac85f29 resource provider aggregate not found 2026-05-26 06:59:21.226 8 INFO neutron.services.segments.plugin [-] Segment b2bd4997-d410-4f8a-a531-5d463ac85f29 resource provider aggregate not found 2026-05-26 06:59:21.245 8 INFO neutron.services.segments.plugin [-] Segment b2bd4997-d410-4f8a-a531-5d463ac85f29 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2bd4997-d410-4f8a-a531-5d463ac85f29 found for delete ", "request_id": "req-5a41c5ee-fa6c-4a22-8046-364be30b375c"}]} 2026-05-26 06:59:21.247 8 INFO neutron.services.segments.plugin [-] Segment b2bd4997-d410-4f8a-a531-5d463ac85f29 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2bd4997-d410-4f8a-a531-5d463ac85f29 found for delete ", "request_id": "req-56bafb05-38cd-470a-a374-296b47ac3f5b"}]} [pid: 7|app: 0|req: 616/1194] 10.0.0.175 () {34 vars in 1108 bytes} [Tue May 26 06:59:21 2026] GET /v2.0/networks/8c94cb93-e67b-4f39-9f71-6d4459027113?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 06:59:21.253 8 INFO neutron.db.l3_hamode_db [None req-3d085a37-e67c-4b05-b8e5-88f205fccafd 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] HA network 91a09a70-adc0-49bd-904e-f97bf6ab8ac4 was deleted as no HA routers are present in tenant e92e4ec5b9d24a5ca444d82366102d7d. [pid: 8|app: 0|req: 579/1195] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:59:20 2026] DELETE /v2.0/routers/027ae7eb-e47a-4740-a723-b67fe27d84d2 => generated 0 bytes in 732 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1196] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:59:21 2026] DELETE /v2.0/subnets/8e972283-0d79-459f-a468-cc6bf403cba2 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1197] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:21 2026] GET /v2.0/ports?device_id=3b42a636-2618-4314-845a-c1a48b1637fb => 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: 619/1198] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 06:59:21 2026] GET /v2.0/networks?id=fb8ec8b6-8079-4128-a42f-91ccdb0bbae4 => generated 676 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1199] 199.204.45.250 () {34 vars in 1050 bytes} [Tue May 26 06:59:21 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=430fb3fa8df3473b8be5fb4bedac14d3 => generated 180 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1200] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:21 2026] GET /v2.0/ports?device_id=bd44a33e-37ea-44af-a461-0a19ba9369be => 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: 580/1201] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 06:59:21 2026] DELETE /v2.0/networks/21a18ab8-ca86-4862-ab0a-3cb23ff35488 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 06:59:21.731 8 INFO neutron.db.segments_db [None req-911f46c6-dc8a-4e92-8a03-a1aee691b58c 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] Added segment db6fc476-e69a-4c94-b7a9-f082540b89df of type vxlan for network 1246e771-54d8-40f3-b471-ff9f1a661a96 2026-05-26 06:59:22.069 8 INFO neutron.db.l3_hamode_db [None req-911f46c6-dc8a-4e92-8a03-a1aee691b58c 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 622/1202] 199.204.45.250 () {38 vars in 955 bytes} [Tue May 26 06:59:21 2026] POST /v2.0/ports => generated 954 bytes in 497 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: 623/1203] 10.0.0.244 () {34 vars in 684 bytes} [Tue May 26 06:59:22 2026] POST /v2.0/security-groups => generated 1625 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-26 06:59:22.972 8 INFO neutron.db.l3_hamode_db [None req-911f46c6-dc8a-4e92-8a03-a1aee691b58c 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 624/1204] 199.204.45.250 () {38 vars in 1028 bytes} [Tue May 26 06:59:22 2026] PUT /v2.0/ports/36e31eb4-989f-45f0-a3f8-067c27ab8d61 => generated 1235 bytes in 452 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 625/1205] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:23 2026] GET /v2.0/ports?device_id=3b42a636-2618-4314-845a-c1a48b1637fb => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1206] 10.0.0.244 () {32 vars in 663 bytes} [Tue May 26 06:59:23 2026] GET /v2.0/security-groups => generated 4530 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1207] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:23 2026] GET /v2.0/ports?device_id=bd44a33e-37ea-44af-a461-0a19ba9369be => 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: 628/1208] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:59:23 2026] GET /v2.0/security-groups?id=40cf7570-5884-4406-978b-0b38a7d930e9&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:59:23.214 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3e655fb7-14e2-43f1-911e-c5d2114d6895'] response: {'name': 'network-changed', 'server_uuid': '3b42a636-2618-4314-845a-c1a48b1637fb', 'tag': '36e31eb4-989f-45f0-a3f8-067c27ab8d61', 'status': 'completed', 'code': 200} 2026-05-26 06:59:23.274 8 INFO neutron.services.segments.plugin [-] Segment 446979b4-b95f-453d-9e5d-4368a3088a35 resource provider aggregate not found 2026-05-26 06:59:23.285 8 INFO neutron.services.segments.plugin [-] Segment 446979b4-b95f-453d-9e5d-4368a3088a35 resource provider aggregate not found 2026-05-26 06:59:23.296 8 INFO neutron.services.segments.plugin [-] Segment 446979b4-b95f-453d-9e5d-4368a3088a35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 446979b4-b95f-453d-9e5d-4368a3088a35 found for delete ", "request_id": "req-e9bbdf07-e4e5-48b4-a0b5-021870f130dd"}]} [pid: 7|app: 0|req: 629/1209] 10.0.0.244 () {34 vars in 758 bytes} [Tue May 26 06:59:23 2026] PUT /v2.0/security-groups/a77ca857-eb52-40c0-8fbd-821a3683abe1 => generated 1663 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 06:59:23.302 8 INFO neutron.services.segments.plugin [-] Segment 446979b4-b95f-453d-9e5d-4368a3088a35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 446979b4-b95f-453d-9e5d-4368a3088a35 found for delete ", "request_id": "req-5b7abdfc-2447-404a-8e57-2b25c447b94b"}]} [pid: 7|app: 0|req: 630/1210] 10.0.0.244 () {32 vars in 737 bytes} [Tue May 26 06:59:23 2026] GET /v2.0/security-groups/a77ca857-eb52-40c0-8fbd-821a3683abe1 => generated 1663 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1211] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:59:23 2026] DELETE /v2.0/security-groups/a77ca857-eb52-40c0-8fbd-821a3683abe1 => 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: 632/1212] 10.0.0.244 () {32 vars in 663 bytes} [Tue May 26 06:59:23 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 06:59:23.487 7 INFO neutron.api.v2.resource [None req-f5e2b6f6-d6fe-43ff-8820-3e77f5378eff 7c6d7da5df68476ba100885e19cd266d da1e53e110f047e5a198213496318074 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 633/1213] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:59:23 2026] DELETE /v2.0/security-groups/a77ca857-eb52-40c0-8fbd-821a3683abe1 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1214] 10.0.0.244 () {34 vars in 684 bytes} [Tue May 26 06:59:23 2026] POST /v2.0/security-groups => generated 1624 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1215] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 06:59:23 2026] POST /v2.0/security-group-rules => generated 601 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1216] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 06:59:23 2026] GET /v2.0/ports?tenant_id=430fb3fa8df3473b8be5fb4bedac14d3&device_id=3b42a636-2618-4314-845a-c1a48b1637fb => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1217] 10.0.0.244 () {32 vars in 747 bytes} [Tue May 26 06:59:23 2026] GET /v2.0/security-group-rules/459d432d-e584-4e9e-88d0-be61e588d0c3 => 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: 638/1218] 199.204.45.250 () {34 vars in 1018 bytes} [Tue May 26 06:59:23 2026] GET /v2.0/networks?tenant_id=430fb3fa8df3473b8be5fb4bedac14d3&shared=False => generated 772 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1219] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 06:59:21 2026] POST /v2.0/routers => generated 692 bytes in 2334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1220] 10.0.0.244 () {32 vars in 673 bytes} [Tue May 26 06:59:23 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1221] 199.204.45.250 () {34 vars in 930 bytes} [Tue May 26 06:59:24 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1222] 10.0.0.244 () {32 vars in 721 bytes} [Tue May 26 06:59:24 2026] GET /v2.0/routers/128dbb4d-5204-4621-8d22-0daa868097a9 => generated 698 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1223] 10.0.0.244 () {32 vars in 750 bytes} [Tue May 26 06:59:24 2026] DELETE /v2.0/security-group-rules/459d432d-e584-4e9e-88d0-be61e588d0c3 => 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: 641/1224] 10.0.0.244 () {32 vars in 647 bytes} [Tue May 26 06:59:24 2026] GET /v2.0/routers => generated 701 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1225] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:24 2026] GET /v2.0/ports?device_id=bd44a33e-37ea-44af-a461-0a19ba9369be => 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: 584/1226] 10.0.0.244 () {32 vars in 673 bytes} [Tue May 26 06:59:24 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1227] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 06:59:24 2026] POST /v2.0/security-group-rules => generated 601 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1228] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:24 2026] GET /v2.0/ports?device_id=3b42a636-2618-4314-845a-c1a48b1637fb => 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: 587/1229] 10.0.0.244 () {32 vars in 747 bytes} [Tue May 26 06:59:24 2026] GET /v2.0/security-group-rules/02aecc76-2c35-4756-a8fc-b937a05e1ea8 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1230] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:59:24 2026] GET /v2.0/security-groups?id=40cf7570-5884-4406-978b-0b38a7d930e9&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: 589/1231] 10.0.0.244 () {32 vars in 673 bytes} [Tue May 26 06:59:24 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1232] 10.0.0.244 () {34 vars in 741 bytes} [Tue May 26 06:59:24 2026] PUT /v2.0/routers/128dbb4d-5204-4621-8d22-0daa868097a9 => generated 705 bytes in 463 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1233] 10.0.0.244 () {32 vars in 750 bytes} [Tue May 26 06:59:24 2026] DELETE /v2.0/security-group-rules/02aecc76-2c35-4756-a8fc-b937a05e1ea8 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1234] 10.0.0.244 () {32 vars in 721 bytes} [Tue May 26 06:59:24 2026] GET /v2.0/routers/128dbb4d-5204-4621-8d22-0daa868097a9 => generated 705 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1235] 10.0.0.244 () {32 vars in 673 bytes} [Tue May 26 06:59:24 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1236] 10.0.0.244 () {32 vars in 736 bytes} [Tue May 26 06:59:24 2026] GET /v2.0/ports?device_id=128dbb4d-5204-4621-8d22-0daa868097a9 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 06:59:24.882 8 INFO neutron.db.securitygroups_db [None req-6b3f7afe-ef55-4148-bf12-656f3dba17aa 7c6d7da5df68476ba100885e19cd266d da1e53e110f047e5a198213496318074 - - default default] Project da1e53e110f047e5a198213496318074 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: 592/1237] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 06:59:24 2026] POST /v2.0/security-group-rules => generated 607 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1238] 10.0.0.244 () {32 vars in 747 bytes} [Tue May 26 06:59:25 2026] GET /v2.0/security-group-rules/03b5983d-d84b-40fe-b802-cdc6f62cef8b => generated 607 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:59:25.061 7 INFO neutron_taas.services.taas.taas_plugin [None req-ea97a9d6-7f12-4afe-ba8f-ce78a406f16a 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] TaaS: Handle Delete Port: dc9a5c0f-d23b-46cc-bc72-5164a1fc8daa 2026-05-26 06:59:25.064 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea97a9d6-7f12-4afe-ba8f-ce78a406f16a 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] Tap Mirror: Handle Delete Port: dc9a5c0f-d23b-46cc-bc72-5164a1fc8daa [pid: 8|app: 0|req: 594/1239] 10.0.0.244 () {32 vars in 673 bytes} [Tue May 26 06:59:25 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1240] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 06:59:25 2026] GET /v2.0/ports?tenant_id=430fb3fa8df3473b8be5fb4bedac14d3&device_id=3b42a636-2618-4314-845a-c1a48b1637fb => 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: 596/1241] 10.0.0.244 () {32 vars in 750 bytes} [Tue May 26 06:59:25 2026] DELETE /v2.0/security-group-rules/03b5983d-d84b-40fe-b802-cdc6f62cef8b => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1242] 199.204.45.250 () {34 vars in 1058 bytes} [Tue May 26 06:59:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=36e31eb4-989f-45f0-a3f8-067c27ab8d61 => 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: 598/1243] 10.0.0.244 () {32 vars in 673 bytes} [Tue May 26 06:59:25 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1244] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 06:59:25 2026] GET /v2.0/subnets?id=b20b04fb-bcc3-4b60-a1db-787669e174e6 => generated 694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:59:25.357 7 INFO neutron_taas.services.taas.taas_plugin [None req-ea97a9d6-7f12-4afe-ba8f-ce78a406f16a 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] TaaS: Handle Delete Port: 160fd154-d327-44ce-ae6d-caedc89cd0cc 2026-05-26 06:59:25.360 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea97a9d6-7f12-4afe-ba8f-ce78a406f16a 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] Tap Mirror: Handle Delete Port: 160fd154-d327-44ce-ae6d-caedc89cd0cc [pid: 8|app: 0|req: 600/1245] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:59:25 2026] DELETE /v2.0/security-groups/27eb09b7-9629-4327-9086-fae78587876b => 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: 601/1246] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 06:59:25 2026] GET /v2.0/ports?network_id=fb8ec8b6-8079-4128-a42f-91ccdb0bbae4&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1247] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:25 2026] GET /v2.0/ports?device_id=bd44a33e-37ea-44af-a461-0a19ba9369be => 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: 603/1248] 10.0.0.244 () {32 vars in 663 bytes} [Tue May 26 06:59:25 2026] GET /v2.0/security-groups => generated 2925 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1249] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 06:59:25 2026] GET /v2.0/networks/fb8ec8b6-8079-4128-a42f-91ccdb0bbae4?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: 605/1250] 10.0.0.244 () {32 vars in 663 bytes} [Tue May 26 06:59:25 2026] GET /v2.0/security-groups => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1251] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 06:59:25 2026] GET /v2.0/networks/fb8ec8b6-8079-4128-a42f-91ccdb0bbae4?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: 8|app: 0|req: 607/1252] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:25 2026] GET /v2.0/ports?device_id=3b42a636-2618-4314-845a-c1a48b1637fb => 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: 608/1253] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:59:25 2026] GET /v2.0/security-groups?id=40cf7570-5884-4406-978b-0b38a7d930e9&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: 609/1254] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 06:59:25 2026] GET /v2.0/networks?id=8c94cb93-e67b-4f39-9f71-6d4459027113 => generated 680 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1255] 199.204.45.250 () {34 vars in 1050 bytes} [Tue May 26 06:59:25 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4176d3fc8e394a7ab9bc7d9144faf237 => generated 180 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:59:26.193 7 INFO neutron.services.segments.plugin [-] Segment db6fc476-e69a-4c94-b7a9-f082540b89df resource provider aggregate not found 2026-05-26 06:59:26.201 7 INFO neutron.services.segments.plugin [-] Segment db6fc476-e69a-4c94-b7a9-f082540b89df resource provider aggregate not found 2026-05-26 06:59:26.216 7 INFO neutron.db.l3_hamode_db [None req-ea97a9d6-7f12-4afe-ba8f-ce78a406f16a 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] HA network 1246e771-54d8-40f3-b471-ff9f1a661a96 was deleted as no HA routers are present in tenant e92e4ec5b9d24a5ca444d82366102d7d. 2026-05-26 06:59:26.224 7 INFO neutron.services.segments.plugin [-] Segment db6fc476-e69a-4c94-b7a9-f082540b89df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db6fc476-e69a-4c94-b7a9-f082540b89df found for delete ", "request_id": "req-1d372434-2625-4bbe-a81c-5e437e765d25"}]} 2026-05-26 06:59:26.225 7 INFO neutron.services.segments.plugin [-] Segment db6fc476-e69a-4c94-b7a9-f082540b89df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db6fc476-e69a-4c94-b7a9-f082540b89df found for delete ", "request_id": "req-7dd7c59b-fea9-4e2b-b1ac-cef9ec6cefff"}]} [pid: 7|app: 0|req: 646/1256] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:59:24 2026] DELETE /v2.0/routers/128dbb4d-5204-4621-8d22-0daa868097a9 => generated 0 bytes in 1381 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1257] 10.0.0.244 () {32 vars in 736 bytes} [Tue May 26 06:59:26 2026] GET /v2.0/ports?device_id=128dbb4d-5204-4621-8d22-0daa868097a9 => 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: 648/1258] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 06:59:26 2026] GET /v2.0/security-groups?tenant_id=da1e53e110f047e5a198213496318074&name=default => generated 2925 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 06:59:26.448 7 INFO neutron.api.v2.resource [None req-50ac7b0f-4f1f-4981-8768-8f7ab7dbd1cf 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 649/1259] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:59:26 2026] DELETE /v2.0/routers/128dbb4d-5204-4621-8d22-0daa868097a9 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1260] 199.204.45.250 () {38 vars in 955 bytes} [Tue May 26 06:59:26 2026] POST /v2.0/ports => generated 954 bytes in 466 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: 612/1261] 10.0.0.244 () {32 vars in 736 bytes} [Tue May 26 06:59:26 2026] GET /v2.0/ports?device_id=027ae7eb-e47a-4740-a723-b67fe27d84d2 => 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: 650/1262] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:59:26 2026] DELETE /v2.0/security-groups/272679ce-0ac3-4ba0-b8b6-c5babe67eba2 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 06:59:26.562 7 INFO neutron.api.v2.resource [None req-6e86e0ef-4211-4e97-8f02-0850a6ead5b2 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 651/1263] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:59:26 2026] DELETE /v2.0/routers/027ae7eb-e47a-4740-a723-b67fe27d84d2 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1264] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:26 2026] GET /v2.0/ports?device_id=bd44a33e-37ea-44af-a461-0a19ba9369be => generated 957 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:59:26.652 7 INFO neutron.pecan_wsgi.hooks.translation [None req-552196a9-7e80-4563-a71d-427f7b12635f 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 653/1265] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:59:26 2026] DELETE /v2.0/subnets/8e972283-0d79-459f-a468-cc6bf403cba2 => 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: 654/1266] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:59:26 2026] GET /v2.0/security-groups?id=fd1c0919-1431-4641-a4a8-9aedd84aed5f&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: 7|app: 0|req: 655/1267] 10.0.0.244 () {32 vars in 736 bytes} [Tue May 26 06:59:26 2026] GET /v2.0/ports?device_id=fdc10b63-17d6-41fd-af6a-74807723c4cb => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 06:59:26.728 7 INFO neutron.api.v2.resource [None req-bc71cbaf-d04f-40ba-ac28-e163b34dd997 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 656/1268] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:59:26 2026] DELETE /v2.0/routers/fdc10b63-17d6-41fd-af6a-74807723c4cb => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 06:59:26.757 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c858a9a5-827e-40eb-8891-32273d456278 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 659/1271] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:59:26 2026] DELETE /v2.0/subnets/0cb6d9fd-0067-4130-b9c2-cf5cb605b6d6 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1272] 10.0.0.244 () {32 vars in 736 bytes} [Tue May 26 06:59:26 2026] GET /v2.0/ports?device_id=e58ce5cf-690d-43bb-b378-3cd633de5732 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 06:59:26.819 7 INFO neutron.api.v2.resource [None req-ae00b402-ee16-4c35-855e-043ae1ab461d 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 661/1273] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:59:26 2026] DELETE /v2.0/routers/e58ce5cf-690d-43bb-b378-3cd633de5732 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 06:59:26.838 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1034fb91-95d5-47ec-b69f-301c5d663c93 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 662/1274] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:59:26 2026] DELETE /v2.0/subnets/46abda39-99f8-417d-b96a-310954f3280f => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1275] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:26 2026] GET /v2.0/ports?device_id=3b42a636-2618-4314-845a-c1a48b1637fb => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:59:26.895 7 INFO neutron.pecan_wsgi.hooks.translation [None req-321373cf-3289-45c0-a48f-1b2fb16db8cd 6bd6c3c3308040afb1231da0b1d7e404 e92e4ec5b9d24a5ca444d82366102d7d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 664/1276] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:59:26 2026] DELETE /v2.0/subnets/d27bcd63-243f-4639-adfb-4eb706f2af9f => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1277] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:59:26 2026] GET /v2.0/security-groups?id=40cf7570-5884-4406-978b-0b38a7d930e9&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1278] 199.204.45.250 () {38 vars in 1028 bytes} [Tue May 26 06:59:26 2026] PUT /v2.0/ports/34c0bc9f-6c71-4b36-a4f2-da219ee2d342 => generated 1235 bytes in 458 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 06:59:27.019 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e9e85bfd-fa7b-4f56-a232-81d3c3a0fa40'] response: {'name': 'network-changed', 'server_uuid': 'bd44a33e-37ea-44af-a461-0a19ba9369be', 'tag': '34c0bc9f-6c71-4b36-a4f2-da219ee2d342', '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: 614/1279] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 06:59:27 2026] GET /v2.0/ports?tenant_id=4176d3fc8e394a7ab9bc7d9144faf237&device_id=bd44a33e-37ea-44af-a461-0a19ba9369be => generated 1238 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1280] 199.204.45.250 () {34 vars in 1018 bytes} [Tue May 26 06:59:27 2026] GET /v2.0/networks?tenant_id=4176d3fc8e394a7ab9bc7d9144faf237&shared=False => generated 776 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1281] 199.204.45.250 () {34 vars in 930 bytes} [Tue May 26 06:59:27 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1282] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 06:59:27 2026] GET /v2.0/security-groups?tenant_id=e92e4ec5b9d24a5ca444d82366102d7d&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1283] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:27 2026] GET /v2.0/ports?device_id=bd44a33e-37ea-44af-a461-0a19ba9369be => 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: 617/1284] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:59:27 2026] DELETE /v2.0/security-groups/ac164f5f-3f8f-4abb-ba32-9c9f260eaa86 => 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: 668/1285] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:59:27 2026] GET /v2.0/security-groups?id=fd1c0919-1431-4641-a4a8-9aedd84aed5f&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1286] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:28 2026] GET /v2.0/ports?device_id=3b42a636-2618-4314-845a-c1a48b1637fb => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1287] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:59:28 2026] GET /v2.0/security-groups?id=40cf7570-5884-4406-978b-0b38a7d930e9&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1288] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 06:59:28 2026] GET /v2.0/ports?tenant_id=4176d3fc8e394a7ab9bc7d9144faf237&device_id=bd44a33e-37ea-44af-a461-0a19ba9369be => generated 1238 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1289] 199.204.45.250 () {34 vars in 1058 bytes} [Tue May 26 06:59:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=34c0bc9f-6c71-4b36-a4f2-da219ee2d342 => 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: 620/1290] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 06:59:28 2026] GET /v2.0/subnets?id=a4f05188-286c-4a47-bb95-1da028092548 => generated 698 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1291] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 06:59:28 2026] GET /v2.0/ports?network_id=8c94cb93-e67b-4f39-9f71-6d4459027113&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1292] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:28 2026] GET /v2.0/ports?device_id=bd44a33e-37ea-44af-a461-0a19ba9369be => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1293] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 06:59:28 2026] GET /v2.0/networks/8c94cb93-e67b-4f39-9f71-6d4459027113?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1294] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:59:28 2026] GET /v2.0/security-groups?id=fd1c0919-1431-4641-a4a8-9aedd84aed5f&fields=id&fields=name => generated 113 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1295] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 06:59:29 2026] GET /v2.0/networks/8c94cb93-e67b-4f39-9f71-6d4459027113?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1296] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:29 2026] GET /v2.0/ports?device_id=3b42a636-2618-4314-845a-c1a48b1637fb => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1297] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:59:29 2026] GET /v2.0/security-groups?id=40cf7570-5884-4406-978b-0b38a7d930e9&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: 675/1298] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:30 2026] GET /v2.0/ports?device_id=bd44a33e-37ea-44af-a461-0a19ba9369be => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1299] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:59:30 2026] GET /v2.0/security-groups?id=fd1c0919-1431-4641-a4a8-9aedd84aed5f&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1300] 10.0.0.244 () {34 vars in 677 bytes} [Tue May 26 06:59:30 2026] POST /v2.0/subnetpools => generated 549 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1301] 10.0.0.244 () {32 vars in 729 bytes} [Tue May 26 06:59:30 2026] GET /v2.0/subnetpools/0cf61289-5603-4ee0-a65d-e4aac41c58bb => generated 549 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1302] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:30 2026] GET /v2.0/ports?device_id=3b42a636-2618-4314-845a-c1a48b1637fb => generated 971 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1303] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:59:30 2026] GET /v2.0/security-groups?id=40cf7570-5884-4406-978b-0b38a7d930e9&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1304] 10.0.0.244 () {34 vars in 749 bytes} [Tue May 26 06:59:30 2026] PUT /v2.0/subnetpools/0cf61289-5603-4ee0-a65d-e4aac41c58bb => generated 501 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1305] 10.0.0.244 () {32 vars in 732 bytes} [Tue May 26 06:59:30 2026] DELETE /v2.0/subnetpools/0cf61289-5603-4ee0-a65d-e4aac41c58bb => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 06:59:30.656 7 INFO neutron.api.v2.resource [None req-9958d622-48c8-46cd-be41-d8f9cb0209a4 e193956433594da8896c93608b71b002 229e1f078cdc4877974d8934887146f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 680/1306] 10.0.0.244 () {32 vars in 729 bytes} [Tue May 26 06:59:30 2026] GET /v2.0/subnetpools/0cf61289-5603-4ee0-a65d-e4aac41c58bb => generated 145 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 06:59:30.684 7 INFO neutron.api.v2.resource [None req-d85899ef-abfb-4474-9332-9a2eb16cf03b e193956433594da8896c93608b71b002 229e1f078cdc4877974d8934887146f6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 681/1307] 10.0.0.244 () {32 vars in 732 bytes} [Tue May 26 06:59:30 2026] DELETE /v2.0/subnetpools/0cf61289-5603-4ee0-a65d-e4aac41c58bb => generated 145 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1308] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:30 2026] GET /v2.0/ports?device_id=3b42a636-2618-4314-845a-c1a48b1637fb => generated 971 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:59:31.127 7 INFO neutron.db.l3_db [None req-13525873-ec7b-4cdb-8e1e-1a74305aa731 ef9f6105ef9e4665be79fedce4915ce8 430fb3fa8df3473b8be5fb4bedac14d3 - - default default] Floating IP b4c47abe-80a1-4374-9499-8dc941710c6f associated. External IP: 10.96.250.217, port: 36e31eb4-989f-45f0-a3f8-067c27ab8d61. [pid: 8|app: 0|req: 628/1309] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:31 2026] GET /v2.0/ports?device_id=bd44a33e-37ea-44af-a461-0a19ba9369be => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1310] 10.0.0.244 () {34 vars in 749 bytes} [Tue May 26 06:59:30 2026] PUT /v2.0/floatingips/b4c47abe-80a1-4374-9499-8dc941710c6f => generated 855 bytes in 889 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:59:31.640 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6868bfb4-8ce5-46c5-9c40-43017caa87cb'] response: {'name': 'network-changed', 'server_uuid': '3b42a636-2618-4314-845a-c1a48b1637fb', 'tag': '36e31eb4-989f-45f0-a3f8-067c27ab8d61', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 683/1311] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:59:31 2026] GET /v2.0/security-groups?id=fd1c0919-1431-4641-a4a8-9aedd84aed5f&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1312] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 06:59:31 2026] GET /v2.0/security-groups?tenant_id=229e1f078cdc4877974d8934887146f6&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1313] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:59:31 2026] DELETE /v2.0/security-groups/0adebc7f-e4be-483d-baa4-e1751df3ffdb => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 06:59:31.917 7 INFO neutron.db.segments_db [None req-6d3bb0f1-4f46-4a95-9818-f6265ce12233 8c8a4d36ddc34b90ab7b95d3caa4a7b3 18a2639aa34640d28d0dbe1aef5a70b0 - - default default] Added segment 5c2b7e30-56a4-4867-a899-3c30dbd51855 of type vxlan for network ee5eaf65-d1a0-4bfb-b302-fbcb89358464 [pid: 7|app: 0|req: 684/1314] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 06:59:31 2026] POST /v2.0/networks => generated 726 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1315] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 06:59:32 2026] GET /v2.0/ports?tenant_id=430fb3fa8df3473b8be5fb4bedac14d3&device_id=3b42a636-2618-4314-845a-c1a48b1637fb => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1316] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 06:59:32 2026] GET /v2.0/networks?id=fb8ec8b6-8079-4128-a42f-91ccdb0bbae4 => generated 772 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1317] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 06:59:32 2026] POST /v2.0/subnets => generated 644 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 06:59:32.283 8 WARNING neutron.api.v2.base [None req-e94c0795-880b-4a14-ba52-1b4979070607 8c8a4d36ddc34b90ab7b95d3caa4a7b3 18a2639aa34640d28d0dbe1aef5a70b0 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-05-26 06:59:32.284 8 INFO neutron.api.v2.resource [None req-e94c0795-880b-4a14-ba52-1b4979070607 8c8a4d36ddc34b90ab7b95d3caa4a7b3 18a2639aa34640d28d0dbe1aef5a70b0 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 632/1318] 10.0.0.244 () {34 vars in 681 bytes} [Tue May 26 06:59:32 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: 7|app: 0|req: 687/1319] 199.204.45.250 () {34 vars in 1058 bytes} [Tue May 26 06:59:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=36e31eb4-989f-45f0-a3f8-067c27ab8d61 => generated 858 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1320] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 06:59:32 2026] GET /v2.0/subnets?id=b20b04fb-bcc3-4b60-a1db-787669e174e6 => generated 694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1321] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 06:59:32 2026] GET /v2.0/ports?network_id=fb8ec8b6-8079-4128-a42f-91ccdb0bbae4&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: 690/1322] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 06:59:32 2026] GET /v2.0/networks/fb8ec8b6-8079-4128-a42f-91ccdb0bbae4?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 06:59:32.495 8 INFO neutron.services.segments.plugin [-] Segment 5c2b7e30-56a4-4867-a899-3c30dbd51855 resource provider aggregate not found [pid: 7|app: 0|req: 691/1323] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 06:59:32 2026] GET /v2.0/networks/fb8ec8b6-8079-4128-a42f-91ccdb0bbae4?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-05-26 06:59:32.500 8 INFO neutron.services.segments.plugin [-] Segment 5c2b7e30-56a4-4867-a899-3c30dbd51855 resource provider aggregate not found 2026-05-26 06:59:32.522 8 INFO neutron.services.segments.plugin [-] Segment 5c2b7e30-56a4-4867-a899-3c30dbd51855 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c2b7e30-56a4-4867-a899-3c30dbd51855 found for delete ", "request_id": "req-d0e26cc1-adfa-4cbd-8a69-43203660e3a1"}]} 2026-05-26 06:59:32.532 8 INFO neutron.services.segments.plugin [-] Segment 5c2b7e30-56a4-4867-a899-3c30dbd51855 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c2b7e30-56a4-4867-a899-3c30dbd51855 found for delete ", "request_id": "req-baeda41c-7a14-4bc3-ad17-e0bec99fe6df"}]} [pid: 8|app: 0|req: 633/1324] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 06:59:32 2026] DELETE /v2.0/networks/ee5eaf65-d1a0-4bfb-b302-fbcb89358464 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 06:59:32.628 7 INFO neutron.db.segments_db [None req-cb476d96-3f52-4158-ac19-f0f04f350764 8c8a4d36ddc34b90ab7b95d3caa4a7b3 18a2639aa34640d28d0dbe1aef5a70b0 - - default default] Added segment 56b25269-8084-4d06-be76-d40efb104ca2 of type vxlan for network 84b7f75c-a616-47f5-b9c5-0be9a9e501af [pid: 7|app: 0|req: 692/1325] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 06:59:32 2026] POST /v2.0/networks => generated 727 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1326] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:32 2026] GET /v2.0/ports?device_id=bd44a33e-37ea-44af-a461-0a19ba9369be => generated 969 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1327] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:59:32 2026] GET /v2.0/security-groups?id=fd1c0919-1431-4641-a4a8-9aedd84aed5f&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1328] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 06:59:32 2026] POST /v2.0/subnets => generated 647 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 06:59:32.997 8 WARNING neutron.api.v2.base [None req-97549558-7ee7-4182-87e2-b3e2bc420f5c 8c8a4d36ddc34b90ab7b95d3caa4a7b3 18a2639aa34640d28d0dbe1aef5a70b0 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-05-26 06:59:32.997 8 INFO neutron.api.v2.resource [None req-97549558-7ee7-4182-87e2-b3e2bc420f5c 8c8a4d36ddc34b90ab7b95d3caa4a7b3 18a2639aa34640d28d0dbe1aef5a70b0 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 636/1329] 10.0.0.244 () {34 vars in 681 bytes} [Tue May 26 06:59:32 2026] POST /v2.0/rbac-policies => generated 547 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-05-26 06:59:33.256 7 INFO neutron.services.segments.plugin [-] Segment 56b25269-8084-4d06-be76-d40efb104ca2 resource provider aggregate not found 2026-05-26 06:59:33.262 7 INFO neutron.services.segments.plugin [-] Segment 56b25269-8084-4d06-be76-d40efb104ca2 resource provider aggregate not found 2026-05-26 06:59:33.280 7 INFO neutron.services.segments.plugin [-] Segment 56b25269-8084-4d06-be76-d40efb104ca2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56b25269-8084-4d06-be76-d40efb104ca2 found for delete ", "request_id": "req-e530c3e8-6067-4012-9087-631b849c749a"}]} 2026-05-26 06:59:33.281 7 INFO neutron.services.segments.plugin [-] Segment 56b25269-8084-4d06-be76-d40efb104ca2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56b25269-8084-4d06-be76-d40efb104ca2 found for delete ", "request_id": "req-2ce380b6-d116-4dda-bc12-74e01781e847"}]} [pid: 7|app: 0|req: 694/1330] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 06:59:33 2026] DELETE /v2.0/networks/84b7f75c-a616-47f5-b9c5-0be9a9e501af => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 06:59:33.372 8 INFO neutron.db.segments_db [None req-8c0bfdab-5671-4668-a97f-d01d7e99257c 8c8a4d36ddc34b90ab7b95d3caa4a7b3 18a2639aa34640d28d0dbe1aef5a70b0 - - default default] Added segment 5ed4db3d-e681-4848-b340-422bafb0dfa7 of type vxlan for network 95b7a7c6-40a9-40ba-8ad1-765b7d570f13 [pid: 8|app: 0|req: 637/1331] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 06:59:33 2026] POST /v2.0/networks => generated 726 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1332] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 06:59:33 2026] POST /v2.0/subnets => generated 647 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1333] 10.0.0.244 () {34 vars in 681 bytes} [Tue May 26 06:59:33 2026] POST /v2.0/rbac-policies => generated 324 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1334] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:34 2026] GET /v2.0/ports?device_id=bd44a33e-37ea-44af-a461-0a19ba9369be => 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: 640/1335] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:59:34 2026] GET /v2.0/security-groups?id=fd1c0919-1431-4641-a4a8-9aedd84aed5f&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:59:34.295 7 INFO neutron.db.segments_db [None req-8160eacb-e1d6-4c79-b3ad-7e7c390e9efc abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Added segment b6460f18-dec8-43c1-806c-c52040602ec1 of type vxlan for network 59e62740-59f7-44d8-87ee-f7092b6d8235 [pid: 7|app: 0|req: 696/1336] 10.0.0.244 () {34 vars in 671 bytes} [Tue May 26 06:59:33 2026] POST /v2.0/networks => generated 741 bytes in 516 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1337] 10.0.0.244 () {32 vars in 723 bytes} [Tue May 26 06:59:34 2026] GET /v2.0/networks/95b7a7c6-40a9-40ba-8ad1-765b7d570f13 => generated 654 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1338] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 06:59:34 2026] POST /v2.0/subnets => generated 688 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 06:59:34.729 7 INFO neutron.db.segments_db [None req-66bd6d9a-02fb-4fc7-8224-df6f7913a80b abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Added segment cc3871e5-d4ee-40dd-bae4-75aa1d1ca086 of type vxlan for network 02d115ad-7b6f-411d-8412-073ff0f8b79c 2026-05-26 06:59:35.031 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3c6bc175-51d8-471b-80d6-59dd3d30a5f2 0a622d5a251d4d30887a4257834d923b 1115c8a79aed49dcb339789e2f81a5dd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 642/1339] 10.0.0.244 () {32 vars in 723 bytes} [Tue May 26 06:59:34 2026] GET /v2.0/networks/95b7a7c6-40a9-40ba-8ad1-765b7d570f13 => generated 138 bytes in 69 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 06:59:35.070 7 INFO neutron.db.l3_hamode_db [None req-66bd6d9a-02fb-4fc7-8224-df6f7913a80b abd4f5498a28477dad49606ae062519f df3cb43d815249efbd24ec9ca64c10b0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 06:59:35.314 8 INFO neutron.services.segments.plugin [-] Segment 5ed4db3d-e681-4848-b340-422bafb0dfa7 resource provider aggregate not found 2026-05-26 06:59:35.329 8 INFO neutron.services.segments.plugin [-] Segment 5ed4db3d-e681-4848-b340-422bafb0dfa7 resource provider aggregate not found 2026-05-26 06:59:35.337 8 INFO neutron.services.segments.plugin [-] Segment 5ed4db3d-e681-4848-b340-422bafb0dfa7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ed4db3d-e681-4848-b340-422bafb0dfa7 found for delete ", "request_id": "req-138d2b5a-8f93-463d-ba94-673aa7c35820"}]} 2026-05-26 06:59:35.344 8 INFO neutron.services.segments.plugin [-] Segment 5ed4db3d-e681-4848-b340-422bafb0dfa7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ed4db3d-e681-4848-b340-422bafb0dfa7 found for delete ", "request_id": "req-739fb97c-7937-4a7b-ad53-a14d5c6cb3ef"}]} [pid: 8|app: 0|req: 643/1340] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 06:59:35 2026] DELETE /v2.0/networks/95b7a7c6-40a9-40ba-8ad1-765b7d570f13 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1341] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:35 2026] GET /v2.0/ports?device_id=bd44a33e-37ea-44af-a461-0a19ba9369be => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:59:35.430 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ac3bc965-4d9d-4258-bf2a-fe6f0f741bcf 8c8a4d36ddc34b90ab7b95d3caa4a7b3 18a2639aa34640d28d0dbe1aef5a70b0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 645/1342] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:59:35 2026] DELETE /v2.0/subnets/d01c6acc-ab3a-4623-8dcb-0780e12de801 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1343] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:59:35 2026] GET /v2.0/security-groups?id=fd1c0919-1431-4641-a4a8-9aedd84aed5f&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:59:35.488 8 INFO neutron.pecan_wsgi.hooks.translation [None req-beab1662-4ef7-42ab-8a08-9a0b8dc9edf9 8c8a4d36ddc34b90ab7b95d3caa4a7b3 18a2639aa34640d28d0dbe1aef5a70b0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 647/1344] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:59:35 2026] DELETE /v2.0/subnets/04a7d7d9-404a-48bc-a1b7-f518c821d9c1 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 06:59:35.516 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7d4d0b2a-ffb0-4504-ae6a-9900f45803ce 8c8a4d36ddc34b90ab7b95d3caa4a7b3 18a2639aa34640d28d0dbe1aef5a70b0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 648/1345] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:59:35 2026] DELETE /v2.0/subnets/db2a74a1-ecb8-4746-a7d0-d93bec330e30 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 06:59:36.160 7 INFO neutron.db.l3_hamode_db [None req-66bd6d9a-02fb-4fc7-8224-df6f7913a80b abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 649/1346] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 06:59:36 2026] GET /v2.0/security-groups?tenant_id=f2fd46ad7065429bb93e1d34d70ff56b&name=default => generated 2925 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1347] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:36 2026] GET /v2.0/ports?device_id=bd44a33e-37ea-44af-a461-0a19ba9369be => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1348] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:59:36 2026] DELETE /v2.0/security-groups/ab259f6e-32ad-4df4-855a-929d20e54f99 => 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: 652/1349] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:59:37 2026] GET /v2.0/security-groups?id=fd1c0919-1431-4641-a4a8-9aedd84aed5f&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1350] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 06:59:34 2026] POST /v2.0/routers => generated 728 bytes in 2716 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1351] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 06:59:37 2026] GET /v2.0/security-groups?tenant_id=1115c8a79aed49dcb339789e2f81a5dd&name=default => generated 2925 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1352] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:59:37 2026] DELETE /v2.0/security-groups/913debf7-98d6-4789-954c-c8d9ad1fd1c4 => 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: 655/1353] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 06:59:37 2026] GET /v2.0/security-groups?tenant_id=18a2639aa34640d28d0dbe1aef5a70b0&name=default => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1354] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:59:37 2026] DELETE /v2.0/security-groups/30ff7d16-2b2a-4a23-a7e7-17b89f960798 => 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: 657/1355] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:38 2026] GET /v2.0/ports?device_id=bd44a33e-37ea-44af-a461-0a19ba9369be => generated 971 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1356] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:59:38 2026] GET /v2.0/security-groups?id=fd1c0919-1431-4641-a4a8-9aedd84aed5f&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1357] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:38 2026] GET /v2.0/ports?device_id=bd44a33e-37ea-44af-a461-0a19ba9369be => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1358] 10.0.0.244 () {34 vars in 783 bytes} [Tue May 26 06:59:37 2026] PUT /v2.0/routers/a3385cd9-d7da-49f0-a8a0-b8469e2d7971/add_router_interface => generated 309 bytes in 1590 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:59:39.070 8 INFO neutron.db.l3_db [None req-904931d6-d913-42b0-91a4-da8d9c92ff03 19ccb437e8b642fa9a37c3efd3d18d0b 4176d3fc8e394a7ab9bc7d9144faf237 - - default default] Floating IP f2e569d9-7857-4eff-b1e9-d4a2080facc6 associated. External IP: 10.96.250.219, port: 34c0bc9f-6c71-4b36-a4f2-da219ee2d342. [pid: 8|app: 0|req: 660/1359] 10.0.0.244 () {34 vars in 749 bytes} [Tue May 26 06:59:38 2026] PUT /v2.0/floatingips/f2e569d9-7857-4eff-b1e9-d4a2080facc6 => generated 855 bytes in 947 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:59:39.522 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fb57f682-10fa-447c-a61f-e9f216051598'] response: {'name': 'network-changed', 'server_uuid': 'bd44a33e-37ea-44af-a461-0a19ba9369be', 'tag': '34c0bc9f-6c71-4b36-a4f2-da219ee2d342', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 700/1360] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:39 2026] GET /v2.0/ports?device_id=bd44a33e-37ea-44af-a461-0a19ba9369be => 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: 661/1361] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:59:39 2026] GET /v2.0/security-groups?id=fd1c0919-1431-4641-a4a8-9aedd84aed5f&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1362] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 06:59:40 2026] GET /v2.0/ports?tenant_id=4176d3fc8e394a7ab9bc7d9144faf237&device_id=bd44a33e-37ea-44af-a461-0a19ba9369be => 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: 662/1363] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:40 2026] GET /v2.0/ports?device_id=bd44a33e-37ea-44af-a461-0a19ba9369be => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1364] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 06:59:40 2026] GET /v2.0/networks?id=8c94cb93-e67b-4f39-9f71-6d4459027113 => generated 776 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1365] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:59:40 2026] GET /v2.0/security-groups?id=fd1c0919-1431-4641-a4a8-9aedd84aed5f&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1366] 199.204.45.250 () {34 vars in 1058 bytes} [Tue May 26 06:59:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=34c0bc9f-6c71-4b36-a4f2-da219ee2d342 => generated 858 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1367] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 06:59:40 2026] GET /v2.0/subnets?id=a4f05188-286c-4a47-bb95-1da028092548 => generated 698 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1368] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 06:59:40 2026] GET /v2.0/ports?network_id=8c94cb93-e67b-4f39-9f71-6d4459027113&device_owner=network%3Adhcp => generated 1244 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1369] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 06:59:40 2026] GET /v2.0/networks/8c94cb93-e67b-4f39-9f71-6d4459027113?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: 705/1370] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 06:59:40 2026] GET /v2.0/networks/8c94cb93-e67b-4f39-9f71-6d4459027113?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1371] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:41 2026] GET /v2.0/ports?device_id=bd44a33e-37ea-44af-a461-0a19ba9369be => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1372] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:59:41 2026] GET /v2.0/security-groups?id=fd1c0919-1431-4641-a4a8-9aedd84aed5f&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: 667/1375] 10.0.0.140 () {34 vars in 990 bytes} [Tue May 26 06:59:41 2026] GET /v2.0/ports?device_id=3b42a636-2618-4314-845a-c1a48b1637fb => generated 1240 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1376] 10.0.0.140 () {34 vars in 1040 bytes} [Tue May 26 06:59:41 2026] GET /v2.0/security-groups?id=40cf7570-5884-4406-978b-0b38a7d930e9&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1377] 10.0.0.175 () {34 vars in 982 bytes} [Tue May 26 06:59:41 2026] GET /v2.0/networks?id=59e62740-59f7-44d8-87ee-f7092b6d8235 => generated 673 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1378] 10.0.0.175 () {34 vars in 965 bytes} [Tue May 26 06:59:42 2026] GET /v2.0/quotas/df3cb43d815249efbd24ec9ca64c10b0 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1379] 10.0.0.175 () {34 vars in 1002 bytes} [Tue May 26 06:59:42 2026] GET /v2.0/ports?tenant_id=df3cb43d815249efbd24ec9ca64c10b0&fields=id => generated 103 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1380] 10.0.0.175 () {34 vars in 1008 bytes} [Tue May 26 06:59:42 2026] GET /v2.0/networks/59e62740-59f7-44d8-87ee-f7092b6d8235?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1381] 10.0.0.175 () {34 vars in 1108 bytes} [Tue May 26 06:59:42 2026] GET /v2.0/networks/59e62740-59f7-44d8-87ee-f7092b6d8235?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1382] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:42 2026] GET /v2.0/ports?device_id=af6a89b9-eec6-4647-85f6-ec61baedc47d => 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: 671/1383] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:42 2026] GET /v2.0/ports?device_id=bd44a33e-37ea-44af-a461-0a19ba9369be => 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: 713/1384] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:59:42 2026] GET /v2.0/security-groups?id=fd1c0919-1431-4641-a4a8-9aedd84aed5f&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: 672/1385] 199.204.45.250 () {34 vars in 994 bytes} [Tue May 26 06:59:42 2026] GET /v2.0/ports?device_id=bd44a33e-37ea-44af-a461-0a19ba9369be => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:59:42.866 7 INFO neutron_taas.services.taas.taas_plugin [req-a9cb9fcc-2260-4d90-b0b9-1222e6c40aae req-2dd0f652-92de-4c15-a729-84d4e0e7668f 19ccb437e8b642fa9a37c3efd3d18d0b 4176d3fc8e394a7ab9bc7d9144faf237 - - default default] TaaS: Handle Delete Port: 34c0bc9f-6c71-4b36-a4f2-da219ee2d342 2026-05-26 06:59:42.869 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a9cb9fcc-2260-4d90-b0b9-1222e6c40aae req-2dd0f652-92de-4c15-a729-84d4e0e7668f 19ccb437e8b642fa9a37c3efd3d18d0b 4176d3fc8e394a7ab9bc7d9144faf237 - - default default] Tap Mirror: Handle Delete Port: 34c0bc9f-6c71-4b36-a4f2-da219ee2d342 2026-05-26 06:59:43.033 7 INFO neutron.db.l3_db [req-a9cb9fcc-2260-4d90-b0b9-1222e6c40aae req-2dd0f652-92de-4c15-a729-84d4e0e7668f 19ccb437e8b642fa9a37c3efd3d18d0b 4176d3fc8e394a7ab9bc7d9144faf237 - - default default] Floating IP f2e569d9-7857-4eff-b1e9-d4a2080facc6 disassociated. External IP: 10.96.250.219, port: 34c0bc9f-6c71-4b36-a4f2-da219ee2d342. 2026-05-26 06:59:43.421 8 INFO neutron.db.segments_db [None req-0d62c2df-2f32-49c2-bdf4-a9edd2dd36d5 9dd94346b86a4b21a36736c334b6c403 b05cf3ad5d2d46c5ab9850373b366a37 - - default default] Added segment a6472614-6a29-47c5-b1c6-f762d962bc26 of type vxlan for network 224fda17-8f89-47cd-8936-beba65fce5db [pid: 7|app: 0|req: 714/1386] 199.204.45.250 () {36 vars in 997 bytes} [Tue May 26 06:59:42 2026] DELETE /v2.0/ports/34c0bc9f-6c71-4b36-a4f2-da219ee2d342 => generated 0 bytes in 714 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 06:59:43.496 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4045a016-b47e-44ed-b70c-aba457589320'] response: {'server_uuid': 'bd44a33e-37ea-44af-a461-0a19ba9369be', 'name': 'network-vif-deleted', 'tag': '34c0bc9f-6c71-4b36-a4f2-da219ee2d342', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 673/1387] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 06:59:43 2026] POST /v2.0/networks => generated 631 bytes in 544 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1388] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:43 2026] GET /v2.0/ports?device_id=af6a89b9-eec6-4647-85f6-ec61baedc47d => 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: 716/1389] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:43 2026] GET /v2.0/ports?device_id=bd44a33e-37ea-44af-a461-0a19ba9369be => 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: 674/1390] 10.0.0.244 () {34 vars in 664 bytes} [Tue May 26 06:59:43 2026] POST /v2.0/ports => generated 743 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1391] 10.0.0.244 () {34 vars in 666 bytes} [Tue May 26 06:59:44 2026] POST /v2.0/trunks => generated 407 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 06:59:44.381 8 INFO neutron.db.segments_db [None req-1f0b138b-7eaf-4686-bafd-30961bf751db 9dd94346b86a4b21a36736c334b6c403 b05cf3ad5d2d46c5ab9850373b366a37 - - default default] Added segment 59d8609d-5d34-4e76-9543-8d7022b184a9 of type vxlan for network f34e53c7-86c0-4c6e-bf24-c4d1c7507513 [pid: 8|app: 0|req: 675/1392] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 06:59:44 2026] POST /v2.0/networks => generated 631 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1393] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:44 2026] GET /v2.0/ports?device_id=af6a89b9-eec6-4647-85f6-ec61baedc47d => 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: 677/1394] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:44 2026] GET /v2.0/ports?device_id=bd44a33e-37ea-44af-a461-0a19ba9369be => 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: 718/1395] 10.0.0.244 () {34 vars in 664 bytes} [Tue May 26 06:59:44 2026] POST /v2.0/ports => generated 743 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1396] 10.0.0.244 () {34 vars in 666 bytes} [Tue May 26 06:59:44 2026] POST /v2.0/trunks => generated 407 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 06:59:45.293 7 INFO neutron.db.segments_db [None req-4539c07d-0984-4631-b249-e094d3b32c48 9dd94346b86a4b21a36736c334b6c403 b05cf3ad5d2d46c5ab9850373b366a37 - - default default] Added segment 4c13dbd3-11a6-4a1e-a8cf-47cf082ec79a of type vxlan for network f80337ab-3be9-4f1a-ac96-aecd32d39656 [pid: 7|app: 0|req: 719/1397] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 06:59:45 2026] POST /v2.0/networks => generated 631 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1398] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:45 2026] GET /v2.0/ports?device_id=af6a89b9-eec6-4647-85f6-ec61baedc47d => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1399] 10.0.0.244 () {34 vars in 664 bytes} [Tue May 26 06:59:45 2026] POST /v2.0/ports => generated 743 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 680/1400] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:45 2026] GET /v2.0/ports?device_id=bd44a33e-37ea-44af-a461-0a19ba9369be => 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: 721/1401] 10.0.0.244 () {34 vars in 666 bytes} [Tue May 26 06:59:45 2026] POST /v2.0/trunks => generated 407 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 06:59:46.039 8 INFO neutron.db.segments_db [None req-8f5a323f-a665-40e1-98e7-ccbbef42a1bc 9dd94346b86a4b21a36736c334b6c403 b05cf3ad5d2d46c5ab9850373b366a37 - - default default] Added segment 6270c789-80e4-43b1-82bb-4f180c143f11 of type vxlan for network cf98ab56-e523-47a9-a393-a2687ba9e5e3 [pid: 8|app: 0|req: 681/1402] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 06:59:45 2026] POST /v2.0/networks => generated 631 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1403] 10.0.0.244 () {34 vars in 664 bytes} [Tue May 26 06:59:46 2026] POST /v2.0/ports => generated 743 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1404] 10.0.0.244 () {34 vars in 666 bytes} [Tue May 26 06:59:46 2026] POST /v2.0/trunks => generated 407 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 06:59:46.798 7 INFO neutron.db.segments_db [None req-9c2db321-5929-4a7a-b38d-ccc30981d222 9dd94346b86a4b21a36736c334b6c403 b05cf3ad5d2d46c5ab9850373b366a37 - - default default] Added segment 277fdaa9-e984-4f93-8ff1-994b9d392ea1 of type vxlan for network 4f6ce0dd-1e6e-4c78-b175-0c5ceb7db104 [pid: 8|app: 0|req: 683/1405] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 06:59:46 2026] GET /v2.0/networks?id=59e62740-59f7-44d8-87ee-f7092b6d8235 => generated 673 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1406] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 06:59:46 2026] POST /v2.0/networks => generated 631 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1407] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:46 2026] GET /v2.0/ports?device_id=af6a89b9-eec6-4647-85f6-ec61baedc47d => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1408] 10.0.0.244 () {34 vars in 664 bytes} [Tue May 26 06:59:46 2026] POST /v2.0/ports => generated 743 bytes in 380 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: 684/1409] 199.204.45.250 () {38 vars in 955 bytes} [Tue May 26 06:59:46 2026] POST /v2.0/ports => generated 954 bytes in 483 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: 726/1410] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:47 2026] GET /v2.0/ports?device_id=bd44a33e-37ea-44af-a461-0a19ba9369be => 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: 685/1411] 10.0.0.244 () {34 vars in 666 bytes} [Tue May 26 06:59:47 2026] POST /v2.0/trunks => generated 407 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1412] 10.0.0.244 () {34 vars in 749 bytes} [Tue May 26 06:59:47 2026] PUT /v2.0/trunks/ee007ab3-81f3-4bd0-ac8e-7518b98904bc/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1413] 10.0.0.244 () {34 vars in 749 bytes} [Tue May 26 06:59:47 2026] PUT /v2.0/trunks/153ec6b0-f504-441c-97ac-ab0d13627532/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1414] 10.0.0.244 () {34 vars in 749 bytes} [Tue May 26 06:59:47 2026] PUT /v2.0/trunks/fb937cae-9b88-469d-896e-678decb38106/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: 689/1415] 10.0.0.244 () {34 vars in 749 bytes} [Tue May 26 06:59:47 2026] PUT /v2.0/trunks/ccd4f5ff-4afa-4b3c-9ece-495c32ff2287/tags => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1416] 10.0.0.244 () {32 vars in 662 bytes} [Tue May 26 06:59:47 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1417] 10.0.0.244 () {32 vars in 676 bytes} [Tue May 26 06:59:47 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1418] 10.0.0.244 () {32 vars in 672 bytes} [Tue May 26 06:59:47 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1419] 10.0.0.244 () {32 vars in 684 bytes} [Tue May 26 06:59:47 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1420] 199.204.45.250 () {38 vars in 1028 bytes} [Tue May 26 06:59:47 2026] PUT /v2.0/ports/fbec5b1c-e292-44fd-96ca-e7ebb634753b => generated 1235 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1421] 10.0.0.244 () {32 vars in 670 bytes} [Tue May 26 06:59:47 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 06:59:47.819 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bc6c08c0-9cf1-43fb-9541-c177388d4a2c'] response: {'name': 'network-changed', 'server_uuid': 'af6a89b9-eec6-4647-85f6-ec61baedc47d', 'tag': 'fbec5b1c-e292-44fd-96ca-e7ebb634753b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 728/1422] 10.0.0.244 () {32 vars in 684 bytes} [Tue May 26 06:59:47 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1423] 10.0.0.244 () {32 vars in 680 bytes} [Tue May 26 06:59:47 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1424] 10.0.0.244 () {32 vars in 692 bytes} [Tue May 26 06:59:47 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1425] 10.0.0.244 () {32 vars in 719 bytes} [Tue May 26 06:59:47 2026] GET /v2.0/trunks/ee007ab3-81f3-4bd0-ac8e-7518b98904bc => generated 412 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1426] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:47 2026] GET /v2.0/ports?device_id=af6a89b9-eec6-4647-85f6-ec61baedc47d => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1427] 10.0.0.244 () {32 vars in 717 bytes} [Tue May 26 06:59:47 2026] GET /v2.0/ports/5c3fff5d-d655-4749-ab30-334515434b32 => generated 826 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1428] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:59:48 2026] GET /v2.0/security-groups?id=fd04fce5-f3fc-45d9-8e84-410bad201036&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: 731/1429] 10.0.0.244 () {32 vars in 722 bytes} [Tue May 26 06:59:48 2026] DELETE /v2.0/trunks/ee007ab3-81f3-4bd0-ac8e-7518b98904bc => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1430] 10.0.0.244 () {32 vars in 719 bytes} [Tue May 26 06:59:48 2026] GET /v2.0/trunks/153ec6b0-f504-441c-97ac-ab0d13627532 => generated 420 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1431] 10.0.0.244 () {32 vars in 717 bytes} [Tue May 26 06:59:48 2026] GET /v2.0/ports/1af2eb94-4942-4cf5-89e3-315557e7e57d => generated 826 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1432] 10.0.0.244 () {32 vars in 722 bytes} [Tue May 26 06:59:48 2026] DELETE /v2.0/trunks/153ec6b0-f504-441c-97ac-ab0d13627532 => 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: 733/1433] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 06:59:48 2026] GET /v2.0/ports?tenant_id=df3cb43d815249efbd24ec9ca64c10b0&device_id=af6a89b9-eec6-4647-85f6-ec61baedc47d => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1434] 10.0.0.244 () {32 vars in 719 bytes} [Tue May 26 06:59:48 2026] GET /v2.0/trunks/fb937cae-9b88-469d-896e-678decb38106 => generated 429 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1435] 199.204.45.250 () {34 vars in 1018 bytes} [Tue May 26 06:59:48 2026] GET /v2.0/networks?tenant_id=df3cb43d815249efbd24ec9ca64c10b0&shared=False => generated 769 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1436] 10.0.0.244 () {32 vars in 717 bytes} [Tue May 26 06:59:48 2026] GET /v2.0/ports/acd28134-c8ea-4704-b0a1-e232146842cc => generated 826 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1437] 10.0.0.244 () {32 vars in 722 bytes} [Tue May 26 06:59:48 2026] DELETE /v2.0/trunks/fb937cae-9b88-469d-896e-678decb38106 => 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: 735/1438] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:59:48 2026] DELETE /v2.0/security-groups/fd1c0919-1431-4641-a4a8-9aedd84aed5f => 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: 736/1439] 10.0.0.244 () {32 vars in 719 bytes} [Tue May 26 06:59:48 2026] GET /v2.0/trunks/ccd4f5ff-4afa-4b3c-9ece-495c32ff2287 => 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: 704/1440] 199.204.45.250 () {34 vars in 930 bytes} [Tue May 26 06:59:48 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:59:48.558 7 INFO neutron.api.v2.resource [None req-5e519ee5-aaa4-46e3-80a9-2ba9121393cd 19ccb437e8b642fa9a37c3efd3d18d0b 4176d3fc8e394a7ab9bc7d9144faf237 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 737/1441] 10.0.0.244 () {32 vars in 737 bytes} [Tue May 26 06:59:48 2026] GET /v2.0/security-groups/fd1c0919-1431-4641-a4a8-9aedd84aed5f => 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: 705/1442] 10.0.0.244 () {32 vars in 717 bytes} [Tue May 26 06:59:48 2026] GET /v2.0/ports/0e50e5f3-b6e3-41fa-869c-4dbff460cdc8 => generated 826 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:59:48.673 7 INFO neutron_taas.services.taas.taas_plugin [None req-ebf2b8b4-8df4-4d58-9a2d-a85077348a88 19ccb437e8b642fa9a37c3efd3d18d0b 4176d3fc8e394a7ab9bc7d9144faf237 - - default default] TaaS: Handle Delete Port: 5f43fadb-c0f6-4acf-b549-ed74b9f51081 2026-05-26 06:59:48.677 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ebf2b8b4-8df4-4d58-9a2d-a85077348a88 19ccb437e8b642fa9a37c3efd3d18d0b 4176d3fc8e394a7ab9bc7d9144faf237 - - default default] Tap Mirror: Handle Delete Port: 5f43fadb-c0f6-4acf-b549-ed74b9f51081 [pid: 8|app: 0|req: 706/1443] 10.0.0.244 () {32 vars in 722 bytes} [Tue May 26 06:59:48 2026] DELETE /v2.0/trunks/ccd4f5ff-4afa-4b3c-9ece-495c32ff2287 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1444] 10.0.0.244 () {32 vars in 719 bytes} [Tue May 26 06:59:48 2026] GET /v2.0/trunks/59310613-a798-4bf1-a425-8167e11ba637 => generated 407 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1445] 10.0.0.244 () {32 vars in 717 bytes} [Tue May 26 06:59:48 2026] GET /v2.0/ports/05c15c99-5b37-4919-90c1-9cd7eb133588 => generated 826 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1446] 10.0.0.244 () {32 vars in 732 bytes} [Tue May 26 06:59:48 2026] DELETE /v2.0/floatingips/f2e569d9-7857-4eff-b1e9-d4a2080facc6 => generated 0 bytes in 337 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1447] 10.0.0.244 () {32 vars in 722 bytes} [Tue May 26 06:59:48 2026] DELETE /v2.0/trunks/59310613-a798-4bf1-a425-8167e11ba637 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 06:59:49.032 8 INFO neutron_taas.services.taas.taas_plugin [None req-325dd674-87f5-4e56-ac40-1d3a4252b02c 9dd94346b86a4b21a36736c334b6c403 b05cf3ad5d2d46c5ab9850373b366a37 - - default default] TaaS: Handle Delete Port: 5c3fff5d-d655-4749-ab30-334515434b32 2026-05-26 06:59:49.037 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-325dd674-87f5-4e56-ac40-1d3a4252b02c 9dd94346b86a4b21a36736c334b6c403 b05cf3ad5d2d46c5ab9850373b366a37 - - default default] Tap Mirror: Handle Delete Port: 5c3fff5d-d655-4749-ab30-334515434b32 [pid: 8|app: 0|req: 710/1448] 10.0.0.244 () {32 vars in 720 bytes} [Tue May 26 06:59:48 2026] DELETE /v2.0/ports/5c3fff5d-d655-4749-ab30-334515434b32 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 06:59:49.330 7 INFO neutron_taas.services.taas.taas_plugin [None req-6e8e653d-036b-4965-a860-c67875e5c525 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: 0e0606a7-b1e1-4dc1-9dc3-efc369445025 2026-05-26 06:59:49.334 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e8e653d-036b-4965-a860-c67875e5c525 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: 0e0606a7-b1e1-4dc1-9dc3-efc369445025 2026-05-26 06:59:49.741 8 INFO neutron_taas.services.taas.taas_plugin [None req-1e04f230-f6e4-4699-a709-852eb8f5bba5 9dd94346b86a4b21a36736c334b6c403 b05cf3ad5d2d46c5ab9850373b366a37 - - default default] TaaS: Handle Delete Port: 1af2eb94-4942-4cf5-89e3-315557e7e57d 2026-05-26 06:59:49.744 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e04f230-f6e4-4699-a709-852eb8f5bba5 9dd94346b86a4b21a36736c334b6c403 b05cf3ad5d2d46c5ab9850373b366a37 - - default default] Tap Mirror: Handle Delete Port: 1af2eb94-4942-4cf5-89e3-315557e7e57d [pid: 8|app: 0|req: 711/1449] 10.0.0.244 () {32 vars in 720 bytes} [Tue May 26 06:59:49 2026] DELETE /v2.0/ports/1af2eb94-4942-4cf5-89e3-315557e7e57d => generated 0 bytes in 692 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1450] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:49 2026] GET /v2.0/ports?device_id=af6a89b9-eec6-4647-85f6-ec61baedc47d => 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: 713/1451] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 06:59:49 2026] GET /v2.0/ports?tenant_id=df3cb43d815249efbd24ec9ca64c10b0&device_id=af6a89b9-eec6-4647-85f6-ec61baedc47d => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 06:59:49.999 8 INFO neutron_taas.services.taas.taas_plugin [None req-53cc8557-dff2-4ba9-9dbd-c6fe146106cc 9dd94346b86a4b21a36736c334b6c403 b05cf3ad5d2d46c5ab9850373b366a37 - - default default] TaaS: Handle Delete Port: acd28134-c8ea-4704-b0a1-e232146842cc 2026-05-26 06:59:50.003 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53cc8557-dff2-4ba9-9dbd-c6fe146106cc 9dd94346b86a4b21a36736c334b6c403 b05cf3ad5d2d46c5ab9850373b366a37 - - default default] Tap Mirror: Handle Delete Port: acd28134-c8ea-4704-b0a1-e232146842cc [pid: 7|app: 0|req: 739/1452] 10.0.0.244 () {34 vars in 789 bytes} [Tue May 26 06:59:48 2026] PUT /v2.0/routers/b618214e-cd73-43b9-a4ab-8ef5c870207f/remove_router_interface => generated 309 bytes in 1128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1453] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:59:50 2026] GET /v2.0/security-groups?id=fd04fce5-f3fc-45d9-8e84-410bad201036&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1454] 10.0.0.244 () {32 vars in 720 bytes} [Tue May 26 06:59:49 2026] DELETE /v2.0/ports/acd28134-c8ea-4704-b0a1-e232146842cc => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1455] 199.204.45.250 () {34 vars in 1058 bytes} [Tue May 26 06:59:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=fbec5b1c-e292-44fd-96ca-e7ebb634753b => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 06:59:50.210 7 INFO neutron_taas.services.taas.taas_plugin [None req-0876572f-fb36-4790-b065-4dafe4c84b90 9dd94346b86a4b21a36736c334b6c403 b05cf3ad5d2d46c5ab9850373b366a37 - - default default] TaaS: Handle Delete Port: 0e50e5f3-b6e3-41fa-869c-4dbff460cdc8 2026-05-26 06:59:50.218 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0876572f-fb36-4790-b065-4dafe4c84b90 9dd94346b86a4b21a36736c334b6c403 b05cf3ad5d2d46c5ab9850373b366a37 - - default default] Tap Mirror: Handle Delete Port: 0e50e5f3-b6e3-41fa-869c-4dbff460cdc8 [pid: 7|app: 0|req: 742/1456] 10.0.0.244 () {32 vars in 720 bytes} [Tue May 26 06:59:50 2026] DELETE /v2.0/ports/0e50e5f3-b6e3-41fa-869c-4dbff460cdc8 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 06:59:50.312 8 INFO neutron_taas.services.taas.taas_plugin [None req-290cf16f-a749-46a5-9c66-c6b79eea7120 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: 2287460d-c8e2-4275-863d-d98ef613076f 2026-05-26 06:59:50.315 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-290cf16f-a749-46a5-9c66-c6b79eea7120 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: 2287460d-c8e2-4275-863d-d98ef613076f [pid: 7|app: 0|req: 743/1457] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 06:59:50 2026] GET /v2.0/subnets?id=869f883e-b649-459b-8f5d-d04852f9d3ff => generated 691 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 06:59:50.439 7 INFO neutron_taas.services.taas.taas_plugin [None req-76d6b82e-3486-4a16-8af8-d4c72426f040 9dd94346b86a4b21a36736c334b6c403 b05cf3ad5d2d46c5ab9850373b366a37 - - default default] TaaS: Handle Delete Port: 05c15c99-5b37-4919-90c1-9cd7eb133588 2026-05-26 06:59:50.442 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-76d6b82e-3486-4a16-8af8-d4c72426f040 9dd94346b86a4b21a36736c334b6c403 b05cf3ad5d2d46c5ab9850373b366a37 - - default default] Tap Mirror: Handle Delete Port: 05c15c99-5b37-4919-90c1-9cd7eb133588 [pid: 7|app: 0|req: 744/1458] 10.0.0.244 () {32 vars in 720 bytes} [Tue May 26 06:59:50 2026] DELETE /v2.0/ports/05c15c99-5b37-4919-90c1-9cd7eb133588 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1459] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 06:59:50 2026] GET /v2.0/ports?network_id=59e62740-59f7-44d8-87ee-f7092b6d8235&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 06:59:50.601 8 INFO neutron_taas.services.taas.taas_plugin [None req-290cf16f-a749-46a5-9c66-c6b79eea7120 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: b01c90ab-0ded-4375-bb3e-8864f9792642 2026-05-26 06:59:50.605 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-290cf16f-a749-46a5-9c66-c6b79eea7120 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: b01c90ab-0ded-4375-bb3e-8864f9792642 2026-05-26 06:59:50.680 7 INFO neutron.services.segments.plugin [-] Segment a6472614-6a29-47c5-b1c6-f762d962bc26 resource provider aggregate not found 2026-05-26 06:59:50.684 7 INFO neutron.services.segments.plugin [-] Segment a6472614-6a29-47c5-b1c6-f762d962bc26 resource provider aggregate not found 2026-05-26 06:59:50.701 7 INFO neutron.services.segments.plugin [-] Segment a6472614-6a29-47c5-b1c6-f762d962bc26 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6472614-6a29-47c5-b1c6-f762d962bc26 found for delete ", "request_id": "req-06951bf7-6a16-47a2-a6ea-afa54016a07f"}]} [pid: 7|app: 0|req: 746/1460] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 06:59:50 2026] DELETE /v2.0/networks/224fda17-8f89-47cd-8936-beba65fce5db => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 06:59:50.711 7 INFO neutron.services.segments.plugin [-] Segment a6472614-6a29-47c5-b1c6-f762d962bc26 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6472614-6a29-47c5-b1c6-f762d962bc26 found for delete ", "request_id": "req-9cbc848b-b774-470d-ba08-8a3d95bf8025"}]} [pid: 7|app: 0|req: 747/1461] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 06:59:50 2026] GET /v2.0/networks/59e62740-59f7-44d8-87ee-f7092b6d8235?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1462] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 06:59:50 2026] DELETE /v2.0/networks/f34e53c7-86c0-4c6e-bf24-c4d1c7507513 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1463] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 06:59:50 2026] GET /v2.0/networks/59e62740-59f7-44d8-87ee-f7092b6d8235?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) 2026-05-26 06:59:51.085 8 INFO neutron.services.segments.plugin [-] Segment 50a55e60-8cb3-44db-ad96-e47bb2c63cd4 resource provider aggregate not found 2026-05-26 06:59:51.090 8 INFO neutron.services.segments.plugin [-] Segment 50a55e60-8cb3-44db-ad96-e47bb2c63cd4 resource provider aggregate not found 2026-05-26 06:59:51.107 8 INFO neutron.services.segments.plugin [-] Segment 50a55e60-8cb3-44db-ad96-e47bb2c63cd4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50a55e60-8cb3-44db-ad96-e47bb2c63cd4 found for delete ", "request_id": "req-59f95258-58db-428c-94ac-e1e1d123215e"}]} 2026-05-26 06:59:51.112 8 INFO neutron.services.segments.plugin [-] Segment 50a55e60-8cb3-44db-ad96-e47bb2c63cd4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50a55e60-8cb3-44db-ad96-e47bb2c63cd4 found for delete ", "request_id": "req-b67a1f07-a724-4c0c-a949-e86afc9b64a1"}]} 2026-05-26 06:59:51.119 8 INFO neutron.db.l3_hamode_db [None req-290cf16f-a749-46a5-9c66-c6b79eea7120 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] HA network 433635ac-8da5-4763-94c1-b95a82f0dc25 was deleted as no HA routers are present in tenant 4176d3fc8e394a7ab9bc7d9144faf237. [pid: 8|app: 0|req: 715/1464] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:59:50 2026] DELETE /v2.0/routers/b618214e-cd73-43b9-a4ab-8ef5c870207f => generated 0 bytes in 1034 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1465] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 06:59:50 2026] DELETE /v2.0/networks/f80337ab-3be9-4f1a-ac96-aecd32d39656 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1466] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:51 2026] GET /v2.0/ports?device_id=af6a89b9-eec6-4647-85f6-ec61baedc47d => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1467] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 06:59:51 2026] DELETE /v2.0/subnets/a4f05188-286c-4a47-bb95-1da028092548 => 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: 717/1468] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:59:51 2026] GET /v2.0/security-groups?id=fd04fce5-f3fc-45d9-8e84-410bad201036&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 06:59:51.376 8 INFO neutron_taas.services.taas.taas_plugin [None req-2c8fafb0-80f0-4eb3-82a5-970e502e54cf abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: 29757169-e8a6-4f19-a9a4-a683b01f3276 2026-05-26 06:59:51.380 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c8fafb0-80f0-4eb3-82a5-970e502e54cf abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: 29757169-e8a6-4f19-a9a4-a683b01f3276 [pid: 7|app: 0|req: 752/1469] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 06:59:51 2026] DELETE /v2.0/networks/cf98ab56-e523-47a9-a393-a2687ba9e5e3 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1470] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 06:59:51 2026] DELETE /v2.0/networks/4f6ce0dd-1e6e-4c78-b175-0c5ceb7db104 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1471] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 06:59:51 2026] DELETE /v2.0/networks/8c94cb93-e67b-4f39-9f71-6d4459027113 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1472] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 06:59:51 2026] GET /v2.0/security-groups?tenant_id=4176d3fc8e394a7ab9bc7d9144faf237&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1473] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:59:51 2026] DELETE /v2.0/security-groups/f2446f98-d707-4d54-a457-6cb1c40b49e2 => 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: 755/1474] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:52 2026] GET /v2.0/ports?device_id=af6a89b9-eec6-4647-85f6-ec61baedc47d => 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: 720/1475] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:59:52 2026] GET /v2.0/security-groups?id=fd04fce5-f3fc-45d9-8e84-410bad201036&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: 756/1476] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 06:59:52 2026] GET /v2.0/security-groups?tenant_id=b05cf3ad5d2d46c5ab9850373b366a37&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1477] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:59:52 2026] DELETE /v2.0/security-groups/ae20a34d-4d24-4546-b75b-b2c355e9323b => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 06:59:52.722 7 INFO neutron.services.segments.plugin [-] Segment 59d8609d-5d34-4e76-9543-8d7022b184a9 resource provider aggregate not found 2026-05-26 06:59:52.741 7 INFO neutron.services.segments.plugin [-] Segment 59d8609d-5d34-4e76-9543-8d7022b184a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59d8609d-5d34-4e76-9543-8d7022b184a9 found for delete ", "request_id": "req-dab1dca7-eeb5-4204-b56d-96a46a5e2f64"}]} 2026-05-26 06:59:52.743 7 INFO neutron.services.segments.plugin [-] Segment 59d8609d-5d34-4e76-9543-8d7022b184a9 resource provider aggregate not found 2026-05-26 06:59:52.761 7 INFO neutron.services.segments.plugin [-] Segment 4c13dbd3-11a6-4a1e-a8cf-47cf082ec79a resource provider aggregate not found 2026-05-26 06:59:52.764 7 INFO neutron.services.segments.plugin [-] Segment 59d8609d-5d34-4e76-9543-8d7022b184a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59d8609d-5d34-4e76-9543-8d7022b184a9 found for delete ", "request_id": "req-2e1f6378-ed61-4e23-be59-4ddac5ff6221"}]} 2026-05-26 06:59:52.777 7 INFO neutron.services.segments.plugin [-] Segment 4c13dbd3-11a6-4a1e-a8cf-47cf082ec79a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c13dbd3-11a6-4a1e-a8cf-47cf082ec79a found for delete ", "request_id": "req-c3a01f53-32ba-4be3-b61e-066bd6a93c11"}]} 2026-05-26 06:59:52.796 7 INFO neutron.services.segments.plugin [-] Segment 6270c789-80e4-43b1-82bb-4f180c143f11 resource provider aggregate not found 2026-05-26 06:59:52.799 7 INFO neutron.services.segments.plugin [-] Segment 4c13dbd3-11a6-4a1e-a8cf-47cf082ec79a resource provider aggregate not found 2026-05-26 06:59:52.816 7 INFO neutron.services.segments.plugin [-] Segment 6270c789-80e4-43b1-82bb-4f180c143f11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6270c789-80e4-43b1-82bb-4f180c143f11 found for delete ", "request_id": "req-587db1fc-4009-4fad-bc09-037e644980cc"}]} 2026-05-26 06:59:52.822 7 INFO neutron.services.segments.plugin [-] Segment 4c13dbd3-11a6-4a1e-a8cf-47cf082ec79a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c13dbd3-11a6-4a1e-a8cf-47cf082ec79a found for delete ", "request_id": "req-5d9b4fad-0bcd-41b2-ade1-b1beb53d7d7d"}]} 2026-05-26 06:59:52.836 7 INFO neutron.services.segments.plugin [-] Segment 277fdaa9-e984-4f93-8ff1-994b9d392ea1 resource provider aggregate not found 2026-05-26 06:59:52.843 7 INFO neutron.services.segments.plugin [-] Segment 6270c789-80e4-43b1-82bb-4f180c143f11 resource provider aggregate not found 2026-05-26 06:59:52.858 7 INFO neutron.services.segments.plugin [-] Segment 277fdaa9-e984-4f93-8ff1-994b9d392ea1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 277fdaa9-e984-4f93-8ff1-994b9d392ea1 found for delete ", "request_id": "req-d7530ee6-3ce1-4c15-9110-7905b7df1c59"}]} 2026-05-26 06:59:52.868 7 INFO neutron.services.segments.plugin [-] Segment 6270c789-80e4-43b1-82bb-4f180c143f11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6270c789-80e4-43b1-82bb-4f180c143f11 found for delete ", "request_id": "req-339c64fa-704b-4079-9786-9a03991daab2"}]} 2026-05-26 06:59:52.887 7 INFO neutron.services.segments.plugin [-] Segment 277fdaa9-e984-4f93-8ff1-994b9d392ea1 resource provider aggregate not found 2026-05-26 06:59:52.908 7 INFO neutron.services.segments.plugin [-] Segment 277fdaa9-e984-4f93-8ff1-994b9d392ea1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 277fdaa9-e984-4f93-8ff1-994b9d392ea1 found for delete ", "request_id": "req-b0041b34-6aed-4469-a325-930b69c76ede"}]} [pid: 7|app: 0|req: 757/1478] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 06:59:52 2026] GET /v2.0/security-groups?tenant_id=afa8ff251b254b04973a30d276754811&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 06:59:53.130 8 INFO neutron.services.segments.plugin [-] Segment 72d48eb0-6418-4fd7-964f-7751731e53bf resource provider aggregate not found 2026-05-26 06:59:53.135 8 INFO neutron.services.segments.plugin [-] Segment 72d48eb0-6418-4fd7-964f-7751731e53bf resource provider aggregate not found 2026-05-26 06:59:53.152 8 INFO neutron.services.segments.plugin [-] Segment 72d48eb0-6418-4fd7-964f-7751731e53bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72d48eb0-6418-4fd7-964f-7751731e53bf found for delete ", "request_id": "req-70961635-c5d7-43ef-9a27-51ec5d042688"}]} 2026-05-26 06:59:53.179 8 INFO neutron.services.segments.plugin [-] Segment 72d48eb0-6418-4fd7-964f-7751731e53bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72d48eb0-6418-4fd7-964f-7751731e53bf found for delete ", "request_id": "req-8ec0db1c-e8fd-4ae6-96b9-a6936bac9f3e"}]} [pid: 8|app: 0|req: 722/1479] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:59:53 2026] DELETE /v2.0/security-groups/3d4c4a3f-04d0-4ef9-b69c-019ffe4466d9 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1480] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:53 2026] GET /v2.0/ports?device_id=3b42a636-2618-4314-845a-c1a48b1637fb => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1481] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:59:53 2026] GET /v2.0/security-groups?id=40cf7570-5884-4406-978b-0b38a7d930e9&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: 723/1482] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 06:59:53 2026] GET /v2.0/security-groups?tenant_id=e2c7653399e848f6a5aafe2c6ed9575c&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1483] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:53 2026] GET /v2.0/ports?device_id=3b42a636-2618-4314-845a-c1a48b1637fb => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1484] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:53 2026] GET /v2.0/ports?device_id=af6a89b9-eec6-4647-85f6-ec61baedc47d => 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: 724/1485] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:59:53 2026] DELETE /v2.0/security-groups/6c12ec7e-2e6b-42ab-a101-ad55ae2a2faa => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1486] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:59:53 2026] GET /v2.0/security-groups?id=40cf7570-5884-4406-978b-0b38a7d930e9&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1487] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:59:53 2026] GET /v2.0/security-groups?id=fd04fce5-f3fc-45d9-8e84-410bad201036&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1488] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:53 2026] GET /v2.0/ports?device_id=3b42a636-2618-4314-845a-c1a48b1637fb => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1489] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:59:54 2026] GET /v2.0/security-groups?id=40cf7570-5884-4406-978b-0b38a7d930e9&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1490] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:54 2026] GET /v2.0/ports?device_id=af6a89b9-eec6-4647-85f6-ec61baedc47d => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1491] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:59:54 2026] GET /v2.0/security-groups?id=fd04fce5-f3fc-45d9-8e84-410bad201036&fields=id&fields=name => generated 88 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1492] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:55 2026] GET /v2.0/ports?device_id=3b42a636-2618-4314-845a-c1a48b1637fb => 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: 728/1493] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:59:55 2026] GET /v2.0/security-groups?id=40cf7570-5884-4406-978b-0b38a7d930e9&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1494] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 06:59:55 2026] GET /v2.0/ports?tenant_id=430fb3fa8df3473b8be5fb4bedac14d3&device_id=3b42a636-2618-4314-845a-c1a48b1637fb => generated 1240 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1495] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 06:59:55 2026] GET /v2.0/networks?id=fb8ec8b6-8079-4128-a42f-91ccdb0bbae4 => generated 772 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1496] 199.204.45.250 () {34 vars in 1058 bytes} [Tue May 26 06:59:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=36e31eb4-989f-45f0-a3f8-067c27ab8d61 => generated 860 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1497] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 06:59:55 2026] GET /v2.0/subnets?id=b20b04fb-bcc3-4b60-a1db-787669e174e6 => generated 694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1498] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 06:59:55 2026] GET /v2.0/ports?network_id=fb8ec8b6-8079-4128-a42f-91ccdb0bbae4&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1499] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 06:59:55 2026] GET /v2.0/networks/fb8ec8b6-8079-4128-a42f-91ccdb0bbae4?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1500] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 06:59:55 2026] GET /v2.0/networks/fb8ec8b6-8079-4128-a42f-91ccdb0bbae4?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: 732/1501] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:55 2026] GET /v2.0/ports?device_id=af6a89b9-eec6-4647-85f6-ec61baedc47d => generated 971 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1502] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:59:56 2026] GET /v2.0/security-groups?id=fd04fce5-f3fc-45d9-8e84-410bad201036&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: 733/1503] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:56 2026] GET /v2.0/ports?device_id=3b42a636-2618-4314-845a-c1a48b1637fb => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1504] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:59:56 2026] GET /v2.0/security-groups?id=40cf7570-5884-4406-978b-0b38a7d930e9&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1507] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:57 2026] GET /v2.0/ports?device_id=3b42a636-2618-4314-845a-c1a48b1637fb => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1508] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:59:57 2026] GET /v2.0/security-groups?id=40cf7570-5884-4406-978b-0b38a7d930e9&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1509] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:57 2026] GET /v2.0/ports?device_id=af6a89b9-eec6-4647-85f6-ec61baedc47d => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1510] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:59:57 2026] GET /v2.0/security-groups?id=fd04fce5-f3fc-45d9-8e84-410bad201036&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1511] 10.0.0.244 () {34 vars in 676 bytes} [Tue May 26 06:59:57 2026] POST /v2.0/floatingips => generated 552 bytes in 827 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1512] 10.0.0.244 () {34 vars in 759 bytes} [Tue May 26 06:59:58 2026] PUT /v2.0/floatingips/a691c83a-5914-450d-b841-33ad6fc341c1/tags => generated 25 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1513] 10.0.0.244 () {32 vars in 739 bytes} [Tue May 26 06:59:58 2026] GET /v2.0/floatingips/a691c83a-5914-450d-b841-33ad6fc341c1/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1514] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:58 2026] GET /v2.0/ports?device_id=3b42a636-2618-4314-845a-c1a48b1637fb => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1515] 10.0.0.244 () {34 vars in 770 bytes} [Tue May 26 06:59:58 2026] PUT /v2.0/floatingips/a691c83a-5914-450d-b841-33ad6fc341c1/tags/green => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1516] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 06:59:58 2026] GET /v2.0/ports?device_id=af6a89b9-eec6-4647-85f6-ec61baedc47d => generated 971 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1517] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 06:59:58 2026] GET /v2.0/security-groups?tenant_id=fd976c2e6f3a49b6b2ae67d546bfb24a&name=default => generated 2925 bytes in 359 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1518] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:59:58 2026] GET /v2.0/security-groups?id=40cf7570-5884-4406-978b-0b38a7d930e9&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: 781/1519] 10.0.0.244 () {32 vars in 739 bytes} [Tue May 26 06:59:58 2026] GET /v2.0/floatingips/a691c83a-5914-450d-b841-33ad6fc341c1/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1520] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 06:59:58 2026] GET /v2.0/security-groups?id=fd04fce5-f3fc-45d9-8e84-410bad201036&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1521] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:59:58 2026] DELETE /v2.0/security-groups/ea4f5565-0fac-49ba-96c5-9bf25cf32b5e => 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: 783/1522] 10.0.0.244 () {34 vars in 766 bytes} [Tue May 26 06:59:58 2026] PUT /v2.0/floatingips/a691c83a-5914-450d-b841-33ad6fc341c1/tags/red => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1523] 10.0.0.244 () {32 vars in 739 bytes} [Tue May 26 06:59:59 2026] GET /v2.0/floatingips/a691c83a-5914-450d-b841-33ad6fc341c1/tags => generated 34 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1524] 10.0.0.244 () {34 vars in 788 bytes} [Tue May 26 06:59:59 2026] PUT /v2.0/floatingips/a691c83a-5914-450d-b841-33ad6fc341c1/tags/black.or.white => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1525] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 06:59:59 2026] GET /v2.0/security-groups?tenant_id=9ddf6b4fc1e34b4cbd1dd0c61b8a10a8&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1526] 10.0.0.244 () {32 vars in 739 bytes} [Tue May 26 06:59:59 2026] GET /v2.0/floatingips/a691c83a-5914-450d-b841-33ad6fc341c1/tags => generated 52 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1527] 10.0.0.244 () {34 vars in 759 bytes} [Tue May 26 06:59:59 2026] PUT /v2.0/floatingips/a691c83a-5914-450d-b841-33ad6fc341c1/tags => generated 37 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1528] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 06:59:59 2026] DELETE /v2.0/security-groups/047880c6-2639-4fd1-9d9a-cf8360ada0f7 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1529] 10.0.0.244 () {32 vars in 739 bytes} [Tue May 26 06:59:59 2026] GET /v2.0/floatingips/a691c83a-5914-450d-b841-33ad6fc341c1/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1530] 10.0.0.244 () {32 vars in 747 bytes} [Tue May 26 06:59:59 2026] GET /v2.0/floatingips/a691c83a-5914-450d-b841-33ad6fc341c1/tags/red => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 06:59:59.500 8 INFO neutron.api.v2.resource [None req-3109763d-de60-4dc7-a261-440d5b5db3b0 a62d9cdb3edc4be5b84870fcfd076908 9d56d654fcf148e68ec8557592383d36 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 745/1531] 10.0.0.244 () {32 vars in 751 bytes} [Tue May 26 06:59:59 2026] GET /v2.0/floatingips/a691c83a-5914-450d-b841-33ad6fc341c1/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: 787/1532] 10.0.0.244 () {32 vars in 750 bytes} [Tue May 26 06:59:59 2026] DELETE /v2.0/floatingips/a691c83a-5914-450d-b841-33ad6fc341c1/tags/red => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1533] 10.0.0.244 () {32 vars in 739 bytes} [Tue May 26 06:59:59 2026] GET /v2.0/floatingips/a691c83a-5914-450d-b841-33ad6fc341c1/tags => generated 30 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 06:59:59.683 7 INFO neutron.api.v2.resource [None req-aef34d66-9e1f-44cf-a130-c158a9df75df a62d9cdb3edc4be5b84870fcfd076908 9d56d654fcf148e68ec8557592383d36 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 788/1534] 10.0.0.244 () {32 vars in 754 bytes} [Tue May 26 06:59:59 2026] DELETE /v2.0/floatingips/a691c83a-5914-450d-b841-33ad6fc341c1/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1535] 10.0.0.244 () {32 vars in 742 bytes} [Tue May 26 06:59:59 2026] DELETE /v2.0/floatingips/a691c83a-5914-450d-b841-33ad6fc341c1/tags => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1536] 10.0.0.244 () {32 vars in 739 bytes} [Tue May 26 06:59:59 2026] GET /v2.0/floatingips/a691c83a-5914-450d-b841-33ad6fc341c1/tags => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 06:59:59.949 8 INFO neutron_taas.services.taas.taas_plugin [None req-d712e4ad-b1df-4d62-8152-3bc348c130d6 a62d9cdb3edc4be5b84870fcfd076908 9d56d654fcf148e68ec8557592383d36 - - default default] TaaS: Handle Delete Port: 6a5255c1-8b66-48c4-95fb-246749fba70f 2026-05-26 06:59:59.952 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d712e4ad-b1df-4d62-8152-3bc348c130d6 a62d9cdb3edc4be5b84870fcfd076908 9d56d654fcf148e68ec8557592383d36 - - default default] Tap Mirror: Handle Delete Port: 6a5255c1-8b66-48c4-95fb-246749fba70f [pid: 7|app: 0|req: 790/1537] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:00:00 2026] GET /v2.0/ports?device_id=3b42a636-2618-4314-845a-c1a48b1637fb => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1538] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:00:00 2026] GET /v2.0/ports?device_id=af6a89b9-eec6-4647-85f6-ec61baedc47d => 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: 792/1539] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:00:00 2026] GET /v2.0/security-groups?id=40cf7570-5884-4406-978b-0b38a7d930e9&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1540] 10.0.0.244 () {32 vars in 732 bytes} [Tue May 26 06:59:59 2026] DELETE /v2.0/floatingips/a691c83a-5914-450d-b841-33ad6fc341c1 => generated 0 bytes in 366 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1541] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:00:00 2026] GET /v2.0/security-groups?id=fd04fce5-f3fc-45d9-8e84-410bad201036&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1542] 199.204.45.250 () {34 vars in 994 bytes} [Tue May 26 07:00:00 2026] GET /v2.0/ports?device_id=af6a89b9-eec6-4647-85f6-ec61baedc47d => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 07:00:00.386 7 INFO neutron_taas.services.taas.taas_plugin [req-87ece5c5-6586-4baf-93b6-4e7de15dfb58 req-6f988dbc-6fac-4c44-bf19-1fe663298ae4 b47b7aa57e0c42eb9c25d59cd11ee797 df3cb43d815249efbd24ec9ca64c10b0 - - default default] TaaS: Handle Delete Port: fbec5b1c-e292-44fd-96ca-e7ebb634753b 2026-05-26 07:00:00.388 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-87ece5c5-6586-4baf-93b6-4e7de15dfb58 req-6f988dbc-6fac-4c44-bf19-1fe663298ae4 b47b7aa57e0c42eb9c25d59cd11ee797 df3cb43d815249efbd24ec9ca64c10b0 - - default default] Tap Mirror: Handle Delete Port: fbec5b1c-e292-44fd-96ca-e7ebb634753b [pid: 7|app: 0|req: 794/1543] 199.204.45.250 () {36 vars in 997 bytes} [Tue May 26 07:00:00 2026] DELETE /v2.0/ports/fbec5b1c-e292-44fd-96ca-e7ebb634753b => generated 0 bytes in 339 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 07:00:00.625 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-817dd5cd-ba5f-48a5-9a06-9acfe30d6f47'] response: {'server_uuid': 'af6a89b9-eec6-4647-85f6-ec61baedc47d', 'name': 'network-vif-deleted', 'tag': 'fbec5b1c-e292-44fd-96ca-e7ebb634753b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 795/1544] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:00:01 2026] GET /v2.0/ports?device_id=3b42a636-2618-4314-845a-c1a48b1637fb => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1545] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:00:01 2026] GET /v2.0/security-groups?id=40cf7570-5884-4406-978b-0b38a7d930e9&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1546] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:00:01 2026] GET /v2.0/ports?device_id=af6a89b9-eec6-4647-85f6-ec61baedc47d => 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: 750/1547] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:00:00 2026] GET /v2.0/security-groups?tenant_id=9d56d654fcf148e68ec8557592383d36&name=default => generated 2925 bytes in 570 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1548] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:00:01 2026] DELETE /v2.0/security-groups/15312b65-0b17-40cd-8c4a-587eb7bbf45b => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1549] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:00:01 2026] GET /v2.0/security-groups?tenant_id=925c9c76c31f4f1486a5f993790fb6c9&name=default => generated 2925 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1550] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:00:02 2026] DELETE /v2.0/security-groups/eea8b226-783b-410a-b109-07e2a71beb85 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1551] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:00:02 2026] GET /v2.0/ports?device_id=af6a89b9-eec6-4647-85f6-ec61baedc47d => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1552] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:00:02 2026] GET /v2.0/ports?device_id=3b42a636-2618-4314-845a-c1a48b1637fb => generated 969 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1553] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:00:02 2026] GET /v2.0/security-groups?id=40cf7570-5884-4406-978b-0b38a7d930e9&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1554] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:00:03 2026] GET /v2.0/ports?device_id=af6a89b9-eec6-4647-85f6-ec61baedc47d => 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: 802/1555] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:00:03 2026] GET /v2.0/ports?device_id=3b42a636-2618-4314-845a-c1a48b1637fb => 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: 754/1556] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:00:03 2026] GET /v2.0/security-groups?id=40cf7570-5884-4406-978b-0b38a7d930e9&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1557] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:00:04 2026] GET /v2.0/ports?device_id=3b42a636-2618-4314-845a-c1a48b1637fb => generated 971 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1558] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:00:04 2026] GET /v2.0/security-groups?id=40cf7570-5884-4406-978b-0b38a7d930e9&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1559] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:00:05 2026] GET /v2.0/security-groups?tenant_id=615870541b144bcd801690b53780aa64&name=default => generated 2925 bytes in 531 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1560] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:00:06 2026] DELETE /v2.0/security-groups/283604b8-97ee-46c8-a7a2-bb23fb4fb378 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:00:06.437 8 INFO neutron_taas.services.taas.taas_plugin [None req-828c546c-714e-4330-bbbd-9ab40fb55e75 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: 0cd44c54-9aad-4ef9-8f79-52ac6a51da1f 2026-05-26 07:00:06.443 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-828c546c-714e-4330-bbbd-9ab40fb55e75 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: 0cd44c54-9aad-4ef9-8f79-52ac6a51da1f 2026-05-26 07:00:06.587 7 INFO neutron.db.segments_db [None req-63de54e9-ed49-4674-8241-3b430cb76bed bc6c8c123bfc46bd8089f0f3636e6080 6d3162fd99254a41a4e5a2edcadb3781 - - default default] Added segment 6f9d74b8-8671-4082-a597-81478ebea52a of type vxlan for network 0370ee19-2d7b-42cb-9f1d-3df92fc543c8 [pid: 7|app: 0|req: 806/1561] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 07:00:06 2026] POST /v2.0/networks => generated 631 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1562] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:00:06 2026] GET /v2.0/security-groups?tenant_id=216b994407a84ba197cc47828a8f40d5&name=default => generated 2925 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1563] 10.0.0.244 () {34 vars in 753 bytes} [Tue May 26 07:00:06 2026] PUT /v2.0/networks/0370ee19-2d7b-42cb-9f1d-3df92fc543c8/tags => generated 25 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1564] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:00:06 2026] DELETE /v2.0/security-groups/fe67d512-a62d-4dfd-beb1-b16d97d7077d => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1565] 10.0.0.244 () {32 vars in 733 bytes} [Tue May 26 07:00:07 2026] GET /v2.0/networks/0370ee19-2d7b-42cb-9f1d-3df92fc543c8/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: 756/1566] 10.0.0.244 () {34 vars in 789 bytes} [Tue May 26 07:00:05 2026] PUT /v2.0/routers/a3385cd9-d7da-49f0-a8a0-b8469e2d7971/remove_router_interface => generated 309 bytes in 1371 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1567] 10.0.0.244 () {34 vars in 764 bytes} [Tue May 26 07:00:07 2026] PUT /v2.0/networks/0370ee19-2d7b-42cb-9f1d-3df92fc543c8/tags/green => generated 4 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1568] 10.0.0.244 () {32 vars in 733 bytes} [Tue May 26 07:00:07 2026] GET /v2.0/networks/0370ee19-2d7b-42cb-9f1d-3df92fc543c8/tags => generated 34 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1569] 10.0.0.244 () {34 vars in 760 bytes} [Tue May 26 07:00:07 2026] PUT /v2.0/networks/0370ee19-2d7b-42cb-9f1d-3df92fc543c8/tags/red => generated 4 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1570] 10.0.0.244 () {32 vars in 733 bytes} [Tue May 26 07:00:07 2026] GET /v2.0/networks/0370ee19-2d7b-42cb-9f1d-3df92fc543c8/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 07:00:07.559 8 INFO neutron_taas.services.taas.taas_plugin [None req-f5d4e872-d94b-4f4b-8b40-15b97e6595ef abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: 5a92c6e2-8e20-4932-8073-2ae32b32c99f 2026-05-26 07:00:07.562 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5d4e872-d94b-4f4b-8b40-15b97e6595ef abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: 5a92c6e2-8e20-4932-8073-2ae32b32c99f [pid: 7|app: 0|req: 815/1571] 10.0.0.244 () {34 vars in 782 bytes} [Tue May 26 07:00:07 2026] PUT /v2.0/networks/0370ee19-2d7b-42cb-9f1d-3df92fc543c8/tags/black.or.white => generated 4 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1572] 10.0.0.244 () {32 vars in 733 bytes} [Tue May 26 07:00:07 2026] GET /v2.0/networks/0370ee19-2d7b-42cb-9f1d-3df92fc543c8/tags => generated 52 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1573] 10.0.0.244 () {34 vars in 753 bytes} [Tue May 26 07:00:07 2026] PUT /v2.0/networks/0370ee19-2d7b-42cb-9f1d-3df92fc543c8/tags => generated 37 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1574] 10.0.0.244 () {32 vars in 733 bytes} [Tue May 26 07:00:07 2026] GET /v2.0/networks/0370ee19-2d7b-42cb-9f1d-3df92fc543c8/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1575] 10.0.0.244 () {32 vars in 741 bytes} [Tue May 26 07:00:07 2026] GET /v2.0/networks/0370ee19-2d7b-42cb-9f1d-3df92fc543c8/tags/red => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:00:07.924 8 INFO neutron_taas.services.taas.taas_plugin [None req-f5d4e872-d94b-4f4b-8b40-15b97e6595ef abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: 26cd94d3-2978-4ec8-8da4-92e58d7dbc73 2026-05-26 07:00:07.928 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5d4e872-d94b-4f4b-8b40-15b97e6595ef abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: 26cd94d3-2978-4ec8-8da4-92e58d7dbc73 2026-05-26 07:00:07.963 7 INFO neutron.api.v2.resource [None req-b66256ff-7380-4d0d-886f-d91dba7a9889 bc6c8c123bfc46bd8089f0f3636e6080 6d3162fd99254a41a4e5a2edcadb3781 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 820/1576] 10.0.0.244 () {32 vars in 745 bytes} [Tue May 26 07:00:07 2026] GET /v2.0/networks/0370ee19-2d7b-42cb-9f1d-3df92fc543c8/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1577] 10.0.0.244 () {32 vars in 744 bytes} [Tue May 26 07:00:07 2026] DELETE /v2.0/networks/0370ee19-2d7b-42cb-9f1d-3df92fc543c8/tags/red => 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: 822/1578] 10.0.0.244 () {32 vars in 733 bytes} [Tue May 26 07:00:08 2026] GET /v2.0/networks/0370ee19-2d7b-42cb-9f1d-3df92fc543c8/tags => generated 30 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 07:00:08.160 7 INFO neutron.api.v2.resource [None req-4465648d-16f5-4a4f-9775-bc5102657fea bc6c8c123bfc46bd8089f0f3636e6080 6d3162fd99254a41a4e5a2edcadb3781 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 823/1579] 10.0.0.244 () {32 vars in 748 bytes} [Tue May 26 07:00:08 2026] DELETE /v2.0/networks/0370ee19-2d7b-42cb-9f1d-3df92fc543c8/tags/green => generated 99 bytes in 72 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1580] 10.0.0.244 () {32 vars in 736 bytes} [Tue May 26 07:00:08 2026] DELETE /v2.0/networks/0370ee19-2d7b-42cb-9f1d-3df92fc543c8/tags => 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: 825/1581] 10.0.0.244 () {32 vars in 733 bytes} [Tue May 26 07:00:08 2026] GET /v2.0/networks/0370ee19-2d7b-42cb-9f1d-3df92fc543c8/tags => generated 12 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 07:00:08.358 8 INFO neutron.services.segments.plugin [-] Segment cc3871e5-d4ee-40dd-bae4-75aa1d1ca086 resource provider aggregate not found 2026-05-26 07:00:08.372 8 INFO neutron.services.segments.plugin [-] Segment cc3871e5-d4ee-40dd-bae4-75aa1d1ca086 resource provider aggregate not found 2026-05-26 07:00:08.384 8 INFO neutron.services.segments.plugin [-] Segment cc3871e5-d4ee-40dd-bae4-75aa1d1ca086 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc3871e5-d4ee-40dd-bae4-75aa1d1ca086 found for delete ", "request_id": "req-849ed235-13df-4587-b003-374272569964"}]} 2026-05-26 07:00:08.397 8 INFO neutron.services.segments.plugin [-] Segment cc3871e5-d4ee-40dd-bae4-75aa1d1ca086 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc3871e5-d4ee-40dd-bae4-75aa1d1ca086 found for delete ", "request_id": "req-2a752b00-bbef-4e45-bea0-b1df5c8a9722"}]} 2026-05-26 07:00:08.405 8 INFO neutron.db.l3_hamode_db [None req-f5d4e872-d94b-4f4b-8b40-15b97e6595ef abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] HA network 02d115ad-7b6f-411d-8412-073ff0f8b79c was deleted as no HA routers are present in tenant df3cb43d815249efbd24ec9ca64c10b0. [pid: 8|app: 0|req: 757/1582] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:00:07 2026] DELETE /v2.0/routers/a3385cd9-d7da-49f0-a8a0-b8469e2d7971 => generated 0 bytes in 1169 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:00:08.457 7 INFO neutron.services.segments.plugin [-] Segment 6f9d74b8-8671-4082-a597-81478ebea52a resource provider aggregate not found 2026-05-26 07:00:08.463 7 INFO neutron.services.segments.plugin [-] Segment 6f9d74b8-8671-4082-a597-81478ebea52a resource provider aggregate not found 2026-05-26 07:00:08.483 7 INFO neutron.services.segments.plugin [-] Segment 6f9d74b8-8671-4082-a597-81478ebea52a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f9d74b8-8671-4082-a597-81478ebea52a found for delete ", "request_id": "req-9c0e9c86-a8d5-4d08-ba73-c5e84cb8db3b"}]} 2026-05-26 07:00:08.490 7 INFO neutron.services.segments.plugin [-] Segment 6f9d74b8-8671-4082-a597-81478ebea52a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f9d74b8-8671-4082-a597-81478ebea52a found for delete ", "request_id": "req-b43abecc-4314-4787-bdf5-3bb492ce0f34"}]} [pid: 7|app: 0|req: 826/1583] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 07:00:08 2026] DELETE /v2.0/networks/0370ee19-2d7b-42cb-9f1d-3df92fc543c8 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1584] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:00:08 2026] DELETE /v2.0/subnets/869f883e-b649-459b-8f5d-d04852f9d3ff => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 07:00:08.756 7 INFO neutron_taas.services.taas.taas_plugin [None req-bb6184f5-64e5-47b8-8d1f-c9fdbf656864 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: 0f658e31-012d-426e-acd2-3c75760843ec 2026-05-26 07:00:08.760 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb6184f5-64e5-47b8-8d1f-c9fdbf656864 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: 0f658e31-012d-426e-acd2-3c75760843ec [pid: 7|app: 0|req: 827/1585] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 07:00:08 2026] DELETE /v2.0/networks/59e62740-59f7-44d8-87ee-f7092b6d8235 => generated 0 bytes in 349 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1586] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:00:09 2026] GET /v2.0/security-groups?tenant_id=df3cb43d815249efbd24ec9ca64c10b0&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1587] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:00:09 2026] DELETE /v2.0/security-groups/fd04fce5-f3fc-45d9-8e84-410bad201036 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:00:09.660 7 INFO neutron.db.segments_db [None req-29f36a46-b1b2-45c3-b46f-86b5a4938350 ecfc0e33526b433fa37fb416ed7ff950 f645363f7ae04bdfa20f0ce3b088e5cf - - default default] Added segment 93a363e1-5ce4-4c99-bb9a-da98f6a5af8f of type vxlan for network c05fde46-19f1-4b0e-9997-a5d2566e2d4f [pid: 8|app: 0|req: 759/1588] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:00:09 2026] GET /v2.0/security-groups?tenant_id=383368a8ebf44a2593617bd72e9ef26f&name=default => generated 2925 bytes in 460 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1589] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 07:00:09 2026] POST /v2.0/networks => generated 644 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1590] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:00:09 2026] DELETE /v2.0/security-groups/37815d40-271a-4bc8-ad6e-e48a210a9576 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1591] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:00:10 2026] GET /v2.0/security-groups?tenant_id=6d3162fd99254a41a4e5a2edcadb3781&name=default => generated 2925 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1592] 10.0.0.244 () {34 vars in 665 bytes} [Tue May 26 07:00:09 2026] POST /v2.0/ports => generated 774 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 07:00:10.229 7 INFO neutron.db.segments_db [None req-c39a740e-ac73-44d9-9265-819216380735 ecfc0e33526b433fa37fb416ed7ff950 f645363f7ae04bdfa20f0ce3b088e5cf - - default default] Added segment 1cd6e327-1c9c-47d7-b5ac-63c229376290 of type vxlan for network d08f2f4c-5ece-4e0e-8561-2abb66b7901d [pid: 8|app: 0|req: 762/1593] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:00:10 2026] DELETE /v2.0/security-groups/395548a3-e54d-4a5b-b8dd-2e56c4d30824 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1594] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 07:00:10 2026] POST /v2.0/networks => generated 632 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 07:00:10.513 7 INFO neutron.services.segments.plugin [-] Segment b6460f18-dec8-43c1-806c-c52040602ec1 resource provider aggregate not found 2026-05-26 07:00:10.517 7 INFO neutron.services.segments.plugin [-] Segment b6460f18-dec8-43c1-806c-c52040602ec1 resource provider aggregate not found 2026-05-26 07:00:10.533 7 INFO neutron.services.segments.plugin [-] Segment b6460f18-dec8-43c1-806c-c52040602ec1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6460f18-dec8-43c1-806c-c52040602ec1 found for delete ", "request_id": "req-7eb94ad1-a4c6-4abf-9cd8-2b2e4fdce488"}]} 2026-05-26 07:00:10.546 7 INFO neutron.services.segments.plugin [-] Segment b6460f18-dec8-43c1-806c-c52040602ec1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6460f18-dec8-43c1-806c-c52040602ec1 found for delete ", "request_id": "req-b9c04cd0-69c5-4de6-939c-b5482f3ba3bb"}]} [pid: 8|app: 0|req: 763/1595] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 07:00:10 2026] POST /v2.0/subnets => generated 626 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1596] 10.0.0.244 () {34 vars in 665 bytes} [Tue May 26 07:00:10 2026] POST /v2.0/ports => generated 949 bytes in 672 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 07:00:11.580 8 INFO neutron_taas.services.taas.taas_plugin [None req-8b521b6d-5d25-451a-b82d-f3dc87706117 ecfc0e33526b433fa37fb416ed7ff950 f645363f7ae04bdfa20f0ce3b088e5cf - - default default] TaaS: Handle Delete Port: 2fd01f14-2a27-4c9e-9e30-12df441a9d63 2026-05-26 07:00:11.585 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b521b6d-5d25-451a-b82d-f3dc87706117 ecfc0e33526b433fa37fb416ed7ff950 f645363f7ae04bdfa20f0ce3b088e5cf - - default default] Tap Mirror: Handle Delete Port: 2fd01f14-2a27-4c9e-9e30-12df441a9d63 [pid: 8|app: 0|req: 764/1599] 10.0.0.244 () {32 vars in 720 bytes} [Tue May 26 07:00:11 2026] DELETE /v2.0/ports/2fd01f14-2a27-4c9e-9e30-12df441a9d63 => generated 0 bytes in 360 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 07:00:11.831 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cca5ab39-c09d-44dc-8569-057a96e20d49 ecfc0e33526b433fa37fb416ed7ff950 f645363f7ae04bdfa20f0ce3b088e5cf - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 836/1600] 10.0.0.244 () {32 vars in 720 bytes} [Tue May 26 07:00:11 2026] DELETE /v2.0/ports/2fd01f14-2a27-4c9e-9e30-12df441a9d63 => generated 132 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 07:00:11.858 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cf9eafc9-1b0f-4229-9b4b-9d71c3e86c88 ecfc0e33526b433fa37fb416ed7ff950 f645363f7ae04bdfa20f0ce3b088e5cf - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 765/1601] 10.0.0.244 () {32 vars in 717 bytes} [Tue May 26 07:00:11 2026] GET /v2.0/ports/2fd01f14-2a27-4c9e-9e30-12df441a9d63 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1602] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:00:11 2026] DELETE /v2.0/subnets/74c8ef8c-9c2e-4b76-96c2-219a849dbeb8 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 07:00:12.203 8 INFO neutron_taas.services.taas.taas_plugin [None req-53578afb-8c67-4542-b12e-51a523dc8a6b ecfc0e33526b433fa37fb416ed7ff950 f645363f7ae04bdfa20f0ce3b088e5cf - - default default] TaaS: Handle Delete Port: 33b893e8-7652-4faa-af85-50432fb4ac0b 2026-05-26 07:00:12.209 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53578afb-8c67-4542-b12e-51a523dc8a6b ecfc0e33526b433fa37fb416ed7ff950 f645363f7ae04bdfa20f0ce3b088e5cf - - default default] Tap Mirror: Handle Delete Port: 33b893e8-7652-4faa-af85-50432fb4ac0b 2026-05-26 07:00:12.481 8 INFO neutron.services.segments.plugin [-] Segment 1cd6e327-1c9c-47d7-b5ac-63c229376290 resource provider aggregate not found 2026-05-26 07:00:12.487 8 INFO neutron.services.segments.plugin [-] Segment 1cd6e327-1c9c-47d7-b5ac-63c229376290 resource provider aggregate not found 2026-05-26 07:00:12.508 8 INFO neutron.services.segments.plugin [-] Segment 1cd6e327-1c9c-47d7-b5ac-63c229376290 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cd6e327-1c9c-47d7-b5ac-63c229376290 found for delete ", "request_id": "req-98403ef4-88d8-4680-85c2-c1129a6a9648"}]} 2026-05-26 07:00:12.523 8 INFO neutron.services.segments.plugin [-] Segment 1cd6e327-1c9c-47d7-b5ac-63c229376290 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cd6e327-1c9c-47d7-b5ac-63c229376290 found for delete ", "request_id": "req-845e293a-3191-4351-87f1-d310021ff1f1"}]} [pid: 8|app: 0|req: 766/1603] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 07:00:12 2026] DELETE /v2.0/networks/d08f2f4c-5ece-4e0e-8561-2abb66b7901d => generated 0 bytes in 432 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 07:00:12.635 7 INFO neutron.db.segments_db [None req-0399e17d-b6a6-4cac-84f2-d8fcfd3f73d7 ecfc0e33526b433fa37fb416ed7ff950 f645363f7ae04bdfa20f0ce3b088e5cf - - default default] Added segment b847961a-1630-4cf6-b8fd-e3dd9e72393f of type vxlan for network dea744fc-fff6-403e-abd4-2f67acb6344d [pid: 7|app: 0|req: 838/1604] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 07:00:12 2026] POST /v2.0/networks => generated 631 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1605] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 07:00:12 2026] POST /v2.0/subnets => generated 626 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1606] 10.0.0.244 () {34 vars in 665 bytes} [Tue May 26 07:00:13 2026] POST /v2.0/ports => generated 911 bytes in 476 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 07:00:13.820 8 INFO neutron_taas.services.taas.taas_plugin [None req-ef2321ec-677b-4ffe-b51e-1cd69fb6f82b ecfc0e33526b433fa37fb416ed7ff950 f645363f7ae04bdfa20f0ce3b088e5cf - - default default] TaaS: Handle Delete Port: f1f81299-8146-4e3e-b621-37c310191d9b 2026-05-26 07:00:13.824 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef2321ec-677b-4ffe-b51e-1cd69fb6f82b ecfc0e33526b433fa37fb416ed7ff950 f645363f7ae04bdfa20f0ce3b088e5cf - - default default] Tap Mirror: Handle Delete Port: f1f81299-8146-4e3e-b621-37c310191d9b [pid: 8|app: 0|req: 768/1607] 10.0.0.244 () {32 vars in 720 bytes} [Tue May 26 07:00:13 2026] DELETE /v2.0/ports/f1f81299-8146-4e3e-b621-37c310191d9b => generated 0 bytes in 383 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 07:00:14.041 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e690c4d9-097a-485b-81be-807f153e28ce ecfc0e33526b433fa37fb416ed7ff950 f645363f7ae04bdfa20f0ce3b088e5cf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 840/1608] 10.0.0.244 () {32 vars in 717 bytes} [Tue May 26 07:00:14 2026] GET /v2.0/ports/f1f81299-8146-4e3e-b621-37c310191d9b => 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: 769/1609] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:00:14 2026] DELETE /v2.0/subnets/2d9454b6-5a62-4897-a7ed-31d1fa0cb6ae => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1610] 10.0.0.244 () {34 vars in 678 bytes} [Tue May 26 07:00:14 2026] POST /v2.0/qos/policies => generated 359 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1611] 10.0.0.244 () {34 vars in 753 bytes} [Tue May 26 07:00:14 2026] PUT /v2.0/policies/82da2bf1-0734-4af7-a684-231d0c4ac412/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1612] 10.0.0.244 () {32 vars in 733 bytes} [Tue May 26 07:00:14 2026] GET /v2.0/policies/82da2bf1-0734-4af7-a684-231d0c4ac412/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1613] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 07:00:14 2026] DELETE /v2.0/networks/dea744fc-fff6-403e-abd4-2f67acb6344d => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1614] 10.0.0.244 () {34 vars in 764 bytes} [Tue May 26 07:00:14 2026] PUT /v2.0/policies/82da2bf1-0734-4af7-a684-231d0c4ac412/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: 845/1615] 10.0.0.244 () {32 vars in 733 bytes} [Tue May 26 07:00:14 2026] GET /v2.0/policies/82da2bf1-0734-4af7-a684-231d0c4ac412/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 07:00:14.528 8 INFO neutron.services.segments.plugin [-] Segment b847961a-1630-4cf6-b8fd-e3dd9e72393f resource provider aggregate not found [pid: 7|app: 0|req: 846/1616] 10.0.0.244 () {34 vars in 760 bytes} [Tue May 26 07:00:14 2026] PUT /v2.0/policies/82da2bf1-0734-4af7-a684-231d0c4ac412/tags/red => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-26 07:00:14.550 8 INFO neutron.services.segments.plugin [-] Segment b847961a-1630-4cf6-b8fd-e3dd9e72393f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b847961a-1630-4cf6-b8fd-e3dd9e72393f found for delete ", "request_id": "req-fa31a4cb-6e33-4712-8bf9-802b651bd251"}]} 2026-05-26 07:00:14.552 8 INFO neutron.services.segments.plugin [-] Segment b847961a-1630-4cf6-b8fd-e3dd9e72393f resource provider aggregate not found 2026-05-26 07:00:14.575 8 INFO neutron.services.segments.plugin [-] Segment b847961a-1630-4cf6-b8fd-e3dd9e72393f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b847961a-1630-4cf6-b8fd-e3dd9e72393f found for delete ", "request_id": "req-9760e6a6-04bd-4815-b109-363e892600cd"}]} [pid: 7|app: 0|req: 847/1617] 10.0.0.244 () {32 vars in 733 bytes} [Tue May 26 07:00:14 2026] GET /v2.0/policies/82da2bf1-0734-4af7-a684-231d0c4ac412/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 07:00:14.662 7 INFO neutron.db.segments_db [None req-03bc6485-b0ce-450f-bf5c-f536f84bd935 b525d70fb7344060849d718ed7e2569d ce8d00fa722240dab2a88bcc0ef59806 - - default default] Added segment 6890941b-219d-479e-9406-e58abdd68cd7 of type vxlan for network ad24fa83-b078-48cc-846a-50f1d4babf45 [pid: 8|app: 0|req: 771/1618] 10.0.0.244 () {34 vars in 665 bytes} [Tue May 26 07:00:14 2026] POST /v2.0/ports => generated 775 bytes in 385 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: 772/1619] 10.0.0.244 () {34 vars in 782 bytes} [Tue May 26 07:00:14 2026] PUT /v2.0/policies/82da2bf1-0734-4af7-a684-231d0c4ac412/tags/black.or.white => generated 4 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-26 07:00:14.921 7 INFO neutron.db.l3_hamode_db [None req-03bc6485-b0ce-450f-bf5c-f536f84bd935 b525d70fb7344060849d718ed7e2569d ce8d00fa722240dab2a88bcc0ef59806 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 773/1620] 10.0.0.244 () {34 vars in 737 bytes} [Tue May 26 07:00:14 2026] PUT /v2.0/ports/33b704da-089e-4e46-9c50-7070ca710e10 => generated 752 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 07:00:15.078 7 INFO neutron.db.l3_hamode_db [None req-03bc6485-b0ce-450f-bf5c-f536f84bd935 b525d70fb7344060849d718ed7e2569d ce8d00fa722240dab2a88bcc0ef59806 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 774/1621] 10.0.0.244 () {32 vars in 733 bytes} [Tue May 26 07:00:15 2026] GET /v2.0/policies/82da2bf1-0734-4af7-a684-231d0c4ac412/tags => generated 52 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 07:00:15.210 8 INFO neutron_taas.services.taas.taas_plugin [None req-51eda34a-3f4c-49d0-b3b1-5fae9d00e726 ecfc0e33526b433fa37fb416ed7ff950 f645363f7ae04bdfa20f0ce3b088e5cf - - default default] TaaS: Handle Delete Port: 33b704da-089e-4e46-9c50-7070ca710e10 2026-05-26 07:00:15.213 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51eda34a-3f4c-49d0-b3b1-5fae9d00e726 ecfc0e33526b433fa37fb416ed7ff950 f645363f7ae04bdfa20f0ce3b088e5cf - - default default] Tap Mirror: Handle Delete Port: 33b704da-089e-4e46-9c50-7070ca710e10 [pid: 8|app: 0|req: 775/1622] 10.0.0.244 () {32 vars in 720 bytes} [Tue May 26 07:00:15 2026] DELETE /v2.0/ports/33b704da-089e-4e46-9c50-7070ca710e10 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1623] 10.0.0.244 () {34 vars in 753 bytes} [Tue May 26 07:00:15 2026] PUT /v2.0/policies/82da2bf1-0734-4af7-a684-231d0c4ac412/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: 777/1624] 10.0.0.244 () {32 vars in 643 bytes} [Tue May 26 07:00:15 2026] GET /v2.0/ports => generated 777 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1625] 10.0.0.244 () {32 vars in 733 bytes} [Tue May 26 07:00:15 2026] GET /v2.0/policies/82da2bf1-0734-4af7-a684-231d0c4ac412/tags => generated 37 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 07:00:15.545 8 INFO neutron.pecan_wsgi.hooks.translation [None req-565056e9-fbb9-4172-ad32-c5d3924cd9d3 ecfc0e33526b433fa37fb416ed7ff950 f645363f7ae04bdfa20f0ce3b088e5cf - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 779/1626] 10.0.0.244 () {32 vars in 717 bytes} [Tue May 26 07:00:15 2026] GET /v2.0/ports/33b704da-089e-4e46-9c50-7070ca710e10 => generated 132 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1627] 10.0.0.244 () {32 vars in 741 bytes} [Tue May 26 07:00:15 2026] GET /v2.0/policies/82da2bf1-0734-4af7-a684-231d0c4ac412/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1628] 10.0.0.244 () {32 vars in 643 bytes} [Tue May 26 07:00:15 2026] GET /v2.0/ports => generated 777 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 07:00:15.711 8 INFO neutron.api.v2.resource [None req-295469ba-a835-4173-ba53-096e2385639f 2fd843cbdf1a4a5a91b794481fcf5d1c d4fbc280babf47418cbf163d14494ed6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 782/1629] 10.0.0.244 () {32 vars in 745 bytes} [Tue May 26 07:00:15 2026] GET /v2.0/policies/82da2bf1-0734-4af7-a684-231d0c4ac412/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1630] 10.0.0.244 () {34 vars in 668 bytes} [Tue May 26 07:00:14 2026] POST /v2.0/routers => generated 474 bytes in 1159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1631] 10.0.0.244 () {32 vars in 717 bytes} [Tue May 26 07:00:15 2026] GET /v2.0/ports/3ecf3707-a200-4c32-ab1f-494b0523f4e1 => generated 774 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1632] 10.0.0.244 () {32 vars in 744 bytes} [Tue May 26 07:00:15 2026] DELETE /v2.0/policies/82da2bf1-0734-4af7-a684-231d0c4ac412/tags/red => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:00:15.803 8 INFO neutron.db.l3_hamode_db [None req-bd1fe2ee-472d-4ed0-a442-0549bfaa5b2b b525d70fb7344060849d718ed7e2569d ce8d00fa722240dab2a88bcc0ef59806 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 07:00:15.809 7 INFO neutron.pecan_wsgi.hooks.translation [None req-35bde572-33e5-4c87-9128-629b14a2d437 ecfc0e33526b433fa37fb416ed7ff950 f645363f7ae04bdfa20f0ce3b088e5cf - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 850/1633] 10.0.0.244 () {32 vars in 720 bytes} [Tue May 26 07:00:15 2026] DELETE /v2.0/ports/f1f81299-8146-4e3e-b621-37c310191d9b => 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: 851/1634] 10.0.0.244 () {32 vars in 733 bytes} [Tue May 26 07:00:15 2026] GET /v2.0/policies/82da2bf1-0734-4af7-a684-231d0c4ac412/tags => generated 30 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 07:00:15.858 7 INFO neutron.pecan_wsgi.hooks.translation [None req-08ccb8a2-d5d3-4442-8eaf-936b5c2ad380 ecfc0e33526b433fa37fb416ed7ff950 f645363f7ae04bdfa20f0ce3b088e5cf - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 852/1635] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:00:15 2026] DELETE /v2.0/subnets/2d9454b6-5a62-4897-a7ed-31d1fa0cb6ae => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 07:00:15.901 7 INFO neutron.api.v2.resource [None req-3734af7b-f134-4405-b715-af7d00361df2 2fd843cbdf1a4a5a91b794481fcf5d1c d4fbc280babf47418cbf163d14494ed6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 853/1636] 10.0.0.244 () {32 vars in 748 bytes} [Tue May 26 07:00:15 2026] DELETE /v2.0/policies/82da2bf1-0734-4af7-a684-231d0c4ac412/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-26 07:00:15.920 7 INFO neutron.pecan_wsgi.hooks.translation [None req-98189e67-df89-4976-9702-b8f30bf2aa13 ecfc0e33526b433fa37fb416ed7ff950 f645363f7ae04bdfa20f0ce3b088e5cf - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 854/1637] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:00:15 2026] DELETE /v2.0/subnets/74c8ef8c-9c2e-4b76-96c2-219a849dbeb8 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 07:00:15.964 8 INFO neutron.db.l3_hamode_db [None req-bd1fe2ee-472d-4ed0-a442-0549bfaa5b2b b525d70fb7344060849d718ed7e2569d ce8d00fa722240dab2a88bcc0ef59806 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 855/1638] 10.0.0.244 () {32 vars in 736 bytes} [Tue May 26 07:00:15 2026] DELETE /v2.0/policies/82da2bf1-0734-4af7-a684-231d0c4ac412/tags => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:00:16.137 7 INFO neutron_taas.services.taas.taas_plugin [None req-226b5fe2-04bc-431a-8855-cd0171bb7e14 ecfc0e33526b433fa37fb416ed7ff950 f645363f7ae04bdfa20f0ce3b088e5cf - - default default] TaaS: Handle Delete Port: 3ecf3707-a200-4c32-ab1f-494b0523f4e1 2026-05-26 07:00:16.140 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-226b5fe2-04bc-431a-8855-cd0171bb7e14 ecfc0e33526b433fa37fb416ed7ff950 f645363f7ae04bdfa20f0ce3b088e5cf - - default default] Tap Mirror: Handle Delete Port: 3ecf3707-a200-4c32-ab1f-494b0523f4e1 [pid: 7|app: 0|req: 856/1639] 10.0.0.244 () {32 vars in 720 bytes} [Tue May 26 07:00:15 2026] DELETE /v2.0/ports/3ecf3707-a200-4c32-ab1f-494b0523f4e1 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1640] 10.0.0.244 () {32 vars in 733 bytes} [Tue May 26 07:00:16 2026] GET /v2.0/policies/82da2bf1-0734-4af7-a684-231d0c4ac412/tags => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 07:00:16.409 7 INFO neutron.services.segments.plugin [-] Segment 93a363e1-5ce4-4c99-bb9a-da98f6a5af8f resource provider aggregate not found 2026-05-26 07:00:16.414 7 INFO neutron.services.segments.plugin [-] Segment 93a363e1-5ce4-4c99-bb9a-da98f6a5af8f resource provider aggregate not found 2026-05-26 07:00:16.433 7 INFO neutron.services.segments.plugin [-] Segment 93a363e1-5ce4-4c99-bb9a-da98f6a5af8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93a363e1-5ce4-4c99-bb9a-da98f6a5af8f found for delete ", "request_id": "req-8359089c-7115-434e-b9b6-b6aa7bba4cf7"}]} 2026-05-26 07:00:16.438 7 INFO neutron.services.segments.plugin [-] Segment 93a363e1-5ce4-4c99-bb9a-da98f6a5af8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93a363e1-5ce4-4c99-bb9a-da98f6a5af8f found for delete ", "request_id": "req-ba38e3cf-0afc-4293-8e70-00cda1d90a4e"}]} [pid: 7|app: 0|req: 858/1641] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 07:00:16 2026] DELETE /v2.0/networks/c05fde46-19f1-4b0e-9997-a5d2566e2d4f => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1642] 10.0.0.244 () {32 vars in 734 bytes} [Tue May 26 07:00:16 2026] DELETE /v2.0/qos/policies/82da2bf1-0734-4af7-a684-231d0c4ac412 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1643] 10.0.0.140 () {34 vars in 990 bytes} [Tue May 26 07:00:16 2026] GET /v2.0/ports?device_id=3b42a636-2618-4314-845a-c1a48b1637fb => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1644] 10.0.0.140 () {34 vars in 1040 bytes} [Tue May 26 07:00:16 2026] GET /v2.0/security-groups?id=40cf7570-5884-4406-978b-0b38a7d930e9&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: 784/1645] 10.0.0.244 () {34 vars in 668 bytes} [Tue May 26 07:00:15 2026] POST /v2.0/routers => generated 474 bytes in 934 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 07:00:16.793 7 INFO neutron.db.l3_hamode_db [None req-2b7cb2b2-1b33-420c-a597-182474c4cca8 b525d70fb7344060849d718ed7e2569d ce8d00fa722240dab2a88bcc0ef59806 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 07:00:16.965 7 INFO neutron.db.l3_hamode_db [None req-2b7cb2b2-1b33-420c-a597-182474c4cca8 b525d70fb7344060849d718ed7e2569d ce8d00fa722240dab2a88bcc0ef59806 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 785/1646] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:00:17 2026] GET /v2.0/security-groups?tenant_id=f645363f7ae04bdfa20f0ce3b088e5cf&name=default => generated 2925 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1647] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:00:17 2026] GET /v2.0/security-groups?tenant_id=d4fbc280babf47418cbf163d14494ed6&name=default => generated 2925 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1648] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:00:17 2026] DELETE /v2.0/security-groups/5ba46666-a854-4676-8897-cb59a8ceca1b => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1649] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:00:17 2026] DELETE /v2.0/security-groups/e14662a8-aff6-4637-9321-fea1d9790b7b => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1650] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:00:18 2026] GET /v2.0/security-groups?tenant_id=1ae568653fee46138cb9ae03db43b1bf&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1651] 10.0.0.244 () {34 vars in 668 bytes} [Tue May 26 07:00:16 2026] POST /v2.0/routers => generated 474 bytes in 1538 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 07:00:18.295 7 INFO neutron.db.l3_hamode_db [None req-a3ab432b-18e8-41b8-9c8d-6af4445821a5 b525d70fb7344060849d718ed7e2569d ce8d00fa722240dab2a88bcc0ef59806 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 790/1652] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:00:18 2026] DELETE /v2.0/security-groups/865899e1-1bbd-4fdf-8125-60cc0d8c0c77 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:00:18.438 7 INFO neutron.db.l3_hamode_db [None req-a3ab432b-18e8-41b8-9c8d-6af4445821a5 b525d70fb7344060849d718ed7e2569d ce8d00fa722240dab2a88bcc0ef59806 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 863/1653] 10.0.0.244 () {34 vars in 668 bytes} [Tue May 26 07:00:18 2026] POST /v2.0/routers => generated 474 bytes in 964 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 07:00:19.257 8 INFO neutron.db.l3_hamode_db [None req-94d1fcb2-e160-4674-8871-f03daa177ff4 b525d70fb7344060849d718ed7e2569d ce8d00fa722240dab2a88bcc0ef59806 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 07:00:19.420 8 INFO neutron.db.l3_hamode_db [None req-94d1fcb2-e160-4674-8871-f03daa177ff4 b525d70fb7344060849d718ed7e2569d ce8d00fa722240dab2a88bcc0ef59806 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 791/1654] 10.0.0.244 () {34 vars in 668 bytes} [Tue May 26 07:00:19 2026] POST /v2.0/routers => generated 474 bytes in 1017 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 07:00:20.300 7 INFO neutron.db.segments_db [None req-eefe57fe-ee96-4809-82c6-93f5196d0150 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] Added segment 89086fbd-eea5-4bfb-b526-d4151486a93a of type vxlan for network 625fb872-33e9-4fe2-8a45-6f0c6db5d97f [pid: 8|app: 0|req: 792/1655] 10.0.0.244 () {34 vars in 751 bytes} [Tue May 26 07:00:20 2026] PUT /v2.0/routers/ec395448-0294-4bca-b2a6-4459b3c0c61d/tags => generated 17 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1656] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 07:00:19 2026] POST /v2.0/networks => generated 629 bytes in 619 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 07:00:20.504 7 INFO neutron.db.segments_db [None req-26e789e9-62a8-41cf-8d41-d73b5b9f3327 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] Added segment ebc9044b-2e26-4bb8-9985-c110cf62f764 of type vxlan for network 1adb9825-a7d1-42ed-a99c-bd0c40f40706 [pid: 8|app: 0|req: 793/1657] 10.0.0.244 () {34 vars in 751 bytes} [Tue May 26 07:00:20 2026] PUT /v2.0/routers/abc0d27c-edce-4a4f-84a5-182a3f98cc14/tags => generated 25 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1658] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 07:00:20 2026] POST /v2.0/networks => generated 630 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1659] 10.0.0.244 () {34 vars in 751 bytes} [Tue May 26 07:00:20 2026] PUT /v2.0/routers/7f9c4177-06ef-4352-afb6-a5b9c44bebe4/tags => generated 34 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1660] 10.0.0.244 () {34 vars in 751 bytes} [Tue May 26 07:00:20 2026] PUT /v2.0/routers/52f8e4f4-1ecb-4275-8133-9afe6bb99046/tags => generated 19 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1661] 10.0.0.244 () {32 vars in 664 bytes} [Tue May 26 07:00:20 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1662] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 07:00:20 2026] POST /v2.0/subnets => generated 626 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1663] 10.0.0.244 () {32 vars in 678 bytes} [Tue May 26 07:00:21 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1664] 10.0.0.244 () {32 vars in 674 bytes} [Tue May 26 07:00:21 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1665] 10.0.0.244 () {32 vars in 686 bytes} [Tue May 26 07:00:21 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1666] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 07:00:21 2026] POST /v2.0/subnets => generated 626 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1667] 10.0.0.244 () {32 vars in 672 bytes} [Tue May 26 07:00:21 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 07:00:21.478 7 INFO neutron.db.segments_db [None req-a09001ae-0185-4a19-b8f3-ffd0a68428ae 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] Added segment 2482cef0-ae20-4738-be5f-3d7a90ae7434 of type vxlan for network f88dc911-dd3e-459e-99b4-f1679c792b34 [pid: 8|app: 0|req: 801/1668] 10.0.0.244 () {32 vars in 686 bytes} [Tue May 26 07:00:21 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1669] 10.0.0.244 () {32 vars in 682 bytes} [Tue May 26 07:00:21 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1670] 10.0.0.244 () {32 vars in 694 bytes} [Tue May 26 07:00:21 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 07:00:21.825 7 INFO neutron.db.l3_hamode_db [None req-a09001ae-0185-4a19-b8f3-ffd0a68428ae 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 804/1671] 10.0.0.244 () {32 vars in 721 bytes} [Tue May 26 07:00:21 2026] GET /v2.0/routers/ec395448-0294-4bca-b2a6-4459b3c0c61d => generated 485 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 07:00:21.953 7 INFO neutron.db.l3_hamode_db [None req-a09001ae-0185-4a19-b8f3-ffd0a68428ae 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 805/1672] 10.0.0.244 () {34 vars in 742 bytes} [Tue May 26 07:00:21 2026] PUT /v2.0/routers/ec395448-0294-4bca-b2a6-4459b3c0c61d => generated 485 bytes in 653 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1673] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 07:00:21 2026] POST /v2.0/routers => generated 507 bytes in 1365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1674] 10.0.0.244 () {32 vars in 736 bytes} [Tue May 26 07:00:22 2026] GET /v2.0/ports?device_id=ec395448-0294-4bca-b2a6-4459b3c0c61d => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 07:00:22.799 8 INFO neutron.db.segments_db [None req-0fa8bd7a-93d1-4c59-ae6d-a130919b4b61 f786182a12484c03a28ebbbd6a5f0c73 d76d02efd3ca4dfe9d0552a60dd3f575 - - default default] Added segment f3abd8ce-bfd0-44ac-b37e-6ae88e56d507 of type vxlan for network b9934374-a8e3-4e68-b7a2-1905a1b5f076 2026-05-26 07:00:23.156 8 INFO neutron.db.l3_hamode_db [None req-0fa8bd7a-93d1-4c59-ae6d-a130919b4b61 f786182a12484c03a28ebbbd6a5f0c73 d76d02efd3ca4dfe9d0552a60dd3f575 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 07:00:23.298 8 INFO neutron.db.l3_hamode_db [None req-0fa8bd7a-93d1-4c59-ae6d-a130919b4b61 f786182a12484c03a28ebbbd6a5f0c73 d76d02efd3ca4dfe9d0552a60dd3f575 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 870/1675] 10.0.0.244 () {34 vars in 783 bytes} [Tue May 26 07:00:22 2026] PUT /v2.0/routers/8d6db3f6-db8a-499e-b5fc-d2ea9f4704dc/add_router_interface => generated 309 bytes in 1389 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 07:00:24.335 7 INFO neutron_taas.services.taas.taas_plugin [None req-2f2b41e6-ce6a-43e1-ae2a-d467391e5394 b525d70fb7344060849d718ed7e2569d ce8d00fa722240dab2a88bcc0ef59806 - - default default] TaaS: Handle Delete Port: 9facc7da-8257-420b-af4e-bd410922f87e 2026-05-26 07:00:24.341 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f2b41e6-ce6a-43e1-ae2a-d467391e5394 b525d70fb7344060849d718ed7e2569d ce8d00fa722240dab2a88bcc0ef59806 - - default default] Tap Mirror: Handle Delete Port: 9facc7da-8257-420b-af4e-bd410922f87e [pid: 8|app: 0|req: 806/1676] 10.0.0.244 () {34 vars in 668 bytes} [Tue May 26 07:00:22 2026] POST /v2.0/routers => generated 474 bytes in 1954 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1677] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:00:24 2026] DELETE /v2.0/routers/ec395448-0294-4bca-b2a6-4459b3c0c61d => generated 0 bytes in 388 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1678] 10.0.0.244 () {32 vars in 717 bytes} [Tue May 26 07:00:24 2026] GET /v2.0/ports/9c43e2e6-60cf-46cb-8728-a8d44b7ab4ed => generated 955 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1679] 10.0.0.244 () {32 vars in 721 bytes} [Tue May 26 07:00:24 2026] GET /v2.0/routers/abc0d27c-edce-4a4f-84a5-182a3f98cc14 => generated 493 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1680] 10.0.0.244 () {34 vars in 751 bytes} [Tue May 26 07:00:24 2026] PUT /v2.0/routers/5d1c81c6-e2af-4b18-ba35-2a5a0a7bb1e6/tags => generated 25 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1681] 10.0.0.244 () {34 vars in 742 bytes} [Tue May 26 07:00:24 2026] PUT /v2.0/routers/abc0d27c-edce-4a4f-84a5-182a3f98cc14 => generated 493 bytes in 744 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1682] 10.0.0.244 () {32 vars in 731 bytes} [Tue May 26 07:00:25 2026] GET /v2.0/routers/5d1c81c6-e2af-4b18-ba35-2a5a0a7bb1e6/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: 875/1683] 10.0.0.244 () {32 vars in 736 bytes} [Tue May 26 07:00:25 2026] GET /v2.0/ports?device_id=abc0d27c-edce-4a4f-84a5-182a3f98cc14 => 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: 876/1684] 10.0.0.244 () {34 vars in 762 bytes} [Tue May 26 07:00:25 2026] PUT /v2.0/routers/5d1c81c6-e2af-4b18-ba35-2a5a0a7bb1e6/tags/green => generated 4 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-26 07:00:25.896 7 INFO neutron_taas.services.taas.taas_plugin [None req-ff0a8b36-020c-432c-a17b-054fe55d6c5a b525d70fb7344060849d718ed7e2569d ce8d00fa722240dab2a88bcc0ef59806 - - default default] TaaS: Handle Delete Port: 29f6b86b-a8cb-4529-b6ae-97371246dce3 2026-05-26 07:00:25.901 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff0a8b36-020c-432c-a17b-054fe55d6c5a b525d70fb7344060849d718ed7e2569d ce8d00fa722240dab2a88bcc0ef59806 - - default default] Tap Mirror: Handle Delete Port: 29f6b86b-a8cb-4529-b6ae-97371246dce3 [pid: 8|app: 0|req: 809/1685] 10.0.0.244 () {34 vars in 783 bytes} [Tue May 26 07:00:24 2026] PUT /v2.0/routers/8d6db3f6-db8a-499e-b5fc-d2ea9f4704dc/add_router_interface => generated 309 bytes in 1451 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1686] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:00:25 2026] DELETE /v2.0/routers/abc0d27c-edce-4a4f-84a5-182a3f98cc14 => generated 0 bytes in 423 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1687] 10.0.0.244 () {32 vars in 731 bytes} [Tue May 26 07:00:26 2026] GET /v2.0/routers/5d1c81c6-e2af-4b18-ba35-2a5a0a7bb1e6/tags => generated 34 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1688] 10.0.0.244 () {32 vars in 717 bytes} [Tue May 26 07:00:26 2026] GET /v2.0/ports/9f188559-b197-4967-85e0-5039621b3904 => generated 955 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1689] 10.0.0.244 () {32 vars in 721 bytes} [Tue May 26 07:00:26 2026] GET /v2.0/routers/7f9c4177-06ef-4352-afb6-a5b9c44bebe4 => generated 502 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1690] 10.0.0.244 () {34 vars in 758 bytes} [Tue May 26 07:00:26 2026] PUT /v2.0/routers/5d1c81c6-e2af-4b18-ba35-2a5a0a7bb1e6/tags/red => generated 4 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-26 07:00:26.617 8 INFO neutron_taas.services.taas.taas_plugin [None req-7e4931a3-41be-48f0-9b62-48c5c2a4523f 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] TaaS: Handle Delete Port: 9f188559-b197-4967-85e0-5039621b3904 2026-05-26 07:00:26.620 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e4931a3-41be-48f0-9b62-48c5c2a4523f 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] Tap Mirror: Handle Delete Port: 9f188559-b197-4967-85e0-5039621b3904 [pid: 7|app: 0|req: 880/1691] 10.0.0.244 () {34 vars in 742 bytes} [Tue May 26 07:00:26 2026] PUT /v2.0/routers/7f9c4177-06ef-4352-afb6-a5b9c44bebe4 => generated 502 bytes in 669 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1692] 10.0.0.244 () {32 vars in 731 bytes} [Tue May 26 07:00:27 2026] GET /v2.0/routers/5d1c81c6-e2af-4b18-ba35-2a5a0a7bb1e6/tags => generated 34 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1693] 10.0.0.244 () {34 vars in 789 bytes} [Tue May 26 07:00:26 2026] PUT /v2.0/routers/8d6db3f6-db8a-499e-b5fc-d2ea9f4704dc/remove_router_interface => generated 309 bytes in 952 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1696] 10.0.0.244 () {32 vars in 736 bytes} [Tue May 26 07:00:27 2026] GET /v2.0/ports?device_id=7f9c4177-06ef-4352-afb6-a5b9c44bebe4 => 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: 882/1697] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:00:27 2026] GET /v2.0/ports?device_id=3b42a636-2618-4314-845a-c1a48b1637fb => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1698] 10.0.0.244 () {34 vars in 780 bytes} [Tue May 26 07:00:27 2026] PUT /v2.0/routers/5d1c81c6-e2af-4b18-ba35-2a5a0a7bb1e6/tags/black.or.white => generated 4 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-26 07:00:27.603 7 INFO neutron_taas.services.taas.taas_plugin [None req-555f2b39-4776-4842-b27d-cd39a6921a4d 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] TaaS: Handle Delete Port: 9c43e2e6-60cf-46cb-8728-a8d44b7ab4ed 2026-05-26 07:00:27.606 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-555f2b39-4776-4842-b27d-cd39a6921a4d 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] Tap Mirror: Handle Delete Port: 9c43e2e6-60cf-46cb-8728-a8d44b7ab4ed 2026-05-26 07:00:27.610 8 INFO neutron_taas.services.taas.taas_plugin [None req-36444d1b-7ef2-46d4-8f66-0b53025af537 b525d70fb7344060849d718ed7e2569d ce8d00fa722240dab2a88bcc0ef59806 - - default default] TaaS: Handle Delete Port: 53e51275-e65d-4765-b557-86b3d929e252 2026-05-26 07:00:27.614 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36444d1b-7ef2-46d4-8f66-0b53025af537 b525d70fb7344060849d718ed7e2569d ce8d00fa722240dab2a88bcc0ef59806 - - default default] Tap Mirror: Handle Delete Port: 53e51275-e65d-4765-b557-86b3d929e252 [pid: 8|app: 0|req: 817/1699] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:00:27 2026] DELETE /v2.0/routers/7f9c4177-06ef-4352-afb6-a5b9c44bebe4 => generated 0 bytes in 440 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1700] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:00:27 2026] GET /v2.0/security-groups?id=40cf7570-5884-4406-978b-0b38a7d930e9&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: 819/1701] 10.0.0.244 () {32 vars in 731 bytes} [Tue May 26 07:00:27 2026] GET /v2.0/routers/5d1c81c6-e2af-4b18-ba35-2a5a0a7bb1e6/tags => generated 52 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1702] 10.0.0.244 () {32 vars in 721 bytes} [Tue May 26 07:00:27 2026] GET /v2.0/routers/52f8e4f4-1ecb-4275-8133-9afe6bb99046 => generated 487 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1703] 10.0.0.244 () {34 vars in 789 bytes} [Tue May 26 07:00:27 2026] PUT /v2.0/routers/8d6db3f6-db8a-499e-b5fc-d2ea9f4704dc/remove_router_interface => generated 309 bytes in 819 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1704] 10.0.0.244 () {34 vars in 751 bytes} [Tue May 26 07:00:28 2026] PUT /v2.0/routers/5d1c81c6-e2af-4b18-ba35-2a5a0a7bb1e6/tags => generated 37 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1705] 10.0.0.244 () {32 vars in 736 bytes} [Tue May 26 07:00:28 2026] GET /v2.0/ports?device_id=8d6db3f6-db8a-499e-b5fc-d2ea9f4704dc => 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: 823/1706] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:00:28 2026] GET /v2.0/ports?device_id=3b42a636-2618-4314-845a-c1a48b1637fb => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1707] 10.0.0.244 () {32 vars in 731 bytes} [Tue May 26 07:00:28 2026] GET /v2.0/routers/5d1c81c6-e2af-4b18-ba35-2a5a0a7bb1e6/tags => generated 37 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 07:00:28.551 8 INFO neutron_taas.services.taas.taas_plugin [None req-ffc294b9-b194-4930-a489-d81f627e8dac 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] TaaS: Handle Delete Port: 984284b9-0b2b-4052-8268-1de7c5c0a836 2026-05-26 07:00:28.555 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ffc294b9-b194-4930-a489-d81f627e8dac 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] Tap Mirror: Handle Delete Port: 984284b9-0b2b-4052-8268-1de7c5c0a836 [pid: 7|app: 0|req: 884/1708] 10.0.0.244 () {34 vars in 742 bytes} [Tue May 26 07:00:28 2026] PUT /v2.0/routers/52f8e4f4-1ecb-4275-8133-9afe6bb99046 => generated 487 bytes in 603 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1709] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:00:28 2026] GET /v2.0/security-groups?id=40cf7570-5884-4406-978b-0b38a7d930e9&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1710] 10.0.0.244 () {32 vars in 739 bytes} [Tue May 26 07:00:28 2026] GET /v2.0/routers/5d1c81c6-e2af-4b18-ba35-2a5a0a7bb1e6/tags/red => 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: 887/1711] 10.0.0.244 () {32 vars in 736 bytes} [Tue May 26 07:00:28 2026] GET /v2.0/ports?device_id=52f8e4f4-1ecb-4275-8133-9afe6bb99046 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 07:00:28.943 7 INFO neutron.api.v2.resource [None req-08572030-64a4-4ffc-bf64-0c92bfb5ae00 f786182a12484c03a28ebbbd6a5f0c73 d76d02efd3ca4dfe9d0552a60dd3f575 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 888/1712] 10.0.0.244 () {32 vars in 743 bytes} [Tue May 26 07:00:28 2026] GET /v2.0/routers/5d1c81c6-e2af-4b18-ba35-2a5a0a7bb1e6/tags/green => generated 99 bytes in 116 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-26 07:00:29.015 8 INFO neutron.services.segments.plugin [-] Segment 2482cef0-ae20-4738-be5f-3d7a90ae7434 resource provider aggregate not found 2026-05-26 07:00:29.017 8 INFO neutron.services.segments.plugin [-] Segment 2482cef0-ae20-4738-be5f-3d7a90ae7434 resource provider aggregate not found 2026-05-26 07:00:29.037 8 INFO neutron.services.segments.plugin [-] Segment 2482cef0-ae20-4738-be5f-3d7a90ae7434 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2482cef0-ae20-4738-be5f-3d7a90ae7434 found for delete ", "request_id": "req-d4f02830-526e-444e-8fa1-2c8ec91db211"}]} 2026-05-26 07:00:29.037 8 INFO neutron.services.segments.plugin [-] Segment 2482cef0-ae20-4738-be5f-3d7a90ae7434 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2482cef0-ae20-4738-be5f-3d7a90ae7434 found for delete ", "request_id": "req-89e2dc6f-d873-42dc-83c6-930ddaba8cab"}]} 2026-05-26 07:00:29.043 8 INFO neutron.db.l3_hamode_db [None req-ffc294b9-b194-4930-a489-d81f627e8dac 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] HA network f88dc911-dd3e-459e-99b4-f1679c792b34 was deleted as no HA routers are present in tenant c5fe8517b32847d6b9f18c97ea3f3b20. [pid: 8|app: 0|req: 825/1713] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:00:28 2026] DELETE /v2.0/routers/8d6db3f6-db8a-499e-b5fc-d2ea9f4704dc => generated 0 bytes in 684 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:00:29.138 7 INFO neutron_taas.services.taas.taas_plugin [None req-94e8d35e-f61f-4aea-8749-bbd8afb6c1c2 b525d70fb7344060849d718ed7e2569d ce8d00fa722240dab2a88bcc0ef59806 - - default default] TaaS: Handle Delete Port: aafc06ee-670b-4350-a5f3-a318dcc56169 2026-05-26 07:00:29.141 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94e8d35e-f61f-4aea-8749-bbd8afb6c1c2 b525d70fb7344060849d718ed7e2569d ce8d00fa722240dab2a88bcc0ef59806 - - default default] Tap Mirror: Handle Delete Port: aafc06ee-670b-4350-a5f3-a318dcc56169 [pid: 8|app: 0|req: 826/1714] 10.0.0.244 () {32 vars in 742 bytes} [Tue May 26 07:00:29 2026] DELETE /v2.0/routers/5d1c81c6-e2af-4b18-ba35-2a5a0a7bb1e6/tags/red => 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: 827/1715] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:00:29 2026] DELETE /v2.0/subnets/7f61d4b6-c9cd-45cb-a69c-1bb8c93c341d => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1716] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:00:28 2026] DELETE /v2.0/routers/52f8e4f4-1ecb-4275-8133-9afe6bb99046 => generated 0 bytes in 420 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1717] 10.0.0.244 () {32 vars in 731 bytes} [Tue May 26 07:00:29 2026] GET /v2.0/routers/5d1c81c6-e2af-4b18-ba35-2a5a0a7bb1e6/tags => generated 30 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1718] 10.0.0.244 () {32 vars in 721 bytes} [Tue May 26 07:00:29 2026] GET /v2.0/routers/49d9d457-5844-46a1-a895-d46f8c765fa4 => generated 480 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1719] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:00:29 2026] DELETE /v2.0/subnets/572bb999-0d48-4afb-a020-c6cfed31da04 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 07:00:29.610 8 INFO neutron.api.v2.resource [None req-bac0264d-bd53-4015-8cc2-c2e787e139e6 f786182a12484c03a28ebbbd6a5f0c73 d76d02efd3ca4dfe9d0552a60dd3f575 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 830/1720] 10.0.0.244 () {32 vars in 746 bytes} [Tue May 26 07:00:29 2026] DELETE /v2.0/routers/5d1c81c6-e2af-4b18-ba35-2a5a0a7bb1e6/tags/green => generated 99 bytes in 100 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-26 07:00:29.710 8 INFO neutron_taas.services.taas.taas_plugin [None req-98e08373-cacb-4e98-8664-4eab7616e6c5 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] TaaS: Handle Delete Port: 7e7ef4e3-b63a-4058-8ea6-354de1bcd160 2026-05-26 07:00:29.713 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98e08373-cacb-4e98-8664-4eab7616e6c5 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] Tap Mirror: Handle Delete Port: 7e7ef4e3-b63a-4058-8ea6-354de1bcd160 [pid: 8|app: 0|req: 831/1721] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 07:00:29 2026] DELETE /v2.0/networks/1adb9825-a7d1-42ed-a99c-bd0c40f40706 => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1722] 10.0.0.244 () {32 vars in 734 bytes} [Tue May 26 07:00:29 2026] DELETE /v2.0/routers/5d1c81c6-e2af-4b18-ba35-2a5a0a7bb1e6/tags => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1723] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:00:30 2026] GET /v2.0/ports?device_id=3b42a636-2618-4314-845a-c1a48b1637fb => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1724] 10.0.0.244 () {34 vars in 742 bytes} [Tue May 26 07:00:29 2026] PUT /v2.0/routers/49d9d457-5844-46a1-a895-d46f8c765fa4 => generated 480 bytes in 607 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 07:00:30.164 8 INFO neutron_taas.services.taas.taas_plugin [None req-8de570cc-baae-4537-bdbb-70b2b760a9b8 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] TaaS: Handle Delete Port: 313fc195-ba8d-4cd5-a22c-d1d70f9e9165 2026-05-26 07:00:30.167 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8de570cc-baae-4537-bdbb-70b2b760a9b8 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] Tap Mirror: Handle Delete Port: 313fc195-ba8d-4cd5-a22c-d1d70f9e9165 [pid: 7|app: 0|req: 892/1725] 10.0.0.244 () {32 vars in 731 bytes} [Tue May 26 07:00:30 2026] GET /v2.0/routers/5d1c81c6-e2af-4b18-ba35-2a5a0a7bb1e6/tags => generated 12 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1726] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:00:30 2026] GET /v2.0/security-groups?id=40cf7570-5884-4406-978b-0b38a7d930e9&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: 894/1727] 10.0.0.244 () {32 vars in 736 bytes} [Tue May 26 07:00:30 2026] GET /v2.0/ports?device_id=49d9d457-5844-46a1-a895-d46f8c765fa4 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1728] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 07:00:30 2026] DELETE /v2.0/networks/625fb872-33e9-4fe2-8a45-6f0c6db5d97f => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1729] 10.0.0.244 () {32 vars in 721 bytes} [Tue May 26 07:00:30 2026] GET /v2.0/routers/5d1c81c6-e2af-4b18-ba35-2a5a0a7bb1e6 => generated 480 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 07:00:30.436 7 INFO neutron.db.segments_db [None req-92490eef-159d-4cec-9faa-3bd08ea22217 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] Added segment c4e39dfb-05c0-40f5-93e4-89a9a935bd82 of type vxlan for network f24717a2-b3c7-4047-a170-5cd06e916ab4 2026-05-26 07:00:30.571 8 INFO neutron_taas.services.taas.taas_plugin [None req-54c9c2ae-9cb9-4093-b911-a9d1a84e8953 b525d70fb7344060849d718ed7e2569d ce8d00fa722240dab2a88bcc0ef59806 - - default default] TaaS: Handle Delete Port: 2f3ff31b-33c0-413c-babe-623a7d685391 2026-05-26 07:00:30.574 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54c9c2ae-9cb9-4093-b911-a9d1a84e8953 b525d70fb7344060849d718ed7e2569d ce8d00fa722240dab2a88bcc0ef59806 - - default default] Tap Mirror: Handle Delete Port: 2f3ff31b-33c0-413c-babe-623a7d685391 [pid: 7|app: 0|req: 896/1730] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 07:00:30 2026] POST /v2.0/networks => generated 629 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 07:00:31.016 8 INFO neutron.db.l3_hamode_db [None req-54c9c2ae-9cb9-4093-b911-a9d1a84e8953 b525d70fb7344060849d718ed7e2569d ce8d00fa722240dab2a88bcc0ef59806 - - default default] HA network ad24fa83-b078-48cc-846a-50f1d4babf45 was deleted as no HA routers are present in tenant ce8d00fa722240dab2a88bcc0ef59806. [pid: 8|app: 0|req: 835/1731] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:00:30 2026] DELETE /v2.0/routers/49d9d457-5844-46a1-a895-d46f8c765fa4 => generated 0 bytes in 656 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:00:31.083 8 INFO neutron.services.segments.plugin [-] Segment ebc9044b-2e26-4bb8-9985-c110cf62f764 resource provider aggregate not found 2026-05-26 07:00:31.093 8 INFO neutron.services.segments.plugin [-] Segment ebc9044b-2e26-4bb8-9985-c110cf62f764 resource provider aggregate not found 2026-05-26 07:00:31.119 8 INFO neutron.services.segments.plugin [-] Segment ebc9044b-2e26-4bb8-9985-c110cf62f764 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebc9044b-2e26-4bb8-9985-c110cf62f764 found for delete ", "request_id": "req-93180c60-cd7a-42fa-824d-f0bf0a4139d5"}]} 2026-05-26 07:00:31.129 8 INFO neutron.services.segments.plugin [-] Segment ebc9044b-2e26-4bb8-9985-c110cf62f764 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebc9044b-2e26-4bb8-9985-c110cf62f764 found for delete ", "request_id": "req-90a07f2e-96d9-47a3-a364-dbe3a5f08743"}]} [pid: 8|app: 0|req: 836/1732] 199.204.45.250 () {34 vars in 994 bytes} [Tue May 26 07:00:31 2026] GET /v2.0/ports?device_id=3b42a636-2618-4314-845a-c1a48b1637fb => generated 971 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 07:00:31.158 8 INFO neutron.services.segments.plugin [-] Segment 89086fbd-eea5-4bfb-b526-d4151486a93a resource provider aggregate not found 2026-05-26 07:00:31.168 8 INFO neutron.services.segments.plugin [-] Segment 89086fbd-eea5-4bfb-b526-d4151486a93a resource provider aggregate not found 2026-05-26 07:00:31.185 8 INFO neutron.services.segments.plugin [-] Segment 89086fbd-eea5-4bfb-b526-d4151486a93a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89086fbd-eea5-4bfb-b526-d4151486a93a found for delete ", "request_id": "req-d7734a76-c1a5-4207-a8f4-ac5f0b39b1f9"}]} 2026-05-26 07:00:31.201 8 INFO neutron.services.segments.plugin [-] Segment 89086fbd-eea5-4bfb-b526-d4151486a93a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89086fbd-eea5-4bfb-b526-d4151486a93a found for delete ", "request_id": "req-ff4fc5c1-88b3-4622-a6ac-bad3adf6cc50"}]} 2026-05-26 07:00:31.224 8 INFO neutron.services.segments.plugin [-] Segment 6890941b-219d-479e-9406-e58abdd68cd7 resource provider aggregate not found 2026-05-26 07:00:31.232 8 INFO neutron.services.segments.plugin [-] Segment 6890941b-219d-479e-9406-e58abdd68cd7 resource provider aggregate not found 2026-05-26 07:00:31.251 8 INFO neutron.services.segments.plugin [-] Segment 6890941b-219d-479e-9406-e58abdd68cd7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6890941b-219d-479e-9406-e58abdd68cd7 found for delete ", "request_id": "req-97ca9913-ba9c-44bb-9d54-eb40668a507f"}]} 2026-05-26 07:00:31.252 8 INFO neutron.services.segments.plugin [-] Segment 6890941b-219d-479e-9406-e58abdd68cd7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6890941b-219d-479e-9406-e58abdd68cd7 found for delete ", "request_id": "req-22edca14-7524-4c7a-8249-91a1cf1fa00c"}]} [pid: 7|app: 0|req: 897/1733] 10.0.0.244 () {34 vars in 742 bytes} [Tue May 26 07:00:30 2026] PUT /v2.0/routers/5d1c81c6-e2af-4b18-ba35-2a5a0a7bb1e6 => generated 480 bytes in 713 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 07:00:31.434 7 INFO neutron_taas.services.taas.taas_plugin [req-cab7d94f-a795-492a-a7ae-989945a46596 req-bb332506-5b41-4e9f-8579-04b1173298bd ef9f6105ef9e4665be79fedce4915ce8 430fb3fa8df3473b8be5fb4bedac14d3 - - default default] TaaS: Handle Delete Port: 36e31eb4-989f-45f0-a3f8-067c27ab8d61 2026-05-26 07:00:31.442 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cab7d94f-a795-492a-a7ae-989945a46596 req-bb332506-5b41-4e9f-8579-04b1173298bd ef9f6105ef9e4665be79fedce4915ce8 430fb3fa8df3473b8be5fb4bedac14d3 - - default default] Tap Mirror: Handle Delete Port: 36e31eb4-989f-45f0-a3f8-067c27ab8d61 [pid: 8|app: 0|req: 837/1734] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 07:00:31 2026] POST /v2.0/subnets => generated 626 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1735] 10.0.0.244 () {32 vars in 736 bytes} [Tue May 26 07:00:31 2026] GET /v2.0/ports?device_id=5d1c81c6-e2af-4b18-ba35-2a5a0a7bb1e6 => 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: 839/1736] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:00:31 2026] GET /v2.0/ports?device_id=3b42a636-2618-4314-845a-c1a48b1637fb => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 07:00:31.595 7 INFO neutron.db.l3_db [req-cab7d94f-a795-492a-a7ae-989945a46596 req-bb332506-5b41-4e9f-8579-04b1173298bd ef9f6105ef9e4665be79fedce4915ce8 430fb3fa8df3473b8be5fb4bedac14d3 - - default default] Floating IP b4c47abe-80a1-4374-9499-8dc941710c6f disassociated. External IP: 10.96.250.217, port: 36e31eb4-989f-45f0-a3f8-067c27ab8d61. 2026-05-26 07:00:31.635 8 INFO neutron.db.segments_db [None req-22a7f448-a922-4123-9f6b-9e746896f900 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] Added segment 908c697a-d21e-44f7-98e8-9a57f9615bbe of type vxlan for network d9f00f05-7b6a-462a-af3d-1c431d0e583a 2026-05-26 07:00:31.926 8 INFO neutron.db.l3_hamode_db [None req-22a7f448-a922-4123-9f6b-9e746896f900 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 898/1737] 199.204.45.250 () {36 vars in 997 bytes} [Tue May 26 07:00:31 2026] DELETE /v2.0/ports/36e31eb4-989f-45f0-a3f8-067c27ab8d61 => generated 0 bytes in 707 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 07:00:32.053 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-364ea252-1289-48cc-b39c-bdd7182811f8'] response: {'server_uuid': '3b42a636-2618-4314-845a-c1a48b1637fb', 'name': 'network-vif-deleted', 'tag': '36e31eb4-989f-45f0-a3f8-067c27ab8d61', 'status': 'completed', 'code': 200} 2026-05-26 07:00:32.063 8 INFO neutron.db.l3_hamode_db [None req-22a7f448-a922-4123-9f6b-9e746896f900 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 07:00:32.213 7 INFO neutron_taas.services.taas.taas_plugin [None req-906a69de-d797-493a-8998-db2628a39b0b f786182a12484c03a28ebbbd6a5f0c73 d76d02efd3ca4dfe9d0552a60dd3f575 - - default default] TaaS: Handle Delete Port: 6f653c5a-8bd2-4648-bce9-3cc4e0f48957 2026-05-26 07:00:32.216 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-906a69de-d797-493a-8998-db2628a39b0b f786182a12484c03a28ebbbd6a5f0c73 d76d02efd3ca4dfe9d0552a60dd3f575 - - default default] Tap Mirror: Handle Delete Port: 6f653c5a-8bd2-4648-bce9-3cc4e0f48957 2026-05-26 07:00:32.577 7 INFO neutron.services.segments.plugin [-] Segment f3abd8ce-bfd0-44ac-b37e-6ae88e56d507 resource provider aggregate not found 2026-05-26 07:00:32.583 7 INFO neutron.services.segments.plugin [-] Segment f3abd8ce-bfd0-44ac-b37e-6ae88e56d507 resource provider aggregate not found 2026-05-26 07:00:32.596 7 INFO neutron.services.segments.plugin [-] Segment f3abd8ce-bfd0-44ac-b37e-6ae88e56d507 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3abd8ce-bfd0-44ac-b37e-6ae88e56d507 found for delete ", "request_id": "req-d4dbfaa3-74e3-4bdb-b063-fd6d1aca9fc1"}]} 2026-05-26 07:00:32.603 7 INFO neutron.services.segments.plugin [-] Segment f3abd8ce-bfd0-44ac-b37e-6ae88e56d507 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3abd8ce-bfd0-44ac-b37e-6ae88e56d507 found for delete ", "request_id": "req-0a9a3dee-beb7-4495-ad10-d3abb3c19916"}]} 2026-05-26 07:00:32.616 7 INFO neutron.db.l3_hamode_db [None req-906a69de-d797-493a-8998-db2628a39b0b f786182a12484c03a28ebbbd6a5f0c73 d76d02efd3ca4dfe9d0552a60dd3f575 - - default default] HA network b9934374-a8e3-4e68-b7a2-1905a1b5f076 was deleted as no HA routers are present in tenant d76d02efd3ca4dfe9d0552a60dd3f575. [pid: 7|app: 0|req: 899/1738] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:00:32 2026] DELETE /v2.0/routers/5d1c81c6-e2af-4b18-ba35-2a5a0a7bb1e6 => generated 0 bytes in 611 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1739] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:00:32 2026] GET /v2.0/security-groups?id=40cf7570-5884-4406-978b-0b38a7d930e9&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1740] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 07:00:31 2026] POST /v2.0/routers => generated 506 bytes in 1177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1741] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:00:32 2026] GET /v2.0/security-groups?tenant_id=ce8d00fa722240dab2a88bcc0ef59806&name=default => generated 2925 bytes in 357 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1742] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:00:33 2026] DELETE /v2.0/security-groups/c3460110-9b56-4b2f-937d-f5cc2f547d7f => 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: 841/1743] 10.0.0.244 () {34 vars in 665 bytes} [Tue May 26 07:00:32 2026] POST /v2.0/ports => generated 948 bytes in 476 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: 842/1744] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:00:33 2026] GET /v2.0/security-groups?tenant_id=017617c6ade64f789af8e863df99b5a5&name=default => generated 2925 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1745] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:00:33 2026] GET /v2.0/security-groups?tenant_id=5f95b10238c044d28e8f31579811e8ff&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1746] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:00:33 2026] DELETE /v2.0/security-groups/bc00e1cb-7c8f-4063-b7d8-f68ecc481683 => 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: 845/1747] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:00:33 2026] GET /v2.0/ports?device_id=3b42a636-2618-4314-845a-c1a48b1637fb => 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: 846/1748] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:00:33 2026] DELETE /v2.0/security-groups/0c9d785d-c46a-4236-868a-be462c5dc78a => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1749] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:00:33 2026] GET /v2.0/security-groups?tenant_id=d76d02efd3ca4dfe9d0552a60dd3f575&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1750] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:00:34 2026] DELETE /v2.0/security-groups/d4fe5774-d8d4-4473-836a-abd0292c016a => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1751] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:00:34 2026] GET /v2.0/security-groups?tenant_id=84a34646579f46efbc4a88db01ecf498&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1752] 10.0.0.244 () {34 vars in 783 bytes} [Tue May 26 07:00:33 2026] PUT /v2.0/routers/74ffccde-4e7c-45e5-848e-66d1d3069833/add_router_interface => generated 309 bytes in 1214 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: 850/1753] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:00:34 2026] DELETE /v2.0/security-groups/45ea90fb-abbd-4536-b182-76427cdc9a9b => 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: 904/1754] 10.0.0.244 () {32 vars in 717 bytes} [Tue May 26 07:00:34 2026] GET /v2.0/ports/dd0cbb63-b3d9-40ba-82cd-a76c57ec3f43 => generated 1022 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1755] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:00:34 2026] GET /v2.0/ports?device_id=3b42a636-2618-4314-845a-c1a48b1637fb => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 07:00:35.005 8 INFO neutron_taas.services.taas.taas_plugin [None req-769edbb3-bd8c-4b62-bbdb-5df861e9ce6f 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] TaaS: Handle Delete Port: dd0cbb63-b3d9-40ba-82cd-a76c57ec3f43 2026-05-26 07:00:35.008 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-769edbb3-bd8c-4b62-bbdb-5df861e9ce6f 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] Tap Mirror: Handle Delete Port: dd0cbb63-b3d9-40ba-82cd-a76c57ec3f43 [pid: 8|app: 0|req: 851/1756] 10.0.0.244 () {34 vars in 789 bytes} [Tue May 26 07:00:34 2026] PUT /v2.0/routers/74ffccde-4e7c-45e5-848e-66d1d3069833/remove_router_interface => generated 309 bytes in 904 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 07:00:35.584 7 INFO neutron.api.v2.resource [None req-19149d87-18c7-438a-a13d-182d5ca419c8 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 906/1757] 10.0.0.244 () {34 vars in 789 bytes} [Tue May 26 07:00:35 2026] PUT /v2.0/routers/74ffccde-4e7c-45e5-848e-66d1d3069833/remove_router_interface => generated 197 bytes in 120 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 852/1758] 10.0.0.244 () {32 vars in 736 bytes} [Tue May 26 07:00:35 2026] GET /v2.0/ports?device_id=74ffccde-4e7c-45e5-848e-66d1d3069833 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 07:00:35.800 7 INFO neutron_taas.services.taas.taas_plugin [None req-3a5481ca-4dd2-4d1f-8778-6212d2b789c4 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] TaaS: Handle Delete Port: b1435b48-d81e-448c-9c65-a6ea611309fe 2026-05-26 07:00:35.804 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a5481ca-4dd2-4d1f-8778-6212d2b789c4 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] Tap Mirror: Handle Delete Port: b1435b48-d81e-448c-9c65-a6ea611309fe [pid: 8|app: 0|req: 853/1759] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:00:36 2026] DELETE /v2.0/security-groups/40cf7570-5884-4406-978b-0b38a7d930e9 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:00:36.189 8 INFO neutron.api.v2.resource [None req-ab34bf12-94a6-4504-8057-0cde60fba131 ef9f6105ef9e4665be79fedce4915ce8 430fb3fa8df3473b8be5fb4bedac14d3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 854/1760] 10.0.0.244 () {32 vars in 737 bytes} [Tue May 26 07:00:36 2026] GET /v2.0/security-groups/40cf7570-5884-4406-978b-0b38a7d930e9 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 07:00:36.221 7 INFO neutron.services.segments.plugin [-] Segment 908c697a-d21e-44f7-98e8-9a57f9615bbe resource provider aggregate not found 2026-05-26 07:00:36.229 7 INFO neutron.services.segments.plugin [-] Segment 908c697a-d21e-44f7-98e8-9a57f9615bbe resource provider aggregate not found 2026-05-26 07:00:36.241 7 INFO neutron.services.segments.plugin [-] Segment 908c697a-d21e-44f7-98e8-9a57f9615bbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 908c697a-d21e-44f7-98e8-9a57f9615bbe found for delete ", "request_id": "req-69effb13-31c4-4b15-afb0-6dbcbaae49b5"}]} 2026-05-26 07:00:36.246 7 INFO neutron.services.segments.plugin [-] Segment 908c697a-d21e-44f7-98e8-9a57f9615bbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 908c697a-d21e-44f7-98e8-9a57f9615bbe found for delete ", "request_id": "req-ec071cb7-79b3-414e-bf28-2f2f23bd9d63"}]} 2026-05-26 07:00:36.260 7 INFO neutron.db.l3_hamode_db [None req-3a5481ca-4dd2-4d1f-8778-6212d2b789c4 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] HA network d9f00f05-7b6a-462a-af3d-1c431d0e583a was deleted as no HA routers are present in tenant c5fe8517b32847d6b9f18c97ea3f3b20. [pid: 7|app: 0|req: 907/1761] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:00:35 2026] DELETE /v2.0/routers/74ffccde-4e7c-45e5-848e-66d1d3069833 => generated 0 bytes in 642 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:00:36.324 8 INFO neutron_taas.services.taas.taas_plugin [None req-cbaeac56-bf42-40dd-bbcc-f2cbdbd56728 ef9f6105ef9e4665be79fedce4915ce8 430fb3fa8df3473b8be5fb4bedac14d3 - - default default] TaaS: Handle Delete Port: f4fcb08a-8a7c-4bb1-a49e-95249e2c38df 2026-05-26 07:00:36.327 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cbaeac56-bf42-40dd-bbcc-f2cbdbd56728 ef9f6105ef9e4665be79fedce4915ce8 430fb3fa8df3473b8be5fb4bedac14d3 - - default default] Tap Mirror: Handle Delete Port: f4fcb08a-8a7c-4bb1-a49e-95249e2c38df [pid: 7|app: 0|req: 908/1762] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:00:36 2026] DELETE /v2.0/subnets/40db0831-d43a-4a39-8c3b-d7ed1e02c242 => 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: 855/1763] 10.0.0.244 () {32 vars in 732 bytes} [Tue May 26 07:00:36 2026] DELETE /v2.0/floatingips/b4c47abe-80a1-4374-9499-8dc941710c6f => generated 0 bytes in 323 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:00:36.580 7 INFO neutron_taas.services.taas.taas_plugin [None req-24d6c89c-4902-4e37-ba68-0a5e7cd901d4 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] TaaS: Handle Delete Port: 416da51c-8b7f-4e43-9911-e9d9e5ebca75 2026-05-26 07:00:36.583 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24d6c89c-4902-4e37-ba68-0a5e7cd901d4 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] Tap Mirror: Handle Delete Port: 416da51c-8b7f-4e43-9911-e9d9e5ebca75 [pid: 7|app: 0|req: 909/1764] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 07:00:36 2026] DELETE /v2.0/networks/f24717a2-b3c7-4047-a170-5cd06e916ab4 => generated 0 bytes in 349 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 07:00:36.928 7 INFO neutron.db.segments_db [None req-bf21328e-e0f4-4657-bb45-200456df7d59 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] Added segment f49d75b3-99af-4121-a0f3-83d06688718c of type vxlan for network 9c64628c-fdb5-4847-bdd0-3988aa5efb57 2026-05-26 07:00:36.984 8 INFO neutron_taas.services.taas.taas_plugin [None req-d71f486a-cc25-4db2-ba94-9052c451d7df abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: 847334eb-90c9-47b3-8adb-930a08712fc0 2026-05-26 07:00:36.988 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d71f486a-cc25-4db2-ba94-9052c451d7df abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: 847334eb-90c9-47b3-8adb-930a08712fc0 [pid: 7|app: 0|req: 910/1765] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 07:00:36 2026] POST /v2.0/networks => generated 630 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1766] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 07:00:37 2026] POST /v2.0/subnets => generated 626 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 07:00:37.442 7 INFO neutron.db.segments_db [None req-32ac4bb3-5203-4ef9-84f6-271018be9004 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] Added segment e9fa03b1-4cff-43d4-b407-403b48c91d70 of type vxlan for network d97e59da-0b5f-4d42-b694-cf960f74b0a8 [pid: 8|app: 0|req: 856/1767] 10.0.0.244 () {34 vars in 789 bytes} [Tue May 26 07:00:36 2026] PUT /v2.0/routers/68ce1327-926d-4259-98ee-90b4337b5be0/remove_router_interface => generated 309 bytes in 1127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 07:00:37.782 7 INFO neutron.db.l3_hamode_db [None req-32ac4bb3-5203-4ef9-84f6-271018be9004 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 07:00:37.984 8 INFO neutron_taas.services.taas.taas_plugin [None req-2b4e26f3-d4fc-43f1-ac9a-3b8f7647c8cd abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: 7c0fc308-d7e7-4c42-828d-ae9f6f7ce31a 2026-05-26 07:00:37.987 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b4e26f3-d4fc-43f1-ac9a-3b8f7647c8cd abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: 7c0fc308-d7e7-4c42-828d-ae9f6f7ce31a 2026-05-26 07:00:38.265 8 INFO neutron_taas.services.taas.taas_plugin [None req-2b4e26f3-d4fc-43f1-ac9a-3b8f7647c8cd abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: 6f40126e-bc92-4ed2-84a1-aaf76cd331dd 2026-05-26 07:00:38.268 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b4e26f3-d4fc-43f1-ac9a-3b8f7647c8cd abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: 6f40126e-bc92-4ed2-84a1-aaf76cd331dd 2026-05-26 07:00:38.503 7 INFO neutron.services.segments.plugin [-] Segment c4e39dfb-05c0-40f5-93e4-89a9a935bd82 resource provider aggregate not found 2026-05-26 07:00:38.505 7 INFO neutron.services.segments.plugin [-] Segment c4e39dfb-05c0-40f5-93e4-89a9a935bd82 resource provider aggregate not found 2026-05-26 07:00:38.526 7 INFO neutron.services.segments.plugin [-] Segment c4e39dfb-05c0-40f5-93e4-89a9a935bd82 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4e39dfb-05c0-40f5-93e4-89a9a935bd82 found for delete ", "request_id": "req-ff269fc8-2a56-4ff4-8992-1688567549f2"}]} 2026-05-26 07:00:38.528 7 INFO neutron.services.segments.plugin [-] Segment c4e39dfb-05c0-40f5-93e4-89a9a935bd82 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4e39dfb-05c0-40f5-93e4-89a9a935bd82 found for delete ", "request_id": "req-abda3c04-3d9f-44a3-99f9-6a2996d9cdd8"}]} 2026-05-26 07:00:38.538 7 INFO neutron.db.l3_hamode_db [None req-32ac4bb3-5203-4ef9-84f6-271018be9004 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 07:00:38.674 8 INFO neutron.services.segments.plugin [-] Segment 430a502c-33b4-42ba-ad5e-a94e4b1456a3 resource provider aggregate not found 2026-05-26 07:00:38.679 8 INFO neutron.services.segments.plugin [-] Segment 430a502c-33b4-42ba-ad5e-a94e4b1456a3 resource provider aggregate not found 2026-05-26 07:00:38.699 8 INFO neutron.services.segments.plugin [-] Segment 430a502c-33b4-42ba-ad5e-a94e4b1456a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 430a502c-33b4-42ba-ad5e-a94e4b1456a3 found for delete ", "request_id": "req-3649d333-80a8-4b73-a8e6-8444229ba208"}]} 2026-05-26 07:00:38.701 8 INFO neutron.services.segments.plugin [-] Segment 430a502c-33b4-42ba-ad5e-a94e4b1456a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 430a502c-33b4-42ba-ad5e-a94e4b1456a3 found for delete ", "request_id": "req-0b393517-0172-4c9f-a7aa-2d4ccf8f5ddd"}]} 2026-05-26 07:00:38.710 8 INFO neutron.db.l3_hamode_db [None req-2b4e26f3-d4fc-43f1-ac9a-3b8f7647c8cd abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] HA network b6b39bd2-b95e-4086-87cf-2a688dd24b86 was deleted as no HA routers are present in tenant 430fb3fa8df3473b8be5fb4bedac14d3. [pid: 8|app: 0|req: 857/1768] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:00:37 2026] DELETE /v2.0/routers/68ce1327-926d-4259-98ee-90b4337b5be0 => generated 0 bytes in 1058 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1769] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 07:00:37 2026] POST /v2.0/routers => generated 507 bytes in 1816 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1770] 10.0.0.244 () {34 vars in 684 bytes} [Tue May 26 07:00:38 2026] POST /v2.0/security-groups => generated 1601 bytes in 559 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1771] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:00:39 2026] DELETE /v2.0/subnets/b20b04fb-bcc3-4b60-a1db-787669e174e6 => 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: 914/1772] 10.0.0.244 () {34 vars in 767 bytes} [Tue May 26 07:00:39 2026] PUT /v2.0/security-groups/44244861-b35f-429b-b3cf-989479295cb1/tags => generated 25 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1773] 10.0.0.244 () {34 vars in 676 bytes} [Tue May 26 07:00:39 2026] POST /v2.0/subnetpools => generated 516 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 07:00:39.653 7 INFO neutron_taas.services.taas.taas_plugin [None req-78869948-a37d-42fa-acb2-641b9b59357a abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: 45cd0b3d-0f25-4dc3-ace6-162178c4a3ee 2026-05-26 07:00:39.655 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78869948-a37d-42fa-acb2-641b9b59357a abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: 45cd0b3d-0f25-4dc3-ace6-162178c4a3ee [pid: 7|app: 0|req: 916/1774] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 07:00:39 2026] DELETE /v2.0/networks/fb8ec8b6-8079-4128-a42f-91ccdb0bbae4 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1775] 10.0.0.244 () {32 vars in 747 bytes} [Tue May 26 07:00:39 2026] GET /v2.0/security-groups/44244861-b35f-429b-b3cf-989479295cb1/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1776] 10.0.0.244 () {34 vars in 676 bytes} [Tue May 26 07:00:39 2026] POST /v2.0/subnetpools => generated 516 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1777] 10.0.0.244 () {34 vars in 778 bytes} [Tue May 26 07:00:39 2026] PUT /v2.0/security-groups/44244861-b35f-429b-b3cf-989479295cb1/tags/green => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1778] 10.0.0.244 () {34 vars in 676 bytes} [Tue May 26 07:00:40 2026] POST /v2.0/subnetpools => generated 516 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1779] 10.0.0.244 () {32 vars in 747 bytes} [Tue May 26 07:00:40 2026] GET /v2.0/security-groups/44244861-b35f-429b-b3cf-989479295cb1/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1780] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:00:40 2026] GET /v2.0/security-groups?tenant_id=430fb3fa8df3473b8be5fb4bedac14d3&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1781] 10.0.0.244 () {34 vars in 676 bytes} [Tue May 26 07:00:40 2026] POST /v2.0/subnetpools => generated 516 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1782] 10.0.0.244 () {34 vars in 774 bytes} [Tue May 26 07:00:40 2026] PUT /v2.0/security-groups/44244861-b35f-429b-b3cf-989479295cb1/tags/red => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1783] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:00:40 2026] DELETE /v2.0/security-groups/88922bfa-af0e-41dc-8f0f-5cfcff3236e1 => 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: 926/1784] 10.0.0.244 () {34 vars in 676 bytes} [Tue May 26 07:00:40 2026] POST /v2.0/subnetpools => generated 516 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1785] 10.0.0.244 () {34 vars in 783 bytes} [Tue May 26 07:00:39 2026] PUT /v2.0/routers/01145f96-de75-40b1-afe3-47f124ad9f8d/add_router_interface => generated 309 bytes in 1221 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 07:00:40.553 7 INFO neutron.services.segments.plugin [-] Segment 1f55894c-20e5-4aaf-8ec9-185287e13384 resource provider aggregate not found 2026-05-26 07:00:40.560 7 INFO neutron.services.segments.plugin [-] Segment 1f55894c-20e5-4aaf-8ec9-185287e13384 resource provider aggregate not found [pid: 8|app: 0|req: 860/1786] 10.0.0.244 () {34 vars in 759 bytes} [Tue May 26 07:00:40 2026] PUT /v2.0/subnetpools/59ee189f-967a-40fd-ac7a-1d0e2fcecf3c/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1787] 10.0.0.244 () {32 vars in 747 bytes} [Tue May 26 07:00:40 2026] GET /v2.0/security-groups/44244861-b35f-429b-b3cf-989479295cb1/tags => generated 34 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 07:00:40.578 7 INFO neutron.services.segments.plugin [-] Segment 1f55894c-20e5-4aaf-8ec9-185287e13384 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f55894c-20e5-4aaf-8ec9-185287e13384 found for delete ", "request_id": "req-799463b1-c087-4a94-8b07-b963e606dfee"}]} 2026-05-26 07:00:40.588 7 INFO neutron.services.segments.plugin [-] Segment 1f55894c-20e5-4aaf-8ec9-185287e13384 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f55894c-20e5-4aaf-8ec9-185287e13384 found for delete ", "request_id": "req-607cb6e5-7c5e-411d-adec-593c2a69052f"}]} [pid: 7|app: 0|req: 928/1788] 10.0.0.244 () {34 vars in 759 bytes} [Tue May 26 07:00:40 2026] PUT /v2.0/subnetpools/8d8d9922-dce9-4809-ad55-6e83ba9b187c/tags => generated 25 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1789] 10.0.0.244 () {32 vars in 717 bytes} [Tue May 26 07:00:40 2026] GET /v2.0/ports/b93cebe0-e7ac-48c1-bad2-5bfbc6df0b39 => generated 955 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1790] 10.0.0.244 () {34 vars in 759 bytes} [Tue May 26 07:00:40 2026] PUT /v2.0/subnetpools/78f67e15-7293-490c-a1a6-9165ad1a45ad/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1791] 10.0.0.244 () {34 vars in 796 bytes} [Tue May 26 07:00:40 2026] PUT /v2.0/security-groups/44244861-b35f-429b-b3cf-989479295cb1/tags/black.or.white => generated 4 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1792] 10.0.0.244 () {34 vars in 759 bytes} [Tue May 26 07:00:40 2026] PUT /v2.0/subnetpools/d0a1c69d-62e3-4882-b38d-ccb4d420e2ab/tags => generated 19 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1793] 10.0.0.244 () {32 vars in 747 bytes} [Tue May 26 07:00:40 2026] GET /v2.0/security-groups/44244861-b35f-429b-b3cf-989479295cb1/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: 932/1794] 10.0.0.244 () {32 vars in 672 bytes} [Tue May 26 07:00:40 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1795] 10.0.0.244 () {34 vars in 767 bytes} [Tue May 26 07:00:40 2026] PUT /v2.0/security-groups/44244861-b35f-429b-b3cf-989479295cb1/tags => generated 37 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1796] 10.0.0.244 () {32 vars in 686 bytes} [Tue May 26 07:00:41 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 07:00:41.104 8 INFO neutron_taas.services.taas.taas_plugin [None req-b16424ca-3e0a-4dcf-86f4-f577c8f7e34d 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] TaaS: Handle Delete Port: b93cebe0-e7ac-48c1-bad2-5bfbc6df0b39 2026-05-26 07:00:41.109 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b16424ca-3e0a-4dcf-86f4-f577c8f7e34d 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] Tap Mirror: Handle Delete Port: b93cebe0-e7ac-48c1-bad2-5bfbc6df0b39 [pid: 7|app: 0|req: 935/1797] 10.0.0.244 () {32 vars in 747 bytes} [Tue May 26 07:00:41 2026] GET /v2.0/security-groups/44244861-b35f-429b-b3cf-989479295cb1/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: 936/1798] 10.0.0.244 () {32 vars in 682 bytes} [Tue May 26 07:00:41 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1799] 10.0.0.244 () {32 vars in 755 bytes} [Tue May 26 07:00:41 2026] GET /v2.0/security-groups/44244861-b35f-429b-b3cf-989479295cb1/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1800] 10.0.0.244 () {32 vars in 694 bytes} [Tue May 26 07:00:41 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) 2026-05-26 07:00:41.257 7 INFO neutron.api.v2.resource [None req-3366ab54-6261-4893-8c67-e76dcbeb0360 7814cc7cb3e04af8997551642cc13bc5 4154eea344cc4cdfafa608b720f8b71b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 939/1801] 10.0.0.244 () {32 vars in 759 bytes} [Tue May 26 07:00:41 2026] GET /v2.0/security-groups/44244861-b35f-429b-b3cf-989479295cb1/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1802] 10.0.0.244 () {32 vars in 680 bytes} [Tue May 26 07:00:41 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1803] 10.0.0.244 () {32 vars in 758 bytes} [Tue May 26 07:00:41 2026] DELETE /v2.0/security-groups/44244861-b35f-429b-b3cf-989479295cb1/tags/red => 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: 942/1804] 10.0.0.244 () {32 vars in 694 bytes} [Tue May 26 07:00:41 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1805] 10.0.0.244 () {32 vars in 747 bytes} [Tue May 26 07:00:41 2026] GET /v2.0/security-groups/44244861-b35f-429b-b3cf-989479295cb1/tags => generated 30 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1806] 10.0.0.244 () {32 vars in 690 bytes} [Tue May 26 07:00:41 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 07:00:41.558 7 INFO neutron.api.v2.resource [None req-46fda7cb-8055-45e5-9d46-5181fd806cf0 7814cc7cb3e04af8997551642cc13bc5 4154eea344cc4cdfafa608b720f8b71b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 945/1807] 10.0.0.244 () {32 vars in 762 bytes} [Tue May 26 07:00:41 2026] DELETE /v2.0/security-groups/44244861-b35f-429b-b3cf-989479295cb1/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1808] 10.0.0.244 () {32 vars in 702 bytes} [Tue May 26 07:00:41 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: 7|app: 0|req: 947/1809] 10.0.0.244 () {32 vars in 750 bytes} [Tue May 26 07:00:41 2026] DELETE /v2.0/security-groups/44244861-b35f-429b-b3cf-989479295cb1/tags => 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: 948/1810] 10.0.0.244 () {32 vars in 732 bytes} [Tue May 26 07:00:41 2026] DELETE /v2.0/subnetpools/59ee189f-967a-40fd-ac7a-1d0e2fcecf3c => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1811] 10.0.0.244 () {34 vars in 789 bytes} [Tue May 26 07:00:40 2026] PUT /v2.0/routers/01145f96-de75-40b1-afe3-47f124ad9f8d/remove_router_interface => generated 309 bytes in 1008 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1812] 10.0.0.244 () {32 vars in 747 bytes} [Tue May 26 07:00:41 2026] GET /v2.0/security-groups/44244861-b35f-429b-b3cf-989479295cb1/tags => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1813] 10.0.0.244 () {32 vars in 736 bytes} [Tue May 26 07:00:41 2026] GET /v2.0/ports?device_id=01145f96-de75-40b1-afe3-47f124ad9f8d => 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: 864/1816] 10.0.0.244 () {32 vars in 732 bytes} [Tue May 26 07:00:41 2026] DELETE /v2.0/subnetpools/8d8d9922-dce9-4809-ad55-6e83ba9b187c => 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: 953/1817] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:00:41 2026] DELETE /v2.0/security-groups/44244861-b35f-429b-b3cf-989479295cb1 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1818] 10.0.0.244 () {32 vars in 732 bytes} [Tue May 26 07:00:41 2026] DELETE /v2.0/subnetpools/78f67e15-7293-490c-a1a6-9165ad1a45ad => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:00:42.047 8 INFO neutron_taas.services.taas.taas_plugin [None req-8a2609fa-bce4-4635-a277-020e2c81ed32 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] TaaS: Handle Delete Port: 8449f618-a7de-4ab1-97f1-98e4cccd76c2 2026-05-26 07:00:42.050 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a2609fa-bce4-4635-a277-020e2c81ed32 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] Tap Mirror: Handle Delete Port: 8449f618-a7de-4ab1-97f1-98e4cccd76c2 [pid: 7|app: 0|req: 955/1819] 10.0.0.244 () {32 vars in 732 bytes} [Tue May 26 07:00:42 2026] DELETE /v2.0/subnetpools/d0a1c69d-62e3-4882-b38d-ccb4d420e2ab => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1820] 10.0.0.244 () {32 vars in 732 bytes} [Tue May 26 07:00:42 2026] DELETE /v2.0/subnetpools/40e50f88-cbfa-4003-840d-cd8ec0416ab5 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:00:42.496 8 INFO neutron.services.segments.plugin [-] Segment e9fa03b1-4cff-43d4-b407-403b48c91d70 resource provider aggregate not found 2026-05-26 07:00:42.504 8 INFO neutron.services.segments.plugin [-] Segment e9fa03b1-4cff-43d4-b407-403b48c91d70 resource provider aggregate not found 2026-05-26 07:00:42.517 8 INFO neutron.services.segments.plugin [-] Segment e9fa03b1-4cff-43d4-b407-403b48c91d70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9fa03b1-4cff-43d4-b407-403b48c91d70 found for delete ", "request_id": "req-6691121f-f235-4b19-a2fc-12ce76722115"}]} 2026-05-26 07:00:42.534 8 INFO neutron.services.segments.plugin [-] Segment e9fa03b1-4cff-43d4-b407-403b48c91d70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9fa03b1-4cff-43d4-b407-403b48c91d70 found for delete ", "request_id": "req-1de47b8a-181d-4e5d-bd50-a8e708aec355"}]} 2026-05-26 07:00:42.535 8 INFO neutron.db.l3_hamode_db [None req-8a2609fa-bce4-4635-a277-020e2c81ed32 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] HA network d97e59da-0b5f-4d42-b694-cf960f74b0a8 was deleted as no HA routers are present in tenant c5fe8517b32847d6b9f18c97ea3f3b20. [pid: 8|app: 0|req: 865/1821] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:00:41 2026] DELETE /v2.0/routers/01145f96-de75-40b1-afe3-47f124ad9f8d => generated 0 bytes in 746 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1822] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:00:42 2026] DELETE /v2.0/subnets/ceef3d39-e683-430e-8758-e404f0cda4f0 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 07:00:42.861 8 INFO neutron_taas.services.taas.taas_plugin [None req-9da8bfdf-054b-4c14-b7e7-88322c15402d 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] TaaS: Handle Delete Port: a78a0f55-14d3-4b97-98fa-ffd4c6ae9c22 2026-05-26 07:00:42.865 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9da8bfdf-054b-4c14-b7e7-88322c15402d 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] Tap Mirror: Handle Delete Port: a78a0f55-14d3-4b97-98fa-ffd4c6ae9c22 [pid: 8|app: 0|req: 866/1823] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 07:00:42 2026] DELETE /v2.0/networks/9c64628c-fdb5-4847-bdd0-3988aa5efb57 => generated 0 bytes in 387 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 07:00:43.209 8 INFO neutron.db.segments_db [None req-92208975-9b7a-43c7-b5a8-d2c3c338e993 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] Added segment d8835e69-5758-4680-adc2-428ab08a811d of type vxlan for network 25aa185b-90aa-44e2-bbae-25a3b0075b97 [pid: 7|app: 0|req: 958/1824] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:00:42 2026] GET /v2.0/security-groups?tenant_id=98df1698a3ff429aaf3f95b02b861dd1&name=default => generated 2925 bytes in 482 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1825] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:00:43 2026] DELETE /v2.0/security-groups/1427565e-5e4e-45c6-8fd7-ace5b0218f10 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:00:43.518 8 INFO neutron.db.l3_hamode_db [None req-92208975-9b7a-43c7-b5a8-d2c3c338e993 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 960/1826] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:00:43 2026] GET /v2.0/security-groups?tenant_id=b4e4c8f72e37416098f65ee786e7f81b&name=default => generated 2925 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1827] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:00:43 2026] GET /v2.0/security-groups?tenant_id=4154eea344cc4cdfafa608b720f8b71b&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1828] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:00:43 2026] DELETE /v2.0/security-groups/3c18832f-468e-4897-8a9e-0fb15f3cdb9e => 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: 963/1829] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:00:43 2026] DELETE /v2.0/security-groups/ff955221-99c0-4414-a733-e938be383270 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1830] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:00:43 2026] GET /v2.0/security-groups?tenant_id=fae6ca79ea1843b0921c1a7e1f7cd1d6&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1831] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:00:44 2026] DELETE /v2.0/security-groups/9d302ec4-5964-46cd-a76d-af215089e07e => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:00:44.372 8 INFO neutron.db.l3_hamode_db [None req-92208975-9b7a-43c7-b5a8-d2c3c338e993 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 07:00:44.543 8 INFO neutron.services.segments.plugin [-] Segment f49d75b3-99af-4121-a0f3-83d06688718c resource provider aggregate not found 2026-05-26 07:00:44.558 8 INFO neutron.services.segments.plugin [-] Segment f49d75b3-99af-4121-a0f3-83d06688718c resource provider aggregate not found 2026-05-26 07:00:44.568 8 INFO neutron.services.segments.plugin [-] Segment f49d75b3-99af-4121-a0f3-83d06688718c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f49d75b3-99af-4121-a0f3-83d06688718c found for delete ", "request_id": "req-acd78c5c-f9a0-4e34-83ac-8609100ef2a2"}]} 2026-05-26 07:00:44.577 8 INFO neutron.services.segments.plugin [-] Segment f49d75b3-99af-4121-a0f3-83d06688718c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f49d75b3-99af-4121-a0f3-83d06688718c found for delete ", "request_id": "req-7b2b4b68-83c6-4d6f-873e-b6ba6232d6f5"}]} [pid: 7|app: 0|req: 966/1832] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:00:44 2026] GET /v2.0/security-groups?tenant_id=b45ce80540894dd6a36fd08c7bfebc41&name=default => generated 2925 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1833] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:00:44 2026] GET /v2.0/security-groups?tenant_id=48ad1059053d4bd3b7c99b61963d4d8f&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1834] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:00:44 2026] DELETE /v2.0/security-groups/ec44c985-cc20-411b-8ca6-0893900f513a => 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: 969/1835] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:00:44 2026] DELETE /v2.0/security-groups/babb10be-da1c-4b7b-8690-923606e89a23 => 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: 867/1836] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 07:00:43 2026] POST /v2.0/routers => generated 687 bytes in 2201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1837] 10.0.0.244 () {32 vars in 721 bytes} [Tue May 26 07:00:45 2026] GET /v2.0/routers/1cc8558b-83e0-4de0-b55d-db09256bf8b8 => generated 693 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1838] 10.0.0.244 () {32 vars in 647 bytes} [Tue May 26 07:00:45 2026] GET /v2.0/routers => generated 696 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1839] 10.0.0.244 () {34 vars in 741 bytes} [Tue May 26 07:00:45 2026] PUT /v2.0/routers/1cc8558b-83e0-4de0-b55d-db09256bf8b8 => generated 700 bytes in 407 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1840] 10.0.0.244 () {32 vars in 721 bytes} [Tue May 26 07:00:45 2026] GET /v2.0/routers/1cc8558b-83e0-4de0-b55d-db09256bf8b8 => generated 700 bytes in 689 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1841] 10.0.0.244 () {32 vars in 736 bytes} [Tue May 26 07:00:46 2026] GET /v2.0/ports?device_id=1cc8558b-83e0-4de0-b55d-db09256bf8b8 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 07:00:46.951 8 INFO neutron_taas.services.taas.taas_plugin [None req-5ce7ba6f-4991-4bf6-97db-48343b607529 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] TaaS: Handle Delete Port: e0327358-0285-4732-aaa4-2291535a31d8 2026-05-26 07:00:46.956 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ce7ba6f-4991-4bf6-97db-48343b607529 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] Tap Mirror: Handle Delete Port: e0327358-0285-4732-aaa4-2291535a31d8 2026-05-26 07:00:47.249 8 INFO neutron_taas.services.taas.taas_plugin [None req-5ce7ba6f-4991-4bf6-97db-48343b607529 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] TaaS: Handle Delete Port: 33974a8c-0e35-4877-9105-09d05ae629df 2026-05-26 07:00:47.252 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ce7ba6f-4991-4bf6-97db-48343b607529 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] Tap Mirror: Handle Delete Port: 33974a8c-0e35-4877-9105-09d05ae629df 2026-05-26 07:00:47.696 8 INFO neutron.services.segments.plugin [-] Segment d8835e69-5758-4680-adc2-428ab08a811d resource provider aggregate not found 2026-05-26 07:00:47.699 8 INFO neutron.services.segments.plugin [-] Segment d8835e69-5758-4680-adc2-428ab08a811d resource provider aggregate not found 2026-05-26 07:00:47.717 8 INFO neutron.services.segments.plugin [-] Segment d8835e69-5758-4680-adc2-428ab08a811d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8835e69-5758-4680-adc2-428ab08a811d found for delete ", "request_id": "req-37c5ab47-c0fe-4053-b8e4-debab54bbb1e"}]} 2026-05-26 07:00:47.727 8 INFO neutron.services.segments.plugin [-] Segment d8835e69-5758-4680-adc2-428ab08a811d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8835e69-5758-4680-adc2-428ab08a811d found for delete ", "request_id": "req-51acbf68-ac24-4c49-8705-84298260e6ee"}]} 2026-05-26 07:00:47.740 8 INFO neutron.db.l3_hamode_db [None req-5ce7ba6f-4991-4bf6-97db-48343b607529 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] HA network 25aa185b-90aa-44e2-bbae-25a3b0075b97 was deleted as no HA routers are present in tenant c5fe8517b32847d6b9f18c97ea3f3b20. [pid: 8|app: 0|req: 870/1842] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:00:46 2026] DELETE /v2.0/routers/1cc8558b-83e0-4de0-b55d-db09256bf8b8 => generated 0 bytes in 1051 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1843] 10.0.0.244 () {32 vars in 736 bytes} [Tue May 26 07:00:47 2026] GET /v2.0/ports?device_id=1cc8558b-83e0-4de0-b55d-db09256bf8b8 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 07:00:47.796 8 INFO neutron.api.v2.resource [None req-89ff5781-5729-49d2-adee-a3396b8fb89a 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 872/1844] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:00:47 2026] DELETE /v2.0/routers/1cc8558b-83e0-4de0-b55d-db09256bf8b8 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1845] 10.0.0.244 () {32 vars in 736 bytes} [Tue May 26 07:00:47 2026] GET /v2.0/ports?device_id=01145f96-de75-40b1-afe3-47f124ad9f8d => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 07:00:47.851 8 INFO neutron.api.v2.resource [None req-d62d9fed-96db-4959-92cd-d77014bc42c0 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 874/1846] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:00:47 2026] DELETE /v2.0/routers/01145f96-de75-40b1-afe3-47f124ad9f8d => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 07:00:47.873 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d1ad8251-b6d2-4e28-ab5a-eac4efb7569f 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 875/1847] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:00:47 2026] DELETE /v2.0/subnets/ceef3d39-e683-430e-8758-e404f0cda4f0 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1848] 10.0.0.244 () {32 vars in 736 bytes} [Tue May 26 07:00:47 2026] GET /v2.0/ports?device_id=74ffccde-4e7c-45e5-848e-66d1d3069833 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 07:00:47.928 8 INFO neutron.api.v2.resource [None req-e9bc6bef-e5fb-420e-8678-fadebcd71a8e 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 877/1849] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:00:47 2026] DELETE /v2.0/routers/74ffccde-4e7c-45e5-848e-66d1d3069833 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1850] 10.0.0.244 () {34 vars in 676 bytes} [Tue May 26 07:00:47 2026] POST /v2.0/subnetpools => generated 516 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 07:00:47.952 7 INFO neutron.pecan_wsgi.hooks.translation [None req-955972e1-da9d-460b-804a-f2f76e170d18 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 974/1851] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:00:47 2026] DELETE /v2.0/subnets/40db0831-d43a-4a39-8c3b-d7ed1e02c242 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1852] 10.0.0.244 () {32 vars in 736 bytes} [Tue May 26 07:00:47 2026] GET /v2.0/ports?device_id=8d6db3f6-db8a-499e-b5fc-d2ea9f4704dc => 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: 878/1853] 10.0.0.244 () {34 vars in 759 bytes} [Tue May 26 07:00:47 2026] PUT /v2.0/subnetpools/920cd686-70ca-4870-a696-9164b1a39438/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 07:00:48.001 7 INFO neutron.api.v2.resource [None req-2bd0e6df-7097-488d-b403-804c54c6f707 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 976/1854] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:00:47 2026] DELETE /v2.0/routers/8d6db3f6-db8a-499e-b5fc-d2ea9f4704dc => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1855] 10.0.0.244 () {32 vars in 739 bytes} [Tue May 26 07:00:47 2026] GET /v2.0/subnetpools/920cd686-70ca-4870-a696-9164b1a39438/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 07:00:48.018 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2de09319-15a2-4548-b479-3075706a3e9e 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 977/1856] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:00:48 2026] DELETE /v2.0/subnets/7f61d4b6-c9cd-45cb-a69c-1bb8c93c341d => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 07:00:48.041 7 INFO neutron.pecan_wsgi.hooks.translation [None req-52d38acc-38e8-46ca-b80a-1181f4341063 1b12a1465eda4974b3d45945330ae600 c5fe8517b32847d6b9f18c97ea3f3b20 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 978/1857] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:00:48 2026] DELETE /v2.0/subnets/572bb999-0d48-4afb-a020-c6cfed31da04 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1858] 10.0.0.244 () {34 vars in 770 bytes} [Tue May 26 07:00:48 2026] PUT /v2.0/subnetpools/920cd686-70ca-4870-a696-9164b1a39438/tags/green => generated 4 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1859] 10.0.0.244 () {32 vars in 739 bytes} [Tue May 26 07:00:48 2026] GET /v2.0/subnetpools/920cd686-70ca-4870-a696-9164b1a39438/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1860] 10.0.0.244 () {34 vars in 766 bytes} [Tue May 26 07:00:48 2026] PUT /v2.0/subnetpools/920cd686-70ca-4870-a696-9164b1a39438/tags/red => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1861] 10.0.0.244 () {32 vars in 739 bytes} [Tue May 26 07:00:48 2026] GET /v2.0/subnetpools/920cd686-70ca-4870-a696-9164b1a39438/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1862] 10.0.0.244 () {34 vars in 788 bytes} [Tue May 26 07:00:48 2026] PUT /v2.0/subnetpools/920cd686-70ca-4870-a696-9164b1a39438/tags/black.or.white => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1863] 10.0.0.244 () {32 vars in 739 bytes} [Tue May 26 07:00:48 2026] GET /v2.0/subnetpools/920cd686-70ca-4870-a696-9164b1a39438/tags => generated 52 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1864] 10.0.0.244 () {34 vars in 759 bytes} [Tue May 26 07:00:48 2026] PUT /v2.0/subnetpools/920cd686-70ca-4870-a696-9164b1a39438/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: 982/1865] 10.0.0.244 () {32 vars in 739 bytes} [Tue May 26 07:00:48 2026] GET /v2.0/subnetpools/920cd686-70ca-4870-a696-9164b1a39438/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: 884/1866] 10.0.0.244 () {32 vars in 747 bytes} [Tue May 26 07:00:48 2026] GET /v2.0/subnetpools/920cd686-70ca-4870-a696-9164b1a39438/tags/red => generated 0 bytes in 26 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:00:48.454 7 INFO neutron.api.v2.resource [None req-77622d88-26be-44c3-bff5-948000f3ccb7 457a3e3388374e7dbc8d4db6810a3510 b6db8db4b59f4f06902a2e29e9251f60 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 983/1867] 10.0.0.244 () {32 vars in 751 bytes} [Tue May 26 07:00:48 2026] GET /v2.0/subnetpools/920cd686-70ca-4870-a696-9164b1a39438/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1868] 10.0.0.244 () {32 vars in 750 bytes} [Tue May 26 07:00:48 2026] DELETE /v2.0/subnetpools/920cd686-70ca-4870-a696-9164b1a39438/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: 984/1869] 10.0.0.244 () {32 vars in 739 bytes} [Tue May 26 07:00:48 2026] GET /v2.0/subnetpools/920cd686-70ca-4870-a696-9164b1a39438/tags => generated 30 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 07:00:48.562 8 INFO neutron.api.v2.resource [None req-3d72c87f-ea18-470a-a9bd-42eff5b5c419 457a3e3388374e7dbc8d4db6810a3510 b6db8db4b59f4f06902a2e29e9251f60 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 886/1870] 10.0.0.244 () {32 vars in 754 bytes} [Tue May 26 07:00:48 2026] DELETE /v2.0/subnetpools/920cd686-70ca-4870-a696-9164b1a39438/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1871] 10.0.0.244 () {32 vars in 742 bytes} [Tue May 26 07:00:48 2026] DELETE /v2.0/subnetpools/920cd686-70ca-4870-a696-9164b1a39438/tags => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1872] 10.0.0.244 () {32 vars in 739 bytes} [Tue May 26 07:00:48 2026] GET /v2.0/subnetpools/920cd686-70ca-4870-a696-9164b1a39438/tags => 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: 887/1873] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:00:48 2026] GET /v2.0/security-groups?tenant_id=c5fe8517b32847d6b9f18c97ea3f3b20&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1874] 10.0.0.244 () {32 vars in 732 bytes} [Tue May 26 07:00:48 2026] DELETE /v2.0/subnetpools/920cd686-70ca-4870-a696-9164b1a39438 => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1875] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:00:48 2026] DELETE /v2.0/security-groups/57716fe5-fa7c-4f3a-b981-e75f6da359a9 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:00:49.058 7 INFO neutron.db.segments_db [None req-1fbdc98d-f9ef-4d33-9599-3b87f05689ec af06191d7283450ca8626af914c9ec90 726256336c5f4f1bab8130009aea306c - - default default] Added segment 9bc2306f-bc25-4842-afb2-a1fa439bd164 of type vxlan for network 6943db37-e8c3-44d4-8a38-d7daa859e444 [pid: 7|app: 0|req: 987/1876] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 07:00:48 2026] POST /v2.0/networks => generated 630 bytes in 569 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1877] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 07:00:49 2026] POST /v2.0/subnets => generated 626 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1878] 10.0.0.244 () {34 vars in 751 bytes} [Tue May 26 07:00:49 2026] PUT /v2.0/subnets/31bcd946-b806-4727-bfc1-98fb9c49bc9e/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1879] 10.0.0.244 () {32 vars in 731 bytes} [Tue May 26 07:00:49 2026] GET /v2.0/subnets/31bcd946-b806-4727-bfc1-98fb9c49bc9e/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1880] 10.0.0.244 () {34 vars in 762 bytes} [Tue May 26 07:00:49 2026] PUT /v2.0/subnets/31bcd946-b806-4727-bfc1-98fb9c49bc9e/tags/green => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1881] 10.0.0.244 () {32 vars in 731 bytes} [Tue May 26 07:00:49 2026] GET /v2.0/subnets/31bcd946-b806-4727-bfc1-98fb9c49bc9e/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1882] 10.0.0.244 () {34 vars in 758 bytes} [Tue May 26 07:00:49 2026] PUT /v2.0/subnets/31bcd946-b806-4727-bfc1-98fb9c49bc9e/tags/red => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1883] 10.0.0.244 () {32 vars in 731 bytes} [Tue May 26 07:00:49 2026] GET /v2.0/subnets/31bcd946-b806-4727-bfc1-98fb9c49bc9e/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: 993/1884] 10.0.0.244 () {34 vars in 780 bytes} [Tue May 26 07:00:49 2026] PUT /v2.0/subnets/31bcd946-b806-4727-bfc1-98fb9c49bc9e/tags/black.or.white => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1885] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:00:49 2026] GET /v2.0/security-groups?tenant_id=645c0ac7a82442fb8961471846815131&name=default => generated 2925 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1886] 10.0.0.244 () {32 vars in 731 bytes} [Tue May 26 07:00:49 2026] GET /v2.0/subnets/31bcd946-b806-4727-bfc1-98fb9c49bc9e/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: 995/1887] 10.0.0.244 () {34 vars in 751 bytes} [Tue May 26 07:00:50 2026] PUT /v2.0/subnets/31bcd946-b806-4727-bfc1-98fb9c49bc9e/tags => generated 37 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1888] 10.0.0.244 () {32 vars in 731 bytes} [Tue May 26 07:00:50 2026] GET /v2.0/subnets/31bcd946-b806-4727-bfc1-98fb9c49bc9e/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1889] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:00:50 2026] DELETE /v2.0/security-groups/b7a8d705-6f32-4987-8a41-30716fc96158 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1890] 10.0.0.244 () {32 vars in 739 bytes} [Tue May 26 07:00:50 2026] GET /v2.0/subnets/31bcd946-b806-4727-bfc1-98fb9c49bc9e/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:00:50.225 8 INFO neutron.api.v2.resource [None req-35d38447-a37a-490b-a49e-2461f0290876 af06191d7283450ca8626af914c9ec90 726256336c5f4f1bab8130009aea306c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 894/1891] 10.0.0.244 () {32 vars in 743 bytes} [Tue May 26 07:00:50 2026] GET /v2.0/subnets/31bcd946-b806-4727-bfc1-98fb9c49bc9e/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1892] 10.0.0.244 () {32 vars in 742 bytes} [Tue May 26 07:00:50 2026] DELETE /v2.0/subnets/31bcd946-b806-4727-bfc1-98fb9c49bc9e/tags/red => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1893] 10.0.0.244 () {32 vars in 731 bytes} [Tue May 26 07:00:50 2026] GET /v2.0/subnets/31bcd946-b806-4727-bfc1-98fb9c49bc9e/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 07:00:50.410 7 INFO neutron.api.v2.resource [None req-4ce8c4cb-399a-4e62-a5b3-79b73b3fcf47 af06191d7283450ca8626af914c9ec90 726256336c5f4f1bab8130009aea306c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 999/1894] 10.0.0.244 () {32 vars in 746 bytes} [Tue May 26 07:00:50 2026] DELETE /v2.0/subnets/31bcd946-b806-4727-bfc1-98fb9c49bc9e/tags/green => generated 99 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1895] 10.0.0.244 () {32 vars in 734 bytes} [Tue May 26 07:00:50 2026] DELETE /v2.0/subnets/31bcd946-b806-4727-bfc1-98fb9c49bc9e/tags => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1896] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:00:50 2026] GET /v2.0/security-groups?tenant_id=b6db8db4b59f4f06902a2e29e9251f60&name=default => generated 2925 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1897] 10.0.0.244 () {32 vars in 731 bytes} [Tue May 26 07:00:50 2026] GET /v2.0/subnets/31bcd946-b806-4727-bfc1-98fb9c49bc9e/tags => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1898] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:00:50 2026] DELETE /v2.0/security-groups/4c19d06e-7d50-457f-a7e9-f503efa3a03b => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1899] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:00:50 2026] DELETE /v2.0/subnets/31bcd946-b806-4727-bfc1-98fb9c49bc9e => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 07:00:50.846 8 INFO neutron.services.segments.plugin [-] Segment 9bc2306f-bc25-4842-afb2-a1fa439bd164 resource provider aggregate not found 2026-05-26 07:00:50.854 8 INFO neutron.services.segments.plugin [-] Segment 9bc2306f-bc25-4842-afb2-a1fa439bd164 resource provider aggregate not found 2026-05-26 07:00:50.878 8 INFO neutron.services.segments.plugin [-] Segment 9bc2306f-bc25-4842-afb2-a1fa439bd164 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9bc2306f-bc25-4842-afb2-a1fa439bd164 found for delete ", "request_id": "req-ba7614e2-1128-4182-92bb-dd150315e288"}]} 2026-05-26 07:00:50.882 8 INFO neutron.services.segments.plugin [-] Segment 9bc2306f-bc25-4842-afb2-a1fa439bd164 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9bc2306f-bc25-4842-afb2-a1fa439bd164 found for delete ", "request_id": "req-5005ceeb-a9c9-4180-889b-e81a3a390ab1"}]} [pid: 8|app: 0|req: 898/1900] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 07:00:50 2026] DELETE /v2.0/networks/6943db37-e8c3-44d4-8a38-d7daa859e444 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1901] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:00:51 2026] GET /v2.0/security-groups?tenant_id=3cd1788bb2624051a14db1259ea4f2d6&name=default => generated 2925 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1902] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:00:51 2026] GET /v2.0/security-groups?tenant_id=7648c785b1aa4a04bc78cc7ccea49ea6&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: 1004/1903] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:00:51 2026] DELETE /v2.0/security-groups/cf663f5b-ff04-4ccb-82bb-ba7d2f2c5688 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1904] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:00:52 2026] DELETE /v2.0/security-groups/cfec5278-c963-46e8-807b-5afafadd1b1d => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1905] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:00:52 2026] GET /v2.0/security-groups?tenant_id=001033a7d8924c73898e234228245f71&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1906] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:00:52 2026] GET /v2.0/security-groups?tenant_id=726256336c5f4f1bab8130009aea306c&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1907] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:00:52 2026] DELETE /v2.0/security-groups/847ea288-b106-4dfc-bbff-a1e2cfa2473e => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1908] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:00:52 2026] DELETE /v2.0/security-groups/6a29eda1-0cb7-46ba-936e-43d6a07c18ca => 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: 1007/1909] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:00:54 2026] GET /v2.0/security-groups?tenant_id=e54322ac22b34312a061e97a8291b7b6&name=default => generated 2925 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1910] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:00:54 2026] DELETE /v2.0/security-groups/e87ca0a2-880e-4531-95f4-682a579e71f6 => 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: 1008/1911] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:00:54 2026] GET /v2.0/security-groups?tenant_id=310be60858f6429ea1dde7b5719cfc06&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: 904/1912] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:00:55 2026] DELETE /v2.0/security-groups/b3ae2eae-f56e-47c5-9aca-b700707935c8 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1913] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:00:56 2026] GET /v2.0/security-groups?tenant_id=aaba8f208add450bbc5dcde245fd5550&name=default => generated 2925 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1914] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:00:56 2026] DELETE /v2.0/security-groups/f63f8e85-4007-48c1-ada8-a155cb3c769a => 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: 1010/1917] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:00:56 2026] GET /v2.0/security-groups?tenant_id=2a81a8048d7148a9b8cce50a49715292&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1918] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:00:56 2026] DELETE /v2.0/security-groups/6a7bcb0e-95cf-4364-ac4f-64f53c4c6c9f => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:00:57.599 7 INFO neutron.db.segments_db [None req-f995869e-62d4-4ce7-8951-ac23a44141ee 8b5c5bba1ea048f2a81c08536fa79bf1 25af8beaa91e409d8ba98602b9020d71 - - default default] Added segment 9fe17859-fde7-436a-9e3c-17814a685e2f of type vxlan for network 540ae98f-b4a9-4b6f-9dc6-f9f10971f630 2026-05-26 07:00:57.670 7 INFO neutron.db.segments_db [None req-f995869e-62d4-4ce7-8951-ac23a44141ee 8b5c5bba1ea048f2a81c08536fa79bf1 25af8beaa91e409d8ba98602b9020d71 - - default default] Added segment 5e742399-7c5e-4533-926a-502f189d9309 of type vxlan for network d92728a7-9a3b-4378-9770-166c2271795d [pid: 7|app: 0|req: 1011/1919] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 07:00:57 2026] POST /v2.0/networks => generated 1245 bytes in 567 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1920] 10.0.0.244 () {32 vars in 649 bytes} [Tue May 26 07:00:57 2026] GET /v2.0/networks => generated 1844 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 07:00:57.984 7 INFO neutron.services.segments.plugin [-] Segment 9fe17859-fde7-436a-9e3c-17814a685e2f resource provider aggregate not found 2026-05-26 07:00:57.987 7 INFO neutron.services.segments.plugin [-] Segment 9fe17859-fde7-436a-9e3c-17814a685e2f resource provider aggregate not found 2026-05-26 07:00:58.003 7 INFO neutron.services.segments.plugin [-] Segment 9fe17859-fde7-436a-9e3c-17814a685e2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fe17859-fde7-436a-9e3c-17814a685e2f found for delete ", "request_id": "req-0b033c33-2736-461a-b2ba-7c246a17eb35"}]} 2026-05-26 07:00:58.005 7 INFO neutron.services.segments.plugin [-] Segment 9fe17859-fde7-436a-9e3c-17814a685e2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fe17859-fde7-436a-9e3c-17814a685e2f found for delete ", "request_id": "req-bbe60d4d-91ec-47e5-92f2-634bcaa8a5a4"}]} [pid: 7|app: 0|req: 1012/1921] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 07:00:57 2026] DELETE /v2.0/networks/540ae98f-b4a9-4b6f-9dc6-f9f10971f630 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 07:00:58.124 8 INFO neutron.services.segments.plugin [-] Segment 5e742399-7c5e-4533-926a-502f189d9309 resource provider aggregate not found 2026-05-26 07:00:58.129 8 INFO neutron.services.segments.plugin [-] Segment 5e742399-7c5e-4533-926a-502f189d9309 resource provider aggregate not found 2026-05-26 07:00:58.149 8 INFO neutron.services.segments.plugin [-] Segment 5e742399-7c5e-4533-926a-502f189d9309 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e742399-7c5e-4533-926a-502f189d9309 found for delete ", "request_id": "req-ca8ea1d3-0caf-4d63-978f-ca67d2b8c4c9"}]} 2026-05-26 07:00:58.152 8 INFO neutron.services.segments.plugin [-] Segment 5e742399-7c5e-4533-926a-502f189d9309 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e742399-7c5e-4533-926a-502f189d9309 found for delete ", "request_id": "req-7af1c668-df8b-486f-8f36-c503558150b1"}]} [pid: 8|app: 0|req: 910/1922] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 07:00:58 2026] DELETE /v2.0/networks/d92728a7-9a3b-4378-9770-166c2271795d => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1923] 10.0.0.244 () {32 vars in 649 bytes} [Tue May 26 07:00:58 2026] GET /v2.0/networks => generated 651 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 07:00:58.279 8 INFO neutron.db.segments_db [None req-346a5819-7135-458f-ae23-f030db3ee9b2 8b5c5bba1ea048f2a81c08536fa79bf1 25af8beaa91e409d8ba98602b9020d71 - - default default] Added segment c6772a36-a238-4250-a785-7c372d7a879a of type vxlan for network ec813e90-0893-400d-b813-9b9402b4785d [pid: 8|app: 0|req: 911/1924] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 07:00:58 2026] POST /v2.0/networks => generated 653 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 07:00:58.467 7 INFO neutron.db.segments_db [None req-9563f781-859c-4dd6-91ec-87750436af3f 8b5c5bba1ea048f2a81c08536fa79bf1 25af8beaa91e409d8ba98602b9020d71 - - default default] Added segment ff49e93d-4086-4091-8d36-93d804639247 of type vxlan for network c49aa69a-d4c8-41fa-aa79-400dfa82f347 [pid: 7|app: 0|req: 1014/1925] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 07:00:58 2026] POST /v2.0/networks => generated 654 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1926] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:00:58 2026] GET /v2.0/security-groups?tenant_id=d2f4d6d6212c4ee0bdabf1e9bf30e857&name=default => generated 2925 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1927] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:00:58 2026] DELETE /v2.0/security-groups/cfdee1c3-0d02-4629-b875-3cadab3adac4 => 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: 1015/1928] 10.0.0.244 () {34 vars in 665 bytes} [Tue May 26 07:00:58 2026] POST /v2.0/ports => generated 1505 bytes in 640 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1929] 10.0.0.244 () {32 vars in 643 bytes} [Tue May 26 07:00:59 2026] GET /v2.0/ports => generated 1505 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 07:00:59.401 7 INFO neutron_taas.services.taas.taas_plugin [None req-85b789ce-d5fe-4e37-91ff-7b0b12d2ae5e 8b5c5bba1ea048f2a81c08536fa79bf1 25af8beaa91e409d8ba98602b9020d71 - - default default] TaaS: Handle Delete Port: bbc0b4e3-8b7b-4cd5-a6ce-4a3fa0853d45 2026-05-26 07:00:59.405 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85b789ce-d5fe-4e37-91ff-7b0b12d2ae5e 8b5c5bba1ea048f2a81c08536fa79bf1 25af8beaa91e409d8ba98602b9020d71 - - default default] Tap Mirror: Handle Delete Port: bbc0b4e3-8b7b-4cd5-a6ce-4a3fa0853d45 [pid: 7|app: 0|req: 1016/1930] 10.0.0.244 () {32 vars in 720 bytes} [Tue May 26 07:00:59 2026] DELETE /v2.0/ports/bbc0b4e3-8b7b-4cd5-a6ce-4a3fa0853d45 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 07:00:59.640 8 INFO neutron_taas.services.taas.taas_plugin [None req-ea73f7fe-d3d3-43a9-881e-cfb7a26023a1 8b5c5bba1ea048f2a81c08536fa79bf1 25af8beaa91e409d8ba98602b9020d71 - - default default] TaaS: Handle Delete Port: 4d57535c-0902-42d3-beb4-8953fdd53178 2026-05-26 07:00:59.645 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea73f7fe-d3d3-43a9-881e-cfb7a26023a1 8b5c5bba1ea048f2a81c08536fa79bf1 25af8beaa91e409d8ba98602b9020d71 - - default default] Tap Mirror: Handle Delete Port: 4d57535c-0902-42d3-beb4-8953fdd53178 [pid: 8|app: 0|req: 915/1931] 10.0.0.244 () {32 vars in 720 bytes} [Tue May 26 07:00:59 2026] DELETE /v2.0/ports/4d57535c-0902-42d3-beb4-8953fdd53178 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1932] 10.0.0.244 () {32 vars in 643 bytes} [Tue May 26 07:00:59 2026] GET /v2.0/ports => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 07:00:59.817 8 INFO neutron.db.segments_db [None req-72374cdf-1fd1-487b-83ea-e36ea85e59b0 8b5c5bba1ea048f2a81c08536fa79bf1 25af8beaa91e409d8ba98602b9020d71 - - default default] Added segment a1d6b074-ab84-4515-85b7-c481c87adcd3 of type vxlan for network 0be21549-6982-4945-ba30-3cb818cc718a [pid: 8|app: 0|req: 916/1933] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 07:00:59 2026] POST /v2.0/networks => generated 653 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 07:01:00.060 7 INFO neutron.db.segments_db [None req-57bfeff6-de60-4d7e-8dc4-aa1666e8763a 8b5c5bba1ea048f2a81c08536fa79bf1 25af8beaa91e409d8ba98602b9020d71 - - default default] Added segment c5df5ab2-64b3-4619-94a9-b6ba0b609bdc of type vxlan for network 083fbb19-6262-480f-8afd-8d7a8952dddb [pid: 7|app: 0|req: 1018/1934] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 07:00:59 2026] POST /v2.0/networks => generated 654 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1935] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 07:01:00 2026] POST /v2.0/subnets => generated 1324 bytes in 653 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1936] 10.0.0.244 () {32 vars in 647 bytes} [Tue May 26 07:01:01 2026] GET /v2.0/subnets => generated 1960 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1937] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:01:01 2026] DELETE /v2.0/subnets/8944c28c-6238-441c-974b-34b924646d32 => 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: 1020/1938] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:01:01 2026] DELETE /v2.0/subnets/454589f6-acc4-4d85-a78e-66447a8955da => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1939] 10.0.0.244 () {32 vars in 647 bytes} [Tue May 26 07:01:01 2026] GET /v2.0/subnets => generated 649 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 07:01:01.864 7 INFO neutron.services.segments.plugin [-] Segment c5df5ab2-64b3-4619-94a9-b6ba0b609bdc resource provider aggregate not found 2026-05-26 07:01:01.868 7 INFO neutron.services.segments.plugin [-] Segment c5df5ab2-64b3-4619-94a9-b6ba0b609bdc resource provider aggregate not found 2026-05-26 07:01:01.889 7 INFO neutron.services.segments.plugin [-] Segment c5df5ab2-64b3-4619-94a9-b6ba0b609bdc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5df5ab2-64b3-4619-94a9-b6ba0b609bdc found for delete ", "request_id": "req-2c36a821-7f95-48c7-b636-de6797946790"}]} 2026-05-26 07:01:01.919 7 INFO neutron.services.segments.plugin [-] Segment c5df5ab2-64b3-4619-94a9-b6ba0b609bdc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5df5ab2-64b3-4619-94a9-b6ba0b609bdc found for delete ", "request_id": "req-98c7a52c-9000-4247-9e23-74bb546c57fa"}]} [pid: 7|app: 0|req: 1021/1940] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 07:01:01 2026] DELETE /v2.0/networks/083fbb19-6262-480f-8afd-8d7a8952dddb => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 07:01:02.082 8 INFO neutron.services.segments.plugin [-] Segment a1d6b074-ab84-4515-85b7-c481c87adcd3 resource provider aggregate not found 2026-05-26 07:01:02.084 8 INFO neutron.services.segments.plugin [-] Segment a1d6b074-ab84-4515-85b7-c481c87adcd3 resource provider aggregate not found 2026-05-26 07:01:02.107 8 INFO neutron.services.segments.plugin [-] Segment a1d6b074-ab84-4515-85b7-c481c87adcd3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1d6b074-ab84-4515-85b7-c481c87adcd3 found for delete ", "request_id": "req-e938747f-e688-4a62-9272-c79173da87c6"}]} 2026-05-26 07:01:02.109 8 INFO neutron.services.segments.plugin [-] Segment a1d6b074-ab84-4515-85b7-c481c87adcd3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1d6b074-ab84-4515-85b7-c481c87adcd3 found for delete ", "request_id": "req-24c7ecb9-f628-48e3-b7f8-abdb1774693c"}]} [pid: 8|app: 0|req: 920/1941] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 07:01:01 2026] DELETE /v2.0/networks/0be21549-6982-4945-ba30-3cb818cc718a => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/1942] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 07:01:02 2026] DELETE /v2.0/networks/c49aa69a-d4c8-41fa-aa79-400dfa82f347 => 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: 921/1943] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 07:01:02 2026] DELETE /v2.0/networks/ec813e90-0893-400d-b813-9b9402b4785d => 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: 1023/1944] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:01:02 2026] GET /v2.0/security-groups?tenant_id=2d2121552f8948239c51457507302e91&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1945] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:01:02 2026] DELETE /v2.0/security-groups/67551bf7-b8cd-480b-b926-d3fc76404dcc => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/1946] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:01:03 2026] GET /v2.0/security-groups?tenant_id=25af8beaa91e409d8ba98602b9020d71&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1947] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:01:03 2026] DELETE /v2.0/security-groups/42007f7b-0c95-4de8-b7b7-60a9233ec379 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:01:03.907 7 INFO neutron.services.segments.plugin [-] Segment ff49e93d-4086-4091-8d36-93d804639247 resource provider aggregate not found 2026-05-26 07:01:03.927 7 INFO neutron.services.segments.plugin [-] Segment ff49e93d-4086-4091-8d36-93d804639247 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff49e93d-4086-4091-8d36-93d804639247 found for delete ", "request_id": "req-a8afc91b-47b2-49fe-8ba4-e8ad50939490"}]} 2026-05-26 07:01:03.944 7 INFO neutron.services.segments.plugin [-] Segment ff49e93d-4086-4091-8d36-93d804639247 resource provider aggregate not found 2026-05-26 07:01:03.965 7 INFO neutron.services.segments.plugin [-] Segment ff49e93d-4086-4091-8d36-93d804639247 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff49e93d-4086-4091-8d36-93d804639247 found for delete ", "request_id": "req-47dba24f-a7aa-4083-a159-55d1544906e4"}]} 2026-05-26 07:01:04.127 8 INFO neutron.services.segments.plugin [-] Segment c6772a36-a238-4250-a785-7c372d7a879a resource provider aggregate not found 2026-05-26 07:01:04.131 8 INFO neutron.services.segments.plugin [-] Segment c6772a36-a238-4250-a785-7c372d7a879a resource provider aggregate not found 2026-05-26 07:01:04.145 8 INFO neutron.services.segments.plugin [-] Segment c6772a36-a238-4250-a785-7c372d7a879a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6772a36-a238-4250-a785-7c372d7a879a found for delete ", "request_id": "req-8c4eb1e0-7246-41e0-9a6a-50c7d54af0be"}]} 2026-05-26 07:01:04.148 8 INFO neutron.services.segments.plugin [-] Segment c6772a36-a238-4250-a785-7c372d7a879a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6772a36-a238-4250-a785-7c372d7a879a found for delete ", "request_id": "req-a65cbe1c-bd98-49bb-b92e-bf06b8752c96"}]} [pid: 7|app: 0|req: 1025/1948] 10.0.0.244 () {34 vars in 684 bytes} [Tue May 26 07:01:05 2026] POST /v2.0/security-groups => generated 1624 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1949] 10.0.0.244 () {32 vars in 663 bytes} [Tue May 26 07:01:05 2026] GET /v2.0/security-groups => generated 4529 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/1950] 10.0.0.244 () {34 vars in 758 bytes} [Tue May 26 07:01:05 2026] PUT /v2.0/security-groups/f915cb14-8019-41fc-a5a0-ba3797816ecd => generated 1661 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1951] 10.0.0.244 () {32 vars in 737 bytes} [Tue May 26 07:01:05 2026] GET /v2.0/security-groups/f915cb14-8019-41fc-a5a0-ba3797816ecd => generated 1661 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/1952] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:01:05 2026] DELETE /v2.0/security-groups/f915cb14-8019-41fc-a5a0-ba3797816ecd => 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: 926/1953] 10.0.0.244 () {32 vars in 663 bytes} [Tue May 26 07:01:05 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-05-26 07:01:05.798 7 INFO neutron.api.v2.resource [None req-c4126697-1f26-4c8f-8242-c474854a9f0d c93f0e3bbc9a4065b57003ca05cb7f92 a9a1cd7e3a78445db8bb029d32f0ed7e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1028/1954] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:01:05 2026] DELETE /v2.0/security-groups/f915cb14-8019-41fc-a5a0-ba3797816ecd => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1955] 10.0.0.244 () {34 vars in 684 bytes} [Tue May 26 07:01:05 2026] POST /v2.0/security-groups => generated 1625 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/1956] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 07:01:06 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: 8|app: 0|req: 928/1957] 10.0.0.244 () {32 vars in 747 bytes} [Tue May 26 07:01:06 2026] GET /v2.0/security-group-rules/ef6518ae-5e9f-46d8-9d68-453cbffcaaa9 => generated 601 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/1958] 10.0.0.244 () {32 vars in 673 bytes} [Tue May 26 07:01:06 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1959] 10.0.0.244 () {32 vars in 750 bytes} [Tue May 26 07:01:06 2026] DELETE /v2.0/security-group-rules/ef6518ae-5e9f-46d8-9d68-453cbffcaaa9 => 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: 1031/1960] 10.0.0.244 () {32 vars in 673 bytes} [Tue May 26 07:01:06 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1961] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 07:01:06 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: 1032/1962] 10.0.0.244 () {32 vars in 747 bytes} [Tue May 26 07:01:06 2026] GET /v2.0/security-group-rules/b8b9b3af-08ed-4e94-924c-5a53d402d2c7 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1963] 10.0.0.244 () {32 vars in 673 bytes} [Tue May 26 07:01:06 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/1964] 10.0.0.244 () {32 vars in 750 bytes} [Tue May 26 07:01:06 2026] DELETE /v2.0/security-group-rules/b8b9b3af-08ed-4e94-924c-5a53d402d2c7 => 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: 932/1965] 10.0.0.244 () {32 vars in 673 bytes} [Tue May 26 07:01:06 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/1966] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 07:01:06 2026] POST /v2.0/security-group-rules => generated 602 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/1967] 10.0.0.244 () {32 vars in 747 bytes} [Tue May 26 07:01:06 2026] GET /v2.0/security-group-rules/774c4201-349b-4122-8b7f-026701f862b5 => generated 602 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/1968] 10.0.0.244 () {32 vars in 673 bytes} [Tue May 26 07:01:06 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/1969] 10.0.0.244 () {32 vars in 750 bytes} [Tue May 26 07:01:06 2026] DELETE /v2.0/security-group-rules/774c4201-349b-4122-8b7f-026701f862b5 => 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: 1038/1970] 10.0.0.244 () {32 vars in 673 bytes} [Tue May 26 07:01:07 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 07:01:07.144 8 INFO neutron.db.segments_db [None req-1432623f-ae19-4f56-af4d-d58c9e64fe0a 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] Added segment 418fb05e-5842-433b-8e3b-d7c39e79ef42 of type vxlan for network 531012e0-9a81-44f4-a03d-fc2f12da6b4b [pid: 7|app: 0|req: 1039/1971] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:01:07 2026] DELETE /v2.0/security-groups/02f57c3d-b3ce-4e97-837b-bcc4a4771375 => 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: 1040/1972] 10.0.0.244 () {32 vars in 663 bytes} [Tue May 26 07:01:07 2026] GET /v2.0/security-groups => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1973] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 07:01:06 2026] POST /v2.0/networks => generated 639 bytes in 478 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/1974] 10.0.0.244 () {32 vars in 663 bytes} [Tue May 26 07:01:07 2026] GET /v2.0/security-groups => 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: 934/1975] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 07:01:07 2026] POST /v2.0/subnets => generated 657 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/1976] 10.0.0.244 () {32 vars in 722 bytes} [Tue May 26 07:01:07 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/1977] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:01:07 2026] GET /v2.0/security-groups?tenant_id=a9a1cd7e3a78445db8bb029d32f0ed7e&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: 935/1978] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 07:01:07 2026] POST /v2.0/subnets => generated 732 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/1979] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:01:07 2026] DELETE /v2.0/security-groups/153c1ec0-4670-4267-823a-ebdaaeb61d91 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:01:08.105 8 INFO neutron.db.segments_db [None req-6812c2ef-9d4d-4738-a20a-2189a14b4aad 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] Added segment caf4953d-8022-4f23-9e68-37cfb665b800 of type vxlan for network 1af515b1-7ab1-4fde-b723-3bc310656838 [pid: 8|app: 0|req: 936/1980] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 07:01:08 2026] POST /v2.0/networks => generated 638 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/1981] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 07:01:08 2026] POST /v2.0/subnets => generated 656 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1982] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 07:01:08 2026] POST /v2.0/subnets => generated 725 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 07:01:08.923 7 INFO neutron.db.segments_db [None req-c5fdfe13-8157-4d86-baef-17e98c87d6b8 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] Added segment 9c573ae4-bd71-4612-8ed8-1081eb82de7f of type vxlan for network 0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9 [pid: 7|app: 0|req: 1046/1983] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 07:01:08 2026] POST /v2.0/networks => generated 637 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1984] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 07:01:09 2026] POST /v2.0/subnets => generated 656 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/1985] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 07:01:09 2026] POST /v2.0/subnets => generated 728 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 07:01:09.692 8 INFO neutron.db.segments_db [None req-4bfc1931-a1ac-4e3d-8268-3b4b7beb842b 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] Added segment c4d1722f-4864-41b9-b7f6-510624edde71 of type vxlan for network 16a38ea2-2313-427b-ae0b-802bed7edf5a [pid: 7|app: 0|req: 1048/1986] 10.0.0.244 () {32 vars in 623 bytes} [Tue May 26 07:01:09 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) 2026-05-26 07:01:09.997 8 INFO neutron.db.l3_hamode_db [None req-4bfc1931-a1ac-4e3d-8268-3b4b7beb842b 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1049/1987] 10.0.0.244 () {32 vars in 633 bytes} [Tue May 26 07:01:09 2026] GET /v2.0/ => generated 632 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/1988] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:01:10 2026] GET /v2.0/security-groups?tenant_id=54bfff321ab94ddda5d3ba7a57607a6a&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 07:01:10.898 8 INFO neutron.db.l3_hamode_db [None req-4bfc1931-a1ac-4e3d-8268-3b4b7beb842b 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1051/1989] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:01:10 2026] DELETE /v2.0/security-groups/6c4f8984-8668-476a-bd9e-38fb384b4986 => 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: 939/1992] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 07:01:09 2026] POST /v2.0/routers => generated 684 bytes in 2297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/1993] 10.0.0.244 () {34 vars in 783 bytes} [Tue May 26 07:01:11 2026] PUT /v2.0/routers/3b4fb7d8-078a-40a9-85e6-b4114e5fc9f1/add_router_interface => generated 309 bytes in 1905 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1994] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:01:13 2026] GET /v2.0/security-groups?tenant_id=57220fd2cb064ad9ba21914d46285b05&name=default => generated 2925 bytes in 429 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1995] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:01:13 2026] DELETE /v2.0/security-groups/11f48aba-ed44-4d91-a35c-e4911a80b985 => 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: 1055/1996] 10.0.0.244 () {34 vars in 783 bytes} [Tue May 26 07:01:13 2026] PUT /v2.0/routers/3b4fb7d8-078a-40a9-85e6-b4114e5fc9f1/add_router_interface => generated 309 bytes in 1455 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/1997] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:01:16 2026] GET /v2.0/security-groups?tenant_id=326fc33eefd44adb8f2a6c88317071e5&name=default => generated 2925 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/1998] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:01:16 2026] DELETE /v2.0/security-groups/e1116662-2793-4aea-8fc1-702d2238e30d => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/1999] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:01:16 2026] GET /v2.0/security-groups?tenant_id=7d0b1f770562418cbc1676c2a849a813&name=default => generated 2925 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2000] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:01:16 2026] DELETE /v2.0/security-groups/95765836-406d-4227-a927-465796f31ae1 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/2001] 10.0.0.244 () {34 vars in 783 bytes} [Tue May 26 07:01:15 2026] PUT /v2.0/routers/3b4fb7d8-078a-40a9-85e6-b4114e5fc9f1/add_router_interface => generated 309 bytes in 1690 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2002] 10.0.0.244 () {34 vars in 684 bytes} [Tue May 26 07:01:17 2026] POST /v2.0/security-groups => generated 1628 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/2003] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 07:01:17 2026] POST /v2.0/security-group-rules => generated 597 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2004] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 07:01:17 2026] POST /v2.0/security-group-rules => generated 597 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/2005] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 07:01:17 2026] POST /v2.0/security-group-rules => generated 599 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2006] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 07:01:17 2026] POST /v2.0/security-group-rules => generated 601 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/2007] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 07:01:17 2026] POST /v2.0/security-group-rules => generated 601 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2008] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 07:01:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/2009] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 07:01:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2010] 10.0.0.135 () {30 vars in 650 bytes} [Tue May 26 07:01:18 2026] GET /v2.0/extensions => generated 21537 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/2011] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 07:01:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2012] 10.0.0.135 () {30 vars in 724 bytes} [Tue May 26 07:01:18 2026] GET /v2.0/quotas/d3884f711c6c477fbdc6588e07e6730b/details => generated 847 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/2013] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 07:01:18 2026] POST /v2.0/security-group-rules => generated 599 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2014] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 07:01:18 2026] POST /v2.0/security-group-rules => generated 601 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/2015] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 07:01:19 2026] POST /v2.0/security-group-rules => generated 597 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2016] 10.0.0.175 () {34 vars in 1096 bytes} [Tue May 26 07:01:19 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1589285775&fields=id&tenant_id=63e350cfc2e6404299b94e01aa1b47fb => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/2017] 10.0.0.175 () {34 vars in 982 bytes} [Tue May 26 07:01:19 2026] GET /v2.0/networks?id=1af515b1-7ab1-4fde-b723-3bc310656838 => generated 705 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2018] 10.0.0.175 () {34 vars in 965 bytes} [Tue May 26 07:01:19 2026] GET /v2.0/quotas/63e350cfc2e6404299b94e01aa1b47fb => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/2019] 10.0.0.175 () {34 vars in 1002 bytes} [Tue May 26 07:01:19 2026] GET /v2.0/ports?tenant_id=63e350cfc2e6404299b94e01aa1b47fb&fields=id => generated 287 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2020] 10.0.0.175 () {34 vars in 1008 bytes} [Tue May 26 07:01:19 2026] GET /v2.0/networks/1af515b1-7ab1-4fde-b723-3bc310656838?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: 952/2021] 10.0.0.175 () {34 vars in 1108 bytes} [Tue May 26 07:01:19 2026] GET /v2.0/networks/1af515b1-7ab1-4fde-b723-3bc310656838?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2022] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:01:20 2026] GET /v2.0/ports?device_id=ab7465ab-244f-421c-adc3-518d4a93535c => 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: 953/2023] 10.0.0.135 () {30 vars in 650 bytes} [Tue May 26 07:01:20 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: 1071/2024] 10.0.0.135 () {30 vars in 724 bytes} [Tue May 26 07:01:21 2026] GET /v2.0/quotas/d3884f711c6c477fbdc6588e07e6730b/details => generated 847 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/2025] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:01:23 2026] GET /v2.0/security-groups?tenant_id=6699522cf8e5439d9da2fefd25b4a4d2&name=default => generated 2925 bytes in 370 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2026] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:01:23 2026] DELETE /v2.0/security-groups/45e33634-6fe8-4c75-bae7-02b786f85f41 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/2027] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:01:23 2026] GET /v2.0/security-groups?tenant_id=d3884f711c6c477fbdc6588e07e6730b&name=default => generated 2925 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2028] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:01:23 2026] GET /v2.0/security-groups?tenant_id=36950372ffd84204bcda607916014e95&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: 956/2029] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:01:23 2026] DELETE /v2.0/security-groups/ad1906c2-b167-44e4-9c89-04e99437d890 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2030] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:01:23 2026] DELETE /v2.0/security-groups/289ca3ce-821e-48f8-b5b1-2b03b8890871 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/2031] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 07:01:24 2026] GET /v2.0/networks?id=1af515b1-7ab1-4fde-b723-3bc310656838 => generated 705 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2032] 199.204.45.250 () {34 vars in 1050 bytes} [Tue May 26 07:01:24 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=63e350cfc2e6404299b94e01aa1b47fb => generated 179 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/2033] 199.204.45.250 () {38 vars in 955 bytes} [Tue May 26 07:01:24 2026] POST /v2.0/ports => generated 1183 bytes in 508 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: 959/2034] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:01:25 2026] GET /v2.0/ports?device_id=ab7465ab-244f-421c-adc3-518d4a93535c => generated 1186 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/2035] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:01:25 2026] GET /v2.0/security-groups?id=e5984cc6-b3ff-4493-b03a-4853e4c78149&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2036] 199.204.45.250 () {38 vars in 1028 bytes} [Tue May 26 07:01:25 2026] PUT /v2.0/ports/5e2e7131-0963-4bcd-bfbf-9210d9660754 => generated 1464 bytes in 545 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 07:01:25.700 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ce32cc09-46a5-40e9-b173-6bb955538170'] response: {'name': 'network-changed', 'server_uuid': 'ab7465ab-244f-421c-adc3-518d4a93535c', 'tag': '5e2e7131-0963-4bcd-bfbf-9210d9660754', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 961/2037] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 07:01:26 2026] GET /v2.0/ports?tenant_id=63e350cfc2e6404299b94e01aa1b47fb&device_id=ab7465ab-244f-421c-adc3-518d4a93535c => generated 1467 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1077/2038] 199.204.45.250 () {34 vars in 1018 bytes} [Tue May 26 07:01:26 2026] GET /v2.0/networks?tenant_id=63e350cfc2e6404299b94e01aa1b47fb&shared=False => generated 2375 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2039] 199.204.45.250 () {34 vars in 930 bytes} [Tue May 26 07:01:26 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/2040] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:01:26 2026] GET /v2.0/security-groups?tenant_id=aa0ebb9a89a94b278afa8dc756b36dbc&name=default => generated 2925 bytes in 391 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2043] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:01:26 2026] DELETE /v2.0/security-groups/6c11974c-ac65-4365-b6db-573fef800a69 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/2044] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 07:01:27 2026] GET /v2.0/ports?tenant_id=63e350cfc2e6404299b94e01aa1b47fb&device_id=ab7465ab-244f-421c-adc3-518d4a93535c => generated 1467 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2045] 199.204.45.250 () {34 vars in 1058 bytes} [Tue May 26 07:01:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.220&port_id=5e2e7131-0963-4bcd-bfbf-9210d9660754 => 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: 966/2046] 199.204.45.250 () {34 vars in 1104 bytes} [Tue May 26 07:01:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2fb&port_id=5e2e7131-0963-4bcd-bfbf-9210d9660754 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2047] 199.204.45.250 () {34 vars in 1064 bytes} [Tue May 26 07:01:27 2026] GET /v2.0/subnets?id=0de1bf98-88f0-4f88-9fb0-52b62c1b9194&id=dce106d6-8c34-4086-a27d-e63fa65227b5 => generated 1410 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/2048] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:01:27 2026] GET /v2.0/ports?network_id=1af515b1-7ab1-4fde-b723-3bc310656838&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2049] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:01:27 2026] GET /v2.0/ports?network_id=1af515b1-7ab1-4fde-b723-3bc310656838&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/2050] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 07:01:27 2026] GET /v2.0/networks/1af515b1-7ab1-4fde-b723-3bc310656838?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: 1083/2051] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 07:01:27 2026] GET /v2.0/networks/1af515b1-7ab1-4fde-b723-3bc310656838?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: 969/2052] 10.0.0.244 () {34 vars in 678 bytes} [Tue May 26 07:01:28 2026] POST /v2.0/qos/policies => generated 359 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2053] 10.0.0.244 () {34 vars in 678 bytes} [Tue May 26 07:01:28 2026] POST /v2.0/qos/policies => generated 359 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/2054] 10.0.0.244 () {34 vars in 678 bytes} [Tue May 26 07:01:28 2026] POST /v2.0/qos/policies => generated 359 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2055] 10.0.0.244 () {34 vars in 678 bytes} [Tue May 26 07:01:28 2026] POST /v2.0/qos/policies => generated 359 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/2056] 10.0.0.244 () {34 vars in 678 bytes} [Tue May 26 07:01:28 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: 1086/2057] 10.0.0.244 () {34 vars in 753 bytes} [Tue May 26 07:01:28 2026] PUT /v2.0/policies/5c9449f9-f326-4946-984c-c0763e2e26ae/tags => generated 17 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/2058] 10.0.0.244 () {34 vars in 753 bytes} [Tue May 26 07:01:28 2026] PUT /v2.0/policies/b496ce9c-5838-43c3-bfd8-16d3d94ab9da/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2059] 10.0.0.244 () {34 vars in 753 bytes} [Tue May 26 07:01:28 2026] PUT /v2.0/policies/1a3038d9-5191-427f-8f0c-bd70fb7be588/tags => generated 34 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/2060] 10.0.0.244 () {34 vars in 753 bytes} [Tue May 26 07:01:28 2026] PUT /v2.0/policies/94ace74a-4b06-4606-a21e-bffea8be5b43/tags => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2061] 10.0.0.244 () {32 vars in 674 bytes} [Tue May 26 07:01:29 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/2062] 10.0.0.244 () {32 vars in 688 bytes} [Tue May 26 07:01:29 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2063] 10.0.0.244 () {32 vars in 684 bytes} [Tue May 26 07:01:29 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/2064] 10.0.0.244 () {32 vars in 696 bytes} [Tue May 26 07:01:29 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2065] 10.0.0.244 () {32 vars in 682 bytes} [Tue May 26 07:01:29 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/2066] 10.0.0.244 () {32 vars in 696 bytes} [Tue May 26 07:01:29 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2067] 10.0.0.244 () {32 vars in 692 bytes} [Tue May 26 07:01:29 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/2068] 10.0.0.244 () {32 vars in 704 bytes} [Tue May 26 07:01:29 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2069] 10.0.0.244 () {32 vars in 734 bytes} [Tue May 26 07:01:29 2026] DELETE /v2.0/qos/policies/5c9449f9-f326-4946-984c-c0763e2e26ae => 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: 978/2070] 10.0.0.244 () {32 vars in 734 bytes} [Tue May 26 07:01:30 2026] DELETE /v2.0/qos/policies/b496ce9c-5838-43c3-bfd8-16d3d94ab9da => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2071] 10.0.0.244 () {32 vars in 734 bytes} [Tue May 26 07:01:30 2026] DELETE /v2.0/qos/policies/1a3038d9-5191-427f-8f0c-bd70fb7be588 => 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: 979/2072] 10.0.0.244 () {32 vars in 734 bytes} [Tue May 26 07:01:30 2026] DELETE /v2.0/qos/policies/94ace74a-4b06-4606-a21e-bffea8be5b43 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2073] 10.0.0.244 () {32 vars in 734 bytes} [Tue May 26 07:01:30 2026] DELETE /v2.0/qos/policies/714a12ef-0e07-4ed6-a851-c9548ddace83 => 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: 980/2074] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:01:30 2026] GET /v2.0/ports?device_id=ab7465ab-244f-421c-adc3-518d4a93535c => generated 1198 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2075] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:01:30 2026] GET /v2.0/security-groups?id=e5984cc6-b3ff-4493-b03a-4853e4c78149&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2076] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:01:31 2026] GET /v2.0/security-groups?tenant_id=86c2627c23604c719ffc7451ffc479d2&name=default => generated 2925 bytes in 397 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2077] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:01:31 2026] DELETE /v2.0/security-groups/b4784d79-7985-4957-92d1-1624ffb337c4 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2078] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:01:31 2026] GET /v2.0/security-groups?tenant_id=edfbc548047844d5b430f1b164dd514e&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2079] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:01:32 2026] DELETE /v2.0/security-groups/232a9535-ff81-4d38-afb0-5000037b7a8b => generated 0 bytes in 159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2080] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:01:32 2026] GET /v2.0/security-groups?tenant_id=7e826ae024424ec19fa5105cddee4772&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2081] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:01:32 2026] DELETE /v2.0/security-groups/68ea64d0-f5db-4abd-be74-54318a998e29 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2082] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:01:35 2026] GET /v2.0/ports?device_id=ab7465ab-244f-421c-adc3-518d4a93535c => generated 1200 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2083] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:01:35 2026] GET /v2.0/security-groups?id=e5984cc6-b3ff-4493-b03a-4853e4c78149&fields=id&fields=name => generated 112 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2084] 10.0.0.244 () {32 vars in 818 bytes} [Tue May 26 07:01:35 2026] GET /v2.0/ports?network_id=1af515b1-7ab1-4fde-b723-3bc310656838&mac_address=fa%3A16%3A3e%3Ac7%3Afc%3Abb => generated 1200 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 07:01:36.920 7 INFO neutron.db.l3_db [None req-fb505fc9-45cc-4e9a-aea0-838daa8136c0 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] Floating IP 49bdcc30-24dc-4f06-8fb3-cbd14c57a58f associated. External IP: 10.96.250.211, port: 5e2e7131-0963-4bcd-bfbf-9210d9660754. [pid: 7|app: 0|req: 1100/2085] 10.0.0.244 () {34 vars in 677 bytes} [Tue May 26 07:01:35 2026] POST /v2.0/floatingips => generated 855 bytes in 1343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 07:01:37.355 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2fa22629-5e35-4b06-941f-da76fdf242c2'] response: {'name': 'network-changed', 'server_uuid': 'ab7465ab-244f-421c-adc3-518d4a93535c', 'tag': '5e2e7131-0963-4bcd-bfbf-9210d9660754', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 986/2086] 10.0.0.175 () {34 vars in 1096 bytes} [Tue May 26 07:01:37 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1589285775&fields=id&tenant_id=63e350cfc2e6404299b94e01aa1b47fb => 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: 1101/2087] 10.0.0.175 () {34 vars in 982 bytes} [Tue May 26 07:01:37 2026] GET /v2.0/networks?id=0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9 => generated 704 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2088] 10.0.0.175 () {34 vars in 965 bytes} [Tue May 26 07:01:37 2026] GET /v2.0/quotas/63e350cfc2e6404299b94e01aa1b47fb => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2089] 10.0.0.175 () {34 vars in 1002 bytes} [Tue May 26 07:01:37 2026] GET /v2.0/ports?tenant_id=63e350cfc2e6404299b94e01aa1b47fb&fields=id => generated 333 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2090] 10.0.0.175 () {34 vars in 1008 bytes} [Tue May 26 07:01:37 2026] GET /v2.0/networks/0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2091] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 07:01:37 2026] GET /v2.0/ports?tenant_id=63e350cfc2e6404299b94e01aa1b47fb&device_id=ab7465ab-244f-421c-adc3-518d4a93535c => generated 1469 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2092] 10.0.0.175 () {34 vars in 1108 bytes} [Tue May 26 07:01:37 2026] GET /v2.0/networks/0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9?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: 1107/2093] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 07:01:37 2026] GET /v2.0/networks?id=1af515b1-7ab1-4fde-b723-3bc310656838 => generated 801 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2094] 10.0.0.244 () {34 vars in 684 bytes} [Tue May 26 07:01:37 2026] POST /v2.0/security-groups => generated 1601 bytes in 584 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2095] 199.204.45.250 () {34 vars in 1058 bytes} [Tue May 26 07:01:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.220&port_id=5e2e7131-0963-4bcd-bfbf-9210d9660754 => generated 858 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2096] 199.204.45.250 () {34 vars in 1104 bytes} [Tue May 26 07:01:38 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2fb&port_id=5e2e7131-0963-4bcd-bfbf-9210d9660754 => 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: 1110/2097] 199.204.45.250 () {34 vars in 1064 bytes} [Tue May 26 07:01:38 2026] GET /v2.0/subnets?id=0de1bf98-88f0-4f88-9fb0-52b62c1b9194&id=dce106d6-8c34-4086-a27d-e63fa65227b5 => generated 1410 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2098] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:01:38 2026] GET /v2.0/ports?network_id=1af515b1-7ab1-4fde-b723-3bc310656838&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: 988/2099] 10.0.0.244 () {34 vars in 684 bytes} [Tue May 26 07:01:38 2026] POST /v2.0/security-groups => generated 1601 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2100] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:01:38 2026] GET /v2.0/ports?network_id=1af515b1-7ab1-4fde-b723-3bc310656838&device_owner=network%3Adhcp => generated 1457 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2101] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 07:01:38 2026] GET /v2.0/networks/1af515b1-7ab1-4fde-b723-3bc310656838?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: 1114/2102] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:01:38 2026] GET /v2.0/ports?device_id=428d9c12-4423-450f-9d5d-94b764878eb7 => 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: 1115/2103] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 07:01:38 2026] GET /v2.0/networks/1af515b1-7ab1-4fde-b723-3bc310656838?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: 989/2104] 10.0.0.244 () {34 vars in 684 bytes} [Tue May 26 07:01:38 2026] POST /v2.0/security-groups => generated 1601 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2105] 10.0.0.244 () {34 vars in 684 bytes} [Tue May 26 07:01:38 2026] POST /v2.0/security-groups => generated 1601 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2106] 10.0.0.244 () {34 vars in 684 bytes} [Tue May 26 07:01:38 2026] POST /v2.0/security-groups => generated 1601 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2107] 10.0.0.244 () {34 vars in 767 bytes} [Tue May 26 07:01:38 2026] PUT /v2.0/security-groups/d9002305-941c-42e2-bc6a-d2a5a236068e/tags => generated 17 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2108] 10.0.0.244 () {34 vars in 767 bytes} [Tue May 26 07:01:38 2026] PUT /v2.0/security-groups/fbe9f203-c6c3-46da-8f2a-dbf9ad677e44/tags => generated 25 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2109] 10.0.0.244 () {34 vars in 767 bytes} [Tue May 26 07:01:38 2026] PUT /v2.0/security-groups/78dd5ebe-e49b-4063-bd53-7c7b6239a863/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2110] 10.0.0.244 () {34 vars in 767 bytes} [Tue May 26 07:01:39 2026] PUT /v2.0/security-groups/cd7dbfb3-474a-403c-afda-f6ce4b99c2e3/tags => generated 19 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2111] 10.0.0.244 () {32 vars in 680 bytes} [Tue May 26 07:01:39 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2112] 10.0.0.244 () {32 vars in 694 bytes} [Tue May 26 07:01:39 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2113] 10.0.0.244 () {32 vars in 690 bytes} [Tue May 26 07:01:39 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2114] 10.0.0.244 () {32 vars in 702 bytes} [Tue May 26 07:01:39 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2115] 10.0.0.244 () {32 vars in 688 bytes} [Tue May 26 07:01:39 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2116] 10.0.0.244 () {32 vars in 702 bytes} [Tue May 26 07:01:39 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2117] 10.0.0.244 () {32 vars in 698 bytes} [Tue May 26 07:01:39 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2118] 10.0.0.244 () {32 vars in 710 bytes} [Tue May 26 07:01:39 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2119] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:01:39 2026] DELETE /v2.0/security-groups/d9002305-941c-42e2-bc6a-d2a5a236068e => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2120] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:01:39 2026] DELETE /v2.0/security-groups/fbe9f203-c6c3-46da-8f2a-dbf9ad677e44 => 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: 1124/2121] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:01:39 2026] DELETE /v2.0/security-groups/78dd5ebe-e49b-4063-bd53-7c7b6239a863 => 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: 998/2122] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:01:39 2026] DELETE /v2.0/security-groups/cd7dbfb3-474a-403c-afda-f6ce4b99c2e3 => 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: 1125/2123] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:01:40 2026] DELETE /v2.0/security-groups/4ef27492-fa97-479f-ab2c-308230e4449c => 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: 999/2124] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:01:40 2026] GET /v2.0/security-groups?tenant_id=3ab31bb3af764ee28d29d90cc383695d&name=default => generated 2925 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2125] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:01:40 2026] DELETE /v2.0/security-groups/119391da-a000-4afd-baa8-832475e47453 => 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: 1000/2126] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:01:40 2026] GET /v2.0/security-groups?tenant_id=b8bf5aef7f8f46f1a05e09ab1f657f4a&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: 1127/2127] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:01:41 2026] DELETE /v2.0/security-groups/1204d2d9-667c-4c38-9e42-6fe26f9f1aa1 => 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: 1001/2128] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:01:41 2026] GET /v2.0/security-groups?tenant_id=648cb4a088234da0a031c64cc664c35b&name=default => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2129] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:01:41 2026] DELETE /v2.0/security-groups/224688fc-906c-4fd5-84ac-647d4e18bfbb => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2132] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:01:41 2026] GET /v2.0/security-groups?tenant_id=75aefdd4105f4b449d3fff77762e59eb&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: 1130/2133] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:01:42 2026] DELETE /v2.0/security-groups/3fd5544b-aa7f-458a-964a-fcc890be4be5 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2134] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 07:01:42 2026] GET /v2.0/networks?id=0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9 => generated 704 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2135] 199.204.45.250 () {34 vars in 1050 bytes} [Tue May 26 07:01:42 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=63e350cfc2e6404299b94e01aa1b47fb => generated 179 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2136] 199.204.45.250 () {38 vars in 955 bytes} [Tue May 26 07:01:42 2026] POST /v2.0/ports => generated 1187 bytes in 561 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: 1006/2137] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:01:43 2026] GET /v2.0/ports?device_id=428d9c12-4423-450f-9d5d-94b764878eb7 => generated 1202 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2138] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:01:43 2026] GET /v2.0/security-groups?id=e5984cc6-b3ff-4493-b03a-4853e4c78149&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2139] 199.204.45.250 () {38 vars in 1028 bytes} [Tue May 26 07:01:43 2026] PUT /v2.0/ports/b0f31833-244c-419d-abf0-3e6916b0d234 => generated 1468 bytes in 613 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 07:01:43.769 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e8b71ce4-c7d5-4d9f-a141-9570f429dd63'] response: {'name': 'network-changed', 'server_uuid': '428d9c12-4423-450f-9d5d-94b764878eb7', 'tag': 'b0f31833-244c-419d-abf0-3e6916b0d234', 'status': 'completed', 'code': 200} 2026-05-26 07:01:44.137 8 INFO neutron.db.segments_db [None req-17d1d934-1801-4a4a-bd66-1330f5cc9437 efc4b427e4924494b7461fb1e0ea5da2 140daa37553d408d93c5bbd87dd19ba7 - - default default] Added segment c15ce3b0-65bc-49a9-a9f6-6946f03c7ca0 of type vxlan for network 86cf63d4-3db4-4476-a9fa-4b064f05bf0e [pid: 8|app: 0|req: 1008/2140] 10.0.0.244 () {34 vars in 671 bytes} [Tue May 26 07:01:43 2026] POST /v2.0/networks => generated 632 bytes in 546 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: 1009/2141] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 07:01:44 2026] GET /v2.0/ports?tenant_id=63e350cfc2e6404299b94e01aa1b47fb&device_id=428d9c12-4423-450f-9d5d-94b764878eb7 => generated 1471 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 07:01:44.314 7 INFO neutron.db.segments_db [None req-50904d83-5925-4904-80dc-ce36a154a45f efc4b427e4924494b7461fb1e0ea5da2 140daa37553d408d93c5bbd87dd19ba7 - - default default] Added segment d36cae09-bdd8-4bb9-98ae-e04ee35195f2 of type vxlan for network 1ee5536f-df4f-42f4-b800-acd61cd389f7 [pid: 8|app: 0|req: 1010/2142] 199.204.45.250 () {34 vars in 1018 bytes} [Tue May 26 07:01:44 2026] GET /v2.0/networks?tenant_id=63e350cfc2e6404299b94e01aa1b47fb&shared=False => generated 2375 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2143] 199.204.45.250 () {34 vars in 930 bytes} [Tue May 26 07:01:44 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 07:01:44.638 7 INFO neutron.db.l3_hamode_db [None req-50904d83-5925-4904-80dc-ce36a154a45f efc4b427e4924494b7461fb1e0ea5da2 140daa37553d408d93c5bbd87dd19ba7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1012/2144] 10.0.0.140 () {34 vars in 990 bytes} [Tue May 26 07:01:45 2026] GET /v2.0/ports?device_id=ab7465ab-244f-421c-adc3-518d4a93535c => generated 1469 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2145] 10.0.0.140 () {34 vars in 1040 bytes} [Tue May 26 07:01:45 2026] GET /v2.0/security-groups?id=e5984cc6-b3ff-4493-b03a-4853e4c78149&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2146] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 07:01:45 2026] GET /v2.0/ports?tenant_id=63e350cfc2e6404299b94e01aa1b47fb&device_id=428d9c12-4423-450f-9d5d-94b764878eb7 => generated 1471 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 07:01:45.503 7 INFO neutron.db.l3_hamode_db [None req-50904d83-5925-4904-80dc-ce36a154a45f efc4b427e4924494b7461fb1e0ea5da2 140daa37553d408d93c5bbd87dd19ba7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1015/2147] 199.204.45.250 () {34 vars in 1058 bytes} [Tue May 26 07:01:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.244&port_id=b0f31833-244c-419d-abf0-3e6916b0d234 => 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: 1016/2148] 199.204.45.250 () {34 vars in 1106 bytes} [Tue May 26 07:01:45 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A387&port_id=b0f31833-244c-419d-abf0-3e6916b0d234 => 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: 1017/2149] 199.204.45.250 () {34 vars in 1064 bytes} [Tue May 26 07:01:45 2026] GET /v2.0/subnets?id=5be5ad4a-6e95-480a-8bbb-4e5b62a85aaa&id=a4def99d-bc60-45ee-abe8-60c6fb7fec7d => generated 1413 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2150] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:01:45 2026] GET /v2.0/ports?network_id=0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2151] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:01:45 2026] GET /v2.0/ports?network_id=0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9&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: 1020/2152] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 07:01:45 2026] GET /v2.0/networks/0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2153] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 07:01:45 2026] GET /v2.0/networks/0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9?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: 1133/2154] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 07:01:44 2026] POST /v2.0/routers => generated 693 bytes in 2230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2155] 10.0.0.244 () {32 vars in 776 bytes} [Tue May 26 07:01:46 2026] GET /v2.0/subnets?project_id=140daa37553d408d93c5bbd87dd19ba7&cidr=10.100.0.0%2F28 => generated 14 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2156] 10.0.0.244 () {32 vars in 694 bytes} [Tue May 26 07:01:46 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2157] 10.0.0.244 () {32 vars in 784 bytes} [Tue May 26 07:01:46 2026] GET /v2.0/subnets?network_id=fb72a26d-2b4d-4409-b71c-93df20a59875&cidr=10.100.0.0%2F28 => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 07:01:46.897 7 INFO neutron.db.segments_db [None req-d90404ea-1726-43fb-8d81-6ace57f8481a 8c70944dcf1d4a489bc1275997b202f6 21747215163943f49fccb23b64170dd3 - - default default] Added segment cfd343a7-ec94-4af9-9c7c-a2e1a2c1da13 of type vxlan for network f187cc36-35b6-4d82-9977-f6f8e3bb4579 [pid: 7|app: 0|req: 1134/2158] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 07:01:46 2026] POST /v2.0/networks => generated 631 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2159] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 07:01:46 2026] POST /v2.0/subnets => generated 656 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2160] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 07:01:47 2026] POST /v2.0/subnets => generated 626 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 07:01:47.421 7 INFO neutron.db.segments_db [None req-3b28970b-4ee3-4b3e-93f3-3604516827bd 8c70944dcf1d4a489bc1275997b202f6 21747215163943f49fccb23b64170dd3 - - default default] Added segment 65414327-31d7-4b47-9696-62895243f86a of type vxlan for network 52493e5b-aa98-4581-b45e-a7cbc33d5f7c [pid: 7|app: 0|req: 1136/2161] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 07:01:47 2026] POST /v2.0/networks => generated 632 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2162] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 07:01:47 2026] POST /v2.0/subnets => generated 629 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 07:01:47.893 7 INFO neutron.db.segments_db [None req-42d8fb9e-d27d-4609-8a73-183cf38dc954 8c70944dcf1d4a489bc1275997b202f6 21747215163943f49fccb23b64170dd3 - - default default] Added segment f1de1b6b-fde4-49c9-ba56-efa4f9f0c341 of type vxlan for network 0c38e746-af49-4534-9ba1-86d25d05737b [pid: 7|app: 0|req: 1138/2163] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 07:01:47 2026] POST /v2.0/networks => generated 632 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2164] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 07:01:48 2026] POST /v2.0/subnets => generated 629 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 07:01:48.536 7 INFO neutron.db.segments_db [None req-852d6d84-eef8-49b5-b044-99740142b26b 8c70944dcf1d4a489bc1275997b202f6 21747215163943f49fccb23b64170dd3 - - default default] Added segment 29bb9a61-2b3b-4333-9e18-bff468a6d45c of type vxlan for network 5243d85f-8f7a-49c8-b8ff-1cf314479e78 [pid: 7|app: 0|req: 1140/2165] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 07:01:48 2026] POST /v2.0/networks => generated 631 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2166] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:01:48 2026] GET /v2.0/ports?device_id=428d9c12-4423-450f-9d5d-94b764878eb7 => generated 1202 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2167] 10.0.0.244 () {34 vars in 783 bytes} [Tue May 26 07:01:47 2026] PUT /v2.0/routers/00e52c39-88e2-43c1-8650-b16f34c30360/add_router_interface => generated 309 bytes in 1645 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2168] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:01:48 2026] GET /v2.0/security-groups?id=e5984cc6-b3ff-4493-b03a-4853e4c78149&fields=id&fields=name => generated 112 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2169] 10.0.0.244 () {32 vars in 649 bytes} [Tue May 26 07:01:48 2026] GET /v2.0/networks => generated 9582 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2170] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 07:01:48 2026] POST /v2.0/subnets => generated 629 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 07:01:49.139 7 INFO neutron.db.segments_db [None req-1f02d6d2-9b1e-4bcf-8083-d0c4295be493 8c70944dcf1d4a489bc1275997b202f6 21747215163943f49fccb23b64170dd3 - - default default] Added segment 400aaf45-0e62-4e0e-a83b-bf92b23e18b4 of type vxlan for network 582066cc-6af5-4f23-ab47-c8e86a46d168 [pid: 8|app: 0|req: 1029/2171] 10.0.0.244 () {32 vars in 647 bytes} [Tue May 26 07:01:49 2026] GET /v2.0/subnets => generated 9963 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2173] 10.0.0.244 () {32 vars in 647 bytes} [Tue May 26 07:01:49 2026] GET /v2.0/routers => generated 1450 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2173] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 07:01:49 2026] POST /v2.0/networks => generated 631 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2174] 10.0.0.244 () {34 vars in 685 bytes} [Tue May 26 07:01:49 2026] POST /v2.0/security-groups => generated 1677 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2175] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 07:01:49 2026] POST /v2.0/subnets => generated 629 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2176] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 07:01:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2177] 10.0.0.244 () {34 vars in 751 bytes} [Tue May 26 07:01:49 2026] PUT /v2.0/subnets/91fe72cf-546c-4afe-88be-9cc620f83416/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2178] 10.0.0.244 () {34 vars in 751 bytes} [Tue May 26 07:01:49 2026] PUT /v2.0/subnets/d99f025f-f611-4769-ba04-aa7f2aa9e7d5/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2179] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 07:01:49 2026] POST /v2.0/security-group-rules => generated 596 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2180] 10.0.0.244 () {34 vars in 751 bytes} [Tue May 26 07:01:49 2026] PUT /v2.0/subnets/3a788136-761b-430b-bce9-5c6c44827515/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2181] 10.0.0.244 () {34 vars in 751 bytes} [Tue May 26 07:01:49 2026] PUT /v2.0/subnets/24dcb280-5db5-47d6-8b77-1c675e5b6157/tags => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2182] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 07:01:49 2026] POST /v2.0/security-group-rules => generated 602 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2183] 10.0.0.244 () {32 vars in 664 bytes} [Tue May 26 07:01:49 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2184] 10.0.0.244 () {32 vars in 678 bytes} [Tue May 26 07:01:49 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2185] 10.0.0.244 () {32 vars in 674 bytes} [Tue May 26 07:01:49 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2186] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 07:01:49 2026] POST /v2.0/security-group-rules => generated 601 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2187] 10.0.0.244 () {32 vars in 686 bytes} [Tue May 26 07:01:50 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 07:01:50.118 7 INFO neutron.db.securitygroups_db [None req-23a27454-8db4-427f-bdb6-614d09d8d121 efc4b427e4924494b7461fb1e0ea5da2 140daa37553d408d93c5bbd87dd19ba7 - - default default] Project 140daa37553d408d93c5bbd87dd19ba7 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: 1040/2188] 10.0.0.244 () {32 vars in 672 bytes} [Tue May 26 07:01:50 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2189] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 07:01:50 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) [pid: 8|app: 0|req: 1041/2190] 10.0.0.244 () {32 vars in 686 bytes} [Tue May 26 07:01:50 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 07:01:50.276 7 INFO neutron.db.securitygroups_db [None req-6c9fb4d0-14cf-42d2-9911-bcfde4454094 efc4b427e4924494b7461fb1e0ea5da2 140daa37553d408d93c5bbd87dd19ba7 - - default default] Project 140daa37553d408d93c5bbd87dd19ba7 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: 1042/2191] 10.0.0.244 () {32 vars in 682 bytes} [Tue May 26 07:01:50 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2192] 10.0.0.244 () {32 vars in 694 bytes} [Tue May 26 07:01:50 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2193] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 07:01:50 2026] POST /v2.0/security-group-rules => generated 606 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2194] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:01:50 2026] DELETE /v2.0/subnets/91fe72cf-546c-4afe-88be-9cc620f83416 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2195] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:01:50 2026] DELETE /v2.0/subnets/d99f025f-f611-4769-ba04-aa7f2aa9e7d5 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2196] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:01:50 2026] DELETE /v2.0/subnets/3a788136-761b-430b-bce9-5c6c44827515 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2197] 10.0.0.244 () {32 vars in 649 bytes} [Tue May 26 07:01:50 2026] GET /v2.0/networks => generated 1297 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2198] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:01:50 2026] DELETE /v2.0/subnets/24dcb280-5db5-47d6-8b77-1c675e5b6157 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2199] 10.0.0.175 () {34 vars in 1100 bytes} [Tue May 26 07:01:51 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2086313024&fields=id&tenant_id=140daa37553d408d93c5bbd87dd19ba7 => generated 69 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2200] 10.0.0.175 () {34 vars in 982 bytes} [Tue May 26 07:01:51 2026] GET /v2.0/networks?id=86cf63d4-3db4-4476-a9fa-4b064f05bf0e => generated 660 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2201] 10.0.0.175 () {34 vars in 965 bytes} [Tue May 26 07:01:51 2026] GET /v2.0/quotas/140daa37553d408d93c5bbd87dd19ba7 => 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: 1047/2202] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:01:51 2026] DELETE /v2.0/subnets/d1b3dff7-037c-4710-9df3-4d04364fd11e => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2203] 10.0.0.175 () {34 vars in 1002 bytes} [Tue May 26 07:01:51 2026] GET /v2.0/ports?tenant_id=140daa37553d408d93c5bbd87dd19ba7&fields=id => generated 103 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2204] 10.0.0.175 () {34 vars in 1008 bytes} [Tue May 26 07:01:51 2026] GET /v2.0/networks/86cf63d4-3db4-4476-a9fa-4b064f05bf0e?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: 1158/2205] 10.0.0.175 () {34 vars in 1108 bytes} [Tue May 26 07:01:51 2026] GET /v2.0/networks/86cf63d4-3db4-4476-a9fa-4b064f05bf0e?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) 2026-05-26 07:01:51.418 8 INFO neutron.services.segments.plugin [-] Segment cfd343a7-ec94-4af9-9c7c-a2e1a2c1da13 resource provider aggregate not found 2026-05-26 07:01:51.431 8 INFO neutron.services.segments.plugin [-] Segment cfd343a7-ec94-4af9-9c7c-a2e1a2c1da13 resource provider aggregate not found 2026-05-26 07:01:51.442 8 INFO neutron.services.segments.plugin [-] Segment cfd343a7-ec94-4af9-9c7c-a2e1a2c1da13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfd343a7-ec94-4af9-9c7c-a2e1a2c1da13 found for delete ", "request_id": "req-e2151fda-653b-475c-8855-47cd6601304c"}]} 2026-05-26 07:01:51.452 8 INFO neutron.services.segments.plugin [-] Segment cfd343a7-ec94-4af9-9c7c-a2e1a2c1da13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfd343a7-ec94-4af9-9c7c-a2e1a2c1da13 found for delete ", "request_id": "req-9ac259d4-f991-482d-bd6d-930234a4585f"}]} [pid: 8|app: 0|req: 1048/2206] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 07:01:51 2026] DELETE /v2.0/networks/f187cc36-35b6-4d82-9977-f6f8e3bb4579 => 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: 1049/2207] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:01:51 2026] GET /v2.0/ports?device_id=d4255dc8-ecc2-46fa-ace0-b1c4b8fbfd13 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 07:01:51.626 7 INFO neutron.services.segments.plugin [-] Segment 65414327-31d7-4b47-9696-62895243f86a resource provider aggregate not found 2026-05-26 07:01:51.632 7 INFO neutron.services.segments.plugin [-] Segment 65414327-31d7-4b47-9696-62895243f86a resource provider aggregate not found 2026-05-26 07:01:51.656 7 INFO neutron.services.segments.plugin [-] Segment 65414327-31d7-4b47-9696-62895243f86a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65414327-31d7-4b47-9696-62895243f86a found for delete ", "request_id": "req-f71801e8-2c95-454d-8ed1-04c0e91fa8f2"}]} 2026-05-26 07:01:51.657 7 INFO neutron.services.segments.plugin [-] Segment 65414327-31d7-4b47-9696-62895243f86a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65414327-31d7-4b47-9696-62895243f86a found for delete ", "request_id": "req-bde03e96-c6cc-441c-9442-03cef394501b"}]} [pid: 7|app: 0|req: 1159/2208] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 07:01:51 2026] DELETE /v2.0/networks/52493e5b-aa98-4581-b45e-a7cbc33d5f7c => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2209] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 07:01:51 2026] DELETE /v2.0/networks/0c38e746-af49-4534-9ba1-86d25d05737b => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2210] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 07:01:51 2026] DELETE /v2.0/networks/5243d85f-8f7a-49c8-b8ff-1cf314479e78 => 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: 1051/2211] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 07:01:51 2026] DELETE /v2.0/networks/582066cc-6af5-4f23-ab47-c8e86a46d168 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2212] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:01:52 2026] GET /v2.0/ports?device_id=d4255dc8-ecc2-46fa-ace0-b1c4b8fbfd13 => 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: 1052/2213] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:01:52 2026] GET /v2.0/security-groups?tenant_id=21747215163943f49fccb23b64170dd3&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: 1162/2214] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:01:53 2026] DELETE /v2.0/security-groups/9567e9e7-cc9e-4fd8-8a03-60bed13b4737 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:01:53.488 8 INFO neutron.services.segments.plugin [-] Segment f1de1b6b-fde4-49c9-ba56-efa4f9f0c341 resource provider aggregate not found 2026-05-26 07:01:53.503 8 INFO neutron.services.segments.plugin [-] Segment f1de1b6b-fde4-49c9-ba56-efa4f9f0c341 resource provider aggregate not found 2026-05-26 07:01:53.522 8 INFO neutron.services.segments.plugin [-] Segment f1de1b6b-fde4-49c9-ba56-efa4f9f0c341 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1de1b6b-fde4-49c9-ba56-efa4f9f0c341 found for delete ", "request_id": "req-fc0c49ba-0275-414d-a372-725fd0ccf94f"}]} 2026-05-26 07:01:53.528 8 INFO neutron.services.segments.plugin [-] Segment f1de1b6b-fde4-49c9-ba56-efa4f9f0c341 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1de1b6b-fde4-49c9-ba56-efa4f9f0c341 found for delete ", "request_id": "req-eda7a1fd-05a6-4c46-9625-8d621b7d9973"}]} [pid: 8|app: 0|req: 1053/2215] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:01:53 2026] GET /v2.0/security-groups?tenant_id=e553cea69af24e3f8c82c4a17598c050&name=default => generated 2929 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 07:01:53.554 8 INFO neutron.services.segments.plugin [-] Segment 400aaf45-0e62-4e0e-a83b-bf92b23e18b4 resource provider aggregate not found 2026-05-26 07:01:53.558 8 INFO neutron.services.segments.plugin [-] Segment 400aaf45-0e62-4e0e-a83b-bf92b23e18b4 resource provider aggregate not found 2026-05-26 07:01:53.574 8 INFO neutron.services.segments.plugin [-] Segment 400aaf45-0e62-4e0e-a83b-bf92b23e18b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 400aaf45-0e62-4e0e-a83b-bf92b23e18b4 found for delete ", "request_id": "req-1ac5c1be-07c2-488d-b68d-6e737aa2179e"}]} 2026-05-26 07:01:53.576 8 INFO neutron.services.segments.plugin [-] Segment 400aaf45-0e62-4e0e-a83b-bf92b23e18b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 400aaf45-0e62-4e0e-a83b-bf92b23e18b4 found for delete ", "request_id": "req-6d145ff0-898c-4106-9bf0-237857149a46"}]} [pid: 7|app: 0|req: 1163/2216] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:01:53 2026] DELETE /v2.0/security-groups/8d997da1-1c6f-48f7-8be0-b68d94ebe1f5 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:01:53.683 7 INFO neutron.services.segments.plugin [-] Segment 29bb9a61-2b3b-4333-9e18-bff468a6d45c resource provider aggregate not found 2026-05-26 07:01:53.687 7 INFO neutron.services.segments.plugin [-] Segment 29bb9a61-2b3b-4333-9e18-bff468a6d45c resource provider aggregate not found 2026-05-26 07:01:53.701 7 INFO neutron.services.segments.plugin [-] Segment 29bb9a61-2b3b-4333-9e18-bff468a6d45c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29bb9a61-2b3b-4333-9e18-bff468a6d45c found for delete ", "request_id": "req-b5530165-a74d-4f38-924d-21870f397f39"}]} 2026-05-26 07:01:53.713 7 INFO neutron.services.segments.plugin [-] Segment 29bb9a61-2b3b-4333-9e18-bff468a6d45c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29bb9a61-2b3b-4333-9e18-bff468a6d45c found for delete ", "request_id": "req-5260e3b3-7ee2-48f9-982c-20a4ebdc581d"}]} [pid: 8|app: 0|req: 1054/2217] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:01:53 2026] GET /v2.0/ports?device_id=d4255dc8-ecc2-46fa-ace0-b1c4b8fbfd13 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2218] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:01:53 2026] GET /v2.0/security-groups?tenant_id=825bf190548245509423161a1be9c882&name=default => generated 2929 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2219] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:01:54 2026] GET /v2.0/ports?device_id=428d9c12-4423-450f-9d5d-94b764878eb7 => generated 1204 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2220] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:01:54 2026] GET /v2.0/security-groups?id=e5984cc6-b3ff-4493-b03a-4853e4c78149&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: 1165/2221] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:01:54 2026] DELETE /v2.0/security-groups/396d9306-dd71-48d1-af2e-7602f13f8e19 => 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: 1057/2222] 10.0.0.244 () {32 vars in 818 bytes} [Tue May 26 07:01:54 2026] GET /v2.0/ports?network_id=0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9&mac_address=fa%3A16%3A3e%3Ae0%3A44%3Ae5 => generated 1204 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2223] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:01:54 2026] GET /v2.0/ports?device_id=d4255dc8-ecc2-46fa-ace0-b1c4b8fbfd13 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 07:01:55.083 7 INFO neutron.db.l3_db [None req-24fd50da-81e4-41d7-88a4-d74054623ea5 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] Floating IP dff67495-807f-4cea-b0af-3ae68b7029ba associated. External IP: 10.96.250.209, port: b0f31833-244c-419d-abf0-3e6916b0d234. [pid: 7|app: 0|req: 1166/2224] 10.0.0.244 () {34 vars in 677 bytes} [Tue May 26 07:01:54 2026] POST /v2.0/floatingips => generated 855 bytes in 1259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 07:01:55.491 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b370c8d2-3772-4c50-b51b-229929a700ed'] response: {'name': 'network-changed', 'server_uuid': '428d9c12-4423-450f-9d5d-94b764878eb7', 'tag': 'b0f31833-244c-419d-abf0-3e6916b0d234', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1059/2225] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:01:55 2026] GET /v2.0/ports?device_id=d4255dc8-ecc2-46fa-ace0-b1c4b8fbfd13 => 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: 1167/2226] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 07:01:55 2026] GET /v2.0/networks?id=86cf63d4-3db4-4476-a9fa-4b064f05bf0e => generated 660 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2227] 199.204.45.250 () {34 vars in 1050 bytes} [Tue May 26 07:01:55 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=140daa37553d408d93c5bbd87dd19ba7 => generated 181 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2228] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 07:01:56 2026] GET /v2.0/ports?tenant_id=63e350cfc2e6404299b94e01aa1b47fb&device_id=428d9c12-4423-450f-9d5d-94b764878eb7 => generated 1473 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2229] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 07:01:56 2026] GET /v2.0/networks?id=0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9 => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2230] 199.204.45.250 () {34 vars in 1058 bytes} [Tue May 26 07:01:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.244&port_id=b0f31833-244c-419d-abf0-3e6916b0d234 => generated 858 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2231] 199.204.45.250 () {34 vars in 1106 bytes} [Tue May 26 07:01:56 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A387&port_id=b0f31833-244c-419d-abf0-3e6916b0d234 => 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: 1172/2232] 199.204.45.250 () {34 vars in 1064 bytes} [Tue May 26 07:01:56 2026] GET /v2.0/subnets?id=5be5ad4a-6e95-480a-8bbb-4e5b62a85aaa&id=a4def99d-bc60-45ee-abe8-60c6fb7fec7d => generated 1413 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2233] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:01:56 2026] GET /v2.0/ports?network_id=0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9&device_owner=network%3Adhcp => generated 1461 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2234] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:01:56 2026] GET /v2.0/ports?network_id=0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2235] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 07:01:56 2026] GET /v2.0/networks/0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9?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: 1061/2236] 199.204.45.250 () {38 vars in 955 bytes} [Tue May 26 07:01:56 2026] POST /v2.0/ports => generated 954 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: 1176/2237] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 07:01:56 2026] GET /v2.0/networks/0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2240] 199.204.45.250 () {38 vars in 1028 bytes} [Tue May 26 07:01:56 2026] PUT /v2.0/ports/41b397d6-8b1c-40f1-bbbd-b8bc71c363aa => generated 1235 bytes in 437 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 07:01:56.928 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9642f424-6c94-4586-88ea-23dba7c0a21c'] response: {'name': 'network-changed', 'server_uuid': 'd4255dc8-ecc2-46fa-ace0-b1c4b8fbfd13', 'tag': '41b397d6-8b1c-40f1-bbbd-b8bc71c363aa', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1179/2241] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:01:57 2026] GET /v2.0/ports?device_id=d4255dc8-ecc2-46fa-ace0-b1c4b8fbfd13 => generated 969 bytes in 80 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: 1063/2242] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:01:57 2026] GET /v2.0/security-groups?id=24a9b9df-39e1-464d-931f-9e628f8f3526&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2243] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 07:01:57 2026] GET /v2.0/ports?tenant_id=140daa37553d408d93c5bbd87dd19ba7&device_id=d4255dc8-ecc2-46fa-ace0-b1c4b8fbfd13 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2244] 199.204.45.250 () {34 vars in 1018 bytes} [Tue May 26 07:01:57 2026] GET /v2.0/networks?tenant_id=140daa37553d408d93c5bbd87dd19ba7&shared=False => generated 756 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2245] 199.204.45.250 () {34 vars in 930 bytes} [Tue May 26 07:01:57 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 07:01:57.779 8 INFO neutron.db.segments_db [None req-482f4836-3833-4fbb-9d66-fc3683280a5d 36f7b69cf2fb48a3a29ead31c56572ad 5acdadd66b6e4ba791625a62e2d5428f - - default default] Added segment 7b433c26-cf39-4729-a37a-70d5f40a6e89 of type vxlan for network 7d3dfa96-edec-4b5b-a879-be52431e4233 [pid: 8|app: 0|req: 1064/2246] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 07:01:57 2026] POST /v2.0/networks => generated 632 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2247] 10.0.0.244 () {34 vars in 664 bytes} [Tue May 26 07:01:57 2026] POST /v2.0/ports => generated 743 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1184/2248] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:01:58 2026] GET /v2.0/ports?device_id=d4255dc8-ecc2-46fa-ace0-b1c4b8fbfd13 => 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: 1065/2249] 10.0.0.244 () {34 vars in 747 bytes} [Tue May 26 07:01:58 2026] PUT /v2.0/ports/9965e307-9acd-49c1-9ea3-70a99b5fc44f/tags => generated 25 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1185/2250] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:01:58 2026] GET /v2.0/security-groups?id=24a9b9df-39e1-464d-931f-9e628f8f3526&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2251] 10.0.0.244 () {32 vars in 727 bytes} [Tue May 26 07:01:58 2026] GET /v2.0/ports/9965e307-9acd-49c1-9ea3-70a99b5fc44f/tags => generated 25 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2252] 10.0.0.244 () {34 vars in 758 bytes} [Tue May 26 07:01:58 2026] PUT /v2.0/ports/9965e307-9acd-49c1-9ea3-70a99b5fc44f/tags/green => generated 4 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1067/2253] 10.0.0.244 () {32 vars in 727 bytes} [Tue May 26 07:01:58 2026] GET /v2.0/ports/9965e307-9acd-49c1-9ea3-70a99b5fc44f/tags => generated 34 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: 7|app: 0|req: 1187/2254] 10.0.0.244 () {34 vars in 754 bytes} [Tue May 26 07:01:58 2026] PUT /v2.0/ports/9965e307-9acd-49c1-9ea3-70a99b5fc44f/tags/red => generated 4 bytes in 89 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1068/2255] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 07:01:58 2026] GET /v2.0/ports?tenant_id=140daa37553d408d93c5bbd87dd19ba7&device_id=d4255dc8-ecc2-46fa-ace0-b1c4b8fbfd13 => generated 1238 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2256] 199.204.45.250 () {34 vars in 1058 bytes} [Tue May 26 07:01:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=41b397d6-8b1c-40f1-bbbd-b8bc71c363aa => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2257] 10.0.0.244 () {32 vars in 727 bytes} [Tue May 26 07:01:58 2026] GET /v2.0/ports/9965e307-9acd-49c1-9ea3-70a99b5fc44f/tags => generated 34 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1070/2258] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 07:01:58 2026] GET /v2.0/subnets?id=12533362-0bfd-4658-8ecb-6fcbb165840a => generated 677 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2259] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:01:58 2026] GET /v2.0/ports?network_id=86cf63d4-3db4-4476-a9fa-4b064f05bf0e&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2260] 10.0.0.244 () {34 vars in 776 bytes} [Tue May 26 07:01:58 2026] PUT /v2.0/ports/9965e307-9acd-49c1-9ea3-70a99b5fc44f/tags/black.or.white => generated 4 bytes in 132 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: 1072/2261] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 07:01:58 2026] GET /v2.0/networks/86cf63d4-3db4-4476-a9fa-4b064f05bf0e?fields=segments => generated 14 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2262] 10.0.0.244 () {32 vars in 727 bytes} [Tue May 26 07:01:58 2026] GET /v2.0/ports/9965e307-9acd-49c1-9ea3-70a99b5fc44f/tags => generated 52 bytes in 72 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: 1073/2263] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 07:01:58 2026] GET /v2.0/networks/86cf63d4-3db4-4476-a9fa-4b064f05bf0e?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: 1191/2264] 10.0.0.244 () {34 vars in 747 bytes} [Tue May 26 07:01:58 2026] PUT /v2.0/ports/9965e307-9acd-49c1-9ea3-70a99b5fc44f/tags => generated 37 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2265] 10.0.0.244 () {32 vars in 727 bytes} [Tue May 26 07:01:58 2026] GET /v2.0/ports/9965e307-9acd-49c1-9ea3-70a99b5fc44f/tags => generated 37 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1192/2266] 10.0.0.244 () {32 vars in 735 bytes} [Tue May 26 07:01:59 2026] GET /v2.0/ports/9965e307-9acd-49c1-9ea3-70a99b5fc44f/tags/red => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 07:01:59.198 8 INFO neutron.api.v2.resource [None req-e2dc38ca-b4b9-43f4-9d1c-80328afc571f 36f7b69cf2fb48a3a29ead31c56572ad 5acdadd66b6e4ba791625a62e2d5428f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1075/2267] 10.0.0.244 () {32 vars in 739 bytes} [Tue May 26 07:01:59 2026] GET /v2.0/ports/9965e307-9acd-49c1-9ea3-70a99b5fc44f/tags/green => generated 99 bytes in 69 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: 1193/2268] 10.0.0.244 () {32 vars in 738 bytes} [Tue May 26 07:01:59 2026] DELETE /v2.0/ports/9965e307-9acd-49c1-9ea3-70a99b5fc44f/tags/red => generated 0 bytes in 68 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: 1076/2269] 10.0.0.244 () {32 vars in 727 bytes} [Tue May 26 07:01:59 2026] GET /v2.0/ports/9965e307-9acd-49c1-9ea3-70a99b5fc44f/tags => generated 30 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1077/2270] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:01:59 2026] GET /v2.0/ports?device_id=d4255dc8-ecc2-46fa-ace0-b1c4b8fbfd13 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 07:01:59.401 7 INFO neutron.api.v2.resource [None req-bb98bbbd-54de-4342-9166-43b76b6097cb 36f7b69cf2fb48a3a29ead31c56572ad 5acdadd66b6e4ba791625a62e2d5428f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1194/2271] 10.0.0.244 () {32 vars in 742 bytes} [Tue May 26 07:01:59 2026] DELETE /v2.0/ports/9965e307-9acd-49c1-9ea3-70a99b5fc44f/tags/green => generated 99 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1078/2272] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:01:59 2026] GET /v2.0/security-groups?id=24a9b9df-39e1-464d-931f-9e628f8f3526&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2273] 10.0.0.244 () {32 vars in 730 bytes} [Tue May 26 07:01:59 2026] DELETE /v2.0/ports/9965e307-9acd-49c1-9ea3-70a99b5fc44f/tags => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2274] 10.0.0.244 () {32 vars in 727 bytes} [Tue May 26 07:01:59 2026] GET /v2.0/ports/9965e307-9acd-49c1-9ea3-70a99b5fc44f/tags => generated 12 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 07:01:59.678 7 INFO neutron_taas.services.taas.taas_plugin [None req-794c559e-99b7-44ec-9aa5-3cfb26cff0e7 36f7b69cf2fb48a3a29ead31c56572ad 5acdadd66b6e4ba791625a62e2d5428f - - default default] TaaS: Handle Delete Port: 9965e307-9acd-49c1-9ea3-70a99b5fc44f 2026-05-26 07:01:59.682 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-794c559e-99b7-44ec-9aa5-3cfb26cff0e7 36f7b69cf2fb48a3a29ead31c56572ad 5acdadd66b6e4ba791625a62e2d5428f - - default default] Tap Mirror: Handle Delete Port: 9965e307-9acd-49c1-9ea3-70a99b5fc44f [pid: 7|app: 0|req: 1196/2275] 10.0.0.244 () {32 vars in 720 bytes} [Tue May 26 07:01:59 2026] DELETE /v2.0/ports/9965e307-9acd-49c1-9ea3-70a99b5fc44f => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 07:01:59.923 8 INFO neutron.services.segments.plugin [-] Segment 7b433c26-cf39-4729-a37a-70d5f40a6e89 resource provider aggregate not found 2026-05-26 07:01:59.928 8 INFO neutron.services.segments.plugin [-] Segment 7b433c26-cf39-4729-a37a-70d5f40a6e89 resource provider aggregate not found 2026-05-26 07:01:59.945 8 INFO neutron.services.segments.plugin [-] Segment 7b433c26-cf39-4729-a37a-70d5f40a6e89 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b433c26-cf39-4729-a37a-70d5f40a6e89 found for delete ", "request_id": "req-e3072403-8f2e-4920-9f82-9bf3d3280249"}]} 2026-05-26 07:01:59.949 8 INFO neutron.services.segments.plugin [-] Segment 7b433c26-cf39-4729-a37a-70d5f40a6e89 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b433c26-cf39-4729-a37a-70d5f40a6e89 found for delete ", "request_id": "req-07dedb59-d612-4fe6-94f0-36185fea7c37"}]} [pid: 8|app: 0|req: 1080/2276] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 07:01:59 2026] DELETE /v2.0/networks/7d3dfa96-edec-4b5b-a879-be52431e4233 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2277] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:02:00 2026] GET /v2.0/ports?device_id=d4255dc8-ecc2-46fa-ace0-b1c4b8fbfd13 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2278] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:02:00 2026] GET /v2.0/security-groups?id=24a9b9df-39e1-464d-931f-9e628f8f3526&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: 1198/2279] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:02:00 2026] GET /v2.0/security-groups?tenant_id=e92a69a78d8a4829b76280c4483ce397&name=default => generated 2929 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2280] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:02:00 2026] DELETE /v2.0/security-groups/3b6bdd55-a94a-41c6-9548-211879462d43 => 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: 1199/2281] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:02:01 2026] GET /v2.0/security-groups?tenant_id=5acdadd66b6e4ba791625a62e2d5428f&name=default => generated 2929 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2282] 10.0.0.140 () {34 vars in 990 bytes} [Tue May 26 07:02:01 2026] GET /v2.0/ports?device_id=428d9c12-4423-450f-9d5d-94b764878eb7 => generated 1473 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2283] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:02:01 2026] DELETE /v2.0/security-groups/4d0a7c70-0397-45c9-9fb2-fb95f5bceffc => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2284] 10.0.0.140 () {34 vars in 1040 bytes} [Tue May 26 07:02:01 2026] GET /v2.0/security-groups?id=e5984cc6-b3ff-4493-b03a-4853e4c78149&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2285] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:02:01 2026] GET /v2.0/ports?device_id=d4255dc8-ecc2-46fa-ace0-b1c4b8fbfd13 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2286] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:02:01 2026] GET /v2.0/security-groups?id=24a9b9df-39e1-464d-931f-9e628f8f3526&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: 1085/2287] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:02:02 2026] GET /v2.0/ports?device_id=d4255dc8-ecc2-46fa-ace0-b1c4b8fbfd13 => 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: 1203/2288] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:02:02 2026] GET /v2.0/security-groups?id=24a9b9df-39e1-464d-931f-9e628f8f3526&fields=id&fields=name => generated 114 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2289] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:02:04 2026] GET /v2.0/ports?device_id=d4255dc8-ecc2-46fa-ace0-b1c4b8fbfd13 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2290] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:02:04 2026] GET /v2.0/security-groups?id=24a9b9df-39e1-464d-931f-9e628f8f3526&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2291] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:02:04 2026] GET /v2.0/ports?device_id=d4255dc8-ecc2-46fa-ace0-b1c4b8fbfd13 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2292] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:02:04 2026] GET /v2.0/security-groups?id=24a9b9df-39e1-464d-931f-9e628f8f3526&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: 1088/2293] 10.0.0.244 () {32 vars in 736 bytes} [Tue May 26 07:02:04 2026] GET /v2.0/ports?device_id=d4255dc8-ecc2-46fa-ace0-b1c4b8fbfd13 => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 07:02:05.239 8 INFO neutron.db.segments_db [None req-4c575317-e697-45a9-8965-712429b34116 21b6f26da08b4ac68b1f0bbe4df7ddbc 426a6a915edc4af7aff4177914cc9a5b - - default default] Added segment 568644a0-945b-4eb0-b5a6-9ecd6efc4b7c of type vxlan for network a83158d5-eb0e-43f0-8da2-ef148121cbfe 2026-05-26 07:02:05.245 7 INFO neutron.db.l3_db [None req-ec66c60d-31b1-4ad4-905e-cb55b0d7b37f efc4b427e4924494b7461fb1e0ea5da2 140daa37553d408d93c5bbd87dd19ba7 - - default default] Floating IP a89f9b2d-6bd4-497a-bc98-7a875d9d6ccb associated. External IP: 10.96.250.218, port: 41b397d6-8b1c-40f1-bbbd-b8bc71c363aa. [pid: 8|app: 0|req: 1089/2294] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 07:02:04 2026] POST /v2.0/networks => generated 632 bytes in 557 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2295] 10.0.0.244 () {34 vars in 677 bytes} [Tue May 26 07:02:04 2026] POST /v2.0/floatingips => generated 855 bytes in 1254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 07:02:05.640 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-546eddd7-4b73-4b06-bf60-061492566082'] response: {'name': 'network-changed', 'server_uuid': 'd4255dc8-ecc2-46fa-ace0-b1c4b8fbfd13', 'tag': '41b397d6-8b1c-40f1-bbbd-b8bc71c363aa', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1207/2296] 10.0.0.244 () {32 vars in 729 bytes} [Tue May 26 07:02:05 2026] GET /v2.0/floatingips/a89f9b2d-6bd4-497a-bc98-7a875d9d6ccb => generated 855 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2297] 10.0.0.244 () {34 vars in 664 bytes} [Tue May 26 07:02:05 2026] POST /v2.0/ports => generated 743 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2298] 10.0.0.244 () {34 vars in 666 bytes} [Tue May 26 07:02:05 2026] POST /v2.0/trunks => generated 407 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1091/2299] 10.0.0.244 () {34 vars in 749 bytes} [Tue May 26 07:02:06 2026] PUT /v2.0/trunks/62d8d138-dc12-4e3c-9eb0-41656123d44e/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2300] 10.0.0.244 () {32 vars in 729 bytes} [Tue May 26 07:02:06 2026] GET /v2.0/trunks/62d8d138-dc12-4e3c-9eb0-41656123d44e/tags => generated 25 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2301] 10.0.0.244 () {34 vars in 760 bytes} [Tue May 26 07:02:06 2026] PUT /v2.0/trunks/62d8d138-dc12-4e3c-9eb0-41656123d44e/tags/green => 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: 1210/2302] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 07:02:06 2026] GET /v2.0/ports?tenant_id=140daa37553d408d93c5bbd87dd19ba7&device_id=d4255dc8-ecc2-46fa-ace0-b1c4b8fbfd13 => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2303] 10.0.0.244 () {32 vars in 729 bytes} [Tue May 26 07:02:06 2026] GET /v2.0/trunks/62d8d138-dc12-4e3c-9eb0-41656123d44e/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2304] 10.0.0.244 () {34 vars in 756 bytes} [Tue May 26 07:02:06 2026] PUT /v2.0/trunks/62d8d138-dc12-4e3c-9eb0-41656123d44e/tags/red => generated 4 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2305] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 07:02:06 2026] GET /v2.0/networks?id=86cf63d4-3db4-4476-a9fa-4b064f05bf0e => generated 756 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2306] 10.0.0.244 () {32 vars in 729 bytes} [Tue May 26 07:02:06 2026] GET /v2.0/trunks/62d8d138-dc12-4e3c-9eb0-41656123d44e/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2307] 199.204.45.250 () {34 vars in 1058 bytes} [Tue May 26 07:02:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=41b397d6-8b1c-40f1-bbbd-b8bc71c363aa => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2308] 10.0.0.244 () {34 vars in 778 bytes} [Tue May 26 07:02:06 2026] PUT /v2.0/trunks/62d8d138-dc12-4e3c-9eb0-41656123d44e/tags/black.or.white => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2309] 10.0.0.244 () {32 vars in 729 bytes} [Tue May 26 07:02:06 2026] GET /v2.0/trunks/62d8d138-dc12-4e3c-9eb0-41656123d44e/tags => generated 52 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2310] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 07:02:06 2026] GET /v2.0/subnets?id=12533362-0bfd-4658-8ecb-6fcbb165840a => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2311] 10.0.0.244 () {34 vars in 749 bytes} [Tue May 26 07:02:06 2026] PUT /v2.0/trunks/62d8d138-dc12-4e3c-9eb0-41656123d44e/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2312] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:02:06 2026] GET /v2.0/ports?network_id=86cf63d4-3db4-4476-a9fa-4b064f05bf0e&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2313] 10.0.0.244 () {32 vars in 729 bytes} [Tue May 26 07:02:06 2026] GET /v2.0/trunks/62d8d138-dc12-4e3c-9eb0-41656123d44e/tags => generated 37 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2314] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 07:02:06 2026] GET /v2.0/networks/86cf63d4-3db4-4476-a9fa-4b064f05bf0e?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: 1217/2315] 10.0.0.244 () {32 vars in 737 bytes} [Tue May 26 07:02:06 2026] GET /v2.0/trunks/62d8d138-dc12-4e3c-9eb0-41656123d44e/tags/red => generated 0 bytes in 19 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:02:06.467 8 INFO neutron.api.v2.resource [None req-434c14f9-b71e-43db-907a-b4f743da6f25 21b6f26da08b4ac68b1f0bbe4df7ddbc 426a6a915edc4af7aff4177914cc9a5b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1099/2316] 10.0.0.244 () {32 vars in 741 bytes} [Tue May 26 07:02:06 2026] GET /v2.0/trunks/62d8d138-dc12-4e3c-9eb0-41656123d44e/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: 1218/2317] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 07:02:06 2026] GET /v2.0/networks/86cf63d4-3db4-4476-a9fa-4b064f05bf0e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2318] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:02:06 2026] DELETE /v2.0/trunks/62d8d138-dc12-4e3c-9eb0-41656123d44e/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2319] 10.0.0.244 () {32 vars in 729 bytes} [Tue May 26 07:02:06 2026] GET /v2.0/trunks/62d8d138-dc12-4e3c-9eb0-41656123d44e/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 07:02:06.589 8 INFO neutron.api.v2.resource [None req-79a126c0-2692-4ca0-9afd-87344f05e0b5 21b6f26da08b4ac68b1f0bbe4df7ddbc 426a6a915edc4af7aff4177914cc9a5b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1101/2320] 10.0.0.244 () {32 vars in 744 bytes} [Tue May 26 07:02:06 2026] DELETE /v2.0/trunks/62d8d138-dc12-4e3c-9eb0-41656123d44e/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2321] 10.0.0.244 () {32 vars in 732 bytes} [Tue May 26 07:02:06 2026] DELETE /v2.0/trunks/62d8d138-dc12-4e3c-9eb0-41656123d44e/tags => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2322] 10.0.0.244 () {32 vars in 729 bytes} [Tue May 26 07:02:06 2026] GET /v2.0/trunks/62d8d138-dc12-4e3c-9eb0-41656123d44e/tags => 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: 1103/2323] 10.0.0.244 () {32 vars in 719 bytes} [Tue May 26 07:02:06 2026] GET /v2.0/trunks/62d8d138-dc12-4e3c-9eb0-41656123d44e => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2324] 10.0.0.244 () {32 vars in 729 bytes} [Tue May 26 07:02:06 2026] GET /v2.0/floatingips/a89f9b2d-6bd4-497a-bc98-7a875d9d6ccb => generated 855 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2325] 10.0.0.244 () {32 vars in 717 bytes} [Tue May 26 07:02:06 2026] GET /v2.0/ports/ec5f6fb4-4492-44e6-b74f-4ff355f0fc0e => generated 826 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2326] 10.0.0.244 () {32 vars in 722 bytes} [Tue May 26 07:02:06 2026] DELETE /v2.0/trunks/62d8d138-dc12-4e3c-9eb0-41656123d44e => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:02:06.990 8 INFO neutron_taas.services.taas.taas_plugin [None req-54a000a9-5470-4b9b-b1a4-7040309d8cbe 21b6f26da08b4ac68b1f0bbe4df7ddbc 426a6a915edc4af7aff4177914cc9a5b - - default default] TaaS: Handle Delete Port: ec5f6fb4-4492-44e6-b74f-4ff355f0fc0e 2026-05-26 07:02:06.993 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54a000a9-5470-4b9b-b1a4-7040309d8cbe 21b6f26da08b4ac68b1f0bbe4df7ddbc 426a6a915edc4af7aff4177914cc9a5b - - default default] Tap Mirror: Handle Delete Port: ec5f6fb4-4492-44e6-b74f-4ff355f0fc0e [pid: 8|app: 0|req: 1105/2327] 10.0.0.244 () {32 vars in 720 bytes} [Tue May 26 07:02:06 2026] DELETE /v2.0/ports/ec5f6fb4-4492-44e6-b74f-4ff355f0fc0e => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 07:02:07.254 7 INFO neutron.services.segments.plugin [-] Segment 568644a0-945b-4eb0-b5a6-9ecd6efc4b7c resource provider aggregate not found 2026-05-26 07:02:07.255 7 INFO neutron.services.segments.plugin [-] Segment 568644a0-945b-4eb0-b5a6-9ecd6efc4b7c resource provider aggregate not found 2026-05-26 07:02:07.275 7 INFO neutron.services.segments.plugin [-] Segment 568644a0-945b-4eb0-b5a6-9ecd6efc4b7c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 568644a0-945b-4eb0-b5a6-9ecd6efc4b7c found for delete ", "request_id": "req-15205a30-646e-4723-921a-d38939e0967a"}]} 2026-05-26 07:02:07.276 7 INFO neutron.services.segments.plugin [-] Segment 568644a0-945b-4eb0-b5a6-9ecd6efc4b7c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 568644a0-945b-4eb0-b5a6-9ecd6efc4b7c found for delete ", "request_id": "req-198e5921-d682-4ed0-8b64-f7ac4e3aceb5"}]} [pid: 7|app: 0|req: 1223/2328] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 07:02:07 2026] DELETE /v2.0/networks/a83158d5-eb0e-43f0-8da2-ef148121cbfe => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2329] 10.0.0.244 () {32 vars in 729 bytes} [Tue May 26 07:02:07 2026] GET /v2.0/floatingips/a89f9b2d-6bd4-497a-bc98-7a875d9d6ccb => generated 857 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2330] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:02:08 2026] GET /v2.0/security-groups?tenant_id=426a6a915edc4af7aff4177914cc9a5b&name=default => generated 2929 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2331] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:02:08 2026] DELETE /v2.0/security-groups/1a2eb612-0863-4fa7-a792-083f546afb08 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2332] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:02:08 2026] GET /v2.0/security-groups?tenant_id=7d9a6462c0f04c3aa52eb5199ee5f489&name=default => generated 2929 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2333] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:02:08 2026] DELETE /v2.0/security-groups/09ef37bb-14be-4f4a-9186-f02e5d6f4954 => 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: 1227/2336] 10.0.0.244 () {32 vars in 721 bytes} [Tue May 26 07:02:12 2026] GET /v2.0/subnets/34abfc85-af80-414c-8ce7-9af40f691c33 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 07:02:12.470 8 INFO neutron.db.segments_db [None req-99484f34-4853-41f4-9e82-3574d810b667 17a87ee5d3c74909a29fa0ace582f1c3 344dae7e8d974da2adbd5893cc3d7b84 - - default default] Added segment ba506024-c583-4702-8d70-3ce6c213b252 of type vxlan for network 84fb7ddc-90df-4aa5-828f-466f63c20aae [pid: 8|app: 0|req: 1110/2337] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 07:02:12 2026] POST /v2.0/networks => generated 631 bytes in 513 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 07:02:12.705 7 INFO neutron.db.segments_db [None req-e07edfb7-3a00-4cb8-b150-6619e1424e4a 17a87ee5d3c74909a29fa0ace582f1c3 344dae7e8d974da2adbd5893cc3d7b84 - - default default] Added segment 18ac4ce8-48af-4f15-b7be-ebf70ee0dc89 of type vxlan for network 1091e611-3e19-4c82-af58-5844e5090155 [pid: 7|app: 0|req: 1228/2338] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 07:02:12 2026] POST /v2.0/networks => generated 631 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2339] 10.0.0.244 () {34 vars in 753 bytes} [Tue May 26 07:02:12 2026] PUT /v2.0/networks/84fb7ddc-90df-4aa5-828f-466f63c20aae/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: 1229/2340] 10.0.0.244 () {32 vars in 733 bytes} [Tue May 26 07:02:12 2026] GET /v2.0/networks/84fb7ddc-90df-4aa5-828f-466f63c20aae/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2341] 10.0.0.244 () {34 vars in 753 bytes} [Tue May 26 07:02:12 2026] PUT /v2.0/networks/1091e611-3e19-4c82-af58-5844e5090155/tags => generated 17 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2342] 10.0.0.244 () {32 vars in 733 bytes} [Tue May 26 07:02:13 2026] GET /v2.0/networks/1091e611-3e19-4c82-af58-5844e5090155/tags => generated 17 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2343] 10.0.0.244 () {34 vars in 753 bytes} [Tue May 26 07:02:13 2026] PUT /v2.0/networks/1091e611-3e19-4c82-af58-5844e5090155/tags => generated 12 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2344] 10.0.0.244 () {32 vars in 733 bytes} [Tue May 26 07:02:13 2026] GET /v2.0/networks/1091e611-3e19-4c82-af58-5844e5090155/tags => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2345] 10.0.0.244 () {32 vars in 733 bytes} [Tue May 26 07:02:13 2026] GET /v2.0/networks/84fb7ddc-90df-4aa5-828f-466f63c20aae/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 07:02:13.383 7 INFO neutron.services.segments.plugin [-] Segment ba506024-c583-4702-8d70-3ce6c213b252 resource provider aggregate not found 2026-05-26 07:02:13.389 7 INFO neutron.services.segments.plugin [-] Segment ba506024-c583-4702-8d70-3ce6c213b252 resource provider aggregate not found 2026-05-26 07:02:13.408 7 INFO neutron.services.segments.plugin [-] Segment ba506024-c583-4702-8d70-3ce6c213b252 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba506024-c583-4702-8d70-3ce6c213b252 found for delete ", "request_id": "req-5f2fc1e4-921e-4e8a-9bb8-bfdb80226a39"}]} 2026-05-26 07:02:13.410 7 INFO neutron.services.segments.plugin [-] Segment ba506024-c583-4702-8d70-3ce6c213b252 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba506024-c583-4702-8d70-3ce6c213b252 found for delete ", "request_id": "req-741109a4-6b1e-40ec-a3e1-c861ff92441a"}]} [pid: 7|app: 0|req: 1232/2346] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 07:02:13 2026] DELETE /v2.0/networks/84fb7ddc-90df-4aa5-828f-466f63c20aae => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 07:02:13.570 8 INFO neutron.services.segments.plugin [-] Segment 18ac4ce8-48af-4f15-b7be-ebf70ee0dc89 resource provider aggregate not found 2026-05-26 07:02:13.578 8 INFO neutron.services.segments.plugin [-] Segment 18ac4ce8-48af-4f15-b7be-ebf70ee0dc89 resource provider aggregate not found 2026-05-26 07:02:13.595 8 INFO neutron.services.segments.plugin [-] Segment 18ac4ce8-48af-4f15-b7be-ebf70ee0dc89 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18ac4ce8-48af-4f15-b7be-ebf70ee0dc89 found for delete ", "request_id": "req-e3028a3e-35ae-4141-a763-357b117ce0a5"}]} 2026-05-26 07:02:13.607 8 INFO neutron.services.segments.plugin [-] Segment 18ac4ce8-48af-4f15-b7be-ebf70ee0dc89 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18ac4ce8-48af-4f15-b7be-ebf70ee0dc89 found for delete ", "request_id": "req-415932b9-e3b5-4e24-ad80-fa69c945bda8"}]} [pid: 8|app: 0|req: 1115/2347] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 07:02:13 2026] DELETE /v2.0/networks/1091e611-3e19-4c82-af58-5844e5090155 => 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: 1233/2348] 10.0.0.134 () {30 vars in 690 bytes} [Tue May 26 07:02:13 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2349] 10.0.0.134 () {30 vars in 692 bytes} [Tue May 26 07:02:13 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: 1234/2350] 10.0.0.134 () {30 vars in 668 bytes} [Tue May 26 07:02:13 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: 1117/2351] 10.0.0.134 () {30 vars in 704 bytes} [Tue May 26 07:02:13 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: 1118/2352] 10.0.0.134 () {28 vars in 439 bytes} [Tue May 26 07:02:14 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2353] 10.0.0.134 () {30 vars in 728 bytes} [Tue May 26 07:02:14 2026] GET /v2.0/subnets/34abfc85-af80-414c-8ce7-9af40f691c33 => generated 657 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2354] 10.0.0.134 () {30 vars in 690 bytes} [Tue May 26 07:02:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2355] 10.0.0.134 () {30 vars in 692 bytes} [Tue May 26 07:02:14 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: 1122/2356] 10.0.0.134 () {30 vars in 668 bytes} [Tue May 26 07:02:14 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: 1123/2357] 10.0.0.134 () {30 vars in 704 bytes} [Tue May 26 07:02:14 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: 1124/2358] 10.0.0.134 () {30 vars in 728 bytes} [Tue May 26 07:02:14 2026] GET /v2.0/subnets/34abfc85-af80-414c-8ce7-9af40f691c33 => generated 675 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2359] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:02:14 2026] GET /v2.0/security-groups?tenant_id=b4f765eacc22427b9499a42ad6262a67&name=default => generated 2929 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2360] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:02:14 2026] DELETE /v2.0/security-groups/fe4fc15f-b95c-411a-b814-a374441591bf => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2361] 10.0.0.134 () {30 vars in 690 bytes} [Tue May 26 07:02:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2362] 10.0.0.134 () {30 vars in 692 bytes} [Tue May 26 07:02:14 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2363] 10.0.0.134 () {30 vars in 668 bytes} [Tue May 26 07:02:14 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2364] 10.0.0.134 () {30 vars in 704 bytes} [Tue May 26 07:02:14 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: 1238/2365] 10.0.0.134 () {30 vars in 730 bytes} [Tue May 26 07:02:14 2026] GET /v2.0/networks/531012e0-9a81-44f4-a03d-fc2f12da6b4b => generated 799 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2366] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:02:14 2026] GET /v2.0/security-groups?tenant_id=344dae7e8d974da2adbd5893cc3d7b84&name=default => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2367] 10.0.0.134 () {30 vars in 682 bytes} [Tue May 26 07:02:15 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2368] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:02:15 2026] DELETE /v2.0/security-groups/779e4ae4-12aa-4ccc-8f5a-48a8262d5202 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2369] 10.0.0.134 () {34 vars in 704 bytes} [Tue May 26 07:02:15 2026] POST /v2.0/ports => generated 1132 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2370] 10.0.0.140 () {34 vars in 990 bytes} [Tue May 26 07:02:17 2026] GET /v2.0/ports?device_id=d4255dc8-ecc2-46fa-ace0-b1c4b8fbfd13 => generated 1240 bytes in 46 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: 1241/2371] 10.0.0.140 () {34 vars in 1040 bytes} [Tue May 26 07:02:17 2026] GET /v2.0/security-groups?id=24a9b9df-39e1-464d-931f-9e628f8f3526&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2372] 199.204.45.250 () {30 vars in 703 bytes} [Tue May 26 07:02:18 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: 7|app: 0|req: 1242/2373] 199.204.45.250 () {30 vars in 705 bytes} [Tue May 26 07:02:18 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2374] 199.204.45.250 () {30 vars in 681 bytes} [Tue May 26 07:02:18 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: 1243/2375] 199.204.45.250 () {30 vars in 717 bytes} [Tue May 26 07:02:18 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: 1133/2376] 199.204.45.250 () {30 vars in 737 bytes} [Tue May 26 07:02:18 2026] GET /v2.0/ports/76b60744-6a7d-4461-8746-3eeb870c2d17 => 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: 1244/2377] 199.204.45.250 () {30 vars in 703 bytes} [Tue May 26 07:02:18 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: 1134/2378] 199.204.45.250 () {30 vars in 705 bytes} [Tue May 26 07:02:18 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2379] 199.204.45.250 () {30 vars in 681 bytes} [Tue May 26 07:02:19 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2380] 199.204.45.250 () {30 vars in 717 bytes} [Tue May 26 07:02:19 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 07:02:19.037 7 INFO neutron.api.v2.resource [None req-a2c35b8b-4d13-42b3-93aa-b5bba2dda5f2 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1246/2381] 199.204.45.250 () {30 vars in 763 bytes} [Tue May 26 07:02:19 2026] GET /v2.0/security-groups/lb-5e9c2439-1d87-4a87-8694-80a2d3379343 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2382] 199.204.45.250 () {30 vars in 785 bytes} [Tue May 26 07:02:19 2026] GET /v2.0/security-groups?name=lb-5e9c2439-1d87-4a87-8694-80a2d3379343 => generated 23 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2383] 199.204.45.250 () {34 vars in 736 bytes} [Tue May 26 07:02:19 2026] POST /v2.0/security-groups => generated 1638 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2384] 199.204.45.250 () {30 vars in 815 bytes} [Tue May 26 07:02:19 2026] GET /v2.0/security-group-rules?security_group_id=07563254-18d6-497c-beaa-ccfa5ac6ba01 => generated 1182 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2385] 199.204.45.250 () {34 vars in 789 bytes} [Tue May 26 07:02:19 2026] PUT /v2.0/ports/76b60744-6a7d-4461-8746-3eeb870c2d17 => generated 1132 bytes in 703 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2386] 199.204.45.250 () {30 vars in 703 bytes} [Tue May 26 07:02:20 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1249/2387] 199.204.45.250 () {30 vars in 705 bytes} [Tue May 26 07:02:20 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: 1139/2388] 199.204.45.250 () {30 vars in 681 bytes} [Tue May 26 07:02:20 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: 1250/2389] 199.204.45.250 () {30 vars in 717 bytes} [Tue May 26 07:02:20 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: 1140/2390] 199.204.45.250 () {30 vars in 741 bytes} [Tue May 26 07:02:20 2026] GET /v2.0/subnets/34abfc85-af80-414c-8ce7-9af40f691c33 => generated 675 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2393] 10.0.0.175 () {34 vars in 1016 bytes} [Tue May 26 07:02:27 2026] GET /v2.0/security-groups?id=fefe2047-41ec-425e-bea2-0a08e77c0d5d&fields=id => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2394] 10.0.0.175 () {34 vars in 982 bytes} [Tue May 26 07:02:27 2026] GET /v2.0/networks?id=61829487-0866-4479-a5b8-dd6e49bf76ae => generated 735 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2395] 10.0.0.175 () {34 vars in 965 bytes} [Tue May 26 07:02:27 2026] GET /v2.0/quotas/57f329dbf7e343d3bb8c1246550504c9 => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2396] 10.0.0.175 () {34 vars in 1002 bytes} [Tue May 26 07:02:27 2026] GET /v2.0/ports?tenant_id=57f329dbf7e343d3bb8c1246550504c9&fields=id => generated 149 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2397] 10.0.0.175 () {34 vars in 1008 bytes} [Tue May 26 07:02:27 2026] GET /v2.0/networks/61829487-0866-4479-a5b8-dd6e49bf76ae?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2398] 10.0.0.175 () {34 vars in 1108 bytes} [Tue May 26 07:02:27 2026] GET /v2.0/networks/61829487-0866-4479-a5b8-dd6e49bf76ae?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: 1145/2399] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:02:28 2026] GET /v2.0/ports?device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => 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: 1255/2400] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:02:28 2026] GET /v2.0/ports?device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => 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: 1146/2401] 10.0.0.244 () {32 vars in 826 bytes} [Tue May 26 07:02:31 2026] GET /v2.0/ports?project_id=140daa37553d408d93c5bbd87dd19ba7&network_id=86cf63d4-3db4-4476-a9fa-4b064f05bf0e => generated 3691 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2402] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:02:31 2026] GET /v2.0/ports?device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => 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: 1147/2403] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:02:31 2026] GET /v2.0/ports?device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => 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: 1257/2404] 10.0.0.244 () {32 vars in 742 bytes} [Tue May 26 07:02:31 2026] GET /v2.0/subnets?network_id=fb72a26d-2b4d-4409-b71c-93df20a59875 => generated 667 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 07:02:31.986 8 INFO neutron.db.l3_db [None req-65605205-1539-4c8d-8a70-99ed3a48b88e efc4b427e4924494b7461fb1e0ea5da2 140daa37553d408d93c5bbd87dd19ba7 - - default default] Floating IP a89f9b2d-6bd4-497a-bc98-7a875d9d6ccb disassociated. External IP: 10.96.250.218, port: 41b397d6-8b1c-40f1-bbbd-b8bc71c363aa. [pid: 8|app: 0|req: 1148/2405] 10.0.0.244 () {34 vars in 749 bytes} [Tue May 26 07:02:31 2026] PUT /v2.0/floatingips/a89f9b2d-6bd4-497a-bc98-7a875d9d6ccb => generated 554 bytes in 468 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2406] 10.0.0.244 () {32 vars in 729 bytes} [Tue May 26 07:02:32 2026] GET /v2.0/floatingips/a89f9b2d-6bd4-497a-bc98-7a875d9d6ccb => generated 554 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 07:02:32.363 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-263deb34-322f-43fc-8a2e-c697fda72ec3'] response: {'name': 'network-changed', 'server_uuid': 'd4255dc8-ecc2-46fa-ace0-b1c4b8fbfd13', 'tag': '41b397d6-8b1c-40f1-bbbd-b8bc71c363aa', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1149/2407] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 07:02:32 2026] GET /v2.0/networks?id=61829487-0866-4479-a5b8-dd6e49bf76ae => generated 735 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2408] 199.204.45.250 () {34 vars in 1050 bytes} [Tue May 26 07:02:32 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=57f329dbf7e343d3bb8c1246550504c9 => generated 343 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2409] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 07:02:32 2026] GET /v2.0/ports?tenant_id=140daa37553d408d93c5bbd87dd19ba7&device_id=d4255dc8-ecc2-46fa-ace0-b1c4b8fbfd13 => generated 1240 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2410] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 07:02:32 2026] GET /v2.0/networks?id=86cf63d4-3db4-4476-a9fa-4b064f05bf0e => generated 756 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2411] 199.204.45.250 () {34 vars in 1058 bytes} [Tue May 26 07:02:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=41b397d6-8b1c-40f1-bbbd-b8bc71c363aa => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2412] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 07:02:33 2026] GET /v2.0/subnets?id=12533362-0bfd-4658-8ecb-6fcbb165840a => generated 677 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2413] 199.204.45.250 () {38 vars in 955 bytes} [Tue May 26 07:02:32 2026] POST /v2.0/ports => generated 1082 bytes in 339 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: 1264/2414] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:02:33 2026] GET /v2.0/ports?network_id=86cf63d4-3db4-4476-a9fa-4b064f05bf0e&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2415] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 07:02:33 2026] GET /v2.0/networks/86cf63d4-3db4-4476-a9fa-4b064f05bf0e?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2416] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 07:02:33 2026] GET /v2.0/networks/86cf63d4-3db4-4476-a9fa-4b064f05bf0e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2417] 10.0.0.244 () {32 vars in 729 bytes} [Tue May 26 07:02:33 2026] GET /v2.0/floatingips/a89f9b2d-6bd4-497a-bc98-7a875d9d6ccb => generated 554 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2418] 199.204.45.250 () {38 vars in 1028 bytes} [Tue May 26 07:02:33 2026] PUT /v2.0/ports/2868fb9e-f293-444f-86fa-3d40ede8e93d => generated 1243 bytes in 974 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 07:02:34.402 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-43a746d3-bf35-4b8a-bd63-62cbfbe8529b'] response: {'name': 'network-changed', 'server_uuid': '6a77f4f9-c24c-4a78-a70c-8c894d8d17ab', 'tag': '2868fb9e-f293-444f-86fa-3d40ede8e93d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1268/2419] 10.0.0.244 () {32 vars in 729 bytes} [Tue May 26 07:02:34 2026] GET /v2.0/floatingips/a89f9b2d-6bd4-497a-bc98-7a875d9d6ccb => generated 552 bytes in 29 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: 1152/2420] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:02:34 2026] GET /v2.0/ports?device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2421] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:02:34 2026] GET /v2.0/security-groups?id=fefe2047-41ec-425e-bea2-0a08e77c0d5d&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2422] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 07:02:34 2026] GET /v2.0/ports?tenant_id=57f329dbf7e343d3bb8c1246550504c9&device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 1246 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2423] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:02:34 2026] GET /v2.0/ports?device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => 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: 1154/2424] 199.204.45.250 () {34 vars in 1018 bytes} [Tue May 26 07:02:34 2026] GET /v2.0/networks?tenant_id=57f329dbf7e343d3bb8c1246550504c9&shared=False => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2425] 199.204.45.250 () {34 vars in 930 bytes} [Tue May 26 07:02:35 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2426] 10.0.0.244 () {34 vars in 685 bytes} [Tue May 26 07:02:35 2026] POST /v2.0/security-groups => generated 1677 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2427] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 07:02:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2428] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 07:02:35 2026] POST /v2.0/security-group-rules => generated 596 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2429] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 07:02:35 2026] POST /v2.0/security-group-rules => generated 602 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2430] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 07:02:36 2026] GET /v2.0/ports?tenant_id=57f329dbf7e343d3bb8c1246550504c9&device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 1246 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2431] 199.204.45.250 () {34 vars in 1062 bytes} [Tue May 26 07:02:36 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.185&port_id=2868fb9e-f293-444f-86fa-3d40ede8e93d => 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: 1276/2432] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 07:02:36 2026] GET /v2.0/subnets?id=affe0cc8-5aae-4cff-8afd-436fa6f322c0 => generated 654 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2433] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 07:02:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2434] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:02:36 2026] GET /v2.0/ports?network_id=61829487-0866-4479-a5b8-dd6e49bf76ae&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 07:02:36.262 8 INFO neutron.db.securitygroups_db [None req-bc157d23-26eb-4d6c-8772-cb8cb4d612f7 efc4b427e4924494b7461fb1e0ea5da2 140daa37553d408d93c5bbd87dd19ba7 - - default default] Project 140daa37553d408d93c5bbd87dd19ba7 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: 1278/2435] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 07:02:36 2026] GET /v2.0/networks/61829487-0866-4479-a5b8-dd6e49bf76ae?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: 1279/2436] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 07:02:36 2026] GET /v2.0/networks/61829487-0866-4479-a5b8-dd6e49bf76ae?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: 1158/2437] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 07:02:36 2026] POST /v2.0/security-group-rules => generated 607 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 07:02:36.399 7 INFO neutron.db.securitygroups_db [None req-76d35724-bcd5-4270-b036-2eb1375feaa6 efc4b427e4924494b7461fb1e0ea5da2 140daa37553d408d93c5bbd87dd19ba7 - - default default] Project 140daa37553d408d93c5bbd87dd19ba7 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: 1280/2438] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 07:02:36 2026] POST /v2.0/security-group-rules => generated 606 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2439] 10.0.0.244 () {32 vars in 649 bytes} [Tue May 26 07:02:36 2026] GET /v2.0/networks => generated 1297 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2440] 10.0.0.175 () {34 vars in 1100 bytes} [Tue May 26 07:02:37 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1761974115&fields=id&tenant_id=140daa37553d408d93c5bbd87dd19ba7 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2441] 10.0.0.175 () {34 vars in 982 bytes} [Tue May 26 07:02:37 2026] GET /v2.0/networks?id=86cf63d4-3db4-4476-a9fa-4b064f05bf0e => generated 660 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2442] 10.0.0.175 () {34 vars in 965 bytes} [Tue May 26 07:02:37 2026] GET /v2.0/quotas/140daa37553d408d93c5bbd87dd19ba7 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2443] 10.0.0.175 () {34 vars in 1002 bytes} [Tue May 26 07:02:37 2026] GET /v2.0/ports?tenant_id=140daa37553d408d93c5bbd87dd19ba7&fields=id => generated 149 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2444] 10.0.0.175 () {34 vars in 1008 bytes} [Tue May 26 07:02:37 2026] GET /v2.0/networks/86cf63d4-3db4-4476-a9fa-4b064f05bf0e?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2445] 10.0.0.175 () {34 vars in 1108 bytes} [Tue May 26 07:02:37 2026] GET /v2.0/networks/86cf63d4-3db4-4476-a9fa-4b064f05bf0e?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: 1284/2446] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:02:37 2026] GET /v2.0/ports?device_id=973d81cd-6a77-469b-b2c5-142695b78bd5 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2447] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:02:37 2026] GET /v2.0/ports?device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 1246 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2448] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:02:37 2026] GET /v2.0/security-groups?id=fefe2047-41ec-425e-bea2-0a08e77c0d5d&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2449] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:02:37 2026] GET /v2.0/ports?device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2450] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:02:38 2026] GET /v2.0/ports?device_id=973d81cd-6a77-469b-b2c5-142695b78bd5 => 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: 1165/2451] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:02:39 2026] GET /v2.0/ports?device_id=973d81cd-6a77-469b-b2c5-142695b78bd5 => 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: 1287/2452] 199.204.45.250 () {34 vars in 994 bytes} [Tue May 26 07:02:40 2026] GET /v2.0/ports?device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 1248 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2453] 199.204.45.250 () {34 vars in 1044 bytes} [Tue May 26 07:02:40 2026] GET /v2.0/security-groups?id=fefe2047-41ec-425e-bea2-0a08e77c0d5d&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2454] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:02:40 2026] GET /v2.0/ports?device_id=973d81cd-6a77-469b-b2c5-142695b78bd5 => 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: 1167/2455] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:02:41 2026] GET /v2.0/ports?device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2456] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:02:41 2026] GET /v2.0/security-groups?id=fefe2047-41ec-425e-bea2-0a08e77c0d5d&fields=id&fields=name => generated 96 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2457] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:02:41 2026] GET /v2.0/ports?device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 1248 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2460] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 07:02:41 2026] GET /v2.0/networks?id=86cf63d4-3db4-4476-a9fa-4b064f05bf0e => generated 660 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2461] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:02:41 2026] GET /v2.0/ports?device_id=973d81cd-6a77-469b-b2c5-142695b78bd5 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2462] 199.204.45.250 () {34 vars in 1050 bytes} [Tue May 26 07:02:41 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=140daa37553d408d93c5bbd87dd19ba7 => generated 274 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2463] 199.204.45.250 () {38 vars in 955 bytes} [Tue May 26 07:02:42 2026] POST /v2.0/ports => generated 958 bytes in 511 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2464] 199.204.45.250 () {38 vars in 1028 bytes} [Tue May 26 07:02:42 2026] PUT /v2.0/ports/17788855-089e-4207-b598-1f9cb4639e7b => generated 1239 bytes in 570 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 07:02:43.176 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5332d5dc-4a99-4df5-9fb4-09ea7c2b2229'] response: {'name': 'network-changed', 'server_uuid': '973d81cd-6a77-469b-b2c5-142695b78bd5', 'tag': '17788855-089e-4207-b598-1f9cb4639e7b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1173/2465] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:02:43 2026] GET /v2.0/ports?device_id=973d81cd-6a77-469b-b2c5-142695b78bd5 => generated 973 bytes in 67 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: 1293/2466] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:02:43 2026] GET /v2.0/security-groups?id=ecdcaf42-a605-4855-b8ed-e79be145fa8e&fields=id&fields=name => generated 114 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2467] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 07:02:43 2026] GET /v2.0/ports?tenant_id=140daa37553d408d93c5bbd87dd19ba7&device_id=973d81cd-6a77-469b-b2c5-142695b78bd5 => generated 1242 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2468] 199.204.45.250 () {34 vars in 1018 bytes} [Tue May 26 07:02:43 2026] GET /v2.0/networks?tenant_id=140daa37553d408d93c5bbd87dd19ba7&shared=False => generated 756 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2469] 199.204.45.250 () {34 vars in 930 bytes} [Tue May 26 07:02:43 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2470] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:02:44 2026] GET /v2.0/ports?device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 1248 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2471] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:02:44 2026] GET /v2.0/security-groups?id=fefe2047-41ec-425e-bea2-0a08e77c0d5d&fields=id&fields=name => generated 96 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2472] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:02:44 2026] GET /v2.0/ports?device_id=973d81cd-6a77-469b-b2c5-142695b78bd5 => generated 973 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2473] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:02:44 2026] GET /v2.0/security-groups?id=ecdcaf42-a605-4855-b8ed-e79be145fa8e&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2474] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:02:44 2026] GET /v2.0/ports?device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 1248 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2475] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 07:02:44 2026] GET /v2.0/ports?tenant_id=140daa37553d408d93c5bbd87dd19ba7&device_id=973d81cd-6a77-469b-b2c5-142695b78bd5 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2476] 199.204.45.250 () {34 vars in 1060 bytes} [Tue May 26 07:02:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=17788855-089e-4207-b598-1f9cb4639e7b => 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: 1299/2477] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 07:02:44 2026] GET /v2.0/subnets?id=12533362-0bfd-4658-8ecb-6fcbb165840a => generated 677 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2478] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:02:45 2026] GET /v2.0/ports?network_id=86cf63d4-3db4-4476-a9fa-4b064f05bf0e&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2479] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 07:02:45 2026] GET /v2.0/networks/86cf63d4-3db4-4476-a9fa-4b064f05bf0e?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2480] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 07:02:45 2026] GET /v2.0/networks/86cf63d4-3db4-4476-a9fa-4b064f05bf0e?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: 1301/2481] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:02:45 2026] GET /v2.0/ports?device_id=973d81cd-6a77-469b-b2c5-142695b78bd5 => generated 973 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2482] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:02:45 2026] GET /v2.0/security-groups?id=ecdcaf42-a605-4855-b8ed-e79be145fa8e&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2483] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:02:46 2026] GET /v2.0/ports?device_id=973d81cd-6a77-469b-b2c5-142695b78bd5 => generated 973 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2484] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:02:46 2026] GET /v2.0/security-groups?id=ecdcaf42-a605-4855-b8ed-e79be145fa8e&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2485] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:02:48 2026] GET /v2.0/ports?device_id=973d81cd-6a77-469b-b2c5-142695b78bd5 => 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: 1183/2486] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:02:48 2026] GET /v2.0/security-groups?id=ecdcaf42-a605-4855-b8ed-e79be145fa8e&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: 1304/2487] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:02:49 2026] GET /v2.0/ports?device_id=973d81cd-6a77-469b-b2c5-142695b78bd5 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2488] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:02:49 2026] GET /v2.0/security-groups?id=ecdcaf42-a605-4855-b8ed-e79be145fa8e&fields=id&fields=name => generated 114 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2489] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:02:50 2026] GET /v2.0/ports?device_id=973d81cd-6a77-469b-b2c5-142695b78bd5 => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2490] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:02:50 2026] GET /v2.0/security-groups?id=ecdcaf42-a605-4855-b8ed-e79be145fa8e&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: 1306/2491] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:02:50 2026] GET /v2.0/ports?device_id=973d81cd-6a77-469b-b2c5-142695b78bd5 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2492] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:02:50 2026] GET /v2.0/security-groups?id=ecdcaf42-a605-4855-b8ed-e79be145fa8e&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2493] 10.0.0.244 () {32 vars in 736 bytes} [Tue May 26 07:02:50 2026] GET /v2.0/ports?device_id=973d81cd-6a77-469b-b2c5-142695b78bd5 => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 07:02:51.210 8 INFO neutron.db.l3_db [None req-27dc2fba-5184-4662-be51-51bfa1575733 efc4b427e4924494b7461fb1e0ea5da2 140daa37553d408d93c5bbd87dd19ba7 - - default default] Floating IP a89f9b2d-6bd4-497a-bc98-7a875d9d6ccb associated. External IP: 10.96.250.218, port: 17788855-089e-4207-b598-1f9cb4639e7b. [pid: 8|app: 0|req: 1187/2494] 10.0.0.244 () {34 vars in 749 bytes} [Tue May 26 07:02:50 2026] PUT /v2.0/floatingips/a89f9b2d-6bd4-497a-bc98-7a875d9d6ccb => generated 856 bytes in 819 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 07:02:51.642 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3164b4ac-dde1-40f9-b1b1-2e77cfaa748d'] response: {'name': 'network-changed', 'server_uuid': '973d81cd-6a77-469b-b2c5-142695b78bd5', 'tag': '17788855-089e-4207-b598-1f9cb4639e7b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1308/2495] 10.0.0.244 () {32 vars in 729 bytes} [Tue May 26 07:02:51 2026] GET /v2.0/floatingips/a89f9b2d-6bd4-497a-bc98-7a875d9d6ccb => generated 856 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2496] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 07:02:52 2026] GET /v2.0/ports?tenant_id=140daa37553d408d93c5bbd87dd19ba7&device_id=973d81cd-6a77-469b-b2c5-142695b78bd5 => 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: 1309/2497] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 07:02:52 2026] GET /v2.0/networks?id=86cf63d4-3db4-4476-a9fa-4b064f05bf0e => generated 756 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2498] 199.204.45.250 () {34 vars in 1060 bytes} [Tue May 26 07:02:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=17788855-089e-4207-b598-1f9cb4639e7b => 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: 1310/2499] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 07:02:52 2026] GET /v2.0/subnets?id=12533362-0bfd-4658-8ecb-6fcbb165840a => generated 677 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2500] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:02:52 2026] GET /v2.0/ports?network_id=86cf63d4-3db4-4476-a9fa-4b064f05bf0e&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: 1311/2501] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 07:02:52 2026] GET /v2.0/networks/86cf63d4-3db4-4476-a9fa-4b064f05bf0e?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2502] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 07:02:52 2026] GET /v2.0/networks/86cf63d4-3db4-4476-a9fa-4b064f05bf0e?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: 1312/2503] 10.0.0.244 () {32 vars in 729 bytes} [Tue May 26 07:02:52 2026] GET /v2.0/floatingips/a89f9b2d-6bd4-497a-bc98-7a875d9d6ccb => generated 856 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2504] 10.0.0.244 () {32 vars in 729 bytes} [Tue May 26 07:02:53 2026] GET /v2.0/floatingips/a89f9b2d-6bd4-497a-bc98-7a875d9d6ccb => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2507] 10.0.0.140 () {34 vars in 990 bytes} [Tue May 26 07:03:00 2026] GET /v2.0/ports?device_id=973d81cd-6a77-469b-b2c5-142695b78bd5 => 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: 1194/2508] 10.0.0.140 () {34 vars in 1040 bytes} [Tue May 26 07:03:00 2026] GET /v2.0/security-groups?id=ecdcaf42-a605-4855-b8ed-e79be145fa8e&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2509] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:03:11 2026] GET /v2.0/ports?device_id=973d81cd-6a77-469b-b2c5-142695b78bd5 => generated 975 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2510] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:03:11 2026] GET /v2.0/security-groups?id=ecdcaf42-a605-4855-b8ed-e79be145fa8e&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2513] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:03:12 2026] GET /v2.0/ports?device_id=973d81cd-6a77-469b-b2c5-142695b78bd5 => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2514] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:03:12 2026] GET /v2.0/security-groups?id=ecdcaf42-a605-4855-b8ed-e79be145fa8e&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: 1198/2515] 199.204.45.250 () {34 vars in 994 bytes} [Tue May 26 07:03:13 2026] GET /v2.0/ports?device_id=973d81cd-6a77-469b-b2c5-142695b78bd5 => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2516] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:03:13 2026] GET /v2.0/ports?device_id=973d81cd-6a77-469b-b2c5-142695b78bd5 => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2517] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:03:13 2026] GET /v2.0/security-groups?id=ecdcaf42-a605-4855-b8ed-e79be145fa8e&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 07:03:13.792 8 INFO neutron_taas.services.taas.taas_plugin [req-0f116fd8-a744-41c0-bdfd-bb852c7cc5b0 req-4b48c2b9-df11-4a39-9e53-e0e0b815ae6b efc4b427e4924494b7461fb1e0ea5da2 140daa37553d408d93c5bbd87dd19ba7 - - default default] TaaS: Handle Delete Port: 17788855-089e-4207-b598-1f9cb4639e7b 2026-05-26 07:03:13.802 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0f116fd8-a744-41c0-bdfd-bb852c7cc5b0 req-4b48c2b9-df11-4a39-9e53-e0e0b815ae6b efc4b427e4924494b7461fb1e0ea5da2 140daa37553d408d93c5bbd87dd19ba7 - - default default] Tap Mirror: Handle Delete Port: 17788855-089e-4207-b598-1f9cb4639e7b 2026-05-26 07:03:13.953 8 INFO neutron.db.l3_db [req-0f116fd8-a744-41c0-bdfd-bb852c7cc5b0 req-4b48c2b9-df11-4a39-9e53-e0e0b815ae6b efc4b427e4924494b7461fb1e0ea5da2 140daa37553d408d93c5bbd87dd19ba7 - - default default] Floating IP a89f9b2d-6bd4-497a-bc98-7a875d9d6ccb disassociated. External IP: 10.96.250.218, port: 17788855-089e-4207-b598-1f9cb4639e7b. [pid: 8|app: 0|req: 1199/2518] 199.204.45.250 () {36 vars in 997 bytes} [Tue May 26 07:03:13 2026] DELETE /v2.0/ports/17788855-089e-4207-b598-1f9cb4639e7b => generated 0 bytes in 714 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 07:03:14.473 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e2242b57-0d22-44df-aa30-6d7b31dde3e9'] response: {'server_uuid': '973d81cd-6a77-469b-b2c5-142695b78bd5', 'name': 'network-vif-deleted', 'tag': '17788855-089e-4207-b598-1f9cb4639e7b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1320/2519] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:03:14 2026] GET /v2.0/ports?device_id=973d81cd-6a77-469b-b2c5-142695b78bd5 => 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: 1200/2520] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:03:15 2026] GET /v2.0/ports?device_id=973d81cd-6a77-469b-b2c5-142695b78bd5 => 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: 1321/2521] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:03:17 2026] GET /v2.0/ports?device_id=973d81cd-6a77-469b-b2c5-142695b78bd5 => 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: 1201/2522] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:03:18 2026] DELETE /v2.0/security-groups/ecdcaf42-a605-4855-b8ed-e79be145fa8e => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:03:18.433 7 INFO neutron_taas.services.taas.taas_plugin [None req-4fec55ff-326e-42e2-ac11-f1b41a43439c efc4b427e4924494b7461fb1e0ea5da2 140daa37553d408d93c5bbd87dd19ba7 - - default default] TaaS: Handle Delete Port: da804a4f-e40c-4e67-ac3a-8969236d4a16 2026-05-26 07:03:18.437 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4fec55ff-326e-42e2-ac11-f1b41a43439c efc4b427e4924494b7461fb1e0ea5da2 140daa37553d408d93c5bbd87dd19ba7 - - default default] Tap Mirror: Handle Delete Port: da804a4f-e40c-4e67-ac3a-8969236d4a16 [pid: 7|app: 0|req: 1322/2523] 10.0.0.244 () {32 vars in 732 bytes} [Tue May 26 07:03:18 2026] DELETE /v2.0/floatingips/a89f9b2d-6bd4-497a-bc98-7a875d9d6ccb => generated 0 bytes in 290 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2524] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:03:18 2026] GET /v2.0/ports?device_id=d4255dc8-ecc2-46fa-ace0-b1c4b8fbfd13 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2525] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:03:18 2026] GET /v2.0/security-groups?id=24a9b9df-39e1-464d-931f-9e628f8f3526&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: 1203/2526] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:03:19 2026] GET /v2.0/ports?device_id=d4255dc8-ecc2-46fa-ace0-b1c4b8fbfd13 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2527] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:03:20 2026] GET /v2.0/security-groups?id=24a9b9df-39e1-464d-931f-9e628f8f3526&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: 1204/2528] 199.204.45.250 () {30 vars in 703 bytes} [Tue May 26 07:03:20 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: 1325/2529] 199.204.45.250 () {30 vars in 705 bytes} [Tue May 26 07:03:20 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: 1205/2530] 199.204.45.250 () {30 vars in 681 bytes} [Tue May 26 07:03:20 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: 1326/2531] 199.204.45.250 () {30 vars in 717 bytes} [Tue May 26 07:03:20 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: 1206/2532] 199.204.45.250 () {30 vars in 741 bytes} [Tue May 26 07:03:20 2026] GET /v2.0/subnets/34abfc85-af80-414c-8ce7-9af40f691c33 => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2533] 199.204.45.250 () {30 vars in 769 bytes} [Tue May 26 07:03:20 2026] GET /v2.0/ports?device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 1248 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2534] 199.204.45.250 () {34 vars in 717 bytes} [Tue May 26 07:03:20 2026] POST /v2.0/ports => generated 1055 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2535] 10.0.0.175 () {34 vars in 971 bytes} [Tue May 26 07:03:20 2026] GET /v2.0/ports/a23a3511-209c-47cb-b5c0-6637c43f4750 => generated 1055 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2536] 10.0.0.175 () {34 vars in 907 bytes} [Tue May 26 07:03:20 2026] GET /v2.0/extensions => generated 21537 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2537] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:03:21 2026] GET /v2.0/ports?device_id=d4255dc8-ecc2-46fa-ace0-b1c4b8fbfd13 => 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: 1209/2538] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:03:21 2026] GET /v2.0/security-groups?id=24a9b9df-39e1-464d-931f-9e628f8f3526&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2539] 199.204.45.250 () {34 vars in 994 bytes} [Tue May 26 07:03:21 2026] GET /v2.0/ports?device_id=d4255dc8-ecc2-46fa-ace0-b1c4b8fbfd13 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 07:03:21.416 8 INFO neutron_taas.services.taas.taas_plugin [req-a4f99339-8156-4a36-8b70-d29922ee2368 req-81d44788-fd5f-4978-b1fd-92fb942dc435 efc4b427e4924494b7461fb1e0ea5da2 140daa37553d408d93c5bbd87dd19ba7 - - default default] TaaS: Handle Delete Port: 41b397d6-8b1c-40f1-bbbd-b8bc71c363aa 2026-05-26 07:03:21.421 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a4f99339-8156-4a36-8b70-d29922ee2368 req-81d44788-fd5f-4978-b1fd-92fb942dc435 efc4b427e4924494b7461fb1e0ea5da2 140daa37553d408d93c5bbd87dd19ba7 - - default default] Tap Mirror: Handle Delete Port: 41b397d6-8b1c-40f1-bbbd-b8bc71c363aa [pid: 8|app: 0|req: 1210/2540] 199.204.45.250 () {36 vars in 997 bytes} [Tue May 26 07:03:21 2026] DELETE /v2.0/ports/41b397d6-8b1c-40f1-bbbd-b8bc71c363aa => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 07:03:21.636 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6633aaea-e237-4d56-b407-6315e1c0b92c'] response: {'server_uuid': 'd4255dc8-ecc2-46fa-ace0-b1c4b8fbfd13', 'name': 'network-vif-deleted', 'tag': '41b397d6-8b1c-40f1-bbbd-b8bc71c363aa', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1331/2541] 199.204.45.250 () {34 vars in 1262 bytes} [Tue May 26 07:03:21 2026] GET /v2.0/ports/a23a3511-209c-47cb-b5c0-6637c43f4750?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2542] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 07:03:21 2026] GET /v2.0/networks/531012e0-9a81-44f4-a03d-fc2f12da6b4b?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2543] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 07:03:22 2026] GET /v2.0/networks/531012e0-9a81-44f4-a03d-fc2f12da6b4b?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: 1212/2544] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:03:22 2026] GET /v2.0/ports?device_id=d4255dc8-ecc2-46fa-ace0-b1c4b8fbfd13 => 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: 1333/2545] 199.204.45.250 () {34 vars in 975 bytes} [Tue May 26 07:03:22 2026] GET /v2.0/ports/a23a3511-209c-47cb-b5c0-6637c43f4750 => generated 1055 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2546] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 07:03:22 2026] GET /v2.0/networks?id=531012e0-9a81-44f4-a03d-fc2f12da6b4b => generated 802 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2547] 199.204.45.250 () {38 vars in 1028 bytes} [Tue May 26 07:03:22 2026] PUT /v2.0/ports/a23a3511-209c-47cb-b5c0-6637c43f4750 => generated 1245 bytes in 486 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 07:03:23.304 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-27c8c54d-4cc2-4f89-92a4-3fcc5bb31e7a'] response: {'name': 'network-changed', 'server_uuid': '6a77f4f9-c24c-4a78-a70c-8c894d8d17ab', 'tag': 'a23a3511-209c-47cb-b5c0-6637c43f4750', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1214/2548] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:03:23 2026] GET /v2.0/ports?device_id=d4255dc8-ecc2-46fa-ace0-b1c4b8fbfd13 => 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: 1335/2549] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 07:03:23 2026] GET /v2.0/ports?tenant_id=57f329dbf7e343d3bb8c1246550504c9&device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 2485 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2550] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 07:03:23 2026] GET /v2.0/networks?id=531012e0-9a81-44f4-a03d-fc2f12da6b4b => 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: 1336/2551] 199.204.45.250 () {34 vars in 1056 bytes} [Tue May 26 07:03:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.79&port_id=a23a3511-209c-47cb-b5c0-6637c43f4750 => 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: 1216/2552] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 07:03:23 2026] GET /v2.0/subnets?id=34abfc85-af80-414c-8ce7-9af40f691c33 => generated 678 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2553] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:03:24 2026] GET /v2.0/ports?network_id=531012e0-9a81-44f4-a03d-fc2f12da6b4b&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: 1217/2554] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 07:03:24 2026] GET /v2.0/networks/531012e0-9a81-44f4-a03d-fc2f12da6b4b?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: 1338/2555] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 07:03:24 2026] GET /v2.0/networks/531012e0-9a81-44f4-a03d-fc2f12da6b4b?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: 1218/2556] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:03:24 2026] GET /v2.0/ports?device_id=d4255dc8-ecc2-46fa-ace0-b1c4b8fbfd13 => 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: 1339/2557] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 07:03:25 2026] GET /v2.0/ports?tenant_id=57f329dbf7e343d3bb8c1246550504c9&device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 2485 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2558] 199.204.45.250 () {34 vars in 1062 bytes} [Tue May 26 07:03:25 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.185&port_id=2868fb9e-f293-444f-86fa-3d40ede8e93d => 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: 1340/2559] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 07:03:25 2026] GET /v2.0/subnets?id=affe0cc8-5aae-4cff-8afd-436fa6f322c0 => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2560] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:03:25 2026] GET /v2.0/ports?network_id=61829487-0866-4479-a5b8-dd6e49bf76ae&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2561] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 07:03:25 2026] GET /v2.0/networks/61829487-0866-4479-a5b8-dd6e49bf76ae?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: 1221/2562] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 07:03:25 2026] GET /v2.0/networks/61829487-0866-4479-a5b8-dd6e49bf76ae?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2563] 199.204.45.250 () {34 vars in 1056 bytes} [Tue May 26 07:03:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.79&port_id=a23a3511-209c-47cb-b5c0-6637c43f4750 => 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: 1222/2564] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 07:03:25 2026] GET /v2.0/subnets?id=34abfc85-af80-414c-8ce7-9af40f691c33 => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2565] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:03:25 2026] GET /v2.0/ports?network_id=531012e0-9a81-44f4-a03d-fc2f12da6b4b&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2566] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 07:03:25 2026] GET /v2.0/networks/531012e0-9a81-44f4-a03d-fc2f12da6b4b?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: 1345/2567] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 07:03:25 2026] GET /v2.0/networks/531012e0-9a81-44f4-a03d-fc2f12da6b4b?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: 1223/2568] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:03:25 2026] DELETE /v2.0/security-groups/24a9b9df-39e1-464d-931f-9e628f8f3526 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:03:26.239 7 INFO neutron_taas.services.taas.taas_plugin [None req-f01b7ad4-75bf-46da-81e4-580d16ad35ea efc4b427e4924494b7461fb1e0ea5da2 140daa37553d408d93c5bbd87dd19ba7 - - default default] TaaS: Handle Delete Port: 5dd6704a-3735-40c2-a1fc-bcfe29ed6ab7 2026-05-26 07:03:26.243 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f01b7ad4-75bf-46da-81e4-580d16ad35ea efc4b427e4924494b7461fb1e0ea5da2 140daa37553d408d93c5bbd87dd19ba7 - - default default] Tap Mirror: Handle Delete Port: 5dd6704a-3735-40c2-a1fc-bcfe29ed6ab7 [pid: 7|app: 0|req: 1346/2571] 10.0.0.244 () {34 vars in 789 bytes} [Tue May 26 07:03:25 2026] PUT /v2.0/routers/00e52c39-88e2-43c1-8650-b16f34c30360/remove_router_interface => generated 309 bytes in 993 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2572] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:03:26 2026] DELETE /v2.0/subnets/12533362-0bfd-4658-8ecb-6fcbb165840a => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 07:03:27.213 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc60163d-6776-418f-a56d-351b524ec9b6 efc4b427e4924494b7461fb1e0ea5da2 140daa37553d408d93c5bbd87dd19ba7 - - default default] TaaS: Handle Delete Port: 06523b8d-0e37-4169-951a-2f9be93653ec 2026-05-26 07:03:27.216 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc60163d-6776-418f-a56d-351b524ec9b6 efc4b427e4924494b7461fb1e0ea5da2 140daa37553d408d93c5bbd87dd19ba7 - - default default] Tap Mirror: Handle Delete Port: 06523b8d-0e37-4169-951a-2f9be93653ec 2026-05-26 07:03:27.538 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc60163d-6776-418f-a56d-351b524ec9b6 efc4b427e4924494b7461fb1e0ea5da2 140daa37553d408d93c5bbd87dd19ba7 - - default default] TaaS: Handle Delete Port: fdd52f2e-3b0f-4ce0-aed5-4f85c9481209 2026-05-26 07:03:27.541 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc60163d-6776-418f-a56d-351b524ec9b6 efc4b427e4924494b7461fb1e0ea5da2 140daa37553d408d93c5bbd87dd19ba7 - - default default] Tap Mirror: Handle Delete Port: fdd52f2e-3b0f-4ce0-aed5-4f85c9481209 2026-05-26 07:03:27.935 7 INFO neutron.db.l3_hamode_db [None req-cc60163d-6776-418f-a56d-351b524ec9b6 efc4b427e4924494b7461fb1e0ea5da2 140daa37553d408d93c5bbd87dd19ba7 - - default default] HA network 1ee5536f-df4f-42f4-b800-acd61cd389f7 was deleted as no HA routers are present in tenant 140daa37553d408d93c5bbd87dd19ba7. [pid: 7|app: 0|req: 1347/2573] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:03:26 2026] DELETE /v2.0/routers/00e52c39-88e2-43c1-8650-b16f34c30360 => generated 0 bytes in 949 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:03:27.955 7 INFO neutron.services.segments.plugin [-] Segment d36cae09-bdd8-4bb9-98ae-e04ee35195f2 resource provider aggregate not found 2026-05-26 07:03:27.978 7 INFO neutron.services.segments.plugin [-] Segment d36cae09-bdd8-4bb9-98ae-e04ee35195f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d36cae09-bdd8-4bb9-98ae-e04ee35195f2 found for delete ", "request_id": "req-dcfa580b-4eb2-4209-9f7f-94a34ea9cf48"}]} 2026-05-26 07:03:27.983 7 INFO neutron.services.segments.plugin [-] Segment d36cae09-bdd8-4bb9-98ae-e04ee35195f2 resource provider aggregate not found 2026-05-26 07:03:27.998 7 INFO neutron.services.segments.plugin [-] Segment d36cae09-bdd8-4bb9-98ae-e04ee35195f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d36cae09-bdd8-4bb9-98ae-e04ee35195f2 found for delete ", "request_id": "req-0314fce0-6de8-49b6-bdbf-9212ab0c35fc"}]} [pid: 8|app: 0|req: 1227/2574] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 07:03:27 2026] DELETE /v2.0/networks/86cf63d4-3db4-4476-a9fa-4b064f05bf0e => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 07:03:28.114 8 INFO neutron.services.segments.plugin [-] Segment c15ce3b0-65bc-49a9-a9f6-6946f03c7ca0 resource provider aggregate not found 2026-05-26 07:03:28.120 8 INFO neutron.services.segments.plugin [-] Segment c15ce3b0-65bc-49a9-a9f6-6946f03c7ca0 resource provider aggregate not found 2026-05-26 07:03:28.139 8 INFO neutron.services.segments.plugin [-] Segment c15ce3b0-65bc-49a9-a9f6-6946f03c7ca0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c15ce3b0-65bc-49a9-a9f6-6946f03c7ca0 found for delete ", "request_id": "req-ced93585-62fa-4daf-9812-12bd35888e5a"}]} 2026-05-26 07:03:28.140 8 INFO neutron.services.segments.plugin [-] Segment c15ce3b0-65bc-49a9-a9f6-6946f03c7ca0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c15ce3b0-65bc-49a9-a9f6-6946f03c7ca0 found for delete ", "request_id": "req-3680d80c-a4d4-43ab-9ce1-da4667ce40ce"}]} [pid: 7|app: 0|req: 1348/2575] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:03:28 2026] GET /v2.0/security-groups?tenant_id=140daa37553d408d93c5bbd87dd19ba7&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2576] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:03:28 2026] DELETE /v2.0/security-groups/8494ee16-c15d-431d-b66b-8bd2da9cf523 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2577] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:03:29 2026] GET /v2.0/security-groups?tenant_id=800663599a5f4bef8324ed0f79004a62&name=default => generated 2929 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2578] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:03:29 2026] DELETE /v2.0/security-groups/789b5e9b-d571-44ce-8742-117028d32c70 => 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: 1350/2579] 10.0.0.175 () {34 vars in 971 bytes} [Tue May 26 07:03:29 2026] GET /v2.0/ports/a23a3511-209c-47cb-b5c0-6637c43f4750 => generated 1247 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2580] 199.204.45.250 () {34 vars in 789 bytes} [Tue May 26 07:03:30 2026] PUT /v2.0/ports/a23a3511-209c-47cb-b5c0-6637c43f4750 => generated 1272 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 07:03:30.292 7 INFO neutron.api.v2.resource [None req-ca41087e-c3ee-41ba-9686-cf402c0ab2bb abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1351/2581] 199.204.45.250 () {30 vars in 763 bytes} [Tue May 26 07:03:30 2026] GET /v2.0/security-groups/lb-5e9c2439-1d87-4a87-8694-80a2d3379343 => generated 149 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 07:03:30.320 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-31fb1c7c-c795-4bfa-841e-1ec53818f8a8'] response: {'name': 'network-changed', 'server_uuid': '6a77f4f9-c24c-4a78-a70c-8c894d8d17ab', 'tag': 'a23a3511-209c-47cb-b5c0-6637c43f4750', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1231/2582] 199.204.45.250 () {30 vars in 785 bytes} [Tue May 26 07:03:30 2026] GET /v2.0/security-groups?name=lb-5e9c2439-1d87-4a87-8694-80a2d3379343 => generated 1639 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2583] 199.204.45.250 () {34 vars in 789 bytes} [Tue May 26 07:03:30 2026] PUT /v2.0/ports/a23a3511-209c-47cb-b5c0-6637c43f4750 => generated 1310 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 07:03:30.712 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-212baf49-cf5b-4bcf-b11a-2612b5522c63'] response: {'name': 'network-changed', 'server_uuid': '6a77f4f9-c24c-4a78-a70c-8c894d8d17ab', 'tag': 'a23a3511-209c-47cb-b5c0-6637c43f4750', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1232/2584] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 07:03:30 2026] GET /v2.0/ports?tenant_id=57f329dbf7e343d3bb8c1246550504c9&device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 2586 bytes in 46 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: 1233/2585] 199.204.45.250 () {30 vars in 703 bytes} [Tue May 26 07:03:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2586] 199.204.45.250 () {30 vars in 705 bytes} [Tue May 26 07:03:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2587] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 07:03:30 2026] GET /v2.0/networks?id=531012e0-9a81-44f4-a03d-fc2f12da6b4b => generated 802 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2588] 199.204.45.250 () {30 vars in 681 bytes} [Tue May 26 07:03:30 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: 1236/2589] 199.204.45.250 () {30 vars in 717 bytes} [Tue May 26 07:03:30 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: 1354/2590] 199.204.45.250 () {34 vars in 1056 bytes} [Tue May 26 07:03:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.79&port_id=a23a3511-209c-47cb-b5c0-6637c43f4750 => 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: 1237/2591] 199.204.45.250 () {30 vars in 741 bytes} [Tue May 26 07:03:30 2026] GET /v2.0/subnets/34abfc85-af80-414c-8ce7-9af40f691c33 => generated 675 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2592] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 07:03:30 2026] GET /v2.0/subnets?id=34abfc85-af80-414c-8ce7-9af40f691c33 => generated 678 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2593] 199.204.45.250 () {30 vars in 737 bytes} [Tue May 26 07:03:31 2026] GET /v2.0/ports/76b60744-6a7d-4461-8746-3eeb870c2d17 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2594] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:03:31 2026] GET /v2.0/ports?network_id=531012e0-9a81-44f4-a03d-fc2f12da6b4b&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2595] 199.204.45.250 () {30 vars in 737 bytes} [Tue May 26 07:03:31 2026] GET /v2.0/ports/a23a3511-209c-47cb-b5c0-6637c43f4750 => generated 1346 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2596] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 07:03:31 2026] GET /v2.0/networks/531012e0-9a81-44f4-a03d-fc2f12da6b4b?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: 1240/2597] 199.204.45.250 () {30 vars in 741 bytes} [Tue May 26 07:03:31 2026] GET /v2.0/subnets/34abfc85-af80-414c-8ce7-9af40f691c33 => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2598] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 07:03:31 2026] GET /v2.0/networks/531012e0-9a81-44f4-a03d-fc2f12da6b4b?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: 1241/2599] 199.204.45.250 () {30 vars in 743 bytes} [Tue May 26 07:03:31 2026] GET /v2.0/networks/531012e0-9a81-44f4-a03d-fc2f12da6b4b => generated 799 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2600] 199.204.45.250 () {30 vars in 737 bytes} [Tue May 26 07:03:31 2026] GET /v2.0/ports/76b60744-6a7d-4461-8746-3eeb870c2d17 => generated 1132 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2601] 199.204.45.250 () {30 vars in 741 bytes} [Tue May 26 07:03:31 2026] GET /v2.0/subnets/34abfc85-af80-414c-8ce7-9af40f691c33 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 07:03:31.825 7 INFO neutron.db.segments_db [None req-827002f4-dd13-4974-a402-f9598388f749 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Added segment e7d68887-3683-4639-b22a-ba5806eab767 of type vxlan for network 444678f5-c610-4bea-b011-3c55701957d0 [pid: 7|app: 0|req: 1360/2602] 10.0.0.244 () {34 vars in 671 bytes} [Tue May 26 07:03:31 2026] POST /v2.0/networks => generated 741 bytes in 493 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2603] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 07:03:32 2026] GET /v2.0/ports?tenant_id=57f329dbf7e343d3bb8c1246550504c9&device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => 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: 1243/2604] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 07:03:31 2026] POST /v2.0/subnets => generated 688 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2605] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 07:03:32 2026] GET /v2.0/networks?id=531012e0-9a81-44f4-a03d-fc2f12da6b4b => generated 802 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2606] 199.204.45.250 () {34 vars in 1056 bytes} [Tue May 26 07:03:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.79&port_id=a23a3511-209c-47cb-b5c0-6637c43f4750 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 07:03:32.374 8 INFO neutron.db.segments_db [None req-a3d80f5d-605e-4c61-9899-4cf75c9b88bd abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Added segment 7ecc8163-b1c4-4703-9424-81c91a681503 of type vxlan for network 7ef5497a-7479-44ae-81e6-738c0c3632d2 [pid: 7|app: 0|req: 1364/2607] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 07:03:32 2026] GET /v2.0/subnets?id=34abfc85-af80-414c-8ce7-9af40f691c33 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2608] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:03:32 2026] GET /v2.0/ports?network_id=531012e0-9a81-44f4-a03d-fc2f12da6b4b&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2609] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 07:03:32 2026] GET /v2.0/networks/531012e0-9a81-44f4-a03d-fc2f12da6b4b?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2610] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 07:03:32 2026] GET /v2.0/networks/531012e0-9a81-44f4-a03d-fc2f12da6b4b?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) 2026-05-26 07:03:32.704 8 INFO neutron.db.l3_hamode_db [None req-a3d80f5d-605e-4c61-9899-4cf75c9b88bd abd4f5498a28477dad49606ae062519f 0dd107dafa7947d18402a6984053d337 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 07:03:33.619 8 INFO neutron.db.l3_hamode_db [None req-a3d80f5d-605e-4c61-9899-4cf75c9b88bd abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1244/2611] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 07:03:32 2026] POST /v2.0/routers => generated 728 bytes in 2365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2612] 10.0.0.244 () {34 vars in 783 bytes} [Tue May 26 07:03:34 2026] PUT /v2.0/routers/c1fcc638-d07c-4aa7-9efa-ada69971703f/add_router_interface => generated 309 bytes in 1441 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 07:03:36.937 8 INFO neutron.db.l3_db [None req-cc81fed1-215a-493c-b1c8-d2e0d2c8f50c 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] Floating IP 9fb6cbd5-fb66-4289-a1e8-8a5c9377b155 associated. External IP: 10.96.250.215, port: 76b60744-6a7d-4461-8746-3eeb870c2d17. [pid: 8|app: 0|req: 1245/2613] 10.0.0.244 () {34 vars in 677 bytes} [Tue May 26 07:03:36 2026] POST /v2.0/floatingips => generated 899 bytes in 1371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 07:03:37.474 7 INFO neutron.db.segments_db [None req-f53fe242-2051-42f3-b761-7cd0e397bc88 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Added segment 840bfc31-1083-4c23-9168-264cc3862e8c of type vxlan for network 1d601ca9-237d-4b8b-be76-5770fc3974a1 [pid: 7|app: 0|req: 1369/2614] 10.0.0.244 () {34 vars in 671 bytes} [Tue May 26 07:03:37 2026] POST /v2.0/networks => generated 741 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2615] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 07:03:37 2026] POST /v2.0/subnets => generated 688 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 07:03:37.946 7 INFO neutron.db.segments_db [None req-3df5164a-b0b0-4939-976d-fd84601707d5 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Added segment 21992b3d-ce3c-4879-93ba-1fb87a3fc0d6 of type vxlan for network e9473ae2-729c-4384-a813-be1e2fd4f6f2 2026-05-26 07:03:38.280 7 INFO neutron.db.l3_hamode_db [None req-3df5164a-b0b0-4939-976d-fd84601707d5 abd4f5498a28477dad49606ae062519f 8966956e142f4471990cd100a6e04604 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 07:03:39.337 7 INFO neutron.db.l3_hamode_db [None req-3df5164a-b0b0-4939-976d-fd84601707d5 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1370/2616] 10.0.0.244 () {34 vars in 669 bytes} [Tue May 26 07:03:37 2026] POST /v2.0/routers => generated 728 bytes in 2406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2617] 199.204.45.250 () {30 vars in 703 bytes} [Tue May 26 07:03:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2618] 199.204.45.250 () {30 vars in 705 bytes} [Tue May 26 07:03:40 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: 1373/2619] 199.204.45.250 () {30 vars in 681 bytes} [Tue May 26 07:03:40 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2620] 199.204.45.250 () {30 vars in 717 bytes} [Tue May 26 07:03:41 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 07:03:41.085 7 INFO neutron.api.v2.resource [None req-199d1397-961c-4fc8-9143-15cd897d5622 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1375/2621] 199.204.45.250 () {30 vars in 763 bytes} [Tue May 26 07:03:41 2026] GET /v2.0/security-groups/lb-5e9c2439-1d87-4a87-8694-80a2d3379343 => generated 149 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2622] 199.204.45.250 () {30 vars in 785 bytes} [Tue May 26 07:03:41 2026] GET /v2.0/security-groups?name=lb-5e9c2439-1d87-4a87-8694-80a2d3379343 => generated 1639 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2623] 199.204.45.250 () {30 vars in 815 bytes} [Tue May 26 07:03:41 2026] GET /v2.0/security-group-rules?security_group_id=07563254-18d6-497c-beaa-ccfa5ac6ba01 => generated 1182 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2624] 199.204.45.250 () {34 vars in 747 bytes} [Tue May 26 07:03:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2625] 199.204.45.250 () {34 vars in 747 bytes} [Tue May 26 07:03:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2628] 10.0.0.244 () {34 vars in 783 bytes} [Tue May 26 07:03:40 2026] PUT /v2.0/routers/c2a71666-7b85-4e99-b90f-58a2d5d4a7bb/add_router_interface => generated 309 bytes in 1706 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2629] 10.0.0.244 () {34 vars in 685 bytes} [Tue May 26 07:03:42 2026] POST /v2.0/security-groups => generated 1675 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2630] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 07:03:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2631] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 07:03:43 2026] POST /v2.0/security-group-rules => generated 596 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2632] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 07:03:43 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) [pid: 7|app: 0|req: 1384/2633] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 07:03:43 2026] POST /v2.0/security-group-rules => generated 601 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 07:03:43.696 8 INFO neutron.db.securitygroups_db [None req-725dd195-995f-46d2-bdf7-944d87533a21 efda6f300c274ab48b92785ba48de29e 0dd107dafa7947d18402a6984053d337 - - default default] Project 0dd107dafa7947d18402a6984053d337 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: 1250/2634] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 07:03:43 2026] POST /v2.0/security-group-rules => generated 607 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 07:03:43.845 7 INFO neutron.db.securitygroups_db [None req-0ddece5f-ed43-405d-8441-8a3bc923a0d2 efda6f300c274ab48b92785ba48de29e 0dd107dafa7947d18402a6984053d337 - - default default] Project 0dd107dafa7947d18402a6984053d337 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: 1385/2635] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 07:03:43 2026] POST /v2.0/security-group-rules => generated 606 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2636] 10.0.0.244 () {34 vars in 685 bytes} [Tue May 26 07:03:44 2026] POST /v2.0/security-groups => generated 1661 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2637] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 07:03:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2638] 10.0.0.244 () {34 vars in 695 bytes} [Tue May 26 07:03:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2639] 10.0.0.244 () {34 vars in 676 bytes} [Tue May 26 07:03:44 2026] POST /v2.0/floatingips => generated 552 bytes in 767 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2640] 10.0.0.175 () {34 vars in 1096 bytes} [Tue May 26 07:03:45 2026] GET /v2.0/security-groups?name=tempest-securitygroup--33285596&fields=id&tenant_id=0dd107dafa7947d18402a6984053d337 => generated 69 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2641] 10.0.0.175 () {34 vars in 1098 bytes} [Tue May 26 07:03:45 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-419380929&fields=id&tenant_id=0dd107dafa7947d18402a6984053d337 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2642] 10.0.0.175 () {34 vars in 982 bytes} [Tue May 26 07:03:45 2026] GET /v2.0/networks?id=444678f5-c610-4bea-b011-3c55701957d0 => generated 673 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2643] 10.0.0.175 () {34 vars in 965 bytes} [Tue May 26 07:03:45 2026] GET /v2.0/quotas/0dd107dafa7947d18402a6984053d337 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2644] 10.0.0.175 () {34 vars in 1002 bytes} [Tue May 26 07:03:45 2026] GET /v2.0/ports?tenant_id=0dd107dafa7947d18402a6984053d337&fields=id => generated 103 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2645] 10.0.0.175 () {34 vars in 1008 bytes} [Tue May 26 07:03:46 2026] GET /v2.0/networks/444678f5-c610-4bea-b011-3c55701957d0?fields=segments => generated 14 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2646] 10.0.0.175 () {34 vars in 1108 bytes} [Tue May 26 07:03:46 2026] GET /v2.0/networks/444678f5-c610-4bea-b011-3c55701957d0?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: 1391/2647] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:03:46 2026] GET /v2.0/ports?device_id=32e8605d-b09c-4e16-ae53-3aaf0086a45a => 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: 1257/2648] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:03:47 2026] GET /v2.0/ports?device_id=32e8605d-b09c-4e16-ae53-3aaf0086a45a => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2649] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:03:48 2026] GET /v2.0/ports?device_id=32e8605d-b09c-4e16-ae53-3aaf0086a45a => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2650] 10.0.0.134 () {30 vars in 690 bytes} [Tue May 26 07:03:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2651] 10.0.0.134 () {30 vars in 692 bytes} [Tue May 26 07:03:49 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: 1259/2652] 10.0.0.134 () {30 vars in 668 bytes} [Tue May 26 07:03:49 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: 1394/2653] 10.0.0.134 () {30 vars in 704 bytes} [Tue May 26 07:03:49 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: 1260/2654] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:03:49 2026] GET /v2.0/ports?device_id=32e8605d-b09c-4e16-ae53-3aaf0086a45a => 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: 1395/2655] 10.0.0.134 () {28 vars in 439 bytes} [Tue May 26 07:03:50 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: 1261/2656] 10.0.0.134 () {30 vars in 728 bytes} [Tue May 26 07:03:50 2026] GET /v2.0/subnets/0de1bf98-88f0-4f88-9fb0-52b62c1b9194 => generated 656 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2657] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 07:03:50 2026] GET /v2.0/networks?id=444678f5-c610-4bea-b011-3c55701957d0 => generated 673 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2658] 199.204.45.250 () {34 vars in 1050 bytes} [Tue May 26 07:03:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0dd107dafa7947d18402a6984053d337 => generated 271 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2659] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:03:50 2026] GET /v2.0/ports?device_id=32e8605d-b09c-4e16-ae53-3aaf0086a45a => 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: 1263/2660] 199.204.45.250 () {38 vars in 955 bytes} [Tue May 26 07:03:50 2026] POST /v2.0/ports => generated 993 bytes in 533 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2661] 199.204.45.250 () {38 vars in 1028 bytes} [Tue May 26 07:03:51 2026] PUT /v2.0/ports/7fdb708f-9828-4335-8446-b38565b175f1 => generated 1274 bytes in 533 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 07:03:52.091 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-59fedf6a-c0f0-448f-a306-3a7a1f1ea770'] response: {'name': 'network-changed', 'server_uuid': '32e8605d-b09c-4e16-ae53-3aaf0086a45a', 'tag': '7fdb708f-9828-4335-8446-b38565b175f1', '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: 1264/2662] 199.204.45.250 () {30 vars in 703 bytes} [Tue May 26 07:03:52 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 47 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: 1265/2663] 199.204.45.250 () {30 vars in 705 bytes} [Tue May 26 07:03:52 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: 1266/2664] 199.204.45.250 () {30 vars in 681 bytes} [Tue May 26 07:03:52 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: 1267/2665] 199.204.45.250 () {30 vars in 717 bytes} [Tue May 26 07:03:52 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: 1399/2666] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:03:52 2026] GET /v2.0/ports?device_id=32e8605d-b09c-4e16-ae53-3aaf0086a45a => generated 1008 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2667] 10.0.0.175 () {34 vars in 1120 bytes} [Tue May 26 07:03:52 2026] GET /v2.0/security-groups?id=67082af2-57b3-429c-b650-8cf2fc5b9aab&id=8d768284-bd8c-4842-97f8-61325d5517cb&fields=id&fields=name => generated 204 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2668] 199.204.45.250 () {30 vars in 741 bytes} [Tue May 26 07:03:52 2026] GET /v2.0/subnets/0de1bf98-88f0-4f88-9fb0-52b62c1b9194 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2669] 199.204.45.250 () {30 vars in 769 bytes} [Tue May 26 07:03:52 2026] GET /v2.0/ports?device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 2586 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2670] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 07:03:52 2026] GET /v2.0/ports?tenant_id=0dd107dafa7947d18402a6984053d337&device_id=32e8605d-b09c-4e16-ae53-3aaf0086a45a => generated 1277 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2671] 199.204.45.250 () {34 vars in 1018 bytes} [Tue May 26 07:03:52 2026] GET /v2.0/networks?tenant_id=0dd107dafa7947d18402a6984053d337&shared=False => generated 769 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2672] 199.204.45.250 () {34 vars in 930 bytes} [Tue May 26 07:03:52 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2673] 199.204.45.250 () {30 vars in 703 bytes} [Tue May 26 07:03:52 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: 1403/2674] 199.204.45.250 () {30 vars in 705 bytes} [Tue May 26 07:03:52 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: 1272/2675] 199.204.45.250 () {30 vars in 681 bytes} [Tue May 26 07:03:52 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: 1404/2676] 199.204.45.250 () {30 vars in 717 bytes} [Tue May 26 07:03:52 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2677] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:03:53 2026] GET /v2.0/ports?device_id=32e8605d-b09c-4e16-ae53-3aaf0086a45a => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2678] 10.0.0.175 () {34 vars in 1120 bytes} [Tue May 26 07:03:53 2026] GET /v2.0/security-groups?id=67082af2-57b3-429c-b650-8cf2fc5b9aab&id=8d768284-bd8c-4842-97f8-61325d5517cb&fields=id&fields=name => generated 204 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2679] 199.204.45.250 () {34 vars in 717 bytes} [Tue May 26 07:03:53 2026] POST /v2.0/ports => generated 1328 bytes in 446 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2680] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 07:03:53 2026] GET /v2.0/ports?tenant_id=0dd107dafa7947d18402a6984053d337&device_id=32e8605d-b09c-4e16-ae53-3aaf0086a45a => generated 1277 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1274/2681] 199.204.45.250 () {34 vars in 1058 bytes} [Tue May 26 07:03:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=7fdb708f-9828-4335-8446-b38565b175f1 => 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: 1408/2682] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 07:03:53 2026] GET /v2.0/subnets?id=99f7d2e3-6d6c-45a7-8db5-7019077d2358 => generated 691 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2683] 10.0.0.175 () {34 vars in 971 bytes} [Tue May 26 07:03:53 2026] GET /v2.0/ports/d9818c6e-225e-4eca-a3c7-52bc3fa2f56d => generated 1328 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2684] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:03:53 2026] GET /v2.0/ports?network_id=444678f5-c610-4bea-b011-3c55701957d0&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2685] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 07:03:53 2026] GET /v2.0/networks/444678f5-c610-4bea-b011-3c55701957d0?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: 1410/2686] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 07:03:54 2026] GET /v2.0/networks/444678f5-c610-4bea-b011-3c55701957d0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2687] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:03:54 2026] GET /v2.0/ports?device_id=32e8605d-b09c-4e16-ae53-3aaf0086a45a => generated 1008 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2688] 10.0.0.175 () {34 vars in 1120 bytes} [Tue May 26 07:03:54 2026] GET /v2.0/security-groups?id=67082af2-57b3-429c-b650-8cf2fc5b9aab&id=8d768284-bd8c-4842-97f8-61325d5517cb&fields=id&fields=name => generated 204 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2689] 199.204.45.250 () {34 vars in 1262 bytes} [Tue May 26 07:03:54 2026] GET /v2.0/ports/d9818c6e-225e-4eca-a3c7-52bc3fa2f56d?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2690] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 07:03:54 2026] GET /v2.0/networks/1af515b1-7ab1-4fde-b723-3bc310656838?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: 1279/2691] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 07:03:55 2026] GET /v2.0/networks/1af515b1-7ab1-4fde-b723-3bc310656838?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: 1413/2692] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:03:55 2026] GET /v2.0/ports?device_id=32e8605d-b09c-4e16-ae53-3aaf0086a45a => generated 1008 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2693] 199.204.45.250 () {34 vars in 975 bytes} [Tue May 26 07:03:55 2026] GET /v2.0/ports/d9818c6e-225e-4eca-a3c7-52bc3fa2f56d => generated 1328 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2694] 10.0.0.175 () {34 vars in 1120 bytes} [Tue May 26 07:03:55 2026] GET /v2.0/security-groups?id=67082af2-57b3-429c-b650-8cf2fc5b9aab&id=8d768284-bd8c-4842-97f8-61325d5517cb&fields=id&fields=name => generated 204 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2695] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 07:03:55 2026] GET /v2.0/networks?id=1af515b1-7ab1-4fde-b723-3bc310656838 => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2696] 199.204.45.250 () {38 vars in 1028 bytes} [Tue May 26 07:03:55 2026] PUT /v2.0/ports/d9818c6e-225e-4eca-a3c7-52bc3fa2f56d => generated 1518 bytes in 562 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 07:03:56.328 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f136a92f-07f4-4c9d-a211-50a09edf6c72'] response: {'name': 'network-changed', 'server_uuid': '6a77f4f9-c24c-4a78-a70c-8c894d8d17ab', 'tag': 'd9818c6e-225e-4eca-a3c7-52bc3fa2f56d', '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: 1283/2699] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:03:56 2026] GET /v2.0/ports?device_id=32e8605d-b09c-4e16-ae53-3aaf0086a45a => generated 1008 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2700] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 07:03:56 2026] GET /v2.0/ports?tenant_id=57f329dbf7e343d3bb8c1246550504c9&device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 4096 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2701] 10.0.0.175 () {34 vars in 1120 bytes} [Tue May 26 07:03:56 2026] GET /v2.0/security-groups?id=67082af2-57b3-429c-b650-8cf2fc5b9aab&id=8d768284-bd8c-4842-97f8-61325d5517cb&fields=id&fields=name => generated 204 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2702] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 07:03:56 2026] GET /v2.0/networks?id=1af515b1-7ab1-4fde-b723-3bc310656838 => generated 801 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2703] 199.204.45.250 () {34 vars in 1058 bytes} [Tue May 26 07:03:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.145&port_id=d9818c6e-225e-4eca-a3c7-52bc3fa2f56d => 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: 1419/2704] 199.204.45.250 () {34 vars in 1104 bytes} [Tue May 26 07:03:56 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2f3&port_id=d9818c6e-225e-4eca-a3c7-52bc3fa2f56d => 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: 1286/2705] 199.204.45.250 () {34 vars in 1064 bytes} [Tue May 26 07:03:57 2026] GET /v2.0/subnets?id=0de1bf98-88f0-4f88-9fb0-52b62c1b9194&id=dce106d6-8c34-4086-a27d-e63fa65227b5 => generated 1410 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2706] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:03:57 2026] GET /v2.0/ports?network_id=1af515b1-7ab1-4fde-b723-3bc310656838&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2707] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:03:57 2026] GET /v2.0/ports?network_id=1af515b1-7ab1-4fde-b723-3bc310656838&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2708] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 07:03:57 2026] GET /v2.0/networks/1af515b1-7ab1-4fde-b723-3bc310656838?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: 1288/2709] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 07:03:57 2026] GET /v2.0/networks/1af515b1-7ab1-4fde-b723-3bc310656838?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: 1422/2710] 199.204.45.250 () {34 vars in 994 bytes} [Tue May 26 07:03:57 2026] GET /v2.0/ports?device_id=32e8605d-b09c-4e16-ae53-3aaf0086a45a => generated 1277 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2711] 199.204.45.250 () {34 vars in 1124 bytes} [Tue May 26 07:03:57 2026] GET /v2.0/security-groups?id=67082af2-57b3-429c-b650-8cf2fc5b9aab&id=8d768284-bd8c-4842-97f8-61325d5517cb&fields=id&fields=name => generated 204 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2712] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:03:57 2026] GET /v2.0/ports?device_id=32e8605d-b09c-4e16-ae53-3aaf0086a45a => generated 1008 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2713] 10.0.0.175 () {34 vars in 1120 bytes} [Tue May 26 07:03:58 2026] GET /v2.0/security-groups?id=67082af2-57b3-429c-b650-8cf2fc5b9aab&id=8d768284-bd8c-4842-97f8-61325d5517cb&fields=id&fields=name => generated 204 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2714] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 07:03:58 2026] GET /v2.0/ports?tenant_id=57f329dbf7e343d3bb8c1246550504c9&device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 4096 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2715] 199.204.45.250 () {34 vars in 1062 bytes} [Tue May 26 07:03:58 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.185&port_id=2868fb9e-f293-444f-86fa-3d40ede8e93d => 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: 1425/2716] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 07:03:58 2026] GET /v2.0/subnets?id=affe0cc8-5aae-4cff-8afd-436fa6f322c0 => generated 654 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2717] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:03:58 2026] GET /v2.0/ports?network_id=61829487-0866-4479-a5b8-dd6e49bf76ae&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2718] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 07:03:58 2026] GET /v2.0/networks/61829487-0866-4479-a5b8-dd6e49bf76ae?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2719] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 07:03:58 2026] GET /v2.0/networks/61829487-0866-4479-a5b8-dd6e49bf76ae?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: 1427/2720] 199.204.45.250 () {34 vars in 1056 bytes} [Tue May 26 07:03:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.79&port_id=a23a3511-209c-47cb-b5c0-6637c43f4750 => 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: 1294/2721] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 07:03:58 2026] GET /v2.0/subnets?id=34abfc85-af80-414c-8ce7-9af40f691c33 => generated 678 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2722] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:03:58 2026] GET /v2.0/ports?network_id=531012e0-9a81-44f4-a03d-fc2f12da6b4b&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: 1295/2723] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 07:03:58 2026] GET /v2.0/networks/531012e0-9a81-44f4-a03d-fc2f12da6b4b?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: 1429/2724] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 07:03:58 2026] GET /v2.0/networks/531012e0-9a81-44f4-a03d-fc2f12da6b4b?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: 1296/2725] 199.204.45.250 () {34 vars in 1058 bytes} [Tue May 26 07:03:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.145&port_id=d9818c6e-225e-4eca-a3c7-52bc3fa2f56d => 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: 1430/2726] 199.204.45.250 () {34 vars in 1104 bytes} [Tue May 26 07:03:58 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2f3&port_id=d9818c6e-225e-4eca-a3c7-52bc3fa2f56d => 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: 1297/2727] 199.204.45.250 () {34 vars in 1064 bytes} [Tue May 26 07:03:58 2026] GET /v2.0/subnets?id=0de1bf98-88f0-4f88-9fb0-52b62c1b9194&id=dce106d6-8c34-4086-a27d-e63fa65227b5 => generated 1410 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2728] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:03:58 2026] GET /v2.0/ports?network_id=1af515b1-7ab1-4fde-b723-3bc310656838&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2729] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:03:59 2026] GET /v2.0/ports?network_id=1af515b1-7ab1-4fde-b723-3bc310656838&device_owner=network%3Adhcp => generated 1457 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2730] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 07:03:59 2026] GET /v2.0/networks/1af515b1-7ab1-4fde-b723-3bc310656838?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: 1299/2731] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 07:03:59 2026] GET /v2.0/networks/1af515b1-7ab1-4fde-b723-3bc310656838?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2732] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:03:59 2026] GET /v2.0/ports?device_id=32e8605d-b09c-4e16-ae53-3aaf0086a45a => generated 1010 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2733] 10.0.0.175 () {34 vars in 1120 bytes} [Tue May 26 07:03:59 2026] GET /v2.0/security-groups?id=67082af2-57b3-429c-b650-8cf2fc5b9aab&id=8d768284-bd8c-4842-97f8-61325d5517cb&fields=id&fields=name => generated 204 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2734] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:04:00 2026] GET /v2.0/ports?device_id=32e8605d-b09c-4e16-ae53-3aaf0086a45a => generated 1010 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2735] 10.0.0.175 () {34 vars in 1120 bytes} [Tue May 26 07:04:00 2026] GET /v2.0/security-groups?id=67082af2-57b3-429c-b650-8cf2fc5b9aab&id=8d768284-bd8c-4842-97f8-61325d5517cb&fields=id&fields=name => generated 204 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2736] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:04:00 2026] GET /v2.0/ports?device_id=32e8605d-b09c-4e16-ae53-3aaf0086a45a => generated 1010 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 07:04:01.007 8 INFO neutron.db.l3_db [None req-59b88deb-953f-43e2-9f47-db3a743a2809 efda6f300c274ab48b92785ba48de29e 0dd107dafa7947d18402a6984053d337 - - default default] Floating IP 7f6c4298-1573-425a-8b49-bb630d0d2c7e associated. External IP: 10.96.250.206, port: 7fdb708f-9828-4335-8446-b38565b175f1. [pid: 8|app: 0|req: 1302/2737] 10.0.0.244 () {34 vars in 749 bytes} [Tue May 26 07:04:00 2026] PUT /v2.0/floatingips/7f6c4298-1573-425a-8b49-bb630d0d2c7e => generated 855 bytes in 841 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 07:04:01.484 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9039b3f2-35b1-4c52-b6d9-95cf92348625'] response: {'name': 'network-changed', 'server_uuid': '32e8605d-b09c-4e16-ae53-3aaf0086a45a', 'tag': '7fdb708f-9828-4335-8446-b38565b175f1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1436/2738] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 07:04:01 2026] GET /v2.0/ports?tenant_id=0dd107dafa7947d18402a6984053d337&device_id=32e8605d-b09c-4e16-ae53-3aaf0086a45a => generated 1279 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2739] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 07:04:02 2026] GET /v2.0/networks?id=444678f5-c610-4bea-b011-3c55701957d0 => generated 769 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2740] 199.204.45.250 () {34 vars in 1058 bytes} [Tue May 26 07:04:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=7fdb708f-9828-4335-8446-b38565b175f1 => 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: 1304/2741] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 07:04:02 2026] GET /v2.0/subnets?id=99f7d2e3-6d6c-45a7-8db5-7019077d2358 => generated 691 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2742] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:04:02 2026] GET /v2.0/ports?network_id=444678f5-c610-4bea-b011-3c55701957d0&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: 1305/2743] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 07:04:02 2026] GET /v2.0/networks/444678f5-c610-4bea-b011-3c55701957d0?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2744] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 07:04:02 2026] GET /v2.0/networks/444678f5-c610-4bea-b011-3c55701957d0?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: 1306/2745] 10.0.0.175 () {34 vars in 971 bytes} [Tue May 26 07:04:02 2026] GET /v2.0/ports/d9818c6e-225e-4eca-a3c7-52bc3fa2f56d => generated 1520 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2746] 199.204.45.250 () {30 vars in 743 bytes} [Tue May 26 07:04:03 2026] GET /v2.0/networks/1af515b1-7ab1-4fde-b723-3bc310656838 => 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: 1307/2747] 199.204.45.250 () {30 vars in 741 bytes} [Tue May 26 07:04:03 2026] GET /v2.0/subnets/0de1bf98-88f0-4f88-9fb0-52b62c1b9194 => generated 674 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2748] 199.204.45.250 () {30 vars in 741 bytes} [Tue May 26 07:04:03 2026] GET /v2.0/subnets/dce106d6-8c34-4086-a27d-e63fa65227b5 => generated 743 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2749] 199.204.45.250 () {30 vars in 703 bytes} [Tue May 26 07:04:03 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: 1442/2750] 199.204.45.250 () {30 vars in 705 bytes} [Tue May 26 07:04:03 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: 1309/2751] 199.204.45.250 () {30 vars in 681 bytes} [Tue May 26 07:04:03 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2752] 199.204.45.250 () {30 vars in 717 bytes} [Tue May 26 07:04:03 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: 1310/2753] 199.204.45.250 () {30 vars in 741 bytes} [Tue May 26 07:04:03 2026] GET /v2.0/subnets/34abfc85-af80-414c-8ce7-9af40f691c33 => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2754] 199.204.45.250 () {30 vars in 737 bytes} [Tue May 26 07:04:03 2026] GET /v2.0/ports/76b60744-6a7d-4461-8746-3eeb870c2d17 => 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: 1311/2755] 199.204.45.250 () {30 vars in 737 bytes} [Tue May 26 07:04:03 2026] GET /v2.0/ports/a23a3511-209c-47cb-b5c0-6637c43f4750 => generated 1346 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2756] 199.204.45.250 () {30 vars in 741 bytes} [Tue May 26 07:04:03 2026] GET /v2.0/subnets/34abfc85-af80-414c-8ce7-9af40f691c33 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2757] 199.204.45.250 () {30 vars in 743 bytes} [Tue May 26 07:04:03 2026] GET /v2.0/networks/531012e0-9a81-44f4-a03d-fc2f12da6b4b => generated 799 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2758] 199.204.45.250 () {30 vars in 737 bytes} [Tue May 26 07:04:03 2026] GET /v2.0/ports/76b60744-6a7d-4461-8746-3eeb870c2d17 => 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: 1313/2759] 199.204.45.250 () {30 vars in 741 bytes} [Tue May 26 07:04:03 2026] GET /v2.0/subnets/34abfc85-af80-414c-8ce7-9af40f691c33 => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2760] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:04:09 2026] GET /v2.0/ports?device_id=32e8605d-b09c-4e16-ae53-3aaf0086a45a => generated 1010 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2761] 10.0.0.175 () {34 vars in 1120 bytes} [Tue May 26 07:04:09 2026] GET /v2.0/security-groups?id=67082af2-57b3-429c-b650-8cf2fc5b9aab&id=8d768284-bd8c-4842-97f8-61325d5517cb&fields=id&fields=name => generated 204 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2762] 10.0.0.244 () {32 vars in 736 bytes} [Tue May 26 07:04:09 2026] GET /v2.0/ports?device_id=32e8605d-b09c-4e16-ae53-3aaf0086a45a => generated 1279 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2763] 10.0.0.244 () {32 vars in 858 bytes} [Tue May 26 07:04:09 2026] GET /v2.0/floatingips?floating_network_id=fb72a26d-2b4d-4409-b71c-93df20a59875&port_id=7fdb708f-9828-4335-8446-b38565b175f1 => generated 860 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2764] 10.0.0.134 () {30 vars in 690 bytes} [Tue May 26 07:04:10 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: 1317/2765] 10.0.0.134 () {30 vars in 692 bytes} [Tue May 26 07:04:10 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2766] 10.0.0.134 () {30 vars in 668 bytes} [Tue May 26 07:04:10 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: 1319/2767] 10.0.0.134 () {30 vars in 704 bytes} [Tue May 26 07:04:10 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: 1449/2768] 10.0.0.140 () {34 vars in 990 bytes} [Tue May 26 07:04:10 2026] GET /v2.0/ports?device_id=32e8605d-b09c-4e16-ae53-3aaf0086a45a => generated 1279 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2769] 10.0.0.140 () {34 vars in 1120 bytes} [Tue May 26 07:04:10 2026] GET /v2.0/security-groups?id=8d768284-bd8c-4842-97f8-61325d5517cb&id=67082af2-57b3-429c-b650-8cf2fc5b9aab&fields=id&fields=name => generated 204 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2770] 10.0.0.134 () {28 vars in 439 bytes} [Tue May 26 07:04:11 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: 1321/2771] 10.0.0.134 () {30 vars in 728 bytes} [Tue May 26 07:04:11 2026] GET /v2.0/subnets/5be5ad4a-6e95-480a-8bbb-4e5b62a85aaa => generated 656 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2774] 199.204.45.250 () {30 vars in 703 bytes} [Tue May 26 07:04:12 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: 1323/2775] 199.204.45.250 () {30 vars in 705 bytes} [Tue May 26 07:04:12 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: 1453/2776] 199.204.45.250 () {30 vars in 681 bytes} [Tue May 26 07:04:12 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2777] 199.204.45.250 () {30 vars in 717 bytes} [Tue May 26 07:04:12 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2778] 199.204.45.250 () {30 vars in 741 bytes} [Tue May 26 07:04:12 2026] GET /v2.0/subnets/0de1bf98-88f0-4f88-9fb0-52b62c1b9194 => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2779] 199.204.45.250 () {30 vars in 741 bytes} [Tue May 26 07:04:12 2026] GET /v2.0/subnets/5be5ad4a-6e95-480a-8bbb-4e5b62a85aaa => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2780] 199.204.45.250 () {30 vars in 769 bytes} [Tue May 26 07:04:12 2026] GET /v2.0/ports?device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 4098 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2781] 199.204.45.250 () {30 vars in 703 bytes} [Tue May 26 07:04:12 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: 1456/2782] 199.204.45.250 () {30 vars in 705 bytes} [Tue May 26 07:04:12 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: 1327/2783] 199.204.45.250 () {30 vars in 681 bytes} [Tue May 26 07:04:12 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2784] 199.204.45.250 () {30 vars in 717 bytes} [Tue May 26 07:04:12 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: 1328/2785] 199.204.45.250 () {34 vars in 717 bytes} [Tue May 26 07:04:12 2026] POST /v2.0/ports => generated 1332 bytes in 519 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2786] 10.0.0.175 () {34 vars in 971 bytes} [Tue May 26 07:04:13 2026] GET /v2.0/ports/4b5c249a-a4cb-4a4c-955a-f14de7df9453 => 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: 1329/2787] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:04:13 2026] GET /v2.0/ports?device_id=32e8605d-b09c-4e16-ae53-3aaf0086a45a => generated 1010 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2788] 10.0.0.175 () {34 vars in 1120 bytes} [Tue May 26 07:04:13 2026] GET /v2.0/security-groups?id=67082af2-57b3-429c-b650-8cf2fc5b9aab&id=8d768284-bd8c-4842-97f8-61325d5517cb&fields=id&fields=name => generated 204 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2789] 199.204.45.250 () {34 vars in 1262 bytes} [Tue May 26 07:04:14 2026] GET /v2.0/ports/4b5c249a-a4cb-4a4c-955a-f14de7df9453?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2790] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 07:04:14 2026] GET /v2.0/networks/0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9?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: 1331/2791] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 07:04:14 2026] GET /v2.0/networks/0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9?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: 1461/2792] 199.204.45.250 () {34 vars in 975 bytes} [Tue May 26 07:04:14 2026] GET /v2.0/ports/4b5c249a-a4cb-4a4c-955a-f14de7df9453 => generated 1332 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2793] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 07:04:14 2026] GET /v2.0/networks?id=0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9 => generated 800 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2794] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:04:14 2026] GET /v2.0/ports?device_id=32e8605d-b09c-4e16-ae53-3aaf0086a45a => generated 1010 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2795] 10.0.0.175 () {34 vars in 1120 bytes} [Tue May 26 07:04:15 2026] GET /v2.0/security-groups?id=67082af2-57b3-429c-b650-8cf2fc5b9aab&id=8d768284-bd8c-4842-97f8-61325d5517cb&fields=id&fields=name => generated 204 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2796] 199.204.45.250 () {38 vars in 1028 bytes} [Tue May 26 07:04:14 2026] PUT /v2.0/ports/4b5c249a-a4cb-4a4c-955a-f14de7df9453 => generated 1522 bytes in 472 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 07:04:15.454 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e0d420b2-f3a7-4090-952e-e3fc781b51cf'] response: {'name': 'network-changed', 'server_uuid': '6a77f4f9-c24c-4a78-a70c-8c894d8d17ab', 'tag': '4b5c249a-a4cb-4a4c-955a-f14de7df9453', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1335/2797] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 07:04:15 2026] GET /v2.0/ports?tenant_id=57f329dbf7e343d3bb8c1246550504c9&device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 5612 bytes in 50 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: 1463/2798] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 07:04:16 2026] GET /v2.0/networks?id=0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9 => 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: 1336/2799] 199.204.45.250 () {34 vars in 1058 bytes} [Tue May 26 07:04:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.105&port_id=4b5c249a-a4cb-4a4c-955a-f14de7df9453 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2800] 199.204.45.250 () {34 vars in 1106 bytes} [Tue May 26 07:04:16 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A319&port_id=4b5c249a-a4cb-4a4c-955a-f14de7df9453 => 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: 1338/2801] 199.204.45.250 () {34 vars in 1064 bytes} [Tue May 26 07:04:16 2026] GET /v2.0/subnets?id=5be5ad4a-6e95-480a-8bbb-4e5b62a85aaa&id=a4def99d-bc60-45ee-abe8-60c6fb7fec7d => generated 1413 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2802] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:04:16 2026] GET /v2.0/ports?device_id=32e8605d-b09c-4e16-ae53-3aaf0086a45a => generated 1010 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2803] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:04:16 2026] GET /v2.0/ports?network_id=0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2804] 199.204.45.250 () {34 vars in 994 bytes} [Tue May 26 07:04:16 2026] GET /v2.0/ports?device_id=32e8605d-b09c-4e16-ae53-3aaf0086a45a => generated 1010 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2805] 10.0.0.175 () {34 vars in 1120 bytes} [Tue May 26 07:04:16 2026] GET /v2.0/security-groups?id=67082af2-57b3-429c-b650-8cf2fc5b9aab&id=8d768284-bd8c-4842-97f8-61325d5517cb&fields=id&fields=name => generated 204 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2806] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:04:16 2026] GET /v2.0/ports?network_id=0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2807] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 07:04:16 2026] GET /v2.0/networks/0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 07:04:16.401 7 INFO neutron_taas.services.taas.taas_plugin [req-bcbfafca-9382-49ce-a144-a2bea3a65890 req-314feb26-e236-49f6-9f5e-53df3c3ed4fc efda6f300c274ab48b92785ba48de29e 0dd107dafa7947d18402a6984053d337 - - default default] TaaS: Handle Delete Port: 7fdb708f-9828-4335-8446-b38565b175f1 2026-05-26 07:04:16.404 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-bcbfafca-9382-49ce-a144-a2bea3a65890 req-314feb26-e236-49f6-9f5e-53df3c3ed4fc efda6f300c274ab48b92785ba48de29e 0dd107dafa7947d18402a6984053d337 - - default default] Tap Mirror: Handle Delete Port: 7fdb708f-9828-4335-8446-b38565b175f1 [pid: 8|app: 0|req: 1342/2808] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 07:04:16 2026] GET /v2.0/networks/0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 07:04:16.531 7 INFO neutron.db.l3_db [req-bcbfafca-9382-49ce-a144-a2bea3a65890 req-314feb26-e236-49f6-9f5e-53df3c3ed4fc efda6f300c274ab48b92785ba48de29e 0dd107dafa7947d18402a6984053d337 - - default default] Floating IP 7f6c4298-1573-425a-8b49-bb630d0d2c7e disassociated. External IP: 10.96.250.206, port: 7fdb708f-9828-4335-8446-b38565b175f1. [pid: 7|app: 0|req: 1467/2809] 199.204.45.250 () {36 vars in 997 bytes} [Tue May 26 07:04:16 2026] DELETE /v2.0/ports/7fdb708f-9828-4335-8446-b38565b175f1 => generated 0 bytes in 672 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2810] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:04:17 2026] GET /v2.0/ports?device_id=32e8605d-b09c-4e16-ae53-3aaf0086a45a => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2811] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 07:04:17 2026] GET /v2.0/ports?tenant_id=57f329dbf7e343d3bb8c1246550504c9&device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 5612 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 07:04:17.499 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ea0e5ce6-d80a-4c3e-a393-becc735a8d92'] response: {'server_uuid': '32e8605d-b09c-4e16-ae53-3aaf0086a45a', 'name': 'network-vif-deleted', 'tag': '7fdb708f-9828-4335-8446-b38565b175f1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1344/2812] 199.204.45.250 () {34 vars in 1062 bytes} [Tue May 26 07:04:17 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.185&port_id=2868fb9e-f293-444f-86fa-3d40ede8e93d => 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: 1469/2813] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 07:04:17 2026] GET /v2.0/subnets?id=affe0cc8-5aae-4cff-8afd-436fa6f322c0 => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2814] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:04:17 2026] GET /v2.0/ports?network_id=61829487-0866-4479-a5b8-dd6e49bf76ae&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: 1470/2815] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 07:04:17 2026] GET /v2.0/networks/61829487-0866-4479-a5b8-dd6e49bf76ae?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: 1346/2816] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 07:04:17 2026] GET /v2.0/networks/61829487-0866-4479-a5b8-dd6e49bf76ae?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: 1471/2817] 199.204.45.250 () {34 vars in 1056 bytes} [Tue May 26 07:04:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.79&port_id=a23a3511-209c-47cb-b5c0-6637c43f4750 => 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: 1347/2818] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 07:04:17 2026] GET /v2.0/subnets?id=34abfc85-af80-414c-8ce7-9af40f691c33 => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2819] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:04:17 2026] GET /v2.0/ports?network_id=531012e0-9a81-44f4-a03d-fc2f12da6b4b&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: 1348/2820] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 07:04:17 2026] GET /v2.0/networks/531012e0-9a81-44f4-a03d-fc2f12da6b4b?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2821] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 07:04:17 2026] GET /v2.0/networks/531012e0-9a81-44f4-a03d-fc2f12da6b4b?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: 1349/2822] 199.204.45.250 () {34 vars in 1058 bytes} [Tue May 26 07:04:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.145&port_id=d9818c6e-225e-4eca-a3c7-52bc3fa2f56d => 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: 1474/2823] 199.204.45.250 () {34 vars in 1104 bytes} [Tue May 26 07:04:17 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2f3&port_id=d9818c6e-225e-4eca-a3c7-52bc3fa2f56d => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2824] 199.204.45.250 () {34 vars in 1064 bytes} [Tue May 26 07:04:18 2026] GET /v2.0/subnets?id=0de1bf98-88f0-4f88-9fb0-52b62c1b9194&id=dce106d6-8c34-4086-a27d-e63fa65227b5 => generated 1410 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2825] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:04:18 2026] GET /v2.0/ports?network_id=1af515b1-7ab1-4fde-b723-3bc310656838&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: 1351/2826] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:04:18 2026] GET /v2.0/ports?network_id=1af515b1-7ab1-4fde-b723-3bc310656838&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2827] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 07:04:18 2026] GET /v2.0/networks/1af515b1-7ab1-4fde-b723-3bc310656838?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: 1352/2828] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 07:04:18 2026] GET /v2.0/networks/1af515b1-7ab1-4fde-b723-3bc310656838?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: 1477/2829] 199.204.45.250 () {34 vars in 1058 bytes} [Tue May 26 07:04:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.105&port_id=4b5c249a-a4cb-4a4c-955a-f14de7df9453 => 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: 1353/2830] 199.204.45.250 () {34 vars in 1106 bytes} [Tue May 26 07:04:18 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A319&port_id=4b5c249a-a4cb-4a4c-955a-f14de7df9453 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2831] 199.204.45.250 () {34 vars in 1064 bytes} [Tue May 26 07:04:18 2026] GET /v2.0/subnets?id=5be5ad4a-6e95-480a-8bbb-4e5b62a85aaa&id=a4def99d-bc60-45ee-abe8-60c6fb7fec7d => generated 1413 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2832] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:04:18 2026] GET /v2.0/ports?network_id=0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9&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: 1479/2833] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:04:18 2026] GET /v2.0/ports?network_id=0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9&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: 1480/2834] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:04:18 2026] GET /v2.0/ports?device_id=32e8605d-b09c-4e16-ae53-3aaf0086a45a => 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: 1355/2835] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 07:04:18 2026] GET /v2.0/networks/0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2836] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 07:04:18 2026] GET /v2.0/networks/0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9?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: 1356/2837] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:04:19 2026] GET /v2.0/ports?device_id=32e8605d-b09c-4e16-ae53-3aaf0086a45a => 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: 1482/2838] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:04:20 2026] DELETE /v2.0/security-groups/67082af2-57b3-429c-b650-8cf2fc5b9aab => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:04:20.825 8 INFO neutron.api.v2.resource [None req-27f9b15f-3164-4623-a00b-369eec547037 efda6f300c274ab48b92785ba48de29e 0dd107dafa7947d18402a6984053d337 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1357/2839] 10.0.0.244 () {32 vars in 737 bytes} [Tue May 26 07:04:20 2026] GET /v2.0/security-groups/67082af2-57b3-429c-b650-8cf2fc5b9aab => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 07:04:20.938 7 INFO neutron_taas.services.taas.taas_plugin [None req-e94c7a69-ce06-4d4c-86a8-50fc9234c9d5 efda6f300c274ab48b92785ba48de29e 0dd107dafa7947d18402a6984053d337 - - default default] TaaS: Handle Delete Port: 957b5af3-1a11-4ac5-b40f-49c8959173f4 2026-05-26 07:04:20.942 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e94c7a69-ce06-4d4c-86a8-50fc9234c9d5 efda6f300c274ab48b92785ba48de29e 0dd107dafa7947d18402a6984053d337 - - default default] Tap Mirror: Handle Delete Port: 957b5af3-1a11-4ac5-b40f-49c8959173f4 [pid: 7|app: 0|req: 1483/2840] 10.0.0.244 () {32 vars in 732 bytes} [Tue May 26 07:04:20 2026] DELETE /v2.0/floatingips/7f6c4298-1573-425a-8b49-bb630d0d2c7e => generated 0 bytes in 311 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2841] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:04:21 2026] DELETE /v2.0/security-groups/8d768284-bd8c-4842-97f8-61325d5517cb => generated 0 bytes in 189 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:04:21.821 7 INFO neutron_taas.services.taas.taas_plugin [None req-3018d34f-e49c-4848-9a20-0342dce8e1bd abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: 5377f9ac-a568-495c-a0f2-728add0e2b23 2026-05-26 07:04:21.824 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3018d34f-e49c-4848-9a20-0342dce8e1bd abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: 5377f9ac-a568-495c-a0f2-728add0e2b23 [pid: 7|app: 0|req: 1484/2842] 10.0.0.244 () {34 vars in 789 bytes} [Tue May 26 07:04:21 2026] PUT /v2.0/routers/c1fcc638-d07c-4aa7-9efa-ada69971703f/remove_router_interface => generated 309 bytes in 1092 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 07:04:22.735 8 INFO neutron_taas.services.taas.taas_plugin [None req-dfd4b966-9f41-4d78-9cbc-7195673b2cc5 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: b6567b34-6c16-4ce1-8d96-51f539fe3071 2026-05-26 07:04:22.739 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dfd4b966-9f41-4d78-9cbc-7195673b2cc5 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: b6567b34-6c16-4ce1-8d96-51f539fe3071 [pid: 7|app: 0|req: 1485/2843] 10.0.0.175 () {34 vars in 971 bytes} [Tue May 26 07:04:22 2026] GET /v2.0/ports/4b5c249a-a4cb-4a4c-955a-f14de7df9453 => generated 1524 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2844] 199.204.45.250 () {30 vars in 743 bytes} [Tue May 26 07:04:22 2026] GET /v2.0/networks/0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9 => generated 797 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2845] 199.204.45.250 () {30 vars in 741 bytes} [Tue May 26 07:04:22 2026] GET /v2.0/subnets/5be5ad4a-6e95-480a-8bbb-4e5b62a85aaa => generated 674 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2846] 199.204.45.250 () {30 vars in 741 bytes} [Tue May 26 07:04:22 2026] GET /v2.0/subnets/a4def99d-bc60-45ee-abe8-60c6fb7fec7d => generated 746 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2847] 199.204.45.250 () {30 vars in 737 bytes} [Tue May 26 07:04:22 2026] GET /v2.0/ports/d9818c6e-225e-4eca-a3c7-52bc3fa2f56d => generated 1520 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 07:04:23.075 8 INFO neutron_taas.services.taas.taas_plugin [None req-dfd4b966-9f41-4d78-9cbc-7195673b2cc5 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: b3e72ca6-3134-4ac5-8899-62395ac50dc0 2026-05-26 07:04:23.078 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dfd4b966-9f41-4d78-9cbc-7195673b2cc5 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: b3e72ca6-3134-4ac5-8899-62395ac50dc0 [pid: 7|app: 0|req: 1490/2848] 199.204.45.250 () {34 vars in 790 bytes} [Tue May 26 07:04:23 2026] PUT /v2.0/ports/d9818c6e-225e-4eca-a3c7-52bc3fa2f56d => generated 1255 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 07:04:23.431 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-774d57b3-9242-4003-b812-66d79097c536'] response: {'name': 'network-changed', 'server_uuid': '6a77f4f9-c24c-4a78-a70c-8c894d8d17ab', 'tag': 'd9818c6e-225e-4eca-a3c7-52bc3fa2f56d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1491/2849] 199.204.45.250 () {30 vars in 743 bytes} [Tue May 26 07:04:23 2026] GET /v2.0/networks/1af515b1-7ab1-4fde-b723-3bc310656838 => generated 798 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2850] 199.204.45.250 () {30 vars in 741 bytes} [Tue May 26 07:04:23 2026] GET /v2.0/subnets/0de1bf98-88f0-4f88-9fb0-52b62c1b9194 => generated 674 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 07:04:23.540 8 INFO neutron.services.segments.plugin [-] Segment 7ecc8163-b1c4-4703-9424-81c91a681503 resource provider aggregate not found 2026-05-26 07:04:23.558 8 INFO neutron.services.segments.plugin [-] Segment 7ecc8163-b1c4-4703-9424-81c91a681503 resource provider aggregate not found 2026-05-26 07:04:23.574 8 INFO neutron.services.segments.plugin [-] Segment 7ecc8163-b1c4-4703-9424-81c91a681503 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ecc8163-b1c4-4703-9424-81c91a681503 found for delete ", "request_id": "req-08b60da4-40b8-4bb9-9053-a3c6a833f94d"}]} 2026-05-26 07:04:23.591 8 INFO neutron.services.segments.plugin [-] Segment 7ecc8163-b1c4-4703-9424-81c91a681503 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ecc8163-b1c4-4703-9424-81c91a681503 found for delete ", "request_id": "req-4812222c-a5f4-4e71-a054-a0956cd03e37"}]} 2026-05-26 07:04:23.621 8 INFO neutron.db.l3_hamode_db [None req-dfd4b966-9f41-4d78-9cbc-7195673b2cc5 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] HA network 7ef5497a-7479-44ae-81e6-738c0c3632d2 was deleted as no HA routers are present in tenant 0dd107dafa7947d18402a6984053d337. [pid: 8|app: 0|req: 1359/2851] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:04:22 2026] DELETE /v2.0/routers/c1fcc638-d07c-4aa7-9efa-ada69971703f => generated 0 bytes in 1155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2852] 199.204.45.250 () {30 vars in 703 bytes} [Tue May 26 07:04:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2853] 199.204.45.250 () {30 vars in 705 bytes} [Tue May 26 07:04:23 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: 1362/2854] 199.204.45.250 () {30 vars in 681 bytes} [Tue May 26 07:04:23 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: 1363/2855] 199.204.45.250 () {30 vars in 717 bytes} [Tue May 26 07:04:23 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2856] 199.204.45.250 () {30 vars in 741 bytes} [Tue May 26 07:04:23 2026] GET /v2.0/subnets/34abfc85-af80-414c-8ce7-9af40f691c33 => generated 675 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2857] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:04:23 2026] DELETE /v2.0/subnets/99f7d2e3-6d6c-45a7-8db5-7019077d2358 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2858] 199.204.45.250 () {30 vars in 737 bytes} [Tue May 26 07:04:23 2026] GET /v2.0/ports/76b60744-6a7d-4461-8746-3eeb870c2d17 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2859] 199.204.45.250 () {30 vars in 737 bytes} [Tue May 26 07:04:23 2026] GET /v2.0/ports/a23a3511-209c-47cb-b5c0-6637c43f4750 => 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: 1367/2860] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 07:04:23 2026] GET /v2.0/ports?tenant_id=57f329dbf7e343d3bb8c1246550504c9&device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 5385 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 07:04:24.009 7 INFO neutron_taas.services.taas.taas_plugin [None req-6a49ec12-501e-4207-8997-97cc1170e6cc abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: ae5406a4-8713-4ad2-86f4-e9db0ec1256c 2026-05-26 07:04:24.017 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a49ec12-501e-4207-8997-97cc1170e6cc abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: ae5406a4-8713-4ad2-86f4-e9db0ec1256c [pid: 8|app: 0|req: 1368/2861] 199.204.45.250 () {30 vars in 741 bytes} [Tue May 26 07:04:24 2026] GET /v2.0/subnets/34abfc85-af80-414c-8ce7-9af40f691c33 => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2862] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 07:04:24 2026] GET /v2.0/networks?id=1af515b1-7ab1-4fde-b723-3bc310656838 => 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: 1370/2863] 199.204.45.250 () {30 vars in 743 bytes} [Tue May 26 07:04:24 2026] GET /v2.0/networks/531012e0-9a81-44f4-a03d-fc2f12da6b4b => generated 799 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2864] 199.204.45.250 () {34 vars in 1058 bytes} [Tue May 26 07:04:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.145&port_id=d9818c6e-225e-4eca-a3c7-52bc3fa2f56d => 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: 1372/2865] 199.204.45.250 () {30 vars in 737 bytes} [Tue May 26 07:04:24 2026] GET /v2.0/ports/76b60744-6a7d-4461-8746-3eeb870c2d17 => 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: 1373/2866] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 07:04:24 2026] GET /v2.0/subnets?id=0de1bf98-88f0-4f88-9fb0-52b62c1b9194 => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2867] 199.204.45.250 () {30 vars in 741 bytes} [Tue May 26 07:04:24 2026] GET /v2.0/subnets/34abfc85-af80-414c-8ce7-9af40f691c33 => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 07:04:24.272 7 INFO neutron.services.segments.plugin [-] Segment e7d68887-3683-4639-b22a-ba5806eab767 resource provider aggregate not found 2026-05-26 07:04:24.277 7 INFO neutron.services.segments.plugin [-] Segment e7d68887-3683-4639-b22a-ba5806eab767 resource provider aggregate not found 2026-05-26 07:04:24.302 7 INFO neutron.services.segments.plugin [-] Segment e7d68887-3683-4639-b22a-ba5806eab767 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7d68887-3683-4639-b22a-ba5806eab767 found for delete ", "request_id": "req-e5a3073c-6f9b-454e-979c-32b6710b2dc6"}]} [pid: 8|app: 0|req: 1375/2868] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:04:24 2026] GET /v2.0/ports?network_id=1af515b1-7ab1-4fde-b723-3bc310656838&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 07:04:24.302 7 INFO neutron.services.segments.plugin [-] Segment e7d68887-3683-4639-b22a-ba5806eab767 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7d68887-3683-4639-b22a-ba5806eab767 found for delete ", "request_id": "req-7f75ddec-9a57-486d-9bad-ac283c97dcf4"}]} [pid: 7|app: 0|req: 1494/2869] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 07:04:23 2026] DELETE /v2.0/networks/444678f5-c610-4bea-b011-3c55701957d0 => generated 0 bytes in 450 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2870] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 07:04:24 2026] GET /v2.0/networks/1af515b1-7ab1-4fde-b723-3bc310656838?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: 1377/2871] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 07:04:24 2026] GET /v2.0/networks/1af515b1-7ab1-4fde-b723-3bc310656838?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-05-26 07:04:24.872 7 INFO neutron_taas.services.taas.taas_plugin [None req-c5d096c5-3223-4305-b6fb-04e891c3c2ee abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: 591841ea-0995-4670-ae15-70a40f800a5a 2026-05-26 07:04:24.876 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5d096c5-3223-4305-b6fb-04e891c3c2ee abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: 591841ea-0995-4670-ae15-70a40f800a5a [pid: 7|app: 0|req: 1495/2872] 10.0.0.244 () {34 vars in 789 bytes} [Tue May 26 07:04:24 2026] PUT /v2.0/routers/c2a71666-7b85-4e99-b90f-58a2d5d4a7bb/remove_router_interface => generated 309 bytes in 1272 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 07:04:25.859 8 INFO neutron_taas.services.taas.taas_plugin [None req-f998c9ed-1b2e-457c-a09a-cc7973de6553 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: 5214be29-6ead-458e-90fe-39823328920d 2026-05-26 07:04:25.863 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f998c9ed-1b2e-457c-a09a-cc7973de6553 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: 5214be29-6ead-458e-90fe-39823328920d 2026-05-26 07:04:26.136 8 INFO neutron_taas.services.taas.taas_plugin [None req-f998c9ed-1b2e-457c-a09a-cc7973de6553 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: 5969e2a4-2aa4-41fc-932f-818bd28efe85 2026-05-26 07:04:26.138 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f998c9ed-1b2e-457c-a09a-cc7973de6553 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: 5969e2a4-2aa4-41fc-932f-818bd28efe85 2026-05-26 07:04:26.549 8 INFO neutron.services.segments.plugin [-] Segment 21992b3d-ce3c-4879-93ba-1fb87a3fc0d6 resource provider aggregate not found 2026-05-26 07:04:26.558 8 INFO neutron.services.segments.plugin [-] Segment 21992b3d-ce3c-4879-93ba-1fb87a3fc0d6 resource provider aggregate not found 2026-05-26 07:04:26.574 8 INFO neutron.services.segments.plugin [-] Segment 21992b3d-ce3c-4879-93ba-1fb87a3fc0d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21992b3d-ce3c-4879-93ba-1fb87a3fc0d6 found for delete ", "request_id": "req-e1d36958-45af-4563-aa06-725119cd0359"}]} 2026-05-26 07:04:26.576 8 INFO neutron.services.segments.plugin [-] Segment 21992b3d-ce3c-4879-93ba-1fb87a3fc0d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21992b3d-ce3c-4879-93ba-1fb87a3fc0d6 found for delete ", "request_id": "req-6d350761-0ebb-47a4-8efa-e978edff2ba9"}]} 2026-05-26 07:04:26.583 8 INFO neutron.db.l3_hamode_db [None req-f998c9ed-1b2e-457c-a09a-cc7973de6553 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] HA network e9473ae2-729c-4384-a813-be1e2fd4f6f2 was deleted as no HA routers are present in tenant 8966956e142f4471990cd100a6e04604. [pid: 8|app: 0|req: 1378/2873] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:04:25 2026] DELETE /v2.0/routers/c2a71666-7b85-4e99-b90f-58a2d5d4a7bb => generated 0 bytes in 974 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2876] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:04:26 2026] DELETE /v2.0/subnets/94d871c8-29d0-4bb2-97f6-a30ef5f2b4c1 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 07:04:26.939 8 INFO neutron_taas.services.taas.taas_plugin [None req-ea995955-236e-4fae-984f-817e3eac5967 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: 7b03c190-3053-42bc-9529-395745c402fc 2026-05-26 07:04:26.942 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea995955-236e-4fae-984f-817e3eac5967 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: 7b03c190-3053-42bc-9529-395745c402fc [pid: 8|app: 0|req: 1381/2877] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 07:04:26 2026] DELETE /v2.0/networks/1d601ca9-237d-4b8b-be76-5770fc3974a1 => generated 0 bytes in 367 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2878] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:04:27 2026] GET /v2.0/security-groups?tenant_id=0dd107dafa7947d18402a6984053d337&name=default => generated 2929 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2879] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:04:27 2026] DELETE /v2.0/security-groups/3d2bad55-e39f-4a28-8492-d8ba7df46180 => 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: 1498/2880] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:04:27 2026] GET /v2.0/security-groups?tenant_id=8966956e142f4471990cd100a6e04604&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2881] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:04:27 2026] DELETE /v2.0/security-groups/6d47089d-ed94-43aa-8495-cd8762342260 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:04:28.597 8 INFO neutron.services.segments.plugin [-] Segment 840bfc31-1083-4c23-9168-264cc3862e8c resource provider aggregate not found 2026-05-26 07:04:28.612 8 INFO neutron.services.segments.plugin [-] Segment 840bfc31-1083-4c23-9168-264cc3862e8c resource provider aggregate not found 2026-05-26 07:04:28.623 8 INFO neutron.services.segments.plugin [-] Segment 840bfc31-1083-4c23-9168-264cc3862e8c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 840bfc31-1083-4c23-9168-264cc3862e8c found for delete ", "request_id": "req-d0bfadfe-00df-425d-bf94-1211e79157d8"}]} 2026-05-26 07:04:28.628 8 INFO neutron.services.segments.plugin [-] Segment 840bfc31-1083-4c23-9168-264cc3862e8c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 840bfc31-1083-4c23-9168-264cc3862e8c found for delete ", "request_id": "req-1f994804-2406-4e5f-a534-3b9ed76da3c5"}]} [pid: 7|app: 0|req: 1499/2882] 10.0.0.244 () {34 vars in 676 bytes} [Tue May 26 07:04:32 2026] POST /v2.0/floatingips => generated 552 bytes in 835 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2883] 10.0.0.244 () {34 vars in 676 bytes} [Tue May 26 07:04:33 2026] POST /v2.0/floatingips => generated 552 bytes in 566 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2884] 10.0.0.244 () {34 vars in 676 bytes} [Tue May 26 07:04:33 2026] POST /v2.0/floatingips => generated 552 bytes in 588 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2885] 10.0.0.244 () {34 vars in 676 bytes} [Tue May 26 07:04:34 2026] POST /v2.0/floatingips => generated 552 bytes in 633 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2886] 10.0.0.244 () {34 vars in 676 bytes} [Tue May 26 07:04:34 2026] POST /v2.0/floatingips => generated 552 bytes in 599 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2887] 10.0.0.244 () {34 vars in 759 bytes} [Tue May 26 07:04:35 2026] PUT /v2.0/floatingips/e5158389-4943-4461-baa1-888a8ebe349f/tags => generated 17 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2888] 10.0.0.244 () {34 vars in 759 bytes} [Tue May 26 07:04:35 2026] PUT /v2.0/floatingips/33333fdf-9c29-4270-b184-6d9ba27a325d/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2889] 10.0.0.244 () {34 vars in 759 bytes} [Tue May 26 07:04:35 2026] PUT /v2.0/floatingips/9a599eb2-c936-40f8-ba73-35e64e684745/tags => generated 34 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2890] 10.0.0.244 () {34 vars in 759 bytes} [Tue May 26 07:04:35 2026] PUT /v2.0/floatingips/fb4ccb25-d82f-4378-9de2-c1238dc254ce/tags => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2891] 199.204.45.250 () {30 vars in 703 bytes} [Tue May 26 07:04:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2892] 199.204.45.250 () {30 vars in 705 bytes} [Tue May 26 07:04:35 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: 1506/2893] 199.204.45.250 () {30 vars in 681 bytes} [Tue May 26 07:04:35 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: 1507/2894] 199.204.45.250 () {30 vars in 717 bytes} [Tue May 26 07:04:35 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: 1388/2895] 10.0.0.244 () {32 vars in 672 bytes} [Tue May 26 07:04:35 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2896] 199.204.45.250 () {30 vars in 741 bytes} [Tue May 26 07:04:35 2026] GET /v2.0/subnets/0de1bf98-88f0-4f88-9fb0-52b62c1b9194 => generated 674 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2897] 199.204.45.250 () {30 vars in 769 bytes} [Tue May 26 07:04:36 2026] GET /v2.0/ports?device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 5385 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2898] 10.0.0.244 () {32 vars in 686 bytes} [Tue May 26 07:04:35 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2899] 10.0.0.244 () {32 vars in 682 bytes} [Tue May 26 07:04:36 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2900] 10.0.0.244 () {32 vars in 694 bytes} [Tue May 26 07:04:36 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2901] 199.204.45.250 () {30 vars in 703 bytes} [Tue May 26 07:04:36 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: 1392/2902] 199.204.45.250 () {30 vars in 705 bytes} [Tue May 26 07:04:36 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: 1393/2903] 199.204.45.250 () {30 vars in 681 bytes} [Tue May 26 07:04:36 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: 1394/2904] 199.204.45.250 () {30 vars in 717 bytes} [Tue May 26 07:04:36 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2905] 10.0.0.244 () {32 vars in 680 bytes} [Tue May 26 07:04:36 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2906] 199.204.45.250 () {30 vars in 737 bytes} [Tue May 26 07:04:36 2026] GET /v2.0/ports/4b5c249a-a4cb-4a4c-955a-f14de7df9453 => generated 1524 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2907] 10.0.0.244 () {32 vars in 694 bytes} [Tue May 26 07:04:36 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2908] 10.0.0.244 () {32 vars in 690 bytes} [Tue May 26 07:04:36 2026] GET /v2.0/floatingips?not-tags-any=blue => 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: 1397/2909] 10.0.0.244 () {32 vars in 702 bytes} [Tue May 26 07:04:36 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 07:04:36.575 8 INFO neutron_taas.services.taas.taas_plugin [None req-381eac44-da64-4138-984b-0095f7f1b493 4597560545a645fea8b620f7b389b7ec 68e0c6490e5b4f88a68d0d78fb39fed1 - - default default] TaaS: Handle Delete Port: 9838ac0f-b542-4b8c-b4ab-9181e9157246 2026-05-26 07:04:36.579 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-381eac44-da64-4138-984b-0095f7f1b493 4597560545a645fea8b620f7b389b7ec 68e0c6490e5b4f88a68d0d78fb39fed1 - - default default] Tap Mirror: Handle Delete Port: 9838ac0f-b542-4b8c-b4ab-9181e9157246 [pid: 7|app: 0|req: 1513/2910] 199.204.45.250 () {34 vars in 790 bytes} [Tue May 26 07:04:36 2026] PUT /v2.0/ports/4b5c249a-a4cb-4a4c-955a-f14de7df9453 => generated 1311 bytes in 353 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 07:04:36.725 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5bca387c-e9d9-4b33-b5d0-9aa7211dd5df'] response: {'name': 'network-changed', 'server_uuid': '6a77f4f9-c24c-4a78-a70c-8c894d8d17ab', 'tag': '4b5c249a-a4cb-4a4c-955a-f14de7df9453', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1514/2911] 199.204.45.250 () {30 vars in 743 bytes} [Tue May 26 07:04:36 2026] GET /v2.0/networks/0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9 => generated 797 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2912] 10.0.0.244 () {32 vars in 732 bytes} [Tue May 26 07:04:36 2026] DELETE /v2.0/floatingips/e5158389-4943-4461-baa1-888a8ebe349f => generated 0 bytes in 312 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/2913] 199.204.45.250 () {30 vars in 741 bytes} [Tue May 26 07:04:36 2026] GET /v2.0/subnets/a4def99d-bc60-45ee-abe8-60c6fb7fec7d => generated 746 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2914] 199.204.45.250 () {30 vars in 737 bytes} [Tue May 26 07:04:36 2026] GET /v2.0/ports/4b5c249a-a4cb-4a4c-955a-f14de7df9453 => generated 1347 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 07:04:36.884 8 INFO neutron_taas.services.taas.taas_plugin [None req-03245812-3359-4f6c-a4d6-6b7708bd8ec4 4597560545a645fea8b620f7b389b7ec 68e0c6490e5b4f88a68d0d78fb39fed1 - - default default] TaaS: Handle Delete Port: 96ba9ac6-e3dc-4288-b379-72bf8bf65666 2026-05-26 07:04:36.887 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03245812-3359-4f6c-a4d6-6b7708bd8ec4 4597560545a645fea8b620f7b389b7ec 68e0c6490e5b4f88a68d0d78fb39fed1 - - default default] Tap Mirror: Handle Delete Port: 96ba9ac6-e3dc-4288-b379-72bf8bf65666 [pid: 8|app: 0|req: 1399/2915] 10.0.0.244 () {32 vars in 732 bytes} [Tue May 26 07:04:36 2026] DELETE /v2.0/floatingips/33333fdf-9c29-4270-b184-6d9ba27a325d => generated 0 bytes in 261 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:04:37.160 8 INFO neutron_taas.services.taas.taas_plugin [None req-f97fefdb-e868-4fb8-b167-dab622520833 4597560545a645fea8b620f7b389b7ec 68e0c6490e5b4f88a68d0d78fb39fed1 - - default default] TaaS: Handle Delete Port: 3a078663-936d-4c18-85b1-8bb16a17d336 [pid: 7|app: 0|req: 1517/2916] 199.204.45.250 () {34 vars in 789 bytes} [Tue May 26 07:04:36 2026] PUT /v2.0/ports/4b5c249a-a4cb-4a4c-955a-f14de7df9453 => generated 1080 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 07:04:37.162 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f97fefdb-e868-4fb8-b167-dab622520833 4597560545a645fea8b620f7b389b7ec 68e0c6490e5b4f88a68d0d78fb39fed1 - - default default] Tap Mirror: Handle Delete Port: 3a078663-936d-4c18-85b1-8bb16a17d336 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1518/2917] 199.204.45.250 () {30 vars in 743 bytes} [Tue May 26 07:04:37 2026] GET /v2.0/networks/0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9 => generated 797 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2918] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 07:04:37 2026] GET /v2.0/ports?tenant_id=57f329dbf7e343d3bb8c1246550504c9&device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 4977 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2919] 199.204.45.250 () {30 vars in 769 bytes} [Tue May 26 07:04:37 2026] GET /v2.0/ports?device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => 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: 1400/2920] 10.0.0.244 () {32 vars in 732 bytes} [Tue May 26 07:04:37 2026] DELETE /v2.0/floatingips/9a599eb2-c936-40f8-ba73-35e64e684745 => generated 0 bytes in 329 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/2921] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 07:04:37 2026] GET /v2.0/networks?id=0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9 => generated 800 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/2922] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 07:04:37 2026] GET /v2.0/networks/0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 07:04:37.526 8 INFO neutron_taas.services.taas.taas_plugin [None req-16292093-fa13-431f-bfee-bb5d9f07bbc4 4597560545a645fea8b620f7b389b7ec 68e0c6490e5b4f88a68d0d78fb39fed1 - - default default] TaaS: Handle Delete Port: 92a85e8c-1308-45d9-8f70-ce290226af83 [pid: 7|app: 0|req: 1523/2923] 199.204.45.250 () {30 vars in 769 bytes} [Tue May 26 07:04:37 2026] GET /v2.0/ports?device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 4977 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 07:04:37.529 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16292093-fa13-431f-bfee-bb5d9f07bbc4 4597560545a645fea8b620f7b389b7ec 68e0c6490e5b4f88a68d0d78fb39fed1 - - default default] Tap Mirror: Handle Delete Port: 92a85e8c-1308-45d9-8f70-ce290226af83 [pid: 7|app: 0|req: 1524/2924] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 07:04:37 2026] GET /v2.0/networks/0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9?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: 1401/2925] 10.0.0.244 () {32 vars in 732 bytes} [Tue May 26 07:04:37 2026] DELETE /v2.0/floatingips/fb4ccb25-d82f-4378-9de2-c1238dc254ce => generated 0 bytes in 313 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:04:37.829 7 INFO neutron_taas.services.taas.taas_plugin [None req-c2833afd-43b0-436e-a289-e6bb23060911 4597560545a645fea8b620f7b389b7ec 68e0c6490e5b4f88a68d0d78fb39fed1 - - default default] TaaS: Handle Delete Port: cd6f31dd-b466-44f0-af6e-22279c02b771 2026-05-26 07:04:37.833 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2833afd-43b0-436e-a289-e6bb23060911 4597560545a645fea8b620f7b389b7ec 68e0c6490e5b4f88a68d0d78fb39fed1 - - default default] Tap Mirror: Handle Delete Port: cd6f31dd-b466-44f0-af6e-22279c02b771 [pid: 7|app: 0|req: 1525/2926] 10.0.0.244 () {32 vars in 732 bytes} [Tue May 26 07:04:37 2026] DELETE /v2.0/floatingips/ebf9df4a-9c64-4f7a-8c2b-9247d90ec3cf => generated 0 bytes in 359 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2927] 199.204.45.250 () {30 vars in 769 bytes} [Tue May 26 07:04:38 2026] GET /v2.0/ports?device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 4977 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 07:04:38.771 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-718968fd-734e-4c5e-a449-b4c02cd5bc2a'] response: {'name': 'network-changed', 'server_uuid': '6a77f4f9-c24c-4a78-a70c-8c894d8d17ab', 'tag': '4b5c249a-a4cb-4a4c-955a-f14de7df9453', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1403/2928] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 07:04:39 2026] GET /v2.0/ports?tenant_id=57f329dbf7e343d3bb8c1246550504c9&device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 4977 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2929] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 07:04:39 2026] GET /v2.0/networks?id=0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2930] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 07:04:39 2026] GET /v2.0/networks/0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9?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: 1526/2931] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:04:39 2026] GET /v2.0/security-groups?tenant_id=92bcd03e46934114a8ee2b02ea9c62f3&name=default => generated 2929 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2932] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 07:04:39 2026] GET /v2.0/networks/0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9?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: 1527/2933] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:04:39 2026] DELETE /v2.0/security-groups/3881adc9-193e-41da-8f46-45f8b486cbcc => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2934] 199.204.45.250 () {30 vars in 769 bytes} [Tue May 26 07:04:39 2026] GET /v2.0/ports?device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 4977 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2935] 199.204.45.250 () {34 vars in 975 bytes} [Tue May 26 07:04:39 2026] GET /v2.0/ports/4b5c249a-a4cb-4a4c-955a-f14de7df9453 => generated 1116 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2936] 199.204.45.250 () {34 vars in 1060 bytes} [Tue May 26 07:04:39 2026] GET /v2.0/ports/4b5c249a-a4cb-4a4c-955a-f14de7df9453?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: 7|app: 0|req: 1528/2937] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:04:39 2026] GET /v2.0/security-groups?tenant_id=febecd65e639496d85ca1d84bc9bdec7&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2938] 199.204.45.250 () {34 vars in 1016 bytes} [Tue May 26 07:04:39 2026] GET /v2.0/networks/0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9?fields=dns_domain => generated 29 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/2939] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:04:39 2026] DELETE /v2.0/security-groups/c1561eab-f631-46b6-903c-ff8615f6db45 => 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: 1411/2940] 199.204.45.250 () {38 vars in 1028 bytes} [Tue May 26 07:04:39 2026] PUT /v2.0/ports/4b5c249a-a4cb-4a4c-955a-f14de7df9453 => generated 917 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/2941] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:04:40 2026] GET /v2.0/security-groups?tenant_id=68e0c6490e5b4f88a68d0d78fb39fed1&name=default => generated 2929 bytes in 159 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: 1412/2942] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:04:40 2026] DELETE /v2.0/security-groups/a638d426-efac-468d-8543-42dfefb9df90 => 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: 1531/2943] 199.204.45.250 () {30 vars in 769 bytes} [Tue May 26 07:04:40 2026] GET /v2.0/ports?device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 3869 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 07:04:40.937 8 INFO neutron_taas.services.taas.taas_plugin [None req-f6fa8ff0-b45a-4c7d-8d26-c9922838cd56 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: 4b5c249a-a4cb-4a4c-955a-f14de7df9453 2026-05-26 07:04:40.940 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6fa8ff0-b45a-4c7d-8d26-c9922838cd56 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: 4b5c249a-a4cb-4a4c-955a-f14de7df9453 [pid: 8|app: 0|req: 1413/2944] 199.204.45.250 () {32 vars in 759 bytes} [Tue May 26 07:04:40 2026] DELETE /v2.0/ports/4b5c249a-a4cb-4a4c-955a-f14de7df9453 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/2945] 199.204.45.250 () {30 vars in 703 bytes} [Tue May 26 07:04:41 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2946] 199.204.45.250 () {30 vars in 705 bytes} [Tue May 26 07:04:41 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: 1533/2947] 199.204.45.250 () {30 vars in 681 bytes} [Tue May 26 07:04:41 2026] GET /v2.0/extensions/qos => generated 166 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2948] 199.204.45.250 () {30 vars in 717 bytes} [Tue May 26 07:04:41 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/2949] 199.204.45.250 () {30 vars in 741 bytes} [Tue May 26 07:04:41 2026] GET /v2.0/subnets/34abfc85-af80-414c-8ce7-9af40f691c33 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2950] 199.204.45.250 () {30 vars in 737 bytes} [Tue May 26 07:04:41 2026] GET /v2.0/ports/76b60744-6a7d-4461-8746-3eeb870c2d17 => 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: 1535/2951] 199.204.45.250 () {30 vars in 737 bytes} [Tue May 26 07:04:41 2026] GET /v2.0/ports/a23a3511-209c-47cb-b5c0-6637c43f4750 => generated 1346 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2952] 199.204.45.250 () {30 vars in 741 bytes} [Tue May 26 07:04:41 2026] GET /v2.0/subnets/34abfc85-af80-414c-8ce7-9af40f691c33 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/2953] 199.204.45.250 () {30 vars in 743 bytes} [Tue May 26 07:04:41 2026] GET /v2.0/networks/531012e0-9a81-44f4-a03d-fc2f12da6b4b => generated 799 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2954] 199.204.45.250 () {30 vars in 737 bytes} [Tue May 26 07:04:41 2026] GET /v2.0/ports/76b60744-6a7d-4461-8746-3eeb870c2d17 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/2955] 199.204.45.250 () {30 vars in 741 bytes} [Tue May 26 07:04:41 2026] GET /v2.0/subnets/34abfc85-af80-414c-8ce7-9af40f691c33 => generated 675 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2958] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 07:04:41 2026] GET /v2.0/ports?tenant_id=57f329dbf7e343d3bb8c1246550504c9&device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 3869 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/2959] 199.204.45.250 () {34 vars in 1226 bytes} [Tue May 26 07:04:41 2026] GET /v2.0/networks?id=61829487-0866-4479-a5b8-dd6e49bf76ae&id=531012e0-9a81-44f4-a03d-fc2f12da6b4b&id=1af515b1-7ab1-4fde-b723-3bc310656838&id=0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9 => generated 3096 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2960] 199.204.45.250 () {34 vars in 1062 bytes} [Tue May 26 07:04:41 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.185&port_id=2868fb9e-f293-444f-86fa-3d40ede8e93d => 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: 1540/2961] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 07:04:41 2026] GET /v2.0/subnets?id=affe0cc8-5aae-4cff-8afd-436fa6f322c0 => generated 654 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2962] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:04:42 2026] GET /v2.0/ports?network_id=61829487-0866-4479-a5b8-dd6e49bf76ae&device_owner=network%3Adhcp => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/2963] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 07:04:42 2026] GET /v2.0/networks/61829487-0866-4479-a5b8-dd6e49bf76ae?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2964] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 07:04:42 2026] GET /v2.0/networks/61829487-0866-4479-a5b8-dd6e49bf76ae?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/2965] 199.204.45.250 () {34 vars in 1056 bytes} [Tue May 26 07:04:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.79&port_id=a23a3511-209c-47cb-b5c0-6637c43f4750 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2966] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 07:04:42 2026] GET /v2.0/subnets?id=34abfc85-af80-414c-8ce7-9af40f691c33 => generated 678 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/2967] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:04:42 2026] GET /v2.0/ports?network_id=531012e0-9a81-44f4-a03d-fc2f12da6b4b&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2968] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 07:04:42 2026] GET /v2.0/networks/531012e0-9a81-44f4-a03d-fc2f12da6b4b?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: 1544/2969] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 07:04:42 2026] GET /v2.0/networks/531012e0-9a81-44f4-a03d-fc2f12da6b4b?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: 1426/2970] 199.204.45.250 () {34 vars in 1058 bytes} [Tue May 26 07:04:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.145&port_id=d9818c6e-225e-4eca-a3c7-52bc3fa2f56d => 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: 1545/2971] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 07:04:42 2026] GET /v2.0/subnets?id=0de1bf98-88f0-4f88-9fb0-52b62c1b9194 => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2972] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:04:42 2026] GET /v2.0/ports?network_id=1af515b1-7ab1-4fde-b723-3bc310656838&device_owner=network%3Adhcp => generated 1457 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/2973] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 07:04:42 2026] GET /v2.0/networks/1af515b1-7ab1-4fde-b723-3bc310656838?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: 1428/2974] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 07:04:42 2026] GET /v2.0/networks/1af515b1-7ab1-4fde-b723-3bc310656838?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 07:04:45.451 7 INFO neutron.db.segments_db [None req-4835216a-62d3-4a4f-afc0-3e48fb877c49 51fb9665fdcd422fb8d63b1d8639d800 122063f682444442b0fd324d3fa063c2 - - default default] Added segment 9a5295a7-1393-423f-8992-851be4307dd8 of type vxlan for network a87749cf-60ab-45e3-b7e7-fb6641b06b8d [pid: 7|app: 0|req: 1547/2975] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 07:04:45 2026] POST /v2.0/networks => generated 631 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 07:04:45.632 8 INFO neutron.db.segments_db [None req-e419a5fc-33cd-464f-97e0-5013776d5d4d 51fb9665fdcd422fb8d63b1d8639d800 122063f682444442b0fd324d3fa063c2 - - default default] Added segment 9de3e0cc-c60e-4d91-86c6-32b6967802cf of type vxlan for network c06df888-6545-48dc-9a7b-4dea60778ef5 [pid: 8|app: 0|req: 1429/2976] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 07:04:45 2026] POST /v2.0/networks => generated 632 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 07:04:45.837 7 INFO neutron.db.segments_db [None req-88e31664-5e57-4274-bb95-2dd29f3d6ccf 51fb9665fdcd422fb8d63b1d8639d800 122063f682444442b0fd324d3fa063c2 - - default default] Added segment 59ed1923-a633-441b-a2ca-91d8e34df033 of type vxlan for network ce1b1a91-762f-4e65-a473-d9da9268441b [pid: 7|app: 0|req: 1548/2977] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 07:04:45 2026] POST /v2.0/networks => generated 631 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 07:04:46.055 8 INFO neutron.db.segments_db [None req-6305708b-fd74-4090-b8d3-fbe96d4b4277 51fb9665fdcd422fb8d63b1d8639d800 122063f682444442b0fd324d3fa063c2 - - default default] Added segment 0f8204f8-0837-4b0e-a5c6-5492e960212d of type vxlan for network 4fe470ee-0fa7-47c9-83d9-9ed120beed39 [pid: 8|app: 0|req: 1430/2978] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 07:04:45 2026] POST /v2.0/networks => generated 631 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 07:04:46.235 7 INFO neutron.db.segments_db [None req-eab618e0-29c6-46c4-bd91-4cc267fae9e7 51fb9665fdcd422fb8d63b1d8639d800 122063f682444442b0fd324d3fa063c2 - - default default] Added segment 425c0e54-5b8a-4292-bbc8-8c475195b641 of type vxlan for network 52ef9a44-537b-456e-9f14-52931dba84a4 [pid: 7|app: 0|req: 1549/2979] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 07:04:46 2026] POST /v2.0/networks => generated 632 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2980] 10.0.0.244 () {34 vars in 753 bytes} [Tue May 26 07:04:46 2026] PUT /v2.0/networks/a87749cf-60ab-45e3-b7e7-fb6641b06b8d/tags => generated 17 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2981] 199.204.45.250 () {30 vars in 703 bytes} [Tue May 26 07:04:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2982] 199.204.45.250 () {30 vars in 705 bytes} [Tue May 26 07:04:46 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: 1434/2983] 199.204.45.250 () {30 vars in 681 bytes} [Tue May 26 07:04:46 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/2984] 10.0.0.244 () {34 vars in 753 bytes} [Tue May 26 07:04:46 2026] PUT /v2.0/networks/c06df888-6545-48dc-9a7b-4dea60778ef5/tags => generated 25 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/2985] 199.204.45.250 () {30 vars in 717 bytes} [Tue May 26 07:04:46 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: 1552/2986] 199.204.45.250 () {30 vars in 769 bytes} [Tue May 26 07:04:46 2026] GET /v2.0/ports?device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 3869 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2987] 10.0.0.244 () {34 vars in 753 bytes} [Tue May 26 07:04:46 2026] PUT /v2.0/networks/ce1b1a91-762f-4e65-a473-d9da9268441b/tags => generated 34 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/2988] 10.0.0.244 () {34 vars in 753 bytes} [Tue May 26 07:04:46 2026] PUT /v2.0/networks/4fe470ee-0fa7-47c9-83d9-9ed120beed39/tags => generated 19 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2989] 10.0.0.244 () {32 vars in 666 bytes} [Tue May 26 07:04:46 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2990] 199.204.45.250 () {30 vars in 703 bytes} [Tue May 26 07:04:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2991] 199.204.45.250 () {30 vars in 705 bytes} [Tue May 26 07:04:46 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: 1439/2992] 199.204.45.250 () {30 vars in 681 bytes} [Tue May 26 07:04:46 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2993] 199.204.45.250 () {30 vars in 717 bytes} [Tue May 26 07:04:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2994] 199.204.45.250 () {30 vars in 737 bytes} [Tue May 26 07:04:46 2026] GET /v2.0/ports/d9818c6e-225e-4eca-a3c7-52bc3fa2f56d => generated 1291 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2995] 199.204.45.250 () {34 vars in 789 bytes} [Tue May 26 07:04:46 2026] PUT /v2.0/ports/d9818c6e-225e-4eca-a3c7-52bc3fa2f56d => generated 1080 bytes in 390 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 07:04:47.394 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fa08aa9a-66bd-42bc-a767-2d332a365ac0'] response: {'name': 'network-changed', 'server_uuid': '6a77f4f9-c24c-4a78-a70c-8c894d8d17ab', 'tag': 'd9818c6e-225e-4eca-a3c7-52bc3fa2f56d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1554/2996] 10.0.0.244 () {32 vars in 680 bytes} [Tue May 26 07:04:46 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 641 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2997] 199.204.45.250 () {30 vars in 743 bytes} [Tue May 26 07:04:47 2026] GET /v2.0/networks/1af515b1-7ab1-4fde-b723-3bc310656838 => generated 798 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/2998] 10.0.0.244 () {32 vars in 676 bytes} [Tue May 26 07:04:47 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2999] 199.204.45.250 () {30 vars in 769 bytes} [Tue May 26 07:04:47 2026] GET /v2.0/ports?device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 3694 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3000] 10.0.0.244 () {32 vars in 688 bytes} [Tue May 26 07:04:47 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3001] 199.204.45.250 () {30 vars in 769 bytes} [Tue May 26 07:04:47 2026] GET /v2.0/ports?device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 3694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/3002] 10.0.0.244 () {32 vars in 674 bytes} [Tue May 26 07:04:47 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3003] 10.0.0.244 () {32 vars in 688 bytes} [Tue May 26 07:04:47 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/3004] 10.0.0.244 () {32 vars in 684 bytes} [Tue May 26 07:04:47 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/3005] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 07:04:47 2026] GET /v2.0/ports?tenant_id=57f329dbf7e343d3bb8c1246550504c9&device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 3694 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3006] 10.0.0.244 () {32 vars in 696 bytes} [Tue May 26 07:04:47 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/3007] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 07:04:47 2026] GET /v2.0/networks?id=1af515b1-7ab1-4fde-b723-3bc310656838 => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/3008] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 07:04:48 2026] GET /v2.0/networks/1af515b1-7ab1-4fde-b723-3bc310656838?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 07:04:48.135 7 INFO neutron.services.segments.plugin [-] Segment 9a5295a7-1393-423f-8992-851be4307dd8 resource provider aggregate not found [pid: 8|app: 0|req: 1450/3009] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 07:04:48 2026] GET /v2.0/networks/1af515b1-7ab1-4fde-b723-3bc310656838?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 07:04:48.136 7 INFO neutron.services.segments.plugin [-] Segment 9a5295a7-1393-423f-8992-851be4307dd8 resource provider aggregate not found 2026-05-26 07:04:48.156 7 INFO neutron.services.segments.plugin [-] Segment 9a5295a7-1393-423f-8992-851be4307dd8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a5295a7-1393-423f-8992-851be4307dd8 found for delete ", "request_id": "req-01730319-7a2e-44f6-9c61-5ee239f133cc"}]} 2026-05-26 07:04:48.157 7 INFO neutron.services.segments.plugin [-] Segment 9a5295a7-1393-423f-8992-851be4307dd8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a5295a7-1393-423f-8992-851be4307dd8 found for delete ", "request_id": "req-7f5f476c-d9f4-432a-8a36-1c09ec9bcbef"}]} [pid: 7|app: 0|req: 1560/3010] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 07:04:47 2026] DELETE /v2.0/networks/a87749cf-60ab-45e3-b7e7-fb6641b06b8d => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 07:04:48.303 8 INFO neutron.services.segments.plugin [-] Segment 9de3e0cc-c60e-4d91-86c6-32b6967802cf resource provider aggregate not found 2026-05-26 07:04:48.309 8 INFO neutron.services.segments.plugin [-] Segment 9de3e0cc-c60e-4d91-86c6-32b6967802cf resource provider aggregate not found 2026-05-26 07:04:48.324 8 INFO neutron.services.segments.plugin [-] Segment 9de3e0cc-c60e-4d91-86c6-32b6967802cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9de3e0cc-c60e-4d91-86c6-32b6967802cf found for delete ", "request_id": "req-5a606277-af86-439f-9b79-f34d1ce5f086"}]} [pid: 8|app: 0|req: 1451/3011] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 07:04:48 2026] DELETE /v2.0/networks/c06df888-6545-48dc-9a7b-4dea60778ef5 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 07:04:48.346 8 INFO neutron.services.segments.plugin [-] Segment 9de3e0cc-c60e-4d91-86c6-32b6967802cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9de3e0cc-c60e-4d91-86c6-32b6967802cf found for delete ", "request_id": "req-bfa0cbcc-6108-44d5-a528-f7a1df3102e2"}]} [pid: 7|app: 0|req: 1561/3012] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 07:04:48 2026] DELETE /v2.0/networks/ce1b1a91-762f-4e65-a473-d9da9268441b => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/3013] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 07:04:48 2026] DELETE /v2.0/networks/4fe470ee-0fa7-47c9-83d9-9ed120beed39 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/3014] 199.204.45.250 () {30 vars in 769 bytes} [Tue May 26 07:04:48 2026] GET /v2.0/ports?device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 3694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3015] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 07:04:48 2026] DELETE /v2.0/networks/52ef9a44-537b-456e-9f14-52931dba84a4 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/3016] 199.204.45.250 () {34 vars in 975 bytes} [Tue May 26 07:04:49 2026] GET /v2.0/ports/d9818c6e-225e-4eca-a3c7-52bc3fa2f56d => generated 1116 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/3017] 199.204.45.250 () {34 vars in 1060 bytes} [Tue May 26 07:04:49 2026] GET /v2.0/ports/d9818c6e-225e-4eca-a3c7-52bc3fa2f56d?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/3018] 199.204.45.250 () {30 vars in 769 bytes} [Tue May 26 07:04:49 2026] GET /v2.0/ports?device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 3694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/3019] 199.204.45.250 () {34 vars in 1016 bytes} [Tue May 26 07:04:49 2026] GET /v2.0/networks/1af515b1-7ab1-4fde-b723-3bc310656838?fields=dns_domain => generated 29 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3020] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:04:49 2026] GET /v2.0/security-groups?tenant_id=440c7f7161a94780a9a2a50686230056&name=default => generated 2929 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/3021] 199.204.45.250 () {38 vars in 1028 bytes} [Tue May 26 07:04:49 2026] PUT /v2.0/ports/d9818c6e-225e-4eca-a3c7-52bc3fa2f56d => generated 917 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 07:04:50.183 7 INFO neutron.services.segments.plugin [-] Segment 59ed1923-a633-441b-a2ca-91d8e34df033 resource provider aggregate not found 2026-05-26 07:04:50.189 7 INFO neutron.services.segments.plugin [-] Segment 59ed1923-a633-441b-a2ca-91d8e34df033 resource provider aggregate not found 2026-05-26 07:04:50.208 7 INFO neutron.services.segments.plugin [-] Segment 59ed1923-a633-441b-a2ca-91d8e34df033 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59ed1923-a633-441b-a2ca-91d8e34df033 found for delete ", "request_id": "req-f932724d-b443-46db-ab0b-8d44731d2997"}]} 2026-05-26 07:04:50.211 7 INFO neutron.services.segments.plugin [-] Segment 59ed1923-a633-441b-a2ca-91d8e34df033 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59ed1923-a633-441b-a2ca-91d8e34df033 found for delete ", "request_id": "req-ad10ab16-e1f9-4f2c-a7db-7d2aade0fb80"}]} [pid: 7|app: 0|req: 1564/3022] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:04:50 2026] DELETE /v2.0/security-groups/4696ae90-aa4a-4bce-94a7-ee458229bfd8 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:04:50.233 7 INFO neutron.services.segments.plugin [-] Segment 425c0e54-5b8a-4292-bbc8-8c475195b641 resource provider aggregate not found 2026-05-26 07:04:50.237 7 INFO neutron.services.segments.plugin [-] Segment 425c0e54-5b8a-4292-bbc8-8c475195b641 resource provider aggregate not found 2026-05-26 07:04:50.251 7 INFO neutron.services.segments.plugin [-] Segment 425c0e54-5b8a-4292-bbc8-8c475195b641 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 425c0e54-5b8a-4292-bbc8-8c475195b641 found for delete ", "request_id": "req-2e502d33-79aa-4e02-8798-9146d539a2b2"}]} 2026-05-26 07:04:50.254 7 INFO neutron.services.segments.plugin [-] Segment 425c0e54-5b8a-4292-bbc8-8c475195b641 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 425c0e54-5b8a-4292-bbc8-8c475195b641 found for delete ", "request_id": "req-c3f95435-41ca-4a01-98df-6fa2449446f7"}]} 2026-05-26 07:04:50.340 8 INFO neutron.services.segments.plugin [-] Segment 0f8204f8-0837-4b0e-a5c6-5492e960212d resource provider aggregate not found 2026-05-26 07:04:50.374 8 INFO neutron.services.segments.plugin [-] Segment 0f8204f8-0837-4b0e-a5c6-5492e960212d resource provider aggregate not found 2026-05-26 07:04:50.380 8 INFO neutron.services.segments.plugin [-] Segment 0f8204f8-0837-4b0e-a5c6-5492e960212d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f8204f8-0837-4b0e-a5c6-5492e960212d found for delete ", "request_id": "req-4c8446f7-b2ca-4f64-9807-63816f82b2ea"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 07:04:50.397 8 INFO neutron.services.segments.plugin [-] Segment 0f8204f8-0837-4b0e-a5c6-5492e960212d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f8204f8-0837-4b0e-a5c6-5492e960212d found for delete ", "request_id": "req-8594039b-d7fb-4f2e-822e-71f88850bf87"}]} [pid: 8|app: 0|req: 1459/3023] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:04:50 2026] GET /v2.0/security-groups?tenant_id=122063f682444442b0fd324d3fa063c2&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3024] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:04:50 2026] DELETE /v2.0/security-groups/0d155ad7-c0f9-46b5-abce-585f9ec79d97 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/3025] 199.204.45.250 () {30 vars in 769 bytes} [Tue May 26 07:04:50 2026] GET /v2.0/ports?device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 2586 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3026] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:04:50 2026] GET /v2.0/security-groups?tenant_id=40d8f861e8a845a7a7110c34f69b903c&name=default => generated 2929 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 07:04:51.071 8 INFO neutron_taas.services.taas.taas_plugin [None req-7375cecd-687a-4ebb-8434-32102384bae6 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: d9818c6e-225e-4eca-a3c7-52bc3fa2f56d 2026-05-26 07:04:51.075 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7375cecd-687a-4ebb-8434-32102384bae6 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: d9818c6e-225e-4eca-a3c7-52bc3fa2f56d [pid: 8|app: 0|req: 1461/3027] 199.204.45.250 () {32 vars in 759 bytes} [Tue May 26 07:04:50 2026] DELETE /v2.0/ports/d9818c6e-225e-4eca-a3c7-52bc3fa2f56d => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3028] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:04:51 2026] DELETE /v2.0/security-groups/d15973c8-62ca-4a27-b17d-da0f1719b796 => 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: 1462/3029] 199.204.45.250 () {30 vars in 703 bytes} [Tue May 26 07:04:51 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3030] 199.204.45.250 () {30 vars in 705 bytes} [Tue May 26 07:04:51 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: 1463/3031] 199.204.45.250 () {30 vars in 681 bytes} [Tue May 26 07:04:51 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: 1569/3032] 199.204.45.250 () {30 vars in 717 bytes} [Tue May 26 07:04:51 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: 1464/3033] 199.204.45.250 () {30 vars in 741 bytes} [Tue May 26 07:04:51 2026] GET /v2.0/subnets/34abfc85-af80-414c-8ce7-9af40f691c33 => generated 675 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3034] 199.204.45.250 () {30 vars in 737 bytes} [Tue May 26 07:04:51 2026] GET /v2.0/ports/76b60744-6a7d-4461-8746-3eeb870c2d17 => generated 1132 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/3035] 199.204.45.250 () {30 vars in 737 bytes} [Tue May 26 07:04:51 2026] GET /v2.0/ports/a23a3511-209c-47cb-b5c0-6637c43f4750 => generated 1346 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3036] 199.204.45.250 () {30 vars in 741 bytes} [Tue May 26 07:04:51 2026] GET /v2.0/subnets/34abfc85-af80-414c-8ce7-9af40f691c33 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/3037] 199.204.45.250 () {30 vars in 743 bytes} [Tue May 26 07:04:51 2026] GET /v2.0/networks/531012e0-9a81-44f4-a03d-fc2f12da6b4b => generated 799 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3038] 199.204.45.250 () {30 vars in 737 bytes} [Tue May 26 07:04:51 2026] GET /v2.0/ports/76b60744-6a7d-4461-8746-3eeb870c2d17 => generated 1132 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/3039] 199.204.45.250 () {30 vars in 741 bytes} [Tue May 26 07:04:51 2026] GET /v2.0/subnets/34abfc85-af80-414c-8ce7-9af40f691c33 => generated 675 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3040] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 07:04:51 2026] GET /v2.0/ports?tenant_id=57f329dbf7e343d3bb8c1246550504c9&device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => 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: 1468/3041] 199.204.45.250 () {34 vars in 1146 bytes} [Tue May 26 07:04:51 2026] GET /v2.0/networks?id=61829487-0866-4479-a5b8-dd6e49bf76ae&id=531012e0-9a81-44f4-a03d-fc2f12da6b4b&id=1af515b1-7ab1-4fde-b723-3bc310656838 => generated 2310 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3042] 199.204.45.250 () {34 vars in 1062 bytes} [Tue May 26 07:04:51 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.185&port_id=2868fb9e-f293-444f-86fa-3d40ede8e93d => 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: 1469/3043] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 07:04:51 2026] GET /v2.0/subnets?id=affe0cc8-5aae-4cff-8afd-436fa6f322c0 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3044] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:04:51 2026] GET /v2.0/ports?network_id=61829487-0866-4479-a5b8-dd6e49bf76ae&device_owner=network%3Adhcp => generated 1244 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/3045] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 07:04:51 2026] GET /v2.0/networks/61829487-0866-4479-a5b8-dd6e49bf76ae?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3046] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 07:04:52 2026] GET /v2.0/networks/61829487-0866-4479-a5b8-dd6e49bf76ae?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: 1471/3047] 199.204.45.250 () {34 vars in 1056 bytes} [Tue May 26 07:04:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.79&port_id=a23a3511-209c-47cb-b5c0-6637c43f4750 => 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: 1577/3048] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 07:04:52 2026] GET /v2.0/subnets?id=34abfc85-af80-414c-8ce7-9af40f691c33 => generated 678 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/3049] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:04:52 2026] GET /v2.0/ports?network_id=531012e0-9a81-44f4-a03d-fc2f12da6b4b&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: 1578/3050] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 07:04:52 2026] GET /v2.0/networks/531012e0-9a81-44f4-a03d-fc2f12da6b4b?fields=segments => generated 14 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/3051] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 07:04:52 2026] GET /v2.0/networks/531012e0-9a81-44f4-a03d-fc2f12da6b4b?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-05-26 07:04:56.416 7 INFO neutron.db.segments_db [None req-a52c8666-2370-4ea2-ace8-e5c16ed7c346 a2c19b27052244f49450e9f8efe337d2 e11dc15c2bdd43f2970055433faf0efe - - default default] Added segment 78ecac33-7158-4cbd-9725-4cf2ff571852 of type vxlan for network c072b64f-f6ef-43c7-a47b-4da2ccf7aa29 [pid: 7|app: 0|req: 1579/3052] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 07:04:56 2026] POST /v2.0/networks => generated 631 bytes in 456 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/3055] 10.0.0.244 () {34 vars in 664 bytes} [Tue May 26 07:04:56 2026] POST /v2.0/ports => generated 743 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 07:04:57.036 7 INFO neutron.db.segments_db [None req-88018c18-41ee-464c-9f46-7e47a0cee212 a2c19b27052244f49450e9f8efe337d2 e11dc15c2bdd43f2970055433faf0efe - - default default] Added segment 35d30cfd-d8bb-4340-8591-e01398fd44ee of type vxlan for network 13087cab-2b40-4e53-abaa-69dd7c43f75f [pid: 7|app: 0|req: 1582/3056] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 07:04:56 2026] POST /v2.0/networks => generated 631 bytes in 218 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: 1475/3057] 10.0.0.244 () {34 vars in 664 bytes} [Tue May 26 07:04:57 2026] POST /v2.0/ports => generated 743 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 07:04:57.605 7 INFO neutron.db.segments_db [None req-58e64912-487a-490f-92be-e0ea5fbd5cf4 a2c19b27052244f49450e9f8efe337d2 e11dc15c2bdd43f2970055433faf0efe - - default default] Added segment 44aeb272-e86b-48fd-8de2-b3334c0b55d8 of type vxlan for network 779b87d6-e056-4fb1-98e4-568d32c39b60 [pid: 7|app: 0|req: 1583/3058] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 07:04:57 2026] POST /v2.0/networks => generated 631 bytes in 200 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: 1476/3059] 10.0.0.244 () {34 vars in 664 bytes} [Tue May 26 07:04:57 2026] POST /v2.0/ports => generated 743 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 07:04:58.197 7 INFO neutron.db.segments_db [None req-04c4f82d-2096-4911-90c7-b26f86175d53 a2c19b27052244f49450e9f8efe337d2 e11dc15c2bdd43f2970055433faf0efe - - default default] Added segment 2c1bbcb0-c73f-4693-bef6-a0fc62ad6438 of type vxlan for network 0f95e203-4451-4697-8514-5e9333bc8dee [pid: 7|app: 0|req: 1584/3060] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 07:04:58 2026] POST /v2.0/networks => generated 632 bytes in 183 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: 1477/3061] 10.0.0.244 () {34 vars in 664 bytes} [Tue May 26 07:04:58 2026] POST /v2.0/ports => generated 743 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 07:04:58.747 7 INFO neutron.db.segments_db [None req-1d2290ad-e095-4beb-a04d-de7e7fa17f8a a2c19b27052244f49450e9f8efe337d2 e11dc15c2bdd43f2970055433faf0efe - - default default] Added segment 8e5ece7d-0f92-4e7d-9d49-941a118ba044 of type vxlan for network 9ce55308-0818-4762-a482-51f0092831ac [pid: 7|app: 0|req: 1585/3062] 10.0.0.244 () {34 vars in 670 bytes} [Tue May 26 07:04:58 2026] POST /v2.0/networks => generated 632 bytes in 179 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: 1478/3063] 10.0.0.244 () {34 vars in 664 bytes} [Tue May 26 07:04:58 2026] POST /v2.0/ports => generated 743 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3064] 10.0.0.244 () {34 vars in 747 bytes} [Tue May 26 07:04:59 2026] PUT /v2.0/ports/6fe3c9ce-3d52-4392-aaa8-5179e82b1f1f/tags => generated 17 bytes in 64 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: 1479/3065] 10.0.0.244 () {34 vars in 747 bytes} [Tue May 26 07:04:59 2026] PUT /v2.0/ports/e3617ce7-d8c5-4667-8db3-56522898e7c1/tags => generated 25 bytes in 631 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: 1587/3066] 10.0.0.244 () {34 vars in 747 bytes} [Tue May 26 07:04:59 2026] PUT /v2.0/ports/832a56f6-95fb-4bab-95b9-8cebc9a7b26f/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: 1480/3067] 10.0.0.244 () {34 vars in 747 bytes} [Tue May 26 07:04:59 2026] PUT /v2.0/ports/e1d70f84-9834-4910-821a-b138ac9cecc4/tags => generated 19 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1588/3068] 10.0.0.244 () {32 vars in 660 bytes} [Tue May 26 07:05:00 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1481/3069] 10.0.0.244 () {32 vars in 674 bytes} [Tue May 26 07:05:00 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3070] 10.0.0.244 () {32 vars in 670 bytes} [Tue May 26 07:05:00 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/3071] 10.0.0.244 () {32 vars in 682 bytes} [Tue May 26 07:05:00 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3072] 10.0.0.244 () {32 vars in 668 bytes} [Tue May 26 07:05:00 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/3073] 10.0.0.244 () {32 vars in 682 bytes} [Tue May 26 07:05:00 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3074] 10.0.0.244 () {32 vars in 678 bytes} [Tue May 26 07:05:00 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3075] 10.0.0.244 () {32 vars in 690 bytes} [Tue May 26 07:05:00 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 07:05:01.161 7 INFO neutron_taas.services.taas.taas_plugin [None req-4452963a-fe6d-4ed8-8844-cb119fc4e9a0 a2c19b27052244f49450e9f8efe337d2 e11dc15c2bdd43f2970055433faf0efe - - default default] TaaS: Handle Delete Port: 6fe3c9ce-3d52-4392-aaa8-5179e82b1f1f 2026-05-26 07:05:01.165 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4452963a-fe6d-4ed8-8844-cb119fc4e9a0 a2c19b27052244f49450e9f8efe337d2 e11dc15c2bdd43f2970055433faf0efe - - default default] Tap Mirror: Handle Delete Port: 6fe3c9ce-3d52-4392-aaa8-5179e82b1f1f [pid: 7|app: 0|req: 1592/3076] 10.0.0.244 () {32 vars in 720 bytes} [Tue May 26 07:05:01 2026] DELETE /v2.0/ports/6fe3c9ce-3d52-4392-aaa8-5179e82b1f1f => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 07:05:01.378 8 INFO neutron_taas.services.taas.taas_plugin [None req-7efb4013-5bda-4082-ac04-cdac6eb4ddde a2c19b27052244f49450e9f8efe337d2 e11dc15c2bdd43f2970055433faf0efe - - default default] TaaS: Handle Delete Port: e3617ce7-d8c5-4667-8db3-56522898e7c1 2026-05-26 07:05:01.381 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7efb4013-5bda-4082-ac04-cdac6eb4ddde a2c19b27052244f49450e9f8efe337d2 e11dc15c2bdd43f2970055433faf0efe - - default default] Tap Mirror: Handle Delete Port: e3617ce7-d8c5-4667-8db3-56522898e7c1 [pid: 8|app: 0|req: 1485/3077] 10.0.0.244 () {32 vars in 720 bytes} [Tue May 26 07:05:01 2026] DELETE /v2.0/ports/e3617ce7-d8c5-4667-8db3-56522898e7c1 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 07:05:01.622 7 INFO neutron_taas.services.taas.taas_plugin [None req-697859b9-76ca-47b5-9263-cfa016ef1270 a2c19b27052244f49450e9f8efe337d2 e11dc15c2bdd43f2970055433faf0efe - - default default] TaaS: Handle Delete Port: 832a56f6-95fb-4bab-95b9-8cebc9a7b26f 2026-05-26 07:05:01.633 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-697859b9-76ca-47b5-9263-cfa016ef1270 a2c19b27052244f49450e9f8efe337d2 e11dc15c2bdd43f2970055433faf0efe - - default default] Tap Mirror: Handle Delete Port: 832a56f6-95fb-4bab-95b9-8cebc9a7b26f [pid: 7|app: 0|req: 1593/3078] 10.0.0.244 () {32 vars in 720 bytes} [Tue May 26 07:05:01 2026] DELETE /v2.0/ports/832a56f6-95fb-4bab-95b9-8cebc9a7b26f => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 07:05:01.876 8 INFO neutron_taas.services.taas.taas_plugin [None req-5c926d2a-f192-4b5f-bfa4-cd1f2ccab39b a2c19b27052244f49450e9f8efe337d2 e11dc15c2bdd43f2970055433faf0efe - - default default] TaaS: Handle Delete Port: e1d70f84-9834-4910-821a-b138ac9cecc4 2026-05-26 07:05:01.880 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c926d2a-f192-4b5f-bfa4-cd1f2ccab39b a2c19b27052244f49450e9f8efe337d2 e11dc15c2bdd43f2970055433faf0efe - - default default] Tap Mirror: Handle Delete Port: e1d70f84-9834-4910-821a-b138ac9cecc4 [pid: 8|app: 0|req: 1486/3079] 10.0.0.244 () {32 vars in 720 bytes} [Tue May 26 07:05:01 2026] DELETE /v2.0/ports/e1d70f84-9834-4910-821a-b138ac9cecc4 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 07:05:02.093 7 INFO neutron_taas.services.taas.taas_plugin [None req-e509df1d-c251-46a8-aef6-2b5074c6af57 a2c19b27052244f49450e9f8efe337d2 e11dc15c2bdd43f2970055433faf0efe - - default default] TaaS: Handle Delete Port: 38f8fab9-fe34-4f2c-8021-19019ed0a3c4 2026-05-26 07:05:02.097 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e509df1d-c251-46a8-aef6-2b5074c6af57 a2c19b27052244f49450e9f8efe337d2 e11dc15c2bdd43f2970055433faf0efe - - default default] Tap Mirror: Handle Delete Port: 38f8fab9-fe34-4f2c-8021-19019ed0a3c4 [pid: 7|app: 0|req: 1594/3080] 10.0.0.244 () {32 vars in 720 bytes} [Tue May 26 07:05:01 2026] DELETE /v2.0/ports/38f8fab9-fe34-4f2c-8021-19019ed0a3c4 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 07:05:02.361 8 INFO neutron.services.segments.plugin [-] Segment 78ecac33-7158-4cbd-9725-4cf2ff571852 resource provider aggregate not found 2026-05-26 07:05:02.365 8 INFO neutron.services.segments.plugin [-] Segment 78ecac33-7158-4cbd-9725-4cf2ff571852 resource provider aggregate not found 2026-05-26 07:05:02.383 8 INFO neutron.services.segments.plugin [-] Segment 78ecac33-7158-4cbd-9725-4cf2ff571852 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78ecac33-7158-4cbd-9725-4cf2ff571852 found for delete ", "request_id": "req-145d252c-0a10-493c-a234-d54532fb399c"}]} 2026-05-26 07:05:02.388 8 INFO neutron.services.segments.plugin [-] Segment 78ecac33-7158-4cbd-9725-4cf2ff571852 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78ecac33-7158-4cbd-9725-4cf2ff571852 found for delete ", "request_id": "req-414ffe65-efbb-4515-93c8-a6dbbcf1e760"}]} [pid: 8|app: 0|req: 1487/3081] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 07:05:02 2026] DELETE /v2.0/networks/c072b64f-f6ef-43c7-a47b-4da2ccf7aa29 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 07:05:02.516 7 INFO neutron.services.segments.plugin [-] Segment 35d30cfd-d8bb-4340-8591-e01398fd44ee resource provider aggregate not found 2026-05-26 07:05:02.525 7 INFO neutron.services.segments.plugin [-] Segment 35d30cfd-d8bb-4340-8591-e01398fd44ee resource provider aggregate not found 2026-05-26 07:05:02.542 7 INFO neutron.services.segments.plugin [-] Segment 35d30cfd-d8bb-4340-8591-e01398fd44ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35d30cfd-d8bb-4340-8591-e01398fd44ee found for delete ", "request_id": "req-a66b82fe-8d71-498d-8906-4a8569011a6e"}]} 2026-05-26 07:05:02.549 7 INFO neutron.services.segments.plugin [-] Segment 35d30cfd-d8bb-4340-8591-e01398fd44ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35d30cfd-d8bb-4340-8591-e01398fd44ee found for delete ", "request_id": "req-ae302e9e-b9df-4489-8dfe-920c7596ccff"}]} [pid: 7|app: 0|req: 1595/3082] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 07:05:02 2026] DELETE /v2.0/networks/13087cab-2b40-4e53-abaa-69dd7c43f75f => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/3083] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 07:05:02 2026] DELETE /v2.0/networks/779b87d6-e056-4fb1-98e4-568d32c39b60 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3084] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 07:05:02 2026] DELETE /v2.0/networks/0f95e203-4451-4697-8514-5e9333bc8dee => 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: 1489/3085] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 07:05:02 2026] DELETE /v2.0/networks/9ce55308-0818-4762-a482-51f0092831ac => 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: 1490/3086] 199.204.45.250 () {30 vars in 703 bytes} [Tue May 26 07:05:03 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: 1491/3087] 199.204.45.250 () {30 vars in 705 bytes} [Tue May 26 07:05:03 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3088] 199.204.45.250 () {30 vars in 681 bytes} [Tue May 26 07:05:03 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3089] 199.204.45.250 () {30 vars in 717 bytes} [Tue May 26 07:05:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 07:05:04.049 8 INFO neutron.api.v2.resource [None req-a28c777f-480b-478f-bad8-874d70f4e523 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1494/3090] 199.204.45.250 () {30 vars in 763 bytes} [Tue May 26 07:05:04 2026] GET /v2.0/security-groups/lb-5e9c2439-1d87-4a87-8694-80a2d3379343 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3091] 199.204.45.250 () {30 vars in 785 bytes} [Tue May 26 07:05:04 2026] GET /v2.0/security-groups?name=lb-5e9c2439-1d87-4a87-8694-80a2d3379343 => generated 2865 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3092] 199.204.45.250 () {30 vars in 815 bytes} [Tue May 26 07:05:04 2026] GET /v2.0/security-group-rules?security_group_id=07563254-18d6-497c-beaa-ccfa5ac6ba01 => generated 2334 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3093] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:05:03 2026] GET /v2.0/security-groups?tenant_id=e11dc15c2bdd43f2970055433faf0efe&name=default => generated 2929 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3094] 199.204.45.250 () {32 vars in 789 bytes} [Tue May 26 07:05:04 2026] DELETE /v2.0/security-group-rules/3a23cd8b-b8c5-4122-b221-aac5f4ed2f2f => 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: 1497/3095] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:05:04 2026] DELETE /v2.0/security-groups/2cc8fd5b-62b5-4055-8863-a527f289b95d => 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: 1599/3096] 199.204.45.250 () {32 vars in 789 bytes} [Tue May 26 07:05:04 2026] DELETE /v2.0/security-group-rules/bb333456-44e9-493e-93e3-9850d05d8cad => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:05:04.413 8 INFO neutron.services.segments.plugin [-] Segment 44aeb272-e86b-48fd-8de2-b3334c0b55d8 resource provider aggregate not found 2026-05-26 07:05:04.417 8 INFO neutron.services.segments.plugin [-] Segment 44aeb272-e86b-48fd-8de2-b3334c0b55d8 resource provider aggregate not found 2026-05-26 07:05:04.439 8 INFO neutron.services.segments.plugin [-] Segment 44aeb272-e86b-48fd-8de2-b3334c0b55d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44aeb272-e86b-48fd-8de2-b3334c0b55d8 found for delete ", "request_id": "req-866aa5f1-8b26-4ee2-9eb1-00e2bfbf4258"}]} 2026-05-26 07:05:04.441 8 INFO neutron.services.segments.plugin [-] Segment 44aeb272-e86b-48fd-8de2-b3334c0b55d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44aeb272-e86b-48fd-8de2-b3334c0b55d8 found for delete ", "request_id": "req-f499b34f-10fe-405e-a68d-33dd3c14eb83"}]} 2026-05-26 07:05:04.465 8 INFO neutron.services.segments.plugin [-] Segment 8e5ece7d-0f92-4e7d-9d49-941a118ba044 resource provider aggregate not found 2026-05-26 07:05:04.471 8 INFO neutron.services.segments.plugin [-] Segment 8e5ece7d-0f92-4e7d-9d49-941a118ba044 resource provider aggregate not found 2026-05-26 07:05:04.491 8 INFO neutron.services.segments.plugin [-] Segment 8e5ece7d-0f92-4e7d-9d49-941a118ba044 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e5ece7d-0f92-4e7d-9d49-941a118ba044 found for delete ", "request_id": "req-a08a55ad-2966-4128-a767-9413e6b7caeb"}]} 2026-05-26 07:05:04.518 8 INFO neutron.services.segments.plugin [-] Segment 8e5ece7d-0f92-4e7d-9d49-941a118ba044 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e5ece7d-0f92-4e7d-9d49-941a118ba044 found for delete ", "request_id": "req-9387a81e-9c14-4b80-a860-72d4540977ce"}]} 2026-05-26 07:05:04.567 7 INFO neutron.services.segments.plugin [-] Segment 2c1bbcb0-c73f-4693-bef6-a0fc62ad6438 resource provider aggregate not found [pid: 8|app: 0|req: 1498/3097] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:05:04 2026] GET /v2.0/security-groups?tenant_id=5f968d257db846e1858feb5bf3e64682&name=default => generated 2929 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 07:05:04.571 7 INFO neutron.services.segments.plugin [-] Segment 2c1bbcb0-c73f-4693-bef6-a0fc62ad6438 resource provider aggregate not found 2026-05-26 07:05:04.591 7 INFO neutron.services.segments.plugin [-] Segment 2c1bbcb0-c73f-4693-bef6-a0fc62ad6438 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c1bbcb0-c73f-4693-bef6-a0fc62ad6438 found for delete ", "request_id": "req-80a47028-26dc-4e22-b996-7b9102704aa7"}]} 2026-05-26 07:05:04.594 7 INFO neutron.services.segments.plugin [-] Segment 2c1bbcb0-c73f-4693-bef6-a0fc62ad6438 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c1bbcb0-c73f-4693-bef6-a0fc62ad6438 found for delete ", "request_id": "req-4c58a873-b308-4c67-9917-1e61d1c10c1a"}]} [pid: 7|app: 0|req: 1600/3098] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:05:04 2026] DELETE /v2.0/security-groups/a76120c7-df19-4f80-af25-c00e264ef7c8 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3099] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:05:04 2026] GET /v2.0/security-groups?tenant_id=7bbff91d06cd4a3ba12dc1085914bb83&name=default => generated 2929 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3100] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:05:04 2026] DELETE /v2.0/security-groups/36eaee81-f889-4f47-8ca2-d2d4f7e04755 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:05:06.856 8 INFO neutron_taas.services.taas.taas_plugin [None req-deb1178c-fcb0-44ad-8842-64beddee9d01 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] TaaS: Handle Delete Port: 19fa92e8-2608-4319-b275-e154510fef70 2026-05-26 07:05:06.859 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-deb1178c-fcb0-44ad-8842-64beddee9d01 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] Tap Mirror: Handle Delete Port: 19fa92e8-2608-4319-b275-e154510fef70 2026-05-26 07:05:07.101 8 INFO neutron.db.l3_db [None req-deb1178c-fcb0-44ad-8842-64beddee9d01 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] Floating IP 9fb6cbd5-fb66-4289-a1e8-8a5c9377b155 disassociated (deleted). External IP: 10.96.250.215, port: 76b60744-6a7d-4461-8746-3eeb870c2d17. [pid: 8|app: 0|req: 1500/3101] 10.0.0.244 () {32 vars in 732 bytes} [Tue May 26 07:05:06 2026] DELETE /v2.0/floatingips/9fb6cbd5-fb66-4289-a1e8-8a5c9377b155 => generated 0 bytes in 815 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:05:07.550 7 INFO neutron.api.v2.resource [None req-dc8086a5-3f2a-404c-a317-be5ef275def6 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1602/3102] 10.0.0.244 () {32 vars in 729 bytes} [Tue May 26 07:05:07 2026] GET /v2.0/floatingips/9fb6cbd5-fb66-4289-a1e8-8a5c9377b155 => generated 144 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3103] 199.204.45.250 () {30 vars in 703 bytes} [Tue May 26 07:05:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3104] 199.204.45.250 () {30 vars in 705 bytes} [Tue May 26 07:05:08 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: 1502/3105] 199.204.45.250 () {30 vars in 681 bytes} [Tue May 26 07:05:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3106] 199.204.45.250 () {30 vars in 717 bytes} [Tue May 26 07:05:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 07:05:08.577 8 INFO neutron.api.v2.resource [None req-e5c2f478-e814-40ff-889c-37ad88c1fc5f abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1503/3107] 199.204.45.250 () {30 vars in 763 bytes} [Tue May 26 07:05:08 2026] GET /v2.0/security-groups/lb-5e9c2439-1d87-4a87-8694-80a2d3379343 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3108] 199.204.45.250 () {30 vars in 785 bytes} [Tue May 26 07:05:08 2026] GET /v2.0/security-groups?name=lb-5e9c2439-1d87-4a87-8694-80a2d3379343 => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3109] 199.204.45.250 () {30 vars in 815 bytes} [Tue May 26 07:05:08 2026] GET /v2.0/security-group-rules?security_group_id=07563254-18d6-497c-beaa-ccfa5ac6ba01 => generated 1182 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3110] 199.204.45.250 () {30 vars in 703 bytes} [Tue May 26 07:05:08 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: 1505/3111] 199.204.45.250 () {30 vars in 705 bytes} [Tue May 26 07:05:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3112] 199.204.45.250 () {30 vars in 681 bytes} [Tue May 26 07:05:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3113] 199.204.45.250 () {30 vars in 717 bytes} [Tue May 26 07:05:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3114] 199.204.45.250 () {30 vars in 741 bytes} [Tue May 26 07:05:08 2026] GET /v2.0/subnets/34abfc85-af80-414c-8ce7-9af40f691c33 => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3115] 199.204.45.250 () {30 vars in 769 bytes} [Tue May 26 07:05:08 2026] GET /v2.0/ports?device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 2586 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3116] 199.204.45.250 () {30 vars in 769 bytes} [Tue May 26 07:05:08 2026] GET /v2.0/ports?device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 2586 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3117] 199.204.45.250 () {30 vars in 769 bytes} [Tue May 26 07:05:09 2026] GET /v2.0/ports?device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 2586 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3118] 199.204.45.250 () {30 vars in 769 bytes} [Tue May 26 07:05:10 2026] GET /v2.0/ports?device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 2586 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3119] 199.204.45.250 () {30 vars in 769 bytes} [Tue May 26 07:05:11 2026] GET /v2.0/ports?device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 2586 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3120] 199.204.45.250 () {34 vars in 975 bytes} [Tue May 26 07:05:11 2026] GET /v2.0/ports/a23a3511-209c-47cb-b5c0-6637c43f4750 => generated 1346 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3121] 199.204.45.250 () {34 vars in 1060 bytes} [Tue May 26 07:05:11 2026] GET /v2.0/ports/a23a3511-209c-47cb-b5c0-6637c43f4750?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3122] 199.204.45.250 () {34 vars in 1016 bytes} [Tue May 26 07:05:11 2026] GET /v2.0/networks/531012e0-9a81-44f4-a03d-fc2f12da6b4b?fields=dns_domain => generated 29 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3125] 199.204.45.250 () {38 vars in 1028 bytes} [Tue May 26 07:05:11 2026] PUT /v2.0/ports/a23a3511-209c-47cb-b5c0-6637c43f4750 => generated 1147 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3126] 199.204.45.250 () {30 vars in 769 bytes} [Tue May 26 07:05:12 2026] GET /v2.0/ports?device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 1248 bytes in 35 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: 1512/3127] 199.204.45.250 () {34 vars in 789 bytes} [Tue May 26 07:05:12 2026] PUT /v2.0/ports/a23a3511-209c-47cb-b5c0-6637c43f4750 => generated 1086 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3128] 199.204.45.250 () {30 vars in 737 bytes} [Tue May 26 07:05:12 2026] GET /v2.0/ports/a23a3511-209c-47cb-b5c0-6637c43f4750 => generated 1086 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 07:05:12.758 8 INFO neutron_taas.services.taas.taas_plugin [None req-54988e74-47b0-44ae-b0af-e532c4d3dd46 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: a23a3511-209c-47cb-b5c0-6637c43f4750 2026-05-26 07:05:12.762 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54988e74-47b0-44ae-b0af-e532c4d3dd46 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: a23a3511-209c-47cb-b5c0-6637c43f4750 [pid: 8|app: 0|req: 1513/3129] 199.204.45.250 () {32 vars in 759 bytes} [Tue May 26 07:05:12 2026] DELETE /v2.0/ports/a23a3511-209c-47cb-b5c0-6637c43f4750 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3130] 199.204.45.250 () {30 vars in 703 bytes} [Tue May 26 07:05:13 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: 1514/3131] 199.204.45.250 () {30 vars in 705 bytes} [Tue May 26 07:05:13 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: 1618/3132] 199.204.45.250 () {30 vars in 681 bytes} [Tue May 26 07:05:13 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: 1515/3133] 199.204.45.250 () {30 vars in 717 bytes} [Tue May 26 07:05:13 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 07:05:13.118 7 INFO neutron.pecan_wsgi.hooks.translation [None req-23ab05d3-3e6e-4e91-be08-ddf09d99abde abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1619/3134] 199.204.45.250 () {32 vars in 759 bytes} [Tue May 26 07:05:13 2026] DELETE /v2.0/ports/a23a3511-209c-47cb-b5c0-6637c43f4750 => 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: 1516/3135] 199.204.45.250 () {30 vars in 737 bytes} [Tue May 26 07:05:13 2026] GET /v2.0/ports/76b60744-6a7d-4461-8746-3eeb870c2d17 => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 07:05:13.185 7 INFO neutron.api.v2.resource [None req-fb85a94f-73d8-445d-8ae1-75f493c08e82 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1620/3136] 199.204.45.250 () {30 vars in 763 bytes} [Tue May 26 07:05:13 2026] GET /v2.0/security-groups/lb-5e9c2439-1d87-4a87-8694-80a2d3379343 => generated 149 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3137] 199.204.45.250 () {30 vars in 785 bytes} [Tue May 26 07:05:13 2026] GET /v2.0/security-groups?name=lb-5e9c2439-1d87-4a87-8694-80a2d3379343 => 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: 1621/3138] 199.204.45.250 () {30 vars in 737 bytes} [Tue May 26 07:05:13 2026] GET /v2.0/ports/76b60744-6a7d-4461-8746-3eeb870c2d17 => generated 1132 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3139] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 07:05:13 2026] GET /v2.0/ports?tenant_id=57f329dbf7e343d3bb8c1246550504c9&device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3140] 199.204.45.250 () {34 vars in 1066 bytes} [Tue May 26 07:05:13 2026] GET /v2.0/networks?id=61829487-0866-4479-a5b8-dd6e49bf76ae&id=531012e0-9a81-44f4-a03d-fc2f12da6b4b => generated 1523 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3141] 199.204.45.250 () {34 vars in 1062 bytes} [Tue May 26 07:05:13 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.185&port_id=2868fb9e-f293-444f-86fa-3d40ede8e93d => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3142] 199.204.45.250 () {34 vars in 984 bytes} [Tue May 26 07:05:13 2026] GET /v2.0/subnets?id=affe0cc8-5aae-4cff-8afd-436fa6f322c0 => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3143] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:05:13 2026] GET /v2.0/ports?network_id=61829487-0866-4479-a5b8-dd6e49bf76ae&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: 1523/3144] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 07:05:13 2026] GET /v2.0/networks/61829487-0866-4479-a5b8-dd6e49bf76ae?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: 1622/3145] 199.204.45.250 () {34 vars in 789 bytes} [Tue May 26 07:05:13 2026] PUT /v2.0/ports/76b60744-6a7d-4461-8746-3eeb870c2d17 => generated 1094 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3146] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 07:05:13 2026] GET /v2.0/networks/61829487-0866-4479-a5b8-dd6e49bf76ae?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: 1623/3147] 199.204.45.250 () {32 vars in 779 bytes} [Tue May 26 07:05:13 2026] DELETE /v2.0/security-groups/07563254-18d6-497c-beaa-ccfa5ac6ba01 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:05:13.793 8 INFO neutron_taas.services.taas.taas_plugin [None req-645acc9e-d32a-4b69-ac1c-84e7e61dc77f abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: 76b60744-6a7d-4461-8746-3eeb870c2d17 2026-05-26 07:05:13.796 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-645acc9e-d32a-4b69-ac1c-84e7e61dc77f abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: 76b60744-6a7d-4461-8746-3eeb870c2d17 [pid: 8|app: 0|req: 1525/3148] 199.204.45.250 () {32 vars in 759 bytes} [Tue May 26 07:05:13 2026] DELETE /v2.0/ports/76b60744-6a7d-4461-8746-3eeb870c2d17 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3149] 199.204.45.250 () {34 vars in 994 bytes} [Tue May 26 07:05:16 2026] GET /v2.0/ports?device_id=6a77f4f9-c24c-4a78-a70c-8c894d8d17ab => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 07:05:17.054 8 INFO neutron_taas.services.taas.taas_plugin [req-e43bec84-fd66-4560-8a68-55168f6f2330 req-39b91464-34a3-40c4-a265-209260d57ff1 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] TaaS: Handle Delete Port: 2868fb9e-f293-444f-86fa-3d40ede8e93d 2026-05-26 07:05:17.058 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e43bec84-fd66-4560-8a68-55168f6f2330 req-39b91464-34a3-40c4-a265-209260d57ff1 abd4f5498a28477dad49606ae062519f 57f329dbf7e343d3bb8c1246550504c9 - - default default] Tap Mirror: Handle Delete Port: 2868fb9e-f293-444f-86fa-3d40ede8e93d [pid: 8|app: 0|req: 1526/3150] 199.204.45.250 () {36 vars in 997 bytes} [Tue May 26 07:05:16 2026] DELETE /v2.0/ports/2868fb9e-f293-444f-86fa-3d40ede8e93d => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 07:05:17.293 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a8598082-17e5-4806-a758-1b636865ca5f'] response: {'server_uuid': '6a77f4f9-c24c-4a78-a70c-8c894d8d17ab', 'name': 'network-vif-deleted', 'tag': '2868fb9e-f293-444f-86fa-3d40ede8e93d', 'status': 'completed', 'code': 200} 2026-05-26 07:05:17.992 7 INFO neutron_taas.services.taas.taas_plugin [None req-dfb782f9-3800-4e7c-9d3c-a6226ba934b5 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] TaaS: Handle Delete Port: 7ca214ad-6cb5-46e6-ac02-dd8f7ee010e4 2026-05-26 07:05:17.996 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dfb782f9-3800-4e7c-9d3c-a6226ba934b5 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] Tap Mirror: Handle Delete Port: 7ca214ad-6cb5-46e6-ac02-dd8f7ee010e4 2026-05-26 07:05:18.200 7 INFO neutron.db.l3_db [None req-dfb782f9-3800-4e7c-9d3c-a6226ba934b5 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] Floating IP dff67495-807f-4cea-b0af-3ae68b7029ba disassociated (deleted). External IP: 10.96.250.209, port: b0f31833-244c-419d-abf0-3e6916b0d234. [pid: 7|app: 0|req: 1625/3151] 10.0.0.244 () {32 vars in 732 bytes} [Tue May 26 07:05:17 2026] DELETE /v2.0/floatingips/dff67495-807f-4cea-b0af-3ae68b7029ba => generated 0 bytes in 761 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:05:18.621 8 INFO neutron.api.v2.resource [None req-d178311e-6435-4e51-8644-a0834d3be077 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1527/3152] 10.0.0.244 () {32 vars in 729 bytes} [Tue May 26 07:05:18 2026] GET /v2.0/floatingips/dff67495-807f-4cea-b0af-3ae68b7029ba => generated 144 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 07:05:18.633 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-73c784fe-951b-4d48-b6b4-7a86a6e74088'] response: {'name': 'network-changed', 'server_uuid': '428d9c12-4423-450f-9d5d-94b764878eb7', 'tag': 'b0f31833-244c-419d-abf0-3e6916b0d234', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1626/3153] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:05:18 2026] GET /v2.0/ports?device_id=428d9c12-4423-450f-9d5d-94b764878eb7 => generated 1204 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3154] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:05:18 2026] GET /v2.0/security-groups?id=e5984cc6-b3ff-4493-b03a-4853e4c78149&fields=id&fields=name => generated 112 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3155] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 07:05:19 2026] GET /v2.0/ports?tenant_id=63e350cfc2e6404299b94e01aa1b47fb&device_id=428d9c12-4423-450f-9d5d-94b764878eb7 => generated 1473 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3156] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 07:05:19 2026] GET /v2.0/networks?id=0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9 => 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: 1628/3157] 199.204.45.250 () {34 vars in 1058 bytes} [Tue May 26 07:05:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.244&port_id=b0f31833-244c-419d-abf0-3e6916b0d234 => 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: 1530/3158] 199.204.45.250 () {34 vars in 1106 bytes} [Tue May 26 07:05:19 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A387&port_id=b0f31833-244c-419d-abf0-3e6916b0d234 => 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: 1629/3159] 199.204.45.250 () {34 vars in 1064 bytes} [Tue May 26 07:05:19 2026] GET /v2.0/subnets?id=5be5ad4a-6e95-480a-8bbb-4e5b62a85aaa&id=a4def99d-bc60-45ee-abe8-60c6fb7fec7d => generated 1413 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3160] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:05:19 2026] GET /v2.0/ports?network_id=0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3161] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:05:19 2026] GET /v2.0/ports?network_id=0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3162] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 07:05:19 2026] GET /v2.0/networks/0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9?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: 1631/3163] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 07:05:19 2026] GET /v2.0/networks/0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9?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: 1533/3164] 199.204.45.250 () {34 vars in 994 bytes} [Tue May 26 07:05:21 2026] GET /v2.0/ports?device_id=428d9c12-4423-450f-9d5d-94b764878eb7 => generated 1204 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 07:05:21.434 7 INFO neutron_taas.services.taas.taas_plugin [req-a33ff1cd-2d2e-470e-9e7c-380a8e645aa6 req-bed1a855-9b97-451d-a67e-8ffdc996f45d 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] TaaS: Handle Delete Port: b0f31833-244c-419d-abf0-3e6916b0d234 2026-05-26 07:05:21.437 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a33ff1cd-2d2e-470e-9e7c-380a8e645aa6 req-bed1a855-9b97-451d-a67e-8ffdc996f45d 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] Tap Mirror: Handle Delete Port: b0f31833-244c-419d-abf0-3e6916b0d234 [pid: 7|app: 0|req: 1632/3165] 199.204.45.250 () {36 vars in 997 bytes} [Tue May 26 07:05:21 2026] DELETE /v2.0/ports/b0f31833-244c-419d-abf0-3e6916b0d234 => generated 0 bytes in 351 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 07:05:21.695 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8cd44622-f205-432e-9414-8a08f141fa02'] response: {'server_uuid': '428d9c12-4423-450f-9d5d-94b764878eb7', 'name': 'network-vif-deleted', 'tag': 'b0f31833-244c-419d-abf0-3e6916b0d234', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1534/3166] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:05:24 2026] GET /v2.0/ports?device_id=428d9c12-4423-450f-9d5d-94b764878eb7 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 07:05:29.315 7 INFO neutron_taas.services.taas.taas_plugin [None req-3812c783-e077-4188-bd8e-9e9fda49d3b1 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] TaaS: Handle Delete Port: d911139d-659c-4b74-a96f-488cecfdac68 2026-05-26 07:05:29.317 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3812c783-e077-4188-bd8e-9e9fda49d3b1 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] Tap Mirror: Handle Delete Port: d911139d-659c-4b74-a96f-488cecfdac68 2026-05-26 07:05:29.517 7 INFO neutron.db.l3_db [None req-3812c783-e077-4188-bd8e-9e9fda49d3b1 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] Floating IP 49bdcc30-24dc-4f06-8fb3-cbd14c57a58f disassociated (deleted). External IP: 10.96.250.211, port: 5e2e7131-0963-4bcd-bfbf-9210d9660754. [pid: 7|app: 0|req: 1634/3169] 10.0.0.244 () {32 vars in 732 bytes} [Tue May 26 07:05:29 2026] DELETE /v2.0/floatingips/49bdcc30-24dc-4f06-8fb3-cbd14c57a58f => generated 0 bytes in 693 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:05:29.878 8 INFO neutron.api.v2.resource [None req-ca19ff76-8d26-4253-8204-af1510b4e196 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1536/3170] 10.0.0.244 () {32 vars in 729 bytes} [Tue May 26 07:05:29 2026] GET /v2.0/floatingips/49bdcc30-24dc-4f06-8fb3-cbd14c57a58f => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 07:05:29.897 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a288a10d-8cac-4afd-b9f1-21e45a10f716'] response: {'name': 'network-changed', 'server_uuid': 'ab7465ab-244f-421c-adc3-518d4a93535c', 'tag': '5e2e7131-0963-4bcd-bfbf-9210d9660754', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1635/3171] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:05:30 2026] GET /v2.0/ports?device_id=ab7465ab-244f-421c-adc3-518d4a93535c => generated 1200 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3172] 10.0.0.175 () {34 vars in 1040 bytes} [Tue May 26 07:05:30 2026] GET /v2.0/security-groups?id=e5984cc6-b3ff-4493-b03a-4853e4c78149&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: 1636/3173] 199.204.45.250 () {34 vars in 1080 bytes} [Tue May 26 07:05:30 2026] GET /v2.0/ports?tenant_id=63e350cfc2e6404299b94e01aa1b47fb&device_id=ab7465ab-244f-421c-adc3-518d4a93535c => generated 1469 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3174] 199.204.45.250 () {34 vars in 986 bytes} [Tue May 26 07:05:30 2026] GET /v2.0/networks?id=1af515b1-7ab1-4fde-b723-3bc310656838 => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3175] 199.204.45.250 () {34 vars in 1058 bytes} [Tue May 26 07:05:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.220&port_id=5e2e7131-0963-4bcd-bfbf-9210d9660754 => 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: 1539/3176] 199.204.45.250 () {34 vars in 1104 bytes} [Tue May 26 07:05:30 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2fb&port_id=5e2e7131-0963-4bcd-bfbf-9210d9660754 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3177] 199.204.45.250 () {34 vars in 1064 bytes} [Tue May 26 07:05:30 2026] GET /v2.0/subnets?id=0de1bf98-88f0-4f88-9fb0-52b62c1b9194&id=dce106d6-8c34-4086-a27d-e63fa65227b5 => generated 1410 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3178] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:05:30 2026] GET /v2.0/ports?network_id=1af515b1-7ab1-4fde-b723-3bc310656838&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3179] 199.204.45.250 () {34 vars in 1052 bytes} [Tue May 26 07:05:30 2026] GET /v2.0/ports?network_id=1af515b1-7ab1-4fde-b723-3bc310656838&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3180] 199.204.45.250 () {34 vars in 1012 bytes} [Tue May 26 07:05:30 2026] GET /v2.0/networks/1af515b1-7ab1-4fde-b723-3bc310656838?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: 1640/3181] 199.204.45.250 () {34 vars in 1112 bytes} [Tue May 26 07:05:30 2026] GET /v2.0/networks/1af515b1-7ab1-4fde-b723-3bc310656838?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: 1542/3182] 199.204.45.250 () {34 vars in 994 bytes} [Tue May 26 07:05:32 2026] GET /v2.0/ports?device_id=ab7465ab-244f-421c-adc3-518d4a93535c => generated 1200 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 07:05:32.722 7 INFO neutron_taas.services.taas.taas_plugin [req-cf59e578-1c14-4f9f-87f7-8dbf45ae6edc req-687ef44a-9d8e-4035-9652-ca44b49df566 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] TaaS: Handle Delete Port: 5e2e7131-0963-4bcd-bfbf-9210d9660754 2026-05-26 07:05:32.726 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cf59e578-1c14-4f9f-87f7-8dbf45ae6edc req-687ef44a-9d8e-4035-9652-ca44b49df566 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] Tap Mirror: Handle Delete Port: 5e2e7131-0963-4bcd-bfbf-9210d9660754 [pid: 7|app: 0|req: 1641/3183] 199.204.45.250 () {36 vars in 997 bytes} [Tue May 26 07:05:32 2026] DELETE /v2.0/ports/5e2e7131-0963-4bcd-bfbf-9210d9660754 => generated 0 bytes in 387 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 07:05:32.981 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-86c00476-ed6f-4131-899f-0c51df740dea'] response: {'server_uuid': 'ab7465ab-244f-421c-adc3-518d4a93535c', 'name': 'network-vif-deleted', 'tag': '5e2e7131-0963-4bcd-bfbf-9210d9660754', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1543/3184] 10.0.0.175 () {34 vars in 990 bytes} [Tue May 26 07:05:35 2026] GET /v2.0/ports?device_id=ab7465ab-244f-421c-adc3-518d4a93535c => 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: 1642/3185] 10.0.0.244 () {32 vars in 750 bytes} [Tue May 26 07:05:40 2026] DELETE /v2.0/security-group-rules/25d24bce-af57-4cab-ac13-c76f7c9c8598 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:05:40.410 8 INFO neutron.api.v2.resource [None req-ef6defbf-6835-4760-8721-e0515f1966f6 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1544/3186] 10.0.0.244 () {32 vars in 747 bytes} [Tue May 26 07:05:40 2026] GET /v2.0/security-group-rules/25d24bce-af57-4cab-ac13-c76f7c9c8598 => 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: 1643/3187] 10.0.0.244 () {32 vars in 750 bytes} [Tue May 26 07:05:40 2026] DELETE /v2.0/security-group-rules/2194a861-a2d0-448a-b253-31d8d322499e => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:05:40.510 8 INFO neutron.api.v2.resource [None req-6d49ec69-2e44-4953-9997-06d3c79ca11a 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1545/3188] 10.0.0.244 () {32 vars in 747 bytes} [Tue May 26 07:05:40 2026] GET /v2.0/security-group-rules/2194a861-a2d0-448a-b253-31d8d322499e => 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: 1644/3189] 10.0.0.244 () {32 vars in 750 bytes} [Tue May 26 07:05:40 2026] DELETE /v2.0/security-group-rules/bc2899c4-3181-489e-9f18-eec96bce0aa3 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:05:40.614 8 INFO neutron.api.v2.resource [None req-c8b67a0f-03c5-46cf-a046-3ebbbd4aaccb 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1546/3190] 10.0.0.244 () {32 vars in 747 bytes} [Tue May 26 07:05:40 2026] GET /v2.0/security-group-rules/bc2899c4-3181-489e-9f18-eec96bce0aa3 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3191] 10.0.0.244 () {32 vars in 750 bytes} [Tue May 26 07:05:40 2026] DELETE /v2.0/security-group-rules/8f4a169d-82e0-42d2-a94f-9a4a01f50aa8 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:05:40.737 8 INFO neutron.api.v2.resource [None req-55c9f79b-3558-41b4-8925-6224efeab92d 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1547/3192] 10.0.0.244 () {32 vars in 747 bytes} [Tue May 26 07:05:40 2026] GET /v2.0/security-group-rules/8f4a169d-82e0-42d2-a94f-9a4a01f50aa8 => 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: 1646/3193] 10.0.0.244 () {32 vars in 750 bytes} [Tue May 26 07:05:40 2026] DELETE /v2.0/security-group-rules/45847e47-fb64-4fd3-8433-4d9da2b6a1c0 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:05:40.836 8 INFO neutron.api.v2.resource [None req-69bf988e-cd84-49d2-bdb8-2a631654bded 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1548/3194] 10.0.0.244 () {32 vars in 747 bytes} [Tue May 26 07:05:40 2026] GET /v2.0/security-group-rules/45847e47-fb64-4fd3-8433-4d9da2b6a1c0 => 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: 1647/3195] 10.0.0.244 () {32 vars in 750 bytes} [Tue May 26 07:05:40 2026] DELETE /v2.0/security-group-rules/3fbd11c3-4bdf-471c-afcc-6ecd7493937a => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:05:40.932 8 INFO neutron.api.v2.resource [None req-2c0d62f2-a7e5-4d13-9820-e3ce487b92eb 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1549/3196] 10.0.0.244 () {32 vars in 747 bytes} [Tue May 26 07:05:40 2026] GET /v2.0/security-group-rules/3fbd11c3-4bdf-471c-afcc-6ecd7493937a => 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: 1648/3197] 10.0.0.244 () {32 vars in 750 bytes} [Tue May 26 07:05:40 2026] DELETE /v2.0/security-group-rules/d7723f58-f0ea-44f3-9097-f8674e5dc373 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:05:41.043 8 INFO neutron.api.v2.resource [None req-28ec3b45-5d4e-48d9-bb3f-1c28a1c55c91 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1550/3198] 10.0.0.244 () {32 vars in 747 bytes} [Tue May 26 07:05:41 2026] GET /v2.0/security-group-rules/d7723f58-f0ea-44f3-9097-f8674e5dc373 => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3199] 10.0.0.244 () {32 vars in 750 bytes} [Tue May 26 07:05:41 2026] DELETE /v2.0/security-group-rules/fc35427a-cb07-4cca-99ad-be494613a53a => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:05:41.149 8 INFO neutron.api.v2.resource [None req-87420a46-43a1-43c2-a572-628032e056c5 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1551/3200] 10.0.0.244 () {32 vars in 747 bytes} [Tue May 26 07:05:41 2026] GET /v2.0/security-group-rules/fc35427a-cb07-4cca-99ad-be494613a53a => 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: 1650/3201] 10.0.0.244 () {32 vars in 750 bytes} [Tue May 26 07:05:41 2026] DELETE /v2.0/security-group-rules/d282869d-13f6-4622-a9a3-98e919afa3d6 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:05:41.273 8 INFO neutron.api.v2.resource [None req-502e9927-d567-4cc2-8126-d79279670bde 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1552/3202] 10.0.0.244 () {32 vars in 747 bytes} [Tue May 26 07:05:41 2026] GET /v2.0/security-group-rules/d282869d-13f6-4622-a9a3-98e919afa3d6 => 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: 1651/3203] 10.0.0.244 () {32 vars in 750 bytes} [Tue May 26 07:05:41 2026] DELETE /v2.0/security-group-rules/84857cb4-80ce-4837-9d19-6362429fb4c6 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:05:41.367 8 INFO neutron.api.v2.resource [None req-efd8ab75-993c-48a0-a0f2-8b7f1848d3c6 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1553/3204] 10.0.0.244 () {32 vars in 747 bytes} [Tue May 26 07:05:41 2026] GET /v2.0/security-group-rules/84857cb4-80ce-4837-9d19-6362429fb4c6 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3205] 10.0.0.244 () {32 vars in 750 bytes} [Tue May 26 07:05:41 2026] DELETE /v2.0/security-group-rules/3edf3bf4-23fc-4cfa-94da-2e6f00ddce73 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:05:41.465 8 INFO neutron.api.v2.resource [None req-f8495675-ca26-494a-86c7-120b6ba670aa 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1554/3206] 10.0.0.244 () {32 vars in 747 bytes} [Tue May 26 07:05:41 2026] GET /v2.0/security-group-rules/3edf3bf4-23fc-4cfa-94da-2e6f00ddce73 => 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: 1653/3207] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:05:41 2026] DELETE /v2.0/security-groups/e5984cc6-b3ff-4493-b03a-4853e4c78149 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:05:41.567 8 INFO neutron.api.v2.resource [None req-03ff7557-739f-4d1b-9ef0-64961b440392 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1555/3208] 10.0.0.244 () {32 vars in 737 bytes} [Tue May 26 07:05:41 2026] GET /v2.0/security-groups/e5984cc6-b3ff-4493-b03a-4853e4c78149 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 07:05:42.018 7 INFO neutron_taas.services.taas.taas_plugin [None req-16aee0f0-819d-42be-a955-e72cf825106e 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] TaaS: Handle Delete Port: 7e5261d8-0255-42e6-9172-d016b86fc07b 2026-05-26 07:05:42.022 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16aee0f0-819d-42be-a955-e72cf825106e 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] Tap Mirror: Handle Delete Port: 7e5261d8-0255-42e6-9172-d016b86fc07b [pid: 7|app: 0|req: 1654/3211] 10.0.0.244 () {34 vars in 789 bytes} [Tue May 26 07:05:41 2026] PUT /v2.0/routers/3b4fb7d8-078a-40a9-85e6-b4114e5fc9f1/remove_router_interface => generated 309 bytes in 1230 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 07:05:43.085 8 INFO neutron.api.v2.resource [None req-24cdac43-4e9b-49e1-acba-69046c5d4898 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1558/3212] 10.0.0.244 () {34 vars in 789 bytes} [Tue May 26 07:05:42 2026] PUT /v2.0/routers/3b4fb7d8-078a-40a9-85e6-b4114e5fc9f1/remove_router_interface => generated 198 bytes in 226 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 07:05:43.601 7 INFO neutron_taas.services.taas.taas_plugin [None req-e56369af-82d6-42c4-8e84-b090d883e919 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] TaaS: Handle Delete Port: ffd7e6c2-3209-49a2-9979-877970e7e281 2026-05-26 07:05:43.608 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e56369af-82d6-42c4-8e84-b090d883e919 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] Tap Mirror: Handle Delete Port: ffd7e6c2-3209-49a2-9979-877970e7e281 [pid: 7|app: 0|req: 1655/3213] 10.0.0.244 () {34 vars in 789 bytes} [Tue May 26 07:05:43 2026] PUT /v2.0/routers/3b4fb7d8-078a-40a9-85e6-b4114e5fc9f1/remove_router_interface => generated 309 bytes in 1145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 07:05:44.428 8 INFO neutron.api.v2.resource [None req-75d0518a-7a55-4dc6-ba76-466caa163039 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1559/3214] 10.0.0.244 () {34 vars in 789 bytes} [Tue May 26 07:05:44 2026] PUT /v2.0/routers/3b4fb7d8-078a-40a9-85e6-b4114e5fc9f1/remove_router_interface => generated 198 bytes in 187 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 07:05:44.842 7 INFO neutron_taas.services.taas.taas_plugin [None req-bec68f2b-2669-4af6-a1d1-b8b7285d2650 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] TaaS: Handle Delete Port: e66b3826-485b-43a9-81b9-8ee2ddf13a95 2026-05-26 07:05:44.855 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bec68f2b-2669-4af6-a1d1-b8b7285d2650 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] Tap Mirror: Handle Delete Port: e66b3826-485b-43a9-81b9-8ee2ddf13a95 [pid: 7|app: 0|req: 1656/3215] 10.0.0.244 () {34 vars in 789 bytes} [Tue May 26 07:05:44 2026] PUT /v2.0/routers/3b4fb7d8-078a-40a9-85e6-b4114e5fc9f1/remove_router_interface => generated 309 bytes in 945 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 07:05:45.542 8 INFO neutron.api.v2.resource [None req-b77048eb-f2fe-46d7-92c9-8c1c0671cec4 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1560/3216] 10.0.0.244 () {34 vars in 789 bytes} [Tue May 26 07:05:45 2026] PUT /v2.0/routers/3b4fb7d8-078a-40a9-85e6-b4114e5fc9f1/remove_router_interface => generated 198 bytes in 159 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 07:05:45.779 7 INFO neutron_taas.services.taas.taas_plugin [None req-b1d1966b-6d35-4aed-9159-ba0f8f7f6a33 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] TaaS: Handle Delete Port: 88c36655-bc25-4b51-a689-14816e38a146 2026-05-26 07:05:45.782 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1d1966b-6d35-4aed-9159-ba0f8f7f6a33 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] Tap Mirror: Handle Delete Port: 88c36655-bc25-4b51-a689-14816e38a146 2026-05-26 07:05:46.072 7 INFO neutron_taas.services.taas.taas_plugin [None req-b1d1966b-6d35-4aed-9159-ba0f8f7f6a33 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] TaaS: Handle Delete Port: 32fb2674-8b70-4949-88f4-a1de02e620bf 2026-05-26 07:05:46.074 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1d1966b-6d35-4aed-9159-ba0f8f7f6a33 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] Tap Mirror: Handle Delete Port: 32fb2674-8b70-4949-88f4-a1de02e620bf 2026-05-26 07:05:46.433 7 INFO neutron.services.segments.plugin [-] Segment c4d1722f-4864-41b9-b7f6-510624edde71 resource provider aggregate not found 2026-05-26 07:05:46.443 7 INFO neutron.services.segments.plugin [-] Segment c4d1722f-4864-41b9-b7f6-510624edde71 resource provider aggregate not found 2026-05-26 07:05:46.459 7 INFO neutron.services.segments.plugin [-] Segment c4d1722f-4864-41b9-b7f6-510624edde71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4d1722f-4864-41b9-b7f6-510624edde71 found for delete ", "request_id": "req-d92d2d4e-8c70-46b7-a865-b1be48b39922"}]} 2026-05-26 07:05:46.465 7 INFO neutron.services.segments.plugin [-] Segment c4d1722f-4864-41b9-b7f6-510624edde71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4d1722f-4864-41b9-b7f6-510624edde71 found for delete ", "request_id": "req-210af525-c5ef-41fa-832a-3bcfbd31dba0"}]} 2026-05-26 07:05:46.468 7 INFO neutron.db.l3_hamode_db [None req-b1d1966b-6d35-4aed-9159-ba0f8f7f6a33 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] HA network 16a38ea2-2313-427b-ae0b-802bed7edf5a was deleted as no HA routers are present in tenant 63e350cfc2e6404299b94e01aa1b47fb. [pid: 7|app: 0|req: 1657/3217] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:05:45 2026] DELETE /v2.0/routers/3b4fb7d8-078a-40a9-85e6-b4114e5fc9f1 => generated 0 bytes in 927 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 07:05:46.499 8 INFO neutron.api.v2.resource [None req-560c1630-8098-40e3-9ee4-73cfd61e56d8 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1561/3218] 10.0.0.244 () {32 vars in 721 bytes} [Tue May 26 07:05:46 2026] GET /v2.0/routers/3b4fb7d8-078a-40a9-85e6-b4114e5fc9f1 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3219] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:05:46 2026] DELETE /v2.0/subnets/a4def99d-bc60-45ee-abe8-60c6fb7fec7d => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 07:05:46.702 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e8b3b544-23ef-4cec-b9d2-be2df5e84a8a 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1562/3220] 10.0.0.244 () {32 vars in 721 bytes} [Tue May 26 07:05:46 2026] GET /v2.0/subnets/a4def99d-bc60-45ee-abe8-60c6fb7fec7d => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3221] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:05:46 2026] DELETE /v2.0/subnets/5be5ad4a-6e95-480a-8bbb-4e5b62a85aaa => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 07:05:46.946 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5b32c664-a5a5-44c5-a81a-36405b3565e0 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1563/3222] 10.0.0.244 () {32 vars in 721 bytes} [Tue May 26 07:05:46 2026] GET /v2.0/subnets/5be5ad4a-6e95-480a-8bbb-4e5b62a85aaa => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 07:05:47.053 7 INFO neutron_taas.services.taas.taas_plugin [None req-b107fbb3-f494-42f9-adbc-20ca80d3b928 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] TaaS: Handle Delete Port: 5d259ac4-abcb-4df8-894a-cfa859303d2d 2026-05-26 07:05:47.056 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b107fbb3-f494-42f9-adbc-20ca80d3b928 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] Tap Mirror: Handle Delete Port: 5d259ac4-abcb-4df8-894a-cfa859303d2d [pid: 7|app: 0|req: 1660/3223] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 07:05:46 2026] DELETE /v2.0/networks/0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 07:05:47.280 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ca63e9b1-126a-4800-8298-5807b04c3a87 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1564/3224] 10.0.0.244 () {32 vars in 723 bytes} [Tue May 26 07:05:47 2026] GET /v2.0/networks/0f0da048-d47d-4d66-a7eb-abbdb6c9fdb9 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1661/3225] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:05:47 2026] DELETE /v2.0/subnets/dce106d6-8c34-4086-a27d-e63fa65227b5 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 07:05:47.474 8 INFO neutron.pecan_wsgi.hooks.translation [None req-12b24709-45ba-4ec0-815a-e2283d9c92b7 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1565/3226] 10.0.0.244 () {32 vars in 721 bytes} [Tue May 26 07:05:47 2026] GET /v2.0/subnets/dce106d6-8c34-4086-a27d-e63fa65227b5 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3227] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:05:47 2026] DELETE /v2.0/subnets/0de1bf98-88f0-4f88-9fb0-52b62c1b9194 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 07:05:47.667 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ac72d76c-c707-4e4e-9f4d-636c106b7528 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1566/3228] 10.0.0.244 () {32 vars in 721 bytes} [Tue May 26 07:05:47 2026] GET /v2.0/subnets/0de1bf98-88f0-4f88-9fb0-52b62c1b9194 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 07:05:47.811 7 INFO neutron_taas.services.taas.taas_plugin [None req-d037daf8-ec7b-4450-8af8-1c583faa0c3f 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] TaaS: Handle Delete Port: 376de405-b538-4812-8e91-4396d0b39c91 2026-05-26 07:05:47.814 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d037daf8-ec7b-4450-8af8-1c583faa0c3f 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] Tap Mirror: Handle Delete Port: 376de405-b538-4812-8e91-4396d0b39c91 [pid: 7|app: 0|req: 1663/3229] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 07:05:47 2026] DELETE /v2.0/networks/1af515b1-7ab1-4fde-b723-3bc310656838 => generated 0 bytes in 385 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 07:05:48.077 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9808c218-7632-4c3e-87e8-f886906b3857 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1567/3230] 10.0.0.244 () {32 vars in 723 bytes} [Tue May 26 07:05:48 2026] GET /v2.0/networks/1af515b1-7ab1-4fde-b723-3bc310656838 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1664/3231] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:05:48 2026] DELETE /v2.0/subnets/47b41e15-7f56-44be-8525-2c2fb4c2b825 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 07:05:48.307 8 INFO neutron.pecan_wsgi.hooks.translation [None req-845a599d-62a5-4005-bdaf-7adf47abe51f 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1568/3232] 10.0.0.244 () {32 vars in 721 bytes} [Tue May 26 07:05:48 2026] GET /v2.0/subnets/47b41e15-7f56-44be-8525-2c2fb4c2b825 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 07:05:48.486 7 INFO neutron.services.segments.plugin [-] Segment 9c573ae4-bd71-4612-8ed8-1081eb82de7f resource provider aggregate not found 2026-05-26 07:05:48.494 7 INFO neutron.services.segments.plugin [-] Segment 9c573ae4-bd71-4612-8ed8-1081eb82de7f resource provider aggregate not found 2026-05-26 07:05:48.509 7 INFO neutron.services.segments.plugin [-] Segment 9c573ae4-bd71-4612-8ed8-1081eb82de7f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c573ae4-bd71-4612-8ed8-1081eb82de7f found for delete ", "request_id": "req-fdd18de0-7930-4a23-b9ed-136fb1f3efe5"}]} 2026-05-26 07:05:48.514 7 INFO neutron.services.segments.plugin [-] Segment 9c573ae4-bd71-4612-8ed8-1081eb82de7f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c573ae4-bd71-4612-8ed8-1081eb82de7f found for delete ", "request_id": "req-3508d8fc-1059-4d82-a3f7-e2f8db7df325"}]} 2026-05-26 07:05:48.534 7 INFO neutron.services.segments.plugin [-] Segment caf4953d-8022-4f23-9e68-37cfb665b800 resource provider aggregate not found 2026-05-26 07:05:48.538 7 INFO neutron.services.segments.plugin [-] Segment caf4953d-8022-4f23-9e68-37cfb665b800 resource provider aggregate not found [pid: 7|app: 0|req: 1665/3233] 10.0.0.244 () {32 vars in 724 bytes} [Tue May 26 07:05:48 2026] DELETE /v2.0/subnets/34abfc85-af80-414c-8ce7-9af40f691c33 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 07:05:48.556 7 INFO neutron.services.segments.plugin [-] Segment caf4953d-8022-4f23-9e68-37cfb665b800 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid caf4953d-8022-4f23-9e68-37cfb665b800 found for delete ", "request_id": "req-a8205c8b-2b59-4a48-b9e5-7f3797c4ff07"}]} 2026-05-26 07:05:48.556 7 INFO neutron.services.segments.plugin [-] Segment caf4953d-8022-4f23-9e68-37cfb665b800 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid caf4953d-8022-4f23-9e68-37cfb665b800 found for delete ", "request_id": "req-36a63bba-1a0b-4f88-87c2-1058c17c2b97"}]} 2026-05-26 07:05:48.576 8 INFO neutron.pecan_wsgi.hooks.translation [None req-20b60487-26f7-4213-8c18-4ae923980b1a 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1569/3234] 10.0.0.244 () {32 vars in 721 bytes} [Tue May 26 07:05:48 2026] GET /v2.0/subnets/34abfc85-af80-414c-8ce7-9af40f691c33 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 07:05:48.682 7 INFO neutron_taas.services.taas.taas_plugin [None req-4f44bbf9-a43b-488c-9d50-254ed6ef2db2 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] TaaS: Handle Delete Port: 0479ca52-bcd3-4c64-8e5c-0c86707bc00f 2026-05-26 07:05:48.687 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f44bbf9-a43b-488c-9d50-254ed6ef2db2 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] Tap Mirror: Handle Delete Port: 0479ca52-bcd3-4c64-8e5c-0c86707bc00f [pid: 7|app: 0|req: 1666/3235] 10.0.0.244 () {32 vars in 726 bytes} [Tue May 26 07:05:48 2026] DELETE /v2.0/networks/531012e0-9a81-44f4-a03d-fc2f12da6b4b => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 07:05:48.878 8 INFO neutron.pecan_wsgi.hooks.translation [None req-af91c263-8cca-4a06-85d5-f2d00e15d0da 412933068cc64fbbb23a522e62bbc419 63e350cfc2e6404299b94e01aa1b47fb - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1570/3236] 10.0.0.244 () {32 vars in 723 bytes} [Tue May 26 07:05:48 2026] GET /v2.0/networks/531012e0-9a81-44f4-a03d-fc2f12da6b4b => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 07:05:50.574 7 INFO neutron.services.segments.plugin [-] Segment 418fb05e-5842-433b-8e3b-d7c39e79ef42 resource provider aggregate not found 2026-05-26 07:05:50.583 7 INFO neutron.services.segments.plugin [-] Segment 418fb05e-5842-433b-8e3b-d7c39e79ef42 resource provider aggregate not found 2026-05-26 07:05:50.600 7 INFO neutron.services.segments.plugin [-] Segment 418fb05e-5842-433b-8e3b-d7c39e79ef42 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 418fb05e-5842-433b-8e3b-d7c39e79ef42 found for delete ", "request_id": "req-3681c946-854d-4219-84dd-947916d9aafe"}]} 2026-05-26 07:05:50.600 7 INFO neutron.services.segments.plugin [-] Segment 418fb05e-5842-433b-8e3b-d7c39e79ef42 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 418fb05e-5842-433b-8e3b-d7c39e79ef42 found for delete ", "request_id": "req-4a9b27c8-10d8-4f3b-94dc-3283a1224bdd"}]} [pid: 7|app: 0|req: 1667/3237] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:05:50 2026] GET /v2.0/security-groups?tenant_id=d673f3474aa64184b392a66def75b444&name=default => generated 2929 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3238] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:05:51 2026] DELETE /v2.0/security-groups/cba0a898-8f3e-4fdc-b103-0560fce9bfd1 => 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: 1668/3239] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:05:51 2026] GET /v2.0/security-groups?tenant_id=2e5e7fcc813f4a96b655885f88f0386c&name=default => generated 2929 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3240] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:05:51 2026] DELETE /v2.0/security-groups/8a4549db-5871-4405-bb81-5add71df70f1 => 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: 1669/3241] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:05:52 2026] GET /v2.0/security-groups?tenant_id=10747b8ba3654e7082b8a74af5cd58a5&name=default => generated 2929 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3242] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:05:52 2026] DELETE /v2.0/security-groups/48fe9b29-081b-437c-a6d6-b5d13d3ffaac => 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: 1670/3243] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:05:52 2026] GET /v2.0/security-groups?tenant_id=63e350cfc2e6404299b94e01aa1b47fb&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3244] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:05:52 2026] DELETE /v2.0/security-groups/de45c98b-3819-4b1e-9f06-16509387b8ed => 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: 1671/3245] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:05:52 2026] GET /v2.0/security-groups?tenant_id=0c7daa9527634f95ab694d373a61e576&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3246] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:05:52 2026] DELETE /v2.0/security-groups/114739e9-bb1b-4bd9-b7b8-ab8c1947ce12 => 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: 1672/3247] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:05:53 2026] GET /v2.0/security-groups?tenant_id=f4bc20e4cb774190b301575651663e62&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: 1576/3248] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:05:53 2026] DELETE /v2.0/security-groups/3d95205a-16ba-4cbe-8652-276a862240be => 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: 1673/3249] 10.0.0.244 () {32 vars in 774 bytes} [Tue May 26 07:05:53 2026] GET /v2.0/security-groups?tenant_id=2ab9257512734f1ba1a118011a0f16a1&name=default => generated 2929 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3250] 10.0.0.244 () {32 vars in 740 bytes} [Tue May 26 07:05:53 2026] DELETE /v2.0/security-groups/6929491a-16b5-4032-8315-a44d9008b879 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1674/3253] 10.0.0.244 () {32 vars in 649 bytes} [Tue May 26 07:05:56 2026] GET /v2.0/networks => generated 2167 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3254] 10.0.0.244 () {32 vars in 655 bytes} [Tue May 26 07:05:57 2026] GET /v2.0/floatingips => 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: 1675/3255] 10.0.0.244 () {32 vars in 647 bytes} [Tue May 26 07:05:57 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: 1581/3256] 10.0.0.244 () {32 vars in 643 bytes} [Tue May 26 07:05:57 2026] GET /v2.0/ports => generated 4721 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1676/3257] 10.0.0.244 () {32 vars in 647 bytes} [Tue May 26 07:05:58 2026] GET /v2.0/subnets => generated 1308 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3258] 10.0.0.244 () {32 vars in 649 bytes} [Tue May 26 07:05:58 2026] GET /v2.0/networks => generated 2167 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1677/3259] 10.0.0.244 () {32 vars in 663 bytes} [Tue May 26 07:05:58 2026] GET /v2.0/security-groups => generated 17397 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3260] 10.0.0.244 () {32 vars in 655 bytes} [Tue May 26 07:05:58 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)